
/* 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 */


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


/* 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 */

/* 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: 1px solid #9a9690;
}

.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: 400;
  font-family: 'proximanovaregular';
  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;
  font-family: 'proximanovalight';
}

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



/* preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cec8c0;
  transition: all 0.5s;
  opacity: 1;
}

.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.preloader-5 {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 30px auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  animation: preloader-5-spin 2s linear infinite;
}

.preloader-5:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  animation: preloader-5-spin 3s linear infinite;
}

.preloader-5:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  animation: preloader-5-spin 1.5s linear infinite;
}

@keyframes preloader-5-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


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

body[data-page="default"] .cmsl_wrapper0 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.pagedis {
  padding-top: 15px;
}

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

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

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

.bread_crumb a {
  color: #000;
}

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

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

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

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


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

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

.cmsl_razdsite h1 {
  font-size: 36px;
  line-height: 1;
  font-family: proximanovaregular;
  font-weight: normal;
  margin: 0;
}

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

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

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

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

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

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

.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: proximanovaregular;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

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

.leli-links a:hover {
  color: #5d5856;
  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: proximanovalight;
}

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

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

.cmsl_currency_rub_bold {
  font-family: PTSansBold;
}

/* core */


body {
  line-height: 1.5;
  font-family: "proximanovaregular";
  font-size: 18px;
  background-color: #cec8c0;
}

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

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

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

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

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

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

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

.header {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  max-width: 1920px;
  z-index: 20;
}

body[data-page="default"] .header {
  position: absolute;
}

body[data-theme^="_catalog"] .header {
  position: absolute;
}

.header-block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 55px;
}

.header-logo {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header-nav {
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
}

.header-nav ul {
  position: relative;
  top: 10px;
  display: flex;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: #cec8c0;
}

.header-nav ul li {
  margin-right: 15px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.6px;
}

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

.header-nav ul li a {
  display: inline-flex;
  padding-left: 12px;
  padding-right: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}

.header-nav ul li a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}

.header-nav ul li.active a {
  border-bottom: 3px solid #000;
}

.header-nav__info {
  width: 100%;
  display: none;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}

.header-nav__phone {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.282;
  letter-spacing: 1.2px;
  text-align: center;
}

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

.header-nav__inst {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.282;
  letter-spacing: 1.2px;
  text-align: center;
}

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

.header-nav__mail {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.282;
  letter-spacing: 1.2px;
  text-align: center;
}

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

.header-nav__feedback {
  margin-top: 30px;
}

.header-nav__feedback a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 55px;
  background: #000;
  font-size: 11px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 1.8px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}

.header-nav__feedback a span {
  position: relative;
}

.header-nav__feedback a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 0.3s;
}

.header-nav__feedback a:hover::before {
  right: 0;
}

.header-nav__feedback a:hover span {
  color: #000;
}

.header-nav .header-lang {
  display: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.header-nav .header-lang__item {
  min-height: 30px;
  opacity: 0.5;
  background: transparent !important;
}

.header-nav .header-lang__item.active {
  opacity: 1;
}

.header-lang {
  display: flex;
}

.header-lang__item {
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 42px;
  min-height: 75px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 0.445;
  letter-spacing: 1.3px;
}

.header-lang__item a,
.header-lang__item span {
  display: flex;
  margin-top: auto;
  color: #000;
  text-decoration: none;
}

.header-lang__item.active {
  background: #897b6b;
}

.lm-main {
  margin-top: 145px;
  overflow: hidden;
}

.lm-main-container {
  max-width: 1535px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lm-main-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

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

.lm-main-logo__text {
  margin-top: 30px;
  margin-left: 98px;
  font-size: 20px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 0.589;
  text-align: center;
  letter-spacing: 8px;
}

.lm-main-content {
  display: flex;
  margin-top: -301px;
}

.lm-main-content__text {
  max-width: 418px;
  padding-bottom: 26%;
  padding-left: 5px;
  margin-top: auto;
  font-size: 18px;
  font-family: "proximanovalight";
  color: black;
  line-height: 1.766;
  text-align: left;
}

.lm-main-content__photo {
  position: relative;
  display: flex;
  max-width: 738px;
  width: 100%;
}

.lm-main-content__photo_inner {
  width: 100%;
  padding-top: 155%;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
}

.lm-main-content__photo_text {
  position: absolute;
  bottom: 14%;
  left: 3%;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
}

.lm-main-content__button {
  margin-top: 27.7%;
  margin-left: -135px;
}

.lm-main-content__button a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 55px;
  width: 368px;
  height: 55px;
  background: #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.lm-main-content__button a span {
  position: relative;
}

.lm-main-content__button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 1s;
}

