@charset "UTF-8";

.installment-logos-img {
    position: relative;
    display: block;
    max-height: 50px;
    height: auto;
    width: auto;
}



.slick-dots li button,
.slick-next,
.slick-prev {
    font-size: 0;
    color: transparent;
    border: 0;
    width: 20px;
    line-height: 0;
    outline: 0;
    cursor: pointer
}

.bed-content-img:before,
.repair-item-img:before {
    z-index: -1;
    transform: translate(-50%, -50%);
    top: 50%
}

@-webkit-keyframes tada {

    0%,
    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {

    0%,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@font-face {
    font-family: Gabriela;
    src: url(gabriela-regular.woff2) format("woff2"), url(gabriela-regular.woff) format("woff"), url(gabriela-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'WeblySleek UI';
    src: url(weblysleekuisemibold.woff2) format("woff2"), url(weblysleekuisemibold.woff) format("woff"), url(weblysleekuisemibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'WeblySleek UI';
    src: url(weblysleekuisemilight.woff2) format("woff2"), url(weblysleekuisemilight.woff) format("woff"), url(weblysleekuisemilight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.my-dots li button:focus,
.my-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.installment-card,
.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.customers,
.modal,
.order,
.questions-image,
.reason,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.slider-arrow,
.video-youtube-img,
.why {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background-color: #fff
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.my-dots li button:focus:before,
.my-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before,
.video iframe:hover::before,
.video-youtube:hover::before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 20px;
    padding: 5px;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn,
.fadeOut,
.installment-cards-wrapper:hover .installment-card-text,
.installment-logos-img:hover+.installment-logos-img-text {
    visibility: visible
}

.delay-02 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-03 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-04 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-05 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-06 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.reason-icon-1,
.reason-icon-2 {
    background-position: 0 0;
    width: 220px;
    height: 146px
}

.reason-icon-2 {
    background-position: -440px 0
}

.reason-icon-3,
.reason-icon-4 {
    background-position: -220px 0;
    width: 220px;
    height: 146px
}

.reason-icon-4 {
    background-position: -660px 0
}

.gift-icon-1 {
    background-position: 0 0;
    width: 187px;
    height: 187px
}

.gift-icon-2 {
    background-position: -187px 1px;
    width: 172px;
    height: 188px
}

.gift-icon-3 {
    background-position: -359px 0;
    width: 172px;
    height: 187px
}

.why-img-1 {
    background-position: 0 0;
    width: 189px;
    height: 219px
}

.why-img-2 {
    background-position: -414px 0;
    width: 300px;
    height: 191px
}

.why-img-3 {
    background-position: -189px 0;
    width: 225px;
    height: 237px
}

.materials-img-1 {
    background-position: 0 0;
    width: 233px;
    height: 219px
}

.materials-img-2,
.materials-img-3 {
    background-position: -233px 0;
    width: 233px;
    height: 219px
}

.materials-img-3 {
    background-position: -466px 0
}

.materials-img-4,
.materials-img-5 {
    background-position: -699px 0;
    width: 233px;
    height: 219px
}

.materials-img-5 {
    background-position: -932px 0
}

.types-img-1,
.types-img-2 {
    background-position: 0 0;
    width: 150px;
    height: 150px
}

.types-img-2 {
    background-position: -150px 0
}

.types-img-3,
.types-img-4 {
    background-position: -300px 0;
    width: 150px;
    height: 150px
}

.types-img-4 {
    background-position: -450px 0
}

.types-img-5,
.types-img-6 {
    background-position: -600px 0;
    width: 150px;
    height: 150px
}

.types-img-6 {
    background-position: -750px 0
}

.order-img-1 {
    background-position: 0 0;
    width: 154px;
    height: 154px
}

.order-img-2,
.order-img-3 {
    background-position: -154px 0;
    width: 154px;
    height: 154px
}

.order-img-3 {
    background-position: -308px 0
}

.order-img-4,
.order-img-5 {
    background-position: -462px 0;
    width: 154px;
    height: 154px
}

.order-img-5 {
    background-position: -616px 0
}

.customers-img-1 {
    background-position: -581px 0;
    width: 329px;
    height: 72px
}

.customers-img-2 {
    background-position: -433px 0;
    width: 148px;
    height: 59px
}

.customers-img-3 {
    background-position: -209px 0;
    width: 112px;
    height: 109px
}

.customers-img-4 {
    background-position: -100px 0;
    width: 109px;
    height: 109px
}

.customers-img-5 {
    background-position: -321px 0;
    width: 112px;
    height: 109px
}

.cost,
.price {
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
    z-index: 1
}

.price {
    padding-bottom: 55px
}

.price-content {
    text-align: center
}

.price-content-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end
}

.price-item {
    text-align: center;
    margin: 0 20px 40px
}

.price-item img {
    max-width: 300px
}

.price-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #a33737;
    margin-top: 15px
}

.price-item p {
    font-size: 24px
}

.price-form {
    margin-top: 10px
}

.appraiser-form-title,
.installment-form-title,
.price-form-title {
    color: #a33737
}

.price-form button,
.price-form input {
    width: 210px
}

.cost {
    margin-top: 25px;
    padding-bottom: 45px
}

.cost-items {
    max-width: 500px;
    border-width: 2px 2px 3px;
    border-style: solid;
    background: #fff;
    border-color: #fcce5a;
    box-shadow: 0 0 4px rgba(32, 49, 104, .2), 0 0 4px rgba(32, 49, 104, .2);
    padding: 25px 20px;
    margin: 0 auto
}

.cost-items-size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.cost-items-size,
.cost-items-size label,
.work-item-img:first-child {
    margin-bottom: 15px
}

.cost-items-types {
    margin-bottom: 25px
}

.cost-items-types-lists {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border: 1px solid #fcce5a;
    padding: 15px 0;
    margin-top: 10px
}

.cost-items-types-lists label {
    margin: 15px 10px
}

.cost-items-inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.cost-label-button,
.installment-content {
    justify-content: center;
    display: flex
}

.cost-items-inputs button,
.cost-items-inputs input {
    width: 248px
}

.cost-label-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.installment {
    position: relative;
    margin-bottom: 35px;
    z-index: 2
}

.appraiser:after,
.feedback:after,
.hauling:after,
.installment:after,
.questions:after,
.video:after {
    content: none
}

.installment:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(to bottom, #f5f2ed, #fff 76%)
}

.installment-content {
    flex-wrap: wrap-reverse
}

.bed-content-img img,
.delivery-img img,
.installment-content-img img {
    display: block;
    width: 100%;
    height: auto
}

.installment-content-descr,
.installment-logos {
    display: flex;
    justify-content: center;
    align-items: center
}

.installment-card-text,
.installment-logos-img-text {
    display: inline-block;
    visibility: hidden;
    padding: 3px 9px;
    background-color: #bddf4c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .36);
    color: #fff;
    font-weight: 600
}

.installment-content-descr {
    text-align: center;
    z-index: 1;
    flex-direction: column;
    margin-top: auto
}

.installment-logos {
    flex-wrap: wrap;
    margin: -20px
}

.installment-logos-wrapper {
    margin: 20px
}

.installment-logos-img-text {
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    position: absolute;
    z-index: 11;
    transform: translateY(15px)
}

.installment-card-text::after,
.installment-logos-img-text::after {
    content: '';
    position: absolute;
    left: 10px;
    top: -25px;
    border: 9px solid transparent;
    border-bottom: 16px solid #bddf4c
}

.installment-cards {
    width: 441px;
    height: 139px;
    flex: none;
    position: relative;
    z-index: 4;
    margin-top: 55px;
    zoom: .7
}

.installment-cards-wrapper {
    text-align: left;
    position: absolute;
    -webkit-filter: drop-shadow(0 3px 6px rgba(108, 108, 108, .3));
    filter: drop-shadow(0 3px 6px rgba(108, 108, 108, .3))
}

.appraiser-content,
.appraiser-form ul li,
.appraiser-img,
.bed,
.bed-content-img,
.feedback,
.footer-contacts,
.footer-contacts-block,
.gifts-content-items,
.hauling,
.repair-item-img {
    position: relative
}

.installment-cards-wrapper-1 {
    top: 0;
    left: 0
}

.installment-cards-wrapper-2 {
    top: 0;
    left: 16%
}

.installment-cards-wrapper-3 {
    top: 11px;
    left: 31%
}

.installment-cards-wrapper-4 {
    top: 24px;
    left: 47%
}

.installment-cards-wrapper-5 {
    top: 32px;
    right: 0
}

.installment-card-text {
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    z-index: 1;
    margin-top: 10px;
    margin-left: 20px
}

.gifts {
    background: linear-gradient(to bottom, #fff 0, #fff 65%, #fbf8f1 100%);
    padding-bottom: 55px
}

.gifts-content,
.gifts-content-items,
.repair-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.gifts-content {
    align-items: center
}

.gifts-item {
    text-align: center;
    margin: 0 20px 35px
}

.bed-content-img,
.repair-item:first-child {
    margin-bottom: 40px
}

.gifts-item h4 {
    font-size: 20px;
    color: #e90022;
    margin-top: 5px
}

.gifts-form-title {
    font-size: 22px;
    color: #e90022
}

.delivery {
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
    padding-bottom: 40px
}

.delivery-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.delivery-img-1 {
    margin-right: 30px
}

.bed {
    background: linear-gradient(to bottom, #fff 0, #fbf8f1 100%);
    padding-bottom: 55px;
    z-index: 0
}

.bed-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bed-content-img,
.bed-content-img:before {
    box-shadow: 0 2px 4px rgba(127, 127, 127, .5);
    border-radius: 5px;
    border: 2px solid #fcf1d4
}

.bed-content-img {
    background: #fff
}

.bed-content-img:before {
    content: '';
    position: absolute;
    left: 50%;
    height: calc(100% - 20px);
    width: calc(100% + 20px)
}

.bed-form {
    padding: 15px 10px
}

.bed-form-title {
    max-width: 336px;
    font-size: 20px
}

.repair {
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
    padding-bottom: 50px
}

.repair-item-img {
    max-width: 405px;
    margin: 0 auto
}

.repair-item-img:before {
    content: '';
    position: absolute;
    left: 50%;
    height: calc(100% + 20px);
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 5px;
    border: 4px solid #fcf1d4
}

.repair-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #d5f1f2;
    border-radius: 5px
}

.materials-item-img h4,
.repair-item-img h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600
}

.repair-item p {
    font-size: 20px;
    color: #444;
    line-height: 1.5;
    padding: 20px 14px 0
}

.appraiser {
    margin-bottom: 0;
    border-bottom: 1px solid #ffc300;
    padding-bottom: 45px;
    z-index: 1
}

.appraiser-content {
    overflow: hidden;
    max-width: 980px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto
}

.appraiser-img {
    z-index: -1
}

.appraiser-form {
    background-color: #fcf9ef;
    padding: 20px 40px
}

.appraiser-form ul {
    text-align: center;
    list-style-type: none;
    font-size: 22px;
    padding: 0;
    margin: 10px 0 20px
}

.appraiser-form ul li {
    font-size: 18px;
    text-align: left;
    padding: 4px 0 4px 30px
}

.appraiser-form ul li:first-child,
.questions-form textarea {
    margin-top: 5px
}

.appraiser-form ul li span {
    font-weight: 600
}

.appraiser-form ul li:before {
    position: absolute;
    content: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAdVBMVEUAAAD/0GluUyFkTCRMNxkkGwsVDwWRbCiJYyE/LhT/z2nos13hnjbcpzXToVTZnzeufCeieS/5xWbvrznIm1DBlE19Wh7Vx7UyJQ37rj39vj37vj36vjz0w1zltTjgoFTLhyn/tzz/vj3/yD//wz//1m//0kLxyx3XAAAAIXRSTlMA/ldLORYLeXAq9trSzMXFnInu4rOwZCAf9vXy8ebY0MDyn+pGAAAArUlEQVQoz5WSSQ7CMAxFE9omneeWeYjtcP8jEtgA7WfB28TSk2J/y+oXW4WJ6ysWVhexAiSjrxMkssJPBomo95OCIvcjFBvta4OFLhL8le4zmC/XOkJid9a+Q8JUIs1X0+piX0XLdPhs0jHzPQ3FzMThfZOSkJwSlR2JmkUEJmKrGnG03G8XVGXFSbuaaSBH5NywDr8RF6AZJCmfplSAlILBa9m7MlaQW2v+OK4HJN0Ly3NCMS0AAAAASUVORK5CYII=);
    left: 0;
    top: 3px
}

.hauling {
    padding-top: 30px
}

.hauling__title {
    margin-bottom: 90px
}

.hauling__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin: -30px
}

.hauling__info {
    width: 100%;
    max-width: 347px;
    margin: 30px
}

.hauling__info-img {
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(188, 188, 188, .16);
    width: 100%
}

.hauling__info-subtitle {
    font-size: 20px;
    line-height: 1.35;
    text-align: left;
    margin-top: 21px
}

.hauling__info-subtitle-single {
    position: absolute;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px rgba(93, 93, 93, .63)
}

.materials-item-img,
.my-dots li,
.questions,
.types-items,
.video-content-youtube {
    position: relative
}

.feedback-write,
.materials-form,
.materials-item,
.modal,
.my-dots,
.types-item,
.video-content-youtube {
    text-align: center
}

.hauling__info-single {
    background: #c2e14e;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.materials,
.types,
.work {
    background: linear-gradient(to bottom, #fff 0, #fbf8f1 100%)
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px
}

.work {
    padding-top: 35px;
    padding-bottom: 20px
}

.work-content {
    max-width: 1060px;
    margin: 0 auto
}

.work-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    outline: 0
}

.work-item-img img {
    width: 300px;
    height: 225px;
    border: 4px solid #fcce99;
    border-radius: 5px
}

.work-item-img:before {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #7f7f7f;
    background-color: #fcf1d4;
    border-radius: 5px;
    padding: 1px 15px 5px
}

.work-item-img:first-child:before {
    content: 'Было'
}

.work-item-img:last-child:before {
    content: 'Стало'
}

.my-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 20px 0 0
}

.my-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px;
    padding: 0;
    cursor: pointer
}

.my-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: 0 0
}

.my-dots li button:before {
    background-color: #fff;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '';
    text-align: center;
    color: #000;
    box-shadow: 0 0 3px 0 #c6c6c6, inset 0 0 5px 0 #b4b4b4;
    border-radius: 100%;
    border: 2px solid #fff
}

.my-dots li.slick-active button:before {
    background-color: #ffc300;
    box-shadow: 0 0 5px 0 #c6c6c6;
    border: 2px solid #fff
}

.materials,
.types {
    padding-bottom: 55px
}

.materials-items {
    max-width: 930px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto
}

.materials-item {
    width: 290px;
    margin: 0 20px 20px
}

.materials-item-img {
    display: inline-block
}

.materials-item-img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 16px);
    width: calc(100% - 16px);
    border-radius: 5px;
    border: 4px solid #fcf1d4;
    z-index: -1
}

