body {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  cursor: url('../../images/normal.cur'), auto;
}
a,input[type="submit"],button{
  /* cursor: url('cursor/obsidian/link.cur'), pointer; */
  cursor: url('../../images/normal.cur'), auto;
}
input,textarea {
  cursor:url('cursor/obsidian/handwriting.cur'), text;
  outline: none;
}
textarea {
  resize: none;
  resize: vertical;
  resize: horizontal;
}
input {
  margin: 0;
}
:focus {
  outline: none;
}
#container.container, .wrapper {
  width: 100%;
  padding: 0;
  background: transparent;
  float: left;
  overflow: hidden;
  padding-top: 84px;
}
.common-home #container.container, .wrapper {
  padding-top: 0px;
}

header {
  width: 100%;
  float: left;
  /*position: fixed;*/
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  background: #000;
  padding-top: 10px;
  transition: .3s;
  padding-bottom: 10px;
}
header a:hover {
  opacity: 1;
}
.common-home header {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  /*padding-top: 33px;*/
  transition: .3s;
  padding-bottom: 10px;
  background-color: #000;
}
  .h_wrap {
  width: 93%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.h_logo a {
  width: 100%;
  float: left;
}
.h_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.h_right {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: calc(100% - 157px);
  margin-top: 25px;
}
.h_nav {
  width: auto;
  float: left;
  margin-right: 35px;
}
.h_nav_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_nav_list > li {
  width: auto;
  float: left;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
}
.h_nav_list > li > a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 17px;
  color: #727272;
  display: flex;
  align-items: center;
}
.h_nav_list > li > a img {
  width: auto;
  float: left;
  transition: .3s;
  max-width: 14px;
  margin-right: 12px;
  position: relative;
  backface-visibility: hidden;
}
.h_nav_list > li > a:hover {
  color: #FFD51A;
}

.h_nav_list .h_nav_catalog li.sub .sub-menu{
  display: none;
  position: absolute;
  top: -5px;
  left: 190px;
  background: #000;
  min-width: 200px;
  padding-top: 5px;
  transition: .1s;
  padding: 5px;
  padding-left: 10px;
}
.h_nav_list .h_nav_catalog li.sub:hover .sub-menu{
  display: block;
}

/*
.common-home .h_nav_list .h_nav_catalog li.sub:hover .sub-menu{
  background: transparent;
}
*/
.common-home .header--active .h_nav_list .h_nav_catalog li.sub:hover .sub-menu{
  background: #000;
}
.h_lang {
  width: auto;
  float: left;
  margin-right: 40px;
}
.h_lang_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_lang_list li {
  width: auto;
  float: left;
}
.h_lang_list li:not(:last-child) {
  margin-right: 11px;
  position: relative;
}
.h_lang_list li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #8B8B8B;
  content: "";
}
.h_lang_list li a {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8B8B8B;
  transition: .3s;
}
.h_lang_list li a:hover {
  color: #FFD51A;
}
.h_lang_list li a.active_lang {
  color: #FFFFFF!important;
}
body .header--active {
  background-color: var(--white-100);
  padding-top: 10px;
  box-shadow: 0px 0px 10px 1px #c9c9c9;
  position: relative;
}
.header--active .h_nav_catalog, .header--active .h_nav_about, .header--active .h_nav_technical_support {
  background-color: #000;
}

