/* cart */
.catalog__basket_action_oform {
  margin-top: 75px;
}

.catalog__basket_action_oform_inner {
  max-width: 900px;
  margin: 0 auto;
}

.catalog__basket_action_oform_title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

.catalog__basket_action_oform_body {
  margin-top: 25px;
}


.price_pane_old {
  text-decoration: line-through;
  color: #ccc;
}

.catalog__basket_action .tovar_list table td {
  border-bottom: 1px #ccc solid;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
}

.header-cart {
  position: relative;
  margin-left: 15px;
}

.header-cart a {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%
}

.header-cart.catalog_basket_float_union_kolvo_is::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #34954c;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

.main-catalog-items__item_price {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}

.main-catalog-items__item_price_inner {
  padding-left: 30px;
  padding-right: 20px;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_add,
.catalog-products-item__price_cart .catalog_basket_formtovar1_delete {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 6px;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 0.75px;
  cursor: pointer;
  width: 60px;
  height: 40px;
  background: #eee !important;
  border: 0;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_delete::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #ee6c42;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  bottom: 25px;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_to_cart button img,
.catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart a img {
  margin-right: 0;
  /* filter: invert(1); */
}

.catalog-products-item__stick>div,
.catalog-products-item__stick>a {
  position: relative;
  width: 30px;
  height: 30px;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart_del.catalog_basket_formtovar1_delete {
  top: auto;
  right: 0;
}

@media(max-width: 1023px) {
  .header-cart.catalog_basket_float_union_kolvo_is::before {
    right: -3px;
    bottom: 0px;
    width: 10px;
    height: 10px;
  }
}

@media(max-width: 767px) {

  .catalog-products-item__price_cart .catalog_basket_formtovar1_delete::before {
    width: 9px;
    height: 9px;
    right: -3px;
    bottom: 21px;
  }

  .main-catalog-items__item_price_inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-catalog-items__item_right_buttons_info a {
    width: 120px;
  }


}


.catalog_basket_formtovar1.inbasket .catalog_basket_formtovar1_to_cart {
  display: none;
}

.catalog_basket_formtovar1.inbasket .catalog_basket_formtovar1_in_cart {
  display: block;
}

.catalog_basket_formtovar1_in_cart {
  position: relative;
  display: none;
}

.catalog_basket_formtovar1_to_cart {
  position: relative;
  display: block;
}

/* .catalog_basket_formtovar1_to_cart button,
.catalog_basket_formtovar1_in_cart a {}

.catalog_basket_formtovar1_to_cart button:hover,
.catalog_basket_formtovar1_in_cart a:hover {} */

.catalog_basket_formtovar1_to_cart button img,
.catalog_basket_formtovar1_in_cart a img {
  margin-right: 10px;
}

/* .catalog_basket_formtovar1_to_cart button:hover img,
.catalog_basket_formtovar1_in_cart a:hover img {
  filter: invert(1);
} */

.catalog_basket_formtovar1_to_cart_button_tx {
  display: flex;
  align-items: center;
}

.catalog_basket_formtovar1_in_cart_del.catalog_basket_formtovar1_delete {
  position: absolute;
  right: -40px;
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  transform: translate(0);
  width: 30px;
  height: 30px;
  background-image: url(/themes/images/formtovar1_delete.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  cursor: pointer;
  margin-left: 0;
  z-index: 10;
}

/* .catalog_basket_formtovar1_in_cart .catalog_basket_formtovar1_to_cart_button {
  background: #98c4d4;
  color: #fff;
  border: 1px solid #98c4d4;
} */


/* .catalog_basket_formtovar1_in_cart .catalog_basket_formtovar1_to_cart_button img {
  filter: invert(1);
} */

.catalog__basket_action_tovar {
  display: flex;
  align-items: flex-start;
}

.catalog__basket_action_empty {
  margin-top: 0 !important;
  text-align: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.catalog__basket_action_empty_title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}

.catalog__basket_action_empty_text {
  font-size: 16px;
  margin-bottom: 30px;
}

.catalog__basket_action_empty_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.catalog__basket_action_empty_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #000;
  border: 1px solid transparent;
  width: 250px;
  height: 55px;
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 0.75px;
}

.catalog__basket_action_empty_btn a:hover {
  opacity: 0.85;
}

.catalog__basket_action_tovar_list {
  display: flex;
  max-width: 1040px;
  width: 100%;
  margin-right: 70px;
}

.catalog__basket_action_tovar_list table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.catalog__basket_action_tovar_list_namephoto {
  display: flex;
  flex-wrap: nowrap;
  /* align-items: center; */
}

.catalog__basket_action_tovar_list_namephoto_name {
  display: flex;
  align-self: center;
  margin-left: 30px;
  margin-right: 30px;
  flex: 1;
}

.catalog__basket_action_tovar_list_namephoto_photo {
  width: 100px;
}

.catalog__basket_action_tovar_list_photo {
  max-width: 100px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

.catalog__basket_action_tovar_list_photo_inner {
  padding-top: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.catalog__basket_action_tovar_list_photo_img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.catalog__basket_action_tovar_list_name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.catalog__basket_action_tovar_list_name a {
  color: #000;
  text-decoration: none;
}

.catalog__basket_action_tovar_list_name a:hover {
  color: #000;
  text-decoration: underline;
}

.catalog__basket_action_tovar_list_currency {
  font-size: 92%;
}

.catalog__basket_action_tovar_list_prop {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2;
  color: #666;
}

.catalog__basket_action .tovar_list tbody .td_name {
  text-align: left;
}

.catalog__basket_action .tovar_list .article,
.catalog__basket_action_tovar_list_article {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.502);
}

.catalog__basket_action .tovar_list .td_kolvo {
  width: 120px;
}

.catalog__basket_action .tovar_list .td_price {
  width: 170px;
  padding-left: 0;
  padding-right: 20px;
}

.catalog__basket_action .tovar_list .td_summa {
  width: 170px;
}

.catalog__basket_action .tovar_list tbody .td_price {
  font-size: 16px;
}

.catalog__basket_action .tovar_list .td_del {
  padding-left: 0;
  width: 35px;
}

.catalog_basket_formtovar_korzina_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.catalog__basket_action_footer {
  margin-top: 27px;
}

.catalog__basket_action_tovar_price {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  flex: none;
}

.catalog__basket_action_tovar_price_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 35px;
  background: #fff;
  padding: 30px 35px;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
}

.catalog__basket_action_tovar_price_price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.502);
}

.catalog__basket_action_tovar_price_total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.catalog__basket_action_tovar_price_total:first-child {
  margin-top: 0;
}

.catalog_basket_formtovar_korzina_inner {
  display: inline-flex;
  vertical-align: top;
  position: relative;
}

.catalog_basket_formtovar_korzina_minus,
.catalog_basket_formtovar_korzina_plus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog_basket_formtovar_korzina_minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 17px;
  font-family: "Commissioner";
  color: rgb(40, 41, 46);
  cursor: pointer;
  user-select: none;
}

.catalog_basket_formtovar_korzina_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 17px;
  font-family: "Commissioner";
  color: rgb(40, 41, 46);
  cursor: pointer;
  user-select: none;
}

.catalog_basket_formtovar_korzina_inp {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 42px;
  margin-right: 10px;
  border: 1px solid #c7c7c7;
}

.catalog_basket_formtovar_korzina input[type="text"] {
  width: 50px;
  text-align: center;
  font-size: 17px;
  font-family: "Commissioner";
  color: rgb(40, 41, 46);
  border: 0;
  background: transparent;
}

.catalog_basket_formtovar_korzina_delete,
.catalog_basket_formtovar_korzina_fav {
  display: flex;
  justify-content: center;
  width: 32px;
}

.catalog_basket_formtovar_korzina_delete_button,
.catalog_basket_formtovar_korzina_fav_button {
  position: relative;
  display: flex;
  width: 18px;
  cursor: pointer;
}

.catalog_basket_formtovar_korzina_delete_button:active {
  top: 1px;
}

.catalog_basket_formtovar_korzina_fav_button .fav-act {
  display: none;
}

.catalog_basket_formtovar_korzina_fav_button .fav-dis {
  display: flex;
}

.catalog_basket_formtovar_korzina_fav_button.active .fav-act {
  display: flex;
}

.catalog_basket_formtovar_korzina_fav_button.active .fav-dis {
  display: none;
}

.catalog__basket_action_tovar_list_item:first-child {
  border-top: 1px solid #ccc;
}