.materials-item-img .lazy {
    display: block;
    border: 4px solid #d5f1f2;
    border-radius: 5px;
    margin: 0 auto
}

.materials-item p {
    font-size: 18px;
    text-align: justify;
    color: #444;
    line-height: 1.5;
    padding: 20px 0
}

.materials-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #fcf1d4 100%);
    border: 4px solid #ffc300;
    padding: 10px 20px 20px
}

.materials-form-title {
    font-size: 22px
}

.materials-form img {
    margin: 10px 0
}

.types-items {
    max-width: 450px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid #d5f1f2;
    margin: 0 auto;
    padding: 15px 0
}

.types-item {
    width: 50%;
    margin-bottom: 10px;
    z-index: 1
}

.types-item .lazy {
    border: 4px solid #d5f1f2;
    border-radius: 100%;
    margin: 0 auto;
    transform: scale(.8)
}

.types-item h4 {
    font-size: 18px;
    font-weight: 600
}

.feedback-title {
    max-width: 490px;
    margin: 0 auto 10px
}

.feedback-title-block,
.questions-contacts {
    margin-bottom: 45px
}

.feedback-descr {
    display: none;
    max-width: 980px;
    border-bottom: 1px solid #ffc300;
    padding-bottom: 30px;
    margin: 0 auto 20px
}

