/* Кнопки */

.button1 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(226, 21, 103);
  width: 240px;
  height: 52px;
  border-radius: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(226, 21, 103);
}

.button1 i {
  flex: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  left: 0;
  background-image: url("../images/button-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.button1 span {
  width: 100%;
  text-align: center;
}

.button1::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #fff;
  position: absolute;
  transition: 0.2s ease;
}

.button1:hover {
  background: #fff;
}

.button1:hover::before {
  top: 0;
}

.button1:hover span {
  position: relative;
  color: rgb(226, 21, 103);
}

.button2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 240px;
  height: 52px;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: #e52d76;
  text-decoration: none;
  border: 1px solid rgba(226, 21, 103, 0.3);
  transition: 0.2s;
  overflow: hidden;
}

.button2:hover {
  text-decoration: none;
  color: #e52d76;
  border: 1px solid rgb(226, 21, 103);
}

.button2 span {
  width: 100%;
  text-align: center;
}

.button2 i {
  flex: none;
  left: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e52d76;
  background-image: url("../images/button-arrow2.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}

.button2::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #e52d76;
  position: absolute;
  transition: 0.3s;
}

.button2:hover::before {
  top: 0;
}

.button2:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

.button3 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 240px;
  height: 52px;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: #000;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.button3 span {
  width: 100%;
  text-align: center;
}

.button3:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid rgb(0, 0, 0);
}

.button3 i {
  position: relative;
  transition: 0.2s;
  left: 0;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  background-image: url("../images/button-arrow3.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000;
}

.button3::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease;
}

.button3:hover::before {
  top: 0;
}

.button3:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

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

  .button2 {
    width: 200px;
    height: 45px;
    font-size: 13px;
  }

  .button3 {
    width: 200px;
    height: 45px;
    font-size: 13px;
  }
}

/* Кнопки */

html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /* overflow-x: hidden; */
}

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

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

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

.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;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagedis a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d8d8d;
  background: #f2f3f5;
  padding: 5px 9px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.pagedis a#act {
  background: #e21567;
  border-radius: 60px;
  color: #fff;
}

.pagedis img {
  max-width: 60%;
  opacity: 0.7;
  height: auto;
}

.bread_crumb {
  font-size: 17px;
  line-height: 1.4;
  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[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 {
  margin-bottom: 25px;
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  margin-top: 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;
}

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

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

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

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

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

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

/* asnwer */
.answer {
  max-width: 1220px;
  width: 100%;
  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/direct/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 */

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

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

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

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

@media (max-width: 1900px) {

  .container,
  .container-2 {
    max-width: 1780px;
  }
}

@media (max-width: 1599px) {

  .container,
  .container-2 {
    max-width: 1486px;
  }
}

@media (max-width: 1535px) {

  .container,
  .container-2 {
    max-width: 1390px;
  }
}

@media (max-width: 1439px) {

  .container,
  .container-2 {
    max-width: 1316px;
  }
}

@media (max-width: 1365px) {

  .container,
  .container-2 {
    max-width: 1230px;
  }
}

@media (max-width: 1279px) {

  .container,
  .container-2 {
    max-width: 974px;
  }
}

.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: 0.3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: 0.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 {
  position: relative;
  z-index: 200;
}

body[data-page="default"] .header {
  border-bottom: 1px solid #eee;
}

.header-container {
  padding-left: 35px;
  padding-right: 35px;
}

.header-block {
  display: flex;
  align-items: flex-start;
  min-height: 150px;
}

.header-logo {
  margin-right: 115px;
  padding-top: 30px;
}

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

.header-nav {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 50px;
  padding-top: 30px;
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
}

.header-nav a {
  display: inline-flex;
  margin-right: 33px;
  color: #000;
  text-decoration: none;
}

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

.header-nav a:hover {
  color: #e21666;
}

.header-nav a.active {
  color: #e21666;
}

.header-info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 415px;
  width: 100%;
  padding-top: 20px;
}

.header-contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contacts__phone {
  font-size: 26px;
  font-family: "Onest-Medium";
  color: rgb(0, 0, 0);
}

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

.header-contacts__button a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(226, 21, 103);
  width: 180px;
  height: 52px;
  border-radius: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(226, 21, 103);
}

.header-contacts__button a i {
  flex: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  left: 0;
  background-image: url("../images/button-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.header-contacts__button a span {
  width: 100%;
  text-align: center;
}

.header-contacts__button a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #fff;
  position: absolute;
  transition: 0.2s ease;
}

.header-contacts__button a:hover {
  background: #fff;
}

.header-contacts__button a:hover::before {
  top: 0;
}

.header-contacts__button a:hover span {
  position: relative;
  color: rgb(226, 21, 103);
}

.header-cab {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex: none;
}

.header-cab__city {
  position: relative;
  display: flex;
  align-items: center;
  width: 240px;
  padding-right: 15px;
}

.header-cab__city_cur_arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.header-cab__city_cur {
  display: flex;
  font-size: 16px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  border-bottom: 1px solid transparent;
  margin-right: 7px;
  line-height: 1.2;
  margin-right: 10px;
  flex: none;
  cursor: pointer;
  width: 100%;
}

.header-cab__city_cur_icon {
  flex: none;
  margin-right: 10px;
  margin-top: 3px;
}

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

.header-cab__city_list {
  display: flex;
  flex-direction: column;
  position: absolute;
  border-width: 1px;
  border-color: rgb(194, 194, 194);
  border-style: solid;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  width: 280px;
  padding: 22px;
  font-size: 16px;
  color: rgb(127, 127, 127);
  line-height: 1.2;
  text-align: left;
  top: 50px;
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.3s;
  will-change: transform;
  z-index: 10;
}

.header-cab__city_list.open {
  transform: scaleY(1);
}

.header-cab__city_list_item {
  margin-bottom: 20px;
}

.header-cab__city_list_item:last-child {
  margin-bottom: 0;
}

.header-cab__city_list_item {
  text-decoration: none;
  color: rgb(127, 127, 127);
}

.header-cab__city_list_item.active .header-cab__city_list_city {
  color: #e31567;
}

.header-cab__city_list_item.active .header-cab__city_list_br {
  color: #000;
}

.header-cab__city_act {
  display: flex;
  flex-direction: column;
  position: absolute;
  border-width: 1px;
  border-color: rgb(194, 194, 194);
  border-style: solid;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  width: 280px;
  padding: 22px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  top: 50px;
  transform-origin: top;
  transform: scaleY(1);
  transition: 0.3s;
  will-change: transform;
  z-index: 9999;
}

.header-cab__city_act_cur_city {
  color: #e31567;
}

.header-cab__city_act_cur_city {
  color: #e31567;
}

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

.header-cab__city_act_cur_button {
  display: flex;
  margin-top: 10px;
}

.header-cab__city_act_cur_button_true {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  background-color: rgb(227, 21, 104);
  width: 80px;
  height: 32px;
  font-size: 16px;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
  margin-right: 7px;
}

.header-cab__city_act_cur_button_true:hover {
  opacity: 0.9;
}

.header-cab__city_act_cur_button_change {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  background-color: #3e3f53;
  width: 155px;
  height: 32px;
  font-size: 16px;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
}

.header-cab__city_act_cur_button_change:hover {
  opacity: 0.9;
}

.header-cab__city_act_close {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

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

.header-cab__city_act {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    box-shadow 0.3s ease;
}

.header-cab__city_act.fixed {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 9999;
  animation: cityFixedShow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@keyframes cityFixedShow {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-cab__cabinet a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  text-decoration: none;
}

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

.header-cab__cabinet a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-right: 7px;
}

@media (max-width: 1900px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo {
    margin-right: 50px;
  }
}

@media (max-width: 1535px) {
  .header-nav {
    font-size: 15px;
  }

  .header-nav a {
    margin-right: 15px;
  }

  .header-contacts__phone {
    font-size: 22px;
  }

  .header-cab__city {
    width: 210px;
  }

  .header-cab__city_cur {
    font-size: 14px;
  }

  .header-cab__cabinet a {
    font-size: 14px;
  }

  .header-cab__city_change a {
    font-size: 14px;
  }

  .header-info {
    max-width: 390px;
  }

  .header-contacts__button a {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  .header-nav {
    display: none;
  }

  .header-contacts {
    display: none;
  }

  .responsive-menu {
    display: flex;
  }

  .header-block {
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
  }

  .header-logo {
    max-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 25px;
  }

  .header-info {
    padding-top: 0px;
    max-width: 90px;
  }

  .header-cab {
    flex-direction: column;
    margin-top: 0;
  }

  .category-header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .category-title {
    order: 1;
  }

  .category-city {
    margin-top: 20px;
  }

  .header .header-cab__city {
    display: none;
  }

  .category-city {
    order: 2;
  }

  .header-cab__cabinet a {
    font-size: 12px;
    line-height: 1.2;
  }
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: -200px;
  background: #fff;
  width: 100%;
  transition: 0.2s;
}

.header-fixed .header-block {
  min-height: 120px;
  align-items: center;
}

.header-fixed .header-logo {
  padding-top: 0;
  max-width: 300px;
}

.header-fixed .header-nav {
  padding-top: 0;
}

.header-fixed .header-info {
  margin-left: 0;
  padding-top: 0;
}

.header-fixed .header-nav {
  margin-left: auto;
}

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

.menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../images/menu-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  transition: 0.2s;
  z-index: 999;
}

.menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
  cursor: pointer;
}

.menu-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  height: 100%;
}