.catalog__basket_oform_v2_form {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.catalog__basket_oform_v2_form .g-recaptcha {
  padding-left: 4px;
  margin-top: 2px;
}

.catalog__basket_oform_v2_formlabel {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.catalog__basket_form_input50 {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.catalog__basket_form_input50 input {
  width: 100%;
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}

.catalog__basket_form_input50 input::placeholder {
  color: rgba(0, 0, 0, 0.502);
}

.catalog__basket_form_textarea {
  padding-left: 4px;
  padding-right: 4px;
}

.catalog__basket_form_textarea textarea {
  width: 100%;
  height: 115px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}

.catalog__basket_oform_v2_form .personal-links {
  margin-left: 5px !important;
  margin-top: 15px !important;
}

.catalog__basket_oform_v2__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 55px;
  border-radius: 30px;
  border: 1px solid rgb(209, 209, 209);
  background: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}

.catalog__basket_oform_v2__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.catalog__basket_oform_v2__btn button:hover {
  background: #000;
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
}

.catalog__basket_oform_v2__btn button:disabled:hover {
  background: #fff;
  color: rgba(0, 0, 0, 0.502);
  border: 1px solid rgb(209, 209, 209);
  cursor: default;
}

@media(max-width: 1535px) {
  .catalog__basket_action_tovar_price {
    max-width: 350px;
  }

  .catalog__basket_action_tovar_price_total {
    font-size: 18px;
  }

  .catalog__basket_action_tovar_price_price {
    font-size: 14px;
  }
}

@media(max-width: 1279px) {
  .catalog__basket_action_tovar {
    flex-direction: column;
  }

  .catalog__basket_action_tovar_price {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }


  .catalog_basket_formtovar1_to_cart button,
  .catalog_basket_formtovar1_in_cart a {
    width: 180px;
    font-size: 11px;
    height: 45px;
  }
}

@media(max-width: 1023px) {
  .catalog__basket_form_input50 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .catalog__basket_oform_v2_formlabel {
    margin-bottom: 8px;
  }

  .catalog__basket_form_input50 input {
    height: 40px;
    font-size: 13px;
  }

  .catalog__basket_action_tovar_list_name {
    font-size: 15px;
  }

  .catalog-card-header__info_buttons_buy {
    margin-bottom: 10px;
  }

  .catalog-card-header__info_buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalog__basket_action_tovar_list {
    max-width: 750px;
    margin: 0 auto;
  }

  .catalog__basket_action_tovar_list_item {
    position: relative;
  }

  .catalog__basket_action_tovar_list table tbody tr:after {
    content: '';
    display: block;
    clear: both;
  }

  .catalog__basket_action_tovar_list table,
  .catalog__basket_action_tovar_list table tbody,
  .catalog__basket_action_tovar_list table tr,
  .catalog__basket_action_tovar_list table td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .catalog__basket_action_tovar_list_namephoto_photo {
    width: 50px;
  }

  .catalog__basket_action_tovar_list_namephoto_name {
    margin-left: 15px;
  }

  .catalog__basket_action_tovar_list_name {
    font-size: 18px;
  }

  .catalog__basket_action_tovar_list_prop {
    font-size: 14px;
  }

  .catalog__basket_action .tovar_list tbody .td_name {
    margin-bottom: 23px !important;
  }

  .catalog__basket_action .tovar_list tbody .td_price {
    margin-bottom: 13px !important;
  }

  .catalog__basket_action .tovar_list tbody .td_summa {
    margin-top: 13px !important;
  }

  .catalog__basket_action_tovar_list table tbody tr {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px #ccc solid !important;
  }

  .catalog__basket_action_tovar_list table tbody tr:last-child {
    margin-bottom: 0 !important;
  }

  .catalog__basket_action .tovar_list .td_kolvo {
    max-width: 200px;
    margin: 0 auto !important;
    /* background:#e4e4e4; */
    text-align: center;
  }

  .catalog__basket_action_tovar_list .td_del {
    position: absolute;
    z-index: 20;
    right: -7px;
    transform: translateY(2px);
    bottom: 100%;
    width: 20px !important;
    font-size: 0;
    line-height: 1
  }

  .catalog__basket_action .tovar_list thead {
    display: none;
  }

  .catalog__basket_action_summa_itog {
    font-size: 25px;
    padding: 0;
    margin-top: 20px;
  }

  .catalog__basket_action_oform .oform_cont1_box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    margin-top: 10px;
  }

  .catalog__basket_action_oform_step2 {
    margin-top: 10px;
  }

  .catalog_basket_formtovar_korzina_inp {
    margin-right: 0 !important;
  }
}

@media(max-width: 767px) {
  .catalog__basket_oform_v2_form {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__basket_action_tovar_price_inner {
    padding: 20px 25px;
  }

  .catalog__basket_action_tovar_price_total {
    font-size: 16px;
    margin-top: 15px;
  }

  .catalog__basket_action_tovar_price_price {
    font-size: 13px !important;
  }

  .catalog__basket_action_tovar_list_name {
    font-size: 15px !important;
    padding-right: 30px;
  }
}






/* main-slider */
.wd-main-slider-slide {
  position: relative;
  padding-top: 43%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.wd-main-slider-info {
  position: absolute;
  top: 0;
  padding-top: 15%;
  line-height: 1;
}

.wd-main-slider-info__title {
  font-family: "NGL-bold";
  font-size: 96px;
  color: #fff;
  line-height: 1;
}

.wd-main-slider-info__text {
  font-family: "NGL-bold";
  font-size: 60px;
  color: #fff;
  line-height: 0.7;
}

.wd-main-slider-nav .swiper-button-next,
.wd-main-slider-nav .swiper-button-prev {
  color: #fff;
}

@media(max-width: 1900px) {
  .wd-main-slider-info {
    padding-left: 50px;
  }
}

@media(max-width: 1535px) {
  .wd-main-slider-info__title {
    font-size: 72px;
  }

  .wd-main-slider-info__text {
    font-size: 50px;
  }
}

@media(max-width: 1023px) {
  .wd-main-slider-slide {
    padding-top: 0%;
    min-height: 450px;
  }

  .wd-main-slider-info {
    padding-top: 25%;
    padding-left: 20px;
  }

  .wd-main-slider-info__title {
    font-size: 52px;
  }

  .wd-main-slider-info__text {
    font-size: 32px;
  }

  .wd-main-slider .swiper-button-next:after,
  .wd-main-slider .swiper-button-prev:after {
    font-size: 14px;
  }

  .wd-main-slider .swiper-button-prev {
    left: 0;
  }

  .wd-main-slider .swiper-button-right {
    right: 0;
  }
}

@media(max-width: 767px) {
  .wd-main-slider-slide {
    min-height: 350px;
  }

  .wd-main-slider-info {
    padding-top: 20%;
  }

  .wd-main-slider-info__title {
    font-size: 37px;
  }

  .wd-main-slider-info__text {
    font-size: 24px;
  }
}

@media(max-width: 479px) {

  .wd-main-slider-info {
    padding-top: 35%;
  }

  .wd-main-slider-slide {
    background-position: right -200px bottom;
  }
}

/* main slider */

@font-face {
  font-family: "NGL-bold";
  src: url("/themes/fonts/Nagel_Bold_Oblique.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "nsbold";
  src: url("/themes/fonts/nsbold.woff") format("woff"), url("/themes/fonts/nsbold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "nslight";
  src: url("/themes/fonts/nslight.woff") format("woff"), url("/themes/fonts/nslight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "nsregular";
  src: url("/themes/fonts/nsregular.woff") format("woff"), url("/themes/fonts/nsregular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "nssemibold";
  src: url("/themes/fonts/nssemibold.woff") format("woff"), url("/themes/fonts/nssemibold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "jostebi";
  src: url("/themes/fonts/Jost-ExtraBoldItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "josteli";
  src: url("/themes/fonts/Jost-ExtraLightItalic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/themes/fonts/Geometria.eot");
  src: url("/themes/fonts/Geometria.eot?#iefix") format("embedded-opentype"),
    url("/themes/fonts/Geometria.woff") format("woff"),
    url("/themes/fonts/Geometria.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Bold";
  src: url("/themes/fonts/Geometria-Bold.eot");
  src: url("/themes/fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/fonts/Geometria-Bold.woff") format("woff"),
    url("/themes/fonts/Geometria-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Light";
  src: url("/themes/fonts/Geometria-Light.eot");
  src: url("/themes/fonts/Geometria-Light.eot?#iefix") format("embedded-opentype"),
    url("/themes/fonts/Geometria-Light.woff") format("woff"),
    url("/themes/fonts/Geometria-Light.ttf") format("truetype");
  font-display: swap;
}




/* personal-links */

button:disabled {
  opacity: 0.5;
  cursor: default;
}

.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.personal-links label {
  display: block !important;
  margin-bottom: 5px !important;
  text-align: left;
  font-size: 14px;
  user-select: none;
  line-height: 1.4;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
  margin-left: 0;
}

.personal-links a {
  color: #000;
  text-align: left;
}

.personal-links.white label {
  color: #fff;
}

.personal-links.white label a {
  color: #fff;
}

/* personal-links */



.video_wrap {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  overflow: hidden;
}

.video_wrap video {
  min-height: 970px;
  min-width: 100%;
  width: auto;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter: none;
}

@media(max-width: 1919px) {
  .video_wrap {
    height: 860px;
  }
}

@media(max-width: 1535px) {
  .video_wrap {
    height: 800px;
  }
}

@media(max-width: 1439px) {
  .video_wrap {
    height: 800px;
  }
}

@media(max-width: 1365px) {
  .video_wrap {
    height: 610px;
  }
}

@media (max-width: 1023px) {
  .video_wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    min-width: 100%;
    min-height: 550px;
    width: auto;
    height: auto;
    z-index: -100;
    overflow: hidden;
  }

  .video_wrap video {
    min-height: 550px;
    min-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

}

@media(max-width: 767px) {
  .video_wrap {
    min-height: 450px
  }

  .video_wrap video {
    min-height: 450px;
  }
}

@media(max-width: 767px) {
  .video_wrap {
    min-height: 450px
  }

  .video_wrap video {
    min-height: 450px;
  }
}


/* core */
html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: 'nsregular', robotolight, tahoma;
}

body {
  overflow-y: scroll;
  background: #fff;
}

/*a,span{
    text-decoration-skip-ink:none;
}*/

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

.cmsl_outer {
  overflow: hidden;
}

/**{min-height:0;min-width:0;}*/

* {
  outline: 0;
}

img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

/*for FF*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

.cmsl_clearfix1:after {
  content: '';
  display: block;
  clear: both;
}

.cmsl_clearfix2:before,
.cmsl_clearfix2:after {
  display: table;
  content: '';
}

.cmsl_clearfix2:after {
  clear: both;
}

.cmsl_clearfix3 {
  display: table;
  width: 100%;
}

.cmsl_clearfix3:after {
  content: '. .';
  display: block;
  word-spacing: 9999px;
  height: 0;
  overflow: hidden;
}

.cmsl_clearfix4 {
  zoom: 1;
  display: block;
}

.cmsl_clearfix4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.cmsl_content {
  min-height: 300px;
}

.posmo {
  display: none;
}

a.posmo_link {
  text-decoration: none !important;
  border-bottom: 1px dashed;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

a.posmo_link:hover {
  text-decoration: none !important;
  border-bottom: 1px dashed;
}

.cmsl_wrapper0 {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.cmsl_wrapper1 {
  max-width: 1280px;
  margin: 0 auto;
}

.cmsl_wrapper2 {
  max-width: 1135px;
  margin: 0 auto;
}

.cmsl_wrapper3 {
  max-width: 990px;
  margin: 0 auto;
}

.cmsl_wrapper1_custom1 {
  max-width: 1505px;
  margin: 0 auto;
}

.cmsl_osntext ul,
.cmsl_osntext ol {
  padding-left: 25px;
}

.cmsl_osntext ul li {
  list-style-image: url(/file/i_pic/cmsl/4x4.png);
  margin-top: 10px;
}

.cmsl_osntext p:nth-of-type(1) {
  margin-top: 0;
}

.cmsl_osntext p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.cmsl_osntext img {
  max-width: 100%;
  height: auto;
}

.pagedis {
  padding-top: 15px;
}

.pagedis a {
  color: #8d8d8d;
  background: #e3e4e5;
  padding: 5px 9px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 12px;
}

.pagedis a#act {
  background: #666;
  color: #fff;
}

.bread_crumb {
  font-size: 17px;
  line-height: 1.4;
  font-family: nslight;
  margin: 15px 0 25px 0;
}

.bread_crumb a {
  color: #000;
}

.bread_crumb .img {
  margin: 0 4px 0 4px;
  width: 7px;
  height: 11px;
  vertical-align: middle;
}

.bread_crumb_arrow {
  margin: 0 5px;
  display: inline-block;
  background-image: url('../images/breadcrumb_arrow2_white.svg');
  background-repeat: no-repeat;
  width: 15px;
  text-align: center;
  background-size: 15px 15px;
}

.bread_crumb[data-template="white"] .bread_crumb_arrow {
  background-image: url(/file/i_pic/cmsl/breadcrumb_arrow2_white.svg);
}


.cmsl_razdsite {
  margin: 25px 0 35px 0;
}

.cmsl_razdsite .push {
  height: 1px;
  line-height: 1px;
}

.cmsl_razdsite h1 {
  font-size: 60px;
  line-height: 1;
  font-family: 'NGL-bold';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.cmsl_theme_breadrazd_wrap {
  background: transparent;
  position: relative;
  z-index: 100;
}

.cmsl_theme_breadrazd_wrap_inner {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}

.cmsl_theme_breadrazd_wrap_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite {
  margin: 0;
  order: 2;
  margin-top: 35px;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite.razdsite_no {
  margin-top: 25px;
}

.cmsl_theme_breadrazd_wrap .bread_crumb {
  order: 1;
  margin: 0;
  font-family: 'nsregular';
}

.cmsl_theme_breadrazd_wrap_abs {
  display: none;
  position: absolute;
  top: 20px;
  right: 340px;
}

.cmsl_theme2_content {
  display: flex;
}

.cmsl_theme2_content_col1 {
  flex: 1;
}

.cmsl_theme2_content_col2 {
  width: 300px;
  flex: 0 1 300px;
  margin-left: 30px;
}

.cmsl_theme3_content {
  display: flex;
  width: 100%;
}

.cmsl_theme3_content_col1 {
  flex: 0 0 275px;
}

.cmsl_theme3_content_col2 {
  flex: 1;
  padding-left: 37px;
}

.leli {
  display: inline-flex;
  align-items: center;
}

.leli-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 4px;
  font-family: 'nsregular';
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

.leli-links a {
  color: #fff;
  text-decoration: none;
}

.leli-links a:hover {
  color: #fff;
  text-decoration: none;
}

.leli-img {
  width: 30px;
  height: 30px;
}

.leli-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.leli_derevotop {
  padding: 5px 15px;
}

.leli_derevotop ul,
.leli_derevotop ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.leli_derevotop>ul>li {
  padding: 8px 0;
  border-top: 1px #E2E0E0 solid;
  line-height: 1.3;
}

.leli_derevotop>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li a {
  font-size: 16px;
  color: #000;
}

.leli_derevotop>ul>li>ul {
  margin-left: 20px;
}

.leli_derevotop>ul>li>ul>li {
  padding: 5px 0;
  border-top: 1px #E2E0E0 solid;
}

.leli_derevotop>ul>li>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li>ul>li:last-child {
  padding: 0;
}

.leli_derevotop>ul>li>ul>li a {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}

.leli_derevotop li.act>a {
  color: #06579F;
  font-weight: bold;
}

.cmsl_pagenav {
  margin: 35px 0 35px 0;
  line-height: 1;
  font-family: 'nslight';
}

.cmsl_pagenav_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: #606060;
}

.cmsl_pagenav_content {
  display: inline-block;
  vertical-align: middle;
}

.cmsl_pagenav ul,
.cmsl_pagenav ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

.cmsl_pagenav ul {
  padding-left: 0 !important;
}

.cmsl_pagenav ul li {
  display: inline-block;
  margin: 5px 4px 0 0 !important;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.cmsl_pagenav_insider {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  min-width: 25px;
  text-align: center;
  border: 1px transparent solid;
}

a.cmsl_pagenav_insider:hover {
  color: #000;
  text-decoration: none;
  border: 1px #85c3cc solid;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
  /*font-weight:bold;*/
  background: #85c3cc;
  color: #fff;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider:hover {
  color: #fff;
}

.cmsl_pagenav_move {
  display: inline-block;
  vertical-align: middle;
  font-family: 'nsregular';
}

.cmsl_pagenav_move._next {
  margin-left: 15px;
}

.cmsl_pagenav_move a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}

.cmsl_pagenav_move a:nth-child(1) {
  margin-left: 0;
}

.cmsl_pagenav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cmsl_pagenav_insider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: rgb(232, 232, 232);
  margin-right: 10px;
  transition: 0.2s;
  border: 0 !important;
}

.cmsl_pagenav_insider:hover {
  background: #fe6230;
  color: #fff !important;
  border: 0 !important;
}

.cmsl_pagenav_list_item.act .cmsl_pagenav_insider {
  background: rgb(232, 232, 232);
  opacity: 0.5;
  border: 0 !important;
  color: #000 !important;
}

.site_dialog_theme {
  padding: 40px 75px 50px 75px;
}

.site_dialog_theme_title {
  font-size: 33px;
  line-height: 1.1;
}

.site_dialog_theme_content {
  margin-top: 30px;
}

.custom_toggle_header {
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 6px 10px 5px 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: #ece8dc;
}

.custom_toggle_header:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  width: 21px;
  height: 11px;
  background-image: url(/file/i_pic/cmsl/custom_toggle_icon.png);
  background-repeat: no-repeat;
  transition: all 0.1s ease-out 0s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom_toggle_header:hover {
  color: #000;
}

.custom_toggle_header:hover:after {
  opacity: 0.6;
}

.custom_toggle_content {
  display: none;
  margin: 10px 0 0 0;
  padding-bottom: 15px;
}

.custom_toggle.active .custom_toggle_header:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cmsl_currency_rub {
  font-family: 'nsregular';
}

.cmsl_currency_rub_bold {
  font-family: 'nsregular';
}

/* core */


body {
  line-height: 1.5;
  font-family: "nsregular";
  font-size: 18px;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-2 {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
}

.responsive-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  z-index: 101;
  user-select: none;
  cursor: pointer;
}

.responsive-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #fff;
  transition: .15s;
}

.responsive-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.responsive-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.responsive-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

body.open-menu .responsive-menu_inner span {
  display: none;
}

body.open-menu .responsive-menu_inner span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
}

body.open-menu .responsive-menu_inner span:nth-child(3) {
  display: block;
  transform: rotate(45deg);
}

body.open-menu .responsive-wrap {
  opacity: 1;
  visibility: visible;
}

.wd-header {
  /* background: #191716; */
  background: rgb(25, 23, 22, 0.5);
  position: absolute;
  top: 0;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="default"] .wd-header {
  position: relative;
  background: #191716;
}

.wd-header-block {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.wd-header-logo {
  flex: none;
  margin-right: 140px;
}

.wd-header-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-catalog {
  flex: none;
  margin-right: 50px;
  font-size: 20px;
  font-family: "NGL-bold";
  color: #fe6230;
  text-transform: uppercase;
}

.wd-header-catalog a {
  color: #fe6230;
  text-decoration: none;
}

.wd-header-catalog a:hover {
  color: rgba(254, 98, 48, 0.85);
}

.wd-header-nav {
  margin-left: auto;
  margin-right: 50px;
}

.wd-header-nav>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wd-header-nav>ul>li {
  position: relative;
  margin-right: 35px;
  font-size: 17px;
  font-family: "nslight";
  color: #fff;
}

.wd-header-nav>ul>li.active>a {
  color: rgba(255, 255, 255, 0.70);
}

.wd-header-nav>ul>li:last-child {
  margin-right: 0;
}

.wd-header-nav>ul>li>a {
  display: flex;
  align-items: center;
  padding: 3px 0;
  color: #fff;
  text-decoration: none;
}

.wd-header-nav>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-nav>ul>li>ul {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 250px;
  background: #fe6230;
  padding: 25px 20px;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  transition: 0.3s;
  z-index: 1;
}

.submenu-icon {
  flex: none;
  display: block;
  background: url(/themes/images/header-nav-submenu-icon.svg) no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
  filter: invert(1);
}

.wd-header-nav>ul>li>ul>li {
  font-size: 16px;
  margin-bottom: 10px;
}

.wd-header-nav>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.wd-header-nav>ul>li>ul>li>a {
  color: #fff;
  text-decoration: none;
}

.wd-header-nav>ul>li>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-nav>ul>li:hover>ul {
  transform: scaleY(1);
}

.wd-header-nav__info {
  display: none;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.wd-header-nav__info_contacts {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.wd-header-nav__info_contacts_phone {
  margin-right: 15px;
  font-size: 20px;
  font-family: "nsregular";
  color: #ffffff;
  line-height: 1.334;
}

.wd-header-nav__info_contacts_phone a {
  color: #fff;
  text-decoration: none;
}

.wd-header-nav__info_contacts_feedback {
  margin-left: auto;
}

.wd-header-nav__info_contacts_feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #fe6230;
  border-radius: 50%;
}

.wd-header-nav__info_contacts_feedback a img {
  max-width: 100%;
  height: auto;
}

.wd-header-nav__info_social {
  display: flex;
  flex-direction: column;
}

.wd-header-nav__info_social_title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}

.wd-header-nav__info_social_items {
  display: flex;
}

.wd-header-nav__info_social_items_item {
  margin-right: 10px;
}

.wd-header-nav__info_social_items_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  background: #fe6230;
  border-radius: 50%;
}

.wd-header-nav__info_social_items_item a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-contacts {
  flex: none;
  display: flex;
  align-items: center;
}

.wd-header-contacts__phone {
  margin-left: 30px;
  font-size: 30px;
  font-family: "nsregular";
  color: #ffffff;
  line-height: 1.334;
}

.wd-header-contacts__phone a {
  color: #fff;
  text-decoration: none;
}

.wd-header-contacts__phone a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-contacts__feedback a {
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fe6230;
  border-radius: 50%;
}

.wd-header-contacts__feedback a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.1s;
}

.wd-header-contacts__feedback a:hover img {
  filter: invert(1);
}

.wd-header-contacts__phone-ad {
  display: none;
  /* display: flex; */
  margin-left: 10px;
}

.wd-header-contacts__phone-ad a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fe6230;
  border-radius: 50%;
  transition: 0.3s;
}

.wd-header-contacts__phone-ad a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  /* filter: invert(1); */
}

.wd-header-contacts__phone-ad a:hover {
  background: #e85222;
}

.wd-header-contacts__cart {
  display: flex;
}

.wd-header-contacts__cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fe6230;
  border-radius: 50%;
  transition: 0.3s;
}

.wd-header-contacts__cart a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-contacts__mail {
  display: flex;
  margin-left: 10px;
}

.wd-header-contacts__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fe6230;
  border-radius: 50%;
  transition: 0.3s;
}

