<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    overflow: hidden;
    width: 100%;
    margin: 0;
    position: relative;
    font-family: Marmelad, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: .02em;
    color: #333;
    background-color: #fff
}

body * {
    box-sizing: border-box
}

a {
    outline: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Amatic SC, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    text-align: center
}

h1 {
    font-size: 50px;
    line-height: 1em
}

h2 {
    font-size: 60px;
    margin-bottom: 40px
}

.slick-slide {
    outline: none
}

.custom-arrows {
    padding-left: 40px;
    padding-right: 40px
}

@media screen and (max-width:480px) {
    .custom-arrows {
        padding-left: 20px;
        padding-right: 20px
    }
}

.custom-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 0;
    outline: none;
    border: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(../img/slider-arrow.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer
}

.custom-arrows .slick-arrow:hover {
    background-image: url(../img/slider-arrow-hover.svg)
}

.custom-arrows .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg)
}

.custom-arrows .slick-arrow.slick-next {
    right: 0
}

.title-w-bg-wrap {
    text-align: center
}

.title-w-bg-wrap .title-w-bg {
    display: inline-block;
    position: relative
}

.title-w-bg-wrap .title-w-bg:after,
.title-w-bg-wrap .title-w-bg:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 90px;
    position: absolute;
    background-image: url(../img/title-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .title-w-bg-wrap .title-w-bg:after,
    .title-w-bg-wrap .title-w-bg:before {
        display: none
    }
}

.title-w-bg-wrap .title-w-bg:before {
    left: -100px;
    transform: translateY(-50%) rotate(180deg)
}

.title-w-bg-wrap .title-w-bg:after {
    right: -100px
}

.custom-bg {
    background-color: #f3f0eb;
    position: relative
}

.custom-bg:after,
.custom-bg:before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute
}

.custom-bg:before {
    top: 0;
    height: 28px;
    background-image: url(../img/block-border-top.jpg)
}

.custom-bg:after {
    bottom: 0;
    height: 25px;
    background-image: url(../img/block-border-bottom.jpg)
}

.middleblock {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 15px;
    z-index: 1;
    max-width: 1200px;
    box-sizing: border-box
}

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

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto;
    max-width: 842px;
    width: 100%
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.btn {
    display: block;
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    max-width: 260px;
    min-height: 35px;
    color: #fff;
    background-color: #7d528f;
    border: 1px solid #7d528f;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    transition: all .3s ease
}

.btn:hover {
    color: #7d528f;
    background-color: transparent
}

.btn-big {
    min-height: 70px;
    line-height: 70px;
    border-radius: 50px
}

header {
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .5);
    position: relative;
    z-index: 3
}

@media screen and (max-width:860px) {
    header {
        padding-top: 15px;
        padding-bottom: 20px
    }
}