.h_search {
  width: 100%;
  float: left;
  max-width: 24px;
}
.h_search a {
  width: 100%;
  float: left;
  display: flex;
}
.h_search a svg {
  width: 100%;
  float: left;
}
.h_search a svg rect {
  fill: #fff;
  transition: .3s;
}
.h_search a svg circle {
  stroke: #fff;
  transition: .3s;
}
.h_search a i {
  display: none;
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  align-items: center;
}
.h_search a:hover svg rect {
  fill: #FFD51A;
}
.h_search a:hover svg circle {
  stroke: #FFD51A;
}
.h_nav_catalog, .h_nav_about, .h_nav_catalog, .h_nav_technical_support {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: auto;
  float: left;
  min-width: 200px;
  transform: translateY(100%);

  transition: .1s;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0px;
  padding-top: 31px;
}
.h_nav_catalog li, .h_nav_about li, .h_nav_technical_support li {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.h_nav_catalog li a, .h_nav_about li a, .h_nav_technical_support li a {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: .3s;
}
.h_nav_catalog li a:hover, .h_nav_about li a:hover, .h_nav_technical_support li a:hover {
  color: #FFD51A;
}
.h_nav_catalog li a.see-all, .h_nav_about li a.see-all, .h_nav_technical_support li a.see-all {
  padding-left: 10px;
}
.h_nav_catalog--active, .h_nav_about--active, .h_nav_technical_support--active {
  opacity: 1;
  visibility: visible;
  background: #000;
  z-index:99999999999;
}
/*.common-home .h_nav_catalog--active{
  background: transparent;
}*/
.common-home .header--active .h_nav_catalog, .common-home .header--active .h_nav_about, .common-home .header--active .h_nav_technical_support {
  background: #000;
}
.h_nav_list--active img {
  transform: rotate(90deg);
}
main {
  width: 100%;
  float: left;
}
.m_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0px 0px 15px 15px #000000;
  z-index: 2;
}
.m_info_wrap {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
}
.m_info_wrap img {
  width: 100%;
  float: left;
  max-width: 985px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  filter: invert(0.86);
}
.m_info_wrap_cont {
  width: 100%;
  float: left;
  max-width: 1200px;
  z-index: 2;
  position: relative;
}
.m_info_wrap_cont p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 166.5%;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.m_info_btn{
    width: 8.7rem;
    /*width: auto;*/
    margin: 0px auto 0px auto;
    transition: .3s;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 40px;
    color: #8B8B8B;
    border: 1px solid #8B8B8B;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 160px;
}
.m_info_btn:hover{
    color: #000;
    background: #FFD51A;
    border: 1px solid #FFD51A;
}
.m_about_us {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.m_about_us:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 78px;
  width: 1px;
  background-color: #FFF;
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}
.m_about_us_wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.m_about_us_item {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.m_about_us_item:not(:last-child) {
  margin-bottom: 94px;
}
.m_about_us_item > span {
  width: 100%;
  max-width: 50%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 160px;
  line-height: 195px;
  color: #FFD51A;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.m_about_us_item span i {
  font-size: 64px;
  line-height: 102px;
  margin-left: 10px;
  margin-right: 10px;
}
.m_about_us_item p {
  width: 100%;
  float: left;
  max-width: 335px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  position: absolute;
}
.m_about_us_item--mod {
  display: flex;
  justify-content: flex-end;
}
.m_about_us_item--mod > span {
  order: 2;
  padding-right: 0;
  padding-left: 30px;
  text-align: right;
  justify-content: flex-end;
}
.m_about_us_item--mod p {
  order: 1;
}
.romb_bg {
  position: absolute;
  left: -15%;
  top: -15%;
  width: 130%;
  height: 130%;
  object-fit: cover;
  z-index: 1;
}
.romb_bg_2 {
  position: absolute;
  left: -15%;
  top: -15%;
  width: 130%;
  height: 130%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.4;
}
.m_adv {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  padding-bottom: 30px;
  box-shadow: 0px 0px 10px 10px #fff;
  z-index: 2;
  position: relative;
}
.m_adv_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_adv_wrap_left {
  width: 100%;
  float: left;
  max-width: 375px;
  padding-right: 45px;
}
.m_adv_wrap_left .title {
  padding-top: 110px;
}
.title {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #000000;
  padding-left: 1.2%;
}
.td_title {
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  margin-bottom: 20px;
}
.m_adv_wrap_right {
  width: 100%;
  float: left;
  padding-top: 110px;
}
.m_adv_wrap_right_list {
  width: 100%;
  float: left;
}
.m_adv_wrap_right_list li {
  width: 100%;
  float: left;
}
.m_adv_wrap_right_list.new_adv li{
  width: 50%;
}
.m_adv_wrap_right_list li:not(:last-child) {
  margin-bottom: 64px;
}
.m_adv_wrap_right_list_img {
  width: 100%;
  float: left;
  max-width: 179px;
  height: 179px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_adv_wrap_right_list_img img{
  max-width: 100%;
}
.m_adv_wrap_right_list_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 179px);
  padding-left: 52px;
  padding-top: 25px;
}
.m_adv_wrap_right_list_info span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 18px;
}
.m_adv_wrap_right_list_info p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.m_map {
  width: 100%;
  box-shadow: 0px 0px 15px 15px #000000;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #000;
  position: relative;
  z-index: 2;
}
.m_map:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 78px;
  width: 1px;
  background-color: #FFF;
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}
.m_map_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.m_map_wrap_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 432px);
  padding-right: 70px;
  position: relative;
}
.maps_logo {
  width: 100%;
  float: left;
  max-width: 640px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: -1;
}
.m_map_wrap_left_ua {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  padding-top: 65px;
}
.m_map_wrap_left_ua img {
  width: 100%;
  float: left;
  height: auto;
}
.m_map_wrap_left_ua span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #8B8B8B;
  display: flex;
  transition: .3s;
  cursor: pointer;
  transition:0.5s;
}
.m_map_wrap_left_ua span:hover {
  background-color: #FFF;
  transform:scale(1.3);
}
.m_map_wrap_left_ua .m_map_wrap_left_ua--active {
  transform:scale(1.3);
  background: #FFD51A!important;
  animation: pulse_map 2s infinite;
}

