@charset "UTF-8";
/*
Theme Name: Vlamila
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* BODY
-----------------------------------------------------------------*/
:root {
    --font-main: "Montserrat", sans-serif;
    --font-alt: "Roboto", sans-serif;

    --color-bg: #f1f2f6;
    --color-dark: #222;
    --color-accent: #44d07b;

    --shadow-inset: inset 3px 3px 6px #cacde2, inset -3px -3px 6px #fff;
    --shadow-out: 3px 3px 6px #cacde2, -3px -3px 6px #fff;

    --radius: 8px;
    --transition: 0.3s ease;
}

body {
    font-family: var(--font-main);
    background: var(--color-bg);
    color: var(--color-dark);

    padding: 0px;
    margin: 0px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    position: relative;
}

html,
body {
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
}

p {
    line-height: 150%;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}


@media (max-width: 1639px) {
    .container {
        height: 100%;
        width: 100%;
        padding: 0 6.25vw;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .container {
        padding: 0px 15px;
    }
}





/* scroll
-----------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}



/* basic-class
-----------------------------------------------------------------*/
h1,
h2,
h3 {
    color: #222;
    /* background: linear-gradient(180deg, #444, #222);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent; */
}

.title-lg {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 64px;
    text-transform: uppercase;
}

.subtitle-md {
    font-size: 18px;
    color: #444;
    margin-bottom: 60px;
}

.drop {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F2F6;
    box-shadow: var(--shadow-out);
    border-radius: var(--radius);
}

.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F1F2F6;
    box-shadow:
        inset -3px -3px 6px 0 #fff,
        inset 3px 3px 6px 0 rgba(196, 206, 218, 0.78)
}

.btn-drop {
    font-family: var(--font-main);
    height: 44px;
    padding: 0px 30px;
    background: #F1F2F6;
    font-size: 16px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.02em;
    box-shadow: var(--shadow-out);
    border-radius: var(--radius);
    transition: var(--transition);
}

.btn-drop:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1),
        5px 5px 8px #CACDE2;
}

.section-portfolio,
.section-why,
.section-price,
.section-about,
.section-etaps {
    padding: 100px 0px;
}