.lm-main-content__button a:hover::before {
  right: 0;
}

.lm-main-content__button a:hover span {
  color: #000;
}

.lm-mcat {
  margin-top: 100px;
}

.lm-mcat-block {
  padding-left: 50px;
  padding-right: 110px;
}

.lm-mcat-title {
  position: relative;
  font-size: 172px;
  font-family: "haettenschweiler";
  color: #000;
  text-transform: uppercase;
  line-height: 0.8;
  z-index: 2;
}

.lm-mcat-title a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.lm-mcat-title a:hover {
  color: #222;
}

.lm-mcat-content {
  display: flex;
  margin-top: -30px;
}

.lm-mcat-left {
  max-width: 415px;
  width: 100%;
  margin-right: 60px;
  padding-left: 80px;
  padding-top: 115px;
}

.lm-mcat-left-items {
  display: flex;
  flex-direction: column;
}

.lm-mcat-left-items__item {
  margin-bottom: 18px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #494949;
  line-height: 1.222;
}

.lm-mcat-left-items__item a {
  position: relative;
  display: inline-flex;
  padding-left: 40px;
  color: #494949;
  text-decoration: none;
}

.lm-mcat-left-items__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  background: #000;
  transition: 1s;
}

.lm-mcat-left-items__item a:hover {
  color: #000;
}

.lm-mcat-left-items__item a:hover::before {
  width: 31px;
}

.lm-mcat-left-items__item a.hover::before {
  width: 31px;
}

.lm-mcat-left-link {
  margin-top: 55px;
  padding-left: 40px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #494949;
  line-height: 1;
}

.lm-mcat-left-link a {
  display: inline-flex;
  color: #494949;
  border-bottom: 1px solid #494949;
  text-decoration: none;
  transition: 0.3s;
}

.lm-mcat-left-link a:hover {
  border-bottom: 1px solid transparent;
}

.lm-mcat-right {
  width: 100%;
}

.lm-mcat-right-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lm-mcat-right-items__item {
  display: flex;
  width: 33.3333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.lm-mcat-right-items__item_inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 152%;
  overflow: hidden;
}

.lm-mcat-right-items__item_inner_photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-size: cover; */
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 1s;
  will-change: transform;
}

.lm-mcat-right-items__item_inner:hover .lm-mcat-right-items__item_inner_photo {
  transform: scale(0.9);
}

.lm-mcat-right-items__item_inner.hover .lm-mcat-right-items__item_inner_photo {
  transform: scale(0.9);
}

.lm-mcat-right-button {
  margin-top: 70px;
}

.lm-mcat-right-button a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 55px;
  width: 368px;
  height: 55px;
  background: transparent;
  border: 2px solid #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.lm-mcat-right-button a span {
  position: relative;
}

.lm-mcat-right-button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 1s;
}

.lm-mcat-right-button a:hover {
  color: #fff;
}

.lm-mcat-right-button a:hover::before {
  right: 0;
}

.lm-mbg {
  position: relative;
  margin-top: 80px;
}

.lm-mbg-inner {
  width: 100%;
  padding-top: 38.006%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lm-info {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
  overflow: hidden;
}

.lm-info-title {
  display: flex;
  align-items: center;
  width: 370px;
  height: 55px;
  margin-left: auto;
  padding-left: 55px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.6px;
  border-bottom: 1px solid #000;
}

.lm-info-content {
  display: flex;
  margin-top: -10px;
}

.lm-info-left {
  flex: none;
  max-width: 585px;
  width: 100%;
  margin-right: 110px;
}

.lm-info-left__photo {
  padding-top: 150.26%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lm-info-right {
  padding-top: 75px;
  padding-right: 20px;
}

.lm-info-right__text_text1 {
  margin-bottom: 78px;
  font-size: 30px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 1.5;
}

.lm-info-right__text_text2 {
  font-size: 23px;
  font-family: "proximanovalight";
  color: black;
  line-height: 1.522;
}

.lm-info-right__text_text2 p {
  margin: 0;
  margin-bottom: 30px;
}

.footer {
  /* height: 400px; */
  margin-top: 130px;
  overflow: hidden;
  /* margin-bottom: 160px; */
}

body[data-page="index"] .footer {
  height: 550px;
}

.footer-container {
  display: flex;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

body[data-page="index"] .footer-container {
  padding-bottom: 0;
}

.footer-logo {
  margin-right: 100px;
  padding-top: 45px;
}

.footer-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 370px;
  height: 55px;
  padding-left: 55px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.6px;
  /* border-bottom: 1px solid #000; */
}

.footer-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2000%;
  height: 1px;
  background: #000;
}

.footer-content {
  margin-top: 40px;
  display: flex;
  padding-right: 15px;
}

.footer-content__links {
  display: flex;
  flex-direction: column;
}

.footer-content__links a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 2.8px;
}