header .middleblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:860px) {
    header .middleblock {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-logo {
    width: 270px;
    height: 60px;
    background-image: url(../img/logo-header.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:860px) {
    .header-logo {
        margin-right: 0;
        margin-bottom: 10px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media screen and (max-width:340px) {
    .header-logo {
        width: 245px
    }
}

.mob-menu-btn {
    position: fixed;
    top: 37px;
    right: 15px;
    width: 30px;
    height: 25px;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    z-index: 9
}

.mob-menu-btn:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -3px;
    width: 35px;
    height: 30px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 98%, .7)
}

@media screen and (max-width:860px) {
    .mob-menu-btn {
        display: block
    }
}

.mob-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #7d528f;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mob-menu-btn span:nth-child(2n) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

.mob-menu-btn span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

.mob-menu-btn span:first-child,
.mob-menu-btn span:nth-child(2) {
    top: 0
}

.mob-menu-btn span:nth-child(3),
.mob-menu-btn span:nth-child(4) {
    top: 9px
}

.mob-menu-btn span:nth-child(5),
.mob-menu-btn span:nth-child(6) {
    top: 18px
}

.mob-menu-btn.active span:first-child,
.mob-menu-btn.active span:nth-child(6) {
    transform: rotate(45deg)
}

.mob-menu-btn.active span:nth-child(2),
.mob-menu-btn.active span:nth-child(5) {
    transform: rotate(-45deg)
}

.mob-menu-btn.active span:first-child {
    left: 3px;
    top: 5px
}

.mob-menu-btn.active span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px
}

.mob-menu-btn.active span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.mob-menu-btn.active span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.mob-menu-btn.active span:nth-child(5) {
    left: 3px;
    top: 15px
}

.mob-menu-btn.active span:nth-child(6) {
    left: calc(50% - 3px);
    top: 15px
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

@media screen and (max-width:1199px) {
    .main-menu {
        margin-right: 15px
    }
}

@media screen and (max-width:1100px) {
    .main-menu {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:860px) {
    .main-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
        transform: translateY(-500px);
        transition: all .5s ease;
        z-index: 8
    }
}

.main-menu.active {
    transform: translateY(0)
}

.main-menu-item {
    text-align: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:1100px) {
    .main-menu-item {
        min-width: 160px;
        margin-bottom: 5px
    }
}

@media screen and (max-width:860px) {
    .main-menu-item {
        margin-right: 0
    }
}

.main-menu-item:last-of-type {
    margin-right: 0
}

@media screen and (max-width:1100px) {
    .main-menu-item:last-of-type {
        margin-right: 0;
        margin-bottom: 0
    }
}

.main-menu-item-link {
    font-size: 16px;
    line-height: 35px;
    display: block;
    border: 1px solid #7d528f;
    border-radius: 30px;
    text-decoration: none;
    color: #7d528f;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 35px;
    transition: all .3s ease
}

@media screen and (max-width:1199px) {
    .main-menu-item-link {
        font-size: 14px
    }
}

.main-menu-item-link:hover {
    color: #fff;
    background-color: #7d528f
}

.header-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:860px) {
    .header-contacts {
        width: 100%;
        padding-right: 30px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:340px) {
    .header-contacts {
        padding-right: 0
    }
}

.header-contacts .worktime-block {
    margin-right: 50px;
    text-align: right
}

@media screen and (max-width:1199px) {
    .header-contacts .worktime-block {
        margin-right: 30px
    }
}

@media screen and (max-width:480px) {
    .header-contacts .worktime-block {
        margin-right: 8px
    }
}

@media screen and (max-width:860px) {
    .header-contacts .worktime-content-days,
    .header-contacts .worktime-content-time {
        text-align: left
    }
}

.header-contacts .phones-block {
    text-align: right
}

@media screen and (max-width:480px) {
    .header-contacts .phones-block .phone-link {
        font-size: 13px
    }
}

@media screen and (max-width:480px) {
    .header-contacts .phones-block .phone-link:first-child {
        font-size: 17px
    }
}

.header-contacts .phones-heading {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.worktime-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.worktime-heading-icon {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon-clock.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.worktime-heading-title {
    font-size: 14px
}

.worktime-content-days {
    font-size: 20px;
    color: #7d528f;
    text-transform: uppercase
}

.worktime-content-time {
    font-size: 14px
}

.worktime-content-time .custom-text {
    font-size: 20px
}

.phones-block .phones-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.phones-block .phones-heading-icon {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon-phone.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.phones-block .phones-heading-title {
    font-size: 14px
}

.phones-block .phones-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.phones-block .phone-link {
    font-size: 20px;
    color: #333;
    text-decoration: none
}

@media screen and (max-width:1150px) {
    .phones-block .phone-link {
        font-size: 17px
    }
}

.main-banner {
    min-height: 725px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media screen and (min-width:1700px) {
    .main-banner {
        padding-top: 40px;
        background-position: 50% -155px
    }
}

@media screen and (max-width:1700px) {
    .main-banner {
        padding-top: 100px;
        background-position: bottom
    }
}

.main-banner .main-banner-text {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 450px;
    background-image: url(../img/main-banner-text.svg);
    background-repeat: no-repeat;
    background-position: center 80%
}

@media screen and (min-width:1700px) {
    .main-banner .main-banner-text {
        max-width: 500px;
        background-position: center 65%
    }
}

@media screen and (min-width:1800px) {
    .main-banner .main-banner-text {
        max-width: 600px;
        background-position: center 75%
    }
}

@media screen and (max-width:480px) {
    .main-banner .main-banner-text {
        display: none
    }
}

.main-banner .middleblock {
    max-width: 510px
}

.main-banner h1 {
    margin-bottom: 40px
}

.main-banner-logo {
    width: 120px;
    height: 120px;
    background-image: url(../img/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 25px
}

.how-it-works-block {
    padding-top: 40px;
    padding-bottom: 50px
}

.how-it-works-block h2 {
    font-size: 68px;
    margin-bottom: 65px
}

.how-it-works-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.how-it-works-item {
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px
}

@media screen and (max-width:1023px) {
    .how-it-works-item {
        width: 50%;
        margin-bottom: 60px
    }
}

@media screen and (max-width:640px) {
    .how-it-works-item {
        width: 100%;
        margin-bottom: 60px
    }
    .how-it-works-item:last-of-type {
        margin-bottom: 0
    }
}

.how-it-works-item-icon {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .how-it-works-item-icon {
        margin-bottom: 30px
    }
}

.how-it-works-item-title {
    font-family: Amatic SC, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    color: #7d528f;
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .how-it-works-item-title {
        margin-bottom: 20px
    }
}

.how-it-works-item-text .custom-text {
    color: #7d528f;
    border-bottom: 3px dashed #7d528f;
    padding-bottom: 4px
}

.products-block {
    padding-top: 60px;
    padding-bottom: 70px
}

.products-block h2 {
    margin-bottom: 65px
}

.products-block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:940px) {
    .products-block-content {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.products-category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px
}

@media screen and (max-width:940px) {
    .products-category {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.products-category-title {
    font-family: Amatic SC, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px
}

.products-category-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    transition: all .3s ease
}

.products-category-item.active,
.products-category-item:hover {
    cursor: pointer
}

.products-category-item.active .products-category-item-icon,
.products-category-item:hover .products-category-item-icon {
    background-color: #97bf0d
}

.products-category-item.active .products-category-item-title,
.products-category-item:hover .products-category-item-title {
    color: #fff;
    background-color: #7d528f
}

.products-category-item:last-of-type {
    margin-bottom: 0
}

.products-category-item-icon {
    display: block;
    width: 57px;
    height: 40px;
    background-color: #d9c4a0;
    border-radius: 30px 0 0 30px;
    margin-right: 1px;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: all .3s ease
}

.products-category-item-title {
    width: 100%;
    line-height: 40px;
    min-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 30px 30px 0;
    transition: all .3s ease
}

@media screen and (max-width:480px) {
    .products-category-item-title {
        font-size: 14px
    }
}

.products-items-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    width: 100%
}

@media screen and (max-width:940px) {
    .products-items-block {
        margin: 0
    }
}

.products-item-wrap {
    width: 33%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px
}

@media screen and (max-width:1120px) {
    .products-item-wrap {
        width: 50%
    }
}

@media screen and (max-width:940px) {
    .products-item-wrap {
        width: 33%
    }
}

@media screen and (max-width:767px) {
    .products-item-wrap {
        width: 50%
    }
}

@media screen and (max-width:540px) {
    .products-item-wrap {
        width: 100%
    }
}

.products-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 260px;
    min-height: 470px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .29);
    margin: 0 auto;
    padding: 12px 20px 95px;
    position: relative
}

.products-item-top-wrap {
    height: 225px;
    position: relative;
    padding-top: 40px;
    margin-bottom: 20px
}

.products-item-days-block {
    top: 0;
    left: 0;
    position: absolute
}

.products-item-days-block:hover .products-item-days-block-tip {
    visibility: visible;
    opacity: 1
}

.products-item-days-amount {
    font-size: 24px;
    color: #97bf0d
}

.products-item-days-unit {
    font-size: 14px;
    line-height: 20px
}

.products-item-days-block-tip {
    font-size: 14px;
    line-height: 1.3em;
    bottom: 150%;
    left: -35px;
    position: absolute;
    color: #999;
    background: #fff;
    border: 3px solid #97bf0d;
    border-radius: 10px;
    min-width: 215px;
    padding: 5px 15px 5px 12px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

.products-item-days-block-tip:after,
.products-item-days-block-tip:before {
    top: 100%;
    left: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.products-item-days-block-tip:before {
    border-color: rgba(151, 191, 13, 0);
    border-top-color: #97bf0d;
    border-width: 22px;
    margin-left: -22px
}

.products-item-days-block-tip:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-top-color: #fff;
    border-width: 18px;
    margin-left: -18px
}

.products-item-image {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.products-item-vendor-code {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.products-item-title {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    max-width: 190px;
    min-height: 55px;
    margin-bottom: 15px
}

.products-item-price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 15px
}

.products-item-price-old {
    font-size: 18px;
    color: #7d528f;
    text-decoration: line-through
}

.products-item-price {
    font-size: 30px;
    color: #97bf0d;
    margin-bottom: 10px
}

.products-item-price-weight {
    font-size: 14px;
    line-height: 20px;
    color: #bca06f
}

.additional-services {
    padding-top: 50px;
    padding-bottom: 55px
}

.additional-services .title-under {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px
}

.additional-services-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

@media screen and (max-width:640px) {
    .additional-services-items-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.additional-services-item {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px
}

@media screen and (max-width:640px) {
    .additional-services-item {
        width: 100%;
        margin-bottom: 50px
    }
}

.additional-services-item-icon {
    width: 125px;
    height: 170px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:640px) {
    .additional-services-item-icon {
        height: 150px
    }
}

.additional-services-item-text {
    text-align: center
}

.additional-services-info-text {
    font-size: 25px;
    color: #7d528f;
    text-align: center;
    max-width: 780px;
    margin: 0 auto
}

.actions-block {
    padding-top: 60px;
    padding-bottom: 90px
}

@media screen and (max-width:767px) {
    .actions-block {
        padding-bottom: 60px
    }
}

.actions-block h2 {
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 45px
}

.actions-slider .slick-track {
    display: -ms-flexbox;
    display: flex
}

.actions-slider-item-wrap.slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px
}

@media screen and (max-width:480px) {
    .actions-slider-item-wrap.slick-slide {
        padding-left: 10px;
        padding-right: 10px
    }
}

.actions-slider-item-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.actions-slider-item-time-icon {
    width: 21px;
    height: 21px;
    display: block;
    background-image: url(../img/icon-clock-red.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 21px;
    margin-right: 10px
}

.actions-slider-item-time-text {
    color: #fc233c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.actions-slider-item {
    max-width: 260px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .29);
    overflow: hidden
}

.actions-slider-item-top {
    position: relative;
    height: 135px
}

.actions-slider-item-info {
    min-width: 90px;
    font-size: 18px;
    text-align: center;
    top: 18px;
    left: 13px;
    position: absolute;
    color: #fff;
    background-color: #f84d33;
    border-radius: 20px
}

.actions-slider-item-image {
    height: 135px;
    max-width: 100%;
    max-height: 100%
}

.actions-slider-item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 120px;
    line-height: 1.2em;
    background-color: #fff;
    padding: 25px;
    padding-bottom: 30px;
    border-radius: 0 0 30px 30px
}

.advantages-block {
    padding-top: 50px;
    padding-bottom: 75px;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .advantages-block {
        padding-bottom: 50px
    }
}

@media screen and (max-width:480px) {
    .advantages-block h2 {
        margin-bottom: 20px
    }
}

.advantages-block .middleblock {
    max-width: 1030px;
    position: relative
}

.advantages-block .middleblock:after,
.advantages-block .middleblock:before {
    content: "";
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1
}

.advantages-block .middleblock:before {
    width: 594px;
    height: 780px;
    top: -230px;
    left: -370px;
    background-image: url(../img/advantages-bg-left.jpg)
}

@media screen and (max-width:860px) {
    .advantages-block .middleblock:before {
        left: -450px
    }
}

.advantages-block .middleblock:after {
    width: 223px;
    height: 570px;
    top: -40px;
    right: -200px;
    background-image: url(../img/advantages-bg-right.jpg)
}

.advantages-block .title-w-bg-wrap {
    max-width: 550px;
    margin: 0 auto
}

.advantages-block .title-w-bg:before {
    left: -60px
}

.advantages-block .title-w-bg:after {
    right: -60px
}

.advantages-block-content {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 75px
}

.advantages-block-content p {
    margin-top: 30px;
    margin-bottom: 30px
}

.advantages-block-items-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.advantages-block-item-wrap {
    width: 25%
}

@media screen and (max-width:940px) {
    .advantages-block-item-wrap {
        width: 50%;
        margin-bottom: 50px
    }
}

@media screen and (max-width:640px) {
    .advantages-block-item-wrap {
        width: 100%;
        margin-bottom: 40px
    }
    .advantages-block-item-wrap:last-of-type {
        margin-bottom: 0
    }
}

.advantages-block-item-wrap:first-child .advantages-block-item-icon {
    margin-left: 55px
}

.advantages-block-item-wrap:nth-child(2) .advantages-block-item-icon {
    margin-left: 45px
}

.advantages-block-item-wrap:nth-child(3) .advantages-block-item-icon {
    margin-left: 15px
}

.advantages-block-item-wrap:nth-child(4) .advantages-block-item-icon {
    margin-left: 40px
}

.advantages-block-item {
    max-width: 205px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    margin-bottom: 25px
}

.advantages-block-item-icon {
    width: 125px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 20px
}

.advantages-block-item-title {
    font-family: Amatic SC, Arial, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center
}

.scrollToTopMobile {
    position: absolute;
    top: -28px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #7d528f;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    opacity: 0
}

@media screen and (max-width:1150px) {
    .scrollToTopMobile {
        visibility: visible;
        opacity: 1
    }
}

.scrollToTopMobile:after,
.scrollToTopMobile:before {
    content: "";
    position: absolute;
    top: 23px;
    width: 3px;
    height: 15px;
    background-color: #fff
}

.scrollToTopMobile:before {
    transform: rotate(45deg);
    left: 25px
}

.scrollToTopMobile:after {
    transform: rotate(-45deg);
    left: 34px
}

.scrollToTop {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #f5f5f5;
    font-weight: 700;
    background-color: #7d528f;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 10;
    cursor: pointer;
    display: none
}

.scrollToTop:after,
.scrollToTop:before {
    content: "";
    position: absolute;
    top: 23px;
    width: 3px;
    height: 15px;
    background-color: #fff
}

.scrollToTop:before {
    transform: rotate(45deg);
    left: 25px
}

.scrollToTop:after {
    transform: rotate(-45deg);
    left: 34px
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 12px;
    background-color: #333;
    position: relative
}

@media screen and (max-width:640px) {
    .footer-top {
        padding-bottom: 20px
    }
}

.footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url(../img/footer-border-top.png);
    background-size: cover;
    background-repeat: no-repeat
}

.footer-top .middleblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width:640px) {
    .footer-top .middleblock {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:640px) {
    .footer-top .worktime-block {
        min-width: 200px;
        margin-bottom: 15px
    }
}

.footer-top .worktime-content-time,
.footer-top .worktime-heading-title {
    color: #fff
}

.footer-top .worktime-content {
    padding-left: 31px
}

@media screen and (max-width:640px) {
    .footer-top .phones-block {
        min-width: 200px
    }
}

.footer-top .phone-link,
.footer-top .phones-heading-title {
    color: #fff
}

.footer-top .phones-content {
    padding-left: 31px
}

.footer-logo {
    width: 120px;
    height: 178px;
    background-image: url(../img/logo-footer.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px
}

@media screen and (max-width:640px) {
    .footer-logo {
        width: 100px;
        height: 150px;
        -ms-flex-order: -1;
        order: -1
    }
}

.footer-bottom {
    background-color: #000;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:480px) {
    .footer-bottom {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.footer-bottom .copyright {
    font-size: 14px;
    line-height: 25px;
    color: #4c4c4c;
    text-align: center
}

@media screen and (max-width:480px) {
    .footer-bottom .text-break {
        display: block
    }
}</pre></body></html>