@charset "cp-1251";
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
}

a {
  outline: none;
  cursor: pointer;
}

a img {
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

strong, b {
  font-weight: 800;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

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

hr {
  border: 0;
}

*:focus, *:active {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.5px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
}

#page404 .wrapper {
  display: table;
}

a {
  text-decoration: none;
  color: #3c8aff;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

a:hover {
  color: #1774ff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 40px;
  color: #222222;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
h1 .light, .h1 .light, h2 .light, .h2 .light, h3 .light, .h3 .light, h4 .light, .h4 .light, h5 .light, .h5 .light, h6 .light, .h6 .light {
  font-weight: 400;
}

h1, .h1 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 45px;
  margin-bottom: 60px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 50px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 1px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 14px;
    line-height: 180%;
  }

  h1, .h1 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 40px;
  }

  h2, .h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3, .h3 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 1.0px;
  }

  h2, .h2 {
    font-size: 24px;
    line-height: 35px;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 1.0px;
  }

  h2, .h2 {
    font-size: 18px;
    line-height: 30px;
  }

  h3, .h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
.clear {
  content: "";
  display: block;
  clear: both;
}

.button {
  padding: 0 40px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 0px;
  cursor: pointer;
  /*color: #1d1d1d;*/
  color: #fff;
  background-color: #3c8aff;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button:hover {
  /*background-color: #1774ff;*/
  background-color: #1774ff;
  text-decoration: none;
  /*color: #1d1d1d;*/
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .button {
    height: 43px;
    line-height: 46px;
    font-size: 14px;
  }
}
.slick-slider {
  position: relative;
  margin: 0 auto;
}
.slick-slider .slick-list {
  margin: 0 0px;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
  width: 27px;
  height: 27px;
  z-index: 5;
  outline: none;
  cursor: pointer;
  border: 2px solid;
  border-radius: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-arrow:before, .slick-arrow:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4px;
  background: url(images/arr_small_black2.png) no-repeat center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-arrow:after {
  /*background: url(images/arr_small_yellow2.png);*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.slick-arrow:hover {
  /*border-color: #3c8aff;*/
  opacity: 0.5;
}
.slick-arrow:hover:before {
  /*opacity: 0;*/
}
.slick-arrow:hover:after {
  opacity: 1;
}

.slick-prev {
  left: 0px;
}
.slick-prev:before, .slick-prev:after {
  transform: rotate(180deg);
  margin-left: -6px;
}

.slick-next {
  right: 0px;
}

ul.slick-dots {
  position: absolute;
  text-align: right;
  width: 120px;
  top: 35px;
  left: 44.64286%;
  margin-left: 63px;
  z-index: 2;
}
ul.slick-dots li {
  position: absolute;
  width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.3px;
  color: #959595;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.slick-dots li strong {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #242424;
}
ul.slick-dots li:hover {
  color: #3c8aff;
}
ul.slick-dots li.slick-active {
  opacity: 1;
}
ul.slick-dots li button {
  display: none;
}

@media screen and (max-width: 1400px) {
  .slick-arrow {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: -14px;
    width: 23px;
    height: 23px;
  }

  ul.slick-dots {
    top: -4px;
    left: 61.2%;
    margin-left: 33px;
  }
  ul.slick-dots li {
    width: 120px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.3px;
  }
  ul.slick-dots li strong {
    font-size: 45px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 600px) {
  .slick-arrow {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: -14px;
    width: 23px;
    height: 23px;
  }

  ul.slick-dots {
    top: -4px;
    left: 0%;
    margin-left: 85px;
  }
  ul.slick-dots li {
    width: 120px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.3px;
  }
  ul.slick-dots li strong {
    font-size: 45px;
    letter-spacing: 1.5px;
  }
}
.tabs_container {
  position: relative;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.tab.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-top: 8px;
}

.tab_buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  text-align: right;
}
.tab_buttons span {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
  right: 0;
  color: #3c8aff;
  -webkit-transition: border 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
.tab_buttons span:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-radius: 15px;
  margin-left: 8px;
  vertical-align: -5px;
  background: url(images/arr_small_blue.png) no-repeat center;
}
.tab_buttons span a {
  color: #777777;
  margin: -5px -20px;
  padding: 5px 20px;
  display: block;
}
.tab_buttons span.active {
  opacity: 0;
  z-index: 1;
}
.tab_buttons span:hover {
  color: #1774ff;
}
.tab_buttons span:hover:after {
  background-image: url(images/arr_small_blue.png);
}

.main_section {
  overflow: hidden;
  position: relative;
}

.in {
  padding: 0px 65px;
  margin: 0 auto;
  max-width: 1546px;
  position: relative;
}
.in:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1280px) {
  .in {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1030px) {
  .in {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 450px) {
  .in {
    padding: 0px 10px;
  }
}
.fancybox-enabled {
  overflow: auto;
}

.more {
  font-weight: 400;
}
.more:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-radius: 15px;
  margin-left: 8px;
  vertical-align: -5px;
  background: url(images/arr_small_blue.png) no-repeat center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.all_link {
  float: right;
  font-weight: 600;
  color: #3c8aff;
  margin-top: 11px;
  position: relative;
  letter-spacing: 0.2px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  margin-bottom: 25px;
}
.all_link:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 15px;
  margin-left: 18px;
  vertical-align: -5px;
  background: url(images/arr_small_blue.png) no-repeat center;
}
.all_link:hover {
  color: #242424;
}
.all_link:hover:after {
  background-image: url(images/arr_small_black.png);
}
.all_link.download:after {
  height: 20px;
  border: 0;
  border-right: 2px solid;
  border-radius: 0px;
  transform: rotate(90deg);
}

.content h1 + .all_link {
  margin-top: -83px;
}

@media screen and (max-width: 800px) {
  .all_link {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .content h1 + .all_link {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .all_link {
    margin-top: 1px;
  }
  .all_link:after {
    margin-left: 5px;
  }
}
/* start header styles */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 6;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 115%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-color: rgba(33, 34, 37, 0.65);
  background: -webkit-linear-gradient(-90deg, #212225 40%, transparent 77%);
  /* для webkit-браузеров */
  background: -moz-linear-gradient(-90deg, #212225 40%, transparent 77%);
  /* для firefox 3.6+ */
  background: -o-linear-gradient(-90deg, #212225 40%, transparent 77%);
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(-90deg, #212225 40%, transparent 77%);
  /* для IE10+ */
  background: linear-gradient(180deg, #212225 40%, transparent 77%);
}

#header.header--fixed::before {
  background: #33383c url(images/header_bg_inner.jpg) no-repeat center/cover;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#header .in {
  padding-top: 23px;
  z-index: 1;
  padding-bottom: 25px;
}
#header #logo {
  margin-right: 138px;
  margin-top: 1px;
  float: left;
  font-size: 35px;
  color: #fff;
  position: relative;
  z-index: 3;
}
#header #logo a {
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
#header #logo a:hover {
  opacity: 0.9;
}
#header nav {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
#header nav:hover {
  overflow: visible;
}

.header_cont {
  float: right;
  max-width: 260px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-left: 180px;
  margin-top: 4px;
  position: relative;
  z-index: 3;
  color: #000000;
  text-align: right;
}
.header_cont a {
  /*color: #3c8aff;*/
  color: #fff;
  text-decoration: none;
}
.header_cont a:hover {
  /*color: #1774ff;*/
}
.header_cont .order_call {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.header_cont .order_call:hover {
  border-bottom: 1px solid #fff;
}

.menu_button_mob {
  display: none;
}

ul.main_menu {
  text-align: justify;
  line-height: 0;
  position: relative;
  top: 2px;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 0%;
  letter-spacing: 0.1px;
}
ul.main_menu:after {
  content: "";
  display: inline-block;
  width: 50%;
}
ul.main_menu > li {
  margin-right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
  line-height: 150%;
}
ul.main_menu a {
  display: inline-block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
ul.main_menu a:hover {
  text-decoration: none;
}
ul.main_menu li.submenu > a:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  z-index: 0;
  margin-left: 6px;
  margin-bottom: 2px;
  margin-right: -9px;
  border-top: 4px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.main_menu li.submenu.active > a:after, ul.main_menu li.submenu:hover > a:after {
  /*border-top: 4px solid #1774ff;*/
  border-top: 4px solid #3c8aff;
}
ul.main_menu li.submenu:hover > a:after {
  transform: rotate(180deg);
}
ul.main_menu li.submenu:before {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 20px;
  left: 0;
  z-index: 0;
  content: "";
}
ul.main_menu .active > a, ul.main_menu li:hover > a {
  /*color: #3c8aff;*/
  color: #3c8aff;
}
ul.main_menu ul {
  position: absolute;
  width: 240px;
  padding: 4px 0 10px;
  left: 10px;
  top: 38px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 133%;
  font-weight: 300;
  letter-spacing: 0.8px;
  z-index: 1;
  background-color: #33383c;
  text-align: left;
  overflow: hidden;
}
ul.main_menu ul > li {
  display: block;
  padding: 6px 0;
  position: relative;
}
ul.main_menu ul > li:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -70px;
  margin-top: -75px;
  height: 160px;
  width: 320px;
  background: rgba(201, 227, 254, 0.25);
  background: #feffff;
  background: -moz-radial-gradient(center, contain, rgba(201, 227, 254, 0.3) 0%, transparent 100%);
  background: -webkit-radial-gradient(center, contain, rgba(201, 227, 254, 0.3) 0%, transparent 100%);
  background: -o-radial-gradient(center, contain, rgba(201, 227, 254, 0.3) 0%, transparent 100%);
  background: -ms-radial-gradient(center, contain, rgba(201, 227, 254, 0.3) 0%, transparent 100%);
  background: radial-gradient(ellipse farthest-side at center, rgba(201, 227, 254, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 150px / 95px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
ul.main_menu ul > li:hover:after {
  opacity: 1;
}
ul.main_menu ul a {
  display: block;
  padding: 5px 25px;
  position: relative;
  z-index: 1;
}
ul.main_menu ul .active a, ul.main_menu ul a.active, ul.main_menu ul a:hover {
  text-decoration: none;
}
ul.main_menu ul .active a:before, ul.main_menu ul a.active:before, ul.main_menu ul a:hover:before {
  display: none;
}
ul.main_menu > li:hover {
  overflow: visible;
  z-index: 3;
}
ul.main_menu > li:hover ul {
  top: 48px;
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  #header #logo {
    margin-right: 70px;
  }

  .header_cont {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1400px) {
  #header #logo {
    margin-right: 66px;
  }

  .header_cont {
    margin-left: 60px;
    max-width: 220px;
    font-size: 22px;
  }

  ul.main_menu {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 1200px) {
  #header #logo {
    margin-right: 25px;
  }

  .header_cont {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .header_cont {
    margin-left: 0px;
    font-size: 20px;
  }

  ul.main_menu > li {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1000px) {
  #header .in {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header #logo {
    left: 50%;
    margin-left: -44px;
  }
  #header nav {
    left: 20px;
    top: 33px;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0;
  }

  .menu_button_mob {
    height: 5px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    display: block;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }
  .menu_button_mob:after {
    content: '';
    position: absolute;
    z-index: 2;
    height: 2px;
    width: 50%;
    top: 12px;
    left: 0;
    background-color: #fff;
  }
  .menu_button_mob:before {
    content: '';
    position: fixed;
    right: 20px;
    top: 25px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .menu_button_mob.active:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  ul.main_menu {
    position: fixed;
    z-index: 3;
    width: 270px;
    left: 0px;
    top: 70px;
    padding-bottom: 1px;
    background-color: #33383c;
    display: none;
    max-height: calc(100% - 70px);
    overflow: auto;
  }
  ul.main_menu:after {
    display: none;
  }
  ul.main_menu > li {
    display: block;
    height: auto;
    padding: 0 0px;
    margin-bottom: 5px;
    text-align: left;
  }
  ul.main_menu a {
    display: block;
    padding: 10px 20px 10px;
  }
  ul.main_menu a:before {
    display: block;
    opacity: 0;
  }
  ul.main_menu a:hover {
    border-bottom-color: transparent;
  }
  ul.main_menu ul {
    position: relative;
    top: 0px;
    left: 0;
    opacity: 1;
    display: none;
  }
  ul.main_menu ul:before {
    display: none;
  }
  ul.main_menu > li:hover ul {
    top: 0px;
  }
}
@media screen and (max-width: 800px) {
  #header #logo img {
    width: 60px;
  }
  #header nav {
    top: 23px;
    width: 20px;
    height: 20px;
  }

  .header_cont {
    font-size: 18px;
  }

  ul.main_menu {
    top: 55px;
  }

  .menu_button_mob {
    width: 20px;
    height: 3px;
  }
  .menu_button_mob:after {
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .header_cont {
    width: auto;
    margin-top: 10px;
  }
  .header_cont a:first-child {
    display: none;
  }
  .header_cont .order_call {
    width: 25px;
    height: 25px;
    text-indent: 1000px;
    overflow: hidden;
    background: url(images/icon_tel_yellow2.png) no-repeat center;
  }
}
@media screen and (max-width: 450px) {
  #header nav {
    left: 10px;
  }
}
/* end header styles */
/* start footer styles */
#pre_foo {
  display: table-row;
  height: 100%;
}

footer {
  width: 100%;
  position: relative;
  display: block;
  /*background: #2f3438 url(images/footer.jpg) center top no-repeat;*/
  background: #2f3438 url(images/footer_b.jpg) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  clear: both;
}
footer .in {
  padding-top: 56px;
  padding-bottom: 45px;
  color: #fff;
  z-index: 1;
}
footer .in:after {
  content: "";
  display: block;
  clear: both;
}
footer .h5 {
  color: #fff;
  margin-bottom: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .tel {
  letter-spacing: 1.4px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(images/icon_tel_white.png) left 7px no-repeat;
}
footer .address {
  letter-spacing: 0.7px;
  line-height: 150%;
  padding-left: 25px;
  margin-bottom: 23px;
  background: url(images/icon_address_white.png) left 7px no-repeat;
}
footer .address p {
  margin-bottom: 0;
}
footer .foo_left {
  float: left;
  width: 16.2%;
  margin-right: 12.9%;
  margin-bottom: 20px;
}
footer .foo_logo {
  margin-left: -5px;
  margin-bottom: 30px;
}
footer .social {
  margin-bottom: 5px;
}
footer .social .h5 {
  margin-bottom: 26px;
}
footer .social a {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
footer .social a img {
  position: relative;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  vertical-align: bottom;
}
footer .social a .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .social a:hover img {
  opacity: 0;
}
footer .social a:hover .hover {
  opacity: 1;
}
footer .foo_menu {
  float: left;
  width: 175px;
  position: relative;
  margin-bottom: 85px;
  margin-right: 6.4%;
}
footer .foo_menu.foo_submenu {
  margin-right: 0 !important;
}
footer .foo_menu a {
  display: inline-block;
  text-decoration: none;
}
footer .foo_menu a:hover {
  text-decoration: none;
  color: #3c8aff;
}
footer .foo_menu > ul li {
  margin: 0 0 17px;
  display: block;
  line-height: 140%;
}
footer .form_block {
  float: right;
  width: 35.1%;
}
footer .form_block .h5 {
  margin-bottom: 31px;
}
footer .form_block form {
  margin-right: -20px;
  margin-left: -5px;
}
footer .form_block .button_block {
  float: right;
  margin-right: 20px;
}
footer .foo_bottom {
  clear: both;
  border-top: 1px solid #3c8aff;
  padding-top: 40px;
  padding-bottom: 5px;
}
footer .foo_bottom:after {
  content: "";
  display: block;
  clear: both;
}
footer #copy {
  float: left;
  clear: both;
  padding-top: 5px;
  letter-spacing: 0.8px;
}
footer #dev {
  float: right;
  padding-top: 3px;
}

@media screen and (max-width: 1600px) {
  #footer .foo_left {
    margin-right: 8%;
  }
  #footer .foo_menu {
    margin-right: 3%;
  }
  #footer .form_block {
    width: 41%;
  }
}
@media screen and (max-width: 1400px) {
  #footer .in {
    padding-top: 52px;
  }
  #footer .h5 {
    font-size: 14px;
  }
  #footer .foo_left {
    margin-right: 5%;
    width: 19.2%;
  }
  #footer .foo_menu {
    margin-right: 0%;
    margin-bottom: 90px;
  }
  #footer .foo_menu.foo_submenu {
    margin-right: 0 !important;
  }
  #footer .foo_logo {
    margin-bottom: 24px;
  }
  #footer .tel {
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    background-position: left 5px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .foo_menu {
    width: 145px;
  }
  #footer .foo_menu.foo_submenu {
    width: 175px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .in {
    padding-bottom: 20px;
  }
  #footer .foo_left {
    width: 25%;
  }
  #footer .foo_menu {
    width: 145px;
    margin-bottom: 30px;
  }
  #footer .foo_menu.foo_submenu {
    display: none;
  }
  #footer .form_block {
    width: 50%;
  }
  #footer .foo_bottom {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  #footer .foo_left {
    width: 38%;
    margin-right: 0%;
  }
  #footer .foo_logo img {
    width: 90px;
  }
  #footer .foo_menu {
    display: none;
  }
  #footer .form_block {
    width: 60%;
  }
  #footer #copy {
    max-width: 210px;
  }
}
@media screen and (max-width: 600px) {
  #footer .in {
    padding-top: 20px;
  }
  #footer .foo_left {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 44px;
  }
  #footer .form_block {
    display: none;
  }
  #footer .tel {
    display: inline-block;
  }
  #footer .address {
    background: none;
  }
  #footer .social a {
    margin-right: 9px;
    margin-left: 15px;
  }
  #footer .foo_bottom {
    padding-top: 8px;
  }
  .scroll_to_footer {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #footer .foo_logo {
    display: none;
  }
  #footer #copy {
    margin: 0 auto 8px;
    float: none;
    text-align: center;
    line-height: 23px;
  }
  #footer #dev {
    float: none;
    text-align: center;
  }
  
}
/* end footer styles */
/* start main slide styles */
#main_slide {
  overflow: visible;
  background: #222222 url(images/main_slide_bg.jpg) no-repeat center/cover;
  margin-bottom: 94px;
}
#main_slide .in {
  padding-top: 140px;
}
#main_slide .text {
  color: #fff;
  position: relative;
  padding-bottom: 1px;
  z-index: 2;
}
#main_slide h1 {
  letter-spacing: 1.1px;
  line-height: 55px;
  color: #fff;
  max-width: 1000px;
  margin-bottom: 41px;
}
#main_slide .button {
  min-width: 173px;
  margin-bottom: 72px;
}
#main_slide h4 {
  color: #3c8aff;
  max-width: 51.9%;
  padding-top: 14px;
  margin-left: 5px;
  border-top: 1px solid #3c8aff;
  margin-bottom: 15px;
}
#main_slide .activity {
  font-size: 0;
  line-height: 0;
  margin-left: -80px;
  margin-bottom: -90px;
}
#main_slide .activity .item {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  box-sizing: border-box;
}
#main_slide .activity .item:nth-child(1) {
  width: 31.5%;
}
#main_slide .activity .item:nth-child(1) a {
  padding-left: 15.53398%;
}
#main_slide .activity .item:nth-child(2) {
  width: 36.9%;
}
#main_slide .activity .item:nth-child(2) a {
  padding-left: 13.59223%;
}
#main_slide .activity .item:nth-child(3) {
  width: 31.5%;
}
#main_slide .activity .item:nth-child(3) a {
  padding-left: 15.53398%;
}
#main_slide .activity .item a {
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 79px 3.8835% 40px;
  height: 495px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_slide .activity .item h3 {
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_slide .activity .item .exam {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  padding-top: 34px;
  position: absolute;
  max-width: 80%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_slide .activity .item .exam:before, #main_slide .activity .item .exam:after {
  content: "";
  position: absolute;
  left: 0;
}
#main_slide .activity .item .exam:before {
  height: 25px;
  width: 1px;
  background: #3c8aff;
  top: 26px;
}
#main_slide .activity .item .exam:after {
  height: 1px;
  width: 22px;
  background: #3c8aff;
  top: 50px;
}
#main_slide .activity .item .mob {
  display: none;
}
#main_slide .activity .item .hover_text {
  overflow: hidden;
  opacity: 0;
  line-height: 22px;
  padding-right: 20%;
  color: #816e32;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_slide .activity .item .hover_text p {
  max-height: 175px;
  overflow: hidden;
  margin-bottom: 46px;
  color: #fff;
}
#main_slide .activity .item .hover_text .more {
  color: #fff;
}
#main_slide .activity .item .hover_text .more:after {
  border: 2px solid #fff;
  background-image: url(images/arr_small_white.png);
}
#main_slide .activity .item.active a, #main_slide .activity .item:hover a {
  background-color: #3c8aff;
}
#main_slide .activity .item.active h3, #main_slide .activity .item:hover h3 {
  color: #fff;
}
#main_slide .activity .item.active .exam, #main_slide .activity .item:hover .exam {
  opacity: 0;
}
#main_slide .activity .item.active .hover_text, #main_slide .activity .item:hover .hover_text {
  opacity: 1;
}
#main_slide .activity .item.active .hover_text .more:after, #main_slide .activity .item:hover .hover_text .more:after {
  margin-left: 18px;
}