.footer-content__links a span {
  transition: 0.3s;
  border-bottom: 1px solid #8b8276;
}

.footer-content__links a img {
  margin-right: 20px;
}

.footer-content__links a:hover span {
  border-bottom: 1px solid transparent;
}

.footer-content__buttons {
  display: flex;
  margin-left: auto;
}

.footer-content__order {
  margin-left: 55px;
}

.footer-content__order a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  width: 320px;
  height: 55px;
  background: #a8a095;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.footer-content__order a span {
  position: relative;
}

.footer-content__order a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 1s;
}

.footer-content__order a:hover::before {
  right: 0;
}

.footer-content__order a:hover span {
  color: #cec8c0;
}

.footer-content__feedback {
  margin-left: 10px;
}

.footer-content__feedback a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  width: 250px;
  height: 55px;
  background: #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.footer-content__feedback a span {
  position: relative;
}

.footer-content__feedback a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 1s;
}

.footer-content__feedback a:hover::before {
  right: 0;
}

.footer-content__feedback a:hover span {
  color: #000;
}

.footer-content__personal {
  margin-top: 40px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgb(85, 79, 72);
  line-height: 1.4;
}

.footer-content__personal a {
  text-decoration: underline;
  color: rgb(85, 79, 72);
}

.footer-content__personal a:hover {
  text-decoration: none;
  color: rgb(85, 79, 72);
}



.footer-content__personal span {
  padding-left: 15px;
  padding-right: 15px;
}

.cat-header {
  display: flex;
  flex-direction: column;
}

.cat-header-title {
  margin-left: -6px;
  font-size: 337px;
  font-family: "haettenschweiler";
  color: #000;
  text-transform: uppercase;
  line-height: 0.6;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: -6px;
  margin-inline-end: 0px;
}

.cat-header-title h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  margin: inherit;
  color: inherit;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.cat-header-bread {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

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

.cat-header-bread a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.im-catalogue {
  position: relative;
  margin-top: 80px;
}

.im-catalogue-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  background: #cec8c0;
}

.im-catalogue-item-left {
  width: 50%;
}

.im-catalogue-item-left__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.im-catalogue-item-left__gallery_item {
  margin-bottom: 18px;
}

.im-catalogue-item-left__gallery_item img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.im-catalogue-item-left__text2 {
  display: none;
  position: relative;
  width: 100%;
  order: 1;
  padding-top: 0;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 1.5;
}

.im-catalogue-item-right {
  width: 50%;
  position: sticky;
  top: 0;
  padding-top: 55px;
  padding-left: 70px;
  padding-bottom: 50px;
}



.im-catalogue-item-right__close {
  position: absolute;
  right: 70px;
  top: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.im-catalogue-item-right__close:hover {
  opacity: 0.7;
}

.im-catalogue-item-right__title {
  margin-bottom: 35px;
  font-size: 48px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 0.784;
}

.im-catalogue-item-right__descr {
  margin-bottom: 20px;
  padding-right: 70px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #505050;
  line-height: 1.5;
}

.im-catalogue-item-right__num {
  display: flex;
  justify-content: flex-start;
  margin-left: -150px;
  padding-right: 55px;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.im-catalogue-item-right__num span {
  margin-left: 5px;
  margin-right: 5px;
}

.im-catalogue-item-right__button {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 140px;
}

.im-catalogue-item-right__button_inner {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.im-catalogue-item-right__button_close {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}


.im-catalogue-item-right__button_close.active {
  opacity: 1;
  visibility: visible;
}

.im-catalogue-item-right__button_close:hover {
  opacity: 0.7;
}

.im-catalogue-item-right__button_close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.im-catalogue-item-right__button a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 55px;
  width: 368px;
  height: 55px;
  background: #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.im-catalogue-item-right__button a span {
  position: relative;
}

.im-catalogue-item-right__button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 1s;
}

/* .im-catalogue-item-right__button a:hover::before {
  right: 0;
}

.im-catalogue-item-right__button a:hover span {
  color: #000;
} */

.im-catalogue-item-right__button2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}

.im-catalogue-item-right__button2_inner {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.im-catalogue-item-right__button2_close {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}


.im-catalogue-item-right__button2 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 55px;
  width: 368px;
  height: 55px;
  background: #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.im-catalogue-item-right__button2 a span {
  position: relative;
}

.im-catalogue-item-right__button2 a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 1s;
}

.im-catalogue-item-right__price {
  display: flex;
  align-items: center;
  font-family: 'proximanovabold';
  font-size: 24px;
  color: #5b4225;
}

