@charset "UTF-8";@font-face {
    font-family: uborka;
    font-display: swap;
    src: url(../fonts/uborka-extraBold.woff2) format("woff2"),url(../fonts/uborka-extraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: uborka;
    font-display: swap;
    src: url(../fonts/uborka-bold.woff2) format("woff2"),url(../fonts/uborka-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: uborka;
    font-display: swap;
    src: url(../fonts/uborka-light.woff2) format("woff2"),url(../fonts/uborka-light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: uborka;
    font-display: swap;
    src: url(../fonts/uborka-regular.woff2) format("woff2"),url(../fonts/uborka-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

body,html {
    margin: 0
}

mark {
    background: rgba(255,213,52,.2);
    padding: .09em 0
}

html {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    color: #291d1f;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

dir,menu,ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}

input[type=tel],input[type=text] {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

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

input[type=email],input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ol,ul {
    padding-left: 0;
    list-style: none
}

.main-big-wrapper {
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    width: 100%;
    overflow: hidden
}

.language-popup {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.language-popup__wrap {
    position: absolute;
    top: -30px;
    right: 0;
    border-radius: 5px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 8;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0,0,0,.25);
    box-shadow: 0 5px 30px -5px rgba(0,0,0,.25)
}

.language-popup__actions {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 15px
}

.language-popup__actions a {
    text-decoration: none
}

.language-popup__action {
    padding: 5px 20px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px
}

.language-popup__action:hover {
    opacity: .9
}

.is-container-large,.is-container-medium,.is-container-page,.is-container-small {
    min-width: 0;
    margin-left: auto;
    margin-right: auto
}

.is-container-large:after,.is-container-medium:after,.is-container-page:after,.is-container-small:after {
    content: "";
    display: table;
    clear: both
}

.is-container-small {
    max-width: 750px
}

.is-container-medium {
    max-width: 992px
}

.is-container-large:after,.is-container-page:after {
    content: "";
    display: table;
    clear: both
}

.is-bg-page {
    background-color: #f1f6f8
}

.is-bg-gray {
    background-color: #f1f1f1
}

.is-bg-white {
    background-color: #fff
}

.is-bg-primary {
    background-color: rgba(0,191,255,.06)
}

.button {
    font-weight: 600!important
}

.button.primary {
    -webkit-box-shadow: 0 10px 15px -10px rgba(0,191,255,.5);
    box-shadow: 0 10px 15px -10px rgba(0,191,255,.5)
}

.button.secondary {
    -webkit-box-shadow: 0 10px 15px -10px rgba(255,213,52,.5);
    box-shadow: 0 10px 15px -10px rgba(255,213,52,.5)
}

.button.radius {
    border-radius: 100px
}

.is-link {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(58,58,58,.2);
    color: #3a3a3a;
    display: inline;
    cursor: pointer;
    -webkit-transition: color .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,border-color .4s ease,background-color .4s ease
}

.is-link:hover {
    color: #00bfff;
    border-bottom: 1.5px solid rgba(0,191,255,.2)
}

.is-link--dash {
    border-bottom: 1.5px dashed rgba(58,58,58,.2)
}

.is-link--dash:hover {
    color: #00bfff;
    border-bottom: 1.5px dashed rgba(0,191,255,.2)
}

.is-link--primary {
    color: #00bfff;
    border-color: rgba(0,191,255,.2)
}

.is-link--primary:hover {
    color: #3a3a3a;
    border-color: rgba(58,58,58,.2)
}

.footer {
    background-color: #fff
}

.footer .footer-header {
    border-bottom: 1px solid rgba(58,58,58,.06);
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .footer-header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-header .brand svg {
    stroke: none;
    stroke-width: 0;
    fill: #00bfff;
    max-width: 80px;
    max-height: 48px
}

.footer .footer-header .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-header .phone .item {
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-header .phone .item svg {
    stroke: none;
    stroke-width: 0;
    fill: #00bfff;
    max-width: 36px;
    max-height: 36px
}

.footer .footer-header .phone .item a {
    font-size: 21px;
    text-decoration: none;
    font-weight: 600;
    color: #3a3a3a
}

.footer .footer-body {
    padding-top: 40px;
    padding-bottom: 40px
}

.footer .footer-body__row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    width: 100%
}

.footer .footer-body__menu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    margin-right: 40px
}

.footer .footer-body__menu ul {
    padding-left: 0;
    width: 100%
}

.footer .footer-body__menu li {
    padding-bottom: 14px
}

.footer .footer-body__menu li a {
    font-size: 18px
}

.footer .footer-body .info {
    text-align: right;
    width: 100%
}

.footer .footer-body .info-item {
    margin-top: 12px
}

.footer .footer-body .info-item .text {
    color: rgba(58,58,58,.6);
    font-size: 16px;
    font-weight: 500
}

.footer .footer-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(58,58,58,.6);
    border-top: 1px solid rgba(17,17,19,.07);
    width: 100%
}

.footer .footer-footer .copy {
    font-size: 14px;
    font-weight: 500
}

.footer .footer-footer .developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-footer .developer .link {
    font-size: 13px;
    color: rgba(58,58,58,.8);
    font-weight: 500
}

.footer .footer-footer .developer .text {
    font-size: 14px;
    font-weight: 500
}

.nav {
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.0980392) 0 1px 4px;
    box-shadow: rgba(0,0,0,.0980392) 0 1px 4px;
    position: relative
}

.nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    height: 70px
}

.nav__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.nav__brand-logo {
    margin-right: 12px;
    margin-top: 4px
}

.nav__brand-logo svg {
    stroke: none;
    stroke-width: 0;
    fill: #00bfff;
    max-width: 70px;
    max-height: 48px
}

.nav__brand-slogan {
    font-size: 14px;
    line-height: 1.214em;
    font-weight: 500
}

.nav .nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.nav__menu .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    padding: .9em;
    text-decoration: none;
    color: #291d1f;
    font-weight: 600;
    margin-right: 4px;
    padding-top: .4em;
    padding-bottom: .4em
}

.nav__menu .menu__link:hover {
    color: #291d1f;
    background-color: #f3f4f6;
    border-radius: 8px
}

.nav__menu .menu__link[aria-current=page] {
    color: #291d1f;
    background-color: #f3f4f6;
    border-radius: 8px
}

.nav__menu .menu__link svg {
    margin-right: 6px;
    font-size: 18px
}

.nav__phone .phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding: 1em;
    text-decoration: none;
    color: #291d1f;
    font-weight: 600;
    height: 0
}

.nav__phone .phone__link svg {
    margin-right: 6px;
    fill: #00bfff;
    font-size: 26px
}

.nav__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.nav .control__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.nav .control__item:first-child {
    margin-right: 20px
}

.nav .control__info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    color: #00bfff
}

.nav .control__info-text {
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    color: #b6bcc3;
    margin-top: -6px;
    text-align: right
}

.nav .control__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    color: #291d1f
}

.nav .control__icon svg {
    fill: #00bfff;
    width: 26px;
    height: 26px
}

.hide-nav {
    position: sticky;
    top: 0;
    will-change: transform;
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,-webkit-transform .3s;
    transition: transform .3s,background-color .3s;
    transition: transform .3s,background-color .3s,-webkit-transform .3s;
    z-index: 12
}

.hide-nav--fixed {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: transparent
}

.hide-nav--has-bg {
    background-color: #fff
}

.nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    position: relative
}

.nav-mob li {
    list-style-type: none
}

.nav-mob__nav {
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: height .5s cubic-bezier(.645,.045,.355,1);
    transition: height .5s cubic-bezier(.645,.045,.355,1);
    top: 0
}

.nav-mob__nav--is-visible {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: 100vh;
    visibility: visible
}

.nav-mob__list {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px
}

.nav-mob__list .details[open] .details__summary .icon {
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important
}

.nav-mob__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 8px
}

.nav-mob__item .details__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.nav-mob__item .details__summary .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-mob__dropdown-link {
    text-transform: none!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 25px
}

.nav-mob__dropdown-link,.nav-mob__link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    text-decoration: none;
    padding: .5em 0;
    font-weight: 600;
    list-style-type: none;
    outline: 0;
    font-size: 15px;
    text-transform: uppercase
}

.nav-mob__dropdown-link:hover,.nav-mob__dropdown-link[aria-current=page],.nav-mob__link:hover,.nav-mob__link[aria-current=page] {
    color: #00bfff
}

.nav-mob__dropdown-link .icon,.nav-mob__link .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: #291d1f;
    stroke-width: 0;
    fill: #00bfff
}

.nav-mob__btn,.nav-mob__form-control {
    width: 100%
}

.nav-mob__dropdown {
    padding-left: 16px
}

.nav-mob__footer {
    border-top: 1px solid #e5e7eb;
    margin-top: 20px
}

.nav-mob__footer .footer__phone {
    margin-top: 20px
}

.nav-mob__footer .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    padding: 1em;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    height: 0
}

.nav-mob__footer .footer__link svg {
    margin-right: 6px;
    fill: #00bfff;
    font-size: 26px
}

html:not(.js) .nav-mob__nav-control {
    display: none
}

html:not(.js) .nav-mob__nav {
    position: static;
    padding: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.subnav {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

.subnav__wrap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ececec
}

.subnav__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subnav__nav::after {
    content: "";
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.69) 0,#fff 100%);
    background-image: -moz-linear-gradient(left,rgba(255,255,255,.69) 0,#fff 100%);
    background-image: -ms-linear-gradient(left,rgba(255,255,255,.69) 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.69)),to(#fff));
    background-image: linear-gradient(to right,rgba(255,255,255,.69) 0,#fff 100%)
}

.subnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 0
}

.subnav__item {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subnav__link {
    display: block;
    font-size: .8em;
    padding: 1.2em;
    text-decoration: none;
    color: #291d1f;
    border-right-width: 0;
    border-left-width: 0;
    font-weight: 500
}

.subnav__link:hover {
    color: #00bfff
}

.subnav__link[aria-current=page] {
    color: #00bfff
}

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

* {
    font: inherit
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

menu,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

button,input,select,textarea {
    margin: 0
}

.btn,.freeform-input,.link,.reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.freeform-input::-ms-expand {
    display: none
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top
}

input::-ms-clear {
    display: none
}

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

img,svg,video {
    max-width: 100%
}

.btn,.form-control,.link,.reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.is-hidden {
    display: none!important
}

.is-section,.is-section-page {
    padding-top: 80px;
    padding-bottom: 80px
}

.is-text-primary {
    color: #00bfff!important
}

.is-list-01 li:before,.is-list-02 li::before,.is-text-01 {
    font-size: 18px;
    line-height: 1.445em;
    font-weight: 500
}

.is-list-01 li:before p,.is-list-02 li::before p,.is-text-01 p {
    margin-bottom: 1.556em
}

.is-text-02 {
    font-size: 18px;
    line-height: 1.333em;
    letter-spacing: -.18px;
    font-weight: 700;
    color: #262c36
}

.is-text-03 {
    line-height: 1.375em;
    font-weight: 500
}

.is-text-04 {
    font-size: 14px;
    line-height: 1.214em;
    font-weight: 600;
    color: #262c36
}

.is-text-05 {
    line-height: 1.3125em
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-bottom: 13px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 13px;
    margin-bottom: 13px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 72px
}

.h2,h2 {
    font-size: 62px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 24px
}

.h5,h5 {
    font-size: 18px
}

.h6,h6 {
    font-size: 14px
}

p {
    margin: 0 0 13px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #291d1f
}

.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small {
    color: inherit;
    font-size: .444em;
    display: block;
    font-weight: 500;
    text-transform: none
}

.small {
    font-size: 80%
}

.h1,h1 {
    letter-spacing: -.11px;
    font-weight: 700
}

.h2,h2 {
    letter-spacing: -.09px;
    line-height: 1.065em;
    font-weight: 700
}

.h2.h-small,h2.h-small {
    font-size: 58px;
    line-height: 1.103em
}

.h2.h-smaller,h2.h-smaller {
    font-size: 46px;
    line-height: 1.174em;
    letter-spacing: -.07px
}

.h3,h3 {
    letter-spacing: -.05px;
    line-height: 1.22em;
    font-weight: 700
}

.h4,h4 {
    font-weight: 600;
    line-height: 1.333em
}

.h4.h-small,h4.h-small {
    font-size: 20px
}

.h5,h5 {
    line-height: 1.38em;
    font-weight: 700;
    letter-spacing: -.03px
}

.is-bg-primary {
    background-color: rgba(0,191,255,.2)
}

.is-bg-section {
    background-color: #f1f5f9
}

.is-bg-white-01 {
    background-color: #fff
}

.is-bg-white-02 {
    background-color: #f8f8f8
}

.is-bg-white-03 {
    background-color: #f1f1f1
}

.is-bg-white-04 {
    background-color: #e9e9e9
}

.is-bg-white-05 {
    background-color: #e9eaeb
}

.is-bg-gray-01 {
    background-color: #e5e5e5
}

.is-bg-gray-02 {
    background-color: #d5d4d4
}

.is-bg-black-01 {
    background-color: #000
}

.is-bg-black-02 {
    background-color: #262c36
}

.is-bg-black-03 {
    background-color: #303640
}

.is-bg-black-04 {
    background-color: #252732
}

.is-bg-black-05 {
    background-color: #30323f
}

.is-bg-black-06 {
    background-color: #282b33
}

.is-bg-black-07 {
    background-color: #4c4c4c
}

.is-bg-orange-01 {
    background-color: #ff6d45
}

.is-bg-blue-01 {
    background-color: #0f78d6
}

.is-bg-blue-02 {
    background-color: #124675
}

.is-bg-blue-03 {
    background-color: #213556
}

.status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin-right: 10px
}

.status:not(.on):not(.green):not(.yellow):not(.red):not(.blue):not(.orange) {
    border-color: rgba(0,0,0,.4)
}

.status.green {
    background-color: #00bfff
}

.status.yellow {
    background-color: #ffd534
}

.status.red {
    background-color: #ee2455
}

.status.blue {
    background-color: #158df7
}

.status.orange {
    background-color: #ff6951
}

.arrow-bottom,.arrow-left,.arrow-right,.arrow-top {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 24px;
    height: 24px
}

.arrow-top {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.arrow-right {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.arrow-bottom {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.arrow-left {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.is-list-01 {
    list-style: none;
    left: 0
}

.is-list-01 li {
    margin-bottom: 8px;
    padding-left: 26px;
    position: relative
}

.is-list-01 li:before {
    content: "—";
    color: #00bfff;
    font-weight: 500;
    position: absolute;
    left: 0
}

.is-list-02 {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0
}

.is-list-02 li {
    counter-increment: my-awesome-counter;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative
}

.is-list-02 li::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: 0
}

:root {
    --form-control-font-size: 1.1em;
    --form-control-padding-x: var(--space-xs);
    --form-control-padding-y: var(--space-xxs);
    --form-control-radius: var(--radius-md)
}

.freeform-input {
    background: #fff;
    line-height: 1.6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid rgba(182,188,195,.6);
    font-size: var(--form-control-font-size,1em);
    padding-top: var(--form-control-padding-y,.5em);
    padding-bottom: var(--form-control-padding-y,.5em);
    padding-left: var(--form-control-padding-x,.75em);
    padding-right: var(--form-control-padding-x,.75em);
    border-radius: var(--form-control-radius,.25em);
    font-weight: 500
}

.freeform-input::-webkit-input-placeholder {
    opacity: 1;
    color: #4b5563
}

.freeform-input::-moz-placeholder {
    opacity: 1;
    color: #4b5563
}

.freeform-input:-ms-input-placeholder {
    opacity: 1;
    color: #4b5563
}

.freeform-input::-ms-input-placeholder {
    opacity: 1;
    color: #4b5563
}

.freeform-input::placeholder {
    opacity: 1;
    color: #4b5563
}

.freeform-input:focus,.freeform-input:focus-within {
    background: #fff;
    border: 1px solid rgba(0,191,255,.8);
    outline: 0
}

.freeform-input--disabled,.freeform-input[disabled],.freeform-input[readonly] {
    opacity: .5;
    cursor: not-allowed
}

.freeform-input.freeform-input--error,.freeform-input[aria-invalid=true] {
    -webkit-box-shadow: inset 0 0 0 1px rgba(58,58,58,0),0 0 0 2px #f04539;
    box-shadow: inset 0 0 0 1px rgba(58,58,58,0),0 0 0 2px #f04539
}

.freeform-input.freeform-input--error:focus,.freeform-input.freeform-input--error:focus-within,.freeform-input[aria-invalid=true]:focus,.freeform-input[aria-invalid=true]:focus-within {
    -webkit-box-shadow: inset 0 0 0 1px rgba(58,58,58,0),0 0 0 2px #f04539,var(--shadow-sm);
    box-shadow: inset 0 0 0 1px rgba(58,58,58,0),0 0 0 2px #f04539,var(--shadow-sm)
}

.freeform-legend {
    color: rgba(41,29,31,.5);
    line-height: var(--heading-line-height,1.2);
    font-size: var(--text-md,1.125rem);
    margin-bottom: var(--space-sm)
}

.freeform-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600!important
}

.input-group-one-line {
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.ff-form-errors {
    display: none
}

.ff-form-success {
    font-size: 16px;
    color: #0dba26;
    font-weight: 500
}

.ff-form-success p {
    display: none
}

.ff-form-success::after {
    content: "Заявка успешно отправлена! Пожалуйста, ожидайте звонка нашего менеджера.";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5zZW5kPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0ic2VuZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMERCQTI2IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjAsMCBMOSwxMSIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMjAgMCAxMyAyMCA5IDExIDAgNyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) left 50% no-repeat;
    padding-left: 20px;
    padding-bottom: 6px;
    background-size: 14px;
    display: block;
    padding-top: 6px
}

.ff-errors {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0
}

.ff-errors li {
    font-weight: 500;
    list-style-type: none;
    font-size: 14px;
    color: #f04539;
    margin-left: 4px;
    -webkit-animation: shake .5s ease-in-out;
    animation: shake .5s ease-in-out
}

.ff-errors li::before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jb3JuZXItbGVmdC11cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9ImNvcm5lci1sZWZ0LXVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiNGMDQ1MzkiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgcG9pbnRzPSIxMCA1IDUgMCAwIDUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNiwxNiBMOSwxNiBDNi43OTA4NjEsMTYgNSwxNC4yMDkxMzkgNSwxMiBMNSwwIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) 50% 40% no-repeat;
    background-size: 12px;
    padding: 12px
}

.field-has-errors {
    border-color: rgba(240,69,57,.75)!important;
    -webkit-animation: shake .5s ease-in-out;
    animation: shake .5s ease-in-out;
    background-color: rgba(240,69,57,.01)
}

.field-has-errors::-webkit-input-placeholder {
    color: rgba(240,69,57,.75)
}

.field-has-errors::-moz-placeholder {
    color: rgba(240,69,57,.75)
}

.field-has-errors:-moz-placeholder {
    color: rgba(240,69,57,.75)
}

.field-has-errors:-ms-input-placeholder {
    color: rgba(240,69,57,.75)
}

.field-has-errors:hover {
    background-color: rgba(240,69,57,.01)
}

.freeform-label {
    margin-bottom: 6px
}

.is-box {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(68,74,102,.1);
    box-shadow: 0 5px 15px rgba(68,74,102,.1)
}

.btn {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00bfff;
    cursor: pointer;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 1.08rem;
    font-weight: 500;
    min-height: 2.8rem;
    min-width: 5.5rem;
    padding: 0 1.8rem;
    position: relative;
    text-align: center;
    -webkit-transition: background .4s cubic-bezier(.25,.8,.25,1);
    transition: background .4s cubic-bezier(.25,.8,.25,1);
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap
}

.btn::after,.btn::before {
    background: currentColor;
    background-clip: padding-box;
    border-bottom: .375rem solid transparent;
    border-top: .375rem solid transparent;
    border-radius: .25rem;
    bottom: -.375rem;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -.375rem;
    -webkit-transition: opacity 15ms linear;
    transition: opacity 15ms linear
}

.btn:focus {
    outline: .0625rem solid transparent
}

.btn:hover::before {
    opacity: .08
}

.btn:focus::before {
    opacity: .1
}

.btn:active::after {
    opacity: .14
}

.btn svg {
    fill: #1a73e8;
    height: 1.125rem;
    vertical-align: middle;
    width: 1.125rem
}

.btn--primary {
    background-color: #00bfff;
    color: #fff
}

.btn--primary:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.btn--primary svg {
    fill: #fff
}

.btn--secondary {
    background-color: #ffd534;
    color: #3a3a3a
}

.btn--secondary:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.btn--secondary svg {
    fill: #fff
}

.btn--white {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(54,74,178,.16),0 2px 2px rgba(54,74,178,.04),0 0 2px rgba(54,74,179,.08);
    box-shadow: 0 1px 3px rgba(54,74,178,.16),0 2px 2px rgba(54,74,178,.04),0 0 2px rgba(54,74,179,.08);
    color: #00bfff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px!important
}

.btn--line {
    border: .0725rem solid #00bfff;
    color: #00bfff
}

.btn--oval {
    border-radius: 50px
}

.btn--oval::after,.btn--oval::before {
    border-radius: 50px
}

.btn--disabled {
    opacity: .6;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn--lg {
    font-size: 1.2rem;
    min-height: 3.1rem;
    padding: 0 4.4rem
}

.btn--md {
    font-size: 1rem;
    min-height: 2.4rem;
    padding: 0 2rem
}

.btn--sm {
    font-size: .9rem;
    min-height: 2.1rem;
    padding: 0 1rem
}

.btn--full {
    width: 100%
}

.btn--mob {
    width: 100%
}

.btn--icon {
    padding: 1rem
}

:root {
    --icon-xxs: 12px;
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
    --icon-xxl: 128px
}

.icon {
    display: inline-block;
    color: inherit;
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: initial
}

.icon--xxs {
    font-size: var(--icon-xxs)
}

.icon--xs {
    font-size: var(--icon-xs)
}

.icon--sm {
    font-size: var(--icon-sm)
}

.icon--md {
    font-size: var(--icon-md)
}

.icon--lg {
    font-size: var(--icon-lg)
}

.icon--xl {
    font-size: var(--icon-xl)
}

.icon--xxl {
    font-size: var(--icon-xxl)
}

.icon--is-spinning {
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sr-only {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.container {
    width: calc(100% - 2.5em);
    margin-left: auto;
    margin-right: auto
}

.max-width-xxxxs {
    max-width: 20rem
}

.max-width-xxxs {
    max-width: 26rem
}

.max-width-xxs {
    max-width: 32rem
}

.max-width-xs {
    max-width: 38rem
}

.max-width-sm {
    max-width: 48rem
}

.max-width-md {
    max-width: 64rem
}

.max-width-lg {
    max-width: 80rem
}

.max-width-xl {
    max-width: 90rem
}

.max-width-xxl {
    max-width: 100rem
}

.max-width-xxxl {
    max-width: 120rem
}

.max-width-xxxxl {
    max-width: 150rem
}

.max-width-100\% {
    max-width: 100%
}

[class*=max-width-adaptive] {
    max-width: 32rem
}

.radius-sm {
    border-radius: 2px,.25em
}

.radius-md {
    border-radius: 4px,.25em
}

.radius-lg {
    border-radius: 8px,.25em
}

.radius-50\% {
    border-radius: 50%
}

.shadow-xs {
    -webkit-box-shadow: 0 .1px .3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12);
    box-shadow: 0 .1px .3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12)
}

.shadow-sm {
    -webkit-box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1);
    box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1)
}

.shadow-md {
    -webkit-box-shadow: 0 .9px 1.5px rgba(0,0,0,.03),0 3.1px 5.5px rgba(0,0,0,.08),0 14px 25px rgba(0,0,0,.12);
    box-shadow: 0 .9px 1.5px rgba(0,0,0,.03),0 3.1px 5.5px rgba(0,0,0,.08),0 14px 25px rgba(0,0,0,.12)
}

.shadow-lg {
    -webkit-box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15);
    box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15)
}

.shadow-xl {
    -webkit-box-shadow: 0 1.5px 2.1px -6px rgba(0,0,0,.012),0 3.6px 5.2px -6px rgba(0,0,0,.035),0 7.3px 10.6px -6px rgba(0,0,0,.07),0 16.2px 21.9px -6px rgba(0,0,0,.117),0 46px 60px -6px rgba(0,0,0,.2);
    box-shadow: 0 1.5px 2.1px -6px rgba(0,0,0,.012),0 3.6px 5.2px -6px rgba(0,0,0,.035),0 7.3px 10.6px -6px rgba(0,0,0,.07),0 16.2px 21.9px -6px rgba(0,0,0,.117),0 46px 60px -6px rgba(0,0,0,.2)
}

.actions__price {
    margin-top: 10px
}

.actions__price-body {
    display: inline-block;
    font-size: 0;
    position: relative;
    height: 60px;
    background: red;
    margin-left: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    border-radius: 0 9px 9px 0;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.15)
}

