* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

p, h1, a {
  margin: 0;
  padding: 0;
}

button {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

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

body {
  font-family: 'Montserrat';
  background: #E5E5E5;
}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 700px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 320px;
  }
}

.first_btn {
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  color: #F1F1F1;
  background: #880000;
  display: inline-block;
  padding: 12px 31px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.first_btn:hover {
  background: #C51414;
  -webkit-box-shadow: 0px 4px 20px rgba(61, 61, 61, 0.6);
          box-shadow: 0px 4px 20px rgba(61, 61, 61, 0.6);
  color: #F1F1F1;
}

.section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #171717;
}

@media (min-width: 768px) and (max-width: 992px) {
  .section_title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .section_title {
    font-size: 26px;
    margin-bottom: 6px;
  }
}

.title_bottom {
  font-size: 24px;
  line-height: 145%;
  color: #171717;
  opacity: 0.8;
  padding-left: 258px;
  margin-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .title_bottom {
    font-size: 22px;
    margin-bottom: 67px;
  }
}

@media (max-width: 480px) {
  .title_bottom {
    font-size: 18px;
    padding-left: 97px;
    margin-bottom: 38px;
  }
}

.title_bottom:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 238px;
  background-color: #880000;
  top: 19px;
  left: 0;
}

@media (max-width: 480px) {
  .title_bottom:after {
    width: 90px;
  }
}

.main_menu {
  padding-top: 120px;
  height: 100%;
  position: fixed;
  background-color: #000;
  width: 100%;
  left: -100%;
  text-align: center;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
}