.feedback-descr h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px
}

.feedback-descr p {
    font-size: 18px;
    text-align: justify;
    margin-top: 5px
}

.feedback-slider {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.feedback-items {
    max-width: 980px;
    margin: 0 auto
}

.feedback-item {
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    border: 2px solid #d5f1f2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 15px #c1c0c0;
    outline: 0;
    margin: 20px
}

.feedback-item-person {
    display: flex;
    align-items: center;
    min-width: 115px;
    margin-bottom: 10px
}

.feedback-item-review h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.feedback-item-review p {
    color: #444;
    font-size: 18px
}

.feedback-person-img {
    width: 104px;
    height: 104px;
    border: 2px solid #d5f1f2;
    border-radius: 5px;
    margin-right: 10px
}

.feedback-person-descr {
    font-size: 16px
}

.feedback-person-name {
    font-weight: 400
}

.feedback-person-name p {
    font-weight: 600;
    margin-bottom: 3px
}

.feedback-person-name span {
    color: #888
}

.feedback-person-date {
    margin: 3px 0
}

.feedback-person-rating {
    color: #888;
    font-size: 14px
}

.feedback-write {
    cursor: pointer;
    color: #a33737;
    text-decoration: underline
}

.feedback-dots {
    margin-top: 0
}

.questions {
    background: linear-gradient(to bottom, #f2e4d5, #fffbf7 46%);
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 0
}

.questions:before {
    content: '';
    position: absolute;
    width: 103px;
    height: 33px;
    background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAGcAAAAhCAMAAADznkW6AAAAb1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v0wLRAAAAJHRSTlMA9u0U+fHHo45oUzozCAS8tIN3bD8oGgEi5dzb0659YFtJGao/7J2mAAAA/0lEQVRIx73UBY7DMBCF4ec4YA5DGTb3P+NWarXacsCT7wK/PGMbvJIiDXo6QSpkxXHVKRGH3hNhLFSHR1YXWeStEWWFtnjH6Tz2EIlz7fDNWabhnGGl8oyBeBlPPUnJMUotgvFXS9QYz8rNqMpGWkzjjuvBlfXRYTpXBsMmVjrM0+wGZHYN5juwLxV2gBf19mNmW8MTm3zIJBbetMXbTNHCJ8Ver0bBsyrqn0UVvDPB86sxIGCix9MYkNDsfjcaRNRdR4HM/l9mDzpt9pfJWhDiq1tmxUHqdOucQCy5fmqg1rBLhjUgl186OejxsA85FpD0CZZgmMEifrCMDuP9AhMphREYWm1KAAAAAElFTkSuQmCC) center no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.questions-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.questions-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.questions-number {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600
}

.questions-number a {
    color: #555
}

.footer-work a:hover,
.questions-number a:hover {
    color: #7f7f7f
}

.questions-number svg {
    margin: 5px
}

.questions-form {
    padding: 20px 40px 30px
}

.questions-form-title {
    font-size: 20px
}

.questions-form button,
.questions-form input,
.questions-form textarea {
    width: 198px
}

.questions-form button {
    font-size: 16px;
    margin: 0
}

.video {
    padding-top: 35px;
    padding-bottom: 45px
}

.video iframe,
.video-youtube {
    cursor: pointer
}

.video iframe:before,
.video-youtube:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAyCAMAAADbXS0mAAAAS1BMVEUAAADZNSrYNinYNirYNinYNirYNirYNijbNSTYNirYNinZNirZNirZNinYNir////0x8Trlo/cTEH65OL+9vXxtK/iZFvleXH20M2TN09YAAAADnRSTlMAL8RB07WPGwvie6VqWIJpvYwAAAEySURBVEjHpZfLkoMgEEVb5CGgGJ/J/3/pDD3jIlVpOuU9K11wLK4NNPSZIYTul56pTyEM1CRMyfucnTE2FpFojXE5e5+m7m34KA+SZSNdDK7cwg3/4225if0z+HKbxPEVgFADRAQ1SIMIDNFQIIg6TNDRhAmmmiGWYsIESSyjY/lK4EXBY97OrwRZFMzzY1UFmZwoqKjzcGREAbM9tVK0DQHzakZhKcqCi6MRRaSiC+a9EYUuYLYTE/AvhQQ8D0zAvxQU7AsmOFZgCnI9qYWkVHSkiBWSJasLlrW1mIwmOFZoOb9OaEPZntCWti/Qplonr5PEc4Gj1xnhow0/XAkT4A0G3uLgTRZywCe40YRb3YvJ3Pj8+N7u9yk7Z6yNpUGM1jjH7X4gRr5uVPqL+iLcOH4AdNeiDoB4k9UAAAAASUVORK5CYII=) center no-repeat;
    opacity: .6;
    transition: .1s linear
}

.video-youtube-img img,
.video-youtube-poster img {
    display: block;
    margin: 0 auto
}

.video-youtube-poster img {
    max-width: 100%
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    padding-top: 20px
}

.modal-close {
    cursor: pointer;
    background: #000;
    border: 3px solid #fff;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: -15px;
    height: 34px;
    width: 34px;
    z-index: 1;
    box-shadow: 0 0 2px rgba(127, 127, 127, .2), 0 0 4px rgba(127, 127, 127, .2)
}

.modal-close:after,
.modal-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    border-radius: 5px
}

