@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* Layouts */

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    outline: none;
}

code {
    white-space: pre-wrap;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.3;
}

article a {
    color: #0c5a98;
}

article a:hover {
    text-decoration: none;
}

article a:visited {
    color: rgb(85, 26, 139);
}

article h1 {
    margin-bottom: 40px;
    font-size: 40px;
}

article ol:not([class]) {
    margin-bottom: 20px;
    counter-reset: orderedlist;
    list-style-type: none;
}

article ol:not([class]) li {
    counter-increment: orderedlist;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

article ol:not([class]) li:before {
    content: counter(orderedlist) '. ';
    font-weight: bold;
    color: #f05023;
    min-width: 30px;
    position: absolute;
    left: 0;
    text-align: right;
}

article ul:not([class]) {
    margin-bottom: 20px;
}

article ul:not([class]) li {
    padding-left: 1em;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
}

article ul:not([class]) li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.4em;
    height: 0.4em;
    margin: 0;
    background: #f05023;
    left: -0.1em;
    top: 0.4em;
}

article p {
    margin-bottom: 2em;
    line-height: 1.6em;
}

pre {
    margin: 0;
}

.body {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* data-marker */

[data-marker] {
    padding-left: 22px;
    counter-reset: numeric;
}

[data-marker] li {
    padding-left: 58px;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
}

[data-marker='checked'] li {
    margin-bottom: 30px;
}

[data-marker='checked'] li:before {
    content: '';
    width: 1.8em;
    background-image: url('/template/img/dc/arrdccolo.png');
    height: 1.8em;
    position: absolute;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: 0;
}

[data-marker='square'] li:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    min-width: 9px;
    height: 9px;
    margin: 7px 0 0 -24px;
    background: #f05023;
    left: 58px;
}

[data-marker='number'] li:before {
    counter-increment: numeric;
    content: counter(numeric) '.';
    position: absolute;
    display: block;
    font-size: 30px;
    margin: 7px 0 0 -24px;
    left: 48px;
    top: -10px;
    color: #f05023;
    font-weight: bold;
}

.currency {
    position: relative;
}

.currency:after {
    display: inline-block;
    margin-left: 0.35em;
}

.currency--rub:after {
    content: '\20BD';
}

/* Fotorama */

.fotorama__wrap {
    position: relative;
}

.map {
    padding: 20px 0;
}

.map iframe {
    width: 100%;
    min-height: 400px;
}

/* mobile */

.mobile {

}

.mobile--show {
    display: none;
}

/* Header */

.header {
    width: 100%;
    margin: 0 auto;
    padding: 33px 3% 30px;
    max-width: calc(1355px + 6%);
}