@media screen and (max-width: 1400px) {
  #main_slide {
    margin-bottom: 110px;
  }
  #main_slide .in {
    padding-top: 115px;
  }
  #main_slide h1 {
    letter-spacing: 0.8px;
    line-height: 51px;
    font-size: 30px;
    max-width: 800px;
    margin-bottom: 37px;
  }
  #main_slide .button {
    min-width: 165px;
    margin-bottom: 59px;
  }
  #main_slide .activity {
    margin-bottom: -110px;
    margin-left: -56px;
  }
  #main_slide .activity .item {
    font-size: 14px;
    line-height: 30px;
  }
  #main_slide .activity .item a {
    padding: 48px 3.8835% 40px;
    height: 470px;
  }
  #main_slide .activity .item h3 {
    margin-bottom: 30px;
  }
  #main_slide .activity .item .hover_text {
    padding-right: 6%;
    line-height: 21px;
  }
  #main_slide .activity .item .hover_text p {
    max-height: 195px;
    overflow: hidden;
    margin-bottom: 45px;
    color: #fff;
  }
  #main_slide .activity .item:nth-child(3) a {
    padding-left: 13.59223%;
  }
  #main_slide .activity .item:nth-child(1) {
    width: 29.1%;
  }
  #main_slide .activity .item:nth-child(2) {
    width: 35.9%;
  }
}
@media screen and (max-width: 1200px) {
  #main_slide h1 {
    line-height: 50px;
  }
  #main_slide .activity {
    margin-bottom: -110px;
    margin-left: 0px;
  }
  #main_slide .activity .slick-arrow {
    top: 145px;
  }
  #main_slide .activity .slick-arrow:before {
    background: url(images/arr_small_white2.png) no-repeat center;
  }
  #main_slide .activity .item a {
    padding: 60px 13.59223% 40px;
    height: 470px;
  }
  #main_slide .activity .item h3 {
    margin-bottom: 30px;
  }
  #main_slide .activity .item .hover_text p {
    max-height: 195px;
  }
  #main_slide .activity .item:nth-child(1), #main_slide .activity .item:nth-child(2), #main_slide .activity .item:nth-child(3) {
    width: 33.3%;
  }
  #main_slide .activity .item:nth-child(1) a, #main_slide .activity .item:nth-child(2) a, #main_slide .activity .item:nth-child(3) a {
    padding-left: 13.59223%;
  }
}
@media screen and (max-width: 1030px) {
  #main_slide h1 {
    line-height: 45px;
    font-size: 25px;
  }
  #main_slide .activity {
    margin-bottom: 0px;
  }
  #main_slide .activity .item a {
    padding: 40px 9.70874% 40px;
    height: 390px;
    text-align: left;
  }
  #main_slide .activity .item h3 {
    margin-bottom: 20px;
  }
  #main_slide .activity .item .exam {
    padding-left: 20px;
    padding-top: 0px;
    max-width: 90%;
  }
  #main_slide .activity .item .exam:before {
    height: 5px;
    width: 5px;
    top: 12px;
  }
  #main_slide .activity .item .exam:after {
    display: none;
  }
  #main_slide .activity .item .hover_text {
    padding-right: 0%;
    opacity: 1;
    color: #fff;
    padding-top: 95px;
  }
  #main_slide .activity .item .hover_text p {
    display: none;
  }
  #main_slide .activity .item .hover_text .more {
    color: #fff;
  }
  #main_slide .activity .item .hover_text .more:after {
    border-color: #fff;
    background-image: url(images/arr_small_white.png);
  }
  #main_slide .activity .item:nth-child(1) a, #main_slide .activity .item:nth-child(2) a, #main_slide .activity .item:nth-child(3) a {
    padding-left: 9.70874%;
  }
}
@media screen and (max-width: 800px) {
  #main_slide {
    text-align: center;
    margin-bottom: 40px;
  }
  #main_slide h1 {
    line-height: 40px;
  }
  #main_slide .button {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #main_slide {
    margin-bottom: 30px;
    height: 530px;
  }
  #main_slide .in {
    padding-top: 77px;
  }
  #main_slide h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  #main_slide .button {
    margin-bottom: 23px;
  }
  #main_slide h4 {
    max-width: 86.9%;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.3px;
  }
  #main_slide .activity .slick-arrow {
    top: 74px;
  }
  #main_slide .activity .item a {
    padding: 0px 6.79612% 40px 10.67961%;
    height: 236px;
  }
  #main_slide .activity .item:nth-child(1) a, #main_slide .activity .item:nth-child(2) a, #main_slide .activity .item:nth-child(3) a {
    padding-left: 10.67961%;
  }
  #main_slide .activity .item .hover_text {
    padding-top: 80px;
  }
}
/* end main slider styles */
/* start advantages styles */
#advantages {
  overflow: hidden;
  z-index: 0;
}
#advantages .in {
  padding-top: 115px;
}