.wd-header-contacts__mail a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-contacts__mail a:hover {
  background: #e85222;
}

.wd-header-contacts__whatsapp {
  display: flex;
  margin-left: 10px;
}

.wd-header-contacts__whatsapp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #3f8025;
  border-radius: 50%;
  transition: 0.3s;
}

.wd-header-contacts__whatsapp a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-contacts__whatsapp a:hover {
  background: #326a1b;
}

.wd-header-fixed {
  position: fixed;
  top: -200px;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #191716;
  transition: 0.3s;
  z-index: 99;
}

.wd-header-fixed-block {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.wd-header-fixed-logo {
  flex: none;
  margin-right: 125px;
}

.wd-header-fixed-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-header-fixed-catalog {
  flex: none;
  margin-right: 50px;
  font-size: 20px;
  font-family: "NGL-bold";
  color: #fe6230;
  text-transform: uppercase;
}

.wd-header-fixed-catalog a {
  color: #fe6230;
  text-decoration: none;
}

.wd-header-fixed-catalog a:hover {
  color: rgba(254, 98, 48, 0.85);
}

.wd-header-fixed-nav {
  margin-left: auto;
  margin-right: 50px;
}

.wd-header-fixed-nav>ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wd-header-fixed-nav>ul>li {
  position: relative;
  margin-right: 35px;
  font-size: 17px;
  font-family: "nsregular";
  color: #fff;
}

.wd-header-fixed-nav>ul>li:last-child {
  margin-right: 0;
}

.wd-header-fixed-nav>ul>li>a {
  display: flex;
  align-items: center;
  padding: 3px 0;
  color: #fff;
  text-decoration: none;
}

.wd-header-fixed-nav>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-fixed-nav>ul>li>ul {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 250px;
  background: #fe6230;
  padding: 25px 20px;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  transition: 0.3s;
  z-index: 1;
}

.wd-header-fixed-nav>ul>li>ul>li {
  font-size: 16px;
  margin-bottom: 10px;
}

.wd-header-fixed-nav>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.wd-header-fixed-nav>ul>li>ul>li>a {
  color: #fff;
  text-decoration: none;
}

.wd-header-fixed-nav>ul>li>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-fixed-nav>ul>li:hover>ul {
  transform: scaleY(1);
}

.wd-header-fixed-contacts {
  flex: none;
  display: flex;
  align-items: center;
}

.wd-header-fixed-contacts__phone {
  margin-right: 30px;
  font-size: 30px;
  font-family: "nsregular";
  color: #ffffff;
  line-height: 1.334;
}

.wd-header-fixed-contacts__phone a {
  color: #fff;
  text-decoration: none;
}

.wd-header-fixed-contacts__phone a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.wd-header-fixed-contacts__feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fe6230;
  border-radius: 50%;
}