.im-catalogue-item-right__price_new {
  margin-right: 40px;
}

.im-catalogue-item-right__price_old {
  font-size: 18px;
  color: #000;
}

.im-catalogue-item-right__form {
  position: absolute;
  width: 368px;
  top: 55px;
  min-height: 700px;
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s;
  will-change: transform;
}

.im-catalogue-item-right__form .dialogclass_form {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.im-catalogue-item-right__form.active {
  transform: scaleY(1);
}

.im-catalogue-item-right__form_text {
  margin-bottom: 45px;
  padding-left: 45px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  line-height: 1.549;
  text-align: left;
}

.im-catalogue-item-right__form_input {
  margin-bottom: 10px;
}

.im-catalogue-item-right__form_input input {
  width: 100%;
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  background: #cec8c0;
  border: 1px solid transparent;
  font-size: 15px;
  font-family: "proximanovaregular";
  color: #000;
}

.im-catalogue-item-right__form_input input::placeholder {
  color: #000;
}

.im-catalogue-item-right__form_input.err input {
  border: 1px solid red !important;
}

.im-catalogue-item-right__form_button {
  margin-top: 50px;
  padding-left: 25px;
  overflow: hidden;
}

.im-catalogue-item-right__form_button button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 215px;
  height: 55px;
  background: #cec8c0;
  border: 0;
  padding-left: 30px;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.8px;
  text-align: left;
}

.im-catalogue-item-right__form_button button span {
  position: relative;
}

.im-catalogue-item-right__form_button button::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 1s;
}

.im-catalogue-item-right__form_button button:hover::before {
  right: 0;
}

.im-catalogue-item-right__form_button button:hover span {
  color: #fff;
}

.im-catalogue-item-right__text1 {
  margin-bottom: 35px;
  padding-right: 70px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 1.5;
}

.im-catalogue-item-right__text2 {
  margin-top: 35px;
  padding-right: 70px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 1.5;
}

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




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

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

.adaptivetoggle a:hover {
  color: #000;
  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;
    /* overflow: hidden; */
  }

  .cmsl_wrapper0 {
    display: flex;
    flex-direction: column;
    background-color: #cec8c0;
  }

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

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

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

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

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

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

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

@media (max-width: 1023px) {

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

  .cmsl_wrapper1 {
    max-width: 992px;
  }

  .cmsl_wrapper2 {
    max-width: 992px;
  }

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

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

  .zag1 {
    font-size: 1.7rem;
  }

  .cmsl_wrapper1 {
    max-width: 100%;
  }

  .cmsl_wrapper2 {
    max-width: 100%;
  }

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

  .bread_crumb {
    font-size: 12px;
  }

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

  .cmsl_theme_away_razdsite {
    margin-top: 10px;
  }

  .cmsl_theme2_cont1 {
    flex-direction: column;
  }

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

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

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

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

  .cmsl_theme3_cont1 {
    flex-direction: column;
  }

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

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

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

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

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

  .cmsl_pagenav_move {
    display: none;
  }

  .cmsl_pagenav_title {
    font-size: 13px;
  }

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

  .cmsl_pagenav_list_item {
    font-size: 14px;
  }

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

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

  .site_dialog_theme_title {
    font-size: 23px;
  }

  .site_dialog_theme_content {
    margin-top: 20px;
  }

  .zag1 {
    font-size: 1.5rem;
  }

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

@media (max-width: 479px) {

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

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

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb {
    line-height: 1.5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

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

  .cmsl_adaptive_table_wrap_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: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  max-width: 625px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow: hidden;

}

.dialogred_inner {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dialogred_inner2 {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  background: #eae7e2 !important;
  overflow: auto !important;
}

.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;
  transition: 1s;
}

.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 1s ease-out 0s;
  /*transform:translateY(900px);*/
  right: -800px;
}

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

.dialogred_data {
  max-width: 625px;
}

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

.dialogclass_form {
  margin-top: 50px !important;
  padding: 0px 60px 30px 60px !important;
}

.dialogclass_form input {
  border: 1px solid transparent;
  background: #cec8c0 !important;
  border: 0 !important;
  text-align: left !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: 15px !important;
  font-family: "proximanovalight" !important;
  color: rgb(0, 0, 0) !important;
}

.dialogclass_form input::placeholder {
  text-align: left !important;
  font-size: 15px !important;
  font-family: "proximanovalight" !important;
  color: rgb(0, 0, 0) !important;
}

.dialogclass_form textarea {
  border: 1px solid transparent;
  background: #cec8c0 !important;
  border: 0 !important;
  text-align: left !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: 15px !important;
  font-family: "proximanovalight" !important;
  color: rgb(0, 0, 0) !important;
}

.dialogclass_form textarea::placeholder {
  text-align: left !important;
  font-size: 15px !important;
  font-family: "proximanovalight" !important;
  color: rgb(0, 0, 0) !important;
}

.dialogclass_formcont1.err input {
  border: 1px solid red !important;
}

.dialogclass_formcont1.err textarea {
  border: 1px solid red !important;
}


.dialogclass_but button {
  position: relative;
  justify-content: flex-start !important;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 30px;
  width: 220px;
  height: 55px;
  background: #000;
  font-size: 13px;
  font-family: "proximanovaregular";
  color: #cec8c0;
  text-transform: uppercase;
  line-height: 1.676;
  letter-spacing: 2.8px;
  text-decoration: none;
  transition: 1s;
  overflow: hidden;
}

.dialogclass_but button span {
  position: relative;
}

.dialogclass_but button::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #897b6b;
  transition: 1s;
}