.actions__price-body:before {
    position: absolute;
    content: "";
    left: -36px;
    top: 0;
    width: 36px;
    height: 60px;
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22160px%22%20height%3D%2262px%22%20%20viewBox%3D%220%200%20160%2062%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff0000%22%20d%3D%22M4.056%2C24.183%20C4.453%2C23.681%204.880%2C23.146%205.337%2C22.576%20L7.310%2C20.106%20M10.064%2C16.659%20L19.456%2C4.904%20C19.454%2C4.905%2022.232%2C0.984%2027.538%2C0.984%20L149.689%2C0.984%20C155.366%2C0.984%20160.011%2C5.629%20160.011%2C11.305%20L160.011%2C31.499%20L160.011%2C51.693%20C160.011%2C57.370%20155.366%2C62.014%20149.689%2C62.014%20L27.538%2C62.014%20C22.232%2C62.014%2019.454%2C58.093%2019.456%2C58.094%20L5.337%2C40.423%20C-0.720%2C32.843%20-1.632%2C31.702%202.608%2C26.053%20M15.328%2C26.343%20C18.184%2C26.343%2020.500%2C28.659%2020.500%2C31.515%20C20.500%2C34.372%2018.184%2C36.687%2015.328%2C36.687%20C12.471%2C36.687%2010.156%2C34.372%2010.156%2C31.515%20C10.156%2C28.659%2012.471%2C26.343%2015.328%2C26.343%20Z%22%2F%3E%3C%2Fsvg%3E) 0 50% no-repeat
}

.actions__price-old {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    color: #fff
}

.actions__price-old:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,.5)
}

.actions__price-old ins {
    font-weight: 300;
    font-size: 20px;
    text-decoration: none
}

.actions__price-cur {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    display: block;
    color: #fff
}

.actions__price-cur ins {
    font-weight: 300;
    font-size: 20px;
    text-decoration: none
}

.separator {
    max-width: 400px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    height: 2px;
    margin-top: 24px;
    margin-bottom: 24px
}

.separator__first {
    width: 15%;
    position: relative;
    height: 100%;
    background-color: #00bfff
}

.separator__second {
    width: 85%;
    position: relative;
    display: block;
    margin-left: 20px;
    background-color: rgba(0,191,255,.21)
}

:root {
    --anim-menu-btn-size: 48px;
    --anim-menu-btn-icon-size: 32px;
    --anim-menu-btn-icon-stroke: 2px
}

.anim-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--anim-menu-btn-size);
    height: var(--anim-menu-btn-size);
    color: var(--color-contrast-high)
}

.anim-menu-btn__icon {
    position: relative;
    display: block;
    font-size: var(--anim-menu-btn-icon-size);
    width: 1em;
    height: var(--anim-menu-btn-icon-stroke);
    color: inherit;
    background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
    background-image: linear-gradient(currentColor,currentColor);
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.anim-menu-btn__icon::after,.anim-menu-btn__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: inherit;
    border-radius: inherit
}

.anim-menu-btn__icon--close {
    background-size: 100% 100%;
    will-change: transform,background-size;
    -webkit-transition: background-size .2s,-webkit-transform .2s;
    transition: background-size .2s,-webkit-transform .2s;
    transition: transform .2s,background-size .2s;
    transition: transform .2s,background-size .2s,-webkit-transform .2s
}

.anim-menu-btn:active .anim-menu-btn__icon--close {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.anim-menu-btn__icon--close::after,.anim-menu-btn__icon--close::before {
    will-change: inherit;
    -webkit-transition: inherit;
    transition: inherit
}

.anim-menu-btn__icon--close::before {
    -webkit-transform: translateY(-.25em) rotate(0);
    -ms-transform: translateY(-.25em) rotate(0);
    transform: translateY(-.25em) rotate(0)
}

.anim-menu-btn__icon--close::after {
    -webkit-transform: translateY(.25em) rotate(0);
    -ms-transform: translateY(.25em) rotate(0);
    transform: translateY(.25em) rotate(0)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
    background-size: 0 100%
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.anim-menu-btn__icon--arrow-down,.anim-menu-btn__icon--arrow-left,.anim-menu-btn__icon--arrow-right,.anim-menu-btn__icon--arrow-up {
    border-radius: 50em;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-down,.anim-menu-btn:active .anim-menu-btn__icon--arrow-left,.anim-menu-btn:active .anim-menu-btn__icon--arrow-right,.anim-menu-btn:active .anim-menu-btn__icon--arrow-up {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.anim-menu-btn__icon--arrow-down::after,.anim-menu-btn__icon--arrow-down::before,.anim-menu-btn__icon--arrow-left::after,.anim-menu-btn__icon--arrow-left::before,.anim-menu-btn__icon--arrow-right::after,.anim-menu-btn__icon--arrow-right::before,.anim-menu-btn__icon--arrow-up::after,.anim-menu-btn__icon--arrow-up::before {
    -webkit-transform-origin: calc(var(--anim-menu-btn-icon-stroke)/ 2) 50%;
    -ms-transform-origin: calc(var(--anim-menu-btn-icon-stroke)/ 2) 50%;
    transform-origin: calc(var(--anim-menu-btn-icon-stroke)/ 2) 50%;
    will-change: transform,width;
    -webkit-transition: width .2s,-webkit-transform .2s;
    transition: width .2s,-webkit-transform .2s;
    transition: transform .2s,width .2s;
    transition: transform .2s,width .2s,-webkit-transform .2s
}

.anim-menu-btn__icon--arrow-down::before,.anim-menu-btn__icon--arrow-left::before,.anim-menu-btn__icon--arrow-right::before,.anim-menu-btn__icon--arrow-up::before {
    -webkit-transform: translateY(-.25em) rotate(0);
    -ms-transform: translateY(-.25em) rotate(0);
    transform: translateY(-.25em) rotate(0)
}

.anim-menu-btn__icon--arrow-down::after,.anim-menu-btn__icon--arrow-left::after,.anim-menu-btn__icon--arrow-right::after,.anim-menu-btn__icon--arrow-up::after {
    -webkit-transform: translateY(.25em) rotate(0);
    -ms-transform: translateY(.25em) rotate(0);
    transform: translateY(.25em) rotate(0)
}

.anim-menu-btn__icon--arrow-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-right {
    -webkit-transform: rotate(180deg) scale(.9);
    -ms-transform: rotate(180deg) scale(.9);
    transform: rotate(180deg) scale(.9)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before {
    width: 50%
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-up {
    -webkit-transform: rotate(90deg) scale(.9);
    -ms-transform: rotate(90deg) scale(.9);
    transform: rotate(90deg) scale(.9)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-down {
    -webkit-transform: rotate(-90deg) scale(.9);
    -ms-transform: rotate(-90deg) scale(.9);
    transform: rotate(-90deg) scale(.9)
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,.94);
    padding: 1.25em
}

.modal:not(.modal--is-visible) {
    pointer-events: none;
    background-color: transparent
}

.modal--is-visible {
    opacity: 1;
    visibility: visible
}

.modal--overflow {
    overflow: hidden
}

.modal__content {
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15);
    box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15);
    border-radius: 8px
}

.modal__content .is-error {
    display: none!important
}

.modal__header {
    padding: .75em 2em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.modal__header-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 20px
}

.modal__header-title {
    color: #291d1f;
    font-weight: 700;
    font-size: 38px;
    line-height: 35px;
    max-width: 100%
}

.modal__header-text {
    color: #b6bcc3;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    max-width: 86%
}

.modal__header svg {
    fill: #00bfff;
    stroke: none;
    max-width: 42px;
    max-height: 42px;
    margin-right: 8px;
    margin-bottom: -6px
}

.modal__body {
    padding: .75em 2em
}

.modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 1.25em
}

.modal__close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    cursor: pointer
}

.modal__close-btn .icon {
    display: block;
    margin: auto
}

.modal__close-btn--outer {
    width: 3em;
    height: 3em;
    position: fixed;
    top: 1.25em;
    right: 1.25em;
    z-index: 12;
    background-color: #fff;
    -webkit-box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1);
    box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1)
}

.modal__close-btn--outer:hover {
    -webkit-box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15);
    box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15)
}

.modal__close-btn--outer .icon {
    color: #291d1f
}

.modal__close-btn--inner {
    width: 3em;
    height: 3em;
    background-color: #fff;
    -webkit-box-shadow: 0 .9px 1.5px rgba(0,0,0,.03),0 3.1px 5.5px rgba(0,0,0,.08),0 14px 25px rgba(0,0,0,.12);
    box-shadow: 0 .9px 1.5px rgba(0,0,0,.03),0 3.1px 5.5px rgba(0,0,0,.08),0 14px 25px rgba(0,0,0,.12);
    position: fixed;
    top: -18px;
    right: -14px
}

.modal__close-btn--inner .icon {
    color: #291d1f
}

.modal__close-btn--inner:hover {
    -webkit-box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15);
    box-shadow: 0 1.2px 1.9px -1px rgba(0,0,0,.014),0 3.3px 5.3px -1px rgba(0,0,0,.038),0 8.5px 12.7px -1px rgba(0,0,0,.085),0 30px 42px -1px rgba(0,0,0,.15)
}

.modal--is-loading .modal__content {
    visibility: hidden
}

.modal--is-loading .modal__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    pointer-events: none
}