.menu-block {
  display: flex;
  flex-direction: column;
}

.menu-header {
  display: flex;
  align-items: flex-end;
}

.menu-logo {
  max-width: 725px;
  width: 100%;
}

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

.menu-login a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.menu-login a:hover {
  color: #ed3682;
}

.menu-login a img {
  margin-right: 7px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.menu-content {
  display: flex;
  padding-top: 60px;
  width: 100%;
  margin-bottom: 100px;
}

.menu-nav {
  display: flex;
  max-width: 1210px;
  width: 100%;
}

.menu-site {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 725px;
  width: 100%;
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 2;
}

.menu-site a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 15px;
}

.menu-site a:hover {
  color: #e21666;
  text-decoration: none;
  font-family: "Onest-Regular";
}

.menu-site a.active {
  color: #e21666;
}

.menu-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  font-size: 22px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.menu-direct a {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.menu-direct a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.menu-contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 410px;
  width: 100%;
  height: auto;
}

.menu-contacts__block {
  display: flex;
  flex-direction: column;
}

.menu-contacts__phone {
  font-size: 50px;
  font-family: "AGOptimaCyr";
  color: rgb(255, 255, 255);
  line-height: 0.9;
}

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

.menu-contacts__city {
  display: flex;
  margin-top: 30px;
}

.menu-contacts__city_icon {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: 3px;
}

.menu-contacts__city_block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-contacts__city_block_name {
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 1.333;
  text-align: left;
}

.menu-contacts__city_block_change {
  margin-top: 5px;
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgba(255, 255, 255, 0.502);
  line-height: 1;
  text-align: left;
  text-decoration: none;
}

.menu-contacts__city_block_change a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.502);
  color: rgba(255, 255, 255, 0.502);
  text-decoration: none;
}

.menu-contacts__city_block_change a:hover {
  color: rgba(255, 255, 255, 0.502);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.menu-contacts__city .header-cab__city_cur {
  color: #fff;
}

.menu-contacts__city .header-cab__city_cur_icon img {
  filter: invert(1);
}

.menu-contacts__buttons {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: flex-end;
}

.menu-contacts__buttons a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 260px;
  height: 52px;
  margin-bottom: 7px;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
}

.menu-contacts__buttons a span {
  flex: 1;
  width: 100%;
  text-align: center;
}

.menu-contacts__buttons a i {
  position: relative;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-image: url("../images/button-arrow2.png");
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.menu-contacts__buttons a:hover {
  background: #e21666;
  border: 1px solid #e21666;
}

.menu-contacts__buttons a:hover i {
  border: 1px solid #e21666;
  background-color: #494a5d;
}

.menu-contacts__buttons a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #e21666;
  position: absolute;
  transition: 0.3s ease;
}

.menu-contacts__buttons a:hover::before {
  top: 0;
}

.menu-contacts__buttons a:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

body.menu-open .menu {
  transform: scaleY(1);
}

.disabled-scroll {
  overflow: hidden;
}

@media (max-width: 1599px) {
  .menu {
    min-height: 700px;
  }

  .menu-logo {
    max-width: 500px;
    margin-right: 50px;
  }

  .menu-site {
    max-width: 550px;
    font-size: 25px;
  }

  .menu-direct {
    font-size: 17px;
  }

  .menu-contacts {
    max-width: 300px;
  }

  .menu-contacts__phone {
    font-size: 36px;
  }

  .menu-contacts__city_block_name {
    font-size: 22px;
  }

  .menu-contacts__city_block_change {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
  }

  .header-space {
    height: 70px;
    width: 100%;
  }

  .header-fixed {
    display: none;
  }

  .menu-logo {
    max-width: 350px;
  }

  .menu-site {
    max-width: 400px;
  }
}

