@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  display: block;
  border: none;
}

label {
  display: block;
  padding: 0;
  margin: 0;
}

/* reset end */
html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  background: #fff;
  min-width: 320px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
}
a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
button:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  display: block;
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

i {
  display: block;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

::-moz-selection {
  color: #fff;
  background: #009cf7;
}

::selection {
  color: #fff;
  background: #009cf7;
}

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Fonts */
/* Roboto-Regular */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic/Roboto-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Roboto-Regular */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Roboto-Medium */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Roboto-Bold */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Roboto-Black */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black/Roboto-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Lobster */
@font-face {
  font-family: "Lobster";
  src: url("fonts/Lobster/Lobster.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrapper.inner_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: visible;
}
.wrapper.inner_page .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}
.wrapper.inner_page footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}

.container {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 910px) {
  .container {
    width: 767px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

.slick-slider .slick-slide {
  outline: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
.header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 7px 15px;
  background-color: #484146;
  display: none;
  position: relative;
  z-index: 8;
}
@media (max-width: 767px) {
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-mobile__text p {
  font-family: "Lobster";
  font-size: 13px;
  color: #fff;
}
.header-mobile .logo_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .header-mobile .logo_mob {
    margin-left: -47px;
  }
}
.header-mobile .mob_mnu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-mobile .mob_mnu_wrap .mob_mnu {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: 50%;
  position: relative;
}
.header-mobile .mob_mnu_wrap .mob_mnu span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #EE862E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header-mobile .mob_mnu_wrap .mob_mnu span:nth-of-type(2) {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}
.header-mobile .mob_mnu_wrap .mob_mnu span:last-of-type {
  -webkit-transform: translateY(27px);
          transform: translateY(27px);
}
.header-mobile .mob_mnu_wrap .mob_mnu.active span:nth-of-type(2) {
  opacity: 0;
}
.header-mobile .mob_mnu_wrap .mob_mnu.active span:first-of-type {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.header-mobile .mob_mnu_wrap .mob_mnu.active span:last-of-type {
  -webkit-transform: translateY(22px) rotate(-45deg);
          transform: translateY(22px) rotate(-45deg);
}
.header-topline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #484146;
  padding: 12px 15px;
}
@media (max-width: 991px) {
  .header-topline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header-topline {
    display: none;
  }
}
.header-topline__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.03em;
}
.header-topline__adress:hover {
  text-decoration: none;
}
.header-topline__adress i {
  width: 9px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.header-topline__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.03em;
  margin-left: 59px;
}
@media (max-width: 991px) {
  .header-topline__mail {
    margin-left: 0;
  }
}
.header-topline__mail:hover {
  text-decoration: none;
}
.header-topline__mail i {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.header-topline__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.03em;
  margin-left: 57px;
}
@media (max-width: 991px) {
  .header-topline__tel {
    margin-left: 0;
  }
}
.header-topline__tel:hover {
  text-decoration: none;
}
.header-topline__tel i {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  justify-content:space-between;
  width: 100%;
  padding: 9px 25px 0 26px;
}
@media (max-width: 1239px) {
  .header-line {
    padding: 9px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .header-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .header-line {
    display: none;
  }
}
.header-line a.logo {
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1399px) {
  .header-line a.logo {
    width: 155px;
  }
}
@media (max-width: 991px) {
  .header-line a.logo {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .header-line a.logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-line__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-left: auto; */
}
@media (max-width: 991px) {
  .header-line__nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-line__nav .nav-item {
  color: #272324;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.03em;
  font-size: 16px;
  padding: 50px 0;
  margin: 0 28px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1489px) {
  .header-line__nav .nav-item {
    margin: 0 10px;
  }
}
@media (max-width: 1239px) {
  .header-line__nav .nav-item {
    font-size: 12px;
    padding: 45px 0;
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .header-line__nav .nav-item {
    padding: 20px 0;
    margin: 0 20px;
  }
}
.header-line__nav .nav-item:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #EE862E;
  opacity: 0;
}
.header-line__nav .nav-item.active {
  color: #EE862E;
}
.header-line__nav .nav-item.active:before {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header-line__nav .nav-item:hover {
  color: #EE862E;
}
.header-line__nav .nav-item:hover:before {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header-line .btn_orange {
  /* margin-left: 32px; */
}
@media (max-width: 991px) {
  .header-line .btn_orange {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: 150px;
    height: 30px;
  }
}

.fixed {
  overflow: hidden;
}

.mobile_menu {
  width: 100%;
  height: calc(100vh - 52px);
  position: fixed;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  left: 0;
  top: 52px;
  z-index: 5;
  overflow-x: scroll;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile_menu.active {
  height: calc(100vh - 52px);
}
.mobile_menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 6px;
}
.mobile_menu ul li.active a {
  color: #EE862E;
  text-decoration: underline;
}
.mobile_menu ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #272324;
  margin-bottom: 24px;
}
.mobile_menu__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #484146;
  padding-left: 48px;
  padding-top: 30px;
  margin-top: auto;
  padding-bottom: 15px;
}
.mobile_menu__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 20px;
}
.mobile_menu__contacts a i {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_orange {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EE862E;
  -webkit-box-shadow: 0px 1px 0px #BF6A22;
          box-shadow: 0px 1px 0px #BF6A22;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.btn_orange:hover {
  background: #d95e07;
}

.btn_more {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EE862E;
  -webkit-box-shadow: 0px 1px 0px #BF6A22;
          box-shadow: 0px 1px 0px #BF6A22;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding-left: 51px;
  padding-right: 58px;
}
.btn_more:hover {
  background: #d95e07;
}

.main .slider-1 .item .img_items {
  position: relative;
}
.main .slider-1 .item .img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main .slider-1 .item .img {
    display: none;
  }
}
.main .slider-1 .item .img img {
	width:100%;
}
.main .slider-1 .item .img_mobile {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main .slider-1 .item .img_mobile {
    display: block;
  }
}
.main .slider-1 .item .img_mobile img {
	width:100%;
}
.main .slider-1 .item .btn_more {
  margin-bottom: 30px;
}
.main .prev {
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  font-size: 0;
  width: 14px;
  height: 20px;
  z-index: 2;
  background-image: url(images/slider_arr.svg);
  cursor: pointer;
}
@media (max-width: 991px) {
  .main .prev {
    left: 15px;
  }
}
.main .prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main .next {
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  font-size: 0;
  width: 14px;
  height: 20px;
  z-index: 2;
  background-image: url(images/slider_arr-r.svg);
  cursor: pointer;
}
.main .next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main_sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 28px;
}
@media (max-width: 480px) {
  .main_sec1 {
    padding-top: 10px;
  }
}
.main_sec1 .mobile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_sec1-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .main_sec1-about {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 11px;
  }
}
.main_sec1-about__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main_sec1-about__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_sec1-about__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  border: 1px solid #E3E4E6;
  background: #F6F7F9;
  margin-right: 20px;
  letter-spacing: 0.03em;
  font-size: 11px;
  color: #272324;
  padding: 4px 18px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .main_sec1-about__item a {
    margin-bottom: 11px;
  }
}
@media (max-width: 480px) {
  .main_sec1-about__item a {
    font-size: 10px;
    padding: 0 8px;
    margin-right: 15px;
  }
}
.main_sec1-about__item a:hover {
  background: #e1e1e1;
}
.main_sec1-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .main_sec1-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6px;
  }
}
.main_sec1-title p {
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #272324;
}
@media (max-width: 480px) {
  .main_sec1-title p {
    font-size: 16px;
  }
}
.main_sec1-descr {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .main_sec1-descr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 14px;
  }
}
.main_sec1-descr ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_sec1-descr ul li {
  color: #272324;
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 480px) {
  .main_sec1-descr ul li {
    font-size: 11px;
    line-height: 16px;
  }
}
.main_sec1 .btn_more {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .main_sec1 .btn_more {
    width: 170px;
    font-size: 11px;
    padding-left: 50px;
    padding-right: 47px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 480px) {
  .main_sec1 .btn_more {
    height: 26px;
  }
}

.slider2 {
  margin-right: -27px;
}
@media (max-width: 991px) {
  .slider2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .slider2 .item img {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .slider2 .item img {
    width: 90%;
  }
}
.slider2 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 22px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .slider2 .slick-dots {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-dots {
    padding-top: 3px;
  }
}
.slider2 .slick-dots li.slick-active button {
  background: #EE862E;
}
.slider2 .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3E4E6;
  margin: 0 5px;
}

.title_block {
  width: 100%;
  text-align: center;
}
.title_block p {
  width: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #272324;
}
@media (max-width: 991px) {
  .title_block p {
    font-size: 25px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .title_block p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .title_block p {
    font-size: 16px;
  }
}

.hr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hr .item {
  width: 30px;
  height: 3px;
  background: #EE862E;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .hr .item {
    width: 8px;
    height: 2px;
    margin: 0 3px;
  }
}

.main-sec2 {
  background: #F6F7F9;
  padding-top: 50px;
  padding-bottom: 59px;
}
@media (max-width: 480px) {
  .main-sec2 {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.main-sec2 .title_block {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .main-sec2 .title_block p {
    line-height: 17px;
  }
}
.main-sec2 .hr {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main-sec2 .hr {
    margin-bottom: 17px;
  }
}
.main-sec2__wrap {
  width: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 14px;
}
@media (max-width: 991px) {
  .main-sec2__wrap {
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-sec2__wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
}
@media (max-width: 991px) {
  .main-sec2__wrap .item {
    width: 30%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-sec2__wrap .item {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .main-sec2__wrap .item {
    padding: 0;
    margin-bottom: 19px;
  }
}
.main-sec2__wrap .item .img {
  background-image: url(images/poly.svg);
  width: 124px;
  height: 114px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img {
    width: 90px;
    height: 83px;
    background-size: cover;
  }
}
.main-sec2__wrap .item .img.img1 svg {
  width: 54px;
  height: 60px;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img.img1 svg {
    width: 40px;
    height: 45px;
  }
}
.main-sec2__wrap .item .img.img2 svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img.img2 svg {
    width: 35px;
    height: 45px;
  }
}
.main-sec2__wrap .item .img.img3 svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img.img3 svg {
    width: 45px;
    height: 45px;
  }
}
.main-sec2__wrap .item .img.img4 svg {
  width: 61px;
  height: 60px;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img.img4 svg {
    width: 45px;
    height: 45px;
  }
}
.main-sec2__wrap .item .img.img5 svg {
  width: 65px;
  height: 55px;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item .img.img5 svg {
    width: 54px;
    height: 45px;
  }
}
.main-sec2__wrap .item p {
  font-size: 12px;
  line-height: 15px;
  color: #272324;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 480px) {
  .main-sec2__wrap .item p {
    font-size: 11px;
    line-height: 13px;
    padding: 0 5px;
  }
}

.main_form {
  background: #EE862E;
  padding-top: 28px;
  padding-bottom: 40px;
}
@media (max-width: 380px) {
  .main_form {
    padding-top: 9px;
    padding-bottom: 18px;
  }
}
.main_form .title_block {
  margin-bottom: 23px;
}
@media (max-width: 480px) {
  .main_form .title_block {
    margin-bottom: 9px;
  }
}
.main_form .title_block p {
  color: #fff;
}
.main_form__subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .main_form__subtitle {
    margin-bottom: 18px;
  }
}
.main_form__subtitle p {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .main_form__subtitle p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .main_form__subtitle p {
    font-size: 11px;
    line-height: normal;
  }
}
.main_form__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main_form__form {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main_form__form {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .main_form__form {
    width: 100%;
    padding: 0 4px;
  }
}
.main_form__form .input_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .main_form__form .input_line {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.main_form__form .input_line input {
  width: 280px;
  height: 40px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 991px) {
  .main_form__form .input_line input {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main_form__form .input_line input {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .main_form__form .input_line input {
    height: 30px;
  }
}
.main_form__form .input_line input::-webkit-input-placeholder {
  text-align: center;
  color: #B1B2B4;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.main_form__form .input_line input:-ms-input-placeholder {
  text-align: center;
  color: #B1B2B4;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.main_form__form .input_line input::-ms-input-placeholder {
  text-align: center;
  color: #B1B2B4;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.main_form__form .input_line input::placeholder {
  text-align: center;
  color: #B1B2B4;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.main_form__form button {
  width: 280px;
  height: 40px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .main_form__form button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main_form__form button {
    height: 30px;
    font-size: 11px;
    margin-bottom: 16px;
  }
}
.main_form__form button:hover {
  background-color: #fff;
  color: #272324;
}
.main_form__form .bot_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main_form__form .bot_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main_form__form .bot_line .checkbox {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .main_form__form .bot_line .checkbox {
    margin-bottom: 10px;
  }
}
.main_form__form .bot_line .checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  z-index: 2;
}
.main_form__form .bot_line .checkbox input:checked + label span {
  background-image: url(images/label_arr.svg);
}
.main_form__form .bot_line .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
  font-size: 11px;
}
.main_form__form .bot_line .checkbox label span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.main_form__form .bot_line .policy {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
  font-size: 11px;
  margin-left: 32px;
}
.main_form__form .bot_line .policy:hover {
  text-decoration: none;
}

.facts {
  padding-top: 45px;
  padding-bottom: 55px;
}
@media (max-width: 480px) {
  .facts {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.facts .title_block {
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .facts .title_block {
    margin-bottom: 6px;
  }
}
.facts .hr {
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .facts .hr {
    margin-bottom: 12px;
  }
}
.facts-subtitle {
  margin-bottom: 34px;
}
@media (max-width: 480px) {
  .facts-subtitle {
    margin-bottom: 20px;
  }
}
.facts-subtitle p {
  color: #272324;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .facts-subtitle p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .facts-subtitle p {
    font-size: 11px;
    line-height: normal;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .facts-subtitle p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .facts-subtitle p br {
    display: block;
  }
}
.facts-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .facts-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.facts-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
}
@media (max-width: 991px) {
  .facts-wrap__item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facts-wrap__item {
    width: 160px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .facts-wrap__item {
    margin: 0;
    margin-bottom: 10px;
    width: 138px;
  }
}
@media (max-width: 480px) {
  .facts-wrap__item:last-child {
    margin: 0 auto;
  }
}
.facts-wrap__item .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EE862E;
  padding: 11px 19px;
  border-bottom: 1px solid #fff;
  min-height: 80px;
}
@media (max-width: 767px) {
  .facts-wrap__item .top {
    padding: 0 10px;
    min-height: 40px;
  }
}
.facts-wrap__item .top .img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .facts-wrap__item .top .img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
}
.facts-wrap__item .top .img.img1 svg {
  width: 31px;
  height: 44px;
}
@media (max-width: 767px) {
  .facts-wrap__item .top .img.img1 svg {
    width: 17px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .facts-wrap__item .top .img.img2 {
    width: 33px;
    margin-right: 11px;
  }
}
.facts-wrap__item .top .img.img2 svg {
  width: 50px;
  height: 37px;
}
@media (max-width: 767px) {
  .facts-wrap__item .top .img.img2 svg {
    width: 35px;
    height: 25px;
  }
}
.facts-wrap__item .top .img.img3 svg {
  width: 29px;
  height: 44px;
}
@media (max-width: 767px) {
  .facts-wrap__item .top .img.img3 svg {
    width: 16px;
    height: 25px;
  }
}
.facts-wrap__item .top p {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .facts-wrap__item .top p {
    font-size: 11px;
  }
}
.facts-wrap__item .descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #484146;
  padding: 14px 17px;
}
@media (max-width: 767px) {
  .facts-wrap__item .descr {
    padding: 5px 7px;
    min-height: 65px;
  }
}
.facts-wrap__item .descr p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 767px) {
  .facts-wrap__item .descr p {
    font-size: 11px;
    line-height: 13px;
  }
}

.rews {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #F6F7F9;
}
@media (max-width: 480px) {
  .rews {
    padding-top: 12px;
    padding-bottom: 20px;
  }
}
.rews .title_block {
  margin-bottom: 14px;
}
.rews .hr {
  margin-bottom: 38px;
}
.rews-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .rews-wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .rews-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rews-wrap__item {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E3E4E6;
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rews-wrap__item:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 991px) {
  .rews-wrap__item {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .rews-wrap__item {
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .rews-wrap__item {
    width: 160px;
    margin: 0 3px;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .rews-wrap__item {
    width: 138px;
  }
}
.rews-wrap__item:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(images/incr.svg);
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rews-wrap .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rews-wrap .btn .more_rew {
  color: #EE862E;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 14px;
}
@media (max-width: 480px) {
  .rews-wrap .btn .more_rew {
    font-size: 11px;
  }
}
.rews-wrap .btn .more_rew:hover {
  text-decoration: none;
}

.certificate {
  padding-top: 55px;
  padding-bottom: 24px;
  background-color: #EE862E;
  position: relative;
}
@media (max-width: 480px) {
  .certificate {
    padding-top: 13px;
    padding-bottom: 9px;
  }
}
.certificate .bisness_img {
  width: 460px;
  height: 492px;
  background-image: url(images/bis.png);
  position: absolute;
  right: -16px;
  top: 0;
}
@media (max-width: 1399px) {
  .certificate .bisness_img {
    display: none;
  }
}
.certificate .title_block {
  margin-bottom: 8px;
}
.certificate .title_block p {
  color: #fff;
}
.certificate .hr {
  margin-bottom: 38px;
}
@media (max-width: 480px) {
  .certificate .hr {
    margin-bottom: 19px;
  }
}
.certificate .hr .item {
  background-color: #fff;
}
.certificate-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .certificate-wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .certificate-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificate-wrap__item {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E3E4E6;
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.certificate-wrap__item:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 991px) {
  .certificate-wrap__item {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .certificate-wrap__item {
    width: 160px;
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .certificate-wrap__item {
    width: 138px;
    margin: 0 3px;
    margin-bottom: 10px;
  }
}
.certificate-wrap__item:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(images/incr.svg);
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.certificate-wrap .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.certificate-wrap .btn .more_rew {
  color: #EE862E;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 14px;
}

.map {
  padding-top: 54px;
  padding-bottom: 56px;
  background: #484146;
}
@media (max-width: 480px) {
  .map {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .map .hr {
    margin-bottom: 6px;
  }
}
.map .title_block {
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .map .title_block {
    margin-bottom: 7px;
  }
}
.map .title_block p {
  color: #fff;
}
.map .map_img {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .map .map_img {
    display: none;
  }
}
.map .map_img_mob {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 480px) {
  .map .map_img_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.map-title {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .map-title {
    margin-bottom: 8px;
  }
}
.map-title p {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 37px;
}
@media (max-width: 991px) {
  .map-title p {
    font-size: 25px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .map-title p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .map-title p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .map-title p br {
    display: none;
  }
}

.mobile-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
  margin-bottom: 15px;
  margin-top: -15px;
  display: none;
}
@media (max-width: 480px) {
  .mobile-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-adress__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-adress__item ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-adress__item ul li {
  font-size: 11px;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
.mobile-adress__item ul li:first-child {
  color: #EE862E;
  font-size: 14px;
  text-align: center;
  margin-bottom: 7px;
}

.footer {
  background-color: #fff;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.footer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-wrap .logo_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 991px) {
  .footer-wrap .logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-wrap .logo_mobile img {
  width: 180px;
  height: 80px;
}
.footer-wrap__logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 192px;
  margin-right: 68px;
}
@media (max-width: 991px) {
  .footer-wrap__logobox {
    display: none;
  }
}
.footer-wrap__logobox .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
.footer-wrap__logobox .logo img {
  margin-bottom: 13px;
}
.footer-wrap__logobox .logo span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #272324;
  font-size: 12px;
  font-weight: 600;
}
.footer-wrap__logobox .copyright p {
  color: #272324;
  font-size: 11px;
  line-height: 13px;
}
.footer-wrap__mnu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 76px;
}
@media (max-width: 991px) {
  .footer-wrap__mnu {
    margin-right: 0;
    margin-bottom: 19px;
  }
}
.footer-wrap__mnu li a {
  font-size: 11px;
  color: #272324;
  margin-bottom: 12px;
}
.footer-wrap__mnu li a:hover {
  text-decoration: underline;
}
.footer-wrap__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
}
@media (max-width: 991px) {
  .footer-wrap__contacts {
    margin: 0 15px;
  }
}
.footer-wrap__contacts a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272324;
  font-size: 11px;
  margin-bottom: 10px;
}
.footer-wrap__contacts a.item i {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-wrap__contacts .soc_btn_wrap {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer-wrap__contacts .soc_btn_wrap a.soc_btn {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #EE862E;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-wrap__contacts .soc_btn_wrap a.soc_btn i svg {
  display: block;
}
.footer-wrap__contacts .soc_btn_wrap a.soc_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer-wrap__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 224px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer-wrap__policy {
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .footer-wrap__policy {
    width: 100%;
  }
}
.footer-wrap__policy a.item {
  text-decoration: underline;
  color: #272324;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .footer-wrap__policy a.item {
    margin-bottom: 13px;
  }
}
.footer-wrap__policy a.item:hover {
  text-decoration: none;
}
.footer-wrap__policy p.copyrigh_mob {
  font-size: 11px;
  line-height: 13px;
  color: #272324;
  display: none;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .footer-wrap__policy p.copyrigh_mob {
    display: block;
  }
}

.bread_crumbs {
  background: #F6F7F9;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .bread_crumbs {
    padding: 4px 0;
  }
}
.bread_crumbs .mobile_back {
  width: 8px;
  height: 12px;
  background-image: url(images/slider_arr2.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 10px;
  display: none;
}
@media (max-width: 480px) {
  .bread_crumbs .mobile_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bread_crumbs .bread_crumbs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread_crumbs ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bread_crumbs ul li {
  color: #272324;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .bread_crumbs ul li {
    font-size: 9px;
    margin-bottom: 3px;
  }
}
.bread_crumbs ul li:after {
  content: ">";
  font-size: 11px;
  color: #B1B2B4;
  margin: 0 6px;
}
.bread_crumbs ul li:last-child:after {
  display: none;
}
.bread_crumbs ul li a {
  color: #B1B2B4;
}

.facts2 {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .facts2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .facts2 {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.facts2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 57px;
}
@media (max-width: 767px) {
  .facts2-wrap {
    padding-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .facts2-wrap {
    padding-top: 10px;
  }
}
.facts2-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  padding: 0 13px;
}
@media (max-width: 767px) {
  .facts2-wrap__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.facts2-wrap__item .img {
  width: 35px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 17px;
}
@media (max-width: 480px) {
  .facts2-wrap__item .img {
    margin-right: 9px;
  }
}
.facts2-wrap__item .img svg {
  width: 35px;
  height: 30px;
}
@media (max-width: 767px) {
  .facts2-wrap__item .img svg {
    width: 20px;
    height: 20px;
  }
}
.facts2-wrap__item p {
  font-size: 14px;
  line-height: 21px;
  color: #272324;
}
@media (max-width: 767px) {
  .facts2-wrap__item p {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .facts2-wrap__item p {
    padding-right: 10px;
    font-size: 11px;
  }
}

.trust {
  background: #F6F7F9;
  padding-top: 46px;
  padding-bottom: 36px;
}
@media (max-width: 480px) {
  .trust {
    padding-top: 11px;
    padding-bottom: 22px;
  }
}
.trust .title_block {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .trust .title_block {
    margin-bottom: 5px;
  }
}
.trust .hr {
  margin-bottom: 38px;
}
@media (max-width: 480px) {
  .trust .hr {
    margin-bottom: 20px;
  }
}
.trust-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .trust-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 680px) {
  .trust-wrap {
    display: none;
  }
}
.trust-wrap__item {
  width: 205px;
  height: 155px;
  border: 1px solid #E3E4E6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .trust-wrap__item {
    margin: 0 10px;
    margin-bottom: 15px;
  }
}
.trust-wrap-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media (max-width: 991px) {
  .trust-wrap-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 680px) {
  .trust-wrap-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trust-wrap-mobile__item {
  width: 90px;
  height: 67px;
  border: 1px solid #E3E4E6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  margin: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .trust-wrap-mobile__item {
    margin: 0 3px;
    margin-bottom: 10px;
  }
}
.trust-wrap-mobile .mobile_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trust-wrap-mobile .mobile_more a {
  font-size: 11px;
  text-decoration: underline;
  color: #EE862E;
}

.team {
  background: #EE862E;
  padding-top: 50px;
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .team {
    padding-top: 14px;
    padding-bottom: 24px;
  }
}
.team .title_block {
  margin-bottom: 10px;
}
.team .title_block p {
  color: #fff;
}
.team .hr {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .team .hr {
    margin-bottom: 12px;
  }
}
.team .hr .item {
  background-color: #fff;
}
.team .img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .product {
    padding-top: 12px;
  }
}
.product .title_block {
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .product .title_block {
    margin-bottom: 6px;
  }
}
.product .hr {
  margin-bottom: 15px;
}
.product-togle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .product-togle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-togle .hide {
  color: #EE862E;
  font-size: 14px;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .product-togle .hide {
    font-size: 11px;
  }
}
.product-togle .hide:hover {
  text-decoration: none;
}
.product-togle .hide.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.product-togle .hide svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E3E4E6;
  padding: 18px 0 16px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product-filter {
    padding: 23px 0 3px 0;
  }
}
.product-filter .slick-prev {
  font-size: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  left: -5px;
  background: #E3E4E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-filter .slick-prev:before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(images/slider_arr2.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.product-filter .slick-next {
  font-size: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  right: -5px;
  background: #E3E4E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-filter .slick-next:before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(images/slider_arr2.svg);
}
.product-filter__item {
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #E3E4E6;
  padding-left: 20px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .product-filter__item {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .product-filter__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product-filter__item {
    padding-left: 50px;
    margin-bottom: 10px;
    border: none;
  }
}
.product-filter__item:first-child {
  width: 205px;
}
@media (max-width: 767px) {
  .product-filter__item:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-filter__item:nth-child(even) {
    border: none;
  }
}
.product-filter__item:last-child {
  border: none;
}
.product-filter__item:last-child .checkbox {
  margin-bottom: 16px;
}
.product-filter__item .img {
  margin-bottom: 12px;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-filter__item .img.kastro {
  margin-top: -10px;
  margin-bottom: 15px;
}
.product-filter__item .checkbox_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}
.product-filter__item .checkbox_company input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.product-filter__item .checkbox_company input:checked + .circle:before {
  display: block;
}
.product-filter__item .checkbox_company .circle {
  border: 1px solid #E3E4E6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F6F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  margin-top: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-filter__item .checkbox_company .circle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EE862E;
  display: block;
  display: none;
}
.product-filter__item .checkbox_company p {
  color: #272324;
  font-size: 16px;
  font-weight: 600;
}
.product-filter__item .checkbox_company span {
  color: #B1B2B4;
  font-size: 11px;
  display: block;
  margin-top: -1px;
}
.product-filter__item .checkbox:last-child {
  margin-bottom: 3px;
}
.product-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F6F7F9;
  padding: 20px 25px;
  margin-bottom: 31px;
}
@media (max-width: 991px) {
  .product-select {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product-select {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .product-select .choice {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .product-select .choice {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .product-select .choice a.select_button {
    width: 100%;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 8px;
  margin-bottom: 20px;
}
.checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index:2;
}
.checkbox input:checked + .square:before {
  display: block;
}
.checkbox .square {
  border: 1px solid #E3E4E6;
  background: #F6F7F9;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox .square:before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(images/arr_check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  display: none;
}
.checkbox p {
  color: #272324;
  font-size: 11px;
  line-height: 13px;
}

.choice {
  position: relative;
}
.choice.active .select_button {
  border-bottom-color: transparent;
}
.choice.active .select_button svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.choice.active .options {
  display: block;
}
.choice input {
  display: none;
}
.choice .select_button {
  width: 200px;
  height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  padding-right: 14px;
  border: 1px solid #E3E4E6;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 480px) {
  .choice .select_button {
    height: 30px;
  }
}
.choice .select_button svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choice .select_button p {
  color: #272324;
  font-size: 11px;
}
.choice .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
  display: none;
  border: 1px solid #E3E4E6;
  border-top-color: transparent;
}
.choice .options li {
  cursor: pointer;
  width: 100%;
  font-size: 11px;
  color: #272324;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}
.choice .options li:hover {
  background-color: #EE862E;
  color: #fff;
}

.products {
  padding-bottom: 56px;
}
@media (max-width: 480px) {
  .products {
    padding-bottom: 20px;
  }
}
.products .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.products .wrap .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  border: 1px solid #E3E4E6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: space-between;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .products .wrap .item {
    padding-top: 10px;
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 767px) {
  .products .wrap .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .products .wrap .item {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
.products .wrap .item .img {
  width: 203px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
  overflow:hidden;
}
@media (max-width: 991px) {
  .products .wrap .item .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .products .wrap .item .img {
    width: 135px;
    height: 100px;
    margin: 0;
    margin-left: 11px;
    margin-bottom: 10px;
  }
}
.products .wrap .item .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E3E4E6;
}
@media (max-width: 480px) {
  .products .wrap .item .item_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
    padding-bottom: 9px;
  }
}
.products .wrap .item .item_title p,
.products .wrap .item .item_title a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #EE862E;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  word-break: break-word;
}
@media (max-width: 480px) {
  .products .wrap .item .item_title p,
  .products .wrap .item .item_title a {
    text-align: left;
    font-size: 14px;
  }
}
.products .wrap .item .item_title span {
  font-size: 11px;
  line-height: 13px;
  color: #B1B2B4;
  text-align: center;
}
@media (max-width: 480px) {
  .products .wrap .item .item_title span {
    text-align: left;
  }
}
.products .wrap .item .descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  padding-top: 13px;
}
@media (max-width: 480px) {
  .products .wrap .item .descr {
    padding: 0 10px;
    padding-top: 0;
  }
}
.products .wrap .item .descr p {
  font-size: 11px;
  line-height: 13px;
  color: #272324;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .products .wrap .item .descr p {
    text-align: left;
    margin-bottom: 10px;
  }
}
.products .wrap .item .descr a.more {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  -webkit-box-shadow: 0px 1px 0px #BF6A22;
          box-shadow: 0px 1px 0px #BF6A22;
  background: #EE862E;
  margin-bottom: 19px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .products .wrap .item .descr a.more {
    width: 165px;
    height: 30px;
    margin-bottom: 12px;
  }
}
.products .wrap .item .descr a.more:hover {
  background: #d95e07;
}
.products .wrap .more_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
}
.products .wrap .more_box .more_product {
  color: #EE862E;
  text-decoration: underline;
  font: 600px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .products .wrap .more_box .more_product {
    font-size: 11px;
  }
}
.products .wrap .more_box .more_product:hover {
  text-decoration: none;
}

.consultation {
  padding-top: 29px;
  padding-bottom: 37px;
  background: #EE862E;
}
@media (max-width: 480px) {
  .consultation {
    padding-top: 9px;
    padding-bottom: 15px;
  }
}
.consultation .title_block {
  margin-bottom: 25px;
}
.consultation .title_block p {
  color: #fff;
}

.service {
  padding-top: 28px;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .service {
    padding-top: 11px;
    padding-bottom: 0;
  }
}
.service .title_block {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .service .title_block {
    margin-bottom: 7px;
  }
}
.service .hr {
  margin-bottom: 43px;
}
@media (max-width: 480px) {
  .service .hr {
    margin-bottom: 20px;
  }
}
.service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .service-wrap {
    margin: 0 -15px;
  }
}
.service-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 430px;
}
@media (max-width: 991px) {
  .service-wrap__item {
    width: 49%;
    margin-bottom: 20px;
  }
}
.service-wrap__item:nth-child(2) ul li {
  padding: 11px 20px;
}
.service-wrap__item .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EE862E;
  padding: 8px 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .service-wrap__item .top {
    padding: 10px 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .service-wrap__item .top {
    padding: 7px 15px;
  }
}
.service-wrap__item .top .img {
  margin-right: 13px;
}
@media (max-width: 480px) {
  .service-wrap__item .top .img {
    margin-right: 9px;
  }
}
.service-wrap__item .top .img.img1 {
  margin-right: 11px;
}
.service-wrap__item .top .img.img1 svg {
  width: 41px;
  height: 40px;
}
@media (max-width: 480px) {
  .service-wrap__item .top .img.img1 svg {
    width: 20px;
    height: 20px;
  }
}
.service-wrap__item .top .img.img2 svg {
  width: 41px;
  height: 40px;
}
@media (max-width: 480px) {
  .service-wrap__item .top .img.img2 svg {
    width: 14px;
    height: 20px;
  }
}
.service-wrap__item .top .img.img3 {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .service-wrap__item .top .img.img3 {
    margin-right: 9px;
  }
}
.service-wrap__item .top .img.img3 svg {
  width: 55px;
  height: 40px;
}
@media (max-width: 480px) {
  .service-wrap__item .top .img.img3 svg {
    width: 27px;
    height: 20px;
  }
}
.service-wrap__item .top p {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 991px) {
  .service-wrap__item .top p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-wrap__item .top p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .service-wrap__item .top p {
    font-size: 11px;
  }
}
.service-wrap__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.service-wrap__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  font-size: 14px;
  color: #272324;
}
@media (max-width: 991px) {
  .service-wrap__item ul li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .service-wrap__item ul li {
    font-size: 11px;
    padding: 5px 5px 5px 15px;
  }
}
.service-wrap__item ul li:nth-child(even) {
  background: #F6F7F9;
}

.sevice_img {
  padding-top: 75px;
  padding-bottom: 55px;
  background: #F6F7F9;
}
@media (max-width: 480px) {
  .sevice_img {
    padding-top: 13px;
    padding-bottom: 22px;
  }
}
.sevice_img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .sevice_img-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sevice_img-wrap .item {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sevice_img-wrap .item {
    width: calc(35% - 20px);
  }
}
@media (max-width: 480px) {
  .sevice_img-wrap .item {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
}
.sevice_img-wrap .more_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
}
.sevice_img-wrap .more_box .more {
  font-weight: 600;
  text-decoration: underline;
  color: #EE862E;
  font-size: 14px;
}
@media (max-width: 480px) {
  .sevice_img-wrap .more_box .more {
    font-size: 11px;
  }
}
.sevice_img-wrap .more_box .more:hover {
  text-decoration: none;
}

.news {
  padding-top: 29px;
  padding-bottom: 55px;
}
@media (max-width: 480px) {
  .news {
    padding-top: 11px;
    padding-bottom: 20px;
  }
}
.news .title_block {
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .news .title_block {
    margin-bottom: 6px;
  }
}
.news .hr {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .news .hr {
    margin-bottom: 11px;
  }
}
.news-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .news-filters {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .news-filters {
    margin-bottom: 0;
  }
}
.news-filters .new-to-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-filters .new-to-old {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-filters .new-to-old .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .news-filters .new-to-old .item {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .news-filters .new-to-old .item {
    margin-right: 0;
  }
}
.news-filters .new-to-old .item.active a {
  color: #272324;
  text-decoration: none;
}
.news-filters .new-to-old .item.active span {
  color: #272324;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.news-filters .new-to-old .item a {
  color: #B1B2B4;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 991px) {
  .news-filters .new-to-old .item a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .news-filters .new-to-old .item a {
    font-size: 11px;
  }
}
.news-filters .new-to-old .item a:hover {
  text-decoration: none;
}
.news-filters .new-to-old .item span {
  color: #B1B2B4;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-filters .filter-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.news-filters .filter-years ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-filters .filter-years ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-filters .filter-years ul li:last-child a {
  border: none;
  padding-right: 0;
}
.news-filters .filter-years ul li.active a {
  color: #B1B2B4;
}
.news-filters .filter-years ul li a {
  text-decoration: underline;
  color: #272324;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #E3E4E6;
  padding: 3px 19px;
}
@media (max-width: 991px) {
  .news-filters .filter-years ul li a {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media (max-width: 767px) {
  .news-filters .filter-years ul li a {
    border: none;
    padding: 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 480px) {
  .news-filters .filter-years ul li a {
    font-size: 11px;
  }
}
.news-filters .filter-years ul li a:hover {
  text-decoration: none;
}
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 19px 0;
  border: 1px solid #E3E4E6;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .news-wrap__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 11px 0;
  }
}
@media (max-width: 480px) {
  .news-wrap__item {
    margin-bottom: 11px;
  }
}
.news-wrap__item .img {
  width: 205px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .news-wrap__item .img {
    margin-left: 11px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .news-wrap__item .img {
    width: auto;
    height: auto;
  }
}
.news-wrap__item .news_block {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 17px;
}
@media (max-width: 991px) {
  .news-wrap__item .news_block {
    padding-left: 11px;
    padding-right: 7px;
  }
}
.news-wrap__item .news_block .date {
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .date {
    margin-bottom: 8px;
  }
}
.news-wrap__item .news_block .date p {
  color: #B1B2B4;
  font-size: 14px;
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .date p {
    font-size: 11px;
  }
}
.news-wrap__item .news_block .news_title {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .news_title {
    margin-bottom: 7px;
  }
}
.news-wrap__item .news_block .news_title p,
.news-wrap__item .news_block .news_title a {
  color: #272324;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.029em;
}
@media (max-width: 991px) {
  .news-wrap__item .news_block .news_title p,
  .news-wrap__item .news_block .news_title a {
    font-size: 19px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .news_title p,
  .news-wrap__item .news_block .news_title a {
    font-size: 14px;
  }
}
.news-wrap__item .news_block .news_descr {
  margin-bottom: 21px;
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .news_descr {
    margin-bottom: 9px;
  }
}
.news-wrap__item .news_block .news_descr p {
  color: #272324;
  font-size: 14px;
}
@media (max-width: 991px) {
  .news-wrap__item .news_block .news_descr p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .news_descr p {
    font-size: 11px;
    line-height: 14px;
  }
}
.news-wrap__item .news_block .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.news-wrap__item .news_block .more a {
  color: #EE862E;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 480px) {
  .news-wrap__item .news_block .more a {
    font-size: 11px;
  }
}
.news-wrap__item .news_block .more a:hover {
  text-decoration: none;
}
.news-wrap .more_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 12px;
}
.news-wrap .more_items a {
  color: #EE862E;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .news-wrap .more_items a {
    font-size: 11px;
  }
}
.news-wrap .more_items a:hover {
  text-decoration: none;
}

.news_page {
  padding-top: 41px;
  padding-bottom: 35px;
}
@media (max-width: 480px) {
  .news_page {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.news_page .wrap .date p {
  color: #B1B2B4;
  font-size: 14px;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .news_page .wrap .date p {
    font-size: 11px;
  }
}
.news_page .wrap .news_title p {
  color: #272324;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .news_page .wrap .news_title p {
    font-size: 19px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .news_page .wrap .news_title p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.news_page .wrap p {
  color: #272324;
  font-size: 14px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .news_page .wrap p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .news_page .wrap p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 13px;
  }
}
.news_page .wrap img {
  display: block;
  margin: 0 auto;
}

.contacts {
  padding-top: 30px;
  padding-bottom: 38px;
}
@media (max-width: 480px) {
  .contacts {
    padding-top: 11px;
    padding-bottom: 0;
  }
}
.contacts .title_block {
  margin-bottom: 13px;
}
.contacts .hr {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .contacts .hr {
    margin-bottom: 12px;
  }
}
.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #E3E4E6;
  padding: 20px 20px 20px 30px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .contacts-wrap__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .contacts-wrap__item {
    border: none;
    padding: 0;
    margin-bottom: 24px;
  }
}
.contacts-wrap__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 300px);
  padding-right: 60px;
}
@media (max-width: 767px) {
  .contacts-wrap__item .info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contacts-wrap__item .info {
    margin-bottom: 12px;
  }
}
.contacts-wrap__item .info .title_item {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .contacts-wrap__item .info .title_item {
    margin-bottom: 13px;
  }
}
.contacts-wrap__item .info .title_item p {
  color: #272324;
  font-size: 25px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .contacts-wrap__item .info .title_item p {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .contacts-wrap__item .info .title_item p {
    font-size: 16px;
  }
}
.contacts-wrap__item .info .title_item span {
  color: #272324;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contacts-wrap__item .info .title_item span {
    font-size: 14px;
  }
}
.contacts-wrap__item .info .footer-wrap__contacts {
  width: auto;
}
@media (max-width: 991px) {
  .contacts-wrap__item .info .footer-wrap__contacts {
    margin: 0;
  }
}
.contacts-wrap__item .info .footer-wrap__contacts a.item {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contacts-wrap__item .info .footer-wrap__contacts a.item {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .contacts-wrap__item .info .footer-wrap__contacts a.item {
    margin-bottom: 9px;
    font-size: 11px;
  }
}
.contacts-wrap__item .info .footer-wrap__contacts a.item:last-child {
  margin-bottom: 0;
}
.contacts-wrap__item .info .footer-wrap__contacts a.item.mail {
  text-decoration: underline;
  margin-bottom: 15px;
}
.contacts-wrap__item .info .footer-wrap__contacts a.item.mail:hover {
  text-decoration: none;
}
.contacts-wrap__item .info .footer-wrap__contacts .two_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.contacts-wrap__item .info .footer-wrap__contacts .two_tel i {
  margin-right: 7px;
}
.contacts-wrap__item .info .footer-wrap__contacts .two_tel a.item {
  margin-bottom: 0;
}
.contacts-wrap__item .info .footer-wrap__contacts .two_tel span {
  color: #272324;
  font-size: 14px;
  margin: 0 7px;
  display: block;
}
.contacts-wrap__item .info_map {
  width: 300px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .contacts-wrap__item .info_map {
    margin: 0 auto;
    width: 100%;
  }
}

.card {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .card {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .card {
    padding-bottom: 20px;
  }
}
.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .card-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card-wrap .left {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .card-wrap .left {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .card-wrap .left {
    width: 100%;
  }
}
.card-wrap .left .slider_card {
  margin-bottom: 15px;
  width: 80%;
}
@media (max-width: 767px) {
	.card-wrap .left .slider_card {
		width: 100%;
	}
}
.card-wrap .left .slider_card .slick-prev {
  font-size: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  left: -5px;
  background: #E3E4E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-wrap .left .slider_card .slick-prev:before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(images/slider_arr2.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.card-wrap .left .slider_card .slick-next {
  font-size: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  right: -5px;
  background: #E3E4E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-wrap .left .slider_card .slick-next:before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(images/slider_arr2.svg);
}
.card-wrap .left .slider_card .item img {
	width: 100%;
}

.card-wrap .left .slider_card_nav {
  width: 20%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .card-wrap .left .slider_card_nav {
    display: none;
  }
}
.card-wrap .left .slider_card_nav .item {
  /*width: 80px;
  height: 60px;*/
  height: 90px;
  cursor: pointer;
}
.card-wrap .left .slider_card_nav .item img {
  border: 2px solid transparent;
  height: 115px;
}
.card-wrap .left .slider_card_nav .slick-current img {
  border: 2px solid #EE862E;
}
/*.card-wrap .left .slider_card_nav .slick-list {
  padding-bottom: 30px;
}*/
.card-wrap .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .card-wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.card-wrap .right .title_top {
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .card-wrap .right .title_top {
    margin-bottom: 9px;
  }
}
.card-wrap .right .title_top p {
  color: #272324;
  font-size: 14px;
}
@media (max-width: 767px) {
  .card-wrap .right .title_top p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .card-wrap .right .title_top p {
    font-size: 11px;
  }
}
.card-wrap .right .item_title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .card-wrap .right .item_title {
    margin-bottom: 9px;
  }
}
.card-wrap .right .item_title p {
  color: #272324;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .card-wrap .right .item_title p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .card-wrap .right .item_title p {
    font-size: 16px;
    line-height: normal;
  }
}
.card-wrap .right .descr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
@media (max-width: 480px) {
  .card-wrap .right .descr {
    margin-bottom: 12px;
  }
}
.card-wrap .right .descr p {
  color: #272324;
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .card-wrap .right .descr p {
    font-size: 11px;
  }
}
.card-wrap .right .descr p a {
	display: inline;
    color: #FF6600;
    text-decoration: underline;
}
.card-wrap .right .descr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-wrap .right .descr ul li {
  color: #272324;
  font-size: 14px;
}
@media (max-width: 480px) {
  .card-wrap .right .descr ul li {
    font-size: 11px;
  }
}
.card-wrap .right .descr ul li:before {
  content: "•";
  color: #272324;
  font-weight: 600;
  font-size: 14px;
}
.card-wrap .right a.order {
  background: #EE862E;
  -webkit-box-shadow: 0px 1px 0px #BF6A22;
          box-shadow: 0px 1px 0px #BF6A22;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .card-wrap .right a.order {
    width: 165px;
    height: 30px;
    font-size: 11px;
    margin-bottom: 19px;
  }
}
.card-wrap .right a.order:hover {
  background: #d95e07;
}
.card-wrap .right a.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #EE862E;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .card-wrap .right a.catalog {
    font-size: 11px;
    margin-bottom: 22px;
  }
}
.card-wrap .right a.catalog:hover {
  text-decoration: none;
}
.card-wrap .right a.catalog svg {
  margin-right: 6px;
}
.card-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .card-table {
    margin: 0 -15px;
  }
}
.card-table .item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E3E4E6;
}
.card-table .item_head .item {
  border-right: 1px solid #E3E4E6;
  background: #EE862E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  height: 40px;
}
@media (max-width: 767px) {
  .card-table .item_head .item {
    font-size: 11px;
  }
}
.card-table .item_head .item:last-child {
  border: none;
}
.card-table .item_head .item:nth-child(1) {
  width: 228px;
}
.card-table .item_head .item:nth-child(2) {
  width: 652px;
}
.card-table .item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #E3E4E6;
}
.card-table .item_body .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E3E4E6;
}
.card-table .item_body .line:last-child {
  border: none;
}
.card-table .item_body .line.title .item {
  font-weight: 600;
}
.card-table .item_body .line.last .item:nth-child(1) {
  width: 228px;
  font-weight: 600;
}
.card-table .item_body .line.last .item:nth-child(2) {
  width: 108px;
}
.card-table .item_body .line .item {
  width: 108px;
  height: 40px;
  border-right: 1px solid #E3E4E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 11px;
  color: #272324;
}
@media (max-width: 767px) {
  .card-table .item_body .line .item {
    font-size: 10px;
  }
}
.card-table .item_body .line .item:last-child {
  border: none;
}
.card-table .item_body .line .item:nth-child(1) {
  width: 114px;
}
.card-table .item_body .line .item:nth-child(2) {
  width: 114px;
}
.card .descr_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F7F9;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .card .descr_table {
    margin: 0 -15px;
  }
}
.card .descr_table p {
  font-size: 14px;
  color: #272324;
}
@media (max-width: 767px) {
  .card .descr_table p {
    font-size: 11px;
  }
}