.advantages {
  position: relative;
}
.advantages:after {
  content: "";
  display: block;
  clear: both;
}
.advantages .adv_item {
  float: left;
  width: 25%;
  margin: 0 2% 40px 0;
  padding-left: 47px;
  padding-top: 22px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
.advantages .adv_item:nth-child(1) {
  width: 22.9%;
}
.advantages .adv_item:nth-child(2) {
  width: 26.7%;
}
.advantages .adv_item:nth-child(3) {
  width: 23.2%;
}
.advantages .adv_item:nth-child(4) {
  margin-right: 0;
  width: 21.2%;
}
.advantages .adv_item:before, .advantages .adv_item:after {
  content: "";
  position: absolute;
  width: 131px;
  height: 131px;
  left: 0;
  top: 0;
  background-color: #3c8aff;
}
.advantages .adv_item:after {
  top: 30px;
  left: 27px;
  background: url(images/bg_patern.png) repeat left top;
}
.advantages .adv_item .num {
  position: relative;
  z-index: 2;
  font-size: 100px;
  line-height: 100px;
  color: #212121;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.advantages .adv_item .h3 {
  font-size: 24px;
  color: #3c8aff;
  margin-bottom: 2px;
}
.advantages .adv_item p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  #advantages .in {
    padding-top: 20px;
  }

  .advantages .adv_item {
    margin: 0 2% 40px 0;
    padding-left: 33px;
    padding-top: 38px;
  }
  .advantages .adv_item:nth-child(1) {
    width: 22.3%;
  }
  .advantages .adv_item:nth-child(2) {
    width: 28.1%;
  }
  .advantages .adv_item:nth-child(3) {
    width: 20.8%;
  }
  .advantages .adv_item:nth-child(4) {
    margin-right: 0;
    width: 22.8%;
  }
  .advantages .adv_item:before, .advantages .adv_item:after {
    width: 101px;
    height: 101px;
  }
  .advantages .adv_item:after {
    top: 23px;
    left: 17px;
    background-size: 9px auto;
  }
  .advantages .adv_item .num {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 4px;
  }
  .advantages .adv_item .h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages {
    padding: 0 50px;
  }
  .advantages .adv_item {
    margin: 0 5px 40px 5px;
  }
}
@media screen and (max-width: 600px) {
  .advantages {
    padding: 0 35px;
  }
  .advantages .adv_item {
    margin: 0 5px;
  }
}
/* end advantages styles */
/* start production styles */
#production {
  z-index: 0;
}
#production .in {
  padding-top: 35px;
  padding-bottom: 80px;
}
#production h2 {
  margin-bottom: 46px;
}