@media (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 0;
    min-height: 100vh;
  }

  .menu-logo {
    max-width: 250px;
  }

  .menu-container {
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
  }

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

  .menu-contacts__city-menu {
    margin-top: 30px;
  }

  .menu-contacts__city-menu .header-cab__city_cur {
    color: #fff;
  }

  .menu-contacts__city-menu .header-cab__city_cur_icon {
    filter: invert(1);
  }

  .menu-contacts__city-menu .header-cab__city_cur_arrow {
    filter: invert(1);
  }

  .menu-contacts__city {
    display: none;
  }

  .menu-contacts__city {
    display: none;
  }

  .menu-login {
    margin-top: 30px;
  }

  .menu-login a {
    font-size: 16px;
  }

  .menu-content {
    flex-direction: column;
    padding-top: 30px;
  }

  .menu-nav {
    flex-direction: column;
  }

  .menu-close {
    right: 25px;
    position: fixed;
  }

  .menu-close img {
    width: 25px;
    height: 25px;
  }

  .menu-site {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

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

  .menu-direct a {
    margin-bottom: 0;
  }

  .menu-contacts {
    margin-left: 0;
    margin-top: 30px;
  }

  .menu-contacts__phone {
    font-size: 30px;
  }

  .menu-contacts__city_block_name {
    font-size: 18px;
  }

  .menu-contacts__city_block_change {
    font-size: 14px;
  }

  .menu-content {
    margin-bottom: 50px;
  }

  .menu-contacts__buttons {
    margin-top: 30px;
    align-items: flex-start;
  }

  .menu-contacts__buttons a {
    width: 100%;
    font-size: 15px;
    height: 40px;
  }

  .menu-contacts__buttons a i {
    width: 30px;
    height: 30px;
  }
}

.main-slider {
  overflow: hidden;
}

.main-slider-block {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 77.5%;
  padding-left: 65px;
  padding-right: 65px;
}

.main-slider .swiper-container {
  overflow: visible;
}

