/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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,
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: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    background: #fff;
    color: #494848;
    scroll-behavior: smooth;
}
.body{
    min-width: 343px;
}
.body.hidden{
    overflow: hidden;
}
.container{
    max-width: 1215px;
    padding: 0 15px;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .container{
        max-width: 1000px;
    }
}
@media (max-width: 999px) {
    .container{
        max-width: 768px;
    }
}
@media (max-width: 767px) {
    .container{
        max-width: 480px;
    }
}
@media (max-width: 479px) {
    .container{
        max-width: 360px;
    }
}
.content-all{
    overflow: hidden;
}
.header{
    padding: 20px 0;
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 80;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}
/*
@media (max-width: 361px) {
    .header .container {
        margin:0;
    }
}
*/
.header.scroll{
    border-bottom: 1px solid #D9D9D9;
}
.header__inner{
    max-width: 1212px;
}
.header__burger{
    display: none;
}
.header__inner{
    padding-right: 25px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 22px;
}
.header__logo{
    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;
}
.header__img{
    width: 179px;
}
.header__phones{
    display: flex;
    gap: 15px;
    position: relative;
}
.header__phones::before{
    position: absolute;
    content: '';
    background: url('../img/header/tel.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.header__tel{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    transition: all .1s ease;
}
.header__contact{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    margin-top: -38px;
    margin-right: 45px;
}
.header__btn.btn-2 > *{
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    width: 100%;
    max-width: 130px;
    height: 38px;
    animation: none;
    line-height: normal;
}
.header__header-languages{
    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;
}
.header__language{
    color: #857E7E;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header__language.active{
    color: #368CC1;
}
.header__menu-close{
    display: none;
}
.header__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: -10px;
}
.header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-right: 14px;
}
.header__item-link{ 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all .1s ease;
}
.header__content-link{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    text-wrap: nowrap;
    transition: all .1s ease;
}
.header__content-link:hover{
    color: #368CC1;
}
.header__item-link:hover{
    color: #368CC1;
}
.header__tel:hover{
    color: #368CC1;
}
@media (max-width: 1279px) {
    .header{
        padding-top: 20px;
    }
    .header__inner{
        gap: 19px;
        padding-right: 0;
    }
    .header__contact,
    .header__menu{
        margin-top: 0;
    }
    .header__menu{
        justify-content: end;
    }
    .header {
        padding: 10px 0;
    }
    .header__logo {
        margin-left: 2px;
        margin-bottom: -38px;
    }
    .header__links {
        margin-right: 0;
    }
}
@media (min-width: 999px) {
    .header__item-link:hover ~ .header__item-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__item-box{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__content-block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }
    .header__item-content{
        display: none;
        position: absolute;
        padding: 30px 15px 35px 20px;
        border-radius: 10px;
        border: 1px solid #CFCFCF;
        background: #FFF;
        left: -5px;
        top: 41px;
        z-index: 22;
        max-height: 247px;
        gap: 0;
    }
    .header__item-link:hover ~ .header__item-content,
    .header__item-content:hover{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__item-content::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 30px;
        background-color: transparent;
        top: -26px;
        left: 0;
    }
    .header__item-box:hover > .header__item-link{
        font-weight: 600;
        color: #368CC1;
    }
}
@media (max-width: 999px) {
    .header.scroll{
        padding: 10px 0;
    }
    .header__inner{
        flex-wrap: nowrap;
        gap: 72px;
    }
    .header__contact {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        margin-right: 0;
    }
    .header__logo{
        margin-top: 0;
        margin-bottom: 0;
    }
    .header__phones::before{
        content: none;
    }
    .header__phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 3px;
    }
    .header__burger{
        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;
        cursor: pointer;
    }
    .header__menu-close{
        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;
        position: absolute;
        top: 24px;
        right: 25px;
        cursor: pointer;
    }
    .header__menu {
        -webkit-transform: translateX(110%);
            -ms-transform: translateX(110%);
                transform: translateX(110%);
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        position: fixed;
        top: -1px;
        right: -1px;
        bottom: 0;
        background: #FFF;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        z-index: 999;
        width: 324px;
        border: 1px solid #D9D9D9;
        padding: 33px 5px 0 0;
        z-index: 999;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__menu.active{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .header__links{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        margin: 0;
        width: 100%;
        gap: 26px;
        padding: 26px 0 26px 22px;
        background-color: rgba(217, 217, 217, 0.30);
        height: 100%;
        overflow-y: auto;
    }
    .header__content-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header__item-box.active .header__item-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__item-link{
        font-weight: 400;
        color: #494848;
    }
    .header__item-box.active .header__item-link{
        font-weight: 600;
        color: #368CC1;
    }
    .header__item-content{
        margin-left: 30px;
        margin-bottom: 10px;
        margin-top: 36px;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .header__header-languages{
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding-left: 14px;
        margin-bottom: 33px;
        gap: 13px;
    }
    .header__language{
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
    }
    .header__item-box{
        gap: 35px;
    }
    .header__content-link{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .header__content-block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .header__btn{
        max-width: 155px;
        width: 100%;
    }
    .header__btn.btn-2 > *{
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .header__inner{
        flex-wrap: wrap;
        gap: 0px;
    }
    .header__contact{
        width: calc(100% - 216px);
    }
    .header__contact{
        gap: 20px;
        justify-content: end;
    }
    .header__phones{
        flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 155px;
		gap: 5px;
		margin-right: 70px;
		margin-left: auto;
    }
    .header__contact {
        width: calc(100% - 196px);
    }
}
@media (max-width: 479px) {
    .header__contact {
		width: 100%;
		flex-direction: row-reverse;
		align-items: center;
		max-width: auto;
		margin: 0 auto;
		gap: 20px;
		justify-content: space-between;
	}
	.header__phones{
		width: 100%;
		max-width: 100%;
		gap: 0px;
		margin-right: 0;
		margin-left: 0;
		align-items: end;
    }
	.header__inner {
		gap: 20px;
	}
    .header__burger{
        position: absolute;
        top: 28px;
        right: 15px;
    }
}
.footer{
    padding: 77px 0 66px;
    background: rgba(122, 83, 169, 0.90);
    overflow: hidden;
}
.footer__inner{
    margin-left: 16px;
    max-width: 1007px;
}
.footer__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.footer__name{
    margin-bottom: 12px;
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer__descr{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: max-content;
}
.footer__descr::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: all .1s ease;
}
.footer__descr:hover::before{
    width: 100%;
}
.footer__end .footer__descr::before{
    content: none;
}
.footer__end .footer__descr::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6' fill='none'%3E%3Cpath d='M2.34863 4.73633C2.56348 4.73633 2.76204 4.69238 2.94434 4.60449C3.12663 4.5166 3.27637 4.39616 3.39355 4.24316C3.51074 4.08691 3.57747 3.90951 3.59375 3.71094H4.45312C4.43685 4.02344 4.33105 4.31478 4.13574 4.58496C3.94368 4.85189 3.69141 5.06836 3.37891 5.23438C3.06641 5.39714 2.72298 5.47852 2.34863 5.47852C1.9515 5.47852 1.60482 5.40853 1.30859 5.26855C1.01562 5.12858 0.771484 4.93652 0.576172 4.69238C0.384115 4.44824 0.239258 4.16829 0.141602 3.85254C0.0472005 3.53353 0 3.19661 0 2.8418V2.63672C0 2.2819 0.0472005 1.94661 0.141602 1.63086C0.239258 1.31185 0.384115 1.03027 0.576172 0.786133C0.771484 0.541992 1.01562 0.349935 1.30859 0.209961C1.60482 0.069987 1.9515 0 2.34863 0C2.76204 0 3.12337 0.0846354 3.43262 0.253906C3.74186 0.419922 3.98438 0.647786 4.16016 0.9375C4.33919 1.22396 4.43685 1.54948 4.45312 1.91406H3.59375C3.57747 1.69596 3.51562 1.49902 3.4082 1.32324C3.30404 1.14746 3.16081 1.00749 2.97852 0.90332C2.79948 0.795898 2.58952 0.742188 2.34863 0.742188C2.07194 0.742188 1.83919 0.797526 1.65039 0.908203C1.46484 1.01562 1.31673 1.16211 1.20605 1.34766C1.09863 1.52995 1.02051 1.7334 0.97168 1.95801C0.926107 2.17936 0.90332 2.4056 0.90332 2.63672V2.8418C0.90332 3.07292 0.926107 3.30078 0.97168 3.52539C1.01725 3.75 1.09375 3.95345 1.20117 4.13574C1.31185 4.31803 1.45996 4.46452 1.64551 4.5752C1.83431 4.68262 2.06868 4.73633 2.34863 4.73633Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50%;
}
.footer__end .footer__descr{
    padding-left: 34px;
}
.footer__block > .footer__name:not(:first-of-type){
    margin-top: 26px;
}
.footer__end{
    margin-top: 51px;
    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{
    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;
    user-select: none;
}
.footer__logo img{
    width: 136px;
}
.footer__block:nth-of-type(2){
    margin-left: 23px;
}
.footer__block:nth-of-type(3){
    margin-right: -33px;
}
.footer__block:last-of-type .footer__name:last-child{
    margin-top: 16px;
}
@media (max-width: 1000px) {
    .footer {
        padding: 66px 0 53px;
    }
    .footer__content{
        margin-right: 50px;
    }
    .footer__logo{
        margin-right: 40px;
    }
    .footer__end {
        margin-top: 42px;
    }
}
@media (max-width: 999px) {
    .footer__inner {
        max-width: 620px;
        margin: 0 auto;
    }
    .footer__block:nth-of-type(3) {
        margin-right: -33px;
        max-width: 250px;
    }
    .footer__inner{
        position: relative;
    }
    .footer__end .footer__descr{
        max-width: 100%;
        padding-left: 0;
    }
    .footer__end .footer__descr::after {
        left: -23px;
        top: 0px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .footer__block:nth-of-type(3),
    .footer__content{
        margin-right: 0px;
    }
    .footer__block:nth-of-type(3), .footer__content{
        max-width: max-content;
    }
    .footer {
        padding: 44px 0 46px;
    }
    .footer__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "a b"
        "d e";
        gap: 30px 0;
    }
    .footer__block:first-of-type{
        grid-area: a;
    }
    .footer__block:nth-of-type(2){
        margin: 0;
        grid-area: d;
    }
    .footer__block:nth-of-type(4){
        grid-area: e;
    }
    .footer__block:nth-of-type(3){
        grid-area: b;
        margin-right: 0;
    }
    .footer__block > .footer__name:not(:first-of-type) {
        margin-top: 22px;
    }
    .footer__end {
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px;
        margin-top: 10px;
    }
    .footer__end .footer__descr {
        padding-left: 0;
        margin-left: 24px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 44px 0 65px;
    }
    .footer__content{
        gap: 30px 16px;
    }
    .footer__end .footer__descr{
        max-width: 341px;
    }
    .footer__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "a e"
        "d d"
        "b b";
        gap: 30px 22px;
    }
    .footer__end{
        margin-top: 40px;
        gap: 30px;
    }
    .footer__end .footer__descr {
        margin-right: -10px;
    }
    .footer__block .footer__descr {
        text-wrap: nowrap;
    }
}
@media (max-width: 479px) {
    .footer__block .footer__descr {
        text-wrap: wrap;
    }
}
.estimate{
    margin-top: 120px;
    background: #A92F9D;
    padding: 88px 0 80px;
    position: relative;
    z-index: 1;
}
.estimate__title{
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 56px;
}
.estimate__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 566px;
    margin: 0 auto;
    gap: 17px 10px;
}   
.estimate__form-input{
    width: calc(50% - 5px);
    border: none;
    outline: none;
    border-radius: 10px;
    border: 1px solid #A92F9D;
    background: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 59px;
    padding: 19px;
    color: #A92F9D;
}
.estimate__form-input::-webkit-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.estimate__form-input::-moz-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.estimate__form-input:-ms-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.estimate__form-input::-ms-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.estimate__form-input::placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.estimate__form-label{
    width: 50%;
}
.estimate__form-end{
    display: flex;
    margin-top: 31px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.estimate__form-submit{
    width: 207px;
    height: 56px;
    outline: none;
    background-color: transparent;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    z-index: 1;
}
.estimate__form-submit::before{
    content: '';
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -200%;
    width: 200%;
    height: 200%;
    transition: all .4s ease;
    z-index: -1;
    border-radius: 50%;
}
.estimate__form-submit::after{
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid #FFF;
    border-radius: 10px;
    transition: all .2s ease;
}
.estimate__form-submit:hover::before{
    bottom: -20px;
}
.estimate__form-submit:hover{
    color: #A92F9D;
}
.estimate__form-submit:active::before{
    background-color: #eeeeee;
}
.estimate__form-submit:active::after{
    border-color: #eeeeee;
}
.estimate__form-label{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-left: 3px;
}
.estimate__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.estimate__form-checkbox + .checkmark {
    position: relative;
    top: 5px;
    left: 0;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
}
.estimate__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #fff;
}
.estimate__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 20px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M7.40234 1L4.55825 5.8295C4.21469 6.41289 3.40286 6.49343 2.95138 5.98891L1.00024 3.8086' stroke='%23A92F9D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
}
.estimate__form-submit:active{
    background: #8E1A83;
}
@media (max-width: 767px) {
    .estimate {
        margin-top: 100px;
    }
    .estimate {
        margin-top: 100px;
        background: #A92F9D;
        padding: 65px 0 50px;
    }
    .estimate__title {
        margin: 0 auto;
        max-width: 284px;
        margin-bottom: 36px;
    }
    .estimate__form{
        max-width: 280px;
        gap: 9px;
    }
    .estimate__form-input{
        width: 100%;
    }
    .estimate__form-end{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 22px;
        margin-top: 11px;
    }
    .estimate__form-label{
        width: 100%;
    }
    .estimate__form-submit{
        width: 100%;
    }
}
.contact{
    margin-top: 120px;
}
.contact__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    max-width: 985px;
    margin: 0 auto;
}
.contact__block{
    min-width: 466px;
    width: 466px;
    height: 466px;
    border-radius: 50%;
}
.contact__block:first-of-type{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 3px solid rgba(54, 140, 193, 0.80);
    gap: 38px;
}
.contact__name{
    color: #368CC1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact__logo{
    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;
    margin-top: 82px;
    margin-left: 13px;
	width:215px;
}
.contact__logo img{
	max-width:100%;
	height:auto;
}
.contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-left: 19px;
}
.contact__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	justify-content:start;
}
.contact__adress{
    max-width: 175px;
}
.contact__social {
    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;
    margin-top: 14px;
	flex-direction: column;
}
.contact__link{
    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;
    color: #368CC1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact__block:last-of-type{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#map, .map {
    width: 466px;
    height: 466px;
    border-radius: 50%;
	overflow:hidden;
}
#map > div, .map > frame {
    top: -15px !important;
    left: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    width: auto !important;
    height: auto !important;
}
@media (max-width: 1279px) {
    .contact__block{
        width: calc(50% - 10px);
        min-width: 200px;
    }
    #map, .map{
        width: 100%;
    }
}
@media (max-width: 999px) {  
    .contact__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .contact__block{
        min-width: 466px;
        width: 466px;
        height: 466px;
    }
}
@media (max-width: 767px) {
    .contact {
        margin-top: 100px;
    }
    .contact__block{
        width: 328px;
        min-width: 328px;
        height: 328px;
    }
    #map, .map{
        width: 328px;
        min-width: 328px;
        height: 328px;
    }
    .contact__name{
        font-size: 14px;
        line-height: 21px;
    }
    .contact__link{
        gap: 4px;
    }
    .contact__img{
        width: 180px;
    }
    .contact__logo{
        margin-top: 40px;
    }
    .contact__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 137px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact__name,
    .contact__link{
        font-size: 14px;
    }
    .contact__social {
        gap: 10px;
        margin-left: 0px;
        margin-top: -28px;
    }
    .contact__adress{
        max-width: 135px;
    }
}
@media (max-width: 479px) {
    .contact {
        margin-top: 93px;
    }
    .contact__logo {
        margin-top: -27px;
    }
    .contact__block:first-of-type {
        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;
        border: 3px solid rgba(54, 140, 193, 0.80);
        gap: 25px;
    }
    .contact__social {
        gap: 18px;
        margin-left: 0px;
        margin-top: -6px;
    }
}
.popup{
    position: fixed;
    top: -50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(217, 217, 217, 0.50);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.popup.active{
    opacity: 1;
    pointer-events: all;
    top: 0;
}
.popup .container{
    padding: 0px 15px;
    width: 100%;
    overflow-y: auto;
    transition: all 0.7s ease;
    transform: scale(0.7);
}
.popup.active .container{
    transform: scale(1);
}
.popup__inner {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    margin: 0 auto;
    max-width: 541px;
    width: 100%;
    padding: 82px 10px 74px;
}
.popup__close{
    position: absolute;
    top: 25px;
    right: 30px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    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;
    cursor: pointer;
}
.popup__close svg{
    width: 28px;
    height: 28px;
}
.popup__close svg line {
    stroke-opacity: 1;
}
.popup__title{
    color: #A92F9D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 35px;
}
.popup__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    max-width: 311px;
    width: 100%;
    margin: 0 auto;
}
.popup__form-input{
    width: calc(50% - 5px);
    border: none;
    outline: none;
    border-radius: 10px;
    border: 1px solid #A92F9D;
    background: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 9px;
    color: #A92F9D;
}
.popup__form-input::-webkit-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup__form-input::-moz-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup__form-input:-ms-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup__form-input::-ms-input-placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup__form-input::placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup__form-label{
    width: 50%;
}
.popup__form-submit{
    width: 133px;
    height: 43px;
    outline: none;
    background-color: transparent;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    background: #A92F9D;
    cursor: pointer;
    border: none;
    transition: all .2s ease;
}
.popup__form-submit:hover{
    background: rgba(169, 47, 157, 0.8);
}
.popup__form-submit:active{
    background: #8E1A83;
}
.popup__form-box{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.popup__form-label{
    color: #A92F9D;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 3px;
}
.popup__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.popup__form-checkbox + .checkmark {
    position: relative;
    top: 9px;
    left: 0;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
}
.popup__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #A92F9D;
}
.popup__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M7.40234 1L4.55825 5.8295C4.21469 6.41289 3.40286 6.49343 2.95138 5.98891L1.00024 3.8086' stroke='%23A92F9D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
    .popup__form-input{
        width: 100%;
        height: 57px;
        font-size: 15px;
        padding: 20px;
    }
    .popup__form-input::-webkit-input-placeholder{
        font-size: 15px;
    }
    .popup__form-input::-moz-placeholder{
        font-size: 15px;
    }
    .popup__form-input:-ms-input-placeholder{
        font-size: 15px;
    }
    .popup__form-input::-ms-input-placeholder{
        font-size: 15px;
    }
    .popup__form-input::placeholder{
        font-size: 15px;
    }
    .popup__form-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }
    .popup__form-label{
        width: 100%;
        font-size: 14px;
    }
    .popup__close {
        position: absolute;
        top: 7px;
        right: 10px;
    }
    .popup__form-checkbox:checked + .checkmark:after {
        left: 4px;
        top: 5px;
        width: 8px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .popup__form-label br{
        display: none;
    }
    .popup__form-checkbox + .checkmark:before{
        top: 1px;
    }
    .popup__form-checkbox + .checkmark {
        top: 0px;
        padding-left: 25px;
    }
    .popup__form-submit{
        width: 100%;
        height: 56px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
    .popup__inner {
        max-width: 313px;
        width: 100%;
        padding: 25px 10px;
    }
    .popup__title {
        font-size: 18px;
        max-width: 203px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .popup__form{
        max-width: 278px;
        margin-top: 30px;
    }
}
@media (min-width: 524px) and  (max-height: 373px){
    .popup .container{
        padding: 0px 15px;
        width: 100%;
        height: calc(100vh - 0px);
        overflow-y: auto;
    }
}
@media (max-width: 524px) and  (max-height: 517px){
    .popup{
        align-items: start;
        justify-content: start;
        min-height: 500px;
    }
    .popup .container {
        padding: 10px 15px;
        width: 100%;
        height: calc(100vh - 0px);
        overflow-y: auto;
    }
}
.cookie{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
    bottom: -50%;
}
.cookie.active{
    opacity: 1;
    bottom: 20px;
}
.cookie.active .cookie__inner{
    pointer-events: all;
}
.cookie__inner{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.60);
    padding: 18px 35px 18px 40px;
	display: flex;
	justify-content: space-between;
}
.cookie__title{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 245px;
}
.cookie__block{
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: center;
}
.cookie__link{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%; /* 14.4px */
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration: underline;
    -webkit-text-decoration-style: underline;
    text-decoration-style: underline;
    text-underline-position: under;
}
.cookie__btn{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: normal;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(54, 140, 193, 0.10);
    cursor: pointer;
	padding: 12px 15px
}
@media (max-width: 768px) {
    .cookie__inner{
        max-width: 480px;
        padding: 34px 28px 28px 38px;
    }
    .cookie__title{
        font-size: 12px;
        max-width: 328px;
    }
    .cookie__block {
        margin-top: 14px;
    }
}
@media (max-width: 480px) {
    .cookie__inner{
        flex-direction: column;
        padding: 12px 14px 13px 18px;
        max-width: 309px;
    }
    .cookie__merge {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .cookie__title{
        font-size: 9px;
    }
    .cookie__link{
        font-size: 8px;
    }
    .cookie__btn{
        font-size: 10px;
        height: 35px;
        padding: 5px;
        width: 100%;
        max-width: 148px;
        margin-left: auto;
        margin-top: -36px;
    }
}
.btn,
.btn-2{
    display: block;
}
.btn > *{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #A92F9D;
    color: #fff;
    cursor: pointer;
    transition: all .1s ease;
    box-shadow: 0 0 0 0 rgba(169, 47, 157, 0.5);
    animation: pulse 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.btn > *:hover{
    background: rgba(169, 47, 157, 0.8);
    animation: none;
}
.btn > *:active{
    background: #8E1A83;
}
.btn-2 > *{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 3px solid #A92F9D;
    outline: none;
    border-radius: 10px;
    background: #A92F9D;
    color: #A92F9D;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.00);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 1s ease, border-color 1s ease !important;
    box-shadow: 0 0 0 0 rgba(169, 47, 157, 0.5);
    animation: pulse 1.5s infinite;
    width: 100%;
    height: 100%;
}  
.btn-2 > *:hover {
    animation: none;
}  
@keyframes pulse {
    0% {
      transform: scale(0.9);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(169, 47, 157, 0);
    }
    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(169, 47, 157, 0);
    }
}
.btn-2 > *:before,
.btn-2 > *:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #A92F9D;
    border-radius: 50%;
    z-index: -1;
}
.btn-2 > *:before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.btn-2 > *:after {
    right: -20px;
    transform: translate(50%, -50%);
}  
.btn-2 > *:hover {
    color: #fff;
    border-color: transparent;
}  
.btn-2 > *:hover:before,
.btn-2 > *:hover:after {
    animation: size-change 0.8s both;
    animation-direction: alternate;
}  
.btn-2 > *:hover:before {
    animation-name: criss-cross-left;
}  
.btn-2 > *:hover:after {
    animation-name: criss-cross-right;
}  
@keyframes criss-cross-left {
    0% {
      left: -20px;
      width: 20px;
      height: 20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 200%;
      height: 200%;
    }
}  
@keyframes criss-cross-right {
    0% {
      right: -20px;
      width: 20px;
      height: 20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: calc(20px * 1.5);
      height: calc(20px * 1.5);
    }
}
.color-1{
    color: #368CC1 !important;
}
.color-2{
    color: rgba(140, 39, 130, 0.80) !important;
}
.title{
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}
.span-title{
    margin-top: 3px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    margin-left: 5px;
}
.span-text-1{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
}
.add-space {
	display:block;
}
@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    .title {
        font-size: 37px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        text-transform: uppercase;
        width: 100%;
        max-width: 100%;
    }
    .span-title {
        font-size: 26px;
        margin-top: 2px;
        margin-left: 0px;
    }
	.add-space {
		display:none;
	}
}
@media (max-width: 479px) {
    .span-title{
        font-size: 24px;
    }
	.title {
        font-size: 30px;
	}
}


.main__links{
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 20px;
}
.main__link{
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
}
.main__link.active{
    color: #368CC1;
}
.main__link + .main__link::before {
    position: absolute;
    content: '_';
    font-family: "Roboto", sans-serif;
    color: #494848;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    top: -6px;
    width: 6px;
    left: -12px;
    overflow: hidden;
}

.submenu-toggle {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  user-select: none;
  transition: color 0.2s;
  width: 20px;
  height: auto;
  position: relative;
  top: 5px;
}
.submenu-toggle:hover {
	fill: #368CC1;
}  
@media (max-width: 1000px) {
  .submenu-toggle {
    display: inline-block;
  }
  .header__item-box .header__item-link a {
    /* Не захоплюємо підменю по кліку на лінк */
    pointer-events: auto;
  }
}
.header__item-box.active .submenu-toggle {
  fill: #368CC1;
}