html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6, h9 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit;
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template, [hidden] {
  display: none; }

body {
  position: relative;
  font-family: Sylfaen;
  color: #209EBB;
  font-weight: 300; }

h1 {
  color: #209EBB;
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0 20px; }

h2 {
  color: #209EBB;
  font-size: 30px;
  font-weight: 400;
  margin: 28px 0 15px; }
  h2 a {
    font-size: 36px;
    text-decoration: none; }

h3 {
  color: #209EBB;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0; }

h4 {
  color: #209EBB;
  font-size: 19px;
  font-weight: 400;
  margin: 10px 0;}

h9 {
  color: #209EBB;
  font-size: 1.4em;
  font-weight: 600;
  padding-top: 10px;
  margin: 10px 0;}

ul {
  margin: 15px 0 15px 30px; }

li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 15px; }
  li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 7px;
    height: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d6dbe1; }
  li:last-child {
    margin-bottom: 0; }

ol li {
  font-size: 19px;
  padding-left: 5px; }
  ol li:before {
    display: none; }

hr {
  color: #f4f4f4;
  background: #f4f4f4;
  border: 3px solid #f4f4f4; }

p {
  font-size: 19px;
  line-height: 30px;
  margin: 10px 0 20px; }
  p a {
    font-size: inherit; }

a {
  color: #209EBB;
  font-size: 19px;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

table {
  border-collapse: collapse;
  margin: 15px 0 20px;
  width:100%; }

td, th {
  border: 2px solid #eaf0f5;
  padding: 10px 25px;
  font-size: 19px;
  line-height: 20px; }

td {
  text-align: center; }
  td:first-child {
    text-align: left; }

input[type=text] {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: serif;
  font-size: 19px;
  font-weight: 300; }

button {
  border: 0;
  outline: none;
  cursor: pointer; }

.btn {
  display: inline-block;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #FC8950), color-stop(59%, #FC8950));
    background: -webkit-linear-gradient(top, #FC8950 4%, #FC8950 59%);
    background: -o-linear-gradient(top, #FC8950 4%, #FC8950 59%);
    background: linear-gradient(180deg, #FC8950 4%, #FC8950 59%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 5px rgba(105, 105, 105, 0.47);
          box-shadow: 0 3px 5px rgba(105, 105, 105, 0.47);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #FC8500), color-stop(59%, #FC8500));
    background: -webkit-linear-gradient(top, #FC8500 4%, #FC8500 59%);
    background: -o-linear-gradient(top, #FC8500 4%, #FC8500 59%);
    background: linear-gradient(180deg, #FC8500 4%, #FC8500 59%); }
  .btn:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#FC8900), color-stop(59%, #FC8900));
    background: -webkit-linear-gradient(top, #FC8900 0%, #FC8900 59%);
    background: -o-linear-gradient(top, #FC8500 0%, #FC8900 59%);
    background: linear-gradient(180deg, #FC8900 0%, #FC8900 59%);
    -webkit-box-shadow: 0 1px 5px rgba(105, 105, 105, 0.47);
            box-shadow: 0 1px 5px rgba(105, 105, 105, 0.47);
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }

.btn2 {
  display: inline-block;
  background: #FC8500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 3px rgba(105, 105, 105, 0.47);
          box-shadow: 0 3px 3px rgba(105, 105, 105, 0.47); }
  .btn2:hover {
    background: #E74C40; }
  .btn2:active {
    background: #BF2318;
    -webkit-box-shadow: 0 1px 3px rgba(105, 105, 105, 0.47);
            box-shadow: 0 1px 3px rgba(105, 105, 105, 0.47);
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }

#upbutton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: none;
  width: 67px;
  height: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer; }
  #upbutton:hover path {
    fill: #ffffff; }
  #upbutton:hover #path2 {
    fill: #209EBB; }
  #upbutton path {
    fill: #209EBB;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #upbutton #path2 {
    fill: #ffffff; }

.container {
  width: 100%;
  max-width: 1300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto; }

.wrapper_all {
  background: #f0f4f8; }

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 38px rgba(0, 0, 0, 0.3);
  padding-top: 142px;
  margin: 0 auto; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }

.header_top {
  background: #209EBB; }
  .header_top.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%; }
  .header_top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header_top .search {
    display: none; }

.burger {
  display: none; }

.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  margin: 0; }
  .menu:before {
    position: absolute;
    left: 0;
    content: '';
    width: 17px;
    height: 12px;
    background: url(/redesign/img/i/menu_icon.png); }
  .menu li {
    padding: 0;
    margin: 0; }
    .menu li:before {
      display: none; }
    .menu li:hover .submenu {
      opacity: 1;
      visibility: visible; }
  .menu a {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    .menu a:hover {
      background: #FC8950; }

.submenu {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 360px;
  background: #f0f4f8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 10px 0 25px;
  margin: 0; }
  .submenu:before {
    position: absolute;
    top: -5px;
    left: 10%;
    content: '';
    border-top: 20px solid #f0f4f8;
    border-right: 20px solid #f0f4f8;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .submenu li:before {
    display: block;
    top: 19px;
    left: 25px; }
  .submenu a {
    width: 100%;
    color: #209EBB;
    font-size: 19px;
    line-height: 24px;
    text-decoration: underline;
    padding: 6px 45px; }
    .submenu a:hover {
      background: #e1e8ef; 
      color: #FC8950;}

.wrap_menu {
  display: none; }

.header_bottom {
  margin-top: 10px; }
  .header_bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.search {
  position: relative;
  width: 475px;
  height: 46px;
  margin-top: 20px; }
  .search input[type=text] {
    background: #ffffff;
    width: 100%;
    max-width: 475px;
    height: 46px;
    border: 1px solid #dfe0e1;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0; }
    .search input[type=text]::-webkit-input-placeholder {
      font-size: 18px;
      color: #dfe0e1; }
    .search input[type=text]::-moz-placeholder {
      font-size: 18px;
      color: #dfe0e1; }
    .search input[type=text]:-ms-input-placeholder {
      font-size: 18px;
      color: #dfe0e1; }
    .search input[type=text]::-ms-input-placeholder {
      font-size: 18px;
      color: #dfe0e1; }
    .search input[type=text]::placeholder {
      font-size: 18px;
      color: #dfe0e1; }

.search_btn {
  position: absolute;
  top: 0;
  right: 5px;
  background: url(/redesign/img/i/search.png) no-repeat center;
  width: 40px;
  height: 100%;
  border: 0;
  cursor: pointer; }

.header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
         padding-bottom: 10px; }
  .header_phone .phone {
    color: #209EBB;
    margin-right: 25px; }

.phone {
  font-size: 24px;
  white-space: nowrap;
  text-decoration: none; }
  .phone span {
    font-size: 36px;
    font-weight: 700; }

.promo {
  position: relative;
background-image: linear-gradient(rgba(209, 232, 235, 1), rgba(0, 0, 0, 0.1)), url("/redesign/img/template/bcgrnd3.png");
opacity: 1.2;
  padding: 15px 0 15px; }
  .promo .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .promo p {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 24px;
    line-height: 36px;
    -webkit-animation: slideUp 0.8s;
            animation: slideUp 0.8s;
    margin: 0; }

.promo_img_wrapper {
  position: relative;
  z-index: 1;
  margin-right: 50px; }
  .promo_img_wrapper img {
    position: absolute; }

.promo_img_big_wrapper {
  position: relative; }
  .promo_img_big_wrapper .promo_shadow {
    position: relative; }

.promo_img_blue1 {
  z-index: 1;
  left: 141px;
  top: 5px;
  -webkit-animation: rotate 2.5s reverse;
          animation: rotate 2.5s reverse; }

.promo_img_blue2 {
  z-index: 1;
  top: 45px;
  left: 125px;
  -webkit-animation: rotate 2s;
          animation: rotate 2s; }

.promo_img_red {
  z-index: 1;
  top: 65px;
  left: 163px;
  -webkit-animation: fadeIn 4s;
          animation: fadeIn 4s; }

.promo_shadow {
  top: 0;
  left: 0; }

.promo_img_center {
  left: 270px;
  top: 165px;
  -webkit-animation: fadeIn 3s;
          animation: fadeIn 3s; }

#promo_img1 {
  top: 47px;
  left: 121px;
  -webkit-animation: installation 3s;
          animation: installation 3s; }

#promo_img2 {
  top: 9px;
  left: 3px;
  -webkit-animation: installation 3s;
          animation: installation 3s; }

#promo_img3 {
  z-index: -1;
  bottom: 77px;
  right: 0;
  -webkit-animation: installation 3s;
          animation: installation 3s; }

#promo_img4 {
  top: 80px;
  -webkit-animation: installation 3s;
          animation: installation 3s; }

#h1 {
  display: none;
  position: relative;
  z-index: 1;
  font-size: 84px;
  font-weight: 700; }
  #h1 .new {
    opacity: 0; }
  #h1 .opacity {
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 1; }

.info_banner {
  background: #ffffff;
  margin: 0px; 
}

.catalogue {
  background: #ffffff;
  padding: 0px 0 0; 
}

.catalogue_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalogue__item {
  width: 22%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
          box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
  border-top: 5px solid #209EBB;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 5px;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
  .catalogue__item:hover {
    background: #209EBB;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0 15px 35px rgba(5, 24, 57, 0.21);
            box-shadow: 0 15px 35px rgba(5, 24, 57, 0.21); }
    .catalogue__item:hover .catalogue_title {
      color: #ffffff; }
    .catalogue__item:hover .catalogue_img2 {
      opacity: 0;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    .catalogue__item:hover .catalogue_img {
      -webkit-animation: showImg 0.8s;
              animation: showImg 0.8s; }

  .catalogue h2 {
    color: #209EBB;
  margin-top: 25px;
    font-size: 48px;
    margin: 0; }

  .catalogue a {
    color: #209EBB;}

.catalogue_img {
  margin-bottom: 15px; }

.catalogue_title {
  display: block;
  text-align: center;

  text-decoration: none;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.catalogue_img2 {
  margin-top: 25px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }


.yours_advantages {
  background: #ffffff;
  padding: 40px 0 40px; 
}

.yours_advantages_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.yours_advantages__item {
  width: 18%;
 text-align:center;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
          box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
  border-top: 5px solid #209EBB;
  border-bottom: 5px solid #209EBB;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 5px;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  }


  .yours_advantages h2 {
    color: #209EBB;
  margin-top: 25px;
    font-size: 48px;
    margin: 0; }

.yours_advantages_img {
  margin-bottom: 15px; }

.yours_advantages_title {
  display: block;
  text-align: center;

  text-decoration: none;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.yours_advantages_img2 {
  margin-top: 25px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.our_advantages {
  background: #f0f4f8;
  padding-top: 40px; 
}
  .our_advantages h2 {
    color: #209EBB;
    font-size: 48px;
    margin: 0 0 40px; }

.our_advantages_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.our_advantages__item {
  justify-content: center;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }
  .our_advantages__item p {
    color: #209EBB;
    font-size: 19px;
    text-align: center;
    line-height: 24px; }

.our_advantages_img {
  min-width: 55px;
  width: 55px;
  padding-top:100px;
  margin: 0px; }

.special_offers .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 9px solid #eaf0f5;
  padding: 35px 30px 0 90px; }

.special_offers h2 {
  color: #209EBB;
  font-size: 48px;
  margin: 0 0 30px; }

.special_offers_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%; }

.special_offers__item {
  width: 48%;
  margin-bottom: 20px; }
  .special_offers__item a {
    line-height: 30px; }
  .special_offers__item .btn {
    line-height: 24px; }

.seminar1c {
  margin: 30px 0; }
  .seminar1c .container {
    background: #3b73e5 url(../img/seminar1c.jpg) no-repeat;
    padding: 55px 0 60px 750px; }
  .seminar1c .btn {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7); }

.seminar1c_title {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
  margin-bottom: 25px; }
  .seminar1c_title span {
    display: block;
    font-size: 30px;
    text-transform: none; }

.benefits_service {
  background: #ffffff;
  padding: 40px 0; }
  .benefits_service h2 {
    color: #209EBB;
    font-size: 48px;
    margin: 0; }

.benefits {
  background: #f0f4f8;
  padding: 40px 0; }
  .benefits h2 {
    color: #209EBB;
    font-size: 48px;
    margin: 0; }

.benefits_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.benefits__item {
  width: 25%; }
  .benefits__item p {
    color: #209EBB;
    font-size: 19px;
    margin: 0; }

.benefits_service_item {
  width: 100%; 
  justify-content: center;
}
  .benefits_service_item p {
    color: #209EBB;

    margin: 0; }

.certificate {
  background: #f0f4f8; 
  position: relative; 
}
  .certificate .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 10px; }
  .certificate h2 {
    position: relative;
    z-index: 1;
    color: #209EBB;
    font-size: 70px;
    font-weight: 700;
    margin: 0 0 40px; }
  .certificate img {
    position: relative;
    z-index: 1; }

.certificate_left {
  position: relative;
  z-index: 1;
  margin-right: 50px; }
  .certificate_left a {
    display: block;
    margin: 0 0 0 17px; }

.footerform {
  background: #f0f4f8; 
  position: relative; 
}
  .footerform .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width:100%;
flex-flow: row wrap;
    padding: 40px 10px 15px 0px; }
  .footerform h2 {
    position: relative;
    z-index: 1;
    color: #209EBB;
    font-size: 80px;
    font-weight: 700;
    margin: 0 0 0px; }
  .footerform img {
    position: relative;
    z-index: 1; }

.footerform_left {
  float:left;
  text-align:center;
  margin-right: 0px; }
  .footerform_left a {
    margin: 0 0 0 17px; }
.footerform_center {
  width:20%;
 height:10px;}
.footerform_right {
 padding:0px;
 text-align:center;
  float:right;}

.clients {
  padding: 40px; 
background: #ffffff;
}
  .clients h2 {
    color: #209EBB;
    font-size: 48px;
    margin: 0; }
  .clients img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 3px solid #eaf0f5;
    margin: 0 5px; }
    .clients img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.clients_content {
  height: 105px;
  margin-top: 50px; }

.footer {
  position: relative;
  background: #209EBB;
  padding: 30px 0;
  color: #ffffff;
  margin-top: 15px; }
  .footer a {
    color: #ffffff; }

.footer_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav a {
    margin-right: 35px; }
    .nav a:last-child {
      margin-right: 0; }

.footer_phone .phone {
  color: #ffffff; }
  .footer_phone .phone span {
    font-size: 18px;
    font-weight: 400; }

.footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .footer_bottom .btn2 {
    -webkit-box-shadow: 0 3px 3px #303030;
            box-shadow: 0 3px 3px #303030; }

.footer_bottom__item a {
  font-size: 14px; }

.footer_bottom__item p {
  font-size: 14px;
  margin: 0; }

.sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sm a {
    display: block;
    margin-right: 8px; }
  .sm p {
    font-size: 14px;
    line-height: 18px;
    margin: 0; }
    .sm p a {
      margin: 0; }

/* SECONDARY */
.wrapper_secondary {
  padding-top: 200px;
  background:#fff url("/redesign/img/secondary_new_bg.jpg") no-repeat top;
}

.wrapper_in .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.left_col {
  min-width: 290px;
  width: 290px;
  background: #ffffff;
  border-top: 20px solid #209EBB;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
          box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
  margin-right: 30px; }

.left_col_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px; }
  .left_col_content ul {
    margin: 0; }
  .left_col_content li {
    padding-left: 25px;
    margin-bottom: 10px; }
  .left_col_content a {
    display: block;
    color: #209EBB;
    font-size: 19px;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s; }
    .left_col_content a:hover {
      color: #FC8950; }
    .left_col_content a.active {
      color: #FC8950; }

.left_col_title {
  font-size: 24px;
  margin-bottom: 10px; }

.right_col {
  width: 100%; }

.breadcrumps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding-left: 0;
  margin: 0; }
  .breadcrumps.container {
    padding-left: 10px; }
  .breadcrumps li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 25px;
    color: #bbc0c6;
    font-size: 14px;
    line-height: 18px; }
    .breadcrumps li:after {
      position: absolute;
      content: '/';
      right: -15px; }
    .breadcrumps li:before {
      display: none; }
    .breadcrumps li:last-child:after {
      display: none; }
  .breadcrumps a {
    color: #bbc0c6;
    font-size: 14px;
    text-decoration: none; }

.pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  float: right;
  margin-top: -45px; }
  .pagination:after {
    position: absolute;
    content: '';
    clear: both; }
  .pagination a, .pagination span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #7f7f7f;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    margin-right: 3px;
    padding: 7px 12px; }
  .pagination a:hover {
    color: #000000; }
  .pagination .nav_active {
    color: #000000; }

.form {
  max-width: 880px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
          box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
  padding: 30px 100px;
  margin: 50px auto 0; }
  .form .btn {
    margin: 0 auto; }
.form .btn input {
    background: none;
    border: none;
    color: #fff;
}
  .form h1 {
    text-align: center; }

.input {
  position: relative;
  max-width: 705px;
  width: 100%; }
  .input input[type=text] {
    max-width: 100%;
    border: 3px solid #eaf0f5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .input input[type=text]:hover {
      border: 3px solid #209EBB; }
    .input input[type=text]:focus {
      border: 3px solid #209EBB; }

.form_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px; }

.form_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.capcha {
  width: 250px; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 14px;
  margin: 15px 0 25px;
  cursor: pointer; }
  .checkbox input {
    margin-right: 5px; }
  .checkbox a {
    color: inherit;
    font-size: 14px;
    margin-left: 5px; }

/* ======== */
/* CONTACTS */
.contacts_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .contacts_content p {
    font-size: 18px; }
  .contacts_content .btn {
    margin-top: 0px; }

#map {
  width: 100%;
  height: 40px; }

/* ======== */
@media screen and (max-width: 1500px) {
  #h1 {
    font-size: 74px; } }

@media screen and (max-width: 1300px) {
  .menu a {
    font-size: 19px;
    padding: 10px 13px; }
  .search {
    width: 270px; }
  .promo_shadow {
    max-width: 390px; }
  .promo_img_blue1 {
    left: 78px;
    top: 0px;
    max-width: 260px; }
  .promo_img_blue2 {
    top: 30px;
    left: 70px;
    max-width: 280px; }
  .promo_img_red {
    top: 46px;
    left: 100px;
    max-width: 215px; }
  .promo_img_center {
    left: 180px;
    top: 120px;
    max-width: 60px; }
  #promo_img1 {
    top: 38px;
    left: 70px;
    max-width: 320px; }
  #promo_img2 {
    top: 30px;
    left: 0;
    max-width: 265px; }
  #promo_img3 {
    z-index: -1;
    bottom: 76px;
    right: 0;
    max-width: 70px; }
  #promo_img4 {
    top: 70px;
    max-width: 70px; }
  #h1 {
    height: 200px;
    width: 560px;
    font-size: 60px; }
  .special_offers .container {
    padding: 35px 30px 0 35px; }
  .seminar1c .container {
    background: #3b73e5 url(../img/seminar1c.jpg) no-repeat -webkit-calc(50% - 70px);
    background: #3b73e5 url(../img/seminar1c.jpg) no-repeat calc(50% - 70px);
    padding: 55px 0 60px 0;
    padding-left: -webkit-calc(50% + 30px);
    padding-left: calc(50% + 30px); }
  .seminar1c_title {
    font-size: 36px; }
  .certificate h2 {
    font-size: 70px; }
  .footer {
    padding: 20px 0 30px; }
  .footer_top {
    display: block; }
  .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer_phone {
    text-align: center;
    margin-top: 25px; }
  /* SECONDARY */
  .wrapper_secondary {
    padding-top: 170px; }
  .form {
    padding: 30px 50px; }
  .input {
    width: 49%; } }

@media screen and (max-width: 1023px) {
.bottom-left-column {display:none;}  
.header_top {
    padding: 2px 0; }
  .menu {
    display: none; }
    .menu:before {
      display: none; }
  .burger {
    display: block;
    height: 39px;
    width: 39px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer; }
  .burger-button {
    position: relative;
    padding: 11px;
    cursor: pointer; }
    .burger-button.active .burger-top {
      position: absolute;
      top: 11px;
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg); }
    .burger-button.active .burger-middle {
      -webkit-transform: rotateZ(270deg);
          -ms-transform: rotate(270deg);
              transform: rotateZ(270deg);
      border-color: transparent;
      background: transparent; }
    .burger-button.active .burger-bottom {
      position: absolute;
      bottom: 11px;
      -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotateZ(-45deg); }
    .burger-button span {
      width: 16px;
      border: 1px solid #ffffff;
      background: #ffffff;
      display: block;
      -webkit-border-radius: 22px;
              border-radius: 22px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .burger-top, .burger-bottom {
    position: absolute; }
  .burger-top {
    top: 5px; }
  .burger-bottom {
    bottom: 5px; }
  /* MENU MOBILE */
  .wrap_menu {
    overflow: hidden;
    position: absolute;
    top: -7px;
    left: -270px;
    z-index: 11;
    display: block;
    width: 270px;
    height: auto;
    min-height: 100%;
    background: #209EBB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap_menu.active {
      left: 0;
      -webkit-box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
              box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3); }
    .wrap_menu .catalogue_menu {
      line-height: 20px;
      color: #ffffff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .wrap_menu .catalogue_menu p {
        background: #356ad6;
        color: #ffffff;
        font-size: 18px;
        padding: 10px 10px 5px;
        margin: 0; }
    .wrap_menu ul {
      padding-left: 10px;
      margin: 0; }
      .wrap_menu ul a {
        display: block;
        padding: 5px 30px 5px 10px;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none; }
      .wrap_menu ul li {
        position: unset;
        line-height: 20px;
        padding-left: 0;
        margin-bottom: 0; }
        .wrap_menu ul li:before {
          display: none; }
      .wrap_menu ul ul {
        display: none;
        padding-left: 0;
        margin: 0; }
    .wrap_menu .back {
      margin-top: 10px; }
      .wrap_menu .back a {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        font-size: 18px;
        padding-left: 20px;
        text-decoration: none; }
        .wrap_menu .back a:before {
          position: absolute;
          top: 11px;
          left: 8px;
          content: '';
          width: 6px;
          height: 6px;
          border-top: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          -webkit-transform: rotate(225deg);
              -ms-transform: rotate(225deg);
                  transform: rotate(225deg); }
    .wrap_menu .arrow_a {
      position: relative; }
      .wrap_menu .arrow_a:before {
        position: absolute;
        top: 13px;
        right: 15px;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .wrap_menu .show_block {
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      padding-left: 0; }
    .wrap_menu .first_level {
      position: relative; }
    .wrap_menu .menu {
      position: unset;
      display: block;
      padding-left: 0;
      margin: 0; }
      .wrap_menu .menu li {
        padding: 0; }
        .wrap_menu .menu li:hover a {
          background: 0; }
    .wrap_menu .submenu {
      opacity: 1;
      visibility: visible;
      background: transparent;
      -webkit-box-shadow: 0 0;
              box-shadow: 0 0; }
      .wrap_menu .submenu a {
        padding: 5px 30px 5px 15px;
        color: #aeaeae;
        font-weight: 400;
        font-size: 19px;
        margin-bottom: 0 !important; }
      .wrap_menu .submenu .back {
        display: block; }
        .wrap_menu .submenu .back a {
          font-size: 18px;
          font-weight: 700;
          padding-left: 20px; }
  /* MENU MOBILE END */
  .logo {
    width: 150px;}
    .logo img {
      width: 100%; }
  .header_phone .phone {
    font-size: 19px; }
    .header_phone .phone span {
      font-size: 24px; }
  .search {
    max-width: 285px;
    width: 25%; }
    .search input[type=text] {
      max-width: 285px; }
  .promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo p {
      font-size: 19px;
      line-height: 30px; }
  .promo_img_wrapper {
    margin-right: 35px; }
  .promo_shadow {
    max-width: 310px; }
  .promo_img_blue1 {
    left: 59px;
    max-width: 210px; }
  .promo_img_blue2 {
    top: 25px;
    left: 50px;
    max-width: 230px; }
  .promo_img_red {
    top: 38px;
    left: 75px;
    max-width: 177px; }
  .promo_img_center {
    left: 145px;
    top: 105px;
    max-width: 40px; }
  #promo_img1 {
    top: 25px;
    left: 50px;
    max-width: 280px; }
  #promo_img2 {
    top: 40px;
    left: 0;
    max-width: 205px; }
  #promo_img3 {
    z-index: -1;
    bottom: 45px;
    right: 0;
    max-width: 50px; }
  #promo_img4 {
    top: 60px;
    max-width: 50px; }
  #h1 {
    width: 390px;
    height: 150px;
    font-size: 42px; }
  .catalogue__item {
    width: 48%; }
  .yours_advantages__item {
    width: 98%; }
  .our_advantages__item {
    width: 48%; }
  .special_offers .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px; }
  .special_offers h2 {
    margin: 0; }
  .special_offers_content {
    width: 100%;
    margin-top: 30px; }
  .seminar1c .container {
    padding: 20px 10px 20px 0;
    padding-left: -webkit-calc(50% + 30px);
    padding-left: calc(50% + 30px); }
  .certificate h2 {
    font-size: 35px; }
  .certificate_right img {
    width: 100%;
    max-width: 99px; }
  .clients_content {
    margin-top: 0px; }
  .nav {
    display: none; }
  .footer_phone {
    text-align: center;
    margin-top: 0; }
  .footer_bottom {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 470px;
    margin: 20px auto 0; }
  .footer_bottom__item {
    width: 240px;
    margin-bottom: 20px; }
  .footer_bottom__item2 {
    width: 205px; }
  /* SECONDARY */
  .wrapper_secondary {
    padding-top: 150px; }
  .left_col {
    display: none; }
  /* CONTACTS */
  .contacts_content {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .contacts_content .btn {
      margin: 20px auto 0; }
  .contacts__item {
    width: 48%; } }

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 180px; }
  .header_top .search {
    display: block;
    width: 235px;
    height: 33px;
    margin: 0; }
    .header_top .search input[type=text] {
      height: 33px; }
  .header_bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
  .header_bottom .search {
    display: none; }
  .promo .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    text-align: center; }
  .promo p {
    font-size: 18px;
    line-height: 30px; }
  .promo_text {
    margin-bottom: 20px; }
  #h1 {
    width: 432px;
    height: 85px;
    font-size: 36px;
    margin: 0 auto 5px; }
  .promo_img_wrapper {
    margin: 0; }
  .catalogue_title {
    font-size: 19px; }
  .our_advantages {
    padding-top: 40px; }
    .our_advantages h2 {
      font-size: 36px;
      margin-bottom: 30px; }
  .our_advantages__item {
    width: 100%; }
  .special_offers h2 {
    font-size: 36px; }
  .seminar1c .container {
    background: #3b73e5;
    padding: 20px;
    text-align: center; }
  .benefits {
    padding: 20px 0 30px; }
    .benefits h2 {
      font-size: 36px; }
  .benefits_content {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .benefits__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

  .benefits_service_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .benefits__item p {
      font-size: 19px;
      line-height: 24px; }
    .benefits_service_item p {
      font-size: 19px;
      line-height: 24px; }
  .certificate .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 10px; }
  .certificate h2 {
    font-size: 50px;
    text-align: center; }
  .certificate_left {
    margin: 0; }
  .clients h2 {
    font-size: 36px; }
  /* SECONDARY */
  .form {
    padding: 15px; }
  .capcha {
    width: 200px; }
  /* CONTACTS */
  .contacts__item {
    width: 100%; } }