.details__summary {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.details__summary:hover {
    color: #00bfff
}

.details__summary:focus {
    outline: 2px solid rgba(0,191,255,.2);
    outline-offset: 4px
}

.details__summary .icon {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.js .details__summary {
    list-style: none
}

.js .details__summary::-webkit-details-marker {
    display: none
}

.js .details[open] .details__summary .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.js .details__content[aria-hidden=true] {
    display: none
}

html:not(.js) .details__summary .icon {
    display: none
}

.accordion__item {
    border: 0 solid #d3d3d4;
    border-bottom-width: 1px
}

.accordion__item:first-child {
    border-top-width: 1px
}

.accordion__header {
    background-color: transparent;
    padding: 18px 12px;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #291d1f;
    font-weight: 500
}

.accordion__header:hover {
    color: #00bfff
}

.accordion__header-title {
    font-size: 18px;
    text-align: left
}

.accordion__header-icon {
    float: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
    display: none
}

.accordion__header-icon i {
    position: relative;
    width: 1.3em;
    height: 1.3em;
    display: block;
    will-change: transform
}

.accordion__header-icon i::after,.accordion__header-icon i::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    background: currentColor;
    top: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.accordion__header-icon i::before {
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion__header-icon i::after {
    left: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion__item--is-open>.accordion__header>.accordion__header-icon i::before {
    -webkit-transform: translateY(-80%) rotate(-135deg);
    -ms-transform: translateY(-80%) rotate(-135deg);
    transform: translateY(-80%) rotate(-135deg)
}

.accordion__item--is-open>.accordion__header>.accordion__header-icon i::after {
    -webkit-transform: translateY(-80%) rotate(135deg);
    -ms-transform: translateY(-80%) rotate(135deg);
    transform: translateY(-80%) rotate(135deg)
}

.accordion__header-icon .icon {
    width: 1.3em;
    height: 1.3em;
    color: inherit
}

.accordion__panel-content {
    padding: 12px;
    font-weight: 500
}

.js .accordion__header-icon {
    display: block
}

.js .accordion__panel {
    display: none;
    overflow: hidden;
    will-change: height;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.js .accordion__item--is-open>.accordion__panel {
    display: block
}

.accordion--icon-plus .accordion__header-icon i {
    height: 2px;
    background-color: currentColor
}

.accordion--icon-plus .accordion__header-icon i::before {
    display: none
}

.accordion--icon-plus .accordion__header-icon i::after {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.accordion--icon-plus .accordion__header-icon i::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion--icon-plus .accordion__item--is-open>.accordion__header>.accordion__header-icon i::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.tabs {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500
}

.tabs__controls {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs__controls li {
    font-weight: 600
}

.tabs__controls li:first-child {
    margin-left: 0
}

.tabs__controls li:first-child a {
    border-radius: .25em 0 0 0
}

.tabs__controls li:last-child a {
    border-radius: 0 .25em 0 0
}

.tabs__controls a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #d3d3d4;
    padding: .5em .75em;
    white-space: nowrap;
    color: inherit;
    border-radius: 0
}

.tabs__controls--selected {
    background-color: #fff;
    color: #00bfff;
    position: relative;
    border-color: #d3d3d4
}

.tabs__controls--selected:hover {
    background-color: inherit
}

.tabs__controls--selected::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 1
}

.tabs__panels {
    border: 0 solid #d3d3d4;
    border-radius: 0 .25em .25em .25em;
    background-color: #fff;
    width: 100%
}

.tabs__panel {
    padding: .75em
}

.js .tabs__controls a {
    text-decoration: none
}

.js .tabs__controls .tabs__control--selected {
    background-color: #00bfff;
    color: #fff
}

.js .tabs__controls .tabs__control--selected:hover {
    background-color: #0094db
}

.js .tabs__panel {
    margin-bottom: 0;
    display: none
}

.js .tabs__panel--selected {
    display: block
}

.swipe-content {
    height: 280px;
    width: 280px;
    background-color: #b6bcc3;
    border-radius: 4px;
    cursor: default;
    -webkit-transition: background .2s;
    transition: background .2s
}

.swipe-content:active {
    background-color: #9ca3af
}

.freeform-pages {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.freeform-pages li {
    margin: 0 10px 0 0
}

.freeform-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.freeform-row .freeform-column {
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
    flex: 1 0;
    padding: 10px 0;
    margin: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.freeform-row .freeform-column>.freeform-row:first-child {
    margin-top: -10px
}

.freeform-row .freeform-column label {
    display: block
}

.freeform-row .freeform-column .input-group-one-line {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.freeform-row .freeform-column .input-group-one-line label {
    padding-right: 10px
}

.freeform-row .freeform-column .freeform-label {
    font-weight: 700
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
    content: "*";
    margin-left: 5px;
    color: red
}

.freeform-row .freeform-column .freeform-input {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.freeform-row .freeform-column .freeform-input[type=checkbox],.freeform-row .freeform-column .freeform-input[type=radio] {
    width: auto;
    display: inline;
    margin-right: 5px
}

.freeform-row .freeform-column .freeform-input.StripeElement {
    padding: 4px 2px;
    border: 1px solid #ccc;
    height: 30px
}

.freeform-row .freeform-column .freeform-input-only-label {
    font-weight: 500
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.freeform-row .freeform-column .ff-errors,.freeform-row .freeform-column .freeform-errors {
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.freeform-row .freeform-column .ff-errors>li,.freeform-row .freeform-column .freeform-errors>li {
    color: red
}

.freeform-row .freeform-column .freeform-instructions {
    margin: 0 0 5px;
    font-size: 13px;
    color: #aba7a7
}

.freeform-row .freeform-column.freeform-column-content-align-left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-center {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
    margin-left: 5px
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
    margin-left: 5px
}

.ff-form-errors {
    padding: 15px;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    border-radius: 5px;
    color: #721c24
}

.ff-form-errors>p {
    margin: 0
}

.freeform-form-has-errors {
    color: #721c24
}

.error-banner {
    display: none
}

.errors-list {
    position: absolute;
    color: #dd4434;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 8px;
    margin-right: 4px;
    margin-top: -75px;
    right: 0
}

.freeform-row .freeform-column {
    position: relative
}

.booking-form__item input {
    max-width: 100%!important
}

.this-field-has-errors {
    border-color: rgba(221,68,52,.4);
    color: #dd4434
}

.this-field-has-errors:hover {
    background: 0 0;
    border-color: rgba(221,68,52,.4)
}

.this-field-has-errors:focus {
    background-color: rgba(221,68,52,.01);
    border-color: #dd4434;
    color: #dd4434
}

.this-field-has-errors:focus::-webkit-input-placeholder {
    color: #b6bcc3
}

.this-field-has-errors:focus::-moz-placeholder {
    color: #b6bcc3
}

.this-field-has-errors:focus:-ms-input-placeholder {
    color: #b6bcc3
}

.this-field-has-errors::-webkit-input-placeholder {
    color: #dd4434
}

.this-field-has-errors::-moz-placeholder {
    color: #dd4434
}

.this-field-has-errors:-ms-input-placeholder {
    color: #dd4434
}

.success {
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-display: swap
}

.success__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 18px;
    margin-top: 32px;
    -webkit-animation: zoomIn .5s ease-in;
    animation: zoomIn .5s ease-in
}

.success__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.4px;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 0
}

.success__message {
    font-weight: 500;
    text-align: center;
    padding-bottom: 18px
}

html:not(.js) [loading=lazy][data-src],html:not(.js) [loading=lazy][data-srcset],html:not(.js) picture[loading=lazy] {
    display: none!important
}

:root {
    --slideshow-fade-transition-duration: 0.25s;
    --slideshow-slide-transition-duration: 0.35s;
    --slideshow-prx-transition-duration: 0.7s;
    --slideshow-btn-width: 2.6em;
    --slideshow-btn-height: 3.2em;
    --slideshow-btn-icon-size: 1.6em;
    --slideshow-btn-offset: $space-xs
}

.slideshow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.slideshow__item:focus {
    outline: 0
}

.slideshow--ratio-16\:9 .slideshow__item {
    height: 0;
    padding-bottom: 56.25%
}

.js .slideshow {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.js .slideshow__content {
    overflow: hidden
}

.js .slideshow__item {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden
}

.js .slideshow__item--selected {
    position: relative;
    z-index: 3;
    visibility: visible
}

.js .slideshow--transition-fade .slideshow__item {
    opacity: 0;
    -webkit-transition: opacity 0s var(--slideshow-fade-transition-duration),visibility 0s var(--slideshow-fade-transition-duration);
    transition: opacity 0s var(--slideshow-fade-transition-duration),visibility 0s var(--slideshow-fade-transition-duration)
}

.js .slideshow--transition-fade .slideshow__item--selected {
    opacity: 1;
    -webkit-transition: opacity var(--slideshow-fade-transition-duration),visibility var(--slideshow-fade-transition-duration);
    transition: opacity var(--slideshow-fade-transition-duration),visibility var(--slideshow-fade-transition-duration)
}

.js .slideshow--transition-slide .slideshow__item {
    -webkit-animation-duration: var(--slideshow-slide-transition-duration);
    animation-duration: var(--slideshow-slide-transition-duration);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.js .slideshow--transition-slide .slideshow__item>* {
    visibility: hidden
}

.js .slideshow--transition-slide .slideshow__item--selected>* {
    visibility: visible
}

.js .slideshow--transition-slide .slideshow__item--slide-in-left {
    -webkit-animation-name: slide-in-left;
    animation-name: slide-in-left
}

.js .slideshow--transition-slide .slideshow__item--slide-in-right {
    -webkit-animation-name: slide-in-right;
    animation-name: slide-in-right
}

.js .slideshow--transition-slide .slideshow__item--slide-out-left {
    -webkit-animation-name: slide-out-left;
    animation-name: slide-out-left
}

.js .slideshow--transition-slide .slideshow__item--slide-out-right {
    -webkit-animation-name: slide-out-right;
    animation-name: slide-out-right
}

.js .slideshow--transition-slide .slideshow__item--slide-out-left,.js .slideshow--transition-slide .slideshow__item--slide-out-right {
    z-index: 2
}

.js .slideshow--transition-slide .slideshow__item--slide-out-left.slideshow__item--selected,.js .slideshow--transition-slide .slideshow__item--slide-out-right.slideshow__item--selected {
    z-index: 3
}

.js .slideshow--transition-slide .slideshow__item--slide-out-left>*,.js .slideshow--transition-slide .slideshow__item--slide-out-right>* {
    visibility: visible
}

@-webkit-keyframes slide-in-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slide-out-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-out-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.js .slideshow--transition-prx .slideshow__item {
    -webkit-animation-duration: var(--slideshow-prx-transition-duration);
    animation-duration: var(--slideshow-prx-transition-duration);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
}

.js .slideshow--transition-prx .slideshow__item>* {
    visibility: hidden
}

.js .slideshow--transition-prx .slideshow__item--selected>* {
    visibility: visible
}

.js .slideshow--transition-prx .slideshow__item--prx-in-left {
    -webkit-animation-name: prx-in-left;
    animation-name: prx-in-left
}

.js .slideshow--transition-prx .slideshow__item--prx-in-right {
    -webkit-animation-name: prx-in-right;
    animation-name: prx-in-right
}

.js .slideshow--transition-prx .slideshow__item--prx-out-left {
    -webkit-animation-name: prx-out-left;
    animation-name: prx-out-left
}

.js .slideshow--transition-prx .slideshow__item--prx-out-right {
    -webkit-animation-name: prx-out-right;
    animation-name: prx-out-right
}

.js .slideshow--transition-prx .slideshow__item--prx-out-left,.js .slideshow--transition-prx .slideshow__item--prx-out-right {
    z-index: 2
}

.js .slideshow--transition-prx .slideshow__item--prx-out-left.slideshow__item--selected,.js .slideshow--transition-prx .slideshow__item--prx-out-right.slideshow__item--selected {
    z-index: 3
}

.js .slideshow--transition-prx .slideshow__item--prx-out-left>*,.js .slideshow--transition-prx .slideshow__item--prx-out-right>* {
    visibility: visible
}

@-webkit-keyframes prx-in-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes prx-in-left {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes prx-in-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes prx-in-right {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes prx-out-left {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(40%);
        transform: translateX(40%)
    }
}

@keyframes prx-out-left {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(40%);
        transform: translateX(40%)
    }
}

@-webkit-keyframes prx-out-right {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

@keyframes prx-out-right {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

.js .slideshow[data-swipe=on] .slideshow__content {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.js .slideshow[data-swipe=on] .slideshow__content img {
    pointer-events: none!important
}

.slideshow__control {
    display: none
}

.js .slideshow__control {
    display: block;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.js .slideshow__control:first-of-type {
    left: var(--slideshow-btn-offset)
}

.js .slideshow__control:last-of-type {
    right: var(--slideshow-btn-offset)
}

.slideshow__btn {
    display: block;
    background-color: rgba(41,29,31,.75);
    height: var(--slideshow-btn-height);
    width: var(--slideshow-btn-width);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background .2s,-webkit-transform .2s;
    transition: background .2s,-webkit-transform .2s;
    transition: background .2s,transform .2s;
    transition: background .2s,transform .2s,-webkit-transform .2s
}

.slideshow__btn:hover {
    background-color: rgba(41,29,31,.85)
}

.slideshow__btn:hover .icon {
    color: #fff
}

.slideshow:not(.slideshow--is-animating) .slideshow__btn:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.slideshow__btn .icon {
    display: block;
    width: var(--slideshow-btn-icon-size);
    height: var(--slideshow-btn-icon-size);
    margin: 0 auto;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #fff
}

@supports (grid-area: auto) {
    .slideshow__btn {
        background-color:transparent
    }

    .slideshow__btn .icon {
        color: #b6bcc3
    }
}

.slideshow__navigation {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0
}

.slideshow__nav-item {
    display: inline-block;
    margin: 0 .25em
}

.slideshow__nav-item button {
    display: block;
    position: relative;
    font-size: 8px;
    color: #00bfff;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: currentColor;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s
}

.slideshow__nav-item button::before {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    height: 1em;
    width: 1em;
    font-size: 14px;
    border-radius: inherit;
    border: 1px solid #00bfff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.slideshow__nav-item button:focus {
    outline: 0
}

.slideshow__nav-item button:focus::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slideshow__nav-item--selected button {
    opacity: 1
}

.js .countup {
    opacity: 0
}

.js .countup--is-visible {
    opacity: 1
}

.choose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(-1 * .375em,.5em);
    margin-left: calc(-1 * .375em,.5em)
}

.choose__item {
    margin-bottom: .375em;
    margin-left: .375em
}

.choose__item--selected .choose__swatch {
    background-color: #00bfff;
    color: #fff
}

.choose__swatch {
    position: relative;
    display: block;
    min-height: 42px;
    min-width: 6.4rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif
}

.choose__swatch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,191,255,.1);
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: .2s;
    transition: .2s
}

.choose__swatch:hover::before {
    border-color: #00bfff
}

.choose__item--selected .choose__swatch::before {
    border-color: rgba(0,191,255,.8);
    width: calc(100% + 6px);
    height: calc(100% + 6px)
}

.choose--set .choose__swatch {
    min-height: 42px!important;
    min-width: auto;
    font-size: 13px;
    padding-right: 14px;
    padding-left: 14px;
    font-weight: 500
}

.js .scroll-add[data-animation=on] .scroll-add--v1 {
    opacity: 0;
    -webkit-transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: transform .6s ease-out,opacity .6s;
    transition: transform .6s ease-out,opacity .6s,-webkit-transform .6s ease-out
}

.js .scroll-add[data-animation=on] .scroll-add--v2 {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: transform .6s ease-out,opacity .6s;
    transition: transform .6s ease-out,opacity .6s,-webkit-transform .6s ease-out
}

.js .scroll-add[data-animation=on] .scroll-add--v3 {
    opacity: 0;
    -webkit-transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: opacity .6s,-webkit-transform .6s ease-out;
    transition: transform .6s ease-out,opacity .6s;
    transition: transform .6s ease-out,opacity .6s,-webkit-transform .6s ease-out
}

.js .scroll-add[data-animation=on] .scroll-add__section:nth-child(odd) .scroll-add--v1 {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.js .scroll-add[data-animation=on] .scroll-add__section:nth-child(even) .scroll-add--v1 {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.js .scroll-add[data-animation=on] .scroll-add__section--animate .scroll-add--v1 {
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important;
    opacity: 1
}

.js .scroll-add[data-animation=on] .scroll-add__section--animate .scroll-add--v2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.js .scroll-add[data-animation=on] .scroll-add__section--animate .scroll-add--v3 {
    -webkit-animation: shake .5s ease-in-out;
    animation: shake .5s ease-in-out;
    opacity: 1
}

.kwg-video-player-container,.kwg-video-player-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.kwg-video-player-container {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 0;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.kwg-video-player-container video {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.kwg-video-player-container .videoControls {
    font-size: 12px;
    font-weight: 600
}

.kwg-video-player-container.play .bigPlayBtn {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.kwg-video-player-container .bigPlayBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 66px;
    height: 66px;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none
}

.kwg-video-player-container .bigPlayBtn svg circle {
    fill: #ffd534
}

.kwg-video-player-container .bigPlayBtn svg path {
    fill: #ffe266
}

.kwg-video-player-container .loader {
    border: 6px solid transparent;
    border-radius: 50%;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    width: 70px;
    height: 70px;
    -webkit-animation: spinLoader .75s linear infinite;
    animation: spinLoader .75s linear infinite;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.kwg-video-player-container .progressWrapBarContainer {
    padding: 4px 5px 1px;
    margin: 0 -5px
}

.kwg-video-player-container .progressBarContainer:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.25)
}

.kwg-video-player-container .progressBarContainer {
    position: relative;
    height: 15px;
    cursor: pointer
}

.kwg-video-player-container .controls:after {
    content: "";
    clear: both;
    display: block
}

.kwg-video-player-container .controls .leftControls {
    float: left;
    margin: -3px 0 0
}

.kwg-video-player-container .controls .rightControls {
    float: right;
    padding: 2px 3px 0 0
}

.kwg-video-player-container .controls .rightControls>div {
    margin-left: 10px
}

.kwg-video-player-container .playProgressHandle:before {
    background-color: #ffd534!important
}

.kwg-video-player-container .progressBarContainer .playProgress .playProgressHandle:before,.kwg-video-player-container .volumeSlider .soundVolume .soundVolumeHandle:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 50%
}

.kwg-video-player-container .progressBarContainer .playProgress .playProgressHandle {
    opacity: 0
}

.kwg-video-player-container .progressBarContainer .playProgress .playProgressHandle,.kwg-video-player-container .volumeSlider .soundVolume .soundVolumeHandle {
    position: absolute;
    width: 21px;
    height: 21px;
    right: -10.5px;
    top: -3px;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.kwg-video-player-container .progressWrapBarContainer .playProgress .playProgressHandle.draggingPlayHandle,.kwg-video-player-container .progressWrapBarContainer:hover .playProgress .playProgressHandle,.kwg-video-player-container .volumePanel .volumeSlider .soundVolume .soundVolumeHandle.draggingVolumeHandle,.kwg-video-player-container .volumePanel:hover .volumeSlider .soundVolume .soundVolumeHandle {
    opacity: 1
}

.kwg-video-player-container .progressBarContainer .playProgress:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: #ffd534
}

.kwg-video-player-container .progressBarContainer .playProgress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.kwg-video-player-container .progressBarContainer .hoverProgress:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.3)
}

.kwg-video-player-container .progressBarContainer .hoverProgress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.kwg-video-player-container .progressBarContainer .bufferedProgress:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.2)
}

.kwg-video-player-container .progressBarContainer .bufferedProgress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.kwg-video-player-container .timeDisplay {
    display: inline-block;
    margin: 0 0 0 10px
}

.kwg-video-player-container .volumePanel {
    display: inline-block
}

.kwg-video-player-container .volumePanel svg {
    vertical-align: middle;
    margin: 0 5px
}

.kwg-video-player-container .volumePanel.mute .soundVolume {
    opacity: 0
}

.kwg-video-player-container .volumePanel.mute svg path {
    opacity: .5
}

.kwg-video-player-container .volumePanel.mute svg path+path,.kwg-video-player-container .volumePanel.mute svg path+path+path {
    opacity: 0!important
}

.kwg-video-player-container .volumePanel.level0 path+path,.kwg-video-player-container .volumePanel.level0 path+path+path {
    opacity: 0
}

.kwg-video-player-container .volumePanel.level1 path+path {
    opacity: .5
}

.kwg-video-player-container .volumePanel.level1 path+path+path {
    opacity: 0
}

.kwg-video-player-container .volumePanel.level2 path+path {
    opacity: 1
}

.kwg-video-player-container .volumePanel.level2 path+path+path {
    opacity: 0
}

.kwg-video-player-container .volumePanel.level3 path+path {
    opacity: 1
}

.kwg-video-player-container .volumePanel.level3 path+path+path {
    opacity: .5
}

.kwg-video-player-container .volumePanel.level4 path+path {
    opacity: 1
}

.kwg-video-player-container .volumePanel.level4 path+path+path {
    opacity: 1
}

.kwg-video-player-container .volumeSlider:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.3)
}

.kwg-video-player-container .volumeSlider {
    display: inline-block;
    width: 70px;
    height: 15px;
    cursor: pointer;
    position: relative;
    vertical-align: middle
}

.kwg-video-player-container .volumeSlider .soundVolume:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: #fff
}

.kwg-video-player-container .volumeSlider .soundVolume {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.kwg-video-player-container .volumeSlider .soundHover:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.4)
}

.kwg-video-player-container .volumeSlider .soundHover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.kwg-video-player-container .btnPlayPause svg {
    vertical-align: middle
}

.kwg-video-player-container .btnPlayPause {
    background: 0 0;
    border: none;
    width: 32px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    outline: 0;
    line-height: 1;
    padding: 3px 8px 3px 5px
}

.kwg-video-player-container .fullscreenButton {
    display: inline-block
}

.kwg-video-player-container .fullscreenButton .full_screen_off {
    display: none
}

.kwg-video-player-container.fullscreen .fullscreenButton .full_screen_on {
    display: none
}

.kwg-video-player-container.fullscreen .fullscreenButton .full_screen_off {
    display: block
}

.kwg-video-player-container .settingsWrap {
    display: inline-block;
    position: relative
}

.kwg-video-player-container .settingsWrap .settingsMenu.open,.kwg-video-player-container .settingsWrap .speedMenu.open {
    display: table
}

.kwg-video-player-container .settingsWrap .settingsMenu,.kwg-video-player-container .settingsWrap .speedMenu {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,.7);
    z-index: 1
}

.kwg-video-player-container .settingsWrap .settingsMenu li.qualityOption .item-content:after,.kwg-video-player-container .settingsWrap .settingsMenu li.speedOption .item-content:after {
    content: "›";
    font-size: 22px;
    line-height: 12px;
    vertical-align: -2px;
    display: inline-block;
    padding-left: 4px
}

.kwg-video-player-container .settingsWrap .settingsMenu li,.kwg-video-player-container .settingsWrap .speedMenu li {
    display: table-row;
    font-size: 14px;
    font-weight: 600
}

.kwg-video-player-container .settingsWrap .speedMenu li.back:before {
    content: "‹";
    font-size: 22px;
    line-height: 12px;
    vertical-align: -2px;
    display: inline-block;
    padding-right: 4px
}

.kwg-video-player-container .settingsWrap .settingsMenu li:hover,.kwg-video-player-container .settingsWrap .speedMenu li:hover {
    background-color: rgba(0,0,0,.7)
}

.kwg-video-player-container .settingsWrap .settingsMenu li span {
    display: table-cell;
    padding: 10px 10px
}

.kwg-video-player-container .settingsWrap .speedMenu li {
    padding: 5px 20px 5px 7px;
    display: block;
    position: relative
}

.kwg-video-player-container .settingsWrap .speedMenu li.active:after {
    content: "✓";
    position: absolute;
    top: 4px;
    right: 5px
}

.kwg-video-player-container .settingsWrap .speedMenu.open~.settingsMenu.open {
    display: none
}

.kwg-video-player-container {
    fill: #fff
}

.kwg-video-player-container.hover .videoControls,.kwg-video-player-container:not(.fullscreen):hover .videoControls {
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.kwg-video-player-container .videoControls {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    position: absolute;
    height: 50px;
    background: -webkit-linear-gradient(top,rgba(148,142,142,0) 0,#000 100%);
    background: -moz-linear-gradient(top,rgba(148,142,142,0) 0,#000 100%);
    background: -ms-linear-gradient(top,rgba(148,142,142,0) 0,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(148,142,142,0)),to(black));
    background: linear-gradient(to bottom,rgba(148,142,142,0) 0,#000 100%);
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.kwg-video-player-container.fullscreen {
    background-color: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647
}

.kwg-video-player-container.fullscreen video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.kwg-video-fullscreen {
    overflow: hidden
}

::-webkit-media-controls {
    display: none!important
}

video::-webkit-media-controls {
    display: none!important
}

video::-webkit-media-controls-enclosure {
    display: none!important
}

:root {
    --lightbox-thumbnail-size: 80px;
    --lightbox-thumbnail-grid-gap: var(--space-xxs)
}

.lightbox .slideshow {
    --slideshow-btn-width: 1.6em;
    --slideshow-btn-height: 3.2em;
    --slideshow-btn-icon-size: 1.9em;
    --slideshow-btn-offset: var(--component-padding)
}

.lightbox .slideshow__item {
    background-color: transparent
}

.lightbox .slideshow__btn-left {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 72px;
    height: 72px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2236px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2036%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M4%205V7.49715L0%204L4%200.497147V3H36V5H4Z%22%20fill%3D%22%231a1a1a%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50% 50%;
    background-size: auto,auto;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: box-shadow .2s cubic-bezier(.175,.885,.32,1.275),-webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275)
}

.lightbox .slideshow__btn-right {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2236px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2036%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M32%205V7.49715L36%204L32%200.497147V3H0V5H32Z%22%20fill%3D%22%231a1a1a%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50%;
    background-size: auto,auto;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: box-shadow .2s cubic-bezier(.175,.885,.32,1.275);
    transition: box-shadow .2s cubic-bezier(.175,.885,.32,1.275),-webkit-box-shadow .2s cubic-bezier(.175,.885,.32,1.275)
}

.lightbox .slideshow__btn-left,.lightbox .slideshow__btn-right {
    -webkit-box-shadow: 0 0 1px #b5a8a8;
    box-shadow: 0 0 1px #b5a8a8
}

.lightbox .slideshow__btn-left:hover,.lightbox .slideshow__btn-right:hover {
    background-color: red
}

.lightbox {
    background-color: #fff
}

.lightbox .slideshow__content {
    position: relative
}

.lightbox .modal__close-btn {
    right: 24px;
    top: 24px
}

.lightbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.lightbox__footer,.lightbox__header {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.lightbox__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--space-xs) var(--component-padding) 0
}

.lightbox__footer {
    padding: var(--space-sm) var(--component-padding) var(--space-xs)
}

.lightbox__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.lightbox__left .icon {
    width: 22px;
    height: 22px;
    fill: #00bfff
}

.lightbox__title {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: var(--space-sm);
    font-weight: 600;
    margin-left: 12px
}

.lightbox__body {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--space-md)
}

.js .lightbox {
    --slideshow-height: 100%
}

.js .lightbox .slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.js .lightbox .slideshow__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.lightbox--no-transition .slideshow__content * {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-animation: none!important;
    animation: none!important
}

.lightbox__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

.lightbox__media-outer {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.lightbox__media[data-media=iframe] .lightbox__media-outer,.lightbox__media[data-media=video] .lightbox__media-outer {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.lightbox__media-inner {
    position: absolute;
    width: 100%
}

.lightbox__media[data-media=img] .lightbox__media-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lightbox__media[data-media=img] .lightbox__media-inner img {
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 100%
}

.lightbox__media[data-media=iframe] .lightbox__media-inner,.lightbox__media[data-media=video] .lightbox__media-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.lightbox__caption {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    max-width: 600px;
    margin-top: var(--space-xs);
    font-size: 16px
}

.lightbox__text-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden
}

.lightbox__text {
    overflow: auto
}

.lightbox__media-outer {
    min-height: 200px
}

@supports (display: flex) {
    .lightbox__media-outer {
        min-height:0
    }
}

.lightbox_thumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden
}

.lightbox_thumb-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.lightbox_thumb-list:hover .lightbox__thumb {
    opacity: .6
}

.lightbox__thumb {
    display: inline-block;
    width: var(--lightbox-thumbnail-size);
    height: var(--lightbox-thumbnail-size);
    border-radius: var(--radius-sm);
    margin-right: var(--lightbox-thumbnail-grid-gap);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.lightbox__thumb:hover {
    opacity: 1!important
}

.lightbox__thumb img {
    display: block;
    border-radius: inherit
}

@supports ((-o-object-fit: cover) or (object-fit:cover)) {
    .lightbox__thumb img {
        -o-object-fit:cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }
}

.lightbox__thumb--active {
    position: relative;
    opacity: 1!important
}

.lightbox__thumb--active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,29,31,.7) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg stroke-width='1.5' stroke='%23ffffff'%3E%3Cpolyline fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1,9 5,13 15,3 ' %3E%3C/polyline%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    background-size: 1.25em;
    border-radius: inherit;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.lightbox .slideshow__item {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--slideshow-height);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.lightbox .slideshow__item:focus {
    outline: 0
}

.modal--is-visible .slideshow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slideshow--ratio-16\:9 .slideshow__item {
    height: 0;
    padding-bottom: 56.25%
}

.slideshow--ratio-4\:3 .slideshow__item {
    height: 0;
    padding-bottom: 75%
}

.slideshow--ratio-1\:1 .slideshow__item {
    height: 0;
    padding-bottom: 100%
}

.js .slideshow[data-swipe=on] .slideshow__content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js .slideshow[data-swipe=on] .slideshow__content img {
    pointer-events: none
}

.slideshow__control {
    display: none
}

.js .lightbox .slideshow[data-controls=hover] .slideshow__control {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.js .lightbox .slideshow[data-controls=hover]:hover .slideshow__control {
    opacity: 1
}

.js .lightbox .slideshow__control {
    display: block;
    position: absolute;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.js .lightbox .slideshow__control:first-of-type {
    left: var(--slideshow-btn-offset)
}

.js .lightbox .slideshow__control:last-of-type {
    right: var(--slideshow-btn-offset)
}

.menu {
    --menu-vertical-gap: 6px;
    --menu-item-padding: var(--space-xs) var(--space-md);
    list-style: none;
    width: 220px;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: var(--shadow-md);
    box-shadow: var(--shadow-md);
    padding: var(--space-xxs) 0;
    border-radius: var(--radius-md);
    z-index: var(--zindex-popover);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: var(--menu-vertical-gap);
    margin-bottom: var(--menu-vertical-gap);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .2s,opacity .2s;
    transition: visibility 0s .2s,opacity .2s;
    font-weight: 500
}

.menu--is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s,opacity .2s;
    transition: visibility 0s,opacity .2s
}

.menu--overlay {
    z-index: var(--zindex-overlay)
}

.menu__content {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: var(--menu-item-padding);
    color: #291d1f;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu__content:hover {
    color: #00bfff
}

.menu__content:focus {
    outline: 0
}

.menu__label {
    padding: var(--menu-item-padding);
    font-size: var(--text-sm);
    color: var(--color-contrast-medium)
}

.menu__separator {
    height: 1px;
    background-color: #f1f5f9;
    margin: var(--menu-item-padding)
}

.menu__icon {
    color: rgba(41,29,31,.7);
    margin-right: var(--space-xxs)
}

.plus {
    width: 100%
}

.plus-wrap {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%
}

.plus-label {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%
}

.plus-output {
    border: 1px solid rgba(182,188,195,.6);
    border-right: none;
    border-left: none;
    padding: 13px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    font-size: 15px;
    color: #291d1f;
    width: 100%;
    font-weight: 500;
    display: none;
    line-height: normal
}

.plus-output.active {
    display: block
}

.plus-btn {
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(182,188,195,.6);
    position: relative;
    background: #fff;
    min-width: 58px;
    cursor: pointer;
    height: 50px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plus-btn__plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plus-btn__plus::after {
    content: "";
    margin: -1px 0 0 -7px;
    position: absolute;
    background: #291d1f;
    width: 14px;
    height: 2px;
    left: 50%;
    top: 50%
}

.plus-btn__plus::before {
    content: "";
    margin: -1px 0 0 -7px;
    position: absolute;
    background: #000;
    width: 14px;
    height: 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plus-btn__plus:hover {
    background-color: #f8f8f8
}

.plus-btn__minus {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-right: none;
    border-radius: 4px 0 0 4px
}

.plus-btn__minus::after {
    content: "";
    margin: -1px 0 0 -7px;
    position: absolute;
    background: #000;
    width: 14px;
    height: 2px;
    left: 50%;
    top: 50%
}

.plus-btn__minus:hover {
    background-color: #f8f8f8
}

.plus-btn--not::after {
    background: #a6a6a6
}

.plus-btn--not::before {
    background: #a6a6a6
}

.hide_select {
    width: .1px;
    height: .1px;
    opacity: 0;
    position: absolute;
    left: -999999999px
}

.select_common {
    margin: 0 auto;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff
}

.placeholder_select {
    padding: 12px 15px;
    color: #291d1f;
    font-weight: 500;
    border-style: none
}

.placeholder_select:before {
    content: "";
    display: block;
    width: 0;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.placeholder_select .fixed_placeholder {
    padding-right: 5px;
    color: #00bfff
}

.select_items {
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 12;
    display: none;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    right: -1px;
    left: -.8px
}

.select_item {
    padding: 10px 15px;
    color: #291d1f;
    background-color: #fff;
    font-weight: 500
}

.select_item:last-child {
    border-bottom: 1px solid #d9d9d9
}

.select_item:hover {
    background-color: #00bfff;
    color: #fff
}

.select_active {
    border-radius: 4px 4px 0 0
}

.select_active .placeholder_select:before {
    border-top: none;
    border-bottom: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.select_active .select_items {
    display: block;
    border-radius: 0 0 4px 4px
}

.new-checkbox,.new-radio {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0!important;
    padding: 0!important;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none
}

.new-checkbox+label,.new-radio+label {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: 500
}

.new-checkbox+label::before,.new-radio+label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.4em;
    height: 1.4em;
    background-color: #fff;
    border-width: 1px;
    border-color: rgba(41,29,31,.2);
    border-style: solid;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: border .2s,-webkit-transform .2s;
    transition: border .2s,-webkit-transform .2s;
    transition: transform .2s,border .2s;
    transition: transform .2s,border .2s,-webkit-transform .2s
}

.new-checkbox:not(:checked):not(:focus)+label:hover::before,.new-radio:not(:checked):not(:focus)+label:hover::before {
    border-color: rgba(41,29,31,.4)
}

@supports (grid-area: auto) {
    .new-checkbox+label::before,.new-radio+label::before {
        position:relative;
        top: .4em
    }
}

.new-radio+label::before {
    border-radius: 50%
}

.new-checkbox+label::before {
    border-radius: .285em
}

.new-checkbox:checked+label::before,.new-radio:checked+label::before {
    background-color: #00bfff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00bfff;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.new-checkbox:active+label::before,.new-radio:active+label::before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.new-checkbox:checked:active+label::before,.new-radio:checked:active+label::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
}

.new-radio:checked+label::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffffff'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-size: 8px
}

.new-checkbox:checked+label::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1,9 5,13 15,3 ' data-cap='butt'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px
}

.new-checkbox:checked:active+label::before,.new-checkbox:focus+label::before,.new-radio:checked:active+label::before,.new-radio:focus+label::before {
    border-color: #00bfff;
    -webkit-box-shadow: 0 0 0 3px rgba(0,191,255,.2);
    box-shadow: 0 0 0 3px rgba(0,191,255,.2)
}

.new-checkbox--bg+label,.new-radio--bg+label {
    padding: .125em .25em;
    border-radius: 4px;
    -webkit-transition: background .2s;
    transition: background .2s
}

.new-checkbox--bg+label:hover,.new-radio--bg+label:hover {
    background-color: rgba(41,29,31,.1)
}

.new-checkbox--bg:active+label,.new-checkbox--bg:focus+label,.new-radio--bg:active+label,.new-radio--bg:focus+label {
    background-color: rgba(0,191,255,.1)
}

.hero__section {
    min-height: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f1f5f9;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px
}

.hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.hero__content {
    max-width: 540px;
    padding-right: 20px;
    min-height: 500px
}

.hero__label {
    font-size: 14px;
    font-weight: 500;
    color: #b6bcc3;
    text-transform: uppercase
}

.hero__text h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 8px
}

.hero__text p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

.hero__price {
    background-color: #fff;
    padding: 20px 28px;
    -webkit-box-shadow: 0 1px 2px rgba(41,29,31,.1);
    box-shadow: 0 1px 2px rgba(41,29,31,.1);
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 40px
}

.hero__price:after {
    content: "";
    display: table;
    clear: both
}

.hero__price_uah {
    font-size: 22px;
    font-weight: 700;
    color: #291d1f;
    margin-bottom: 4px
}

.hero__price_text {
    font-size: 16px;
    font-weight: 500;
    color: rgba(41,29,31,.6)
}

.hero__discount {
    font-weight: 500;
    display: none
}

.hero__discount_day {
    text-transform: lowercase
}

.hero__discount_numb {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
    margin-right: 18px;
    margin-left: 12px;
    color: #fff
}

.no-webp .hero__discount_numb::before {
    background: url(http://uborka.com.ua/assets/img/lp/big_cloud.png) 50% 50% no-repeat
}

.hero__discount_numb::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 140px;
    z-index: -1;
    background-size: contain;
    left: -20px
}

.hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: 10px
}

.hero__btn_btn {
    padding-right: 1.8em;
    padding-left: 1.8rem
}

.hero__btn_phone {
    font-weight: 600;
    font-size: 22px;
    color: #291d1f;
    text-decoration: none!important;
    margin-left: 20px
}

.hero__gallery {
    min-width: 50%;
    position: relative
}

.hero__gallery .slideshow--ratio-16\:9 .slideshow__item {
    height: 0;
    padding-bottom: 84.25%
}

.hero__gallery .slideshow__navigation {
    margin-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 10px;
    max-width: 50%
}

.hero__gallery .slideshow__nav-item button {
    height: 1.2em;
    width: 1.2em
}

.hero__gallery .slideshow__controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0
}

.hero__gallery .slideshow__controls li:first-child {
    display: inline-block;
    margin-right: 6px
}

.hero__gallery .slideshow__control {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hero__gallery .slideshow__btn {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(45,47,55,.1);
    box-shadow: 0 3px 8px rgba(45,47,55,.1)
}

.hero__gallery .slideshow__btn:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.hero__gallery .slideshow__btn:hover {
    background-color: #00bfff
}

.hero__gallery .slideshow__btn:hover .icon {
    color: #fff
}

.hero__gallery .slideshow__btn .icon {
    color: rgba(0,191,255,.9);
    width: 18px;
    height: 18px
}

.hero__footer {
    position: relative
}

.hero__footer .progress {
    padding: 1.25em 3.25em;
    border-radius: 12px;
    position: absolute;
    top: 45px;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0,191,255,.1);
    box-shadow: 0 5px 20px rgba(0,191,255,.1);
    background-color: #fff
}

.hero__footer .progress__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.hero__footer .progress__item .number {
    font-weight: 700;
    font-size: 28px;
    color: #291d1f
}

.hero__footer .progress__item .text {
    font-weight: 500;
    font-size: 16px;
    color: rgba(41,29,31,.6)
}

.HomeHeader {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: rgba(0,148,219,.08)
}

.HomeHeader__header {
    max-width: 960px;
    margin-bottom: 40px
}

.HomeHeader__header_title {
    font-size: 48px;
    font-weight: 600
}

.HomeHeader__header_text {
    font-size: 16px;
    font-weight: 500;
    max-width: 960px;
    color: #291d1f
}

.HomeHeader__сards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.HomeHeader .PromoCard {
    text-decoration: none;
    border-radius: 6px;
    background-color: #c4c4c4;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-top: 400px
}

.HomeHeader .PromoCard__link {
    cursor: pointer;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    text-decoration: none;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: all;
    transition-property: all
}

.HomeHeader .PromoCard__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.0470588);
    opacity: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: all;
    transition-property: all
}

.HomeHeader .PromoCard__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 30px
}

.HomeHeader .PromoCard__img {
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    height: 100%;
    width: 100%;
    background-position-x: right!important;
    background-position-y: bottom!important
}

.HomeHeader .PromoCard__title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #291d1f
}

.HomeHeader .PromoCard__subtitle {
    font-size: 16px;
    color: #291d1f;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    opacity: .8
}

.HomeHeader .PromoCard__price {
    display: inline-block;
    position: relative;
    width: auto;
    background-color: rgba(0,0,0,.07);
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #291d1f
}

.HomeHeader .PromoCard__btn {
    font-size: 15px;
    color: #291d1f;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 24px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.HomeHeader .PromoCard--01 {
    background-image: -webkit-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -moz-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -ms-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -webkit-gradient(linear,251deg,color-stop(.45%,#00bfff),to(#3fdcff));
    background-image: linear-gradient(to 251deg,#00bfff .45%,#3fdcff);
    width: 550px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.HomeHeader .PromoCard--01:hover {
    background-image: -webkit-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -moz-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -ms-linear-gradient(251deg,#00bfff .45%,#3fdcff);
    background-image: -webkit-gradient(linear,251deg,color-stop(.45%,#00bfff),to(#3fdcff));
    background-image: linear-gradient(to 251deg,#00bfff .45%,#3fdcff)
}

.no-webp .HomeHeader .PromoCard--01 .PromoCard__img {
    background: url(../img/home/img-1.png)
}

.HomeHeader .PromoCard--01 .PromoCard__text {
    width: 50%;
    padding-right: 0
}

.HomeHeader .PromoCard--01 .PromoCard__btn,.HomeHeader .PromoCard--01 .PromoCard__price,.HomeHeader .PromoCard--01 .PromoCard__subtitle,.HomeHeader .PromoCard--01 .PromoCard__title {
    color: #fff
}

.HomeHeader .PromoCard--02 {
    background-image: -webkit-linear-gradient(260.37deg,#a8dfff 0,#a9d6ff);
    width: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.HomeHeader .PromoCard--02:hover {
    background-image: -webkit-linear-gradient(260.37deg,#c1e8ff 0,#a9d6ff);
}

.no-webp .HomeHeader .PromoCard--02 .PromoCard__img {
    background-image: url(../img/home/okno.png)
}

.HomeHeader .PromoCard--02 .PromoCard__text {
    width: 100%
}

.HomeHeader .PromoCard--03 {
    background-image: linear-gradient(54.36deg,#f5d2c3 0,#fae6e1 100%);
    width: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.HomeHeader .PromoCard--03:hover {
    background-image: linear-gradient(54.36deg,#eeb9a3 0,#fae6e1 100%)
}

.no-webp .HomeHeader .PromoCard--03 .PromoCard__img {
    background: url(../img/home/img-3.png)
}

.HomeHeader .PromoCard--03 .PromoCard__text {
    width: 100%
}

.nav-id {
    border-bottom: 1px solid rgba(41,29,31,.11);
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.nav-id .is-navbar {
    padding-bottom: 20px
}

.nav-id .is-navbar ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-id .is-navbar ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0
}

.nav-id .is-navbar ul a {
    font-weight: 600;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
    padding-top: 0;
    text-align: left;
    font-size: 18px;
    color: #291d1f;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 2px
}

.nav-id .is-navbar ul a:first-child {
    margin-top: 12px
}

.nav-id .is-navbar ul a:hover {
    color: #00bfff;
    border-bottom-color: #00bfff
}

.question__container {
    max-width: 910px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: auto
}

.question__header {
    margin-bottom: 60px
}

.question__wrap {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff
}

.question__item {
    padding-right: 30px;
    padding-left: 30px;
    background-image: linear-gradient(90deg,transparent 30px,hsla(0,0%,85.1%,.5) 0,hsla(0,0%,85.1%,.5) calc(100% - 30px),transparent 30px);
    background-position: 0 0;
    background-size: 100% 1px;
    background-repeat: repeat-x;
    -webkit-transition: background-color .3s,background-image .3s;
    transition: background-color .3s,background-image .3s;
    border: none
}

.question__item:first-child {
    background-image: none
}

.question__content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 25px;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif
}

.question__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    cursor: pointer
}

.question__btn_title {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif
}

.question .accordion__item--is-open .question__btn_title {
    color: #00bfff
}

.question .accordion__item--is-open .accordion__header-icon {
    color: #00bfff
}

.aboutus {
    position: relative;
    clear: both;
    overflow: hidden
}

.aboutus:after {
    content: "";
    position: absolute;
    display: block;
    width: 575px;
    background: rgba(0,191,255,.07);
    right: calc(50% - 679px);
    top: 0;
    bottom: 0
}

.aboutus__wrap {
    width: 880px;
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    position: relative
}

.aboutus__header {
    margin-bottom: 60px
}

.aboutus__item {
    background: #fff;
    border: 2px solid rgba(0,191,255,.2);
    border-radius: 5px;
    padding: 40px 70px;
    position: relative;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    z-index: 1
}

.aboutus__item::before {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 38px;
    border-bottom: 18px solid #00bfff;
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    top: 56px;
    left: -24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.aboutus__item+.aboutus__item {
    margin-top: 30px
}

.aboutus__item ul {
    margin-top: 12px;
    max-width: 620px
}

.aboutus__item ul:last-child {
    margin-bottom: 0
}

.aboutus__item ul li {
    padding-left: 26px;
    position: relative;
    list-style-type: none
}

.aboutus__item ul li:before {
    content: "—";
    color: #00bfff;
    font-weight: 500;
    position: absolute;
    left: 0
}

.aboutus__item ul li+li {
    margin-top: 8px
}

.aboutus__item ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0
}

.aboutus__item ol:last-child {
    margin-bottom: 0
}

.aboutus__item ol li {
    counter-increment: my-awesome-counter;
    padding-left: 20px;
    position: relative
}

.aboutus__item ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 1px
}

.aboutus__item ol li+li {
    margin-top: 8px
}

.aboutus__item .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 38px
}

.aboutus__item .text {
    font-size: 17px;
    font-weight: 500;
    max-width: 820px;
    line-height: 24px
}

.aboutus__item .text p {
    margin-bottom: 12px
}

.aboutus__item .text p:last-child {
    margin-bottom: 0
}

.aboutus__item .text i {
    font-style: normal;
    color: salmon
}

.aboutus__item .text mark {
    font-style: normal;
    color: salmon
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.review .review-card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 4px;
    max-width: 350px;
    margin-right: 20px;
    min-width: 300px
}

.review .review-card:last-child {
    margin-right: 0
}

.review .review-card-header {
    padding: 20px;
    border-bottom: 1px solid rgba(41,29,31,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.review .review-card-header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review .review-card-header .left-name {
    font-weight: 600;
    color: #291d1f;
    font-size: 14px;
    margin-right: 10px
}

.review .review-card-header .left-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.review .review-card-header .left-rating .star svg {
    stroke: none;
    stroke-width: 0;
    fill: #ffd534;
    max-width: 12px;
    max-height: 12px
}

.review .review-card-header .left-rating .numb {
    color: #ffd534;
    font-size: 12px
}

.review .review-card-header .right {
    color: rgba(41,29,31,.3);
    font-size: 13px
}

.review .review-card-body {
    color: #291d1f;
    font-size: 14px;
    padding: 20px;
    line-height: 22px
}

.review .review-card-footer {
    padding: 0 20px 20px
}

.review .review-card-footer .facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review .review-card-footer .facebook svg {
    stroke: none;
    stroke-width: 0;
    fill: #4267b2;
    max-width: 14px;
    max-height: 14px
}

.review .review-card-footer .facebook-text {
    font-size: 12px;
    padding-left: 6px;
    color: #4267b2
}

.works {
    margin-top: 60px;
    margin-bottom: 60px
}

.works__items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px
}

.works__text {
    color: #291d1f;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.works__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position-x: center;
    background-position-y: center;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 100% 100%;
    width: 120px;
    height: 120px
}

.works__img--one {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTIycHgiIGhlaWdodD0iMTIycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+b25lPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9ItCe0LHRidC40LUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ3b3JrcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMDBCRkZGIiBzdHJva2Utd2lkdGg9IjIuNSI+CiAgICAgICAgICAgIDxnIGlkPSJvbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNjAuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC02MC4wMDAwMDAsIC02MC4wMDAwMDApICI+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNjAiIGN5PSI2MCIgcj0iNTkuMjUiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTY3LjQ0Nyw1My4wOSBMNjkuMTY3LDUzLjA5IEM3MS41NTUsNTMuMDkgNzMuNTA5LDUwLjk2MSA3My41MDksNDguMzYgTDczLjUwOSw1LjEyIEM3My41MDksMi41MTcgNzEuNTU1LDAuMzg4IDY5LjE2NywwLjM4OCBMNC4zODMsMC4zODggQzEuOTk0LDAuMzg4IDAuMDQsMi41MTggMC4wNCw1LjExOSBMMC4wNCw0OC4zNTkgQzAuMDQsNTAuOTYxIDEuOTk0LDUzLjA5MSA0LjM4Myw1My4wOTEgTDQwLjY3Niw1My4wOTEgTTY3LjQ0Niw0Mi4zODggTDczLjUwOSw0Mi4zODggTTAuMDQsNDIuMzg4IEw0MC42OCw0Mi4zODggTTQwLjY3Niw1My4wOTEgTDI4LjI4Myw1My4wOTEgQzI4LjI4Myw1NS42OTMgMjYuMzI5LDU3LjgyMiAyMy45NCw1Ny44MjIgTDE5LjA0OCw1Ny44MjIgTDE5LjA0OCw2Mi44MzYgTDQwLjY3NSw2Mi44MzYiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Ny40NDcsNjkuMTI2IEw2Ny40NDcsMjkuODQ4IEM2Ny40NDcsMjcuMjQ1IDY1LjQ5MywyNS4xMTYgNjMuMTA0LDI1LjExNiBMNDUuMDIsMjUuMTE2IEM0Mi42MzIsMjUuMTE2IDQwLjY3NywyNy4yNDYgNDAuNjc3LDI5Ljg0OCBMNDAuNjc3LDY5LjEyNSBDNDAuNjc3LDcxLjcyOCA0Mi42MzIsNzMuODU3IDQ1LjAyLDczLjg1NyBMNjMuMTA1LDczLjg1NyBDNjUuNDk0LDczLjg1NyA2Ny40NDgsNzEuNzI4IDY3LjQ0OCw2OS4xMjYgTDY3LjQ0Nyw2OS4xMjYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTY3LjQ0Nyw0My4yMDEgTDY3LjQ0Nyw2Mi44MzYgTDQwLjY3Niw2Mi44MzYgTDQwLjY3Niw0My4yMDEgTTQwLjY3Niw0My4yMDEgTDQwLjY3NiwzMS4zNTUgTDY3LjQ0NywzMS4zNTUgTDY3LjQ0Nyw0My4yMDEgTTUxLjEsNjcuMzg4IEw1Ny4wMjIsNjcuMzg4IiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.works__img--two {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTIycHgiIGhlaWdodD0iMTIycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dHdvPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9ItCe0LHRidC40LUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ3b3JrcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5Ni4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMDBCRkZGIiBzdHJva2Utd2lkdGg9IjIuNSI+CiAgICAgICAgICAgIDxnIGlkPSJ0d28iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ny4wMDAwMDAsIDYwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMjU3LjAwMDAwMCwgLTYwLjAwMDAwMCkgdHJhbnNsYXRlKDE5Ny4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MC4wMDAwMDAsIDYwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNjAuMDAwMDAwLCAtNjAuMDAwMDAwKSAiIGN4PSI2MCIgY3k9IjYwIiByPSI1OS4yNSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTIiIGZpbGwtcnVsZT0ibm9uemVybyIgeD0iMjIuMjUiIHk9IjY3LjI1IiB3aWR0aD0iNzUuNSIgaGVpZ2h0PSIyNS41IiByeD0iOCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQxLjkyLDQxLjE5NyBDNDEuOTIsNDEuMTk3IDQxLjIxMSw0Ny4yNzIgMzYuNTE4LDU1LjE0MiBDMzcuODE2LDU0LjI2MiA0My45OTcsNDkuNDg4IDQ2LjI4MSw0NS4xNDkgTDQxLjkyLDQxLjE5NyBaIiBpZD0iU2hhcGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU2LjQxOCwzNC43NTYgTDM3Ljk1MywzNC43NTYgTDM3Ljk1Myw0MS4xOTcgTDQxLjczMSw0MS4xOTcgQzQ1LjA2OCw0MS4xOTcgNDYuODMyLDQ1LjU2MSA0Ni44MzIsNDcuNzEgTDU2LjAzMyw0Ny43MSBDNTYuMDE4NjA5NCw0NC4xMjg0ODM2IDU4LjkwOTQ5MDMsNDEuMjEyOTgyMyA2Mi40OTEsNDEuMTk3IEM2Mi40NzQyMjcsMzcuNzg3NzAzMyA1OS44MjA0NTMyLDM0Ljk3MzU1ODIgNTYuNDE4LDM0Ljc1NyBMNTYuNDE4LDM0Ljc1NiBaIE02My4yMTYsMzQuNzU2IEw3NS44MjQsMzQuNzU2IEw3NS44MjQsMjYgTDYzLjIxNiwyNiBMNjMuMjE2LDM0Ljc1NiBaIiBpZD0iU2hhcGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTgzLjA1Myw0MS4xOTcgTDc1LjgyNCwzNC43NTYgTDYzLjIxNSwzNC43NTYgTDYwLjc4MSwzNi44NDUgTTYyLjQ5Miw2Ny4zMDkgTDgzLjA1Myw2Ny4zMDkgTDgzLjA1Myw0MS4xOTcgTTgzLjA1Myw0MS4xOTcgTDYyLjQ5Miw0MS4xOTcgQzU4LjkxMDI1OTMsNDEuMjEyNDMxMyA1Ni4wMTkwNTY1LDQ0LjEyODI1NzMgNTYuMDMzOTQyMyw0Ny43MSIgaWQ9IlNoYXBlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Mi40OTIsNjcuMzA5IEw1Ni4wNTksNDcuNzEgTDUxLjg1Nyw0Ny43MSBMNTEuODU3LDQ3LjcwOSBMNDYuODk0LDQ3LjcwOSBMNDAuNDYyLDY3LjMwOCBMNTEuODU3LDY3LjMwOCBMNTEuODU3LDY3LjMwOSBMNjIuNDkyLDY3LjMwOSBaIE03MC42Myw3Ny44NjIgQzcwLjYzMDAwMDEsNzkuNjU0MzI1OCA2OS4xNzczMjU4LDgxLjEwNzQ0NzggNjcuMzg1LDgxLjEwOCBMNTIuMTg3LDgxLjEwOCBDNTAuMzk0MjgzNyw4MS4xMDggNDguOTQxLDc5LjY1NDcxNjMgNDguOTQxLDc3Ljg2MiBDNDguOTQxLDc2LjA2OTI4MzcgNTAuMzk0MjgzNyw3NC42MTYgNTIuMTg3LDc0LjYxNiBMNjcuMzg1LDc0LjYxNiBDNjkuMTc3NzE2Myw3NC42MTYgNzAuNjMxLDc2LjA2OTI4MzcgNzAuNjMxLDc3Ljg2MiBMNzAuNjMsNzcuODYyIFoiIGlkPSJTaGFwZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.works__img--three {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTIycHgiIGhlaWdodD0iMTIycHgiIHZpZXdCb3g9IjAgMCAxMjIgMTIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dGhyZWU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0i0J7QsdGJ0LjQtSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndvcmtzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzkyLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9InRocmVlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NTMuMDAwMDAwLCA2MC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTQ1My4wMDAwMDAsIC02MC4wMDAwMDApIHRyYW5zbGF0ZSgzOTMuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgc3Ryb2tlPSIjMjNDNUY5IiBzdHJva2Utd2lkdGg9IjIuNSIgY3g9IjYwIiBjeT0iNjAiIHI9IjU5LjI1Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxnIGlkPSJncm4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2LjAwMDAwMCwgMjkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0Ljc4Nyw1My45ODkgTDI1LjAxOSw2Mi44NTggTDIwLjQyMiw2Ny4wMzQgTDguNTI5LDUzLjk4OSBMMzQuNzg3LDUzLjk4OSBaIE0yNC40MzgsNjMuNDM4IEwyOC4xOTcsNjcuNDQ3IEw0My4wMTUsNTMuOTg5IEwyNC40MzgsNjMuNDM4IFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjMjNDNUY5IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA5LjAwMDAwMCkiIHN0cm9rZT0iIzIzQzVGOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02MC45ODU2NjI2LDAgTDYuMDE0MzM3NDIsMCBDMi43MDcyNzE4NywwIDAsMi43MDUzNzMyIDAsNi4wMTI1OTIyMyBMMCwzOC45ODYyMzQ2IEMwLDQyLjI5NDYyNjggMi43MDYxMDA0LDQ1IDYuMDE0MzM3NDIsNDUgTDYwLjk4NTY2MjYsNDUgQzY0LjI5Mzg5OTYsNDUgNjcsNDIuMjk0NjI2OCA2NywzOC45ODYyMzQ2IEw2Nyw2LjAxMjU5MjIzIEM2NywyLjcwNTM3MzIgNjQuMjkzODk5NiwwIDYwLjk4NTY2MjYsMCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTItQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDE0LjAwMDAwMCkiIHN0cm9rZT0iIzIzQzVGOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MC45NzMwOTExLDAgTDUuMDI2OTA4ODksMCBDMi4yNjI3OTQ0LDAgMCwyLjEwNDE3OTE2IDAsNC42NzY0NjA2MiBMMCwzMC4zMjI2MjY5IEMwLDMyLjg5NTgyMDggMi4yNjE4MTUyNiwzNSA1LjAyNjkwODg5LDM1IEw1MC45NzMwOTExLDM1IEM1My43MzgxODQ3LDM1IDU2LDMyLjg5NTgyMDggNTYsMzAuMzIyNjI2OSBMNTYsNC42NzY0NjA2MiBDNTYsMi4xMDQxNzkxNiA1My43MzgxODQ3LDAgNTAuOTczMDkxMSwwIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcuMTA0NDAyNSwyMy43NzY5MzA4IEMyNy4xMDQ0MDI1LDIzLjc3NjkzMDggMjguNzk5ODU1NCwyMi40MTU0MDA1IDMyLjI2NzczNzEsMjIuNDE1NDAwNSBDMzUuNzM1NDM4LDIyLjQxNTQwMDUgMzcuMDE5ODExOCwyNC4xMTA4NTM1IDM3LjAxOTgxMTgsMjUuODMxOTY1IEMzNy4wMTk4MTE4LDI3LjU1MzA3NjYgMzYuMDY5NTQxNCwyOC4xNDM5NDYzIDM2LjA2OTU0MTQsMjguMTQzOTQ2MyBMMjYsMjguMTQzOTQ2MyBMMjYsMjkuODEzNzQwNyBMMzMuNTAwNzkzOCwyOS44MTM3NDA3IEMzMy41MDA3OTM4LDI5LjgxMzc0MDcgMzAuMDcxNCwzMS41NDc2ODE2IDI5LjE1OTYxNzQsMzIuMjAyNjk3NyBMMjYsMzIuMjAyNjk3NyBMMjYsMzMuOTIzODA5MyBMMjcuMzEwMDMyNCwzMy45MjM4MDkzIEMyNy4zMTAwMzI0LDMzLjkyMzgwOTMgMjYuMTU0MTMyMSwzNS4zMzY0NzU5IDI2LjE1NDEzMjEsMzcuMjM3NTU4OCBDMjYuMTU0MTMyMSwzOS4xMzg0NjEgMjYuOTQ4NDYzNSw0My4zMjU1MDUyIDM0LjI1NzU0MDgsNDMuMzI1NTA1MiBDMzQuMjU3NTQwOCw0My4zMjU1MDUyIDM2LjQ2Nzc5MTMsNDMuNDkyNjQ3MyAzOS44NDU4Njc5LDQyLjA2Njc5IEwzOS44NDU4Njc5LDM4LjkwNzE3MjUgQzM5Ljg0NTg2NzksMzguOTA3MTcyNSAzNy41NTk1NDUyLDQwLjkzNjU0ODIgMzMuNzMyMDgyMiw0MC45MzY1NDgyIEMyOS45MDQ2MTkzLDQwLjkzNjU0ODIgMjguOTI4NTA5NywzOS4wODY5NjMyIDI4LjkyODUwOTcsMzcuNTcxMzAwOSBDMjguOTI4NTA5NywzNi4wNTU2Mzg1IDI5LjQxNjc0NTIsMzUuMjQ2NDkwMyAzMS40MjAyODE2LDMzLjkyMzYyODYgTDQwLDMzLjkyMzYyODYgTDQwLDMyLjIwMjUxNzEgTDM0LjcwODE5MTksMzIuMjAyNTE3MSBDMzQuNzA4MTkxOSwzMi4yMDI1MTcxIDM3LjAwNzM0MzksMzEuMDk3OTMzOSAzOC4yNTMwNDkyLDI5LjgxMzU2IEwzOS45OTk4MTkzLDI5LjgxMzU2IEwzOS45OTk4MTkzLDI4LjE0Mzc2NTcgTDM5LjM4MzI5MSwyOC4xNDM3NjU3IEMzOS4zODMyOTEsMjguMTQzNzY1NyAzOS44MjAwMjg3LDI3LjA2NDg0MSAzOS44MjAwMjg3LDI2LjAzNzIzMzYgQzM5LjgyMDAyODcsMjUuMDA5ODA2OCAzOS4yMjkxNTg5LDIwLjAwMDYwNDMgMzEuOTMzODE0MywyMC4wMDA2MDQzIEMzMS45MzM4MTQzLDIwLjAwMDYwNDMgMjguNzk5ODU1NCwxOS45NDkxMDY1IDI3LjEwNDQwMjUsMjAuNzk2OTIzMyBMMjcuMTA0NDAyNSwyMy43NzY5MzA4IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzAwQkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.order-header {
    max-width: 760px
}

.order form {
    padding-top: 60px;
    max-width: 960px
}

.order .order-button {
    font-size: 14px
}

.order .order-border {
    height: 1px;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: rgba(41,29,31,.08)
}

.order-footer-title {
    padding-bottom: 20px
}

.order .order-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.order .order-item {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order .order-item:last-child {
    margin-right: 0
}

.order .order-item svg {
    stroke: none;
    stroke-width: 1;
    fill: #ffd534;
    max-width: 48px;
    max-height: 48px
}

.order .order-item-text {
    font-weight: 500;
    padding-left: 12px;
    font-size: 15px;
    line-height: 18px;
    width: 100%
}

.services__header {
    margin-bottom: 40px
}

.is-list-01 .services__header li:before,.is-list-02 .services__header li::before,.services__header .is-list-01 li:before,.services__header .is-list-02 li::before,.services__header .is-text-01 {
    max-width: 70%
}

.services__controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    margin-bottom: 12px
}

.services__controls li {
    border: 1px solid rgba(0,191,255,.4);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: background;
    transition-property: background;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #fff;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 11px;
    letter-spacing: .8px;
    position: relative;
    text-align: center;
    margin-left: -1px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    outline: 0
}

.services__controls li:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0,191,255,.05);
    border-color: rgba(0,191,255,.4);
    color: #000
}

.services__controls li:active {
    border-color: rgba(0,191,255,.4)
}

.services__controls li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px
}

.services__controls li:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0
}

.services__controls a {
    margin-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none
}

.services__controls .tabs__control--selected {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: background;
    transition-property: background;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 11px;
    letter-spacing: .8px;
    position: relative;
    text-align: center;
    margin-left: -1px;
    font-size: 14px;
    width: 100%;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #00bfff;
    color: #fff;
    cursor: default;
    z-index: 2;
    border: 1px solid #00bfff
}

.services__controls .tabs__control--selected:hover {
    background-color: #00bfff;
    color: #fff;
    cursor: default;
    border: 1px solid #00bfff
}

.services .tabs__panel {
    padding: 0;
    margin: 0
}

.services .tabs__panel figure {
    width: 100%;
    margin-left: auto;
    margin-left: auto
}

.services .tabs__panel img {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: all;
    transition-property: all;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 0;
    display: block;
    width: 100%
}

.services__footer {
    padding-top: 40px
}

.services__footer_btn .icon {
    margin-left: 12px
}

.about {
    font-weight: 500;
    border-bottom: 1px solid rgba(41,29,31,.08);
    padding-top: 60px;
    padding-bottom: 60px
}

.about__wrap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0
}

.about .about-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 80px
}

.about .about-content-header {
    margin-bottom: 40px
}

.about .about-content-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.about .about-content-header .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-style: solid;
    border-width: 12px;
    border-color: #00bfff;
    font-size: 46px;
    font-weight: 700;
    min-width: 130px;
    min-height: 130px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 15px -10px rgba(0,191,255,.5);
    box-shadow: 0 10px 15px -10px rgba(0,191,255,.5);
    text-align: center
}

.about .about-content-header .title {
    font-size: 44px;
    margin-left: 20px;
    margin-top: 0
}

.about .about-content .text {
    font-size: 20px;
    line-height: 28px
}

.about .about-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.about .about-sidebar .advant {
    width: 100%
}

.about .about-sidebar .advant-item .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% top;
    width: 72px;
    height: 80px
}

.about .about-sidebar .advant-item .icon--home {
    background-image: url(../img/lp/icon-home.svg)
}

.about .about-sidebar .advant-item .icon--cleaner {
    background-image: url(../img/lp/icon-cleaner.svg)
}

.about .about-sidebar .advant-item .icon--garant {
    background-image: url(../img/lp/icon-garant.svg)
}

.about .about-sidebar .advant-item .heading {
    font-weight: 700;
    font-size: 20px
}

.about .about-sidebar .advant-item .text {
    font-size: 16px;
    line-height: 24px
}

.about .about-sidebar .advant-item .line {
    height: 1px;
    background-color: rgba(41,29,31,.08);
    margin-top: 20px;
    margin-bottom: 16px;
    display: block
}

.support .support-box {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px
}

.support .support-content {
    max-width: 760px;
    width: 100%;
    padding: 60px 40px
}

.support .support-content .text {
    font-size: 22px;
    max-width: 80%;
    font-weight: 500
}

.support .support-content .phone {
    font-size: 42px;
    font-weight: 700;
    text-decoration: none;
    color: #262c36;
    max-width: 80%
}

.support .is-icon {
    stroke: none;
    stroke-width: 0;
    fill: #00bfff;
    max-height: 180px;
    margin-left: -60px;
    max-width: 180px
}

.technics__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.technics__col {
    width: 50%
}

.technics .technics-box {
    font-weight: 500;
    padding: 30px;
    border-radius: 4px;
    position: relative
}

.technics .technics-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.technics .technics-box-header .h3 {
    margin-left: 20px
}

.technics .technics-box-header .numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 42px;
    line-height: 1.103em;
    font-weight: 700;
    letter-spacing: -.08px;
    color: #3a3a3a;
    background-color: #fff;
    border: 10px solid #00bfff;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    margin-left: -100px
}

.technics .technics-box-body img {
    margin-right: auto;
    margin-left: auto;
    width: 320px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px
}

.technics .technics-box-footer .text {
    text-align: center;
    color: rgba(58,58,58,.6)
}

.technics .technics-part {
    padding-left: 40px;
    font-weight: 500
}

.technics .technics-part-body {
    padding-top: 30px
}

.technics .technics-part-body__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.technics .technics-part-body__list-item {
    max-width: 200px
}

.technics .technics-part-body__list-item img {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.technics .technics-part-body__list-item img:first-child {
    margin-left: 0
}

.technics .technics-part-body__list .text {
    font-size: 12px;
    color: rgba(58,58,58,.6);
    padding-top: 6px;
    padding-right: 12px
}

.technics .technics-part-border {
    height: 1.2px;
    width: 100%;
    background-color: rgba(58,58,58,.1);
    margin-top: 40px;
    margin-bottom: 40px
}

.cleaners-header .text {
    max-width: 70%
}

.cleaners .cleaners-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    max-width: 960px;
    padding-bottom: 20px
}

.cleaners .item-img {
    background-size: contain;
    width: 145px;
    height: 145px
}

.cleaners .item-text {
    font-weight: 500;
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid rgba(41,29,31,.1);
    margin-top: 20px
}

.cleaners .item-text .rating {
    color: #00bfff;
    font-size: 14.6px
}

.cleaners .item-text .votes {
    color: rgba(41,29,31,.3);
    font-size: 13.9px
}

.fotos__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 40px
}

.fotos-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.fotos-gallery {
    max-width: 50%
}

.fotos-gallery--mirror {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 40px;
    margin-right: 0
}

.fotos-gallery .gallery img {
    max-width: 100%
}

.fotos-gallery .gallery .thumbs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap
}

.fotos-content {
    max-width: 50%;
    width: 100%
}

.fotos-content .header {
    letter-spacing: -.05px;
    line-height: 1.22em;
    font-weight: 700
}

.fotos-content .body .table-list {
    font-size: .9375em;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    margin-bottom: 20px;
    font-weight: 500
}

.fotos-content .body .table-list caption {
    letter-spacing: -.03px;
    font-size: 16px;
    line-height: 1.389em;
    font-weight: 500;
    color: rgba(41,29,31,.5);
    text-align: inherit
}

.fotos-content .body .table-list tr {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e8e8e8
}

.fotos-content .body .table-list tr td {
    width: 70%;
    min-width: 70%
}

.fotos-content .body .table-list tr td::before {
    content: "";
    margin-top: -.3675em;
    display: block;
    height: 0;
    width: 0
}

.fotos-content .body .table-list tr td::after {
    content: "";
    margin-bottom: -.3675em;
    display: block;
    height: 0;
    width: 0
}

.fotos-content .body .table-list tr th {
    text-align: right;
    font-weight: 600;
    border-width: 1px;
    border-color: #e8e8e8;
    border-width: 1px;
    border-color: #e8e8e8
}

.fotos-content .footer {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fotos-content .footer-button .button {
    padding: 16px 20px;
    font-size: 14px;
    text-transform: uppercase
}

.fotos-content .footer-phone .link {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #291d1f
}

.carousel .carousel-item {
    margin-left: 12px
}

.carousel .carousel-item:first-child {
    margin-left: 0
}

.carousel .carousel-item img {
    border-radius: 4px
}

.carousel .carousel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel-controls .next,.carousel .carousel-controls .prev {
    padding: 6px 15px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    border-radius: 4px
}

.carousel .carousel-controls .next:hover,.carousel .carousel-controls .prev:hover {
    background-color: #00bfff
}

.carousel .carousel-controls .next:last-child,.carousel .carousel-controls .prev:last-child {
    margin-left: 12px
}

.carousel .carousel-controls .next svg,.carousel .carousel-controls .prev svg {
    fill: none;
    stroke: rgba(41,29,31,.8);
    max-width: 24px;
    max-height: 24px
}

.carousel .carousel-controls .next svg:hover,.carousel .carousel-controls .prev svg:hover {
    stroke: rgba(255,255,255,.8)
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s,opacity 0s;
    -moz-transition: transform 0s,opacity 0s;
    -webkit-transition: opacity 0s,-webkit-transform 0s;
    transition: opacity 0s,-webkit-transform 0s;
    transition: transform 0s,opacity 0s;
    transition: transform 0s,opacity 0s,-webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float: left
}

@-webkit-keyframes smartphoto {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes smartphoto {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes smartphoto-img-wrap {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes smartphoto-img-wrap {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes smartphoto-inner {
    from {
        -webkit-transform: translate(0,100px);
        transform: translate(0,100px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes smartphoto-inner {
    from {
        -webkit-transform: translate(0,100px);
        transform: translate(0,100px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes smartphoto-loader {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@-webkit-keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: block;
        opacity: 0
    }

    100% {
        display: none;
        opacity: 0
    }
}

@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: block;
        opacity: 0
    }

    100% {
        display: none;
        opacity: 0
    }
}

.smartphoto {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-animation-name: smartphoto;
    animation-name: smartphoto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto[aria-hidden=true] {
    display: none
}

.smartphoto-close {
    opacity: 0
}

.smartphoto-count {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.smartphoto-header {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0,0,0,.2)
}

.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    text-shadow: 0 1px 0 #fff;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1
}

.smartphoto-body {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.smartphoto-img {
    display: none;
    max-width: none;
    width: auto;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-user-drag: none
}

.smartphoto-img.active {
    display: block
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-transition: none;
    transition: none
}

.smartphoto-img-elasticmove {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-animation-name: smartphoto-img-wrap;
    animation-name: smartphoto-img-wrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto-img-left {
    -webkit-transform: translateX(150%)!important;
    -ms-transform: translateX(150%)!important;
    transform: translateX(150%)!important
}

.smartphoto-img-right {
    -webkit-transform: translateX(-150%)!important;
    -ms-transform: translateX(-150%)!important;
    transform: translateX(-150%)!important
}

.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto-arrows[aria-hidden=true] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-arrows li {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear
}

.smartphoto-arrows li:focus {
    outline: 0
}

.smartphoto-arrows [aria-hidden=true] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-arrows a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.smartphoto-arrow-right {
    right: 0;
    padding: 5px 0;
    background-color: rgba(0,0,0,.5)
}

.smartphoto-arrow-right a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)
}

.smartphoto-arrow-left {
    left: 0;
    padding: 5px 0;
    background-color: rgba(0,0,0,.5)
}

.smartphoto-arrow-left a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)
}

.smartPhotoArrowHideIcon {
    display: none
}

.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.smartphoto-nav[aria-hidden=true] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-nav ul {
    display: block;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    opacity: .5
}

.smartphoto-nav a:focus {
    opacity: .8
}

.smartphoto-nav a.current {
    opacity: 1
}

.smartphoto-nav img {
    width: auto;
    height: 100%
}

.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-list li:focus {
    outline: 0
}

.smartphoto-list-onmove {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-caption {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.smartphoto-caption:focus {
    outline: 0
}

.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    -webkit-transform: translate(50vw,50vh);
    -ms-transform: translate(50vw,50vh);
    transform: translate(50vw,50vh)
}

.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid #17cddd;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: smartphoto-loader .5s infinite linear;
    animation: smartphoto-loader .5s infinite linear
}

.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0,0,0,0)
}

.pricing-info .pricing-info-header {
    margin-bottom: 40px
}

.pricing-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 20px
}

.pricing-info .pricing-info-card {
    color: #2b2b2b;
    padding: 46px 30px 36px;
    margin-bottom: 30px;
    border-radius: 4px
}

.pricing-info .pricing-info-card .subtitle {
    color: #b6bcc3;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20px
}

.pricing-info .pricing-info-card .item {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.pricing-info .pricing-info-card .item:before {
    content: "+";
    color: #00bfff;
    font-weight: 500;
    position: absolute;
    left: 0
}

.pricing-info .pricing-info-card .item.del {
    color: #f04539;
    text-decoration: line-through
}

.pricing-info .pricing-info-card .item.del:before {
    content: "—";
    color: #f04539;
    font-weight: 500;
    position: absolute;
    left: 0
}

.pricing-info .pricing-info-card-footer {
    margin-top: 40px;
    border-top: 1px solid rgba(182,188,195,.2);
    padding-top: 40px
}

.tarif {
    margin-top: 50px
}

.tarif__section {
    padding-top: 50px;
    padding-bottom: 50px
}

.tarif__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.tarif__calc {
    padding: 20px 40px 60px
}

.tarif__img {
    background-size: cover;
    width: 400px;
    background-position: 50% 50%!important
}

.no-webp .tarif__img--baze {
    background: url(../img/lp/img-bg-02.jpg)
}

.no-webp .tarif__img--complex {
    background: url(../img/lp/img-bg-01.jpg)
}

.tarif__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 20px 0
}

.tarif__sum-text {
    font-weight: 500
}

.tarif__sum-number {
    font-weight: 700;
    font-size: 22px
}

.tarif__button {
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    padding: 16px 20px 15px;
    border-radius: 4px;
    line-height: 19px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    outline: 0;
    border: none;
    color: #fff;
    width: 100%;
    font-weight: 700;
    background-color: #00bfff
}

.tarif__content {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto
}

.tarif__info {
    font-size: 13px;
    color: gray;
    margin-top: 12px
}

.tarif__star {
    color: #f04539
}

.tarif__points {
    padding: 40px
}

.tarif__points-heading {
    font-weight: 600;
    padding: 20px 20px 20px 0;
    font-size: 20px
}

.tarif__points-heading--set {
    color: #dcdcdc;
    font-size: 15px
}

.tarif__points-item {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.tarif__points-item:before {
    content: "+";
    color: #00bfff;
    font-weight: 500;
    position: absolute;
    left: 0
}

.tarif__points-item--del {
    color: #f04539;
    text-decoration: line-through
}

.tarif__points-item--del:before {
    content: "—";
    color: #f04539;
    font-weight: 500;
    position: absolute;
    left: 0
}

.booking__header {
    max-width: 80%
}

.booking__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: 40px;
    -webkit-box-shadow: 0 5px 20px #f1f5f9;
    box-shadow: 0 5px 20px #f1f5f9;
    border-radius: 12px;
    background-color: #fff
}

.booking__img {
    height: 0;
    padding-bottom: 62.25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-size: cover;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px
}

.booking__forms {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 62%;
    flex: 1 1 62%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.booking__forms .form {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

.booking__forms .form .form-item {
    margin-bottom: 0
}

.booking__forms .form .btn {
    margin-top: 20px
}

.booking__forms .choose__list .choose__item:last-child .choose__swatch {
    min-width: 7.8rem
}

.booking__forms .choose__list .choose__swatch {
    color: #291d1f
}

.booking__forms .choose__list .choose__item--selected .choose__swatch {
    color: #fff
}

.booking__forms .freeform-input {
    margin-top: 20px;
    width: 100%
}

.booking-form__item:not(:last-of-type) {
    margin-bottom: 30px
}

.booking-form__item input {
    max-width: 320px
}

.booking-form__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.booking-form__numb {
    position: absolute;
    left: -45px;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    background-color: #00bfff;
    color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700
}

.booking-form__title {
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 600
}

.booking-form__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.booking-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: 30px;
    -webkit-box-shadow: 0 5px 20px #f1f5f9;
    box-shadow: 0 5px 20px #f1f5f9;
    border-radius: 6px;
    background-image: -webkit-gradient(linear,right top,left top,from(#a832d7),color-stop(90%,#ff269e));
    background-image: -webkit-gradient(linear,right top,left top,from(#00bfff),color-stop(90%,#ff269e));
    background-image: linear-gradient(-90deg,#00bfff,#ff269e 90%)
}

.booking-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 62%;
    flex: 1 1 62%;
    border-right: 2px dashed #f1f5f9;
    position: relative;
    padding: 20px;
    margin-left: 20px
}

.booking-footer__content::before {
    content: "";
    position: absolute;
    right: -41px;
    font-weight: 700;
    font-size: 52px;
    color: #f04539;
    top: 20px;
    width: 80px;
    height: 80px;
    background-size: 60px;
    text-align: center
}

.booking-footer__content::after {
    position: absolute;
    font-weight: 700;
    font-size: 52px;
    color: #f04539;
    left: 30px;
    top: 20px
}

.booking-footer__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #fff
}

.booking-footer__title span {
    color: #fff;
    position: relative
}

.booking-footer__subtitle {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: 22px
}

.booking-footer__numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #fff
}

.compare {
    margin-top: 40px;
    margin-bottom: 80px
}

.compare__header {
    max-width: 860px
}

.compare__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 860px
}

.compare__card {
    max-width: 380px;
    width: 100%;
    min-height: 580px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.compare__card .card__price {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
    color: #00bfff;
    border: 1px solid #00bfff;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-size: 14px;
    line-height: 20px;
    z-index: 2
}

.compare__card .card__price--accented {
    background-color: #00bfff;
    color: #fff
}

.compare__card .card__price_count {
    font-size: 20px;
    font-weight: 700
}

.compare__card .card__img {
    text-align: center;
    margin-bottom: 30px
}

.compare__card .card__img img {
    max-height: 120px
}

.compare__card .card__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    line-height: 30px
}

.compare__card .card__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 25px
}

.compare__card .card__list-item {
    position: relative;
    white-space: pre-line;
    font-weight: 500
}

.compare__card .card__list-item:not(:last-of-type) {
    margin-bottom: 18px
}

.compare__card .card__list-item:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath id='Imported Layers' fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59635 19.4036 0 12.5 0C5.59635 0 0 5.59635 0 12.5C0 19.4036 5.59635 25 12.5 25ZM19.8305 8.96175L10.718 18.0742L6 13.356L7.962 11.395L10.718 14.1508L17.869 7L19.8305 8.96175Z' fill='%2300BFFF'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    fill: #00bfff!important;
    top: 4px
}

.compare__card .card__button {
    position: absolute;
    bottom: 40px;
    left: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: calc(100% - 80px);
    background: 0 0;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    color: #291d1f;
    border: 1px solid #e5e7eb;
    line-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare__card .card__button:hover {
    background: #00bfff;
    color: #fff;
    border-color: #00bfff
}

.compare__card .card__button:hover .card__button-icon svg {
    fill: #fff
}

.compare__card .card__button-icon {
    width: 6px;
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.compare__card .card__button-icon svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    fill: #4b5563;
    margin-top: -2px
}

.contact__action {
    background: #f9fafb;
    background-image: linear-gradient(135deg,#f3f4f6 10%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,#f3f4f6 0,#f3f4f6 60%,rgba(0,0,0,0) 0,rgba(0,0,0,0));
    background-size: 7.07px 7.07px
}

.contact-action {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "img" "buttons";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    padding: calc(5% + 10px) calc(5% + 5px);
    background-color: #fff;
    border-radius: 24px
}

.contact-action__text {
    grid-area: text
}

.contact-action__text .action-text__title {
    font-size: clamp(1.6rem,3.5vw,2.8rem);
    line-height: 1.103em;
    font-weight: 700
}

.contact-action__text .action-text__text {
    font-size: clamp(1rem,1.8vw,1.3rem);
    line-height: 1.445em;
    font-weight: 300;
    color: #4b5563
}

.contact-action__img {
    grid-area: img;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.contact-action__buttons {
    grid-area: buttons;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.contact-action__buttons .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: all;
    transition-property: all;
    border-radius: 100px;
    padding-left: 10px;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration-line: none
}

.contact-action__buttons .btn--telegram {
    background: #2aabee
}

.contact-action__buttons .btn--viber {
    background: #665cac
}

.contact-action__buttons .btn--whatsapp {
    background: #128c7e
}

.contact-action__buttons .btn .icon {
    width: 24px;
    height: inherit;
    fill: #fff
}

.text__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0
}

.text__col {
    color: #291d1f
}

.director {
    margin-top: 140px;
    margin-bottom: 120px;
    font-weight: 500
}

.director-container {
    width: calc(100% - 2.5em);
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px
}

.director-wrap {
    border-radius: 24px;
    position: relative
}

.director-wrap::after {
    content: "";
    display: block;
    top: 0;
    width: calc(105% + 100vw - 1140px);
    height: 100%;
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,.1);
    box-shadow: 0 4px 35px rgba(0,0,0,.1);
    border-radius: 28px 0 0 28px
}

.director .director-img {
    position: absolute;
    max-width: calc(100% - 535px);
    bottom: 0;
    right: 0
}

.director .director-img img {
    max-width: 440px
}

.director .director-text {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px
}

.director .director-title {
    margin-bottom: 1rem;
    font-size: 2.65rem;
    font-weight: 700;
    line-height: 46px
}

.director-subtitle {
    margin-bottom: 32px
}

.director-user {
    margin-bottom: 32px
}

.director-user__name {
    font-weight: 700;
    font-size: 18px
}

.director-user__position {
    color: #b6bcc3
}

.before-after__header {
    padding-bottom: 40px
}

.before-after__gallery {
    position: relative;
    max-width: 1040px
}

.before-after__gallery .slideshow--ratio-16\:9 .slideshow__item {
    height: 0;
    padding-bottom: 59.1%
}

.before-after__gallery .slideshow__content figure {
    margin: 0!important
}

.before-after__gallery .slideshow__item {
    border-radius: 12px
}

.before-after__gallery .slideshow__item img {
    border-radius: 12px;
    margin-top: 59.1%
}

.before-after__gallery .slideshow__item--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #f1f5f9;
    min-height: 200px
}

.before-after__gallery .slideshow__item--end .info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    top: 40%;
    max-width: 80%;
    text-align: center
}

.before-after__gallery .slideshow__item--end .info-title {
    font-weight: 700;
    font-size: 42px
}

.before-after__gallery .slideshow__item--end .info-text {
    font-weight: 500;
    font-size: 16px;
    color: #d1d5db;
    margin-bottom: 30px
}

.before-after__gallery .slideshow__item--end .info button {
    max-width: 80%
}

.before-after__gallery .slideshow__navigation {
    margin-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 10px;
    max-width: 50%
}

.before-after__gallery .slideshow__nav-item button {
    height: 1.2em;
    width: 1.2em
}

.before-after__gallery .slideshow__controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px
}

.before-after__gallery .slideshow__controls li:first-child {
    display: inline-block;
    margin-right: 6px
}

.before-after__gallery .slideshow__control {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.before-after__gallery .slideshow__btn {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(45,47,55,.1);
    box-shadow: 0 3px 8px rgba(45,47,55,.1)
}

.before-after__gallery .slideshow__btn:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.before-after__gallery .slideshow__btn:hover {
    background-color: #00bfff
}

.before-after__gallery .slideshow__btn:hover .icon {
    color: #fff
}

.before-after__gallery .slideshow__btn .icon {
    color: rgba(0,191,255,.9);
    max-width: 18px
}

.no-js .slideshow {
    display: none
}

.pages__section {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px
}

.pages__box {
    background-color: #fff;
    padding: 60px 80px;
    -webkit-box-shadow: 0 1px 2px rgba(75,85,99,.2);
    box-shadow: 0 1px 2px rgba(75,85,99,.2)
}

.abouts {
    counter-reset: section
}

.abouts__header {
    max-width: 70%
}

.abouts__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    margin-top: 30px
}

.abouts__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
    margin-top: 12px
}

.abouts__title::before {
    counter-increment: section;
    content: counter(section) ": "
}

.abouts__text {
    font-weight: 500;
    font-size: 16px;
    color: #4b5563;
    line-height: 24px
}

.abouts__footer {
    font-weight: 500;
    margin-top: 40px;
    border-top: 1px solid #e5e7eb;
    padding-top: 40px
}

.contacts__header {
    margin-bottom: 60px
}

.contacts__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px
}

.contacts__items {
    font-size: 18px;
    font-weight: 500
}

.contacts__item {
    padding-bottom: 12px;
    color: rgba(41,29,31,.7)
}

.contacts__item b {
    color: #291d1f;
    font-weight: 600
}

.contacts__footer {
    margin-top: 30px;
    border-top: 1px solid #9ca3af;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 500
}

.poll__body {
    margin-top: 40px
}

.faq__body {
    max-width: 700px
}

.faq__share {
    margin-top: 60px
}

.faq__share .share__title {
    border-bottom: 1px solid rgba(75,85,99,.08);
    max-width: 720px;
    margin-bottom: 24px;
    padding-bottom: 12px
}

.faq__share .share__svg {
    stroke: #00bfff;
    fill: none;
    width: 24px;
    height: 24px;
    margin-top: -6px;
    margin-right: 4px
}

.faq__catalog {
    counter-reset: section
}

.faq__catalog .catalog__body {
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid
}

.faq__catalog .catalog__item {
    margin-top: 24px
}

.faq__catalog .catalog__item::before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: 600;
    font-size: 22px;
    color: rgba(75,85,99,.2)
}

.faq__catalog .catalog__item:hover::before {
    color: #00bfff
}

.faq__catalog .catalog__link {
    font-weight: 600;
    font-size: 24px;
    color: #291d1f;
    border-bottom: 1px solid rgba(75,85,99,.08);
    text-decoration: none;
    line-height: 22px
}

.faq__catalog .catalog__link:hover {
    border-bottom: 1px solid rgba(0,191,255,.5);
    color: #00bfff
}

.art-container {
    width: calc(100% - 2.5em);
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px
}

.main-big-wrapper {
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    width: 100%;
    overflow: hidden
}

.catalog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.catalog-header__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.25
}

.catalog-header__title--tag::before {
    content: "#";
    color: #00bfff
}

.catalog-header__subtitle {
    max-width: 500px;
    font-size: 1.5rem;
    color: #b6bcc3;
    line-height: 1.4em
}

.catalog__separator {
    border-bottom: 2px solid rgba(108,123,138,.1);
    margin-top: 2rem;
    margin-bottom: 3rem
}

.catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid rgba(108,123,138,.1);
    border-radius: 5px
}

