@import url("../css/footer.css");
@import url("../css/header.css");
@import url("../css/hero.css");
@import url("../css/content.css");
@import url("../css/main.css");
@import url("../css/pop.css");

.info .container {
    background-image: url("/wp-content/uploads/2022/04/bg_kon-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 510px
}

@media screen and (max-width:768px) {
    .info .container {
        background-image: url("/wp-content/uploads/2022/04/bg_kon-1.svg");
        min-height: 260px
    }
}

@media screen and (max-width:425px) {
    .info .container {
        transform: scaleX(-1)
    }
}

.info .container .text {
    width: 100%;
    max-width: 750px;
    z-index: 10;
    text-align: center
}

@media screen and (max-width:768px) {
    .info .container .text {
        max-width: 630px
    }
}

@media screen and (max-width:425px) {
    .info .container .text {
        transform: scaleX(-1)
    }
}

.info .container .text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    margin-bottom: 45px
}

@media screen and (max-width:768px) {
    .info .container .text h3 {
        font-size: 30px;
        margin-bottom: 35px
    }
}

@media screen and (max-width:425px) {
    .info .container .text h3 {
        font-size: 25px;
        margin: 15px 0
    }
}

.info .container .text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 132.4%
}

@media screen and (max-width:768px) {
    .info .container .text p {
        font-size: 18px
    }
}

.message {
    margin: 25px 0
}

.message .container form {
    width: 100%;
    max-width: 600px;
	margin: 0 auto;
}

.message .container form h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32.7163px;
    margin: 20px 0
}

@media screen and (max-width:425px) {
    .message .container form h4 {
        font-size: 25px
    }
}

.message .container form .input_container label {
    font-style: normal;
    font-weight: 400;
    font-size: 19px
}

@media screen and (max-width:425px) {
    .message .container form .input_container label {
        font-size: 17px
    }
}

.message .container form .input_container input,
.message .container form .input_container select,
.message .container form .input_container textarea {
    background: #f3f4f4;
    resize: none;
    -webkit-box-shadow: 2px 3px 6px 0px rgba(156, 156, 156, 0.16) inset;
    -moz-box-shadow: 2px 3px 6px 0px rgba(156, 156, 156, 0.16) inset;
    box-shadow: 2px 3px 6px 0px rgba(156, 156, 156, 0.16) inset;
    padding: 10px;
    border: none;
    border-radius: 5px;
    opacity: 0.6
}

.message .container form .input_container select {
    background-image: url("/assets/images/caret.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f3f4f4;
    border-radius: 5px;
    opacity: 0.6
}

.message .container form .input_container textarea {
    height: 260px
}

.message .container form .input_container .form-control:focus {
    border-color: transparent
}

.message .container form .button_container {
    margin-top: 15px
}

.message .container form .button_container button {
    border: none;
    outline: none;
    border-radius: 27px;
    background: linear-gradient(89.97deg, #eb164b 0.44%, #eb3864 99.98%);
    color: #fff;
    padding: 10px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    border: none;
    -webkit-box-shadow: 4px 0px 7px -1px #adadad;
    box-shadow: 4px 0px 7px -1px #adadad
}

@media screen and (max-width:425px) {
    .message .container form .button_container button {
        width: 100%
    }
}

.message .container form .success-message {
    width: 100%;
    text-align: center;
    color: green
}

.contacts {
    margin: 100px 0
}

@media screen and (max-width:600px) {
    .contacts {
        margin: 0
    }
}

.contacts .contacts_container {
    width: 100%;
    max-width: 800px;
}

@media screen and (max-width:991px) {
    .contacts .contacts_container {
        flex-direction: column !important;
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .contacts .contacts_container .contact {
        width: 100%;
        margin: 10px 0
    }
}

@media screen and (max-width:425px) {
    .contacts .contacts_container .contact {
        width: 100%
    }
}

.contacts .contacts_container .contact .image-container {
    width: 100%;
    max-width: 50px
}

.contacts .contacts_container .contact .image-container img {
    width: 100%
}

.contacts .contacts_container .contact .text_container {
    color: #292929;
    margin: 0 25px
}

.contacts .contacts_container .contact .text_container h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    margin: 0
}

@media screen and (max-width:600px) {
    .contacts .contacts_container .contact .text_container h3 {
        font-size: 20px !important
    }
}

.contacts .contacts_container .contact .text_container p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px
}

@media screen and (max-width:375px) {
    .contacts .contacts_container .contact .text_container p {
        font-size: 12px
    }
}

.contacts .contacts_container .contact .text_container a {
    color: #f13931;
    font-style: normal;
    font-weight: 400;
    font-size: 29px
}

@media screen and (max-width:600px) {
    .contacts .contacts_container .contact .text_container a {
        font-size: 20px
    }
}

@media screen and (max-width:600px) {
 .with_frm_style .frm_form_fields {
	 
    max-width: 700px;
    padding: 8px;
    margin: 0 auto;
}
}

 .with_frm_style .frm_form_fields {
	 
    max-width: 700px;
    margin: 0 auto;
	padding-top:20px;

}