@-webkit-keyframes pulse_map {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse_map {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.m_map_wrap_right {
  width: 100%;
  float: left;
  max-width: 432px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.title_mod {
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 311px;
  text-align: right;
}
.m_map_wrap_right_tabs {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.m_map_wrap_right_tabs li {
  width: auto;
  float: left;  
  margin-left: 15px;
  min-width: 70px;
  margin-bottom: 13px;
}
.m_map_wrap_right_tabs li a {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #8B8B8B;
  transition: .3s;
}
.m_map_wrap_right_tabs li a:hover {
  color: #FFF;
}
.m_map_wrap_right_tabs li a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 25px;
  display: none;
}
.m_map_wrap_right_tabs li a svg path {
  transition: .3s;
}
.m_map_wrap_right_tabs li .m_map_wrap_right_tabs--active {
  color: #FFD51A!important;
}
.m_map_wrap_right_cont {
  width: 100%;
  float: left;
  padding-left: 10px;
}
.m_map_wrap_right_cont_item {
  width: 100%;
  float: left;
  display: none;
}
.m_map_wrap_right_cont_item div {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.m_map_wrap_right_cont_item--active {
  display: block;
}
.m_map_wrap_right_cont_item--active div {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.m_map_wrap_right_cont_item div span{
  color: #8B8B8B;
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.m_map_wrap_right_cont_item.m_map_wrap_right_cont_item--active div:nth-child(n+4){
  display: none;
}
.m_map_wrap_right_cont_item.m_map_wrap_right_cont_item--active.visible_all div:nth-child(n+4){
  display: block;
}
.visible_all_btn{
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 36px;
  color: #8B8B8B;
  border: 1px solid #8B8B8B;
  padding-left: 15px;
  padding-right: 15px;
}
.visible_all_btn:hover{
    color: #000;
    background: #FFD51A;
    border: 1px solid #FFD51A;
}
.m_part {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 108px;
  box-shadow: 0px 0px 10px 10px #ffffff;
  position: relative;
  z-index: 2;
}
.m_part_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.m_part_wrap_left {
  width: 100%;
  float: left;
  padding-top: 28px;
  max-width: 522px;
  padding-right: 20px;
}
.m_part_wrap_left .title {
  margin-bottom: 64px;
  max-width: 400px;
}
.m_part_wrap_left p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 166.5%;
  color: #000000;
  margin-bottom: 55px;
}
.main_but {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  /* or 17px */
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
  background: #FFD51A;
  border: 1px solid #FFD51A;
}
.main_but:hover {
  transform:scale(1.05);
}

.send_message {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  /* or 17px */
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
  background: #FFD51A;
  border: 1px solid #FFD51A;
}
.send_message:hover {
  transform:scale(1.05);
}


.m_part_wrap_right {
  width: 100%;
  float: left;
  max-width: 50%;
  position: relative;
  padding-top: 45px;
}
.m_part_wrap_right > img {
  width: 100%;
  float: left;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.m_part_wrap_right_head {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.m_part_wrap_right_head p {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 166.5%;
  margin-top: 3px;
  /* or 33px */
  color: #000000;
}
.m_part_wrap_right_head_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_part_wrap_right_head_list li {
  width: auto;
  float: left;
  height: auto;
  margin-left: 15px;
}
.m_part_wrap_right_head_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 166.5%;
  color: #8B8B8B;
}
.m_part_wrap_right_head_list li a:hover {
  color: #FFD51A;
}
.m_part_wrap_right_head_list li .m_part_wrap_right_head_list--active {
  color: #000!important;
}
.m_part_wrap_right_body {
  width: 100%;
  float: left;
}
.m_part_wrap_right_body_cont {
  width: 100%;
  float: left;
  display: none;
}
.m_part_wrap_right_body_cont--active {
  display: block;
}
.m_part_wrap_right_body_list {
  width: 100%;
  float: left;
}
.m_part_wrap_right_body_list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.m_part_wrap_right_body_list li:not(:last-child) {
  margin-bottom: 15px;
}
.m_part_wrap_right_body_list_right {
  width: 100%;
  float: left;
  max-width: 91px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #FFD51A;*/
}
.m_part_wrap_right_body_list_right img {
  max-width: 100%;
  display: block;
}
.m_part_wrap_right_body_list_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 91px);
  padding-left: 34px;
}
.m_part_wrap_right_body_list_left p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 166.5%;
  /* or 25px */
  display: flex;
  align-items: center;
  color: #000000;
}
.m_contacts {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #000;
  padding-top: 160px;
  overflow: hidden;
}
.m_contacts_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  padding-left: 70px;
  position: relative;
}
.m_contacts_wrap img {
  width: 100%;
  max-width: calc(100% - 70px);
  float: left;
  height: auto;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  z-index: 1;
}
.m_contacts_wrap_inside {
  width: 100%;
  float: right;
  position: relative;
  max-width: 50%;
  display: flex;
  justify-content: center;
  padding-top: 145px;
  padding-bottom: 145px;
  left: -235px;
}
#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  height: 100%;
  z-index: 1;
}
.main_form {
  width: 100%;
  width: 800px;
  position: relative;
  z-index: 3;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6);
}
#partner .success__title{
    width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    line-height: 150%;
    color: #000;
}
.main_form .success__title{
    width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    line-height: 150%;
    color: #ffd51a;
}
#partner .success__text p{
    color: #000;
    width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 135%;
}
.main_form .success__text p{
    width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 135%;
    color: #fff;
}
.main_form input {
  width: 100%;
  float: left;
  height: 38px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 99%;
  /* identical to box height, or 17px */
  display: flex;
  align-items: center;
  color: #8B8B8B;
  border: none;
  border-bottom: 1px solid #8B8B8B;
  margin-bottom: 10px;
  background: none;
}
.main_form textarea {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 99%;
  /* identical to box height, or 17px */
  display: flex;
  align-items: center;
  resize: none;
  color: #8B8B8B;
  background: none;
  padding-bottom: 10px;
  padding-top: 10px;
  border: none;
  height: 85px;
  border-bottom: 1px solid #8B8B8B;
  margin-bottom: 25px;
}
.main_form button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 55px;
  padding-right: 55px;
}
.main_form span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 99%;
  /* or 20px */
  margin-bottom: 37px;
  color: #ffffff;
}
footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #57aab7;
  padding-top: 33px;
  padding-bottom: 28px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 99%;
  /* or 18px */
  text-decoration: none;
  color: #FFFFFF;
}
.common-home footer {
  box-shadow: 0px 0px 10px 1px #000000;
  position: relative;
  z-index: 1;
}
footer a:hover {
  color: #FFD51A;
}
footer a {
  transition: .3s;
}
.footer__col_1 a {
  display: block;
  line-height: 135%;
}
.footer__col_1 a:not(:last-child) {
  margin-bottom: 5px;
}
.footer__mailto {
  display: block;
  margin-bottom: 5px;
  line-height: 135%;
}
.footer__col_2 li a svg path {
  transition: .3s;
}
.footer__col_2 li a:hover svg path {
  fill: #FFD51A;
}
.footer__col_3 p {
  max-width: 285px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  /* or 18px */
  text-decoration: none;
  color: #FFFFFF;
}
.footer__col_4 a {
  line-height: 135%;
}
footer hr {
  border-bottom: none;
}
.footer__powered p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .footer__col_1, .footer__col_2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer__col_3 {
    margin-bottom: 20px;
  }
}