.main-slider__prev {
  left: 0px;
  position: absolute;
  flex: none;
  width: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.main-slider__next {
  right: 0;
  position: absolute;
  flex: none;
  width: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.main-slider__container {
  width: 100%;
}

.main-slider__slide {
  padding-top: 54.5%;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-slider__slide_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 9%;
  padding-bottom: 8%;
}

.main-slider__slide_text {
  margin-bottom: 20px;
  font-size: 35px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.main-slider__slide_title {
  font-size: 156px;
  font-family: "AGOptimaCyr";
  color: rgb(255, 255, 255);
  line-height: 1;
}

.main-slider__slide_feedback {
  opacity: 0;
  visibility: hidden;
}

.main-slider__slide_feedback>div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 220px;
  height: 220px;
  background: #e21567;
  border-radius: 50%;
  bottom: 8%;
  right: -7%;
  z-index: 9;
  font-size: 23px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 2;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.main-slider__slide_feedback>div:hover {
  background: #c9105a;
}

.main-slider__slide:hover .main-slider__slide_feedback {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1900px) {
  .main-slider__slide_title {
    font-size: 110px;
  }

  .main-slider__slide_text {
    font-size: 32px;
  }
}

@media (max-width: 1535px) {
  .main-slider__slide_title {
    font-size: 100px;
  }

  .main-slider__slide_text {
    font-size: 28px;
  }

  .main-slider__slide_feedback>div {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 1279px) {
  .main-slider {
    margin-top: 30px;
  }

  .main-slider__slide_title {
    font-size: 70px;
  }

  .main-slider__slide_text {
    font-size: 22px;
  }

  .main-slider__slide_feedback>div {
    width: 100px;
    height: 100px;
    font-size: 14px;
    right: -5%;
  }
}

@media (max-width: 1023px) {
  .main-slider__slide_feedback {
    opacity: 1;
    visibility: visible;
  }

  .main-slider-block {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-slider__prev,
  .main-slider__next {
    display: flex;
    align-items: center;
    width: 30px;
    height: 50px;
  }

  .main-slider__prev img,
  .main-slider__next img {
    max-width: 15px;
  }

  .main-slider__slide_title {
    font-size: 60px;
  }

  .main-slider__slide_text {
    font-size: 18px;
  }

  .main-slider__slide_feedback>div {
    width: 100px;
    height: 100px;
    font-size: 14px;
    right: -2%;
  }
}

@media (max-width: 767px) {
  .main-slider__slide_title {
    font-size: 28px;
  }

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

  .main-slider__slide_info {
    padding-left: 12%;
  }

  .main-slider__slide_feedback>div {
    width: 75px;
    height: 75px;
    font-size: 11px;
    right: -5%;
    bottom: 2%;
  }
}

.about {
  margin-top: 140px;
}

.about-block {
  display: flex;
}

.about-adv {
  display: flex;
  flex-direction: column;
  max-width: 690px;
  width: 100%;
  padding-left: 55px;
}

.about-adv__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.about-adv__item:last-child {
  margin-bottom: 0;
}

.about-adv__title {
  font-size: 100px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  line-height: 1;
}

.about-adv__text {
  font-size: 22px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.273;
}

.about-info {
  display: flex;
  flex-direction: column;
  max-width: 840px;
}

.about-info__title {
  margin-bottom: 70px;
  font-size: 50px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
}

.about-info__text {
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.223;
  text-align: left;
}

.about-info__text p {
  margin-top: 0;
}

@media (max-width: 1900px) {
  .about-adv {
    padding-left: 0;
    max-width: 550px;
  }
}

@media (max-width: 1535px) {
  .about-adv {
    max-width: 450px;
  }

  .about-adv__title {
    font-size: 80px;
  }

  .about-info__title {
    font-size: 40px;
  }

  .about-adv__text {
    font-size: 18px;
  }

  .about-info__text {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .about-info__title {
    font-size: 32px;
  }

  .about-info__title br {
    display: none;
  }

  .about-info__text {
    font-size: 15px;
  }

  .about-adv__title {
    font-size: 70px;
  }
}

@media (max-width: 1023px) {
  .about {
    margin-top: 70px;
  }

  .about-block {
    flex-direction: column;
  }

  .about-adv {
    max-width: 100%;
  }

  .about-adv__item {
    margin-bottom: 40px;
  }

  .about-info {
    margin-top: 20px;
  }

  .about-adv__title {
    font-size: 50px;
  }

  .about-info__title {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

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

  .about-adv__title {
    font-size: 36px;
  }

  .about-adv__text {
    font-size: 15px;
  }

  .about-info__title {
    font-size: 24px;
  }

  .about-info__text {
    font-size: 14px;
  }
}

.category {
  margin-top: 120px;
  background: url("../images/category-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 140px;
}

.category-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.category-header .header-cab__city {
  margin-right: 40px;
}

.category-header .header-cab__city_cur {
  margin-bottom: 10px;
  color: #fff;
}

.category-header .header-cab__city_cur_arrow {
  filter: invert(1);
}

.category-title {
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  padding-right: 40px;
}

.category-title a {
  text-decoration: none;
  color: #fff;
}

.category-direct {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.category-direct__item {
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  opacity: 0;
}

.category-direct__item {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.category-direct__item.show {
  opacity: 1;
  transform: translateY(0);
}

.category-direct__item_inner {
  display: flex;
  align-items: center;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px 10px 30px;
  text-decoration: none;
  transition: 0.4s;
}

.category-direct__item_inner:hover {
  border-radius: 300px;
  background: #e21666;
}

.category-direct__item_inner:hover .category-direct__item_icon img {
  opacity: 1;
}

.category-direct__item_title {
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 0.966;
  width: 100%;
}

.category-direct__item_icon {
  flex: none;
  max-width: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.category-direct__item_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  opacity: 1;
  transition: 0.3s;
}

/* 
body[data-theme="_direct_index"] .category-direct__item_inner:hover .category-direct__item_icon img img {
  filter: brightness(0) invert(1);
} */

@media (max-width: 1900px) {
  .category-direct__item_icon {
    max-width: 100px;
  }

  .category-direct__item_icon img {
    max-width: 80%;
  }

  .category-direct__item_title {
    font-size: 24px;
  }

  .category-direct__item_inner {
    min-height: 180px;
  }
}

@media (max-width: 1535px) {
  .category-title {
    font-size: 60px;
  }

  .category-direct__item_title {
    font-size: 21px;
  }

  .category-direct__item_inner {
    min-height: 160px;
  }

  .category-direct__item_icon {
    max-width: 80px;
  }

  .category-direct__item_icon img {
    max-width: 60%;
  }
}

@media (max-width: 1279px) {
  .category-direct__item {
    width: 33.3333%;
  }
}

@media (max-width: 1023px) {
  .category-title {
    font-size: 40px;
    padding-right: 0;
  }

  .category-direct__item {
    width: 50%;
  }

  .category {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .category-title {
    font-size: 32px;
  }

  .category-direct__item_inner {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-direct__item_icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .category-direct__item_title {
    text-align: center;
    font-size: 14px;
  }
}

.specialist {
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}

.specialist::after {
  content: "";
  position: absolute;
  background: url("../images/specialist-header-bg.jpg") no-repeat;
  background-position: top left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.specialist-block {
  display: flex;
  flex-direction: column;
  padding-left: 55px;
  padding-right: 55px;
}

.specialist-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  margin-bottom: 90px;
}

.specialist-header__title {
  margin-bottom: 25px;
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1;
}

.specialist-header__text {
  max-width: 1170px;
  width: 100%;
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.166;
}

.specialist-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.specialist-prev {
  left: 0px;
  position: absolute;
  flex: none;
  width: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}

.specialist-next {
  right: 0px;
  position: absolute;
  flex: none;
  width: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
}

.specialist-prev.swiper-button-disabled,
.specialist-next.swiper-button-disabled {
  opacity: 0.3;
}

.specialist-pagination {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgba(0, 0, 0, 0.502);
}

.specialist-pagination .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
  width: 20%;
  height: auto;
  border-radius: 0;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
  padding-right: 10px;
}

.specialist-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.specialist-card {
  display: flex;
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.specialist-card__media {
  flex: 0 0 47%;
  position: relative;
  margin-right: 50px;
}

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

.specialist-card__content {
  flex: 1;
}

.specialist-card__name {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 50px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1;
}

.specialist-card__position {
  margin-bottom: 80px;
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.223;
}

.specialist-card__quote {
  margin-bottom: 40px;
  font-size: 45px;
  font-family: "Vasek";
  color: rgb(0, 0, 0);
  line-height: 0.889;
}

.specialist-card__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 240px;
  height: 70px;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: #e52d76;
  text-decoration: none;
  border: 1px solid rgba(226, 21, 103, 0.3);
  transition: 0.2s;
  overflow: hidden;
}

.specialist-card__button a:hover {
  text-decoration: none;
  color: #e52d76;
  border: 1px solid rgb(226, 21, 103);
}

.specialist-card__button a span {
  width: 100%;
  text-align: center;
}

.specialist-card__button a i {
  flex: none;
  left: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: #e52d76;
  background-image: url("../images/button-arrow2.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}

.specialist-card__button a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #e52d76;
  position: absolute;
  transition: 0.3s;
}

.specialist-card__button a:hover::before {
  top: 0;
}

.specialist-card__button a:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

@media (max-width: 1900px) {
  .specialist-block {
    padding-left: 0;
    padding-right: 0;
  }

  .specialist-header__title {
    font-size: 60px;
  }

  .specialist-header__text {
    max-width: 1050px;
    font-size: 25px;
  }

  .specialist-card__name {
    font-size: 42px;
  }

  .specialist-card__quote {
    font-size: 36px;
  }
}

@media (max-width: 1535px) {
  .specialist-card {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .specialist-card__media {
    flex: 0 0 40%;
  }

  .specialist-card__name {
    font-size: 35px;
  }

  .specialist-card__position {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .specialist-pagination {
    font-size: 15px;
  }
}

@media (max-width: 1365px) {
  .specialist-pagination .swiper-pagination-bullet {
    width: 25%;
  }
}

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

  .specialist-header {
    padding-bottom: 0;
  }

  .specialist::after {
    content: none;
  }

  .specialist-header__title {
    font-size: 40px;
  }

  .specialist-header__text {
    font-size: 18px;
  }

  .specialist-prev,
  .specialist-next {
    width: 30px;
  }

  .specialist-prev img,
  .specialist-next img {
    width: 15px;
  }

  .specialist-card {
    flex-direction: column;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .specialist-card__media {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-right: 0;
  }

  .specialist-card__media img {
    max-width: 70%;
  }

  .specialist-card__name {
    font-size: 32px;
  }

  .specialist-card__position {
    font-size: 15px;
  }

  .specialist-card__quote {
    font-size: 32px;
  }

  .specialist-card__button a {
    width: 190px;
    height: 45px;
    font-size: 14px;
  }

  .specialist-card__button a i {
    width: 35px;
    height: 35px;
  }

  .specialist-pagination {
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .specialist-pagination .swiper-pagination-bullet {
    width: 50%;
  }
}

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

  .specialist-header {
    margin-bottom: 50px;
  }

  .specialist-header__title {
    font-size: 32px;
  }

  .specialist-header__text {
    font-size: 15px;
  }

  .specialist-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto !important;
  }

  .specialist-card {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .specialist-card__media img {
    max-width: 100%;
  }

  .specialist-card__name {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .specialist-card__position {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .specialist-card__quote {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .specialist-pagination {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }
}

.news {
  margin-top: 90px;
  padding-top: 90px;
  background: #f3f4f6;
}

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

.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 60px;
}

.news-header__title {
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1;
}

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

.news-header__link {
  font-size: 18px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  line-height: 2.223;
  margin-bottom: 20px;
}

.news-header__link a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.news-header__link a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.news-items {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.news-item {
  width: calc(33.3333% - 6px);
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}

.news-item {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.news-item.show {
  opacity: 1;
  transform: translateY(0);
}

.news-item__photo {
  position: relative;
  padding-top: 48%;
  overflow: hidden;
}

.news-item__photo_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.news-item__photo_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-item__info {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.news-item__info_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 0.966;
}

.news-item__info_date {
  margin-top: auto;
  font-size: 20px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.4;
}

@media (max-width: 1900px) {
  .news-header {
    padding-left: 0;
    padding-right: 0;
  }

  .news-header__title {
    font-size: 60px;
  }

  .news-header__link {
    margin-bottom: 0;
  }

  .news-item__info {
    min-height: 240px;
  }

  .news-item__info_title {
    font-size: 25px;
  }

  .news-item__info_date {
    font-size: 18px;
  }

  .news-items {
    padding-left: 0;
    padding-right: 0px;
  }
}

@media (max-width: 1535px) {
  .news-item__info {
    min-height: 200px;
  }

  .news-item__info_title {
    font-size: 21px;
  }

  .news-item__info_date {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .news-item__info_title {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .news {
    margin-top: 70px;
    padding-top: 70px;
  }

  .news-header {
    margin-bottom: 40px;
  }

  .news-header__title {
    font-size: 40px;
  }

  .news-header__link {
    font-size: 15px;
  }

  .news-item__info {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-item__info_title {
    font-size: 17px;
  }

  .news-item__info_date {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .news-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .news-header__text {
    font-size: 13px;
  }

  .news-items {
    flex-direction: column;
  }

  .news-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog {
  position: relative;
  padding-top: 135px;
  padding-bottom: 190px;
  background: #f3f4f6;
  overflow: hidden;
}

.blog::after {
  content: "";
  position: absolute;
  top: -35%;
  right: 37%;
  bottom: -35%;
  width: 100%;
  height: 170%;
  background: transparent;
  border: 1px solid #c9cad0;
  border-radius: 50%;
  pointer-events: none;
}

.blog-block {
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-main {
  position: relative;
  display: flex;
  max-width: 1115px;
  width: 100%;
  overflow: hidden;
}

.blog-main__photo {
  max-width: 390px;
  margin-right: 55px;
}

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

.blog-main__info {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
}

.blog-main__info_descr {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
  font-family: "Onest-Light";
  color: rgb(55, 56, 76);
  line-height: 1.4;
}

.blog-main__info_descr a {
  text-decoration: none;
  color: rgb(55, 56, 76);
}

.blog-main__info_title {
  margin-bottom: 130px;
  font-size: 50px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1;
  padding-right: 50px;
}

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

.blog-main__info_title a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.blog-main__info_text {
  max-width: 580px;
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.223;
}

.blog-main__info_author {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Onest-Light";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.124;
}

.blog-main__info_button {
  margin-top: 30px;
}

.blog-main__info_button a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  width: 220px;
  height: 52px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: #e52d76;
  text-decoration: none;
  border: 1px solid rgba(226, 21, 103, 0.3);
  transition: 0.2s;
}

.blog-main__info_button a:hover {
  text-decoration: none;
  color: #e52d76;
  border: 1px solid rgb(226, 21, 103);
}

.blog-main__info_button a:hover span {
  color: #fff;
}

.blog-main__info_button a i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e52d76;
  background-image: url("../images/button-arrow2.png");
  background-position: center;
  background-repeat: no-repeat;
}

.blog-main__info_button a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #e52d76;
  position: absolute;
  transition: 0.3s ease;
}

.blog-main__info_button a:hover::before {
  top: 0;
}

.blog-main__info_button a:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

.blog-items {
  max-width: 480px;
  width: 100%;
  margin-top: 10px;
  margin-left: 60px;
}

.blog-item {
  margin-bottom: 80px;
}

.blog-item:last-child {
  margin-bottom: 0;
}

.blog-item__title {
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 30px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 0.966;
  text-decoration: none;
}

.blog-item__title:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.blog-item__text {
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.223;
}

@media (max-width: 1900px) {
  .blog-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1535px) {
  .blog-items {
    max-width: 400px;
  }

  .blog-item {
    margin-bottom: 50px;
  }

  .blog-main__info_title {
    margin-bottom: 50px;
  }

  .blog-main__info_author {
    font-size: 14px;
  }

  .blog-item__title {
    font-size: 25px;
  }

  .blog-item__text {
    font-size: 15px;
  }

  .blog-main__photo {
    margin-right: 35px;
  }

  .blog-main__info_title {
    font-size: 40px;
  }

  .blog-main__info_text {
    max-width: 500px;
    font-size: 15px;
  }

  .blog-main__info_descr {
    font-size: 16px;
  }

  .blog-main__info_descr {
    margin-top: 10px;
  }
}

@media (max-width: 1279px) {
  .blog::after {
    content: none;
  }

  .blog-block {
    flex-direction: column;
  }

  .blog-items {
    margin-top: 50px;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .blog {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .blog-main__info_title {
    font-size: 27px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .blog-main__info_text {
    font-size: 14px;
  }

  .blog-main__info_author {
    font-size: 13px;
  }

  .blog-main__info_descr {
    font-size: 14px;
  }

  .blog-main__info_button a {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .blog-main__info_button a i {
    width: 30px;
    height: 30px;
  }

  .blog-item {
    margin-bottom: 30px;
  }

  .blog-item__title {
    font-size: 21px;
  }

  .blog-item__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .blog-main {
    flex-direction: column;
  }

  .blog-main__photo {
    display: none;
  }

  .blog-main__info {
    padding-bottom: 50px;
    border-bottom: 1px solid #c9cad0;
  }
}

.location {
  padding-top: 110px;
  background: #fff;
}

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

.location__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.location__title {
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1;
}

.location__button a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 255px;
  height: 70px;
  margin-top: 20px;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: #000;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.location__button a span {
  width: 100%;
  text-align: center;
}

.location__button a:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid rgb(0, 0, 0);
}

.location__button a i {
  position: relative;
  transition: 0.2s;
  left: 0;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: #fff;
  background-image: url("../images/button-arrow3.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000;
}

.location__button a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease;
}

.location__button a:hover::before {
  top: 0;
}

.location__button a:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

.location__items {
  display: flex;
  margin-left: -3px;
  margin-right: -3px;
}

.location__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 3px;
  padding-right: 3px;
}

.location__card {
  display: block;
  padding: 40px 30px 20px 30px;
  text-decoration: none;
  background: #e5e5e5;
  color: #222;
  transition: 0.3s;
  min-height: 390px;
  transition: 0.2s;
}

.location__item.active .location__card {
  background: #e6387e;
}

.location__item.active .location__card .location__city {
  color: #fff;
}

.location__item.active .location__card .location__city i {
  filter: invert(0);
}

.location__item.active .location__card .location__address {
  color: #fff;
}

.location__item.active .location__card .location__link {
  color: #fff;
}

.location__item.active .location__card .location__link i {
  border: 1px solid #fff;
}

.location__item.active .location__card .location__link i img {
  filter: invert(0);
}

.location__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.location__city {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 35px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 0.828;
}

.location__city i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 22px;
  margin-right: 15px;
  background-image: url("../images/loc-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

.location__address {
  font-size: 20px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.201;
}

.location__link {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  color: #000;
}

.location__link i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: 15px;
  transition: 0.2s;
  will-change: transform;
}

.location__link:hover i {
  transform: scale(1.1);
}

.location__link i img {
  filter: invert(1);
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.location__map img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

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

  .location__button a {
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  .location__city {
    font-size: 25px;
  }

  .location__address {
    font-size: 17px;
  }

  .location__card {
    min-height: 250px;
  }

  .location__map img {
    height: 250px;
  }
}

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

  .location__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .location__title {
    font-size: 40px;
  }

  .location__button {
    margin-top: 30px;
  }

  .location__button a {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .location__button a i {
    width: 30px;
    height: 30px;
  }

  .location__button a span {
    margin-left: 20px;
  }

  .location__address {
    font-size: 14px;
  }

  .location__link {
    font-size: 14px;
  }

  .location__link i {
    width: 30px;
    height: 30px;
  }

  .location__city {
    font-size: 21px;
  }

  .location__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .location__title {
    font-size: 32px;
  }

  .location__items {
    flex-direction: column;
  }

  .location__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .location__card {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .location__link {
    margin-top: 30px;
  }

  .location__map img {
    height: 200px;
  }

  .location__city {
    font-size: 18px;
  }
}

.feedback {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 130px;
  background: url("../images/feedback-bg.jpg") repeat;
}

.feedback-block {
  display: flex;
  padding-left: 55px;
  padding-right: 55px;
}

.feedback-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 100px;
}

.feedback-info__title {
  margin-bottom: 30px;
  font-size: 80px;
  font-family: "AGOptimaCyr";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
}

.feedback-info__text {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 1.4;
}

.feedback-info__descr {
  font-size: 14px;
  font-family: "Onest-Light";
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.427;
}

.feedback-form {
  width: 50%;
  padding-left: 80px;
}

.feedback-form form {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.personal-links {
  margin-bottom: 30px;
}

.feedback-form form>label {
  margin-bottom: 45px;
}

.feedback-form form label input[type="text"],
.feedback-form form label input[type="tel"] {
  background: transparent;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 20px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
}

.feedback-form form label input[type="text"]::placeholder,
.feedback-form form label input[type="tel"]::placeholder {
  color: #fff;
}

.feedback-form__footer {
  display: flex;
  justify-content: space-between;
}

.feedback-form__footer_button {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: flex-end;
}

.feedback-form__footer_button a,
.feedback-form__footer_button button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 260px;
  height: 70px;
  margin-bottom: 7px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  background: #e21666;
  border: 1px solid #e21666;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.feedback-form__footer_button a span,
.feedback-form__footer_button button span {
  flex: 1;
  width: 100%;
  text-align: center;
}

.feedback-form__footer_button a i,
.feedback-form__footer_button button i {
  position: relative;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-image: url("../images/button-arrow2.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  background-color: #494a5d;
}

.feedback-form__footer_button button:disabled:before {
  content: none !important;
}

.feedback-form__footer_button button::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #494a5d;
  position: absolute;
  transition: 0.3s ease;
}

.feedback-form__footer_button button:hover::before {
  top: 0;
}

.feedback-form__footer_button button:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

.feedback-form__footer_button button:hover {
  background: #494a5d;
  border: 1px solid #494a5d;
}

@media (max-width: 1535px) {
  .feedback-block {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback-info__title {
    font-size: 60px;
  }

  .feedback-form {
    padding-left: 30px;
  }

  .feedback-info {
    padding-right: 30px;
  }

  .feedback-info__text {
    font-size: 18px;
  }

  .feedback-info__descr {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .feedback-block {
    flex-direction: column;
    padding: 0;
  }

  .feedback-info {
    padding: 0;
    width: 100%;
  }

  .feedback-form {
    padding: 0;
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .feedback {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .feedback-info__title {
    font-size: 40px;
  }

  .feedback-info__text {
    font-size: 16px;
  }

  .feedback-form {
    margin-top: 0px;
  }

  .feedback-form form label {
    margin-bottom: 30px;
  }

  .feedback-form form label input[type="text"],
  .feedback-form form label input[type="tel"] {
    font-size: 14px;
  }

  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: left top;
  }

  .feedback-form__footer_button {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .feedback-form__footer_button a,
  .feedback-form__footer_button button {
    height: 40px;
    font-size: 14px;
    width: 180px;
  }

  .feedback-form__footer_button a i,
  .feedback-form__footer_button button i {
    width: 30px;
    height: 30px;
  }

  .feedback-form__footer {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .feedback-info__title {
    font-size: 32px;
  }

  .feedback-info__text {
    font-size: 14px;
  }

  .feedback-form form {
    padding-top: 20px;
  }

  .feedback-form form label {
    margin-bottom: 20px;
  }

  .feedback-form form label input[type="text"],
  .feedback-form form label input[type="tel"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer {
  overflow: hidden;
  padding-top: 75px;
  background: #f2f3f5;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.6;
}

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

.footer-block {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
}

.footer__top {
  display: flex;
  padding-bottom: 270px;
  position: relative;
}

.footer__top::before {
  content: "";
  position: absolute;
  left: -17%;
  right: -17%;
  bottom: 10%;
  height: 200%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.footer__menu {
  max-width: 550px;
  width: 100%;
  padding-right: 30px;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu ul li {
  font-size: 22px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.364;
}

.footer__menu ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

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

.footer__direction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  width: 100%;
}

.footer__direction a {
  font-size: 18px;
  font-family: "Onest-Light";
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.39;
  text-decoration: none;
}

.footer__direction a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

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

.footer__contacts_phone {
  margin-bottom: 35px;
  font-size: 35px;
  font-family: "Onest-Light";
  color: #000;
  line-height: 1.286;
}

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

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

.footer__address_item {
  display: flex;
  margin-bottom: 20px;
}

.footer__address_item_icon {
  width: 12px;
  margin-right: 7px;
}

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

.footer__address_item_city {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.111;
}

.footer__address_item_city_link {
  margin-top: 5px;
  font-size: 15px;
  font-family: "Onest-Light";
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.667;
  text-decoration: none;
}

.footer__address_item_city_link:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.footer__email {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  font-size: 18px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.389;
  text-decoration: none;
}

.footer__email a {
  font-size: 18px;
  font-family: "Onest-Regular";
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.footer__email_link {
  font-size: 15px !important;
  font-family: "Onest-Light";
  color: rgba(0, 0, 0, 0.702) !important;
  line-height: 1.667;
  text-decoration: none;
}

.footer__email_link:hover {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}

.footer__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  max-width: 270px;
  width: 100%;
}

.footer__buttons a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 260px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
}

.footer__buttons a span {
  flex: 1;
  width: 100%;
  text-align: center;
}

.footer__buttons a i {
  position: relative;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  left: 0;
  border-radius: 50px;
  background-color: #f2f3f5;
  background-image: url(../images/button-arrow3.png);
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.footer__buttons a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease;
}

.footer__buttons a:hover::before {
  top: 0;
}

.footer__buttons a:hover span {
  position: relative;
  color: rgb(255, 255, 255);
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.footer__brand {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo {
  margin-right: 30px;
}

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

.footer__social {
  display: flex;
}

.footer__social a {
  margin-right: 10px;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__inform {
  display: flex;
  font-size: 15px;
  font-family: "Onest-Light";
  color: rgb(0, 0, 0);
  line-height: 1.333;
  margin-top: 40px;
}

.footer__inform_legal {
  max-width: 550px;
  width: 100%;
  padding-right: 30px;
}

.footer__inform_copy {
  max-width: 450px;
  width: 100%;
  padding-right: 30px;
}

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

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

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

.footer__inform_leli {
  margin-left: auto;
}

.footer__inform_leli a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.footer__inform_leli a:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

@media (max-width: 1900px) {
  .footer-block {
    padding: 0;
  }

  .footer__menu {
    max-width: 400px;
  }

  .footer__direction {
    max-width: 400px;
  }

  .footer__inform_legal {
    max-width: 400px;
  }

  .footer__inform_copy {
    max-width: 400px;
  }
}

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

  .footer__menu ul li {
    font-size: 20px;
  }

  .footer__direction {
    max-width: 350px;
  }

  .footer__direction a {
    font-size: 17px;
  }

  .footer__contacts_phone {
    font-size: 30px;
  }

  .footer__inform_legal {
    max-width: 350px;
    padding-right: 20px;
  }

  .footer__inform_copy {
    max-width: 350px;
    padding-right: 20px;
  }
}

@media (max-width: 1365px) {
  .footer__menu {
    max-width: 300px;
  }

  .footer__direction {
    max-width: 300px;
  }
}

@media (max-width: 1279px) {
  .footer__top {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .footer__direction {
    display: none;
  }

  .footer__logo {
    max-width: 350px;
  }

  .footer__inform {
    flex-direction: column;
  }

  .footer__top::before {
    content: none;
  }

  .footer__bottom {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .footer__inform_legal,
  .footer__inform_copy,
  .footer__inform_personal,
  .footer__inform_leli {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
  }

  .footer__inform_leli {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .footer__menu {
    display: none;
  }

  .footer__buttons a {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .footer__buttons a i {
    width: 30px;
    height: 30px;
  }
}

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

  .footer__top {
    flex-direction: column;
  }

  .footer__address_item_city {
    font-size: 16px;
  }

  .footer__email {
    margin-top: 0px;
  }

  .footer__buttons {
    max-width: 100%;
  }

  .footer__buttons {
    margin-top: 50px;
  }

  .footer__buttons a {
    width: 100%;
  }

  .footer__logo {
    max-width: 200px;
  }

  .footer__social_link {
    width: 30px;
  }

  .footer__social_link img {
    width: 100%;
  }
}

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

@media (max-width: 1365px) {

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

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

  .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: 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: 55px;
  top: 75px;
  z-index: 15;
  line-height: 1;
  font-size: 0;
  user-select: none;
}

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

.dialogred_close_img:hover {
  opacity: 0.8;
}

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

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

@keyframes dialogred_sk-stretchdelay {

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

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

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

.body_dialogred_open {
  overflow-y: scroll;
}

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

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

.body_dialogred_inner_show .dialogred_close {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    transform: scale(1.05);
  }

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

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

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

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

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

.zakazonline_button0:active {
  top: 1px;
}

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

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

.zakazonline_button:active {
  top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .photopic_photo_list4_item {
    padding: 5px;
  }
}

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

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

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

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

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

.upononline_form_wrap {
  position: relative;
}

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

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

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

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

.upononline_label.err input[type="text"],
.upononline_label.err input[type="tel"] {
  border-bottom: 1px solid red;
}

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

.dialogclass {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 55px 0;
}

.dialogclass_but {
  text-align: center;
  margin-top: 20px;
}


.dialogclass_button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(226, 21, 103);
  width: 180px;
  height: 52px;
  border-radius: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(226, 21, 103);
  cursor: pointer;
}

.dialogclass_button i {
  flex: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  left: 0;
  background-image: url("../images/button-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.dialogclass_button span {
  width: 100%;
  text-align: center;
}

.dialogclass_button::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #fff;
  position: absolute;
  transition: 0.2s ease;
}

.dialogclass_button:hover {
  background: #fff;
}

.dialogclass_button:hover::before {
  top: 0;
}

.dialogclass_button:hover span {
  position: relative;
  color: rgb(226, 21, 103);
}


.dialogclass_button:disabled {
  background: rgb(226, 21, 103);
  top: 0 !important;
  opacity: 0.5;
  cursor: default;
  color: #fff;
}

.dialogclass_button:disabled::before {
  content: none;
}

.dialogclass_button:disabled:hover::before {
  content: none;
}

.dialogclass_button:disabled:hover span {
  color: #fff;
}

.dialogclass_button:disabled:hover {
  opacity: 0.5;
  cursor: default;
}

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

.dialogclass.loading .dialogclass_button_tx {
  visibility: hidden;
}

.dialogclass.loading .dialogclass_button_loader {
  display: block;
}

.dialogclass input[type="text"],
.dialogclass textarea {
  outline-offset: 0;
  border: 0;
  border-style: none;
}

.dialogclass input[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 20px;
  background: #fff;
  color: #000;
  border: 0;
  border-bottom: 1px #c2c2c2 solid;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Onest-Light';
}

.dialogclass input[type="text"]::placeholder {
  color: #000;
}

.dialogclass textarea {
  width: 100%;
  height: 50px;
  font-size: 20px;
  background: #fff;
  color: #000;
  border: 0;
  border-bottom: 1px #c2c2c2 solid;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Onest-Light';
  resize: none;
}

.dialogclass textarea::placeholder {
  color: #000;
}

.dialogclass_selbox1 {
  background-color: #fff;
  background-image: url(/plugin/zakazonline/img/selbox_pip1.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.dialogclass_selbox1 select {
  /*clear style*/
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  /* this is important! */
  border: 0;
  outline: 0;
  margin: 0;

  /*for Iphone*/
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  color: #000;
  padding: 0 15px 0 15px;
  height: 47px;
  /*border:1px #d4d4d4 solid;*/
  cursor: pointer;
}

/*for IE 11 styling */
.dialogclass_selbox1 select::-ms-expand {
  display: none;
}

.dialogclass .err input,
.dialogclass .err textarea {
  border: 1px #b82e2e solid;
}

.dialogclass_header {
  padding: 0 85px;
}

.dialogclass_zagol1 {
  font-size: 75px;
  font-family: "AGOptimaCyr";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
}

.dialogclass_zagol2 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  font-family: 'Onest-Light';
}

.dialogclass .hr {
  line-height: 1px;
  height: 1px;
  background: #ccc;
  width: 180px;
  margin: 0 auto;
  margin-top: 18px;
}

.dialogclass_form {
  padding: 0 85px;
  text-align: center;
  margin-top: 50px;
}

.dialogclass_form_inner {
  margin: 0 auto;
}

.dialogclass_result {
  text-align: center;
  font-size: 27px;
  line-height: 1.3;
  color: #000000;
  margin-top: 60px;
  min-height: 120px;
}

.dialogclass_formcont1 {
  margin-bottom: 40px;
}

.dialogclass_inform {
  color: #535353;
  margin-top: 20px;
  text-align: center;
}

.dialogclass_rules {
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.dialogclass_rules_cont_box2 {
  margin-left: 5px;
}

.dialogclass_rules a {
  color: #008bbe;
}

.dialogclass_rules2 {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
}

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

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

.dialogclass_cont1_box2 {
  margin-top: 11px;
}

.dialogclass_error {
  font-size: 14px;
  color: red;
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .dialogclass {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dialogclass_header {
    padding: 0px 30px 0px 30px;
  }

  .dialogclass_zagol1 {
    font-size: 30px;
  }

  .dialogclass_zagol2 {
    margin-top: 5px;
    font-size: 16px;
    text-align: left;
  }

  .dialogclass_form {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }

  .dialogclass input[type="text"] {
    font-size: 14px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .dialogclass_formcont1 {
    margin-bottom: 10px;
  }



  .dialogclass textarea {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .dialogclass_but {
    margin-top: 15px;
  }

  .dialogclass_button {
    width: 100%;
    max-width: 170px;
    height: 45px;
    font-size: 13px;
  }

  .dialogclass_button i {
    width: 30px;
    height: 30px;
  }

  .dialogclass_result {
    font-size: 21px;
  }

  .dialogclass_rules2 {
    font-size: 11px;
    line-height: 1.2;
    color: #000;
  }
}

.header-cab__city {
  position: relative;
}

.menu-city-change {
  display: none;
}

@media(max-width: 1023px) {
  .menu-city-change {
    display: flex;
  }
}

.header-cab__city_change {
  color: #0073e6;
  cursor: pointer;
  font-size: 13px;
}

.header-cab__city_dropdown {
  position: absolute;
  width: 230px;
  top: 45px;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 50;
}

.header-cab__city_dropdown a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.header-cab__city_dropdown a:hover {
  background: #f5f5f5;
}

.header-cab__city_dropdown.active {
  display: block;
}

.title-word {
  display: inline-block;
  will-change: transform, opacity, filter;
  margin-right: 15px;
}

/* cursor */
.pointer {
  position: absolute;
  width: 220px;
  height: 220px;
  pointer-events: none;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}

.pointer .pointer__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 220px;
  height: 220px;
  background: #e21567;
  border-radius: 50%;
  bottom: 8%;
  right: -7%;
  z-index: 9;
  font-size: 23px;
  font-family: "Onest-Light";
  color: rgb(255, 255, 255);
  line-height: 2;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pointer.slider {
  width: 220px;
  height: 220px;
  cursor: default;
}

.pointer.slider .pointer__circle {
  width: 220px;
  height: 220px;
  transform: scale(1) translateY(0%) translateX(0%);
}

.pointer.hide .pointer__circle {
  opacity: 0;
  visibility: hidden;
}

.pointer_img {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.1s;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.pointer.hide .pointer_img {
  opacity: 0;

  /* transition: all .5s; */
}

@media (max-width: 1023px) {
  .pointer {
    display: none;
  }
}

/* spravka */
.questonlinespravka {
  position: relative;
}

.questonlinespravka_result {
  display: none;
  position: absolute;
  top: 200px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
  color: green;
}

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

.questonlinespravka.result .questonlinespravka_form_wrap_inner {
  visibility: hidden;
}

.questonlinespravka.result .questonlinespravka_form_wrap_inner,
.questonlinespravka.result .questonlinespravka_form_wrap_inner * {
  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;
}

.questonlinespravka.result .questonlinespravka_result {
  display: block;
}

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


.spravka {
  display: flex;
  margin-top: 50px;
}

.spravka__info {
  max-width: 950px;
  width: 100%;
  padding-right: 100px;
}

.spravka__form {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
}

.page-spravka {
  padding-left: 0;
  width: 100%;
}

.page-spravka .questonlinespravka_form {
  padding-top: 0;
}

.page-spravka form label {
  margin-bottom: 45px;
}

.page-spravka form label input[type="text"],
.page-spravka form label input[type="tel"] {
  border-bottom: 1px solid #cccccc;
  color: #000;
}

.page-spravka form label input[type="text"]::placeholder,
.page-spravka form label input[type="tel"]::placeholder {
  color: #000;
}

.page-spravka form label.err input {
  border-color: red;
}

.questonlinespravka_button {
  margin-right: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 260px;
  height: 70px;
  margin-bottom: 7px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "Onest-Medium";
  color: rgb(255, 255, 255);
  background: #e21666;
  border: 1px solid #e21666;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.questonlinespravka_button span {
  flex: 1;
  width: 100%;
  text-align: center;
}

.questonlinespravka_button i {
  position: relative;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-image: url("../images/button-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  background-color: #fff;
}

.questonlinespravka_button:disabled:before {
  content: none !important;
}

.questonlinespravka_button::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s ease;
}

.questonlinespravka_button:hover::before {
  top: 0;
}

.questonlinespravka_button:hover span {
  position: relative;
  color: rgb(226, 21, 103);
}

.questonlinespravka_button:hover {
  background: #fff;
  border: 1px solid rgb(226, 21, 103);
}

.questonlinespravka_button:disabled:hover {
  background: rgb(226, 21, 103);
  color: #fff;
}

.questonlinespravka_button:disabled:hover span {
  color: #fff;
}

.questonlinespravka__footer {
  display: flex;
}

.page-spravka .personal-links label {
  margin-bottom: 10px;
}

#recaptchaError {
  color: red;
  font-size: 12px;
}

@media(max-width: 1900px) {
  .spravka__info {
    width: 50%;
    max-width: 100%;
    padding-right: 50px;
  }

  .spravka__form {
    width: 50%;
    max-width: 100%;
  }
}

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

  .spravka__info {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .spravka__form {
    width: 100%;
  }

  .page-spravka form label {
    margin-bottom: 20px;
  }

  .questonlinespravka_button {
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    font-size: 14px;
    width: 180px;
  }

  .questonlinespravka_button i {
    width: 30px;
    height: 30px;
  }

}

/* spravka */