@charset "UTF-8";
.mt30 {
    margin-top: 30px
}

.mb20 {
    margin-bottom: 20px
}

.mb60 {
    margin-bottom: 60px
}

.title {
    font-size: 44px;
    font-weight: 400
}

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

.text {
    font-size: 18px
}

#bx-panel.bx-panel-folded ~ .header {
    padding-top: 139px
}

#bx-panel ~ .header {
    padding-top: 31px
}

@media (max-width: 1199px) {
    #bx-panel.bx-panel-folded ~ .header {
        padding-top: 124px
    }

    #bx-panel ~ .header {
        padding-top: 16px
    }
}

@media (max-width: 991px) {
    #bx-panel.bx-panel-folded ~ .header {
        padding-top: 63px
    }

    #bx-panel ~ .header {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    #bx-panel.bx-panel-folded ~ .header {
        padding-top: 55px
    }
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.icon--docs {
    height: 20px;
    width: 20px
}

.icon--basket-light {
    background-image: url(../img/icons/basket-light.svg)
}

.icon--box {
    background-image: url(../img/icons/box.svg)
}

.icon--page {
    background-image: url(../img/icons/page.svg)
}

.icon--close-circle {
    background-image: url(../img/icons/close-circle.svg)
}

.icon--del {
    width: 1.25em;
    height: 1.3125em;
    background-image: url(../img/icons/del.svg)
}

.icon--plus {
    width: .625em;
    height: .625em;
    background-image: url(../img/icons/plus.svg)
}

.icon--minus {
    width: .625em;
    height: .625em;
    background-image: url(../img/icons/minus.svg)
}

.img {
    width: 100%;
    height: 100%
}

.img--contain {
    object-fit: contain
}

.img--cover {
    object-fit: cover
}

.img--center, .img--left, .img--right {
    max-width: 100%
}

.img--right {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px
}

.img--left {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px
}

.img--center {
    display: block;
    margin: 0 auto
}

.logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 242px;
    max-height: 90px
}

@media (max-width: 1199px) {
    .logo {
        width: 100%;
        height: 100%;
        max-width: 203px;
        max-height: 76px
    }
}

.link {
    display: inline;
    text-decoration: none;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #007bff;
    border-bottom: 4px solid transparent;
    transition: border .1s ease-in
}

.link:focus, .link:hover {
    text-decoration: none;
    color: #0056b3;
    border-color: #1a82e7
}

.link:focus .icon svg, .link:hover .icon svg {
    stroke: #0056b3
}

.link .icon {
    margin-right: 3px;
    vertical-align: sub
}

.link .icon svg {
    stroke: #007bff
}

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

.contacts__phone {
    white-space: nowrap;
    margin-right: 3.125em
}

.contacts__phone-link {
    font-size: 24px;
    color: #000
}

.contacts__phone-link:focus, .contacts__phone-link:hover {
    color: #0056b3
}

.select__label {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0
}

.select__control {
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: .0625em solid #cacaca;
    background: #f9f9f9 url(../img/icons/select-arrow.svg) no-repeat right 11px center;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit
}

.select__control:disabled {
    background-color: #e6e6e6;
    color: #979797;
    filter: grayscale(1)
}

.select--full-w .select__control {
    width: 100% !important
}

.select--full-w .select__label {
    width: 100% !important
}

.select--size-s {
    font-size: .875em
}

.select--size-m {
    font-size: 1em
}

.select--size-l {
    font-size: 1.125em
}

.select--theme-default .select__control {
    font-size: .875em;
    width: 16.42857em;
    padding: .92857em 1.78571em .78571em 1.42857em;
    border-radius: .35714em;
    line-height: 1.57143em;
    font-weight: 500;
    color: #171c34
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    background-color: transparent
}

.button:focus, .button:hover {
    text-decoration: none;
    color: inherit
}

.button--full-w {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important
}

.button__text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600
}

.button--size-s {
    font-size: .875em
}

.button--size-m {
    font-size: 1em
}

.button--size-l {
    font-size: 1.125em
}

.button--color-chameleon {
    color: #171c34;
    background-color: #fff;
    box-shadow: 0 .1875em .25em rgba(0, 0, 0, .04);
    transition: color .05s ease-in, background-color .05s ease-in
}

.button--color-chameleon .button__icon {
    fill: #171c34;
    transition: fill .05s ease-in
}

.button--color-chameleon:focus, .button--color-chameleon:hover {
    color: #fff;
    background-color: #1a82e7
}

.button--color-chameleon:focus .button__icon, .button--color-chameleon:hover .button__icon {
    fill: #fff
}

.button--color-chameleon.button--active {
    color: #fff;
    background-color: #1a82e7
}

.button--color-chameleon.button--active .button__icon {
    fill: #fff
}

.button--color-chameleon.button--active:focus, .button--color-chameleon.button--active:hover {
    background-color: #3a94ea
}

.button--color-blue {
    color: #fff;
    background-color: #1a82e7;
    box-shadow: 0 .3125em 1.25em rgba(26, 130, 231, .5)
}

.button--color-blue:focus, .button--color-blue:hover {
    color: #fff;
    background-color: #489bec
}

.button--color-blue:disabled {
    background-color: #9a9999;
    box-shadow: none
}

.button--color-blue:disabled:focus, .button--color-blue:disabled:hover {
    cursor: initial;
    transform: none
}

.button--color-yellow {
    background-color: #ffb900;
    box-shadow: 0 .3125em 1.25em rgba(255, 185, 0, .5)
}

.button--color-yellow:focus, .button--color-yellow:hover {
    background-color: #ffc733
}

.button--theme-default {
    width: 100%;
    max-width: 15em;
    height: 3.75em;
    border-radius: .5em;
    transition: transform .07s ease-in
}

.button--theme-default:focus, .button--theme-default:hover {
    transform: scale(1.03)
}

.button--theme-default .button__text {
    font-size: 1.125em
}