.catalog-menu__header {
    font-weight: 700;
    font-size: 20px;
    padding: 1.25rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.catalog-menu__header .title {
    margin-left: 6px
}

.catalog-menu__nav ul {
    margin: 0;
    padding: 0
}

.catalog-menu__nav .item {
    display: block;
    padding: .5125rem 1.875rem;
    color: #6c7b8a;
    font-size: 15px;
    border-top: 1px solid rgba(108,123,138,.1);
    font-weight: 500
}

.catalog-menu__nav .item.active {
    color: #291d1f;
    font-weight: 600
}

.catalog-menu__nav .item .link {
    text-decoration: none
}

.posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.posts__list>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px
}

.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 40px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.breadcrumbs__item {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #9ca3af
}

.breadcrumbs__item a {
    text-decoration: none;
    color: #b6bcc3
}

.breadcrumbs__item a:hover {
    color: #00bfff
}

.breadcrumbs__item svg {
    stroke: #00bfff;
    stroke-width: .5;
    fill: #00bfff;
    width: 18px;
    height: 15px;
    margin-left: 12px;
    margin-right: 12px
}

.breadcrumbs__item svg:first-child {
    margin-left: 0;
    margin-right: 0
}

.article {
    overflow: hidden
}

.article-thumbnail {
    margin-bottom: 40px
}