.production_block {
  position: relative;
}
.production_block:after {
  content: "";
  display: block;
  clear: both;
}
.production_block .prod_item {
  float: left;
  width: 20%;
  height: 563px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  background: url(images/production_bg.png) no-repeat center top/auto 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.production_block .prod_item:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 215px;
  height: 216px;
  margin-left: -107px;
  left: 50%;
  top: 119px;
  background-color: #3c8aff;
  border-radius: 110px;
}
.production_block .prod_item a {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 1px;
}
.production_block .prod_item .bg {
  height: 100%;
  width: 100%;
  background: no-repeat center top / auto 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
    /*&:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(images/production_grad.png) no-repeat center top;
	opacity: 0.7;
    }*/
}
.production_block .prod_item .img {
  height: 330px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 23px;
  margin-bottom: 51px;
  z-index: 2;
}
.production_block .prod_item .img img {
  margin: 0 -50px;
  display: inline-block;
}
.production_block .prod_item h4 {
  font-weight: 400;
  color: #3c8aff;
  height: 58px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.production_block .prod_item:hover h4 {
  color: #fff;
}
.production_block .prod_item .more {
  position: relative;
  z-index: 2;
  color: #fff;
}
.production_block .prod_item .more:after {
  margin-left: 20px;
  background-image: url(images/arr_small_white.png);
}
.production_block .prod_item:hover .bg {
  opacity: 1;
}
.production_block .prod_item:hover .more {
  color: #fff;
}
.production_block .prod_item:hover .more:after {
  margin-left: 20px;
  background-image: url(images/arr_small_white.png);
}

.content .production_block {
  margin-bottom: 100px;
}

.catalog {
  position: relative;
  margin-bottom: 100px;
}
.catalog:after {
  content: "";
  display: block;
  clear: both;
}
.catalog .catalog_item {
  float: left;
  margin: 0 2.5% 10px;
  width: 19.99%;
  max-width: 308px;
  height: 563px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  position: relative;
  text-align: center;
}
.catalog .catalog_item:after {
  content: '';
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(images/catalog_hover_bg.png) no-repeat center top;
  opacity: 0;
}
.catalog .catalog_item a {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 1px;
}
.catalog .catalog_item a:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 215px;
  height: 216px;
  margin-left: -107px;
  left: 50%;
  top: 118px;
  background-color: #3c8aff;
  border-radius: 110px;
  z-index: 1;
}
.catalog .catalog_item .img {
  height: 311px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 23px;
  margin-bottom: 51px;
  z-index: 2;
  overflow: hidden;
}
.catalog .catalog_item .img:before {
  content: '';
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 216px;
  left: 0;
  bottom: 0px;
  background: url(images/catalog_hidden.png) no-repeat center bottom;
}
.catalog .catalog_item .img:after {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 216px;
  left: 0;
  bottom: 0px;
  background: url(images/catalog_hidden_hover.png) no-repeat center bottom;
  opacity: 0;
}
.catalog .catalog_item .img img {
  margin: 0 -100px;
  position: relative;
  z-index: 3;
  display: inline-block;
  height: 106%;
}
.catalog .catalog_item h4 {
  font-weight: 400;
  height: 85px;
  max-width: 235px;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.catalog .catalog_item .more {
  position: relative;
  z-index: 2;
  color: #3c8aff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.catalog .catalog_item .more:after {
  margin-left: 20px;
  background-image: url(images/arr_small_blue.png);
}
.catalog .catalog_item:hover:after {
  opacity: 1;
}
.catalog .catalog_item:hover .img:before {
  opacity: 0;
}
.catalog .catalog_item:hover .img:after {
  opacity: 1;
}
.catalog .catalog_item:hover h4 {
  color: #fff;
}
.catalog .catalog_item:hover .more {
  opacity: 1;
}

.catalog.slider {
  padding: 0 50px;
  margin-bottom: 20px;
}
.catalog.slider .catalog_item {
  margin: 0 25px 10px;
  width: auto;
  max-width: none;
}
.catalog.slider .slick-arrow {
  top: 50%;
  margin-top: -15px;
  left: 0;
}
.catalog.slider .slick-arrow.slick-next {
  margin-left: 0;
  right: 0;
  left: auto;
}

.products_images {
  float: left;
  /*width: 420px;*/
  width: 495px;
  position: relative;
  padding-bottom: 55px;
  margin-right: 40px;
}
.products_images .main_img {
  /*height: 410px;*/
  height: 510px;
  line-height: 510px;
  margin-right: 25px;
  /*width: 300px;*/
  width: 375px;
  text-align: center;
  background-color: #f0f0f0;
  overflow: hidden;
  float: left;
}
.products_images .main_img .slick-list {
  margin: 0px;
  position: relative;
  width: 100%;
  height: 100%;
}
.products_images .main_img div {
  height: 100%;
  width: 100%;
}
.products_images .main_img a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.products_images .main_img img {
  vertical-align: middle;
  display: inline;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  cursor: crosshair;
}
.products_images .small_images {
  width: 90px;
  /*height: 410px;*/
  height: 510px;
  position: relative;
  /*margin-left: 330px;*/
  margin-left: 405px;
  padding-top: 40px;
}
.products_images .small_images .slick-list {
  margin: 0px;
}
.products_images .img_small {
  width: 90px;
  /*height: 100px;*/
  height: 133px;
  /*line-height: 105px;*/
  line-height: 138px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  background-color: #f0f0f0;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.products_images .img_small img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.products_images .slick-arrow {
  left: 50%;
  margin-left: -15px;
}
.products_images .slick-arrow.slick-prev {
  margin-top: 0;
  top: 0;
  transform: rotate(90deg);
}
.products_images .slick-arrow.slick-next {
  right: auto;
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}

.text.description {
  clear: both;
}

.text.characteristics {
  margin-left: 460px;
  margin-bottom: 30px;
}

.text.order {
  max-width: 455px;
  margin-left: 460px;
  margin-bottom: 55px;
}

.char_block {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.char_block .char_item {
  border-bottom: 1px solid #3c8aff;
  height: 15px;
  margin-bottom: 38px;
  text-align: right;
  line-height: 20px;
}
.char_block .char_item em {
  background-color: #fff;
  padding-right: 15px;
  float: left;
}
.char_block .char_item strong {
  background-color: #fff;
  padding-left: 15px;
  font-weight: 400;
}

.feature {
  position: relative;
  clear: both;
  margin-left: -3%;
  padding-bottom: 90px;
}
.feature .feature_item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 3%;
}
.feature .feature_item h5 {
  font-weight: 400;
  padding: 15px 0 0 45px;
  position: relative;
  margin-bottom: 20px;
}
.feature .feature_item h5:before, .feature .feature_item h5:after {
  content: "";
  position: absolute;
  left: 0;
}
.feature .feature_item h5:before {
  height: 25px;
  width: 1px;
  background: #3c8aff;
  top: 2px;
}
.feature .feature_item h5:after {
  height: 1px;
  width: 22px;
  background: #3c8aff;
  top: 26px;
}
.feature .feature_item p {
  line-height: 23px;
  margin-bottom: 15px;
}
.feature .feature_item .note {
  opacity: 0.65;
}

@media screen and (max-width: 1600px) {
  .catalog.slider {
    max-width: 1400px;
  }

  .products_images .main_img {
    height: 410px;
    line-height: 410px;
    width: 300px;
  }

  .products_images .img_small {
    height: 100px;
    line-height: 105px;
  }

  .products_images .small_images {
    height: 410px;
    margin-left: 330px;
  }

  .products_images {
    width: 420px;
  }

}
@media screen and (max-width: 1500px) {
  .catalog.slider {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  #production .in {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  #production h2 {
    margin-bottom: 46px;
  }

  .production_block {
    padding: 0 70px;
  }
  .production_block .prod_item {
    height: 500px;
    background-size: auto 103%;
  }
  .production_block .prod_item:before {
    width: 195px;
    height: 196px;
    margin-left: -97px;
    top: 101px;
  }
  .production_block .prod_item .bg {
    background-position: center -10px;
    background-size: auto 103%;
  }
  .production_block .prod_item .img {
    height: 285px;
    margin-top: 27px;
    margin-bottom: 51px;
  }
  .production_block .prod_item .img img {
    height: 100%;
  }
  .production_block .prod_item h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .catalog {
    margin-bottom: 50px;
  }
  .catalog .catalog_item {
    margin: 0 0% 10px;
    width: 25%;
    height: 430px;
    background-size: auto 103%;
  }
  .catalog .catalog_item a:before {
    width: 195px;
    height: 196px;
    margin-left: -97px;
    top: 101px;
  }
  .catalog .catalog_item .img {
    height: 269px;
    margin-top: 27px;
    margin-bottom: 35px;
  }
  .catalog .catalog_item h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .catalog.slider {
    max-width: 1200px;
  }

  .char_block {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .char_block .char_item {
    margin-bottom: 28px;
  }
  .char_block .char_item strong br {
    display: none;
  }

  .products_images {
    padding-bottom: 30px;
  }

  .text.characteristics {
    float: right;
    width: calc(100% - 460px);
    margin-left: 0;
  }

  .text.order {
    max-width: 425px;
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .catalog.slider {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .catalog.slider {
    max-width: 1000px;
  }

  .char_block .char_item {
    margin-bottom: 28px;
    line-height: 17px;
  }
  .char_block .char_item strong br {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .catalog.slider {
    max-width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .catalog {
    text-align: center;
  }
  .catalog .catalog_item {
    width: 32%;
    float: none;
    display: inline-block;
  }

  .catalog.slider {
    max-width: 800px;
    padding: 0 30px;
  }

  .char_block .char_item {
    margin-bottom: 15px;
    height: auto;
    text-align: left;
    border: 0;
  }
  .char_block .char_item em {
    float: none;
    display: block;
    width: auto;
    padding-right: 0;
    background-color: transparent;
  }
  .char_block .char_item strong {
    padding-left: 0;
    background-color: transparent;
  }
  .char_block .char_item strong br {
    display: none;
  }

  .feature {
    padding-bottom: 50px;
  }
  .feature .feature_item {
    width: 25%;
  }
  .feature .feature_item:first-child {
    width: 39%;
  }
  .feature .feature_item h5 {
    padding-left: 15px;
  }
  .feature .feature_item h5:before {
    display: none;
  }
  .feature .feature_item h5:after {
    height: 5px;
    width: 5px;
    top: 23px;
  }
}
@media screen and (max-width: 900px) {
  .catalog.slider {
    max-width: 700px;
  }

  .production_block {
    padding: 0 50px;
  }
}
@media screen and (max-width: 800px) {
  .catalog .catalog_item {
    width: 49%;
  }

  .catalog.slider {
    max-width: 600px;
  }

  .text.characteristics h4 {
    margin-bottom: 20px;
  }

  .feature {
    padding-bottom: 50px;
  }
  .feature .feature_item {
    width: 46%;
  }
  .feature .feature_item:first-child {
    width: 96%;
  }
}
@media screen and (max-width: 800px) and (min-width: 600px) {
  .products_images {
    width: 300px;
    padding-bottom: 55px;
    margin-right: 40px;
  }
  .products_images .main_img {
    margin-right: 0px;
    float: none;
    margin-bottom: 35px;
  }
  .products_images .small_images {
    width: 300px;
    height: 100px;
    margin-left: 0px;
    padding: 0px;
    padding: 0 35px;
  }
  .products_images .img_small {
    margin-bottom: 0px;
    margin: 0 5px;
  }
  .products_images .slick-arrow {
    margin-left: 0px;
  }
  .products_images .slick-arrow.slick-prev {
    margin-top: -14px;
    top: 50%;
    transform: rotate(0deg);
    left: 0%;
  }
  .products_images .slick-arrow.slick-next {
    right: 0%;
    top: 50%;
    left: auto;
    transform: rotate(0deg);
  }

  .text.characteristics {
    width: calc(100% - 340px);
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .catalog.slider {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  #production .in {
    padding-bottom: 40px;
  }
  #production h2 {
    margin-bottom: 40px;
  }

  .production_block {
    padding: 0 32px;
  }
  .production_block .prod_item {
    height: 350px;
    background-size: auto 110%;
  }
  .production_block .prod_item:before {
    width: 144px;
    height: 144px;
    margin-left: -72px;
    top: 62px;
  }
  .production_block .prod_item .bg {
    background-position: center -22px;
    background-size: auto 110%;
  }
  .production_block .prod_item .img {
    height: 220px;
    margin-top: -3px;
    margin-bottom: 4px;
  }
  .production_block .prod_item h4 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .catalog {
    margin-bottom: 0px;
  }
  .catalog .catalog_item {
    height: 300px;
    background-size: auto 110%;
  }
  .catalog .catalog_item a:before {
    width: 144px;
    height: 144px;
    margin-left: -72px;
    top: 62px;
  }
  .catalog .catalog_item .img {
    height: 208px;
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .catalog .catalog_item h4 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .catalog.slider {
    max-width: 400px;
  }

  .products_images {
    width: 100%;
    margin-right: 0px;
  }
  .products_images .main_img {
    width: calc(100% - 115px);
    margin-right: 0;
  }
  .products_images .small_images {
    margin-left: 0;
    float: right;
  }

  .text.characteristics {
    float: none;
    width: 100%;
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .catalog.slider {
    max-width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .catalog .catalog_item {
    width: 80%;
  }

  .products_images {
    width: 100%;
    margin-right: 0px;
  }
  .products_images .main_img {
    width: calc(100% - 80px);
    float: none;
    margin: 0 40px;
    height: 175px;
    line-height: 175px;
    overflow: visible;
  }
  .products_images .small_images {
    display: none;
  }
  .products_images .slick-arrow {
    margin-left: -40px;
  }
  .products_images .slick-arrow.slick-prev {
    margin-top: -14px;
    top: 50%;
    transform: rotate(0deg);
    left: 0%;
  }
  .products_images .slick-arrow.slick-next {
    right: 0%;
    top: 50%;
    left: auto;
    transform: rotate(0deg);
    margin-right: -40px;
  }

  .text.order {
    text-align: center;
    margin-bottom: 30px;
  }
  .text.order .button {
    margin-bottom: 25px;
  }
  .text.order .all_link {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }

  .feature {
    padding-bottom: 30px;
  }
  .feature .feature_item {
    width: 96%;
  }
}
/* end production styles */
/* start promotions styles */
#promotions {
  z-index: 0;
}
#promotions .in {
  padding-top: 76px;
  padding-bottom: 27px;
}
#promotions h2 {
  margin-bottom: 46px;
}

.promotions_block {
  height: 600px;
}

.slider {
  position: relative;
}
.slider .slick-arrow {
  top: 39px;
  left: 44.64286%;
}
.slider .slick-arrow.slick-next {
  margin-left: 229px;
}

.slider_menu {
  width: 21.34541%;
  float: left;
  padding-top: 53px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  opacity: 1!important;
}
.slider_menu .slick-list {
  overflow: visible;
}
.slider_menu .slider_menu_item {
  margin-bottom: 33px;
  height: 62px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider_menu .slider_menu_item:hover {
  color: #3c8aff;
}
.slider_menu .slider_menu_item:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 16px;
  width: 50%;
  height: 1px;
  background-color: #3c8aff;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider_menu .slider_menu_item.slick-current {
  color: #3c8aff;
}
.slider_menu .slider_menu_item.slick-current:after {
  opacity: 1;
}

.slider_more {
  margin-left: 27.81371%;
}
.slider_more .slider_more_item .img {
  text-align: center;
  height: 510px;
  width: 39.28571%;
  float: left;
  overflow: hidden;
}
.slider_more .slider_more_item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}
.slider_more .slider_more_item .text {
  margin-left: 45.44643%;
  padding-top: 141px;
}
.slider_more .slider_more_item h3 {
  margin-bottom: 23px;
  letter-spacing: 1px;
}
.slider_more .slider_more_item P {
  margin-bottom: 43px;
}

.more_text_link .link {
  color: #3c8aff;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.more_text_link .link:hover {
  text-decoration: none;
}

.more_text_block {
  display: none;
  clear: left;
  padding-bottom: 20px;
}

.prev_next {
  margin-top: 70px;
  font-weight: 600;
  margin-bottom: 55px;
  max-width: 500px;
  overflow: hidden;
}
.prev_next a {
  color: #bd9515;
  display: inline-block;
}
.prev_next .prev {
  margin-right: 20px;
}
.prev_next .prev:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 15px;
  margin-right: 18px;
  vertical-align: -5px;
  background: url(images/arr_small_orange.png) no-repeat center;
  transform: rotate(-180deg);
}
.prev_next .next {
  float: right;
}
.prev_next .next:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 15px;
  margin-left: 18px;
  vertical-align: -5px;
  background: url(images/arr_small_orange.png) no-repeat center;
}

h3.clear {
  padding-top: 50px;
}

@media screen and (max-width: 1400px) {
  #promotions .in {
    padding-top: 1px;
    padding-bottom: 77px;
  }

  .promotions_block {
    height: 496px;
  }

  .prev_next {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .slider .slick-arrow {
    top: 13px;
    left: 61.2%;
  }
  .slider .slick-arrow.slick-next {
    margin-left: 205px;
  }

  .slider_menu {
    padding-top: 23px;
    font-size: 16px;
    line-height: 25px;
  }
  .slider_menu .slider_menu_item {
    margin-bottom: 23px;
    height: 62px;
  }

  .slider_more {
    margin-left: 27.1%;
  }
  .slider_more .slider_more_item .img {
    height: 428px;
    width: 53.7%;
  }
  .slider_more .slider_more_item .text {
    margin-left: 61.2%;
    padding-top: 57px;
  }
  .slider_more .slider_more_item h3 {
    margin-bottom: 23px;
    letter-spacing: 1px;
  }
  .slider_more .slider_more_item P {
    margin-bottom: 43px;
    line-height: 27px;
    max-height: 185px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .prev_next {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .prev_next .prev:before {
    margin-right: 8px;
  }
  .prev_next .next:after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 800px) {
  .slider_menu {
    display: none;
  }

  .slider_more {
    margin-left: 0%;
  }
  .slider_more .slider_more_item .img {
    height: 428px;
    width: 48%;
  }
  .slider_more .slider_more_item .text {
    margin-left: 52%;
    padding-top: 57px;
  }
  .slider_more .slider_more_item h3 {
    margin-bottom: 23px;
    letter-spacing: 1px;
  }
  .slider_more .slider_more_item P {
    margin-bottom: 43px;
    line-height: 27px;
    max-height: 185px;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  #promotions h2 {
    margin-bottom: 38px;
  }

  .promotions_block {
    height: 360px;
  }

  .slider .slick-arrow {
    top: 13px;
    left: 50px;
  }
  .slider .slick-arrow.slick-next {
    margin-left: 200px;
  }

  .slider_more .slider_more_item .img {
    display: none;
  }
  .slider_more .slider_more_item .text {
    margin-left: 0;
    padding-top: 65px;
    text-align: center;
  }
  .slider_more .slider_more_item .text h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .slider_more .slider_more_item .text p {
    text-align: left;
    line-height: 24px;
    max-height: 215px;
    margin-bottom: 25px;
  }

  .prev_next {
    margin-top: 30px;
  }
  .prev_next .next {
    float: right;
  }
}
@media screen and (max-width: 450px) {
  .prev_next {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .prev_next a {
    overflow: hidden;
    height: 25px;
    width: 130px;
    position: relative;
  }
  .prev_next .prev {
    margin-right: 0px;
  }
  .prev_next .next {
    width: 120px;
  }
  .prev_next .next:after {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
/* end promotions styles */
/* start forms styles */
#main_form {
  z-index: 0;
  margin-bottom: 50px;
  padding-top: 50px;
}
#main_form .in {
  padding: 48px 60px 31px;
  max-width: 1426px;
  background: url(images/main_form_bg.jpg) no-repeat center top/cover;
  color: #fff;
  height: calc(230px - 48px - 31px);
}
#main_form .in:after {
  content: '';
  position: absolute;
  width: 280px;
  height: 282px;
  top: -46px;
  right: 4.65718%;
  background: url(images/main_form_img.png) no-repeat center/100% auto;
}
#main_form h3 {
  color: #fff;
  margin-bottom: 46px;
}
#main_form p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 44px;
  position: relative;
  float: left;
  margin-right: 41px;
}
#main_form p:before, #main_form p:after {
  content: "";
  position: absolute;
  left: 0;
}
#main_form p:before {
  height: 25px;
  width: 1px;
  background: #3c8aff;
  top: -8px;
}
#main_form p:after {
  height: 1px;
  width: 22px;
  background: #3c8aff;
  top: 16px;
}
#main_form .form_block {
  margin-top: -11px;
  position: relative;
  z-index: 2;
}
#main_form .form_block input {
  width: 326px;
  margin-right: 45px;
}
#main_form .form_block .button_block {
  padding-top: 0;
}
#main_form .form_block button[type="submit"] {
  width: 172px;
}