.modal-close:before {
    width: 18px;
    height: 4px
}

.modal-close:after {
    width: 4px;
    height: 18px
}

.modal-feedback-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 0
}

.modal-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 370px;
    background-color: #fff;
    border: 2px solid #ff6d00;
    border-radius: 10px;
    padding: 25px 20px 30px
}

.modal-lists {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    margin: 10px 0 0;
    padding-left: 20px
}

.modal-lists li {
    list-style-type: disc !important
}

.modal form button,
.modal form input,
.modal form textarea {
    width: 100%;
    max-width: 240px;
    margin: 7px 0
}

.footer {
    border-bottom: 1px dashed #ddd;
    border-top: 5px solid #ddd;
    padding: 15px 0;
    background-color: #f9f9f9
}

.footer-contact,
.footer-content {
    display: flex;
    flex-direction: column
}

.footer-content {
    max-width: 980px;
    align-items: center;
    margin: 0 auto
}

.footer-contact {
    height: 60px;
    justify-content: space-around;
    margin: 5px 0
}

.footer-contact svg {
    margin: 0 5px
}

.footer-work {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333
}

.footer-work a {
    color: #333
}

.footer-contacts {
    text-align: center;
    font-size: 14px;
    line-height: 1.5
}

.footer-contacts-button {
    cursor: pointer;
    color: #419fac
}

