/* Svoi CSS kod pishite v faile CUSTOM.CSS, chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS, not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */

body {
  background-color: white;
  background-color: var(--black_bg_black);
  color: #555;
  color: var(--basic_text_black);
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a.grey {
  color: #818181;
}
/*a:hover{text-decoration:none;}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  margin: 46px 0 26px 0;
  color: #333;
  color: var(--white_text_black);
}
h1,
h2,
h3,
h4 {
  letter-spacing: normal;
}
h1 {
  font-size: 2.8em;
  line-height: calc(1em + 10px);
  margin: 0 0 18px;
}
h2 {
  font-size: 2em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}
h3 {
  font-size: 1.73333em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}
h4 {
  font-size: 1.375em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h5 {
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h6 {
  font-size: 1.066em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 50px;
}
h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
  margin-top: 0px;
}
h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
  margin-bottom: 0px;
}
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 64px;
}
h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
  margin-bottom: 36px;
}
.underline {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 2px solid blue;
}
h4.underline {
  padding-bottom: 7px;
}
h5.underline {
  padding-bottom: 4px;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}
.dark_link {
  color: #333;
  color: var(--white_text_black);
}
body .dark_link:hover {
  color: #000;
  color: var(--fill_dark_light_hover);
}
.label[href]:hover,
.label[href]:focus {
  color: #555;
  color: var(--basic_text_black);
  cursor: default;
}

.no-bottom-margin {
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}

.muted {
  color: #999;
}
.muted svg path {
  fill: #b8b8b8;
}
.muted svg rect {
  stroke: #b8b8b8;
}
.normal_text {
  font-size: 1.2em;
  line-height: 1.444em;
}
.bold {
  font-weight: bold;
}

p {
  margin-bottom: 24px;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}
p.short {
  margin-bottom: 0;
}
p.tall {
  margin-bottom: 20px;
}
p.taller {
  margin-bottom: 40px;
}
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

hr {
  height: 1px;
  margin: 25px 0;
  border: none;
  border-top: 1px solid #f2f2f2;
  border-color: var(--light_bg_black);
}
.colored_line {
  border-color: #ededed;
  border-color: var(--stroke_black);
  border-top-width: 2px;
}

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

table.table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  border: 0;
  padding: 11px;
}
table.table b,
table.table strong {
  font-weight: 600;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  color: white;
  border-color: var(--stroke_black);
}
.table-bordered {
  border-color: var(--stroke_black);
}
table.table.table-striped tr:nth-child(even) td {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-bordered td {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-bordered-line td {
  border-bottom: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-light th {
  background-color: transparent;
  color: inherit;
  border-bottom: 2px solid #b8b8b8;
  border-color: var(--stroke_black);
}
table.table .table-bg-gray {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table th {
  background: #555;
}
table.table1 td {
  padding: 15px;
}
blockquote {
  color: #333;
  color: var(--white_text_black);
  position: relative;
  padding: 0px 20px 0px 41px;
  border: none;
  font-weight: normal;
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 48px 0px;
}
blockquote p {
  line-height: normal;
}
blockquote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 3px;
  border-radius: 3px;
  background-color: #9e9e9e;
  background-color: var(--theme-base-color, #9e9e9e);
}
blockquote.danger {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(210, 21, 21, 0.4);
  border-radius: 3px;
  border-left: 3px solid #d21515;
  color: #bb3a3a;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.info {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(91, 177, 71, 0.4);
  border-radius: 3px;
  border-left: 3px solid #5bb147;
  color: #5a8051;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.danger * {
  color: #bb3a3a;
}
blockquote.info * {
  color: #5a8051;
}
blockquote.danger:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/allcorp3.png) -249px -262px
    no-repeat;
  width: 26px;
  height: 17px;
}
blockquote.info:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/allcorp3.png) -17px -153px
    no-repeat;
  width: 26px;
  height: 18px;
}
blockquote.danger:after {
  content: "";
}
blockquote.code {
  padding: 27px 42px 31px 42px;
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  background: url(images/code_pattern.gif);
  color: #999;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.code:before {
  display: none;
}
blockquote > div {
  font-style: italic;
  padding: 18px 20px 25px;
}
blockquote small {
  color: #333333;
  color: var(--white_text_black);
  font-style: normal;
  margin-top: 10px;
  font-size: 0.93333rem;
  line-height: calc(1em + 7px);
}
li {
  line-height: 24px;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 20px;
}
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 28px;
}
ul.list.icons {
  padding-left: 30px;
}
ul.list.icons .fa {
  margin-left: -22px;
  margin-right: 5px;
}
dl {
  margin-top: 16px;
}
dt {
  margin-bottom: 1px;
}
dd {
  margin-bottom: 14px;
  color: #444444;
  color: var(--basic_text_black);
}
dd + dd {
  margin-top: -14px;
}
table.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

ul {
  padding-left: 0px;
}
ol li {
  padding-left: 4px;
  margin-bottom: 12px;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
}
ul li p {
  margin-bottom: 0px;
}
ul li ul,
ol li ol {
  padding-top: 4px;
}
/* .main ul li:before { */
ul li:before {
  content: "";
  position: relative;
  left: 0px;
  top: 11px;
  background: #666666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.mega-fixed-menu ul li:before,
header ul li:before,
#headerfixed ul li:before,
#mobileheader ul li:before,
#mobilefilter ul li:before,
.bx-core-window:not(.bx-core-adm-admin-dialog) ul li:before {
  content: none;
}
.main ul li p {
  display: inline;
  vertical-align: top;
}
ul.list-unstyled li {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul.list-unstyled li:before {
  display: none;
}
.main ul.list-unstyled li p {
  display: block;
}

.body_media {
  display: none;
  position: absolute;
  top: 2;
}
.valign {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.ask_a_question {
  text-align: center;
  line-height: 15px;
  color: #1d2029;
}
.ask_a_question .text {
  margin-top: 8px;
}
.styled-block {
  border-left: 2px solid;
  background: url("images/background.png") #f2f2f2 0 0 repeat;
  color: #555555;
  margin-bottom: 40px;
  clear: both;
  margin-top: 30px;
  padding: 37px 50px;
  font-size: 15px;
}
.order-block {
  background: #fbfbfb;
  background: var(--light_bg_black);
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  color: #555555;
  color: var(--basic_text_black);
  clear: both;
  font-size: 1em;
  margin: 30px 0 40px;
  width: 100%;
}
.order-block--clear {
  border: 0;
  border: 0;
  background: transparent;
  margin: 0;
}
.progress {
  background-color: var(--darkerblack_bg_black);
}
.progress-bar {
  color: var(--white_text_black_reverse);
}
.grey-bg {
  background-color: #fafafa;
  background-color: var(--light2_bg_black);
}
.order-block__wrapper {
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  margin: 30px 0 40px;
}
.order-block .row {
  margin: 0;
}
.order-block .row > div {
  text-align: center;
  padding: 41px 0 40px;
  min-height: 83px;
}
.order-block td {
  padding: 42px 0px 37px;
  vertical-align: top;
}
.order-block td .btns {
  text-align: center;
}
.order-block .btn {
  margin: 0;
}
.order-block .text {
  padding: 0px 0px 0px 131px;
  min-height: 46px;
  line-height: 24px;
  color: #555;
  color: var(--basic_text_black);
  text-align: left;
  position: relative;
}
.order-block .text .svg {
  display: block;
  width: 48px;
  height: 58px;
  position: absolute;
  top: 39px;
  top: -2px;
  left: 52px;
}
.order-block .text h1,
.order-block .text h2,
.order-block .text h3,
.order-block .text h4,
.order-block .text h5,
.order-block .text h6 {
  color: #333333;
  margin-bottom: 5px;
  margin-top: 0px;
}
.styled-block .row > div,
.order-block .row > div {
  /*float:left;*/
  display: table-cell;
  vertical-align: middle;
}
.styled-block .row > div.col-md-3,
.order-block .row > vib.col-md-3 {
  text-align: center;
}
.styled-block .row > div.col-md-3 .btn,
.order-block .row > vib.col-md-3 .btn {
  position: relative;
  margin: 0;
}
.order-info-block {
  padding: 19px 39px 39px;
}
.order-info-block--margined {
  margin: 33px 0px;
}
.order-info-block .line-block__item:not(.order-info-btns) {
  margin-top: 20px;
}

.order-info-block .icon-svg-block {
  padding-right: 3px;
}
.order-info-block .text {
  margin: -7px 0px -8px;
  min-width: 205px;
}
.order-info-block .buy_block {
  min-width: 175px;
}
.order-info-block ~ .sale-linked {
  border-top: 1px solid #e5e5e5;
}

.select-outer {
  width: 252px; /*overflow:hidden;*/
  position: relative;
  white-space: nowrap;
  font-size: 0px; /*border: 1px solid #f2f2f2;*/
}
.select-outer select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  font-size: 13px;
}
.select-outer i.fa {
  /*position:absolute;*/
  top: 0px;
  width: 28px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 1px 0px 2px;
  border-right: 0px solid #f2f2f2;
  left: 0px;
  vertical-align: top;
  font-size: 13px;
  margin-right: -28px;
}
.select-outer i.fa:before {
  color: #fff;
  background: url(images/svg/more_arrow.svg) 2px 4px no-repeat;
}
.select-outer i + select {
  padding-left: 39px;
  padding-right: 7px;
}
.select-outer select + i.fa {
  border-left: 0px solid #f2f2f2;
  right: 0px;
  left: auto;
  border-right-width: 0px;
  padding-left: 0px;
  margin-left: -28px;
}
.select-outer.black i.fa {
  color: #222;
}
.bx-opera .select-outer i.fa {
  top: 6px;
  display: none;
}
.bx-firefox .select-outer select {
  padding-top: 6px;
  padding-bottom: 7px;
}
.select-outer select::-ms-expand {
  display: none;
}
.grey_light {
  color: #6d7a83;
}
.grey_dark {
  color: #666666;
}
.dark_light {
  color: #2f383d;
}
.dark_light_table {
  color: #2f383d;
  font-size: 16px;
}
.dark_table {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.noradius {
  border-radius: 0;
}
.white_middle_text {
  font-weight: bold;
}
.underborder {
  border-bottom: 1px dotted;
}

.introtext {
  padding: 0px 0px 0px;
  color: #333333;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 40px;
}
.introtext p:last-child {
  margin-bottom: 0px;
}

.btn-inline {
  cursor: pointer;
  white-space: nowrap;
}
.btn-inline i {
  margin: 0 14px;
}
.btn-inline.rounded i {
  margin: 0 8px;
  border-radius: 50%;
  width: 18px;
  text-align: center;
  height: 18px;
  line-height: 17px;
  position: relative;
  top: 1px;
}
.btn-inline.rounded i:before {
  margin-left: 2px;
}
.bx-firefox .btn-inline.rounded i:before {
  margin-left: 0px;
}
.btn-inline.rounded:hover i {
  color: #fff;
  background: #ccc;
}
.btn-inline:hover {
  color: #222;
  color: var(--white_text_black);
}

.btn-inline.sm {
  font-size: 0.867em;
}
.btn-inline.sm i {
  margin: 0 12px;
}
.btn-inline.sm.rounded i {
  margin: 0 6px;
}

.btn-inline.xs {
  font-size: 0.733em;
}
.btn-inline.xs i {
  margin: 0 10px;
}
.btn-inline.xs.rounded i {
  margin: 0 4px;
}

.btn-inline.black {
  color: #222;
  color: var(--white_text_black);
}

.black {
  color: #222;
}

/* i.fa.big-icon /info/more/icons/ */
.fa.big-icon {
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 29px;
  border-radius: 50%;
  background: #666;
  color: #fff;
  text-align: center;
}
.fa.big-icon.grey {
  color: #222;
}
.fa.big-icon.s50 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 29px;
}
.fa.big-icon.s45 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
}
.fa.big-icon.s40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
}
.fa.big-icon.s35 {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 19px;
}
.fa.big-icon.s30 {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 17px;
}
.fa.big-icon.s25 {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 13px;
}

/* .icon-text /info/more/icons/ */
.icon-text {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 27px;
  white-space: nowrap;
}
.icon-text .fa {
  font-size: 30px;
  margin-top: -7px;
  vertical-align: middle;
  margin-right: 10px;
}

a.icon-text:hover {
  color: #fff;
  text-decoration: underline;
}
a.icon-text:focus {
  color: #fff;
}

.icon-text.s50 {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
}
.icon-text.s50 .fa {
  margin-top: -2px;
  font-size: 26px;
  margin-right: 6px;
}

.icon-text.s45 {
  height: 45px;
  line-height: 45px;
}
.icon-text.s45 .fa {
  margin-top: -2px;
  font-size: 22px;
  margin-right: 4px;
}

.icon-text.s40 {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}
.icon-text.s40 .fa {
  font-size: 22px;
  margin-top: -4px;
  margin-right: 4px;
}

.icon-text.s35 {
  padding: 0 14px;
  height: 35px;
  line-height: 33px;
}
.icon-text.s35 .fa {
  margin-top: 0;
  font-size: 18px;
  margin-right: 4px;
}

.icon-text.s30 {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  line-height: 29px;
}
.icon-text.s30 .fa {
  margin-top: 0;
  font-size: 15px;
  margin-right: 2px;
  line-height: 13px;
}

.icon-text.s25 {
  padding: 0 9px;
  height: 25px;
  font-size: 13px;
  line-height: 24px;
}
.icon-text.s25 .fa {
  margin-top: 0;
  font-size: 14px;
  margin-right: 2px;
  line-height: 13px;
}

/* LABELS */
.label {
  border-radius: 1px;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  height: 22px;
  padding: 0.4em 0.6em;
  display: inline-block;
  vertical-align: top;
}
.label-instock {
  background: #3cc051;
}
.label-nostock {
  background: #999999;
}
.label-pending {
  background: #fcb322;
}
.label-order {
  background: #57b5e3;
}

/* REVIEW */
.review {
  margin-bottom: 30px;
  position: relative;
}

/* check bitrix popups style */
.bx-core-window img {
  vertical-align: baseline;
}
.bx-core-window .adm-btn,
.bx-core-window .adm-input-file {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

/* error - not existing module aspro.corporation */
.include_module_error {
  margin: 0 auto;
  text-align: center;
}
.include_module_error img {
  max-width: 100%;
}
.include_module_error p {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

/* FONTS */
.font_exlg {
  font-size: 1.6em;
  line-height: 1.25em;
} /*24px*/
.font_lg {
  font-size: 1.3333em;
  line-height: 1.4em;
} /*20px*/
.font_mlg {
  font-size: 1.2em;
  line-height: 1.454em;
} /*18px*/
.font_mxs {
  font-size: 1.133em;
  line-height: 1.454em;
} /*17px*/
.font_md {
  font-size: 1.0667em;
  line-height: 1.5625em;
} /*16px*/
.font_sm {
  font-size: 0.933em;
  line-height: 1.429em;
} /*14px*/
.font_xs {
  font-size: 0.867em;
  line-height: 1.5379em;
} /*13px*/
.font_sxs {
  font-size: 0.8em;
  line-height: 1.692em;
} /*12px*/
.font_xxs {
  font-size: 0.733em;
  line-height: 1.273em;
} /*11px*/
.font_xxss {
  font-size: 0.667em;
  line-height: 1.3em;
} /*10px*/
.font_upper_md {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*11px*/
.font_upper {
  font-size: 0.667em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*10px*/
.font_upper_xs {
  font-size: 0.6em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*9px*/

.font_42 {
  font-size: 2.8em;
  line-height: calc(1em + 7px);
}
.font_40 {
  font-size: 2.66666em;
  line-height: calc(1em + 7px);
}
.font_38 {
  font-size: 2.53333em;
  line-height: calc(1em + 7px);
}
.font_36 {
  font-size: 2.4em;
  line-height: calc(1em + 7px);
}
.font_34 {
  font-size: 2.26666em;
  line-height: calc(1em + 7px);
}
.font_32 {
  font-size: 2.13333em;
  line-height: calc(1em + 7px);
}
.font_30 {
  font-size: 2em;
  line-height: calc(1em + 7px);
}
.font_28 {
  font-size: 1.86666em;
  line-height: calc(1em + 7px);
}
.font_26 {
  font-size: 1.73333em;
  line-height: calc(1em + 7px);
}
.font_25 {
  font-size: 1.66667em;
  line-height: calc(1em + 7px);
}
.font_24 {
  font-size: 1.6em;
  line-height: calc(1em + 7px);
}
.font_23 {
  font-size: 1.53333em;
  line-height: calc(1em + 7px);
}
.font_22 {
  font-size: 1.46667em;
  line-height: calc(1em + 7px);
}
.font_21 {
  font-size: 1.4em;
  line-height: calc(1em + 7px);
}
.font_20 {
  font-size: 1.33333em;
  line-height: calc(1em + 7px);
}
.font_19 {
  font-size: 1.26667em;
  line-height: calc(1em + 7px);
}
.font_18 {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
}
.font_17 {
  font-size: 1.13333em;
  line-height: calc(1em + 7px);
}
.font_16 {
  font-size: 1.06667em;
  line-height: calc(1em + 7px);
}
.font_15 {
  font-size: 1em;
  line-height: calc(1em + 7px);
}
.font_14 {
  font-size: 0.93333em;
  line-height: calc(1em + 7px);
}
.font_13 {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
}
.font_12 {
  font-size: 0.8em;
  line-height: calc(1em + 7px);
}
.font_11 {
  font-size: 0.73333em;
  line-height: calc(1em + 7px);
}
.font_10 {
  font-size: 0.66667em;
  line-height: calc(1em + 7px);
}
.font_9 {
  font-size: 0.6em;
  line-height: calc(1em + 7px);
}
.font_large {
  line-height: calc(1em + 10px);
}
.font_short {
  line-height: calc(1em + 5px);
}

.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.font_weight--600 {
  font-weight: 600;
}

.stroke_999 * {
  stroke: #999;
}

.color_333 {
  color: #333;
  color: var(--white_text_black);
}
.color_666 {
  color: #666;
  color: var(--light_basic_text_black);
}
.color_999 {
  color: #999;
}
.color_light {
  color: #fff;
  /* color: var(--white_text_black_reverse); */
}
.color_light--opacity {
  color: #fff;
  /* color: var(--white_text_black_reverse); */
  opacity: 0.7;
}
.color_dark {
  color: #333;
  color: var(--white_text_black);
}
.color_dark--opacity {
  color: #333;
  color: var(--white_text_black);
  opacity: 0.5;
}
.color-dark--opacity {
  color: #333;
  color: var(--white_text_black);
  opacity: 0.5;
}

.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

.shadow-hovered:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.shadow-hovered {
  transition: box-shadow ease 0.3s, background ease 0.3s;
}
.shadow-no-border-hovered:hover {
  border-color: #fff;
  border-color: var(--stroke_black_hover);
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.shadow-no-border-hovered {
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
}
.index-block--fon .shadow-no-border-hovered:hover {
  border-color: #fafafa;
  border-color: var(--light_bg_black);
}
.fill-999 {
  fill: #999;
}

.dark-block-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.dark-block-after:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  transition: opacity 0.2s ease-in-out;
}
.dark-block-hover:hover:before {
  opacity: 0.5;
}
.dark-block-hover:hover .dark-block-after:after {
  opacity: 0;
}
.opacity_5 {
  opacity: 0.5;
}

.font_upper_md {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*11px*/
.font_upper {
  font-size: 0.667em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*10px*/
.font_upper_xs {
  font-size: 0.6em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*9px*/

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.z-2 {
  z-index: 2;
}
.z-max {
  z-index: 996;
}

.height-100 {
  height: 100%;
}

.rounded-1 {
  border-radius: 1px;
}
.rounded-2 {
  border-radius: 2px;
}
.rounded-3 {
  border-radius: 3px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded {
  border-radius: 100%;
}
.dotted {
  border-bottom: 1px dotted;
}
.dashed {
  border-bottom: 1px dashed;
}
.font-bold {
  font-weight: 700;
}

.border-none {
  border: none;
}
.border-top-none {
  border-top: none;
}
.border-bottom-none {
  border-bottom: none;
}
.border-left-none {
  border-left: none;
}
.border-right-none {
  border-right: none;
}

.pointer {
  cursor: pointer;
}

.linecamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.linecamp-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.linecamp-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
}
.linecamp-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 5;
  overflow: hidden;
}
.left-justify-content {
  justify-content: left;
}

.shadow-parent-all:hover .shadow-target {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.table-full-width {
  width: 100%;
}

/*tables responsible*/
.tables-responsive {
  overflow-x: auto;
  position: relative;
}

.tables-responsive:before {
  content: "";
  position: absolute;
}
/*tables responsible*/
.table {
  width: 100%;
}

@media (min-width: 992px) {
  .visible-991 {
    display: none;
  }
}
@media (max-width: 991px) {
  .order-info-block {
    padding: 25px;
  }
  .order-info-block .line-block {
    flex-wrap: wrap;
  }
  .order-info-block .icon-svg-block {
    display: none;
  }
  .order-info-block .line-block__item:not(.order-info-btns) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order-info-block {
    padding-bottom: 5px;
  }
  .hide-991 {
    display: none;
  }
}
@media (max-width: 600px) {
  table.table:not(.table-full-width),
  table.table:not(.table-full-width) thead,
  table.table:not(.table-full-width) tbody,
  table.table:not(.table-full-width) th,
  table.table:not(.table-full-width) td,
  table.table:not(.table-full-width) tr {
    display: block;
    clear: both;
  }
  table.table:not(.table-full-width) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table:not(.table-full-width) thead + tbody td .th-mobile {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  table.table:not(.table-full-width) thead + tbody tr:not(.nomobile) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
    min-height: 32px;
    word-break: break-all;
  }
  table.table thead + tbody td.table-head-group .th-mobile {
    display: none;
  }
  table.table thead + tbody tr:not(.nomobile) td.table-head-group {
    padding-left: 6px;
  }
  table.table .td-hidden-xs {
    display: none;
  }
}

@media all and (min-width: 601px) {
  .maxwidth-theme.maxwidth-theme--no-maxwidth-f601 {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .visible-600 {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .hide-600 {
    display: none;
  }
  .visible-600 {
    display: block;
    width: 100%;
  }

  body .order-block td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  body .order-block .text {
    text-align: left;
    padding: 25px 20px 0 25px;
  }

  .order-block .text .svg {
    position: relative;
    left: 0;
    width: 100%;
  }

  .order-block td .btns {
    text-align: left;
    padding: 0 20px 0 25px;
  }
}
@media all and (max-width: 360px) {
  .order-info-block .order-info-btns .line-block__item {
    flex-grow: 1;
  }
  .order-info-block .order-info-btns .line-block__item .buy_block {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .hide-768 {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .index-block__part--right.flexbox--direction-column {
    flex-basis: 55%;
    flex-shrink: 0;
  }
  .index-block__preview--right {
    max-width: 750px;
    margin: 0px;
    padding-left: 9%;
  }
}
@media all and (max-width: 1100px) {
  .hide-1100 {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .hide-1200 {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }
}
@media all and (max-width: 1400px) {
  .hide-1400 {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  .hide-1500 {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .hide-1600 {
    display: none;
  }
}
@media all and (max-width: 1700px) {
  .hide-1700 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .p-t-24-1200 {
    padding-top: 24px;
  }
}

@media (max-width: 1300px) {
  .last-1300 {
    order: 1;
  }
}

/* Новая верстка */

:root {
  --id-red: #ff4c42;
  --id-gray: #4c4b4d;
  --id-gray-light: #ededed;
  --id-black: #212121;
}

.body_oh {
  overflow: hidden;
}

h1,
.id-title_h1 {
  font-family: "Steppe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}
h2 {
  font-size: 25px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  font-weight: 500;
}

.container-fluid {
  max-width: 1326px;
}

.lang-btn {
  padding: 5px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.lang-block {
  position: relative;
  cursor: pointer;
}

.lang-block-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 3px 20px;
  /* width: 100%; */
}

.lang-btn {
  padding-left: 30px;
  width: 40px;
  background-size: 25px;
}

.lang-btn::after {
  background: rgba(0, 0, 0, 0) url("/img/i_3.svg") no-repeat scroll center
    center;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 16px;
}

.lang-block-content.ru a {
  background: url(/upload/flags/ru.png) no-repeat left center;
  background-size: 25px;
}

.lang-block-content.en a {
  background: url(/upload/flags/en.png) no-repeat left center;
  background-size: 25px;
}

.lang-block-content a {
  color: black;
  padding: 2px 0 2px 30px;
  text-decoration: none;
  display: block;
}

.lang-block-content a:hover {
  color: var(--id-red) !important;
}

.lang-block:hover .lang-block-content {
  display: block;
}

@media (max-width: 991.98px) {
  h1,
  .id-title_h1 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
  }
  h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 360px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  z-index: 101;
}
.header__wrap {
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  background: url(/img/logo.png) no-repeat center / contain;
  width: 156px;
  height: 34px;
  display: inline-block;
}

.header__logo__en {
  background: url(/img/logo_en.png) no-repeat center / contain;
  width: 156px;
  height: 34px;
  display: inline-block;
}

.header__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu > li {
  margin: 0 7px 0 17px;
  position: relative;
}
.header__menu > li > a {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 20px 0;
}
.header__menu > li.header__menu-fulled-item > a {
  background: url(/img/i_3.svg) no-repeat right center;
  padding-right: 27px;
}
.header__menu > li > a:hover {
  color: var(--id-red);
}
.header__menu > li.header__menu-fulled-item > a:hover {
  /*background-image: url(/img/i_4.svg);*/
}
.header__menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  width: 320px;
  padding: 10px 20px 3px;
}
.header__menu > li:hover > ul {
  display: block;
  position: absolute;
  left: -18px;
  top: 50px;
}
.header__menu > li > ul > li {
  border-bottom: 1px solid var(--id-gray-light);
  margin-bottom: 5px;
}
.header__menu > li > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header__menu > li > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 9px 0 15px;
}
.header__menu > li > ul > li > a:hover {
  color: var(--id-red);
}
.header__phone {
  background: url(/img/i_2.svg) no-repeat left center / 24px;
  padding-left: 34px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.header__phone span {
}
.header__search {
  background: url(/img/i_1.svg) no-repeat center / 24px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.header__get-menu {
  background: url(/img/i_14.svg) no-repeat center / 42px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.header__get-menu_active {
  background-image: url(/img/i_15.svg);
}

@media (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
  .header__wrap {
    height: 70px;
  }
  .header__phone {
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin-left: 30px;
  }
  .header__phone span {
    display: none;
  }
}

.id-hero {
  background: #f7f7f7;
  margin-top: 90px;
}
.id-hero__wrap {
  position: relative;
}
.id-hero img {
  border-radius: 0 0 40px 40px;
  width: 100%;
}
.id-hero__wrap__text {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 10px 0 5px;
  transform: skewY(-4deg);
  display: block;
  position: absolute;
  top: 45px;
  text-align: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  .id-hero {
    margin-top: 70px;
  }
  .id-hero__wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .id-hero__wrap__text {
    font-size: 20px;
    padding: 10px 50px 5px;
    top: 13px;
  }
}

.id-why {
  margin-top: 40px;
}
.id-why h1 {
}
.id-why h2 {
  margin-top: 11px;
}
.id-why__cards {
  margin-top: 20px;
}
.id-why__card {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  min-height: 171px;
  margin-bottom: 24px;
}
.id-why__card-title {
  font-size: 18px;
  font-weight: 600;
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 57px;
  height: 42px;
  display: flex;
  align-items: center;
}
.id-why__card-title_i1 {
  background-image: url(/img/i_5.svg);
}
.id-why__card-title_i2 {
  background-image: url(/img/i_6.svg);
}
.id-why__card-title_i3 {
  background-image: url(/img/i_7.svg);
}
.id-why__card-title_i4 {
  background-image: url(/img/i_8.svg);
}
.id-why__card-desc {
  color: var(--id-gray);
  margin-top: 14px;
  max-width: 270px;
}
.id-why iframe {
  margin-top: 20px;
  width: 100%;
  height: 365px;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .id-why {
    margin-top: 20px;
  }
  .id-why__card {
    min-height: auto;
    margin-bottom: 9px;
  }
  .id-why iframe {
    margin-top: 11px;
    height: 184px;
  }
}

.id-values {
  margin-top: 32px;
}
.id-values__wrap {
  border-radius: 20px;
  background: var(--id-gray-light);
  padding: 24px;
}
.id-values__title {
  margin-top: 80px;
}
.id-values__ps-0 {
  padding-left: 0;
}
.id-values__cards {
}
.id-values__card {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.id-values__card_h1 {
  min-height: 134px;
  margin-bottom: 24px;
}
.id-values__card_h2 {
  min-height: 113px;
}
.id-values__card-title {
  color: var(--id-red);
  font-size: 18px;
  font-weight: 600;
}
.id-values__card-desc {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .id-values {
    margin-top: 35px;
  }
  .id-values__title {
    margin-top: 0;
  }
  .id-values__wrap {
    padding: 20px 20px 10px;
  }
  .id-values__ps-0 {
    padding-left: 15px;
  }
  .id-values__cards {
    margin-top: 20px;
  }
  .id-values__card_h1 {
    min-height: auto;
    margin-bottom: 10px;
  }
  .id-values__card_h2 {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.id-results {
  margin-top: 60px;
  background: #fff;
  padding-top: 60px;
}
.id-results__title {
  color: var(--id-red);
}
.id-results h3 {
  margin-top: 14px;
  max-width: 300px;
}
.id-results__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.id-results__photo_1 {
  height: 286px;
  margin-bottom: 24px;
}
.id-results__photo_2 {
  height: 286px;
  margin-bottom: 24px;
}
.id-results__photo_3 {
  height: 359px;
}
.id-results__photo_4 {
  height: 359px;
}
.id-results__video iframe {
  width: 100%;
  height: 359px;
  border-radius: 20px;
}
.id-results__slides {
  display: none;
}

@media (max-width: 991.98px) {
  .id-results {
    margin-top: 40px;
    padding-top: 40px;
  }
  .id-results h3 {
    max-width: 320px;
  }
  .id-results__photo_1,
  .id-results__photo_2,
  .id-results__photo_3,
  .id-results__photo_4 {
    display: none;
  }
  .id-results__video iframe {
    height: 179px;
    margin-top: 20px;
  }
  .id-results__slides {
    display: block;
    margin-top: 14px;
    border-radius: 20px;
  }
  .id-results__slides img {
    border-radius: 20px;
    width: 100%;
  }
  .id-results__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-results__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-results__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  }
}

.id-learning {
  background: #fff;
  padding-top: 24px;
}
.id-learning__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 24px;
}
.id-learning__photo_1 {
  height: 307px;
}
.id-learning__photo_2 {
  height: 252px;
}
.id-learning__photo_3 {
  height: 252px;
}
.id-learning__photo_4 {
  height: 452px;
}
.id-learning__title {
  color: var(--id-red);
}
.id-learning h3 {
  margin-top: 12px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .id-learning {
    padding-top: 15px;
  }
  .id-learning h3 {
    margin-bottom: 30px;
  }
  .id-learning img {
    width: 100%;
    border-radius: 20px;
  }
  .id-learning__photo_1,
  .id-learning__photo_2,
  .id-learning__photo_3,
  .id-learning__photo_4 {
    display: none;
  }
  .id-learning__slides {
    margin-top: 18px;
    border-radius: 20px;
  }
  .id-learning__slides img {
    width: 100%;
    border-radius: 20px;
  }
  .id-learning__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-learning__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-learning__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  }
}

.id-rest {
  background: #fff;
  padding-bottom: 35px;
}
.id-rest__title {
  color: var(--id-red);
}
.id-rest h3 {
  margin-top: 12px;
  margin-bottom: 25px;
}
.id-rest__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 24px;
}
.id-rest__photo_1 {
  height: 231px;
}
.id-rest__photo_2 {
  height: 231px;
}
.id-rest__photo_3 {
  height: 362px;
}
.id-rest__photo_4 {
  height: 344px;
}
.id-rest__photo_5 {
  height: 344px;
}

.id-job__vacancy-detail__wrap h3 {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .id-rest {
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .id-rest h3 {
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .id-rest__photo_1,
  .id-rest__photo_2,
  .id-rest__photo_3,
  .id-rest__photo_4,
  .id-rest__photo_5 {
    display: none;
  }
  /* .id-rest__slides {
    border-radius: 20px;
  }
  .id-rest__slides img {
    width: 100%;
    border-radius: 20px;
  }
  .id-rest__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-rest__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-rest__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  } */
}

.id-job {
  padding-top: 60px;
}
.id-job__title {
  margin-bottom: 30px;
  margin-left: 15px;
}
.id-job .container-fluid {
  padding: 0;
}
.id-job__wrap {
  display: table;
  width: 100%;
}
.id-job .row {
  height: 100%;
  display: table-row;
}
.id-job .row .no-float {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.id-job__cities-sticky {
  position: sticky;
  top: 100px;
}
.id-job__cities {
}
.id-job__city {
  border-radius: 20px;
  border: 1px solid transparent;
  color: var(--id-gray);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 17px 23px;
}
.id-job__city_active,
.id-job__city:hover {
  border: 1px solid #f6f6f6;
  background: #fff;
  color: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}
.id-job__vacancies {
  width: 100%;
}
.id-job__vacancy {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  margin-bottom: 19px;
}
.id-job__vacancy-head {
  background: url(/img/i_3.svg) no-repeat right 24px center;
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 77px;
}
.id-job__vacancy_active .id-job__vacancy-head {
  background-image: url(/img/i_4b.svg);
}
.id-job__vacancy-name {
  font-size: 18px;
  font-weight: 700;
}
.id-job__vacancy-salary {
  font-size: 20px;
}
.id-job__vacancy-detail {
  padding: 0 24px;
}
.id-job__vacancy-detail__wrap {
  border-top: 1px solid #ededed;
  margin: 19px 0;
}
.id-job__vacancy-detail h3 {
}
.id-job__vacancy-detail ul {
  color: var(--id-gray);
  padding-left: 21px;
}
.id-job__vacancy-detail li {
}
.id-job__vacancy-feedback {
  margin-top: 30px;
  margin-bottom: 22px;
}
.id-job__vacancy-btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
}
.id-job__vacancy-btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-job__vacancy-btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}

@media (max-width: 991.98px) {
  .id-job {
    padding-top: 42px;
  }
  .id-job .container-fluid {
    padding: 0 20px;
  }
  .id-job__cities-sticky {
    position: relative;
    top: 0;
    border-radius: 20px;
    border: 1px solid #f6f6f6;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
    overflow: hidden;
  }
  .id-job__cur-city {
    background: #fff url(/img/i_3.svg) no-repeat right 24px center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 17px 20px;
    color: var(--id-red);
  }
  .id-job__city_active,
  .id-job__city:hover {
    border: 1px solid transparent;
    background: #fff;
    color: var(--id-gray);
    box-shadow: none;
  }
  .id-job__cur-city_active {
    background-image: url(/img/i_4b.svg);
  }
  .id-job__cities {
    display: none;
    background: #fff;
    padding: 0 20px;
  }
  .id-job__city_active {
    display: none;
  }
  .id-job__city {
    border-bottom: 1px solid var(--id-gray-light);
    color: var(--id-gray);
    font-weight: 400;
    padding: 15px 0;
    border-radius: 0;
  }
  .id-job__city:last-child {
    border: none;
  }
  .id-job__title {
    margin-left: 0;
  }
  .id-job__wrap {
    display: block;
  }
  .id-job .row {
    height: auto;
    display: block;
  }
  .id-job .row .no-float {
    display: block;
  }
  .id-job__vacancies {
    margin-top: 17px;
  }
  .id-job__vacancy {
    margin-bottom: 10px;
  }
  .id-job__vacancy-head {
    background: url(/img/i_3.svg) no-repeat right 19px top 20px;
    display: block;
    padding: 21px 40px 21px 19px;
  }
  .id-job__vacancy-salary {
    font-size: 16px;
    margin-top: 10px;
  }
  .id-job__vacancy-detail h3 {
    font-size: 16px;
  }
  .id-job__vacancy-detail__wrap {
    margin: 0;
  }
}

.id-form {
  color: #fff;
  margin-top: 40px;
}
.id-form__wrap {
  border-radius: 20px;
  background: var(--id-black);
  padding: 24px 24px 21px;
}
.id-form__title {
  margin-top: 23px;
  max-width: 400px;
}
.id-form__desc {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
  max-width: 400px;
}
.id-form__desc p {
  margin-bottom: 15px;
}
.id-form__form {
}
.id-form input[type="text"] {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
}
.id-form__input-file {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 100%;
}
.id-form__input-file span {
  border-radius: 20px;
  border: 1px solid #404040;
  color: #a9a9a9;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.id-form__input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  box-shadow: none;
}
.id-form__input-file-desc {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.id-form__input-file-desc span {
  font-weight: 400;
  color: #fff;
}
.id-form textarea {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  height: 91px;
  resize: none;
  width: 100%;
  margin-bottom: 20px;
}
.id-form__btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: block;
  border-radius: 20px;
  cursor: pointer;
}
.id-form__btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-form__btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}
.id-form__checkbox {
  display: block;
  margin: 13px 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.id-form__checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.id-form__checkbox span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
.id-form__checkbox span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  transition: background 0.1s ease;
  border: 1px solid var(--id-red);
  border-radius: 4px;
}
.id-form__checkbox input[type="checkbox"]:checked + span:before {
  background: var(--id-red) url(/img/i_18.svg) no-repeat center / contain;
}
.id-form__checkbox.focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.id-form__checkbox span:hover:before {
  filter: brightness(110%);
}
.id-form__checkbox span:active:before {
  filter: brightness(80%);
}

@media (max-width: 991.98px) {
  .id-form {
    background: var(--id-black);
    margin-top: 30px;
  }
  .id-form__wrap {
    border-radius: 0;
    padding: 24px 0 21px;
  }
  .id-form__title {
    margin-top: 17px;
    text-align: center;
  }
  .id-form__desc {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
  .id-form__desc p {
    margin-bottom: 10px;
  }
  .id-form__form {
    margin-top: 30px;
  }
  .id-form input[type="text"] {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 14px 20px;
  }
  .id-form__input-file span {
    padding: 14px 20px;
    font-size: 15px;
  }
  .id-form__input-file-desc {
    margin-bottom: 15px;
  }
  .id-form textarea {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 21px;
    height: 154px;
    margin-bottom: 20px;
  }
  .id-form__btn {
    font-size: 16px;
    font-weight: 400;
  }
  .id-form__checkbox {
    margin: 0 0 20px 0;
  }
  .id-form__checkbox span {
    padding: 0 0 0 35px;
    font-size: 12px;
    font-weight: 300;
  }
}

.id-team {
  margin-top: 60px;
}
.id-team__bg {
  background: url(/img/logo_2.png) no-repeat center top / auto 128px;
  padding-top: 55px;
  position: relative;
}
.id-team__bg:before {
  content: "";
  position: absolute;
  height: 186px;
  width: 100%;
  border-radius: 20px;
  background: var(--id-gray-light);
  bottom: 0;
  display: block;
  z-index: -1;
}
.id-team__pic {
  text-align: center;
}
.id-team__pic img {
  width: 969px;
}
.id-team__text {
  position: absolute;
  bottom: -58px;
  left: calc(50% - 344px);
  width: 688px;
  text-align: center;
  z-index: 1;
}
.id-team__text-1 {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  background: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 20px 15px;
  transform: skewY(-8deg);
  display: inline-block;
}
.id-team__text-2 {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  background: var(--id-gray);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px 15px;
  transform: skewY(-8deg);
  display: inline-block;
  margin-top: 10px;
  margin-left: 25px;
}

@media (max-width: 991.98px) {
  .id-team {
    margin-top: 40px;
  }
  .id-team__pic img {
    width: 100%;
  }
  .id-team__bg {
    background: url(/img/logo_2.png) no-repeat center top / auto 61px;
    padding-top: 87px;
  }
  .id-team__pic {
    margin-top: -22px;
  }
  .id-team__text {
    bottom: -97px;
    left: 0;
    width: 100%;
  }
  .id-team__text-1 {
    font-size: 20px;
    padding: 10px 20px 5px;
  }
  .id-team__text-2 {
    font-size: 20px;
    margin-left: 0;
    padding: 10px 18px 5px;
  }
}

.id-sub-team {
  margin-top: 115px;
}
.id-sub-team__wrap {
  border-radius: 20px;
  background: var(--id-gray-light);
  padding: 24px 24px 14px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}
.id-sub-team__block {
  max-width: 260px;
}
.id-sub-team h2 {
  color: var(--id-red);
  margin-top: 0;
  margin-bottom: 13px;
}
.id-sub-team ul {
  line-height: 21px;
  padding-left: 14px;
}
.id-sub-team li {
  margin-bottom: 9px;
}
.id-sub-team li::marker {
  color: var(--id-red);
}
.id-sub-team__block-2 {
  max-width: 700px;
}
.id-sub-team__block-3 {
  width: 200px;
}
.id-sub-team__block-3 h3 {
  margin-top: 0;
  line-height: 118%;
  margin-bottom: 29px;
}
.id-sub-team__f-blocks {
  display: flex;
  justify-content: space-between;
}
.id-sub-team__btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: block;
  border-radius: 20px;
  cursor: pointer;
}
.id-sub-team__btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-sub-team__btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}

@media (max-width: 991.98px) {
  .id-sub-team {
    margin-top: 0;
  }
  .id-sub-team__wrap {
    border-radius: 0 0 20px 20px;
    background: var(--id-gray-light);
    padding: 161px 20px 20px;
  }
  .id-sub-team__f-blocks {
    display: block;
    margin-top: 21px;
  }
  .id-sub-team__block-3 {
    width: 100%;
    margin-top: 19px;
  }
  .id-sub-team__block-3 h3 {
    margin-top: 0;
    margin-bottom: 19px;
    font-weight: 500;
  }
  .id-sub-team__btn {
    font-size: 16px;
    font-weight: 400;
  }
}

.id-faq {
  margin-top: 60px;
}
.id-faq__title {
}
.id-faq__list {
}
.id-faq__item {
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  background: url(/img/i_9.svg) no-repeat right 24px top 24px;
}
.id-faq__item:hover {
  background: #fff url(/img/i_9.svg) no-repeat right 24px top 24px;
}
.id-faq__item_active,
.id-faq__item_active:hover {
  border: 1px solid #f6f6f6;
  background: #fff url(/img/i_10.svg) no-repeat right 24px top 24px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}
.id-faq__item-name {
  font-size: 18px;
  font-weight: 700;
  padding: 24px;
}
.id-faq__item-desc {
  color: var(--id-gray);
  display: none;
  padding: 0 24px 24px;
}

@media (max-width: 991.98px) {
  .id-faq {
    margin-top: 40px;
  }
  .id-faq__list {
    margin-top: 30px;
  }
  .id-faq__item {
    border: 1px solid #f6f6f6;
    background: #fff url(/img/i_9.svg) no-repeat right 19px top 20px;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
    margin-bottom: 10px;
  }
  .id-faq__item_active,
  .id-faq__item_active:hover {
    border: 1px solid #f6f6f6;
    background: #fff url(/img/i_10.svg) no-repeat right 19px top 20px;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  }
  .id-faq__item-name {
    padding: 19px 50px 19px 20px;
  }
  .id-faq__item-desc {
    padding: 0 19px 15px;
  }
}

.footer {
  background: var(--id-black);
  padding: 70px 0;
  color: #fff;
  margin-top: 60px;
}
.footer a {
  color: #fff;
}
.footer__navigation {
  display: flex;
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu:nth-child(1) {
  width: 204px;
}
.footer__menu:nth-child(2) {
  width: 310px;
}
.footer__menu:nth-child(3) {
  width: 220px;
}
.footer__menu > li {
  margin-bottom: 21px;
}
.footer__menu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 21px;
}
.footer__menu > li > ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.footer__menu > li > ul > li {
  max-width: 250px;
  margin-bottom: 12px;
  line-height: 112%;
}
.footer__menu > li > ul > li > a {
  color: #cfcfcf;
  font-size: 14px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
}
.footer__phone {
  background: url(/img/i_11.svg) no-repeat right center / 24px;
  padding-right: 34px;
  line-height: 24px;
}
.footer__phone a {
}
.footer__mail {
  background: url(/img/i_12.svg) no-repeat right center / 24px;
  padding-right: 34px;
  margin-top: 27px;
  line-height: 24px;
}
.footer__mail a {
}
.footer__address {
  background: url(/img/i_13.svg) no-repeat right center / 24px;
  padding-right: 34px;
  max-width: 265px;
  margin-top: 29px;
  text-align: right;
  line-height: normal;
}
.footer__copy {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: var(--id-gray);
}
.footer__terms {
  text-align: center;
  margin-top: 15px;
}
.footer__terms a {
  font-weight: 300;
  font-size: 14px;
  color: var(--id-gray);
}

@media (max-width: 991.98px) {
  .footer {
    padding: 50px 0;
    margin-top: 30px;
  }
  .footer__navigation {
    display: block;
    border-bottom: 1px solid var(--id-gray-light);
    padding-bottom: 9px;
  }
  .footer__menu:nth-child(1),
  .footer__menu:nth-child(2),
  .footer__menu:nth-child(3) {
    width: 100%;
  }
  .footer__menu > li {
    margin-bottom: 31px;
  }
  .footer__menu > li {
    margin-bottom: 31px;
  }
  .footer__menu > li.footer__menu-fulled-item {
    position: relative;
  }
  .footer__menu > li.footer__menu-fulled-item span {
    position: absolute;
    background: url(/img/i_3w.svg) no-repeat right center / contain;
    width: 24px;
    height: 24px;
    right: 0;
    display: block;
    cursor: pointer;
  }
  .footer__menu > li.footer__menu-fulled-item_active span {
    background-image: url(/img/i_4w.svg);
  }
  .footer__menu > li > a {
    font-size: 18px;
    font-weight: 600;
  }
  .footer__menu > li > ul {
    display: none;
  }
  .footer__menu > li > ul > li {
    max-width: 100%;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-bottom: 1px;
  }
  .footer__menu > li > ul > li > a {
    font-size: 16px;
    border-bottom: 1px solid #393939;
    display: block;
    line-height: 110%;
    padding: 6px 0 12px;
  }
  .footer__contacts {
    align-items: flex-start;
    padding-top: 38px;
  }
  .footer__phone {
    background: url(/img/i_11.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
  }
  .footer__mail {
    background: url(/img/i_12.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
    margin-top: 23px;
  }
  .footer__address {
    background: url(/img/i_13.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
    max-width: 320px;
    margin-top: 23px;
    text-align: left;
  }
  .footer__copy {
    margin-top: 40px;
    color: var(--id-gray-light);
    font-weight: 300;
  }
  .footer__terms a {
    color: var(--id-gray-light);
    font-weight: 300;
  }
}

.id-menu {
  background: #fff;
  color: var(--id-gray);
  padding: 90px 0 30px;
  margin-top: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: auto;
  display: none;
}
.id-menu a {
  color: var(--id-gray);
}
.id-menu__search {
  margin-bottom: 30px;
}
.id-menu__search input {
  background: #fff url(/img/i_1.svg) no-repeat left 20px center / 24px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding-left: 64px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  width: 100%;
  outline: none;
}
.id-menu__navigation {
  display: block;
  border-bottom: 1px solid var(--id-gray-light);
  padding-bottom: 9px;
}
.id-menu__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.id-menu__menu > li {
  margin-bottom: 31px;
}
.id-menu__menu > li.id-menu__menu-fulled-item {
  position: relative;
}
.id-menu__menu > li.id-menu__menu-fulled-item span {
  position: absolute;
  background: url(/img/i_3.svg) no-repeat right center / contain;
  width: 24px;
  height: 24px;
  right: 0;
  display: block;
  cursor: pointer;
}
.id-menu__menu > li.id-menu__menu-fulled-item_active span {
  background-image: url(/img/i_4b.svg);
}
.id-menu__menu > li > a {
  color: var(--id-gray);
  line-height: 21px;
  font-size: 18px;
  font-weight: 600;
}
.id-menu__menu > li > ul {
  display: none;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.id-menu__menu > li > ul > li {
  line-height: 112%;
  max-width: 100%;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-bottom: 1px;
}
.id-menu__menu > li > ul > li > a {
  color: var(--id-gray);
  font-size: 16px;
  border-bottom: 1px solid var(--id-gray-light);
  display: block;
  line-height: 110%;
  padding: 6px 0 12px;
}
.id-menu__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  padding-top: 38px;
}
.id-menu__phone {
  line-height: 24px;
  background: url(/img/i_11.svg) no-repeat left center / 24px;
  padding-left: 34px;
  padding-right: 0;
}
.id-menu__mail {
  line-height: 24px;
  background: url(/img/i_12.svg) no-repeat left center / 24px;
  padding-left: 34px;
  margin-top: 23px;
}
.id-menu__address {
  background: url(/img/i_13.svg) no-repeat left center / 24px;
  padding-left: 34px;
  padding-right: 0;
  max-width: 320px;
  margin-top: 23px;
}

.id-up {
  background: url(/img/i_16.svg) no-repeat center / 52px;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.id-up:hover {
  background: url(/img/i_17.svg);
}

.owl-carousel--light .owl-carousel__button,
.owl-carousel--light button.disabled .owl-carousel__button:hover {
  background-color: #ef4036 !important;
}

.owl-carousel--light .owl-carousel__button svg *,
.owl-carousel--light button.disabled .owl-carousel__button:hover svg * {
  filter: invert(1);
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #ef4036 !important;
}

.owl-carousel .owl-dots .owl-dot {
  height: 12px !important;
  width: 12px !important;
  border-radius: 0 !important;
}

@media (max-width: 991.98px) {
  .id-up {
  }
}

.footer__menu > li:before {
  display: none;
}
.footer__menu > li > ul > li:before {
  display: none;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* a:focus, a:hover {
  color: #fff !important;
} */

#mobileheader {
  display: none !important;
}

.header__menu > li > ul > li > a:hover {
  color: var(--id-red) !important;
}

@media (max-width: 500px) {
  .lang-btn::after {
    display: none;
  }

  .lang-block-content span {
    display: none !important;
  }

  .lang-btn {
    height: 40px;
  }

  .lang-btn span {
    display: none !important;
  }

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

  .phone_language .lang-block {
    margin-left: 10px;
  }

  .lang-block-content {
    width: auto;
    border-radius: 50%;
    padding: 7px 10px;
  }

  .lang-block-content a {
    width: 25px;
    height: 25px !important;
    padding: 0;
  }
}