.form_block a {
  color: #fff;
  text-decoration: underline;
}
.form_block a:hover {
  text-decoration: none;
}
.form_block input, .form_block textarea {
  padding: 5px 16px;
  margin-bottom: 35px;
  margin-right: 15px;
  height: 48px;
  width: calc(50% - 20px);
  max-width: 100%;
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 46px;
  font-weight: 300;
  vertical-align: top;
  border-radius: 0px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form_block input::-webkit-input-placeholder, .form_block textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.form_block input::-moz-placeholder, .form_block textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.form_block input:-moz-placeholder, .form_block textarea:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.form_block input:-ms-input-placeholder, .form_block textarea:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.form_block textarea {
  height: 119px;
  width: calc(100% - 20px);
  margin-right: 0;
  margin-bottom: 15px;
  line-height: 26px;
}
.form_block .check {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding-left: 34px;
  margin-right: 20px;
  opacity: 0.8;
}
.form_block input[type="radio"], .form_block input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-bottom: 0;
  opacity: 0;
  margin-left: -2px;
  position: absolute;
  margin-right: 0;
}
.form_block input[type="checkbox"]:not(checked) + label {
  margin-bottom: 30px;
  margin-top: 10px;
  cursor: pointer;
}
.form_block input[type="checkbox"]:not(checked) + label:before {
  content: '';
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.form_block input[type="checkbox"]:not(checked) + label:after {
  content: '';
  width: 16px;
  height: 14px;
  /*background: url(images/check.png) no-repeat center;*/
  background: url(images/check_b.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form_block input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
.form_block .button_block {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

.form_block button[type="submit"], .gUniForm .uFormSubmit, .gUniFormSuccessButton {
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  width: 200px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 400;
  background-color: #3c8aff;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0;
  border-radius: 25px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.form_block button[type="submit"]:hover, .gUniForm .uFormSubmit:hover, .gUniFormSuccessButton:hover {
  text-decoration: none;
  background-color: #1774ff;
}

@media screen and (max-width: 1600px) {
  .form_block .check {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .form_block .check {
    font-size: 12px;
    width: 40.5%;
    max-width: 225px;
    padding-left: 30px;
  }

  #main_form .in {
    padding: 42px 60px 10px;
    margin-bottom: 30px;
  }
  #main_form .in:after {
    width: 247px;
    top: -57px;
    right: 5.1%;
  }
  #main_form p {
    margin-right: 56px;
  }
  #main_form .form_block input {
    width: 281px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  #main_form .in {
    padding: 35px 60px 10px;
    margin-bottom: 30px;
    height: auto;
  }
  #main_form h3 {
    margin-bottom: 25px;
  }
  #main_form p {
    margin-right: 0;
    float: none;
    margin-bottom: 25px;
  }
  #main_form .form_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .form_block .check {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .form_block .check {
    width: 45%;
  }
  .form_block button[type="submit"], .form_block .uFormSubmit {
    width: 150px;
  }

  #main_form .in:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .form_block .check {
    width: 38%;
  }
}
@media screen and (max-width: 600px) {
  #main_form {
    text-align: center;
  }
  #main_form .in {
    padding: 22px 10px 10px;
    margin-bottom: 30px;
  }
  #main_form h3 {
    margin-bottom: 18px;
    letter-spacing: 0;
  }
  #main_form p {
    padding-left: 24px;
    text-align: left;
    margin-bottom: 13px;
  }
  #main_form p:before {
    display: none;
  }
  #main_form p:after {
    width: 5px;
    height: 5px;
    top: 10px;
  }
  #main_form .form_block input {
    width: 100%;
    margin-bottom: 31px;
  }
}
/* end forms styles */
/* start services styles */
#services {
  z-index: 0;
}
#services .in {
  padding-top: 58px;
  padding-bottom: 78px;
}
#services h2 {
  margin-bottom: 46px;
}

.preview_blocks {
  position: relative;
  margin: 0 -30px 0 -25px;
}
.preview_blocks .preview_bl {
  width: calc(32.83% - 55px);
  margin: 0 25px 40px;
  display: inline-block;
  vertical-align: top;
  height: 585px;
  position: relative;
}
.preview_blocks .preview_bl:nth-child(2) {
  width: calc(34.33% - 55px);
}
.preview_blocks .preview_bl a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.preview_blocks .preview_bl .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.78632%;
  background: #151516 no-repeat 10% -30px / 110% auto;
  /*background-size: calc(100% + 25px) calc(100% + 30px);*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preview_blocks .preview_bl .img:after {
  position: absolute;
  content: "";
  height: 80%;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  background-color: rgba(21, 21, 22, 0.65);
  background: -webkit-linear-gradient(90deg, #151516, transparent);
  /* для webkit-браузеров */
  background: -moz-linear-gradient(90deg, #151516, transparent);
  /* для firefox 3.6+ */
  background: -o-linear-gradient(90deg, #151516, transparent);
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #151516, transparent);
  /* для IE10+ */
  background: linear-gradient(0deg, #151516, transparent);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preview_blocks .preview_bl .text {
  position: relative;
  z-index: 2;
  padding-top: 297px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preview_blocks .preview_bl h3 {
  margin-bottom: 20px;
  max-height: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.preview_blocks .preview_bl p {
  margin-bottom: 20px;
  color: #000000;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview_blocks .preview_bl .more {
  display: inline-block;
  color: #3c8aff;
}
.preview_blocks .preview_bl .more:after {
  background-image: url(images/arr_small_blue.png);
  margin-left: 20px;
}
.preview_blocks .preview_bl:hover .more {
  color: #3c8aff;
}

.preview_blocks .preview_bl:hover .more:after {
  background-image: url(images/arr_small_blue.png);
}

@media screen and (min-width: 1020px) {
.preview_blocks .preview_bl:hover .img {
  width: 100%;
  height: 100%;
  background-position: 0% 0%;
  /*background-size: cover;*/
  /*transition: background-position 0.3s ease 0s;*/
}
.preview_blocks .preview_bl:hover .img:after {
  opacity: 1;
}
.preview_blocks .preview_bl:hover .text {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 490px;
}
.preview_blocks .preview_bl:hover h3, .preview_blocks .preview_bl:hover p {
  color: #fff;
} 
}

.preview_blocks.services_blocks .preview_bl .text {
  max-width: 420px;
}
.preview_blocks.services_blocks .preview_bl p {
  margin-bottom: 36px;
}
.preview_blocks.services_blocks .preview_bl:nth-child(1):hover .img {
  width: 103%;
}
.preview_blocks.services_blocks .preview_bl:nth-child(3):hover .img {
  left: -3%;
}

.content .services_blocks {
  margin-bottom: 100px;
}

/*@media screen and (min-width: 1201px) {
  .preview_blocks.services_blocks .preview_bl:nth-child(2) .img {
    height: 100%;
  }
  .preview_blocks.services_blocks .preview_bl:nth-child(2) .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .preview_blocks.services_blocks .preview_bl:nth-child(2) h3,
  .preview_blocks.services_blocks .preview_bl:nth-child(2) p {
    color: #ffffff;
  }
}*/

@media screen and (max-width: 1400px) {
  #services .in {
    padding-bottom: 13px;
  }
  #services h2 {
    margin-bottom: 36px;
  }

  /*.preview_blocks .preview_bl {
    height: 470px;
  }*/

  .preview_blocks .preview_bl p {
    height: 75px;
  }

  .preview_blocks.services_blocks {
    padding: 0 90px;
    margin: 0 0 40px;
  }
  .preview_blocks.services_blocks .preview_bl {
    margin: 0 55px;
    height: 470px;
  }
  /*.preview_blocks.services_blocks .preview_bl .img {
    height: 37.3%;
    background: #151516 no-repeat -15px -15px / 106% auto;
  }*/
  .preview_blocks.services_blocks .preview_bl .text {
    padding-top: 255px;
  }
  .preview_blocks.services_blocks .preview_bl h3 {
    margin-bottom: 15px;
  }
  .preview_blocks.services_blocks .preview_bl p {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .preview_blocks {
    margin: 0 -20px 0 -15px;
  }
  .preview_blocks .preview_bl {
    width: calc(32.83% - 35px);
    margin: 0 15px 40px;
    height: 470px;
  }
  .preview_blocks .preview_bl:nth-child(2) {
    width: calc(34.33% - 35px);
  }
  .preview_blocks .preview_bl .text {
    padding-top: 297px;
  }

  .preview_blocks.services_blocks {
    padding: 0 50px;
  }

  /*.preview_blocks.services_blocks .preview_bl .img {
    height: 37.3%;
    background: #151516 no-repeat -15px -15px / 106% auto;
  }*/
}
@media screen and (max-width: 1100px) {
  .preview_blocks .preview_bl {
    width: calc(50% - 55px);
    margin: 0 25px 40px;
    height: 490px;
  }
  .preview_blocks .preview_bl:nth-child(2) {
    width: calc(50% - 55px);
  }
  /*.preview_blocks .preview_bl .img {
    height: 37.3%;
    background-size: 110% auto;
  }*/
  .preview_blocks .preview_bl .text {
    padding-top: 220px;
  }

  .preview_blocks.services_blocks .preview_bl {
    margin: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .preview_blocks.services_blocks {
    padding: 0 15px;
  }
  .preview_blocks.services_blocks .preview_bl {
    margin: 0 20px;
  }
  .preview_blocks.services_blocks .preview_bl .text {
    padding-top: 200px;
  }
  .preview_blocks.services_blocks .preview_bl .img {
    height: 37.3%;
  }
}
@media screen and (max-width: 650px) {
  #services .in {
    padding-top: 10px;
    padding-bottom: 1px;
  }
  #services h2 {
    margin-bottom: 33px;
  }

  .preview_blocks {
    margin: 0;
  }
  .preview_blocks .preview_bl {
    width: auto;
    margin: 0 0 50px;
    height: auto;
  }
  .preview_blocks .preview_bl:nth-child(2) {
    width: 100%;
  }
  .preview_blocks .preview_bl .img {
    height: 177px;
  }
  .preview_blocks .preview_bl .text {
    padding-top: 190px;
  }
  .preview_blocks .preview_bl .text p {
    line-height: 24px;
    height: auto;
    max-height: 130px;
  }

  .preview_blocks.services_blocks {
    padding: 0 37px;
    margin-bottom: 33px;
  }
  .preview_blocks.services_blocks .preview_bl {
    margin: 0 0px;
    height: 410px;
  }
  .preview_blocks.services_blocks .preview_bl .img {
    height: 177px;
  }
  .preview_blocks.services_blocks .preview_bl .text {
    max-width: none;
    padding-top: 190px;
  }
  .preview_blocks.services_blocks .preview_bl .text h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }
  .preview_blocks.services_blocks .preview_bl .text p {
    line-height: 24px;
    height: 130px;
  }
}
/* end services styles */
/* start about styles */
#about {
  z-index: 0;
  /*background: url(images/about_bg.jpg) no-repeat center top/cover;*/
  background: url(images/about_bg_b.jpg) no-repeat center top/cover;
  margin-bottom: 50px;
}
#about .in {
  color: #fff;
  height: 730px;
}
#about h2 {
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
#about .bottom {
  position: absolute;
  bottom: 57px;
  width: 58.53816%;
  left: 14.10091%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#about .bottom:before, #about .bottom:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #3c8aff;
}
#about .bottom:before {
  top: 11px;
  width: 2000px;
  right: calc(100% + 28px);
}
#about .bottom:after {
  bottom: 14px;
  right: 0;
  width: 66%;
}
#about .bottom .yellow {
  font-size: 29px;
  line-height: 25px;
  color: #3c8aff;
  font-weight: 400;
  display: block;
  overflow: hidden;
}
#about .bottom .white {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  opacity: 0.47;
  overflow: hidden;
  display: block;
}
#about .img {
  position: absolute;
  width: 38.80983%;
  height: 100%;
  bottom: -2px;
  left: 50%;
  margin-left: -20.3%;
  background: url(images/about_img.png) no-repeat center bottom/100% auto;
}
#about .facts {
  position: absolute;
  width: 27.36093%;
  right: 0;
  top: 130px;
}
#about .facts:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 514px;
  background-color: #3c8aff;
  left: 0;
  top: 14px;
}
#about .facts li {
  position: relative;
  margin-bottom: 98px;
  padding-left: 195px;
}
#about .facts li:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  background-color: #3c8aff;
  left: 0;
  top: 14px;
}
#about .facts li p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #3c8aff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
#about .facts li p strong {
  display: block;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 41px;
  letter-spacing: 3px;
}
#about .facts li .diagram {
  position: absolute;
  left: 32px;
  bottom: -23px;
  width: 192px;
  height: 48px;
  background: url(images/diagram_shadow.png) no-repeat center bottom;
}
#about .facts li .diagram div {
  height: 104px;
  width: 71px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -35px;
 /*background: url(images/diagram_column1.png) no-repeat center bottom/100% 100%;*/
 background: url(images/diagram_column1_b.png) no-repeat center bottom/100% 100%;
}
#about .facts li:nth-child(2) .diagram div {
  height: 84px;
  /*background-image: url(images/diagram_column2.png);*/
  background-image: url(images/diagram_column2_b.png);
}
#about .facts li:nth-child(3) .diagram div {
  height: 116px;
  /*background-image: url(images/diagram_column3.png);*/
  background-image: url(images/diagram_column3_b.png);
}
#about .text {
  padding-top: 162px;
  max-width: 380px;
  position: relative;
  z-index: 5;
}
#about .text:before {
  content: "";
  position: absolute;
  width: 183px;
  height: 183px;
  /*background: url(images/bg_patern_about.png) repeat left top;*/
  background: url(images/bg_patern_about_blue.png) repeat left top;
  left: -136px;
  top: 41px;
}
#about .text p {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

