body {
    background-image: url('../img/body-background.svg');
    background-size: contain;
}

.clients-day__menu {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 5%);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 5%);
    z-index: 50;
    -webkit-animation-name: open;
            animation-name: open;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes open {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

@keyframes open {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

.clients-day__menu-wrapper {
    margin: auto;
    max-width: 1300px;
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.clients-day__left {
    padding: 10px 20px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    background: rgb(28, 214, 4);
}

.clients-day__left-text {
    font-size: 22px;
    text-transform: uppercase;
}

.clients-day__right-link {
    background: rgb(20,164,255);
    color: #333;
    padding: 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.clients-day__right-link--instagram {
    margin-right: 15px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../img/inst-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.clients-day__right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.clients-day__right-link--vk {
    margin-right: 15px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../img/vk-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.clients-day__right-link--instagram:hover,
.clients-day__right-link--vk:hover {
    opacity: 0.6;
}

.clients-day__right-link:hover {
    opacity: 0.8;
}

.clients-day__right-link--big-text {
    display: contents;
}

.clients-day__right-link--small-text {
    display: none;
}

.clients-day__main {
    padding-top: 120px;
}

.clients-day__wrapper {
    position: relative;
    width: 100%;
}

.clients-day__wrapper img {
    border-radius: 25px;
}

@keyframes open {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

.clients-day__content-container {
    margin-bottom: 50px;
}

.clients-day__image-container {
    position: absolute;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
    right: 50px;
}

.clients-day__image {
    position: absolute;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
    right: 50px;
}

.clients-day__content {
    max-width: 500px;
}

.clients-day__timer-text{
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.clients-day__timer-text--uppercase {
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 600;
}

.clients-day__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.timer__number-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.timer__number-container {
    position: relative;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.timer__number-container::after {
    content: ":";
    position: absolute;
    top: 5px;
    right: 5px;
}

.timer__number-container:last-child {
    margin: 0;
    padding: 0;
}

.timer__number-container:last-child.timer__number-container::after {
    content: "";
}

.timer__number {
    font-size: 23px;
}

.timer__description {
    font-size: 10px;
    color: #fff;
}

.clients-day__title {
    margin: 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    font-weight: 400;
}

.clients-day__logo {
    width: 100%;
    margin-bottom: 50px;
}

.clients-day__title--color {
    color: rgb(255, 255, 0);
    padding: 5px;
    background: rgb(255, 26, 72);
    border-radius: 10px;
    font-weight: 600;
}

.clients-day__title--big-size {
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
}

.clients-day__button-container {
    text-align: left;
}

.clients-day__button {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.clients-day__button:hover {
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
            box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.015);
        -ms-transform: scale(1.015);
            transform: scale(1.015);
}

.clients-description {
    margin-top: 0px;
}

.clients-map__map {
    margin-bottom: 40px;
    border-radius: 65px;
    overflow: hidden;
}

.clients-description__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 120px 65px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.clients-description__image-container {
    width: calc(50% - 50px);
}

.clients-description__content {
    width: 50%;
}

.clients-description__title {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    max-width: 600px;
    font-size: 32px;
    color: #fff;
    z-index: 5;
}

.clients-description__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 200%;
    height: 200%;
    background-image: url('../img/clients-description-decoration.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.clients-description__subtitle {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 32px;
    color: #777;
    font-weight: 400;
}

.clients-description__text {
    font-size: 18px;
    line-height: 26px;
    background: #fff;
}

.clients-description__text ul {
    padding-left: 10px;
}

.clients-description__text li {
    position: relative;
    padding: 0;
    padding-left: 40px;
    margin: 0;
    list-style: none;
}

.clients-description__text li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('../img/clients-description-star.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.clients-map {
    position: relative;
    padding: 80px;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 206, 227, 0.1)), color-stop(65%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(192, 206, 227, 0.1) 0%, rgba(255, 255, 255, 1) 65%);
    background: linear-gradient(180deg, rgba(192, 206, 227, 0.1) 0%, rgba(255, 255, 255, 1) 65%);
    border-radius: 65px;
    z-index: 10;
}

.clients-map__title {
    margin: 0;
    max-width: 600px;
    font-size: 60px;
}

.clients-map__adress-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.clients-map__adress-item {
    width: calc(25% - 20px);
    margin-right: 20px;
    padding: 0;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
}

.clients-map__adress-link {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.clients-map__adress-link:hover {
    opacity: 0.6;
}

.clients__contact__title {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-bottom: 50px;
    max-width: 600px;
    font-size: 32px;
    color: #fff;
    z-index: 5;
}

.clients__contact__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 150%;
    height: 200%;
    background-image: url('../img/clients-description-decoration.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.clients__contact__block {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.clients__contact__link {
    padding-left: 45px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    color: rgb(28, 214, 4);
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
}

.clients__contact__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.clients__contact__link:nth-child(1).clients__contact__link::after {
    background-image: url('../img/phone-icon.svg');
}

.clients__contact__link:nth-child(2).clients__contact__link::after {
    background-image: url('../img/web-icon.svg');
}

.clients__contact__link:nth-child(3).clients__contact__link::after {
    background-image: url('../img/vk-icon.svg');
}

.clients__contact__link:nth-child(4).clients__contact__link::after {
    background-image: url('../img/vk-icon.svg');
}

.clients__contact__link:hover {
    text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
    .clients-day__image-container {
        right: 0px;
    }

    .clients-day__image {
        width: 500px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1100px) {
    .clients-day__image-container {
        right: -50px;
    }

    .clients-day__image {
        width: 500px;
    }

    .clients-day__title--big-size {
        font-size: 30px;
    }

    .clients__contact__link {
        font-size: 22px;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .clients-day__image-container {
        position: relative;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    .clients-description__wrapper {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .clients-description__image-container {
        margin-bottom: 40px;
        width: 100%;
    }

    .clients-description__content {
        width: 100%;
    }


    .clients-day__main {
        margin-bottom: 30px;
        padding-top: 130px;
    }

    .clients-day__wrapper,
    .clients-map,
    .clients-map__map {
        border-radius: 35px;
        margin-bottom: 65px;
    }

    .clients-description-wrapper,
    .clients-map {
        padding: 20px;
        padding: 40px 20px;
        padding-top: 40px;
    }

    .clients-day__title--big-size,
    .clients-description__title {
        font-size: 30px;
        margin-bottom: 0px;
        margin-bottom: 15px;
    }

    .clients-description__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .clients-day__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
    }

    .clients-day__timer-text {
        display: none;
    }

    .clients-map__adress-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .clients-map__adress-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 550px) {
    .clients-day__right-link--vk {
        display: none;
    }

    .clients-day__right-link--small-text {
        display: contents;
    }

    .clients-day__right-link--big-text {
        display: none;
    }

    .clients-day__timer-text{
        margin-right: 20px;
        font-size: 12px;
    }

    .clients-description__subtitle {
        margin-bottom: 30px;
    }

    .clients-map__adress-item {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        background: rgb(28, 214, 4);
        color: #fff;
        padding: 10px;
        border-radius: 20px;
    }

    .clients-map__adress-link {
        color: #fff;
        font-size: 16px;
    }

    .clients-day__timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    
    .timer__number-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .timer__number-container {
        position: relative;
        padding-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .timer__number {
        font-size: 20px;
    }
    
    .timer__number-container::after {
        content: ":";
        position: absolute;
        top: 5px;
        right: 2.5px;
    }

    .clients-day__right-link {
        display: block;
    }

    .clients__contact__title-container {
        text-align: center;
    }

    .clients-description__title-container {
        margin-bottom: 35px;
        text-align: center;
    }

    .clients-description__text {
        margin-bottom: 50px;
    }

    .clients-day__wrapper,
    .clients-map,
    .clients-map__map {
        max-height: 410px;
    }
}