@import url("disable-browser-styles.css");
@import url("bootstrap-grid.luto.css");
@import url("fancybox.min.css");
@import url("owl.carousel.min.css");
ol,
ul {
    list-style: none;
}
section {
    display: block;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table a {
    text-decoration: underline;
}
table a:hover {
    text-decoration: none;
}
.article tr {
    border-bottom: 1px solid #f2f2f2;
}
.article thead td,
.article th {
    padding: 10px 10px;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    background: rgba(72, 161, 209, 1);
    vertical-align: middle;
    word-break: break-word;
}
.article td {
    padding: 10px 10px;
    background-color: #fff;
    color: #202020;
    word-break: break-word;
    vertical-align: middle;
}
.article tbody tr:nth-child(2n) td {
    background-color: #f9f9f9;
}
.article table th:nth-child(1),
.article table td:nth-child(1) {

}
.article table th:nth-last-child(1),
.article table td:nth-last-child(1) {

}
.article blockquote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 25px;
    position: relative;
}
@media (min-width: 768px) {
    .article blockquote {
        padding-left: 55px;
        padding-right: 55px;
    }
    .article blockquote:after,
    .article blockquote:before {
        font-family: arial;
        position: absolute;
        color: #cecece;
        font-size: 50px;
        line-height: 35px;
    }
    .article blockquote:before {
        top: 0;
        left: 8px;
        font-family: arial;
        content: "В«"
    }
    .article blockquote:after {
        bottom: 8px;
        right: 8px;
        font-family: arial;
        content: "В»"
    }
}
@media (max-width: 768px) {
    .article .w-scrollable-table-shades {
        padding: 0 15px;
        margin: 0 -15px;
        position: relative;
    }
    .article .w-scrollable-table {overflow: auto;padding: 0 15px 10px 15px;margin-left: -15px;margin-right: -15px;position: relative;}
    .article .w-scrollable-table table td {min-width: 150px;}


    .article .w-scrollable-table-shades:after,
    .article .w-scrollable-table-shades:before {
        position: absolute;
        top: 0;
        left: 0px;
        height: calc(100% - 8px);
        width: 15px;
        content: "";
        background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
        display: block;
        z-index: 2;
        pointer-events: none;
    }
    .article .w-scrollable-table-shades:after {
        left: auto;
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    }
    /*.article table {display: block; overflow: auto;}
    .article table td, .article table th {word-break: inherit; min-width: 150px;}*/
}
@media (min-width: 1200px) {
    .article.bigger ul li:before {top: 12px;}
    .article.bigger {font-size: 120%;}
}
hr {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #cecece;
}
.article h1,
.article h2 {
    margin-bottom: 20px;
}
.article h3,
.article h4 {
    margin-bottom: 15px;
}
.article>* {
    margin-bottom: 15px;
}
.article ul>li {
    display: block;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}
.article ol>li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 35px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.article ol>li>* {
    display: inline-block;
    vertical-align: top;
}
.article ul>li:before {
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 0;
    width: 20px;
    height: 1px;
    background-color: rgba(72, 161, 209, 1);
    content: "";
}
.article ul>li>ol>li {

}
.article ol>li>ul>li {

}
.article  ol {
    counter-reset: myCounter;
}
.article  ol>li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.article ol>li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: rgba(72, 161, 209, 1);
    border: 2px solid rgba(72, 161, 209, 1);
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 3px 0px;
    line-height: 20px;
    min-width: 24px;
    height: 24px;
    font-weight: bold;
}

.article .ya-share2 li {
    padding-left: 0;
}
.article .ya-share2 li:before {
    display: none;
}
.article p.decorated-letter:nth-of-type(1):first-letter {
    font-size: 40px;
    line-height: 0.8;
    font-weight: bold;
    float: left;
    padding: 4px 5px 0px 0;
}
img {
    max-width: 100%;
}
a:hover img {
    opacity: 0.9;
}
html,body {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    font-family: "Open Sans", arial, sans-serif;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #202020;
    background-color: #fff;
}
body::selection {
    background: rgba(72, 161, 209, 1);
    color: #fff;
}
body::-moz-selection {
    background: rgba(72, 161, 209, 1);
    color: #fff;
}
@media (max-width: 1199px) {
    body._blocked-mobile {overflow: hidden;}
}

