
body::before {
    display: none;
}

.mobile-hidden-title{
    display: none !important;
}

.each-way-hidden{
    display: none !important;
}


.addressbar {
    position: relative;
    padding-block: 20px;
}

/*contact section*/

.contact_section{
    position: relative;
}


.location-icon{
    width: 334px;
    height: 427px;
    margin-right: 100px;
    background-image: url(../images/contact/location.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.location-icon.loaded{
    animation: loaction 7s cubic-bezier(.57,.07,.47,.84) ;
}


@keyframes loaction {

    30%{
        transform: rotate(5deg)
    }
    70%{
        transform: rotate(-5deg);
    }
}


.location-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-frame{
    width: 187px;
    height: 187px;
    border-radius: 50%;
    margin-top: 46px;
    margin-right: 42px;
}

.location-frame iframe{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.row-contacts{
    justify-content: center;
    margin-right: 300px;
    padding-block: 300px 427px;
    position: relative;
}

.dashed1{
    position: absolute;
    top: -43px;
    right: -6px;
}

.dashed2{
    position: absolute;
    bottom: 0;
    right: -192px;
}

.contact-ways{
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 18px;
    transition: .5s;
}

.contact-ways h3{
    color: var(--primary-color);
    /*font-weight: 600;*/
    font-family: 'VZ-Bold';
    font-size: var(--site-title);
    margin-bottom: 20px;
}

.each-way{
    display: flex;
    /* align-items: center; */
    gap: 10px;
    /* font-weight: 600; */
    font-family: 'VZ-Bold';
    max-width: 430px;
    font-size: var(--p-size);
    display: flex;
    align-items: center;
}

.each-way span{
    width: 80%;
    /*text-align: justify;*/
    direction: ltr;
}


.each-way-en span{
    font-family: 'comfortaa';
}

.each-way svg{
    width: 46px;
    height: 46px;
}


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

.form-title h3{
    color: var(--primary-color);
    /*font-weight: 600;*/
    font-family: 'VZ-Bold';
    font-size: var(--site-title);
    margin-bottom: 20px;
}

.row-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    margin-top: 1rem;
}

.form-title h5{
    font-size: var(--size-title2);
    margin-bottom: 30px;
}

.half-input{
    width: 50%;
    position: relative;
}

.half-input svg{
    position: absolute;
    right: -22px;
    width: 38px;
    height: 38px;
    top: -10px;
}

.textarea-input svg{
    position: absolute;
    left: -22px;
    width: 28px;
    height: 46px;
    bottom: 5px;
}

.form-input{
    width: 75%;
    position: relative;
}


.form-input *{
    width: 100%;
}

.form-inputs{
    display: flex;
    align-items: center;
    gap: 22px;
    width: 75%;
    z-index: 2;
}

.form-input input, .form-input textarea{
    border: 2px solid var(--secondary-color);
    border-radius: 26px;
    padding: 10px 14px;
    background: #ffff;
}

.form-input input::placeholder, .form-input textarea::placeholder{
    color: var(--secondary-color);
}

.btn-input{
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.btn-input button{
    width: fit-content;
    background: var(--primary-color);
    color: #fff;
     font-weight: 500;
    padding: 3px 20px;
    border: unset;
    border-radius: 20px;
    font-size: 15px;
    font-family: 'VZ-Bold';
}


.row-form{
    padding-bottom: 350px;
    position: relative;
}

.dashed3{
    position: absolute;
    bottom: 0;
    left: -183px;
}

.row-social{
    transform: translateY(-36px);
    padding-bottom: 144px;
}

.social-title h3{
    color: var(--primary-color);
    /*font-weight: 600;*/
    font-family: 'VZ-Bold';
    font-size: var(--site-title);
    margin-bottom: 20px;
    text-align: center;
}

.social-box{
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 15px;
}

.social-box a{
    width: 35px;
    height: 35px;
}

.social-box a svg{
    width: 100%;
    height: 100%;
}

.social-box a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phone_contact_error{
    padding: 0rem 1.2rem;
    /* right: 0; */
    top: 5rem;
    background: #dc3545;
    text-align: center;
    display: flex;
    gap: 10px;
    padding: 0.1rem 1.4rem;
    color: #ffffff;
    border-radius: 31px;
    margin: 11px 0rem;
    align-items: center;
    justify-content: center;
    width: auto;
}
.done-text{
    font-size: 12px;
}
.success-box{
    text-align: center;
    background: #78b72f;
    display: flex;
    gap: 10px;
    padding: 0.1rem 1.4rem;
    color: #ffffff;
    border-radius: 31px;
    margin: 11px 0rem;
    align-items: center;
    justify-content: center;
    width: auto;
}
.done-part{
    width: 10px;
}
/*contact section*/


@media screen and (max-width: 1399px){

    .dashed2 {
        right: -255px;
    }

}



@media screen and (max-width: 1199px){

    .dashed1 {
        width: 700px;
    }

    .dashed1 svg{
        width: 100%;
    }

    .dashed2 {
        width: 761px;
    }

    .dashed2 svg{
        width: 100%;
    }

    .dashed3{
        left: 50px;
        width: 800px;
    }

    .dashed3 svg{
        width: 100%;
    }

    /*.location-icon {*/
    /*    width: 379px;*/
    /*    height: 505px;*/
    /*}*/

    /*.location-frame {*/
    /*    width: 213px;*/
    /*    height: 213px;*/
    /*}*/
}


@media screen and (max-width: 991px){


    .social-title h3{
        font-size: calc(var(--site-title) - 5px);
    }

    .form-title h3 {
        font-size: calc(var(--site-title) - 5px);
    }


    .dashed1, .dashed2, .dashed3{
        display: none;
    }

    .row-location{
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .location-icon {
        margin-right: 0;
    }

    .contact-ways {
        opacity: 1 !important;
    }

    .row-contacts {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-block: 31px;
        position: relative;
    }

    .contact-ways {
        align-items: center;
        text-align: center;
    }

    .each-way {
        max-width: 100%;
        font-size: 17px;
        flex-direction: column;
        align-items: center;
    }

    .each-way span {
        width: 100%;
    }

    .form-title {
        opacity: 1 !important;
    }

    .row-form form {
        opacity: 1 !important;
    }

    .row-form {
        padding-bottom: 100px;
        padding-top: 78px;
    }

    .row-social{
        display: none;
    }

    .form-inputs {
        width: 100%;
    }

    .form-input {
        width: 100%;
    }

    .btn-input {
        width: 100%;
    }


    .mobile-hidden-title{
        display: flex !important;
        justify-content: center;
        padding-block: 0px 25px;
    }

    .each-way-hidden{
        display: flex !important;
        padding-block: 30px;
    }

    .mobile-hidden-title h3{
        color: var(--primary-color);
        font-size: calc(var(--site-title) - 5px);
        /*font-weight: 600;*/
        font-family: 'VZ-Bold';
    }

    .contact-ways h3 {
        display: none;
    }

    .each-way {
        font-weight: 500;
    }

    .contact-ways{
        gap: 40px;
    }

    .contact-ways .each-way:last-child{
        display: none;
    }

    .form-title h5 {
        font-size: 17px;
        margin-bottom: 44px;
    }

}


@media screen and (max-width: 767px){

}


@media screen and (max-width: 575px){

    .contact-ways {
        gap: 14px;
    }

    .each-way {
        gap: 1px;
    }

    .row-contacts {
        padding-block: 0 1px;
    }

    .row-form {
        padding-bottom: 48px;
        padding-top: 60px;
    }

    .location-icon {
        width: 292px;
        height: 401px;
    }

    .mobile-hidden-title {
        padding-block: 14px 10px;
    }

    .mobile-hidden-title h3 {
        font-size: var(--main-mobile-title);
        /*font-weight: 600;*/
        font-family: 'VZ-Bold';
        line-height: var(--mobile-line-height);
    }

    .location-frame {
        width: 174px;
        height: 174px;
        margin-top: 41px;
        margin-right: 20px;
    }


    .form-input input::placeholder, .form-input textarea::placeholder{
        font-size: var(--mobile-text-font);
        line-height: var(--mobile-line-height);
    }

    .btn-input button{
        font-size: var(--mobile-text-font);
        line-height: var(--mobile-line-height);
    }

    .row-form {
        padding-bottom: 71px;
    }

    .location-icon {
        margin-right: -21px;
    }

    /*.btn-input button{*/
    /*    background: var(--secondary-color);*/
    /*    color: var(--primary-color);*/
    /*}*/


    .form-inputs {
        gap: 12px;
        flex-direction: column;
    }

    .half-input svg {
        display: none;
    }

    .textarea-input svg {
        display: none;
    }

    .form-input input, .form-input textarea {
        padding: 7px 16px;
    }

    .form-title h3 {
        color: var(--primary-color);
        /*font-weight: 600;*/
        font-family: 'VZ-Bold';
        font-size: var(--main-mobile-title);
        line-height: var(--mobile-line-height);
        margin-bottom: 5px;
    }

    .form-title h5 {
        font-size: var(--mobile-text-font);
        margin-bottom: 0;
        line-height: var(--mobile-line-height) !important;
        line-height: 22px;
    }

    .each-way span {
        width: unset;
        text-align: center;
        font-size: var(--mobile-text-font);
        line-height: var(--mobile-line-height);
        display: inline-block;
        /*direction: ltr;*/
    }


}


@media screen and (max-width: 425px){


    .location-icon {
        width: 330px;
        height: 436px;
    }

    .location-frame {
        width: 190px;
        height: 190px;
        margin-top: 49px;
        margin-right: 32px;
    }

}


@media screen and (max-width: 375px){

    .location-icon {
        width: 300px;
        height: 406px;
    }

    .location-frame {
        width: 175px;
        height: 175px;
        margin-top: 49px;
        margin-right: 21px;
    }

}


@media screen and (max-width: 320px){

    .location-icon {
        width: 270px;
        height: 368px;
    }

    .location-frame {
        width: 160px;
        height: 160px;
        margin-top: 41px;
        margin-right: 21px;
    }

    .each-way {
        font-size: 15px;
    }

}







@media screen and (min-height: 600px) and (max-height: 700px) {

    .location-icon {
        width: 283px;
        height: 351px;
    }

    .location-frame {
        width: 153px;
        height: 153px;
        border-radius: 50%;
        margin-top: 39px;
        margin-right: 43px;
    }

}