.production {
  padding-top: 29px;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  .production {
    padding-top: 11px;
    padding-bottom: 20px;
  }
}
.production .title_block {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .production .title_block {
    margin-bottom: 7px;
  }
}
.production .hr {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .production .hr {
    margin-bottom: 19px;
  }
}
.production-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.production-wrap .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 495px;
  background: #EE862E;
  padding-top: 59px;
}
@media (max-width: 767px) {
  .production-wrap .video {
    min-height: 380px;
  }
}
@media (max-width: 480px) {
  .production-wrap .video {
    min-height: 163px;
    padding-top: 20px;
  }
}
.production-wrap .video .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 202px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .production-wrap .video .logo {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .production-wrap .video .logo {
    width: 67px;
    margin-bottom: 17px;
  }
}
.production-wrap .video .play {
  cursor: pointer;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(images/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .production-wrap .video .play {
    width: 71px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .production-wrap .video .play {
    width: 32px;
    height: 32px;
  }
}

.table {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
}
.table table {
  width: 100%;
}
.table table thead {
  background: #EE862E;
}
.table table tr th {
  border: 1px solid #E3E4E6;
  padding: 11px 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.table table tbody tr:last-child {
  background: #F6F7F9;
}
.table table tbody tr:last-child td {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
}
.table table tbody tr td {
  border: 1px solid #E3E4E6;
  padding: 11px 5px;
  text-align: center;
  font-size: 14px;
  color: #272324;
  min-height: 40px;
}

.image-style-side {
  float: right;
  width: 50%;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .image-style-side {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.news_page .media {
  margin-bottom: 20px;
}
.news_page .wrap h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap h2 {
  font-size: 33px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap h4 {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap h5 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}
.news_page .wrap ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 15px;
}
.news_page .wrap ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
.news_page .wrap ul li {
  margin-bottom: 10px;
}
.news_page .wrap p {
  line-height: 1.4;
  margin-bottom:18px;
}
.news_page .wrap a {
  display: inline;
  color: #FF6600;
  text-decoration:underline;
}
.news_page .wrap a:hover {
  color: #b16314;
}
.news_page .wrap blockquote {
  padding-left: 15px;
  border-left: 3px solid #e6e6e6;
}
.news_page .wrap blockquote p {
  font-size: 13px;
}
.news_page .wrap i {
    font-style: italic;
    display: inline-block;
}
.news_page .wrap figure.image {
	display:inline-block;
	margin-bottom:25px;
}
.news_page .wrap figure.image img {
	margin-right:25px;
}


.blocker {
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 320px;
  min-height: 269px;
  background: #EE862E;
  border-radius: 0;
  border: none;
  padding: 0 20px;
  padding-top: 22px;
  padding-bottom:22px;
}
@media (max-width: 480px) {
  .modal {
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
  }
}
.modal.modal2 .title_modal {
  margin-bottom: 16px;
}
.modal a.close-modal {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(images/modal_close.svg);
  top: 10px;
  right: 10px;
}
.modal .title_modal {
  width: 100%;
  text-align: center;
}
.modal .title_modal p {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 480px) {
  .modal .title_modal p {
    font-size: 22px;
  }
}
.modal .hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.modal .hr .item {
  width: 8px;
  height: 2px;
  background: #fff;
  margin: 0 2.5px;
}
.modal .modal_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal_form input {
  background-color: #fff;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
}
.modal .modal_form input::-webkit-input-placeholder {
  text-align: center;
  color: #B1B2B4;
}
.modal .modal_form input:-ms-input-placeholder {
  text-align: center;
  color: #B1B2B4;
}
.modal .modal_form input::-ms-input-placeholder {
  text-align: center;
  color: #B1B2B4;
}
.modal .modal_form input::placeholder {
  text-align: center;
  color: #B1B2B4;
}
.modal .modal_form button {
  width: 100%;
  height: 30px;
  border: 1px solid #FFFFFF;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.modal .modal_form .checkbox {
  margin-bottom: 13px;
  padding-left: 8px;
}
.modal .modal_form .checkbox input:checked + label span {
  background-image: url(images/label_arr.svg);
}
.modal .modal_form .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
  font-size: 11px;
}
@media (max-width: 480px) {
  .modal .modal_form .checkbox label {
    font-size: 10px;
  }
}
.modal .modal_form .checkbox label span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.modal .modal_form a.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: center;
}
@media (max-width: 480px) {
  .modal .modal_form a.policy {
    font-size: 10px;
  }
}
.modal .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.modal .img:before {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-image: url(images/modal_icon.svg);
}
