@import 'settings.css';

html, body {
    overflow-x: hidden;
    line-height: 1.5;
    font-size: 20px;
}

@media screen and (min-width: 1198.99px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
    .container {
        width: auto;
    }
}


.container-fluid {
    padding: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: var(--standart-text-size);
}

ul {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    font-size: var(--standart-text-size);
}

body {
    font-family: "ProximaNova";
    color: var(--main-text-color);
    font-display: swap;
}


#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--color-blue);
    z-index: 9999;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    margin-top: -75px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}




/* Header style **********************
***************************************/
.header {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.header-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--main-text-color);
    font-size: var(--standart-text-size);
    font-weight: bold;

}

.header-active {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header-active .header-search {
    cursor: pointer;
}

.header-menu {
    display: flex;
    justify-content: space-evenly;
}

.header-language {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: -10px;
}

.header-language a {
    font-size: 16px;
    color: var(--main-text-color);
    display: flex;
    justify-content: flex-end;
    font-weight: 200;
}

.header-language .header-language__active {
    font-size: 20px;
    color: #4285f4;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    text-transform: uppercase;

}



.header-language a:hover {
    color: var(--color-blue);
    transition: 0.4s;
}

.header-menu {
    position: relative;
}

.header-menu__button {
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    animation: menu-close 0.8s;
    min-width: 38px;
}

.header-menu__button span {
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 6px;
    margin: 0 1px;
}

.header-menu__button-active {
    justify-content: center;
    animation: menu-open 0.8s;
    flex-direction: column;
}

.header-menu__button-active span {
    background: #4285f4;
    transition: 0.4s;
    margin: 1px 0;
}

.header-menu__list {
    opacity: 0;
    position: absolute;
    top: -400px;
    right: -300px;
    background: var(--color-darkgrey);
    padding: 12px 15px 19px 29px;
    z-index: 9999;
    width: 190px;
    border-radius: 30px 0 30px 30px;
    animation: list-close 0.4s
}

.header-menu__list ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.header-menu__list ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 16px;
}

.header-menu__list ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 12.5px;
}

.header-menu__list-active {
    opacity: 1;
    top: 90px;
    right: 0;
    animation: list-open 0.6s
}

@keyframes menu-open {
    0% {

        transform: scale(0);

    }

    100% {

        transform: scale(1);

    }
}

@keyframes menu-close {
    0% {

        transform: scale(0);
    }

    100% {

        transform: scale(1);
    }
}

@keyframes list-open {
    0% {
        top: -400px;
        right: -300px;
        transform: scale(0);
        transform-origin: 0 0;
    }

    50% {
        top: -200px;
        right: -150px;
        transform: scale(0.5);
        transform-origin: -45vw -45vw;
    }

    100% {
        top: 90px;
        right: 0;
        transform: scale(1);
        transform-origin: -90vw -90vw;
    }
}

@keyframes list-close {
    0% {
        top: 90px;
        right: 0px;
        transform: scale(1);
        opacity: 1;
        transform-origin: -90vw -90vw;
    }

    50% {
        top: -200px;
        right: -150px;
        transform: scale(0.5);
        opacity: 0.5;
        transform-origin: -45vw -45vw;
    }

    100% {
        top: -400px;
        right: -300px;
        transform: scale(0);
        opacity: 0;
        transform-origin: 0 0;
    }
}

/* Home page ******************************
********************************* */

.main-agency {
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
    margin-top: 5px;
    background-position: center;
    background-size: cover;
    padding: 0;
    padding-bottom: 147px;
    background-repeat: no-repeat;
}


.main-agency__text {
    display: flex;
    position: relative;
}

.main-agency__name {
    margin-top: 190px;
    font-size: var(--medium-text-size);
    color: var(--main-text-color);
    font-weight: bold;
}

.main-agency__text h1 {
    color: white;
    margin-top: 65px;
    font-size: var(--big-text-size);
    font-weight: bold;
}

