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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}

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

  .answer__text {
    font-size: 16px;
  }

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

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

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

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


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

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

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

/* asnwer */




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

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

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

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

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

.pl2 {
  margin-top: 0;
}

.y-uslugi-direct-info-left-write__block .personal-links {
  margin-top: 20px;
}

.y-uslugi-direct-info-left-write__block .personal-links label {
  color: #fff;
}

.y-uslugi-direct-info-left-write__block .personal-links label a {
  color: #fff;
}

/* personal-links */


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

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

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

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

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

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

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

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}



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

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

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

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

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

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

* {
  outline: 0;
}

img {
  border: 0;
}

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

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

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

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

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

.cmsl_clearfix2:after {
  clear: both;
}

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

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

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

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

.clear {
  clear: both;
}

.cmsl_content {
  min-height: 300px;
}

.posmo {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagedis {
  padding-top: 15px;
}

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

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

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

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

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

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

.bread_crumb_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background-image: url('../images/breadcrumb_arrow2_white.svg');
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  background-size: 17px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.cmsl_theme2_content {
  display: flex;
}

.cmsl_theme2_content_col1 {
  flex: 1;
}

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

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

.cmsl_theme3_content_col1 {
  flex: 0 0 275px;
}

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

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

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

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

.leli-links a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

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

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

.leli_derevotop {
  padding: 5px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site_dialog_theme_content {
  margin-top: 30px;
}

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

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

.custom_toggle_header:hover {
  color: #000;
}

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

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

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

.socialfix {
  display: block;
  position: fixed;
  z-index: 900;
  bottom: 130px;
  right: 20px;
  transition: all 0.15s linear 0s;
  will-change: transform, bottom;
}

.socialfix_wrap {
  margin-top: 20px;
  background-repeat: no-repeat;
  width: 74px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ddd solid;
  background: rgba(255, 255, 255, 1);
  padding: 18px 0;
}

.socialfix_wrap_inner {
  max-width: 36px;
}

.socialfix_list_item {
  margin-top: 14px;
  display: block;
  background-repeat: no-repeat;
  text-decoration: none !important;
  outline: 0;
  border: 0;
}

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

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

@media (max-width: 1650px) {
  .socialfix {
    right: 20px;
    bottom: 150px;
  }

  .socialfix_wrap {
    width: 50px;
    padding: 10px 0;
    min-height: auto;
  }

  .socialfix_wrap_inner {
    max-width: 30px;
  }

  .socialfix_list_item {
    margin-top: 9px;
  }
}

@media (max-width: 1365px) {
  .socialfix {
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .socialfix {
    right: 10px;
    bottom: 10px;
  }

  .socialfix_wrap {
    width: 33px;
    padding: 5px 0;
  }

  .socialfix_wrap_inner {
    max-width: 23px;
  }

  .socialfix_list_item {
    margin-top: 7px;
  }
}

.cmsl_toupmove {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 20px;
  display: none;
  text-align: center;
  padding-top: 5px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/themes/images/toupmove.png);
  width: 74px;
  height: 74px;
}

.cmsl_toupmove:hover {
  opacity: 0.9;
}

@media (max-width: 1650px) {
  .cmsl_toupmove {
    bottom: 90px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

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

@media (max-width: 1023px) {
  .cmsl_toupmove {
    right: 15px;
  }
}

/* core */

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

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

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

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

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

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

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

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

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

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

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

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

body.open-menu .ss-header-right-top__responsive_inner span {
  display: none;
}

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

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

body.open-menu .ss-header-right-top__responsive-wrap {
  opacity: 1;
  visibility: visible;
}

.y-header {
  position: absolute;
  top: 0;
  max-width: 1920px;
  width: 100%;
}

body[data-page="default"] .header-space {
  height: 185px;
}

.y-header-container {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.y-header-block {
  display: flex;
  min-height: 185px;
}

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

.y-header-logo {
  margin-left: 35px;
  align-self: center;
  margin-top: 20px;
  margin-right: 20px;
}

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

.y-header-info__uslugi-btn {
  margin-top: 55px;
  margin-right: 15px;
}

.y-header-info__uslugi-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  min-height: 58px;
  border: 1px solid #cbc1b9;
  padding: 5px;
  background: transparent;
  border-radius: 30px;
  text-align: center;
  font-size: 17px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.424;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 1.7px;
}

body[data-page="default"] .y-header-info__uslugi-btn a {
  background: #fff;
}

.y-header-info__uslugi-btn a:hover {
  background: #82ad29;
  color: #fff;
}

body[data-page="default"] .y-header-info__uslugi-btn a:hover {
  background: #82ad29;
  color: #fff;
}

.y-header-info {
  display: flex;
  align-self: flex-start;
  margin-left: auto;
}

.y-header-info__button {
  margin-top: 55px;
  margin-right: 30px;
}

.y-header-info__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  min-height: 60px;
  padding: 5px;
  background: #cbc1b9;
  border-radius: 30px;
  text-align: center;
  font-size: 17px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.424;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 1.7px;
}

.y-header-info__button a:hover {
  text-decoration: none;
  color: #fff;
  background: #c4282b;
}

.y-header-info__phone {
  margin-top: 60px;
  margin-right: 60px;
  font-size: 26px;
  font-family: "proximanovasemibold";
  color: #000;
  line-height: 1.071;
}

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

.y-header-info__phone a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.y-header-info__register {
  flex: none;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 115px;
  margin-right: 7px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: #c4282a;
  cursor: pointer;
  transition: 0.2s;
}

.y-header-info__register:hover {
  background: #a91c1d;
}

.y-header-info__register_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: auto;
}

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

.y-header-info__menu {
  flex: none;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 115px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: #82ad29;
  cursor: pointer;
  transition: 0.2s;
}

.y-header-info__menu:hover {
  background: #62841b;
}

.y-header-info__menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: auto;
}

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

.y-header-fixed {
  position: fixed;
  top: -100px;
  max-width: 1920px;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.y-header-fixed-container {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.y-header-fixed-block {
  display: flex;
  min-height: 100px;
}

.y-header-fixed-logo {
  max-width: 250px;
  margin-left: 35px;
  align-self: center;
  margin-right: 20px;
}

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

.y-header-fixed-info {
  display: flex;
  margin-left: auto;
}

.y-header-fixed-info__uslugi-btn {
  margin-top: 25px;
  margin-right: 15px;
}

.y-header-fixed-info__uslugi-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  min-height: 50px;
  border: 1px solid #cbc1b9;
  padding: 5px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.424;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 1.7px;
}

.y-header-fixed-info__uslugi-btn a:hover {
  color: #fff;
  background: #82ad29;
}

.y-header-fixed-info__button {
  align-self: center;
  margin-right: 65px;
}

.y-header-fixed-info__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 50px;
  padding: 5px;
  background: #cbc1b9;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.424;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 1.7px;
}

.y-header-fixed-info__button a:hover {
  text-decoration: none;
  color: #fff;
  background: #c4282b;
}

.y-header-fixed-info__phone {
  align-self: center;
  margin-right: 75px;
  font-size: 22px;
  font-family: "proximanovasemibold";
  color: #000;
  line-height: 1.071;
}

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

.y-header-fixed-info__phone a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.y-header-fixed-info__register {
  flex: none;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 80px;
  margin-right: 7px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: #c4282a;
  cursor: pointer;
  transition: 0.2s;
}

.y-header-fixed-info__register:hover {
  background: #a91c1d;
}

.y-header-fixed-info__register_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: auto;
}

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