.dialogclass_but button:hover::before {
  right: 0;
}

.dialogclass_but button:disabled:hover::before {
  right: -100%;
}

.dialogclass_but button:hover span {
  color: #000;
}

.dialogclass_but button:disabled:hover span {
  color: #000;
  opacity: 0.3;
}


.dialogclass_header {
  padding: 60px 100px 60px 60px !important;
  background: transparent !important;
}

.dialogclass_zagol1 {
  font-size: 43px !important;
  font-family: "proximanovalight" !important;
  color: #000 !important;
  text-transform: uppercase !important;
  line-height: 1.162 !important;
  text-align: left !important;
}

.dialogclass_descr {
  padding: 0px 70px 0px 60px !important;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgb(0, 0, 0);
  line-height: 1.549;
  text-align: left;
}

.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: 35px;
  top: 60px;
}

.dialogred_modal[data-close_template="2"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/themes/images/cat-close.png);
  background-size: 20px 20px;
}

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

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

  .dialogred_modal {
    max-width: 490px;
  }

  .dialogred_data {
    max-width: 100%;
  }

  .dialogred_close {
    top: 25px !important;
    right: 25px !important;
  }

  .dialogclass_header,
  .dialogclass_descr,
  .dialogclass_form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .dialogclass_zagol1 {
    font-size: 27px !important;
  }
}

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

  .dialogred_modal {
    max-width: 320px !important;
  }

  .dialogclass_zagol1 {
    font-size: 24px !important;
  }

  .dialogclass_header {
    padding-bottom: 25px !important;
  }

  .dialogclass_form {
    margin-top: 25px !important;
  }

  .dialogclass_but button {
    justify-content: center !important;
    text-align: center;
    height: 50px;
    padding: 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
}


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

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

  50% {
    transform: scale(1.05);
  }

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

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

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

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

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

.zakazonline_button0:active {
  top: 1px;
}


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

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

.zakazonline_button:active {
  top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .photopic_photo_list4_item {
    padding: 5px;
  }
}


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

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

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

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

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

.upononline_form_wrap {
  position: relative;
}

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

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

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

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


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

.commeronline_custom_input1 {
  width: 100%;
  max-width: 68px;
  height: 28px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 0 5px;
  text-align: center;
  border: 1px transparent solid;
}

.commeronline_custom_input2 {
  width: 100%;
  height: 45px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 0 5px;
  padding-left: 18px;
  border: 1px transparent solid;
}

/*****/

.commeronline_inner {
  position: relative;
}

.commeronline_result {
  display: none;
  position: absolute;
  top: 25%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  color: #007122;
}

.commeronline_form_wrap {
  position: relative;
}

.commeronline_input1 {
  width: 100%;
  height: 49px;
  font-size: 19px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 6px 5px 5px 27px;
  border: 0;
  outline: 0;
  border-radius: 20px;
}

.commeronline_textarea1 {
  width: 100%;
  height: 125px;
  font-size: 19px;
  color: #000;
  line-height: 1.2;
  font-family: proximanovareg;
  padding: 15px 10px 5px 27px;
  border: 0;
  outline: 0;
  border-radius: 20px;
  vertical-align: top;
}

.commeronline_label {
  -webkit-transition: all 0.2 ease-out 0s;
  -moz-transition: all 0.2 ease-out 0s;
  -ms-transition: all 0.2 ease-out 0s;
  -o-transition: all 0.2 ease-out 0s;
  transition: all 0.2 ease-out 0s;
}

.commeronline input[type="text"]:focus,
.commeronline textarea:focus {
  border-color: #1d904c;
}

.commeronline_label.err input[type="text"],
.commeronline_label.err textarea {
  border: 1px #b82e2e solid;
}