.f_wrap {
  width: 100%;
  float: left;
}
.f_wrap_top {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.f_call {
  width: 100%;
  float: left;
  max-width: 180px;
  margin-right: 185px;
}
.f_call a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 99%;
  /* or 18px */
  text-decoration: none;
  color: #FFFFFF;
}
.f_call a:hover {
  color: #FFD51A;
}
.f_call a:not(:last-child) {
  margin-bottom: 8px;
}
.f_contacts {
  width: auto;
  float: left;
  display: flex;
  margin-right: 140px;
  flex-direction: column;
}
.f_contacts > a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 99%;
  /* or 18px */
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.f_contacts > a:hover {
  color: #FFD51A;
}
.f_soc {
  width: auto;
  float: left;
  display: flex;
}
.f_soc li {
  width: 100%;
  float: left;
  max-width: 23px;
  height: 23px;
  border-radius: 100%;
}
.f_soc li:not(:last-child) {
  margin-right: 14px;
}
.f_soc li a {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
}
.f_soc li a svg {
  width: 100%;
  float: left;
  height: 100%;
}
.f_soc li a svg path {
  transition: .3s;
}
.f_soc li a:hover svg path {
  fill: #FFD51A;
}
.f_adress {
  width: 100%;
  float: left;
  max-width: 295px;
}
.f_adress p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  /* or 24px */
  color: #FFFFFF;
}
.f_wrap_bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_coop {
  width: auto;
  float: left;
}
.f_coop p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.f_author {
  width: auto;
  float: left;
}
.f_author p {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
}
.f_author p a {
  width: auto;
  font-weight: 600;
  transition: .3s;
  margin-left: 5px;
}
.f_author p a:hover {
  color: #FFD51A;
}
.m_catalog {
  width: 100%;
  float: left;
}
.m_catalog_list {
  width: 100%;
  float: left;
  position: relative;
}
.m_catalog_list > li {
  width: 25%;
  float: left;
}
.m_catalog_list > li > a {
  width: 100%;
  float: left;
  min-height: 540px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_catalog_list > li > a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-width: 160px;
  transition:0.5s;
}