.button--theme-empty {
    width: 100%;
    max-width: 15em;
    height: 3.75em;
    border: 1px solid #1a82e7;
    border-radius: .5em;
    background-color: #fff;
    transition: background-color .07s ease-in, color .07s ease-in
}

.button--theme-empty:focus, .button--theme-empty:hover {
    background-color: #1a82e7
}

.button--theme-empty:focus .button__text, .button--theme-empty:hover .button__text {
    color: #fff
}

.button--theme-empty .button__text {
    color: #1a82e7;
    font-size: 1.125em
}

.button--theme-normal {
    width: 100%;
    max-width: 15em;
    height: 3.75em;
    border-radius: .5em;
    padding: 17px 25px
}

.button--theme-normal .button__text {
    font-weight: 400;
    font-size: 1.125em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.button--theme-normal .button__icon {
    flex: 0 0 auto;
    width: 2.3125em;
    height: 2.3125em;
    margin-right: 1.25em
}

.button--theme-strict {
    width: 100%;
    height: 2.8125em;
    border-radius: .5em;
    transition: transform .07s ease-in
}

.button--theme-strict:focus, .button--theme-strict:hover {
    transform: scale(1.03)
}

.button--theme-strict .button__text {
    font-size: 1.125em
}

.button--theme-thin {
    width: 100%;
    max-width: 15.625em;
    height: 3.75em;
    border-radius: .5em;
    line-height: 1.0625em;
    letter-spacing: .0625em;
    transition: transform .07s ease-in;
    text-align: center
}

.button--theme-thin:focus, .button--theme-thin:hover {
    transform: scale(1.03)
}

.button--theme-thin .button__text {
    font-size: .875em
}

.input--count .input__label {
    width: 100%
}

.input--count .input__label:after {
    content: ' шт.';
    font-size: 14px;
    color: #919aa3;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%)
}

.input--count .input__control {
    text-align: right;
    padding: 18px 32px 18px 12px
}

.input--counter {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: .375em
}

.input--counter .button {
    flex: 0 0 30%
}

.input--counter .input__label {
    width: 100%
}

.input--counter .input__control {
    text-align: center;
    padding: .3125em;
    height: 3em;
    border: none;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-radius: 0;
    overflow: hidden
}

.input__label {
    position: relative
}

.input__label-text {
    display: inline-block;
    position: relative;
    margin-bottom: .375em
}

.input__control {
    line-height: 0;
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px 12px
}

.input--full-w .input__control {
    min-width: 100% !important;
    width: 100% !important
}

.input--size-s {
    font-size: .875em
}

.input--size-m {
    font-size: 1em
}

.input--size-l {
    font-size: 1.125em
}

.input--theme-default .input__control {
    font-weight: 500;
    font-size: .875em;
    min-width: 16.42857em;
    padding: .85714em 1.42857em .85714em;
    border: .0625em solid #cacaca;
    border-radius: .35714em;
    line-height: 1.57143em;
    background-color: #f9f9f9
}

.input--theme-default .input__control::-ms-input-placeholder {
    color: inherit
}

.input--theme-default .input__control::placeholder {
    color: inherit
}

.input--theme-material {
    color: #1a82e7
}

.input--theme-material .input__control {
    width: 16.875em;
    height: 3.75em;
    border: .125em solid #1a82e7;
    border-radius: .5em;
    text-align: center;
    color: inherit
}

.input--theme-material .input__control::-ms-input-placeholder {
    font-weight: 700;
    font-size: .875em;
    line-height: 2em;
    text-align: center;
    color: inherit
}

.input--theme-material .input__control::placeholder {
    font-weight: 700;
    font-size: .875em;
    line-height: 2em;
    text-align: center;
    color: inherit
}

.input-validation--invalid {
    border-color: red !important;
    color: red !important
}

.input-validation--invalid:focus {
    outline: 0
}

.input-validation__message .input-validation--invalid {
    display: inline-block;
    padding-top: 3px
}

.checkbox {
    position: relative;
    display: inline-block;
    border-spacing: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    line-height: 1
}

.checkbox__box {
    border: 1px solid #0074e4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.checkbox__tick {
    width: 8px;
    height: 14px;
    display: block;
    border-right: 3px solid #0074e4;
    border-bottom: 3px solid #0074e4;
    transform: rotate(40deg) skewX(5deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    margin: auto
}

.checkbox__control {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer
}

.checkbox__control:not(:checked) + .checkbox__tick {
    display: none
}

.checkbox__label {
    margin: 0;
    font-size: 14px;
    padding-left: 45px
}

.checkbox__label i {
    cursor: pointer
}

.checkbox__label .checkbox__box {
    margin-right: 10px;
    margin-left: -45px
}

.checkbox__label-text-accent, .checkbox__label-text-blue, .checkbox__label-text-title {
    display: inline-block;
    width: 100%;
    font-size: 18px
}

.checkbox__label-text-title {
    margin: 0 0 25px 0
}

.checkbox__label-text-accent, .checkbox__label-text-blue {
    margin: 0 0 10px 0;
    color: #0074e4
}

.checkbox__label-text-discount {
    display: flex;
    align-items: center;
    margin-bottom: .35714em
}

.checkbox__label-text-discount-price {
    line-height: 1.14286em;
    text-decoration: line-through;
    color: #a2a2a2
}

.checkbox__label-text-discount-percent {
    font-weight: 700;
    font-size: .71429em;
    line-height: 1.2em;
    border-radius: .2em;
    padding: .3em .6em;
    margin-left: 2em;
    text-decoration: none;
    background: #ffb900;
    color: #fff
}

.checkbox__label-text-discount-percent:first-child {
    margin-left: 0
}

.checkbox--full-w {
    width: 100%
}

.checkbox--size-m .checkbox__box {
    width: 30px;
    height: 30px
}

@media (max-width: 575px) {
    .checkbox__label-text-title {
        margin: 0 0 10px 0
    }

    .checkbox__label-text-accent, .checkbox__label-text-blue {
        margin: 0 0 5px 0
    }
}

.form {
    padding: 40px;
    background-color: #fff
}

.form__group {
    text-align: left;
    margin-bottom: 15px
}

.form__group--large {
    margin-bottom: 25px
}

.form__button-container {
    padding-top: 15px
}

.form__button-container--center {
    text-align: center
}

.form__submit {
    margin-top: 30px
}

.form__file-dropzone {
    margin-bottom: 20px
}

.nav {
    width: 100%
}

.nav__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around
}

.nav__list-item {
    padding: 0 .4375em
}

.nav__link {
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: border .1s ease-in
}

.nav__link:focus, .nav__link:hover {
    text-decoration: none;
    color: #ffb900;
    border-color: #ffb900
}

.tooltip-basket {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 .625em rgba(0, 0, 0, .3);
    border-radius: .5em
}

.tooltip-basket.tooltip.show {
    opacity: 1
}

.tooltip-basket .arrow {
    z-index: 1;
    width: 1.375em;
    height: 1.375em;
    background-color: #fff;
    box-shadow: 0 0 .625em rgba(0, 0, 0, .3);
    transform: rotate(45deg) translate(-15%, 8%)
}

.tooltip-basket .arrow::before {
    display: none
}

.tooltip-basket.bs-tooltip-top .arrow {
    bottom: -8px
}

.tooltip-basket.bs-tooltip-bottom .arrow {
    top: -8px
}

.tooltip-basket .tooltip-inner {
    z-index: 1;
    position: relative;
    max-width: 475px;
    background-color: #fff;
    line-height: 1.25em;
    color: #171c34;
    padding: 1.25em 1.4375em;
    text-align: left
}

@media (max-width: 575px) {
    .tooltip-basket .tooltip-inner {
        max-width: 270px
    }
}

.breadcrumbs__inner {
    padding: 1.5625em 0
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs__list-item {
    display: flex;
    align-items: center
}

.breadcrumbs__list-item:not(:last-child) {
    margin-right: .625em
}

.breadcrumbs__list-item:not(:last-child)::after {
    content: '';
    flex: 0 0 auto;
    display: block;
    width: .375em;
    height: .5625em;
    margin-left: .625em;
    background: url(../img/icons/arrow.svg) no-repeat center/contain
}

.breadcrumbs__link {
    display: block;
    font-size: .875em;
    padding: .35714em 0;
    line-height: 1.64286em;
    color: #171c34
}

.breadcrumbs__link:focus, .breadcrumbs__link:hover {
    color: #171c34
}

.drawer {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overscroll-behavior: none;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1)
}

.drawer__body {
    display: flex;
    flex-direction: column;
    overflow: visible;
    overflow-y: auto;
    height: 100%;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .7);
    transform: translateX(-103%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.drawer__header {
    display: flex;
    align-items: center;
    padding: 13px 15px
}

.drawer__main {
    flex: 1 1 auto;
    padding: 15px 0
}

.drawer__hamburger {
    margin-left: auto
}

.drawer__nav .nav__list {
    flex-direction: column
}

.drawer__nav .nav__list-item {
    padding: 0
}

.drawer__nav .nav__link {
    padding: 8px 20px;
    border: none
}

.drawer__nav .nav__link:focus, .drawer__nav .nav__link:hover {
    color: #fff;
    background-color: #ffb900
}

.drawer__contacts .contacts__phone {
    margin-right: 0
}

.drawer__action-item.action-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 14px
}

.drawer__action-item .action-item__inner {
    padding: 12px 0 12px 15px
}

.drawer--opened {
    pointer-events: auto !important;
    background-color: rgba(0, 0, 0, .5) !important
}

.drawer--opened .drawer__body {
    transform: translateX(0) !important
}

@media (max-width: 991px) {
    .drawer {
        display: initial
    }
}

@media (max-width: 575px) {
    .drawer__body {
        width: 100%
    }
}

.review {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 450px;
    padding: 30px 30px 50px 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .02);
    font-family: 'Source Sans Pro'
}