/*
.commeronline_label.shadowred input[type="text"],
.commeronline_label.shadowred textarea{
  transition:box-shadow 0.3s ease 0s;
  -webkit-box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
  -moz-box-shadow:4px 5px 8px -9px rgba(255,0,0,0.8);
  box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
}
*/

.commeronline input[type="text"]::-webkit-input-placeholder,
.commeronline textarea::-webkit-input-placeholder {
  opacity: 0.55;
  color: #000;
}

.commeronline input[type="text"]:-moz-placeholder,
.commeronline textarea:-moz-placeholder {
  opacity: 0.55;
  color: #000;
}

.commeronline input[type="text"]:-ms-input-placeholder,
.commeronline textarea:-ms-input-placeholder {
  opacity: 0.55;
  color: #000;
}

.commeronline_button {
  /* display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  border-radius: 7px;
  background: #47ba76;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: proximanovareg2;
  text-decoration: none !important;
  border: none;
  outline: none !important;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  transition: all 0.15s 0s linear; */
}

.commeronline_button:hover {
  /* background: #55c583;
  color: #fff;
  text-decoration: none; */
}

.commeronline_button:active {
  /* top: 1px; */
}

.commeronline_button:disabled {
  opacity: 0.5;
  cursor: auto;
}

.commeronline_button_loader {
  /* display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -21px;
  display: none;
  background-image: url(img/loader2.gif);
  background-repeat: no-repeat;
  width: 43px;
  height: 11px; */
}

.commeronline.loading .commeronline_button_tx {
  /* visibility: hidden; */
}

.commeronline.loading .commeronline_button_loader {
  /* display: block; */
}

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

.commeronline.error .commeronline_error {
  /*display:block;*/
}

.commeronline.result .commeronline_form_wrap2 {
  visibility: hidden;
}

.commeronline.result .commeronline_form_wrap2,
.commeronline.result .commeronline_form_wrap2 * {
  visibility: hidden !important;
  -webkit-transition: all 0s linear 0s !important;
  -moz-transition: all 0s linear 0s !important;
  -ms-transition: all 0s linear 0s !important;
  -o-transition: all 0s linear 0s !important;
  transition: all 0s linear 0s !important;
}

.commeronline.result .commeronline_result {
  display: block;
}

.commeronline.result * {
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

.commeronline_form_engine {
  margin-top: 35px;
}

.commeronline_form_header {
  padding-left: 60px;
}

.commeronline_form_content {
  margin-top: 28px;
  padding-left: 10px;
}

.commeronline_zagol1 {
  font-size: 41px;
  line-height: 1;
  color: #4b8caf;
  font-family: proximanovabold;
}

.commeronline_zagol1_span1 {
  font-size: 62px;
  line-height: 0.9;
  display: block;
  margin-bottom: 2px;
  font-family: proximanovabold;
}

.commeronline_rules {
  padding-top: 8px;
  max-width: 300px;
  margin-left: 18px;
  font-size: 14.5px;
  line-height: 1.2;
  color: #010000;
  font-family: proximanovareg2;
}

.commeronline_rules a {
  text-decoration: underline;
  color: #010000;
}

.commeronline_rules a:hover {
  text-decoration: none;
  color: #010000;
}

/*****/

.commeronline_custom {
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  font-family: proximanovalight;
  padding: 0 10px;
}

.commeronline_custom_cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.commeronline_custom_cont_box {
  margin-left: 20px;
}

.commeronline_custom_cont_box:nth-child(1) {
  margin: 0;
}

.commeronline_custom_cont_box1 {
  width: 350px;
}

.commeronline_custom_cont_box2 {
  width: 295px;
}

.commeronline_custom_cont_box3 {
  width: 420px;
}

.commeronline_custom_step_header {
  padding-top: 50px;
  line-height: 1;
  color: #000;
  font-family: proximanovasemibold;
  position: relative;
}

.commeronline_custom_step_header_title1 {
  position: relative;
  z-index: 10;
  font-size: 24px;
}

.commeronline_custom_step_header_title2 {
  position: relative;
  z-index: 10;
  font-size: 18px;
  margin-top: 1px;
}

.commeronline_custom_step_header_number {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  font-size: 129px;
  color: #47ba76;
  line-height: 0.7;
  font-family: proximanovabold;
  opacity: 0.43;
}

.commeronline_custom_step_content {
  margin-top: 35px;
}

.commeronline_custom_formcont1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.commeronline_custom_formcont1_box1 {
  padding-top: 5px;
  font-size: 17px;
  line-height: 1;
  font-family: proximanovalight;
}

.commeronline_custom_formcont1_box2 {
  margin-left: 15px;
  max-width: 112px;
  white-space: nowrap;
}



.commeronline_custom_formblock1 {
  margin-top: 11px;
}

.commeronline_custom_formblock1:nth-child(1) {
  margin: 0;
}

.commeronline_custom_formblock2:nth-child(1) {
  margin: 0;
}

.commeronline_custom_unit {
  font-family: proximanovalight;
  line-height: 1;
}

.commeronline_custom_unit {
  margin-left: 11px;
}

.commeronline_custom_styling_checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
}