.m_catalog_list > li > a:hover img{
  transform:scale(1.25);
}
.m_catalog_list > li > a span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  /* or 129% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: .3s;
}
.m_catalog_list > li > a:hover span{
  transform:translate(0,20px);
}
.m_catalog_list > li:first-child > a {
  background: url(../../images/index/bg1.jpg) center no-repeat;
  background-size: cover;
}
.m_catalog_list > li:nth-child(2) > a {
  background: url(../../images/index/bg2.jpg) center no-repeat;
  background-size: cover;
}
.m_catalog_list > li:nth-child(3) > a {
  background: url(../../images/index/bg3.jpg) center no-repeat;
  background-size: cover;
}
.m_catalog_list > li:last-child > a {
  background: url(../../images/index/bg4.jpg) center no-repeat;
  background-size: cover;
}
.m_catalog_list > li > a:hover span {
  color: #FFD51A;
}
.m_catalog_list_img {
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
.m_catalog_inside {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  transform: translateX(110%);
  transition: .8s;
  z-index: 1;
}
.m_catalog_inside > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m_catalog_inside--active {
  transform: translateX(0%);
}
.m_catalog_inside_left {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 30px;
}
.m_catalog_inside_right {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-left: 30px;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.m_catalog_inside_wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  height: 100%;
}
.m_catalog_inside_right_tovar,
.m_catalog_inside_right_text {
  width: 100%;
  float: left;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.m_catalog_inside_right_tovar p,
.m_catalog_inside_right_text p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  /* or 147% */
  color: #FFFFFF;
}
.m_catalog_inside_right_text {
  padding-left: 25px;
}
.m_catalog_inside_right_tovar {
  padding-right: 25px;
  position: relative;
}
.m_catalog_inside_right_tovar img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_catalog_inside_right_tovar span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  /* or 129% */
  display: block;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.m_catalog_inside_left_list {
  margin-top: 80px;
  width: 100%;
  float: left;
}
.m_catalog_inside_left_list li {
  width: 100%;
  float: left;
  display: flex!important;
  flex-direction: column;
  align-items: center;
}
.m_catalog_inside_left_list li a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_catalog_inside_left_list li a:first-child {
  margin-bottom: 30px;
}
.m_catalog_inside_left_list li a:hover span {
  color: #FFD51A;
}
.m_catalog_inside_left_list li a:hover svg path {
  stroke: #FFD51A;
}
.m_catalog_inside_left_list li a span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.m_catalog_inside_left_list .slick-dots {
  position: absolute;
  left: 0;
  bottom: -75px;
}
.m_catalog_inside_left_list .slick-dots li {
  width: auto;
  float: left;
  height: auto;
}
.m_catalog_inside_left_list .slick-dots li button {
  width: auto;
  float: left;
  height: auto;
  background: none;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  transition: .3s;
}
.m_catalog_inside_left_list .slick-dots li.slick-active button {
  color: #FFD51A;
}
.m_catalog_inside_left_list .slick_arrow {
  width: 100%;
  float: left;
  max-width: 10px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  bottom: -70px;
}
.m_catalog_inside_left_list .slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_catalog_inside_left_list .slick_arrow svg path {
  stroke: #fff;
  transition: .3s;
}
.m_catalog_inside_left_list .slick_arrow:hover svg path {
  stroke: #FFD51A;
}
.m_catalog_inside_left_list .slick-prev_arrow {
  right: 38px;
}
.m_catalog_inside_left_list .slick-next_arrow {
  right: 0;
}
.m_catalog_inside_left_list_img {
  width: 100%;
  float: left;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m_catalog_inside_left_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  max-height: 100%;
  transition:0.5s;
}
.m_catalog_inside_left_list li a:hover img{
  transform:scale(1.1);
}
.m_catalog_inside_left_list li a:hover span{
  transform:translate(0,5px);
}
.m_catalog_inside_left_list_img svg {
  position: absolute;
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.m_catalog_inside_left_list_img svg path {
  transition: .3s;
}
.m_catalog_back {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  transition: .3s;
  transform: translateX(-50%);
  bottom: 0;
}
.m_catalog_back:hover {
  color: #FFD51A;
}
.m_banner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
}
.m_banner:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 78px;
  width: 1px;
  backface-visibility: hidden;
  background-color: #FFF;
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}
.m_call_numbers {
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  float: left;
  display: flex;
  z-index: 2;
  justify-content: center;
}
.m_call_numbers_wrpa {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m_call_numbers_wrpa a {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 99%;
  margin-bottom: 8px;
  /* or 18px */
  text-decoration: none;
  color: #FFFFFF;
  transition: .3s;
}
.m_call_numbers_wrpa a:hover {
  color: #FFD51A;
}
.m_banner_list {
  width: 100%;
  float: left;
}
.m_banner_list li {
  width: 100%;
  float: left;
  min-height: 100vh;
  display: flex!important;
  position: relative;
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  padding-top: 100px;
  background-repeat: no-repeat!important;
  background-position: center!important;
  /*background-size: 109% 109% !important;*/
}
.m_banner_list li > img {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
}
.m_banner_list li .container {
  position: relative;
  z-index: 3;
}
.m_banner_list .slick-dots {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  float: left;
  max-width: 150px;
  z-index: 1;
  flex-direction: column;
}
.m_banner_list .slick-dots li {
  width: 100%;
  float: left;
  max-width: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: .3s;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 2px;
  background-color: #8B8B8B;
  position: relative;
  cursor: pointer;
}
.m_banner_list .slick-dots li:hover{
  transform:scale(1.1);
  background-color: #fff;
}
.m_banner_list .slick-dots li button {
  width: 100%;
  float: left;
  border: none;
  padding: 0;
  transition: .3s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  background: none;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  position: absolute;
  right: -15px;
  top: 60%;
  opacity: 0;
  transform: translate(100%, -35%);
}
.m_banner_list .slick-dots li button i {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #8B8B8B;
  margin-left: 16px;
  position: relative;
  margin-top: -5px;
}
.m_banner_list .slick-dots li button i:after {
  position: absolute;
  left: -9px;
  content: "/";
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #8B8B8B;
  top: 4px;
}
.m_banner_list .slick-dots li.slick-active {
  max-width: 52px;
  background-color: #FFD51A;
}
.m_banner_list .slick-dots li.slick-active button {
  opacity: 1;
}
.m_banner_list_info {
  width: 100%;
  float: left;
  max-width: 580px;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.m_banner_list_info span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 104%;
  /* or 62px */
  color: #FFFFFF;
  max-width: 500px;
  margin-bottom: 20px;
}
.m_banner_list_info p {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 20px */
  color: #FFFFFF;
  margin-bottom: 30px;
}
.m_banner_list_info p b{
  color: #ffd51a;
}
.banner_but {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  padding-left: 27px;
  padding-right: 27px;
  line-height: 42px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  background: #FFD51A;
  border: 1px solid #FFD51A;
  color: #000;
}
.banner_but svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 46px;
  padding-left: 19px;
}
.banner_but svg path {
  transition: .3s;
  fill: #000;
}
.banner_but:hover {
  transform:scale(1.05);
  background: #FFD51A;
  border: 1px solid #FFD51A;
  color: #000;
}
.banner_but:hover svg path {
  fill: #000;
}
.container_banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
}
.m_banner_list_nav {
  width: 100%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
.m_banner_list_nav .slick-track {
  padding-bottom: 10px;
}
.m_banner_list_nav li {
  width: 100%;
  float: left;
  display: flex!important;
  flex-direction: column;
  align-items: center;
}
.m_banner_list_nav li a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  max-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.m_banner_list_nav li a:hover svg path {
  stroke: #FFD51A;
}
.m_banner_list_nav li a:hover span {
  color: #FFD51A;
}
.m_banner_list_nav li i {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  color: #8B8B8B;
  margin-top: -10px;
  margin-bottom: 10px;
}
.m_banner_list_nav li span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: .3s;
}
.m_banner_list_nav li a:hover span{
  transform:translate(0,5px);
}
.m_banner_list_nav li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  height: 2px;
  display: block;
  background-color: #FFD51A;
  width: 0px;
}
.m_banner_list_nav li.slick-current a:after {
  width: 100%;
  transition: 5s;
}
.m_banner_list_nav li.first_banner_nav a:after {
  width: 0%;
  transition: 5s;
}
.m_banner_list_nav .slick_arrow {
  position: absolute;
  width: 100%;
  float: left;
  max-width: 25px;
  background: none;
  border: none;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.m_banner_list_nav .slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_banner_list_nav .slick_arrow svg path {
  transition: .3s;
}
.m_banner_list_nav .slick_arrow:hover svg path {
  stroke: #FFD51A;
}
.m_banner_list_nav .slick-prev_arrow {
  left: 0;
}
.m_banner_list_nav .slick-prev_arrow svg {
  transform: rotate(180deg);
}
.m_banner_list_nav .slick-next_arrow {
  right: 0;
}
.m_banner_list_nav_img {
  width: 100%;
  float: left;
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_banner_list_nav_img img{
  transition:0.5s;
}
.m_banner_list_nav li a:hover img{
  transform:scale(1.2);
}
.m_banner_list_nav_img svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.m_banner_list_nav_img svg path {
  transition: .3s;
}
.m_banner_list_nav_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  max-height: 100%;
}
.close_menu {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
  display: none;
}
.close_menu svg {
  width: 100%;
  float: left;
  height: 24px;
}
.close_menu svg path {
  fill: #fff;
}
.menu_but {
  width: auto;
  float: left;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  display: none;
  align-items: center;
}
.menu_but i {
  width: auto;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  margin-left: 12px;
}
.title_mob {
  display: none;
}
.searck_form {
  display: none;
  width: 100%;
  float: left;
  position: relative;
}
.searck_form button {
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: none;
  border: none;
}
.searck_form button img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.searck_form input {
  width: 100%;
  float: left;
  height: 36px;
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 45px;
  font-size: 16px;
  font-family: Montserrat;
  background: none;
  color: #FFF;
}
#yak-block-4{
  position: relative;
}
.scrolling{
  display: none;
}
.partner_catalog{
  background: #ffd51a;
  color: #000!important;
  transition:0.5s;
}
.partner_catalog:hover{
  color: #000!important;
  transform:scale(1.05);
}
@media (min-width: 768px) {
  .h_search{
    position: relative;
  }
  .h_search.active .searck_form{
      display: block;
      position: absolute;
      top: 55px;
      right: -10px;
      width: 400px;
      background: #000;
  }
}
.h_search .search_open .search_close{
  display: none;
}
.h_search .search_open .search_loop{
  display: block;
}