.wd-header-fixed-contacts__feedback a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.1s;
}

.wd-header-fixed-contacts__feedback a:hover img {
  filter: invert(1);
}

body.fixed-menu .wd-header-fixed {
  top: 0;
}

.index_h1 {
  color: #6f6969;
  font-size: 20px;
  margin-top: -6px;
  margin-left: 10px;
  font-family: "nslight";
  line-height: 1.1em;
}

.wd-main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 970px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wd-main__text1 {
  margin-top: 155px;
  margin-left: -55px;
  font-size: 333px;
  font-family: "NGL-bold";
  color: #fcfcfc;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -16px;
}

.wd-main__text2 {
  display: flex;
  margin-top: 75px;
  margin-left: 90px;
  font-size: 30px;
  font-family: "nslight";
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.wd-main__text2::before {
  content: '';
  display: flex;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-right: 5px;
  background: #fe6230;
  border-radius: 50%;
}

.wd-main__text3 {
  position: relative;
  z-index: 3;
  font-size: 205px;
  font-family: "NGL-bold";
  color: rgba(232, 82, 34, 0.8);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 60px;
  margin-left: auto;
  letter-spacing: -10px;
  text-shadow: 0px 4px 73.15px rgba(0, 0, 0, 0.75);
}

.wd-main__photo {
  position: absolute;
  top: 34%;
  right: 2.5%;
  left: 23.5%;
}

.wd-main__photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-catalog {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f6f6f6;
}

.wd-catalog-block {
  display: flex;
  flex-direction: column;
}

.wd-catalog__title span {
  display: inline-flex;
  padding: 7px 25px;
  background: #f2cabd;
  border-radius: 5px;
  font-size: 15px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  transition: 0.3s;
}

.wd-catalog__title a {
  color: #000;
  text-decoration: none;
}

.wd-catalog__title a:hover span {
  background: #f0d2c8;
}

.wd-catalog__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -20px;
  margin-right: -20px;
}

.wd-catalog__items_item {
  width: 50%;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}