.article-thumbnail img {
    border-radius: 6px;
    height: auto
}

.article-header {
    margin-bottom: 40px
}

.article-title {
    font-size: 3.25rem;
    font-weight: 600;
    color: #291d1f
}

.article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 40px
}

.article-meta .article-meta__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-meta .article-meta__date svg {
    fill: #00bfff;
    width: 16px;
    height: 16px;
    margin-top: -2px
}

.article-meta .article-meta__date time {
    font-size: 14px;
    color: #b6bcc3;
    font-weight: 500;
    margin-left: 4px
}

.article-meta__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-meta__view svg {
    fill: #00bfff;
    width: 18px;
    height: 18px;
    margin-top: -2px
}

.article-meta__view span {
    font-size: 14px;
    color: #b6bcc3;
    font-weight: 500;
    margin-left: 4px
}

.article-container {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto
}

.article .content {
    font-weight: 500
}

.article .content-description {
    border: 2px solid #f1f5f9;
    padding: 24px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative
}

.article .content-description svg {
    stroke: none;
    stroke-width: 0;
    fill: #00bfff;
    margin-right: 20px
}

.article .content-description__text {
    line-height: 28px;
    color: #9ca3af
}

.article .content .video,.article .content figure,.article .content figure+p,.article .content h2,.article .content h3,.article .content h4,.article .content ol,.article .content p,.article .content ul {
    margin-bottom: 40px!important
}