.h_search.active .search_open .search_close{
  display: block;
}
.h_search.active .search_open .search_loop{
  display: none;
}
#cat_specify__owl-carousel{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}
.cat_specify__col{
  width: 20%;
  float: none;
  display: inline-block;
}

.partner_popup{
  display: none;
  padding: 50px 20px 20px 20px;
  width: 600px;
  margin-left: -300px;
  top: 10%;
  left: 50%;
  position: fixed;
  background:#fff;
  z-index: 100;
}
.partner_title{
  background: #000;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 20px;
}
.partner_popup input, .partner_popup textarea{
    margin-bottom: 15px;
    font-size: 16px!important;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eae9e9;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.partner_popup textarea{
  max-width: 100%;
  min-width: 100%;
}
.thanks_partner{
  display: none;
}
.close_partner{
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 42px;
  height: 42px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}
.close_partner:hover{
  opacity: 0.7;
}
.backoverflow{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}




.main_but,
.banner_but,
.btn-raftec.btn-black{
  position: relative;
  overflow: hidden;
}
.main_but:before,
.banner_but:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-25deg);
  animation-name: move-light-small;
  animation-duration: 5s;
  animation-delay:2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.btn-raftec.btn-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-25deg);
  animation-name: move-light;
  animation-duration: 5s;
  animation-delay:2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.main_but:hover:before,
.banner_but:hover:before,
.btn-raftec.btn-black:hover:before {
  animation-delay:0s!important;
  animation-name: move-light;
  animation-duration: 5s;
  animation-iteration-count: 1;
}


@keyframes move-light {
  0% {
    transform: translateX(-4em) skewX(-25deg);
  }
  10% {
    transform: translateX(20em) skewX(-25deg);
  }
  100%{
    transform: translateX(20em) skewX(-25deg);
  }
}


@keyframes move-light-small {
  0% {
    transform: translateX(-4em) skewX(-25deg);
  }
  10% {
    transform: translateX(13em) skewX(-25deg);
  }
  100%{
    transform: translateX(13em) skewX(-25deg);
  }
}