.y-header-fixed-info__menu {
  flex: none;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 80px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: #82ad29;
  cursor: pointer;
  transition: 0.2s;
}

.y-header-fixed-info__menu:hover {
  background: #62841b;
}

.y-header-fixed-info__menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: auto;
}

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

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

.y-header-menu {
  position: relative;
  position: fixed;
  top: 0;
  right: -520px;
  bottom: 0;
  width: 100%;
  max-width: 520px;
  background: #eaeaea;
  z-index: 1001;
  overflow-y: auto;
  transition: 0.3s;
}

body.open-menu .y-header-menu {
  right: 0;
}

.y-header-menu__nav {
  padding-top: 45px;
  padding-bottom: 70px;
}

.y-header-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 999;
}

.y-header-menu__nav {
  background: #fff;
}

.y-header-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.y-header-menu__nav ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 22px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.245;
}

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

.y-header-menu__nav ul li a:hover {
  color: #c4282a;
}

.y-header-menu__nav ul li.active {
  font-family: "proximanovabold";
}

.y-header-menu__nav ul li.active a:hover {
  color: #000;
  font-family: "proximanovabold";
}

.y-header-menu__nav ul li.active::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 45px;
  height: 6px;
  background: #c4282a;
  font-family: "proximanovabold";
}

.y-header-menu__info {
  margin-top: -30px;
}

.y-header-menu__info_button {
  display: flex;
  justify-content: center;
}

.y-header-menu__info_button a {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #c4282a;
  border-radius: 30px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.529;
  text-decoration: none;
  transition: 0.3s;
}

.y-header-menu__info_button a:hover {
  background: #a91c1d;
}

.y-header-menu__info_contacts {
  margin-top: 60px;
}

.y-header-menu__info_contacts_phones {
  padding: 0 60px;
  font-size: 28px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.071;
}

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

.y-header-menu__info_contacts_phones:hover {
  color: rgba(0, 0, 0, 0.7);
}

.y-header-menu__info_contacts_link {
  padding: 0 60px;
  font-size: 16px;
  font-family: "Proxima Nova";
  color: rgba(0, 0, 0, 0.722);
  line-height: 1.563;
}

.y-header-menu__info_contacts_link a {
  color: rgba(0, 0, 0, 0.722);
}

.y-header-menu__info_contacts_link a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.y-header-menu__info_contacts_link a:hover .y-header-menu__info_contacts_link a span {
  background-image: none;
}

.y-header-menu__info_contacts_adress {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  font-family: 'proximanovaregular';
  color: #000;
  line-height: 1.333;
  margin-bottom: 50px;
}


/* y-header */
.y-header-uslugi {
  position: relative;
  display: none;
  transition: 0.3s;
  transform-origin: top;
  z-index: 2;
  border-top: 1px solid #eeeeee;
  overflow-y: auto;
  max-height: calc(100vh - 200px)
}

.y-header-uslugi-block {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-left: -5px;
  margin-right: -5px;
}

.y-header-uslugi-items {
  display: flex;
  flex-wrap: wrap;
}

.y-header-uslugi-items__item {
  width: 33.333%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.y-header-uslugi-items__item_inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #bfbfbf;
  text-decoration: none;
  transition: 0.3s;
}

.y-header-uslugi-items__item_inner:hover {
  background: #82ad29;
  border: 1px solid #82ad29;
}

.y-header-uslugi-items__item_icon {
  flex: none;
  width: 30px;
  margin-right: 15px;
  transition: 0.3s;
}

.y-header-uslugi-items__item_inner:hover .y-header-uslugi-items__item_icon {
  filter: invert(1);
}

.y-header-uslugi-items__item_inner:hover .y-header-uslugi-items__item_name {
  color: #fff;
  transition: 0.3s;
}

.y-header-uslugi-items__item_icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.y-header-uslugi-items__item_name {
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.1;
}

.y-header-fixed-uslugi {
  position: relative;
  display: none;
  transition: 0.3s;
  transform-origin: top;
  z-index: 2;
  border-top: 1px solid #eeeeee;
  overflow-y: auto;
  max-height: calc(100vh - 200px)
}

.y-header-fixed-uslugi-block {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-left: -5px;
  margin-right: -5px;
}

.y-header-fixed-uslugi-items {
  display: flex;
  flex-wrap: wrap;
}

.y-header-fixed-uslugi-items__item {
  width: 33.333%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.y-header-fixed-uslugi-items__item_inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #bfbfbf;
  text-decoration: none;
  transition: 0.3s;
}

.y-header-fixed-uslugi-items__item_inner:hover {
  background: #82ad29;
  border: 1px solid #82ad29;
}

.y-header-fixed-uslugi-items__item_icon {
  flex: none;
  width: 30px;
  margin-right: 15px;
  transition: 0.3s;
}

.y-header-fixed-uslugi-items__item_inner:hover .y-header-fixed-uslugi-items__item_icon {
  filter: invert(1);
}

.y-header-fixed-uslugi-items__item_inner:hover .y-header-fixed-uslugi-items__item_name {
  color: #fff;
  transition: 0.3s;
}

.y-header-fixed-uslugi-items__item_icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.y-header-fixed-uslugi-items__item_name {
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.1;
}

.y-header-uslugi-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: 1s; */
}

.y-header-fixed-uslugi-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* transition: 1s; */
}

body.uslugi-menu-open .y-header {
  z-index: 1000;
  min-height: auto;
  background: #fff;
  /* transition: 1s; */
}