.article .content .delimiter+p,.article .content h2+.video,.article .content h2+figure,.article .content h2+ol,.article .content h2+p,.article .content h2+ul,.article .content h3+.video,.article .content h3+figure,.article .content h3+ol,.article .content h3+p,.article .content h3+ul,.article .content h4+.video,.article .content h4+figure,.article .content h4+ol,.article .content h4+p,.article .content h4+ul {
    margin-bottom: 30px!important
}

.article .content .wiki,.article .content a,.article .content li,.article .content p {
    font-size: 20px
}

.article .content h2 {
    font-size: 2.25rem;
    font-weight: 600
}

.article .content p {
    margin-bottom: 0;
    line-height: 32px
}

.article .content a {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(0,191,255,.2);
    color: #00bfff;
    display: inline;
    cursor: pointer;
    -webkit-transition: color .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,border-color .4s ease,background-color .4s ease
}

.article .content a:hover {
    color: #00bfff;
    border-bottom: 1.5px solid rgba(0,191,255,.2)
}

.article .content em {
    background: rgba(255,215,142,.22);
    padding: .09em 0;
    font-weight: 500;
    font-style: normal
}

.article .content .wiki {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: rgba(255,215,142,.22)
}

.article .content ul {
    max-width: 670px;
    width: 100%;
    margin: 0 auto .6em 0;
    padding-left: 24px;
    list-style-type: none
}

.article .content ul li {
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    margin-top: 12px
}

.article .content ul li::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #00bfff;
    position: absolute;
    top: 14px;
    left: -23px
}

.article .content ul li a::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #00bfff;
    position: absolute;
    top: 14px;
    left: -23px
}

.article .content ol {
    display: block;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    max-width: 670px
}

.article .content ol li {
    counter-increment: my-awesome-counter;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
    margin-top: 12px
}

.article .content ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px
}

.article .content ol li a::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px;
    background-color: #fff
}

.article .content__photo {
    width: calc(100% + 10.5em);
    margin-left: -5.25em
}

.article .content__photo img {
    border-radius: 6px
}

.share {
    margin-top: 10rem;
    margin-bottom: 2.2rem
}

.share__container {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto
}

.share__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 2rem 1.5rem;
    margin-top: 2.5rem;
    margin-right: auto;
    position: relative;
    max-width: 820px;
    margin-left: auto
}

.share__content {
    min-height: 200px;
    margin-right: 80px
}

.share__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 40px
}

.share__text {
    font-size: 1.5rem
}

.share__btn {
    margin-top: 20px
}

.share__img {
    position: static
}

.share__img img {
    position: absolute;
    bottom: 0;
    left: 55px;
    width: 240px;
    height: auto
}

.sharebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.sharebar__btn {
    display: inline-block;
    padding: .75em;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s
}

.sharebar__btn .icon {
    display: block;
    color: #b6bcc3;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 1.6em
}

.sharebar__btn:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1);
    box-shadow: 0 .3px .4px rgba(0,0,0,.025),0 .9px 1.5px rgba(0,0,0,.05),0 3.5px 6px rgba(0,0,0,.1)
}

.sharebar__btn:hover .icon {
    color: #00bfff
}

.article-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 12px 30px 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(108,123,138,.1);
    text-decoration: none;
    font-weight: 500
}

.article-card a {
    text-decoration: none;
    border-bottom-style: none
}

.article-card__img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.article-card__text {
    width: 100%
}

.article-card__text h3 {
    color: #111113;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 12px
}

.article-card__text p {
    color: #b6bcc3;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.article-card__box {
    margin: 30px
}

.article-card__more {
    color: #00bfff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-card__more svg {
    stroke: #00bfff;
    fill: none;
    width: 16px;
    height: 16px
}

.article-card__more:hover {
    color: #ee2455
}

.article-card__more:hover svg {
    stroke: #ee2455
}

.article-card__info {
    text-transform: uppercase;
    color: gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-card__info_date {
    color: #00bfff;
    font-size: 10px
}

.article-card__info_category {
    margin-left: 12px;
    position: relative;
    font-size: 11px
}

.article-card__info_category::before {
    content: "";
    background-color: #b6bcc3;
    position: absolute;
    height: 10px;
    left: -7px;
    top: 2px;
    width: 2px
}

.article-card__popular {
    color: #ee2455;
    font-size: 11px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-card__popular svg {
    stroke: #00bfff;
    fill: #ee2455;
    width: 18px;
    height: 14px;
    margin-top: -2px
}

.recent-container {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto
}

.recent-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 12px
}

.recent-heading__title {
    font-weight: 700;
    font-size: 28px;
    margin-left: 8px
}

.recent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.recent .article-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 335%
}

.posts-item {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.14);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.14);
    max-width: 720px;
    text-decoration: none;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.posts-item-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    max-width: 260px;
    max-height: 260px;
    background-size: cover
}

.posts-item-img img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.posts-item-text {
    width: 100%;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-item-text .box {
    margin: 20px 40px 20px 30px
}

.posts-item-text a {
    text-decoration: none!important;
    border-bottom-style: none
}

.posts-item-text h2 {
    color: #111113;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 12px
}

.posts-item-text p {
    color: #b6bcc3;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.posts-item-text .more {
    color: #00bfff;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%
}

.posts-item-text .more svg {
    stroke: #00bfff;
    fill: none;
    width: 15px;
    height: 15px
}

.posts-item-text .more:hover {
    color: #ee2455
}

.posts-item-text .more:hover svg {
    stroke: #ee2455
}

.posts-item-text .info {
    text-transform: uppercase;
    color: gray;
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-item-text .info-date {
    color: #00bfff;
    font-size: 11px
}

.posts-item-text .info-category {
    margin-left: 12px;
    position: relative;
    font-size: 11px
}

.posts-item-text .info-category::before {
    content: "";
    background-color: #b6bcc3;
    position: absolute;
    height: 10px;
    left: -7px;
    top: 2px;
    width: 2px
}

.posts-item-text .info-popular {
    color: #ee2455;
    font-size: 11px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.posts-item-text .info-popular svg {
    stroke: #00bfff;
    fill: #ee2455;
    width: 18px;
    height: 14px;
    margin-top: -2px
}

.post-header__title {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700
}

.post-header__subtitle {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3em;
    color: #b6bcc3
}

.post-header__date {
    color: #a6a6a6;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400
}

.back {
    margin-bottom: 20px;
    max-width: 160px
}

.back .back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-bottom: none!important;
    color: rgba(41,29,31,.3)!important
}

.back .back-link:hover {
    color: #00bfff!important
}

.back .back-link:hover svg {
    stroke: #00bfff
}

.back .back-link-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.back .back-link svg {
    stroke: rgba(41,29,31,.3);
    stroke-width: .7px;
    fill: none;
    width: 20px;
    height: 8px
}

.post-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.post .post-box {
    background-color: #fff;
    padding: 30px 50px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(41,29,31,.15);
    box-shadow: 0 1px 3px rgba(41,29,31,.15);
    width: 80%
}

.post-header h1 {
    margin-top: 12px
}

.post-header .label.label-article {
    margin-bottom: 20px
}

.post .post-article {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500
}

.post .post-article .video,.post .post-article figure,.post .post-article figure+p,.post .post-article h2,.post .post-article h3,.post .post-article h4,.post .post-article ol,.post .post-article p,.post .post-article ul {
    margin-top: 50px!important
}

.post .post-article .delimiter+p,.post .post-article h2+.video,.post .post-article h2+figure,.post .post-article h2+ol,.post .post-article h2+p,.post .post-article h2+ul,.post .post-article h3+.video,.post .post-article h3+figure,.post .post-article h3+ol,.post .post-article h3+p,.post .post-article h3+ul,.post .post-article h4+.video,.post .post-article h4+figure,.post .post-article h4+ol,.post .post-article h4+p,.post .post-article h4+ul {
    margin-top: 30px!important
}

.post .post-article .wiki,.post .post-article a,.post .post-article li,.post .post-article p {
    font-size: 20px
}

.post .post-article p {
    margin-bottom: 0;
    line-height: 32px
}

.post .post-article a {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(0,191,255,.2);
    color: #00bfff;
    display: inline;
    cursor: pointer;
    -webkit-transition: color .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,border-color .4s ease,background-color .4s ease
}

.post .post-article a:hover {
    color: #00bfff;
    border-bottom: 1.5px solid rgba(0,191,255,.2)
}

.post .post-article em {
    background: rgba(255,215,142,.22);
    padding: .09em 0;
    font-weight: 500;
    font-style: normal
}

.post .post-article .wiki {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: rgba(255,215,142,.22)
}

.post .post-article .video {
    margin-right: -50px;
    margin-left: -50px
}

.post .post-article .video__caption {
    color: #9ca3af;
    font-size: 14px;
    margin-left: 40px;
    margin-top: 16px
}

.post .post-article .video__caption b {
    color: #9ca3af
}

.post .post-article .list-ul {
    max-width: 670px;
    width: 100%;
    margin: 0 auto .6em 0;
    padding-left: 24px;
    list-style-type: none
}

.post .post-article .list-ul li {
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    margin-top: 12px
}

.post .post-article .list-ul li::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #111113;
    position: absolute;
    top: 14px;
    left: -23px
}

.post .post-article .list-ul li a::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #00bfff;
    position: absolute;
    top: 14px;
    left: -23px
}

.post .post-article ol {
    display: block;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    max-width: 670px
}

.post .post-article ol li {
    counter-increment: my-awesome-counter;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
    margin-top: 12px
}

.post .post-article ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #111113;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px
}

.post .post-article ol li a::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px;
    background-color: #fff
}

.post .delimiter {
    text-align: center;
    margin-top: 30px
}

.post .delimiter::after {
    display: inline-block;
    content: "***";
    font-size: 36px;
    letter-spacing: .2em
}

.post-article figure {
    margin-right: -50px;
    margin-left: -50px
}

.post-article figure .image {
    text-align: center
}

.post-article figure .image--overlay {
    background-color: rgba(255,215,142,.22);
    padding-top: 20px;
    padding-bottom: 20px
}

.post-article figure .image--overlay img {
    background-size: contain;
    max-height: 520px
}

.post-article figure figcaption {
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: rgba(41,29,31,.2);
    padding-left: 50px;
    margin-top: 20px
}

.sharing-counter {
    margin-top: 7px;
    padding-left: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sharing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px
}

.sharing-button {
    padding: 10px 16px;
    min-width: 95px;
    width: 192px;
    border: none;
    position: relative;
    color: #fff;
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
    background: #20a052;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sharing-button:hover {
    opacity: .9
}

.sharing-button--facebook {
    background-color: #3b5998
}

.sharing-button--twitter {
    background-color: #55acee
}

.sharing-icon {
    margin-right: 10px;
    padding: 7px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sharing-icon--facebook {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI3OHB4IiB2aWV3Qm94PSIwIDAgNDAgNzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjMgKDUxMTY3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5mYWNlYm9vazwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJmYWNlYm9vayIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExLjg0MSw3Ny40MjIgTDExLjg0MSw0Mi4zNzIgTDAuMDQ2LDQyLjM3MiBMMC4wNDYsMjguNzA3IEwxMS44NDEsMjguNzA3IEwxMS44NDEsMTguNjI4IEMxMS44NDEsNi45NDcgMTguOTgxLDAuNTc5IDI5LjQxNywwLjU3OSBDMzQuNDE2LDAuNTc5IDM4LjY5NywwLjk1MyAzOS45NTQsMS4xMjIgTDM5Ljk1NCwxMy4zMjMgTDMyLjcxNiwxMy4zNDEgQzI3LjAzNywxMy4zNDEgMjUuOTUxLDE2LjAyNSAyNS45NTEsMTkuOTg4IEwyNS45NTEsMjguNzA2IEwzOS40OCwyOC43MDYgTDM3LjcxMiw0Mi4zNTUgTDI1Ljk1MSw0Mi4zNTUgTDI1Ljk1MSw3Ny40MiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.sharing-icon--twitter {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI2NXB4IiB2aWV3Qm94PSIwIDAgODAgNjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjMgKDUxMTY3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT50d2l0dGVyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InR3aXR0ZXIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03OS4yNzUsNy42MTIgQzc2LjM3MSw4LjkwMSA3My4yNDgsOS43NzIgNjkuOTcsMTAuMTYzIEM3My4zMTYsOC4xNTggNzUuODg0LDQuOTgzIDc3LjA5MywxLjE5OSBDNzMuOTYzLDMuMDU2IDcwLjQ5NSw0LjQwNCA2Ni44MDYsNS4xMzEgQzYzLjg0OSwxLjk4MiA1OS42NCwwLjAxNCA1NC45OCwwLjAxNCBDNDYuMDMyLDAuMDE0IDM4Ljc3Nyw3LjI2OCAzOC43NzcsMTYuMjE2IEMzOC43NzcsMTcuNDg2IDM4LjkyLDE4LjcyMiAzOS4xOTYsMTkuOTA4IEMyNS43MzIsMTkuMjMzIDEzLjc5MywxMi43ODMgNS44MDIsMi45OCBDNC40MDcsNS4zNzMgMy42MDgsOC4xNTYgMy42MDgsMTEuMTI1IEMzLjYwOCwxNi43NDYgNi40NjgsMjEuNzA1IDEwLjgxNiwyNC42MTEgQzguMTYsMjQuNTI3IDUuNjYyLDIzLjc5OCAzLjQ3NywyMi41ODQgQzMuNDc2LDIyLjY1MiAzLjQ3NiwyMi43MTkgMy40NzYsMjIuNzg4IEMzLjQ3NiwzMC42MzggOS4wNjEsMzcuMTg3IDE2LjQ3MywzOC42NzQgQzE1LjExMywzOS4wNDMgMTMuNjgyLDM5LjI0MiAxMi4yMDQsMzkuMjQyIEMxMS4xNiwzOS4yNDIgMTAuMTQ1LDM5LjE0IDkuMTU2LDM4Ljk1MSBDMTEuMjE4LDQ1LjM4OSAxNy4yMDEsNTAuMDcyIDI0LjI5MSw1MC4yMDMgQzE4Ljc0Niw1NC41NDkgMTEuNzYsNTcuMTQgNC4xNjksNTcuMTQgQzIuODYxLDU3LjE0IDEuNTcxLDU3LjA2NCAwLjMwNCw1Ni45MTIgQzcuNDc0LDYxLjUxIDE1Ljk5LDY0LjE5MSAyNS4xNCw2NC4xOTEgQzU0Ljk0MSw2NC4xOTEgNzEuMjM4LDM5LjUwMyA3MS4yMzgsMTguMDkzIEM3MS4yMzgsMTcuMzkxIDcxLjIyLDE2LjY5MiA3MS4xOTEsMTUuOTk3IEM3NC4zNTcsMTMuNzE1IDc3LjEwNCwxMC44NjEgNzkuMjc1LDcuNjEyIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.sharing-title {
    font-size: 13px;
    font-weight: 500
}

.sharing-count {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 11px
}

.post-footer__wrap {
    border-top: 1px solid #d9d9d9;
    padding-top: 46px;
    padding-bottom: 80px
}

.post-footer__author {
    font-size: 13px;
    color: #595959;
    margin-bottom: 20px
}

.widgets-title {
    margin-bottom: 32px;
    line-height: 42px;
    border-bottom: 1px solid rgba(41,29,31,.08);
    max-width: 720px;
    font-weight: 600;
    font-size: 14.6px;
    color: #291d1f
}

.widgets-title svg {
    stroke: #00bfff;
    fill: none;
    width: 24px;
    height: 24px;
    margin-top: -4px;
    margin-right: 4px
}

.page-container {
    max-width: 720px;
    margin-right: auto
}

.share h4 {
    border-bottom: 1px solid rgba(41,29,31,.08);
    max-width: 720px;
    margin-bottom: 24px;
    padding-bottom: 12px
}

.share h4 svg {
    stroke: #00bfff;
    fill: none;
    width: 24px;
    height: 24px;
    margin-top: -6px;
    margin-right: 4px
}

.view {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: rgba(0,191,255,.2);
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 80%
}

.view:hover .view__img {
    background-size: 100%
}

.view__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.view__text {
    width: 70%
}

.no-webp .view__img {
    background: url(../img/blog/cleaner.png) 50% 0/95% no-repeat
}

.view__img {
    width: 190px;
    height: 240px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    position: absolute;
    right: 40px;
    bottom: 0
}

.view__title {
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 8px
}

.view__link {
    text-decoration: none;
    color: #291d1f
}

.view__link:hover {
    color: #291d1f
}

.view__btn {
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 500;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px 20px;
    background-color: rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 20px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: inline-block
}

.view__btn:hover {
    opacity: .7
}

.ss-header {
    margin-top: 60px;
    position: relative
}

.ss-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.ss-header-text {
    padding-top: 51px;
    padding-right: 102px;
    padding-bottom: 57px;
    position: relative;
    z-index: 1
}

.ss-header-text::after {
    content: "";
    right: 0;
    top: 0;
    width: calc(100% + 100vw - 1140px);
    height: 100%;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,.1);
    box-shadow: 0 4px 35px rgba(0,0,0,.1);
    border-radius: 0 35px 35px 0
}

.ss-header-text h1 {
    margin-bottom: 37px;
    font-weight: 600;
    font-size: 40px;
    max-width: 460px
}

.ss-header-subtext {
    line-height: 1.438;
    font-weight: 600;
    font-size: 18px
}

.ss-header-list {
    margin-bottom: 34px;
    list-style: none;
    font-size: 18px;
    line-height: 1.438;
    font-weight: 500
}

.ss-header-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px
}

.ss-header-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 3px;
    width: 17px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE3IDE0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi40NzYyIDAuMzYxMTQyQzE3LjEwNTIgMC45MDAyNzYgMTcuMTc4IDEuODQ3MjMgMTYuNjM4OSAyLjQ3NjIxTDcuNjM4ODkgMTIuOTc2MkM3LjM2Njk3IDEzLjI5MzQgNi45NzUwNyAxMy40ODI5IDYuNTU3NTYgMTMuNDk4OUM2LjE0MDA2IDEzLjUxNSA1LjczNDc4IDEzLjM1NjEgNS40MzkzNCAxMy4wNjA3TDAuNDM5MzQgOC4wNjA2OUMtMC4xNDY0NDcgNy40NzQ5IC0wLjE0NjQ0NyA2LjUyNTE1IDAuNDM5MzQgNS45MzkzN0MxLjAyNTEzIDUuMzUzNTggMS45NzQ4NyA1LjM1MzU4IDIuNTYwNjYgNS45MzkzN0w2LjQxNTI4IDkuNzkzOThMMTQuMzYxMSAwLjUyMzg0QzE0LjkwMDIgLTAuMTA1MTQ5IDE1Ljg0NzIgLTAuMTc3OTkxIDE2LjQ3NjIgMC4zNjExNDJaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.ss-header .btn__container {
    margin-top: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.ss-header .btn__container .btn {
    padding: 12px 28px
}

.ss-header .btn__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin: 0;
    width: 45px;
    height: 45px;
    background: #291d1f;
    border-radius: 22px
}

.ss-header .btn__circle .arrow-right {
    width: 16px;
    height: 16px;
    border-color: #fff
}

.ss-header .arrow-icon {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 17px;
    height: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDEzIDI0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjAxMzc5IDEuMzkyNDdMMTIuNTU5NyAxMC45Mzg0QzEzLjE0NTUgMTEuNTI0MiAxMy4xNDU1IDEyLjQ3MzkgMTIuNTU5NyAxMy4wNTk3TDMuMDEzNzkgMjIuNjA1N0MyLjQyOCAyMy4xOTE1IDEuNDc4MjUgMjMuMTkxNSAwLjg5MjQ2NSAyMi42MDU3QzAuMzA2Njc4IDIyLjAxOTkgMC4zMDY2NzggMjEuMDcwMSAwLjg5MjQ2NSAyMC40ODQzTDkuMzc3NzUgMTEuOTk5MUwwLjg5MjQ2NSAzLjUxMzc5QzAuMzA2Njc4IDIuOTI4IDAuMzA2Njc4IDEuOTc4MjUgMC44OTI0NjUgMS4zOTI0N0MxLjQ3ODI1IDAuODA2Njc4IDIuNDI4IDAuODA2Njc4IDMuMDEzNzkgMS4zOTI0N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.ss-header .arrow-icon::before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    width: 0;
    height: 3px;
    border-radius: 26px;
    background-color: #fff
}

.ss-header .btn__more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0;
    font-size: inherit!important;
    font-family: inherit;
    width: 182px;
    height: auto;
    margin-left: 40px
}

.ss-header .btn__more:hover {
    background-color: #291d1f;
    border-radius: 26px
}

.ss-header .btn__text {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px 0 0;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    color: #291d1f
}

.ss-header .btn__text:hover {
    color: #fff
}

.ss-header-media {
    margin-right: -360px
}

.ss-header-media img {
    border-radius: 35px;
    -webkit-box-shadow: 0 4px 35px rgba(0,0,0,.1);
    box-shadow: 0 4px 35px rgba(0,0,0,.1);
    height: 540px
}

.content {
    font-weight: 500
}

.content .video,.content button,.content figure,.content figure+p,.content h2,.content h3,.content h4,.content ol,.content p,.content ul {
    margin-bottom: 40px!important
}

.content .delimiter+p,.content button,.content h2+.video,.content h2+figure,.content h2+ol,.content h2+p,.content h2+ul,.content h3+.video,.content h3+figure,.content h3+ol,.content h3+p,.content h3+ul,.content h4+.video,.content h4+figure,.content h4+ol,.content h4+p,.content h4+ul {
    margin-bottom: 30px!important
}

.content .wiki,.content a,.content li,.content p {
    font-size: 20px
}

.content h2 {
    font-size: 2.35rem;
    font-weight: 600
}

.content p {
    margin-bottom: 0;
    line-height: 32px
}

.content a {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(0,191,255,.2);
    color: #00bfff;
    display: inline;
    cursor: pointer;
    -webkit-transition: color .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,border-color .4s ease,background-color .4s ease
}

.content a:hover {
    color: #00bfff;
    border-bottom: 1.5px solid rgba(0,191,255,.2)
}

.content em {
    background: rgba(255,215,142,.22);
    padding: .09em 0;
    font-weight: 500;
    font-style: normal
}

.content .wiki {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: rgba(255,215,142,.22)
}

.content .ul {
    max-width: 670px;
    width: 100%;
    margin: 0 auto .6em 0;
    padding-left: 24px;
    list-style-type: none
}

.content .ul li {
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    margin-top: 12px
}

.content .ul li::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #00bfff;
    position: absolute;
    top: 14px;
    left: -23px
}

.content .ul li a::before {
    content: " ";
    width: 23px;
    height: 2px;
    background: #00bfff;
    position: absolute;
    top: 14px;
    left: -23px
}

.content .ol {
    display: block;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    max-width: 670px
}

.content .ol li {
    counter-increment: my-awesome-counter;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
    margin-top: 12px
}

.content .ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px
}

.content .ol li a::before {
    content: counter(my-awesome-counter) ". ";
    color: #00bfff;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 2px;
    background-color: #fff
}

.content figure .image {
    text-align: center
}

.content figure .image--overlay {
    background-color: rgba(255,215,142,.22);
    padding-top: 20px;
    padding-bottom: 20px
}

.content figure .image--overlay img {
    background-size: contain;
    max-height: 520px
}

.content figure figcaption {
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: uborka,Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: rgba(41,29,31,.2);
    padding-left: 50px;
    margin-top: 20px
}

.content .is-container-large,.content .is-container-page {
    max-width: 860px;
    margin-left: 0
}

.content .is-section,.content .is-section-page {
    padding-top: 40px;
    padding-bottom: 40px
}