@media (max-width: 1200px) {
  .main_menu {
    padding-top: 70px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .main_menu {
    padding-top: 70px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main_menu {
    padding-top: 70px;
  }
}

@media (max-width: 480px) {
  .main_menu {
    padding-top: 55px;
  }
}

.main_menu.active {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  visibility: visible;
  z-index: 10;
  left: 0;
  opacity: 1;
}

.main_menu .menu_block {
  margin-bottom: 90px;
  position: relative;
}

@media (max-width: 1200px) {
  .main_menu .menu_block {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main_menu .menu_block {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .main_menu .menu_block {
    margin-bottom: 24px;
  }
}

.main_menu .menu_block .menu_icon {
  position: absolute;
  top: -52px;
  right: -20px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  .main_menu .menu_block .menu_icon {
    top: -55px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .main_menu .menu_block .menu_icon {
    top: -40px;
    right: 10px;
  }
}

.main_menu .menu_block ul {
  margin: 0;
  padding: 0;
}

.main_menu .menu_block li {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .main_menu .menu_block li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .main_menu .menu_block li {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main_menu .menu_block li {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .main_menu .menu_block li {
    margin-bottom: 20px;
  }
}

.main_menu .menu_block li:last-child {
  margin-bottom: 0;
}

.main_menu .menu_block a {
  font-weight: 800;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
}

@media (min-width: 768px) and (max-width: 992px) {
  .main_menu .menu_block a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .main_menu .menu_block a {
    font-size: 15px;
  }
}

.main_menu .contact_infos p {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .main_menu .contact_infos p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.main_menu .contact_infos a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .main_menu .contact_infos a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

header {
  background-color: #000;
  background-image: url("../../images/header_bg.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 141px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  header {
    padding-bottom: 114px;
    background-position: 255px 106px;
    background-size: 84%;
    padding-bottom: 170px;
  }
}

@media (max-width: 480px) {
  header {
    padding-bottom: 50px;
    background-size: 402px, 406px;
    background-position: 110px 30px;
    margin-bottom: 40px;
  }
  header .container {
    padding: 0;
  }
}

header:after {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 360px;
  background: #880000;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  header:after {
    bottom: 114px;
    height: 360px;
  }
}

@media (max-width: 480px) {
  header:after {
    width: 100%;
    height: 260px;
    bottom: 50px;
  }
}

header .header_top {
  padding: 40px 0 115px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .header_top {
    padding: 32px 0 42px 0;
  }
}

@media (max-width: 480px) {
  header .header_top {
    padding: 19px 10px 46px 10px;
  }
}

header .header_logo a {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .header_logo a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  header .header_logo a {
    font-size: 14px;
  }
}

header .header_logo p {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .header_logo p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  header .header_logo p {
    font-size: 10px;
  }
}

header .top_right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top_right .header_phone {
  margin-right: 45px;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .top_right .header_phone {
    display: none;
  }
}

@media (max-width: 480px) {
  header .top_right .header_phone {
    display: none;
  }
}

header .top_right .header_phone a {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #F1F1F1;
}

header .top_right .call_back {
  margin-right: 40px;
}

@media (max-width: 480px) {
  header .top_right .call_back {
    display: none;
  }
}

header .top_right .header_menu {
  font-weight: bold;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .top_right .header_menu {
    font-size: 18px;
  }
}

header .top_right .header_menu .mb_callback {
  display: none;
}

@media (max-width: 480px) {
  header .top_right .header_menu .mb_callback {
    display: block;
    margin-right: 28px;
  }
}

header .top_right .header_menu span {
  opacity: 0.7;
  margin-right: 10px;
}

@media (max-width: 480px) {
  header .top_right .header_menu span {
    display: none;
  }
}

header .contract_section .contract_title {
  font-weight: 800;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
  margin-bottom: 28px;
}

header .contract_section .contract_title br {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .contract_section .contract_title {
    font-size: 38px;
  }
  header .contract_section .contract_title br {
    display: block;
  }
}

@media (max-width: 480px) {
  header .contract_section .contract_title {
    line-height: 130%;
    letter-spacing: 0.02em;
    font-size: 22px;
    margin-bottom: 16px;
    padding: 0 15px;
  }
}

header .contract_section .contract_info {
  font-size: 24px;
  line-height: 135%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 146px;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .contract_section .contract_info {
    font-size: 22px;
    margin-bottom: 150px;
  }
  header .contract_section .contract_info br {
    display: none;
  }
}

@media (max-width: 480px) {
  header .contract_section .contract_info {
    font-size: 14px;
    opacity: 0.9;
    padding: 0 70px 0 15px;
    margin-bottom: 88px;
  }
  header .contract_section .contract_info br {
    display: none;
  }
}

header .contract_section .red_block {
  background: #880000;
  position: relative;
}

header .contract_section .red_block .owl-item {
  opacity: 0.4;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

header .contract_section .red_block .owl-item.firstActiveItem {
  opacity: 1;
}

header .contract_section .red_block .owl-nav {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 130px;
}

header .contract_section .red_block .owl-nav:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/swipe.png");
  left: 215px;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 480px) {
  header .contract_section .red_block .owl-nav:after {
    left: 0;
    right: 0;
  }
}

@media (max-width: 480px) {
  header .contract_section .red_block .owl-nav {
    bottom: 20px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
}

header .contract_section .red_block .owl-nav .owl-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 480px) {
  header .contract_section .red_block .owl-nav .owl-next img {
    width: 90px;
  }
}

header .contract_section .red_block .owl-nav .owl-prev {
  display: none;
}

@media (max-width: 480px) {
  header .contract_section .red_block .owl-nav .owl-prev {
    display: block;
  }
  header .contract_section .red_block .owl-nav .owl-prev img {
    width: 90px;
  }
}

header .contract_section .red_block .slider_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
  position: absolute;
  z-index: 11;
  top: -30px;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .contract_section .red_block .slider_title {
    font-size: 28px;
    top: -25px;
  }
}

@media (max-width: 480px) {
  header .contract_section .red_block .slider_title {
    font-size: 19px;
    top: 25px;
    left: 10px;
  }
}

header .contract_section .red_block .slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 480px) {
  header .contract_section .red_block .slider_item {
    padding: 0 10px 20px 10px;
  }
}

header .contract_section .red_block .slider_item .item_number {
  font-size: 200px;
  line-height: 244px;
  letter-spacing: 0.02em;
  color: #F1F1F1;
  margin-right: 15px;
  width: 116px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 480px) {
  header .contract_section .red_block .slider_item .item_number {
    font-size: 74px;
    width: 43px;
  }
}

header .contract_section .red_block .slider_item .item_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  padding-top: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .contract_section .red_block .slider_item .item_info {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  header .contract_section .red_block .slider_item .item_info {
    font-size: 14px;
    padding-top: 100px;
  }
}

.benefit_section {
  margin-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section {
    margin-bottom: 66px;
  }
}

@media (max-width: 480px) {
  .benefit_section {
    margin-bottom: 60px;
    background-color: #F1F1F1;
  }
}

.benefit_section .benefit_slider {
  display: none;
}

@media (max-width: 480px) {
  .benefit_section .benefit_slider {
    display: block;
    margin-bottom: 10px;
  }
  .benefit_section .benefit_slider .owl-item:nth-child(2n+1) .benefit_item {
    background-color: #000;
  }
  .benefit_section .benefit_slider .owl-item:nth-child(2n) .benefit_item {
    background: #841313;
  }
  .benefit_section .benefit_slider .benefit_item {
    padding: 38px 10px;
    height: 220px;
  }
  .benefit_section .benefit_slider .benefit_item .item_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .benefit_section .benefit_slider .benefit_item .item_info {
    font-size: 14px;
  }
}

.benefit_section .col-sm-12 {
  padding: 0;
}

.benefit_section .item_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #F1F1F1;
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_title {
    margin-bottom: 19px;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_title {
    font-size: 18px;
    margin-bottom: 19px;
  }
}

.benefit_section .item_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_info {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_left {
    display: none;
  }
}

.benefit_section .item_left .benefit_item {
  height: 300px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_left .benefit_item {
    height: 280px;
  }
}

.benefit_section .item_left .benefit_item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_left .benefit_item img {
    height: 280px;
  }
}

.benefit_section .item_left .col-lg-6 {
  padding: 0;
}

.benefit_section .item_left .col-lg-6:nth-child(1) .benefit_item, .benefit_section .item_left .col-lg-6:nth-child(5) .benefit_item {
  background: #171717;
}

.benefit_section .item_left .col-lg-6:nth-child(2n+1) .benefit_item {
  padding: 56px 20px 44px 20px;
}

.benefit_section .item_left .col-lg-6:nth-child(2) .benefit_item, .benefit_section .item_left .col-lg-6:nth-child(6) .benefit_item {
  padding: 56px 20px 44px 20px;
}

.benefit_section .item_left .col-lg-6:nth-child(2) .benefit_item, .benefit_section .item_left .col-lg-6:nth-child(3) .benefit_item, .benefit_section .item_left .col-lg-6:nth-child(6) .benefit_item {
  background: #841313;
}

.benefit_section .col-lg-3 {
  padding: 0;
}

.benefit_section .item_right {
  background: #171717;
  height: 900px;
  padding-top: 75px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_right {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 43px 20px 36px 0;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_right {
    padding-top: 25px;
    height: auto;
    padding-bottom: 38px;
  }
}

.benefit_section .item_right .item_img {
  margin-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_right .item_img {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_right .item_img {
    margin-bottom: 34px;
  }
}

.benefit_section .item_right .item_img .img_bottom {
  width: 100%;
  height: 4px;
  background: #B6B6B6;
  opacity: 0.4;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.benefit_section .item_right .item_img img {
  width: 100%;
}

.benefit_section .item_right .item_bottom {
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_right .item_bottom {
    margin-top: 90px;
    padding: 0;
  }
  .benefit_section .item_right .item_bottom .item_title {
    margin-bottom: 10px;
    padding: 0;
  }
}

.benefit_section .item_right .item_title {
  padding: 0 15px;
}

.benefit_section .item_right .item_info {
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_right .item_info {
    font-size: 15px;
    margin-bottom: 39px;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_right .item_info {
    font-size: 14px;
    margin-bottom: 41px;
  }
}

.benefit_section .item_right .first_btn {
  padding: 12px 41px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .benefit_section .item_right .first_btn {
    padding: 12px 42px;
  }
}

@media (max-width: 480px) {
  .benefit_section .item_right .first_btn {
    width: calc(100% - 40px);
  }
}

.approach {
  background-color: #000;
  padding-top: 128px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach {
    padding: 79px 0 128px 0;
  }
}

@media (max-width: 480px) {
  .approach {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .approach .section_title, .approach .title_bottom {
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .title_bottom:after {
    margin-bottom: 62px;
  }
}

@media (max-width: 480px) {
  .approach .title_bottom:after {
    left: 10px;
  }
}

@media (max-width: 480px) {
  .approach .container {
    padding: 0;
  }
}

.approach .consult_item {
  margin-top: 45px;
  text-align: center;
}

@media (max-width: 480px) {
  .approach .consult_item {
    padding: 0;
  }
}

.approach .consult_item .consult_tile {
  margin-bottom: 10px;
  color: #F1F1F1;
}

.approach .consult_item .consult_info {
  color: #F1F1F1;
  margin-bottom: 132px;
}

.approach .consult_item input {
  width: calc(100% - 240px);
  margin: 0 12px 30px 120px;
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #030000;
  padding-bottom: 8px;
}

.approach .consult_item input::-webkit-input-placeholder {
  font-size: 24px;
  color: #F1F1F1;
}

.approach .consult_item input:-ms-input-placeholder {
  font-size: 24px;
  color: #F1F1F1;
}

.approach .consult_item input::-ms-input-placeholder {
  font-size: 24px;
  color: #F1F1F1;
}

.approach .consult_item input::placeholder {
  font-size: 24px;
  color: #F1F1F1;
}

.approach .consult_item .first_btn {
  padding: 12px 55px;
  margin-bottom: 20px;
  border: none;
}

.approach .consult_item .prevent_text {
  color: #F1F1F1;
  margin-bottom: 86px;
}

.approach .consult_item .prevent_text a {
  color: #F1F1F1;
  border-bottom: 1px solid #171717;
}

.approach .consult_item .social_info {
  color: #F1F1F1;
  margin-bottom: 20px;
}

.approach .consult_item .social_liks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.approach .consult_item .social_liks ul li {
  margin-right: 30px;
}

.approach .consult_item .social_liks ul li a:hover path {
  fill: #880000;
}

.approach .section_title, .approach .title_bottom {
  color: #F1F1F1;
}

@media (max-width: 480px) {
  .approach .section_title {
    text-align: right;
  }
}

.approach .title_bottom {
  padding-left: 136px;
}

@media (max-width: 480px) {
  .approach .title_bottom {
    padding-left: 0;
    text-align: right;
    margin-bottom: 48px;
  }
}

.approach .title_bottom:after {
  width: 116px;
}

@media (max-width: 480px) {
  .approach .title_bottom:after {
    width: 65px;
    top: -22px;
  }
}

.approach .approach_item {
  background: #841313;
  opacity: 0.4;
  padding: 30px 102px 95px 50px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_item {
    padding: 30px 50px;
  }
}

@media (max-width: 480px) {
  .approach .approach_item {
    padding: 30px 10px 82px 10px;
  }
}

.approach .approach_item.consult {
  padding: 30px 102px 95px 102px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_item.consult {
    padding: 30px 50px;
  }
  .approach .approach_item.consult form {
    text-align: center;
  }
  .approach .approach_item.consult form input {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 480px) {
  .approach .approach_item.consult {
    padding: 45px  0;
    text-align: center;
  }
  .approach .approach_item.consult .item_title {
    margin-bottom: 0;
  }
  .approach .approach_item.consult .consult_info {
    margin-bottom: 40px;
  }
  .approach .approach_item.consult form {
    text-align: center;
  }
  .approach .approach_item.consult form input {
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center;
  }
  .approach .approach_item.consult form input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .approach .approach_item.consult form input:-ms-input-placeholder {
    font-size: 10px;
  }
  .approach .approach_item.consult form input::-ms-input-placeholder {
    font-size: 10px;
  }
  .approach .approach_item.consult form input::placeholder {
    font-size: 10px;
  }
  .approach .approach_item.consult .prevent_text {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .approach .approach_item.consult .prevent_text br {
    display: none;
  }
}

.approach .approach_item .item_child {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .approach .approach_item .item_child {
    margin-bottom: 52px;
  }
}

.approach .approach_item .item_child:last-child {
  margin-bottom: 0;
}

.approach .approach_item .item_title {
  font-weight: 800;
  font-size: 25.5111px;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
  margin-bottom: 44px;
  text-align: center;
}

@media (max-width: 480px) {
  .approach .approach_item .item_title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

.approach .approach_item .child_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .approach .approach_item .child_top {
    margin-bottom: 10px;
  }
}

.approach .approach_item .child_top .child_number {
  font-size: 32.8px;
  line-height: 40px;
  color: #aa1616;
  padding-right: 14px;
  position: relative;
}

@media (max-width: 480px) {
  .approach .approach_item .child_top .child_number {
    font-size: 24px;
  }
}

.approach .approach_item .child_top .child_number:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #F1F1F1;
  opacity: 0.2;
  top: 0;
  right: 0;
}

.approach .approach_item .child_top .child_name {
  padding-left: 15px;
  font-size: 15.4889px;
  color: #F1F1F1;
  font-weight: bold;
}

@media (max-width: 480px) {
  .approach .approach_item .child_top .child_name {
    padding-left: 5px;
  }
}

.approach .approach_item .child_bottom {
  padding-left: 70px;
  font-weight: 500;
  font-size: 15.4889px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .approach_item .child_bottom {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .approach .approach_item .child_bottom {
    padding-left: 0;
  }
}

.approach .approach_slider.owl-carousel {
  position: relative;
}

.approach .approach_slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-stage {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .approach_item {
  background-color: #F1F1F1;
  opacity: 1;
  height: 1060px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .approach_item {
    height: 1280px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .approach_item {
    height: 900px;
  }
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .approach_item {
    margin-left: 0;
    height: auto;
  }
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .item_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #171717;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .item_title br {
  display: none;
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .item_title {
    font-size: 20px;
    text-align: center;
  }
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .item_title br {
    display: block;
  }
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .child_number {
  font-size: 36px;
  line-height: 44px;
  color: #880000;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .child_number:after {
  background: #171717;
  opacity: 0.2;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .child_name {
  font-weight: bold;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .child_bottom {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_tile {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_item {
    padding: 0;
  }
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_item input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  opacity: 0.23;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_item input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  opacity: 0.23;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_item input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  opacity: 0.23;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .consult_item input::placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  opacity: 0.23;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .prevent_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #171717;
  opacity: 0.5;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .prevent_text a {
  color: #171717;
}

.approach .approach_slider.owl-carousel .owl-item.firstActiveItem .social_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
}

.approach .approach_slider.owl-carousel .owl-item .approach_item {
  height: 1000px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_slider.owl-carousel .owl-item .approach_item {
    height: 1240px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .approach_slider.owl-carousel .owl-item .approach_item {
    height: 900px;
  }
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-item {
    width: 320px;
  }
}

.approach .approach_slider.owl-carousel .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 35px;
  left: 0;
  margin-left: 40px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_slider.owl-carousel .owl-nav {
    margin-left: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .approach_slider.owl-carousel .owl-nav {
    top: 35px;
  }
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-nav {
    margin-left: 10px;
    top: 45px;
  }
}

.approach .approach_slider.owl-carousel .owl-nav .owl-next {
  margin-left: 485px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .approach .approach_slider.owl-carousel .owl-nav .owl-next {
    margin-left: 325px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .approach .approach_slider.owl-carousel .owl-nav .owl-next {
    margin-left: 555px;
  }
}

@media (max-width: 480px) {
  .approach .approach_slider.owl-carousel .owl-nav .owl-next {
    margin-left: 216px;
  }
}

.approach .approach_slider.owl-carousel .owl-nav .owl-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.offer {
  background-color: #000;
  padding: 148px 198px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .offer {
    padding: 148px 10px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .offer {
    padding: 32px 0 51px 0;
  }
}

.offer .nav-tabs {
  border-bottom: none;
}

.offer .section_title {
  color: #F1F1F1;
}

.offer .section_title br {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .section_title br {
    display: block;
  }
}

@media (max-width: 480px) {
  .offer .section_title br {
    display: block;
  }
}

.offer .title_bottom {
  color: #F1F1F1;
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .title_bottom {
    margin-bottom: 26px;
    padding-left: 0;
  }
  .offer .title_bottom:after {
    width: 406px;
    left: 325px;
    top: -75px;
  }
}

@media (max-width: 480px) {
  .offer .title_bottom {
    margin-bottom: 32px;
    padding-left: 0;
  }
  .offer .title_bottom:after {
    width: 137px;
    top: -58px;
    left: 160px;
  }
}

.offer .offer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .offer .offer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offer .offer_content nav {
  margin-right: 25px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 51px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 100%;
    margin-right: 0;
  }
}

.offer .offer_content .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: auto;
  }
}

.offer .offer_content .nav button {
  width: 194px;
  height: 194px;
  background: #333333;
  border: transparent;
  outline: none;
  border-radius: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  color: #F1F1F1;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .nav button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .nav button {
    width: auto;
    height: auto;
    padding: 83px 37px;
  }
}

.offer .offer_content .nav button:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 30px;
  background-image: url("../../images/triangle.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 44%;
  right: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .nav button:after {
    top: calc(100% - 10px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 50%;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .nav button:after {
    display: none;
  }
}

.offer .offer_content .nav button.active, .offer .offer_content .nav button:hover {
  background: #841313;
  border-radius: none;
  outline: none;
}

.offer .offer_content .nav button.active:after, .offer .offer_content .nav button:hover:after {
  width: 30px;
  right: -25px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .nav button.active:after, .offer .offer_content .nav button:hover:after {
    right: 50%;
  }
}

.offer .offer_content .tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .offer .offer_content .tab-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.offer .offer_content .offer_slider {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .offer_slider {
    padding-bottom: 120px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider {
    padding-top: 74px;
  }
}

.offer .offer_content .offer_slider img {
  width: auto;
}

.offer .offer_content .offer_slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 11;
  bottom: 7px;
  left: 305px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .offer .offer_content .offer_slider .owl-nav {
    left: 50px;
    bottom: 3px;
  }
}

.offer .offer_content .offer_slider .owl-nav:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/swipe.png");
  background-position: top center;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .offer_slider .owl-nav {
    left: 20px;
    bottom: 60px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav {
    left: 0;
    top: 20px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav img {
    display: none;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav .owl-prev {
    width: 55px;
    height: 23px;
    background-image: url("../../images/mb_slider_icon.svg");
    background-repeat: no-repeat;
  }
}

.offer .offer_content .offer_slider .owl-nav .owl-next {
  margin-left: 220px;
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav .owl-next {
    width: 55px;
    height: 23px;
    background-image: url("../../images/mb_slider_icon.svg");
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.offer .offer_content .offer_slider .owl-nav .owl-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav .owl-next img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .offer_slider .owl-nav .owl-next {
    margin-left: 280px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .offer_slider .owl-nav .owl-next {
    margin-left: 185px;
  }
}

.offer .offer_content .tab_body {
  max-width: 915px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .offer .offer_content .tab_body {
    max-width: 725px;
    padding-bottom: 50px;
  }
}

.offer .offer_content .tab_body .tab_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F1F1F1;
  margin-bottom: 30px;
  padding-left: 45px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .tab_body .tab_title {
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 300px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_title {
    padding-left: 0;
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.offer .offer_content .tab_body .tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offer .offer_content .tab_body .tab_item .tab_img {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item .tab_img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}

.offer .offer_content .tab_body .tab_item .tab_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 43px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .offer .offer_content .tab_body .tab_item .tab_text {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .tab_body .tab_item .tab_text {
    font-size: 15px;
    margin-top: 52px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item .tab_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.offer .offer_content .tab_body .tab_item .tab_name {
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #F1F1F1;
  margin-bottom: 23px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .tab_body .tab_item .tab_name {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item .tab_name {
    font-size: 16px;
    margin-bottom: 17px;
  }
}

.offer .offer_content .tab_body .tab_item .tab_uses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item .tab_uses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offer .offer_content .tab_body .tab_item .tab_uses .use_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 23px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .offer .offer_content .tab_body .tab_item .tab_uses .use_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .offer .offer_content .tab_body .tab_item .tab_uses .use_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .offer .offer_content .tab_body .tab_item .tab_uses .use_item {
    font-size: 14px;
  }
}

.offer .offer_content .tab_body .tab_item .tab_uses .use_item img {
  margin-right: 12px;
}

.contact {
  background-image: url("../../images/contact_bg.png");
  background-repeat: no-repeat;
  background-position: left;
  padding: 100px 0 120px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact {
    padding: 100px 0 76px 0;
  }
}

@media (max-width: 480px) {
  .contact {
    background-color: #fff;
    padding: 224px 0 57px 0;
    background-position: top, center;
    background-size: 333px 184px;
  }
}

.contact .contact_block {
  background: #F1F1F1;
  border: 1px solid #171717;
  padding: 40px 26px 56px 26px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact .contact_block {
    padding: 40px 63px 56px 63px;
  }
}

@media (max-width: 480px) {
  .contact .contact_block {
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .contact .contact_block br {
    display: none;
  }
}

.contact .contact_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #171717;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .contact .contact_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.contact .coctact_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact .coctact_info {
    font-size: 15px;
    margin-bottom: 59px;
  }
}

@media (max-width: 480px) {
  .contact .coctact_info {
    font-size: 14px;
    margin-bottom: 31px;
  }
}

.contact input {
  width: calc(100% - 90px);
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #171717;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact input {
    width: calc(100% - 140px);
  }
}

@media (max-width: 480px) {
  .contact input {
    width: calc(100% - 20px);
  }
}

.contact input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #171717;
  opacity: 0.23;
}

.contact input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #171717;
  opacity: 0.23;
}

.contact input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #171717;
  opacity: 0.23;
}

.contact input::placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #171717;
  opacity: 0.23;
}

@media (max-width: 480px) {
  .contact input::-webkit-input-placeholder {
    font-size: 22px;
  }
  .contact input:-ms-input-placeholder {
    font-size: 22px;
  }
  .contact input::-ms-input-placeholder {
    font-size: 22px;
  }
  .contact input::placeholder {
    font-size: 22px;
  }
}

.contact button {
  border: none;
  outline: none;
  padding: 12px 55px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .contact button {
    width: 100%;
  }
}

.contact .prevent_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #171717;
  opacity: 0.5;
  margin-bottom: 50px;
}

.contact .prevent_text a {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #171717;
  border-bottom: 1px solid #171717;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact .prevent_text br {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact .prevent_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.contact .social_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .contact .social_info {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.contact .social_liks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .social_liks ul li {
  margin-right: 30px;
}

.contact .social_liks ul li a:hover path {
  fill: #880000;
}

.partner {
  background-color: #000;
  padding: 128px 0 190px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partner {
    padding: 108px 0 126px 0;
  }
}

@media (max-width: 480px) {
  .partner {
    padding: 31px 0 0 0;
  }
  .partner .container {
    padding: 0;
  }
  .partner .partner_top {
    padding: 0 10px;
  }
}

.partner .section_title, .partner .title_bottom {
  color: #F1F1F1;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partner .title_bottom {
    margin-bottom: 62px;
  }
}

@media (max-width: 480px) {
  .partner .title_bottom {
    padding: 0;
    margin-bottom: 30px;
  }
  .partner .title_bottom:after {
    width: 43px;
    left: 255px;
    top: 15px;
  }
}

@media (max-width: 480px) {
  .partner .partner_items .row {
    display: none;
  }
}

.partner .partner_items .partner_slider {
  display: none;
  position: relative;
  background-color: #fff;
}

@media (max-width: 480px) {
  .partner .partner_items .partner_slider {
    display: block;
    padding: 20px 10px 50px 10px;
  }
}

.partner .partner_items .partner_slider .owl-item img {
  width: auto;
}

.partner .partner_items .partner_slider .item_img {
  margin-bottom: 10px;
}

.partner .partner_items .partner_slider .partner_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 135%;
  color: #171717;
  margin-bottom: 10px;
}

.partner .partner_items .partner_slider .partner_info {
  font-size: 14px;
  margin-bottom: 24px;
}

.partner .partner_items .partner_slider .more_item a {
  font-weight: bold;
  font-size: 16px;
  line-height: 145%;
  color: #880000;
  opacity: 0.7;
}

.partner .partner_items .partner_slider .owl-nav {
  position: absolute;
  bottom: 15px;
}

.partner .partner_items .partner_slider .owl-nav .owl-next {
  margin-left: 210px;
}

.partner .partner_items .partner_slider .owl-nav .owl-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.partner .partner_items .partner_slider .owl-dots {
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  margin: auto;
  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;
}

.partner .partner_items .partner_slider .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #171717;
  opacity: 0.3;
  margin: 0 5px;
}

.partner .partner_items .partner_slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.partner .partner_items .col-lg-4 {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partner .partner_items .col-lg-4.col-md-6:nth-child(1) .partner_item, .partner .partner_items .col-lg-4.col-md-6:nth-child(4) .partner_item, .partner .partner_items .col-lg-4.col-md-6:nth-child(5) .partner_item {
    background-color: #F1F1F1;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(1) .partner_item .partner_name, .partner .partner_items .col-lg-4.col-md-6:nth-child(4) .partner_item .partner_name, .partner .partner_items .col-lg-4.col-md-6:nth-child(5) .partner_item .partner_name {
    color: #171717;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(1) .partner_item .partner_info, .partner .partner_items .col-lg-4.col-md-6:nth-child(4) .partner_item .partner_info, .partner .partner_items .col-lg-4.col-md-6:nth-child(5) .partner_item .partner_info {
    color: #171717;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(1) .partner_item .more_item a, .partner .partner_items .col-lg-4.col-md-6:nth-child(4) .partner_item .more_item a, .partner .partner_items .col-lg-4.col-md-6:nth-child(5) .partner_item .more_item a {
    color: #171717;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(2) .partner_item, .partner .partner_items .col-lg-4.col-md-6:nth-child(3) .partner_item, .partner .partner_items .col-lg-4.col-md-6:nth-child(6) .partner_item {
    background: #282828;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(2) .partner_item .partner_name, .partner .partner_items .col-lg-4.col-md-6:nth-child(3) .partner_item .partner_name, .partner .partner_items .col-lg-4.col-md-6:nth-child(6) .partner_item .partner_name {
    color: #F1F1F1;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(2) .partner_item .partner_info, .partner .partner_items .col-lg-4.col-md-6:nth-child(3) .partner_item .partner_info, .partner .partner_items .col-lg-4.col-md-6:nth-child(6) .partner_item .partner_info {
    color: #F1F1F1;
  }
  .partner .partner_items .col-lg-4.col-md-6:nth-child(2) .partner_item .more_item a, .partner .partner_items .col-lg-4.col-md-6:nth-child(3) .partner_item .more_item a, .partner .partner_items .col-lg-4.col-md-6:nth-child(6) .partner_item .more_item a {
    color: #F1F1F1;
  }
}

.partner .partner_items .col-lg-4:nth-child(2n+1) .partner_item {
  background-color: #F1F1F1;
}

.partner .partner_items .col-lg-4:nth-child(2n) .partner_item {
  background: #282828;
}

.partner .partner_items .col-lg-4:nth-child(2n) .partner_item .partner_name {
  color: #F1F1F1;
}

.partner .partner_items .col-lg-4:nth-child(2n) .partner_item .partner_info {
  color: #F1F1F1;
}

.partner .partner_items .col-lg-4:nth-child(2n) .partner_item .more_item a {
  color: #F1F1F1;
}

.partner .partner_items .col-lg-4 .partner_item {
  padding: 20px 30px;
}

.partner .partner_items .col-lg-4 .partner_item .item_img {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partner .partner_items .col-lg-4 .partner_item .item_img img {
    width: 58px;
    height: 66px;
  }
}

.partner .partner_items .col-lg-4 .partner_item .partner_name {
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #171717;
  margin-bottom: 15px;
}

.partner .partner_items .col-lg-4 .partner_item .partner_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171717;
  opacity: 0.8;
  margin-bottom: 37px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partner .partner_items .col-lg-4 .partner_item .partner_info {
    font-size: 15px;
    margin-bottom: 46px;
  }
}

.partner .partner_items .col-lg-4 .partner_item .more_item a {
  font-weight: bold;
  font-size: 17px;
  line-height: 145%;
  color: #171717;
  opacity: 0.7;
  letter-spacing: 0.02em;
}

.partner .partner_items .col-lg-4 .partner_item .more_item a:hover {
  color: #880000;
}

.products {
  background-color: #000;
  padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .products {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .products {
    padding: 20px 0 80px 0;
  }
}

.products .section_title, .products .title_bottom {
  color: #F1F1F1;
}

.products .title_bottom {
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .products .title_bottom {
    padding-bottom: 62px;
  }
}

@media (max-width: 480px) {
  .products .title_bottom {
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 27px;
  }
  .products .title_bottom:after {
    width: 0;
  }
}

@media (max-width: 480px) {
  .products .product_items .row {
    display: none;
  }
}

.products .product_slider {
  display: none;
  position: relative;
}

@media (max-width: 480px) {
  .products .product_slider {
    display: block;
  }
  .products .product_slider a {
    display: inline-block;
    margin: 20px 0;
  }
}

.products .product_slider .owl-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  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;
}

.products .product_slider .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F1F1F1;
  opacity: 0.3;
  margin: 0 5px;
}

.products .product_slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.products .product_item {
  margin-bottom: 77px;
  text-align: center;
}

.products .product_item a img {
  width: 100%;
}

.comments .comments_top {
  background-color: #000;
  padding-bottom: 47px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_top {
    padding-bottom: 62px;
  }
}

.comments .comments_top .section_title {
  color: #F1F1F1;
}

.comments .comments_top .section_title br {
  display: none;
}

@media (max-width: 480px) {
  .comments .comments_top .section_title br {
    display: block;
  }
}

.comments .comments_top .title_bottom {
  color: #F1F1F1;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_top .title_bottom {
    padding-left: 220px;
  }
  .comments .comments_top .title_bottom:after {
    width: 198px;
  }
}

@media (max-width: 480px) {
  .comments .comments_top .title_bottom {
    padding-left: 0;
  }
  .comments .comments_top .title_bottom:after {
    width: 122px;
    top: -57px;
    left: 176px;
  }
}

.comments .comments_block {
  background-color: #000;
  padding-bottom: 125px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block {
    padding-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block {
    padding-bottom: 0;
  }
}

.comments .comments_block .accordion {
  height: 100%;
  background: #841313;
}

.comments .comments_block .accordion-item {
  border-radius: 0;
  border: none;
}

.comments .comments_block .accordion-item .accordion-button {
  background: #841313;
  border-radius: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #F1F1F1;
  padding: 30px 135px 26px 140px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block .accordion-item .accordion-button {
    padding: 15px 50px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .accordion-item .accordion-button {
    padding: 15px 30px 15px 40px;
    font-size: 18px;
  }
}

.comments .comments_block .accordion-item .accordion-button::after {
  position: absolute;
  left: 100px;
  content: '+';
  background-image: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block .accordion-item .accordion-button::after {
    left: 25px;
    top: 15px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .accordion-item .accordion-button::after {
    left: 20px;
    top: 15px;
  }
}

.comments .comments_block .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  content: '-';
}

.comments .comments_block .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comments .comments_block .accordion-item .accordion-body {
  background-color: #000;
  padding: 27px 135px 30px 140px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block .accordion-item .accordion-body {
    padding: 20px 90px 30px 50px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .accordion-item .accordion-body {
    padding: 15px 20px 50px 20px;
  }
}

.comments .comments_block .accordion-item .accordion-body p {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block .accordion-item .accordion-body p {
    font-size: 15px;
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .accordion-item .accordion-body p {
    margin-bottom: 20px;
  }
}

.comments .comments_block .accordion-item .accordion-body .first_btn {
  padding: 12px 42px;
}

@media (max-width: 480px) {
  .comments .comments_block .accordion-item .accordion-body .first_btn {
    width: calc(100% - 40px);
    margin: 0 20px;
    text-align: center;
  }
}

.comments .comments_block .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.comments .comments_block .col-lg-4, .comments .comments_block .col-lg-8 {
  padding: 0;
}

.comments .comments_block .contact_block {
  background: #282828;
  padding: 160px 26px 56px 26px;
  text-align: center;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .comments .comments_block .contact_block {
    display: none;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block {
    background-color: #000;
    padding: 48px 20px 35px 20px;
  }
}

.comments .comments_block .contact_block .contact_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 135%;
  color: #F1F1F1;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block .contact_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.comments .comments_block .contact_block .coctact_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block .coctact_info {
    font-size: 14px;
    margin-bottom: 31px;
  }
  .comments .comments_block .contact_block .coctact_info br {
    display: none;
  }
}

.comments .comments_block .contact_block input {
  width: calc(100% - 90px);
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #F1F1F1;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.comments .comments_block .contact_block input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.23;
}

.comments .comments_block .contact_block input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.23;
}

.comments .comments_block .contact_block input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.23;
}

.comments .comments_block .contact_block input::placeholder {
  font-size: 24px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.23;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block input::-webkit-input-placeholder {
    font-size: 22px;
  }
  .comments .comments_block .contact_block input:-ms-input-placeholder {
    font-size: 22px;
  }
  .comments .comments_block .contact_block input::-ms-input-placeholder {
    font-size: 22px;
  }
  .comments .comments_block .contact_block input::placeholder {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block input {
    width: 100%;
    padding-bottom: 10px;
  }
}

.comments .comments_block .contact_block button {
  border: none;
  outline: none;
  padding: 12px 55px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block button {
    width: calc(100% - 20px);
  }
}

.comments .comments_block .contact_block .prevent_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.5;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block .prevent_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.comments .comments_block .contact_block .social_info {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .comments .comments_block .contact_block .social_info {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.comments .comments_block .contact_block .social_liks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comments .comments_block .contact_block .social_liks ul li {
  margin-right: 30px;
}

.comments .comments_block .contact_block .social_liks ul li a:hover.tg path {
  stroke: #880000;
  fill: none;
}

.comments .comments_block .contact_block .social_liks ul li a:hover path {
  stroke: #880000;
  fill: #880000;
}

footer {
  position: relative;
  background: #373737;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer {
    padding-top: 250px;
  }
}

footer .map {
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .map {
    width: 100%;
    height: 250px;
    top: 0;
  }
}

@media (max-width: 480px) {
  footer .map {
    display: none;
  }
}

footer .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer_infos {
  padding: 50px 0 50px 60px;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer_infos {
    padding: 30px 0 70px 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .footer_infos {
    height: auto;
    padding: 40px 20px 56px 20px;
    text-align: center;
  }
}

footer .footer_infos .footer_title {
  font-weight: 800;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  footer .footer_infos .footer_title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

footer .footer_infos .small_title {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 37px;
}

@media (max-width: 480px) {
  footer .footer_infos .small_title {
    font-size: 14px;
    margin-bottom: 19px;
  }
}

footer .footer_infos .footer_contacts {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  footer .footer_infos .footer_contacts {
    margin-bottom: 20px;
  }
}

footer .footer_infos .footer_contacts a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  footer .footer_infos .footer_contacts a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

footer .footer_infos .first_btn {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  footer .footer_infos .first_btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer .footer_infos .social_title {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #F1F1F1;
  opacity: 0.8;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer_infos .social_title {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  footer .footer_infos .social_title {
    font-size: 14px;
    padding: 0 45px;
    margin-bottom: 28px;
  }
}

footer .footer_infos .social_liks {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  footer .footer_infos .social_liks {
    text-align: center;
    margin-bottom: 30px;
  }
}

footer .footer_infos .social_liks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer_infos .social_liks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  footer .footer_infos .social_liks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

footer .footer_infos .social_liks ul li {
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer_infos .social_liks ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  footer .footer_infos .social_liks ul li:last-child {
    margin-right: 0;
  }
}

footer .footer_infos .social_liks ul li a:hover.tg path {
  stroke: #880000;
  fill: none;
}

footer .footer_infos .social_liks ul li a:hover path {
  stroke: #880000;
  fill: #880000;
}

footer .footer_infos .prevent_text {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.6;
}

@media (max-width: 480px) {
  footer .footer_infos .prevent_text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */