/* 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: 1px solid #000;
  border-radius: 50%
}

.header-cart.catalog_basket_float_union_kolvo_is::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #83b6c9;
  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_in_cart .catalog_basket_formtovar1_to_cart_button,
.catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart .catalog_basket_formtovar1_in_cart_button {
  border: 1px solid transparent;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_to_cart button,
.catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart a {
  width: 60px;
  height: 50px;
  background: #6da4b8;
  border: 1px solid transparent !important;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_to_cart button:hover,
.catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart a:hover {
  background: #6da4b8;
  border: 1px solid transparent;
}

.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;
  border-radius: 15px;
  border: 1px solid transparent;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 0.75px;
  border: 1px solid #bababa;
  cursor: pointer;
  width: 60px;
  height: 50px;
  background: #eee !important;
  border: 1px solid transparent;
}

.catalog-products-item__price_cart .catalog_basket_formtovar1_delete::before {
  content: '';
  width: 15px;
  height: 15px;
  background: rgb(54, 121, 144);
  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: 767px) {
  .header-cart.catalog_basket_float_union_kolvo_is::before {
    right: 5px;
  }

  .catalog-products-item__price_cart .catalog_basket_formtovar1_delete,
  .catalog-products-item__price_cart .catalog_basket_formtovar1_to_cart button,
  .catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart a {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }

  .catalog_basket_formtovar1_in_cart .catalog_basket_formtovar1_to_cart_button img,
  .catalog-products-item__price_cart .catalog_basket_formtovar1_to_cart button img,
  .catalog-products-item__price_cart .catalog_basket_formtovar1_in_cart a img {
    width: 15px;
  }

  .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;
  }

}


.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: 15px;
  background-color: rgb(54, 121, 144);
  border: 1px solid transparent;
  width: 250px;
  height: 60px;
  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: 18px;
  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: 18px;
}

.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: 505px;
  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: 16px;
  color: rgba(0, 0, 0, 0.502);
}

.catalog__basket_action_tovar_price_total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 25px;
  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;
  }
}

@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;
  }
}

/* cart */



/* cookie */
.cmsl_warning_cookie.cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.cmsl_warning_cookie2_inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}

.cmsl_warning_cookie2_text {
  margin-right: 30px;
  font-size: 16px;
}

.cmsl_warning_cookie2_button {
  margin-left: auto;
  flex: none;
}

.cmsl_warning_cookie_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  background-color: rgb(230, 230, 231);
  color: rgb(45, 45, 45);
  font-size: 17px;
  width: 150px;
  height: 50px;
  border: 0;
  transition: 0.2s;
  cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
  opacity: 0.85;
}

.cmsl_warning_cookie_tx {
  color: inherit !important;
}

@media(max-width: 767px) {
  .cmsl_warning_cookie2 {
    bottom: 20px;
  }

  .cmsl_warning_cookie2_inner {
    flex-direction: column;
  }

  .cmsl_warning_cookie2_text {
    margin-right: 0;
    font-size: 11px;
  }

  .cmsl_warning_cookie2_button {
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_accept {
    width: 130px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_tx {
    font-size: 12px !important;
  }

  .cmsl_warning_cookie_section1 {
    flex-direction: column;
  }

  .cmsl_warning_cookie_section1_box2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* cookie */


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

.cmsl_pagenav_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 13px;
  margin-right: 10px;
  border: 1px solid #eee;
}

.cmsl_pagenav_list_item.act {
  background: #eee;
  border: 1px solid #eee;
}

.cmsl_pagenav_insider {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cmsl_pagenav_insider:hover {
  border-radius: 50%;
  background: #eee;
  border: 1px solid #eee !important;
}

@media(max-width: 767px) {
  .cmsl_pagenav_list_item {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

/* pagination */

/* asnwer */
.answer {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.answer__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.answer__title {
  margin-bottom: 15px;
  font-size: 66px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.125;
  text-align: center;
}

.answer__text {
  font-size: 18.75px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: center;
}

.answer__block {
  border-top: 1px solid #9a9690;
}

.answer__accordeon {
  margin-left: auto;
  margin-left: -30px;
  margin-right: -30px;
}

.answer__accordeon_block {
  display: flex;
  flex-direction: column;
}

.answer__box {
  width: 100%;
  position: relative;
  /* margin-bottom: 5px; */
  border-bottom: 2px solid #d1d1d1;
}

.answer__box:last-child {
  margin-bottom: 0;
}

.answer__box .answer__label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 00px 0px 0px 0px !important;
  padding-right: 40px !important;
  margin: 0;
  margin-bottom: 40px !important;
  margin-top: 40px;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  /* border-bottom: 2px solid #d1d1d1; */
  transition: 0.3s;
  line-height: 1;
}

.answer__box .answer__label h3 {
  padding: 10px 0;
}

.answer__box .answer__label::after {
  content: '';
  position: absolute;
  right: 5px;
  top: -3px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #feaa6d; */
  background-image: url('../images/answer-icon.png');
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  /* opacity: 0;
  visibility: hidden; */
}

.answer__box .answer__label:hover:after {
  opacity: 1;
  visibility: visible;
}

.answer__box.active .answer__label:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(135deg);
}

.answer__box .answer__label span {
  flex: none;
  display: inline-flex;
  width: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

/* 
.answer__box.active .answer__label {
  border-bottom: 2px solid #feaa6d;
} */

.answer__box .answer__content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.749);
  line-height: 1.333;
}

.answer__box .answer__content>div {
  padding: 0px 0px 35px 0px;
}

.answer__box .answer__content>div p {
  margin: 0;
  margin-bottom: 15px;
}

.answer__box .answer__content>div a {
  color: rgba(0, 0, 0, 0.749);
  text-decoration: underline;
}

.answer__box .answer__content>div a:hover {
  color: rgba(0, 0, 0, 0.749);
  text-decoration: none;
}

@media(max-width: 1535px) {
  .answer__title {
    font-size: 55px;
  }

  .answer__box .answer__content>div {
    padding-right: 0;
  }

  .answer__box .answer__label {
    font-size: 21px
  }

  .answer__box .answer__content {
    font-size: 17px
  }


}

@media(max-width: 1023px) {
  .answer__title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .answer__text {
    font-size: 16px;
  }

  .answer__box .answer__label {
    margin: 0;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-size: 16px;
  }

  .answer__box .answer__content {
    font-size: 14px;
  }

  .answer__box .answer__content>div {
    padding-bottom: 5px;
  }

  .answer__box .answer__label::after {
    top: -2.5px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}


@media(max-width: 767px) {
  .answer__box .answer__label {
    font-size: 16px;
  }

  .answer__title {
    font-size: 27px;
    margin-bottom: 0;
  }

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

/* asnwer */

p.h1 {
  color: #252525;
  font-size: 2.4rem;
  line-height: 1.1;
}

p.h2 {
  color: #252525;
  font-size: 1.9rem;
  line-height: 1.1;
}

p.h3 {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.1;
}

p.h4 {
  color: #252525;
  font-size: 1.5rem;
  line-height: 1.1;
}

p.h5 {
  color: #252525;
  font-size: 1.3rem;
  line-height: 1.1;
}

p.h5 {
  color: #252525;
  font-size: 1.1rem;
  line-height: 1.1;
}

.overflow-hidden {
  overflow: hidden;
}

hr {
  border: none;
  border-top: 1px solid #999;
  margin: 3px 0 10px 0;
}



/* personal-links */

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

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

.personal-links label {
  margin-bottom: 5px;
  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 */

/* core */
html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: regular, 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;
}

/**{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_theme1 {
  overflow: hidden;
}

.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;
}

.cmsl_wrapper1 {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  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 {
  display: flex;
  padding-top: 65px;
}

.pagedis a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d8d8d;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  transition: 0.2s;
}

.pagedis a:hover:not(.pagedis-prev):not(.pagedis-next) {
  background: #1b1ab0;
  color: #fff;
}

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

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

.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_arrow2 {
  margin: 0 15px;
  display: inline-block;
  text-align: center;
}

.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: 50px;
  line-height: 1;
  font-family: "Ngl-medium";
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}

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

.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: regular;
}

.cmsl_theme_breadrazd_wrap .bread_crumb a {
  color: #000;
}

.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: regular;
  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: light;
}

.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: regular;
}

.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;
}

.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: regular;
}

.cmsl_currency_rub_bold {
  font-family: regular;
}

/* core */


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

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

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

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

.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;
}

.button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 35px;
  text-align: center;
  text-decoration: none;
  background: #4e4e51;
  border-radius: 40px;
  font-size: 14px;
  font-family: "semibold";
  color: #fff;
  transition: 0.3s;
  letter-spacing: 3px;
}

.button1:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.button2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 35px;
  text-align: center;
  text-decoration: none;
  background: #d1d0cb;
  border-radius: 40px;
  font-size: 14px;
  font-family: "semibold";
  color: #000;
  transition: 0.3s;
  letter-spacing: 3px;
}

.button2:hover {
  opacity: 0.8;
  color: #000;
  text-decoration: none;
}

@media(max-width: 1023px) {
  .button1 {
    min-height: 45px;
    font-size: 13px;
    color: #fff;
  }
}

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

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 20;
  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: #000;
  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 span {
  display: none;
}

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

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

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

.header {
  display: flex;
  position: absolute;
  width: 100%;
  min-height: 90px;
  /* background: #d1d0cb; */
  /* border-bottom: 1px solid #c2c1bc; */
  z-index: 999;
  max-width: 1920px;
}

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

.header-container {
  display: flex;
  flex-direction: column;
  max-width: 1830px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

body[data-page="default"] .header-container {
  padding-bottom: 15px;
}

.header-block {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.header-logo {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-logo__link {
  margin-right: 30px;
}

.header-logo__link a {
  display: flex;
  align-items: center;
}

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

.header-logo__descr {
  font-size: 16px;
  font-family: "regular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.125;
}

.header-info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-nav {
  margin-right: 60px;
}

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

.header-nav>ul>li {
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-family: "light";
  color: #000;
}

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

.header-nav>ul>li>a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.header-nav>ul>li>a>span {
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.header-nav>ul>li>a>span:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.header-nav>ul>li.active>a>span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

/* .header-nav>ul>li>ul {
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 15px 20px;
  background: #eeeeee;
  list-style: none;
  z-index: 10;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  transition: 0.3s;
} */

.header-nav>ul>li>ul {
  position: absolute;
  z-index: 50;
  top: 150%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 473px;
  padding: 22px 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  line-height: 1.3;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.2s;
  will-change: transform, visibility;
}

.header-nav>ul>li>ul::before {
  font-size: 19px;
  line-height: 1;
  content: "▲";
  position: absolute;
  display: flex;
  bottom: 100%;
  margin-bottom: -5px;
  left: 45px;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.07) 0px -4px 5px;
  transform: scaleX(2.5);
  width: 20px;
}

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

.header-nav>ul>li>ul>li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "light";
  color: #000;
}

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

.header-nav>ul>li>ul>li>a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

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

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

.header-contacts__phone {
  margin-right: 40px;
  font-size: 25px;
  font-family: "bold";
  color: #000;
}

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

.header-contacts__phone a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.header-contacts__feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 55px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #4e4e51;
  border-radius: 40px;
  font-size: 14px;
  font-family: "semibold";
  color: #fff;
  transition: 0.3s;
  letter-spacing: 3px;
}

.header-contacts__feedback a:hover {
  background: #060566;
  opacity: 0.7;
}

.header-slider {
  position: relative;
}

.header-slider-slide {
  padding-top: 41.5%;
  background-repeat: no-repeat;
  background-position: top center;
}

.header-slider-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header-slider-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 165px;
  z-index: 9;
  color: #3f3b37;
}

.header-slider-info__inner {
  display: flex;
  flex-direction: column;
  max-width: 1630px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.header-slider-info__title {
  margin-top: auto;
  font-size: 90px;
  font-family: "Ngl-regular";
  text-transform: uppercase;
  line-height: 1.053;
}

.header-slider-info__text {
  margin-top: 45px;
  font-size: 25px;
  font-family: "regular";
  text-transform: uppercase;
  line-height: 1.168;
}

.header-slider-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header-slider-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header-slider-scroll {
  position: absolute;
  left: calc(50% - 16px);
  bottom: 32px;
  width: 32px;
  height: 68px;
  z-index: 3;
  cursor: pointer;
}

.header-slider-scroll img {
  max-width: 100%;
}

.header-slider-nav {
  position: absolute;
  top: 50%;
  right: 60px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 3;
}

.header-slider-nav .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin-bottom: 32px;
}

.header-slider-nav .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.header-slider-nav .swiper-pagination-bullet-active {
  background: #4e4e51;
}



.header-fixed {
  max-width: 1920px;
  display: flex;
  position: fixed;
  top: -200px;
  width: 100%;
  min-height: 90px;
  background: #d1d0cb;
  z-index: 20;
  transition: 0.3s;
}

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

.header-fixed-container {
  display: flex;
  flex-direction: column;
  max-width: 1830px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-fixed-block {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 0;
}

.header-fixed-logo {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-fixed-logo__link {
  margin-right: 30px;
}

.header-fixed-logo__link a {
  display: flex;
  align-items: center;
}

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

.header-fixed-logo__descr {
  font-size: 16px;
  font-family: "regular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.125;
}

.header-fixed-info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-fixed-nav {
  margin-right: 60px;
}

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

.header-fixed-nav>ul>li {
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-family: "light";
  color: #000;
}

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

.header-fixed-nav>ul>li>a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.header-fixed-nav>ul>li>a>span {
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.header-fixed-nav>ul>li>a>span:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.header-fixed-nav>ul>li.active>a>span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.header-fixed-nav>ul>li>ul {
  position: absolute;
  z-index: 50;
  top: 150%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 473px;
  padding: 22px 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  line-height: 1.3;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.2s;
  will-change: transform, visibility;
}

.header-fixed-nav>ul>li>ul::before {
  font-size: 19px;
  line-height: 1;
  content: "▲";
  position: absolute;
  display: flex;
  bottom: 100%;
  margin-bottom: -5px;
  left: 45px;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.07) 0px -4px 5px;
  transform: scaleX(2.5);
  width: 20px;
}

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

.header-fixed-nav>ul>li>ul>li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "light";
  color: #000;
}

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

.header-fixed-nav>ul>li>ul>li>a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

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

.header-fixed-contacts__phone {
  margin-right: 40px;
  font-size: 25px;
  font-family: "bold";
  color: #000;
}

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

.header-fixed-contacts__phone a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.header-fixed-contacts__feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 55px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #4e4e51;
  border-radius: 40px;
  font-size: 14px;
  font-family: "semibold";
  color: #fff;
  transition: 0.3s;
  letter-spacing: 3px;
}

.header-fixed-contacts__feedback a:hover {
  background: #060566;
}

.services {
  margin-top: 70px;
}

.mt100 {
  margin-top: 100px;
}

.services__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.services__items_item {
  width: 50%;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.services__items_item_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 390px;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-decoration: none;
}

.services__items_item_inner.border {
  border: 1px solid #9f9d9b;
}

.services__items_item_inner:hover .services__items_item_title span {
  background-image: none !important;
}

.services__items_item_title {
  max-width: 400px;
  font-family: "regular";
  font-size: 35px;
  color: #3f3b37;
  line-height: 1.286;
  text-transform: uppercase;
}

.services__items_item_title span {
  background-image: linear-gradient(to bottom, rgba(69, 59, 55, 0.7), rgba(63, 59, 55, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.services__items_item.white .services__items_item_title {
  color: #fff;
}

.services__items_item.white .services__items_item_title span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

/* services 2 */
.services2 .services__items {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}

.services2 .services__items_item {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

.services2 .services__items_item_inner {
  position: relative;
  min-height: auto;
  padding: 0;
  padding-top: 100%;
}

.services2 .services__items_item_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 30px;
  font-family: "light";
  line-height: 1.425;
  text-transform: none;
}

@media (max-width: 1535px) {
  .services2 .services__items_item_title {
    font-size: 27px;
  }
}


@media (max-width: 1279px) {
  .services2 .services__items_item_title {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .services2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .services2 .services__items {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .services2 .services__items_item_title {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .services2 .services__items_item_title {
    font-size: 16px;
    padding: 20px;
  }
}

/* services 3 */
.services3 .services__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}

.services3 .services__items_item {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  grid-column: span 1 / span 1;
}

.services3 .services__items_item:nth-child(6n +1) {
  grid-column: span 2 / span 1;
}

.services3 .services__items_item:nth-child(6n +1) .services__items_item_inner {
  padding-top: 50%;
}

.services3 .services__items_item:nth-child(6n+2) {
  grid-column: span 1 / span 1;
}

.services3 .services__items_item:nth-child(6n+3) {
  grid-column: span 1 / span 1;
}

.services3 .services__items_item:nth-child(6n+4) {
  grid-column: span 1 / span 1;
}

.services3 .services__items_item:nth-child(6n+5) {
  grid-column: span 2 / span 1;
}

.services3 .services__items_item:nth-child(6n +5) .services__items_item_inner {
  padding-top: 50%;
}

.services3 .services__items_item:nth-child(6n+6) {
  grid-column: span 1 / span 1;
}

.services3 .services__items_item_inner {
  position: relative;
  min-height: 100%;
  padding: 0;
  padding-top: 100%;
}

.services3 .services__items_item_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 30px;
  font-family: "light";
  line-height: 1.425;
  text-transform: none;
}


@media (max-width: 1535px) {
  .services3 .services__items_item_title {
    font-size: 27px;
  }
}


@media (max-width: 1279px) {
  .services3 .services__items_item_title {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .services3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .services3 .services__items {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .services3 .services__items_item {
    grid-column: span 1 / span 1 !important;
  }

  .services3 .services__items_item_inner {
    padding-top: 100% !important;
  }

  .services3 .services__items_item_title {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .services3 .services__items_item_title {
    font-size: 16px;
    padding: 20px;
  }
}

.main-catalog {
  margin-top: 135px;
}

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

.main-catalog-header {
  display: flex;
}

.main-catalog-header__title {
  margin-right: 30px;
  font-size: 50px;
  font-family: "Ngl-medium";
  color: #3f3b37;
  text-transform: uppercase;
  line-height: 1.2;
}

.main-catalog-header__title a {
  text-decoration: none;
  color: #3f3b37;
}

.main-catalog-header__link {
  margin-left: auto;
  align-self: flex-end;
  font-size: 18px;
  font-family: "regular";
  color: #3f3b37;
  line-height: 1.389;
}

.main-catalog-header__link a {
  text-decoration: underline;
  color: #3f3b37;
}

.main-catalog-header__link a:hover {
  text-decoration: none;
}

.main-catalog-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.about {
  margin-top: 140px;
}

.about-block {
  display: flex;
}

.about-left {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
}

.about-left__title {
  margin-bottom: 100px;
  margin-right: 30px;
  font-size: 50px;
  font-family: "Ngl-medium";
  color: #3f3b37;
  text-transform: uppercase;
  line-height: 1.2;
}

.about-left__title a {
  text-decoration: none;
  color: #3f3b37;
}

.about-left__text1 {
  margin-bottom: 28px;
  font-size: 28px;
  font-family: "regular";
  color: black;
  line-height: 1.357;
}

.about-left__text2 {
  font-size: 18px;
  font-family: "regular";
  color: black;
  line-height: 1.778;
}

.about-right {
  width: 50%;
  margin-left: 55px;
}

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

.advantages {
  margin-top: 135px;
}

.advantages-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantages-items__item {
  width: 22%;
  margin-left: 20px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #bfbfbf;
}

.advantages-items__item:first-child {
  margin-left: 0;
}

.advantages-items__item_title {
  margin-bottom: 40px;
  font-size: 25px;
  font-family: "regular";
  color: #4e4e51;
  line-height: 1.2;
}

.advantages-items__item_text {
  font-size: 16px;
  font-family: "regular";
  color: #000000;
  line-height: 1.562;
}

.main-news {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 150px;
  background: #eeeeee;
  overflow: hidden;
}

.main-news-block {
  display: flex;
}

.main-news-left {
  width: 50%;
  max-width: 815px;
  margin-left: auto;
  padding-left: 15px;
}

.main-news-left__title {
  margin-bottom: 30px;
  margin-right: 30px;
  font-size: 50px;
  font-family: "Ngl-medium";
  color: #3f3b37;
  text-transform: uppercase;
  line-height: 1.2;
}

.main-news-left__title a {
  text-decoration: none;
  color: #3f3b37;
}

.main-news-left__photo {
  display: flex;
  justify-content: center;
}

.main-news-left__photo img {
  width: 100%;
  height: auto;
  height: 423px;
  object-fit: cover;
}

.main-news-right {
  width: 50%;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 20px;
}

.main-news-slider {
  margin-top: 90px;
  overflow: inherit !important;
}

.main-news-slide {
  width: 520px !important;
}

.main-news-slide__date {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 8px 15px;
  background: #4e4e51;
  font-size: 16px;
  font-family: "regular";
  color: white;
  line-height: 1.1;
}

.main-news-slide__title {
  margin-bottom: 25px;
  font-size: 25px;
  font-family: "bold";
  color: #3f3b37;
  font-weight: bold;
  line-height: 1.2;
}

.main-news-slide__title a {
  color: #3f3b37;
  text-decoration: none;
}

.main-news-slide__title a:hover {
  color: rgba(63, 59, 55, 0.85);
  text-decoration: none;
}

.main-news-slide__text {
  font-size: 18px;
  font-family: "regular";
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.5;
}

.main-news-nav {
  margin-top: 40px;
  display: flex;
}

.main-news-nav__buttons {
  display: flex;
}

.main-news-nav__buttons_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  margin-right: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

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

.main-news-nav__buttons_prev:hover {
  opacity: 0.8;
}

.main-news-nav__buttons_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

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

.main-news-nav__buttons_next:hover {
  opacity: 0.8;
}

.main-news-nav__buttons_link {
  margin-left: auto;
  margin-right: 22.5%;
  margin-top: 40px;
  font-size: 18px;
  font-family: "regular";
  color: #3f3b37;
  line-height: 1.389;
}

.main-news-nav__buttons_link a {
  text-decoration: none;
  color: #3f3b37;
}

.main-news-nav__buttons_link a span {
  background-image: linear-gradient(to bottom, rgba(69, 59, 55, 0.7), rgba(63, 59, 55, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.main-news-nav__buttons_link a:hover span {
  background-image: none;
}

.main-projects {
  margin-top: 125px;
}

.main-projects-block {
  display: flex;
}

.main-projects__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.main-projects__items_item {
  width: 25.5%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.main-projects__items_item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 538px;
  padding-top: 55px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #9f9d9b;
  text-decoration: none;
}

.main-projects__items_item_photo {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-size: cover;
  background-position: center;
}

.main-projects__items_item_title {
  position: relative;
  font-size: 31px;
  font-family: "regular";
  color: #3f3b37;
  line-height: 1.29;
  z-index: 1;
}

.main-projects__items_item_title span {
  background-image: linear-gradient(to bottom, rgba(63, 59, 55, 0.7), rgba(63, 59, 55, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.main-projects__items_item_year {
  position: relative;
  margin-top: auto;
  font-size: 16px;
  font-family: "regular";
  color: #3f3b37;
  line-height: 2.5;
  z-index: 1;
}

.main-projects__items_item.white .main-projects__items_item_title {
  color: #fff;
}

.main-projects__items_item.white .main-projects__items_item_title span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.main-projects__items_item.white .main-projects__items_item_year {
  color: #fff;
}

.main-projects__items_item.blue .main-projects__items_item_photo {
  background-color: #4e4e51;
}

.main-projects__items_item:hover .main-projects__items_item_title span {
  background-image: none;
}

.main-projects__items_info {
  width: 23.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.main-projects__items_info_inner {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 25px;
}

.main-projects__items_info_title {
  margin-bottom: 95px;
  font-size: 50px;
  font-family: "Ngl-medium";
  color: #3f3b37;
  line-height: 1.1;
  text-transform: uppercase;
}

.main-projects__items_info_title a {
  text-decoration: none;
  color: #3f3b37;
}

.main-projects__items_info_text {
  font-size: 18px;
  font-family: "regular";
  color: black;
  line-height: 1.778;
}

.partners {
  margin-top: 80px;
}

.partners-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners-slider-slide {
  width: 16.666% !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 10px;
  padding-right: 10px;
}

.partners-slider-slide__item {
  width: 100%;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.clients-slider-bottom .partners-slider-slide__item {
  margin-left: -50%;
}

.footer {
  margin-top: 65px;
  background: #2b2926;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

.footer-top__logo {
  width: 255px;
  margin-right: 30px;
}

.footer-top__nav {
  width: 385px;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

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

.footer-top__nav ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "light";
  color: #ffffff;
}

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

.footer-top__nav ul li a:hover {
  text-decoration: underline;
}

.footer-top__info {
  display: flex;
  flex-direction: column;
  width: 410px;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-top__info_adres {
  display: flex;
  margin-bottom: 38px;
}

.footer-top__info_adres_icon {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  margin-top: 5px;
  margin-right: 10px;
}

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

.footer-top__info_adres_text {
  font-size: 20px;
  font-family: "regular";
  color: white;
  line-height: 1.25;
}

.footer-top__info_mail {
  display: flex;
}

.footer-top__info_mail_icon {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  margin-top: 5px;
  margin-right: 10px;
}

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

.footer-top__info_mail_text {
  font-size: 20px;
  font-family: "regular";
  color: white;
  line-height: 1.25;
}

.footer-top__info_mail_text_mail a {
  color: white;
  text-decoration: none;
}

.footer-top__info_mail_text_feedback {
  font-size: 14px;
  font-family: "regular";
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.786;
}

.footer-top__info_mail_text_feedback a {
  color: rgba(255, 255, 255, 0.502);
  text-decoration: underline;
}

.footer-top__info_mail_text_feedback a:hover {
  text-decoration: none;
}

.footer-top__feedback {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-top__feedback_phone {
  margin-bottom: 25px;
  font-size: 46px;
  font-family: "light";
  color: #fff;
  line-height: 1.1;
}

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

.footer-top__feedback_phone a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-top__feedback_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 50px;
  background: #1b1ab0;
  border-radius: 30px;
  font-size: 15px;
  font-family: "semibold";
  color: #fff;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-top__feedback_button a:hover {
  background: #060566;
  opacity: 0.7;
}

.footer-bot {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.footer-bot-left {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-family: "regular";
  color: #fff;
  line-height: 1.867;
}

.footer-bot-left a {
  color: #fff;
  text-decoration: underline;
}

.footer-bot-left a:hover {
  text-decoration: none;
}

.footer-bot-right {
  margin-left: auto;
}

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





/* adaptive toggle */
.adaptivetoggle {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 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;
  }

  .bread_crumb_arrow2 {
    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.9rem;
  }

  .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;
}

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

.dialogred_close {
  position: absolute;
  right: 15px;
  top: 15px;
  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;
  }
}

@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;
}


/* 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: regular;
  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;
}


/* main events */
.main-events {
  margin-top: 135px;
  margin-bottom: 135px;
}

.main-events-block {
  display: flex;
  flex-direction: column;
}

.main-events-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

.main-events-header__title {
  margin-right: 60px;
  font-size: 50px;
  font-family: "Ngl-medium";
  color: #3f3b37;
  text-transform: uppercase;
  line-height: 0.9;
}

.main-events-header__title a {
  color: #3f3b37;
  text-decoration: none;
}

.main-events-header__link {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: 'light';
  line-height: 1.4;
  margin-right: 15px;
}

.main-events-header__link a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

.main-events-header__link a:hover {
  border-bottom: 1px solid transparent;
}

.main-events-items {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px; */
  margin-left: -20px;
  margin-right: -20px;
}

.main-events-items2 {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px; */
  margin-left: -20px;
  margin-right: -20px;
}

.main-events-item {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.main-events-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-events-item__photo {
  position: relative;
  height: 340px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.main-events-item.border .main-events-item__photo {
  border-left: 1px solid #9f9d9b;
  border-right: 1px solid #9f9d9b;
  border-top: 1px solid #9f9d9b;
}

.main-events-item__date {
  display: flex;
  flex-direction: column;
  width: max-content;
  padding: 40px;
}

.main-events-item__date_date {
  margin-bottom: 15px;
  font-size: 150px;
  font-family: "NGL-regular";
  color: #000;
  text-transform: uppercase;
  line-height: 0.8;
}

.main-events-item__date_month {
  font-size: 37px;
  font-family: "NGL-regular";
  color: #000;
  text-transform: uppercase;
  line-height: 0.8;
  margin-left: 3px;
}

.main-events-item__photo.white .main-events-item__date_date,
.main-events-item__photo.white .main-events-item__date_month {
  color: #fff;
}

.main-events-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 40px;
  border-left: 1px solid #9f9d9b;
  border-right: 1px solid #9f9d9b;
  border-bottom: 1px solid #9f9d9b;
}

.main-events-item__text {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "regular";
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.main-events-item__text p {
  margin-top: 0;
}

.main-events-item__adress {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "light";
  color: #000;
  line-height: 1.2;
  margin-top: auto;
}

.main-events-item__adress i {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 26px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://www.sil-ver.ru/themes/images/events-location-black.png');
}

.page-events {
  gap: 0;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.page-events .main-events-item {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}

.page-events .main-events-item__inner {
  text-decoration: none;
}

.page-events .main-events-item__inner.border .main-events-item__photo {
  border-left: 1px solid #9f9d9b;
  border-right: 1px solid #9f9d9b;
  border-top: 1px solid #9f9d9b;
}

@media(max-width: 1535px) {
  /* .main-events-items {
    gap: 20px;
  } */

  .page-events {
    gap: 0;
  }

  .main-events-item__photo {
    height: 320px;
  }

  .main-events-item__date_date {
    font-size: 120px;
  }

  .main-events-item__date_month {
    font-size: 30px;
  }

  .main-events-item__text {
    font-size: 18px;
  }
}

@media(max-width: 1365px) {
  .main-events-item__info {
    padding: 25px;
  }

  .main-events-item__photo {
    height: 280px;
  }

  .main-events-item__date_date {
    font-size: 100px;
  }

  .main-events-item__date_month {
    font-size: 25px;
  }

  .main-events-item__text {
    font-size: 18px;
  }

  .main-events-item__adress {
    font-size: 15px;
  }
}

@media(max-width: 1279px) {
  .main-events-item__photo {
    height: 200px;
  }

  .main-events-item__date {
    padding: 20px;
  }

  .main-events-item__date_date {
    font-size: 80px;
  }

  .main-events-item__date_month {
    font-size: 21px;
  }

  .main-events-item__text {
    font-size: 16px;
  }

  .main-events-item__adress {
    font-size: 14px;
  }

  .main-events-item__adress i {
    width: 13px;
    height: 17px;
    background-size: cover;
  }

  .page-events {
    gap: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .page-events .main-events-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 1023px) {
  .main-events-block {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-events-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-events-header__title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .main-events-items {
    flex-direction: column;
  }

  .main-events-items2 {
    flex-direction: column;
  }

  .main-events-item {
    width: 100%;
  }

  .page-events {
    flex-direction: row;
  }

  .page-events .main-events-item {
    width: 50%;
  }

}

@media(max-width: 767px) {
  .main-events {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .main-events-header__title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .main-events-item__date_date {
    font-size: 60px;
  }

  .main-events-item__date_month {
    font-size: 15px;
  }

  .main-events-header__link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .page-events .main-events-item {
    width: 100%;
    margin-bottom: 20px;
  }
}



/* main peremena */
.main-peremena {
  margin-top: 135px;
  margin-bottom: 135px;
}

@media(max-width: 1023px) {
  .main-peremena-block {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 767px) {
  .main-peremena {
    margin-top: 50px;
    margin-bottom: 50px;
  }

}