.content .is-70 {
    width: 100%;
    min-width: 100%
}

.content .slideshow--ratio-16\:9 .slideshow__item {
    height: 0;
    padding-bottom: 59.1%
}

@media (min-width: 48rem) {
    [class*=max-width-adaptive] {
        max-width:48rem
    }
}

@media (min-width: 64rem) {
    .max-width-adaptive,.max-width-adaptive-lg,.max-width-adaptive-md,.max-width-adaptive-xl {
        max-width:64rem
    }

    .js .slideshow[data-swipe=on] .slideshow__control {
        display: block
    }

    .slideshow__navigation {
        height: 40px
    }

    .slideshow__nav-item button {
        font-size: 10px
    }

    .slideshow__nav-item button::before {
        font-size: 16px
    }

    .js .slideshow[data-swipe=on] .slideshow__control {
        display: block
    }
}

@media (min-width: 80rem) {
    .max-width-adaptive,.max-width-adaptive-lg,.max-width-adaptive-xl {
        max-width:80rem
    }
}

@media (min-width: 90rem) {
    .max-width-adaptive-xl {
        max-width:90rem
    }
}

@media (min-width: 560px) {
    .is-shown-xs {
        display:none!important
    }
}

@media (min-width: 561px) {
    .h1.title-bordered,.h2.title-bordered,.h3.title-bordered,.h4.title-bordered,.h5.title-bordered,.h6.title-bordered,h1.title-bordered,h2.title-bordered,h3.title-bordered,h4.title-bordered,h5.title-bordered,h6.title-bordered {
        padding-top:.468em;
        position: relative
    }

    .h1.title-bordered::before,.h2.title-bordered::before,.h3.title-bordered::before,.h4.title-bordered::before,.h5.title-bordered::before,.h6.title-bordered::before,h1.title-bordered::before,h2.title-bordered::before,h3.title-bordered::before,h4.title-bordered::before,h5.title-bordered::before,h6.title-bordered::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        background-color: #00bfff;
        width: 70px;
        height: .194em
    }
}

@media (min-width: 768px) {
    .is-container-large,.is-container-page {
        width:750px
    }

    .is-shown-md {
        display: none!important
    }

    .contact-action {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "text img" "buttons img";
        gap: 12px;
        padding: calc(3% + 10px) calc(5% + 5px)
    }

    .contact-action__img {
        background-position: right
    }
}