body.uslugi-menu-open .y-header-uslugi {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.uslugi-menu-open .y-header-uslugi-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

body.uslugi-fixed-menu-open .y-header-fixed {
  z-index: 1000;
  min-height: auto;
  background: #fff;
  transition: 1s;
}

body.uslugi-fixed-menu-open .y-header-fixed-uslugi {
  display: block;
  opacity: 999;
  visibility: visible;
  opacity: 1;
}

body.uslugi-fixed-menu-open .y-header-fixed-uslugi-wrap {
  opacity: 1;
  visibility: visible;
}

body.disabled-scroll {
  position: relative;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}


.y-category {
  min-height: 940px;
  background: url("/themes/images/bg-new.jpg") no-repeat;
  /* background: url("/file/i_pic/yahina-bg.jpg") no-repeat; */
  /*background: url("/file/i_pic/ng2024-bg.jpg") no-repeat;*/
  /*background: url("/themes/images/category-bg.jpg") no-repeat;*/
  /*background: url("/file/i_pic/18-years-bg.jpg") no-repeat;*/
  background-position: 50% 0;
  /*background-size: cover;*/
}

.y-category-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 35px;
}

.y-category-block {
  display: flex;
  align-items: flex-start;
  padding-top: 205px;
  padding-bottom: 20px;
}

.y-category-left {
  display: flex;
  align-items: flex-start;
  /* max-width: 1040px; */
  width: 100%;
  /* padding-left: 25px; */
  /* margin-right: 50px; */
}

.y-category-left-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.y-category-left-items__item {
  display: flex;
  justify-content: center;
  width: calc(12.5% + 1px);
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #d3d2d1;
  text-decoration: none;
  background: #f4f1f0;
  transition: 0.2s;
}

.y-category-left-items__item:hover {
  background: #c4282a;
}

.y-category-left-items__item:hover .y-category-left-items__item_inner .y-category-left-items__item_title {
  color: #fff;
}

.y-category-left-items__item:hover .y-category-left-items__item_inner .y-category-left-items__item_icon {
  filter: invert(1);
}

.y-category-left-items__item_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 203px;
  padding-top: 55px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.y-category-left-items__item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.y-category-left-items__item_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-category-left-items__item_title {
  margin-top: 10px;
  font-size: 19px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.4;
  text-align: center;
}

.y-category-left-items__item-link {
  display: flex;
  justify-content: center;
  width: calc(12.5% + 1px);
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #d3d2d1;
  text-decoration: none;
  background: #f4f1f0;
  transition: 0.2s;
}

.y-category-left-items__item-link:hover {
  background: #c4282a;
}

.y-category-left-items__item-link:hover .y-category-left-items__item-link_inner .y-category-left-items__item-link_text {
  color: #fff;
}

.y-category-left-items__item-link_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 203px;
}

.y-category-left-items__item-link_text {
  font-size: 18px;
  font-family: "proximanovabold";
  color: #c4282a;
  text-decoration: none;
  line-height: 1.333;
  text-align: center;
}

.y-category-left-items__item-link_text span {
  background-image: linear-gradient(to bottom, rgba(196, 40, 42, 0.7), rgba(196, 40, 42, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.y-category-right {
  display: flex;
  flex-direction: column;
}

.y-category-right-title {
  padding-top: 40px;
  font-size: 42px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.037;
}

.y-category-right-form {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.y-category-right-form__label {
  position: relative;
  width: 345px;
  height: 60px;
  margin-bottom: 10px;
}

.y-category-right-form__label.err input {
  border: 1px solid red;
}

.y-category-right-form__label input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
  border: 0;
}

.y-category-right-form__label input::placeholder {
  font-size: 17px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-category-right-form__label select {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
}

.y-category-right-form__label.category-select::after {
  content: '';
  width: 16px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  background: url("/themes/images/category-select-icon.svg") 50% 0 no-repeat;
  pointer-events: none;
}

.y-category-right-form__button {
  margin-top: 15px;
}

.y-category-right-form__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  height: 50px;
  padding: 5px;
  text-align: center;
  font-size: 17px;
  font-family: "proximanovabold";
  color: #fff;
  background: #82ad29;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.2s;
  border: 0;
  cursor: pointer;
  letter-spacing: 1.7px;
}

.y-category-right-form__button button:hover {
  background: #62841b;
}

.y-category-right-form__button button:disabled:hover {
  background: #82ad29;
}

.y-category-right-form__personal {
  margin-top: 20px;
  font-size: 14px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.541);
  line-height: 1.071;
}

.y-category-right-form__personal a {
  color: rgba(0, 0, 0, 0.541);
  text-decoration: none;
}

.y-category-right-form__personal a span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.341), rgba(0, 0, 0, 0.341));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.y-category-right-form__personal a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.541);
}

.y-category-right-form__personal a:hover span {
  background-image: none;
}

.y-advantages {
  margin-top: 70px;
  background: #82ad29;
}

.y-advantages-block {
  position: relative;
  display: flex;
}

.y-advantages-block::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #66891e;
  top: 110px;
  left: 50px;
  right: 50px;
}

.y-advantages-left {
  display: flex;
  max-width: 474px;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 30px;
}

.y-advantages-left__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  z-index: 1;
}

.y-advantages-left__item:first-child {
  margin-right: 50px;
}

.y-advantages-left__item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: #66891e;
  border-radius: 50%;
}

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

.y-advantages-left__item_title {
  margin-top: 15px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.222;
  text-align: center;
}

.y-advantages-right {
  display: flex;
  justify-content: flex-end;
  max-width: 474px;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 30px;
}

.y-advantages-right__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  z-index: 1;
}

.y-advantages-right__item:first-child {
  margin-right: 50px;
}

.y-advantages-right__item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: #66891e;
  border-radius: 50%;
}

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

.y-advantages-right__item_title {
  margin-top: 15px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.222;
  text-align: center;
}

.y-advantages-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 332px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #66891e;
}

.y-advantages-center__year_year {
  font-size: 77px;
  font-family: "proximanovaextrabld";
  color: #fff;
  line-height: 0.927;
  text-align: center;
  letter-spacing: 5.7px;
}

.y-advantages-center__year_text {
  font-size: 38px;
  font-family: "proximanovaextrabld";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.06;
  text-align: center;
}

.y-advantages-center__text {
  margin-top: 20px;
  font-size: 20px;
  font-family: "proximanovaregular";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}

.y-speech-block {
  display: flex;
}