.footer-contacts-window {
    display: none;
    z-index: 1000
}

.footer-contacts-window-active {
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(127, 127, 127, .5);
    border-radius: 6px;
    border: 1px solid rgba(127, 127, 127, .5);
    padding: 5px;
    width: 290px
}

.footer-contacts-block-close {
    position: absolute;
    color: #292929;
    right: 0;
    top: -10px;
    cursor: pointer;
    font-size: 30px
}

.footer-contacts ul {
    padding-left: 0;
    margin: 10px 0 0
}

.footer-contacts ul li {
    margin-left: 17px
}

.footer-conf {
    margin-bottom: 10px;
    padding-top: 0
}

.footer-conf-text {
    color: #419fac
}

@media (min-width:600px) {
    .cost-items-size {
        justify-content: space-between
    }

    .cost-items-size label:first-child,
    .cost-items-size label:last-child {
        order: -1
    }

    .cost-label-title {
        text-align: left
    }

    .installment-content {
        align-items: center;
        flex-wrap: nowrap
    }

    .installment-logos-img-text {
        font-size: 20px
    }

    .installment-cards {
        margin-top: 0;
        margin-bottom: 30px
    }

    .repair {
        padding-bottom: 20px
    }

    .repair-items {
        padding-top: 10px
    }

    .repair-item {
        width: 405px;
        margin: 0 15px 40px
    }

    .appraiser {
        padding-bottom: 0
    }

    .appraiser-content {
        align-items: flex-start;
        flex-wrap: nowrap
    }

    .appraiser-img {
        margin-right: -30px;
        z-index: 1
    }

    .hauling__block {
        margin: -30px -20px
    }

    .hauling__info {
        margin: 30px 20px;
        width: calc(50% - 40px)
    }

    .work-item {
        flex-direction: row;
        justify-content: center
    }

    .work-item-img:first-child {
        margin-bottom: 0;
        margin-right: 10px
    }

    .work-item-img:first-child:before {
        transform: none;
        left: auto;
        right: 15px
    }

    .work-item-img:last-child:before {
        transform: none;
        left: 15px
    }

    .work-item-img img {
        width: 286px;
        height: 215px
    }

    .materials-item {
        width: 260px;
        margin: 0 15px 20px
    }

    .types-items {
        max-width: 680px;
        padding: 20px 0 15px
    }

    .types-item {
        width: 33%;
        margin-bottom: 20px
    }

    .feedback-item {
        padding: 35px
    }

    .feedback-person-descr {
        font-size: 18px
    }

    .feedback-person-img {
        margin-right: 15px
    }

    .questions-contacts {
        margin-left: 30px;
        margin-right: 30px
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap
    }

    .footer-contacts {
        padding-left: 20px
    }

    .footer-conf {
        margin-bottom: 0
    }
}