#about_page .advantages {
  margin-top: 85px;
  margin-bottom: 60px;
}
#about_page #projects .in {
  padding-top: 0px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1600px) {
  #about .in {
    height: 655px;
  }
  #about h2 {
    margin-bottom: 30px;
  }
  #about .bottom {
    bottom: 50px;
    width: 60.9%;
    left: 10%;
  }
  #about .bottom:before {
    right: calc(100% + 25px);
    bottom: 63px;
    top: auto;
  }
  #about .bottom:after {
    bottom: 17px;
    width: 60%;
  }
  #about .bottom .yellow {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  #about .bottom .white {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 3px;
  }
  #about .img {
    width: 44.7%;
    margin-left: -26.6%;
  }
  #about .facts {
    width: 29.2%;
    top: 91px;
  }
  #about .facts:before {
    height: 483px;
    top: 14px;
  }
  #about .facts li {
    padding-left: 186px;
    margin-bottom: 84px;
  }
  #about .facts li:before {
    width: 50px;
  }
  #about .facts li .diagram {
    left: 25px;
    bottom: -17px;
  }
  #about .facts li p {
    font-size: 16px;
    line-height: 33px;
  }
  #about .facts li p strong {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 3px;
  }
  #about .text {
    padding-top: 125px;
    max-width: 380px;
  }
  #about .text:before {
    width: 171px;
    height: 171px;
    background-size: 14px auto;
    left: -26px;
    top: 30px;
  }
  #about .text p {
    line-height: 28px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1350px) {
  #about .bottom {
    width: 58.9%;
  }
  #about .bottom:after {
    width: 55%;
  }
  #about .img {
    width: 42.7%;
    margin-left: -26.6%;
  }
  #about .facts {
    width: 31.2%;
  }
  #about .facts:before {
    height: 483px;
    top: 14px;
  }
  #about .facts li {
    padding-left: 150px;
    margin-bottom: 84px;
  }
  #about .facts li:before {
    width: 35px;
  }
  #about .facts li .diagram {
    left: -5px;
    bottom: -17px;
  }
}
@media screen and (max-width: 1100px) {
  #about .bottom {
    width: 49%;
  }
  #about .bottom:after {
    width: calc(100% - 260px);
  }
  #about .img {
    display: none;
  }
  #about .facts {
    width: 41%;
  }
}
@media screen and (max-width: 800px) {
  #about {
    margin-bottom: 0;
  }
  #about .in {
    height: auto;
    padding-bottom: 10px;
  }
  #about h2 {
    margin-bottom: 32px;
    text-align: left;
  }
  #about .bottom {
    display: none;
  }
  #about .facts {
    width: auto;
    position: relative;
    top: 0;
    padding-top: 78px;
  }
  #about .facts:before {
    display: none;
  }
  #about .facts li {
    padding-left: 130px;
    margin-bottom: 65px;
  }
  #about .facts li:nth-child(2) {
    margin-bottom: 90px;
  }
  #about .facts li:last-child {
    margin-bottom: 30px;
  }
  #about .facts li:before {
    display: none;
  }
  #about .facts li .diagram {
    left: -30px;
    bottom: -17px;
  }
  #about .facts li p {
    line-height: 20px;
    font-size: 14px;
  }
  #about .facts li p strong {
    font-size: 26px;
    letter-spacing: 1px;
  }
  #about .text {
    padding-top: 52px;
    max-width: 380px;
    text-align: center;
  }
  #about .text:before {
    width: 104px;
    height: 104px;
    background-size: 8px auto;
    left: 0px;
    top: 7px;
  }
  #about .text p {
    line-height: 24px;
    margin-bottom: 26px;
    text-align: left;
  }
}
/* end about styles */
/* start projects styles */
#projects .in {
  padding-top: 56px;
}
#projects h2 {
  margin-bottom: 36px;
}

.slider.projects_block {
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 10px;
}
.slider.projects_block .slick-arrow {
  top: 12px;
  left: 0;
}
.slider.projects_block ul.slick-dots {
  top: 9px;
  left: 0;
  margin-left: 63px;
}

.slider_menu.projects_menu {
  padding-top: 90px;
  height: 550px;
  opacity: 1;
}
.slider_menu.projects_menu:before {
  content: "";
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0;
  z-index: 2;
}
.slider_menu.projects_menu .slick-track {
  margin-top: 16px;
}
.slider_menu.projects_menu .slider_menu_item {
  padding-left: 25px;
}
.slider_menu.projects_menu .slider_menu_item:after {
  left: 90%;
}

.slider_more.projects_more {
  margin-left: 22.66%;
}
.slider_more.projects_more .slider_more_item .img {
  height: 550px;
  width: 63%;
  text-align: left;
}
.slider_more.projects_more .slider_more_item .text {
  margin-left: 67%;
  padding-top: 122px;
}

.galery {
  position: relative;
  width: calc(50% - 20px);
  margin-bottom: 55px;
  height: 550px;
  clear: both;
}
.galery div {
  width: 100%;
  height: 100%;
}
.galery a {
  display: block;
  width: 100%;
  height: 100%;
}
.galery img {
  vertical-align: middle;
  display: inline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.galery ul.slick-dots {
  text-align: center;
  width: 100%;
  top: auto;
  bottom: 20px;
  left: 0%;
  margin-left: 0;
  z-index: 2;
  list-style-type: none;
}
.galery ul.slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
.galery ul.slick-dots li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #3c8aff;
}
.galery ul.slick-dots li:hover:before {
  background-color: #1774ff;
}
.galery ul.slick-dots li.slick-active:before {
  background-color: #fff;
}
.galery ul.slick-dots li button {
  display: none;
}

.galery + .text {
  clear: right;
}

.project_description {
  padding-bottom: 25px;
}
.project_description p {
  position: relative;
  margin-bottom: 10px;
  line-height: 25px;
}
.project_description p em {
  float: left;
  width: 215px;
  color: #7f7f7f;
  font-style: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  #projects .in {
    padding-top: 31px;
  }
  #projects h2 {
    margin-bottom: 31px;
  }

  .project_description {
    padding-bottom: 25px;
  }
  .project_description p {
    margin-bottom: 10px;
  }
  .project_description p em {
    display: block;
    width: auto;
    float: none;
    margin-bottom: 0px;
  }

  .slider.projects_block {
    margin-bottom: 25px;
  }
  .slider.projects_block .slick-arrow {
    top: 19px;
    left: 22px;
  }
  .slider.projects_block .slick-arrow.slick-next {
    margin-left: 192px;
  }
  .slider.projects_block ul.slick-dots {
    top: -1px;
    left: 0;
    margin-left: 65px;
  }

  .slider_menu.projects_menu {
    padding-top: 69px;
    height: 460px;
  }
  .slider_menu.projects_menu .slider_menu_item {
    margin-bottom: 18px;
  }

  .slider_more.projects_more {
    margin-left: 25.8%;
    margin-top: 67px;
  }
  .slider_more.projects_more .slider_more_item .img {
    height: 367px;
    width: 54.5%;
  }
  .slider_more.projects_more .slider_more_item .text {
    margin-left: 62%;
    padding-top: 31px;
  }
  .slider_more.projects_more .slider_more_item .text h3 {
    letter-spacing: 1px;
  }
  .slider_more.projects_more .slider_more_item .text p {
    line-height: 25px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 800px) {
  #projects .in {
    padding-top: 40px;
  }
  .slider.projects_block .slick-arrow {
    left: 52%;
  }
  .slider.projects_block .slick-arrow.slick-next {
    margin-left: 192px;
  }
  .slider.projects_block ul.slick-dots {
    left: 52%;
    margin-left: 40px;
  }

  .slider_more.projects_more {
    margin-left: 0%;
    margin-top: 0px;
  }
  .slider_more.projects_more .slider_more_item .img {
    width: 48%;
  }
  .slider_more.projects_more .slider_more_item .text {
    margin-left: 52%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  #projects .in {
    padding-top: 30px;
  }
  #projects h2 {
    margin-bottom: 10px;
  }

  .slider.projects_block {
    margin-bottom: 0;
  }
  .slider.projects_block .slick-arrow {
    left: 0%;
    top: 33%;
  }
  .slider.projects_block .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .slider.projects_block ul.slick-dots {
    display: none !important;
  }

  .slider_more.projects_more {
    padding: 0 38px;
  }
  .slider_more.projects_more .slider_more_item .img {
    display: block;
    float: none;
    width: 100%;
    height: 160px;
  }
  .slider_more.projects_more .slider_more_item .text {
    margin-left: 0%;
    padding-top: 10px;
  }
  .slider_more.projects_more .slider_more_item .text p {
    line-height: 24px;
    height: 120px;
    margin-bottom: 29px;
  }

  .galery {
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 450px) {
  #projects .all_link {
    position: relative;
    top: 32px;
  }
  /*#projects h2 {
    margin-bottom: 50px;
  }*/

  .galery {
    width: 100%;
    height: 350px;
  }
}
/* end projects styles */
/* start content styles */
main.content {
  padding-top: 140px;
  padding-bottom: 80px;
}

#about_page .content {
  padding-top: 0px;
}
#about_page .content #top {
  /*background: url(images/about_page_bg.jpg) no-repeat center bottom/cover;*/
  background: url(images/about_page_bg_b.jpg) no-repeat center bottom/cover;
  color: #fff;
}
#about_page .content #top h1, #about_page .content #top h2, #about_page .content #top h3 {
  color: #fff;
}

#service_page .content {
  padding-top: 0px;
}
#service_page .content #top {
  background: no-repeat center bottom / cover;
}

#top {
  padding-top: 140px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
#top .text {
  max-width: 435px;
}
#top .button {
  margin-top: 30px;
}

.content.main_section .in {
  padding-top: 30px;
  padding-bottom: 71px;
}
.content.main_section .text {
  padding-top: 77px;
}
.content.main_section h2 {
  margin-bottom: 39px;
}
.content.main_section p {
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}

.bread_crumbs {
  position: relative;
  margin-bottom: 40px;
}
.bread_crumbs ul li {
  display: inline-block;
  padding-left: 19px;
  margin-right: 10px;
  position: relative;
}
.bread_crumbs ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 13px;
  left: 0;
  background-color: #3c8aff;
}
.bread_crumbs ul li:first-child {
  padding-left: 0;
}
.bread_crumbs ul li:first-child:before {
  display: none;
}

.left, .right {
  max-width: calc(50% - 10px);
}
.left img, .right img {
  display: inline-block;
  max-width: 100%;
}

.left {
  float: left;
  margin: 0px 65px 50px 0;
}

.right {
  float: right;
  clear: right;
  margin: 0px 0 50px 65px;
}

.left + h2, .left + h3, .left + h4, .right + h2, .right + h3, .right + h4 {
  padding-top: 30px;
  margin-bottom: 30px;
}

.text {
  padding-top: 1px;
}
.text ul {
  padding-bottom: 15px;
}
.text ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 5px;
  overflow: hidden;
}
.text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  background-color: #3c8aff;
}
.text ol {
  list-style-type: none;
  counter-reset: ol_num;
  padding-left: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
.text ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  overflow: h;
}
.text ol li:before {
  position: absolute;
  left: 0;
  top: 0px;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #3c8aff;
}

.pagination {
  margin-bottom: 100px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px;
  padding: 0 6px;
}
.pagination li:before {
  display: none;
}
.pagination li a {
  display: block;
  line-height: 16px;
  vertical-align: middle;
  color: #000000;
  text-decoration: none;
}
.pagination li a:hover {
  color: #3c8aff;
}
.pagination li a.active {
  border-bottom: 1px solid;
}
.pagination li.pag-ar a {
  text-indent: -10000px;
  position: relative;
  background: none;
  width: 15px;
}
.pagination li.pag-ar a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  vertical-align: -1px;
  background: url(images/arr_small_black.png) no-repeat center;
  z-index: 2;
  border: 2px solid;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination li.pag-ar a:hover:before {
  background-image: url(images/arr_small_blue.png) no-repeat center;
}
.pagination li.prev a:before {
  transform: rotate(180deg);
}

.table {
  padding-bottom: 100px;
  overflow: auto;
  width: 100%;
}
.table table {
  width: 100%;
  min-width: 780px;
}
.table tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.table th {
  background-color: #33383c;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 15px 50px;
  text-align: left;
}
.table td {
  font-weight: 400;
  padding: 15px 50px;
  line-height: 23px;
}
.table td:first-child {
  width: 20%;
}
.table td:last-child {
  width: 35%;
}
.table td.color {
  background-color: #f0f0f0;
  width: 38%;
}

.table.price td {
  text-transform: uppercase;
}
.table.price td:first-child {
  width: auto;
}
.table.price td:last-child {
  text-transform: none;
  width: auto;
}
.table.price td.color {
  width: 38%;
}