.y-speech-left {
  flex: none;
  max-width: 455px;
  margin-right: 15px;
}

.y-speech-left__photo {
  display: flex;
}

.y-speech-left__photo img {
  max-width: 100%;
  height: auto;
}

.y-speech-right {
  max-width: 805px;
  width: 100%;
  padding-top: 120px;
}

.y-speech-right-block {
  display: flex;
  flex-direction: column;
}

.y-speech-right-block__title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.2;
}

.y-speech-right-block__text {
  margin-top: 25px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.778;
}

.y-speech-right-block__quote {
  margin-top: 75px;
  font-size: 30px;
  font-family: "caveatregular";
  color: #000;
  line-height: 1.067;
}

.y-speech-right-block__descr {
  margin-top: 20px;
}

.y-speech-right-block__descr_name {
  font-size: 15px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.343;
  text-transform: uppercase;
}

.y-speech-right-block__descr_prof {
  font-size: 14px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.143;
}

.y-sections-items {
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.y-sections-items__item {
  width: 33.333333%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-sections-items__item_inner {
  display: flex;
  flex-direction: column;
  min-height: 515px;
  padding: 65px 35px 55px;
  background-size: cover;
}

.y-sections-items__item_inner_title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: #fff;
  line-height: 1.111;
}

.y-sections-items__item_inner_text {
  margin-top: auto;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.647;
}

.y-sections-items__item_inner_button {
  margin-top: 40px;
}

.y-sections-items__item_inner_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 45px;
  background: #3c4d12;
  border-radius: 30px;
  letter-spacing: 1.7px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.5;
  transition: 0.2s;
  text-decoration: none;
}

.y-sections-items__item_inner_button a:hover {
  background: #62841b;
  text-decoration: none;
  color: #fff;
}

.y-sections-items__item.block-2 .y-sections-items__item_inner_button a {
  background: #7f191b;
}

.y-sections-items__item.block-2 .y-sections-items__item_inner_button a:hover {
  background: #c4282a;
}

.y-sections-items__item.block-3 .y-sections-items__item_inner_title {
  color: #000;
}

.y-sections-items__item.block-3 .y-sections-items__item_inner_text {
  color: #000;
}

.y-sections-items__item.block-3 .y-sections-items__item_inner_button a {
  background: #82ad29;
}

.y-sections-items__item.block-3 .y-sections-items__item_inner_button a:hover {
  background: #62841b;
}

.y-specialist {
  display: flex;
  max-width: 1920px;
  margin-top: 105px;
  min-height: 615px;
  overflow: hidden;
}

.y-specialist-info {
  flex: none;
  display: flex;
  flex-direction: column;
  background: #e1dedc;
  max-width: 740px;
  width: 100%;
  padding-left: 160px;
  padding-right: 40px;
  padding-top: 130px;
  padding-bottom: 100px;
}

.y-specialist-info__title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.167;
}

.y-specialist-info__title a {
  text-decoration: none;
  color: #000;
}

.y-specialist-info__title a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.y-specialist-info__text {
  margin-top: 25px;
  font-size: 20px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.6;
}

.y-specialist-info__button {
  margin-top: 55px;
}

.y-specialist-info__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-height: 60px;
  background: #c4282a;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.7px;
  font-size: 17px;
  font-family: "proximanovabold";
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.2s;
  text-decoration: none;
}

.y-specialist-info__button a:hover {
  background: #a91c1d;
  text-decoration: none;
  color: #fff;
}

.y-specialist-slider {
  width: calc(100% - 515px);
  margin-top: 70px;
  margin-left: -225px;
}

.y-specialist-slider-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 365px !important;
  height: 435px !important;
  background-color: #fff;
  background-size: cover;
  border: 1px solid #edecec;
  text-decoration: none;
}

.y-specialist-slider-slide.no-photo {
  background-size: auto;
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.y-specialist-slider-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 297px;
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
}

.y-specialist-slider-slide__info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  min-height: 90px;
  z-index: 1;
  padding-left: 25px;
  padding-right: 35px;
  padding-bottom: 20px;
}

.y-specialist-slider-slide__info_name {
  font-size: 19px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.275;
}

.y-specialist-slider-slide__info_prof {
  margin-top: 5px;
  font-size: 15px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.2;
}

.y-specialist-slider-nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.y-specialist-slider-nav__nav {
  display: flex;
  align-items: center;
  width: 100px;
  height: 40px;
}

.y-specialist-slider-nav__nav_prev {
  display: flex;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.y-specialist-slider-nav__nav_next {
  display: flex;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.y-specialist-slider-nav__nav .swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}

.y-specialist-slider-nav__pag {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2px;
  padding-left: 170px;
  padding-right: 150px;
}

.y-specialist-slider-nav__pag .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  border-radius: 0;
  opacity: 1;
}

.y-specialist-slider-nav__pag .swiper-pagination-bullet-active {
  height: 4px;
  background: #739a22;
}

.y-feedback {
  margin-top: 60px;
}

.y-feedback-block {
  display: flex;
}

.y-feedback-left {
  width: 50%;
  padding-top: 60px;
  padding-right: 30px;
}

.y-feedback-left__title {
  font-size: 38px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.263;
}

.y-feedback-left__text {
  margin-top: 40px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.778;
}

.y-feedback-left__image {
  max-width: 670px;
  margin-top: 30px;
  margin-left: -50px;
}

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

.y-feedback-right {
  width: 50%;
}

.y-feedback-right-form {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
  padding-bottom: 35px;
  padding-left: 60px;
  padding-right: 60px;
  border: 1px solid #cccccc;
}

.y-feedback-right-form__label {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}

.y-feedback-right-form__label input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-feedback-right-form__label.err input {
  border: 1px solid red;
}

.y-feedback-right-form__label input::placeholder {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-feedback-right-form__label select {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
  -moz-appearance: none;
  -webkit-appearance: none;
}

.y-feedback-right-form__label select::placeholder {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-feedback-right-form__label textarea {
  width: 100%;
  height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-feedback-right-form__label.err textarea {
  border: 1px solid red;
}

.y-feedback-right-form__label textarea::placeholder {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
}

.y-feedback-right-form__label.feedback-select::after {
  content: '';
  width: 16px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  background: url("/themes/images/category-select-icon.svg") 50% 0 no-repeat;
  pointer-events: none;
}

.y-feedback-right-form__button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.y-feedback-right-form__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 55px;
  padding: 5px;
  text-align: center;
  background: #ba2628;
  border: none;
  font-size: 16px;
  font-family: "proximanovabold";
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1.7px;
  transition: 0.2s;
  cursor: pointer;
}

.y-feedback-right-form__button button:hover {
  background: #a91c1d;
}

.y-feedback-right-form__personal {
  margin-top: 25px;
  font-size: 14px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.289;
  text-align: center;
}

.y-feedback-right-form__personal a {
  color: rgba(0, 0, 0, 0.541);
  text-decoration: none;
}

.y-feedback-right-form__personal a span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.341), rgba(0, 0, 0, 0.341));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.y-feedback-right-form__personal a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.541);
}