@media (min-width: 1600px) {
  .m_banner_list li{
    background-size: cover!important;
  }
}
@media (max-width: 1600px) {
  .m_banner_list .slick-dots li button {
    position: relative;
    transform: translateY(-45%);
    top: 0;
    right: initial;
    left: 15px;
  }
  .m_banner_list .slick-dots li button i {
    display: none;
  }
  .m_about_us_item span {
    font-size: 100px;
    line-height: 130px;
  }
  .m_about_us_item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1299px) {
  .h_logo{
    max-width: 240px;
  }
  .m_banner_list_info span {
    font-size: 30px;
  }
  .m_banner_list_info p {
    font-size: 16px;
  }
  .m_banner_list_nav li a:hover svg path {
    stroke: #fff;
  }
  .m_banner_list_nav li a:hover span {
    color: #fff;
  }
  .m_catalog_list > li > a span {
    font-size: 15px;
  }
  .m_catalog_inside_right_tovar span {
    font-size: 15px;
  }
  .m_catalog_inside_right_tovar p,
  .m_catalog_inside_right_text p {
    font-size: 13px;
  }
  .m_adv_wrap_right_list_info span {
    font-size: 18px;
  }
  .m_adv_wrap_right_list_info {
    padding-top: 0px;
  }
  .m_adv_wrap_right_list_info span {
    margin-bottom: 0;
  }
  .m_adv_wrap_right_list_info p {
    font-size: 13px;
  }
  .m_adv_wrap_right_list_img {
    max-width: 130px;
    height: 130px;
  }
  .m_adv_wrap_right_list_info {
    max-width: calc(100% - 130px);
  }
  .title {
    font-size: 24px;
    line-height: 28px;
  }
  .td_title {
    font-size: 24px;
    line-height: 28px;
  }
  .m_map_wrap_right_tabs li {
    margin-bottom: 10px;
  }
  .m_map_wrap_right_tabs li a {
    font-size: 18px;
    line-height: 20px;
  }
  .m_part_wrap_right_head_list {
    width: 100%;
  }
  .m_part_wrap_right_head {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .m_part_wrap_right_head_list li {
    margin-left: 0;
    margin-right: 15px;
  }
  .m_map_wrap_left_ua span {
    width: 12px;
    height: 12px;
  }
  .h_nav_list > li > a:hover {
    color: #FFF;
  }
  .m_part_wrap_left {
    padding-top: 73px;
  }
  .m_part_wrap_left p {
    font-size: 13px;
  }
  .m_part_wrap_right_body_list_left p {
    font-size: 13px;
  }
  .m_info_wrap_cont p {
    font-size: 13px;
  }
  .h_nav_list > li{
    margin-left: 5px;
    margin-right: 5px;
  }
  .m_banner_list li > img{
    display: block;
  }
  .m_banner_list li{
    background: none!important;
  }
}

@media (max-width: 1200px) {
  .h_logo {
    padding-right: 15px;
  }
  .h_nav {
    margin-right: 30px;
  }
  .h_lang {
    margin-right: 20px;
  }
  .m_map_wrap_left_ua {
      padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .m_catalog_inside_left_list{
    margin-top: 0px;
  }
  .m_adv_wrap_right_list.new_adv li{
    width: 100%;
  }
  .m_banner_list li > img{
    display: block;
  }
  .m_banner_list li{
    background: none!important;
  }
  .h_right {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    bottom: 0;
    overflow: auto;
    background-color: #000;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 15px 40px 14px;
    transition: .4s;
    transform: translateY(-110%);
  }
  .h_right--active {
    transform: none;
  }
  .close_menu {
    display: block;
  }
  .h_nav {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .h_nav_list {
    display: flex;
    flex-direction: column;
  }
  .h_nav_list li {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .h_nav_list li a {
    font-size: 18px;
    line-height: 20px;
  }
  .h_lang_list li a {
    font-size: 18px;
  }
  .h_lang {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .body--active {
    height: 100vh;
    overflow: hidden;
  }
  .h_search a i {
    display: block;
  }
  .h_search {
    width: auto;
    max-width: none;
  }
  .h_search a {
    display: flex;
    align-items: center;
  }
  .h_nav_catalog, .h_nav_about, .h_nav_technical_support {
    position: relative;
    background: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    left: 0;
    top: 0;
    padding-left: 25px;
    padding-top: 10px;
    display: none;
    transition: none;
  }
  .h_nav_catalog.h_nav_catalog--active, .h_nav_about.h_nav_about--active, .h_nav_technical_support.h_nav_technical_support--active {
    display: block;
  }
  .h_nav_list .h_nav_catalog li.sub .sub-menu{
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-top: 10px;
  }
  .h_nav_list .h_nav_catalog li.sub .sub-menu li{
    margin-bottom: 5px;
  }
  .h_nav_list .h_nav_catalog li.sub .sub-menu li a{
    color: #8B8B8B;
  }
  .h_nav_list .h_nav_catalog li.sub .sub-menu .see-all{
    display: none;
  }
  .h_nav_list li {
    display: flex;
    flex-direction: column;
  }
  .menu_but {
    display: flex;
  }
  .m_about_us_item span {
    font-size: 60px;
    line-height: 78px;
  }
  .m_about_us_item p {
    font-size: 15px;
    line-height: 18px;
  }
  .m_about_us_item span i {
    font-size: 40px;
    line-height: 46px;
  }
  .m_about_us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m_adv_wrap_left {
    max-width: 100%;
    padding-right: 0;
  }
  .m_adv_wrap_right {
    max-width: 100%;
    padding-top: 50px;
  }
  .m_adv {
    padding-bottom: 50px;
  }
  .m_adv_wrap_left .title {
    padding-top: 40px;
  }
  .m_adv_wrap {
    display: flex;
    flex-direction: column;
  }
  .m_map_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_map_wrap_left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .m_map_wrap_right {
    max-width: 100%;
  }
  .m_map_wrap_right .title {
    display: none;
  }
  .title_mob {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .m_map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m_map_wrap_right_tabs {
    justify-content: flex-start;
  }
  .m_map_wrap_right_tabs li {
    margin-left: 0;
    margin-right: 20px;
  }
  .m_map:after,
  .m_about_us:after,
  .m_banner:after {
    display: none;
  }
  .m_about_us_item--mod p {
    text-align: right;
  }
  .m_part {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m_part_wrap_left {
    padding-top: 55px;
  }
  .m_part_wrap_left .title {
    margin-bottom: 46px;
  }
  .m_contacts {
    padding-top: 80px;
  }
  .f_wrap_top {
    display: flex;
    justify-content: space-between;
  }
  .f_call {
    margin-right: 0;
  }
  .f_contacts {
    margin-right: 0;
  }
  .f_adress p {
    text-align: center;
  }
  .m_contacts_wrap_inside {
    padding-bottom: 80px;
  }
  .container_banner {
    bottom: 15px;
  }
  .m_catalog_inside {
    position: relative;
    transform: none;
    background: #000;
    display: none;
    transition: none;
  }
  .m_catalog_inside > img {
    display: none;
  }
  .m_catalog_list > li {
    width: 100%;
  }
  .m_catalog_list > li > a {
    min-height: 250px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_catalog_list_img {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .m_catalog_inside_right_tovar img,
  .m_catalog_inside_right_tovar span {
    display: none;
  }
  .m_catalog_list > li > a span {
    width: auto;
  }
  .m_catalog_inside_right_text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .m_catalog_inside_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_inside_left {
    max-width: 100%;
    padding-right: 0;
    order: 2;
  }
  .m_catalog_inside_right_tovar {
    padding-right: 0;
  }
  .m_catalog_inside_right {
    width: 100%;
    order: 1;
    float: left;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_list > li > a:hover span {
    color: #FFF;
  }
  .m_catalog_list > li > a {
    transition: .3s;
  }
  .m_catalog_list--active_link {
    background: #000!important;
  }
  .m_catalog_inside_left_list .slick_arrow {
    bottom: -70px;
  }
  .m_catalog_inside_left_list .slick-dots {
    bottom: -75px;
  }
  .m_catalog_inside {
    padding-bottom: 160px;
    height: auto;
  }
  .m_catalog_inside_right_tovar,
  .m_catalog_inside_wrap {
    position: initial;
  }
  .m_catalog_inside_wrap {
    height: initial;
  }
  .m_catalog_inside--active {
    transform: none;
  }
  .m_catalog_back {
    width: 100%;
    float: left;
    max-width: 150px;
    color: transparent!important;
    bottom: 30px;
    height: 25px;
    background: url(./back_bg.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .m_catalog_inside_right_text {
    padding-left: 0;
  }
  .m_catalog_inside {
    padding-top: 0px;
  }
  .searck_form {
    display: block;
  }
  .h_search {
    width: 100%;
    margin-top: 10px;
  }
  .h_search a {
    display: none;
  }
}
@media (max-width: 768px) {
  .partner_popup{
    width: 300px;
    margin-left: -150px;
  }
  .scrolling{
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 40px;
    font-size: 25px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0.5;
    z-index: 1;
  }
  .m_map_wrap_left_ua {
      padding-top: 25px;
  }
  .m_info {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m_catalog_list_img {
    max-width: 130px;
  }
  .m_catalog_list > li > a span {
    max-width: calc(100% - 130px);
    padding-left: 10px;
    padding-right: 0;
  }
  .m_catalog_list > li > a {
    min-height: 150px;
  }

  .h_logo{
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .romb_bg{
    left: 0%;
  }
  .title{
    text-align: center;
    display: block;
  }
  .m_info {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container {
    width: 100%;
  }
  header {
    padding-top: 22px;
    padding-bottom: 22px;
    height: auto;
  }
  .header--active {
    padding-bottom: 10px;
  }
  .m_call_numbers {
    top: 85px;
  }
  .m_call_numbers_wrpa {
    align-items: flex-start;
  }
  .m_banner_list li {
    padding-top: 150px;
  }
  .m_part_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_part_wrap_left {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 35px;
  }
  .m_part_wrap_right {
    width: 100%;
    max-width: 100%;
  }
  .m_part_wrap_left .title {
    margin-bottom: 25px;
  }
  .m_part_wrap_left p {
    margin-bottom: 25px;
  }
  .m_part_wrap_right_body_list li {
    align-items: flex-start;
  }
  .m_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
  }
  .m_contacts .container {
    order: 1;
  }
  .m_contacts_map {
    width: 100%;
    float: left;
    order: 2;
  }
  #map {
    position: relative;
    height: 348px;
    width: 100%;
  }
  .m_contacts_wrap {
    justify-content: center;
    padding-left: 0;
  }
  .m_contacts_wrap img {
    display: none;
  }
  .m_contacts_wrap_inside {
    padding-bottom: 55px;
  }
  .f_wrap_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_soc li{
    margin: 0px auto;
  }
  .f_call,
  .f_contacts {
    margin-bottom: 25px;
  }
  .f_wrap_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_author {
    order: 1;
    margin-bottom: 15px;
  }
  .f_coop {
    order: 2;
  }
  .f_adress {
    max-width: 100%;
  }
  .f_wrap_top {
    margin-bottom: 60px;
  }
  .m_contacts_wrap_inside {
    width: 100%;
    max-width: 350px;
  }
  .main_form button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .m_catalog_list_img {
    max-width: 100px;
  }
  .m_catalog_list > li > a span {
    max-width: calc(100% - 200px);
    padding-left: 10px;
    padding-right: 0;
  }
  .m_map_wrap_right_tabs {
    display: flex;
    flex-direction: column;
  }
  .m_map_wrap_right_tabs li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
  }
  .m_map_wrap_right_tabs li a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
  }
  .m_map_wrap_right_tabs li a svg {
    display: block;
    margin-bottom: 4px;
  }
  .m_map_wrap_right_tabs li .m_map_wrap_right_cont_item {
    display: none;
  }
  .m_map_wrap_right_tabs li .m_map_wrap_right_tabs--active + .m_map_wrap_right_cont_item{
    display: block;
  }
  .m_map_wrap_right_tabs li a.m_map_wrap_right_tabs--active .m_map_wrap_right_cont_item {
    display: block;
  }
  .m_map_wrap_right_tabs--active svg {
    transform: rotate(180deg);
    margin-bottom: -4px !important;
  }
  .m_map_wrap_right_tabs--active svg path {
    stroke: #FFD51A;
  }
  .m_map_wrap_right_cont {
    display: none;
  }
  .m_map_wrap_right_cont_item {
    padding-top: 25px;
  }
  .m_map_wrap_left_ua span {
    width: 8px;
    height: 8px;
  }
  .m_map_wrap_right_tabs {
    margin-bottom: 0;
  }
  .m_catalog_list > li > a img{
    max-width: 100%;
  }
  .m_catalog_inside_left_list_img img{
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .m_about_us_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_about_us_item span {
    text-align: center;
    padding-right: 0;
    justify-content: center;
  }
  .m_about_us_item p {
    text-align: center;
  }
  .m_about_us_item--mod span {
    order: 1;
    padding-left: 0;
  }
  .m_about_us_item--mod p {
    order: 2;
  }
  .m_adv_wrap_right_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_adv_wrap_right_list_info {
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .m_adv_wrap_right_list_info p {
    text-align: center;
  }
  .m_adv_wrap_right_list_info span {
    text-align: center;
    justify-content: center;
  }
  .m_adv_wrap_right_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}


/* new home */
.common-home header {
  position: relative;
}
.common-home header.header--active {
  position: fixed;
}
.m_banner_list li {
  position: relative;
  min-height: unset;
  padding: 0;
}
.m_banner_list li > img {
  display: block;
  position: relative;
}
.m_banner_list li .container {
  position: absolute;
}
.m_banner_list .slick-dots li {
  cursor: inherit;
}
.m_banner_list_info span, .m_banner_list_info p {
  text-shadow: 2px 2px 2px #000;
}
.container_banner_full_width {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0px 0px 15px 15px #000000;
  z-index: 2;
}

.container_banner {
  position: relative;
  padding: 30px 0;
  left: unset;
  transform: unset;
  bottom: unset;
  /*
  left: 0;
  transform: translateX(-50%);
  bottom: 30px;
  */
}
/* new home */

#video {
  max-width: 770px;
  margin: 0 auto;
  padding: 25px 0 40px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #video {
    padding: 15px 0 20px;
  }
}