/* body #header::before, */
body:not(#index):not(#about_page) #header:before {
  background: #33383c /*url(images/header_bg_inner.jpg)*/ no-repeat center/cover;
  height: 100%;
}
#header:after {
  position: absolute;
  content: "";
  background: #33383c /*url(images/header_bg_inner.jpg)*/ no-repeat center/cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header.scroll:after {
  opacity: 1;
}
#page404 .content {
  background: #dde1e3 url(images/page404_bg.jpg) no-repeat center 105px/cover;
  display: table-row;
  height: 100%;
}
#page404 .content .in {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#page404 .content .text {
  max-width: 1546px;
  margin: 0 auto;
  text-align: center;
  padding-top: 179px;
  padding-right: 30px;
  height: 780px;
  box-sizing: border-box;
}
#page404 .content .img404 {
  font-size: 196px;
  line-height: 162px;
  height: 200px;
  font-weight: 800;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000;
  padding-right: 12px;
  letter-spacing: 10px;
}
#page404 .content .img404 img {
  max-height: 100%;
}
#page404 .content p {
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto 35px;
  max-width: 310px;
}

@media screen and (max-width: 1400px) {
  main.content {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  #about_page .content #top {
    background-position: 35% bottom;
  }

  #top {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .left, .right {
    max-width: calc(52.7% - 10px);
  }

  .left {
    margin: 0px 50px 50px 0;
  }

  .right {
    margin: 0px 0 50px 50px;
  }

  .content.main_section .in {
    padding-bottom: 28px;
  }
  .content.main_section .text {
    padding-top: 35px;
  }
  .content.main_section h2 {
    margin-bottom: 35px;
  }
  .content.main_section p {
    margin-bottom: 26px;
    line-height: 28px;
  }

  #page404 .content .text {
    padding-top: 160px;
    height: 680px;
  }
  #page404 .content .img404 {
    font-size: 174px;
    line-height: 162px;
    height: 175px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 1100px) {
  #about_page .content #top {
    background-position: 15% bottom;
  }
}
@media screen and (max-width: 1000px) {
  main.content {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  #top {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .left {
    margin: 0px 45px 30px 0;
  }

  .right {
    margin: 0px 0 30px 45px;
  }

  .left + h2, .left + h3, .left + h4, .right + h2, .right + h3, .right + h4 {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #page404 .content {
    background-position: center 75px;
  }
  #page404 .content .text {
    padding-top: 120px;
    height: 580px;
  }
  #page404 .content .img404 {
    font-size: 148px;
    line-height: 140px;
    height: 140px;
    letter-spacing: 7px;
  }
  #page404 .content p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 15px;
    max-width: 250px;
  }

  .table {
    padding-bottom: 60px;
  }
  .table table {
    min-width: 560px;
  }
  .table th {
    padding: 10px 10px 10px 30px;
  }
  .table td {
    padding: 10px 0 10px 30px;
  }
  .table td:first-child {
    width: auto;
  }
  .table td:last-child {
    width: auto;
  }
  .table td.color {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  main.content {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  #top {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  #top .text {
    padding-right: 20%;
  }

  .bread_crumbs {
    margin-bottom: 25px;
  }

  .left {
    margin: 0px 30px 20px 0;
  }

  .right {
    margin: 0px 0 20px 30px;
  }

  .left + h2, .left + h3, .left + h4, .right + h2, .right + h3, .right + h4 {
    padding-top: 0px;
  }

  #page404 .content {
    background-position: center 60px;
  }
  #page404 .content .text {
    padding-top: 95px;
    height: 480px;
  }
  #page404 .content .img404 {
    font-size: 124px;
    line-height: 120px;
    height: 120px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  #page404 .content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 15px;
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #about_page .content #top {
    background-position: 20% bottom;
  }

  .content.main_section .in {
    padding-bottom: 20px;
    padding-top: 14px;
  }
  .content.main_section .image {
    display: none;
  }
  .content.main_section .text {
    padding-top: 0px;
  }
  .content.main_section h2 {
    margin-bottom: 15px;
    letter-spacing: -0.2px;
  }
  .content.main_section p {
    margin-bottom: 26px;
    line-height: 24px;
  }

  .left, .right {
    max-width: 100%;
    float: none;
  }

  .left {
    margin: 0px 0px 20px 0;
  }

  .right {
    margin: 0px 0 20px 0px;
  }
}
@media screen and (max-width: 450px) {
  #about_page .content #top {
    background-position: 25% bottom;
  }

  #page404 .content {
    background-position: center 60px;
  }
  #page404 .content .text {
    padding-top: 95px;
    height: 400px;
    padding-right: 16px;
  }
  #page404 .content .img404 {
    font-size: 100px;
    line-height: 90px;
    height: 90px;
    margin-bottom: 5px;
    letter-spacing: 5px;
  }
  #page404 .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 10px;
    max-width: 180px;
  }
}
@media screen and (max-width: 370px) {
  #top .text {
    padding-right: 0%;
  }
}
/* end projects styles */
/* start contacts styles */
.text.contacts {
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.text.contacts:after {
  display: inline-block;
  content: '';
  width: 95%;
  height: 0px;
  line-height: 0;
}
.text.contacts a {
  color: #000000;
}
.text.contacts a:hover {
  color: #1774ff;
}

.cont {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  /*background: no-repeat left 4px;*/
  background: no-repeat left center;
}
.cont.tel {
  background-image: url(images/icon_tel_blue.png);
}
.cont.fax {
  background-image: url(images/icon_fax_blue.png);
}
.cont.address {
  background-image: url(images/icon_address_blue.png);
}
.cont.email {
  background-image: url(images/icon_email_blue.png);
}
.cont.from_center {
  background-image: url(images/icon_car_blue1.png);
}
.cont.from_area {
  background-image: url(images/icon_car_blue2.png);
}
.cont.afoot {
  background-image: url(images/icon_afoot_blue.png);
}

#map {
  float: left;
  width: 62.7%;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  height: 590px;
}

.cont_links {
  width: 62.7%;
  float: left;
  text-align: justify;
  font-weight: 600;
  letter-spacing: 1px;
}
.cont_links:after {
  display: inline-block;
  content: '';
  width: 95%;
  height: 0px;
  line-height: 0;
}
.cont_links h4 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cont_links a {
  color: #000000;
}
.cont_links a:hover {
  color: #3c8aff;
}
.cont_links .cont {
  padding-left: 55px;
}

.right_block {
  margin-left: 65.3%;
  background: #33383c url(images/right_block_bg.jpg) no-repeat center/cover;
  min-height: 648px;
  box-sizing: border-box;
  color: #fff;
  padding: 95px 45px 32px 55px;
  cursor: default;
}
.right_block h2, .right_block h3, .right_block h4, .right_block h5, .right_block h6 {
  color: #fff;
}
.right_block .form_block form {
  margin-right: -15px;
}
.right_block .form_block input {
  margin-bottom: 28px;
  width: calc(100% - 20px);
}
.right_block .form_block .email {
  width: calc(100% - 20px);
}
.right_block .form_block textarea {
  margin-bottom: 28px;
}
.right_block .form_block .check {
  width: auto;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  padding-left: 25px;
  padding-top: 3px;
  margin-bottom: 28px;
}
.right_block .how_to_get h5 {
  font-weight: 400;
  padding: 10px 0 0 45px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.right_block .how_to_get h5.ui-state-active {
  color: #3c8aff;
}
.right_block .how_to_get h5:before, .right_block .how_to_get h5:after {
  content: "";
  position: absolute;
  left: 0;
}
.right_block .how_to_get h5:before {
  height: 25px;
  width: 1px;
  background: #3c8aff;
  top: 2px;
}
.right_block .how_to_get h5:after {
  height: 1px;
  width: 22px;
  background: #3c8aff;
  top: 26px;
}
.right_block .how_to_get .accordion > div {
  padding: 0 0 30px 45px;
}

@media screen and (max-width: 1300px) {
  .cont_links .cont {
    padding-left: 40px;
    width: 21%;
    background-position: left center;
    box-sizing: border-box;
    text-align: left;
    line-height: 15px;
  }

  .right_block {
    padding: 75px 35px 32px 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cont {
    padding-left: 30px;
    width: 48%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
  }

  .cont_links {
    width: auto;
    clear: left;
    margin-bottom: -30px;
  }
  .cont_links h4 {
    display: block;
    margin-bottom: 20px;
  }
  .cont_links .cont {
    width: 30%;
    min-width: 160px;
    margin-bottom: 20px;
  }

  #map {
    width: 48%;
  }

  .right_block {
    margin-left: 52%;
    min-height: 648px;
    padding: 75px 35px 32px 35px;
  }
  .right_block .how_to_get h5 {
    font-weight: 400;
    padding: 10px 0 0 15px;
    position: relative;
    margin-bottom: 30px;
  }
  .right_block .how_to_get h5:before {
    display: none;
  }
  .right_block .how_to_get h5:after {
    height: 5px;
    width: 5px;
    top: 17px;
  }
  .right_block .how_to_get .accordion > div {
    padding: 0 0 30px 15px;
  }
}
@media screen and (max-width: 800px) {
  .cont {
    width: 96%;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .cont_links {
    display: none;
  }

  #map {
    height: 648px;
  }
}
@media screen and (max-width: 700px) {
  #map {
    width: 100%;
    height: 320px;
    float: none;
  }

  .right_block {
    margin-left: 0;
    min-height: inherit;
    padding: 55px 25px 32px 25px;
  }
}
@media screen and (max-width: 450px) {
  .right_block .form_block input {
    width: calc(100% - 20px);
  }
}
/* end contacts styles */
/* start ModalWindow styles */
.gUniFormModalWindow, .gUniFormSuccess {
  background: rgba(255, 255, 255, 0.65);
}

.gUniFormModalWindowContainer, .gUniFormSuccessContainer {
  box-shadow: 0 0 0 transparent;
  background: #33383c url(images/popup_bg.jpg) no-repeat center bottom/cover;
  border-radius: 0px;
  padding: 24px;
  width: 536px;
  color: #fff;
  padding: 100px 50px 45px 60px;
  box-sizing: border-box;
  line-height: 30px;
  border: 0;
  height: auto;
}
.gUniFormModalWindowContainer p, .gUniFormSuccessContainer p {
  margin-bottom: 40px;
}

.gUniFormModalWindowContainer label{
  position: relative;
  padding-left: 34px;
}

.gUniFormSuccessContainer {
  margin-top: -194px;
}

.gUniFormSuccessText {
  line-height: 30px;
  text-align: left;
  padding: 0 0 50px;
}
.gUniFormSuccessText p {
  margin-bottom: 10px;
}

.gUniFormSuccessBg {
  background: none;
  border-radius: 0;
}

.gUniFormModalWindowExit, .gUniFormSuccessExit {
  background: url(images/close.png) no-repeat center;
  right: 21px;
  top: 21px;
  height: 25px;
  width: 25px;
  border: 2px solid #3c8aff;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gUniFormModalWindowExit:hover, .gUniFormSuccessExit:hover {
  background-position: center;
  transform: rotate(90deg);
}

.gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 30px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 28px;
  line-height: 45px;
  text-align: left;
  padding: 0;
}
.uFormHeading div{
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
}

.uFormLine {
  margin-bottom: 30px;
}
.uFormLine:nth-child(1), .uFormLine:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.uFormLine:nth-child(1) {
  margin-right: 15px;
}
.uFormLine input[type="text"], .uFormLine textarea {
  margin-right: 0;
  width: 100%;
  padding: 5px 16px;
  margin-bottom: 0;
}
.uFormLine input[type="text"]:focus, .uFormLine input[type="text"]:hover, .uFormLine textarea:focus, .uFormLine textarea:hover {
  background: transparent;
  border-color: #fff;
}

.personalInfo {
  margin-bottom: 40px;
}
.personalInfo label {
  font-size: 14px;
  padding-top: 4px;
}

@media screen and (max-width: 1400px) {
  .gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
    font-size: 22px;
    line-height: 45px;
  }
}
@media screen and (max-width: 800px) {
  .gUniFormModalWindowContainer, .gUniFormSuccessContainer {
    width: 500px;
    padding: 70px 40px 35px 40px;
  }

  .gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
    font-size: 20px;
    line-height: 45px;
  }
}
@media screen and (max-width: 650px) {
  .gUniFormModalWindowContainer, .gUniFormSuccessContainer {
    width: 400px;
    padding: 50px 30px 30px 30px;
    line-height: 20px;
  }

  .gUniFormSuccessContainer {
    width: 300px;
  }

  .gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
    font-size: 16px;
    line-height: 45px;
  }

  .uFormLine {
    margin-bottom: 30px;
  }
  .uFormLine:nth-child(1), .uFormLine:nth-child(2) {
    width: 100%;
  }
  .uFormLine:nth-child(1) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 450px) {
  .gUniFormModalWindowContainer, .gUniFormSuccessContainer {
    width: 300px;
    padding: 40px 20px 30px 20px;
  }
}
/* end ModalWindow styles */
/* start animate styles */
/*@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slider_menu_item_after {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}
@keyframes slider_menu_item_after {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}*/
.main_section.animated * {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#main_slide.main_section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
 /* background: #222222;*/
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transition-delay: .5s;
  transition-delay: 0.5s;
}