@media (min-width:900px) {

    .reason-content-img:before,
    .reason-content-items,
    .reason-item:before,
    .types-items:after,
    .types-items:before {
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute
    }

    .reason {
        display: block;
        position: relative;
        padding-bottom: 45px;
        margin-bottom: 0;
        z-index: 2
    }

    .reason:after {
        content: none
    }

    .reason-title-block {
        margin-bottom: 75px
    }

    .reason-content {
        position: relative;
        text-align: center;
        margin: 0 auto
    }

    .reason-content-items {
        width: 870px;
        left: 50%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .reason-content-img {
        padding: 0 10px 50px
    }

    .reason-content-img:before,
    .reason-item:before {
        content: '';
        left: 50%;
        height: calc(100% - 20px);
        width: calc(100% + 20px);
        background: #fff;
        border-radius: 5px;
        border: 2px solid #fce8b5;
        z-index: -1
    }

    .reason-content-img img {
        position: relative;
        width: 330px;
        overflow: hidden;
        z-index: 1
    }

    .reason-content-img h4 {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 130px;
        font-weight: 300;
        line-height: .9;
        color: #ffc300;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
        z-index: 1
    }

    .reason-content-img h4 span {
        font-size: 50px;
        color: #a33737;
        text-shadow: none
    }

    .reason-content-img p {
        position: relative;
        font-size: 18px;
        margin-top: 20px;
        z-index: 1
    }

    .reason-content-img,
    .reason-item {
        position: relative;
        display: inline-block;
        text-align: center;
        background: #fff;
        border: 2px solid #fcf1d4;
        border-radius: 5px
    }

    .reason-item:nth-child(odd) {
        margin-right: 160px
    }

    .reason-item:nth-child(-n+2) {
        margin-bottom: 20px
    }

    .reason-item .lazy {
        border-radius: 5px
    }

    .reason-item h4 {
        font-size: 22px;
        font-weight: 600;
        color: #a33737;
        padding: 10px 0 6px
    }

    .reason-item p {
        font-size: 18px;
        padding-bottom: 15px
    }

    .materials-form-title,
    .types-item h4 {
        font-size: 20px
    }

    .cost-items {
        max-width: 930px;
        padding: 30px
    }

    .installment-logos {
        margin: 0 -20px -20px
    }

    .installment-logos-wrapper {
        margin: 0 20px
    }

    .installment-content {
        align-items: flex-start
    }

    .installment-content-img {
        margin-top: 20px
    }

    .installment-content-img img {
        width: 560px
    }

    .installment-form {
        display: flex
    }

    .installment-cards {
        margin-bottom: 0
    }

    .gifts-content {
        justify-content: space-evenly
    }

    .bed-content {
        flex-direction: row;
        justify-content: center
    }

    .bed-content-img {
        margin-right: 30px;
        margin-bottom: 0
    }

    .hauling__block {
        margin: -30px -20px
    }

    .hauling__info {
        margin: 30px 20px;
        width: calc(33.33% - 40px)
    }

    .work-item-img img {
        width: 430px;
        height: 323px
    }

    .materials {
        padding-bottom: 20px
    }

    .materials-items {
        justify-content: space-evenly;
        align-items: flex-start
    }

    .materials-item {
        margin: 0 0 20px
    }

    .materials-item:nth-child(5) {
        order: 1
    }

    .types-items {
        max-width: 850px;
        border: 0;
        padding: 15px 0
    }

    .types-items:after,
    .types-items:before {
        content: '';
        left: 50%;
        border: 2px solid #d5f1f2
    }

    .types-items:before {
        width: 100%;
        height: calc(100% + 20px)
    }

    .types-items:after {
        width: calc(100% + 20px);
        height: 100%
    }

    .types-item {
        margin: 15px 0
    }

    .types-item .lazy {
        transform: none
    }

    .types-item h4 {
        margin-top: 10px
    }

    .order {
        display: block;
        background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
        padding-bottom: 55px
    }

    .order-items {
        display: flex;
        max-width: 980px;
        margin: 0 auto;
        justify-content: space-around;
        counter-reset: myCounter
    }

    .order-item {
        width: 20%
    }

    .order-item .lazy {
        position: relative;
        border: 2px solid #d5f1f2;
        border-radius: 5px
    }

    .order-item .lazy:after,
    .order-item .lazy:before {
        content: '';
        position: absolute;
        z-index: -2;
        bottom: 10px;
        width: 50%;
        height: 20%;
        box-shadow: 0 15px 10px rgba(0, 0, 0, .3)
    }

    .order-item .lazy:before {
        left: 0;
        transform: rotate(-5deg)
    }

    .order-item .lazy:after {
        right: 0;
        transform: rotate(5deg)
    }

    .order-item h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        padding-left: 38px;
        position: relative;
        margin-top: 20px
    }

    .order-item h4:before {
        position: absolute;
        top: 0;
        left: 0;
        counter-increment: myCounter;
        content: counter(myCounter) ".";
        font-size: 40px;
        line-height: 1;
        color: #ffc300;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .7)
    }

    .order-item p {
        margin-top: 5px
    }

    .questions-content-descr {
        margin-right: 30px
    }

    .questions-image {
        display: block;
        width: 540px
    }

    .questions-contacts {
        padding-left: 70px;
        margin: 0 0 15px
    }

    .video {
        padding-top: 45px;
        padding-bottom: 60px
    }

    .video iframe,
    .video-youtube {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        border: 0
    }

    .video-youtube-poster img {
        max-width: none
    }

    .video-youtube-img,
    .video-youtube-img img {
        display: block;
        margin: 0 auto
    }

    .modal-content {
        left: 50%;
        top: 200px;
        transform: translateX(-50%)
    }
}