.wd-catalog__items_item_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.wd-catalog__items_item_inner:hover .wd-catalog__items_item_content_icon {
  background: #fe6230;
}

.wd-catalog__items_item_inner:hover .wd-catalog__items_item_content_photo {
  transform: scale(1.02);
}

.wd-catalog__items_item_inner:hover .wd-catalog__items_item_content_photo_inner::before {
  opacity: 1;
}

.wd-catalog__items_item_content {
  padding-top: 15px;
  padding-left: 20px;
  border: 2px solid #000;
}

.wd-catalog__items_item_content_icon {
  position: absolute;
  top: 12px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px;
  width: 46px;
  height: 46px;
  background: #000;
  border-radius: 50%;
  transition: 0.2s;
}

.wd-catalog__items_item_content_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-catalog__items_item_content_title {
  display: flex;
  padding-left: 30px;
  font-size: 45px;
  font-family: "NGL-bold";
  color: black;
  text-transform: uppercase;
  line-height: 1;
}

.wd-catalog__items_item_content_title_title {
  margin-right: 30px;
}

.wd-catalog__items_item_content_photo {
  position: relative;
  margin-top: 10px;
  margin-right: -20px;
  margin-bottom: -70px;
  transition: 0.3s;
  will-change: transform;
}

.wd-catalog__items_item_content_photo_inner {
  position: relative;
  padding-top: 36%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
}

.wd-catalog__items_item_content_photo_inner::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}

body[data-page="index"] .wd-catalog__items_item_content_photo_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}

.wd-info {
  margin-top: 90px;
}

.wd-info-block {
  display: flex;
}

.wd-info-left {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 947px;
  min-height: 500px;
}

.wd-info-left::before {
  content: '';
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 1137px;
  height: 370px;
  background: url("../images/info-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.wd-info-left__title {
  align-self: flex-end;
  font-size: 105px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}

.wd-info-right {
  width: 100%;
  max-width: 593px;
  padding-left: 150px;
  padding-top: 15px;
}

.wd-info-right__text {
  max-width: 440px;
  margin-bottom: 35px;
  font-size: 24px;
  font-family: "nslight";
  color: #000;
  line-height: 1.458;
}

.wd-info-right__link span {
  display: inline-flex;
  padding: 7px 25px;
  background: #f2cabd;
  border-radius: 5px;
  font-size: 15px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  transition: 0.3s;
}

.wd-info-right__link a {
  color: #000;
  text-decoration: none;
}

.wd-info-right__link a:hover span {
  background: #f0d2c8;
}

.wd-constr {
  margin-top: 60px;
}

.wd-constr-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 34px;
  background: #000;
}

.wd-constr-line-mouse {
  position: absolute;
  left: 0;
  margin-top: -15px;
  font-size: 20px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  transition: 0.05s;
}

.wd-constr-block {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.wd-constr-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}

.wd-constr-items__item {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding-left: 27px;
  padding-right: 27px;
}

.wd-constr-items__item:hover .wd-constr-items__item_num {
  color: #fe6230;
}

.wd-constr-items__item_num {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
}

.wd-constr-items__item_title {
  margin-bottom: 40px;
  font-size: 20px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
}

.wd-constr-items__item_text {
  font-size: 16px;
  font-family: "nslight";
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.249;
}

.wd-advantages {
  margin-top: 88px;
  padding-bottom: 80px;
}

.wd-advantages-block {
  width: 100%;
  max-width: 1740px;
  min-height: 640px;
  margin: 0 auto;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: 0px 21px 51px 0px rgba(0, 0, 0, 0.2);
}

.wd-advantages-content {
  display: flex;
  flex-direction: column;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.wd-advantages-content__title {
  margin-left: auto;
  font-size: 63px;
  font-family: "NGL-bold";
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
}

.wd-advantages-content__items {
  display: flex;
  flex-direction: column;
  max-width: 575px;
  margin-left: auto;
  margin-top: 40px;
}

.wd-advantages-content__items_item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 55px;
  padding-top: 10px;
  font-size: 16px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.249;
  text-align: justify;
}

.wd-advantages-content__items_item:last-child {
  margin-bottom: 0;
}

.wd-advantages-content__items_item::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "NGL-bold";
  color: #fe6230;
  text-transform: uppercase;
  line-height: 1.751;
}

.wd-run {
  margin-top: 5px;
}

.wd-run-marquee {
  overflow: hidden;
}

.wd-run-marquee__item {
  display: flex;
  align-items: center;
  margin-right: 150px;
  font-size: 95px;
  font-family: "NGL-bold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  line-height: 1;
}

.wd-run-marquee__item span {
  display: flex;
  width: 102px;
  height: 73px;
  margin-right: 90px;
  background-image: url("../images/run-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.wd-run-marquee .js-marquee {
  display: flex;
}

.wd-actions {
  margin-top: 110px;
}

.wd-actions-block {
  display: flex;
  flex-direction: column;
}

.wd-actions-header {
  display: flex;
  flex-direction: column;
}

.wd-actions-header__title span {
  display: inline-flex;
  padding: 7px 25px;
  background: #f2cabd;
  border-radius: 5px;
  font-size: 15px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
  transition: 0.3s;
}

.wd-actions-header__title a:hover span {
  background: #f0d2c8;
}

.wd-actions-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}

.wd-actions-items__item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.wd-actions-items__item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-right: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.wd-actions-items__item_inner:hover .wd-actions-items__item_button {
  box-shadow: 0px 0px 0px 10px #fe6230;
}

.wd-actions-items__item_title {
  margin-bottom: 40px;
  font-size: 25px;
  font-family: "NGL-bold";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
}

.wd-actions-items__item_text {
  font-size: 16px;
  font-family: "nslight";
  color: #fff;
  line-height: 1.249;
}

.wd-actions-items__item_button {
  position: absolute;
  left: 40px;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  background: #fe6230;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0px 0px 0px 0px #fe6230;
}

.wd-actions-items__item_button img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-news {
  margin-top: 30px;
  padding-top: 85px;
  padding-bottom: 90px;
  background: #f1f1f1;
}

.wd-news-block {
  display: flex;
  flex-direction: column;
}

.wd-news-header {
  margin-bottom: 80px;
}

.wd-news-header__title {
  font-size: 15px;
  font-family: "NGL-bold";
  color: #000;
  text-transform: uppercase;
}

.wd-news-header__title a {
  text-decoration: none;
  color: #000;
}

.wd-news-header__title a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}

.wd-news-items {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #000;
}

.wd-news-items__item {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #000;
  text-decoration: none;
}

.wd-news-items__item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wd-news-items__item_content {
  display: flex;
  width: 100%;
}

.wd-news-items__item_photo {
  flex: none;
  margin-right: 35px;
  width: 235px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 20px;
}

.wd-news-items__item_photo img {
  max-width: 100%;
  height: 166px;
  vertical-align: top;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.wd-news-items__item_info {
  flex: none;
  display: flex;
  flex-direction: column;
  max-width: 365px;
  width: 100%;
  margin-right: 35px;
}

.wd-news-items__item_info_title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "nslight";
  color: #010000;
  text-transform: uppercase;
  line-height: 1;
}

.wd-news-items__item_info_status {
  position: relative;
  z-index: 2;
  align-self: flex-start;
}

.wd-news-items__item_info_status span {
  display: inline-flex;
  justify-content: center;
  padding: 5px 25px;
  min-width: 130px;
  background: #f2cabd;
  border-radius: 5px;
  font-size: 13px;
  font-family: "NGL-bold";
  color: #000;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.wd-news-items__item_info_status a:hover span {
  background: #f0d2c8;
}

.wd-news-items__item_text {
  margin-right: 35px;
  max-width: 440px;
  margin-left: auto;
  font-size: 16px;
  font-family: "nslight";
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.249;
}

.wd-news-items__item_button {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 10px;
  background: #fe6230;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.wd-news-items__item_button img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s;
}

.wd-news-items__item:hover .wd-news-items__item_button {
  background: #000;
}

.wd-news-items__item:hover .wd-news-items__item_button img {
  filter: invert(1);
}

.wd-news-items__item:hover .wd-news-items__item_photo img {
  transform: scale(1.1);
}

.wd-news-button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.wd-news-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 32px;
  background: #000000;
  border-radius: 5px;
  font-size: 14px;
  font-family: "nslight";
  color: #fff;
  letter-spacing: 0.42px;
  text-decoration: none;
  transition: 0.3s;
}

.wd-news-button a:hover {
  text-decoration: none;
  color: #fff;
  background: #333333;
}

.wd-feedback {
  padding-bottom: 85px;
  background: #f1f1f1;
}

.wd-feedback-block {
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 21px 51px 0px rgba(0, 0, 0, 0.2);
}

.wd-feedback-content {
  display: flex;
  width: 100%;
  max-width: 1640px;
  min-height: 510px;
  margin: 0 auto;
  padding: 105px 50px 50px;
}

.wd-feedback-content__left {
  max-width: 770px;
  width: 100%;
}

.wd-feedback-content__left_title {
  margin-bottom: 55px;
  font-size: 50px;
  font-family: "NGL-bold";
  color: #f1f1f1;
  text-transform: uppercase;
  line-height: 1;
}