#main_slide.main_section.animated:after {
  /*opacity: 0;*/
  opacity: 1;
}

#index #header nav {
  /*opacity: 0;*/
  opacity: 1;
}

#index #header.animated nav {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*-webkit-animation-name: fadeIn;
  animation-name: fadeIn;*/
}

#main_slide.main_section h1 {
 /* opacity: 0;*/
  opacity: 1;
}

#main_slide.main_section.animated h1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  /*-webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;*/
}

#main_slide.main_section .button {
  /* opacity: 0;*/
  opacity: 1;
}

#main_slide.main_section.animated .button {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  /*-webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;*/
}

#main_slide.main_section h4 {
  /* opacity: 0;*/
  opacity: 1;
}

#main_slide.main_section.animated h4 {
  /*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#main_slide.main_section .activity .item {
  /* opacity: 0;*/
  opacity: 1;
}

#main_slide.main_section.animated .activity .item {
  /*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}

#main_slide.main_section.animated .activity .item:nth-child(1) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#main_slide.main_section.animated .activity .item:nth-child(2) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

#main_slide.main_section.animated .activity .item:nth-child(3) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

#main_slide.main_section.animated .activity .item:nth-child(4) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

#main_slide.main_section.animated .activity .item:nth-child(5) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

#main_slide.main_section.animated .activity .item:nth-child(6) {
  -webkit-animation-delay: 4.0s;
  animation-delay: 4.0s;
}

#advantages.main_section .advantages .adv_item .num, #advantages.main_section .advantages .adv_item .h3, #advantages.main_section .advantages .adv_item p {
 /* opacity: 0;*/
  opacity: 1;
}

#advantages.main_section .advantages .adv_item:nth-child(1) .num {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(2) .num {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(3) .num {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#advantages.main_section .advantages .adv_item:nth-child(4) .num {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#advantages.main_section .advantages .adv_item:nth-child(5) .num {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#advantages.main_section .advantages .adv_item:nth-child(6) .num {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(7) .num {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(8) .num {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#advantages.main_section .advantages .adv_item:nth-child(1) .h3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(2) .h3 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(3) .h3 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#advantages.main_section .advantages .adv_item:nth-child(4) .h3 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#advantages.main_section .advantages .adv_item:nth-child(5) .h3 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

#advantages.main_section .advantages .adv_item:nth-child(6) .h3 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(7) .h3 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(8) .h3 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

#advantages.main_section .advantages .adv_item:nth-child(1) p {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(2) p {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(3) p {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

#advantages.main_section .advantages .adv_item:nth-child(4) p {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

#advantages.main_section .advantages .adv_item:nth-child(5) p {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

#advantages.main_section .advantages .adv_item:nth-child(6) p {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

#advantages.main_section .advantages .adv_item:nth-child(7) p {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

#advantages.main_section .advantages .adv_item:nth-child(8) p {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

#advantages.main_section.animated .advantages .adv_item .num, #advantages.main_section.animated .advantages .adv_item .h3, #advantages.main_section.animated .advantages .adv_item p {
  /*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}

#production.main_section .prod_item .img img {
  opacity: 1;
  /*top: 148px;*/
  /*transform: scale(0);*/
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#production.main_section .prod_item:nth-child(1) .img img {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#production.main_section .prod_item:nth-child(2) .img img {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#production.main_section .prod_item:nth-child(3) .img img {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#production.main_section .prod_item:nth-child(4) .img img {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

#production.main_section .prod_item:nth-child(5) .img img {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

#production.main_section .prod_item:nth-child(6) .img img {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#production.main_section .prod_item:nth-child(7) .img img {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

#production.main_section .prod_item:nth-child(8) .img img {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

#production.main_section .prod_item:nth-child(9) .img img {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

#production.main_section .prod_item:nth-child(10) .img img {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

#production.main_section.animated .prod_item .img img {
  opacity: 1;
  top: 0px;
  transform: scale(1);
}

#production.main_section .prod_item h4 {
  /*opacity: 0;*/
  opacity: 1;
}

#production.main_section .prod_item:nth-child(1) h4 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#production.main_section .prod_item:nth-child(2) h4 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#production.main_section .prod_item:nth-child(3) h4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#production.main_section .prod_item:nth-child(4) h4 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#production.main_section .prod_item:nth-child(5) h4 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#production.main_section .prod_item:nth-child(6) h4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#production.main_section .prod_item:nth-child(7) h4 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#production.main_section .prod_item:nth-child(8) h4 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#production.main_section .prod_item:nth-child(9) h4 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#production.main_section .prod_item:nth-child(10) h4 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

#production.main_section.animated .prod_item h4 {
  /*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}

#production.main_section .prod_item .more {
  /*opacity: 0;*/
  opacity: 1;
  display: inline-block;
}

#production.main_section .prod_item:nth-child(1) .more {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#production.main_section .prod_item:nth-child(2) .more {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#production.main_section .prod_item:nth-child(3) .more {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#production.main_section .prod_item:nth-child(4) .more {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#production.main_section .prod_item:nth-child(5) .more {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

#production.main_section .prod_item:nth-child(6) .more {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#production.main_section .prod_item:nth-child(7) .more {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

#production.main_section .prod_item:nth-child(8) .more {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

#production.main_section .prod_item:nth-child(9) .more {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

#production.main_section .prod_item:nth-child(10) .more {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

#production.main_section.animated .prod_item .more {
 /* -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}

.slider_menu {
  opacity: 0;
}

.animated .slider_menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slider_more .text {
  /*opacity: 0;*/
  opacity: 1;
}

.animated .slider_more .text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@media screen and (min-width: 600px) {
  .slider_more .slick-arrow, .slider_more .slick-dots {
    /*left: 200%;*/
    left: 44.6%;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .animated .slider_more .slick-arrow, .animated .slider_more .slick-dots {
    left: 44.6%;
  }
}
@media screen and (max-width: 1400px) {
  .animated .slider_more .slick-arrow, .animated .slider_more .slick-dots {
    left: 61.2%;
  }
}
@media screen and (max-width: 800px) {
  .animated .slider_more .slick-arrow, .animated .slider_more .slick-dots {
    left: 52%;
  }
}
@media screen and (max-width: 600px) {
  .animated .slider_more .slick-arrow, .animated .slider_more .slick-dots {
    left: 0%;
  }
  
  .slider_more.promotions_more .slick-arrow, .slider_more.promotions_more .slick-dots {
    left: 50%;
    margin-left: -75px;
  }
  .animated .slider_more.promotions_more .slick-arrow, .animated .slider_more.promotions_more .slick-dots {
    margin-left: -75px;
  }
  .slider_more.promotions_more .slick-arrow {
    margin-left: -110px;
  }
  .slider_more.promotions_more .slick-arrow.slick-next {
    margin-left: 50px;
  }
  .animated .slider_more.promotions_more .slick-arrow {
    left: 50%;
    margin-left: -110px;
  }
  .animated .slider_more.promotions_more .slick-arrow.slick-next {
    margin-left: 80px;
  }
}
.slider_menu .slider_menu_item.slick-current:after {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated .slider_menu .slider_menu_item.slick-current:after {
  -webkit-animation-name: slider_menu_item_after;
  animation-name: slider_menu_item_after;
}

#main_form.main_section p {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#main_form.main_section.animated p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#main_form.main_section .tel {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#main_form.main_section.animated .tel {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#main_form.main_section .button_block {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#main_form.main_section.animated .button_block {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#services.main_section .preview_bl h3, #services.main_section .preview_bl p, #services.main_section .preview_bl .more {
  /*opacity: 0;*/
  opacity: 1;
}

#services.main_section .preview_bl:nth-child(1) h3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#services.main_section .preview_bl:nth-child(2) h3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#services.main_section .preview_bl:nth-child(3) h3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#services.main_section .preview_bl:nth-child(4) h3 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#services.main_section .preview_bl:nth-child(5) h3 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#services.main_section .preview_bl:nth-child(6) h3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#services.main_section .preview_bl:nth-child(1) p {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#services.main_section .preview_bl:nth-child(2) p {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#services.main_section .preview_bl:nth-child(3) p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#services.main_section .preview_bl:nth-child(4) p {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#services.main_section .preview_bl:nth-child(5) p {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#services.main_section .preview_bl:nth-child(6) p {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#services.main_section .preview_bl:nth-child(1) .more {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#services.main_section .preview_bl:nth-child(2) .more {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#services.main_section .preview_bl:nth-child(3) .more {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#services.main_section .preview_bl:nth-child(4) .more {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

#services.main_section .preview_bl:nth-child(5) .more {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#services.main_section .preview_bl:nth-child(6) .more {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

#services.main_section.animated .preview_bl h3, #services.main_section.animated .preview_bl p, #services.main_section.animated .preview_bl .more {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#about.main_section .bottom:before {
  width: 0px;
  right: calc(100% + 2028px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#about.main_section.animated .bottom:before {
  width: 2000px;
  right: calc(100% + 28px);
}

@media screen and (max-width: 1600px) {
  #about.main_section.animated .bottom:before {
    right: calc(100% + 25px);
  }
}
#about.main_section .bottom .yellow, #about.main_section .bottom .white {
  opacity: 0;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#about.main_section.animated .bottom .yellow {
  opacity: 1;
}

#about.main_section.animated .bottom .white {
  opacity: 0.47;
}

#about.main_section .text:before {
  left: -1500px;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#about.main_section.animated .text:before {
  left: -136px;
}

#about.main_section .text h2 {
  /*opacity: 0;*/
  opacity: 1;
}

#about.main_section.animated .text h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#about.main_section .bottom:after {
  /*width: 0%;
  right: 66%;*/
  width: 66%;
  right: 0;
  -webkit-transition: all .5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

#about.main_section.animated .bottom:after {
  width: 66%;
  right: 0;
}

@media screen and (max-width: 1350px) {
  #about.main_section .bottom:after {
    width: 0%;
    right: 55%;
  }

  #about.main_section.animated .bottom:after {
    width: 55%;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #about.main_section .bottom:after {
    width: 0%;
    right: calc(100% - 260px);
  }

  #about.main_section.animated .bottom:after {
    width: calc(100% - 260px);
    right: 0;
  }
}
#about.main_section .facts:before {
  /*height: 0px;*/
  height: 514px;
  /*top: 528px;*/
  top: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#about.main_section.animated .facts:before {
  height: 514px;
  top: 14px;
}

@media screen and (max-width: 1600px) {
  #about.main_section .facts:before {
    height: 0px;
    top: 483px;
  }

  #about.main_section.animated .facts:before {
    height: 483px;
    top: 14px;
  }
}
#about.main_section .facts li:before {
  /*width: 0;*/
  width: 55px;
  -webkit-transition: all .5s;
  transition: all 0.5s;
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}

#about.main_section.animated .facts li:before {
  width: 55px;
}

#about.main_section .text p {
  /*opacity: 0;*/
  opacity: 1;
}

#about.main_section.animated .text p {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#about.main_section .text .button {
  /*opacity: 0;*/
  opacity: 1;
}

#about.main_section.animated .text .button {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#about.main_section .facts li .diagram {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#about.main_section.animated .facts li .diagram {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#about.main_section .facts li p {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

#about.main_section.animated .facts li p {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#about.main_section .facts li .diagram .diagram_col {
  height: 30px;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

/*#about.main_section.animated .facts li:nth-child(1) .diagram .diagram_col*/
#about.main_section .facts li:nth-child(1) .diagram .diagram_col {
  height: 104px;
}

/*#about.main_section.animated .facts li:nth-child(2) .diagram .diagram_col*/
#about.main_section .facts li:nth-child(2) .diagram .diagram_col {
  height: 84px;
}

/*#about.main_section.animated .facts li:nth-child(3) .diagram .diagram_col*/
#about.main_section .facts li:nth-child(3) .diagram .diagram_col {
  height: 116px;
}

.content.main_section .text {
  /*opacity: 0;*/
  opacity: 1;
}

.content.main_section.animated .text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.content.main_section .image {
  opacity: 0;
}

.content.main_section.animated .image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* end animate styles */

/*# sourceMappingURL=template_styles.css.map */