@media (max-width: 1439px) {

    .section-portfolio,
    .section-why,
    .section-price,
    .section-about,
    .section-etaps {
        padding: 80px 0px;
    }

    .title-lg {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .title-lg {
        font-size: 28px;
    }

}

@media (max-width: 767px) {

    .section-portfolio,
    .section-why,
    .section-price,
    .section-about,
    .section-etaps {
        padding: 60px 0px;
    }

    .title-lg {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .btn-drop {
        height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .title-lg {
        font-size: 24px;
        margin-bottom: 28px;
    }
}

@media (max-width: 374px) {
    .title-lg {
        font-size: 22px;
        margin-bottom: 24px;
    }
}



/* soc
-----------------------------------------------------------------*/
.soc {
    position: fixed;
    bottom: 60px;
    left: 40px;
    width: 38px;
    height: auto;
    z-index: 21;
    display: flex;
    align-items: flex-end;
}

.soc__link {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.soc__link img {
    width: 20px;
}


@media (max-width: 1639px) {
    .soc {
        width: 30px;
    }

    .soc__link {
        width: 30px;
        height: 30px;
        margin-top: 12px;
    }

    .soc__link img {
        width: 16px;
    }
}

@media (max-width: 1439px) {
    .soc {
        left: 20px;
        bottom: 40px;
    }

    .soc__link {
        width: 24px;
        height: 24px;
        margin-top: 10px;
    }

    .soc__link img {
        width: 14px;
    }

}

@media (max-width: 767px) {
    .soc {
        left: 20px;
        width: 26px;
        bottom: 40px;
    }

    .soc__link img {
        width: 16px;
    }
}

@media (max-width: 479px) {
    .soc {
        display: none;
    }
}



.btn-portfolio {
    position: fixed;
    z-index: 18;
    right: 40px;
    bottom: 60px;
}

.btn-portfolio__btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #222;
}

.btn-portfolio__btn:hover {
    font-weight: 700;
    color: #222;
}



/* btn-whatsapp
-----------------------------------------------------------------*/
.btn-whatsapp {
    position: fixed;
    height: auto;
    width: 70px;
    right: 40px;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
}

.btn-whatsapp__btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.btn-whatsapp__btn:hover {
    background-color: #159e0a;
}

.btn-whatsapp__circle {
    position: absolute;
    width: 66px;
    height: 66px;
    border: 1px solid #C7E1C9;
    border-radius: 50px;
    z-index: -1;
    animation: pulse 1.5s cubic-bezier(.13, .35, .66, .79) infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.1);
    }

    50% {
        transform: scale(1.2);
    }

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

@media (max-width: 1439px) {
    .btn-whatsapp {
        right: 20px;
        width: 50px;
    }

    .btn-portfolio {
        right: 20px;
        bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .btn-portfolio {
        display: none;
    }
}

@media (max-width: 767px) {
    .btn-whatsapp {
        right: 20px;
        bottom: 40px;
        align-items: flex-end;
    }
}

@media (max-width: 479px) {
    .btn-whatsapp {
        width: 50px;
        right: 15px;
    }
}



/* header
-----------------------------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 40px;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
}

.menu-header__item {
    display: flex;
    align-items: center;
}

.menu-header__item:nth-child(1) {
    width: 35%;
    justify-content: space-between;
}

.menu-header__item:nth-child(2) {
    width: 30%;
    justify-content: center;
}

.menu-header__item:nth-child(3) {
    width: 35%;
    justify-content: flex-end;
}

.logo {
    padding-top: 5px;
    padding-right: 30px;
    position: relative;
}

.logo__line {
    position: absolute;
    width: 600px;
    height: 1px;
    background: #b5b5b9;
    right: -600px;
    top: 15px;
}

.button-burger {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button-burger__span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px;
}

.menu-header__btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.menu-header__btn:hover {
    font-weight: 700;
}

@media (max-width: 1639px) {
    .logo__line {
        width: 400px;
        right: -400px;
    }
}


@media (max-width: 1439px) {
    .header {
        top: 24px;
    }

    .menu-header {
        padding: 0px 20px;
    }

    .logo {
        padding-top: 0px;
    }

    .logo img {
        width: 120px;
    }

    .logo__line {
        width: 240px;
        right: -240px;
        top: 10px;
    }
}

@media (max-width: 1023px) {
    .logo__line {
        display: none;
    }
}

@media (max-width: 767px) {


    .logo img {
        width: 110px;
    }

    .menu-header__btn {
        font-size: 10px;
    }
}

@media (max-width: 479px) {
    .header {
        top: 16px;
    }

    .logo img {
        width: 100px;
    }

    .menu-header {
        padding: 0px 15px;
    }

    .menu-header__btn {
        display: none;
    }
}

@media (max-width: 374px) {
    .logo img {
        width: 90px;
    }
}



/* burger
-----------------------------------------------------------------*/
.burger {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-icon {
    z-index: 12;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon-line {
    position: relative;
    width: 30px;
}

.menu-icon-line::before {
    position: absolute;
    top: -6px;
    content: '';
    right: 0;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #162946;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}

.menu-icon-line::after {
    position: absolute;
    top: 4px;
    content: '';
    width: 18px;
    height: 2px;
    right: 0px;
    border-radius: 2px;
    background-color: #162946;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}

.menu-icon-active .menu-icon-line {
    background-color: transparent;
}

.menu-icon-active .menu-icon-line::before {
    transform: rotate(45deg);
    top: 0;
    background-color: #162946;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}

.menu-icon-active .menu-icon-line::after {
    transform: rotate(-45deg);
    top: 0;
    background-color: #222;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
    width: 30px;
}

@media (max-width: 479px) {
    .burger {
        width: 38px;
        height: 38px;
    }

    .menu-icon {
        width: 26px;
        height: 26px;
    }

    .menu-icon-line::before {
        width: 26px;
    }

    .menu-icon-active .menu-icon-line::after {
        width: 26px;
    }

    .button-burger__span {
        margin-right: 8px;
    }
}



/* head
-----------------------------------------------------------------*/
.head {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head__cirkle {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    z-index: -1;
    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
    box-shadow: inset 4px 4px 6px #d1d9e6, inset -4px -4px 6px #f9f9f9;
}

.head__cirkle-top {
    top: 0;
    left: 0;
    transform: translate(-500px, -400px);
}

.head__cirkle-bottom {
    right: 0;
    bottom: 0;
    transform: translate(600px, 300px);
}

.head__content {
    display: block;
    text-align: left;
    width: 62%;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
}

.tag {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.head__title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 16px;
}

.head__subtitle {
    font-size: 20px;
    color: #444;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 150%;
}

.head__buttons {
    display: flex;
}

.head__btn {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    padding: 0 32px;
}

.head__btn img {
    margin-right: 10px;
}

.head__btn:nth-child(1) {
    margin-right: 20px;
    background-color: #0176ff;
    color: #fff;
}

.head__btn:nth-child(2) {
    color: #25D366;
}

.head__img {
    max-width: 500px;
}

.head__title.head__title-mob {
    display: none;
    line-height: 180%;
}

.head__title.head__title-mob span {
    font-size: 50px;
    display: block;
}

.head__title.head__title-mob {
    font-size: 22px;
}

.head__socmob {
    display: none;
    justify-content: center;
}

.head__socmob-link {
    border: 1px solid #444;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    opacity: 0.6;
}

.head__socmob-link img {
    width: 16px;
}



@media (max-width: 1639px) {
    .head__cirkle-top {
        transform: translate(-400px, -450px);
    }

    .head__cirkle-bottom {
        transform: translate(450px, 400px);
    }

    .tags {
        margin-bottom: 32px;
    }

    .head__title {
        font-size: 42px;
    }

    .head__subtitle {
        font-size: 20px;
    }

}

@media (max-width: 1439px) {
    .head__cirkle-top {
        transform: translate(-340px, -470px);
    }

    .head__cirkle-bottom {
        height: 400px;
        transform: translate(460px, 240px);
    }

    .head__btn {
        font-size: 15px;
        height: 50px;
        padding: 0 24px;
    }

    .head__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .head__img {
        max-width: 340px;
    }

    .head__subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .head__btn img {
        margin-right: 8px;
        width: 14px;
    }

}

@media (max-width: 1023px) {
    .head {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 60px;
    }

    .head__content {
        text-align: center;
        width: 100%;
        margin-bottom: 60px;
        padding-top: 160px;
    }

    .head__title {
        font-size: 38px;
    }

    .head__buttons {
        display: flex;
        justify-content: center;
    }

    .menu-header__button {
        margin-left: 0;
    }

    .tags {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .head__buttons {
        flex-direction: column;
        align-items: center;
    }

    .head__btn {
        width: 52%;
        padding: 0 10px;
    }

    .head__btn img {
        width: 14px;
    }

    .head__btn:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .head__title {
        font-size: 26px;
    }

    .head__subtitle {
        /* margin-bottom: 24px; */
        font-size: 16px;
    }

}

@media (max-width: 479px) {
    .head {
        margin-bottom: -20px;
    }

    .head__socmob {
        display: flex;
    }

    .head__cirkle {
        box-shadow: inset 4px 4px 6px #d1d9e6, inset -4px -4px 6px #f9f9f9;
    }

    .head__btn:nth-child(1) {
        margin-bottom: 32px;
    }

    .head__cirkle-top {
        transform: translate(-340px, -500px);
    }

    .head__cirkle-bottom {
        height: 300px;
        transform: translate(500px, 150px);
    }

    .head__content {
        margin-bottom: 40px;
        padding-top: 120px;
    }

    .head__title {
        display: none;
    }

    .head__title.head__title-mob {
        display: block;
    }

    .head__btn {
        width: 220px;
        font-size: 15px;
    }

    .head__btn-whatsapp {
        display: none;
    }

    .tag {
        font-size: 12px;
        padding: 3px 8px;
    }

    .head__subtitle {
        margin-bottom: 32px;
    }
}

@media (max-width: 374px) {
    .head__title {
        font-size: 22px;
    }

    .head__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
}



/* head-map
-----------------------------------------------------------------*/
.head__media {
    position: absolute;
    /* border: 1px solid red; */
    right: 0;
    display: block;
    transform: translateX(80px);
}

.head-map {
    position: relative;
    /* border: 1px solid red */
}

.flag {
    position: absolute;
    top: 0;
    left: 0;
}

.flag__wrapper {
    transform-origin: bottom center;
}

.flag__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.flag__flag {
    width: 30px;
}

.flag__arrow {
    position: relative;
    top: -4px;
}

.flag-ua {
    transform: translate(368px, 75px);
}

.scale-up-center-ua {
    animation: scale-up-center 1s ease-out 0.4s both;
}

.flag-ca {
    transform: translate(100px, 40px);
}

.scale-up-center-ca {
    animation: scale-up-center 1s ease-out 0.5s both;
}

.flag-pl {
    transform: translate(346px, 70px);
}

.scale-up-center-pl {
    animation: scale-up-center 1s ease-out 0.6s both;
}

.flag-de {
    transform: translate(326px, 68px);
}

.scale-up-center-de {
    animation: scale-up-center 1s ease-out 0.7s both;
}

.flag-il {
    transform: translate(374px, 120px);
}

.scale-up-center-il {
    animation: scale-up-center 1s ease-out 0.8s both;
}

.flag-it {
    transform: translate(332px, 98px);
}

.scale-up-center-it {
    animation: scale-up-center 1s ease-out 0.9s both;
}


@keyframes scale-up-center {
    0% {
        transform: scale(0);
    }

    60% {
        transform: scale(1.2);
    }

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


@media (max-width: 1439px) {
    .head__media {
        width: 500px;
        transform: translateX(40px);
    }

    .head-map__world {
        width: 100%;
    }

    .flag__circle {
        width: 26px;
        height: 26px;
    }

    .flag__flag {
        width: 20px;
    }

    .flag-ca {
        transform: translate(62px, 30px);
    }

    .flag-de {
        transform: translate(235px, 50px);
    }

    .flag-pl {
        transform: translate(252px, 52px);
    }

    .flag-ua {
        transform: translate(270px, 54px);
    }

    .flag-it {
        transform: translate(244px, 68px);
    }

    .flag-il {
        transform: translate(274px, 88px);
    }

}

@media (max-width: 1023px) {
    .head__media {
        position: relative;
        transform: translateX(0px);
    }
}


@media (max-width: 479px) {
    .head__media {
        width: 420px;
    }

    .flag-de {
        transform: translate(196px, 36px);
    }

    .flag-pl {
        transform: translate(210px, 38px);
    }

    .flag-ua {
        transform: translate(226px, 40px);
    }

    .flag-it {
        transform: translate(202px, 52px);
    }

    .flag-il {
        transform: translate(228px, 68px);
    }
}



/* mouse
-----------------------------------------------------------------*/
.mouse__btn {
    position: relative;
    top: -92px;
}

.mouse__line {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #222;
    top: 0%;
    left: 50%;
}

.mouse__portfolio {
    position: absolute;
    width: 640px;
    height: 1px;
    background: #b5b5b9;
    right: -700px;
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1s ease-out;
}

.mouse__portfolio.active {
    transform: scaleX(1);
}

.slide-top {
    animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}

@keyframes slide-bottom {
    0% {
        transform: translateY(-150%);
    }

    100% {
        transform: translateY(-30%);
    }
}

@media (max-width: 1639px) {
    .mouse__portfolio {
        width: 500px;
        right: -540px;
        top: 0px;
    }
}

@media (max-width: 1439px) {
    .mouse__btn {
        top: -72px;
    }

    .mouse__portfolio {
        width: 330px;
        right: -350px;
    }
}

@media (max-width: 1023px) {
    .mouse {
        margin-bottom: 60px;
    }


    .mouse__btn {
        top: 60px;
    }

    .mouse__portfolio {
        display: none;
    }

}

@media (max-width: 767px) {
    .mouse {
        margin-bottom: 80px;
    }
}

@media (max-width: 479px) {
    .mouse__btn {
        top: -16px;
    }

    .mouse {
        margin-bottom: 0px;
    }
}



/* portfolio
-----------------------------------------------------------------*/
.portfolio__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    column-gap: 70px;
    row-gap: 80px;
}

.portfolio__title {
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
}

.portfolio__title::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translate(-40%, -50%);
    box-shadow: inset 4px 4px 6px #d1d9e6, inset -4px -4px 6px #f9f9f9;
}

.work {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work__images {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.work__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.work__flag {
    position: absolute;
    width: 30px;
    height: 20px;
    border-radius: 4px;
    top: -8px;
    right: -4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.work__info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work__date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #444;
}

.work__date span {
    font-weight: 500;
}

.w-green {
    color: #25D366;
}

.w-blue {
    color: #0176ff;
}

.w-red {
    color: red;
}

.work__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
    transition: all .3s ease;
}

.work__title:hover {
    color: #0176ff;
}

.work__fich {
    color: #444;
    font-size: 12px;
}



@media (max-width: 1639px) {
    .portfolio__wrapper {
        column-gap: 58px;
        row-gap: 64px;
    }
}

@media (max-width: 1439px) {
    .portfolio__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 40px;
        row-gap: 50px;
    }

    .portfolio__title::before {
        width: 80px;
        height: 80px;
    }

    .portfolio__title {
        margin-bottom: 60px;
    }
}


@media (max-width: 1023px) {
    .work__images {
        height: auto;
    }

    .portfolio__wrapper {
        column-gap: 24px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .work__date {
        top: -24px;
        font-size: 8px;
    }

    .work__title {
        font-size: 18px;
    }

    .work:nth-last-child(1),
    .work:nth-last-child(2),
    .work:nth-last-child(3),
    .work:nth-last-child(4) {
        display: none;
    }
}

@media (max-width: 479px) {
    .portfolio__wrapper {
        grid-template-columns: 1fr;
        row-gap: 46px;
        justify-items: center;
    }

    .work__date {
        font-size: 10px;
        top: -30px;
    }

    .work {
        width: 86%;
    }

    .portfolio__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .work {
        width: 100%;
    }

    .work__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .work__images {
        margin-bottom: 8px;
        height: 214px;
    }

    .work__date {
        font-size: 8px;
    }

    .work__btn {
        width: 90%;
    }
}



/* why
-----------------------------------------------------------------*/

.why-title {
    display: none;
    margin-bottom: 30px;
}

.why {
    width: 1220px;
    height: 660px;
    display: grid;
    grid-template-columns: 474px 474px;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    margin: 0 auto;
}

.why__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.why__bg::before {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
}

.why__bg::after {
    content: '';
    position: absolute;
    width: 560px;
    height: 560px;
    border: 1px solid #DFDCDC;
    border-radius: 50%;
}

.why__bg-wrapper {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7D7D7D;
    border-radius: 50%;
}

.why__bg-tilte {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.why__card {
    background: #F1F2F6;
    border-radius: 32px;
    box-shadow: 6px 6px 8px #D9D9F0,
        -6px -6px 8px #fff;
    height: 260px;
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why__card-top {
    display: flex;
    justify-content: space-between;
}

.why__card-title {
    font-size: 20px;
    font-weight: 600;
    width: 70%;
    text-align: left;
}

.why__card-nombers {
    display: flex;
}

.why__card-nomber {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 700;
    border-radius: 50px;
}

.why__card-nomber:nth-child(1) {
    background-color: #fff;
    position: relative;
}

.why__card-nomber:nth-child(2) {
    color: #aaa;
    background-color: #D9D9D9;
    margin-left: -8px;
}

.why__card-text p {
    color: #444;
    font-size: 16px;
    text-align: left;
}

@media (max-width: 1639px) {
    .why {
        width: 1140px;
    }
}

@media (max-width: 1439px) {
    .why {
        width: 100%;
        height: 600px;
        grid-template-columns: 410px 410px;
        column-gap: 60px;
        justify-content: space-around;
    }

    .why__card {
        height: 240px;
    }

    .why__card-title {
        font-size: 18px;
    }

    .why__card-text p {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {
    .why {
        grid-template-columns: 1fr;
        gap: 30px;
        height: auto;
    }

    .why__bg-tilte {
        display: none;
    }

    .why__card {
        height: auto;
        padding: 24px 28px;
    }

    .why__card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .why__card-text p {
        font-size: 15px;
    }

    .why-title {
        display: block;
    }

    .why__card-top {
        align-items: center;
    }

}

@media (max-width: 767px) {
    .why {
        height: auto;
        justify-content: space-around;
        gap: 30px;
    }

    .why__card-title {
        width: 76%;
    }

    .why__bg {
        display: none;
    }

    .why__card-nomber {
        font-size: 14px;
        width: 34px;
        height: 34px;
    }

    .why__card-top {
        align-items: flex-start;
    }
}

@media (max-width: 479px) {
    .why {
        gap: 20px;
    }

    .why__card {
        height: auto;
        padding: 24px;
        border-radius: 24px;
    }

    .why__card-top {
        margin-bottom: 12px;
    }

    .why__card-title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .why__card-nomber {
        font-size: 12px;
        width: 30px;
        height: 30px;
    }

}

@media (max-width: 374px) {
    .why__card-title {
        font-size: 16px;
    }

    .why__card {
        padding: 20px;
    }
}


/* price
-----------------------------------------------------------------*/
.price-wrapper {
    display: grid;
    grid-template-columns: 430px 430px 430px;
    align-items: start;
    justify-content: center;
    column-gap: 40px;
}

.price {
    position: relative;
    height: 620px;
}

.price__top {
    position: relative;
    z-index: 2;
    border-radius: 32px;
    padding: 32px 34px;
    background: #F1F2F6;
    box-shadow: var(--shadow-out);
    height: 170px;
}

.price__row-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price__tarif {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
}

.price__bg {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
}

.price__row-bottom {
    display: flex;
    align-items: center;
}

.price__row-bottom img {
    width: 22px;
}

.price__row-bottom span {
    margin-left: 12px;
    font-weight: 800;
    font-size: 28px;
}

.price__bottom {
    position: absolute;
    padding: 210px 58px 44px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 32px;
    background: #F1F2F6;
    box-shadow: var(--shadow-out);
}

.price__info-row {
    display: flex;
    align-items: center;
}

.price__info-row+.price__info-row {
    margin-top: 20px;
}

.price__check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.price__check img {
    width: 22px;
}

.price__text {
    text-align: left;
    font-weight: 500;
}

.price__btn {
    border-radius: var(--radius);
    background: linear-gradient(0deg, #0075FF, #1983FF);
    margin: 38px auto 0;
    width: 300px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


@media (max-width: 1639px) {
    .price__top {
        padding: 30px 34px;
        height: 156px;
    }

    .price__row-top {
        margin-bottom: 16px;
    }

    .price__bottom {
        padding: 190px 50px 44px;
    }

    .price-wrapper {
        grid-template-columns: 400px 400px 400px;
        column-gap: 30px;
    }

    .price__btn {
        width: 280px;
        height: 50px;
        margin: 32px auto 0;
    }
}

@media (max-width: 1439px) {
    .price {
        height: 566px;
    }

    .price-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .price-wrapper>* {
        flex: 0 0 400px;
        /* ширина карточки */
    }

    .price__info-row+.price__info-row {
        margin-top: 16px;
    }

    .price__check {
        margin-right: 16px;
    }
}

@media (max-width: 479px) {
    .price-wrapper {
        gap: 24px 0px;
    }

    .price__check img {
        width: 16px;
    }

    .price-wrapper>* {
        flex: 0 0 96%;
    }

    .price {
        height: 478px;
    }

    .price__top {
        padding: 24px 20px;
        height: 136px;
    }

    .price__row-bottom span {
        font-size: 22px;
        margin-left: 10px;
    }

    .price__bottom {
        padding: 154px 32px 40px;
    }

    .price__tarif {
        padding: 0 24px;
        font-size: 16px;
        height: 44px;
    }

    .price__bg {
        height: 44px;
        width: 44px;
    }

    .price__bg img {
        width: 24px;
    }

    .price__btn {
        font-size: 15px;
        width: 220px;
        height: 44px;
        margin: 20px auto 0;
    }

    .price__row-bottom img {
        width: 24px;
    }

    .price__check {
        width: 26px;
        height: 26px;
        margin-right: 4px;
    }

    .price__info-row+.price__info-row {
        margin-top: 6px;
    }
}

@media (max-width: 374px) {

    .price {
        height: 510px;
    }

    .price__top {
        padding: 20px 16px;
        height: 124px;
    }

    .price__tarif {
        padding: 0 20px;
        font-size: 15px;
    }

    .price__row-bottom span {
        font-size: 20px;
    }

    .price__bottom {
        padding: 144px 20px 30px;
    }

    .price__info-row+.price__info-row {
        margin-top: 14px;
    }

    .price__text {
        font-size: 15px;
    }
}



/* etaps
-----------------------------------------------------------------*/
.etaps__title {
    margin-bottom: 60px;
}

.etaps {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1040px;
    height: 300px;
    position: relative;
}

.etap__dot {
    position: absolute;
    background: #B8B8B9;
    width: 20px;
    height: 20px;
    border-radius: 20px;

    left: 50%;
    z-index: 3;
}

.etap__dot-top {
    top: 0;
    transform: translate(-50%, -10px);
}

.etap__dot-bottom {
    bottom: 0;
    transform: translate(-50%, 8px);
}

.etap::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #c2c2c2;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 3px 3px 6px #CACDE2,
        -3px -3px 6px #fff;
}

.etap:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 50%;
    background: #c2c2c2;
    height: 4px;
    top: -2px;
    transform: translateX(0%);
    left: 0;
    box-shadow: 3px 3px 6px #CACDE2,
        -3px -3px 6px #fff;
}

.etap:nth-last-child(1):before {
    content: '';
    position: absolute;
    width: 50%;
    background: #c2c2c2;
    height: 4px;
    bottom: 0;
    transform: translateX(0%);
    left: 0;
    box-shadow: 3px 3px 6px #CACDE2,
        -3px -3px 6px #fff;
}

.etap__line {
    position: absolute;
}

.etap__line-left {
    left: 0;
    top: -18px;
    height: 331px;
    transform: translateX(-115px);
}

.etap__line-right {
    right: 0;
    top: -18px;
    height: 331px;
    transform: translateX(115px);
}

.etap__nom {
    font-size: 140px;
}

.etap__nom-left {
    padding-left: 70px;
}

.etap__nom-right {
    padding-right: 70px;
}

.etap__content {
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

.etap__title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.etap__text {
    color: #444;
    line-height: 140%;
}

.etap__content-num {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    color: #444;
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    position: relative;
    font-weight: 600;
}


@media (max-width: 1439px) {
    .etap {
        max-width: 80%;
        height: 260px;
    }

    .etaps__title {
        margin-bottom: 40px;
    }

    .etap__line-right {
        top: -16px;
        height: 288px;
        transform: translateX(100px);
    }

    .etap__line-left {
        top: -16px;
        height: 288px;
        transform: translateX(-100px);
    }

    .etap__nom-right {
        padding-right: 60px;
    }

    .etap__nom-left {
        padding-left: 60px;
    }

    .etap__nom {
        font-size: 120px;
    }

    .etap__dot {
        width: 16px;
        height: 16px;
    }

    .etap__dot-top {
        top: 2px;
    }

    .etap__dot-bottom {
        bottom: 2px;
    }

    .etap__title {
        font-size: 18px;
    }

    .etap__text {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {
    .etap__nom-right {
        padding-right: 20px;
    }

    .etap__nom-left {
        padding-left: 20px;
    }

    .etap__content {
        width: 60%;
        padding-left: 24px;
    }

    .etap__title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .etap__text {
        font-size: 15px;
    }

    .etap__nom {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .etap {
        display: none;
    }

    .etaps__title {
        margin-bottom: 32px;
    }
}


/* etaps-mob
-----------------------------------------------------------------*/
.etaps-mob {
    display: none;
}

.etap-mob {
    position: relative;
    text-align: left;
    padding-left: 66px;
    margin-bottom: 20px;
}

.etap-mob:nth-last-child(1) {
    margin-bottom: 0;
}

.etap-mob::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #D3D3D3;
    transform: translate(24px, 24px);
}

.etap-mob:nth-last-child(1):before {
    display: none;
}

.etap-mob__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border-radius: 40px;
    position: absolute;
    left: 0;

}

.etap-mob__title {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;

}

.etap-mob__text {
    font-size: 15px;
    color: #444;
}


@media (max-width: 767px) {
    .etaps-mob {
        display: block;
    }
}

@media (max-width: 479px) {
    .etaps__title {
        margin-bottom: 28px;
    }

    .etap-mob__title {
        margin-bottom: 4px;
    }
}





/* about
-----------------------------------------------------------------*/
.about {
    padding-top: 20px;
}

.about__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 40px;
}

.about__media {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 120px;
}

.about__fon {
    position: absolute;
    border-radius: 32px;
    transform: rotate(-65deg);
    top: 0;
    width: 340px;
    height: 340px;
    z-index: -1;
}

.about__photo {
    max-width: 340px;
    border-radius: 32px;
}

.about__content {
    text-align: left;
    width: 50%;
    padding-left: 60px;
}

.about__title {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 800;
}

.about__text {
    width: 540px;
    color: #444;
}

.about__text+.about__text {
    margin-top: 16px;
}

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

.about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.about__item-icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.about__item-title {
    margin-top: 24px;
    font-weight: 600;
}

.about__item-nom {
    margin-top: 6px;
    font-size: 40px;
    font-weight: 600;
    padding-left: 16px;
}


@media (max-width: 1439px) {
    .about {
        padding-top: 0px;
    }

    .about__wrapper {
        margin-bottom: 80px;
    }

    .about__media {
        padding-right: 80px;
    }

    .about__fon {
        border-radius: 24px;
        width: 240px;
        height: 240px;
    }

    .about__photo {
        max-width: 240px;
        border-radius: 24px;
    }

    .about__content {
        padding-left: 24px;
    }

    .about__title {
        margin-bottom: 12px;
        font-size: 32px;
    }

    .about__text {
        font-size: 15px;
        width: 100%;
    }

    .about__text+.about__text {
        margin-top: 12px;
    }

    .about__item-icon {
        width: 60px;
        height: 60px;
    }

    .about__item-icon img {
        width: 24px;
    }

    .about__item-title {
        font-size: 14px;
        margin-top: 20px;
    }

    .about__item-nom {
        font-size: 32px;
    }
}

@media (max-width: 1023px) {
    .about__wrapper {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .about__content {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 100px;
    }

    .about__media {
        width: 100%;
        justify-content: center;
        padding-right: 0px;
        padding-bottom: 60px;
    }

    .about__fon {
        border-radius: 24px;
        width: 320px;
        height: 320px;
    }

    .about__photo {
        max-width: 320px;
        border-radius: 24px;
    }

    .about__text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about {
        padding-top: 0px;
    }

    .about__bottom {
        flex-direction: column;
        align-items: center;
    }

    .about__item {
        width: 100%;
        margin-bottom: 70px;
    }

    .about__item-icon img {
        width: 26px;
    }

    .about__item-icon {
        width: 70px;
        height: 70px;
    }

    .about__item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .about__item-title {
        font-size: 16px;
    }

    .about__item-nom {
        font-size: 40px;
        padding-left: 12px;
    }
}

@media (max-width: 479px) {
    .about__fon {
        border-radius: 24px;
        width: 280px;
        height: 280px;
    }

    .about__photo {
        max-width: 280px;
        border-radius: 24px;
    }

    .about__text {
        font-size: 15px;
    }

    .about__item-icon {
        width: 60px;
        height: 60px;
    }

    .about__item-icon img {
        width: 24px;
    }

    .about__wrapper {
        padding-top: 0px;
    }

    .about__title {
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .about__fon {
        width: 240px;
        height: 240px;
    }

    .about__photo {
        max-width: 240px;
    }

    .about__item-nom {
        font-size: 32px;
    }
}



/* footer
-----------------------------------------------------------------*/
.footer__top {
    display: flex;
    border-bottom: 1px solid #c2c2c2;
}

.footer__logo {
    margin-bottom: 30px;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    font-size: 14px;
}

.footer__year {
    color: #444;
}

.footer__prava-link {
    color: #444;
    margin-left: 40px;
}

@media (max-width: 1439px) {
    .footer__info {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .footer__prava-link {
        margin-left: 24px;
    }
}

@media (max-width: 767px) {
    .footer__top {
        justify-content: center;
    }

    .footer__info {
        flex-direction: column;
    }

    .footer__prava-link {
        margin-top: 16px;
        margin-left: 0px;
        display: block;
    }
}



/* form
-----------------------------------------------------------------*/
.form-page {
    padding: 100px 0px
}

.form__page-wrapper {
    display: flex;
    align-items: center;
}

.form__page-bg {
    width: 50%;
}

.form__page-bg img {
    max-width: 700px;
}

.form__page-content {
    text-align: left;
    padding-left: 40px;
    width: 45%;
}

.form__big-title {
    font-size: 28px;
    text-transform: none;
    margin-bottom: 24px;
}

.form__big-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
}

.form-inp {
    width: 100%;
    height: 56px;
    margin-top: 20px;
    border-radius: 8px;
    border: none;
    padding: 0 24px;
    font-size: 24px;
}

/* .input-submit {
    font-family: var(--font-main);
    margin-top: 20px;
    width: 100%;
} */

.wpcf7-submit {
    height: 44px;
    padding: 0px 30px;
    background: #F1F2F6;
    font-size: 16px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.02em;
    box-shadow: var(--shadow-out);
    border-radius: var(--radius);
    transition: var(--transition);
    font-family: var(--font-main);
    margin-top: 20px;
    width: 100%;
}

.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1),
        5px 5px 8px #CACDE2;
}

.form-page__agrre {
    margin-top: 16px;
    font-size: 12px;
}

input::placeholder {
    font-family: "Montserrat", sans-serif;
    color: darkgray;
    font-size: 15px;
}

textarea::placeholder {
    color: darkgray;
    font-size: 16px;
}


@media (max-width: 1639px) {
    .form__page-bg img {
        max-width: 640px;
    }

    .form__page-content {
        padding-left: 24px;
    }

}

@media (max-width: 1439px) {

    .form__page-content {
        width: 50%;
    }

    .form__page-bg img {
        max-width: 500px;
    }

    .form__big-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form__big-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .form-inp {
        height: 50px;
        padding: 0 24px;
        font-size: 20px;
        margin-top: 16px;
    }

    .input-submit {
        margin-top: 24px;
        height: 44px;
        padding: 0px 40px;
    }
}

@media (max-width: 1023px) {

    .form__big-title {
        text-align: center;
        font-size: 28px;
    }

    .form-page__agrre {
        text-align: center;
    }

    .form__page-bg {
        display: none;
    }

    .form__page-content {
        padding-left: 0px;
        width: 80%;
        margin: 0 auto;
    }

    .form-page {
        padding: 80px 0px;
    }
}

@media (max-width: 767px) {
    .form-page {
        padding: 60px 0px 100px;
    }

    .form__page-content {
        width: 100%;
    }

    .form-page__agrre {
        margin-top: 16px;
    }

    .form__big-title {
        font-size: 22px;
    }
}

@media (max-width: 479px) {
    .form__big-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .form-inp {
        padding: 0 20px;
        margin-top: 12px;
    }

    .form__big-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
    }

    input::placeholder {
        font-size: 15px;
    }

}



/* form-popup
-----------------------------------------------------------------*/
.form-popup,
.form-end {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #F1F2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.form-end {
    background: rgba(239, 239, 240, 0.7);
}

.form-popup-active,
.form-end-active {
    opacity: 1;
    visibility: visible;
}

.form-popup__inner,
.form-end__inner {
    width: 600px;
    background: #F1F2F6;
    padding: 40px;
    border-radius: 32px;
    position: relative;
}

.form-end .form-popup__inner {
    width: auto;
    padding: 70px 50px;
    box-shadow: var(--shadow-out);
}

.form-popup__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: var(--radius);
}

.form-popup__title {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 800;
}

.form-end .form-popup__title {
    margin-bottom: 16px;
}

.form-popup .input-submit {
    margin: 20px auto 0;
}

.form-popup__close {
    padding: 0;
}

.form-popup__subtitle {
    margin-bottom: 32px;
}

.form-end__btn {
    color: #fff;
    background-color: #0176ff;
}

.form-end__btn {
    margin: 0 auto;
    width: 42%;
}


@media (max-width: 1023px) {
    .form-end .form-popup__inner {
        padding: 56px 48px;
    }
}

@media (max-width: 767px) {
    .form-popup__close {
        top: -40px;
        right: 20px;
    }

    .form-popup__inner,
    .form-end__inner {
        max-width: 480px;
        padding: 20px;
        border-radius: 32px;
    }

    .form-popup__title {
        font-size: 24px
    }

    .form-end .form-popup__title {
        margin-bottom: 12px;
    }

    .form-end .form-popup__inner {
        padding: 46px 38px;
    }
}

@media (max-width: 479px) {

    .form-popup__title,
    .form__big-title {
        margin-bottom: 16px;
        font-size: 19px;
    }

    .form-popup__close {
        right: 16px;
        width: 34px;
        height: 34px;
    }

    .form-end .form-popup__inner {
        padding: 40px 24px;
        width: 92%;
    }

    .form-end .form-popup__title {
        margin-bottom: 8px;
    }

    .form-popup__subtitle {
        margin-bottom: 24px;
        font-size: 15px;
    }
}

@media (max-width: 389px) {
    .form-popup__title {
        font-size: 18px;
    }
}

@media (max-width: 374px) {

    .form-popup__title,
    .form__big-title {
        font-size: 16px;
    }

    .form-popup__inner,
    .form-end__inner {
        padding: 16px;
    }

    .form-popup__close {
        top: -32px;
        right: 16px;
    }

    .form-end .form-popup__inner {
        padding: 32px 16px;
    }
}



/* popup-menu
-----------------------------------------------------------------*/
.popup-menu {
    display: flex;
    position: fixed;
    z-index: 19;
    background: var(--color-bg);
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.popup-menu-active {
    opacity: 1;
    visibility: visible;
}

.popup-menu__wrapper {
    width: 420px;
}

.popup-menu__languages {
    position: fixed;
    display: flex;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.popup-menu__language {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #b5b5b9;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #b5b5b9;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.2s ease;
    margin: 0px 8px;
}

.popup-menu__language:hover {
    border: 1px solid #444;
    color: #444;
}

.language-active {
    border: 1px solid #444;
    color: #444;
}

.popup-menu__link {
    font-size: 36px;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 16px;
    transition: all 0.2s ease;
}

.popup-menu__link:hover {
    font-weight: 600;
}

@media (max-width: 1439px) {
    .popup-menu__link {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .popup-menu__language {
        width: 34px;
        height: 34px;
        font-size: 10px;
        margin: 0px 4px;
    }

    .popup-menu__languages {
        bottom: 40px;
    }
}


@media (max-width: 767px) {
    .popup-menu__language {
        margin: 0px 4px;
    }
}

@media (max-width: 479px) {
    .popup-menu__language {
        width: 30px;
        height: 30px;
    }

}



/* Wordpress Form
-----------------------------------------------------------------*/

form br {
    display: none !important;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.form-page__form p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    display: block;
    width: 100%;
}

.loc p {
    display: flex;
    justify-content: space-between;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    /* color: #AA8AF6; */
}

.form-inp.wpcf7-not-valid {
    /* border-bottom: 1px solid #F11313; */
}

@media (max-width: 767px) {
    .wpcf7-not-valid-tip {
        margin-top: 2px;
        font-size: 12px;
    }
}