@media (min-width:1200px) {

    .why-content-warranty img,
    .why-item,
    .why-list {
        position: relative
    }

    .feedback-slider,
    .questions-subtitle,
    .slick-dotted.slick-slider {
        margin-bottom: 20px
    }

    .reason-content-items {
        width: 980px
    }

    .reason-content-img {
        padding: 0 40px 50px
    }

    .installment-content-img img,
    .questions-image,
    .reason-content-img img {
        width: auto
    }

    .cost-title {
        width: 910px;
        text-align: right
    }

    .bed:after,
    .cost-title:before,
    .customers:after,
    .materials:after,
    .types:after,
    .work:after {
        content: none
    }

    .cost-title:after {
        content: url(../img/cost/calculator.png);
        position: absolute;
        left: 0;
        top: -25px
    }

    .cost-items {
        padding: 30px 40px
    }

    .gifts-content-items,
    .installment-content-img {
        margin-right: 50px
    }

    .installment-cards {
        zoom: normal;
        margin-top: -5px
    }

    .gifts-content {
        justify-content: center
    }

    .gifts-item {
        margin: 0 20px
    }

    .bed {
        background: 0 0;
        margin-bottom: 0
    }

    .why {
        display: block;
        background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
        padding-bottom: 75px
    }

    .why-content-lists,
    .why-content-warranty {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .why-content-warranty {
        margin: -40px auto 30px
    }

    .why-content-warranty p {
        display: inline-block;
        font-size: 24px;
        background: #fff;
        border: 2px solid #d5f1f2;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
        border-radius: 5px;
        margin-left: -15px;
        padding: 10px 15px
    }

    .why-content-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .why-list:first-child {
        background: url(../img/why/green-paint.png) top right no-repeat;
        margin-right: 70px
    }

    .why-list:first-child h3 {
        padding-right: 5px
    }

    .why-list:first-child p {
        right: 21px
    }

    .why-list:last-child {
        background: url(../img/why/yellow-paint.png) top right no-repeat
    }

    .why-list:last-child h3 {
        padding-right: 60px
    }

    .why-list:last-child p {
        right: 7px
    }

    .why-list h3 {
        font-size: 70px;
        font-weight: 300;
        line-height: 1.1;
        color: #ffc300;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
        height: 182px
    }

    .why-list h3 sup {
        font-size: 30px;
        white-space: nowrap;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
        padding-left: 15px
    }

    .why-list p {
        position: absolute;
        top: 59px;
        font-size: 18px;
        border-top: 3px solid #fccf9a
    }

    .why-item,
    .why-item:before {
        box-shadow: 0 2px 4px rgba(127, 127, 127, .5);
        border-radius: 5px;
        border: 2px solid #fcf1d4
    }

    .why-item {
        text-align: center;
        width: 300px;
        height: 245px;
        background-color: #fff;
        margin: 0 15px
    }

    .why-item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(100% + 20px);
        width: calc(100% - 20px);
        z-index: -1
    }

    .why-item .lazy,
    .why-item h4 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .why-item .lazy {
        top: 0
    }

    .why-item h4 {
        font-size: 20px;
        white-space: nowrap;
        bottom: 10px
    }

    .appraiser {
        overflow: hidden
    }

    .appraiser-content {
        overflow: visible
    }

    .appraiser-content-armchair:before,
    .appraiser-content-sofa:before {
        position: absolute;
        left: -210px;
        bottom: 75px;
        content: url(../img/appraiser/sofa-sketch.webp);
        z-index: -1
    }

    .appraiser-content-armchair:before {
        content: url(../img/appraiser/armchair-sketch.webp)
    }

    .hauling__block {
        margin: -25px -29px
    }

    .hauling__info {
        margin: 25px 29px;
        width: calc(33.33% - 58px)
    }

    .work {
        padding-bottom: 45px;
        margin-bottom: 20px
    }

    .work-item {
        border-radius: 5px;
        padding: 30px;
        margin: 15px;
        background: #fff;
        box-shadow: 2px 3px 8px rgba(0, 0, 0, .3)
    }

    .work-item-img:first-child {
        margin-right: 15px
    }

    .work-item-img img {
        width: 480px;
        height: 360px
    }

    .work-item-img:before {
        font-size: 24px
    }

    .slider-arrow {
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 38px;
        z-index: 99;
        cursor: pointer
    }

    .slider-arrow-prev {
        background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA1CAMAAAAaoWmpAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8vADVoAC0hwCtggCjewDztQDmrwD9vgDMmQDNmgDBkACcdADvsQC9jgDusgDgqACOaQDwswD/////vwD/5ZX/7rn/7K7/9tj/33z/1lf/++//8sj/2Wf/0UHeMT7nAAAAHnRSTlMADSEVLG49GTJhVUrgrIG0pTsU9JzIlHAow5FpZk0yEJogAAABMElEQVRIx8XU6a6CMBAF4LZWWkAQr8tdvFLFBX3/F3QoxdRIj5iYOOHnl5kCp8N6a/3HOaMH18YYcvyJmxlDTqkROdjrsCMnhAJuRqosyS2kdUhZl0lBc6EqK2JR4wLq3KkijbRlWMWJZUDRwabjEPuZ+2ocp+3ZHtXRV0mqpeK8R5181TbjgV71UPUbVF8TN3H/CbVE6jJM7Yer8gIUu6naTMKKrY3ZWnYy86JhujfafNO5I2UskApi/NZvS65hvJcp362C3ZTIPZe3IXtkIyHvnRjmaCxwVee+gVu96g5vcMq63QCnF577f6c7P3V153LgMucq2qrt70WOVOGyB5y/BoHz1yBy07i7PSzsllmSkGpfAbgoSiNS9oMAJ7XW0inkmlJAuVzZwoqcK/bRugK6/EG1rlMmjgAAAABJRU5ErkJggg==) center/contain no-repeat;
        margin-left: -40px
    }

    .slider-arrow-next {
        background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAwCAMAAACosONjAAAAh1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3iQBhSQDvswDcpQD5uwDytQDytwDPmwD7vQDepgCieQCHZQCLZwAAAADztQD9vgCddgCpfgDiqgD/////vwD/7rn/6aX/9M//2WP/33z/5I//+eb/1FH/0UH/wQf9AHo1AAAAIXRSTlMADAYcEis6JEZhVTJqcbtQTLLxaeKahYCxo2ROO5eTYMPKM1P6AAABFElEQVQ4y7XU3XKCMBQEYCDyby2CLW2pbTmCv33/5zOckZiwBh0d9/qbzZlcrMNZFl4Xx5p3osyV8UaAJEJMFEGw2hD9hmeCoK474l8mSwZMvk4EK5p6lHhFT9YW4rklvwNEEwLJUIRvGnllYoqJ8DWSA+GSFFsMMSC5nbRXyLwn+8fIP5PdTWQRXCGHx8ih7onllgW1iqShcF1nQMqcdiy2RD/8jmOSgmivQBJ1JY4RCZoefMamQPAyEAimcRWkfAeChsGpQhMZ0dYE6ssQfNwLNgxWTwPfGpjdC9ajILMAXJgWQB+vZAJACy8MAFgYCaYGwIWZxbEOYGHmf1WSVGeAJX4QRFGgAIiOpDIaQCJCmcvgCG60SK/hFkgdAAAAAElFTkSuQmCC) center no-repeat;
        right: 0;
        margin-right: -40px
    }

    .my-dots {
        margin: 10px 0 0
    }

    .materials {
        background: 0 0
    }

    .materials-items {
        max-width: 1000px;
        justify-content: space-between
    }

    .materials-item {
        width: 290px;
        margin: 0 20px 20px
    }

    .materials-form-title {
        font-size: 22px
    }

    .types {
        padding-top: 35px;
        padding-bottom: 90px;
        margin-bottom: 20px
    }

    .types-items {
        width: 980px;
        max-width: none
    }

    .feedback {
        background: linear-gradient(to bottom, #fff 0, #fff 50%, #fbf8f1 100%);
        padding: 0 0 40px
    }

    .feedback:after {
        content: ''
    }

    .feedback-items {
        max-width: 1100px
    }

    .feedback-item {
        position: relative;
        box-shadow: 0 7px 32px rgba(106, 106, 106, .2);
        border: 0;
        border-radius: 10px;
        margin: 30px 50px;
        padding: 40px
    }

    .feedback-item:before {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        box-shadow: 0 7px 25px 3px rgba(143, 143, 143, .1);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1
    }

    .feedback-item-review h3 {
        font-size: 18px;
        color: #333;
        font-weight: 600
    }

    .feedback-item-review p {
        color: #444;
        font-size: 18px
    }

    .feedback-slider-arrow-prev {
        margin-left: -15px
    }

    .feedback-slider-arrow-next {
        margin-right: -15px
    }

    .customers {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 0
    }

    .customers-items {
        max-width: 980px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .customers-item {
        width: 33%;
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }

    .customers-item:nth-child(3n+2) img {
        margin: 0 auto
    }

    .customers-item p {
        white-space: nowrap;
        font-size: 20px;
        color: #444;
        margin-left: 15px
    }

    .questions-content-descr {
        margin-right: 60px
    }

    .video iframe,
    .video-youtube {
        top: 19px
    }
}

.installment-cards-wrapper-max img,
.installment-cards-wrapper-mix img {
    max-width: 130px
}

.installment-cards-wrapper-mix {
    top: 0;
    left: -15%
}

.installment-cards-wrapper-max {
    top: 0;
    left: -30%;
    z-index: -1
}