.review__photo {
    flex: 0 0 80px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.review__text {
    flex: 1 1 auto;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

.review__title {
    margin: 0;
    border-radius: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400
}

@media (max-width: 576px) {
    .review {
        padding: 20px 20px 30px 20px;
        box-shadow: none
    }
}

.slick-active .slider-reviews__dot {
    background-color: #888;
    transform: scale(2)
}

.slick-dots li {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.slick-dots li:hover .slider-reviews__dot {
    background-color: #888;
    transform: scale(2)
}

.slider {
    overflow: hidden;
    border-radius: 12px
}

.slider__slide {
    display: none;
    position: relative;
    height: 495px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slider__slide:first-child {
    display: block
}

.slider__slide:focus {
    outline: 0
}

.slider__arrow {
    opacity: .7;
    line-height: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    transition: opacity .1s ease-in
}

.slider__arrow:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.slider__arrow:focus, .slider__arrow:hover {
    opacity: 1
}

.slider__arrow--left {
    left: 15px
}

.slider__arrow--left:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.slider__arrow--right {
    right: 15px
}

.slider__arrow--right:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

@media (max-width: 991px) {
    .slider__slide {
        height: 320px
    }
}

@media (max-width: 576px) {
    .slider {
        border-width: 5px;
        border-radius: 5px
    }

    .slider__arrow--left {
        left: 0
    }

    .slider__arrow--right {
        right: 0
    }
}

.slider-reviews__slide {
    display: none
}

.slider-reviews__slide:first-child {
    display: block
}

.slider-reviews__slide:focus {
    outline: 0
}

.slider-reviews__container {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.slider-reviews__dot {
    display: inline-block;
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ededed;
    transition: transform .1s ease-in, background-color .1s ease-in
}

@media (max-width: 576px) {
    .slider-reviews__container {
        padding: 0
    }
}

.fancybox-container-reset {
    background-color: transparent !important;
    padding: 15px
}

.fancybox-slide {
    padding: 0
}

.modal-form-container {
    width: 100%;
    max-width: 700px
}

.modal-form-container--large {
    max-width: 1060px
}

.modal-form {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 80px 160px
}

.modal-form__close {
    padding: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    border: 0;
    background-color: transparent
}

.modal-form__title {
    font-family: 'Source Sans Pro';
    font-size: 44px;
    margin-bottom: 35px;
    font-weight: 600;
    line-height: 1
}

.modal-form__title--center {
    text-align: center
}

.modal-form__subtitle {
    margin-bottom: 25px;
    color: #6c757d;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400
}

.modal-form__subtitle--center {
    text-align: center
}

.modal-form__group {
    margin-bottom: 30px
}

.modal-form__group--large {
    margin-bottom: 50px
}

.modal-form__group--sm {
    margin-bottom: 25px
}

.modal-form__group--center {
    text-align: center
}

.modal-form__button-container--center {
    text-align: center
}

.modal-form__footer {
    padding: 0 160px 60px
}

.modal-form__footer--gray {
    background-color: #efefef
}

.modal-form__message-container {
    padding: 30px 0
}

.modal-form__message {
    color: #0074e4
}

@media (max-width: 991px) {
    .modal-form__footer {
        padding: 0 40px 60px
    }
}

@media (max-width: 767px) {
    .modal-form {
        padding: 40px 80px
    }

    .modal-form__footer {
        text-align: center
    }
}

@media (max-width: 575px) {
    .modal-form {
        padding: 20px 30px
    }

    .modal-form__title {
        font-size: 30px;
        margin-bottom: 25px
    }
}

.modal-auth {
    max-width: 470px
}

.modal-auth .modal-form {
    padding: 3.75em 3.125em
}

.modal-auth .modal-form__title {
    font-weight: 500;
    font-size: 1.875em;
    line-height: .83333em;
    color: #000
}

.modal-auth__link {
    line-height: 1.75em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #616161
}

.modal-auth__link:focus, .modal-auth__link:hover {
    color: #545454;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

@media (max-width: 575px) {
    .modal-auth .modal-form {
        padding: 2.5em .9375em
    }
}

.success-popup {
    max-width: 590px
}

.success-popup .modal-form {
    padding: 4.375em 4.6875em
}

@media (max-width: 575px) {
    .success-popup .modal-form {
        padding: 2.5em .9375em
    }
}

.installation__checkbox {
    line-height: 1.5
}

.installation__checkbox .checkbox__label {
    width: 100%
}

.installation__checkbox-box {
    vertical-align: top
}

.installation__form {
    padding: 0
}

.installation__container {
    padding: 80px 160px 30px
}

.installation__total {
    display: inline-block;
    width: 100%;
    text-align: center
}

.installation__total-title {
    display: inline-block;
    width: 100%;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 18px;
    color: #171c34
}

.installation__total-price {
    display: inline-block;
    width: 100%;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 18px;
    color: #0074e4
}

@media (max-width: 991px) {
    .installation__container {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .installation__total {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .installation__container {
        padding: 40px 20px
    }
}

.benefit {
    padding: 15px
}

.benefit__icon {
    display: inline-block;
    width: 138px;
    height: 132px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.benefit__icon--1 {
    background-image: url(../img/section-benefits/benefit-1.svg)
}

.benefit__icon--2 {
    background-image: url(../img/section-benefits/benefit-2.svg)
}

.benefit__icon--3 {
    background-image: url(../img/section-benefits/benefit-3.svg)
}

.benefit__icon--4 {
    background-image: url(../img/section-benefits/benefit-4.svg)
}

.benefit__icon--5 {
    background-image: url(../img/section-benefits/benefit-5.svg)
}

.about__img-container {
    max-width: 880px;
    margin: 0 auto 60px;
    border-radius: 15px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .about__img-container {
        margin-bottom: 30px
    }
}

.about__img-container img {
    max-width: 100%
}

.about__title {
    font-size: 44px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .about__title {
        font-size: 24px
    }
}

.about__text {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .about__text {
        font-size: 14px
    }
}

.about__img-container {
    max-width: 880px;
    margin: 0 auto 60px;
    border-radius: 15px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .about__img-container {
        margin-bottom: 30px
    }
}

.about__img-container img {
    max-width: 100%
}

.about__title {
    font-size: 44px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .about__title {
        font-size: 24px
    }
}

.about__text {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .about__text {
        font-size: 14px
    }
}

.table-class {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(7, 42, 68, .1)
}

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

.table-class thead {
    background: #dce2e4
}

.table-class thead th {
    font-weight: 400;
    padding: 10px 50px;
    line-height: 28px
}

.table-class tbody td:first-child {
    text-align: left
}

.table-class tbody tr {
    background-color: #fff
}

.table-class tbody tr td {
    padding: 15px 30px;
    font-size: 14px
}

.table-class tbody tr:nth-child(even) {
    background-color: rgba(26, 63, 79, .03)
}

.service {
    height: 370px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    cursor: pointer
}

.service__control {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.service__control:not(:checked) + .service__box {
    border-color: transparent
}

.service__control:not(:checked) + .service__box:focus, .service__control:not(:checked) + .service__box:hover {
    box-shadow: 0 4px 15px rgba(0, 116, 228, .5)
}

.service__box {
    display: flex;
    flex-direction: column;
    padding: 45px;
    overflow: hidden;
    height: 100%;
    border: 3px solid #fdbc40;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(7, 42, 68, .1);
    transition: box-shadow .1s ease-in, border-color .1s ease-in
}

.service__main {
    flex: 1 1 auto;
    display: flex;
    justify-content: center
}

.service__title {
    min-height: 51px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.service__price {
    color: #0074e4;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 28px
}

.service__currency {
    color: #0074e4;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 18px
}

.service__icon {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.service__icon--1 {
    background-image: url(../img/section-services/service-1.svg)
}

.service__icon--2 {
    background-image: url(../img/section-services/service-2.svg)
}

.service__icon--3 {
    background-image: url(../img/section-services/service-3.svg)
}

.service__icon--4 {
    background-image: url(../img/section-services/service-4.svg)
}

.service__icon--5 {
    background-image: url(../img/section-services/service-5.svg)
}

.service__icon--6 {
    background-image: url(../img/section-services/service-6.svg)
}

.contact__list {
    padding-left: 170px
}

@media screen and (max-width: 991px) {
    .contact__list {
        padding-left: 0
    }
}

.contact__item {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    list-style-type: none;
    padding-left: 30px
}

.contact__item:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -7px;
    height: 40px;
    width: 30px;
    background-repeat: no-repeat
}

.contact__item--address:after {
    background-image: url(/local/templates/adjuster/static/img/contacts/adress.svg)
}

.contact__item--mail:after {
    background-image: url(/local/templates/adjuster/static/img/contacts/email.svg)
}

.contact__item--phone:after {
    background-image: url(/local/templates/adjuster/static/img/contacts/phone.svg)
}

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

.master__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none
}

.master__image-container {
    margin-bottom: 2.1875em
}

.master__image {
    border-radius: .8125em;
    max-width: 21.25em
}

.master__title {
    font-size: 1.5em;
    margin-bottom: .25em;
    line-height: 1.16667em
}

.master__desc {
    font-size: 1.125em;
    line-height: 1.55556em
}

@media (max-width: 991px) {
    .master {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .master__image-container {
        margin-bottom: 1.25em
    }

    .master__list-item {
        margin-bottom: 3.75em
    }
}

.actions__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex
}

.actions__list-item:not(:last-child) .action-item {
    padding-right: 10px;
    min-width: 11.875em
}

.actions__list-item:last-child .action-item__dropdown {
    left: initial;
    right: 0
}

.action-item {
    position: relative;
    display: block;
    max-width: 200px
}

.action-item:focus .action-item__dropdown, .action-item:focus-within .action-item__dropdown, .action-item:hover .action-item__dropdown {
    display: block
}

.action-item__inner {
    display: flex;
    align-items: center;
    color: #0074e4
}

.action-item__inner:focus, .action-item__inner:hover {
    color: #005ab1;
    text-decoration: none
}

.action-item__inner:focus .action-item__icon, .action-item__inner:hover .action-item__icon {
    background-color: #1468ba
}

.action-item__dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    min-width: 11.875em;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    padding-top: .375em
}

.action-item__dropdown-inner {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 .625em rgba(0, 0, 0, .1)
}

.action-item__dropdown-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 22px;
    height: 22px;
    transform-origin: -100% 50%;
    transform: rotate(45deg) translate(-100%, -100%);
    box-shadow: 0 0 .625em rgba(0, 0, 0, .1);
    background-color: #fff
}

.action-item__dropdown-list {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin: 0;
    padding: 1.25em 1.875em;
    list-style-type: none
}

.action-item__dropdown-item:not(:last-child) {
    margin-bottom: .625em
}

.action-item__head {
    position: relative
}

.action-item__body {
    overflow: hidden
}

.action-item__balloon {
    font-weight: 700;
    font-size: .8125em;
    position: absolute;
    top: -.38462em;
    right: -.76923em;
    min-width: 1.53846em;
    height: 1.53846em;
    background-color: #ffb900;
    border-radius: 14.61538em;
    padding: .0625em .25em;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 0 .1875em 0 rgba(0, 0, 0, .3)
}

.action-item__islogin {
    position: absolute;
    bottom: -.125em;
    right: -.1875em;
    width: 1.25em;
    height: 1.25em;
    background-color: #ffb900;
    border-radius: 11.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 .1875em 0 rgba(0, 0, 0, .3)
}

.action-item__islogin::before {
    content: '';
    display: block;
    width: .75em;
    height: .625em;
    background: url(../img/icons/tick.svg) no-repeat center/contain
}

.action-item__icon {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #1a82e7;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.action-item__text {
    padding-left: .9375em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.action-item__exit {
    margin-left: .9375em;
    padding-left: .9375em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b4b4b4;
    border-left: 1px solid currentColor
}

.action-item__exit:focus, .action-item__exit:hover {
    color: #b4b4b4;
    text-decoration: underline
}

.action-item__link {
    color: #000
}

.action-item__link:focus, .action-item__link:hover {
    text-decoration: none;
    color: #1a82e7
}

.action-item__link--active {
    color: #1a82e7
}

.action-item__link--active:focus, .action-item__link--active:hover {
    text-decoration: none;
    color: #1468ba
}

.personal-data__inner {
    overflow: hidden;
    background-color: #fff;
    border-radius: .5em
}

.personal-data__body {
    padding: 4.375em 5.9375em
}

.personal-data__footer {
    text-align: center;
    padding: 3.125em 5.9375em 4.0625em;
    border-top: 1px solid #e2e2e2
}

.personal-data__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.personal-data__list-item:not(:last-child) {
    margin-bottom: 3.4375em
}

.personal-data__sublist {
    margin: 0;
    padding-left: 65px;
    list-style-type: none
}

.personal-data__sublist-item:not(:last-child) {
    margin-bottom: 2.1875em
}

.personal-data__title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.29167em;
    margin-bottom: 1.6875em
}

.personal-data__data {
    position: relative;
    display: flex;
    justify-content: space-between
}

.personal-data__data::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    border-top: 1px dotted #7d7d7d
}

.personal-data__data-item {
    z-index: 1;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.27778em;
    background-color: #fff;
    padding-right: .3125em;
    margin-right: 7%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.personal-data__data-item:last-child {
    padding-right: 0;
    margin-right: 0;
    padding-left: .3125em;
    margin-left: 7%
}

@media (max-width: 1199px) {
    .personal-data__body {
        padding: 3.4375em 3.125em 4.375em
    }

    .personal-data__footer {
        padding: 2.5em 3.125em
    }
}

@media (max-width: 991px) {
    .personal-data__body {
        padding: 2.5em 2.5em 3.4375em
    }

    .personal-data__title {
        font-size: 1.125em
    }

    .personal-data__data-item {
        font-size: 1em
    }

    .personal-data__sublist {
        padding-left: 1.875em
    }
}

@media (max-width: 767px) {
    .personal-data__body {
        padding: .9375em .9375em 1.875em
    }

    .personal-data__title {
        margin-bottom: .9375em
    }

    .personal-data__list-item:not(:last-child) {
        margin-bottom: 1.875em
    }

    .personal-data__sublist {
        padding-left: 0
    }

    .personal-data__sublist-item:not(:last-child) {
        margin-bottom: .9375em
    }

    .personal-data__save {
        margin-bottom: .9375em
    }
}

@media (max-width: 575px) {
    .personal-data__save {
        margin-bottom: .9375em
    }
}

.editable {
    overflow: hidden;
    border-radius: .5em;
    background-color: #fff
}

.editable__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.editable__inner-response {
    flex: 0 0 100%
}

.editable__header {
    padding: 2em 0
}

.editable__footer {
    padding: 3.125em 2.5em
}

.editable__actions {
    padding: 0 .9375em;
    display: flex;
    justify-content: center
}

.editable__group--mr-20:not(:last-child) {
    margin-right: 1.25em
}

.editable__group--mb-15 {
    margin-bottom: .9375em
}

.editable__table {
    min-width: 100%
}

.editable__table tr {
    padding: .9375em 0;
    line-height: 1.5em;
    color: #171c34;
    border-bottom: 1px solid #e2e2e2
}

.editable__table th {
    padding: .9375em;
    font-weight: 400
}

.editable__table td {
    padding: .9375em
}

.editable__table-head {
    background-color: #ddeaf2
}

.editable__select .select__control {
    min-width: 170px;
    width: 100%
}

.editable__select .select__label {
    width: 100%
}

.editable__input .input__control {
    min-width: 170px;
    width: 100%
}

.editable__total-text {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2em
}

.editable__total-price {
    font-size: 1.5em;
    line-height: 1em;
    margin-left: .625em;
    white-space: nowrap;
    color: #0074e4
}

.editable__show-more {
    background-color: #1a82e7;
    color: #fff;
    padding: 1.0625em .9375em;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase
}

.editable__show-more:focus, .editable__show-more:hover {
    color: #fff;
    background-color: #3a94ea
}

.editable__name {
    font-size: 1.125em;
    min-width: 238px;
    color: inherit
}

.editable__name:focus, .editable__name:hover {
    color: inherit
}

.editable__price {
    font-size: 1.125em;
    white-space: nowrap
}

.editable__price--blue {
    color: #0074e4
}

.editable__old-price {
    font-size: .875em;
    line-height: 1.21429em;
    margin-bottom: .35714em;
    white-space: nowrap;
    text-decoration: line-through;
    color: #a2a2a2
}

.editable__button {
    display: inline-block;
    width: initial;
    font-size: .875em;
    line-height: 1.42857em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #828a92
}

.editable__button:focus, .editable__button:hover {
    color: #828a92;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.editable__del {
    width: 2.5em;
    height: 2.5em;
    opacity: .7
}

.editable__del:focus, .editable__del:hover {
    opacity: 1
}

.editable__count {
    width: 6.5625em
}

.editable__count .input__label {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .editable__footer {
        padding: 1.875em .9375em 1.25em;
        text-align: center
    }

    .editable__name {
        font-size: 1em
    }

    .editable__price {
        font-size: 1em
    }

    .editable__count {
        font-size: .875em
    }
}

.social-contact {
    font-size: 18px;
    padding-left: 170px;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .social-contact {
        padding-left: 0
    }
}

.social-contact__list {
    margin: 0 0 0 30px;
    padding: 0;
    display: inline-block
}

.social-contact__list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px
}

.section {
    padding: 100px 0
}

.section__title {
    font-family: 'Source Sans Pro';
    font-size: 44px;
    margin-bottom: 35px;
    font-weight: 600;
    line-height: 1
}

.section__title--large {
    font-family: inherit;
    font-size: 40px;
    line-height: 54px;
    color: #171c34;
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: 2px
}

.section__subtitle {
    margin-bottom: 25px;
    color: #6c757d;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400
}

.section__content {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #171c34;
    width: 100%;
    max-width: 450px
}

@media (max-width: 1199px) {
    .section__title--large {
        font-size: 34px;
        line-height: 45px
    }
}

@media (max-width: 991px) {
    .section__title--large {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .section {
        padding: 50px 0
    }

    .section__title {
        font-size: 30px;
        margin-bottom: 25px
    }

    .section__title--large {
        font-size: 28px
    }
}

.section-form {
    padding: 0;
    text-align: center;
    background: linear-gradient(257.21deg, #0074e4 11.54%, #55b7ff 91.96%)
}

.section-form__form {
    padding: 40px 80px
}

.section-form__man {
    width: 100%;
    height: 100%
}

.section-form__man:after {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    width: 130%;
    content: '';
    background: url(../img/section-form/man.png) no-repeat center bottom;
    background-size: contain
}

@media (max-width: 1199px) {
    .section-form__man:after {
        width: 150%
    }
}

@media (max-width: 991px) {
    .section-form {
        padding: 40px 0
    }

    .section-form__form {
        border-radius: 12px;
        padding: 20px
    }
}

.section-work {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section-work__content {
    padding-top: 15px;
    text-align: left
}

.section-work__slider-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 21px rgba(7, 42, 68, .1)
}

.section-work__dots {
    padding: 50px 0;
    position: relative;
    height: 20px
}

.section-work__dots .slick-dots {
    bottom: 50%;
    transform: translateY(50%)
}

.section-services {
    text-align: center
}

.section-services__list {
    margin: 0;
    padding: 50px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.section-services__list-item {
    padding: 0 15px;
    flex: 1 1 340px
}

.section-services__content {
    margin: 40px 0 15px
}

.section-reviews {
    text-align: center;
    background: linear-gradient(180deg, #ebeef0 0, #fff 100%)
}

.section-benefits {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section-benefits__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.section-benefits__list-item {
    flex: 0 0 200px;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .section-benefits__list-item {
        flex: 0 0 250px
    }
}

@media (max-width: 991px) {
    .section-benefits__list-item {
        flex: 0 0 230px
    }
}

.section-header {
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section-header__man {
    height: 634px
}

.section-header__man:after {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    height: 100%;
    width: 117%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/section-header/man.png)
}

.section-header__content {
    margin-bottom: 70px;
    letter-spacing: 1px
}

.section-header__container {
    position: relative;
    z-index: 1
}

.section-header__button {
    padding: 10px 45px
}

@media (max-width: 991px) {
    .section-header__man {
        height: 465px
    }

    .section-header__man:after {
        width: 100%
    }

    .section-header__content {
        margin-bottom: 50px
    }

    .section-header__input {
        margin-bottom: 15px
    }

    .section-header__input .input__control {
        width: 100%
    }

    .section-header__button {
        max-width: 100%;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .section-header {
        background-position: 20%
    }
}

.section-gradient {
    position: relative;
    padding: 0;
    background: linear-gradient(252.21deg, #0074e4 11.54%, #55b7ff 91.96%)
}

.section-gradient:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -265px;
    left: 0;
    width: 24%;
    height: 429px;
    background: url(../img/blocks-4.svg) no-repeat -130px 50%;
    background-size: contain
}

.section-gradient:after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: -270px;
    right: 0;
    width: 13%;
    height: 320px;
    background: url(../img/blocks-5.svg) no-repeat 110px 50%;
    background-size: contain
}

.section-gradient__men {
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%
}

.section-gradient__men:after, .section-gradient__men:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -60%;
    display: block;
    width: 27.6875em;
    height: 25.375em;
    background: url(../img/blocks-7.svg) no-repeat center bottom;
    background-size: contain
}

.section-gradient__men:after {
    z-index: 1;
    background: url(../img/men.png) no-repeat center bottom;
    background-size: contain
}

.section-gradient__form-container {
    padding: 4.6875em 0
}

@media (max-width: 1199px) {
    .section-gradient:after {
        bottom: -225px;
        background: url(../img/blocks-5.svg) no-repeat 65px 50%;
        background-size: contain
    }

    .section-gradient__men:after, .section-gradient__men:before {
        left: -97%
    }
}

@media (max-width: 991px) {
    .section-gradient__men:after, .section-gradient__men:before {
        left: -143%;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section-gradient:after, .section-gradient:before {
        display: none
    }
}

.section-gray {
    position: relative;
    background-color: #f2f4f5
}

.section-gray:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -100px;
    right: 0;
    width: 24%;
    height: 429px;
    background: url(../img/blocks-8.svg) no-repeat 180px 50%;
    background-size: contain
}

.section-gray:after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: -270px;
    right: 0;
    width: 13%;
    height: 320px;
    background: url(../img/blocks-5.svg) no-repeat 110px 50%;
    background-size: contain
}

.section-gray__blocks-9 {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blocks-9.svg) no-repeat -40px 50%;
    background-size: 10%
}

@media (max-width: 1199px) {
    .section-gray:before {
        top: -135px;
        background: url(../img/blocks-8.svg) no-repeat 95px 50%;
        background-size: contain
    }

    .section-gray:after {
        bottom: -225px;
        background: url(../img/blocks-5.svg) no-repeat 65px 50%;
        background-size: contain
    }

    .section-gray__blocks-9 {
        background: url(../img/blocks-9.svg) no-repeat -20px 50%;
        background-size: 10%
    }
}

@media (max-width: 767px) {
    .section-gray:after, .section-gray:before {
        display: none
    }

    .section-gray__blocks-9 {
        display: none
    }
}

.section-white {
    background-color: rgba(255, 255, 255, .9);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover
}

.section-products {
    position: relative;
    padding: 6.25em 0
}

.section-products:before {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 33%;
    height: 385px;
    background: url(../img/blocks-10.svg) no-repeat;
    background-size: contain
}

.section-products:after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 58%;
    right: 3%;
    width: 23%;
    height: 385px;
    background: url(../img/blocks-11.svg) no-repeat;
    background-size: contain
}

.section-products > .container {
    position: relative;
    z-index: 2
}

.section-products__group:not(:last-child) {
    margin-bottom: 30px
}

.section-products__group--large:not(:last-child) {
    margin-bottom: 50px
}

.section-products__box {
    box-shadow: 0 .25em .9375em rgba(7, 42, 68, .15);
    border-radius: 1.25em;
    background-color: #fff
}

.section-products__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 44px;
    margin-bottom: 22px;
    font-weight: 600;
    line-height: 1
}

.section-products__title--center {
    text-align: center
}

.section-products__subtitle {
    margin-bottom: 90px;
    color: #171c34;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400
}

.section-products__subtitle--center {
    text-align: center
}

.section-products__body {
    padding: 4.0625em 10em 3.125em
}

.section-products__footer {
    background-color: #efefef;
    padding: 0 10em 3.75em
}

@media (max-width: 991px) {
    .section-products__title {
        font-size: 34px
    }

    .section-products__subtitle {
        margin-bottom: 40px
    }

    .section-products__body {
        padding: 2.1875em 1.25em 1.25em
    }
}

@media (max-width: 575px) {
    .section-products__title {
        font-size: 30px;
        margin-bottom: 25px
    }
}

.section-personal {
    padding: 1.5625em 0 6.25em
}

.section-personal__group--mb-25 {
    margin-bottom: 1.5625em
}

.section-personal__title {
    margin-bottom: .75em
}

@media (max-width: 1199px) {
    .section-personal__group {
        font-size: 14px
    }

    .section-personal__title {
        font-size: 2.125em
    }
}

@media (max-width: 767px) {
    .section-personal__title {
        font-size: 1.5em
    }
}

.main--gray {
    background-color: #f4f4f4
}

.header {
    padding-top: 178px
}

.header__inner {
    background-color: #fff;
    z-index: 120;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 .25em .625em rgba(236, 236, 236, .8)
}

.header__line--top {
    border-bottom: 1px solid #ececec;
    padding: 13px 0
}

.header__line--bottom {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.header__button {
    width: 240px;
    margin-top: 7px
}

.header__action-item {
    font-size: 14px
}

@media (max-width: 1199px) {
    .header {
        padding-top: 163px
    }

    .header__phone-link {
        font-size: 20px
    }

    .header__button {
        width: 185px;
        height: 45px
    }
}

@media (max-width: 991px) {
    .header {
        padding-top: 102px
    }
}

@media (max-width: 575px) {
    .header {
        padding-top: 94px
    }

    .header__line--top {
        height: 94px;
        display: flex;
        align-items: center
    }
}

.footer {
    padding: 130px 0
}

.footer__column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer__nav {
    text-align: right;
    color: #6c757d
}

.footer__nav-title {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__nav-item {
    font-size: 20px;
    font-weight: 700
}

.footer__link {
    font-weight: inherit;
    color: inherit
}

.footer__data {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer__copy {
    margin-bottom: 5px;
    color: #6c757d
}

.footer__policy {
    color: #8f96b0
}

.footer__policy:hover, .footer__policyfocus {
    color: #8f96b0
}

.footer__itipark {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #8f96b0
}

.footer__itipark:hover, .footer__itiparkfocus {
    color: #8f96b0
}

.footer__itipark-icon {
    flex: 0 0 auto;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 64px;
    background-image: url(../img/itipark-logo.png)
}

@media (max-width: 991px) {
    .footer__nav-item {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 45px 0
    }

    .footer__logo-container {
        width: 100%;
        text-align: center;
        padding-bottom: 30px
    }

    .footer__column {
        padding-bottom: 25px
    }

    .footer__nav {
        text-align: center
    }

    .footer__info {
        text-align: center
    }

    .footer__itipark {
        margin-top: 40px;
        margin-left: initial
    }
}

.page {
    line-height: 1.45
}

.page--no-scroll {
    overflow: hidden !important
}

.form-field {
    font-size: 16px
}

.form-field__label {
    display: block;
    color: #a2a2a2;
    font-size: 14px
}

.form-field__input {
    border: 1px solid #cacaca;
    transition: all ease-in-out .2s;
    height: 3em;
    font-size: 1em;
    font-family: Exo2-SemiBold, sans-serif;
    width: 100%;
    outline: 0;
    padding: .5em 1em
}

.form-field__textarea {
    resize: none;
    min-height: 7em
}

.form-field__select {
    cursor: pointer
}

.form-field.form-field--required .form-field__label::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: .5em;
    background-color: #e60000;
    border-radius: 50%;
    vertical-align: middle
}

.file-dropzone {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px dotted #cacaca;
    padding: 1em;
    cursor: pointer
}

.file-dropzone__input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.file-dropzone__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.file-dropzone__image {
    max-width: 100%;
    max-height: 100%;
    height: 52px
}

.file-dropzone__text {
    margin-left: 1em;
    font-family: Exo2-SemiBold, sans-serif
}

.file-dropzone__link {
    color: #0094d3
}

.feedback-form__title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 24px;
    margin-bottom: 1em
}

.feedback-form__desc {
    text-align: center;
    font-size: 1em;
    color: #a2a2a2
}

.feedback-form__submit {
    background-color: transparent;
    position: relative;
    background-image: none;
    cursor: pointer;
    border: 1px solid #ed2f43;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: Exo2-SemiBold, sans-serif;
    padding: 14px;
    border-radius: 32px;
    transition: all linear .2s;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 310px;
    max-width: 100%
}

.feedback-form__submit:hover {
    background-color: #ed2f43;
    color: #fff
}

.feedback-form__label {
    padding-left: 20px
}

.horizon-form {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(7, 42, 68, .1);
    border-radius: 10px
}

.horizon-form__title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
}

.horizon-form__desc {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center
}

.horizon-form__label {
    font-size: 14px;
    line-height: 28px
}

.horizon-form__input {
    padding: 10px;
    width: 100%;
    background: #f3f3f3;
    border-radius: 8px;
    border: 1px solid #f3f3f3
}

.horizon-form__input::-ms-input-placeholder {
    color: #919aa3
}

.horizon-form__input::placeholder {
    color: #919aa3
}

.vertical-form {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(7, 42, 68, .1);
    border-radius: 10px;
    padding: 45px
}

.vertical-form__title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px
}

.vertical-form__desc {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center
}

.vertical-form__label {
    margin-bottom: 10px;
    width: 100%
}

.vertical-form__input, .vertical-form__textarea {
    padding: 14px;
    width: 100%;
    background: #f3f3f3;
    border-radius: 8px;
    border: 1px solid #f3f3f3
}

.vertical-form__input::-ms-input-placeholder, .vertical-form__textarea::-ms-input-placeholder {
    color: #919aa3
}

.vertical-form__input::placeholder, .vertical-form__textarea::placeholder {
    color: #919aa3
}

.vertical-form__textarea {
    resize: none
}

.vertical-form__center {
    text-align: center
}

.vertical-form__mb30 {
    margin-bottom: 30px
}

.cart__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5)
}

.cart__loader-container {
    position: relative
}