@media (min-width: 991px) {
    .contact-action__img {
        background-position:70%
    }

    .contact-action__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contact-action__buttons .btn {
        line-height: 50px;
        height: 50px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .is-container-large,.is-container-page {
        width:970px
    }

    .is-shown-sm {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .is-container-large,.is-container-page {
        width:1140px
    }

    .is-shown-lg {
        display: none!important
    }
}

@media screen and (min-width: 1280px) {
    .article .content ul {
        padding-left:0;
        margin-left: -24px
    }

    .article .content ol {
        padding-left: 0;
        margin-left: -12px
    }

    .content .ul {
        padding-left: 0;
        margin-left: -24px
    }

    .content .ol {
        padding-left: 0;
        margin-left: -12px
    }
}

@media (max-width: 1199px) {
    .language-popup__wrap {
        right:24px
    }

    .nav__wrap {
        padding-right: 20px;
        padding-left: 20px
    }

    .is-hidden-lg {
        display: none!important
    }

    .is-section,.is-section-page {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .h2,h2 {
        font-size: 50px
    }

    .h2.h-small,h2.h-small {
        font-size: 44px
    }

    .input-group-one-line {
        max-width: 100%
    }

    .hero__section {
        min-height: 640px
    }

    .hero__text h1 {
        font-size: 40px
    }

    .hero__text--mobile {
        display: none
    }

    .hero__price {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .hero__btn {
        margin-top: 0
    }

    .hero__btn_phone {
        margin-left: 20px;
        font-size: 18px
    }

    .hero__footer .progress {
        top: 20px
    }

    .HomeHeader {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .HomeHeader__header_title {
        font-size: 42px
    }

    .HomeHeader .PromoCard {
        padding-top: 340px
    }

    .HomeHeader .PromoCard__text {
        padding: 20px
    }

    .HomeHeader .PromoCard__title {
        font-size: 20px;
        line-height: 25px
    }

    .HomeHeader .PromoCard__subtitle {
        font-size: 14px;
        line-height: 16px
    }

    .HomeHeader .PromoCard__price {
        font-size: 13px
    }

    .HomeHeader .PromoCard--01 {
        width: 440px
    }

    .HomeHeader .PromoCard--02 {
        width: 240px;
        margin-left: 12px
    }

    .HomeHeader .PromoCard--03 {
        width: 240px;
        margin-left: 12px
    }

    .aboutus__wrap {
        width: 100%;
        padding: 0 20px
    }

    .about .about-content {
        margin-right: 60px
    }

    .booking__img {
        padding-bottom: 68.25%
    }

    .booking__forms .choose__swatch {
        min-width: 5.8rem;
        min-height: 40px
    }

    .booking-form__numb {
        left: 0
    }

    .booking-form__title {
        padding-left: 35px
    }

    .booking-form__text {
        padding-left: 35px
    }

    .director-container {
        max-width: 960px
    }

    .director-wrap {
        max-width: 765px
    }

    .director-wrap::after {
        width: calc(116% + 100vw - 765px)
    }

    .director .director-img {
        max-width: calc(100% - 484px);
        right: -80px
    }

    .director .director-img img {
        max-width: 400px
    }

    .director .director-text {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 60px
    }

    .director .director-title {
        font-size: 2.2rem;
        line-height: 40px
    }

    .before-after__gallery .slideshow__item--end .info {
        top: 20%
    }

    .before-after__gallery .slideshow__item--end .info-title {
        font-size: 36px
    }

    .pages__box {
        padding: 50px 70px
    }

    .art-container {
        max-width: 960px
    }

    .article .content .video,.article .content figure,.article .content figure+p,.article .content h2,.article .content h3,.article .content h4,.article .content ol,.article .content p,.article .content ul {
        margin-bottom: 30px!important
    }

    .article .content .delimiter+p,.article .content h2+.video,.article .content h2+figure,.article .content h2+ol,.article .content h2+p,.article .content h2+ul,.article .content h3+.video,.article .content h3+figure,.article .content h3+ol,.article .content h3+p,.article .content h3+ul,.article .content h4+.video,.article .content h4+figure,.article .content h4+ol,.article .content h4+p,.article .content h4+ul {
        margin-bottom: 20px!important
    }

    .article .content__photo {
        width: 100%;
        margin-left: 0
    }

    .article-card__text {
        min-height: auto
    }

    .article-card__text h3 {
        font-size: 22px
    }

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

    .posts-item-img {
        max-width: 220px
    }

    .posts-item-text {
        min-height: auto
    }

    .posts-item-text h2 {
        font-size: 22px
    }

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

    .posts-item-text .more {
        font-size: 17px
    }

    .post-section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .post .post-article .video,.post .post-article figure,.post .post-article figure+p,.post .post-article h2,.post .post-article h3,.post .post-article h4,.post .post-article ol,.post .post-article p,.post .post-article ul {
        margin-top: 40px!important
    }

    .post .post-article .delimiter+p,.post .post-article h2+.video,.post .post-article h2+figure,.post .post-article h2+ol,.post .post-article h2+p,.post .post-article h2+ul,.post .post-article h3+.video,.post .post-article h3+figure,.post .post-article h3+ol,.post .post-article h3+p,.post .post-article h3+ul,.post .post-article h4+.video,.post .post-article h4+figure,.post .post-article h4+ol,.post .post-article h4+p,.post .post-article h4+ul {
        margin-top: 20px!important
    }

    .post-article figure .image--overlay img {
        max-height: 380px
    }

    .ss-header-text {
        margin-left: 50px;
        padding-right: 70px
    }

    .ss-header-text::after {
        width: calc(100% + 100vw - 765px)
    }

    .ss-header-text h1 {
        font-size: 32px;
        margin-bottom: 28px;
        line-height: 1.24
    }

    .ss-header .btn__container .btn {
        font-size: 16px
    }

    .ss-header .arrow-icon {
        left: 16px;
        width: 14px;
        height: 21px
    }

    .ss-header .btn__more {
        width: 162px;
        margin-left: 28px
    }

    .ss-header .btn__text {
        margin-right: 20px;
        font-size: 16px!important
    }

    .ss-header-media {
        margin-left: 20px;
        margin-right: -400px
    }

    .content .video,.content button,.content figure,.content figure+p,.content h2,.content h3,.content h4,.content ol,.content p,.content ul {
        margin-bottom: 30px!important
    }

    .content .delimiter+p,.content button,.content h2+.video,.content h2+figure,.content h2+ol,.content h2+p,.content h2+ul,.content h3+.video,.content h3+figure,.content h3+ol,.content h3+p,.content h3+ul,.content h4+.video,.content h4+figure,.content h4+ol,.content h4+p,.content h4+ul {
        margin-bottom: 20px!important
    }

    .content figure .image--overlay img {
        max-height: 380px
    }
}

@media (max-width: 991px) {
    .language-popup {
        position:fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        grid-gap: 20px;
        bottom: 0;
        z-index: 9;
        width: 100%
    }

    .language-popup__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        left: unset;
        top: unset;
        right: 20px;
        bottom: 20px
    }

    .language-popup .language-popup__actions {
        width: 100%;
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .is-container-small {
        padding-left: 15px;
        padding-right: 15px
    }

    .is-container-large,.is-container-page {
        padding-left: 15px;
        padding-right: 15px
    }

    .is-container-page {
        padding-left: 0;
        padding-right: 0
    }

    .footer .footer-body__row {
        display: block
    }

    .footer .footer-body__menu li a {
        font-size: 16px
    }

    .footer .footer-body .info {
        text-align: left;
        margin-top: 20px
    }

    .footer .footer-body .info-item .text {
        font-size: 14px
    }

    .nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,.0980392)
    }

    .nav__menu .menu__link {
        font-size: 15px
    }

    .nav__menu .menu__link svg {
        font-size: 16px
    }

    .nav__phone .phone__link {
        font-size: 18px
    }

    .nav__phone .phone__link svg {
        font-size: 22px
    }

    .nav-mob__footer .footer__link {
        font-size: 20px
    }

    .nav-mob__footer .footer__link svg {
        font-size: 22px
    }

    .is-hidden-sm {
        display: none!important
    }

    .is-section,.is-section-page {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .h2.h-small,h2.h-small {
        font-size: 34px
    }

    .h2.h-smaller,h2.h-smaller {
        font-size: 1.829em;
        line-height: 1.3em
    }

    .tabs {
        border: 0 solid #d3d3d4;
        padding: .3125em;
        border-radius: .25em;
        background-color: #fff
    }

    .tabs__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: .5em
    }

    .tabs__controls li {
        display: inline-block;
        margin: 0 .5em .5em 0
    }

    .tabs__controls a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background-color: #d3d3d4;
        padding: .5em .75em;
        white-space: nowrap;
        color: inherit;
        border-radius: 0
    }

    .tabs__controls a:hover {
        background-color: #f2f2f2
    }

    .tabs__panel {
        margin-bottom: 1.25em
    }

    .slideshow__item {
        height: 280px
    }

    .lightbox__body {
        padding-top: var(--space-xs);
        padding-bottom: var(--space-xs);
        padding-right: calc(var(--space-xs) + var(--slideshow-btn-width) + var(--slideshow-btn-offset));
        padding-left: calc(var(--space-xs) + var(--slideshow-btn-width) + var(--slideshow-btn-offset))
    }

    .hero__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .hero__content {
        min-height: auto
    }

    .hero__label {
        font-size: 13px
    }

    .hero__text h1 {
        font-size: 36px
    }

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

    .hero__price {
        padding: 14px 20px;
        margin-bottom: 25px;
        margin-top: 25px
    }

    .hero__price_uah {
        font-size: 16px
    }

    .hero__price_text {
        font-size: 14px
    }

    .hero__gallery {
        margin-top: 30px
    }

    .hero__footer {
        margin-bottom: 40px
    }

    .hero__footer .progress {
        position: static;
        padding: 1.25em 2em
    }

    .hero__footer .progress__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .hero__footer .progress__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 6px
    }

    .hero__footer .progress__item .text {
        font-size: 15px
    }

    .HomeHeader {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .HomeHeader__header_title {
        font-size: 38px
    }

    .HomeHeader__header_text {
        font-size: 14px
    }

    .HomeHeader__сards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .HomeHeader .PromoCard {
        width: 100%!important;
        padding-top: 125%
    }

    .HomeHeader .PromoCard--01 .PromoCard__img {
        width: 100%
    }

    .HomeHeader .PromoCard--01 .PromoCard__text {
        width: 100%
    }

    .HomeHeader .PromoCard--02 {
        margin-left: 0
    }

    .HomeHeader .PromoCard--02 .PromoCard__img {
        bottom: 0
    }

    .HomeHeader .PromoCard--03 {
        margin-left: 0
    }

    .nav-id {
        padding-top: 0;
        padding-bottom: 0
    }

    .nav-id .is-navbar ul a {
        font-size: 16px
    }

    .aboutus__wrap {
        max-width: 760px
    }

    .aboutus__item {
        padding: 30px 50px
    }

    .aboutus__item .title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 32px
    }

    .aboutus__item .text {
        font-size: 16px
    }

    .works {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .works__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .works__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        width: 100%
    }

    .works__text {
        margin-left: 12px;
        margin-top: 0
    }

    .works__img {
        margin-left: 0;
        width: 60px;
        height: 60px
    }

    .order .order-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .order .order-item {
        margin-bottom: 12px;
        margin-right: 0;
        -webkit-box-flex: 40%;
        -ms-flex: 40%;
        flex: 40%;
        padding-right: 40px
    }

    .order .order-item:last-child {
        margin-bottom: 0
    }

    .order .order-item svg {
        max-width: 36px;
        max-height: 36px
    }

    .services__header {
        margin-bottom: 0;
        max-width: 100%
    }

    .is-list-01 .services__header li:before,.is-list-02 .services__header li::before,.services__header .is-list-01 li:before,.services__header .is-list-02 li::before,.services__header .is-text-01 {
        max-width: 100%
    }

    .services__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services__controls li {
        width: 50%
    }

    .services__controls li:first-child {
        border-radius: none
    }

    .services__controls li:last-child {
        border-radius: none
    }

    .services__controls li:nth-child(1) {
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: -1px
    }

    .services__controls li:nth-child(2) {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: -1px
    }

    .services__controls li:nth-child(3) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .services__controls li:nth-child(4) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .services__controls li:nth-child(odd) {
        margin-top: 0
    }

    .services__controls .tabs__control--selected {
        width: 50%
    }

    .services__list .services__list_title {
        font-weight: 600;
        padding: 12px 20px 12px 0;
        font-size: 18px
    }

    .services__list .services__list_title:before {
        display: none
    }

    .services__list li {
        margin-bottom: 6px;
        padding-left: 20px;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px
    }

    .services__list li:before {
        content: "+";
        color: #00bfff;
        font-weight: 500;
        position: absolute;
        left: 0
    }

    .about {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .about .about-content {
        margin-right: 0
    }

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

    .about .about-sidebar {
        margin-top: 20px
    }

    .about .about-sidebar .advant-item .text {
        margin-left: 0;
        line-height: 24px
    }

    .about .about-sidebar .advant-item .line {
        margin-top: 20px;
        margin-bottom: 14px
    }

    .support .support-content {
        max-width: 560px;
        width: 100%;
        padding: 40px 40px
    }

    .support .support-content .text {
        font-size: 16px
    }

    .support .support-content .phone {
        font-size: 34px
    }

    .support .is-icon {
        max-height: 110px;
        max-width: 110px;
        margin-left: -50px
    }

    .technics__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .technics__col {
        width: auto
    }

    .technics .technics-box {
        padding: 30px
    }

    .technics .technics-box-header .numb {
        margin-left: 0;
        width: 110px;
        height: 110px;
        font-size: 32px;
        border-width: 8px
    }

    .technics .technics-part {
        padding-left: 0
    }

    .technics .technics-part-header {
        padding-top: 20px
    }

    .technics .technics-part-body__list-item {
        max-width: 160px
    }

    .cleaners .cleaners-items {
        padding-top: 40px
    }

    .cleaners .item-img {
        width: 100px;
        height: 100px
    }

    .fotos__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .fotos-section {
        padding-top: 0;
        padding-bottom: 40px
    }

    .fotos-gallery {
        max-width: 100%
    }

    .fotos-gallery--mirror {
        margin-left: 0
    }

    .fotos-gallery {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }

    .fotos-gallery:last-child {
        display: none
    }

    .fotos-content {
        max-width: 100%
    }

    .fotos-content {
        margin-top: 20px
    }

    .pricing-info__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        gap: 0
    }

    .tarif__section {
        padding-top: 0;
        padding-bottom: 40px
    }

    .booking__header {
        max-width: 100%
    }

    .booking__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .booking__img {
        display: none
    }

    .booking__forms {
        padding: 40px
    }

    .booking__forms .form {
        max-width: 100%
    }

    .booking__forms .choose__swatch {
        min-width: 5.4rem;
        min-height: 36px
    }

    .booking__forms .choose__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .booking__forms .choose__item {
        margin-bottom: 10px
    }

    .booking-footer__content {
        margin-left: 10px
    }

    .booking-footer__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px
    }

    .booking-footer__subtitle {
        font-size: 14px;
        line-height: 16px
    }

    .booking-footer__numb {
        font-size: 36px
    }

    .compare__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto
    }

    .compare__card {
        background-color: #fff;
        padding: 30px 20px 0;
        min-height: auto;
        width: 95%
    }

    .compare__card .card__list {
        padding-left: 30px;
        margin-bottom: 40px;
        width: calc(100% + 7px)
    }

    .compare__card:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }

    .compare__card .card__img {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        margin-bottom: 20px
    }

    .compare__card .card__button {
        position: relative;
        bottom: 20px;
        margin-top: 70px;
        width: 100%;
        left: 0
    }

    .text__row {
        display: block
    }

    .director {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .director-container {
        max-width: 360px
    }

    .director-wrap {
        max-width: 600px;
        margin-top: 320px
    }

    .director-wrap::after {
        width: calc(100% + 100vw - 100% + 100vw - 100%);
        left: calc(-100vw + 100%);
        border-radius: 0;
        background-color: #fff
    }

    .director .director-img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: block;
        max-width: 100%;
        text-align: center;
        z-index: -9;
        top: -300px;
        left: 0
    }

    .director .director-img img {
        max-width: 280px
    }

    .director .director-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px
    }

    .director .director-title {
        font-size: 1.65rem;
        line-height: 32px
    }

    .director-subtitle {
        margin-bottom: 16px
    }

    .director-user {
        margin-bottom: 16px
    }

    .before-after__gallery {
        margin-top: 30px
    }

    .pages__section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pages__box {
        padding: 40px 60px;
        margin-right: 15px;
        margin-left: 15px
    }

    .abouts__header {
        max-width: 100%
    }

    .abouts__grid {
        display: block
    }

    .abouts__title {
        font-size: 18px
    }

    .abouts__text {
        line-height: 20px;
        font-size: 14px
    }

    .contacts__header {
        margin-bottom: 20px
    }

    .contacts__body {
        display: block;
        margin-top: 20px
    }

    .contacts__items {
        font-size: 16px
    }

    .contacts__footer {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 14px
    }

    .poll__body {
        margin-top: 20px
    }

    .faq__share {
        margin-top: 40px
    }

    .faq__share .share__title {
        font-weight: 500;
        font-size: 18px
    }

    .faq__share .share__svg {
        width: 20px;
        height: 20px;
        margin-right: 2px
    }

    .faq__catalog .catalog__body {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .faq__catalog .catalog__item {
        margin-top: 12px
    }

    .faq__catalog .catalog__link {
        font-size: 16px
    }

    .art-container {
        max-width: 360px
    }

    .catalog-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .catalog-header__title {
        font-size: 1.4rem
    }

    .catalog-header__subtitle {
        max-width: auto;
        font-size: 1rem
    }

    .catalog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .catalog-sidebar {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .breadcrumbs {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .breadcrumbs__item {
        font-size: 11px
    }

    .breadcrumbs__item svg {
        width: 12px;
        height: 22px;
        margin-right: 4px;
        margin-left: 4px
    }

    .article-thumbnail {
        margin-bottom: 20px
    }

    .article-header {
        margin-bottom: 20px
    }

    .article-title {
        font-size: 1.4rem
    }

    .article-meta {
        margin-bottom: 20px
    }

    .article .content-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .article .content-description svg {
        position: absolute;
        left: -16px;
        font-size: var(--icon-md)
    }

    .article .content-description__text {
        line-height: 22px
    }

    .article .content .video,.article .content figure,.article .content figure+p,.article .content h2,.article .content h3,.article .content h4,.article .content ol,.article .content p,.article .content ul {
        margin-bottom: 20px!important
    }

    .article .content .wiki,.article .content a,.article .content li,.article .content p {
        font-size: 14px
    }

    .article .content h2 {
        font-size: 1.2rem
    }

    .article .content p {
        font-size: 14px;
        line-height: 1.7em
    }

    .article .content .wiki {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 30px;
        padding-left: 30px
    }

    .article .content ul {
        padding-left: 14px
    }

    .article .content ul li {
        padding-left: 12px!important;
        margin-top: 8px
    }

    .article .content ul li a::before,.article .content ul li::before {
        width: 18px;
        top: 12px
    }

    .article .content ul li::before {
        width: 14px;
        left: -14px;
        top: 10px
    }

    .article .content ul li a::before {
        width: 14px;
        left: -14px;
        top: 10px
    }

    .article .content ol {
        padding-left: 20px
    }

    .article .content ol li {
        margin-top: 8px;
        padding-left: 6px
    }

    .article .content ol li::before {
        left: -18px
    }

    .share {
        margin-top: 2rem
    }

    .share__wrap {
        padding: 0 1.6rem
    }

    .share__content {
        margin-right: 0;
        min-height: auto
    }

    .share__title {
        font-size: 1.2rem
    }

    .share__text {
        font-size: 1rem
    }

    .share__img {
        display: none
    }

    .sharebar__btn .icon {
        font-size: 1.2em
    }

    .article-card {
        margin: 0 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .article-card__text h3 {
        font-size: 18px
    }

    .article-card__text p {
        font-size: 15px
    }

    .article-card__box {
        margin: 24px
    }

    .article-card__more {
        font-size: 15px
    }

    .recent-heading__title {
        font-size: 22px
    }

    .recent-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .recent .article-card {
        margin: 0 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .posts-item-img {
        max-width: 160px
    }

    .posts-item-text .box {
        margin: 15px 15px
    }

    .posts-item-text h2 {
        font-size: 16px;
        font-weight: 500
    }

    .posts-item-text p {
        font-size: 15px
    }

    .posts-item-text .more {
        font-size: 15px
    }

    .post-header__title {
        font-size: 32px
    }

    .post-header__subtitle {
        font-size: 20px
    }

    .back {
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: -10px
    }

    .post-section {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .post .post-box {
        padding: 30px 40px 40px;
        width: 96%;
        margin-right: auto;
        margin-left: auto
    }

    .post .post-article .video,.post .post-article figure,.post .post-article figure+p,.post .post-article h2,.post .post-article h3,.post .post-article h4,.post .post-article ol,.post .post-article p,.post .post-article ul {
        margin-top: 20px!important
    }

    .post .post-article .wiki,.post .post-article a,.post .post-article li,.post .post-article p {
        font-size: 18px
    }

    .post .post-article p {
        font-size: 16px;
        line-height: 1.7em
    }

    .post .post-article .wiki {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 30px;
        padding-left: 30px
    }

    .post .post-article .video {
        margin-right: -40px;
        margin-left: -40px
    }

    .post .post-article .list-ul li {
        padding-left: 12px!important
    }

    .post .post-article .list-ul li a::before,.post .post-article .list-ul li::before {
        width: 18px;
        top: 12px
    }

    .post .delimiter::after {
        font-size: 24px
    }

    .post-article figure {
        margin-right: -40px;
        margin-left: -40px
    }

    .post-article figure .image--overlay img {
        max-height: 280px
    }

    .post-article figure figcaption {
        padding-left: 50px
    }

    .widgets-title {
        font-weight: 500;
        font-size: 18px
    }

    .widgets-title svg {
        width: 20px;
        height: 20px
    }

    .page .footer,.page .is-navbar-container,.page .main,.page .widgets {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto
    }

    .page-container {
        margin-right: auto;
        margin-left: auto
    }

    .share h4 {
        font-weight: 500;
        font-size: 18px
    }

    .share h4 svg {
        width: 20px;
        height: 20px;
        margin-right: 2px
    }

    .view {
        width: 96%;
        margin-right: auto;
        margin-left: auto
    }

    .view__img {
        height: 200px;
        width: 160px
    }

    .ss-header-text {
        margin-left: 40px;
        padding-right: 50px;
        width: 60%
    }

    .ss-header-text::after {
        width: calc(100% + 100vw - 565px)
    }

    .ss-header-list li::before {
        top: 2px;
        width: 14px;
        height: 14px
    }

    .ss-header .btn__container {
        width: 420px;
        margin-top: 41px
    }

    .ss-header .btn__more {
        margin-left: auto
    }

    .ss-header-media img {
        height: 460px
    }

    .content .video,.content button,.content figure,.content figure+p,.content h2,.content h3,.content h4,.content ol,.content p,.content ul {
        margin-bottom: 20px!important
    }

    .content .wiki,.content a,.content li,.content p {
        font-size: 14px
    }

    .content h2 {
        font-size: 1.2rem
    }

    .content p {
        font-size: 14px;
        line-height: 1.7em
    }

    .content .wiki {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 30px;
        padding-left: 30px
    }

    .content .ul {
        padding-left: 14px
    }

    .content .ul li {
        padding-left: 12px!important;
        margin-top: 8px
    }

    .content .ul li a::before,.content .ul li::before {
        width: 18px;
        top: 12px
    }

    .content .ul li::before {
        width: 14px;
        left: -14px;
        top: 10px
    }

    .content .ul li a::before {
        width: 14px;
        left: -14px;
        top: 10px
    }

    .content .ol {
        padding-left: 20px
    }

    .content .ol li {
        margin-top: 8px;
        padding-left: 6px
    }

    .content .ol li::before {
        left: -18px
    }

    .content figure .image--overlay img {
        max-height: 280px
    }

    .content figure figcaption {
        padding-left: 50px
    }
}

@media (max-width: 991px) and (max-width:559px) {
    .services__list li {
        padding-left:18px;
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    html {
        min-width:0
    }

    .footer .footer-body__menu {
        margin-right: 0
    }

    .nav__wrap {
        height: 60px
    }

    .nav__brand-logo svg {
        max-width: 60px
    }

    .is-hidden-md {
        display: none!important
    }

    .h3,h3 {
        font-size: 30px
    }

    .lightbox__left .icon {
        width: 18px;
        height: 18px
    }

    .hero__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .hero__content {
        padding-right: 0
    }

    .before-after__gallery .slideshow__item--end .info {
        top: 25%
    }

    .ss-header {
        margin-top: auto
    }

    .ss-header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ss-header-text {
        width: 100%;
        padding: 28px 0 37px;
        text-align: center;
        padding-right: 0;
        margin-left: 0
    }

    .ss-header-text::after {
        border-radius: 0;
        width: calc(100% + 100vw - 342px + 100vw - 342px);
        right: calc(-100vw + 342px)
    }

    .ss-header-text h1 {
        font-size: 30px;
        margin-bottom: 28px;
        margin-right: auto;
        line-height: 1.24;
        max-width: 360px;
        margin-left: auto
    }

    .ss-header-subtext {
        font-size: 15px
    }

    .ss-header-list {
        text-align: left;
        width: 300px;
        margin: 0 auto 19px
    }

    .ss-header-list li {
        padding-left: 29px;
        margin-bottom: 15px;
        font-size: 15px;
        margin-left: 20px
    }

    .ss-header .btn__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding-left: 0;
        margin-top: 32px;
        margin-right: auto;
        width: 360px;
        margin-left: auto
    }

    .ss-header .btn__container .btn {
        padding: 12px 28px
    }

    .ss-header .btn__circle {
        width: 30px;
        height: 30px
    }

    .ss-header .arrow-icon {
        left: 12px;
        width: 9px;
        height: 16px
    }

    .ss-header .btn__more {
        margin-right: auto;
        margin-top: 24px;
        margin-left: 0;
        width: 144px
    }

    .ss-header .btn__text {
        font-size: 15px!important;
        line-height: 30px
    }

    .ss-header-media {
        margin-left: 0
    }

    .ss-header-media img {
        border-radius: 0
    }
}

@media (max-width: 620px) {
    .sharing-counter {
        display:block
    }

    .sharing-item {
        margin-right: 0;
        margin-bottom: 8px
    }

    .sharing-button {
        min-width: 95px;
        width: 100%
    }
}

@media (max-width: 559px) {
    .language-popup {
        bottom:0
    }

    .language-popup__wrap {
        left: 15px;
        right: 15px;
        font-size: 12px
    }

    .language-popup .language-popup__actions {
        width: 100%
    }

    .language-popup .language-popup__action {
        width: auto;
        margin-top: 0
    }

    .footer .footer-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .footer .footer-header .brand svg {
        max-width: 90px
    }

    .footer .footer-header .phone {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-top: 12px
    }

    .footer .footer-header .phone .item {
        margin-left: 0
    }

    .footer .footer-header .phone .item svg {
        max-width: 28px;
        max-height: 28px
    }

    .footer .footer-header .phone .item a {
        font-size: 19px
    }

    .footer .footer-body {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer .footer-body__menu {
        display: block
    }

    .footer .footer-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .nav__wrap {
        height: 60px;
        padding-right: 10px;
        padding-left: 10px
    }

    .nav__brand-logo {
        margin-left: 5px
    }

    .nav__brand-logo svg {
        max-width: 60px
    }

    .nav .control__info-link {
        font-size: 17px;
        font-weight: 600
    }

    .nav .control__link {
        font-size: 16px
    }

    .subnav__link {
        padding: 1em
    }

    .is-hidden-xs {
        display: none!important
    }

    .is-section,.is-section-page {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .is-section-page {
        padding-top: 0;
        padding-bottom: 0
    }

    .is-list-01 li:before,.is-list-02 li::before,.is-text-01 {
        font-size: 14px;
        line-height: 1.5em
    }

    .is-list-01 li:before p,.is-list-02 li::before p,.is-text-01 p {
        margin-bottom: .428em
    }

    .is-text-01--condenced-xxs {
        line-height: 1.21em
    }

    .is-text-02 {
        font-size: 16px;
        line-height: 1.375em;
        font-weight: 600;
        letter-spacing: -.16px
    }

    .is-text-02--01 {
        font-size: 18px;
        line-height: 1.333em;
        letter-spacing: -.03px
    }

    .is-text-03 {
        font-size: 14px;
        line-height: 1.5em
    }

    .is-text-04 {
        line-height: 1.214em;
        font-weight: 500;
        letter-spacing: -.02px
    }

    .is-text-05 {
        line-height: 1.5em
    }

    .h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small {
        font-size: .45em;
        margin-bottom: 4px
    }

    .h1,h1 {
        font-size: 2.858em
    }

    .h1.page-title,h1.page-title {
        text-transform: uppercase;
        word-spacing: 100vw
    }

    .h1 .small,h1 .small {
        text-transform: uppercase
    }

    .h2,h2 {
        font-size: 1.572em;
        line-height: 1.182em;
        letter-spacing: -.03px
    }

    .h2.h-small,h2.h-small {
        font-size: 1.572em;
        line-height: 1.183em
    }

    .h2.h-smaller,h2.h-smaller {
        font-size: 1.429em;
        line-height: 1.3em
    }

    .h3,h3 {
        font-size: 1.286em;
        line-height: 1.333em;
        letter-spacing: -.03px;
        font-weight: 600
    }

    .h4,h4 {
        font-size: 1.286em;
        line-height: 1.333em;
        letter-spacing: -.03px
    }

    .h4.h-smaller,h4.h-smaller {
        font-weight: 400;
        font-size: 1em;
        line-height: 1.572em
    }

    .h4.h-smallerr,h4.h-smallerr {
        font-size: 1.286em;
        line-height: 1.333em
    }

    .h5,h5 {
        font-size: 1.143em;
        line-height: 1.5em
    }

    .is-list-01 li {
        padding-left: 18px
    }

    .is-list-02 li {
        padding-left: 14px
    }

    .input-group-one-line {
        display: inline-block
    }

    .ff-form-success::after {
        background-position: 0 30%
    }

    .btn {
        font-size: 1rem;
        width: 100%
    }

    .btn--lg {
        font-size: 1rem;
        min-height: 2.8rem;
        padding: 0 1.8rem
    }

    .modal {
        background-color: #fff;
        padding-right: 0;
        padding-left: 0
    }

    .modal__content {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .modal__header {
        padding: .75em 1.25em
    }

    .modal__header-heading {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }

    .modal__header-title {
        font-size: 26px;
        line-height: 26px
    }

    .modal__header svg {
        max-width: 34px;
        max-height: 34px;
        margin-right: 4px
    }

    .modal__body {
        padding: .75em 1.25em
    }

    .accordion__header-icon i {
        width: 1em;
        height: 1em
    }

    .freeform-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .success__icon {
        margin-top: 0
    }

    .success__title {
        font-size: 24px
    }

    .slideshow__item {
        height: 400px
    }

    .kwg-video-player-container .bigPlayBtn svg {
        width: 50px;
        height: 50px
    }

    .kwg-video-player-container .videoControls {
        padding-right: 15px;
        padding-left: 15px
    }

    .hero__section {
        min-height: auto
    }

    .hero__wrap {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .hero__text h1 {
        font-size: 28px;
        font-weight: 600
    }

    .hero__text p {
        font-size: 14px
    }

    .hero__text--mobile {
        display: block
    }

    .hero__price {
        padding: 10px 16px;
        margin-bottom: 0;
        margin-top: 20px
    }

    .hero__price_text {
        font-size: 13px
    }

    .hero__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin-top: 20px
    }

    .hero__btn_phone {
        margin-left: 0;
        margin-top: 40px;
        display: none
    }

    .hero__gallery {
        margin-right: -15px;
        margin-left: -15px
    }

    .hero__gallery .slideshow__navigation {
        margin-left: 15px
    }

    .hero__gallery .slideshow__nav-item button {
        height: 1em;
        width: 1em
    }

    .hero__gallery .slideshow__controls {
        margin-right: 15px
    }

    .hero__gallery .slideshow__controls li:first-child {
        margin-right: 4px
    }

    .hero__gallery .slideshow__btn {
        width: 32px;
        height: 32px
    }

    .hero__footer {
        margin-bottom: 20px
    }

    .hero__footer .progress {
        padding: .5em 1.25em
    }

    .hero__footer .progress__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
        margin: 10px
    }

    .hero__footer .progress__item .number {
        font-size: 24px
    }

    .HomeHeader {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .HomeHeader__header {
        margin-bottom: 20px
    }

    .HomeHeader__header_title {
        font-size: 28px;
        margin-bottom: 0
    }

    .HomeHeader__header_title--set {
        display: none
    }

    .HomeHeader__header_text {
        font-size: 13px
    }

    .nav-id .is-navbar ul {
        display: block
    }

    .nav-id .is-navbar ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .question__header {
        margin-bottom: 20px
    }

    .question__wrap {
        border: none;
        border-radius: 0;
        background-color: transparent
    }

    .question__item {
        background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,85.1%,.5)),to(hsla(0,0%,85.1%,.5)));
        background-image: linear-gradient(hsla(0,0%,85.1%,.5),hsla(0,0%,85.1%,.5));
        padding-right: 0;
        padding-left: 0
    }

    .question__content {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 12px
    }

    .question__btn {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 10px
    }

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

    .aboutus:after {
        display: none
    }

    .aboutus__wrap {
        padding-right: 0;
        padding-left: 0
    }

    .aboutus__header {
        margin-bottom: 20px
    }

    .aboutus__item {
        padding: 22px 26px
    }

    .aboutus__item::before {
        top: 28px;
        border-bottom: 14px solid #00bfff;
        border-left: 8px solid transparent;
        width: 32px;
        left: -18px
    }

    .aboutus__item+.aboutus__item {
        margin-top: 12px
    }

    .aboutus__item ul li {
        padding-left: 18px
    }

    .aboutus__item ol li {
        padding-left: 14px
    }

    .aboutus__item .title {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px
    }

    .aboutus__item .text {
        font-size: 15px
    }

    .aboutus__item .text p {
        margin-bottom: 8px
    }

    .works__text {
        font-size: 16px
    }

    .works__img {
        width: 40px;
        height: 40px
    }

    .order form {
        padding-top: 30px
    }

    .order .order-button {
        font-size: 14px
    }

    .order .order-border {
        margin-top: 0;
        margin-bottom: 30px
    }

    .order .order-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .order .order-item {
        margin-bottom: 6px;
        padding-right: 0
    }

    .services__footer {
        padding-top: 20px
    }

    .services__footer_btn {
        width: 100%
    }

    .about {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .about .about-content-header .box {
        min-width: 80px;
        min-height: 80px;
        font-size: 32px;
        border-width: 6px
    }

    .about .about-content-header .title {
        font-size: 26px;
        margin-left: 20px;
        margin-top: 0;
        font-weight: 600
    }

    .about .about-content .text {
        font-size: 14px;
        line-height: 22px
    }

    .about .about-sidebar {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0
    }

    .about .about-sidebar .advant {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about .about-sidebar .advant-item {
        padding: 20px;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid rgba(41,29,31,.08);
        min-width: 210px;
        margin-right: 20px;
        -webkit-box-shadow: 0 1px 3px rgba(41,29,31,.08);
        box-shadow: 0 1px 3px rgba(41,29,31,.08);
        margin-bottom: 0
    }

    .about .about-sidebar .advant-item:last-child {
        margin-right: 0
    }

    .about .about-sidebar .advant-item .heading {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 6px
    }

    .about .about-sidebar .advant-item .text {
        font-size: 13px;
        line-height: 18px
    }

    .about .about-sidebar .advant-item .line {
        display: none
    }

    .support .support-box {
        background-color: #00bfff;
        padding: 6px
    }

    .support .support-content {
        padding: 20px;
        background-color: #fff
    }

    .support .support-content .text {
        max-width: 100%
    }

    .support .support-content .phone {
        font-size: 26px;
        font-weight: 600
    }

    .technics .technics-box {
        padding: 20px
    }

    .technics .technics-box-header .h3 {
        font-size: 14.2px
    }

    .technics .technics-box-header .numb {
        margin-left: 0;
        width: 76px;
        height: 76px;
        font-size: 22px;
        border-width: 6px
    }

    .technics .technics-part-body {
        padding-top: 20px
    }

    .technics .technics-part-body__list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .technics .technics-part-body__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
        background-color: #fff;
        padding: 20px;
        margin-right: 20px;
        min-width: 160px;
        max-width: 160px
    }

    .technics .technics-part-body__list-item:last-child {
        margin-right: 0
    }

    .technics .technics-part-body__list-item img {
        max-height: 80px
    }

    .technics .technics-part-body__list .text {
        padding-right: 0;
        padding-top: 18px;
        line-height: 18px
    }

    .technics .technics-part-border {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .cleaners .cleaners-items {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .cleaners .item {
        padding-right: 40px
    }

    .cleaners .item:last-child {
        padding-right: 0
    }

    .fotos-section {
        padding-top: 0;
        padding-bottom: 20px
    }

    .fotos-content .body .table-list caption {
        font-size: 13px
    }

    .fotos-content .footer-button .button {
        width: 100%
    }

    .fotos-content .footer-phone .link {
        font-size: 15px
    }

    .carousel .carousel-item img {
        -webkit-box-shadow: rgba(0,0,0,.298039) 0 2px 6px 0;
        box-shadow: rgba(0,0,0,.298039) 0 2px 6px 0
    }

    .pricing-info .pricing-info-card {
        padding: 26px 15px 16px
    }

    .pricing-info .pricing-info-card h4 {
        font-size: 15px
    }

    .pricing-info .pricing-info-card .item {
        padding-left: 18px;
        font-size: 14px;
        line-height: 20px
    }

    .pricing-info .pricing-info-card-footer {
        margin-top: 20px;
        padding-top: 20px
    }

    .tarif__section {
        padding-top: 0;
        padding-bottom: 20px
    }

    .tarif__points-item {
        padding-left: 18px;
        font-size: 14px;
        line-height: 20px
    }

    .booking__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .booking__forms {
        padding: 30px 0
    }

    .booking__forms .form {
        max-width: 88%
    }

    .booking-form__item input {
        max-width: 100%
    }

    .booking-form__title {
        font-size: 20px;
        margin-bottom: 4px
    }

    .booking-form__text {
        font-size: 14px;
        line-height: 20px
    }

    .booking-footer__wrap {
        margin-top: 10px
    }

    .booking-footer__content {
        padding: 14px
    }

    .booking-footer__title {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0
    }

    .booking-footer__subtitle {
        font-size: 12px;
        line-height: 16px;
        display: none
    }

    .booking-footer__numb {
        font-size: 28px
    }

    .compare__card .card__list-item:not(:last-of-type) {
        margin-bottom: 12px
    }

    .director-container {
        padding-right: 15px;
        padding-left: 15px
    }

    .director .director-text {
        padding-left: 20px
    }

    .director .director-title {
        font-size: 1.3rem;
        line-height: 24px
    }

    .director-user__name {
        font-size: 14px
    }

    .director-user__position {
        font-size: 13px
    }

    .before-after__header {
        padding-bottom: 0
    }

    .before-after__gallery {
        margin-right: -15px;
        margin-left: -15px
    }

    .before-after__gallery .slideshow__item img {
        border-radius: 0
    }

    .before-after__gallery .slideshow__item--end .info {
        top: 15%
    }

    .before-after__gallery .slideshow__item--end .info-title {
        font-size: 24px
    }

    .before-after__gallery .slideshow__item--end .info-text {
        font-size: 13px;
        margin-bottom: 20px
    }

    .before-after__gallery .slideshow__navigation {
        margin-left: 15px
    }

    .before-after__gallery .slideshow__nav-item button {
        height: 1em;
        width: 1em
    }

    .before-after__gallery .slideshow__controls {
        margin-right: 15px
    }

    .before-after__gallery .slideshow__controls li:first-child {
        margin-right: 4px
    }

    .before-after__gallery .slideshow__btn {
        width: 32px;
        height: 32px
    }

    .pages__box {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .pages__box {
        padding: 20px 15px;
        margin-right: 0;
        margin-left: 0
    }

    .art-container {
        padding-right: 15px;
        padding-left: 15px
    }

    .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .article .content ul {
        padding-left: 20px
    }

    .article-card__box {
        margin: 15px
    }

    .article-card__more {
        font-size: 14px;
        padding-bottom: 6px
    }

    .article-card__popular {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .article-card__popular svg {
        width: 16px;
        height: 12px;
        margin-top: -1px
    }

    .posts-item {
        margin: 0 0 10px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14)
    }

    .posts-item-img {
        max-width: 100px
    }

    .posts-item-text h2 {
        font-size: 16px;
        font-weight: 500
    }

    .posts-item-text p {
        display: none
    }

    .posts-item-text .more {
        font-size: 16px;
        padding-bottom: 8px
    }

    .posts-item-text .info {
        display: none!important
    }

    .posts-item-text .info-popular {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .posts-item-text .info-popular svg {
        width: 16px;
        height: 12px;
        margin-top: -1px
    }

    .post-header__title {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 600
    }

    .post-header__subtitle {
        font-size: 16px
    }

    .post-section {
        padding-top: 0;
        padding-bottom: 0
    }

    .post .post-box {
        padding: 20px 15px;
        margin-top: 0;
        border-radius: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        width: 100%
    }

    .post .post-article .wiki,.post .post-article a,.post .post-article li,.post .post-article p {
        font-size: 14px
    }

    .post .post-article p {
        font-size: 15px;
        line-height: 1.5em
    }

    .post .post-article .video {
        margin-right: -15px;
        margin-left: -15px
    }

    .post .post-article .video__caption {
        margin-left: 15px;
        font-size: 13px
    }

    .post .post-article .list-ul {
        padding-left: 20px
    }

    .post .post-article ol {
        padding-left: 20px
    }

    .post .delimiter {
        margin-top: 20px
    }

    .post-article figure {
        margin-right: -15px;
        margin-left: -15px
    }

    .post-article figure figcaption {
        padding-left: 15px
    }

    .view:hover .view__img {
        background-size: cover
    }

    .view {
        margin: 0;
        border-radius: 0;
        padding: 15px 15px;
        width: 100%
    }

    .view__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .view__img {
        background-size: cover;
        height: 160px;
        -webkit-transition: none;
        transition: none;
        width: 120px;
        right: 10px
    }

    .view__title {
        font-size: 20px;
        line-height: 22px
    }

    .ss-header-text h1 {
        font-size: 26px;
        margin-bottom: 28px;
        line-height: 1.24
    }

    .ss-header .btn__container .btn {
        max-width: 280px
    }

    .ss-header-media {
        display: none
    }

    .content .ul {
        padding-left: 20px
    }

    .content figure figcaption {
        padding-left: 15px
    }
}

@media (max-width: 360px) {
    .article-card__box {
        margin:15px 25px
    }

    .posts-item-img {
        display: none
    }

    .posts-item-text .box {
        margin: 15px 25px
    }
}

@media (max-width: 320px) {
    .hero__price {
        display:none
    }

    .view__text {
        width: 100%
    }

    .view__img {
        display: none
    }
}

@media (prefers-reduced-motion:no-preference) {
    .modal--animate-fade {
        --modal-transition-duration: 0.2s;
        -webkit-transition: opacity .2s,background-color .2s,visibility 0s .2s;
        transition: opacity .2s,background-color .2s,visibility 0s .2s
    }

    .modal--animate-fade.modal--is-visible {
        -webkit-transition: opacity .2s,background-color .2s,visibility 0s;
        transition: opacity .2s,background-color .2s,visibility 0s
    }

    .modal--animate-scale,.modal--animate-translate-down,.modal--animate-translate-left,.modal--animate-translate-right,.modal--animate-translate-up {
        --modal-transition-duration: 0.2s;
        -webkit-transition: opacity .2s,visibility 0s .2s;
        transition: opacity .2s,visibility 0s .2s
    }

    .modal--animate-scale .modal__content,.modal--animate-translate-down .modal__content,.modal--animate-translate-left .modal__content,.modal--animate-translate-right .modal__content,.modal--animate-translate-up .modal__content {
        will-change: transform;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
        transition: transform .2s cubic-bezier(.215,.61,.355,1);
        transition: transform .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1)
    }

    .modal--animate-scale.modal--is-visible,.modal--animate-translate-down.modal--is-visible,.modal--animate-translate-left.modal--is-visible,.modal--animate-translate-right.modal--is-visible,.modal--animate-translate-up.modal--is-visible {
        -webkit-transition: opacity .2s,visibility 0s;
        transition: opacity .2s,visibility 0s
    }

    .modal--animate-scale.modal--is-visible .modal__content,.modal--animate-translate-down.modal--is-visible .modal__content,.modal--animate-translate-left.modal--is-visible .modal__content,.modal--animate-translate-right.modal--is-visible .modal__content,.modal--animate-translate-up.modal--is-visible .modal__content {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .modal--animate-slide-down,.modal--animate-slide-left,.modal--animate-slide-right,.modal--animate-slide-up {
        --modal-transition-duration: 0.3s;
        -webkit-transition: opacity 0s .2s,background-color .2s,visibility 0s .2s;
        transition: opacity 0s .2s,background-color .2s,visibility 0s .2s
    }

    .modal--animate-slide-down .modal__content,.modal--animate-slide-left .modal__content,.modal--animate-slide-right .modal__content,.modal--animate-slide-up .modal__content {
        will-change: transform;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
        transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
        transition: transform .2s cubic-bezier(.215,.61,.355,1);
        transition: transform .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1)
    }

    .modal--animate-slide-down.modal--is-visible,.modal--animate-slide-left.modal--is-visible,.modal--animate-slide-right.modal--is-visible,.modal--animate-slide-up.modal--is-visible {
        -webkit-transition: background-color .2s,visibility 0s;
        transition: background-color .2s,visibility 0s
    }

    .modal--animate-slide-down.modal--is-visible .modal__content,.modal--animate-slide-left.modal--is-visible .modal__content,.modal--animate-slide-right.modal--is-visible .modal__content,.modal--animate-slide-up.modal--is-visible .modal__content {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .modal--animate-scale .modal__content {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    .modal--animate-translate-up .modal__content {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }

    .modal--animate-translate-down .modal__content {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .modal--animate-translate-right .modal__content {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    .modal--animate-translate-left .modal__content {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px)
    }

    .modal--animate-slide-up .modal__content {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .modal--animate-slide-down .modal__content {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .modal--animate-slide-right .modal__content {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .modal--animate-slide-left .modal__content {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.webp .hero__discount_numb::before {
    background: url(http://uborka.com.ua/assets/img/lp/big_cloud.webp) 50% 50% no-repeat
}

.webp .HomeHeader .PromoCard--01 .PromoCard__img {
    background: url(../img/home/img-1.webp)
}

.webp .HomeHeader .PromoCard--02 .PromoCard__img {
    background-image: url(../img/home/okno.webp)
}

.webp .HomeHeader .PromoCard--03 .PromoCard__img {
    background: url(../img/home/img-3.webp)
}

.webp .tarif__img--baze {
    background: url(../img/lp/img-bg-02.webp)
}

.webp .tarif__img--complex {
    background: url(../img/lp/img-bg-01.webp)
}

.webp .view__img {
    background: url(../img/blog/cleaner.webp) 50% 0/95% no-repeat
}