.y-feedback-right-form__personal a:hover span {
  background-image: none;
}

.y-actions {
  margin-top: -225px;
}

.y-actions-slider {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.y-actions-slider-container.mobile {
  display: none;
}

.y-actions-slider-slide {
  position: relative;
  padding-top: 27.5%;
  background-size: cover;
  background-position: center;
}

.y-actions-slider-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.y-actions-slider-nav__prev {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  display: flex;
  align-items: center;
  width: 115px;
  height: 60px;
  padding-left: 15px;
  background: #82ad29;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.y-actions-slider-nav__prev:hover {
  background: #62841b;
}

.y-actions-slider-nav__prev img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-actions-slider-nav__next {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 115px;
  height: 60px;
  padding-right: 15px;
  background: #82ad29;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.y-actions-slider-nav__next:hover {
  background: #62841b;
}

.y-actions-slider-nav__next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-insurance {
  margin-top: 100px;
}

.y-insurance-info {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.y-insurance-info__title {
  font-size: 38px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.263;
}

.y-insurance-info__text {
  margin-top: 10px;
  font-size: 19px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.5;
}

.y-insurance-slider {
  margin-top: 50px;
  position: relative;
  padding-left: 115px;
  padding-right: 115px;
}

.y-insurance-slider__prev {
  display: flex;
  align-items: center;
  position: absolute;
  left: 60px;
  top: calc(50% - 11px);
  cursor: pointer;
}

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

.y-insurance-slider__next {
  display: flex;
  align-items: center;
  position: absolute;
  right: 60px;
  top: calc(50% - 11px);
  cursor: pointer;
}

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

.y-insurance-slider .swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.y-insurance-slider-slide {
  display: flex;
  justify-content: center;
  height: auto !important;
}

.y-insurance-slider-slide__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.y-insurance-slider-slide__inner img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer-space {
  height: 80px;
}

.footer {
  background: #6d6761;
}

.footer-block {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  flex: none;
  max-width: 310px;
  width: 100%;
  margin-right: 30px;
}

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

.footer-left__button {
  margin-top: 20px;
}

.footer-left__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  min-height: 60px;
  padding: 5px;
  background: #82ad29;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "proximanovasemibold";
  color: #fff;
  line-height: 1.529;
  transition: 0.2s;
  letter-spacing: 0.9px;
}

.footer-left__button a:hover {
  text-decoration: none;
  color: #fff;
  background: #62841b;
}

.footer-right {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.footer-right-top__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-right-top__menu ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-right-top__menu ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.54;
  text-decoration: none;
}

.footer-right-top__menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-right-bottom {
  display: flex;
  margin-top: 40px;
  padding-left: 10px;
}

.footer-right-bottom__phones {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.footer-right-bottom__phones_block {
  color: #fff;
}

.footer-right-bottom__phones_block a {
  font-size: 28px;
  font-family: "proximanovabold";
  color: #fff;
  line-height: 1.071;
  text-decoration: none;
}

.footer-right-bottom__phones_block a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.footer-right-bottom__phones_feedback a {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(255, 255, 255, 0.722);
  line-height: 1.2;
  text-decoration: none;
}

.footer-right-bottom__phones_feedback a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.341), rgba(255, 255, 255, 0.341));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-right-bottom__phones_feedback a:hover span {
  background-image: none;
}

.footer-right-bottom__adress {
  display: flex;
}

.footer-right-bottom__adress_icon {
  margin-right: 10px;
  margin-top: 3px;
}

.footer-right-bottom__adress_adress {
  font-size: 18px;
  font-family: "proximanovalight";
  color: #fff;
  line-height: 1.333;
}

.footer-right-bottom__instagram {
  margin-left: auto;
  margin-right: 10px;
}

.footer-right-bottom__instagram a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: white;
  line-height: 1.54;
  text-decoration: none;
}

.footer-right-bottom__instagram a .footer-inst-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #a49c93;
  border-radius: 50%;
  transition: 0.2s;
}

.footer-right-bottom__instagram a:hover .footer-inst-icon {
  background: #8e8780;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #837e79;
  background: #6d6761;
}

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

.footer-bottom__copy {
  margin-right: 30px;
  font-size: 15px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.2;
  max-width: 1080px;
}

.footer-bottom__personal {
  margin-right: 30px;
  font-size: 15px;
  font-family: "proximanovaregular";
  color: #fff;
  line-height: 1.2;
}

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