@media screen and (max-width: 500px) {
p {
    line-height: 22px; }
  td, th {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 15px; }
  .wrapper {
    padding-top: 215px; }
  .header_top .search {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0; }
    .header_top .search input[type=text] {
      max-width: 250px; }
  .header_top .search_box {
    position: absolute;
    top: 0;
    right: -20px;
    width: 275px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden; }
  .header_top .hidden {
    width: 0;
    padding: 0; }
  .header_top .search_btn {
    position: relative;
    width: 33px; }
  .header_top .search_close {
    position: absolute;
    top: 3px;
    right: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer; }
    .header_top .search_close:before, .header_top .search_close:after {
      position: absolute;
      left: 5px;
      content: '';
      height: 14px;
      width: 2px;
      background: #ffffff; }
    .header_top .search_close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header_top .search_close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .header_icons {
    display: none; }
  .header_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 10px; }
    .header_phone .phone {
      margin: 0 0 10px; }
  .promo {
    padding: 10px 0 20px; }
  .promo_img_wrapper {
    display: none; }
  .promo_text {
    margin: 0; }
  #h1 {
    width: 295px;
    height: 105px;
    font-size: 32px; }
  .catalogue__item {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .special_offers__item {
    width: 100%; }
  .benefits__item {
    width: 100%; }
  .certificate h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .certificate_images {
    text-align: center; }
  .footer_phone i {
    display: none; }
  .footer_phone .phone {
    display: block;
    font-size: 30px; }
  .footer_bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 10px; }
  .footer_bottom__item {
    width: 100%; }
  .sm {
    margin-top: 15px;
    text-align: left; }
  /* SECONDARY */
  .input {
    width: 100%;
    margin: 0 auto 10px; }
  .capcha {
    margin: 0 auto 5px; }
  .checkbox {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  /* CONTACTS */
  .contacts_content p {
    font-size: 19px;
    margin: 0 0 10px; }
  #map {
    height: 300px; } }

