

/* Start:/local/templates/ykm/css/styles.css?175316470431664*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input:not([type='checkbox']):not([type='radio']), textarea, button {
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

* {
  outline: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

html, body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  overflow: initial;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
}

em {
  font-weight: 300;
  font-style: italic;
}

strong {
  font-weight: 500;
}

h1 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 900;
  padding: 0;
}

h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
}

h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}

a {
  border: none;
}

p {
  padding: 0 0 25px;
}

.mb10 {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.mt30 {
  margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.center {
  text-align: center;
  margin: auto;
}

@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.metro-icon {
  width: 20px;
  height: 15px;
  background: url("/local/templates/ykm/css/../images/icons/metro_sprite.png");
  background-repeat: no-repeat;
  background-position: 1px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.metro-icon.dark-blue {
  background-position: 1px 0;
}
.metro-icon.light-blue {
  background-position: -18px 0;
}
.metro-icon.yellow {
  background-position: -37px 0;
}
.metro-icon.light-pink {
  background-position: -56px 0;
}
.metro-icon.dark-pink {
  background-position: -75px 0;
}
.metro-icon.brown {
  background-position: -94px 0;
}
.metro-icon.red {
  background-position: -113px 0;
}
.metro-icon.grey {
  background-position: -132px 0;
}
.metro-icon.light-green {
  background-position: -151px 0;
}
.metro-icon.orange {
  background-position: -170px 0;
}
.metro-icon.dark-green {
  background-position: -189px 0;
}

.metro-image {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.metro-image.dark-blue * {
  fill: #0253a1;
}
.metro-image.light-blue * {
  fill: #029ddf;
}
.metro-image.yellow * {
  fill: #fed604;
}
.metro-image.light-pink * {
  fill: #f7bccf;
}
.metro-image.dark-pink * {
  fill: #b71f8c;
}
.metro-image.brown * {
  fill: #755c2f;
}
.metro-image.red * {
  fill: #ef2025;
}
.metro-image.grey * {
  fill: #adadad;
}
.metro-image.light-green * {
  fill: #b3d232;
}
.metro-image.orange * {
  fill: #fbaa33;
}
.metro-image.dark-green * {
  fill: #069a53;
}

.notifyjs-gp-base {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #6c6c6c;
  padding: 10px 10px 10px 70px;
  border: 1px solid #eaeaea;
  background: #FFFFFF;
  max-width: 315px;
  width: 100%;
}
.notifyjs-gp-base.notifyjs-gp-success {
  border-color: #d3dbab;
  background: #eef1df;
}
.notifyjs-gp-base.notifyjs-gp-success:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("/local/templates/ykm/css/../images/icons/notify_success.png") 100%;
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.notifyjs-gp-base.notifyjs-gp-success.minus5 {
  position: relative;
  top: 156px;
}
.notifyjs-gp-base.notifyjs-gp-success.minus5:before {
  width: 53px;
  height: 24px;
  left: 9px;
  background: url("/local/templates/ykm/css/../images/icons/minus5.png") 100%;
}
.notifyjs-gp-base .title {
  font-weight: 700;
}

.overflow_normal, .page__content.overflow_normal {
  overflow: inherit;
}

.nowrap {
  white-space: nowrap;
}

.zu-pl__hint {
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 5px 0;
}
.zu-pl__hint img, .zu-pl__hint div {
  display: inline-block;
  vertical-align: middle;
}
.zu-pl__hint div {
  margin: 0 0 0 10px;
}
.zu-pl__hint div {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #F35821;
}
.zu-pl__hint div:before {
  content: "Можно оплатить ЗУ-рублями";
}

@media screen and (max-width: 767px) {
  .zu-pl__hint:before {
    content: "";
    display: block;
    background: url("/local/templates/ykm/css/../images/icons/svg/zu_gray.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .zu-pl__hint img {
    opacity: 0;
  }
  .zu-pl__hint div {
    color: #b4b4b4;
    text-decoration: underline;
  }
  .zu-pl__hint div:before {
    content: "Оплата ЗУ-рублями";
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.link.link_styled {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #F35821;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link.link_styled:hover {
  color: #F35821;
}

.btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  background-color: #F35821;
  border: 2px solid #F35821;
  color: #FFFFFF;
  padding: 18px 27px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.btn + .btn {
  margin-left: 30px;
}

.btn_light {
  background-color: #FEEAE3;
  color: #F35821;
}

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

.btn_gray {
  background: #D5D6DA;
  border-color: #D5D6DA;
  color: #787878;
}
.btn_gray:hover {
  background: #D5D6DA;
  border-color: #D5D6DA;
  color: #000;
}

.btn_sm {
  font-size: 18px;
  text-transform: none;
}

.btn_transparent {
  color: #F35821;
  background: none;
  border-color: transparent;
}

@media screen and (max-width: 1023px) {
  .btn {
    font-size: 18px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin: auto;
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn + .btn {
    margin: 15px auto 0;
  }
  .btn.btn_sm_mobile {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.form-control, input, textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000;
  background: #fff;
  vertical-align: top;
  border: none;
  padding: 10px 0;
}

textarea {
  width: 100%;
  resize: none;
}

.form-element {
  position: relative;
  padding: 0 16px;
  border-bottom: 1px solid #C6C6C8;
  text-align: left;
}
.form-element label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #666;
}
.form-element.error {
  border-color: #dc3333;
}
.form-element.error .form-control {
  color: #dc3333;
}
.form-element.error label {
  color: #dc3333;
}

.checkbox {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
}
.checkbox label {
  color: #535353;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.checkbox label:after {
  content: "";
  display: none;
  position: absolute;
  background: url("/local/templates/ykm/css/../images/icons/svg/ok_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 8px;
  margin: auto;
  left: 1px;
  top: 4px;
}
.checkbox label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 1px;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
}
.checkbox.error label {
  color: #dc3333;
}
.checkbox.error label a {
  color: #dc3333;
}
.checkbox.error label:before {
  border-color: #dc3333;
}

@media screen and (max-width: 1023px) {
  .form-element {
    padding: 0;
  }
}
.container {
  width: 100%;
  max-width: 1216px;
  margin: auto;
  padding: 0 10px;
}
.container .col1 {
  width: calc(100% / 10 * 1);
  text-align: left;
}
.container .col2 {
  width: calc(100% / 10 * 2);
  text-align: left;
}
.container .col3 {
  width: calc(100% / 10 * 3);
  text-align: left;
}
.container .col4 {
  width: calc(100% / 10 * 4);
  text-align: left;
}
.container .col5 {
  width: calc(100% / 10 * 5);
  text-align: left;
}
.container .col6 {
  width: calc(100% / 10 * 6);
  text-align: left;
}
.container .col7 {
  width: calc(100% / 10 * 7);
  text-align: left;
}
.container .col8 {
  width: calc(100% / 10 * 8);
  text-align: left;
}
.container .col9 {
  width: calc(100% / 10 * 9);
  text-align: left;
}
.container .col10 {
  width: calc(100% / 10 * 10);
  text-align: left;
}

.to-left {
  float: left;
}

.to-right {
  float: right;
}

.row {
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.container .col1, .container .col2, .container .col3, .container .col4, .container .col5, .container .col6, .container .col7, .container .col8, .container .col9, .container .col10 {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.container .tmp.col1, .container .tmp.col2, .container .tmp.col3, .container .tmp.col4, .container .tmp.col5, .container .tmp.col6, .container .tmp.col7, .container .tmp.col8, .container .tmp.col9, .container .tmp.col10 {
  min-height: 1px;
}

.wrapper {
  min-height: 100%;
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.clearfix {
  clear: both;
  display: block;
}

.h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 1px;
  margin: 0 0 26px;
}

.h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1px;
  margin: 0 0 28px;
}

.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  margin: 0 0 30px;
}

.title-content {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333;
}
.title-content.regular {
  font-weight: 400;
}
.title-content.medium {
  font-weight: 500;
}

.pretitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #F35821;
  margin: 0 0 18px;
}

.p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333;
}

section {
  padding: 60px 0;
}
section:first-child {
  padding-top: 30px;
}
section.top {
  padding-bottom: 0 !important;
}
section.top + section {
  padding-top: 0 !important;
}
section.gray {
  background: #FAFAFA;
}

.page.with-bg {
  background: url("/local/templates/ykm/css/../images/bg.svg");
  background-repeat: no-repeat;
  background-position: top 85px center;
}

.hide-on-desktop {
  display: none;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }
  .container .row {
    margin: 0;
  }
  .container .col1 {
    padding: 0;
    width: 100%;
  }
  .container .col2 {
    padding: 0;
    width: 100%;
  }
  .container .col3 {
    padding: 0;
    width: 100%;
  }
  .container .col4 {
    padding: 0;
    width: 100%;
  }
  .container .col5 {
    padding: 0;
    width: 100%;
  }
  .container .col6 {
    padding: 0;
    width: 100%;
  }
  .container .col7 {
    padding: 0;
    width: 100%;
  }
  .container .col8 {
    padding: 0;
    width: 100%;
  }
  .container .col9 {
    padding: 0;
    width: 100%;
  }
  .container .col10 {
    padding: 0;
    width: 100%;
  }

  .to-left, .to-right {
    float: none;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt100 {
    margin-top: 30px;
  }

  section {
    padding: 35px 0 0;
  }

  .h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 18px;
  }

  .pretitle {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }

  .h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px;
  }
  .h2.mt100 {
    margin-top: 35px;
  }

  .title-content {
    font-size: 16px;
    line-height: 22px;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
  }

  .p {
    font-size: 16px;
    line-height: 20px;
  }

  .page.with-bg {
    background-image: url("/local/templates/ykm/css/../images/bg_sm.svg");
    background-position: top right;
  }
}
.breadcrumbs {
  margin-bottom: 60px;
}
.breadcrumbs li {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888888;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumbs li a {
  color: #888888;
  text-decoration: underline;
  display: inline-block;
}
.breadcrumbs li > span:after {
  content: "/";
  display: inline-block;
}
.breadcrumbs li:last-child > span:after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}
body {
  padding-top: 105px;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid #F35821;
  text-transform: uppercase;
}
.header .on-mobile {
  display: none;
}
.header .container {
  padding-top: 38px;
  position: relative;
}
.header .header__logo {
  position: absolute;
  width: 102px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.header .header__logo img {
  width: 100%;
  display: block;
}
.header .header-nav {
  display: flex;
}
.header .header-nav .header-nav__half {
  width: 50%;
}
.header .header-nav .header-nav__half:first-child {
  padding-right: 115px;
}
.header .header-nav .header-nav__half:last-child {
  padding-left: 115px;
}
.header .header-nav .header-nav__half ul {
  display: flex;
  justify-content: space-between;
}
.header .header-nav .header-nav__half ul li .submenu {
  display: none;
}
.header .header-nav .header-nav__half ul li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  padding: 22px 0;
  text-decoration: none;
}
.header .header-nav .header-nav__half ul li a br {
  display: none;
}
.header .header-nav .header-nav__half ul li a:hover {
  color: #F35821;
}
.header .header-nav .header-nav__half ul li.active a {
  font-weight: 700;
  color: #F35821;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.header .header-contacts {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 10px 0;
}
.header .header-contacts a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 0;
}
.header .header-contacts a + a {
  margin-left: 24px;
}
.header .header-contacts a img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 20px;
}
.header .header-contacts a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333;
}

@media screen and (max-width: 1279px) {
  .header .header-contacts {
    padding: 15px 20px 0;
  }
  .header .header-nav .header-nav__half:first-child {
    padding-right: 75px;
  }
  .header .header-nav .header-nav__half:last-child {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1150px) {
  .header .header-nav .header-nav__half ul li a {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 81px;
  }

  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  .header .on-mobile {
    display: initial;
  }
  .header .header-nav, .header .header-contacts {
    display: none;
  }
  .header .header__logo {
    position: static;
    width: 81px;
    margin: -3px 0 0;
  }
  .header .header-text {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #333;
  }
  .header .menu__trigger {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 24px;
    background: url("/local/templates/ykm/css/../images/icons/menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .header.opened {
    height: 100%;
  }
  .header.opened .container {
    padding: 51px 0 0;
    display: block;
  }
  .header.opened .header__logo, .header.opened .header-text {
    display: none;
  }
  .header.opened .menu__trigger {
    position: absolute;
    top: 27px;
    right: 15px;
    background-image: url("/local/templates/ykm/css/../images/icons/close.svg");
  }
  .header.opened .header-nav, .header.opened .header-contacts {
    display: block;
    position: static;
  }
  .header.opened .header-nav .header-nav__half {
    width: 100%;
    padding: 0;
  }
  .header.opened .header-nav .header-nav__half ul {
    display: block;
  }
  .header.opened .header-nav .header-nav__half ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  }
  .header.opened .header-nav .header-nav__half ul li a {
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333;
    padding-right: 39px;
    position: relative;
  }
  .header.opened .header-nav .header-nav__half ul li a br {
    display: initial;
  }
  .header.opened .header-nav .header-nav__half ul li.with-submenu > a:before {
    content: "";
    display: block;
    width: 23px;
    height: 8px;
    background: url("/local/templates/ykm/css/../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header.opened .header-nav .header-nav__half ul li.with-submenu > a.opened:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header.opened .header-nav .header-nav__half ul li.with-submenu .submenu {
    background: rgba(196, 196, 196, 0.1);
  }
  .header.opened .header-nav .header-nav__half ul li.with-submenu .submenu li {
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.33);
  }
  .header.opened .header-nav .header-nav__half ul li.with-submenu .submenu li a {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-transform: none;
  }
  .header.opened .header-nav .header-nav__half ul li.active a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
  }
  .header.opened .header-contacts {
    text-align: right;
    padding: 15px;
  }
  .header.opened .header-contacts a:first-child {
    float: left;
  }
  .header.opened .header-contacts a + a {
    margin-left: 15px;
  }
  .header.opened .header-contacts a img {
    height: 34px;
  }
  .header.opened .header-contacts a span {
    color: #F35821;
  }
}
@media screen and (max-width: 359px) {
  .header .header-text {
    font-size: 9px;
  }
}
.footer {
  padding: 60px 0 40px;
  border-top: 1px solid #D0D0D0;
  margin-top: 60px;
}
.footer a {
  color: #333;
}
.footer .footer__blocks {
  display: flex;
  justify-content: space-between;
}
.footer .contact__wrapper {
  text-align: right;
}
.footer .contact__wrapper .sn__wrapper {
  margin-top: 15px;
}
.footer .contact__wrapper a {
  text-decoration: none;
}
.footer .contact__wrapper a + a {
  margin-left: 24px;
}
.footer .contact__wrapper a span {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.01em;
}
.footer .footer__block .footer__block-trigger {
  display: none;
}
.footer .footer__block .footer__block-title {
  display: block;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}
.footer .footer__block .footer__block-content .footer__links-item {
  display: block;
}
.footer .footer__block .footer__block-content .footer__links-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.footer .footer__block .footer__block-content .footer__links-item + .footer__links-item {
  margin-top: 14px;
}

@media screen and (max-width: 1279px) {
  .footer .logo__wrapper {
    width: calc(100% / 10);
  }
  .footer .nav__wrapper {
    width: calc(100% / 10 * 7);
  }
  .footer .contact__wrapper a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 20px;
    border-top: 4px solid #F35821;
    position: relative;
    padding: 0 0 20px;
  }
  .footer .container {
    padding: 0;
  }
  .footer .logo__wrapper {
    position: absolute;
    bottom: 24px;
    left: 15px;
    width: 53px;
    padding: 0;
  }
  .footer .nav__wrapper {
    width: 100%;
  }
  .footer .footer__blocks {
    display: block;
  }
  .footer .footer__block {
    display: block;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #D0D0D0;
  }
  .footer .footer__block .footer__block-title {
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
  }
  .footer .footer__block .footer__block-title:after {
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0px;
    display: inline-block;
    background: url("/local/templates/ykm/css/../images/icons/arrow-down_orange.svg") no-repeat center;
    width: 14px;
    height: 8px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer .footer__block .footer__block-title.active:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .footer .footer__block .footer__block-content {
    display: none;
    padding-bottom: 15px;
    margin-top: -10px;
  }
  .footer .footer__block .footer__block-content .footer__links-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
  }
  .footer .footer__block .footer__block-content .footer__links-item br {
    display: none;
  }
  .footer .footer__block .footer__block-content .footer__links-item a {
    text-decoration: none;
  }
  .footer .footer__block .footer__block-content .footer__links-item + .footer__links-item {
    margin: 0;
  }
  .footer .contact__wrapper {
    padding: 12px 15px 0;
  }
  .footer .contact__wrapper a + a {
    margin-left: 15px;
  }
  .footer .contact__wrapper a img {
    height: 30px;
  }
  .footer .contact__wrapper a span {
    font-weight: 400;
    line-height: 30px;
  }
  .footer .contact__wrapper .sn__wrapper {
    margin-top: 6px;
  }
}
.lt-widget-wrap, .lt-label, div.lt-widget-wrap, div.lt-widget-wrap.lt-widget-hidden {
  z-index: 29 !important;
}

.modal-open {
  overflow: hidden;
}

.modal {
  min-width: 280px;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 29;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-backdrop.in {
  z-index: 28;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: auto;
  display: table;
  text-align: center;
}

.modal-content {
  display: table-cell;
  vertical-align: middle;
}

.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header .close {
  display: block;
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.modal-header .close:before {
  display: block;
  content: "";
  background: url("/local/templates/ykm/css/../images/icons/close.svg");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  left: 0;
  margin: auto;
}

.modal-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.modal-body, .modal-header, .modal-footer {
  background: #FFFFFF;
  position: relative;
}

.modal-header {
  padding: 20px 20px 0;
}
.modal-header h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 15px;
}

.modal-body {
  padding: 20px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.modal-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.modal-text a {
  color: #F35821;
}
.modal-text .strong {
  font-weight: 700;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn_block + .btn_block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal .modal-dialog {
  max-width: 500px;
}
.modal .modal-dialog .modal-header {
  -moz-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px;
  border-radius: 30px 30px 0 0;
  padding: 60px 60px 30px;
}
.modal .modal-dialog .modal-header .modal-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  padding: 10px 0;
  text-transform: none;
}
.modal .modal-dialog .modal-body {
  -moz-border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0;
  border-radius: 0 0 30px 30px;
  padding: 25px 60px 60px;
}
.modal .modal-dialog .modal-body .form-group {
  margin: 0 0 25px;
}
.modal .modal-dialog .modal-body .form-submit {
  margin-top: 40px;
}
.modal .modal-dialog .modal-body .hint {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #666;
  margin: 20px auto 0;
}
.modal .modal-dialog .modal-body .hint a {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-header {
    text-align: left;
    padding: 45px 25px 15px;
  }
  .modal .modal-dialog .modal-header .modal-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .modal .modal-dialog .modal-body {
    padding: 0 25px 50px;
  }
  .modal .modal-dialog .modal-body .hint {
    font-size: 12px;
    line-height: 18px;
  }
}

/* End */
/* /local/templates/ykm/css/styles.css?175316470431664 */