.wd-feedback-content__left_text {
  font-size: 16px;
  font-family: "nslight";
  color: #f1f1f1;
  line-height: 1.249;
}

.wd-feedback-content__right {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
}

.wd-feedback-content__right_form {
  display: flex;
  flex-direction: column;
}

.wd-feedback-content__right_form label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.wd-feedback-content__right_form label input[type="text"] {
  width: 100%;
  height: 45px;
  padding-right: 110px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: "nslight";
  color: #f1f1f1;
  text-transform: uppercase;
}

.upononline_placeholder {
  position: absolute;
  left: 0;
  display: flex;
  font-size: 18px;
  font-family: "nslight";
  color: #f1f1f1;
  text-transform: uppercase;
  user-select: none;
  z-index: -1;
}

.upononline_placeholder span {
  margin-left: 8px;
  margin-top: 7px;
  width: 2px;
  height: 2px;
  background: #fff;
}

.wd-feedback-content__right_form label input:focus+.upononline_placeholder {
  display: none;
}

.wd-feedback-content__right_form label input::placeholder {
  font-size: 18px;
  font-family: "nslight";
  color: #f1f1f1;
  text-transform: uppercase;
}

.wd-feedback-content__right_form label.err::after {
  content: 'Заполните поле';
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: "nslight";
  color: #c2694c;
}

.wd-feedback-content__right_form label input:placeholder-shown .upononline_placeholder {
  display: block;
}

.wd-feedback-content__right_form label input:not(:placeholder-shown)+.upononline_placeholder {
  display: none;
}

.wd-feedback-content__right_form label.err input {
  border-color: #c2694c;
}

.wd-feedback-content__right_form_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.wd-feedback-content__right_form_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 45px;
  background: #e85222;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-family: "nslight";
  color: #fff;
  letter-spacing: 0.45px;
  transition: 0.3s;
  cursor: pointer;
}

.wd-feedback-content__right_form_button button:hover {
  background: #fe6230;
}

.wd-feedback-content__right_form_button button:disabled:hover {
  background: #e85222;
  cursor: default;
  opacity: 0.5;
}

.wd-feedback-content__right_personal {
  margin-top: 75px;
  font-size: 14px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-align: right;
}

.wd-feedback-content__right_personal a {
  color: rgba(255, 255, 255, 0.5);
}

.wd-feedback-content__right_personal a:hover {
  text-decoration: none;
}


.ruk-feedback-content__right {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
}

.ruk-feedback-content__right_form {
  display: flex;
  flex-direction: column;
}

.ruk-feedback-content__right_form label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.ruk-feedback-content__right_form label input[type="text"] {
  width: 100%;
  height: 45px;
  padding-right: 110px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  font-family: "nslight";
  color: #000;
}

.ruk-feedback-content__right_form label input:focus+.upononline_placeholder {
  display: none;
}

.ruk-feedback-content__right_form label input::placeholder {
  font-size: 18px;
  font-family: "nslight";
  color: #000;
  text-transform: uppercase;
}

.ruk-feedback-content__right_form label textarea {
  width: 100%;
  min-height: 150px;
  padding-right: 110px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  font-family: "nslight";
  color: #000;
}

.ruk-feedback-content__right_form label textarea:focus+.upononline_placeholder {
  display: none;
}

.ruk-feedback-content__right_form label textarea::placeholder {
  font-size: 18px;
  font-family: "nslight";
  color: #000;
  text-transform: uppercase;
}

.ruk-feedback-content__right_form label.err::after {
  content: 'Заполните поле';
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: "nslight";
  color: #c2694c;
}

.ruk-feedback-content__right_form label input:placeholder-shown .upononline_placeholder {
  display: block;
}

.ruk-feedback-content__right_form label input:not(:placeholder-shown)+.upononline_placeholder {
  display: none;
}

.ruk-feedback-content__right_form label.err input {
  border-color: #c2694c;
}

.ruk-feedback-content__right_form label.err textarea {
  border-color: #c2694c;
}

.ruk-feedback-content__right_form_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.ruk-feedback-content__right_form_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 45px;
  background: #e85222;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-family: "nslight";
  color: #fff;
  letter-spacing: 0.45px;
  transition: 0.3s;
  cursor: pointer;
}

.ruk-feedback-content__right_form_button button:hover {
  background: #fe6230;
}

.ruk-feedback-content__right_personal {
  margin-top: 75px;
  font-size: 14px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-align: right;
}

.ruk-feedback-content__right_personal a {
  color: rgba(255, 255, 255, 0.5);
}

.ruk-feedback-content__right_personal a:hover {
  text-decoration: none;
}

.rukonline_placeholder {
  position: absolute;
  left: 0;
  display: flex;
  font-size: 18px;
  font-family: "nslight";
  color: #f1f1f1;
  text-transform: uppercase;
  user-select: none;
  z-index: -1;
}

.rukonline_placeholder span {
  margin-left: 8px;
  margin-top: 7px;
  width: 2px;
  height: 2px;
  background: #fff;
}

.wd-footer {
  background: #1d1b1a;
  padding-top: 65px;
  padding-bottom: 75px;
}

body[data-page="default"] .wd-footer {
  margin-top: 70px;
}

.wd-footer-top {
  display: flex;
}

.wd-footer-info {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
  padding-right: 30px;
  padding-top: 35px;
  padding-bottom: 40px;
  border-right: 1px solid #3f3d3c;
}

.wd-footer-info__logo {
  margin-bottom: 65px;
}

.wd-footer-info__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-footer-info__contacts {
  margin-bottom: 30px;
}

.wd-footer-info__contacts_phone {
  font-size: 35px;
  font-family: "nslight";
  color: #fff;
  line-height: 1;
}

.wd-footer-info__contacts_phone a {
  color: #fff;
  text-decoration: none;
}

.wd-footer-info__contacts_phone a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.wd-footer-info__contacts_text {
  font-size: 16px;
  font-family: "nsregular";
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.563;
}

.wd-footer-info__feedback {
  margin-bottom: 30px;
}

.wd-footer-info__feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 190px;
  height: 45px;
  background: #e85222;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-family: "nslight";
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.45px;
  transition: 0.3s;
  cursor: pointer;
}

.wd-footer-info__feedback a:hover {
  background: #fe6230;
}

.wd-footer-info__phone {
  font-size: 18px;
  font-family: "nslight";
  color: #ffffff;
  line-height: 1.333;
}

.wd-footer-info__phone span {
  color: #da5b32;
}

.wd-footer-nav {
  display: flex;
  max-width: 620px;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-right: 25px;
  padding-left: 70px;
  border-right: 1px solid #3f3d3c;
}

.wd-footer-nav__menu {
  max-width: 280px;
  width: 100%;
  margin-right: 25px;
}

.wd-footer-nav__menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wd-footer-nav__menu ul li {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "nslight";
  color: #ffffff;
  line-height: 1.4;
}

.wd-footer-nav__menu ul li a {
  color: #ffffff;
  text-decoration: none;
}

.wd-footer-nav__menu ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.wd-footer-nav__links {
  max-width: 235px;
  width: 100%;
}

.wd-footer-nav__links ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wd-footer-nav__links ul li {
  margin-bottom: 7px;
  font-size: 14px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.3;
}

.wd-footer-nav__links ul li a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.wd-footer-nav__links ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.wd-footer-contacts {
  display: flex;
  flex-direction: column;
  padding-left: 65px;
  padding-top: 40px;
}

.wd-footer-contacts__adress {
  display: flex;
  margin-bottom: 20px;
}

.wd-footer-contacts__adress_icon {
  margin-top: 5px;
  flex: none;
  width: 20px;
  margin-right: 7px;
}

.wd-footer-contacts__adress_inner_adress {
  font-size: 18px;
  font-family: "nslight";
  color: #fbfbfb;
  line-height: 1.333;
}

.wd-footer-contacts__adress_inner_link {
  margin-top: 5px;
  font-size: 15px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.667;
}

.wd-footer-contacts__adress_inner_link a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
  color: rgba(255, 255, 255, 0.302);
}

.wd-footer-contacts__adress_inner_link a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.302);
}

.wd-footer-contacts__mail {
  display: flex;
  margin-bottom: 55px;
}

.wd-footer-contacts__mail_icon {
  flex: none;
  width: 20px;
  margin-right: 7px;
}

.wd-footer-contacts__mail_inner_mail {
  font-size: 18px;
  font-family: "nslight";
  color: #fbfbfb;
  line-height: 1.333;
}

.wd-footer-contacts__mail_inner_mail a {
  text-decoration: none;
  color: #fff;
}

.wd-footer-contacts__mail_inner_mail a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}

.wd-footer-contacts__mail_inner_link {
  margin-top: 5px;
  font-size: 15px;
  font-family: "nslight";
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.667;
}

.wd-footer-contacts__mail_inner_link a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
  color: rgba(255, 255, 255, 0.302);
}

.wd-footer-contacts__mail_inner_link a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.302);
}

.wd-footer-contacts__social {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

.wd-footer-contacts__social_title {
  margin-bottom: 12px;
  font-size: 17px;
  font-family: "nslight";
  color: #ffffff;
  line-height: 1.5;
}

.wd-footer-contacts__social_items {
  display: flex;
}

.wd-footer-contacts__social_items_item {
  margin-right: 12px;
}

.wd-footer-contacts__social_items_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #000;
  border-radius: 50%;
  transition: 0.3s;
}