/* Fancy form */
.fancyform {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0; }
  .fancyform h1 {
    margin: 0 0 30px; }
  .fancyform .form_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 0px; }

/* ========== */
/* ANIMATION */
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px); }
  70% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px); }
  70% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes installation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes installation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes showImg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
            transform: scale(1.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showImg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
            transform: scale(1.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* ========= */

/*ДОПОЛЬНИТЕЛЬНО*/
.photo-items-list.photo-photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.photo-items-list.photo-photo-list .photo-item-cont {
    margin-right: 10px;
    margin-bottom: 10px;
}
.photo-item-inner.gallery img {
    width: 70px;
    height: 81px;
}
.photo-page-main .photo-items-list {
    margin: 0;
}
.photo-info-box-inner .photo-items-list {
    margin: 0;
}
.album-top-section, .album-photos-section {
    margin-top: 20px;
}
.resume_form {
    max-width: 880px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
    box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
    padding: 30px 100px;
    margin: 50px auto 0;
}
.resume_form select, .resume_form input {
    border: 3px solid #eaf0f5;
    width: 100%;
    max-width: 100% !important;
}
.resume_form textarea {
    border: 3px solid #eaf0f5;
    width: 100%;
}
.resume_form .buttons input {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #FC8950), color-stop(59%, #FC8950));
    background: -webkit-linear-gradient(top, #FC8950 11%, #FC8950 59%);
    background: -o-linear-gradient(top, #FC8950 11%, #FC8950 59%);
    background: linear-gradient(180deg, #FC8950 11%, #FC8950 59%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px 5px rgba(105, 105, 105, 0.47);
    box-shadow: 0 3px 5px rgba(105, 105, 105, 0.47);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    width:auto;
}
.resume_form font {
    color: #209EBB;
}
.usl-link {font-size: 19px;}
.secondary_catalog_content {justify-content: flex-start;}
.secondary_catalog_content .catalogue__item {margin-right: 30px;}
.table-first-header tr:first-child td {
    text-align: center;
    background: #f0f6fb;
    font-weight: bold;
    font-size: 17px;
}
.list-multilevel li ul {
    list-style-type: initial;
}
.menu a.item-selected {
    background: #FC8950;
}
.brd_text {
    border: 2px solid #eaf0f5;
    padding: 15px;
}
.show_answer .notetext br {
    display: none;
}
.show_answer {
    text-align: center;
}
.left_col .catalog-section-list .head {
    font-size: 24px;
    margin-bottom: 10px;
}
.left_col_content .act {
    color: #FC8950;
}
.discounts-list-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.discounts-list-img img {
    padding: 10px;
}
.discounts-preview-img {width:80%;}

.news-list .news-item {
    margin-bottom: 45px;
}
.partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners-list div {
    border: 3px solid #eaf0f5;
    padding: 15px;
    margin-bottom: 40px;
}
.partners-list div:nth-child(4n) {margin-right: 0;}
.servisy-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.servisy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 48%;
    margin-bottom: 40px;
}
.servisy-item p {
    font-size: 19px;
    font-weight: 400;
    color: #70767c;
    line-height: 24px;
}
.servisy-item .servisy-item.img {
    width: 77px;
    min-width: 77px;
    margin-right: 12px;
    margin-top: 17px;
}
.slim {
     border: 1px solid #f4f4f4;
}
.title-about-company {
    font-size: 19px;
    font-weight: 400;
    color: #209EBB;
    line-height: 30px;
    margin: 22px 0;
}
.blok-gray-text {
    background: #f0f4f8;
    padding: 15px 0 15px 30px;
    margin: 20px 0 40px;
}
.blok-gray-text ul {
    margin: 15px 40px 15px 30px;
}
.blok-gray-text .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #209EBB;
}
.block-advantages-list .advantages-item .advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.block-advantages-list .advantages-item .advantages p span {
    font-size: 24px;
}
.our-status-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px auto;
}
.our-status-item {
    width: 19%;
    margin-right: 55px;
    margin-bottom: 40px;
    text-align:center;
}
.our-status-item .our-status-item.img {
    width: 176px;
    height: 109px;
    border: 3px solid #eaf0f5;
    margin: 0 auto 10px;
}
.our-status-item .our-status-item.img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-status-item a {
    font-size: 19px;
}
.block-clients-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-clients-list .clients-item {
    width: 176px;
    text-align: center;
    margin-right: 22px;
    margin-bottom: 30px;
}
.block-clients-list .clients-item .clients-item.img {
    width: 176px;
    height: 109px;
    border: 3px solid #eaf0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.block-service-list {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}
.block-service-list .service-item {width: 45%;}
.block-service-list .service-item .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
}
.block-service-list .service-item .service p.title {font-size: 19px;}
.block-service-list .service-item .service a {font-size:16px;}
.block-service-list .service-item .service p.title a {font-size: 19px;}
.sections-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sections-icons-list .icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:50%;
}
.sections-icons-list .icons-item .icons-item.img {
    width: 108px;
    max-width: 108px;
    margin-right: 5px;
}
.sections-icons-list .icons-item a {
    font-size: 19px;
    line-height: 24px;
}
.block-service-list.list-column {
    flex-wrap: nowrap;
}
.block-service-list.list-column .service-item {
    left: 0;
    max-width: 100%;
    flex-flow: column wrap;
    width: auto;
    margin-bottom: 20px;
}
.sections-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
}
.sections-icons .icons-item {
    width: 50%;
}
.sections-icons .icons-item .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.seminar1c .btn {
    background: #e02a1c;
}
.bottom-left-column {
    margin-top: 25px;
}
.bottom-left-column .btn_order {
    display: inline-block;
    background: #FC8950;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-color: currentcolor;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 3px 3px rgba(105, 105, 105, 0.47);
    box-shadow: 0 3px 3px rgba(105, 105, 105, 0.47);
    width: 289px;
    height: 51px;
}
.bottom-left-column .btn_order:hover {
    background: #209EBB;
}
.decisions {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
    box-shadow: 0 1px 25px rgba(5, 24, 57, 0.21);
    border-top: 20px solid #209EBB;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 290px;
}
.decisions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.decisions-img {
    margin-left: 15px;
    width: 75px;
    max-width: 75px;
    margin-right: 30px;
}
.decisions p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #209EBB;
}
.decisions p a{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #209EBB;
}
.decisions:hover {
  background: #209EBB;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 35px rgba(5, 24, 57, 0.21);
  box-shadow: 0 15px 35px rgba(5, 24, 57, 0.21);
}
.decisions:hover p a {
  color:#fff;
}
.decisions:hover .decisions-img {
   -webkit-animation: showImg 0.8s;
   animation: showImg 0.8s;
}
.decisions p a {
    text-decoration: none;
}
.fancyform .form_content .inputtextarea {
    max-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fancyform .form_content .inputtextarea {
    position: relative;
    max-width: 280px;
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #eaf0f5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: Lora, serif;
    font-size: 19px;
    font-weight: 300;
}
.form-item .captcha .inputtext {
    width: auto;
}
.form-item .captcha .captcha_enter {
    padding: 35px 20px 0 0;
}
.form-item .captcha div {
    margin-top: 15px;
}
.form-item .captcha {
    margin-top: -50px;
}
.autumn_color {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}
.autumn_color .sienna {
    color: #f16c4d;
}
.autumn_color .bud {
    color: #acd372;
}
.autumn_color .carrot {
    color: #f16522;
}
.autumn_color .dark_green {
    color: #197b30;
}
.autumn_color .sunny-yellow {
    color: #f7941d;
}
.autumn_color .yellow {
    color: #fff100;
}
.autumn_color .yellow-green {
    color: #8fc63d;
}
.autumn_color .olive-brown {
    color: #a36209;
}
.autumn_color .light-bluish-green {
    color: #81ca9d;
}
.autumn_color .deep-carmine-pink {
    color: #ee1d24;
}
.service-list.left-column, .service-list.right-column {
    width: 50%;
}
.left_col_content ul .cat-level-3 li {
    padding: 0;
}
.left_col_content ul .cat-level-3 li::before {
    left: -5px;
    top: 23px;
}
.block-service-list .service-item .service ul {
    margin: 15px 0 15px 5px;
}
.header_top .tel {
    color: #fff;
    text-decoration: none;
}


.border_for_menu_first {
    background: none;
    padding: 0 15px;
}
.catalog-section-list {
    border: none;
}
.left_col .catalog-section-list .head {
    color: #209EBB;
}
.border_for_menu_first .main_ss {
    display: none !important;
}
.border_for_menu_second {
    background: none;
}
.border_for_menu_second .main_ss {
    display: none !important;
}
.main_ss1 {
    display: none !important;
}
.border_for_menu_first .zagolovok {
    width: auto;
}
.border_for_menu_first a.big p {
    padding: 0;
    font-weight: 300;
}
.border_for_menu_third {
    background: none;
}
.main_ss {
    display: none !important;
}
.border_for_menu_second p {
    font-weight: 300;
}
.border_for_menu_third p {
    font-weight: 300;
}
.catalog-section-list li::before {top:20px;}
.border_for_menu_last {
    padding: 0;
}
.left_col_content ul .cat-level-3 {
    margin: 15px 0 15px 9px;
}
table.page_tab tr.head td {
    background: #f0f6fb;
    text-align: center;
    font-weight: bold;
    border: 2px solid #eaf0f5;
    color: #209EBB;
}
table.page_tab td {
    background: none;
    width: auto !important;
}
.order_button {
    background: none;
    color: #209EBB;
    font-size: 18px;
    font-family: Lora, serif;
    text-decoration: underline;
}
.order_button:hover {
    background: none;
    cursor: pointer;
}
.left_col_content ul .cat-level-2 .product {
    margin: -3px 0 0 30px;
}
.border_for_menu_last {
    width: auto;
}


.submenu:before {display:none;}
.wrap_menu .submenu li a {color: #fff;}
.border_for_menu_third a.big p {padding:0;}
.border_for_menu_third {width:auto; padding:0;}
.border_for_menu_last a.big_u p {padding-left:30px;}
.left_col_content ul .cat-level-3 .border_for_menu_last p {padding: 0; margin-left: -20px; font-size:14px;}
.photo-item-cont .photo-item-inner img {position: relative;}
ul.photo-album-list-first-photos li.photo-album-item:before {display:none;}

.menu .submenu .back {display: none;}

.decisions-list .decisions-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.decisions-list .decisions-item .doc {
    width: 105px;
    min-width: 105px;
    margin-right: 15px;
    border: 2px solid #eaf0f5;
    padding: 10px 15px;
}
.decisions-list .decisions-item .doc img {
    width: 105px;
    height: auto;
}


@media screen and (max-width: 1300px) {
        .picture_adv {width:100%;}
        /*table.table-adaptive-page tr td {display: block; text-align: center;}*/
        table td {padding: 10px 2px; font-size: 19px;}
        table a {font-size: 19px;}
}
@media screen and (max-width: 1023px) {
	.secondary_catalog_content .catalogue__item {margin-right: 10px;}
        .wrap_menu .submenu li.back {display: block;}
}
@media screen and (max-width: 768px) {
	.our-status-item {width:24%;}
	.block-service-list.list-column {flex-wrap: wrap;}
	.sections-icons .icons-item .icons a {font-size: 19px;}
        .form-item .captcha div {width: 40%;}
        .form-item .captcha .captcha_enter {padding: 15px 0;}
        img.adv_img {width: 100%;}
        .table-first-header td {padding: 10px 0;}
        .service-list.left-column, .service-list.right-column {width: 100%;}
        .picture_adv_a {width:100%;}
        .decisions-list .decisions-item {align-items: flex-start;}
        ul.photo-items-list.photo-album-list.photo-album-list-first-photos {width: 100%; display: block !important;}
        ul.photo-album-list-first-photos li.photo-album-item {float: left !important;}
        table {display: block; width: auto; overflow-x: scroll;}
        .table-first-header tr:first-child td {font-size:14px;}
        .table-adv-p {width: auto; overflow: hidden;}
}
@media screen and (max-width: 640px) {
	.block-service-list .service-item {width: 100%;}
}
@media screen and (max-width: 615px) {
	.our-status-item {width: 49%; margin: 0 auto 40px;}
}
@media screen and (max-width: 550px) {
	.secondary_catalog_content .catalogue__item {width: 100%; margin-right: 0;}
	.servisy-item {width: 100%;} 
        .catalog-element table.page_tab tr td {display: block; text-align: right; font-size: 17px; padding: 10px 15px 5px 10px !important;}

        table.page_tab {border: 0;}
        table.page_tab thead {display: none;}
        table.page_tab tr {margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd;}
        table.page_tab td {display: block; text-align: right; font-size: 13px; border-bottom: 1px solid #dedee2; border-right: 1px solid #dedee2;}
        table.page_tab td:last-child {border-bottom: 0;}
        table.page_tab td:before {content: attr(data-label); float: left; font-weight: bold; font-size: 14px; color: #000;}
        table {display: block; width: auto; overflow-x: scroll;}
}
@media screen and (max-width: 500px) {
	.block-clients-list {justify-content: center;}
	.sections-icons-list .icons-item {width:100%;}
	.sections-icons .icons-item {width: 100%;}
        .form-item .captcha div {width: auto;}
        /*.table-first-header td {display: block; text-align: center;}*/
        .table-first-header td.code, .table-first-header td.price, .table-first-header td.order {display: none;}
        .decisions-list .decisions-item p {font-size: 14px;}
        .decisions-list .decisions-item h3 a {font-size: 14px;}
        .decisions-list .decisions-item .doc {margin-right: 10px;}
        h1 {font-size: 30px;}
        .table-adv-p td {font-size: 10px;}
        .img-adv {width:100%;}
	
}
@media screen and (max-width: 410px) {
	.our-status-item {width: 100%;}
}
/*================*/

/* 13.02.2019 */
.btn-retreat {margin: 0 0 10px;}
.text_red-boar {display: flex; align-items:center;}
.text_red-boar img {width: 115px; height: 85px; padding-right: 15px;}
.case-read {text-align:right;}
.flexbox-avto-tel {display: flex; align-items: center;}
.flexbox-avto-tel a:first-child {font-size: 0;}
.flexbox-avto-tel .tel {padding-left:25px;}

@media screen and (max-width: 768px) {
.flexbox-avto-tel img {width:130px; height:auto;}
.flexbox-avto-tel .tel {font-size:15px;}
}
@media screen and (max-width: 615px) {
.header_top .search {width:157px;}
.search_box.hidden input.search_input::placeholder {font-size:14px;}
}
@media screen and (max-width: 500px) {
.header_top .search {width: auto;}
}

/* 18.02.2019 */
.status-block.content .item img {max-width: 130px;}
.status-block.content .item .status-img {float: left; margin: 0 10px 10px 0;}
.status-block.content .item {display: flex;}
.status-block.content .item {border: 2px solid #eaf0f5; border-bottom: none; padding: 20px;}
.status-block.content .item p {margin: 0; text-align: justify; padding: 0;}
.status-block.content .item .item-status:first-child {width: 85%; padding-right: 20px;}
.status-block.content .item .item-status .sert img {max-width: 150px;}
.status-block.content .item:last-child {border-bottom:2px solid #eaf0f5;}

@media screen and (max-width: 768px) {
.status-block.content .item {flex-direction: column; align-items: center;}
.status-block.content .item .item-status:first-child {width: 100%;}
.status-block.content .item .item-status {margin-bottom: 15px;}
}

/* 04.06.2019 */
.flexbox-avto-tel a img {vertical-align: middle;}
.flexbox-avto-tel a:first-child img {margin-right:15px;}

@media screen and (max-width: 1300px) {
.flexbox-avto-tel a img {width: 80px; height: auto;}
.flexbox-avto-tel a:first-child img {margin-right: 5px;}
}

@media screen and (max-width: 1023px) {
.flexbox-avto-tel a img {width: 115px; height: auto;}
}

@media screen and (max-width: 768px) {
.flexbox-avto-tel a img {width: 100px; height: auto;}
}

@media screen and (max-width: 600px) {
.flexbox-avto-tel .tel {display: none;}
}

/* 02.07.2019 */
.capcha.form_flex {display: flex; width: auto; align-items: flex-start; flex-flow: column;}
.capcha.form_flex .form_content .inputtext {margin: 0; max-width: 150px;}
.form .btn {margin: 0 auto; display: flex; max-width: 200px;}
.capcha.form_flex .form_content p {margin: 0;}
.capcha.form_flex .form_content {display: flex; justify-content: flex-start; align-items: flex-start;}


.containerblocsmenu {
    width: 1000px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.containerblocsmenu .card {
    position: relative;
    border-radius: 10px;
}

.containerblocsmenu .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.7s;
    z-index: 1;
}

.containerblocsmenu .card:nth-child(1) .icon {
    background: #e07768;
}

.containerblocsmenu .card:nth-child(2) .icon {
    background: #6eadd4;
}

.containerblocsmenu .card:nth-child(3) .icon {
    background: #4aada9;
}


.containerblocsmenu .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.containerblocsmenu .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.containerblocsmenu .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.containerblocsmenu .card:hover .face.face1{
    background: #ff0057;
    transform: translateY(0px);
}

.containerblocsmenu .card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.containerblocsmenu .card:hover .face.face1 .content {
    opacity: 1;
}

.containerblocsmenu .card .face.face1 .content i{
    max-width: 100px;
}

.containerblocsmenu .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    transform: translateY(-100px);
}

.containerblocsmenu .card:hover .face.face2{
    transform: translateY(0);
}

.containerblocsmenu .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.containerblocsmenu .card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
} 

.containerblocsmenu a {
    text-decoration: none;
    color: #414141;
}