.footer-bottom__personal a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.741), rgba(255, 255, 255, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-bottom__personal a:hover span {
  background-image: none;
}

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

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


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

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

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

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

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

table.table_effect5 {
  border: 0;
}

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

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

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

table.table_collapse {
  border-collapse: collapse;
}

table.table_collapse td {
  padding: 7px;
}


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

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

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

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

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

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

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

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

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

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

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

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

  .catalog_text4 {
    font-size: 15px;
  }

  .catalog_text5 {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .catalog_text4 {
    font-size: 14px;
  }

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

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

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

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

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

  .catalog_text4 {
    font-size: 13px;
  }

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

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

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

@media (max-width: 1365px) {

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {

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

  .cmsl_wrapper1 {
    max-width: 992px;
  }

  .cmsl_wrapper2 {
    max-width: 992px;
  }

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

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

  .zag1 {
    font-size: 1.7rem;
  }

  .cmsl_wrapper1 {
    max-width: 100%;
  }

  .cmsl_wrapper2 {
    max-width: 100%;
  }

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

  .bread_crumb {
    font-size: 12px;
  }

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

  .cmsl_theme_away_razdsite {
    margin-top: 10px;
  }

  .cmsl_theme2_cont1 {
    flex-direction: column;
  }

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

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

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

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

  .cmsl_theme3_cont1 {
    flex-direction: column;
  }

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

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

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

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

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

  .cmsl_pagenav_move {
    display: none;
  }

  .cmsl_pagenav_title {
    font-size: 13px;
  }

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

  .cmsl_pagenav_list_item {
    font-size: 14px;
  }

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

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

  .site_dialog_theme_title {
    font-size: 23px;
  }

  .site_dialog_theme_content {
    margin-top: 20px;
  }

  .zag1 {
    font-size: 1.5rem;
  }

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

@media (max-width: 479px) {

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

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

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb {
    line-height: 1.5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 359px) {

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

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

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



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

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

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

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

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

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

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

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

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

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

.dialogred_close_img:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes dialogred_sk-stretchdelay {

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

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

@keyframes dialogred_sk-stretchdelay {

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

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

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

.body_dialogred_open {
  overflow-y: scroll;
}

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

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

.body_dialogred_inner_show .dialogred_close {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

.dialogred2_close_img:hover {
  opacity: 0.8;
}

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

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

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

.dialogred2_modal .dialogred2_close_img:hover {
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

@-webkit-keyframes dialogred2_sk-stretchdelay {

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

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

@keyframes dialogred2_sk-stretchdelay {

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

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

.dialogred2_modal.loading .dialogred2_loader {
  display: block;
}

.body_dialogred2_open {
  overflow-y: scroll;
}

.body_dialogred2_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_dialogred2_open .dialogred2_modal {
  overflow: visible;
  display: block;
}

.body_dialogred2_inner_show .dialogred2_close {
  display: block;
}

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

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

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

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

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

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

  .dialogred2_close_img {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }

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

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

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

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

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

  .dialogred2_modal[data-close_template="2"] .dialogred2_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 {
  /* background: #fff; */
  padding: 15px;
  display: none;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  /*color:green;*/
  color: #c4282a;
}

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

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

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

.upononline2_result {
  height: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  /*color:green;*/
  color: #82ad29;
}

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

.upononline2_result_tx1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* .upononline2.error .upononline2_error{
  display:block;
} */

.upononline2_form_wrap {
  position: relative;
}

.upononline2,
.upononline2_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.upononline2.result .upononline2_form_wrap_inner,
.upononline2.result .upononline2_form_wrap_inner * {
  visibility: hidden !important;
}

.upononline2.result .upononline2_result {
  display: block;
}

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

/* upononline_spcard */

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

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

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

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

/* .upononline_spcard.error .upononline_spcard_error{
  display:block;
} */

.upononline_spcard_form_wrap {
  position: relative;
}

.upononline_spcard,
.upononline_spcard_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.upononline_spcard.result .upononline_spcard_form_wrap_inner,
.upononline_spcard.result .upononline_spcard_form_wrap_inner * {
  visibility: hidden !important;
}

.upononline_spcard.result .upononline_spcard_result {
  display: block;
}

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

/* obsuditpage */

.obsuditpage__button1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #015385;
  padding: 14px 40px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.obsuditpage__button1:hover {
  color: #fff;
  text-decoration: none;
  background: #146ba0;
}

.obsuditpage__button1:disabled:hover {
  background: #015385;
}

.obsuditpage__button1:active {
  top: 1px;
}

.obsuditpage__lister_review_title {
  font-size: 27px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.obsuditpage__lister_review_list {
  margin-top: 25px;
}

.obsuditpage__list1_name {
  font-size: 16px;
  line-height: 1.2;
  color: #616161;
}

.obsuditpage__list1_direct {
  color: #616161;
}

.obsuditpage__list1_primech {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.obsuditpage__list1_answer {
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  padding: 5px 5px 7px 7px;
  margin-top: 10px;
  margin-left: 40px;
}

.obsuditpage__list1_answer span {
  color: #c60000;
}

.obsuditpage__list1_hr {
  line-height: 1px;
  height: 1px;
  background: #ccc;
  margin: 20px 0 25px 0;
}

.obsuditpage__list1_item:last-child .hr {
  display: none;
}

.obsuditpage__selmy1 {
  background: #fff url(../img/selmy1_pip.png) no-repeat 100% 15px;
}

.obsuditpage__selmy1 select {
  width: 100%;
  height: 37px;
  background: rgba(0, 0, 0, 0);
  background: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding: 5px 5px 5px 5px;
  border: 1px #d3d3d3 solid;
  text-overflow: '';
  /* this is important! */
  /*for Iphone*/
  box-shadow: none;
  -webkit-box-shadow: none;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px #d3d3d3 solid;
  outline: 0;
  margin: 0;
}

/* .obsuditpage__selmy1 select option:first-child { */
/*color:#646464;*/
/* } */

.obsuditpage__selmy1 select option {
  color: #000;
  padding-left: 15px;
  /*FF*/
}

/* .obsuditpage__selmy1:hover { */
/*opacity:0.8;*/
/* } */

.obsuditpage {
  max-width: 890px;
  margin: 0 auto;
}

.obsuditpage__error {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  color: red;
}

.obsuditpage__rules {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.obsuditpage__rules a {
  color: #000;
}

.obsuditpage_addform {
  border: 4px #dcdcdc solid;
  background-image: url(/file/i_pic/obsuditpage_form_bg1.jpg);
  background-repeat: repeat;
  background-position: center top;
}

.obsuditpage_addform_inner {
  border: 0px #000 solid;
  padding: 30px 10px 30px 10px;
}

.obsuditpage_addform_title {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.obsuditpage_addform_line {
  display: none;
  line-height: 1px;
  height: 1px;
  background: #C1C1C1;
  margin: 30px 0 30px 0;
}

.obsuditpage_addform_content {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px;
}

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

.obsuditpage .inp1 {
  width: 100%;
  height: 35px;
  font-size: 17px;
  line-height: 1;
  color: #000;
  padding: 0px 5px 0px 5px;
  background: #fff;
  border: 1px #d3d3d3 solid;
}

.obsuditpage .tarea1 {
  width: 100%;
  height: 140px;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  font-family: proximanovaregular;
  padding: 8px 5px 5px 5px;
  background: #fff;
  border: 1px #d3d3d3 solid;
  vertical-align: top;
}

.obsuditpage .but1 {
  display: inline-block;
  position: relative;
  background-color: #cac347;
  cursor: pointer;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  padding: 10px 60px;
  text-decoration: none;
  border: 0px;
}

.obsuditpage .but1:hover {
  background-color: #b7b037;
}

.obsuditpage .but1:active {
  top: 1px;
}

.obsuditpage table {
  width: 100%;
  margin: 0 auto;
}

.obsuditpage table td {
  padding: 7px;
}

.obsuditpage table .td1 {
  width: 130px;
  text-align: right;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.2;
}

.obsuditpage table .td2 {
  padding-left: 13px;
}

.obsuditpage table .td_col .hrdiv {
  float: right;
  width: 540px;
  height: 1px;
  line-height: 1px;
  background: #c1c1c1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.obsuditpage table tr.err input,
.obsuditpage table tr.err select,
.obsuditpage table tr.err textarea {
  border: 1px #b82e2e solid;
}

.obsuditpage .zv {
  display: inline-block;
  font-size: 15px;
  color: #ff0000;
}

.obsuditpage_nav {
  margin-bottom: 30px;
}

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

  .obsuditpage_addform_content {
    margin-top: 20px;
  }

  .obsuditpage table td {
    padding: 5px;
  }

  .obsuditpage table .td1 {
    width: 100px;
    font-size: 15px;
  }

  .obsuditpage table .td2 {
    padding-left: 7px
  }

  .obsuditpage .inp1 {
    font-size: 15px;
  }

  .obsuditpage .tarea1 {
    font-size: 15px;
  }

  .obsuditpage__rules {
    font-size: 14px;
  }

  .obsuditpage__button1 {
    width: auto;
  }

  .obsuditpage__list1_name {
    font-size: 15px;
  }

  .obsuditpage__list1_primech {
    font-size: 13px;
  }

  .obsuditpage__list1_answer {
    font-size: 13px;
    line-height: 1.4;
    margin-left: 25px;
  }

  .obsuditpage__list1_hr {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.hochu {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hochu .zag {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.hochu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.hochu ul li:first-child {
  margin-left: 0px;
}

.button4 {
  font-size: 16px;
}

.obsuditpage__nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  padding: 20px;
  background: #ececec;
}

.obsuditpage__nav strong {
  font-size: 15px;
  margin-left: 8px;
  margin-right: 7px;
}

.obsuditpage__nav a {
  margin-left: 7px;
  margin-right: 7px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.obsuditpage__nav a:hover {
  text-decoration: underline;
}

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

.obsuditpage__pag_top_prev {
  margin-right: 15px;
}

.obsuditpage__pag_top_prev a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.obsuditpage__pag_top_prev span {
  color: #c7c7c7;
  font-size: 15px;
}

.obsuditpage__pag_top_total {
  font-size: 15px;
}

.obsuditpage__pag_top_next {
  margin-left: 15px;
}

.obsuditpage__pag_top_next a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.obsuditpage__pag_top_next span {
  color: #c7c7c7;
  font-size: 15px;
}

.obsuditpage__pag_bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.obsuditpage__pag_bot a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.obsuditpage__pag_bot a:hover {
  background: #eee;
}

.obsuditpage__pag_bot span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background: #82ad29;
  width: 30px;
  height: 30px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

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

.offers_form_captcha .error {
  margin-top: 5px;
  color: red;
  font-size: 14px;
}

.y-uslugi-direct-info-left-write .offers_form_captcha .error {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
}

.y-category-right-form .offers_form_captcha .error {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
}

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

.fixright {
  position: fixed;
  z-index: 200;
  top: 483px;
  right: 0;
}

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



/* spravka */
.questonlinespravka_custom_input1 {
  width: 100%;
  height: 47px;
  background: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #000;
  line-height: 1;
  padding: 0 5px 0 15px;
  border: 2px #fff solid;
  background: #fff;
}

.questonlinespravka_custom_textarea1 {
  width: 100%;
  height: 107px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #000;
  line-height: 1.2;
  padding: 10px 5px 0 15px;
  border: 2px #fff solid;
  vertical-align: top;
}

.questonlinespravka {}

.questonlinespravka_inner {}

.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_result_tx2 {
  font-weight: bold;
  margin-top: 5px;
}

.questonlinespravka_form_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

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

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

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

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

.questonlinespravka_label.err input[type="text"],
.questonlinespravka_label.err textarea {
  border-color: #ff0000;
}

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

/*
.questonlinespravka input[type="text"]::-webkit-input-placeholder,
.questonlinespravka textarea::-webkit-input-placeholder{
color:#797979;
}
.questonlinespravka input[type="text"]:-moz-placeholder,
.questonlinespravka textarea:-moz-placeholder{
  color:#797979;
}
.questonlinespravka input[type="text"]:-ms-input-placeholder,
.questonlinespravka textarea:-ms-input-placeholder{
  color:#797979;
}
*/

.questonlinespravka_button {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 0;
  background: #e3182c;
  line-height: 1;
  text-decoration: none !important;
  border: none;
  outline: none !important;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  transition: all 0.15s 0s ease-out;
  border-radius: 30px;
}

.questonlinespravka_button_tx {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

/*
.questonlinespravka_button_tx span{
  background-image:linear-gradient(to bottom,#dd787b,#dd787b);
  background-position:0 1.13em;
  background-repeat:repeat-x;
  background-size:100% 1px;
  transition:background-size 0.07s ease 0s;
}
*/
.questonlinespravka_button:hover {
  background: #a91c1d;
  color: #fff;
  text-decoration: none;
}

.questonlinespravka_button:active {
  top: 1px;
}

.questonlinespravka_button:disabled {
  background: #a91c1d;
  top: 0 !important;
  opacity: 0.5;
  cursor: auto;
}

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

.questonlinespravka.loading .questonlinespravka_button_tx {
  visibility: hidden;
}

.questonlinespravka.loading .questonlinespravka_button_loader {
  display: block;
}

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

.questonlinespravka.error .questonlinespravka_error {
  /*display:block;*/
}

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

.questonlinespravka_zagol1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.questonlinespravka_zagol2 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.98;
}

.questonlinespravka_rules {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  opacity: 0.6;
}

.questonlinespravka_rules a {
  text-decoration: underline;
  color: #fff;
}

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

.questonlinespravka_formblock1 {
  margin-top: 20px;
}

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

.questonlinespravka_custom_header {
  text-align: center;
}

.questonlinespravka_custom_footer {
  position: relative;
  z-index: 20;
  margin-top: 40px;
  text-align: center;
}

.questonlinespravka_custom_content {
  margin-top: 48px;
}

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

.questonlinespravka_custom_cont1_box1 {
  width: 50%;
  padding-right: 6px;
}

.questonlinespravka_custom_cont1_box2 {
  flex: 1;
  padding-left: 6px;
}


/**************/

.main-signup-block__write_block_feedback_input {
  height: 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 18px;
  line-height: 1.98;
  width: 100%;
  outline: 0;
}

.main-signup-block__write_block_feedback_input::-webkit-input-placeholder {
  color: #000;
}

.main-signup-block__write_block_feedback_input:-ms-input-placeholder {
  color: #000;
}

.main-signup-block__write_block_feedback_input::-ms-input-placeholder {
  color: #000;
}

.main-signup-block__write_block_feedback_input::placeholder {
  color: #000;
}

.main-signup-block__write_block_feedback_way {
  position: relative;
  z-index: 10;
}

.main-signup-block__write_block_feedback_way_btn {
  display: flex;
  align-items: center;
  position: relative;
  height: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.main-signup-block__write_block_feedback_way_btn_tx {
  white-space: nowrap;
}

.main-signup-block__write_block_feedback_way_btn:hover {
  text-decoration: none;
  color: #000;
}

.main-signup-block__write_block_feedback_way_btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 100%;
  background: transparent url(/images/main-signup-block__write_block_feedback_icon.svg) no-repeat 50%;
}

.main-signup-block__write_block_feedback_way_block {
  position: absolute;
  top: 35px;
  width: 100%;
  max-height: 350px;
  padding: 20px 20px 35px 20px;
  border: 1px solid #b2b2b2;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow-x: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: opacity, visibility;
}

.main-signup-block__write_block_feedback_way_block_item {
  margin-top: 7px;
  display: block;
  color: #000;
  font-family: proximanovareg2;
  font-size: 15px;
  line-height: 1.07;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.main-signup-block__write_block_feedback_way_block_item:nth-child(1) {
  margin: 0;
}

.main-signup-block__write_block_feedback_way_block_item:hover {
  color: #1fa18d;
  text-decoration: none;
}

.main-signup-block__write_block_feedback_way_block_item.active {
  color: #1fa18d;
}

.main-signup-block__write_block_feedback_way.active .main-signup-block__write_block_feedback_way_block {
  opacity: 1;
  visibility: visible;
}

.main-signup-block__write_block_feedback_btn {
  margin-top: 10px;
}

.questonlinespravka_captcha {
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

@media (max-width: 1365px) {
  .questonlinespravka_custom_input1 {
    font-size: 17px;
  }

  .questonlinespravka_zagol1 {
    font-size: 40px;
  }

  .questonlinespravka_zagol2 {
    font-size: 19px;
    margin-top: 9px;
  }

  .questonlinespravka_custom_content {
    margin-top: 40px;
  }

  .questonlinespravka_custom_footer {
    margin-top: 30px;
  }

  .questonlinespravka_rules {
    font-size: 12px;
  }

  .questonlinespravka_button {
    height: 50px;
  }

  .questonlinespravka_button_tx {
    font-size: 17px;
  }
}

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

  .questonlinespravka_zagol1 {
    font-size: 35px;
  }

  .questonlinespravka_zagol2 {
    font-size: 17px;
    margin-top: 7px;
  }

  .questonlinespravka_custom_content {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .questonlinespravka_custom_cont1 {
    flex-direction: column;
  }

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

  .questonlinespravka_custom_cont1_box2 {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 12px;
  }

  .questonlinespravka_custom_textarea1 {
    height: 120px;
  }

  .questonlinespravka_result {
    font-size: 23px;
  }
}

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

  .questonlinespravka_zagol1 {
    font-size: 29px;
  }

  .questonlinespravka_zagol2 {
    font-size: 14px;
    margin-top: 5px;
  }

  .questonlinespravka_custom_content {
    padding: 0 20px;
  }

  .questonlinespravka_result {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .questonlinespravka_zagol1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .questonlinespravka_custom_content {
    padding: 0 10px;
    max-width: 330px;
  }

  .questonlinespravka_custom_footer {
    margin-top: 20px;
  }

  .questonlinespravka_custom_input1 {
    font-size: 16px;
    padding-left: 10px;
  }

  .questonlinespravka_custom_textarea1 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 7px;
  }
}

@media screen and (max-width: 1365px) {
  .main-signup-block__write_block_feedback_input {
    font-size: 17px;
  }

  .main-signup-block__write_block_feedback_way_btn {
    font-size: 17px;
  }

  .main-signup-block__write_block_feedback_btn {
    margin-top: 35px
  }

  .main-signup-block__write_block_feedback_way_btn::after {
    width: 27px;
  }
}

@media screen and (max-width: 1023px) {
  .main-signup-block__write_block_feedback {
    max-width: 400px;
    margin: 0 auto;
  }

  .main-signup-block__write_block_feedback_btn {
    text-align: center;
    margin-top: 35px;
  }

  .main-signup-block__write_block_feedback_way_block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-signup-block__write_block_feedback_input {
    width: 100%;
    font-size: 16px;
  }

  .main-signup-block__write_block_feedback_way_btn {
    width: 100%;
    font-size: 16px;
  }

  .main-signup-block__write_block_feedback_input {
    height: 32px;
  }

  .main-signup-block__write_block_feedback_btn {
    margin-top: 30px;
  }

  .questonlinespravka_formblock1 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .main-signup-block__write_block_feedback_input {
    font-size: 15px;
  }

  .main-signup-block__write_block_feedback_way_btn {
    padding-left: 3px;
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .questonlinespravka[data-theme="2"] .questonlinespravka_formblock1 {
    padding-top: 16px;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback>div {
    margin: 0;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_input {
    width: 250px;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_btn {
    width: 250px;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_way {
    width: 270px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_input {
    width: 200px;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_btn {
    width: 200px;
  }

  .questonlinespravka[data-theme="2"] .main-signup-block__write_block_feedback_way {
    width: 200px;
  }
}

.ui-widget-content {
  z-index: 99999 !important;
}

.ui-datepicker-div {
  z-index: 999999 !important;
}

.questonlinespravka_form_wrap {
  padding: 50px 150px;
  border: 1px solid #eee;
}

.questonlinespravka_formblock1 select {
  height: 36px;
  width: 200px;
  margin-left: 30px;
  padding: 0 20px;
}

.questonlinespravka_label.err .main-signup-block__write_block_feedback_input {
  border-bottom: 1px solid red;
}

@media(max-width: 767px) {
  .questonlinespravka_form_wrap {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .questonlinespravka_formblock1 select {
    height: 36px;
    width: 150px;
    margin-left: 10px;
    padding: 0 20px;
  }
}

.main-signup-block__write_text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "proximanovaregular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  text-align: center;
}

.main-signup-block__write_text a {
  color: rgba(0, 0, 0, 0.5);
}

/* spravka */