@font-face {
  font-family: 'DINPro_regular';
  src: url("../fonts/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro_medium';
  src: url("../fonts/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro_bold';
  src: url("../fonts/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* line 2, ../sass/_reset.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 16, ../sass/_reset.scss */
*:focus {
  outline: none;
}

/* line 19, ../sass/_reset.scss */
a {
  text-decoration: none;
  line-height: normal;
  color: #414141;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

/* line 29, ../sass/_reset.scss */
a:hover {
  color: #255696;
}

/* line 32, ../sass/_reset.scss */
body {
  width: 100%;
  font-family: 'DINPro_regular';
  font-size: 16px;
  margin: 0 auto;
  color: #414141;
}

/* line 39, ../sass/_reset.scss */
.container {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 39, ../sass/_reset.scss */
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  /* line 39, ../sass/_reset.scss */
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 50, ../sass/_reset.scss */
input {
  border-radius: 0;
  -webkit-appearance: none;
}

/* line 54, ../sass/_reset.scss */
input[type="text"]:invalid,
textarea:invalid {
  box-shadow: none;
}

/* line 58, ../sass/_reset.scss */
header *,
footer * {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*
    f041 - map marker
    f10b - mobile
    f095 - phone
    f0e0 - envelope
    f232 - whatsapp
    f16d - insta
    f09a - facebook
    f104 - angle left
    f105 - angle right
    f099 - twitter
    f189 - vk
*/
/* line 77, ../sass/_reset.scss */
.map-marker:before {
  content: '\f041';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 82, ../sass/_reset.scss */
.envelope:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 87, ../sass/_reset.scss */
.phone:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 92, ../sass/_reset.scss */
.mobile:before {
  content: '\f10b';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 97, ../sass/_reset.scss */
.insta:before {
  content: '\f16d';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 102, ../sass/_reset.scss */
.facebook:before {
  content: '\f09a';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 107, ../sass/_reset.scss */
.vk:before {
  content: '\f189';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 112, ../sass/_reset.scss */
.twitter:before {
  content: '\f099';
  font-family: 'FontAwesome';
  font-style: normal;
}

/* line 117, ../sass/_reset.scss */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/* line 127, ../sass/_reset.scss */
.modal .form {
  display: block;
  width: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 700px) {
  /* line 137, ../sass/_reset.scss */
  .modal .form {
    width: 90%;
  }
}
/* line 141, ../sass/_reset.scss */
.modal .form input[type="text"] {
  font-family: 'DINPro_regular';
  font-size: 30px;
  color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  padding-right: 80px;
  margin-bottom: 15px;
  border: none;
  background: transparent;
}
/* line 153, ../sass/_reset.scss */
.modal .form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
/* line 156, ../sass/_reset.scss */
.modal .form input[type="text"]::-moz-placeholder {
  color: #fff;
}
/* line 159, ../sass/_reset.scss */
.modal .form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
/* line 162, ../sass/_reset.scss */
.modal .form input[type="text"]:-moz-placeholder {
  color: #fff;
}

/* line 166, ../sass/_reset.scss */
.modal .form .search__btn {
  position: absolute;
  top: 15px;
  right: 50px;
}
/* line 170, ../sass/_reset.scss */
.modal .form .search__btn:before {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 24px;
  font-style: normal;
  color: #fff;
  transition: 300ms;
}
/* line 179, ../sass/_reset.scss */
.modal .form .search__btn:hover:before {
  color: #255696;
}

/* line 184, ../sass/_reset.scss */
.modal .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 10px;
}

/* line 192, ../sass/_reset.scss */
.modal .close:after,
.modal .close:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
  transition: 300ms;
}

/* line 206, ../sass/_reset.scss */
.modal .close:after {
  transform: rotate(45deg);
}

/* line 209, ../sass/_reset.scss */
.modal .close:before {
  transform: rotate(-45deg);
}

/* line 213, ../sass/_reset.scss */
.modal .close:hover:before, .modal .close:hover:after {
  background: #255696;
}

/* line 218, ../sass/_reset.scss */
h1, h2 {
  font-family: 'DINPro_bold';
  font-size: 36px;
  color: #b2b1b1;
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* line 227, ../sass/_reset.scss */
h2 {
  font-size: 34px;
}

/* line 1, ../sass/_main.scss */
header {
  background: #ebf8fe;
}
/* line 3, ../sass/_main.scss */
header .header_top {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #c6c6c6;
}
/* line 8, ../sass/_main.scss */
header .phones {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* line 13, ../sass/_main.scss */
header .phones .phone_btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 2px solid #255696;
  position: relative;
}
/* line 20, ../sass/_main.scss */
header .phones .phone_btn:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #0098da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 31, ../sass/_main.scss */
header .phones .phone_block {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
/* line 35, ../sass/_main.scss */
header .phones .phone_block a {
  color: #414141;
  display: block;
}
/* line 38, ../sass/_main.scss */
header .phones .phone_block a:hover {
  text-decoration: underline;
}
/* line 44, ../sass/_main.scss */
header .logo {
  margin: 0 auto;
  display: table;
}
/* line 48, ../sass/_main.scss */
header .lang {
  position: absolute;
  top: 39px;
  right: 180px;
  padding-right: 11px;
  max-height: 20px;
  overflow: hidden;
  transition: 300ms;
}
/* line 56, ../sass/_main.scss */
header .lang li {
  font-family: 'DINPro_bold';
  display: block;
}
/* line 60, ../sass/_main.scss */
header .lang:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: 0;
}
/* line 68, ../sass/_main.scss */
header .lang:hover {
  max-height: 150px;
}
/* line 72, ../sass/_main.scss */
header .search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
/* line 77, ../sass/_main.scss */
header .search p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 82, ../sass/_main.scss */
header .search .search_btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 2px solid #255696;
  position: relative;
}
/* line 89, ../sass/_main.scss */
header .search .search_btn:before {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #0098da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 102, ../sass/_main.scss */
header .menu .nav {
  display: table;
  margin: 0 auto;
}
/* line 105, ../sass/_main.scss */
header .menu .nav > li {
  padding: 20px 22px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
/* line 110, ../sass/_main.scss */
header .menu .nav > li a {
  color: #414141;
  position: relative;
}
/* line 114, ../sass/_main.scss */
header .menu .nav > li:after {
  content: '';
  width: 60%;
  height: 2px;
  background: #eae8e8;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: rotate(-30deg) translate(0, -50%);
  opacity: 0;
  transition: 300ms;
  cursor: pointer;
}
/* line 129, ../sass/_main.scss */
header .menu .nav > li:hover > a, header .menu .nav > li.active > a {
  color: #ababab;
}
/* line 131, ../sass/_main.scss */
header .menu .nav > li:hover > a:before, header .menu .nav > li.active > a:before {
  color: #ababab !important;
}
/* line 135, ../sass/_main.scss */
header .menu .nav > li:hover:after, header .menu .nav > li.active:after {
  opacity: 1;
}
/* line 140, ../sass/_main.scss */
header .menu .nav > li.submenu--nav > a {
  padding-right: 10px;
}
/* line 142, ../sass/_main.scss */
header .menu .nav > li.submenu--nav > a:before {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #414141;
  position: absolute;
  right: -4px;
  top: 0;
}
/* line 154, ../sass/_main.scss */
header .menu .nav .submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 22px;
  box-shadow: 0 0 25px -7px #333;
  min-width: 120%;
  padding: 20px;
  background: #fff;
  border-bottom: 2px solid #0098da;
  z-index: 1;
}
/* line 165, ../sass/_main.scss */
header .menu .nav .submenu li {
  text-transform: none;
  padding: 5px 0;
}
/* line 169, ../sass/_main.scss */
header .menu .nav .submenu li.active a {
  padding-left: 15px;
  color: #255696;
}
/* line 172, ../sass/_main.scss */
header .menu .nav .submenu li.active a:before {
  opacity: 1;
}
/* line 178, ../sass/_main.scss */
header .menu .nav .submenu a {
  white-space: nowrap;
}
/* line 180, ../sass/_main.scss */
header .menu .nav .submenu a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #255696;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  transition: 300ms;
}
/* line 191, ../sass/_main.scss */
header .menu .nav .submenu a:hover {
  padding-left: 15px;
  color: #255696;
}
/* line 194, ../sass/_main.scss */
header .menu .nav .submenu a:hover:before {
  opacity: 1;
}

/* line 203, ../sass/_main.scss */
footer {
  background: #255696;
}
/* line 205, ../sass/_main.scss */
footer h6 {
  font-family: 'DINPro_bold';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 25px;
}
/* line 213, ../sass/_main.scss */
footer .footer_top {
  padding-bottom: 50px;
  border-bottom: 1px solid #a8bbd5;
  font-size: 0;
}
/* line 217, ../sass/_main.scss */
footer .footer_top .footer_service,
footer .footer_top .footer_cat,
footer .footer_top .footer_nav,
footer .footer_top .footer_contacts {
  width: 26%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  font-size: 16px;
}
/* line 227, ../sass/_main.scss */
footer .footer_top .footer_service {
  padding-left: 0;
  width: 30%;
}
/* line 231, ../sass/_main.scss */
footer .footer_top .footer_contacts {
  width: 18%;
  padding-left: 0;
}
/* line 236, ../sass/_main.scss */
footer .footer_top ul li {
  margin: 8px 0;
}
/* line 238, ../sass/_main.scss */
footer .footer_top ul li a {
  color: #fff;
}
/* line 240, ../sass/_main.scss */
footer .footer_top ul li a:hover {
  text-decoration: underline;
}
/* line 245, ../sass/_main.scss */
footer .footer_top ul li.active a {
  text-decoration: underline;
}
/* line 252, ../sass/_main.scss */
footer .footer_bottom {
  font-size: 0;
}
/* line 254, ../sass/_main.scss */
footer .footer_bottom p {
  color: #fff;
  padding: 25px 0;
}
/* line 258, ../sass/_main.scss */
footer .footer_bottom .copyright,
footer .footer_bottom .artmedia {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
/* line 265, ../sass/_main.scss */
footer .footer_bottom .artmedia {
  width: 40%;
  text-align: right;
}
/* line 268, ../sass/_main.scss */
footer .footer_bottom .artmedia * {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

/* line 1, ../sass/_body.scss */
.main_slider {
  margin-bottom: 0 !important;
}
/* line 4, ../sass/_body.scss */
.main_slider .img_block:before {
  content: '';
  width: 100%;
  height: calc(100% - 5px);
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 13, ../sass/_body.scss */
.main_slider .img_block img {
  width: 100%;
}
/* line 17, ../sass/_body.scss */
.main_slider .slider_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}
/* line 24, ../sass/_body.scss */
.main_slider .slider_text p {
  font-family: 'DINPro_bold';
  font-size: 45px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
/* line 32, ../sass/_body.scss */
.main_slider .slick-prev,
.main_slider .slick-next {
  left: auto;
  right: 100px;
  top: auto;
  bottom: 5px;
  transform: translate(0, 0);
  width: 100px;
  height: 100px;
  background: white;
  transition: 300ms;
  z-index: 1;
}
/* line 44, ../sass/_body.scss */
.main_slider .slick-prev:before,
.main_slider .slick-next:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 26px;
  position: absolute;
  color: #414141;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 55, ../sass/_body.scss */
.main_slider .slick-prev:hover,
.main_slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* line 57, ../sass/_body.scss */
.main_slider .slick-prev:hover:before,
.main_slider .slick-next:hover:before {
  color: #0098da;
}
/* line 62, ../sass/_body.scss */
.main_slider .slick-next {
  right: 0;
}
/* line 64, ../sass/_body.scss */
.main_slider .slick-next:before {
  content: '\f105';
}
/* line 68, ../sass/_body.scss */
.main_slider .slick-dots {
  top: 50%;
  bottom: auto;
  left: 80%;
  transform: translate(-50%, -50%);
  width: auto;
}
/* line 74, ../sass/_body.scss */
.main_slider .slick-dots li {
  display: block;
}
/* line 76, ../sass/_body.scss */
.main_slider .slick-dots li button {
  width: 15px;
  height: 15px;
  opacity: 1;
  position: relative;
  transition: 300ms;
}
/* line 82, ../sass/_body.scss */
.main_slider .slick-dots li button:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 300ms;
}
/* line 97, ../sass/_body.scss */
.main_slider .slick-dots li.slick-active button, .main_slider .slick-dots li:hover button {
  border: 2px solid #fff;
}
/* line 99, ../sass/_body.scss */
.main_slider .slick-dots li.slick-active button:before, .main_slider .slick-dots li:hover button:before {
  display: none;
}

/* line 107, ../sass/_body.scss */
.cat {
  font-size: 0;
  padding: 0 15px;
}
/* line 110, ../sass/_body.scss */
.cat .cat_block {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 15px;
  border-right: 1px solid #000;
}
/* line 119, ../sass/_body.scss */
.cat .cat_block.third .cat_list:first-child {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 125, ../sass/_body.scss */
.cat .cat_block:last-child {
  border-right: none;
}
/* line 128, ../sass/_body.scss */
.cat .cat_block a {
  display: block;
}
/* line 132, ../sass/_body.scss */
.cat .cat_block a:hover .cat_text:before {
  height: 30%;
}
/* line 136, ../sass/_body.scss */
.cat .cat_block a:hover .long_arrow {
  display: none;
}
/* line 141, ../sass/_body.scss */
.cat .cat_block .cat_list {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
/* line 145, ../sass/_body.scss */
.cat .cat_block .cat_list:last-child {
  margin-bottom: 0;
}
/* line 148, ../sass/_body.scss */
.cat .cat_block .cat_list a {
  display: block;
  height: 100%;
}
/* line 151, ../sass/_body.scss */
.cat .cat_block .cat_list a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* line 158, ../sass/_body.scss */
.cat .cat_block .cat_list.small {
  height: 295px;
}
/* line 161, ../sass/_body.scss */
.cat .cat_block .cat_list.medium {
  height: 452px;
}
/* line 164, ../sass/_body.scss */
.cat .cat_block .cat_list.large {
  height: 610px;
}
/* line 169, ../sass/_body.scss */
.cat .cat_block .cat_text:before {
  content: '';
  width: 90%;
  height: 90%;
  background: rgba(32, 126, 167, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 180, ../sass/_body.scss */
.cat .cat_block .cat_text p {
  font-family: 'DINPro_medium';
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  margin: 0;
}
/* line 194, ../sass/_body.scss */
.cat .cat_block .cat_text .long_arrow {
  position: absolute;
  right: 7%;
  bottom: 7%;
  border: 1px solid #fff;
  padding: 5px;
}

/* line 204, ../sass/_body.scss */
.about {
  position: relative;
  padding-bottom: 210px;
}
/* line 207, ../sass/_body.scss */
.about .about_block {
  width: 50%;
  padding-right: 60px;
}
/* line 211, ../sass/_body.scss */
.about .about_slider {
  width: 50%;
  position: absolute;
  top: 30px;
  right: 0;
}
/* line 216, ../sass/_body.scss */
.about .about_slider .slick-prev,
.about .about_slider .slick-next {
  left: auto;
  right: 100px;
  top: auto;
  bottom: 4px;
  transform: translate(0, 0);
  width: 100px;
  height: 100px;
  background: white;
  transition: 300ms;
  z-index: 1;
}
/* line 228, ../sass/_body.scss */
.about .about_slider .slick-prev:before,
.about .about_slider .slick-next:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 26px;
  position: absolute;
  color: #414141;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 239, ../sass/_body.scss */
.about .about_slider .slick-prev:hover,
.about .about_slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* line 241, ../sass/_body.scss */
.about .about_slider .slick-prev:hover:before,
.about .about_slider .slick-next:hover:before {
  color: #0098da;
}
/* line 246, ../sass/_body.scss */
.about .about_slider .slick-next {
  right: 0;
}
/* line 248, ../sass/_body.scss */
.about .about_slider .slick-next:before {
  content: '\f105';
}
/* line 252, ../sass/_body.scss */
.about .about_slider .borderImg {
  position: absolute;
  left: -50px;
  bottom: -50px;
  border: 10px solid #fff;
}

/* line 260, ../sass/_body.scss */
.advantage {
  padding-bottom: 50px;
}
/* line 262, ../sass/_body.scss */
.advantage .fl-l {
  width: 50%;
  float: left;
}
/* line 266, ../sass/_body.scss */
.advantage .advantage_list {
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 50%;
  display: table;
}
/* line 272, ../sass/_body.scss */
.advantage .advantage_list li {
  width: 50%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
}
/* line 280, ../sass/_body.scss */
.advantage .advantage_list li .adv_list_bg {
  width: 100%;
}
/* line 283, ../sass/_body.scss */
.advantage .advantage_list li p {
  font-family: 'DINPro_bold';
  margin: 0;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 54%;
  transform: translate(-50%, 0);
  display: table;
}
/* line 292, ../sass/_body.scss */
.advantage .advantage_list li p.big {
  left: 57%;
}
/* line 296, ../sass/_body.scss */
.advantage .advantage_list li .icon {
  position: absolute;
  left: 75px;
  bottom: 60px;
}

/* line 304, ../sass/_body.scss */
.comments {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
/* line 309, ../sass/_body.scss */
.comments .comments_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 319, ../sass/_body.scss */
.comments .comments_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 327, ../sass/_body.scss */
.comments .container {
  position: relative;
  z-index: 2;
}
/* line 332, ../sass/_body.scss */
.comments .topic h5 {
  opacity: 0.15;
  margin-top: 0;
}
/* line 336, ../sass/_body.scss */
.comments .topic h2 {
  color: #fff;
  z-index: 1;
}
/* line 339, ../sass/_body.scss */
.comments .topic h2 a {
  color: #fff;
}
/* line 341, ../sass/_body.scss */
.comments .topic h2 a:hover {
  color: #255696;
}
/* line 348, ../sass/_body.scss */
.comments .comments_slider p {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 140px;
  padding-bottom: 30px;
}
/* line 354, ../sass/_body.scss */
.comments .comments_slider p:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 365, ../sass/_body.scss */
.comments .comments_slider h5 {
  font-family: 'DINPro_regular';
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 374, ../sass/_body.scss */
.comments .comments_slider .slick-prev,
.comments .comments_slider .slick-next {
  width: 50px;
  height: 50px;
  top: 40%;
  left: 0;
  background: white;
  transition: 300ms;
  z-index: 1;
}
/* line 383, ../sass/_body.scss */
.comments .comments_slider .slick-prev:before,
.comments .comments_slider .slick-next:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 26px;
  position: absolute;
  color: #414141;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 394, ../sass/_body.scss */
.comments .comments_slider .slick-prev:hover,
.comments .comments_slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* line 396, ../sass/_body.scss */
.comments .comments_slider .slick-prev:hover:before,
.comments .comments_slider .slick-next:hover:before {
  color: #0098da;
}
/* line 401, ../sass/_body.scss */
.comments .comments_slider .slick-next {
  left: auto;
  right: 0;
}
/* line 404, ../sass/_body.scss */
.comments .comments_slider .slick-next:before {
  content: '\f105';
}

/* line 410, ../sass/_body.scss */
.news {
  padding-bottom: 70px;
}
/* line 412, ../sass/_body.scss */
.news .news_block {
  font-size: 0;
  margin: 0 -15px;
}
/* line 415, ../sass/_body.scss */
.news .news_block .news_list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  font-size: 16px;
}
/* line 421, ../sass/_body.scss */
.news .news_block .news_list a {
  display: block;
}
/* line 424, ../sass/_body.scss */
.news .news_block .news_list a:hover .news_text {
  background: #255696;
}
/* line 427, ../sass/_body.scss */
.news .news_block .news_list a:hover h6, .news .news_block .news_list a:hover p, .news .news_block .news_list a:hover span {
  color: #fff;
}
/* line 432, ../sass/_body.scss */
.news .news_block .news_list img {
  width: 100%;
}
/* line 435, ../sass/_body.scss */
.news .news_block .news_list .news_text {
  padding: 25px 30px;
  background: #ebf8fe;
  margin-top: -5px;
  transition: 300ms;
}
/* line 441, ../sass/_body.scss */
.news .news_block .news_list h6 {
  font-family: 'DINPro_bold';
  font-size: 16px;
  color: #414141;
  transition: 300ms;
  margin: 0;
}
/* line 448, ../sass/_body.scss */
.news .news_block .news_list p {
  color: #414141;
  transition: 300ms;
}
/* line 452, ../sass/_body.scss */
.news .news_block .news_list span {
  color: #8b9193;
}

/* line 458, ../sass/_body.scss */
.topic {
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 462, ../sass/_body.scss */
.topic h5 {
  font-family: 'DINPro_bold';
  font-size: 96px;
  color: #eef6fb;
  margin-top: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 470, ../sass/_body.scss */
.topic h2, .topic h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-transform: uppercase;
  color: #b2b1b1;
  display: table;
}

/* line 481, ../sass/_body.scss */
.adress {
  padding: 0;
  margin: 0;
}
/* line 484, ../sass/_body.scss */
.adress li {
  margin: 15px 0 !important;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
/* line 489, ../sass/_body.scss */
.adress li:before {
  font-size: 16px;
  color: #0098da;
  position: absolute;
  top: 1px;
  left: 0;
}
/* line 496, ../sass/_body.scss */
.adress li.phone {
  margin-bottom: 0 !important;
}
/* line 499, ../sass/_body.scss */
.adress li.mobile {
  margin-top: 0 !important;
}
/* line 501, ../sass/_body.scss */
.adress li.mobile:before {
  font-size: 20px;
}

/* line 1, ../sass/_page.scss */
.breadcrumbs {
  padding-top: 20px;
}
/* line 3, ../sass/_page.scss */
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
/* line 6, ../sass/_page.scss */
.breadcrumbs ul li {
  display: inline-block;
  margin: 0 3px;
  padding: 3px;
  border: 1px solid transparent;
  transition: 300ms;
  position: relative;
}
/* line 13, ../sass/_page.scss */
.breadcrumbs ul li.active, .breadcrumbs ul li:hover {
  border-color: #0098da;
  color: #0098da;
}
/* line 17, ../sass/_page.scss */
.breadcrumbs ul li.active a, .breadcrumbs ul li:hover a {
  color: #0098da;
}
/* line 21, ../sass/_page.scss */
.breadcrumbs ul li:before {
  content: '';
  width: 1px;
  height: 90%;
  background: #414141;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0, -50%);
}
/* line 32, ../sass/_page.scss */
.breadcrumbs ul li:first-child:before {
  display: none;
}
/* line 36, ../sass/_page.scss */
.breadcrumbs ul li:last-child {
  border-color: #0098da;
  color: #0098da;
}

/* line 43, ../sass/_page.scss */
.order_btn {
  font-family: 'DINPro_medium';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 15px 30px;
  background: #0098da;
  transition: 300ms;
  display: table;
}
/* line 53, ../sass/_page.scss */
.order_btn:hover {
  background: #255696;
  color: #fff;
}

/* line 58, ../sass/_page.scss */
.page_list.checked {
  padding: 0;
  margin: 20px 0;
}
/* line 61, ../sass/_page.scss */
.page_list.checked li {
  padding-left: 30px;
  margin: 10px 0;
  position: relative;
  list-style-type: none;
}
/* line 66, ../sass/_page.scss */
.page_list.checked li:before {
  content: '';
  width: 20px;
  height: 18px;
  background: url(../images/checked.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0;
}

/* line 78, ../sass/_page.scss */
.page_list.square {
  padding: 0;
  margin: 20px 0;
}
/* line 81, ../sass/_page.scss */
.page_list.square li {
  padding-left: 20px;
  margin: 10px 0;
  position: relative;
  list-style-type: none;
}
/* line 86, ../sass/_page.scss */
.page_list.square li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #0098da;
  position: absolute;
  top: 8px;
  left: 0;
}

/* line 97, ../sass/_page.scss */
.pagination {
  display: table;
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 0;
}
/* line 103, ../sass/_page.scss */
.pagination li {
  display: inline-block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  margin: 0 7px;
}
/* line 109, ../sass/_page.scss */
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  position: relative;
}
/* line 115, ../sass/_page.scss */
.pagination li a:hover {
  background: #0098da;
  border-color: #0098da;
}
/* line 118, ../sass/_page.scss */
.pagination li a:hover p {
  color: #fff;
}
/* line 121, ../sass/_page.scss */
.pagination li a:hover i:before {
  color: #fff;
}
/* line 126, ../sass/_page.scss */
.pagination li p {
  font-family: 'open_sanssemibold';
  font-size: 18px;
  color: #414141;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 137, ../sass/_page.scss */
.pagination li.active a {
  background: #0098da;
  border-color: #0098da;
}
/* line 140, ../sass/_page.scss */
.pagination li.active a p {
  color: #fff;
}
/* line 143, ../sass/_page.scss */
.pagination li.active a i:before {
  color: #fff;
}
/* line 147, ../sass/_page.scss */
.pagination li.prev, .pagination li.next {
  margin: 0 8px;
}
/* line 150, ../sass/_page.scss */
.pagination li.prev i:before, .pagination li.next i:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #414141;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
/* line 164, ../sass/_page.scss */
.pagination li.next i:before {
  content: '\f105';
}

/* line 170, ../sass/_page.scss */
.page {
  padding-bottom: 60px;
}
/* line 172, ../sass/_page.scss */
.page h1 {
  margin-top: 30px;
}
/* line 175, ../sass/_page.scss */
.page.pad_b {
  padding-bottom: 0;
}

/* line 180, ../sass/_page.scss */
.about_company .fl-r {
  float: right;
  margin-left: 30px;
}
/* line 184, ../sass/_page.scss */
.about_company .b_block {
  padding: 15px 25px;
  margin-top: 20px;
  margin-bottom: 25px;
  border: 2px solid #255696;
}
/* line 189, ../sass/_page.scss */
.about_company .b_block h5 {
  font-family: 'DINPro_bold';
  font-size: 18px;
  color: #255696;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
/* line 198, ../sass/_page.scss */
.about_company h6, .about_company h4 {
  font-family: 'DINPro_bold';
  font-size: 18px;
  color: #255696;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 205, ../sass/_page.scss */
.about_company h4 {
  color: #414141;
}

/* line 210, ../sass/_page.scss */
.card .card_block {
  font-size: 0;
}
/* line 212, ../sass/_page.scss */
.card .card_block .card_slider,
.card .card_block .card_info {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
/* line 221, ../sass/_page.scss */
.card .card_block .card_slider .slider_for img {
  width: 100%;
}
/* line 224, ../sass/_page.scss */
.card .card_block .card_slider .slider_for .card_img {
  position: relative;
}
/* line 226, ../sass/_page.scss */
.card .card_block .card_slider .slider_for .card_img .plus_btn {
  position: absolute;
  bottom: 1px;
  right: 10px;
}
/* line 230, ../sass/_page.scss */
.card .card_block .card_slider .slider_for .card_img .plus_btn:before {
  content: '+';
  font-weight: 600;
  font-size: 50px;
  color: #255696;
  transition: 300ms;
}
/* line 238, ../sass/_page.scss */
.card .card_block .card_slider .slider_for .card_img .plus_btn:hover:before {
  color: #0098da;
}
/* line 245, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav {
  width: 90%;
  margin: 0 auto;
}
/* line 248, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav img {
  width: 100%;
}
/* line 251, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-slide {
  padding: 10px;
}
/* line 255, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-current .card_img {
  position: relative;
}
/* line 257, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-current .card_img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 152, 218, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 268, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-next,
.card .card_block .card_slider .slider_nav .slick-prev {
  height: 26px;
}
/* line 271, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-next:before,
.card .card_block .card_slider .slider_nav .slick-prev:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #414141;
  font-size: 26px;
}
/* line 279, ../sass/_page.scss */
.card .card_block .card_slider .slider_nav .slick-prev:before {
  content: '\f104';
}
/* line 285, ../sass/_page.scss */
.card .card_block .card_info {
  padding-left: 30px;
}
/* line 287, ../sass/_page.scss */
.card .card_block .card_info h6 {
  font-family: 'DINPro_medium';
  font-size: 16px;
  margin: 0;
}

/* line 296, ../sass/_page.scss */
.catUnits .catUnit_block {
  font-size: 0;
  margin: 0 -30px;
}
/* line 300, ../sass/_page.scss */
.catUnits .catUnit_list {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 30px;
}
/* line 307, ../sass/_page.scss */
.catUnits .catUnit_list a {
  display: block;
  position: relative;
}
/* line 311, ../sass/_page.scss */
.catUnits .catUnit_list a:hover p {
  display: block;
}
/* line 314, ../sass/_page.scss */
.catUnits .catUnit_list a:hover .unit_bg {
  height: 90%;
  top: 50%;
  bottom: auto;
}
/* line 319, ../sass/_page.scss */
.catUnits .catUnit_list a:hover .catUnit_text {
  top: 50%;
}
/* line 324, ../sass/_page.scss */
.catUnits .catUnit_list h6 {
  font-family: 'DINPro_medium';
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
/* line 332, ../sass/_page.scss */
.catUnits .catUnit_list p {
  color: #fff;
  display: none;
  padding-left: 10px;
}
/* line 337, ../sass/_page.scss */
.catUnits .catUnit_list .catUnit_text {
  width: 90%;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  transition: 300ms;
}
/* line 346, ../sass/_page.scss */
.catUnits .catUnit_list .unit_bg {
  width: 90%;
  height: 100px;
  background: rgba(0, 152, 218, 0.6);
  position: absolute;
  top: 85%;
  left: 50%;
  transition: 300ms;
  transform: translate(-50%, -50%);
}
/* line 356, ../sass/_page.scss */
.catUnits .catUnit_list img {
  width: 100%;
}

/* line 362, ../sass/_page.scss */
.contacts .contacts_block {
  font-size: 0;
  z-index: 1;
  position: relative;
  padding-bottom: 100px;
}
/* line 368, ../sass/_page.scss */
.contacts .contacts_info,
.contacts .feedback {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
/* line 376, ../sass/_page.scss */
.contacts .contacts_info h4 {
  font-family: 'DINPro_medium';
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}
/* line 382, ../sass/_page.scss */
.contacts .contacts_info h6 {
  font-family: 'DINPro_medium';
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 390, ../sass/_page.scss */
.contacts .contacts_info .adress li {
  color: #414141;
  list-style-type: none;
}
/* line 393, ../sass/_page.scss */
.contacts .contacts_info .adress li a {
  color: #414141;
}
/* line 399, ../sass/_page.scss */
.contacts .feedback {
  background: #f1f1f1;
  border: 10px solid #fff;
  padding: 30px 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 406, ../sass/_page.scss */
.contacts .feedback h5 {
  font-family: 'DINPro_medium';
  font-size: 26px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 413, ../sass/_page.scss */
.contacts .feedback form {
  width: 90%;
  margin: 0 auto;
  display: table;
}
/* line 417, ../sass/_page.scss */
.contacts .feedback form input[type="text"],
.contacts .feedback form textarea {
  width: 100%;
  font-family: 'DINPro_regular';
  font-size: 16px;
  border: 1px solid #616161;
  padding: 12px 20px;
  background: #fff;
  margin-bottom: 20px;
}
/* line 427, ../sass/_page.scss */
.contacts .feedback form .g-recaptcha,
.contacts .feedback form input[type="submit"] {
  display: inline-block;
  vertical-align: top;
}
/* line 432, ../sass/_page.scss */
.contacts .feedback form input[type="submit"] {
  font-family: 'DINPro_regular';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  background: #0098da;
  margin-left: 15px;
  cursor: pointer;
  transition: 300ms;
  border: none;
}
/* line 443, ../sass/_page.scss */
.contacts .feedback form input[type="submit"]:hover {
  background: #255696;
}

/* line 452, ../sass/_page.scss */
.modal .modal__block {
  max-width: 420px;
  padding: 15px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  margin: 0 auto;
}
/* line 462, ../sass/_page.scss */
.modal .modal__block h3 {
  color: #414141;
  text-transform: uppercase;
  padding-right: 25px;
  margin-top: 0;
}

.modal .modal__block h4 {
  font-size: 20px;
  margin: 15px 0;
}
/* line 468, ../sass/_page.scss */
.modal .modal__block form {
  display: block;
}
/* line 470, ../sass/_page.scss */
.modal .modal__block form input[type="text"],
.modal .modal__block form input[type="email"],
.modal .modal__block form textarea {
  display: block;
  width: 100%;
  font-family: 'DINPro_regular';
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #414141;
}
/* line 481, ../sass/_page.scss */
.modal .modal__block form .g-recaptcha {
  text-align: right;
}
/* line 483, ../sass/_page.scss */
.modal .modal__block form .g-recaptcha > div {
  display: inline-block;
  vertical-align: top;
}
/* line 488, ../sass/_page.scss */
.modal .modal__block form .btn {
  font-family: 'DINPro_medium';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 10px 30px;
  background: #0098da;
  transition: 300ms;
  display: table;
  border: none;
  float: right;
  cursor: pointer;
}
/* line 501, ../sass/_page.scss */
.modal .modal__block form .btn:hover {
  opacity: 0.7;
}
/* line 506, ../sass/_page.scss */
.modal .modal__block .close {
  top: 10px;
}
/* line 508, ../sass/_page.scss */
.modal .modal__block .close:before, .modal .modal__block .close:after {
  background-color: #0098da;
}
/* line 514, ../sass/_page.scss */
.modal#successfully--modal .modal__block h3 {
  text-align: center;
}

@media screen and (min-width: 992px) {
#yt-widget.yt-state_right .yt-listbox{
  right: -200px!important;
}
}


@media screen and (max-width: 1200px) {
  /* line 2, ../sass/_adaptive.scss */
  body {
    padding-top: 68px;
  }

  /* line 5, ../sass/_adaptive.scss */
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 25px -8px #333;
  }
  /* line 12, ../sass/_adaptive.scss */
  header .container {
    position: relative;
  }

  /* line 16, ../sass/_adaptive.scss */
  header .phones .phone_block {
    position: fixed !important;
    display: none;
    width: 100% !important;
    background: #255696;
    top: -20px;
    left: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
  }
  /* line 26, ../sass/_adaptive.scss */
  header .phones .phone_block a {
    display: table;
    color: #fff;
    margin: 5px auto;
  }
  /* line 31, ../sass/_adaptive.scss */
  header .phones .phone_block .close_btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 10px;
    margin: 0;
  }
  /* line 39, ../sass/_adaptive.scss */
  header .phones .phone_block .close_btn span {
    width: 18px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    margin-top: -1px;
  }
  /* line 49, ../sass/_adaptive.scss */
  header .phones .phone_block .close_btn span:first-child {
    transform: rotate(45deg);
  }
  /* line 52, ../sass/_adaptive.scss */
  header .phones .phone_block .close_btn span:last-child {
    transform: rotate(-45deg);
  }

  /* line 58, ../sass/_adaptive.scss */
  header .search p {
    display: none;
  }

  /* line 61, ../sass/_adaptive.scss */
  header .menu .nav {
    display: none;
  }

  /* line 64, ../sass/_adaptive.scss */
  header .logo {
    width: 250px;
  }
  /* line 66, ../sass/_adaptive.scss */
  header .logo img {
    width: 100%;
  }

  /* line 70, ../sass/_adaptive.scss */
  header .header_top {
    padding: 20px 0;
    padding-bottom: 15px;
    border-bottom: none;
  }

  /* line 75, ../sass/_adaptive.scss */
  header .phones {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    z-index: 10;
  }
  /* line 81, ../sass/_adaptive.scss */
  header .phones .phone_btn {
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: 15px;
    right: 45px;
  }
  /* line 88, ../sass/_adaptive.scss */
  header .phones .phone_btn:before {
    font-size: 18px;
  }

  /* line 93, ../sass/_adaptive.scss */
  header .search {
    top: 49%;
    right: 9px;
  }
  /* line 96, ../sass/_adaptive.scss */
  header .search .search_btn {
    width: auto;
    height: auto;
    border: none;
  }
  /* line 100, ../sass/_adaptive.scss */
  header .search .search_btn:before {
    font-size: 18px;
  }

  /* line 105, ../sass/_adaptive.scss */
  header .lang {
    top: 24px;
    right: 70px;
  }

  /* line 109, ../sass/_adaptive.scss */
  header .nav--btn {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 15px;
    z-index: 1;
  }

  /* line 118, ../sass/_adaptive.scss */
  header .nav--btn span {
    display: block;
    background-color: #255696;
    width: 85%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    transition: 300ms;
    margin: 0 auto;
  }

  /* line 129, ../sass/_adaptive.scss */
  header .nav--btn span:nth-of-type(1) {
    top: 7px;
  }

  /* line 132, ../sass/_adaptive.scss */
  header .nav--btn span:nth-of-type(2) {
    top: 14px;
  }

  /* line 135, ../sass/_adaptive.scss */
  header .nav--btn span:nth-of-type(3) {
    top: 21px;
  }

  /* line 138, ../sass/_adaptive.scss */
  header .nav--btn.open span:nth-of-type(1) {
    top: 14px;
    transform: rotate(45deg);
  }

  /* line 142, ../sass/_adaptive.scss */
  header .nav--btn.open span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 145, ../sass/_adaptive.scss */
  header .nav--btn.open span:nth-of-type(3) {
    top: 14px;
    transform: rotate(-45deg);
  }

  /* line 149, ../sass/_adaptive.scss */
  header .menu .nav {
    display: none;
    width: 720px;
    max-height: -webkit-calc(100% - 68px);
    max-height: -moz-calc(100% - 68px);
    max-height: -ms-calc(100% - 68px);
    max-height: calc(100% - 68px);
    background-color: #ebf8fe;
    position: fixed;
    top: 68px;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: auto;
    margin: 0 !important;
    padding: 0;
    z-index: 1;
  }

  /* line 166, ../sass/_adaptive.scss */
  header .menu .nav > li:after {
    display: none;
  }

  /* line 169, ../sass/_adaptive.scss */
  header .menu .nav li {
    display: block !important;
    padding: 5px 10px !important;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    font-size: 16px;
  }
  /* line 176, ../sass/_adaptive.scss */
  header .menu .nav li a {
    display: block;
    font-size: 16px !important;
  }
  /* line 179, ../sass/_adaptive.scss */
  header .menu .nav li a:after {
    right: 0 !important;
  }

  /* line 184, ../sass/_adaptive.scss */
  .nav li:last-child {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* line 187, ../sass/_adaptive.scss */
  header .menu .nav .submenu {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    background: transparent;
    margin-left: 0;
    box-shadow: none;
    border-bottom: none;
  }
  /* line 197, ../sass/_adaptive.scss */
  header .menu .nav .submenu li {
    border: none;
  }

  /* line 201, ../sass/_adaptive.scss */
  .modal .form input[type="text"] {
    font-size: 20px;
  }

  /* line 204, ../sass/_adaptive.scss */
  .modal .form .close {
    width: 20px;
    height: 20px;
  }

  /* line 208, ../sass/_adaptive.scss */
  .modal .form .search__btn {
    top: 13px;
  }
  /* line 210, ../sass/_adaptive.scss */
  .modal .form .search__btn:before {
    font-size: 20px;
  }

  /* line 214, ../sass/_adaptive.scss */
  .main_slider .slider_text p {
    font-size: 28px;
  }

  /* line 217, ../sass/_adaptive.scss */
  .main_slider .slick-prev, .main_slider .slick-next {
    width: 80px;
    height: 80px;
    right: 80px;
  }

  /* line 222, ../sass/_adaptive.scss */
  .main_slider .slick-next {
    right: 0;
  }

  /* line 226, ../sass/_adaptive.scss */
  .topic h5 {
    font-size: 50px;
  }

  /* line 230, ../sass/_adaptive.scss */
  h1 {
    font-size: 28px;
  }

  /* line 233, ../sass/_adaptive.scss */
  h2 {
    font-size: 26px;
  }

  /* line 236, ../sass/_adaptive.scss */
  .about {
    padding-bottom: 30px;
  }

  /* line 239, ../sass/_adaptive.scss */
  .about .about_block {
    width: 100%;
    padding: 0;
  }

  /* line 243, ../sass/_adaptive.scss */
  .about .about_slider {
    width: 720px;
    position: relative;
    margin: 0 auto;
    top: 0;
    margin-top: 20px;
  }
  /* line 249, ../sass/_adaptive.scss */
  .about .about_slider img {
    width: 100%;
  }
  /* line 252, ../sass/_adaptive.scss */
  .about .about_slider .borderImg {
    display: none;
  }

  /* line 256, ../sass/_adaptive.scss */
  .advantage {
    padding-bottom: 30px;
  }
  /* line 258, ../sass/_adaptive.scss */
  .advantage .fl-l {
    display: none;
  }
  /* line 261, ../sass/_adaptive.scss */
  .advantage .advantage_list {
    width: 80%;
    display: table;
    margin: 0 auto;
  }

  /* line 267, ../sass/_adaptive.scss */
  .comments {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  /* line 271, ../sass/_adaptive.scss */
  footer .footer_top .footer_service {
    display: none;
  }

  /* line 274, ../sass/_adaptive.scss */
  footer .footer_top .footer_cat,
  footer .footer_top .footer_nav,
  footer .footer_top .footer_contacts {
    width: 33.333%;
    padding-left: 0;
  }

  /* line 280, ../sass/_adaptive.scss */
  footer .footer_top .footer_nav {
    padding-left: 30px;
  }

  /* line 283, ../sass/_adaptive.scss */
  .page {
    padding-bottom: 30px;
  }

  /* line 286, ../sass/_adaptive.scss */
  .pagination {
    margin-top: 10px;
  }

  /* line 289, ../sass/_adaptive.scss */
  .about_company .fl-r {
    width: 100%;
    float: none;
    margin: 0;
  }

  /* line 295, ../sass/_adaptive.scss */
  .catUnits .catUnit_list h6 {
    font-size: 16px;
  }
  /* line 298, ../sass/_adaptive.scss */
  .catUnits .catUnit_list .catUnit_text {
    top: 83%;
  }
  /* line 301, ../sass/_adaptive.scss */
  .catUnits .catUnit_list .unit_bg {
    height: 60px;
    top: 83%;
  }

  /* line 306, ../sass/_adaptive.scss */
  .contacts .contacts_block {
    padding-bottom: 15px;
  }

  /* line 309, ../sass/_adaptive.scss */
  .contacts .contacts_info,
  .contacts .feedback {
    width: 100%;
    position: relative;
  }

  /* line 314, ../sass/_adaptive.scss */
  .map > ymaps {
    height: 350px !important;
  }

  /* line 317, ../sass/_adaptive.scss */
  .about .about_slider .slick-prev,
  .about .about_slider .slick-next {
    width: 80px;
    height: 80px;
    right: 80px;
  }

  /* line 323, ../sass/_adaptive.scss */
  .about .about_slider .slick-next {
    right: 0 !important;
  }

  /* line 326, ../sass/_adaptive.scss */
  .news {
    padding-bottom: 40px;
  }

  /* line 329, ../sass/_adaptive.scss */
  .contacts .contacts_info h4 {
    font-size: 24px;
  }

  /* line 332, ../sass/_adaptive.scss */
  .contacts .feedback h5 {
    font-size: 22px;
  }

  /* line 336, ../sass/_adaptive.scss */
  #photos-list td img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  /* line 343, ../sass/_adaptive.scss */
  .cat .cat_block {
    width: 50%;
    border: none;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 350, ../sass/_adaptive.scss */
  h1 {
    font-size: 22px;
  }

  /* line 353, ../sass/_adaptive.scss */
  h2 {
    font-size: 20px;
  }

  /* line 356, ../sass/_adaptive.scss */
  .main_slider .slider_text p {
    font-size: 22px;
  }

  /* line 359, ../sass/_adaptive.scss */
  .main_slider .slick-prev,
  .main_slider .slick-next {
    width: 50px;
    height: 50px;
    right: 50px;
  }

  /* line 365, ../sass/_adaptive.scss */
  .main_slider .slick-next {
    right: 0 !important;
  }

  /* line 368, ../sass/_adaptive.scss */
  .topic h5 {
    font-size: 34px;
  }

  /* line 371, ../sass/_adaptive.scss */
  .about .about_slider {
    width: 100%;
  }

  /* line 374, ../sass/_adaptive.scss */
  .about .about_slider .slick-prev,
  .about .about_slider .slick-next {
    width: 50px;
    height: 50px;
    right: 50px;
  }

  /* line 380, ../sass/_adaptive.scss */
  .news {
    padding-bottom: 25px;
  }

  /* line 383, ../sass/_adaptive.scss */
  footer .footer_bottom .copyright,
  footer .footer_bottom .artmedia {
    width: 100%;
    text-align: center;
  }
  /* line 387, ../sass/_adaptive.scss */
  footer .footer_bottom .copyright p,
  footer .footer_bottom .artmedia p {
    padding: 5px 0;
  }

  /* line 391, ../sass/_adaptive.scss */
  .footer_bottom {
    padding-bottom: 5px;
  }

  /* line 394, ../sass/_adaptive.scss */
  header .menu .nav {
    width: 100%;
  }

  /* line 397, ../sass/_adaptive.scss */
  .cat .cat_block .cat_text p {
    font-size: 16px;
  }

  /* line 400, ../sass/_adaptive.scss */
  .card .card_block .card_slider,
  .card .card_block .card_info {
    width: 100%;
    padding: 0;
  }

  /* line 405, ../sass/_adaptive.scss */
  .catUnits .catUnit_block {
    margin: 0;
  }

  /* line 408, ../sass/_adaptive.scss */
  .contacts .contacts_info h4 {
    font-size: 18px;
  }

  /* line 411, ../sass/_adaptive.scss */
  .contacts .contacts_info h6 {
    font-size: 16px;
  }

  /* line 414, ../sass/_adaptive.scss */
  .contacts .feedback h5 {
    font-size: 18px;
  }

  /* line 417, ../sass/_adaptive.scss */
  .modal .form input[type="text"] {
    font-size: 16px;
    margin-bottom: 0;
  }

  /* line 421, ../sass/_adaptive.scss */
  .modal .form .close {
    width: 16px;
    height: 16px;
    top: 10px;
  }

  /* line 426, ../sass/_adaptive.scss */
  .modal .form .search__btn {
    top: 7px;
    right: 38px;
  }
  /* line 429, ../sass/_adaptive.scss */
  .modal .form .search__btn:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  /* line 435, ../sass/_adaptive.scss */
  .advantage .advantage_list {
    width: 85%;
  }

  /* line 438, ../sass/_adaptive.scss */
  .catUnits .catUnit_list {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 444, ../sass/_adaptive.scss */
  .cat .cat_block {
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 450, ../sass/_adaptive.scss */
  .cat .cat_block .cat_list.small, .cat .cat_block .cat_list.medium, .cat .cat_block .cat_list.large {
    height: 300px;
  }

  /* line 458, ../sass/_adaptive.scss */
  .advantage .advantage_list {
    width: 100%;
  }

  /* line 461, ../sass/_adaptive.scss */
  .news .news_block .news_list {
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  /* line 467, ../sass/_adaptive.scss */
  .footer_cat {
    display: none !important;
  }

  /* line 470, ../sass/_adaptive.scss */
  footer .footer_top .footer_nav,
  footer .footer_top .footer_contacts {
    width: 50%;
    padding-left: 0;
  }

  /* line 475, ../sass/_adaptive.scss */
  .comments .comments_slider p {
    padding: 0 30px;
  }

  /* line 478, ../sass/_adaptive.scss */
  .comments .comments_slider .slick-prev,
  .comments .comments_slider .slick-next {
    width: 30px;
    height: 30px;
    left: -10px;
  }
  /* line 483, ../sass/_adaptive.scss */
  .comments .comments_slider .slick-prev:before,
  .comments .comments_slider .slick-next:before {
    font-size: 20px;
  }

  /* line 487, ../sass/_adaptive.scss */
  .comments .comments_slider .slick-next {
    left: auto;
    right: -10px;
  }

  /* line 491, ../sass/_adaptive.scss */
  .main_slider .slider_text p {
    font-size: 18px;
  }

  /* line 494, ../sass/_adaptive.scss */
  .cat .cat_block .cat_text p {
    padding: 0 20px;
  }

  /* line 497, ../sass/_adaptive.scss */
  footer h6 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  /* line 501, ../sass/_adaptive.scss */
  footer .footer_top {
    padding-bottom: 30px;
  }

  /* line 504, ../sass/_adaptive.scss */
  .order_btn {
    padding: 10px 20px;
    margin-top: 20px;
  }

  /* line 508, ../sass/_adaptive.scss */
  .contacts .feedback {
    border: none;
  }

  /* line 511, ../sass/_adaptive.scss */
  .contacts .feedback form {
    width: 95%;
    display: block;
  }

  /* line 515, ../sass/_adaptive.scss */
  .contacts .feedback form input[type="submit"] {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  /* line 522, ../sass/_adaptive.scss */
  body {
    padding-top: 57px;
  }

  /* line 525, ../sass/_adaptive.scss */
  header .logo {
    width: 150px;
  }

  /* line 528, ../sass/_adaptive.scss */
  header .phones .phone_btn {
    right: auto;
    left: 60px;
    top: 8px;
  }

  /* line 533, ../sass/_adaptive.scss */
  header .nav--btn {
    top: 12px;
  }

  /* line 536, ../sass/_adaptive.scss */
  header .lang {
    top: 16px;
    right: 25px;
  }

  /* line 540, ../sass/_adaptive.scss */
  header .search {
    top: 42%;
  }

  /* line 543, ../sass/_adaptive.scss */
  header .menu .nav {
    top: 57px;
  }

  /* line 546, ../sass/_adaptive.scss */
  .catUnits .catUnit_list {
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  /* line 552, ../sass/_adaptive.scss */
  .contacts .feedback form .g-recaptcha {
    transform: scale(0.8);
    margin-left: -31px;
  }

  /* line 557, ../sass/_adaptive.scss */
  #photos-list td {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 565, ../sass/_adaptive.scss */
  .main_slider .slick-prev,
  .main_slider .slick-next {
    width: 30px;
    height: 30px;
    right: 30px;
  }

  /* line 571, ../sass/_adaptive.scss */
  .advantage .advantage_list li {
    width: 100%;
    display: table;
    margin: 0 auto;
  }

  /* line 576, ../sass/_adaptive.scss */
  .advantage .advantage_list li p {
    top: 90px;
  }

  /* line 581, ../sass/_adaptive.scss */
  .cat .cat_block .cat_list.small, .cat .cat_block .cat_list.medium, .cat .cat_block .cat_list.large {
    height: 250px;
  }

  /* line 588, ../sass/_adaptive.scss */
  footer .footer_top .footer_nav,
  footer .footer_top .footer_contacts {
    width: 100%;
  }
  p iframe {
    width: 100%!important;
  }
}
@media screen and (max-width: 350px) {
  /* line 594, ../sass/_adaptive.scss */
  header .phones .phone_btn {
    left: 52px;
  }
}

.call--btn {
  position: fixed;
  bottom: 100px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0098da;
  font-family: 'FontAwesome';
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none !important;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  z-index: 1; }
  .call--btn:hover {
    -webkit-animation-name: phone;
    animation-name: phone;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  .call--btn i {
    display: block;
    font-size: 35px;
    color: #fff; }
  .call--btn:after, .call--btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #0098da;
    position: absolute;
    top: 0%;
    left: 0%;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: ring;
    animation-name: ring;
    outline: none; }
  .call--btn:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .call--btn:before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;}
  @media screen and (max-width: 1440px) {
    .call--btn {
      margin-right: 0;
      right: 35px;
      bottom: 75px; } }
  @media screen and (max-width: 991px) {
    .call--btn {
      width: 50px;
      height: 50px;
      right: 15px;
      bottom: 80px; }
      .call--btn i {
        font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .call--btn {
      bottom: 50px; } }

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

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

@-webkit-keyframes phone {
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  80% {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes phone {
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  80% {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

    .n_name{
      display: block;
      font-weight: bold;
    }

    .langs{
      position: absolute;
      right: 177px;
      top: 31px;
      z-index: 10
    }

 @media screen and (max-width: 991px) {
    .langs {
        right: -15px;
        top: 58px;
    }
    body {
    padding-top: 105px;
}
 }

  

