/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&family=Nunito:ital,wght@0,400;0,700;0,900;1,300&display=swap');

  
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}
input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html,body{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    scroll-behavior: smooth;
    background: #fff;
    color: #000;
}
.body{
    min-width: 343px;
}
.body.no-scroll {
    overflow: hidden;
}
  
.container{
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}


.header{
    position: fixed;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 14px 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header.scroll{
    background: #ffd200;
}
.header::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header.scroll::before{
    opacity: 1;
}
.header__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
}
.header::after {
    position: absolute;
    content: '';
    background: url('../img/header-bg.svg');
    background-repeat: no-repeat;
    width: 334.927px;
    height: 146.329px;
    left: calc(50% - 788px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5px;
    z-index: 1;
}
.header__logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
}

.header__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__link{
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header__top-block{
    padding-top: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}

.header__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__content-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
}
.header__content-tel,
.header__content-inst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.header__content-inst{
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px; /* 111.111% */
    max-width: 127px;
}
.header__content-inst svg{
    min-width: 40px;
}
.header__content-tel{
    color: #232323;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header__content-btn.btn{
    width: 225px;
    height: 50px;
    font-size: 20px;
}
.header__burger,
.header__burger-close{
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}




.feedback{
    margin-top: 85px;
    background-color: #FFD200;
    position: relative;
    z-index: 1;
}
.feedback::before {
    position: absolute;
    content: "";
    background-image: url("../img/frame-3.webp");
    background-size: 3840px 324px;
    background-position: center center;
    background-repeat: repeat-x;
    height: 324px;
    width: calc(100% + 1933px);
    left: 0px;
    right: 0px;
    top: -60px;
    pointer-events: none;
    z-index: -1;
}
.feedback::after {
    position: absolute;
    content: "";
    background-image: url("../img/frame-3-1.webp");
    background-size: 3840px 324px;
    background-position: center center;
    background-repeat: repeat-x;
    height: 324px;
    width: calc(100% + 1915px);
    left: 0px;
    right: 0px;
    bottom: -86px;
    pointer-events: none;
    z-index: 1;
}
.feedback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0px;
    margin-left: 0px;
    padding-top: 40px;
}
.feedback__title{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
}
.feedback__descr{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.feedback__block{
    max-width: 580px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.feedback__block:last-of-type{
    position: relative;
    z-index: 2;
}
.feedback__form{
    margin-top: 11px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.feedback__form-span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.feedback__form-input{
    width: 100%;
    max-width: 560px;
    margin: 10px;
    border-radius: 90px;
    background: #FFF;
    outline: none;
    border: none;
    padding: 10px 20px;
    color: #767676;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 176.471% */
}
.feedback__form-span + .feedback__form-span{
    margin-top: 30px;
}

.feedback__form-btn{
    margin-top: 30px;
}


.feedback-miki {
    margin-top: 120px;
    height: 738px;
}
.feedback-miki .feedback__image {
    position: relative;
    top: -56px;
    left: 2px;
}
.feedback-miki .feedback__block:last-of-type{
    margin-top: -149px;
}
.feedback-2{
    height: 745px;
    margin-top: 65px;
}
.feedback__image-2{
    position: relative;
    z-index: 1;
    top: -2px;
    right: -3px;
}
.feedback__image-2::after{
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: -1;
    background: url('../img/feedback-2.svg');
    top: 8px;
    right: -38px;
    width: 531.918px;
    height: 373.293px;
}
.feedback-2 .feedback__descr{
    margin-top: 0;
}
.feedback-2 .feedback__inner{
    padding-top: 0;
}
.feedback__send,
.popup__send {
    color: #ff4ca6;
    position: absolute;
    font-size: 16px;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.feedback__send.show-success::before,
.popup__send.show-success::before {
    content: 'Дані надіслано';
    font-size: 16px;
}

.feedback__send.show-error::before
.popup__send.show-error::before  {
    content: 'Виникла помилка';
}

.feedback__send.show-success,
.feedback__send.show-error,
.popup__send.show-success,
.popup__send.show-error {
    opacity: 1;
    pointer-events: all;
    display: block;
}



.footer{
    position: relative;
    z-index: 2;
    padding-bottom: 41px;
}
.footer__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__logo{
    width: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer__logo-img{
    width: 100%;
}
.footer__cop{
    display: block;
    max-width: 259px;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px; /* 117.647% */
}
.footer__cop-privacy{
    display: block;
}
.footer__inst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    max-width: 178px;
}
.footer__inst svg {
    min-width: 40px;
}
.footer__tel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer__btn.btn{
    width: 225px;
    height: 50px;
    font-size: 20px;
}



.message-block{
    margin-top: 85px;
    position: relative;
    z-index: 2;
}
.message-block__descr{
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.message-block__title{
    margin-bottom: 20px !important;
}




.btn-link{
    color: #FFF;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 90px 0px 90px 90px;
    border: 1px solid #FFF;
    width: 135px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    background-color: #fff;
}

.btn-link-prog{
    color: #464646;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 90px 0px 90px 90px;
    border: 1px solid #FFF;
    width: 135px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    background-color: #fff;
}


.title-main{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 106.667% */
}
.title{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 116.667% */
}
.text-w7{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-w9{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.mt-15{
    margin-top: 15px;
}
.btn{
    color: #FFF;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 90px 0px 180px 90px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    background: #FF4CA6;
    border: 0;
    outline: none;
    cursor: pointer;
    max-width: 330px;
    width: 100%;
    height: 60px;
}

.color-1{
    color: #E51D82;
}

.color-2{
    color: #1D1C21;
}
.color-3{
    color: #fff;
}
.color-4{
    color: #232323;
}

.content-all{
    overflow: hidden;
}




.popup{
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}
.popup.show{
    opacity: 1;
    pointer-events: all;
}
.popup__bg{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup__inner{
    background-color: #FFD200;
    border-radius: 30px;
    padding: 40px 30px;
    max-width: 475px;
    width: 100%;
    position: relative;
}
.popup__title{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    width: 100%;
}
.popup__descr{
    font-family: 'Balsamiq Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.popup__block{
    max-width: 580px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.popup__block:last-of-type{
    position: relative;
    z-index: 2;
}
.popup__form{
    margin-top: 11px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.popup__form-span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.popup__form-input{
    width: 100%;
    max-width: 560px;
    margin: 10px;
    border-radius: 90px;
    background: #FFF;
    outline: none;
    border: none;
    padding: 10px 20px;
    color: #767676;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 176.471% */
}
.popup__form-span + .popup__form-span{
    margin-top: 20px;
}

.popup__form-btn{
    margin-top: 20px;
}

.popup__close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}


@media (max-width: 1075px) {
    .header__img {
        width: 160px;
    }
}
@media (max-width: 1000px) {

    .header__burger,
    .header__burger-close{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__burger-close{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
    .header__img {
        width: 160px;
    }
    .header__inner{
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffd200;
        padding: 20px 40px;
        max-width: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        gap: 30px;
        overflow: auto;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header__inner.show{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .header__top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header__top-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: none;
        padding: 0;
    }
    .header__top-block + .header__top-block{
        margin-top: 30px;
    }
    .header__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .header__content-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        gap: 30px;
    }



    .header .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 50px;
    }
    .header__logo{
        top: -5px;
        left: 20px;
        margin: 0;
    }
}


@media (max-width: 520px) {
    .header .container{
        gap: 30px;
    }
}

@media (max-width: 595px) {
    .header__inner{
        width: 100%;
    }
}


@media (max-width: 1112px) {
    .feedback__img {
        width: 100%;
    }
}
@media (max-width: 1080px) {
    .footer__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        place-items: center;
    }
    
    .footer__logo {
        -ms-grid-column-span: 4;
        grid-column: span 4;
        margin: 0 auto;
    }
    
    .footer__cop,
    .footer__inst,
    .footer__tel,
    .footer__btn {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .feedback-miki {
        height: auto;
    }
}
@media (max-width: 892px) {
    .footer__inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer__cop {
        -ms-grid-column-span: 4;
        grid-column: span 4;
        margin: 0 auto;
    }
}
@media (max-width: 810px) {
    .feedback__image {
        top: 46px !important;
        left: -39px !important;
    }
    .feedback__img {
        width: 100%;
        min-width: 373px;
    }
}
@media (max-width: 690px) {
    .footer__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .footer__logo {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        margin: 0 auto;
    }
    .footer__cop {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        margin: 0 auto;
    }

    .feedback-2 {
        height: auto;
    }
    .feedback{
        padding-top: 116px;
    }
    .feedback__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .feedback__block{
        width: 100%;
        max-width: 100%;
    }
    .feedback__image{
        left: 50% !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        right: initial !important;
    }
    .feedback__image-2{
        margin: 0 auto;
        -webkit-transform: translateX(6%);
            -ms-transform: translateX(6%);
                transform: translateX(6%);
        left: initial !important;
    }
}


@media (max-width: 500px) {
    .btn{
        max-width: 266px;
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
    .title-main {
        font-family: 'Balsamiq Sans', sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
    }
    .title {
        font-size: 30px;
        line-height: 32px;
    }


    .feedback__title {
        font-size: 30px;
        line-height: 32px;
    }
    .feedback__descr{
        font-size: 18px;
        line-height: 24px;
    }
    .feedback__form-span + .feedback__form-span {
        margin-top: 15px;
    }
    .message-block__descr {
        font-size: 18px;
        line-height: 24px;
    }

    .header__img {
        width: 120px;
    }


    .feedback-miki {
        padding-top: 241px;
    }

    .popup__inner {
        padding: 70px 15px 40px 15px;
    }
    .popup__title {
        font-size: 26px;
        line-height: 30px;
    }
    .popup__descr {
        font-family: 'Balsamiq Sans', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
    .btn {
        max-width: 266px;
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
}