/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 апр. 2022 г., 18:22:02
    Author     : Xupypr
*/

#successfully_sent_message {
    display: none;
}
#successfully_sent_message p {
    margin: auto auto;
    font-weight: 600;
}

.pum-theme-251 .pum-container, .pum-theme-enterprise-blue .pum-container {
    background-color: rgba( 52, 54, 53, 0 )!important;
}

div#pum_popup_title_723 {
    display: none;
}

div#pum_popup_title_554 {
    display: none;
}

.contact__container {
    /*margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;*/
    padding: 25px 20px;
    border-radius: 25px;
    box-shadow: 1px 1px 27px -9px #808080;
    text-align: center;
    background-color: #ffffff
}

.contact__container .contact__element.id_send {
    padding: 0px!important;
}
.contact__container .contact__element.id_send button {
    width: -webkit-fill-available;
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background-color: #394898;
    color: white;
}
.contact__container .contact__element.id_send button:disabled {
    background-color: #8d9fff;
    cursor: not-allowed;
}

.contact__container .contact__element input {
    border-radius: 8px;
    color: black;
}

@media screen and (min-width: 768px) {
    .contact__container {
        padding:25px 30px;
        display: flex;
        align-items: center;
        border-radius: 14px;
        text-align: left;
        box-shadow: 3px 2px 21px -2px #808080
    }
}

@media screen and (min-width: 1280px) {
    .contact__container {
        padding:30px 90px
    }
}

@media screen and (min-width: 1280px) {
    .contact__description {
        display:flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.5
    }
}

.contact__subtitle {
    font-size: 18px;
    font-weight: 900;
    color: #243b7f
}

@media screen and (min-width: 1280px) {
    .contact__subtitle {
        font-size:19px
    }
}

.contact__text {
    margin-top: 5px;
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .contact__text {
        font-size:17px
    }
}

.contact__form {
    margin-top: 15px
}

@media screen and (min-width: 768px) {
    .contact__form {
        margin-top:0;
        margin-left: 19px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        font-size: 15px
    }
}

@media screen and (min-width: 1280px) {
    .contact__form {
        margin-left:40px;
        width: 85%
    }
}

.contact__element {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 270px;
    max-width: 100%
}

.contact__element:nth-child(n + 3) {
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .contact__element.id_email {
        margin-top: 15px
    }
}

@media screen and (min-width: 768px) {
    .contact__element {
        width:calc((100% - 20px) / 2)
    }

    .contact__element:nth-child(n + 3) {
        margin-top: 0
    }

    .contact__element.id_phone,
    .contact__element.id_send {
        margin-top: 15px
    }

    .contact__element.id_send,
    .contact__element.id_email {
        margin-left: 20px
    }
}

/*@media screen and (min-width: 1280px) {
    .contact__element {
        width:calc((100% - 40px) / 2)
    }

    .contact__element:nth-child(2n + 1) {
        margin-left: 40px
    }
}*/

.contact__input {
    width: 100%;
    height: 45px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #a5a4a4;
    outline: none
}

.contact__input:hover,.contact__input:focus {
    border-color: #58595b
}

.contact__input:hover::placeholder,.contact__input:focus::placeholder {
    color: #b1afaf
}

.contact__input::placeholder {
    color: #000000
}

@media screen and (min-width: 768px) {
    .contact__input {
        height:55px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }
}

.contact__submit {
    height: 45px;
    border-radius: 25px
}

@media screen and (min-width: 768px) {
    .contact__submit {
        height:55px
    }
}

.contact__form .errors {
    margin-bottom: 4px;
    text-align: center;
    font-weight: 600;
    color: #ff0000
}