.main-agency__brif {
    margin-top: 257px;
    padding: 20px 23px 20px 67px;
    background: var(--color-darkgrey);
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-agency__brif span {
    color: white;
    font-size: var(--standart-text-size);
    text-transform: uppercase;
}

.main-agency__brif a {
    padding: 20px 58px;
    border-radius: 34px;
    background: var(--color-blue);
    font-size: var(--standart-text-size);
    display: flex;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.main-agency__network {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    right: 0;
    top: calc(50% - 190px);
    z-index: 9;
}

.main-agency__network a {
    display: flex;
    justify-content: center;
    width: 36px;
    margin: 6px 0;
}

.main-agency__network a img {
    transform: scale(1);
    height: auto;
    width: fit-content;
    transition: 0.4s;
    margin-bottom: 10px;
}


.main-agency__network a img:hover {
    transform: scale(1.2);
    transition: 0.4s;
    filter: invert(1);
}

/* About-us page ***********************
*************************************** */
.about-us {
    margin-top: 160px;
    background-color: var(--color-blue);
    position: relative;

}

.about-us__wrapper {
    position: relative;
    height: 635px;
}

.about-us__circle {
    position: absolute;
    left: 100px;
    top: -190px;
    z-index: 1;
}

.about-us__director {
    position: absolute;
    left: 15px;
    z-index: 3;
    bottom: 0;
}

.about-us__title {
    position: relative;
    z-index: 4;
    margin-left: -15px;
    padding-top: 130px;
}

.about-us__title p {
    color: white;
    font-size: var(--big-text-size);
    font-weight: 800;
    margin-bottom: 5px;
}

.about-us__title span {
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.overtext {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 17.5vw;
    display: flex;
    justify-content: center;
}

.overtext span {
    color: transparent;
    -webkit-text-stroke: 1px white;
    display: block;
    font-size: 18.5vw;
    font-weight: 800;
    font-family: "ProximaNova";
    text-transform: uppercase;
    white-space: nowrap;

}

/* Portfolio page *************************
*******************************************
******************************************* */
.portfolio-page {
    margin-top: 118px;
    margin-bottom: 160px;
    background-color: var(--color-blue);
    position: relative;
}

.portfolio-page__wrapper {
    position: relative;
}

.portfolio-page__title {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: var(--main-text-color);
    max-width: 80%;
    margin-top: -45px;
    text-transform: uppercase;
}

.portfolio-page__subtitle {
    font-size: 25px;
    color: white;
    margin-top: 14px;
}

.portfolio-page__list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: 87px;
}

.portfolio-page__list-item {
    width: calc(100% / 3 - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    background-color: var(--color-darkgrey);
    border-radius: 45px;
    margin-bottom: 28px;
    position: relative;
    transition: 0.4s;
}

.portfolio-page__list-item a {
    font-size: 17px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transition: 0.4s;
}

.portfolio-page__list-item span img {
    color: white;
    position: absolute;
    bottom: 5px;
    left: 40px;
    font-size: 25px;
    color: var(--color-blue);
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    transition: 0.6s;
}

.portfolio-page__list-item:hover {
    background: white;
    transition: 0.4s;
}

.portfolio-page__list-item:hover a {
    color: var(--main-text-color);
    transition: 0.4s;
}

.portfolio-page__list-item:hover span img {
    opacity: 1;
    transform: scale(1);
    transform-origin: -100% 50px;
    transition: 1s;
}

.portfolio-page .main-agency__network {
    right: 24px;
    z-index: 9;
}



/* Services page **************************
*******************************************
****************************************** */

.services-page {
    background-color: var(--color-blue);
    margin-top: 117px;
    padding-bottom: 90px;
    position: relative;
}

.services-page__wrapper {
    position: relative;
}

.services-page__title {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: var(--main-text-color);
    max-width: 80%;
    margin-top: -35px;
    text-transform: uppercase;
    line-height: 83px;
}

.services-page__subtitle {
    font-size: 25px;
    color: white;
    margin-top: 14px;
}

.slider-services .slick-track {
    margin-left: 0 !important;
}

.slider-services .slider-item__theme {
    min-height: 267px;
    width: 266px;
    background-color: var(--color-darkgrey);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.4s;
    margin: 0 25px;
}

.services-page .slider-item__theme a {
    color: white;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    height: 260px;
    transition: 0.4s;
}

.services-page .slider-item__theme img {

    position: absolute;
    left: 15px;
    top: calc(55%);
    margin-top: 10px;
    width: 45px;
    height: 45px;
}

.services-page .slider-item__theme:hover {
    background-color: white;
    transition: 0.4s;
}

.services-page .slider-item__theme:hover a {
    color: var(--color-darkgrey);
    transition: 0.4s;
}

.slider-services {
    position: relative;
    z-index: 5;
    margin-left: calc(80% - 1170px);
}

.slider-services .slick-list {
    margin: 0 !important;
}

.slider-services .slick-prev {
    right: calc(109% - 1170px);
    background: var(--color-darkgrey);
}

.slider-services .slick-next {
    right: calc(103% - 1170px);
    background: var(--color-darkgrey);
}

.services-page .main-agency__network {
    right: 25px;
    top: -45px;
}

.services-page .slick-active {
    opacity: 1;
    transition: 1s;
}

.services-page .slick-opacity {
    opacity: 0.5;
    animation: services-slider-item-animation 1s ease-in-out;
}

@keyframes services-slider-item-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

/* Request page ********************************
************************************************
********************************************** */

.request-page {
   /*
    background-color: var(--color-blue);
   */
    margin-top: 122px;
    min-height: 610px;
}

.request-page__wrapper {
    position: relative;
    min-height: 610px;
}

.request-page__circle {
    margin-top: -122px;
    position: absolute;
    left: 0;
}

.request-page__title {
    position: absolute;
    z-index: 1;
}

.request-page__title p {
    color: #36373a;
    font-size: var(--big-text-size);
    font-weight: 800;
    padding-left: 160px;
    max-width: 80%;
    line-height: var(--big-text-size);
}

.request-page__title span {
    color: #36373a;
    font-weight: 500;
    font-size: 25px;
    margin-top: 22px;
    padding-left: 160px;
}

.request-page__callback {
    background-color: var(--color-darkgrey);
    position: fixed;
    right: calc(100% / 2 - 1170px / 2 - 50px);
    width: 280px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: calc(40% - 90px);
    border-radius: 30px;
    z-index: 9;
    transition: 1s;
    transform: scale(1);
}

.request-page__callback-animation {
    animation: callback-animation 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0);
}

@keyframes callback-animation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.request-page__callback p {
    color: white;
    font-size: 25px;
    font-weight: 800;
    margin-top: 17px;
    text-align: center;
}

.request-page__callback span {
    color: white;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.request-page__callback button {
    margin-top: 15px;
    background-color: var(--color-blue);
    border: 0;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}

.request-page__callback button:hover {
    background-color: transparent;
    border: 1px solid var(--color-blue);
    transition: 0.4s;
}


/* Casey page ********************************
***********************************************
********************************************* */
.casey-page {
    position: relative;
    margin-top: 136px;
}

.casey-page .overtext {
    justify-content: flex-start;
}

.casey-page .overtext span {
    -webkit-text-stroke: 2px var(--color-blue);
    color: white;
}

.casey-page__subtitle {
    font-size: 25px;
    font-weight: 500;
}

.casey-page__title h1,
.blog-page__title {
    font-size: var(--big-text-size);
    font-weight: 800;
    position: relative;
    z-index: 3;
    margin-bottom: 210px;
}

.casey-page__wrapper img {
    margin-top: -104px;
}

.casey-page .main-agency__network {
    right: 25px;
    top: 0;
}

.casey-page .main-agency__network .fa-youtube {
    color: var(--color-blue);
}

.casey-description {
    margin-top: 78px;
}

.casey-description p {
    font-size: 25px;
    font-weight: 500;
}

/**************************************
***************************************
************************************** */
.case-page {
    position: relative;
    margin-top: 136px;
    background-color: var(--color-blue);
    min-height: 471px;
}

.case-page__title h1 {
    color: white;
    font-size: var(--big-text-size);
    font-weight: 800;
    line-height: 83px;
    margin-top: 68px;
    margin-bottom: 86px;
    position: relative;
    z-index: 4;
    max-width: 95%;
}

.case-page__subtitle {
    font-size: var(--text-33);
    font-weight: 500;
    margin-top: -43px;
    color: var(--color-blue);
}

.case-page__wrapper {
    position: relative;
}

.case-page-img {
    position: absolute;
    top: -136px;
    right: 0;
    width: auto;
    z-index: 3;
}

.case-page-img img {
    border-radius: 50%;
}

.case-page .overtext {
    justify-content: flex-start;
    z-index: 2;
    left: 0;
}

.case-page .overtext span {
    -webkit-text-stroke: 2px var(--color-darkgrey);
}

.case-page .main-agency__network {
    top: -40px;
    right: 25px;
}


/* Reviews page *********************************
*************************************************
************************************************ */
.reviews-page {
    position: relative;
    margin-top: 136px;
    background-color: var(--color-blue);
}

.reviews-page__title {
    color: white;
    font-size: var(--big-text-size);
    font-weight: 800;
    line-height: 83px;
    margin-top: 35px;
    margin-bottom: 250px;
    position: relative;
    z-index: 4;
}

.reviews-page__subtitle {
    font-size: 25px;
    font-weight: 500;
    margin-top: -43px;
    color: var(--color-blue);
}

.reviews-page__wrapper {
    position: relative;
}

.reviews-page-img {
    position: absolute;
    top: -136px;
    right: 0;
    width: auto;
    z-index: 3;
}

.reviews-page .overtext {
    justify-content: flex-start;
    z-index: 2;
    left: -10px;
    height: 16vw;
}

.reviews-page .overtext span {
    -webkit-text-stroke: 2px var(--color-darkgrey);
    font-size: 17.5vw;
    letter-spacing: 25px;
}

.reviews-page .main-agency__network {
    top: -40px;
    right: 25px;
}


/* Clients page ****************************
********************************************
******************************************* */
.client-page {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 142px 0 270px 0;
}

.client-page__title {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: white;
}

.client-page__subtitle {
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.client-page .main-agency__network {
    right: 25px;
    top: 15%;
}

/* 404 page *****************************
******************************************
***************************************** */
.page-404 {
    position: relative;
    margin-top: 239px;
    background-color: var(--color-blue);
}

.page-404__wrapper .under-text {
    margin-top: -45px;
    color: var(--color-darkgrey);
    font-size: 25px;
    font-weight: bold;
    display: flex;
}

.page-404__wrapper {
    position: relative;
    z-index: 5;
    padding-bottom: 100px;
}

.page-404__wrapper img {
    margin-top: 33px;
}

.page-404__wrapper .error {
    font-size: 86px;
    color: white;
    font-weight: 900;
}

.page-404 .overtext span {
    -webkit-text-stroke: 1px var(--color-darkgrey);
    font-size: 15.5vw;
}

.page-404 .overtext {
    height: 14.5vw;
}

.button-404 p {
    text-align: center;
    font-size: 25px;
    color: var(--color-darkgrey);
    font-weight: 500;
    margin: 62px 0 35px 0;
}

.button-404__wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.button-404__wrapper a {
    padding: 22px 30px;
    font-size: 37.5px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 35px;
    color: white;
    border: 2px solid transparent;
}

.button-404__wrapper a:nth-child(1) {
    background-color: var(--color-darkgrey);
    margin-right: 65px;
}

.button-404__wrapper a:nth-child(2) {

    background-color: var(--color-blue);
}

.button-404__wrapper a:hover {
    background-color: transparent;
    border: 2px solid var(--color-blue);
    color: var(--color-darkgrey);
    transition: 0.4s;
}

/* Service page
*******************************************
******************************************* */
.service-page {
    position: relative;
    background-color: var(--color-blue);
    margin-top: 150px;
}

.service-page__subtitle {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: -60px;
    color: var(--color-darkgrey);
	position:relative;
	z-index:1;
}

.service-page__title {
	position:relative;
	z-index:1;
}
.service-page__title h1 {
    font-size: var(--big-text-size);
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 35px;
    color: white;
    text-transform: uppercase;
}

.service-page__button {
    margin-bottom: 60px;
    background-color: var(--color-darkgrey);
    padding: 22px;
    border-radius: 34px;
    width: fit-content;
    transition: 0.8s;
    border: 2px solid transparent;
    box-sizing: border-box;
	position:relative;
	z-index:1;
}

.service-page__button a {
    color: white;
    font-size: 33px;
    font-weight: 600;
    cursor: pointer;
}

.service-page__button:hover {
    background-color: var(--color-blue);
    border: 2px solid var(--color-darkgrey);
    transition: 0.8s;
}

.service-page__wrapper {
    position: relative;
    z-index: 3;
}

.service-page .overtext {
    height: 100%;
    bottom: 0px;
}

.service-page-img {
    top: calc(50% - 435px);
    position: absolute;
    right: calc(-50% - 200px);
}

.service-page .main-agency__network {
    top: 92px;
    right: 35px;
    z-index: 1000;
}

/* Article post 
****************************************
*************************************** */
.artical {
    position: relative;
    padding-top: 205px;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.artical__title h1 {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: white;
    position: relative;
    z-index: 2;
    max-width: 60%;
    margin: 0;
}

.artical-overlay {
    position: absolute;
    z-index: 1;
    background: rgb(66, 133, 244);
    width: 100%;
    height: 100%;
    top: 0;
    filter: contrast(1.5);
    opacity: 0.4;
}

.artical .main-agency__network {
    z-index: 3;
    right: 25px;
}

.artical .main-agency__network i {
    color: white;
}

.artical .main-agency__network i:hover {
    color: var(--color-blue);
}

.artical-subtitle {
    font-size: 25px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

/* Search page
    *******************************
    ******************************* */
.search {
    position: relative;
    background-color: var(--color-blue);
    margin-top: 90px;
    padding-top: 70px;
    padding-bottom: 90px;
}

.search__title {
    color: white;
    font-size: var(--big-text-size);
    font-weight: 800;
    max-width: 50%;
    position: relative;
    z-index: 3;
}

.search .overtext {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.search .overtext span {
    line-height: 1;
    -webkit-text-stroke: 2px var(--color-darkgrey);
}

.search .main-agency__network {
    right: 25px;
    top: -45px;
    z-index: 3;
}

.search-result {
    margin-top: 60px;
}

.search-result__request {
    font-size: 33px;
    font-weight: 600;
    color: var(--color-darkgrey);
    margin-bottom: 40px;
}

.search-result__item {
    display: flex;
}

.search-result__item:not(:nth-child(1)) {
    margin-top: 25px;
}

.search-result__item-img {
    margin-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    min-width: 166px;
    min-height: 166px;
}

.search-result__item-title {
    font-size: var(--standart-text-size);
    font-weight: 600;
    margin-bottom: 15px;
}

.search-result__item-text {
    font-size: var(--standart-text-size);
    font-weight: 400;
    max-width: 90%;
}

.search-result__item-link {
    margin-top: 25px;
    margin-bottom: 25px;

}

.search-result__item-link a {
    color: var(--color-blue);
    font-size: 20px;
    cursor: pointer;
}

.search-result__item-link a:hover {
    font-weight: 600;
    color: var(--color-darkgrey);
}

.search-result__item-body {
    border-bottom: 2px solid var(--color-darkgrey);
    width: 100%;
}

.search-result__no {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-darkgrey);
}

/* Contacts page **********************
**************************************
************************************** */

.contacts {
    background-color: var(--color-blue);
    margin-top: 70px;
    position: relative;
}

.contacts__title {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: white;
    padding-top: 120px;
    padding-bottom: 270px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.contacts__circle {
    position: absolute;
    left: -100px;
    top: -70px;
    z-index: 1;
}

.contacts-wrapper {
    position: relative;
}

.contacts .overtext {
    height: 100%;
    align-items: flex-end;
    bottom: -50px;
}

.contacts .overtext span {
    font-size: 340px;
}

.contacts .main-agency__network {
    display: none;
}

/* ThankYou page
********************************
******************************** */
.thankyou-page {
    margin-top: 70px;
    background-color: var(--color-darkgrey);
    padding-top: 34px;
    padding-bottom: 75px;
    margin-bottom: 60px;
}

.thankyou-page__title p {
    font-size: 54px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.thankyou-page__title span {
    font-size: var(--big-text-size);
    font-weight: 800;
    color: var(--color-blue);
}

.thankyou-page__desc {
    margin-top: 40px;
}

.thankyou-page__desc p,
.thankyou-page__desc span {
    font-size: 25px;
    font-weight: 400;
    color: white;
}

.thankyou-page__desc p {
    margin-bottom: 40px;
}

.thankyou-page__wrapper {
    position: relative;
}

.thankyou-page__img img {
    position: absolute;
    bottom: -75px;
    right: 0;
    width: auto;
    height: 650px;
}

/* Simple text page ************
****************************************
***************************************/
.simple-text {
    margin-top: 64px;
    margin-bottom: 170px;
}

.simple-text h1 {
    font-size: 70px;
    font-weight: 800;
    color: var(--color-darkgrey);
    padding-bottom: 64px;
}

.simple-text h2 {
    font-size: 50px;
    font-weight: 800;
    color: var(--color-darkgrey);
    padding-bottom: 64px;
}

.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-darkgrey);
    padding: 25px 0;
}

.simple-text p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.simple-text a {
    color: var(--color-blue);
}

.simple-text a:hover {
    color: black;
    transition: 0.4s;
}

.simple-text ul {
    padding-left: 40px;
    padding-top: 25px;
}

.simple-text ul li {
    font-size: 25px;
    font-weight: 500;
}

/* FONTS ******************************
*************************************** */

#cn-accept-cookie {
    background-color: var(--color-blue) !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .container {
        max-width: 960px;
    }

    .main-agency {
        background-position: 21.5% 50%;
    }



    .main-agency__brif {
        margin-top: 0;
    }

    .portfolio-page__list {
        width: 100%;
    }

    .portfolio-page {
        margin-bottom: 60px;
    }

    .about-us__circle {

        top: -120px;
    }

    .about-us__circle img {
        width: 70%;
        height: auto;
    }

    .case-page-img {
        top: -65px;
    }

    .case-page-img img {
        width: 80%;
        height: auto;
    }

    .reviews-page-img img {
        max-width: 80%;
        height: auto;
    }

    /* Contacts ***************
    ***************************
    ****************************** */
    .contacts .overtext {
        display: none;
    }

    .contacts__circle {
        left: 0;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-agency .main-agency__network {
        right: 100px;
        top: calc(50% - 106px);
    }

    .main-agency__brif a {
        padding: 20px 30px;
    }

    .main-agency__brif {
        padding: 20px 23px 20px 40px;
    }

    .portfolio-page__list {
        width: 100%;
    }

    .portfolio-page__list-item a {
        font-size: 16px;
    }

    .portfolio-page {
        margin-bottom: 60px;
    }

    .portfolio-page .main-agency__network {
        right: 10px;
    }

    .about-us__circle {
        left: 0;
        top: -50px;
    }

    .about-us__circle img {
        width: 90%;
        height: auto;
    }

    .about-us__director {
        left: -45px;
    }

    .about-us .main-agency__network {
        top: 38% !important;
    }

    .case-page-img {
        display: flex;
        justify-content: center;
        top: -40px;
        right: -70px;
    }

    .case-page-img img {
        width: 60%;
        height: auto;
    }

    .case-page .overtext {
        left: 0;
    }

    .case-page__title h1 {
        line-height: 1;
    }

    .case-page .main-agency__network {
        z-index: 4;
    }

    .casey-page__title h1 {
        font-size: 74px;
        text-transform: uppercase;
    }

    .casey-page .overtext {
        height: auto;

    }

    .casey-page .overtext span {
        font-size: 28vw;
    }

    .casey-description {
        margin-top: 25px;
    }

    .request-page__circle img {
        width: fit-content;
        height: auto;
    }

    .request-page__callback {
        display: none;
    }

    .services-page__title {
        line-height: 1;
        margin-top: -23px;
    }

    .reviews-page-img img {
        max-width: 60%;
        height: auto;
    }

    .reviews-page-img {
        top: -70px;
        right: -50px;
        justify-content: center;
        display: flex;
    }

    .client-page {
        margin-top: 80px;
    }

    .button-404__wrapper a {
        font-size: 30px;
    }

    .artical {
        padding-top: 100px;
        padding-bottom: 100px;

    }

    /* Contacts page *********
    *******************************
    ******************************* */
    .contacts .overtext {
        display: none;
    }

    .contacts__circle {
        left: 0;
    }

    .contacts__title {
        font-size: 70px;
    }

    /* Contacts page *********
    *******************************
    ******************************* */
    .contacts .overtext {
        display: none;
    }

    .contacts__circle {
        left: 0;
    }

    .contacts__title {
        font-size: 70px;
    }

    /* Thankyou page */
    .thankyou-page__img img {
        right: -35px;
        height: 550px;
    }

    .main-agency__name {
        text-align: center;
    }

    .main-agency__text h1 {
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 767.98px) {
	.request-page{
		min-height: 380px;
	}
	.request-page__wrapper{
		min-height: 380px;
	}
    .main-agency {
        padding: 0;
        background-position: 27% 50%;
    }

    .main-agency__text h1 {
        margin-top: 0;
    }

    .main-agency__brif {
        margin: 50px 0 75px 0;
        display: flex;
        flex-direction: column;
        padding: 25px 25px;
        border-radius: 30px;
    }

    .main-agency__brif a {
        margin-top: 20px;
        padding: 18px 30px;

    }

    .main-agency__brif span {
        margin-bottom: 10px;
        text-align: center;
    }


    .main-agency__network a i {
        font-size: 40px;
    }

    .portfolio-page__list {
        width: 100%;
        justify-content: center;
    }

    .portfolio-page__list-item {
        max-width: 250px;
        width: 100%;
        margin-right: 0;
        height: 80px;
    }

    .portfolio-page__list-item a {
        font-size: 15px;
    }

    .portfolio-page .overtext {
        display: none;
    }

    .portfolio-page__title {
        font-size: 52px;
        margin-top: -60px;
    }

    .portfolio-page .main-agency__network {
        top: 100px;
        right: 15px;
    }

    .portfolio-page {
        margin-bottom: 60px;
    }

    .telegram {
        margin-top: 60px;
    }

    .about-us__wrapper {
        height: 760px;
    }

    .about-us__circle img {
        max-width: 582px;
        height: auto;
    }

    .about-us__director img {
        width: fit-content;
        height: auto;
    }

    .about-us__director {
        left: 0;
    }

    .about-us__title {
        margin-bottom: 300px;
        margin-left: auto;
        padding-top: 30px;
    }

    .about-us__title p {
        font-size: 54px;
    }

    .about-us__circle {
        bottom: 0;
        top: auto;
        left: -200px;
    }

    .about-us .main-agency__network {
        display: none;
    }

    .about-us .overtext {
        display: none;
    }

    .about-us {
        margin-top: 0;
    }

    .case-page {
        margin-top: 256px;
        min-height: 300px;
    }

    .case-page-img {
        top: -200px;
        left: 0;
        justify-content: center;
        display: flex;
    }

    .case-page-img img {
        width: 75vw;
        height: auto;
    }

    .case-page__subtitle {
        position: absolute;
        top: -200px;
    }

    .case-page__title h1 {
        width: 100%;
        line-height: 45px;
        margin-top: 65px;
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 35px;
    }

    .case-page .overtext {
        left: 0;
        height: auto;
        bottom: -25px;
        display: none;
    }

    .case-page .overtext span {
        font-size: 122px;
    }

    .case-page .main-agency__network {
        top: -210px;
    }

    .case-page .main-agency__network a i {
        color: var(--color-darkgrey);
    }

    .casey-page__wrapper-img img {
        width: 300px;
        height: auto;
        margin: 0;
    }

    .casey-page__wrapper-img {
        justify-content: flex-start;
        display: flex;
    }

    .casey-page {
        margin-top: 40px;
    }

    .casey-page__subtitle {
        margin-top: 15px;
    }

    .casey-page__title h1 {
        text-transform: uppercase;
        font-size: 56px;
        margin-bottom: 80px;
    }

    .blog-page__title {
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 80px;
    }

    .casey-page .overtext {
        height: auto;
        bottom: 30px;
    }

    .casey-page .overtext span {
        font-size: 122px;
    }

    .casey-description {
        margin-top: 40px;
    }

    .request-page__circle {
        left: calc(50% - 412.5px);
    }

    .request-page__circle img {
        max-width: 825px;
        height: 100%;

    }

    .request-page__callback {
        display: none;
    }

    .request-page__title p {
        max-width: 100%;
        padding: 0;
        font-size: 45px;
        line-height: 1;
    }

    .request-page__title br {
        display: none;
    }

    .request-page__title span {
        padding: 0;
    }

    .services-page .main-agency__network {
        display: none;
    }

    .services-page__title {
        line-height: 1;
        margin-top: -15px;
    }

    .slider-services .slick-prev {
        right: 100px;
        top: -80px;
    }

    .slider-services .slick-next {
        right: 10px;
        top: -80px;
    }

    .slider-services .slider-item__theme {
        width: 164px;
        min-height: 166px;
        height: 166px;
    }

    .slider-services .slider-item__theme {
        padding: 0;
        margin: 0 10px;
    }

    .slider-services {
        margin-left: 0;
        margin-top: 80px;
    }

    .services-page .slider-item__theme a {
        font-size: 13px;
    }

    .services-page .slider-item__theme img {
        width: auto;
        height: auto;
    }

    .services-page .overtext span {
        font-size: 21.5vw;
    }

    .services-page .overtext {
        height: auto;
    }

    .reviews-page-img img {
        width: 80%;
        height: auto;
    }

    .reviews-page-img {
        top: 180px;
        display: flex;
        justify-content: center;
    }

    .reviews-page__subtitle {
        font-size: 23px;
        color: var(--color-darkgrey);
    }

    .reviews-page__title {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 300px;
    }

    .reviews-page__subtitle {
        margin-top: -28px;
    }

    .reviews-page .overtext {
        display: none;
    }

    .reviews-page .main-agency__network {
        z-index: 5;
        top: 100px;

    }

    .reviews-page {
        margin-top: 80px;
    }

    .main-agency__name {
        margin-top: 100px;
    }

    .client-page {
        margin-top: 40px;
        padding: 80px 0;
    }

    .client-page .main-agency__network {
        display: none;
    }

    .button-404__wrapper {
        flex-wrap: wrap;
    }

    .button-404__wrapper a {
        font-size: 22px;
        margin: 10px 0 !important;
    }

    .page-404__wrapper img {
        width: fit-content;
        height: auto;
    }

    .page-404__wrapper .under-text {
        margin-top: -60px;
    }

    .page-404__wrapper {
        padding-bottom: 30px;
    }

    .page-404 {
        margin-top: 80px;
    }

    .service-page__subtitle {
        font-size: 31px;
        font-weight: 700;
        margin-top: -70px;
    }

    .service-page__title h1 {
        margin: 0;
        margin-top: 360px;
        position: relative;
        z-index: 9;
    }

    .service-page-img img {
        width: fit-content;
        height: auto;
    }

    .service-page-img {
        left: 0;
        top: -20px;
    }

    .service-page__button a {
        font-size: 24px;
    }

    .service-page__button {
        padding: 15px;
        margin: 40px auto;
    }

    .service-page .overtext {
        display: none;
    }

    .artical {
        padding-top: 70px;
        padding-bottom: 100px;

    }

    .artical .main-agency__network {
        display: none;
    }

    .artical__title h1 {
        max-width: 100%;
    }

    /* Search page
    ******************************
    ****************************** */
    .search__title {
        max-width: 100%;
        font-size: 54px;
        font-weight: 800;
    }

    .search {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .search .overtext {
        align-items: flex-end;
    }

    .search .main-agency__network {
        display: none;
    }

    .search-result__request {
        font-size: 25px;
    }

    .search-result__item {
        flex-direction: column;
    }

    .search-result__item-img {
        margin: 0 0 25px 0;
    }

    .search-result__item-link {
        margin: 25px 0;
    }

    /* Contacts page *********
    *******************************
    ******************************* */
    .contacts__circle {
        left: 0;
        top: -30px;
    }

    .contacts__circle img {
        width: 270px;
        height: 270px;
    }

    .contacts__title {
        font-size: 48px;
        padding-top: 64px;
        padding-bottom: 84px;
    }

    .contacts .overtext span {
        font-size: 65px;
    }

    .contacts .overtext {
        bottom: 0;
    }

    /* Thankyou page */
    .thankyou-page__img {
        display: none;
    }

    /* Simple text page */
    .simple-text h1 {
        font-size: 40px;
        padding-bottom: 30px;

    }

    .simple-text h2 {
        font-size: 35px;

    }

    .simple-text h3,
    .simple-text h4,
    .simple-text h5,
    .simple-text h6 {
        font-size: 25px;

    }

    .simple-text p {
        font-size: 18px;
    }

    .simple-text ul {
        padding-left: 30px;
    }

    .simple-text ul li {
        font-size: 18px;
    }

    .simple-text {
        padding-bottom: 80px;
    }
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}