body {
    background: var(--blue);
}

.main-header, header .main-header #menu-main .submenu-wrap .sub-menu {
    background: var(--dark-blue);
}

header .main-header #menu-main a {
    color: var(--white);
}

header .main-header #menu-main li.menu-item-has-children::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(241deg) brightness(105%) contrast(100%);
}

header .menu-button {
    filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(2%) hue-rotate(238deg) brightness(108%) contrast(101%);
}

@media (max-width: 1025px) {
    header .main-header .wrapper .menu-wrap {
        background: var(--dark-blue);
    }
    header .btn_currency:not(.btn_active), header .btn_currency:not(.btn_active) span {
        color: var(--white);
    }
    header .toggle-close {
        filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(2%) hue-rotate(238deg) brightness(108%) contrast(101%);
    }
    .header-socials li a {
        background: var(--black);
    }
}

.banner .content {
    background: rgba(19, 32, 56, .9);
}

.banner .content .title {
    color: var(--primary);
}

.banner .content .subtitle {
    color: var(--white);
}

.how_it_works .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 72px;
}

.how_it_works .title {
    color: var(--white);
}

.how_it_works .card .step {
    color: var(--white);
}

.how_it_works .card .title {
    color: var(--white);
}

.our_designs {
    margin-top: 100px;
}

.our_designs h2.title {
    color: var(--white);
    margin-bottom: 70px;
}

.quality {
    margin-top: 100px;
}



.quality .row .col video {
    width: 100%;
}

.unique {
    margin-top: 70px;
}



.fashion_history {
    margin-top: 100px;
}

.fashion_history .title {
    color: var(--white);
    margin-bottom: 20px;
}

.fashion_history .subtitle {
    color: var(--white);
    max-width: 618px;
    margin: 0 auto;
    text-align: center;
}

.fashion_history .cards {
    margin: 70px 0 0 0;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.fashion_history .cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fashion_history .cards .card .image {
    margin-bottom: 37px;
    position: relative;
    width: fit-content;
    display: flex;
}

.fashion_history .cards .card .image:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid var(--primary);
    box-sizing: border-box;
    transform: rotate(15deg);
    z-index: -1;
    transition: .3s;
}

.fashion_history .cards .card .image:hover:after {
    transform: rotate(0deg);
}

.fashion_history .cards .card .title {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    margin-bottom: 5px;
}

.fashion_history .cards .card .date {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--dark-grey2);
}

#schedule {
    padding-top: 121px;
    margin-top: -51px
}


.schedule .title {
    color: var(--white);
    margin-bottom: 20px;
}

.schedule .subtitle {
    max-width: 618px;
    margin: 0 auto;
    color: var(--white);
    text-align: center;
    margin-bottom: 70px;
}

.row-block .text {
    color: var(--white);
}

.page-template-template-hire-designer .slick-arrow .arrow-wrap  {
    background: var(--blue);
}

.slick-arrow {
    top: 147px;
}

.slick-arrow.slick-prev {
    left: 0px;
}

.slick-arrow.slick-next {
    right: 0px;
}

.page-template-template-hire-designer .slick-arrow .arrow-wrap:hover {
    background: var(--black);
}

.subbaner .title,
.subbaner .subtitle {
    color: var(--white);
}

@media(max-width: 1024px) {
    .slick-arrow.slick-prev {
        left: -20px;
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
    .slick-arrow {
        top: 100px;
    }
}

@media(max-width: 769px) {
    .our_designs,
    .quality, 
    .fashion_history, 
    .unique {
        margin-top: 30px;
    }
    #schedule {
        padding-top: 121px;
        margin-top: -81px
    }
    .how_it_works .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .our_designs h2.title {
        margin-bottom: 40px;
    }
    .unique .row {
        flex-direction: column-reverse;
    }

    .fashion_history .cards {
        margin: 30px 0 0 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 480px) {
    .fashion_history .cards {
        display: block;
    }
    .fashion_history .slick-list {
        margin-right: 70px;
        overflow: visible;
    }
    .fashion_history .wrapper {
        padding: 0;
    }
    .fashion_history  .title, .fashion_history .subtitle {
        padding: 0 20px 10px 20px;
    }
    .fashion_history .cards .card .title {
        font-size: 20px;
    }
    .schedule .subtitle {
        margin-bottom: 20px;
    }
    .schedule .title {
        margin-bottom: 10px;
    }
    .gform_wrapper.gravity-theme .gform_footer {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}