.s-header-mobile,
.b-wrapper,
.s-footer,
.s-header {
    min-width: 320px;
}
.s-footer,
.b-wrapper {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
._js-page-content-translate-to-left {
    -ms-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}
._js-page-content-translate-to-right {
    -ms-transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -o-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}
body._overflow .b-wrapper {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.b-wrapper {
    min-height: calc(100vh - 0px);
    max-width: 1920px;
    margin: 0 auto;
    min-width: 320px;
}
.header-empty {
    display: none;
}
.s-footer {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 320px;
}
.hidden {
    display: none;
}
h1,.h1,._h1 {
    font-size: 36px;
    line-height: 1.2;
}
h2,.h2,._h2 {
    font-size: 30px;
    line-height: 1.2;
}
h3,.h3,._h3 {
    font-size: 26px;
    line-height: 1.2;
}
h4,.h4,._h4 {
    font-size: 22px;
    line-height: 1.2;
}
h5,.h5,._h5 {
    font-size: 18px;
    line-height: 1.2;
}
@media (max-width: 991px) {
    ._h1,h1,.h1 {font-size: 32px;}
    ._h2,h2,.h2 {font-size: 28px;}
    ._h3,h3,.h3 {font-size: 22px;}
    ._h4,h4,.h4 {font-size: 18px;}
}
@media (max-width: 575px) {
    ._h1,h1,.h1 {font-size: 28px;}
    ._h2,h2,.h2 {font-size: 24px;}
    ._h3,h3,.h3 {font-size: 20px;}
    ._h4,h4,.h4 {font-size: 16px;}
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.transform {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
a {
    cursor: pointer;
    position: relative;
    color: rgba(72, 161, 209, 1);
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
._desktop a:hover {
    text-decoration: underline;
}
.button.animated {
    overflow: hidden;
}
.button.animated .blink {
    position: absolute;
    width: 40px;
    height: calc(100% + 60px);
    top: -30px;
    left: -60px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: button__blink 4s infinite;
    -moz-animation: button__blink 4s infinite;
    animation: button__blink 4s infinite;
}
@-webkit-keyframes button__blink {
    from {left: -40px;}
    20% {left: calc(100% + 30px);}
    100% {left: calc(100% + 30px);}
}
.button:active {
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -o-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}
.button {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: inline-block;
    padding: 13px 25px;
    border-radius: 2px;
    font-size: 100%;
    color: #202020;
    text-align: center;
    background-color: #d5ff35;
    position: relative;
    min-width: 120px;
    border: 1px solid #d5ff35;
    font-weight: 600;
    border-radius: 8px;
    font-family: "Open Sans", arial, sans-serif;
    -webkit-user-select: none;
}
._desktop .button:hover {
    text-decoration: none;
    background-color: #fdff75;
    border-color: #fdff75;
}
.block {
    display: block;
    width: 100%;
}
.button.block {
    display: block;
    min-width: inherit;
    width: 100%;
}
.button.round {
    border-radius: 32px;
}
.button.small {
    padding: 5px 10px;
    min-width: inherit;
}
.button.medium {
    padding: 11px 15px;
    min-width: 160px;
}
.button.big {
    padding: 15px 20px;
    min-width: 220px;
}
.button.small.auto,
.button.auto,
.button.big.auto {
    min-width: inherit;
}
.button.transparent {
    background: transparent;
    color: #202020;
    border-color: #202020;
}
._desktop .button.transparent:hover {
    background: #202020;
    color: #fff;
    border-color: #202020;
}
.button.green {
    background: #076f07;
    color: #fff;
    border-color: #076f07;
}
._desktop .button.green:hover {
    background: #0e920e;
    border-color: #0e920e;
}
.pointer {
    cursor: pointer;
}
.fz0 {
    font-size: 0;
    line-height: 0;
}
.color-gray {
    color: #909090;
}
/*article spoiler*/
@media (min-width: 575px) {
    .w-togglable-item.mobile .w-mobile-toggle-button {display: none;}
    .w-togglable-item.mobile .inset,
    .w-togglable-item.mobile._toggled .inset {display: block !important;}
}
@media (max-width: 576px) {
    .w-togglable-item.mobile .inset {display: none;}
}
.mobile-toggle-button__link {
    display: block;
    padding: 10px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(72, 161, 209, 1);
}
.mobile-toggle-button__link.desktop:hover {
    opacity: 0.95;
}
.mobile-toggle-button__link .b-dropper {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    pointer-events: none;
    background-color: rgba(0,0,0,0.2);
}
.mobile-toggle-button__link .b-dropper:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 6px);
    right: 6px;
    border: 2px solid #fff;
    border-right: none;
    border-top: none;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.mobile-toggle-button__link._toggled .b-dropper {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*article spoiler end*/
select {
    background-color: #fff;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 2px;
}
/*chosen select*/
.chosen-container-single .chosen-single,
.chosen-choices,
.chosen-container.chosen-container-multi .chosen-choices,
    /*chosen select END*/
input.input__default,
textarea.textarea__default {
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #cacaca;
    background: #fff;
    font-size: 100%;
    color: #202020;
    box-shadow: none;
    font-family: "Open Sans", arial, sans-serif;
    border-radius: 2px;
}
textarea.textarea__default {
    padding: 10px 10px;
    height: 80px;
    min-height: 40px;
    max-height: 160px;
    resize: vertical;
}
input.input__default.transparent,
textarea.textarea__default.transparent {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: #202020;
    border: none;
    border-bottom: 1px solid #cacaca;
}
/*
.chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
}
.chosen-container.chosen-container-multi .chosen-choices {
  height: auto;
  min-height: 40px;
}
.chosen-container.chosen-container-single .chosen-single,
.chosen-container.chosen-container-multi .chosen-choices {
  padding-top: 6px;
  padding-bottom: 6px;
}
.chosen-container.chosen-container-single .chosen-single {
  padding-top: 7px;
  padding-bottom: 7px;
}
.chosen-container .chosen-results li.active-result.result-selected.highlighted,
.chosen-container .chosen-results li.active-result.result-selected {
  background: rgba(72, 161, 209, 1);
  color: #fff;
}
.chosen-container .chosen-results li.result-selected {

}
.chosen-container .chosen-results li.active-result.highlighted {
  background: #ececec;
  color: #202020;
}
*/
.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 1px solid #cacaca;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 40px;
    padding-right: 26px;
    position: relative;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 6px);
    right: 10px;
    border: 2px solid #606060;
    border-right: none;
    border-top: none;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 11px;
    margin-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: normal;
    margin-right: 7px;
    margin-top: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #efe6e6;
    font-size: 19px;
    line-height: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover,
.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
    background-color: #f3d4d4;
    color: red;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 7px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(72, 161, 209, 1);
    border: 1px solid #565656;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    transition: all 0.2s ease;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding: 0 4px 0 6px;
    margin-right: 3px;
    opacity: 0.5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #fff;
    color: #202020;
    opacity: 1;
}
input.input__default:-moz-placeholder {
    color: #cecece;
}
input.input__default::-webkit-input-placeholder {
    color: #cecece;
}
input.input__default:focus:-moz-placeholder {
    color: #cecece;
}
input.input__default:focus::-webkit-input-placeholder {
    color: #cecece;
}
textarea.textarea__default:-moz-placeholder {
    color: #cecece;
}
textarea.textarea__default::-webkit-input-placeholder {
    color: #cecece;
}
textarea.textarea__default:focus:-moz-placeholder {
    color: #cecece;
}
textarea.textarea__default:focus::-webkit-input-placeholder {
    color: #cecece;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container.chosen-container-multi.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-choices,
input.input__default:focus,
textarea.textarea__default:focus {
    background: #fff;
    border-color: #606060;
    box-shadow: none;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}
.chosen-container .chosen-drop {
    border-color: #606060;
    border-top-color: transparent;
}
input.input__default._error,
textarea.textarea__default._error {
    border-color: red;
}
.chosen-container-multi .chosen-choices li.search-choice {
    color: #202020;
    background: #ececec;
    border-color: #cecece;
}

select {
    display: block;
    width: 100%;
    padding: 0 20px 0 6px;
}

.input.label-top .label {
    display: block;
    margin-bottom: 3px;
    position: relative;
    min-height: 18px;
}
.input label span.red {
    color: red;
    display: inline-block;
    margin-left: 3px;
}
.input.icon-end,
.input.icon-start {
    position: relative;
}
.input.icon-start .textarea__default,
.input.icon-start .input__default {
    padding-left: 30px;
}
.input.icon-end .textarea__default,
.input.icon-end .input__default {
    padding-right: 30px;
}
.input.icon-end .icon,
.input.icon-start .icon {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    font-size: 100%;
    color: #404040;
}
.input.icon-start .icon {
    left: 6px;
}
.input.icon-end .icon {
    right: 6px;
}
.input.input-attach {
    position: relative;
}
.input.input-attach .w-btn-label {
    cursor: pointer;
}
.input.input-attach .w-btn-label .overlay {
    background-color: rgba(150,150,150,0);
}
.input.input-attach .input__default  {
    padding-right: 60px;
}
.input.input-attach .btn {
    cursor: pointer;
    position: absolute;
    right: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    width: 40px;
    height: 38px;
    border-radius: 0 2px 2px 0;
}
._desktop .input.input-attach .w-btn-label:hover .btn {
    background-color: #ececec;
}
/*responsive box*/
.r-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.r-box.custom:before {
    display: none;
}
.r-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.r-box._75::before {
    padding-top: 75%;
}
.r-box._66::before {
    padding-top: 66.6%;
}
.r-box._50::before {
    padding-top: 50%;
}
.r-box._33::before {
    padding-top: 25%;
}
.r-box._30::before {
    padding-top: 30%;
}
.r-box._25::before {
    padding-top: 25%;
}
.r-img,
.r-img picture,
.r-img picture img,
.r-img>img,
.r-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
.r-img picture img,
.r-img img {
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: cover;
}
.r-img.contain picture img,
.r-img.contain img {
    -o-object-fit: contain;
    object-fit: contain;
}
.r-img.contain {
    -webkit-background-size: contain;
    background-size: contain;
}
.r-img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
._desktop a:hover .r-img {
    /*  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);*/
    opacity: 0.8;
}
._desktop a:hover .r-img.disabled {
    /*  -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);*/
}
.s-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    text-align: center;
    display: none;
    z-index: 30;
}
.s-popup:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.w-popup {
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 0;
    text-align: left;
    position: relative;
    vertical-align: middle;
    z-index: 10;
    display: none;
}
.w-popup.animate {
    -webkit-animation: animation_popop 0.2s ease;
    -moz-animation: animation_popop 0.2s ease;
    animation: animation_popop 0.2s ease;
}

@keyframes animation_popop {
    from {
        top: -50px;
        -o-transform: perspective(500px) rotateX(10deg);
        -ms-transform: perspective(500px) rotateX(10deg);
        -moz-transform: perspective(500px) rotateX(10deg);
        -webkit-transform: perspective(500px) rotateX(10deg);
        transform: perspective(800px) rotateX(10deg);
    }
    100% {
        top: 0px;
        -o-transform: perspective(500px) rotateX(0deg);
        -ms-transform: perspective(500px) rotateX(0deg);
        -moz-transform: perspective(500px) rotateX(0deg);
        -webkit-transform: perspective(500px) rotateX(0deg);
        transform: perspective(500px) rotateX(0deg);
    }
}
.w-popup .pop-head {
    width: calc(100% + 16px);
    position: relative;
    margin: 10px -8px;
}
.w-popup .pop-head .pop-name {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
    min-height: 64px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    padding: 5px 30px;
}
.w-popup .pop-body {
    padding: 50px 50px;
    max-height: calc(100vh - 20px);
    overflow: auto;
}
.w-popup .pop-head~.pop-body {
    max-height: calc(100vh - 100px);
    padding: 20px 50px 50px;
}
.s-popup__background {
    background-color: rgba(0,0,0,0.8);
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
}
@media (max-width: 590px) {
    .w-popup {max-width: 96%;}
    .w-popup .pop-head {width: 100%;margin: 0 0 0 0;}
    .w-popup .pop-body {padding: 20px 20px 10px;}
    .w-popup .pop-head~.pop-body {max-height: calc(100vh - 75px);padding: 10px 20px 10px;}
}
.cloudzoom-blank > div:nth-child(3){
    display: none !important;
}
.close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    cursor: pointer;
    margin: 0;
}
.close:after,
.close:before {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #202020;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0px;
}
.close.small {
    width: 14px;
    height: 14px;
}
.close.small:after,
.close.small:before {
    width: 15px;
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
._desktop .close:hover:before,
._desktop .close:hover:after {
    background-color: red;
}
.w-popup .pop-head .close {
    top: calc(50% - 13px);
    right: 5px;
}
.close.white:after,
.close.white:before {
    background-color: #fff;
}
/*
.close.white:hover:before,
.close.white:hover:after {
  background-color: red;
}
*/
.w-popup .pop-body .close {
    top: 5px;
    right: 5px;
}
.copyright,
.developer {
    display: inline-block;
    color: #909090;
}
.developer a {
    color: #000;
    text-decoration: underline;
    line-height: 22px;
    color: #404040;
}
.developer a:hover {
    text-decoration: none;
}
.developer:before {
    width: 16px;
    height: 16px;
    background-color: rgba(72, 161, 209, 1);
    display: inline-block;
    margin-right: 4px;
    content: "";
    position: relative;
    top: 3px;
    background-image: url(../i/developer.png);
    background-position: 0px 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
}
.developer:hover:before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.col-copy {

}
.col-developer {
    text-align: right;
}
.pcscontrolls {
    font-size: 0;
    line-height: 0;
    width: 100px;
}
.pcscontrolls .input__default {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    height: 30px;
    width: calc(100% - 60px);
    border-radius: 0;
    padding: 0;
    border: none;
    color: #000;
    font-weight: bold;
}
.pcscontrolls .btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #cecece;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.pcscontrolls .btn.minus {
    line-height: 25px;
}
.pcscontrolls .btn:hover {
    background-color: rgba(72, 161, 209, 1);
}
.w-pagination {
    margin: 0;
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.w-pagination .link {
    display: block;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background-color: #f1f1f1;
    color: #202020;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.w-pagination .link._active,
._desktop .w-pagination a.link:hover {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
.w-pagination a.link:active {
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -o-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}
.w-pagination span._arrow {
    content: "";
    background-color: transparent;
    position: relative;
    display: block;
    line-height: 35px;
}
.w-pagination span._arrow .link:before {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid transparent;
    border-left: 1px solid #202020;
    border-bottom: 1px solid #202020;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 2px);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
.w-pagination span._arrow._next .link:before {
    -webkit-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    transform: rotate(224deg);
    left: calc(50% - 8px);
}
._desktop .w-pagination span._arrow .link:hover:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}
._desktop .w-pagination span._arrow .link:hover {
    background-color: rgba(72, 161, 209, 1);
}
@media (max-width: 575px) {
    .w-pagination .link {
        border-radius: 2px;
        min-width: inherit;
        width: 100%;
    }
    .w-pagination span._arrow {
        width: 100%;
    }
}
.s-fixed-elements {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 1400px;
    margin: 0 auto;
    z-index: 15;
}
@media (max-width: 1420px) {
    .s-fixed-elements {width: 100%;}
}
.s-fixed-elements .absolute {
    position: absolute;
}
.s-fixed-elements .right-content {
    right: 0;
    bottom: 0;
}
.s-fixed-elements .left-content {
    left: 0;
    bottom: 0;
}
.pager-up {
    display: none;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #cecece;
    border-radius: 5px;
    opacity: 0.6;
    z-index: 25;
    position: relative;
    margin: 8px;
    cursor: pointer;
}
.pager-up .uparrow {
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto 0;
    right: 17px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s;
}
._desktop .pager-up:hover {
    opacity: 0.8;
}
.callback-roll {
    margin: 8px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: rgba(72, 161, 209, 1);
    border-radius: 5px;
    opacity: 0.6;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 53px;
    cursor: pointer;
    -webkit-animation: animation_callback 2s infinite;
    -moz-animation: animation_callback 2s infinite;
    animation: animation_callback 2s infinite;
}
@-webkit-keyframes animation_callback {
    from {transform: rotate(0deg);}
    10% {opacity: 0.6;}
    20% {opacity: 0.8;}
    30% {opacity: 0.6;}
    40% {opacity: 0.8;}
    50% {transform: rotate(0deg);opacity: 0.6;}
    60% {opacity: 0.8;}
    70% {opacity: 0.6;}
    80% {transform: rotate(-360deg);opacity: 0.8;}
    100% {transform: rotate(-360deg);}
}
.callback-roll:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-color: rgba(72, 161, 209, 1);
    opacity: 0.8;
}
.w-breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    max-width: 50%;
}
.w-breadcrumbs .__link,
.w-breadcrumbs span.page-name {
    display: inline-block;
    color: rgba(72, 161, 209, 1);
    position: relative;
}
.w-breadcrumbs span.page-name {
    color: #909090;
}
.w-breadcrumbs .hr {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 0.8;
    text-align: center;
    color: #909090;
}
.w-breadcrumbs a.__link {
    text-decoration: none;
    color: rgba(72, 161, 209, 1);
}
._desktop .w-breadcrumbs a.__link:hover {
    text-decoration: underline;
    color: #202020;
}
.w-breadcrumbs .fa {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    margin-bottom: 1px;
    font-size: 80%;
}
@media (max-width: 575px) {
    .w-breadcrumbs-mobile-scroll-shadow {
        position: relative;
    }
    .w-breadcrumbs-mobile-scroll-shadow:after {
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
        width: 115px;
        content: "";
        background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
        background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
        display: block;
        z-index: 2;
        pointer-events: none;
    }
    .w-breadcrumbs-mobile-scroll-shadow .w-breadcrumbs {
        padding-right: 100px;
    }
    .w-breadcrumbs {
        position: relative;
        z-index: 1;
        white-space: nowrap;
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.w-filters .w-filter {
    padding: 0;
}
.w-filters .w-filter .name {
    padding: 8px 35px 8px 0;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.w-filter.dropper .b-dropper {
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #202020;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    cursor: pointer;
}
.w-filter.dropper .b-dropper._toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.w-filter.dropper .b-dropper:after {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    right: calc(50% - 3px);
    border: 1px solid #202020;
    border-right: none;
    border-top: none;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    content: '';
}
.w-filter.dropper .b-dropper:hover {
    background-color: #000;
}
.w-filter.dropper .b-dropper:hover:after {
    border-color: #fff;
}

.w-filter.dropper .inset {
    font-size: 0;
    line-height: 0;
}
.input.price-from-to {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}
.input.price-from-to .input {
    width: 47%;
    float: left;
}
.input.price-from-to .input+.input {
    margin-left: 6%;
}
.input.price-from-to .description {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.input.price-from-to .input__default {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    height: 30px;
}
.custom-selector {
    font-size: 14px;
    line-height: 1.2;
}
.custom-selector>.block {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.custom-selector .label {
    position: relative;
    line-height: 24px;
    min-height: 24px;
    position: relative;
}
.custom-selector .label.label-inner {
    padding-left: 30px;
}
.custom-selector .styled-figure {
    position: absolute;
    top: 2px;
    left: 0;
}
.custom-selector .styled-figure .border {
    width: 20px;
    height: 20px;
    border: 1px solid #cecece;
    border-radius: 2px;
}
.custom-selector.outside .inline-block:hover .styled-figure .border,
.custom-selector .block:hover .styled-figure .border {
    border-color: #909090;
}
.custom-selector .selector:checked ~ .styled-figure .border {

}
.custom-selector .styled-figure .inset-figure {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.custom-selector .selector:checked ~ .styled-figure .inset-figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.custom-selector.radio .styled-figure .border {
    border-radius: 50%;
}
.custom-selector.radio .styled-figure .border .inset-figure {
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-top-right-radius: 50%;
    background-color: rgba(72, 161, 209, 1);
}
.custom-selector.check .styled-figure .border .inset-figure {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 13px;
    content: "";
    border: 2px solid transparent;
    border-radius: 2px;
    border-bottom-color: rgba(72, 161, 209, 1);
    border-right-color: rgba(72, 161, 209, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(150deg) scale(0);
    -ms-transform: rotate(150deg) scale(0);
    transform: rotate(150deg) scale(0);
}
.custom-selector.check *:checked ~ .styled-figure .inset-figure {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.custom-selector .count {
    font-family: arial;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    padding-left: 3px;
    position: relative;
    top: -6px;
}
._js-tab-content {
    display: none;
}
._js-tab-content._active {
    display: block;
}
.b-mobile-button {
    display: none;
}
.css-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    height: 30px;
    width: 30px;
    padding: 5px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.burger {
    width: 32px;
}
.burger .line {
    display: block;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 3px;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.burger.black .line {
    background-color: #202020;
}
.burger .line+.line {
    margin-top: 6px;
}
.customize-css-icon.small {
    width: 16px;
    height: 16px;
    min-width: inherit;
    margin: 2px;
}
.b-mobile-button._toggled .customize-css-icon .line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
    display: none;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
    display: none;
}
.mobile-name {
    display: none;
    width: 100%;
    position: relative;
    background-color: rgba(72, 161, 209, 1);
    height: 64px;
    overflow: hidden;
    z-index: 2;
}
.mobile-name .name-table {
    display: table;
    width: 100%;
}
.mobile-name .name-cell {
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    padding: 0 30px;
}
.mobile-name .close {
    top: calc(50% - 13px);
    right: 5px;
}
.navigation-menu-body {
    position: relative;
    background-color: transparent;
    z-index: 2;
}
._js-b-double-changed .info._active {
    display: block;
}
._js-b-double-changed .info {
    display: none;
}
.block__link {
    display: block;
}
a.block__link:hover .responsive-image {
    opacity: 0.8;
}
.phone__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #202020;
}
a.phone__link:hover {
    text-decoration: none;
}
/*_CUSTOM*/
ul.main-menu {
    background-color: #202020;
}
ul.main-menu>li {

}
ul.main-menu>li>.__link {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 15px;
}
._desktop ul.main-menu>li._active>a.__link:hover,
._desktop ul.main-menu>li._active>a.__link {
    background-color: rgba(72, 161, 209, 1);
}
ul.main-menu>li>.__link:hover {
    background-color: red;
}
ul.main-menu li.li-dropper {
    position: relative;
}
ul.main-menu li.li-dropper>.__link {
    position: relative;
    padding-right: 25px;
}
ul.main-menu .li-dropper .b-dropper {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    right: 5px;
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
ul.main-menu .li-dropper:hover .b-dropper {
    top: calc(50% - 2px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
ul.main-menu .li-dropper .inset {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
ul.main-menu .li-dropper:hover .inset {
    display: block;
}
ul.main-menu .li-dropper .inset .ul-inset {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 0;
}
ul.main-menu .li-dropper .inset .li-inset {
    display: block;
    text-align: left;
    padding: 0;
    border: none;
}
ul.main-menu .li-dropper .inset .li-inset>.___link {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #202020;
}
ul.main-menu .li-dropper .inset .li-inset>.___link:hover {
    text-decoration: none;
    background-color: #c5c5c5;
}
.w-search,
.search {
    position: relative;
}
.search .input__default:focus {

}
.search .input__default {
    padding-right: 60px;
}
.search .absolute-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    height: calc(100% - 4px);
    width: 40px;
}
.search .button {
    height: 100%;
    width: 100%;
    min-width: inherit;
    padding: 0;
    color: #202020;
    background: transparent;
    border: transparent;
}
.search .button:hover {
    background: #ececec;
}
.search .button:active {
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
}
.search .absolute-btn label {
    height: 100%;
}
.s-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    pointer-events: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.w-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -330px;
    width: 320px;
    overflow: auto;
    pointer-events: all;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 20;
}
.s-mobile-menu._toggled .w-mobile-menu {
    right: 0;
}
.mobile-menu-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    background-color: rgba(0,0,0,0);
    z-index: 19;
}
.s-mobile-menu._toggled .mobile-menu-background {
    background-color: rgba(0,0,0,0.5);
    pointer-events: all;
}
.mobile-menu-header {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
    padding-top: 4px;
    border-bottom: 4px solid #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 100%;
}
.w-mobile-menu .mobile-menu-header {
    display: flex;
}
.mobile-menu-header .close {
    top: calc(50% - 12px);
    right: 4px;
}
.mobile-menu-body {
    height: 100%;
    padding-top: 56px;
    padding-bottom: 50px;
    background-color: rgba(255,255,255,1);
    overflow: auto;
}
.ul-mobile-menu {

}
.ul-mobile-menu .li-mobile-menu {
    display: block;
}
.ul-mobile-menu .li-mobile-menu.li-dropper {
    position: relative;
}
.ul-mobile-menu .w-relative-b-dropper {
    position: relative;
}
.ul-mobile-menu .w-relative-b-dropper .b-dropper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    width: 32px;
    height: 100%;
    content: "";
    z-index: 1;
    cursor: pointer;
}
.ul-mobile-menu .w-relative-b-dropper .b-dropper-overlay.wide {
    width: 100%;
}
.ul-mobile-menu .li-dropper>.w-relative-b-dropper>.mobile-menu__link {
    padding-right: 32px;
}
.ul-mobile-menu .li-mobile-menu._active._toggled>.w-relative-b-dropper>.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active._toggled>.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active>.w-relative-b-dropper>.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active>.mobile-menu__link {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.ul-mobile-menu .li-mobile-menu._toggled>.w-relative-b-dropper>.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._toggled>.mobile-menu__link {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
.ul-mobile-menu .li-mobile-menu._active._toggled>.w-relative-b-dropper>.mobile-menu__link
.ul-mobile-menu .li-mobile-menu._active._toggled>.mobile-menu__link {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
.ul-mobile-menu+.ul-mobile-menu {
    margin-top: 40px;
    padding-top: 40px;
    /*border-top: 1px solid #ececec;*/
}
.ul-mobile-menu a.mobile-menu__link {
    display: block;
    padding: 15px 20px;
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #ececec;
}
.ul-mobile-menu .b-dropper {
    position: absolute;
    right: 1px;
    top: 2px;
    width: 32px;
    height: 32px;
    border: 1px solid #cecece;
    border-radius: 2px;
    cursor: pointer;
}
.ul-mobile-menu .b-dropper:after {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 8px;
    height: 8px;
    margin: 0;
    top: calc(50% - 6px);
    right: calc(50% - 5px);
    border: 1px solid #202020;
    border-right: none;
    border-top: none;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.ul-mobile-menu .b-dropper._toggled:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: calc(50% - 2px);
    border-color: #fff;
}
.ul-mobile-menu .li-dropper._active>.w-relative-b-dropper>.b-dropper:after,
.ul-mobile-menu .li-dropper._active>.w-relative-b-dropper>.b-dropper {
    border-color: #fff;
}
.ul-mobile-menu .inset {
    display: none;
}
.ul-mobile-menu .ul-inset {
    background-color: rgba(0,0,0,0.05);
}
.ul-mobile-menu .li-mobile-menu .li-mobile-menu .mobile-menu__link {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}
.ul-mobile-menu .li-mobile-menu .li-mobile-menu .mobile-menu__link {
    padding-left: 30px;
}
.ul-mobile-menu .li-mobile-menu .li-mobile-menu .li-mobile-menu .mobile-menu__link {
    padding-left: 45px;
}
.ul-mobile-menu .ul-inset>li._active>a {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
.w-mobile-navigation-button {
    display: none;
}
.body-layout {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    content: "";
    z-index: 1;
}
@media (max-width: 1199px) {
    .navigation-menu-body {
        height: 100%;
        overflow: auto;
    }
    .navigation-menu-body {
        background-color: #fff;
        padding-top: 56px;
        padding-bottom: 50px;
    }
    .mobile-menu-header {
        z-index: 3;
        display: flex;
    }
    .navigation-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 320px;
        z-index: 21;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }
    .navigation-menu.left-side {
        left: -325px;
    }
    .navigation-menu.right-side {
        right: -325px;
    }
    .navigation-menu.left-side._toggled {
        left: 0;
    }
    .navigation-menu.right-side._toggled {
        right: 0;
    }
    .w-mobile-navigation-button {
        display: block;
    }
    ._js-mobile-menu._toggled {
        position: relative;
        z-index: 20;
    }
    .body-layout._toggled {
        display: block;
    }
}
.ul-mobile-menu.slide-style {

}
.ul-mobile-menu.slide-style .w-mobile-arrow {
    width: 50px;
    height: 50px;
    position: relative;
}
.ul-mobile-menu.slide-style .w-mobile-arrow:before {
    width: 14px;
    height: 14px;
    border: 1px solid #606060;
    border-top: none;
    border-left: none;
    content: "";
    position: absolute;
    top: 17px;
    left: 16px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.ul-mobile-menu.slide-style .w-mobile-arrow.left:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 24px;
}
.ul-mobile-menu.slide-style .w-mobile-arrow.right:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ul-mobile-menu.slide-style .li-mobile-menu>.inset>.ul-inset>li,
.ul-mobile-menu.slide-style>li,
.ul-mobile-menu.slide-style .ul-inset-categorys li {
    border-bottom: 1px solid #f1f1f1;
}
.ul-mobile-menu.slide-style .li-mobile-menu>.inset>.ul-inset {
    padding-bottom: 80px;
}
.ul-mobile-menu.slide-style .li-mobile-menu {
    display: block;
}
.ul-mobile-menu.slide-style .li-mobile-menu.li-dropper {
    position: relative;
}
.ul-mobile-menu.slide-style .li-mobile-menu.li-dropper._toggled {
    position: static;
    height: 100%;
}
.ul-mobile-menu.slide-style .li-dropper .mobile-menu__link,
.ul-mobile-menu.slide-style .li-dropper a.mobile-menu__link {
    padding-right: 50px;
}
.ul-mobile-menu.slide-style .li-mobile-menu._active._toggled a.mobile-menu__link,
.ul-mobile-menu.slide-style .li-mobile-menu._active:hover a.mobile-menu__link,
.ul-mobile-menu.slide-style .li-mobile-menu._active a.mobile-menu__link {
    background-color: #fff;
}
.ul-mobile-menu.slide-style .mobile-menu__link,
.ul-mobile-menu.slide-style a.mobile-menu__link {
    display: block;
    padding: 15px 15px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
}
.ul-mobile-menu.slide-style .li-mobile-menu .li-mobile-menu .mobile-menu__link,
.ul-mobile-menu.slide-style .li-mobile-menu .li-mobile-menu a.mobile-menu__link {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 18px;
}
.ul-mobile-menu.slide-style .mobile-menu__link .back {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.ul-mobile-menu.slide-style .li-dropper .mobile-menu__link.back-name {
    padding-left: 60px;
    padding-right: 15px;
    background-color: #dadada;
    position: relative;
}
.ul-mobile-menu.slide-style .mobile-menu__link.back-name .back {
    right: auto;
    left: 0;
    pointer-events: none;
}
.ul-mobile-menu.slide-style .b-dropper {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    pointer-events: none;
    border: none;
}
.ul-mobile-menu.slide-style .b-dropper:after {
    display: none;
}
.ul-mobile-menu.slide-style .inset {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    right: 0;
    padding-top: 56px;
    overflow: auto;
    background-color: #fff;
    /*background-color: #f1f1f1;*/
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: block;
    right: -321px;
}
._js-s-toggle-mobile-menu._toggled .ul-mobile-menu.slide-style .inset._toggled {
    display: block;
    right: 0;
}
.ul-mobile-menu.slide-style .ul-inset {
}
.ul-mobile-menu.slide-style .ul-inset>li.category-group>span,
.ul-mobile-menu.slide-style .ul-inset>li>a {
    padding: 15px 15px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}
.ul-mobile-menu.slide-style .ul-inset>li.category-group>span,
.ul-mobile-menu.slide-style .ul-inset>li.category-group a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #404040;
}
.ul-mobile-menu.slide-style .ul-inset>li._active>span,
.ul-mobile-menu.slide-style .ul-inset>li._active>a,
.ul-mobile-menu.slide-style .ul-inset>li:hover>a {

}

.ymap {
    display: inline-block;
    width: 100%;
    height: 400px;
    max-height: calc(100vh - 120px);
    background-color: #f1f1f1;
    margin-bottom: -4px;
    font-size: 0;
    line-height: 0;
}
.ymap.gray [class*="ground-pane"] {
    -ms-filter: grayscale(100%);
    -webkit-filter: #808080;
    filter: #808080;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.popover {
    position: absolute;
    width: 310px;
    left: 10px !important;
    top: inherit !important;
    bottom: 70px !important;
    box-sizing: border-box;
}
.popover .close {
    font-family: arial;
    position: absolute;
    color: #fff;
    top: 0px;
    right: 3px;
    z-index: 2;
    text-decoration: none;
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}
.popover .close:before,
.popover .close:after {
    display: none;
}
.w-baloon {
    width: 100%;
    padding: 10px 10px;
    position: relative;
    background-color: rgba(72, 161, 209, 1);
    background-repeat: no-repeat;
    text-align: left;
    box-sizing: border-box;
}
.w-baloon:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    border-left: 10px solid rgba(72, 161, 209, 1);
    border-top: 10px solid rgba(72, 161, 209, 1);
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.w-baloon-name {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
._js-counts-list ._js-count-item {
    display: none;
}
._js-counts-list ._js-count-item.shown-default,
._js-counts-list ._js-count-item.shown {
    display: inline-block;
}
.w-stars .star {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.w-stars .star svg {
    width: 20px;
    height: 20px;
}
.w-stars .star svg polygon {
    fill: #cecece;
}
.w-stars .star.hover svg polygon,
.w-stars .star._active svg polygon,
.w-stars .star:hover svg polygon {
    fill: #ecc851;
}
.w-stars.disabled .star {
    pointer-events: none;
}
.fcm {
    /*flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*center*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*middle*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.relative {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";

}
.w-default-scrollable-tabs-parent.white-shades {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
}
.w-default-scrollable-tabs-parent.white-shades:after,
.w-default-scrollable-tabs-parent.white-shades:before {
    position: absolute;
    top: 0;
    left: 0px;
    height: calc(100% - 8px);
    width: 15px;
    content: "";
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    display: block;
    z-index: 2;
    pointer-events: none;
}
.w-default-scrollable-tabs-parent.white-shades:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.w-default-scrollable-tabs-parent .w-tabs {
    overflow: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: -5px;
}
.w-swithible-tabs .w-tabs {
    position: relative;
    z-index: 1;
}
.w-swithible-tabs .w-tabs .tab {
    display: block;
    background-color: #fff;
    background-color: #f5f5f5;
    padding: 10px 15px;
    color: #202020;
    text-decoration: none;
    border: 1px solid #f5f5f5;
}
.w-swithible-tabs .w-tabs .tab:hover {
    background-color: #f9f9f9;
}
.w-swithible-tabs .w-tabs .tab._active,
.w-swithible-tabs .w-tabs .tab._active:hover {
    background-color: #fff;
    border-bottom-color: #fff;
}
.w-swithible-tabs .w-tabs-content {
    padding: 15px 15px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.w-swithible-tabs .w-tabs-content .tab-content {
    display: none;
}
.w-swithible-tabs .w-tabs-content .tab-content._active {
    display: block;
}
/*PRODUCT IMAGE*/
.w-product-main-image .zoom {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
}
.w-product-main-image .zoom svg {
    width: 16px;
    height: 16px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.w-product-main-image .zoom svg path {
    fill: #909090;
}
.w-product-main-image .zoom:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.w-product-main-image a:hover .zoom svg path {
    fill: #3498cb;
}
.w-product-main-image .bottom {
    margin-top: 20px;
}
.w-product-main-image .bottom .w-slider {
    margin-left: 25px;
    margin-right: 25px;
}
.w-product-main-image .bottom .owl-item {
    pointer-events: all;
    cursor: pointer;
    border: 2px solid transparent;
}
.w-product-main-image .bottom .owl-item.curent {
    border-color: rgba(72, 161, 209, 1);
}
.w-product-main-image .bottom .owl-item>* {
    pointer-events: none;
}
.w-product-main-image .bottom .w-frame {
    background-color: #fff;
    margin: 2px;
    box-shadow: 0 0 0px rgba(255,255,255,0);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    border: 2px solid transparent;
}
.w-product-main-image .bottom .r-box:before {
    padding-top: 120%;
}
.w-product-main-image .bottom .w-frame:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.w-product-main-image .bottom .w-frame:hover .r-img {
    opacity: 0.9;
}
.w-product-main-image .bottom .owl-carousel .owl-stage:after {
    display: none;
}
.w-product-main-image .bottom .owl-carousel .owl-nav [class*=owl-] {
    width: 15px;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.w-product-main-image .bottom .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.w-product-main-image .bottom .owl-carousel .owl-nav .owl-next {
    right: -20px;
}
.w-product-main-image .bottom .owl-carousel .owl-nav [class*=owl-]:after {
    border-top: 2px solid #202020;
    border-left: 2px solid #202020;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
}
.w-product-main-image .bottom .owl-carousel .owl-nav .owl-prev:after {
    left: 4px;
}
.w-product-main-image .bottom .owl-carousel .owl-nav .owl-next:after {
    left: 0px;
}
.w-product-main-image .bottom .owl-carousel .owl-nav [class*=owl-]:hover:after {
    border-color: #cecece;
}
/*PRODUCT IMAGE END*/
.w-cloud-dropper {
    position: relative;
    padding-right: 25px;
}
.w-cloud-dropper .b-dropper {
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.w-cloud-dropper.js._toggled .b-dropper,
._desktop .w-cloud-dropper.css:hover .b-dropper {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.w-cloud-dropper .b-dropper:after {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    right: calc(50% - 3px);
    border: 1px solid #202020;
    border-right: none;
    border-top: none;
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    content: '';
}
.w-cloud-dropper .inset {
    position: absolute;
    z-index: 2;
    z-index: 8;
    top: 99%;
    width: 240px;
    left: calc(50% - 120px);
    padding-top: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
._desktop .w-cloud-dropper.css .inset:hover,
._desktop .w-cloud-dropper.css:hover .inset {
    padding-top: 20px;
    opacity: 1;
    pointer-events: all;
}
.w-cloud-dropper .inset .frame {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 25px;
    width: 100%;
    position: relative;
}
.w-cloud-dropper .inset .frame .corner {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
    display: block;
    margin: 0 auto;
    content: "";
}

.w-cloud-dropper.js {
    padding-right: 0;
}
.w-cloud-dropper.js .w-parent {
    padding-right: 25px;
    position: relative;
}
.w-cloud-dropper.js._toggled .inset {
    padding-top: 20px;
    opacity: 1;
    pointer-events: all;
}
.w-cloud-dropper.js .overlay {
    z-index: 1;
    background-color: transparent;
}
.w-cloud-dropper.css.js .overlay {
    z-index: 1;
    background-color: transparent;
    display: none;
}
.w-cloud-dropper.js .overlay {
    display: block;
    cursor: pointer;
}
._touchscreen .w-cloud-dropper.css.js .overlay {
    display: block;
}

/*ARTICLE PAGE SLIDER*/
.w-article-page-slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.w-article-page-slider .r-box {
    border-radius: 6px;
    overflow: hidden
}
.w-article-page-slider .owl-carousel .owl-dots {
    position: relative;
}
.w-article-page-slider .owl-carousel .owl-dots .owl-dot span {
    background-color: #ececec;
    border-color: #ececec;
}
.w-article-page-slider .owl-carousel .owl-dots .owl-dot.curent span {
    background-color: rgba(72, 161, 209, 1);
    border-color: rgba(72, 161, 209, 1);
}
.w-article-page-slider .owl-carousel .owl-nav [class*=owl-] {
    border-radius: 50%;
    border-color: #f1f1f1;
    background-color: #fff;
}
.w-article-page-slider .owl-carousel .owl-nav [class*=owl-]:hover {
    border-color: #fff;
    background-color: #fff;
}
.w-article-page-slider .owl-carousel .owl-nav [class*=owl-]:after {
    border-top-color: #909090;
    border-left-color: #909090;
}
.w-article-page-slider .owl-carousel .owl-nav [class*=owl-]:hover:after {
    border-top-color: #000;
    border-left-color: #000;
}
.w-article-page-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.w-article-page-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}
/*ARTICLE PAGE SLIDER END*/
/*TIPPY*/
.tippy-tooltip.custom-theme {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.tippy-tooltip.custom-theme[data-animatefill] {
    background-color: transparent;
}
.tippy-tooltip.custom-theme .tippy-backdrop {
    background-color: rgba(72, 161, 209, 1);
}
.tippy-tooltip.custom-theme[x-placement^='top'] .tippy-arrow {border-top-color: rgba(72, 161, 209, 1);}
.tippy-tooltip.custom-theme[x-placement^='bottom'] .tippy-arrow {border-bottom-color: rgba(72, 161, 209, 1);}
.tippy-tooltip.custom-theme[x-placement^='left'] .tippy-arrow {border-left-color: rgba(72, 161, 209, 1);}
.tippy-tooltip.custom-theme[x-placement^='right'] .tippy-arrow {border-right-color: rgba(72, 161, 209, 1);}
.tippy-tooltip.custom-theme .tippy-arrow {
    transform: scale(0.8);
}

.tippy-tooltip.custom-light-theme {
    text-align: left;
    background-color: #fff;
    color: #202020;
    font-size: 13px;
    line-height: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.tippy-tooltip.custom-light-theme[data-animatefill] {
    background-color: transparent;
}
.tippy-tooltip.custom-light-theme .tippy-backdrop {
    background-color: #fff;
}
.tippy-tooltip.custom-light-theme[x-placement^='top'] .tippy-arrow {border-top-color: #fff;}
.tippy-tooltip.custom-light-theme[x-placement^='bottom'] .tippy-arrow {border-bottom-color: #fff;}
.tippy-tooltip.custom-light-theme[x-placement^='left'] .tippy-arrow {border-left-color: #fff;}
.tippy-tooltip.custom-light-theme[x-placement^='right'] .tippy-arrow {border-right-color: #fff;}

/*TIPPY END*/
.input-password {
    position: relative;
}
.input-password .btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0;
    padding: 10px;
}
.input.input-password .input__default.password {
    padding-right: 50px;
}
.input-password .eye-icon {
    width: 20px;
    height: 20px;
}
.input-password .eye-icon.eye-shown {
    display: block;
}
.input-password .eye-icon.eye-hidden {
    display: none;
}
.input-password ._active>.eye-icon.eye-hidden {
    display: block;
}
.input-password ._active>.eye-icon.eye-shown {
    display: none;
}
._desktop .input-password .eye-icon circle,
._desktop .input-password .eye-icon path {
    fill: #909090;
}
._desktop .input-password .btn:hover .eye-icon circle,
._desktop .input-password .btn:hover .eye-icon path {
    fill: rgba(72, 161, 209, 1);
}
.w-mobile-menu-title {
    margin-top: 30px;
    background-color: #f1f1f1;
    padding: 2px 0;
}
.w-mobile-menu-title .title {
    padding: 12px 15px 11px;
    color: #202020;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.w-mobile-menu-offset-item {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-scroll {
    overflow: auto;
}
.cstom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #ececec;
    padding: 4px;
}
.custom-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #606060;
}
.w-icon-left {
    position: relative;
    padding-left: 20px;
}
.w-icon-left .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.w-icon-right {
    position: relative;
    padding-right: 20px;
}
.w-icon-right .icon {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.w-icon-left .icon.top,
.w-icon-right .icon.top {
    top: 0;
}
.s-header {
    display: none;
}
.s-header-mobile {
    display: block;
    position: fixed;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: transparent;
    transition: all 0.2s ease;
    z-index: 9;
    pointer-events: none;
}
.s-header-mobile .container,
.s-header-mobile .container-fluid {
    padding-top: 11px;
    padding-bottom: 10px;
}
.s-header-mobile.header_hidden {
    /*
      transform: translateY(-100px);
     */
}
.w-mobile-header-btns.w-header-btns-text ~ .header-mobile-empty {
    height: 71px;
}
.s-header-mobile .mobile-btn__link {
    pointer-events: all;
}
.s-header-mobile .mobile-btn__link .burger .line {
    background-color: #000;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.header-mobile-empty {
    height: 50px;
    display: none;
}
.row-h-mobile {
    height: 50px;
}
.row-h-mobile .col-logo {
    padding-right: 0;
}
.row-h-mobile .col-logo .logo__link {
    max-width: 190px;
}
@media (min-width: 1200px) {
    .s-header {
        display: block;
    }
    .s-header-mobile {
        display: none;
    }
    .header-mobile-empty {
        display: none;
    }
}
.mobile-btn__link {
    width: 40px;
    height: 40px;
    padding: 5px;
    position: relative;
}
.s-header-mobile.w-mobile-header-btns.w-header-btns-text .mobile-btn__link {
    height: 50px;
    padding-bottom: 15px;
}
.mobile-btn__link .text-description {
    font-size: 9px;
    line-height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #202020;
}
.mobile-btn__link {
    position: relative;
}
.mobile-btn__link .count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    padding: 2px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 2px;
}
.s-header-mobile.header_hidden .w-cloud-dropper.js._toggled .inset {
    padding-top: 0px;
    opacity: 0;
    pointer-events: none;
}
.w-cloud-dropper.js .mobile-btn__link.lang ~ .inset {
    width: 100%;
    left: 0;
}
.w-cloud-dropper.js .mobile-btn__link.lang ~ .inset>.frame {
    padding: 5px 0;
    border-radius: 2px;
    text-align: center;
}

.w-cloud-dropper.js .mobile-btn__link.contacts ~ .inset {
    width: 250px;
    left: auto;
    right: -40px;
}
.w-cloud-dropper.js .mobile-btn__link.contacts ~ .inset>.frame {
    padding: 10px;
    border-radius: 2px;
    text-align: left;
}
.w-cloud-dropper.js .mobile-btn__link.contacts ~ .inset>.frame .corner {
    left: auto;
    right: calc(10px + 40px);
}

.w-absolute-video {

}
.w-absolute-video .w-video-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.w-absolute-video .absolute-video {
    position: absolute;
    z-index: 2;
    height: 1080px;
    width: 1920px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.input.label-top-absolute {
    position: relative;
}
.input.label-top-absolute .hidden-label {
    color: #909090;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.input.label-top-absolute.not-empty .hidden-label {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    opacity: 1;
    top: -20px;
    pointer-events: all;
}
.s-cookie,
.s-validation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 40;
}
.s-cookie {
    z-index: 50;
}
.s-validation .w-validation-alert {
    position: absolute;
    width: 100%;
    bottom: -1px;
    width: calc(100% + 2px);
    pointer-events: all;
    background-color: rgba(72, 161, 209, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.s-validation.hide .w-validation-alert {
    bottom: -500px;
}
.s-validation .w-validation-alert .validation-content {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
}

.s-validation .w-validation-alert.color001 {background-color: #e0e2ff;}
@media(min-width: 576px) {.s-validation .w-validation-alert.color001 .validation-content .w-icon-left .icon path {fill: #434787;}}
.s-validation .w-validation-alert.color001 .validation-content {color: #434787;}

.s-validation .w-validation-alert.color002 {background-color: #fdd;}
@media(min-width: 576px) {.s-validation .w-validation-alert.color002 .validation-content .w-icon-left .icon path {fill: #763333;}}
.s-validation .w-validation-alert.color002 .validation-content {color: #763333;}

.s-validation .w-validation-alert.color003 {background-color: #6eb996;}
@media(min-width: 576px) {.s-validation .w-validation-alert.color003 .validation-content .w-icon-left .icon path {fill: #fff;}}
.s-validation .w-validation-alert.color003 .validation-content {color: #fff;}

.s-validation .w-validation-alert .validation-content .close {
    top: 3px;
}
.s-validation .w-validation-alert .validation-content .w-icon-left {
    padding: 5px 0 5px 65px;
}
.s-validation .w-validation-alert .validation-content .w-icon-left .icon {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.s-validation .w-validation-alert .validation-content .w-icon-left .icon path {
    fill: #fff;
}
.s-validation .w-validation-alert .validation-content ol li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 35px;
    padding-left: 5px;
}
.s-validation .w-validation-alert .validation-content ul li {
    display: block;
    position: relative;
}
.s-validation .w-validation-alert .validation-content ul li+li,
.s-validation .w-validation-alert .validation-content ol li+li {
    margin-top: 5px;
}
.s-cookie .w-cookie-alert {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.2s ease;
}
.s-cookie.hide .w-cookie-alert {
    bottom: -500px;
}
.s-cookie .w-cookie-alert>.frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 15px;
    background-color: #202020;
    color: #fff;
    font-size: 0;
    line-height: 0;
    pointer-events: all;
    border-radius: 4px 4px 0 0;
}
.s-cookie .w-cookie-alert>.frame>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
}
.s-cookie .w-cookie-alert>.frame>.text {
    width: calc(100% - 150px);
}
.s-cookie .w-cookie-alert>.frame>.w-button {
    width: 150px;
}
.s-cookie .w-cookie-alert>.frame .button {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.2s ease;
    text-align: center;
}
.s-cookie .w-cookie-alert>.frame .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}
.s-cookie .w-cookie-alert>.frame .__link {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.7;
    text-decoration: underline;
}
._desktop .s-cookie .w-cookie-alert>.frame a.__link:hover {
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 575px) {
    .s-validation .w-validation-alert .validation-content .w-icon-left {
        padding: 10px 0 0 0;
    }
    .s-validation .w-validation-alert .validation-content .w-icon-left .icon {
        width: 34px;
        height: 34px;
        top: -30px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        background-color: #fff;
        border-radius: 50%;
        padding: 6px;
    }
    .s-validation .w-validation-alert.color001 .validation-content .w-icon-left .icon path {
        fill: #2a33a9;
    }
    .s-validation .w-validation-alert.color002 .validation-content .w-icon-left .icon path {
        fill: #b11818;
    }
    .s-validation .w-validation-alert.color003 .validation-content .w-icon-left .icon path {
        fill: #12643e;
    }
}
.owl-carousel.custom-arrows .owl-nav [class*=owl-] {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 55px;
    height: 26px;
    top: calc(50% - 13px);
}
.owl-carousel.custom-arrows .owl-nav [class*=owl-]:after {
    display: none;
}

.custom-arrow {
    width: 55px;
    height: 26px;
    background-image: url('../i/arrow-right-black.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-arrow.arrow-left {
    transform: rotate(180deg);
}

.selector:checked ~ .custom {

}
.icon.fav svg path.border {
    fill: #ececec;
}
.icon.fav svg path.inset {
    fill: transparent;
}
._desktop .pointer:hover .icon.fav svg path.inset {
    fill: #ffb0b0;
}
.selector:checked ~ .custom .icon.fav svg path.inset {
    fill: #f34444;
}

.s-document-progressber {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.s-document-progressber .val {
    height: 3px;
    background-color: rgba(72, 161, 209, 1);
    width: 0%;
}
.w-textarea-counter {
    position: relative;
}
.w-textarea-counter .counter {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 14px;
    color: #909090;
    padding: 12px;
    pointer-events: none;
}

.w-catalog-tags-list .col-auto {
    margin-bottom: 8px;
}
.default-seo-tag__link,
.w-catalog-tags-list .default-seo-tag__link {
    display: block;
    padding: 2px 10px;
    background-color: #f1f1f1;
    border-radius: 2px;
    text-decoration: none;
    color: #202020;
}
._desktop a.default-seo-tag__link:hover,
._desktop .w-catalog-tags-list a.default-seo-tag__link:hover {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
a.default-seo-tag__link._active,
.w-catalog-tags-list a.default-seo-tag__link._active {
    background-color: rgba(72, 161, 209, 1);
    color: #fff;
}
._desktop a.default-seo-tag__link._active:hover,
._desktop .w-catalog-tags-list a.default-seo-tag__link._active:hover {
    opacity: 0.9;
}
._js-b-double-changed .info._active {
    display: block;
}
._js-b-double-changed .info {
    display: none;
}
.w-catalog-tags-list-relative-parent {
    position: relative;
    padding-right: 50px;
}
.w-catalog-tags-list-relative-parent._toggled {
    padding-right: 0;
}
.w-catalog-tags-list-relative-parent:after {
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 200px;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
    background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
    display: block;
    z-index: 2;
    pointer-events: none;
}
.w-catalog-tags-list-relative-parent.no-shadow {
    padding-right: 0;
}
.w-catalog-tags-list-relative-parent.no-shadow:after {
    display: none;
}
.w-catalog-tags-list {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -65px;
    padding-left: 15px;
    padding-right: 65px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    position: relative;
}
.w-catalog-tags-list-relative-parent .w-more {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.w-catalog-tags-list-relative-parent.no-shadow .w-more {
    display: none;
}
.w-catalog-tags-list>.row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
._toggled>.w-catalog-tags-list>.row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.w-catalog-tags-list-relative-parent._toggled:after {
    display: none;
}
.w-catalog-tags-list-relative-parent._toggled .w-more {
    position: relative;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .w-catalog-tags-list .col-auto:nth-last-child(1) {
        margin-right: 140px;
    }
    .w-catalog-tags-list-relative-parent._toggled>.w-catalog-tags-list .col-auto:nth-last-child(1) {
        margin-right: 0;
    }
    .w-catalog-tags-list {
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto;
        padding-left: 15px;
        padding-right: 145px;
    }
    .w-catalog-tags-list-relative-parent._toggled>.w-catalog-tags-list {
        padding-right: 15px;
    }
}


/*_CUSTOM*/
.p-courses-landing-page {
    overflow: hidden;
}
.p-courses-landing-page .s-line {
    position: relative;
}
.p-courses-landing-page .overlay {
    background-color: transparent;
}

.s-header {
    position: relative;
    z-index: 10;
}
.s-header .header-middle .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.s-breadcrumbs {
    position: relative;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -90px;
}
.s-breadcrumbs .breadcrumbs * {
    pointer-events: all;
}
.courses-main-logo {
    font-size: 14px;
}
.courses-main-logo .r-box {
    width: 170px;
}
.courses-main-logo .r-box:before {
    padding-top: 50%;
}
.courses-main-logo .r-box .r-img,
.courses-main-logo .r-box .r-img img {
    -o-object-fit: contain;
    object-fit: contain;
}
.ul-header-nav {
    margin-left: 0;
    margin-right: 0;
}
.ul-header-nav>* {
    padding: 0;
}
.ul-header-nav .__link {
    color: #202020;
    text-decoration: none;
    padding: 15px;
}
.ul-header-nav .uchilkin-logo__link {
    padding-left: 15px;
}
._desktop .ul-header-nav a.__link:hover {
    text-decoration: none;
}

.decorated-absolute-image {
    position: absolute;
    width: 100px;
    height: 100px;
}
.decorated-absolute-image.shadow {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.s-landing-top-slide {
    position: relative;
}

.s-landing-top-slide .absolute-stickers .sticker .icon .text {

}
.s-landing-top-slide .absolute-stickers .sticker .icon .text {

}
.s-landing-top-slide .absolute-stickers {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .s-landing-top-slide .absolute-stickers {
        position: absolute;
        top: -30px;
        left: 15px;
        padding-top: 0;
    }
}
.s-landing-top-slide .absolute-stickers .sticker {
    background-color: #ffd800;
    border-radius: 8px;
    padding: 8px 18px;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.s-landing-top-slide .absolute-stickers .sticker .icon {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: arial;
}
.s-landing-top-slide .absolute-stickers .sticker .text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 5px;
}
.s-landing-top-slide .absolute-stickers .sticker .icon img {
    width: 40px;
}


.section-skewed-background {
    width: 110%;
    height: 110%;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    transform: rotate(-2deg);
    background-color: #000;
    overflow: hidden;
}

.s-section-skewed-svg-before-after {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-skewed-background.svg-before-after {
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.section-skewed-background.svg-before-after .top-decor svg,
.section-skewed-background.svg-before-after .bottom-decor svg {
    width: 100%;
    height: 10%;
}
.section-skewed-background.svg-before-after .top-decor svg path,
.section-skewed-background.svg-before-after .bottom-decor svg path {
    fill: #fff;
}
.section-skewed-background.svg-before-after .top-decor {
    position: absolute;
    bottom: auto;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
}
.section-skewed-background.svg-before-after .bottom-decor {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
}


.section-skewed-background .image {
    width: 70%;
    height: 120%;
    top: -10%;
    left: 30%;
    right: auto;
    bottom: auto;
    transform: rotate(2deg);
}
.section-skewed-background .container {
    height: 100%;
    position: relative;
    z-index: 4;
}
.section-skewed-background .container .shadow {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1),rgba(0, 0, 0, 1),rgba(0, 0, 0, 0));
    height: 110%;
    width: 80%;
    left: 0;
    top: -5%;
    content: "";
}
.s-landing-top-slide>.container {
    position: relative;
    z-index: 4;
    color: #fff;
}
.s-landing-top-slide .middle-content {
    position: relative;
    z-index: 3;
    min-height: 550px;
    padding-top: 40px;
}
.s-landing-top-slide .content {
    animation: landing_top_slide_animated_content 2s ease;
}
@keyframes landing_top_slide_animated_content {
    from {transform: translateX(-30px);opacity: 0;}
    100% {transform: translateX(0px);opacity: 1;}
}
.s-landing-top-slide .content .w-button {
    animation: landing_top_slide_animated_button 2s ease;
}
@keyframes landing_top_slide_animated_button {
    from {transform: translateX(30px) translateY(30px);}
    100% {transform: translateX(0px) translateY(0px);}
}


.s-landing-top-slide .content>*+* {
    margin-top: 30px;
}
.s-landing-top-slide .decorated-absolute-image {

}
.s-landing-top-slide .decorated-absolute-image .animated .shadow,
.s-landing-top-slide .decorated-absolute-image .animated {
    width: 100%;
    height: 100%;
    position: absolute;
}
.s-landing-top-slide .decorated-absolute-image .animated .shadow {
    background: #e6e6e6;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
}
.s-landing-top-slide .decorated-absolute-image .shadow .r-box {
    top: -10%;
    bottom: -10%;
    left: -10%;
    right: -10%;
    width: 120%;
    height: 120%;
}
.s-landing-top-slide .decorated-absolute-image._001 .shadow .r-box {
    top: -18%;
    bottom: -18%;
    left: -18%;
    right: -18%;
    width: 136%;
    height: 136%;
}
.s-landing-top-slide .decorated-absolute-image .r-img {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
}
.s-landing-top-slide .row-decorated-images .col {
    position: static;
}
@media (min-width: 992px) {
    .s-landing-top-slide .row-decorated-images {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
}
.s-landing-top-slide .decorated-absolute-image._001 {
    width: 400px;
    height: 400px;
    top: 0px;
    right: -10%;
}
.s-landing-top-slide .decorated-absolute-image._001 .shadow {
    transform: rotate(42deg);
}
.s-landing-top-slide .decorated-absolute-image._001 .shadow .r-box {
    transform: rotate(-42deg);
}


.s-landing-top-slide .decorated-absolute-image._002 {
    width: 240px;
    height: 240px;
    bottom: -140px;
    left: 45%;
}
.s-landing-top-slide .decorated-absolute-image._002 .shadow {
    transform: rotate(-12deg);
}
.s-landing-top-slide .decorated-absolute-image._002 .shadow .r-box {
    transform: rotate(12deg);
}


.s-landing-top-slide .decorated-absolute-image._003 {
    width: 185px;
    height: 185px;
    top: -70px;
    left: 50%;
}
.s-landing-top-slide .decorated-absolute-image._003 .shadow {
    transform: rotate(12deg);
}
.s-landing-top-slide .decorated-absolute-image._003 .shadow .r-box {
    transform: rotate(-12deg);
}


.s-landing-top-slide .decorated-absolute-image._004 {
    width: 145px;
    height: 145px;
    bottom: -210px;
    right: 70px;
}
.s-landing-top-slide .decorated-absolute-image._004 .shadow {
    transform: rotate(12deg);
}
.s-landing-top-slide .decorated-absolute-image._004 .shadow .r-box {
    transform: rotate(-12deg);
}


.s-landing-top-slide .animated._003 {
    animation: landing_top_slide_animated 2s ease;
}
.s-landing-top-slide .animated._001 {
    animation: landing_top_slide_animated 4s ease;
}
.s-landing-top-slide .animated._002 {
    animation: landing_top_slide_animated 6s ease;
}
.s-landing-top-slide .animated._004 {
    animation: landing_top_slide_animated 8s ease;
}
@keyframes landing_top_slide_animated {
    from {transform: translateY(-30px)}
    100% {transform: translateY(0px)}
}


.w-benefits-list-item {
    padding-right: 30px;
}
.w-benefits-list-item>*+* {
    margin-top: 15px;
}
.w-benefits-list-item .image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.w-benefits-list-item .image.background {
    padding: 13px;
}
.w-benefits-list-item .description {
    font-size: 90%;
    opacity: 0.8;
}

.s-section004 .counter-number {
    padding: 20px 10px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    min-width: 120px;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
}

.w-description-images-list .row+.row {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .w-description-images-list .row:nth-child(2n - 1) .col-name {
        text-align: right;
        padding-left: 45px;
    }
    .w-description-images-list .row:nth-child(2n) .col-image {
        order: 2;
    }
    .w-description-images-list .row:nth-child(2n) .col-name {
        text-align: left;
        order: 1;
        padding-right: 45px;
    }
}
.w-description-images-list .image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.s-section006 {
    position: relative;
}
.s-section006>.container {
    position: relative;
    z-index: 4;
    color: #fff;
}
.s-section006 .middle-content {
    position: relative;
    z-index: 3;
    min-height: 450px;
    padding-top: 40px;
}
.section-skewed-background.right .image {
    right: 30%;
    left: auto;
}
.section-skewed-background.right .container .shadow {
    transform: scaleX(-1);
    left: auto;
    right: 0;
}
.s-section006 .row-content {
    position: relative;
    z-index: 3;
    padding-top: 90px;
    padding-bottom: 30px;
}
.s-section006 .w-steps-list-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.s-section006 .w-steps-list-item .col-description {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}
.s-section006 .w-steps-list-item .col-description>*+* {
    margin-top: 15px;
}
.s-section006 .w-steps-list-item .image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}


.row-teachers-list-item>.col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.row-teachers-list-item>.col-description {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}
.w-teachers-list-item .image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.w-teachers-list-item .description {
    font-size: 90%;
}
.w-rounded-video-frame>.frame {
    border-radius: 25px;
    overflow: hidden;
}
.row-timing-steps-list-item .col-name {
    padding-top: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    text-align: center;
}
/*.row-timing-steps-list-item .col-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
}
.row-timing-steps-list-item .col-text {
	padding-top: 18px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% - 110px - 100px);
	-ms-flex: 0 0 calc(100% - 110px - 100px);
	flex: 0 0 calc(100% - 110px - 100px);
	max-width: calc(100% - 110px - 100px);
}*/

.row-timing-steps-list-item .col-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}
.row-timing-steps-list-item .col-text {
    padding-top: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.row-timing-steps-list-item .col-text>*+* {
    margin-top: 12px;
}
.w-timing-steps-list-item .description {
    margin-top: 10px;
}
.w-timing-steps-list-item .description {
    opacity: 0.8;
}
.w-timing-steps-list-item .description.white {
    opacity: 1;
}
.w-timing-steps-list-item .icon svg path {
    fill: #1a4156;
}
.s-timing .r-img.contain.desktop {
    background-position: bottom center;
    display: none;
    height: 100%;
    width: 40%;
    top: 20%;
    right: auto;
    left: 0;
}
@media (min-width: 1000px) {
    .s-timing .r-img.contain.desktop {
        display: block;
    }
}

.w-faq-toggleds-list .mobile-toggle-button__link {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #202020;
    padding: 20px 40px 20px 20px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
}
.w-faq-toggleds-list a.mobile-toggle-button__link:hover {
    text-decoration: none;
}
.w-faq-toggleds-list .mobile-toggle-button__link .text {
    transition: all ease 0.2s;
    border-bottom: 2px dotted transparent;
}
._desktop .w-faq-toggleds-list .mobile-toggle-button__link:hover .text {
    border-bottom-color: rgba(150,150,150,0.5);
}
.w-faq-toggleds-list .mobile-toggle-button__link .b-dropper {
    right: 20px;
    background-color: transparent;
}
.w-faq-toggleds-list .mobile-toggle-button__link .b-dropper:after {
    border-color: #202020;
}
.w-faq-toggleds-list .mobile-toggle-button__link._toggled .b-dropper:after {
    border-color: #fff;
}

.w-faq-toggleds-list .mobile-toggle-button__link._toggled {
    /*border-top-color: #5e7c99;
    border-bottom-color: #5e7c99;
    background-color: #5e7c99;*/
    color: #fff;
}
.w-faq-toggleds-list .mobile-toggle-button__link._toggled .text {
    border-bottom: none;
}

.w-price-cloud {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    background-color: #fff;
    padding: 7px 15px;
}
.w-price-cloud>*+* {
    margin-top: 1px;
}
.w-benefits-list-item.image-aside {

}
.w-benefits-list-item.image-aside {
    position: relative;
    padding-left: 116px;
    padding-right: 0;
    min-height: 100px;
}
.w-benefits-list-item.image-aside .image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-bottom-form-frame {
    position: relative;
}
.w-bottom-form-frame .sale-roll {
    width: 120px;
    height: 120px;
    padding: 37px 10px;
    text-align: center;
    color: #202020;
    background-color: #ffd800;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50%;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    position: absolute;
    top: -60px;
    left: -75px;
}
.w-bottom-form-frame>.frame {
    padding: 30px 40px;
    background-color: #fff;
    color: #202020;
    border-radius: 15px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.4);
}
.w-bottom-form-frame .w-top {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.w-bottom-form-frame .w-bottom {
    padding-top: 30px;
}
.w-bottom-form-frame .w-features {
    font-size: 15px;
    line-height: 18px;
}
.w-bottom-form-frame .w-features .w-icon-left {
    padding-left: 55px;
}
.w-bottom-form-frame .w-features .w-icon-left .icon {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
}
.w-bottom-form-frame input.input__default.transparent {
    border-bottom: 3px solid rgba(72, 161, 209, 1);
}

.w-more-courses-list-item .block__link {
    border-radius: 12px;
    overflow: hidden;
    background-color: #202020;
    color: #fff;
}
.w-more-courses-list-item a.block__link:hover .r-img {
    opacity: 1;
}
.w-more-courses-list-item .absolute {
    position: absolute;
    width: 100%;
    padding: 25px 25px;
}
.w-more-courses-list-item .absolute>*+* {
    margin-top: 10px;
}
.w-more-courses-list-item .absolute.absolute-bottom {
    bottom: 0;
}
.w-more-courses-list-item .absolute.absolute-bottom .logo {
    width: 100px;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 12px;
}
.w-more-courses-list-item .tag {
    color: #202020;
    background-color: #ffd800;
    border-radius: 8px;
}
.w-more-courses-list-item .tag .w-icon-left {
    padding: 10px 10px 10px 45px;
}
.w-more-courses-list-item .tag .w-icon-left .icon {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 10px;
}
.w-more-courses-list-item .tag .w-icon-left.percent {
    padding-left: 10px;
}
.w-more-courses-list-item .tag .w-icon-left.percent .percent {
    font-size: 21px;
    line-height: 14px;
    padding-right: 5px;
    font-weight: 700;
    position: relative;
    top: 1px;
}

.w-more-courses-list-item .overlay {
    transition: all ease 0.2s;
    opacity: 0.9;
}
._desktop .w-more-courses-list-item a:hover .overlay {
    right: -50%;
    width: 150%;
    opacity: 0.8;
}
.w-more-courses-slider .owl-carousel .owl-dots {
    position: relative;
    margin: 30px 0 0 0;
}
.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background-color: #daecf6;
    border-color: #daecf6;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #6bbeea;
    border-color: #6bbeea;
}
.owl-carousel .owl-dots .owl-dot.curent:hover span,
.owl-carousel .owl-dots .owl-dot.curent span {
    background-color: #48a1d1;
    border-color: #48a1d1;
}
.footer-bottom {
    font-size: 14px;
}


/*custom-colors*/

.section-skewed-background {
    background-color: rgba(72, 161, 209, 1);
}
.s-section006 .section-skewed-background.overlay,
.s-landing-top-slide .section-skewed-background.overlay {
    background-color: rgba(72, 161, 209, 1);
}
.section-skewed-background .container .shadow,
.s-section006 .shadow,
.s-landing-top-slide .shadow {
    background: linear-gradient(to right, rgba(72, 161, 209, 1), rgba(72, 161, 209, 1),rgba(72, 161, 209, 1),rgba(72, 161, 209, 0));
}
.s-section004 .counter-number {
    background-color: rgba(72, 161, 209, 1);
}
.w-faq-toggleds-list .mobile-toggle-button__link._toggled {
    border-top-color: rgba(72, 161, 209, 1);
    border-bottom-color: rgba(72, 161, 209, 1);
    background-color: rgba(72, 161, 209, 1);
}
.w-benefits-list-item .image.background {
    background-color: rgba(72, 161, 209, 1);
}
.w-price-cloud {
    color: rgba(72, 161, 209, 1);
}
a {
    color: rgba(72, 161, 209, 1);
}
._desktop .ul-header-nav a.__link:hover {
    color: rgba(72, 161, 209, 1);
}

._desktop .pager-up:hover {
    background-color: rgb(33 78 102);
}
.w-timing-steps-list-item .icon svg path {
    fill: rgb(33 78 102);
}

@media (min-width: 992px) {
    .w-mobile-partner-top-logo {
        display: none;
    }
}




/*_CUSTOM END*/

@media (max-width: 1400px) {

    .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
    .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
    .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

    article img {width: auto !important; height: auto !important;}
    .img-article-left,
    .img-article-right {float: none !important;}
    .s-landing-top-slide {margin-top: 20px;}
    .s-breadcrumbs {display: none;}
    .s-landing-top-slide .decorated-absolute-image._004 {bottom: -200px;right: 0;}
    .s-landing-top-slide .decorated-absolute-image {position: relative;}
    .s-landing-top-slide .decorated-absolute-image .shadow .r-box,
    .s-landing-top-slide .decorated-absolute-image .shadow,
    .s-landing-top-slide .decorated-absolute-image,
    .s-landing-top-slide .decorated-absolute-image .animated {transform: none !important;left: 0 !important;right: 0 !important;top: 0 !important;bottom: 0 !important;width: 100% !important;height: 100% !important;position: relative !important;}

    .s-section006.s-timing .row-content {padding-top: 60px;padding-bottom: 40px;}
    .s-section006.s-timing .s-title {text-align: center;}
    .s-section006.s-timing .section-skewed-background {width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;transform: none;}
    .s-section-skewed-svg-before-after {padding-top: 80px;padding-bottom: 60px;}

    .w-bottom-form-frame {margin-top: 60px;}
    .w-bottom-form-frame .sale-roll {left: -10px;border-radius: 8px;}
    .w-bottom-form-frame>.sale-roll ~ .frame .w-top {padding-left: 120px;text-align: left;}
    .s-section006.s-timing .editable-content-overlay,
    .s-timing .editable-content-overlay {
        height: calc(100% - 170px);
        top: 90px;
    }


}

@media (max-width: 767px) {

    body {font-size: 14px;}
    .w-benefits-list-item {position: relative;padding-left: 116px;padding-right: 0;}
    .w-benefits-list-item .image {position: absolute;top: 0;left: 0;}
    .section-skewed-background .container .shadow {width: 190%;left: -90%;}
    .section-skewed-background.right .container .shadow {left: auto;right: -70%;}

    .s-section006 .w-steps-list-item .col-image {-webkit-box-flex: 0;-ms-flex: 0 0 116px;flex: 0 0 116px;max-width: 116px;}
    .s-section006 .w-steps-list-item .col-description {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 116px);-ms-flex: 0 0 calc(100% - 116px);flex: 0 0 calc(100% - 116px);max-width: calc(100% - 116px);}
    .row-timing-steps-list-item .col-name {order: 2;text-align: left;padding-top: 8px;}
    .row-timing-steps-list-item .col-icon {-webkit-box-flex: 0;-ms-flex: 0 0 50px;flex: 0 0 50px;max-width: 50px; padding-bottom: 15px;}
    .row-timing-steps-list-item .col-text {padding-top: 10px;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 3;}
    .w-timing-steps-list-item .icon svg {width: 36px !important;height: 36px !important;}
    .row-timing-steps-list-item .col-text .name {padding-top: 10px;border-top: 1px solid rgba(255,255,255,0.2);}

}

@media (max-width: 575px) {

    .s-section004 .counter-number {padding: 15px 5px;min-width: 100px;font-size: 60px;line-height: 70px;}
    .s-section-skewed-svg-before-after {padding-top: 50px;padding-bottom: 30px;}
    .row-teachers-list-item>.col-image,
    .row-teachers-list-item>.col-description {padding-top: 15px;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .w-price .w-price-cloud {font-size: 13px;}
    .w-price .w-price-cloud ._h2 {font-size: 20px;line-height: 1.5;}
    .w-price .price-description._h5 {font-size: 14px;line-height: 1.5;}
    .w-bottom-form-frame>.frame {padding: 30px 15px;}
    .w-bottom-form-frame .w-top {margin-left: -15px;margin-right: -15px;}
    .w-bottom-form-frame .sale-roll {width: 90px;height: 90px;padding: 31px 5px;font-size: 26px;line-height: 26px;top: -20px;}
    .w-bottom-form-frame>.sale-roll ~ .frame .w-top {padding-left: 105px;}
    .w-more-courses-list-item .absolute {padding: 10px 15px;}
    .w-more-courses-list-item .absolute>*+* {margin-top: 5px;}
    .w-more-courses-list-item .s-name._h5 {font-size: 14px;line-height: 20px;}

    .s-landing-top-slide .absolute-stickers .sticker .text {
        font-size: 12px;
        font-weight: 400;
    }
    .s-landing-top-slide .absolute-stickers .sticker .icon {
        font-size: 28px;
        line-height: 28px;
    }
    .s-landing-top-slide .absolute-stickers .sticker .icon img {
        width: 28px;
    }
    .w-more-courses-list-item .tag .w-icon-left {
        padding: 5px 8px 5px 37px;
    }
    .w-more-courses-list-item .tag .w-icon-left .icon {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
    .w-more-courses-list-item .tag .w-icon-left.percent .percent {
        font-size: 15px;
        line-height: 15px;
        padding-right: 3px;
        font-weight: 700;
        position: relative;
        top: 0px;
    }


}

@media (max-width: 419px) {

    .s-section006 .row-content {padding-top: 60px;padding-bottom: 20px;}

    .w-more-courses-list-item .absolute.absolute-bottom .logo {
        width: 70px;
    }


}

@media (max-width: 354px) {

}