.commeronline_custom_styling_checkbox * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.commeronline_custom_styling_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

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

.commeronline_custom_styling_checkbox_pip {
  width: 28px;
  height: 28px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius:100%;*/
  position: relative;
  background: #fff;
}

.commeronline_custom_styling_checkbox_pip_v {
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 5px;
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s ease-out 0s;
  width: 21px;
  height: 16px;
  background-image: url(img/commeronline_custom_styling_checkbox_pip.svg);
  background-repeat: no-repeat;
  will-change: transform, opacity, visibility;
}

.commeronline_custom_styling_checkbox_tx {
  flex: 1;
  padding-top: 5px;
  margin-left: 19px;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-family: proximanovalight;
}

.commeronline_custom_styling_checkbox input[type=checkbox]:checked+.commeronline_custom_styling_checkbox_cont_virt .commeronline_custom_styling_checkbox_pip_v {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.06s ease-out 0s;
}

.commeronline_custom_footer {
  margin-top: 60px;
  max-width: 755px;
  margin-left: auto;
}

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




.orderonline_custom_input1 {
  width: 100%;
  max-width: 68px;
  height: 28px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 0 5px;
  text-align: center;
  border: 1px transparent solid;
}

.orderonline_custom_input2 {
  width: 100%;
  height: 45px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 0 5px;
  padding-left: 18px;
  border: 1px transparent solid;
}

/*****/

.orderonline_inner {
  position: relative;
}

.orderonline_result {
  display: none;
  position: absolute;
  top: 25%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  color: #007122;
}

.orderonline_form_wrap {
  position: relative;
}

.orderonline_input1 {
  width: 100%;
  height: 49px;
  font-size: 19px;
  color: #000;
  line-height: 1;
  font-family: proximanovareg;
  padding: 6px 5px 5px 27px;
  border: 0;
  outline: 0;
  border-radius: 20px;
}

.orderonline_textarea1 {
  width: 100%;
  height: 125px;
  font-size: 19px;
  color: #000;
  line-height: 1.2;
  font-family: proximanovareg;
  padding: 15px 10px 5px 27px;
  border: 0;
  outline: 0;
  border-radius: 20px;
  vertical-align: top;
}

.orderonline_label {
  -webkit-transition: all 0.2 ease-out 0s;
  -moz-transition: all 0.2 ease-out 0s;
  -ms-transition: all 0.2 ease-out 0s;
  -o-transition: all 0.2 ease-out 0s;
  transition: all 0.2 ease-out 0s;
}

.orderonline input[type="text"]:focus,
.orderonline textarea:focus {
  border-color: #1d904c;
}

.orderonline_label.err input[type="text"],
.orderonline_label.err textarea {
  border: 1px #b82e2e solid;
}

/*
.orderonline_label.shadowred input[type="text"],
.orderonline_label.shadowred textarea{
  transition:box-shadow 0.3s ease 0s;
  -webkit-box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
  -moz-box-shadow:4px 5px 8px -9px rgba(255,0,0,0.8);
  box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
}
*/

.orderonline input[type="text"]::-webkit-input-placeholder,
.orderonline textarea::-webkit-input-placeholder {
  opacity: 0.55;
  color: #000;
}

.orderonline input[type="text"]:-moz-placeholder,
.orderonline textarea:-moz-placeholder {
  opacity: 0.55;
  color: #000;
}

.orderonline input[type="text"]:-ms-input-placeholder,
.orderonline textarea:-ms-input-placeholder {
  opacity: 0.55;
  color: #000;
}

.orderonline_button {
  /* display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  border-radius: 7px;
  background: #47ba76;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: proximanovareg2;
  text-decoration: none !important;
  border: none;
  outline: none !important;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  transition: all 0.15s 0s linear; */
}

.orderonline_button:hover {
  /* background: #55c583;
  color: #fff;
  text-decoration: none; */
}

.orderonline_button:active {
  /* top: 1px; */
}

.orderonline_button:disabled {
  opacity: 0.5;
  cursor: auto;
}

.orderonline_button_loader {
  /* display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -21px;
  display: none;
  background-image: url(img/loader2.gif);
  background-repeat: no-repeat;
  width: 43px;
  height: 11px; */
}