.header__row {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header__row:last-child {
    margin-bottom: 0;
}

.header__logo {
    outline: none;
    border: none;
    display: inline-block;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 35px;
}

.header__logo img {
    outline: none;
    border: none;
    -webkit-transform: translate(0, 17px);
    transform: translate(0, 17px);
}

.header__contacts {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.header__nav-top {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav-items {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav-a {
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    margin-right: 38px;
    font-weight: 700;
    text-decoration: none;
    color: #0c5a98;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.header__phone,
.mailto-a {
    font-family: 'Ubuntu', sans-serif;
    color: #5b8fb8;
    font-weight: 500;
    font-size: 15px;
    margin-left: 40px;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.header__phone {
    margin-left: 0;
}

.header .lk-button {
    font-family: 'Ubuntu', sans-serif;
    position: static;
    white-space: nowrap;
    margin-left: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__nav-a:hover,
.header__phone:hover,
.mailto-a:hover,
.header .lk-button:hover {
    opacity: 0.5;
}

.header__sub-nav-items {
    padding-left: 185px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__sub-nav-a,
.header__sub-nav-current-item {
    font-family: 'Ubuntu', sans-serif;
    color: #0c5a98;
    font-size: 13px;
    display: inline-block;
    margin: 0 12px 4px 0;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.header__sub-nav-a:before {
    content: '';
    background: #ecccc4;
    width: calc(100% + 10px);
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: -5px;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__sub-nav-current-item {
    color: #f05023;
    cursor: default;
}

.header__sub-nav-a:hover {
    color: #0c5a98;
}

.header__sub-nav-a:hover:before {
    opacity: 1;
}

.header__sub-nav-burger {
    display: none;
}

.lk-button {
    background: #f05023;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    top: 27px;
    right: 0;
}

.home-link {
    display: inline-block;
    background: url('/template/img/mainsprite-s56f667865c.png') 0 -987px no-repeat;
    height: 15px;
    width: 16px;
    margin-left: 3px;
    margin-right: 31px;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}

.header__contacts-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav__item_current {
    display: inline-block;
    margin-right: 38px;
    color: #f05023;
    font-size: 18px;
    font-weight: bold;
}

.doc-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc-icon:before {
    content: '';
    display: inline-block;
    left: 0;
    top: -20px;
    background: url(/template/img/mainsprite-s56f667865c.png) 0 -783px no-repeat;
    height: 67px;
    width: 51px;
    margin-right: 1em;
}

/* Main */

.main {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 30px;
    max-width: calc(1355px + 6%);
    overflow: hidden;
}

.article {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.article__shell {
    margin-bottom: 18px;
    background-color: black;
    color: lightgrey;
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    white-space: pre-wrap;
}

h1,
h2,
h3,
.article__h1,
.article__h2,
.article__h3,
.article__th,
.main__h2 {
    font-weight: 700;
    color: #0c5a98;
    margin-top: 0;
}

.article__h3_ta_center {
    text-align: center;
}

h1,
.article__h1 {
    font-size: 40px;
    margin-bottom: 0.5em;
    display: block;
}

h1.marginClean,
.article__h1.marginClean {
    margin-bottom: 0;
}

h2,
.article__h2,
.main__h2 {
    margin-bottom: 0.5em;
    font-size: 30px;
    display: block;
}

.article__h2_width_100 {
    width: 100%;
}

.article__h2_max-width_330 {
    max-width: 330px;
}

.article__h2_margin_top_30 {
    margin-top: 30px;
}

.article__h2_fz_2_4rem {
    font-size: 2.4rem;
}

.article__h2_feedback_dc,
.article__h2_feedback_ws {
    font-size: 4rem;
}

.article__h2_feedback_dc {
    color: #f05023;
}

h3,
.article__h3 {
    margin-bottom: 0.5em;
    font-size: 25px;
    display: block;
}

.article__nav-items {
    margin-bottom: 1em;
}

.article__p,
p,
.article__table,
.article__ol,
ol {
    line-height: 1.3;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.article__price {
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.article__nav-a {
    color: #0c5a98;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}

.article__nav-a:hover {
    text-decoration: underline;
}

.article__reminder {
    position: relative;
    color: #fff;
    padding: 40px 4%;
}

.article__reminder:before {
    position: absolute;
    content: '';
    background-color: #0c5a98;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.article__reminder__text {
    margin: auto;
    max-width: 460px;
}

.article__reminder__text p {
    margin: 0 0 5px;
    font-family: Ubuntu, sans-serif;
}

.article__reminder__text-title {
    font-weight: bold;
    padding-top: 20px;
}

.article__reminder__text img {
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.article__subtitle {
    clear: both;
    padding: 0 60px 0 48px;
    line-height: 1.5;
    font-style: italic;
    font-size: 14px;
    color: #6d6e71;
    width: 430px;
    float: left;
    margin-bottom: 20px;
}

.article__subtitle-author {
    font-size: 14px;
    text-align: right;
    color: #6d6e71;
    display: block;
}

.feedback-section {
    padding-top: 30px;
}

.feedback-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback-section__wrapper-item {
    width: 48%;
}

.certificate__img {
    width: 118px;
    height: 118px;
}

.order-button {
    padding: 11px 16px;
    color: #fff;
    text-decoration: none;
    background-color: #f05023;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.order-button__more {
    margin-top: 20px;
    display: inline-block;
}

.order-button:hover {
    background: #ee9880;
}

.order-button:visited {
    color: #fff;
}

.blue-button,
.blue-button:visited {
    -webkit-transition: background .3s;
    transition: background .3s;
    display: inline-block;
    min-width: 300px;
    text-align: center;
    background: #0c5a98;
    margin: 15px auto 0;
    padding: 0.85em 1.15em;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.blue-button:hover {
    background: rgba(12, 90, 152, 0.75);
}

.blue-button--small {
    min-width: auto;
}

.span-comment {
    border-bottom: 1px dashed;
    cursor: pointer;
    position: relative;
}

.active-comment {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    border: 1px solid #808080;
    font-size: 12px;
    padding: 0.5em;
    line-height: 1.15;
}

.certificates {
    padding-top: 1em;
}

.certificate {
    margin-bottom: 20px;
}

.article__ol-li,
ol li {
    margin-bottom: 10px;
}

.article__ul,
ul {
    padding-left: 22px;
}

.article__li,
ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

.article__li:before {
    content: ' — ';
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.client__img-wrap {
    height: 130px;
    position: relative;
}

.client__img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
}

.client__subtitle {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #929292;
}

.form {
    background: #0c5a98;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 30px;
    position: relative;
    margin-bottom: 50px;
}

.feedback-form__name,
.feedback-form__email,
.feedback-form__phone {
    width: calc(33.333% - 10px);
    height: 48px;
    border: 0;
    padding: 0 20px;
}

.feedback-form__subj {
    width: 100%;
    height: 48px;
    border: 0;
    margin: 30px 0;
    padding: 0 20px;
}

.feedback-form__message {
    width: 100%;
    height: 150px;
    border: 0;
    padding: 20px;
    margin-bottom: 20px;
    outline: none;
}

.form__label {
    color: white;
}

.feedback-form__a {
    color: white;
}

.feedback-form__a:hover {
    text-decoration: none;
}

.feedback-form__close {
    text-align: right;
}

.g-recaptcha-policy {
    display: block;
    margin-bottom: 20px;
    color: grey;
}

.g-recaptcha-policy__a {
    color: grey;
}

.g-recaptcha-policy__a:hover {
    text-decoration: none;
}

.form__submit {
    border: 0;
    cursor: pointer;
    padding: 11px 16px;
    color: #fff;
    background-color: #f05023;
    text-align: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.form__submit:hover {
    opacity: 0.7;
}

.feedback-form__success-msg {
    display: none;
    color: white;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Footer */

.footer__row {
    width: 100%;
    margin: 0 auto;
    padding: 4% 3%;
    max-width: calc(1355px + 6%);
}

.footer__info {
    display: block;
    color: #fff;
    background: #f05022;
}

.footer__info-column {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    vertical-align: top;
    width: 33%;
}

.footer__h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
    padding-left: 23px;
}

.footer__services {
    display: block;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 10px;
}

.footer__services-a,
.footer__a {
    font-family: 'Ubuntu', sans-serif;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    color: white;
    margin-bottom: 10px;
    position: relative;
}

.footer__services-a:before {
    position: absolute;
    content: '—';
    left: -22px;
}

.footer__phone {
    font-weight: 700;
    font-size: 16px;
    color: #9cafc2;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 15px;
}

.footer__phone,
.footer_label {
    font-family: 'Ubuntu', sans-serif;
    color: #ff9b7d;
}

.footer__phone:hover {
    color: #fff;
}

.footer__services-a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__services-a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.footer__h3:hover {
    cursor: default;
}

.footer__a:hover {
    text-decoration: none;
}

.footer__copyright,
.footer-nav,
.visitors-counter {
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
}

.footer__copyright {
    font-size: 14px;
}

.footer__nav-a {
    display: inline-block;
    margin-right: 38px;
    margin-left: 20px;
    font-size: 16px;
    color: #929292;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__nav-a:hover {
    color: #86bcd8;
}

.footer__nav-items {
    display: inline-block;
}

.footer__subInfo {
    display: block;
    margin-bottom: 20px;
}

.footer__subInfo span {
    display: block;
}

.footer__subInfo-title {
    font-size: 14px;
}

.footer__subInfoRow {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visitors-counter {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

.dep-aside-container {
    -webkit-box-ordinal-group: -99;
    -ms-flex-order: -100;
    order: -100;
    overflow: hidden;
    position: relative;
}

.dep-aside {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 3%;
    max-width: calc(1355px + 6%);
}

.dep-aside__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    text-decoration: none;
}

.dep-aside__a-title {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
}

.dep-aside__title--aside-menu {
    display: none;
}

.dep-aside__icon-web,
.dep-aside__icon-dc {
    height: 30px;
    width: 45px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    padding-right: 15px;
    margin-top: -5px;
}

.dep-aside__icon-dc {
    margin-left: 2%;
}

.dep-aside__icon-web {
    background: url(/template/img/mainsprite-s56f667865c.png) 0 -2024px no-repeat;
}

.dep-aside__icon-dc {
    background: url(/template/img/mainsprite-s56f667865c.png) 0 -381px no-repeat;
}

.footer__web-icon-arrow,
.footer__dc-icon-arrow,
.dep-aside__icon-arrow {
    top: 26px;
    right: 0;
    background: url('/template/img/mainsprite-s56f667865c.png') 0 -1448px no-repeat;
    width: 17px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    display: none;
    transition: transform 230ms ease-in;
}

.dep-aside__a {
    display: inline-block;
    margin: 0 20px 7px 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 15px;
    font-weight: 400;
}

.dep-aside__web {
    background: #0c5a98;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.dep-aside__dc {
    background: #f05023;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.dep-aside__web:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0c5a98;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.dep-aside__dc:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f05023;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(50%);
    transform: translate(50%);
}

.dep-aside__ul {
    margin-left: 45px;
    margin-top: -3px;
    margin-bottom: 7px;
}

.dep-aside__title:hover,
.dep-aside__a:hover {
    opacity: 0.5;
}

.dep-aside--lg .dep-aside__web:before,
.dep-aside--lg .dep-aside__dc:before {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}

.dep-aside--lg .dep-aside__icon-arrow {
    display: block;
}

@media screen and (min-width: 1880px) {
    .dep-aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        right: 0;
        width: 240px;
        padding: 0;
        max-width: none;
    }

    .dep-aside--lg .dep-aside__icon-arrow {
        display: none;
    }

    .dep-aside__web,
    .dep-aside__dc {
        padding-left: 35px;
    }

    .dep-aside__icon-web {
        background: url('/template/img/mainsprite-s56f667865c.png') 0 -1849px no-repeat;
        width: 100px;
        height: 100px;
        margin: 0;
    }

    .dep-aside__icon-dc {
        background: url('/template/img/mainsprite-s56f667865c.png') 0 -206px no-repeat;
        width: 100px;
        height: 100px;
        margin: 0;
    }

    .dep-aside__title {
        display: block;
        padding-top: 50px;
        height: auto;
    }

    .dep-aside:before,
    .dep-aside:after {
        display: none;
    }

    .dep-aside__a-title {
        display: block;
        margin-top: 30px;
        font-size: 24px;
        font-weight: 700;
    }

    .dep-aside__ul {
        display: block !important;
        margin-left: 0;
        margin-top: 20px;
    }

    .dep-aside__a:first-child {
        display: none;
    }

    .dep-aside__a {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dep-aside__web:before,
    .dep-aside__dc:before {
        display: none;
    }
}

.header__phone-suffix-web,
.header__phone-suffix-dc {
    font-size: 15px;
    color: white;
    padding: 6px;
    text-decoration: none;
    height: 30px;
}

.header__phone-suffix-web {
    background: #0c5a98;
}

.header__phone-suffix-dc {
    background: #f05023;
}

/*Lists*/

.article__ol,
.article__ul {
    list-style-position: inside;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.article__ul ul,
.article__ul ol,
ul ul,
ul ol,
.article__ol ol,
.article__ol ul,
ol ol,
ol ul {
    margin-top: 0.5em;
}

.article__ul {
    padding-left: 52px;
}

/*Table*/

.tableContainer {
    overflow-x: auto;
    width: 100%;
}

.tableContainer_margins {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tableContainer__description {
    max-width: 35%;
}

.article__table {
    width: 100%;
    max-width: none;
    border-collapse: collapse;
}

.article__table_ubuntu th,
.article__table_ubuntu td {
    font-family: 'Ubuntu', sans-serif;
}

.article__table_width_60 {
    width: 60%;
}

.article__td,
.article__th {
    padding: 13px 5px;
    text-align: left;
}

.article__td:first-child,
.article__th:first-child {
    padding-left: 30px;
    text-align: left;
    min-width: 375px;
}

.article__td:last-child,
.article__th:last-child {
    text-align: center;
    padding-right: 30px;
}

.article__td {
    font-size: 15px;
    font-weight: 400;
}

.article__td-price {
    font-weight: 700;
}

.article__td_center,
.article__th_center {
    text-align: center;
}

.article__td_min_w_125 {
    min-width: 125px;
}

.article__td_min_w_190 {
    min-width: 190px;
}

.article__td_min_w_custom {
    min-width: 155px;
}

.article__td_padding_0 {
    padding: 0 !important;
}

.article__thead .article__tr {
    background: #f05023;
}

.article__th {
    color: #fff;
    font-weight: normal;
}

.article__th_width_100 {
    width: 100%;
}

.article__tbody .article__tr {
    background: #ebebec;
}

.article__tbody .article__tr:nth-child(even) {
    background: #f0ccc4;
}

.article__tr_dc_diff_style {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.article__tr_dc_diff_style td {
    padding: 1em;
}

.article__table-comment {
    text-align: right;
    font-style: italic;
    margin-bottom: 40px;
}

.article__table .article__td-both {
    text-align: center;
}

.article__table-button {
    display: inline-block;
    white-space: nowrap;
    padding: 0 18px;
    line-height: 33px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-decoration: none;
}

.article__table-button:hover {
    opacity: 0.7;
}

.article__table-button--orange {
    background: #f05023;
}

.article__p {
    margin-bottom: 1em;
    line-height: 1.6em;
}

.article__p_fz_1_5rem {
    font-size: 1.5rem;
}

.article__p_can_call,
.article__p_dont_call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__p_can_call:before {
    content: '';
    display: inline-block;
    background-image: url('/template/img/mainsprite-s56f667865c.png');
    background-repeat: no-repeat;
    height: 79px;
    width: 78px;
    background-position: 0 -55px;
    margin-right: 15px;
}

.article__p_dont_call:before {
    content: '';
    display: inline-block;
    background-image: url('/template/img/mainsprite-s56f667865c.png');
    background-repeat: no-repeat;
    background-position: 0 -1515px;
    height: 82px;
    width: 79px;
    margin-right: 15px;
}

.article__p_fw_bold {
    font-weight: bold;
}

.article__p_padding_left_120 {
    padding-left: 120px;
}

.web-studio-table {
    width: 100%;
    border-collapse: collapse;
    font-weight: 500;
}

.web-studio-table tr:nth-child(even) {
    background-color: #E9F4F9;
}

.web-studio-table thead {
    color: #fff;
    font-weight: 500;
    background-color: #0C5A98;
    font-size: 15px;
    line-height: 1.25;
    text-align: left;
}

.web-studio-table th,
.web-studio-table td {
    padding: 30px 40px;
    text-align: left;
}

.web-studio-table__price {
    font-weight: 700;
}

.web-studio-table__width_40 {
    width: 40%;
}

.web-studio-table__width_70 {
    width: 70%;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

[class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.article_width_100 {
    width: 100%;
}

/*----------------------- Atomic css --------------------------------*/

.fz-10 {
    font-size: 10px;
}

.fw-bold {
    font-weight: bold;
}

.fs-italic {
    font-style: italic;
}

.ta-center {
    text-align: center !important;
}

.pt-1 {
    padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-4 {
    padding-top: 4em;
}

.pt-5 {
    padding-top: 5em;
}

.pb-1 {
    padding-top: 1em;
}

.pb-2 {
    padding-top: 2em;
}

.pb-3 {
    padding-top: 3em;
}

.pb-4 {
    padding-top: 4em;
}

.pb-5 {
    padding-top: 5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.max-w_450 {
    max-width: 450px;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

/*-----------------------main--------------------------------*/

.box {
    margin-bottom: 5rem;
}

.img-box img {
    width: 100%;
}

.db {
    display: block;
}

article h1.side,
article h2 {
    font-size: 30px;
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 2rem;
}

.bg-gray {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 3.5rem 0 5rem;
}

.bg-gray:before {
    content: '';
    width: 200%;
    height: 100%;
    min-width: 200vw;
    background: #edeef0;
    position: absolute;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.n-clear:after {
    content: '';
    clear: left;
    display: block;
    position: relative;
}

/*----------------------- flex-container -------------------------------*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-lg-5 {
    width: 40.16666%;
}

.flex-lg-6 {
    width: 48.5%;
}

.flex-lg-7 {
    width: 56.83333%;
}

/*-----------------------promo-------------------------------*/

.n-promo {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6rem;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    height: auto;
}

.n-promo__container {
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
}

.n-promo__item {
    position: relative;
    float: left;
}

.n-promo__item--caption {
    width: calc(100% - 320px);
    margin: 0;
}

.n-promo__item--box-img {
    width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.n-promo__img {
    padding: 0 10px;
    cursor: pointer;
    width: 90px;
    height: 74px;
}

.n-promo__tushino-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-promo__tushino-text {
    width: 60%;
    margin-bottom: 1em;
}

.n-promo__tushino-image {
    width: 38%;
}

/*-----------------------num---------------------------------*/

.num {
    width: 100%;
    margin-bottom: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.num__item {
    max-width: 20%;
    position: relative;
    float: left;
}

.num__title {
    font-size: 50px;
    font-weight: bold;
}

.num__title span,
.num__text {
    font-size: 1rem;
    opacity: 0.7;
    font-weight: normal;
}

/*-----------------------video-------------------------------*/

.video {
    width: 100%;
    height: 100%;
    position: relative;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.video img {
    width: 100%;
}

.video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background: #f05a29;
    padding: 0.7em 1.5em;
    cursor: pointer;
    font-size: 27px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    white-space: nowrap;
}

.video__btn:hover {
    background: #0c5a98;
}

/*-----------------------figure------------------------------*/

.figure {
    display: block;
    padding: 1.6rem 0;
    margin: 0;
    position: relative;
    font-weight: normal;
    line-height: 1.6;
    font-size: 18px;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.figure--r {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.figure:after {
    content: '';
    clear: left;
    display: block;
    position: relative;
}

.figure--r:after {
    clear: right;
}

.figure figcaption {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 30%;
}

.figure figcaption span {
    font-size: 48px;
    font-weight: bold;
    display: block;
    background: #f05a29;
    padding: 1.5rem;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4rem;
    width: 100%;
    line-height: 1.2;
}

.figure figcaption small {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    line-height: 1.6;
    max-width: 15em;
}

.figure figcaption p {
    margin: 0;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.bg-gray .figure-box {
    margin-bottom: -1.6rem;
}

.figure__picture {
    display: block;
    position: relative;
    float: left;
    margin-right: 1.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% - 30% - 1.6rem);
}

.figure__picture img {
    width: 100%;
}

.figure--r .figure__picture {
    margin-right: 0rem;
    margin-left: 1.6rem;
}


.figure > .figure_svoboda_custom_size {
    width: calc(100% - 30% - 1.6rem);
}

.figure__picture_tushino_theme {
    margin-right: 0;
    width: 30%;
}


/*-----------------------halls-------------------------------*/

.halls {
    width: 100%;
    display: block;
    line-height: 1;
}

#tier_iii .sert-box .sert-box__title {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
}

#tier_iii .sert-box ul {
    margin: 0;
    padding: 0;
    display: inline;
}

#tier_iii .sert-box ul li {
    display: inline-block;
    list-style: inside none none;
    margin-bottom: 20px;
    padding: 2em 20px 1em;
    vertical-align: top;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tier_iii .sert-box .field-type-text {
    margin: 1.5em 0 0.9em;
    font-weight: bold;
}

.m-form {
    position: relative;
    width: 100%;
}

.m-form:before {
    content: '';
    width: 200vw;
    min-width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #9d9d9d;
}

.m-form__col {
    width: 50%;
    position: relative;
    float: left;
    color: #fff;
}

.m-form__col--2 {
    padding: 70px 85px 90px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.m-form__col form {
    background: #9d9d9d;
}

.form-input {
    position: relative;
    margin: 2em 0;
    width: 100%;
}

.form-input input {
    width: 100%;
    padding: 1em 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input label {
    position: absolute;
    right: 0;
    top: -2em;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

#it_message {
    padding: 70px 45px 90px;
}

.order-form-wrap {
    position: relative;
}

.m-form .parsley-errors-list {
    left: 0;
    right: auto;
}

.m-form input[type='submit'] {
    width: auto;
    padding: 15px 1.5em;
}

.m-form h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 1.5em;
}

.checkbox {
    position: relative;
    padding-top: 1em;
}

.checkbox label {
    position: relative;
    padding-left: 2.5em;
    display: block;
    line-height: 1.4;
    max-width: 30em;
}

.checkbox input {
    opacity: 0;
}

.checkbox label:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: '\2714';
    position: absolute;
    color: #f05023;
    left: 0.1em;
    width: 1em;
    height: 1em;
    font-size: 2em;
    top: 50%;
    opacity: 0;
    line-height: 1;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

.checkbox input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

.checkbox label:before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 1.5em;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    display: inline-block;
}

.m-form .success-msg span {
    color: #fff;
    height: 210px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.6;
    padding: 0 30px;
}

.maps-text_padding_left_none {
    padding-left: 0;
}

/* @media min-width */

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/* Breadcrumbs */

.breadcrumb {
    list-style: none;
    padding-left: 0;
    font-family: sans-serif;
}

.breadcrumb__li {
    display: inline;
}

.breadcrumb__li a {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
    color: #929292;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb__li span span {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
    color: black;
    font-weight: 300;
    text-decoration: none;
}

/* Ol */

.article-ol-list {
    counter-reset: myCounter;
}

.article__list-item {
    list-style: none;
    position: relative;
    margin-left: 35px;
    margin-bottom: 20px;
}

.article__list-item::before {
    counter-increment: myCounter;
    content: counter(myCounter) '.';
    color: #f05023;
    font-weight: 700;
    font-size: 30px;
    margin-right: 10px;
    position: absolute;
    top: -8px;
    left: -40px;
}

/*Clients*/

.clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.client {
    width: 250px;
    padding: 30px 2.5%;
}

.client__img-wrap {
    min-width: 200px;
    height: 130px;
    position: relative;
}

.client__subtitle {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #929292;
}

.img-colocation {
    float: right;
    margin-left: 20px;
    width: 30%;
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 15px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #9cafc2;
    border-radius: 8px;
}

/* colocation-where */

.g-hidden {
    display: none;
}

/* Active link */

.header__nav-a_current {
    color: #f05023;
    font-size: 18px;
    font-weight: bold;
}

.itsoft {
    font-weight: bold;
    font-style: italic;
}

/* Accordion */

.accordion-list {
    padding: 0;
}

.accordion-list__item {
    background-color: #ebebec;
    margin-bottom: 30px;
}

.accordion-list__item-name {
    background-color: #ecccc4;
    cursor: pointer;
    font-size: 1.39em;
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    padding: 30px 130px 30px 124px;
}

.accordion-list__item-name:before {
    content: '';
    display: block;
    background-image: url(/template/img/mainsprite-s56f667865c.png);
    height: 46px;
    background-position-y: -1685px;
    width: 38px;
    left: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-list__item-name:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/template/img/mainsprite-s56f667865c.png);
    background-position-y: -1425px;
    height: 13px;
    width: 19px;
    top: 50%;
    right: 60px;
    transition: transform 200ms;
}

.accordion-list__item-name--logo-docs:before {
    background-image: url(/template/img/dc-sprite-sfeda2ca446.png);
    background-position-x: 0;
    background-position-y: -1464px;
}

.web-studio .accordion-list__item {
    background-color: #ecf2f7;
}

.web-studio .accordion-list__item-name {
    background-color: #cdddee;
}

.s-opened.accordion-list__item-name::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/template/img/mainsprite-s56f667865c.png);
    background-position-y: -1470px;
    height: 13px;
    width: 19px;
    top: 45%;
    right: 60px;
}

.accordion-list__content {
    border-top: 2px solid #c9ced2;
    padding: 0 20% 0 124px;
    max-height: 0;
    overflow: hidden;
    transition: 250ms linear;
}

.accordion-list__p {
    margin-bottom: 1em;
    line-height: 1.6em;
    font-size: 1em;
}

.accordion-list__checkbox:checked ~ .accordion-list__content {
    padding: 20px 20% 20px 124px;
    max-height: 200vh;
}

.accordion-list__checkbox:checked ~ .accordion-list__item-name:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article__wrapper {
    background-color: #ebebec;
    padding: 65px 4% 30px;
}

.article__wrapper_no_bg {
    background-color: transparent;
}

.region-link {
    text-decoration: none;
    font-weight: 700;
    padding: 23px 32px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 7px;
    vertical-align: bottom;
}

.region-link_active {
    font-size: 35px;
    padding: 27px 50px;
}

.region-link:visited {
    color: #fff;
}

.dc-inner-container {
    background: #ebebec;
    padding: 65px 4% 30px;
}

.servers-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0;
}

.servers-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
}

.servers-benefits__list-item {
    width: 45%;
    position: relative;
}

.servers-benefits__list-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    margin: 10px 0 0 -30px;
    background: #f05023;
}

.simple-list__title {
    font-weight: 700;
    font-size: 20px;
}

.servers-benefits__content {
    width: 66%;
}

.servers-benefits__title {
    max-width: 435px;
}

/* ! FEEDback form */

.feedback-form {
    padding: 50px 45px;
    position: relative;
}

.input-wrap {
    display: inline-block;
    position: relative;
}

.input-wrap input {
    outline: 0;
    width: 100%;
    height: 54px;
    padding: 0 20px;
}

.input-wrap input,
.input-wrap--message textarea {
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
}

.first-row .input-wrap {
    width: 30.7%;
    margin-left: 3.5%;
}

.input-wrap--theme {
    width: 100%;
    margin: 30px 0;
}

.input-wrap--message {
    width: 100%;
}

.input-wrap--message textarea {
    font-size: 15px;
    width: 100%;
    resize: none;
    height: 270px;
    border: 0;
    margin-bottom: 35px;
    outline: 0;
    padding: 15px 20px;
}

.first-row .input-wrap:first-child {
    margin-left: 0;
}

form {
    background: #0c5a98;
}

form label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

form input {
    border: 0;
    outline: none;
}

form .hidden {
    display: none;
}

input[type='submit'] {
    background: #f05023;
    display: block;
    width: 302px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0;
    cursor: pointer;
}

input[type='submit']:hover {
    background: #ee9880;
}

.order-form-wrap .feedback-form-close {
    position: relative;
    text-align: right;
    z-index: 100000000;
}

.order-form-wrap .feedback-form-close .close {
    float: none;
    margin-top: -1em;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.order-form-wrap .feedback-form-close .close:hover {
    color: #f05023;
}

.parsley-errors-list {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: #f05023;
    margin: 0;
    padding: 0;
}

.parsley-custom-error-message,
.parsley-required {
    font-size: 13px;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
}

.close {
    font-size: 5em;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    outline: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.submit {
    margin: auto 0 auto auto;
    width: 302px;
}

.success-msg {
    display: none;
    background: #0c5a98;
    text-align: center;
    vertical-align: middle;
}

.success-msg,
.success-msg span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.success-msg span {
    color: #fff;
    height: 210px;
    font-size: 40px;
    font-weight: 700;
    padding: 0 30px;
}

.success-msg__close-btn {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}

/* ! FEEDback form */

.region-link_blue {
    background-color: #0c5a98;
}

.region-link_orange {
    background-color: #f05023;
}

.region-link_blue:hover {
    background-color: #86bcd8;
}

.region-link_orange:hover {
    background-color: #ee9880;
}

.region-link_active {
    font-size: 35px;
    padding: 27px 50px;
}

.feedback-form__success-msg-a,
.feedback-form__success-msg-a:visited {
    color: #fff;
}

/* ! PARTNERS */

.partners {
    background-image: url('/images/sprite-partners.png');
    background-repeat: no-repeat;
    width: 140px;
    height: 94px;
    margin: auto;
}

.partners--bosh {
    background-position: -289px -97px;
}

.partners--kprf {
    background-position: -575px -291px;
}

.partners--rusfic {
    background-position: -718px -485px;
}

.partners--mastertel {
    background-position: -718px -291px;
}

.partners--20a {
    background-position: -3px -0px;
}

.partners--akvion {
    background-position: -289px -0px;
}

.partners--alphavit {
    background-position: -432px -0px;
}

.partners--anaferon {
    background-position: -575px -0px;
}

.partners--materia {
    background-position: -3px -388px;
}

.partners--zippo {
    background-position: -575px -679px;
}

.partners--bitell {
    background-position: -146px -97px;
}

.partners--hyundai {
    background-position: -146px -679px;
}

.partners--arms {
    background-position: -3px -776px;
}

.partners--maxilac {
    background-position: -432px -679px;
}

.partners--vtf {
    background-position: -432px -776px;
}

.partners--kirby {
    background-position: -289px -291px;
}

.partners--sretenskiyhor {
    background-position: -432px -486px;
}

.partners--popmusic {
    background-position: -575px -388px;
}

.partners--stroigazmontaj {
    background-position: -3px -582px;
}

.partners--burakova {
    background-position: -432px -97px;
}

.partners--evalar {
    background-position: -146px -194px;
}

.partners--vikhino {
    background-position: -432px -583px;
}

.partners--royalcanin {
    background-position: -146px -485px;
}

.partners--kodak {
    background-position: -432px -291px;
}

.partners--floranimal {
    background-position: -432px -194px;
}

.partners--casio {
    background-position: -575px -97px;
}

.partners--impaza {
    background-position: -3px -291px;
}

.partners--tekstilshiki {
    background-position: -575px -582px;
}

.partners--kapilar {
    background-position: -146px -291px;
}

.partners--goldenturtle {
    background-position: -575px -194px;
}

.partners--rusneftehim {
    background-position: -289px -485px;
}

.partners--afala {
    background-position: -146px -0px;
}

.partners--medomeksi {
    background-position: -146px -388px;
}

.partners--multifort {
    background-position: -289px -388px;
}

.partners--smu {
    background-position: -289px -679px;
}

.partners--oblpharm {
    background-position: -718px -679px;
}

.partners--vetoron {
    background-position: -146px -776px;
}

.partners--gammasteel {
    background-position: -289px -776px;
}

.partners--grani {
    background-position: -718px -194px;
}

.partners--finnflare {
    background-position: -289px -194px;
}

.partners--officeexpress {
    background-position: -432px -388px;
}

.partners--promomed {
    background-position: -718px -388px;
}

.partners--qudesan {
    background-position: -3px -485px;
}

.partners--reduksin {
    background-position: -575px -485px;
}

.partners--dietressa {
    background-position: -718px -97px;
}

.partners--dishi {
    background-position: -3px -194px;
}

.partners--turboslim {
    background-position: -289px -582px;
}

.partners--tenoten {
    background-position: -146px -582px;
}

.partners--tenotendeti {
    background-position: -718px -582px;
}

.partners--bagiatti {
    background-position: -3px -97px;
}

.partners--avcharter {
    background-position: -718px -0px;
}

.partners--viwine {
    background-position: -3px -679px;
}

.sprite {
    background-image: url('/images/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.sprite-1 {
    width: 140px;
    height: 94px;
    background-position: 5px -5px;
}

.sprite-2 {
    width: 140px;
    height: 94px;
    background-position: -155px -109px;
}

.sprite-3 {
    width: 140px;
    height: 94px;
    background-position: -5px -213px;
}

.sprite-4 {
    width: 140px;
    height: 94px;
    background-position: -155px -213px;
}

.sprite-5 {
    width: 140px;
    height: 94px;
    background-position: -305px -5px;
}

.sprite-10 {
    width: 140px;
    height: 94px;
    background-position: -155px -5px;
}

.sprite-11 {
    width: 140px;
    height: 94px;
    background-position: -5px -109px;
}

.partners__item {
    float: left;
    margin: 0 10px 0 0;
    width: 11.625%;
    margin-bottom: 20px;
    height: 94px;
    max-height: 94px;
    background: #ededed;
    text-align: center;
    line-height: 94px;
    outline: none;
    overflow: hidden;
}

.partners__item:focus {
    border: none;
    border-color: transparent;
    outline: none;
}

.hide {
    display: none;
}

.attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
}

.attention_margins {
    margin: 40px 0 40px auto;
}

.attention__text {
    margin-left: 4%;
    color: #6d6e71;
}

.price-wrap {
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price {
    font-size: 40px;
    font-weight: 700;
}

.read-more-btn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #0c5a98;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: background, opacity 0.3s;
    transition: background, opacity 0.3s;
    position: absolute;
    bottom: 30px;
    opacity: 0.5;
}

.read-more-btn:hover {
    background: #86bcd8;
}

.g-clearfix--marginTop {
    margin-top: 70px;
}

.accordion-grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion-grid-wrap--3col .accordion-grid-wrap__item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.accordion-grid-wrap__item_width_100 {
    width: 100%;
}

.popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    white-space: nowrap;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup.is-opened {
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.popup.is-opened .popup__content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.popup:before {
    content: '';
    display: inline-block;
    height: 100%;
}

.popup:before,
.popup__content {
    vertical-align: middle;
}

.popup__content {
    font-size: 1rem;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: normal;
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2rem 0;
    padding: 2rem 3%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: left;
    max-width: 70%;
    width: 100%;
}

.popup__content--nord4-video iframe {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.popup__content--nord4-video .close:hover,
.popup__content--nord4-video .close:focus {
    color: #fff;
}

.popup__content--nord4-video .close {
    color: #fff;
}

/*TODO все, что связано с закрытием popup можно удалить*/
.popup__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup__close:active {
    -webkit-transform: translate(0, 0.3em);
    transform: translate(0, 0.3em);
}

.popup p,
.popup li,
.popup h2 {
    font-family: Ubuntu, sans-serif;
}

.popup__close-btn {
    float: right;
}

[data-close] {
    transition: 150ms ease;
    font-size: 5rem;
    opacity: 0.4;
    cursor: pointer;
}

[data-close]:hover {
    opacity: 1;
    color: #f05023;
}

.popup__footnotes {
    font-weight: bold;
    margin: 6em 0;
    background-color: #ECF2F7;
    padding: 24px 50px 24px 80px;
}

.popup__h2 {
    margin: 1em 0;
    font-size: 2em;
}

.badges-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.badges-wrap__p {
    width: 50%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}

.badges-wrap__quality {
    width: 69%;
    line-height: 1.6em;
}

.btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.telegramm-container-link {
    width: 404px;
    display: block;
    max-height: 124px;
}

.telegramm-container-link_aside_banner {
    width: 100%;
}

.telegramm-container__img-banner {
    vertical-align: bottom;
    width: 100%;
}

.telegramm-container__img-banner:hover {
    opacity: 0.75;
}

.banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.telegramm-container__align_self_f_end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.aside-tg-banner {
    padding-top: 20px;
    width: 78%;
}

.aside-tg-banner__img {
    width: 100%;
}

/* Выбор языка */
.lang-select {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-top: 10px;
    align-self: flex-end;
    margin-left: 15px;
}

.lang-select .goog-te-gadget {
    color: transparent;
}

.lang-select .goog-te-gadget > span {
    display: none;
}

.lang-select .goog-te-gadget .goog-te-combo {
    margin: 0;
    padding: 0;
    color: #5b8fb8;
    border: none;
    font-family: Ubuntu, sans-serif;
    white-space: normal;
    font-size: 13px;
    width: 100px;
}

/* Аккордион внутри таблицы*/
.article__td_inner-title {
    padding: 10px 0;
    font-weight: bold;
    font-family: Ubuntu, sans-serif;
    font-size: 1.1em;
}

.js-accordion-table-in-table {
    margin-bottom: 0 !important;
}

.js-accordion-table-in-table__btn {
    cursor: pointer;
}

.js-accordion-table-in-table__list {
    display: none;
}

.js-accordion-table-in-table__span {
    display: inline-block;
    text-decoration: underline;
}

.js-show-more-table {
    cursor: pointer;
    text-decoration: underline;
}

.new-colo-adv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 17px;
}

.new-colo-adv__item {
    width: 30%;
    padding: 0 15px;
}

.new-colo-adv__item:before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    margin: 10px 0 0 -30px;
    background: #f05023;
}

/*Часть стилей из server offer*/

.server-offer__price-in-month {
    font-size: 1.3em;
    text-align: center;
}

.server-offers__wrapper {
    font-size: calc(10px + 100vw / 144);
    padding: 1em 0 1.5em;
}

.server-offer__property {
    font-size: 0.8em;
}

.server-offer__arrow-gpu {
    display: block;
    width: 100%;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM4AAAALCAMAAAAA5ELxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEXr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+zr6+z////+F7PSAAAAJ3RSTlMAKRMNGSEjEQMCDyIXAQwkIBgHBQ4aJQsJJx8cEhAmFAQeBgobKBV3gSDkAAAAAWJLR0QnLQ+oIwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAl2cEFnAAAAzgAAAAwAkoWNwQAAAMJJREFUSMfVlNsOgjAQRBHYFihlC0KBishN//8TNfHBYFTEtKmcx3bTmclO6uwM4Dpf4ulWdkzE8YHQYClKGAGLtccxAE8ABabZp5l9TICwnJvQ109WoJBYvruuoFZ4qGy7XEHQoATZvOhceESC7amz7XAlvOxbhf7TDrL4tjfwNtKyOUOKgonocZAoorDIfn/RMiEFJup7swLaAmPu4p/31/BxOis5jZUvVd2Xm2zZnO4iBSNKpoNtJ5rguQAamte5AhxKCkpUSrxAAAAAAElFTkSuQmCC') no-repeat center center;
    margin: 1.5em 0;
}

.server-offer {
    width: 25%;
    color: #fff;
    float: left;
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.server-offer__card {
    background: #888;
    padding: 30px 12% 35px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;

}

.server-offer__card:hover {
    background: #fc4e25;
}

.server-offer__order-btn {
    margin: 50px 0 0;
    display: block;
    width: 100%;
}

.btn-solid {
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    padding: .7em;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.btn-solid--orange {
    background: #f05023;
}

.server-offer__card:hover .server-offer__order-btn {
    background: #005997;
}

/*for clients*/

.forclients-payment {
    display: flex;
    flex-wrap: wrap;
    margin: 2% 0;
    justify-content: flex-start;
}

.forclients-payment__figure {
    width: 100%;
    max-width: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
}

.forclients-payment__picture {
    height: 80px;
    display: flex;
}

.forclients-payment__img {
    height: 80px;
    align-self: center;
    transition: all 200ms ease-in;
}

.forclients-payment__figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    max-width: 150px;
}

.forclients-payment__img_height_auto {
    height: auto;
    width: 170px;
}

/* Форма на /forclients/reg */

.form-record__form {
    background-color: #fff;
    width: 50%;
}

.form-record__label,
.form-record__label a {
    color: #000;
}

.form-record__field input,
.form-record__field select,
.form-record__field textarea {
    border: 1px solid #6d6e71;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    height: 48px;
    padding: 15px 20px;
    font-size: 1rem;
}

.form-record__field textarea {
    height: 150px;
}

.form__textarea {
    width: 100%;
    margin-bottom: 15px;
}

.form-record__submit {
    margin-top: 15px;
}

.widget-instead-usedesk {
    position: fixed;
    width: 48px;
    height: 48px;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    -webkit-animation: pulse 4s infinite;
    animation: pulse 4s infinite;
}

.widget-instead-usedesk__main-img img {
    width: 100%;
}

/*Редизайн главной страницы сайта*/

.department {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: calc(10px + 100vw / 144);
}

.department__link {
    width: 49%;
    text-decoration: none;
    color: #fff;
}

.department__link:visited {
    text-decoration: none;
    color: #fff;
}

.department__item {
    padding: 10% 16% 10% 10%;
    color: #fff;
    min-height: 500px;
    position: relative;
}

.department__item p {
    font-family: Ubuntu, sans-serif;
}

.department__icon {
    background-image: url('/template/img/mainsprite-s56f667865c.png');
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

.department__icon--studio {
    background-position: 0 -2064px;
    height: 140px;
    width: 140px;
}

.department__icon--dc {
    background-position: 0 -421px;
    height: 140px;
    width: 140px;
}

.department__description {
    font-size: 0.75em;
}

.department__item--studio {
    background-color: #0c5a98;
}

.department__item--dc {
    background-color: #f05023;
}

.department__hover {
    display: none;
}

.department__hover-description {
    font-size: 1.1em;
}

.department__title, .department__hover-title {
    color: #fff;
    font-size: 3.5em;
}

.department__title sup,
.department__hover-title sup {
    font-size: 15px;
    white-space: nowrap;
}

.department__item:hover .department__non-hover {
    display: none;
}

/*feedback page*/
.contacts-wrapper__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.contacts-wrapper__row-wrapper {
    min-height: 350px;
}

.contacts-wrapper__col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.management {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}

.management__person {
    min-width: 230px;
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.management__person--igor {
    width: 100%;
}

.management__person-tel {
    font-size: 18px;
    font-weight: bold;
}

.management__person-text,
.management__person-tel {
    min-height: 30px;
}

.management__person-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.5rem 0.5rem 0;
    height: 40px;
}

/* feedback-slovenia */
.article-slovenia-map {
    padding-top: 2em;
}

.article-slovenia-map iframe {
    width: 100%;
    height: 450px;
}

.contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-wrapper__block {
    width: 48%;
}

.contacts-wrapper__block-text {
    min-height: 550px;
}

.contacts-wrapper__contact-details {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2;
}

.contacts-wrapper__contact-details_tel,
.contacts-wrapper__contact-details_tel:visited {
    color: black;
    margin-bottom: 10px;
    display: inline-block;
}

.contacts-wrapper__contact-details_feedback_dc,
.contacts-wrapper__contact-details_feedback_dc:visited {
    color: #f05023;
}

.contacts-wrapper__content-text {
    font-size: 0.9em;
    opacity: 0.7;
}

.contacts-wrapper__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.contacts-wrapper__link:visited {
    color: #0c5a98;
}

.contacts-wrapper__link_feedback_dc,
.contacts-wrapper__link_feedback_dc:visited {
    color: #f05023;
}

.contacts-wrapper__link img {
    width: 35px;
    margin-right: 10px;
}

@keyframes showModal {
    from {
        transform: translate(-50%, -45%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.department__item:hover .department__hover {
    display: block;
}

.department__hover-info {
    text-align: right;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.info__time,
.info__phone {
    color: rgba(255, 255, 255, .7);
    font-size: 1.75em;
    font-weight: 700;
    margin: 0;
}

.info__time {
    font-size: 1em;
}

.benefits-template {
    display: flex;
    justify-content: space-between;
}

.benefits-template_margin {
    margin-bottom: 3rem;
}

.benefits-template p {
    font-family: 'Ubuntu', sans-serif;
}

.benefits-template__title {
    min-width: 420px;
    max-width: 420px;
    padding-right: 1em;
}

.benefits-template__list {
    width: 100%;
}

.benefits-template__sub-title {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Портфолио на главной */

.short-portfolio {
    padding-top: 20px;
}

.short-portfolio__toggle-panel {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 70px 0;
}

.short-portfolio__title {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}

.short-portfolio__h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.short-portfolio__toggle-btn-container {
    border: 2px solid #b6cde0;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    width: 180px;
}

.short-portfolio__toggle-btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 200ms ease-in;
    width: 100%;
}

.short-portfolio__toggle-btn--is-active {
    background-color: #f05023;
    color: #fff;
}

.short-portfolio__full-btn-container {
    margin: 40px;
    padding: 10px 0;
    text-align: center;
}

.short-portfolio__full-btn {
    transition: background-color .3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #0c5a98;
    margin: 0 0 10px;
    padding: 15px 0;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.short-portfolio__full-btn {
    transition: background-color .3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #0c5a98;
    margin: 0 0 10px;
    padding: 15px 0;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.short-portfolio__full-btn:visited {
    color: #fff;
}

.short-portfolio__full-btn:hover {
    background-color: #548bb7;
}

.briefcase {
    display: none;
}

.briefcase--is-active {
    display: flex;
    flex-wrap: wrap;
}

.briefcase__image img {
    width: 100%;
    max-width: 220px;
}

.briefcase__item {
    height: 300px;
    width: 100%;
    position: relative;
}

.briefcase__item:nth-child(1n + 7) {
    display: none;
}

.briefcase__title {
    line-height: 1.3;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    height: 10%;
}

.briefcase__description {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 10px;
}

.briefcase__item-front {
    text-align: center;
}

.briefcase__item-front,
.briefcase__item-back {
    height: 100%;
    padding: 20px;
}

.briefcase__item-back {
    display: none;
    background-color: rgba(40, 93, 162, 0.92);
    color: #fff;
    opacity: 1;
}

.briefcase__list {
    padding-left: 5px;
}

.briefcase__list-item {
    font-size: 12px;
    margin: 0 0 10px 15px;
    position: relative;
}

.briefcase__list-item:before {
    content: '';
    display: inline-block;
    width: 0.6em;
    position: absolute;
    height: 0.6em;
    background-color: #FFF;
    left: -15px;
    top: 0.3em;
}

.briefcase__link {
    font-size: 11px;
    text-decoration: underline;
}

.briefcase__link--continue {
    font-style: italic;
}

.briefcase__link:nth-child(2):before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

.briefcase__item:hover .briefcase__item-back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    animation: rotateCard 620ms forwards;
}

.briefcase__item:hover .briefcase__link {
    animation: hoverColor ease-in 200ms forwards;
}

.briefcase__link-box {
    position: absolute;
    bottom: 2em;
}

.briefcase__link:hover {
    text-decoration: none;
}

.main-page-slider img {
    width: 100%;
}

.swiper-container,
.swiper-slide img {
    width: 100%;
}

.swiper-container {
    margin-bottom: 30px;
    opacity: 1;
    height: auto;
    transition: opacity 20ms ease-in;
}

.main-page-swiper {
    height: calc(35px + 50vw);
}

.swiper-wrapper {
    height: auto;
}

.swiper-partner .swiper-slide,
.small-partners-swiper .swiper-slide {
    text-align: center;
    background-color: #ededed;
}

.swiper-partner .swiper-slide {
    height: 94px;
}

.swiper-partner-pagination {
    text-align: center;
    margin: 15px 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.35);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #285DA2;
}

.swiper-partner-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-slide--show-all a {
    height: 94px;
    display: inline-block;
    padding: 23px 0;
}

.swiper-slide--show-all a:visited {
    color: #A5A5A5;
}

.small-partners-pagination {
    text-align: center;
    margin: 15px 0;
}

.map-info {
    padding-top: 20px;
}

.modal-slider {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 100%;
    z-index: 1000;
    visibility: visible;
}

.modal-slider-fade {
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    display: none;
}

.show-modal-fade {
    display: block;
}

.show-modal-slider {
    display: block;
    animation: showModal 500ms forwards;
}

.swiper-css-hide {
    opacity: 0;
    overflow: hidden;
}

/*swiper на data-center*/

.common-swiper {
    height: 34vw;
    margin-bottom: 0;
}

.common-swiper .swiper-slide {
    position: relative;
    cursor: grab;
}

.swiper-slide__text-absolute {
    position: absolute;
    top: 20%;
    right: 50px;
    font-size: 20px;
    width: 500px;
}

.swiper-slide__text-absolute_ta_center {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.swiper-slide__text-p {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.4em;
}

.swiper-slide__text-p_big_text {
    font-size: 2em;
    font-weight: bold;

}

.swiper-slide__text-absolute_small_text {
    font-size: 0.95em;
}

[data-toggle-wrapper] {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}

[data-toggle-checkbox]:checked ~ [data-toggle-wrapper] {
    padding: 1px 0;
    max-height: 50rem;
}

[data-toggle-checkbox]:checked ~ [data-toggle-wrapper="long"] {
    padding: 0;
    max-height: 450rem;
}

[data-toggle-checkbox]:checked ~ .footer__h3:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

[data-toggle-checkbox]:checked ~ .server-conf__section-title::before {
    transition: all 330ms ease-in;
    transform: translateY(-50%) rotate(180deg);
}

.error_message {
    color: red;
}

[data-toggle-checkbox],
[data-toggle-checkbox] ~ label {
    cursor: pointer;
}

.accordion-list__content[data-toggle-wrapper] {
    padding: 0 20% 0 124px;
}

[data-toggle-checkbox]:checked ~ .accordion-list__content[data-toggle-wrapper] {
    padding: 20px 20% 20px 124px;
}

.n-promo__head {
    display: flex;
    justify-content: space-between;
}

.n-promo__head > .n-promo__item {
    width: 68%;
    margin-right: 1em;
}

.n-promo__head-img {
    width: 100%;
}

/*jobs*/

.jobs-offer {
    display: flex;
    flex-wrap: wrap;
}

.jobs-offer__vacancy--hide-text {
    display: none;
    color: #fff;
}

.jobs-offer__vacancy {
    width: 48%;
    overflow: hidden;
    cursor: pointer;
    padding: 2rem 0.5rem 0 2rem;
    margin-bottom: 2rem;
    height: 300px;
    transition: all 150ms ease-in;
    position: relative;
}

.jobs-offer__vacancy:nth-child(odd) {
    margin-right: 1%;
}

.jobs-offer__vacancy:nth-child(even) {
    margin-left: 1%;
}

a.jobs-offer__vacancy,
a.jobs-offer__vacancy:visited {
    text-decoration: none;
    color: #fff;
}

.jobs-offer__vacancy_engineer {
    background-color: #888;
    width: 25%;
    height: 200px;
}

.jobs-offer__vacancy:nth-child(n+2):nth-child(-n+3) {
    background-color: #f05023;

}

.jobs-offer__vacancy:nth-child(n+6) {
    background-color: #F3734F;
    width: 190px;
    height: 145px;
}

.jobs-offer__vacancy:nth-child(1),
.jobs-offer__vacancy:nth-child(4) {
    background-color: #F3734F;
}

.jobs-offer__vacancy:hover {
    box-shadow: 0 0 65px rgb(255, 55, 0);
}

.jobs-offer__vacancy:hover.jobs-offer__vacancy_hover_bg_orange {
    background-color: #f05023;
}

.jobs-offer__vacancy:hover .jobs-offer__vacancy-img-box {
    transform: translateY(2%);
}

.jobs-offer__vacancy:hover path[data-anim-horizontal] {
    transform-origin: center center;
    animation-delay: 100ms;
    animation: moveToX 3s infinite;
}

.jobs-offer__vacancy:hover polygon[data-anim-vertical],
.jobs-offer__vacancy:hover g[data-anim-vertical] {
    animation-delay: 100ms;
    animation: moveToY 3s infinite;
}

.jobs-offer__vacancy:hover [data-hide] {
    display: none;
}

.jobs-offer__vacancy:hover .jobs-offer__vacancy--hide-text {
    display: block;
}

.jobs-offer__vacancy_engineer:hover {
    background-color: #f05023;
}

.jobs-offer__vacancy-title {
    color: #fff;
}

.jobs-offer__vacancy-title_fz_sm {
    font-size: 1.5rem;
}

.jobs-offer__vacancy-img-box {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: translateY(100%);
    transition: all 115ms ease-in;
}

.jobs-bonus {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.jobs-bonus__item {
    text-align: center;
    padding: 2%;
    width: 33.333%;
    min-width: 225px;
    box-sizing: border-box;
    margin-bottom: 4em;
}

.jobs-bonus__img {
    margin: 0 auto 1em;
    width: 50%;
}

.jobs-bonus__title {
    font-weight: bold;
    font-size: 1.8em;
    min-height: 3.5em;
}

.jobs-bonus__text {
    color: #737373;
    width: 80%;
    margin: auto;
}

.jobs-btn-box {
    text-align: center;
}

.jobs__article {
    font-family: Ubuntu, sans-serif;
    width: 70%;
    position: relative;
    line-height: 2em;
    text-align: center;
    margin: 4rem auto 6rem;
}

/*popup на jobs*/

/* gray rect */

.accompanying-service {
    margin-bottom: 3.333%;
    height: 208px;
}

.accompanying-service__inner {
    display: block;
    min-height: 208px;
    height: 100%;
    padding: 30px;
    background: rgb(136, 136, 136);
    position: relative;
    text-decoration: none;
}

.accompanying-service__h3, .accompanying-service__p, .accompanying-service__button {
    color: white;
}

.accompanying-service__h3 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.17em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accompanying-service__p {
    margin-bottom: 20px;
}

.accompanying-service__button {
    display: none;
    background: rgb(12, 90, 152);
    padding: 10px 20px;
    text-decoration: none;
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-size: 14px;
}

.accompanying-service__inner:hover {
    background: #f05023;
}

.accompanying-service__inner:hover .accompanying-service__button {
    display: block;
}

/* ----- кастомный список с иконками ----- */
.icon-list__item {
    position: relative;
    margin-bottom: 3em;
    background-repeat: no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    background-position-y: 10px;
}

.domain-reg__docs-wrap {
    margin-bottom: 2em;
}

.internship__text {
    margin: 3.5em 0;
}

.main-sprite {
    position: relative;
}

.main-sprite:before {
    content: '';
    background-image: url('/template/img/mainsprite-s56f667865c.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: none;
}

.main-sprite--identity:before {
    background-position: 0 -1012px;
    height: 55px;
    width: 61px;
}

.main-sprite--design:before {
    background-position: 0 -571px;
    height: 48px;
    width: 48px;
}

.main-sprite--markup:before {
    background-position: 0 -1382px;
    height: 33px;
    width: 48px;
}

.main-sprite--program:before {
    background-position: 0 -1640px;
    height: 43px;
    width: 46px;
}

.main-sprite--seo:before {
    background-position: 0 -1737px;
    height: 52px;
    width: 57px;
}

.main-sprite--support:before {
    background-position: 0 -2214px;
    height: 49px;
    width: 37px;
}

.main-sprite--hosting:before {
    background-image: url("/template/img/dc-sprite-sfeda2ca446.png");
    background-position: 0 -1242px;
    height: 59px;
    width: 43px;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
}

.main-sprite--copywrite:before {
    background-position: 0 -144px;
    height: 52px;
    width: 55px;
}

.main-sprite--add:before {
    background-position: 0 -144px;
    height: 45px;
    width: 47px;
}

.main-sprite--domains:before {
    background-position: 0 -860px;
    height: 46px;
    width: 47px;
}

.small {
    font-size: 0.6em;
}

[data-arrow] {
    position: relative;
}

[data-arrow]:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 1.5em;
    -webkit-transition: 220ms -webkit-transform linear;
    transition: 220ms -webkit-transform linear;
    -o-transition: 220ms transform linear;
    transition: 220ms transform linear;
    transition: 220ms transform linear, 220ms -webkit-transform linear;
}

[data-toggle-checkbox]:checked ~ [data-arrow]:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

/* @keyframes */

@keyframes moveToY {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(2%);
    }
    40% {
        transform: translateY(1%);
    }
    70% {
        transform: translateY(2%);
    }
    80% {
        transform: translateY(0);
    }
    90%, 100% {
        transform: translateY(0);
    }
}

@keyframes moveToX {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-6deg);
    }
    40% {
        transform: rotate(6deg);
    }
    90% {
        transform: rotate(0);
    }
    95% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes showModal {
    from {
        transform: translate(-50%, -45%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes rotateCard {
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0);
    }
}

@keyframes hoverColor {
    from {
        color: #285DA2;
    }
    to {
        color: #fff;
    }
}

@-webkit-keyframes arrowSlide {
    0% {
        right: 15%;
    }
    100% {
        right: 5%;
    }
}

@keyframes arrowSlide {
    0% {
        right: 15%;
    }
    100% {
        right: 5%;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    22% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    44% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    66% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    88% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    95% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    22% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    44% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    66% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    88% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    95% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* @media min-width */

@media screen and (min-width: 375px) {

    .short-portfolio__toggle-btn-container {
        width: auto;
    }

    .short-portfolio__toggle-btn {
        width: auto;
    }
}

@media screen and (min-width: 426px) {
    .briefcase__item {
        width: 50%;
    }

    .briefcase__item-front {
        text-align: left;
    }

    .short-portfolio__full-btn {
        width: 300px;
    }

    .short-portfolio__title {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .short-portfolio__h2 {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .main-page-swiper {
        height: calc(35px + 30vw);
    }

    .list-flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .list-flex-4 li {
        width: 31.5%;
    }

    .list-flex-6 li {
        width: 48.5%;
    }
}

@media screen and (min-width: 768px) {
    .briefcase__item {
        width: 33%;
    }

    .briefcase__item:nth-child(1n + 7) {
        display: block;
    }

    .briefcase__item:nth-child(1n + 10) {
        display: none;
    }

    .short-portfolio__full-btn {
        margin: 0 10px;
    }

    .icon-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .icon-list__item {
        width: 38%;
        padding-left: 75px;
        margin: 0 12% 1em 0;
    }

    .icon-list__item--megafon {
        background-image: url("/images/web-studio/domain-registration/megafon.svg");
    }

    .icon-list__item--warning {
        background-image: url("/images/web-studio/domain-registration/warning.svg");
    }

    .icon-list__item--a-letter {
        background-image: url("/images/web-studio/domain-registration/Aa.svg");
    }

    .icon-list__item--winner {
        background-image: url("/images/web-studio/domain-registration/winner.svg");
    }

    .icon-list__item--checked {
        background-image: url("/images/web-studio/domain-registration/checked.svg");
    }

    .domain-reg__docs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 420px;
        margin: 1em auto;
    }

    .main-sprite:before {
        display: inline-block;
    }

}

@media screen and (min-width: 800px) {

    [data-toggle-wrapper='800'] {
        padding: 0;
        max-height: 50rem;
    }

    [data-toggle-checkbox]:checked ~ [data-toggle-wrapper] {
        padding: 0;
        max-height: 50rem;
    }

    [data-toggle-checkbox]:checked ~ [data-toggle-wrapper="long"] {
        padding: 0;
        max-height: 450rem;
    }
}

@media screen and (min-width: 1024px) {
    .forclients-payment__img {
        filter: grayscale(1);
        opacity: 0.6;
    }

    .forclients-payment__img:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .briefcase__item {
        width: 20%;
    }

    .briefcase__item:nth-child(1n) {
        display: block;
    }

    .main-page-swiper {
        height: calc(35px + 23vw);
    }

    .internship__text {
        padding-left: 430px;
    }
}

@media screen and (min-width: 1440px) {
    .server-offers__wrapper {
        font-size: 20px;
    }

    .department {
        font-size: 20px;
    }

    .main-page-swiper {
        height: 360px;
    }

    .main-page-swiper .swiper-slide img {
        max-width: 1352px;
    }

    .common-swiper {
        height: 490px;
    }
}

@media screen and (min-width: 1880px) {
    [data-toggle-wrapper='1880'] {
        padding: 10px 0;
        max-height: 100vh;
    }

    .dep-aside__title--top-menu {
        display: none;
    }

    .dep-aside__title--aside-menu {
        display: inline-block;
    }
}

/* @media max-width */

@media screen and (max-width: 1440px) {
    .department__item {
        min-height: 35vw;
        height: 500px;
    }

    .swiper-slide__text-absolute {
        font-size: 1.4vw;
    }

    .swiper-slide__text-absolute {
        width: 35vw;
    }
}

@media screen and (max-width: 1320px) {
    .header__phone,
    .mailto-a,
    .header__nav-a {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1279px) {
    .server-offer {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1240px) {
    .footer__services {
        padding-left: 25px;
    }

    .footer__services-a,
    .footer__a {
        white-space: normal;
    }

    .footer__nav-a {
        margin: 0 15px;
    }

    .dc-promoblock__slide-descr_custom_position {
        bottom: 0;
    }
}

@media screen and (max-width: 1180px) {
    .mailto-a {
        position: relative;
        display: inline-block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('/template/img/mainsprite-s56f667865c.png') 0 -1342px no-repeat;
        height: 30px;
        width: 31px;
        min-width: 31px;
    }
}

@media screen and (max-width: 1170px) {
    .header__nav-top {
        margin-top: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .header__logo img {
        -webkit-transform: none;
        transform: none;
    }

    .header__contacts {
        margin-bottom: 20px;
    }

    .header__sub-nav-items {
        width: 100%;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1100px) {
    .header__row {
        margin-bottom: 20px;
    }

    .header__nav-a {
        font-size: 18px;
    }

}

@media screen and (max-width: 1080px) {
    .footer__nav-items {
        display: none;
    }

    .department__icon--studio,
    .department__icon--dc {
        height: 100px;
        width: 100px;
    }

    .department__icon--dc {
        background-position: 0 -206px;
    }

    .department__icon--studio {
        background-position: 0 -1849px;
    }
}

@media screen and (max-width: 1024px) {
    .logos-images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .logos-images__item {
        max-width: 31%;
    }

    .servers-benefits {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .servers-benefits__content,
    .servers-benefits__title {
        width: 100%;
    }

    .attention {
        width: 100%;
    }

    .attention_margins {
        margin: 40px auto;
    }

    /* Форма на /forclients/reg */
    .form-record__form {
        width: 100%;
    }

    .department__hover-title {
        font-size: 2.3em;
    }

    .benefits-template {
        flex-wrap: wrap;
    }

    /*    jobs/corp */
    .corp__list-item-text,
    .corp__slider-thumb {
        width: 100%;
    }

    .corp__slider-thumb picture {
        padding-bottom: 0;
    }

    .swiper-container_display_none_1024 {
        display: none;
    }

    .jobs-offer__vacancy_engineer {
        width: 48%;
    }

    /*    feedback*/
    .contacts-wrapper__block-text {
        min-height: 770px;
    }
}

@media screen and (max-width: 980px) {
    .telegramm-container_display_none {
        display: none;
    }

    .n-promo__head > .n-promo__item {
        width: 56%;
    }

    .num__title {
        font-size: 38px;
    }

    .num__title span,
    .num__text {
        font-size: 13px;
    }

    .figure {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .figure img {
        width: 100%;
        margin: 1.6rem 0;
    }

    .figure figcaption {
        width: 100%;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .figure figcaption span {
        margin-top: 0;
        width: 40%;
        font-size: 40px;
        margin-left: 1.6rem;
    }

    .figure--r figcaption {
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    .figure--r figcaption span {
        margin-right: 1.6rem;
        margin-left: 0;
    }

    .figure figcaption small {
        font-size: 14px;
    }

    .figure__picture,
    .figure--r .figure__picture{
        width: 100%;
        margin: 0;
    }

    .m-form__col {
        width: 100%;
        padding-top: 0;
    }

    .m-form h2 {
        font-size: 30px;
    }

    #it_message {
        padding: 70px 4% 45px;
    }

    .m-form__col--2 {
        padding: 0 4% 90px;
    }

    .m-form .success-msg span {
        font-size: 20px;
    }

    .department__icon--studio,
    .department__icon--dc {
        height: 55px;
        width: 55px;
    }

    .department__icon--dc {
        background-position: 0 -316px;
    }

    .department__icon--studio {
        background-position: 0 -1959px;
    }

    .flex-lg-6,
    .flex-lg-7,
    .flex-lg-5 {
        width: 100%;
    }

    .n-promo__tushino-text,
    .n-promo__tushino-image {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .feedback-form {
        padding: 20px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feedback-form__name,
    .feedback-form__email,
    .feedback-form__phone {
        width: auto;
        margin-bottom: 15px;
    }

    .feedback-form__message {
        width: auto;
    }
}

@media screen and (max-width: 900px) {
    .banner-box {
        flex-wrap: wrap;
    }

    .server-offers__wrapper {
        font-size: calc(18px + 100vw / 144);
    }

    .server-offer {
        width: 50%;
        margin-bottom: 20px;
    }

    .new-colo-adv__item {
        width: 100%;
    }

    .telegramm-container__align_self_f_end {
        margin: 0 0 0 auto;
    }

}

@media screen and (max-width: 800px) {
    .footer__phone {
        display: none;
    }

    .footer__info-column {
        display: block;
        width: 100%;
    }

    .footer__column-contacts {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2% 25px;
    }

    .footer__subInfo {
        width: 50%;
    }

    .footer__info .footer__row {
        padding: 0;
    }

    .footer__web {
        background: #0c5a98;
    }

    .footer__services {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .footer__services-a {
        display: block;
        text-decoration: none;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 25px;
        margin-bottom: 0;
    }

    .footer__services-a:before {
        display: none;
    }

    .footer__services-a:last-child {
        border-bottom: none;
    }

    .footer__dc .footer__services-a {
        border-top: 4px solid #ee9880;
        padding-left: 15px;
    }

    .footer__dc .footer__services-a:hover {
        opacity: 1;
        background: #ee9880;
    }

    .footer__web .footer__services-a {
        border-top: 4px solid #86bcd8;
        padding-left: 15px;
    }

    .footer__web .footer__services-a:hover {
        opacity: 1;
        background: #86bcd8;
    }

    .footer__h3 {
        display: block;
        width: 100%;
        padding: 3% 2%;
        font-weight: 700;
        font-size: 36px;
        color: #fff;
        position: relative;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    .footer__h3:after {
        content: ' ';
        top: 50%;
        right: calc(3% + 20px);
        background: url('/template/img/mainsprite-s56f667865c.png') 0 -1448px no-repeat;
        width: 17px;
        height: 12px;
        cursor: pointer;
        position: absolute;
        display: block;
        transition: transform 230ms ease-in;
    }

    .footer__h3:hover {
        cursor: pointer;
        opacity: 0.5;
    }

    .footer__info {
        display: block;
        width: 100%;
    }

    .footer__h3 {
        margin: 0;
        padding: 3% 10px;
        padding-left: calc(3% + 20px);
        margin-left: 0;
        font-weight: 700;
        font-size: 36px;
    }

    .footer__subInfoRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__copyright {
        margin-bottom: 30px;
    }

    .footer__subInfo {
        margin-bottom: 10px;
    }

    .article {
        margin-top: 0;
    }

    .header,
    .main {
        padding: 10px 3%;
    }

    .header__row {
        margin-bottom: 20px;
    }

    .header__nav-top {
        margin-top: 15px;
    }

    .dep-aside {
        padding: 0 3%;
        max-width: calc(1355px + 6%);
    }

    .header__sub-nav-items {
        background: #f05023;
    }

    .header__sub-nav-burger {
        display: block;
        background: url('/template/img/mainsprite-s56f667865c.png') 0 -1607px no-repeat;
        height: 23px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
        cursor: pointer;
    }

    .header__sub-nav-current-item {
        color: rgba(255, 255, 255, 0.5);
    }

    .header__sub-nav-a:hover {
        color: white;
        opacity: 0.7;
    }

    .header__sub-nav-items {
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .header__sub-nav-a:last-child {
        margin-bottom: 0;
    }

    .header__sub-nav-a,
    .header__sub-nav-current-item {
        margin: 0;
        border-top: 4px solid #ee9880;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        display: block;
        padding: 10px 40px 10px 37px;
        z-index: 100;
        color: white;
        background: #f16039;
    }

    .header__sub-nav-current-item {
        background: #f05023;
    }

    .header__sub-nav-a:before {
        content: '';
        background: #ecccc4;
        width: 5px;
        height: calc(100% + 6px);
        position: absolute;
        top: -3px;
        left: -5px;
        z-index: -1;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header__sub-nav-a:after {
        content: '';
        background: #ecccc4;
        width: 5px;
        height: calc(100% + 6px);
        position: absolute;
        top: -3px;
        right: -5px;
        z-index: -1;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header__sub-nav-a:hover:before,
    .header__sub-nav-a:hover:after {
        opacity: 1;
    }

    .header__sub-nav-a:hover {
        background: #f05023;
        opacity: 1;
    }

    .header__sub-nav-a:last-child:before,
    .header__sub-nav-a:last-child:after {
        height: calc(100% + 3px);
    }

}

@media screen and (min-width: 801px) {
    .header__sub-nav-a,
    .header__sub-nav-current-item {
        display: inline !important;
    }

    .btn-container {
        max-height: 124px;
    }
}

@media screen and (max-width: 768px) {
    .accordion-grid-wrap--3col .accordion-grid-wrap__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .accordion-grid-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .map-info {
        text-align: center;
        padding: 30px 0 40px;
    }

    .badges-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .badges-wrap__quality,
    .badges-wrap__p {
        width: 100%;
    }

    .servers-benefits__list-item,
    .benefit-list__item {
        width: 100%;
    }

    .header__nav-top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .home-link {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        line-height: 26px;
    }

    .header__nav-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__sub-nav-a,
    .header__sub-nav-current-item {
        white-space: normal;
    }

    .header__contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header__phone {
        text-align: right;
        margin: 0;
    }

    .header__logo {
        margin: 0;
        align-self: flex-start;
    }

    .header__phone,
    .mailto-a,
    .header .lk-button {
        margin-left: 10px;
    }

    .department__description {
        font-size: 1em;
    }

    .contacts-wrapper__block {
        width: 100%;
    }

    .contacts-wrapper__block-text {
        min-height: auto;
    }

    .article__h2_feedback_dc, .article__h2_feedback_ws {
        font-size: 2.8rem;
    }

    .management {
        flex-direction: column;
    }

    .feedback-section__wrapper-item {
        width: 100%;
    }

    .popup__content {
        max-width: 100%;
        margin: 0;
    }

    /*  jobs  */
    .jobs-offer__vacancy:nth-child(odd),
    .jobs-offer__vacancy:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }

    .jobs-offer__vacancy {
        width: 100%;
    }

    .jobs-offer__vacancy_engineer {
        width: 48%;
        margin-right: 1% !important;
        height: 160px;
    }

    .jobs-offer__vacancy:nth-child(n+6) {
        height: auto;
    }

    .jobs-bonus__item {
        width: 50%;
    }

    .jobs__article {
        width: 80%;
        position: relative;
        line-height: 1.4em;
        margin: 3rem auto 5rem;
        font-size: 1rem;
    }

    .swiper-container_display_none_768 {
        display: none;
    }

    .n-promo__head {
        flex-wrap: wrap;
    }

    .n-promo__head > .n-promo__item {
        width: 100%;
    }

    .internship h1 {
        font-size: 1.75em;
    }

}

@media screen and (max-width: 767px) {
    .n-promo__item--caption {
        width: 100%;
    }

    .num__item {
        max-width: 100%;
        width: 50%;
        margin-bottom: 2rem;
    }

    .figure {
        display: block;
    }

    .figure figcaption {
        display: block;
    }

    .figure figcaption span {
        margin: 1.6rem 0;
        width: 100%;
    }

    .figure figcaption {
        clear: right;
    }

    #tier_iii .sert-box ul li {
        width: 100%;
    }

}

@media screen and (max-width: 720px) {
    .feedback-form {
        padding: 35px 20px;
    }

    .submit {
        margin: auto;
    }
}

@media screen and (max-width: 700px) {
    .server-offer__price-in-month {
        font-size: 1.9em;
    }

    .server-offer {
        padding: 0;
        width: 100%;
    }

}

@media screen and (max-width: 660px) {
    .footer__subInfo {
        width: 100%;
        text-align: center;
    }

    .footer__h3 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 3% 0;
        padding-left: calc(3% + 20px);
        margin-left: 0px;
        font-weight: 700;
        font-size: 26px;
    }

    .accordion-list__item-name {
        font-size: 1.1em;
    }

    .s-opened.accordion-list__item-name::after {
        right: 25px;
    }

    .accordion-list__item-name::after {
        right: 25px;
    }

    .first-row .input-wrap {
        width: 100%;
        margin: 0 0 15px;
    }

    .department__link {
        width: 100%;
    }

    .department__item {
        min-height: 0;
        height: 380px;
    }
}

@media screen and (max-width: 575px) {
    .article__td:first-child,
    .article__th:first-child {
        min-width: 165px;
    }

    .n-promo__head-img-box {
        width: 100%;
        margin-top: 30px;
    }

    .article__reminder__text img {
        float: none;
    }

    /*  jobs  */
    .jobs-offer__vacancy_engineer {
        width: 100%;
        margin-right: 0 !important;
    }

    .benefits-template__title {
        min-width: 100px;
    }
}

@media screen and (max-width: 570px) {
    .logos-images__item {
        max-width: 48%;
    }

    .servers-benefits__title {
        min-width: 0;
    }

    .btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .region-link {
        width: 50%;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 15px;
        padding: 15px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .region-link_blue.region-link_active {
        font-size: 22px;
        padding-top: 22px;
    }

    .region-link_orange.region-link_active {
        font-size: 22px;
        padding-top: 22px;
    }

    .btn-container__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .header__contacts-phones {
        margin-bottom: 10px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__contacts {
        width: 50%;
    }

    .forclients-payment {
        justify-content: center;
    }

    input.form-record__submit {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .dc-block--litle {
        width: 100%;
    }

    .img-colocation {
        float: none;
        margin: 0 0 1em;
        width: 100%;
        max-width: none;
    }

    .accordion-list__item-name::before {
        display: none;
    }

    .accordion-list__item-name,
    .accordion-list__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accordion-list__item-name {
        padding-right: 40px;
    }

    .accordion-list__p {
        font-size: 0.855em;
    }

    .article__h2_fz_2_4rem {
        font-size: 2rem;
    }

    .accordion-list__content[data-toggle-wrapper] {
        padding: 0 40px 0 30px;
    }

    [data-toggle-checkbox]:checked ~ .accordion-list__content[data-toggle-wrapper] {
        padding: 30px 40px 30px 30px;
    }

    /*  jobs  */
    .jobs-bonus__item {
        width: 100%;
    }

    .accordion-list__checkbox:checked ~ .accordion-list__content {
        padding: 15px 30px 15px 30px;
        max-height: 500vh;
    }
}

@media screen and (max-width: 500px) {
    .dc-services__title {
        font-size: 28px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .attention {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .attention__img {
        margin: auto;
    }

    .attention__text {
        margin-left: 0;
    }

    .article__h1_fz_sm {
        font-size: 30px;
    }

    .n-promo__item--box-img {
        width: 100%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .num__item {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    input[type='submit'] {
        width: 100%;
    }

    .telegramm-container-link {
        width: 100%;
    }

    .mobile--hide {
        display: none;
    }

    .mobile--show {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .submit {
        width: 100%;
    }

    input[type='submit'] {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .article__td {
        font-size: 13px;
    }

    .main-page-swiper {
        display: none;
    }

    .article__subtitle {
        padding: 0 20px;
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    .header__logo {
        width: 130px;
    }

    .blue-button {
        min-width: 100%;
    }
}