.wd-footer-contacts__social_items_item a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wd-footer-contacts__social_items_item a:hover {
  background: #fe6230;
}

.wd-footer-bot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #3f3d3c;
}

.wd-footer-bot-block {
  display: flex;
}

.wd-footer-copy {
  display: flex;
}

.wd-footer-copy__copy {
  margin-right: 60px;
  font-size: 15px;
  font-family: "nslight";
  color: #ffffff;
  line-height: 1.5;
}

.wd-footer-copy__personal {
  margin-right: 30px;
  font-size: 15px;
  font-family: "nslight";
  color: #ffffff;
  line-height: 1.5;
}

.wd-footer-copy__personal a {
  text-decoration: underline;
  color: #fff;
}

.wd-footer-copy__personal a:hover {
  text-decoration: none;
  color: #fff;
}

.wd-footer-leli {
  margin-left: auto;
  width: 300px;
}

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



/* adaptive toggle */
.adaptivetoggle {
  margin-top: 0px;
  padding-top: 50px;
  display: none;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  /*padding-bottom:10px;*/
}

.adaptivetoggle a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

.adaptivetoggle a:hover {
  color: #fff;
  text-decoration: none;
}

a.adaptivetoggle_desctop {
  font-size: 35px;
}

/* style_union */
table.table_effect5 {
  border-collapse: collapse;
}

table.table_effect5 {
  border: 0;
}

table.table_effect5 p {
  margin: 0;
  padding: 0;
}

table.table_effect5 td {
  border: 0;
  padding: 10px 10px;
  border-bottom: 1px #ece8dc solid;
  border-right: 1px #ece8dc solid;
}

table.table_effect5 tr td:last-child {
  border-right: 0;
}

table.table_collapse {
  border-collapse: collapse;
}

table.table_collapse td {
  padding: 7px;
}


.catalog_text1 {
  font-size: 24px;
  line-height: 1.25;
}

.catalog_text2 {
  font-size: 21px;
  line-height: 1.3;
}

.catalog_text3 {
  font-size: 19px;
  line-height: 1.45;
}

.catalog_text4 {
  font-size: 16px;
  line-height: 1.5;
}

.catalog_text5 {
  font-size: 13px;
  line-height: 1.5;
}

.link_decoration_none_important {
  text-decoration: none !important;
}

.catalog_decor_cont1 {
  display: flex;
  flex-wrap: nowrap;
}

.catalog_decor_cont1_box:nth-child(1) {
  flex: 1;
}

.catalog_decor_cont1_box:nth-child(2) {
  margin-left: 30px;
  width: 410px;
}

