@charset "UTF-8";
@import url(reset.css);
@font-face {
  font-family: "Frutiger";
  src: url("fonts/FrutigerNeueLTW1G-Black.eot");
  src: url("fonts/FrutigerNeueLTW1G-Black.eot") format("embedded-opentype"), url("fonts/FrutigerNeueLTW1G-Black.woff") format("woff"), url("fonts/FrutigerNeueLTW1G-Black.ttf") format("truetype");
  font-weight: 900; }

@font-face {
  font-family: "Frutiger";
  src: url("fonts/FrutigerNeueLTW1G-Bold.eot");
  src: url("fonts/FrutigerNeueLTW1G-Bold.eot") format("embedded-opentype"), url("fonts/FrutigerNeueLTW1G-Bold.woff") format("woff"), url("fonts/FrutigerNeueLTW1G-Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: "Frutiger";
  src: url("fonts/FrutigerNeueLTW1G-Regular.eot");
  src: url("fonts/FrutigerNeueLTW1G-Regular.eot") format("embedded-opentype"), url("fonts/FrutigerNeueLTW1G-Regular.woff") format("woff"), url("fonts/FrutigerNeueLTW1G-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Frutiger";
  src: url("fonts/FrutigerNeueLTW1G-Light.eot");
  src: url("fonts/FrutigerNeueLTW1G-Light.eot") format("embedded-opentype"), url("fonts/FrutigerNeueLTW1G-Light.woff") format("woff"), url("fonts/FrutigerNeueLTW1G-Light.ttf") format("truetype");
  font-weight: 300; }

body {
  color: #111;
  font-family: 'Frutiger', sans-serif;
  min-height: 100%; }

b {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

  .mobile-dots .owl-dot {
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2.5px;
    width: 10px; }
  .mobile-dots .owl-dot.active {
    background: #e2001a; }
  .mobile-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%; }

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px; }

.right-text {
  text-align: right; }

/* header */
header {
  padding-bottom: 14px; }

.header-logo {
  background: url("imgs/logo.png");
  display: block;
  height: 55px;
  margin-top: 28px;
  width: 153px; }

.header-menu {
  padding-top: 18px;
  text-align: right; }

a.header-num {
  color: #333;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  margin-right: 18px;
  margin-left: 67px;
  position: relative;
  text-decoration: none; }

.header-num:before {
  background-image: url(imgs/sprite.png);
  background-position: -221px -166px;
  width: 13px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  left: -28px; }

.order-button {
  background: #e2001a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  margin-top: 1rem;
  padding: 0 27px;
  position: relative;
  transition: ease 300ms;
  box-shadow: 0 10px 20px rgba(0, 64, 113, 0.25); }

.order-button:hover {
  background: #920011;
}
.header-recall{
  background: #004071;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  padding: 0 27px 0 46px;
  position: relative;
  transition: ease 300ms;
  box-shadow: 0 10px 20px rgba(0, 64, 113, 0.25); }

.header-recall:before {
  background-image: url(imgs/sprite.png);
  background-position: -235px -166px;
  width: 14px;
  height: 13px;
  content: '';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 18px; }

.header-recall:hover{
  background: #e2001a; }

.header-nav {
  margin-top: 20px; }

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-nav li a {
  color: #525252;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease 300ms; }

.header-nav li a:hover {
  color: #e2001a; }

a.header-email {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  transition: ease 300ms; }

a.header-email:hover {
  border-color: transparent; }

@media only screen and (min-width: 768px) {
  header.fixed {
    background: #fff;
    height: 83px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  header.fixed .header-nav {
    height: 0;
    overflow: hidden;
    transition: ease 300ms; }
  header.fixed .header-nav.active {
    height: auto; }
  header.fixed .header-logo {
    margin-top: 10px; }
  header.fixed .header-menu {
    padding-top: 22px;
    position: static; }
  header.fixed .header-logo {
    position: relative;
    left: 100px; }
  header.fixed .container {
    position: relative; }
  header.fixed .menu-open {
    background: #f4f4f4;
    cursor: pointer;
    display: block;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    z-index: 999; }
  .menu-close {
    background: #000;
    content: '';
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: ease 300ms;
    z-index: -1; }
  .menu-close.active {
    opacity: .45;
    visibility: visible;
    z-index: 98; }
  header.fixed .menu-open span,
  header.fixed .menu-open:after,
  header.fixed .menu-open:before {
    background: #e2001a;
    height: 2px;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transition: ease-in 400ms; }
  header.fixed .menu-open span {
    opacity: 1;
    margin-top: -1px; }
  header.fixed .menu-open:after,
  header.fixed .menu-open:before {
    content: '';
    margin-top: -7px; }
  header.fixed .menu-open:after {
    margin-top: 5px; }
  header.fixed .menu-open.active:after,
  header.fixed .menu-open.active:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 0;
    margin-left: -11px;
    width: 22px; }
  header.fixed .menu-open.active:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  header.fixed .menu-open.active span {
    opacity: 0; }
  header.fixed .header-nav {
    position: absolute;
    top: 82px;
    left: 0;
    text-align: left; }
  header.fixed .header-nav ul li,
  header.fixed .header-nav ul {
    display: block; }
  header.fixed .header-nav ul li a {
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 36px;
    margin-bottom: 1px;
    padding: 0 20px; } }

@media only screen and (max-width: 1200px) {
  .header-nav li a {
    font-size: 12px; } }

@media only screen and (max-width: 992px) {
  .header-menu {
    margin-top: -57px; }
  header.fixed .header-menu {
    padding-top: 14px; } }

@media only screen and (max-width: 768px) {
  .header-menu-fix {
    height: 65px; }
  header {
    background: #fff;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  header.fixmob {
    position: fixed;
  }
  .header-num {
    background-image: url(imgs/sprite.png);
    background-position: -221px -166px;
    width: 13px;
    height: 14px;
    font-size: 0 !important;
    position: absolute !important;
    top: 89px;
    margin-top: -6.5px;
    right: 10px; }
  .header-recall,
  .header-num:before {
    display: none; }
  header .container {
    position: relative; }
  .main-slider-box:before,
  .header-nav {
    display: none; }
  .header-logo {
    background-size: cover;
    height: 46px;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 128px; }
  .menu-open {
    background: #fff;
    cursor: pointer;
    display: block;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    z-index: 999; }
  .menu-close {
    background: #fff;
    content: '';
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: ease 300ms;
    z-index: -1; }
  .menu-close.active {
    opacity: 1;
    z-index: 98; }
  .menu-open span,
  .menu-open:after,
  .menu-open:before {
    background: #e2001a;
    height: 2px;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transition: ease-in 400ms; }
  .menu-open span {
    opacity: 1;
    margin-top: -1px; }
  .menu-open:after,
  .menu-open:before {
    content: '';
    margin-top: -7px; }
  .menu-open:after {
    margin-top: 5px; }
  .menu-open.active:after,
  .menu-open.active:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 0;
    margin-left: -11px;
    width: 22px; }
  .menu-open.active:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .menu-open.active span {
    opacity: 0; }
  /**/
  .header-nav.active {
    display: block;
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%; }
  .header-nav li,
  .header-nav ul {
    display: block;
    text-align: left;
    width: 100%; }
  .header-nav li {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: -1px; }
  .header-nav li a {
    display: block;
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px; }
  .header-nav li a:hover {
    background: #fafafa; }
  .header-socil {
    margin-top: 11px; }
  a.hidden-icon {
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-top: 9px;
    padding-left: 90px;
    position: relative;
    text-transform: uppercase; }
  .hidden-icon:before {
    background-image: url(imgs/sprite.png);
    background-position: -138px -192px;
    width: 40px;
    height: 40px;
    content: '';
    display: inline-block;
    margin-right: 13px;
    position: absolute;
    top: 0;
    left: 22px; }
  .hidden-icon.yt:before {
    background-image: url(imgs/sprite.png);
    background-position: -179px -192px;
    width: 40px;
    height: 40px; }
  .hidden-icon.im:before {
    background-image: url(imgs/sprite.png);
    background-position: -220px -192px;
    width: 40px;
    height: 40px; } }

/* main-slider */
.main-slider_title {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  bottom: 47px;
  left: 70px; }

.business-carousel .main-slider_title {
  font-size: 20px;
}

.main-slider_title i {
  color: #e2001a; }

.main-slider_info {
  background: #facc0c;
  border: 1px dashed #fa7c0c;
  border-radius: 50px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 25px;
  position: absolute;
  bottom: 78px;
  left: 70px;
  text-transform: uppercase;
  z-index: 2; }

.main-slider_info:after {
  background: #e2001a;
  border-radius: 50%;
  color: #fff;
  content: '!';
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: -13px;
  left: 5px;
  text-align: center;
  width: 24px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }

.owl-nav div {
    background: rgba(255,255,255, 0.8);
    font-size: 0;
    cursor: pointer;
    height: 60px;
    position: absolute;
    bottom: 45%;
    right: -15px;
    width: 60px;
    transition: ease 300ms;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.5); }

.owl-nav div:before {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 15px;
    border-left-color: #222222;
    content: '';
    height: 0;
    margin-top: -15px;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    transition: ease 300ms;}

.owl-nav .owl-prev {
  left: 0px; 
  left: -15px;
}

.owl-nav .owl-prev:before {
    border-left-color: transparent;
    border-right-color: #222222;
    margin-top: -15px;
    margin-left: -25px; }

.owl-nav div:hover {
  background: #004071; }

.owl-nav .owl-next:hover:before {
  border-left-color: #fff; }

.owl-nav .owl-prev:hover:before {
  border-right-color: #fff; }
.main-slider .owl-carousel .owl-stage-outer {
  height: auto !important;
}
@media screen and (min-width: 769px) {
  .main-slider_title span {
    background: #fff;
    display: inline-block;
    margin-bottom: 1px;
    padding: 0.25em 0.5em; } }

@media screen and (max-width: 768px) {
  .main-slider .owl-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 512px; }
  .main-slider .container {
    padding: 0; }
  .main-slider_title {
    top: 40px;
    left: 15px; }
  .main-slider_title small {
    background: #fff;
    display: inline-block;
    margin-bottom: 1px;
    padding: 0.2em 0.45em; }
  .main-slider-mobile_js .main-slider_title small {
    background: #fff;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 1px;
    padding: 0.2em 0.45em; }
  .main-slider_title {
    font-size: 30px; }
  .main-slider_info {
    left: 15px; } }

/* calculation */
.calculation {
  background: url("imgs/calculation.jpg");
  background-size: cover;
  padding-top: 66px;
  padding-bottom: 66px; }

.calculation-info {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 45px;
  position: relative;
  max-width: 370px; }

.calculation-info + .calculation-info {
  margin-top: 32px; }

.calculation-info:before {
  background: transparent;
  border: 4px solid #e2001a;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px; }

.calculation-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 15px; }

.consultation-item input[type=tel] {
  background: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  width: 100%; }

.consultation-form {
  padding-left: 0; }

.consultation-item input::-webkit-input-placeholder {
  color: #fff; }

.consultation-item input:-moz-placeholder {
  color: #fff; }

.consultation-item + .consultation-item {
  margin-top: 22px; }

.consultation-form button {
  background: #e2001a;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  transition: ease 300ms; }

.step-item_consultation:hover,
.task-form_enum button:hover,
.region-form_btn_box button:hover,
.region-query:hover,
.catalog-email_button:hover,
.catalog-item_show:hover,
.consultation-form button:hover {
  background: #014f8c; }
.catalog-mobile_item{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .calculation {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px 0; }
  .calculation-info_box {
    padding: 40px 15px 45px; }
  .calculation-info {
    font-size: 24px;
    padding-left: 37px; }
  .calculation-info:before {
    top: 7px; } }

/* adv */
.advent {
  padding-top: 30px; }

.adv-title {
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  padding: 2% 5% 7% 5%;
  }

.adv-title span {
  color: #e2001a;
  display: block; }

.adv-item {
  padding: 35px 0 115px;
  position: relative; }

.adv-item_title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  max-width: 370px; }

.adv-item_dsc {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 370px; }

.adv-item_image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

.mobile {
  display: none; }

@media screen and (min-width: 1200px) {
  .even .adv-item_image {
    left: 0; }
  .even .adv-item_dsc,
  .even .adv-item_title {
    margin-left: 200px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .flex-row .col-lg-6:nth-child(2n) .adv-item {
    padding-bottom: 79px; }
  .flex-row .col-lg-6:nth-child(2) .adv-item {
    padding-bottom: 120px; }
  .adv-item {
    padding: 35px 0 15px; } }

@media screen and (max-width: 768px) {
  .adv {
    padding-top: 33px;
    padding-bottom: 58px; }
  .adv-title {
    font-size: 30px; }
  .adv-title span {
    display: inline-block; }
  .mobile {
    display: block; }
  .advent .owl-carousel .owl-item img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  .adv-item_title {
    margin-bottom: 24px; }
  .adv-item_image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 0; }
  .adv .owl-carousel .owl-item img {
    display: inline-block;
    width: auto; }
  .adv-item_dsc {
    padding-bottom: 95px; }
  .mobile-nav .owl-prev {
    left: 0 !important; }
  .mobile-nav .owl-next {
    right: 0 !important; }
  .mobile-dots .owl-dot {
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2.5px;
    width: 10px; }
  .mobile-dots .owl-dot.active {
    background: #e2001a; }
  .mobile-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%; }
  .owl-nav div {
    z-index: 3; } }

/* catalog-title */
.catalog {
  background: #fff;
  padding: 50px 0 80px; }

.catalog-title {
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 35px; }

.catalog-dsc {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px; }

.catalog-dsc span {
  color: #e2001a;
  text-transform: uppercase; }

.catalog-navigation {
  font-size: 0;
  margin-bottom: 51px; }

a.catalog-navigation_item {
  border: 1px solid #c9c8c7;
  display: inline-block;
  color: #222;
  cursor: pointer;
  font-size: 18px;
  line-height: 60px;
  margin-right: 5px;
  margin-top: 5px;
  height: 60px;
  padding: 0 38px;
  text-decoration: none;
  transition: ease 300ms; }

a.catalog-navigation_item:hover,
a.catalog-navigation_item.active {
  background: #facc0c;
  border-color: #facc0c; }

.catalog-item {
  background: #fff;
  border-bottom: 2px solid #007bda; }

.catalog-item p{
  margin-bottom: 1rem;
}

.catalog-item_dsc {
  padding: 45px 93px; }

.catalog-item_title {
  color: #e2001a;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px; }

.catalog-item_info {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px; }

.catalog-item_info span {
  color: #e2001a; }

.catalog-item_count {
  background: #facc0c;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  padding: 0 19px;
  margin-bottom: 31px; }

.catalog-item:after,
.catalog-item_line:after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  clear: both;
  overflow: hidden; }

.catalog-item_line-value {
  color: #555555;
  float: right;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
  width: 177px; }

.catalog-item_line-dsc {
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: calc(100% - 177px); }

.catalog-item_line {
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 0; }

.catalog-item_line:last-child {
  border-bottom: none; }

.catalog-item_dsc {
  float: left;
  width: 50%; }

.catalog-item_line:last-child .catalog-item_line-dsc {
  padding-top: 11px; }

.catalog-item_line p{
  margin-bottom: 1rem;
}

.catalog-item_show {
  background: #007bda;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  width: 100%;
  transition: ease 300ms; }

.catalog-item_images-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog-item_images-big img,
.catalog-item_images-small img {
  display: block;
  width: 100%; }
.catalog-item_images {
  background: #fafafa;
  float: right;
  padding: 45px 38px;
  width: 50%; }

.catalog-item_images-big,
.catalog-item_images-small div {
  /*border: 2px solid #e3e3e3;
  position: relative;*/ }

.catalog-item_images-big {
  margin-bottom: 11px; }

/*.catalog-item_images-big a:after,
.catalog-item_images-small div a:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: 0px -192px;
  width: 67px;
  height: 67px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33.5px;
  margin-left: -33.5px;
  content: '';
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: ease 300ms; }

.catalog-item_images-big a:hover:after,
.catalog-item_images-small div a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }
*/
.catalog-item {
  margin-bottom: 30px; }

.posbef {
  background-image: url(imgs/sprite.png);
  background-position: -33px -260px;
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px; }

.catalog-email {
  background: #222222;
  padding: 39px 100px;
  position: relative;
  margin-top: 118px; }

.catalog-email_text {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2; }

.catalog-email_button-box {
  padding: 0; }

.catalog-email_button {
  background: #007bda;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 21px 20px;
  text-align: center;
  width: 100%;
  transition: ease 300ms; }

.catalog-email:before {
  background-image: url(imgs/sprite.png);
  background-position: -69px -101px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -38px;
  left: 10px;
  z-index: 1;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }

@media (max-width: 1200px) {
  .catalog-navigation_item {
    font-size: 17px;
    line-height: 50px;
    height: 50px;
    padding: 0 21px; }
  .catalog-item_dsc {
    padding: 45px 40px; }
  .catalog-item_images-small div {
    width: calc(33.33% - 8px); } }

@media screen and (max-width: 768px) {
  .catalog-email {
    padding: 58px 29px 23px;
    margin-top: 68px; }
  .catalog-email_text {
    margin-left: -15px;
    margin-bottom: 18px;
    max-width: 170px; }
  .catalog-email:before {
    margin: 0 auto;
    left: 0;
    right: 0; }
  .catalog {
    padding: 44px 0 65px; }
  .catalog-title {
    font-size: 30px;
    line-height: 1.2; }
  .catalog-title {
    margin-bottom: 25px; }
  .catalog-dsc {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 23px; }
  .catalog-mobile_item-hidden {
    background: #fff;
    display: none;
    margin: 20px 0 60px; }
  .catalog-mobile_item-title {
    border: 1px solid #c9c9c9;
    font-size: 18px;
    font-weight: 300;
    line-height: 58px;
    height: 58px;
    margin-bottom: -1px;
    padding: 0 30px;
    position: relative;
    transition: ease 300ms; }
  .catalog-mobile_item-title:before {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-color: #222222;
    content: '';
    height: 0;
    position: absolute;
    top: 26px;
    right: 23px;
    width: 0;
    transition: ease 300ms; }
  .catalog-mobile_item-title.active:before {
    -webkit-transform: rotate(180deg) translateY(8px);
            transform: rotate(180deg) translateY(8px); }
  .catalog-mobile_item-title.active {
    background: #f0c308;
    border-color: #f0c308; }
  .catalog-item_title {
    padding-top: 28px; }
  /*.catalog-item_count,
  .catalog-item_info,
  .catalog-item_title {
    margin-left: 28px; }*/
  .catalog-item_images {
    float: none;
    padding: 0 11px 28px;
    width: 100%; } }

/* region */
.region {
  padding: 70px 0 0;
  position: relative; }

.region:before {
  background: url("imgs/region.jpg") center center no-repeat;
  background-size: cover;
  content: '';
  height: 390px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.region-title {
  color: #333;
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 12px; }

.region-title span {
  color: #e2001a; }

.region-dsc {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 60px; }

.region .catalog-navigation_item {
  padding: 0 28px; }

.region-item img {
  display: block;
  width: 100%; }

.region-item {
  margin-bottom: 30px;
  position: relative; }

.region-item_name {
  background: #facc0c;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  padding: 9px 22px 9px 93px;
  position: absolute;
  bottom: 42px;
  left: 42px; }

.region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -145px -101px;
  width: 58px;
  height: 68px;
  content: '';
  position: absolute;
  bottom: 6px;
  left: 17px; }

.region-item_dsc {
  background: #fff;
  border: 2px solid #f3c609;
  color: #333;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  height: 100%;
  opacity: 0;
  padding: 28px 39px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: ease 300ms; }

.region-item:hover .region-item_dsc {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.region-item_dsc h4 {
  font-weight: 700;
  margin-bottom: 4px; }

.region-item_dsc p {
  margin-bottom: 18px; }

.region-item_dsc li {
  margin-bottom: 5px;
  padding-left: 22px;
  position: relative; }

.region-item_dsc li:before {
  background: #007bda;
  border-radius: 50%;
  content: '';
  height: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px; }

.region-btn_box {
  margin-top: 18px; }

.region-query {
  background: #007bda;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 57px;
  transition: ease 300ms; }

.ecaterinburg .region-item_name {
  padding-left: 141px; }

.ecaterinburg .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -101px 0px;
  width: 102px;
  height: 91px; }

.kaliningrad .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -204px -97px;
  width: 56px;
  height: 68px; }

.novgorod .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: 0px -101px;
  width: 68px;
  height: 90px; }

.rostov .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -261px -69px;
  width: 51px;
  height: 68px; }

.samara .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -204px 0px;
  width: 56px;
  height: 96px; }

.saransk .region-item_name:before {
  background-image: url(imgs/sprite.png);
  background-position: -261px 0px;
  width: 52px;
  height: 68px; }

.region-form {
  background: #facc0c;
  padding: 79px 99px 30px; }

.region-form_title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 30px; }

.region-form_dsc {
  color: #333;
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 28px; }

.region-form_input {
  border: 1px solid #333;
  height: 60px; }

.region-form_input select {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  padding: 0 30px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

.region-form_btn_box,
.region-form_input {
  position: relative;
  margin-bottom: 28px; }

.region-form_input.select:before {
  background: 0 0;
  border-style: solid;
  border-width: 10px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-color: #333 transparent transparent;
  content: '';
  height: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0; }

.region-form_input label {
  background: #facc0c;
  color: #333;
  font-size: 14px;
  padding: 0 19px;
  position: absolute;
  top: -8px;
  left: 27px; }

.region-form_input input {
  background: transparent;
  border: none;
  outline: none;
  color: #333;
  height: 58px;
  line-height: 58px;
  padding: 0 30px;
  position: relative;
  width: 100%; }

.region-form_input input::-webkit-input-placeholder {
  color: #333; }

.region-form_input input:-moz-placeholder {
  color: #333; }

.region-form_btn_box button {
  background: #007bda;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  height: 60px;
  outline: none;
  line-height: 60px;
  width: 100%;
  transition: ease 300ms; }

@media (max-width: 1200px) {
  .region .catalog-navigation_item {
    margin-bottom: 5px; }
  .region-item_dsc {
    font-size: 17px; }
  .region-query {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 35px; }
  .region-item_name {
    font-size: 24px; }
  .region-form {
    padding: 55px 65px 0px; } }

@media screen and (max-width: 768px) {
  .region {
    padding: 25px 0 0; }
  .region-title {
    font-size: 30px;
    line-height: 1.2; }
  .region-dsc {
    font-size: 30px;
    margin-bottom: 20px; }
  .region-mobile_item img {
    display: none; }
  .region:before {
    display: none; }
  .region-mobile .catalog-mobile_item-hidden {
    margin: 0; }
  .region-mobile .catalog-mobile_item-hidden img {
    display: none; }
  .region-mobile .region-item_dsc {
    padding: 34px 18px;
    position: relative;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .region-item_name {
    display: none; }
  .region-form {
    padding: 35px 15px 30px;
    margin: 34px -15px 0 -15px; }
}

/* features */
.features {
  padding-top: 88px;
  padding-bottom: 81px; }

.features-scheme {
  position: relative; }

.features-scheme img {
  position: relative;
  left: 0; }

.features-scheme:before {
  background: transparent;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.features-scheme_item {
  background: #fff;
  border-radius: 50%;
  color: #007bda;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 40px;
  box-shadow: 0 0 0 10px rgba(17, 73, 149, 0.25);
  transition: ease 300ms; }

.features-scheme_item.active,
.features-scheme_item:hover {
  background: #f8cb0c;
  color: #333;
  box-shadow: 0 0 0 10px rgba(248, 203, 12, 0.25); }

.features-scheme_item.num1 {
  top: 578px;
  right: 143px; }

.features-scheme_item.num2 {
  top: 348px;
  right: 27px; }

.features-scheme_item.num3 {
  top: 0px;
  right: 276px; }

.features-scheme_item.num4 {
  top: 54px;
  right: 67px; }

.features-scheme_item.num5 {
  top: 453px;
  right: 215px; }

.features-scheme_item.num6 {
  top: 165px;
  right: 195px; }

.features-scheme_item.num7 {
  top: 50px;
  right: 134px; }

.features-scheme_item.num8 {
  top: 87px;
  right: 287px; }

.features-scheme_item.num9 {
  top: 153px;
  right: 465px; }

.features-scheme_item.num10 {
  top: 526px;
  right: 480px; }

.features-scheme_item.num11 {
  top: 526px;
  right: 403px; }

.features-scheme_item.num12 {
  top: 490px;
  right: 120px; }

.features-scheme_item.num13 {
  top: 560px;
  right: 311px; }

.features-scheme_item.num14 {
  top: 610px;
  right: 80px; }

.features-scheme_item.num15 {
  top: 120px;
  right: 530px; }

.features-info_box {
  padding: 11px 0 0; }

.features-info_item {
  color: #222;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 27px 39px;
  position: relative; }

.features-info_item:before {
  content: attr(data-id);
  color: #e2001a;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 6px;
  left: 0; }

.features-info_item span {
  border-bottom: 1px dashed #e2001a;
  cursor: pointer; }

.features-info_item.active span,
.features-info_item:hover span {
  color: #e2001a; }

.features-info_box + .features-info_box {
  padding-left: 48px; }

.features-info_box {
  display: inline-block;
  vertical-align: top; }
.features-info_box-js {
  display: none;
}
.features-info_box-js.active {
  display: block;
}
.features-info_text {
  background: #f3f3f3;
  box-shadow: 0 10px 15px rgba(51, 51, 51, 0.1);
  padding: 25px 20px 25px 30px; }

.features-info_ttl {
  color: #333;
  font-size: 24px;
  padding-bottom: 36px; }

.features-info_about {
  color: #333;
  font-size: 17px;
  line-height: 1.3;
  padding-left: 42px;
  position: relative; }

.features-info_about + .features-info_about {
  margin-top: 24px; }

.features-info_about:before {
  background: transparent;
  border: 4px solid #e2001a;
  content: '';
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px; }

@media (max-width: 1200px) {
  .features-scheme img {
    left: 41px; } }

/* task */
.task {
  border-top: 2px solid #ececec;
  padding-top: 84px;
  padding-bottom: 73px; }

.task-title {
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 23px;
  max-width: 425px; }

.task-dsc {
  color: #333333;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 425px; }

.task-text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
  max-width: 475px; }

.task-ttl {
  color: #222;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 35px;
  max-width: 330px; }

.task-ul li + li {
  margin-top: 20px; }

.task-ul li {
  color: #333333;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding-left: 43px; }

.task-ul li:before {
  background: transparent;
  border: 4px solid #e2001a;
  content: '';
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px; }

.task-carousel_title {
  color: #333333;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 50px; }

.task-carousel_title span {
  color: #002752; }

.task-carousel_dsc {
  background: #f3f3f3;
  box-shadow: 0 10px 15px rgba(51, 51, 51, 0.25);
  color: #222;
  font-weight: 300;
  padding: 20px 32px;
  max-width: 423px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.task-carousel_dsc span {
  font-weight: 700; }

.task-form {
  background: url("imgs/task-form.jpg") center center no-repeat;
  background-size: cover;
  padding: 45px;
  margin-top: 70px; }

.task-form_title {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4; }

#bx_form_iframe_29 {
  height: auto !important;
}

.task-form_title span {
  font-weight: 700; }

.task-form_item-wrap {
  padding-top: 5px;
  overflow: hidden; }

.task-form_item {
  border: 1px solid #000000;
  border-top: none;
  line-height: 60px;
  height: 62px;
  padding: 0 28px;
  position: relative;
  width: 100%; }

.task-form_item label {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 0 18px;
  position: absolute;
  top: -6px;
  left: 30px; }

.task-form_item label:before {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  top: 6px;
  right: 100%;
  width: 200px; }

.task-form_item label:after {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  top: 6px;
  left: 100%;
  width: 500px; }

.task-form_file {
  cursor: pointer;
  position: relative; }

.task-form_file:before {
  background-image: url(imgs/sprite.png);
  background-position: -287px -230px;
  width: 20px;
  height: 21px;
  content: '';
  position: absolute;
  top: 21px;
  right: -4px; }

.task-form_file input[type=file] {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.task-form_item input {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 100%; 
}

.task-form_item input[type=tel] {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 100%; 
}


.task-form_item input::-webkit-input-placeholder {
  color: #333; }

.task-form_item input:-moz-placeholder {
  color: #333; }

.task-form_file span {
  display: inline-block;
  max-width: 200px;
  position: relative; }

.task-form_file i {
  background-image: url(imgs/sprite.png);
  background-position: -261px -230px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 18px;
  right: -33px; }

.task-form_enum button {
  background: #007bda;
  border: none;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  height: 62px;
  outline: none;
  line-height: 62px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  transition: ease 300ms; }

.task-form_btn-box {
  margin-top: 5px; }

.task-form_enum .input label {
  color: #333;
  font-size: 13px;
  font-weight: 400; }

.task-form_enum .input label a {
  color: #333; }

.task-form_enum input[name=agreement] + label:before {
  background: transparent;
  border: 1px solid #000; }

.task-form_enum input[name=agreement]:checked + label:after {
  background: #000; }

@media (max-width: 1200px) {
  .task-form_enum button {
    font-size: 15px;
    padding: 0 10px; } }

@media screen and (max-width: 768px) {
  .task {
    border-top: none;
    padding-top: 24px;
    padding-bottom: 0px; }
  .task-title {
    font-size: 30px; }
  .task-dsc {
    font-size: 24px; }
  .task-text {
    line-height: 1.5;
    margin-bottom: 17px; }
  ul.task-ul {
    margin-bottom: 20px; }
  .task-carousel_title {
    font-size: 24px; }
  .task-carousel_dsc {
    display: none; }
  .task-form {
    margin: 48px -15px 0 -15px;
    padding: 36px 18px; }
  .task-form_title {
    font-size: 30px;
    margin-bottom: 0px; }
  .task-form_item-wrap {
    margin-top: 35px; }
  .task-form_btn-box {
    margin-top: 30px; }
  input[name=agreement] + label {
    margin-top: 26px; }

    #tz #bx_form_iframe_29 {
      height: 380px !important;
    }

}

/* business */
.business {
  background: #fff;
  padding: 50px 0 20px; }

.business p{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.business-title {
  color: #333;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px; 
}

.business-dsc {
  color: #333;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px; }

.business-about {
  color: #333;
  font-size: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin-bottom: 20px; }

.business-about span {
  color: #e2001a; }

.business-top_box {
  background: #fff;
  box-shadow: 0 10px 15px rgba(194, 194, 194, 0.25);
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
  padding: 29px 39px;
  position: relative;
  margin-bottom: -97px;
  z-index: 2; }

.business-top_box span {
  font-weight: 700; }

.business-carousel {
  padding: 0 50px; }

.business-top_bottom {
  background: #222;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: -102px;
  position: relative;
  z-index: 3; }

.business-top_wrap {
  padding: 10px 20px; }

.business-top_bottom span {
  display: block;
  font-weight: 700;
  margin-top: 26px; }

.chess-text{
    padding: 4rem;
}
.chess-text h3{
      font-size: 1.5rem;
      line-height: normal;
      margin: 1.5rem 0px;
      font-weight: 900;
}
.chess-text p{
    margin-bottom: 1rem;
}
.chess-pic{
    padding:0 20px;
}
.chess-pic img{
    width: 100%;
}
.chess-row{
    margin-bottom: 2rem;
}
.chess-row h2{
    margin-top: 26px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    padding: 1rem;
}
.chess-row p{
    font-weight: 300;
}
.page-text{
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  .page-text{
    padding-left: 1rem;
  }
  .chess-text{
    padding: 1rem;
  }
  .business {
    padding: 0px 0 62px; }
  .business-title {
    font-size: 30px;
    margin-bottom: 20px; 
    margin-top: 20px;
  }
  .business-dsc {
    font-size: 30px;
    margin-bottom: 27px; }
  .business-about {
    font-size: 18px;
    margin-bottom: 34px; }
  .business-about span {
    color: #e2001a;
    font-weight: 900; }
  .business-top_box {
    display: none; }
  .business-top_bottom {
    margin-top: 0; }
  .business-carousel {
    padding: 0; }
  .business-carousel img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px; }
  .business-top_bottom {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 15px; }
  .business-top_wrap {
    padding: 7px 15px; } }

/* use */
.use {
  padding-top: 100px;
  padding-bottom: 82px; }

.use-title {
  color: #333;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px; }

.use-item_image img {
  display: block;
  width: 100%;
  transition: ease-out 500ms; }

.use-item {
  margin-bottom: 30px; }

.use-item_image {
  position: relative;
  overflow: hidden; }

.use-item:hover .use-item_image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

.use-item_city {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 27px;
  left: 30px;
  z-index: 2; }

.use-item_city span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 25px;
  position: relative; }

.use-item_city span:before {
  background-image: url(imgs/sprite.png);
  background-position: -250px -166px;
  width: 7px;
  height: 11px;
  content: '';
  position: absolute;
  top: 2px;
  left: 0; }

.use-item_dsc {
  background: #f4f4f4;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  padding: 20px 30px; }

@media (max-width: 1200px) {
  .use-item_dsc {
    font-size: 20px;
    padding: 15px 25px; } }

/* step */
.step {
  background: url("imgs/step.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 78px 0 95px; }

.step-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 70px; }

.step-item {
  position: relative;
  margin-bottom: 64px; }

.step-item_title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
  padding-left: 100px;
  position: relative; }

.step-item_num {
  background: #facc0c;
  border-radius: 50%;
  color: #222;
  font-size: 24px;
  font-weight: 900;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: -9px;
  left: -100px;
  text-align: center;
  width: 70px; }

.step-item:hover .step-item_num {
  -webkit-animation: pulse-y 2s infinite;
          animation: pulse-y 2s infinite; }

.step-item_title:before {
  background-image: url(imgs/sprite.png);
  background-position: -261px -184px;
  width: 49px;
  height: 45px;
  content: '';
  position: absolute;
  top: -9px;
  left: 0; }

.step-item_dsc {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2; }

.step-item_consultation {
  background: #007bda;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  margin-top: 58px;
  padding: 0 38px;
  transition: ease 300ms; }

.step-item_dsc + .step-item_dsc {
  margin-top: 23px; }

.step-2 .step-item_title:before {
  background-image: url(imgs/sprite.png);
  background-position: -261px -138px;
  width: 49px;
  height: 45px;
  content: '';
  position: absolute;
  top: -9px;
  left: 0; }

.step-4 .step-item_title:before {
  background-image: url(imgs/sprite.png);
  background-position: -68px -192px;
  width: 69px;
  height: 41px;
  content: '';
  position: absolute;
  top: -9px;
  left: 0; }

.step-3 .step-item_title:before {
  display: none; }

.step-item_price {
  line-height: 62px;
  margin-top: 12px; }

.step-item_price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 30px;
  max-width: 170px;
  vertical-align: middle; }

a.step-item_download {
  border: 1px solid #555555;
  color: #facc0c;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  height: 60px;
  padding: 0 75px 0 28px;
  position: relative;
  text-decoration: none; }

a.step-item_download:before {
  background-image: url(imgs/sprite.png);
  background-position: 0px -260px;
  width: 32px;
  height: 32px;
  content: '';
  position: absolute;
  top: 13px;
  right: 22px; }

.step-item.step-3 {
  margin-bottom: 100px; }

.step-item.step-2 {
  margin-top: -20px; }

.step-item.step-5 {
  margin-top: -12px; }

.step-4 .step-item_title:after,
.step-3.step-item:after,
.step-1 .step-item_title:after {
  background: repeating-linear-gradient(90deg, #facc0c, #facc0c 2.5px, transparent 2.5px, transparent 27px);
  content: '';
  display: block;
  height: 2.5px;
  top: 11px;
  right: -25px;
  position: absolute;
  width: 188px; }

.step-3.step-item:after {
  left: auto;
  right: 100%;
  top: 116px;
  -webkit-transform: translateX(-62px);
          transform: translateX(-62px);
  width: 600px; }

.step-4 .step-item_title:after {
  top: 12px;
  right: -22px;
  width: 239px; }

.step-4:after,
.step-2:after {
  background: repeating-linear-gradient(0deg, #facc0c, #facc0c 3px, transparent 3px, transparent 27px);
  content: '';
  display: block;
  height: 233px;
  position: absolute;
  left: -68px;
  top: 73px;
  width: 3px; }

.step-4:after {
  top: -97px;
  left: -63px;
  height: 110px; }

@media (max-width: 1200px) {
  .step-item_dsc {
    font-size: 17px;
    line-height: 1.5; }
  .step-3.step-item:after {
    background: repeating-linear-gradient(90deg, #facc0c, #facc0c 3px, transparent 3px, transparent 26.5px);
    top: 124px;
    -webkit-transform: translateX(-54px);
            transform: translateX(-54px);
    height: 3px;
    width: 492px; }
  .step-4:after {
    top: -120px;
    left: -62px; }
    .step-2:after {
      top: 61px;
      height: 268px;
    }
  .step-item_price span {
    margin-right: 15px; }
  .step-1 .step-item_title:after {
    background: repeating-linear-gradient(90deg, #facc0c, #facc0c 3px, transparent 3px, transparent 27px);
    top: 10px;
    height: 3px;
    right: -25px;
    width: 90px; }
  .step-4 .step-item_title:after {
    top: 12px;
    right: -15px;
    width: 139px; } }
@media (max-width: 991px) {
.step-1:after,
.step-2:after,
.step-3:after,
.step-4:after {
  display: none!important;
}
}
@media screen and (max-width: 768px) {
  .step {
    padding: 47px 0 45px; }
  .step-title {
    font-size: 30px;
    margin-bottom: 14px; }
  .step-item_title:after {
    display: none !important; }
  .step-item_num {
    margin-bottom: 25px;
    position: static; }
  .step-mobile_js {
    padding-bottom: 106px; }
  .step-item_title {
    margin-top: 15px; }
  .step-item_btn-box {
    text-align: center; }
  .step .mobile-dots .owl-dot {
    background: #fff; }
  .step .mobile-dots .owl-dot.active {
    background: #e2001a; } }

/* about */
.about {
  padding-top: 50px;
  padding-bottom: 77px; }

.about-title {
  color: #333;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 33px; }

.about-title span {
  color: #e2001a; }

.about-content {
  color: #555;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 39px; }

.about-content span {
  color: #e2001a;
  font-weight: 700; }

.about-content p {
  margin-bottom: 30px; }

.about-ttl {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 37px; }

.about-ttl span {
  font-weight: 900; }

.about-info {
  color: #555;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 33px;
  padding-left: 36px;
  position: relative; }

.about-info:after {
  background: 0 0;
  border: 4px solid #e2001a;
  content: '';
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px; }

.about-item {
  color: #555;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 36px; }

.about-item span {
  display: inline-block;
  width: 77px; }

.about-item span img {
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  .about {
    padding-top: 26px;
    padding-bottom: 52px; }
  .about-title {
    font-size: 30px;
    margin-bottom: 38px; }
  .about-title span {
    display: block; }
  .about-content {
    font-size: 18px; }
  .about-hidden {
    display: none; }
  .about-content {
    margin-bottom: 0; }
  .about-more {
    background: #007bda;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    position: relative;
    text-align: center; }
  .about-more:before,
  .about-more:after {
    background: 0 0;
    border-style: solid;
    border-width: 10px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: #fff transparent transparent;
    content: '';
    height: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    transition: ease 300ms; }
  .about-more:after {
    left: 25px; }
  .about-content p {
    margin-bottom: 25px; }
  .about-more.active:before,
  .about-more.active:after {
    -webkit-transform: rotate(180deg) translateY(8px);
            transform: rotate(180deg) translateY(8px); } }

/* thanks */
.thanks {
  background: url("imgs/thanks.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 73px 0 78px; }

.thanks-title {
  color: #333;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  }

.thanks-title span {
  color: #e2001a; }

.thanks-carousel_js img {
  display: block;
  width: 100%; }

.thanks-carousel_wrap {
  cursor: pointer;
  display: inline-block;
  border: 10px solid #fff; }

.thanks-carousel_js .owl-nav .owl-prev {
  top: 50%;
  margin-top: -30px;
  left: -75px; }

.catalog-item_images-small .owl-nav > div{
    height: 43px;
    bottom: 37%;
    right: -35px;
    width: 45px;
}

.catalog-item_images-small .owl-nav .owl-prev {
  left: -35px;
}

.catalog-item_images-big .owl-nav > div{
    right: -40px;
}

.catalog-item_images-big .owl-nav .owl-prev {
  left: -40px;
}

.catalog-item_images-small .owl-nav div:before {
    border-width: 11px;
    margin-top: -11px;
    margin-left: -4px;
}

.catalog-item_images-small .owl-nav .owl-prev:before {
    margin-top: -11px;
    margin-left: -19px;
}

.thanks-carousel_wrap a:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: 0px -192px;
  width: 67px;
  height: 67px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33.5px;
  margin-left: -33.5px;
  content: '';
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: ease 300ms; }

.thanks-carousel_wrap a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media screen and (max-width: 768px) {
  .thanks {
    padding: 47px 0 46px; }
  .thanks-title {
    font-size: 30px;
    text-align: left; }
  .thanks-title span {
    display: block; }
  .mobile-nav .owl-prev {
    top: auto !important;
    bottom: 0 !important; }
  .mobile-nav .owl-next {
    top: auto !important;
    bottom: 0 !important; }
  .thanks-carousel_js {
    padding-bottom: 100px; }
  .thanks-item{
    text-align: center;
  }
}

/* contacts */
.contacts {
  padding-top: 50px; }

.contacts-title {
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
 }
.contacts-text{
  margin-bottom: 30px;
}

.contacts-text p{
  font-size: 21px;
  font-weight: 300;
  line-height: 1.7;
}

.contacts-carousel {
  padding-right: 0; }

.contacts-carousel_js {
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25); }

.contacts-map {
  padding-left: 0; }

.contacts-map img {
  display: block;
  width: 100%; }

.contacts-address {
  background: url("imgs/region.jpg") center center no-repeat;
  background-size: cover;
  padding: 57px 0;
  text-align: right;
  margin-top: -137px;
  margin-left: 20px;
  width: calc(100% - 20px); }

.contacts-address_wrap {
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  max-width: 420px;
  line-height: 1.2;
  padding-right: 170px;
  text-align: left; }

@media (max-width: 1200px) {
  .contacts-address_wrap {
    padding-right: 80px; }
  .contacts-address {
    margin-top: -103px; } }

@media screen and (max-width: 768px) {
  .contacts {
    padding-top: 50px; }
  .contacts-title {
    font-size: 30px;
    margin-bottom: 56px; }
  .contacts-map {
    padding: 0; }
  .contacts-map img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px; }
  .contacts-carousel {
    padding: 0; }
  .contacts-address {
    padding: 0;
    margin: 0 -15px;
    width: calc(100% + 30px); }
  .contacts-address_wrap {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 39px 15px 49px; } }

/* footer */
footer.container {
  padding-top: 36px;
  padding-bottom: 36px; }

.footer-subscription {
  margin-top: 51px; }

.footer-icon {
  background-image: url(imgs/sprite.png);
  background-position: -138px -192px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 13px; }

.footer-icon.yt {
  background-image: url(imgs/sprite.png);
  background-position: -179px -192px;
  width: 40px;
  height: 40px; }

.footer-icon.im {
  background-image: url(imgs/sprite.png);
  background-position: -220px -192px;
  width: 40px;
  height: 40px; }

.footer-icon-vk {
  background-image: url(imgs/vk-white.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 13px;
  background-size: 100%;
}
.footer-icon-tg {
  background-image: url(imgs/tg-white.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 13px;
  background-size: 100%;
}

.footer-spam {
  /*color: #b1b3b4;*/
  font-family: 'Frutiger', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2; }

.footer-input {
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }

.footer-input form {
  font-size: 0; }

.footer-input .feild_wrapper {
  width: calc(100% - 159px); }

.footer-input input[type=text] {
  background: #fff;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  padding: 0 20px;
  height: 34px;
  width: 100%; }

.footer-input button {
  background: #007bda;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  line-height: 34px;
  text-align: center;
  width: 155px; }

.footer-info a,
.footer-info {
  color: #111;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 0;
  text-decoration: none; }

.footer-info a:hover {
  text-decoration: underline; }

.footer-copy {
  margin-top: 57px;
  text-align: right; }
footer {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .footer-spam {
    padding-top: 45px;
    padding-bottom: 22px; }
  .footer-input button {
    display: block;
    float: right;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    position: relative;
    width: 38px; }
  .footer-input button:before {
    background: transparent;
    border-color: transparent;
    border-width: 6px;
    border-style: solid;
    border-left-color: #fff;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 11px;
    left: 16px;
    width: 0; }
  .footer-input input[type=text] {
    width: calc(100% - 38px); }
  .footer-social {
    padding: 50px 0;
    text-align: center;
    width: 100%; }
  .footer-copy,
  .footer-info {
    margin-top: 0; }
  .footer-copy {
    font-size: 14px;
    padding-top: 35px;
    text-align: left; }
  .footer-input .feild_wrapper {
    width: calc(100% - 38px); }
  .right-text {
    text-align: left; } }

.contacts .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 31px;
    left: 0;
    right: 0;
}
.contacts .owl-dot {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
    transition: ease 300ms;
}
.contacts .owl-dot.active {
  background: #fff;
}
.footer-info {
    margin-top: 15px;
}
/* up */
.up {
  background-image: url(imgs/sprite.png);
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99; }

@media only screen and (max-width: 768px) {
  .up {
    bottom: 15px;
    right: 15px;
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6); } }

/* modal */
.fancybox-close {
  background-image: url(imgs/sprite.png);
  background-position: -69px -177px;
  width: 14px;
  height: 13px;
  top: 19px;
  right: 17px; }

.modal {
  display: none; }

.download-modal,
.recall-modal {
  /*padding: 53px 70px 44px;*/
  width: 570px; }

@media only screen and (max-width: 768px) {
  .download-modal,
  .recall-modal {
    /*padding: 53px 70px 44px;*/
    width: 100%; } }

.modal-title {
  color: #111;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }

.modal-dsc {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 30px 40px;
  text-align: center; }

.modal-label {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 6px; }

.modal-input {
  margin-bottom: 30px; }

.modal-input input[type=text] {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #777777;
  font-size: 24px;
  font-weight: 300;
  height: 63px;
  line-height: 63px;
  padding: 0 30px;
  width: 100%; }

.modal .button {
  background: #004071;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: block;
  outline: none;
  height: 65px;
  line-height: 65px;
  margin-top: 13px;
  text-align: center;
  width: 100%; }

.modal-info {
  color: #777;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 31px; }

.modal-info a {
  color: #e50d25;
  text-decoration: underline; }

.success-modal {
  padding: 45px 50px 0; }

/* cookie */
.cookie {
    background: #f4f4f4;
    box-shadow: 0 0 40px rgba(82, 75, 75, 0.3);
    padding: 9px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 80;
     }

.cookie .button {
    background: #004071;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    line-height: 33px;
     margin-left: 15px;
    height: 33px;
    padding: 0 22px;
}
.cookie-wrap {
    font-size: 14px;
}

/* confirm */
.confirm {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.confirm-dsc {
  color: #585858;
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  max-width: 700px;
  width: 100%; }

/* button */
.button {
  transition: ease 300ms; }

.button:hover,
a.button:hover {
  background: #9c091a;
  color: #fff;
  text-decoration: none; }

/* feild wrapper */
.feild_wrapper {
  display: inline-block;
  position: relative;
  width: 100%; }

.feild_wrapper input,
.feild_wrapper textarea {
  transition: ease-in 1000ms; }

/*.feild_wrapper.wrong input,
.feild_wrapper.wrong textarea {
  border-color: red;
  box-shadow: 0 0 5px red;
  transition: ease-in 1000ms; }*/

.feild_wrapper .error_label {
  background: #ff3019;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  /* IE6-9 */
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 1px 1px 3px #c9c9c9;
  color: #fff;
  font-size: 14px;
  left: 50%;
  margin-left: -120px;
  margin-bottom: 10px;
  padding: 6px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 240px;
  z-index: 3; }

.feild_wrapper .error_label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #cf0404;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2px; }

.right_lebel .feild_wrapper .error_label {
  bottom: 50%;
  left: 100%;
  margin-left: 9px;
  margin-bottom: -14px; }

.right_lebel .feild_wrapper .error_label:after {
  border-left: 5px solid transparent;
  border-right: 4px solid #cf0404;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  bottom: 7px;
  left: -7px;
  margin-left: -2px; }

.left_lebel .feild_wrapper .error_label {
  bottom: 50%;
  left: auto;
  right: 100%;
  margin-right: 9px;
  margin-bottom: -14px; }

.left_lebel .feild_wrapper .error_label:after {
  border-right: 5px solid transparent;
  border-left: 4px solid #cf0404;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  bottom: 7px;
  left: auto;
  right: -7px;
  margin-right: -2px; }

.feild_wrapper.wrong .error_label {
  visibility: visible;
  -webkit-animation: 400ms bounceIn;
  animation: 400ms bounceIn; }

@media only screen and (max-width: 768px) {
  /* switch */
  .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .switch-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .switch-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .switch-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .fancybox-close {
    background: 0 0 !important;
    font-family: "Times New Roman",Times,serif;
    font-size: 52px;
    font-weight: 700;
    color: #d20000;
    line-height: 26px;
    margin-top: -10px;
    height: 30px;
    width: 30px; }
  .fancybox-close:before {
    content: "×"; } }

iframe {
  width: 100% !important; }

/* agreement */
input[name=agreement] {
  display: none; }

input[name=agreement] + label a {
  color: #e2001a;
  text-decoration: underline; }

input[name=agreement] + label {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  margin-top: 15px;
  padding: 6px 0 5px 35px;
  position: relative;
  text-align: left;
  text-transform: none; }

input[name=agreement] + label:before {
  background: #fff;
  border: 1px solid #6e6568;
  content: '';
  height: 19px;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 19px; }

input[name=agreement] + label:after {
  background: #6e6568;
  border-radius: 1px;
  content: '';
  height: 9px;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 9px;
  transition: ease 300ms; }

input[name=agreement]:checked + label:after {
  background: #6e6568;
  border-radius: 1px;
  content: '';
  height: 9px;
  opacity: 1;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 9px; }

input[disabled=disabled],
button[disabled=disabled] {
  opacity: .7;
  cursor: not-allowed; }

iframe {
  display: block; }
.footer-agreement {
    font-size: 14px;
    margin-bottom: 15px;
}
/* animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e2001a; }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #e2001a; }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@-webkit-keyframes pulse-y {
  0% {
    -webkit-box-shadow: 0 0 0 0 #facc0c; }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse-y {
  0% {
    box-shadow: 0 0 0 0 #facc0c; }
  70% {
    box-shadow: 0 0 0 20px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@media (max-width: 992px) {
    .region-enum .col-md-7:last-child {
        width: 100%;
    }
    #bx_form_iframe_29 {
        height: 360px !important;
    }
}


/* FORM 25 */
#form25-bg {
    display: none;
    position: fixed;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    cursor: pointer;
}
#form25-container {
    margin: 0 auto;
    min-width: 300px;
    min-height: 110px;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5);
    height: 500px;
    width: 600px;
    background-color: #facc0c;
    color: #333;
    font-family: "PT Sans", sans-serif;
}
#form-header {
    font: bold 22px "PT Sans",sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 16px;
}
#form-description {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    max-width: 360px;
    margin: auto;
}
#form25 {
    max-width: 400px;
    padding-top: 15px;
    margin: auto;
}
label.form25-label {
    font-size: 14px;
    font-weight: 300;
    background: #facc0c;
    padding: 0 18px;
    position: relative;
    top: 9px;
    left: 20px;
    z-index: 9;
}
.red {
    color: #f11a48;
}
#form25 input {
    width: 100%;
    background: transparent;
    border: 1px solid #333;
    height: 60px;
    font-size: 18px;
    max-width: 100%;
    padding: 0 20px;
}
#form25 textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #333;
    min-height: 120px;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    padding: 15px 20px; 
}
#form25-checkbox {
    margin: 17px 0;
}
#form25-checkbox input {
    display: none;
}
#form25-checkbox i {
    float: left;
    margin-top: 0;
    border: 1px solid #333;
    background-color: transparent;
    height: 19px;
    width: 19px;
    cursor: pointer;
}
#form25-checkbox input:checked + i::after {
    background: #000;
    border-radius: 1px;
    content: '';
    height: 9px;
    width: 9px;
    opacity: 1;
    display: block;
    position: relative;
    top: 4px;
    left: 4px;
}
#form25-checkbox a {
    color: #333;
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding-left: 27px;
    cursor: pointer;
}
#form25 input#form25-submit {
    background-color: #007bda;
    font-size: 18px;
    border: none;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    opacity: .9;
}
#form25 input#form25-submit:hover {
    opacity: 1;
}

  .adv-title span{
    display: inline;
  }
  .advent .pr-text{
    padding: 5% 5% 10% 5%;
  }
  .advent h3{
    font-size:2rem;
    line-height: 2.5rem;
    color:#111;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .advent p, .advent li{
    font-size:1.2rem;
    color:#333;
  }
  .project-main{
    padding-top: 63px;
  } 
  .project-main h4{
    font-size:1.5rem;
    line-height: 2.5rem;
    color:#111;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}


.fancybox-close1 {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background-color: #facc0c;
    border-radius: 0%;
    top: 6px;
    right: 6px;
  }
.fancybox-close1::before, .fancybox-close1::after {
  position: absolute;
  top: 13px;
  left: 6px;
  width: 17px;
  height: 2px;
  content: "";
  background-color: #000;
  display: block;
  }
.fancybox-close1::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
.fancybox-close1::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
.fancybox-close1:hover { cursor: pointer; }
.fancybox-close1:hover::before, .fancybox-close1:hover::after { 
  top: 14px;
  left: 7px;
}


.h1head h1{
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 18px;
}
.h1head p{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 16px;
    margin-left: 25px;
}

.message.error{
  color: red;
}
.task-form_descr{
  margin-top: 10px;
}
.task-form_descr small{
  font-size: 80%;
}