.orderonline.loading .orderonline_button_tx {
  /* visibility: hidden; */
}

.orderonline.loading .orderonline_button_loader {
  /* display: block; */
}

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

.orderonline.error .orderonline_error {
  /*display:block;*/
}

.orderonline.result .orderonline_form_wrap2 {
  visibility: hidden;
}

.orderonline.result .orderonline_form_wrap2,
.orderonline.result .orderonline_form_wrap2 * {
  visibility: hidden !important;
  -webkit-transition: all 0s linear 0s !important;
  -moz-transition: all 0s linear 0s !important;
  -ms-transition: all 0s linear 0s !important;
  -o-transition: all 0s linear 0s !important;
  transition: all 0s linear 0s !important;
}

.orderonline.result .orderonline_result {
  display: block;
}

.orderonline.result * {
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

.orderonline_form_engine {
  margin-top: 35px;
}

.orderonline_form_header {
  padding-left: 60px;
}

.orderonline_form_content {
  margin-top: 28px;
  padding-left: 10px;
}

.orderonline_zagol1 {
  font-size: 41px;
  line-height: 1;
  color: #4b8caf;
  font-family: proximanovabold;
}

.orderonline_zagol1_span1 {
  font-size: 62px;
  line-height: 0.9;
  display: block;
  margin-bottom: 2px;
  font-family: proximanovabold;
}

.orderonline_rules {
  padding-top: 8px;
  max-width: 300px;
  margin-left: 18px;
  font-size: 14.5px;
  line-height: 1.2;
  color: #010000;
  font-family: proximanovareg2;
}

.orderonline_rules a {
  text-decoration: underline;
  color: #010000;
}

.orderonline_rules a:hover {
  text-decoration: none;
  color: #010000;
}

/*****/

.orderonline_custom {
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  font-family: proximanovalight;
  padding: 0 10px;
}

.orderonline_custom_cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.orderonline_custom_cont_box {
  margin-left: 20px;
}

.orderonline_custom_cont_box:nth-child(1) {
  margin: 0;
}

.orderonline_custom_cont_box1 {
  width: 350px;
}

.orderonline_custom_cont_box2 {
  width: 295px;
}

.orderonline_custom_cont_box3 {
  width: 420px;
}

.orderonline_custom_step_header {
  padding-top: 50px;
  line-height: 1;
  color: #000;
  font-family: proximanovasemibold;
  position: relative;
}

.orderonline_custom_step_header_title1 {
  position: relative;
  z-index: 10;
  font-size: 24px;
}

.orderonline_custom_step_header_title2 {
  position: relative;
  z-index: 10;
  font-size: 18px;
  margin-top: 1px;
}

.orderonline_custom_step_header_number {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  font-size: 129px;
  color: #47ba76;
  line-height: 0.7;
  font-family: proximanovabold;
  opacity: 0.43;
}

.orderonline_custom_step_content {
  margin-top: 35px;
}

.orderonline_custom_formcont1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.orderonline_custom_formcont1_box1 {
  padding-top: 5px;
  font-size: 17px;
  line-height: 1;
  font-family: proximanovalight;
}

.orderonline_custom_formcont1_box2 {
  margin-left: 15px;
  max-width: 112px;
  white-space: nowrap;
}



.orderonline_custom_formblock1 {
  margin-top: 11px;
}

.orderonline_custom_formblock1:nth-child(1) {
  margin: 0;
}

.orderonline_custom_unit {
  font-family: proximanovalight;
  line-height: 1;
}

.orderonline_custom_unit {
  margin-left: 11px;
}

.orderonline_custom_styling_checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
}

.orderonline_custom_styling_checkbox * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.orderonline_custom_styling_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

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

.orderonline_custom_styling_checkbox_pip {
  width: 28px;
  height: 28px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius:100%;*/
  position: relative;
  background: #fff;
}

.orderonline_custom_styling_checkbox_pip_v {
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 5px;
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s ease-out 0s;
  width: 21px;
  height: 16px;
  background-image: url(img/orderonline_custom_styling_checkbox_pip.svg);
  background-repeat: no-repeat;
  will-change: transform, opacity, visibility;
}

.orderonline_custom_styling_checkbox_tx {
  flex: 1;
  padding-top: 5px;
  margin-left: 19px;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-family: proximanovalight;
}

.orderonline_custom_styling_checkbox input[type=checkbox]:checked+.orderonline_custom_styling_checkbox_cont_virt .orderonline_custom_styling_checkbox_pip_v {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.06s ease-out 0s;
}

.orderonline_custom_footer {
  margin-top: 60px;
  max-width: 755px;
  margin-left: auto;
}

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