@media (max-width: 1365px) {
  .catalog_text1 {
    font-size: 21px;
    line-height: 1.3;
  }

  .catalog_text2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .catalog_text3 {
    font-size: 17px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 15px;
  }

  .catalog_text5 {
    font-size: 13px;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-left: 25px;
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .catalog_decor_cont1 {
    flex-direction: column;
  }

  .catalog_decor_cont1_box {
    margin: 0 !important;
    padding: 0 !important;
  }

  .catalog_decor_cont1_box:nth-child(1) {
    width: 100% !important;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 25px !important;
    width: auto;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .catalog_text1 {
    font-size: 18px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .catalog_text3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .catalog_text4 {
    font-size: 14px;
  }

  .catalog_text5 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 20px !important;
  }
}

@media (max-width: 359px) {
  .catalog_text1 {
    font-size: 17px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .catalog_text3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 13px;
  }

  .catalog_text5 {
    font-size: 11px;
  }
}

/* style_media */
@media (max-width: 1650px) {
  .cmsl_razdsite h1 {
    font-size: 2.4rem;
  }

  .cmsl_wrapper1_custom.cmsl_wrapper_padding_self {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1365px) {

  html,
  body {
    font-size: 17px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 2.1rem;
  }

  .cmsl_wrapper_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper_padding2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper1.cmsl_wrapper_padding_self {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_theme2_cont1_col1 {
    width: 242px;
    margin-right: 14px;
  }

  .cmsl_theme3_cont1_col2 {
    width: 242px;
    margin-left: 14px;
  }
}

@media (max-width: 1023px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .cmsl_wrapper1 {
    max-width: 992px;
  }

  .cmsl_wrapper2 {
    max-width: 992px;
  }

  .cmsl_theme_breadrazd_wrap_inner {
    min-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cmsl_razdsite {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .zag1 {
    font-size: 1.7rem;
  }

  .cmsl_wrapper1 {
    max-width: 100%;
  }

  .cmsl_wrapper2 {
    max-width: 100%;
  }

  .cmsl_razdsite h1 {
    font-size: 1.9rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb_arrow {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cmsl_theme_away_razdsite {
    margin-top: 10px;
  }

  .cmsl_theme2_cont1 {
    flex-direction: column;
  }

  .cmsl_theme2_cont1_col1 {
    order: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }

  .cmsl_theme2_cont1_col1_inner {
    max-width: 220px;
    margin: 0 auto;
  }

  .cmsl_theme2_cont1_col2 {
    order: 1;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme2_cont1_col2_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1 {
    flex-direction: column;
  }

  .cmsl_theme3_cont1_col1 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme3_cont1_col1_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1_col2 {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 60px;
  }

  .cmsl_theme3_cont1_col2_inner {
    max-width: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_pagenav_move {
    display: none;
  }

  .cmsl_pagenav_title {
    font-size: 13px;
  }

  .cmsl_pagenav_list>* {
    min-height: 25px;
  }

  .cmsl_pagenav_list_item {
    font-size: 14px;
  }

  .cmsl_pagenav_insider {
    width: 25px;
    height: 25px;
  }

  .site_dialog_theme {
    padding: 40px 15px 30px 15px;
  }

  .site_dialog_theme_title {
    font-size: 23px;
  }

  .site_dialog_theme_content {
    margin-top: 20px;
  }

  .zag1 {
    font-size: 1.5rem;
  }

  .cmsl_content {
    min-height: 250px;
  }
}

@media (max-width: 479px) {

  html,
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 1.5rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb {
    line-height: 1.5;
  }

  .site_dialog_theme {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cmsl_pagenav {
    margin: 12px 0 12px 0;
  }
}

/* style_adaptive */
.cmsl_adaptive__adaptive_just_show {
  display: none !important;
}

.cmsl_adaptive_video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 900px;
  padding-top: 56%;
}

.cmsl_adaptive_video>iframe {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1023px) {
  .cmsl_adaptive_table1 {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: table !important;
  }

  .cmsl_adaptive_table1 tr,
  .cmsl_adaptive_table1 thead,
  .cmsl_adaptive_table1 tbody,
  .cmsl_adaptive_table1 tfoot {
    display: block;
  }

  .cmsl_adaptive_table1 td {
    display: block;
    width: 100% !important;
  }

  /*old
    .cmsl_adaptive_table_wrap_column_default table{
        border:0;
        width:100%!important;
        height:auto!important;
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default tr,
    .cmsl_adaptive_table_wrap_column_default thead,
    .cmsl_adaptive_table_wrap_column_default tbody,
    .cmsl_adaptive_table_wrap_column_default tfoot{
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default td{
        display:block!important;
        width:100%!important;
    }
    */

  .cmsl_adaptive_table_wrap_column_default>table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>thead,
  .cmsl_adaptive_table_wrap_column_default>table>tbody,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>tr .cmsl_adaptive_table_wrap_column_default>table>thead>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>td .cmsl_adaptive_table_wrap_column_default>table>thead>td,
  .cmsl_adaptive_table_wrap_column_default>table>thead>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr>td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_block1>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 25px;
  }

  .cmsl_adaptive_block_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_block_wrap1>div {
    min-width: 630px;
  }

  .cmsl_adaptive_table_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_table_wrap2 table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(9px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(10px + 0.5vw) !important;
  }

  .cmsl_adaptive_image1 {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_wrap_image img {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap_column_duo table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr,
  .cmsl_adaptive_table_wrap_column_duo thead,
  .cmsl_adaptive_table_wrap_column_duo tbody,
  .cmsl_adaptive_table_wrap_column_duo tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    width: 50% !important;
    margin-bottom: 20px !important;
    padding: 1% 2.5% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n+1) {
    padding-left: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n) {
    padding-right: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_0 table td {
    padding: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_5 table td {
    padding: 5px !important;
  }

  .cmsl_adaptive_table_wrap_min_width_700 table {
    min-width: 700px;
  }

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

  .cmsl_adaptive__adaptive_just_hide,
  table.cmsl_adaptive__adaptive_just_hide,
  td.cmsl_adaptive__adaptive_just_hide,
  tr.cmsl_adaptive__adaptive_just_hide,
  thead.cmsl_adaptive__adaptive_just_hide,
  tbody.cmsl_adaptive__adaptive_just_hide,
  tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_column_default .cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>table.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>td.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tr.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>thead.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tbody.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_20 table tr {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_40 table tr {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_20 table td {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_40 table td {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_border_none table td {
    border: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_one table,
  .cmsl_adaptive_table_wrap_column_one tr,
  .cmsl_adaptive_table_wrap_column_one thead,
  .cmsl_adaptive_table_wrap_column_one tbody,
  .cmsl_adaptive_table_wrap_column_one tfoot,
  .cmsl_adaptive_table_wrap_column_one td {
    display: block;
    width: 100%;
  }

  .cmsl_adaptive_table_wrap_column_one tr {
    display: flex;
    flex-wrap: wrap;
  }

  .cmsl_adaptive_table_wrap_column_one td {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 1% 0 !important;
  }
}

@media (max-width: 767px) {
  .cmsl_adaptive_font_size_from_current_less0 {
    font-size: 0.9em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less1 {
    font-size: 0.8em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less2 {
    font-size: 0.6em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less3 {
    font-size: 0.4em;
    display: block;
  }
}

@media (max-width: 359px) {

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(7px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(9px + 0.5vw) !important;
  }
}

/* dialogred */
.dialogred_modal {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow: hidden;
}

.dialogred_modal:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dialogred_wall {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 890px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}

.dialogred_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.dialogred_wall2 {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 12;
  width: 100%;
  height: 1px;
  max-width: 890px;
  transform: translateX(-50%);
}

.dialogred_inner {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 0px 50px 0;
  padding-bottom: 30px;
  /*background:#fff;*/
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 8;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  /*transform:translateY(900px);*/
  top: -500px;
}

.dialogred_inner2 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  /* background: #fff; */
}

.dialogclass_form {
  background: #fff;
}

.dialogred_inner_show {
  opacity: 1;
  top: 0;
  /*transform:translateY(0);*/
}

.dialogred_close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 15;
  line-height: 1;
  font-size: 0;
  user-select: none;
}

.dialogred_close_img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/option/js/dialogred/img/close3.png);
  background-size: 15px 15px;
  background-position: center center;
  opacity: 1;
  transition: opacity 0.07s linear 0s, transform 0.20s linear 0s;
  will-change: opacity, transform;
  transform: rotate(0);
}

.dialogred_close_img:hover {
  opacity: 0.8;
}

.dialogred_modal[data-close_template="2"] .dialogred_close {
  right: 15px;
  top: 15px;
}

.dialogred_modal[data-close_template="2"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close13.svg);
  background-size: 20px 20px;
  filter: invert(1);
}

.dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close_emil1.png);
  background-size: 20px 20px;
  transform: rotate(0);
  filter: invert(1);
}

.dialogred_modal .dialogred_close_img:hover {
  transform: rotate(180deg);
}

.dialogred_loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
}

.dialogred_loader1 {
  width: 55px;
  height: 32px;
  text-align: center;
  font-size: 10px;
}

.dialogred_loader1>div {
  background-color: #333;
  height: 100%;
  width: 7px;
  display: inline-block;
  -webkit-animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  margin-left: 2px;
  border: 1px #858585 solid;
  opacity: 0.9;
}

.dialogred_loader1 .rect2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.dialogred_loader1 .rect3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.dialogred_loader1 .rect4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.dialogred_loader1 .rect5 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.50);
  }

  20% {
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

@keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.50);
    -webkit-transform: scaleY(0.50);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

.dialogred_modal.loading .dialogred_loader {
  display: block;
}

.body_dialogred_open {
  overflow-y: scroll;
}

.body_dialogred_open .cmsl_outer {
  position: fixed;
  width: 100%;
  /*-webkit-filter:blur(3px);
  filter:blur(3px);*/
  /*transition:opacity .5s ease-out;
  opacity:1;
  overflow:hidden;
  min-height:100%;*/
}

.body_dialogred_open .dialogred_modal {
  overflow: visible;
  display: block;
}

.body_dialogred_inner_show .dialogred_close {
  display: block;
}

.dialogred_data {
  /* min-height:400px; */
  position: relative;
  z-index: 10;
}

@media (max-width: 1365px) {
  .dialogred_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .dialogred_data {
    min-height: 300px;
  }

  .dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
    width: 25px;
    height: 25px;
    background-size: 20px 20px;
  }
}

@media (max-width: 767px) {
  .dialogred_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.dialogred_inner{
      width:calc(100% - 20px);
  }*/

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .dialogred_data {
    min-height: 250px;
  }

  .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close_img {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}


/* zakazonline */
.sendparamunion {
  display: none;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.zakazonline_button0 {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: #4b2e13;
  padding: 7px 10px;
  border-radius: 3px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  text-decoration: none !important;

  /* http://colorzilla.com/gradient-editor/#ffd200+0,ffb400+100 */
  background: #ffd200;
  background: -moz-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffb400));
  background: -webkit-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -o-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -ms-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: linear-gradient(to bottom, #ffd200 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd200', endColorstr='#ffb400', GradientType=0);
}

.zakazonline_button0:hover {
  color: #000;
  background: #ffb400;
  background: -moz-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(100%, #ffd200));
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -o-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -ms-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: linear-gradient(to bottom, #ffb400 0%, #ffd200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ffd200', GradientType=0);

  animation-name: pulse_animation;
  animation-duration: 300ms;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.zakazonline_button0:active {
  top: 1px;
}


.zakazonline_button {
  position: relative;
  background: #ff9908;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  max-width: 300px;
  text-decoration: none;
}

.zakazonline_button:hover {
  color: #fff;
  text-decoration: none;
  background: #ffa526;
}

.zakazonline_button:active {
  top: 1px;
}

/* photopic */
.photopic_photo_list4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.photopic_photo_list4_item {
  width: 33.333%;
  padding: 12px;
}

.photopic_photo_list4_item_inner {
  display: block;
  text-decoration: none !important;
  position: relative;
  /*border-radius:10px;*/
  overflow: hidden;
}

.photopic_photo_list4_item_photo {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.photopic_photo_list4_item_bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in 0s;
  border-radius: 10px;
  background: rgba(117, 66, 144, 0.9);
  background: -moz-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(9%, rgba(117, 66, 144, 0.9)), color-stop(20%, rgba(117, 66, 144, 0.81)), color-stop(27%, rgba(117, 66, 144, 0.75)), color-stop(100%, rgba(117, 66, 144, 0.2)));
  background: -webkit-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -o-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -ms-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754290', endColorstr='#754290', GradientType=1);
}

.photopic_photo_list4_item_zoom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 47px;
  height: 47px;
  background-image: url(img/photo_list4_zoom.svg);
  background-repeat: no-repeat;
  transition: all 0.1s ease-in 0s;
  -webkit-transform: translateX(-51%) translateY(-50%);
  -moz-transform: translateX(-51%) translateY(-50%);
  -ms-transform: translateX(-51%) translateY(-50%);
  -o-transform: translateX(-51%) translateY(-50%);
  transform: translateX(-51%) translateY(-50%);
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_bg {
  visibility: visible;
  opacity: 1;
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_zoom {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1365px) {
  .photopic_photo_list4_item_zoom {
    display: none;
  }

  .photopic_photo_list4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  .photopic_photo_list4_item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .photopic_photo_list4 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .photopic_photo_list4_item {
    padding: 5px;
  }
}


/* upononline */
.upononline {
  position: relative;
}

.upononline_inner {
  position: relative;
  z-index: 20;
}

.upononline_result {
  display: none;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  /*color:green;*/
  color: #00d800;
}

.upononline_error {
  display: none;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

/* .upononline.error .upononline_error{
  display:block;
} */

.upononline_form_wrap {
  position: relative;
}

.upononline,
.upononline_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.upononline.result .upononline_form_wrap_inner,
.upononline.result .upononline_form_wrap_inner * {
  visibility: hidden !important;
}

.upononline.result .upononline_result {
  display: block;
}

.upononline.result,
.upononline.result * {
  transition: all 0s linear 0s !important;
}


/* rukonline */
.rukonline {
  position: relative;
}

.rukonline_inner {
  position: relative;
  z-index: 20;
}

.rukonline_result {
  display: none;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  color: green;
  /* color: #00d800; */
}

.rukonline_error {
  display: none;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

/* .rukonline.error .rukonline_error{
  display:block;
} */

.rukonline_form_wrap {
  position: relative;
}

.rukonline,
.rukonline_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.rukonline.result .rukonline_form_wrap_inner,
.rukonline.result .rukonline_form_wrap_inner * {
  visibility: hidden !important;
}

.rukonline.result .rukonline_result {
  display: block;
}

.rukonline.result,
.rukonline.result * {
  transition: all 0s linear 0s !important;
}



/* spacehub */
.spacehub {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .spacehub:not([data-spacehub-adaptive_bool="1"]) {
    position: static !important;
    width: 100% !important;
    left: 0 !important;
  }
}

/* youtube */
.own_youtube_sizer {
  position: relative;
}

.own_youtube_sizer>* {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.own_youtube_sizer:after {
  content: '';
  padding-top: 56%;
  display: block;
}





/* warning_cookie */
.cmsl_warning_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  min-height: 65px;
}

.cmsl_warning_cookie_section1 {
  display: flex;
  flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
  width: 29px;
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  font-family: nsregular;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding-top: 5px;
}

.cmsl_warning_cookie_close {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}