.contact__container {
    margin: 0 70px 0 60px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/contact.jpeg);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 113px 93px 176px;
}

.contact__container .vertical-logo {
    position: absolute;
    right: 65px;
    top: 36px;
    width: 80px;
}

.contact__container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--kmnd-color-accent);
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

@media only screen and (max-width: 1300px) {
    .contact__container {
        margin: 0;
        padding: 113px 60px 176px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact__container .vertical-logo {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .contact__container {
        display: block;
    }
}

.contact__form { /* width: 50%; */
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 430px) {
    .contact__form {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        width: 100%;
    }
}

.contact__info {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

@media only screen and (max-width: 900px) {
    .contact__info {
        width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 430px) {
    .contact__info {
        padding-left: 20px;
        width: 100%;
    }
}

.contact__block {
    background: var(--kmnd-color-accent);
    max-width: 430px;
}

.contact__block .form__inner {
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    background: -o-linear-gradient(299.04deg, #DDDDDD 0%, #FEFEFE 100%);
    background: linear-gradient(150.96deg, #DDDDDD 0%, #FEFEFE 100%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 50px 56px 80px;
}

.contact__block .form__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--kmnd-color-accent);
    z-index: 0;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.contact__block .form__inner > * {
    z-index: 2;
    position: relative;
}

.contact__block .form__inner .h2-title {
    margin-bottom: 40px;
    position: relative;
}

.contact__block .form__inner .h2-title:after {
    content: '';
    display: block;
    height: 1px;
    background-color: var(--kmnd-color-primary);
    width: 157px;
    margin-top: 17px;
}

.contact__block .form__inner .h2-title span {
    color: var(--kmnd-color-accent);
}

.contact__block .form__inner .btn {
    min-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .contact__block {
        max-width: 355px;
    }

    .contact__block .form__inner .h2-title {
        font-size: 32px;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 430px) {
    .contact__block .form__inner {
        padding: 56px 25px 88px;
    }
}

.contact__item {
    margin-bottom: 23px;
}

.contact__item > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.contact__label {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
}

.contact__label span {
    color: var(--kmnd-color-accent);
}

@media only screen and (max-width: 600px) {
    .contact__container {
        margin: 0 -20px;
        padding: 100px 20px 130px;
    }
}

@media only screen and (max-width: 430px) {
    .contact__container {
        margin: 0 -20px;
        padding: 15px 10px 15px;
    }

    .contact__container:after {
        display: none;
    }

    .contact__form {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .contact__form .form__inner {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .contact__form .form__inner:after {
        display: none;
    }
}

@media only screen and (max-width: 430px) {
    .contact__label {
        font-size: 16px;
        line-height: 160%;
    }
}

.social__list {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__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;
    width: 42px;
    height: 42px;
}

.social__link img {
    width: 100%;
}

@media only screen and (max-width: 430px) {
    .social__link {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 430px) {
    .social__item:last-child .social__link {
        margin-right: 0;
    }

    .social__link {
        margin-right: 8px;
    }
}

/*********************/
.contact-info {
    padding: 65px;
    position: relative;
}

.contact-info .frame {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 552px);
    height: 100%;
}

.contact-info .bg-decor {
    top: 0;
    left: 0;
    height: 100%;
    width: 552px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.contact-info .bg-decor:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(306.57deg, rgba(30, 30, 30, 0.95) 0%, rgba(48, 48, 48, 0.95) 100%);
    background: linear-gradient(143.43deg, rgba(30, 30, 30, 0.95) 0%, rgba(48, 48, 48, 0.95) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.contact-info .bg-decor img {
    position: relative;
    z-index: 2;
    height: 100%;
}

.contact-info__box {
    background: #000;
    border: 1px solid #F56101;
    padding: 58px;
}

.contact-info__cover {
    color: #fff;
    position: relative;
    z-index: 10;
    max-width: 458px;
    margin-left: 183px;
}

.contact-info__cover .contact__label.orange-border {
    position: relative;
}

.contact-info__cover .contact__label.orange-border:after {
    content: '';
    display: block;
    width: 158px;
    background-color: var(--kmnd-color-accent);
    margin-top: 18px;
    margin-bottom: 16px;
    height: 1px;
}

.contact-info__cover .contact__list {
    position: relative;
    padding-left: 38px;
}

.contact-info__cover .contact__list a {
    display: block;
}

.contact-info__cover .contact__list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
}

@media only screen and (max-width: 767px) {
    .contact-info {
        height: 1166px;
    }

    .contact-info .bg-decor {
        width: 100%;
        height: 469px;
        padding-left: 17px;
    }

    .contact-info .bg-decor img {
        width: 30px;
        height: auto;
    }

    .contact-info .frame {
        left: 0;
        width: 100%;
        top: 469px;
        height: 697px;
    }

    .contact-info__cover {
        max-width: 458px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 560px) {
    .contact-info {
        padding: 63px 20px;
    }

    .contact-info .bg-decor img {
        display: none;
    }

    .contact-info__box {
        padding: 42px 48px;
    }

    .contact-info__cover {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .contact-info {
        padding: 63px 10px;
    }

    .contact-info__box {
        padding: 43px 23px;
    }

    .contact-info__cover .contact__list p {
        font-size: 14px;
        line-height: 20px;
        max-width: 183px;
    }
}

.contact-about__container {
    margin: 30px 0;
    background-image: url("../images/contact-bg.jpeg");
    background-size: cover;
    background-position: center;
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-about__cover {
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
    background: -o-linear-gradient(328.45deg, #DDDDDD 0%, #FEFEFE 100%);
    background: linear-gradient(121.55deg, #DDDDDD 0%, #FEFEFE 100%);
    position: relative;
    padding: 60px 300px 54px 129px;
}

.contact-about__cover:before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid var(--kmnd-color-primary);
    top: 22px;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 0;
}

.contact-about__cover > * {
    z-index: 1;
}

.contact-about__cover .vertical-logo {
    position: absolute;
    width: 146px;
    top: 63px;
    right: 66px;

}

.contact-about__form {
    max-width: 484px;
}

.contact-about__form .h2-title:after {
    content: '';
    display: block;
    width: 157px;
    height: 1px;
    background-color: var(--kmnd-color-primary);
    margin: 26px 0 34px;
}

.contact-about__form .input__container input {
    background: #D9D9D9;
}

.contact-about__form .btn {
    width: 100%; /* margin-bottom: 35px; */
}

.contact-about li.social__item:last-child {
    margin-right: 0;
}
/**********************************/
.contact-about__form input[type="checkbox"] {
    opacity: 0;
}

.checkbox__container input {
    width: 25px !important;
    z-index: 999;
}

.checkbox__container label:before {
    left: 21px;
}

.checkbox__container label:after {
    content: '';
    position: absolute;
    left: 23px;
    top: 10px;
    display: block;
    width: 10px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../../../assets/img/check.svg);
    opacity: 1;
    background-size: contain;
}

label#check.inactive:after {
    opacity: 0;
}

label#check {
    margin-top: -20px;
}

/* .checkbox__container label:before,.checkbox__container label:after{	display:none;}  */
.checkbox__container input {
    visibility: visible;
    width: 15px;
    position: absolute;
    margin-top: -30px;
    margin-left: -15px;
}

.contact__form {
    margin: 0 auto 0px;
}

.contact-about__container .social__list {
    justify-content: start !important;
}

.contact-about .social__item {
    margin-right: 16px;
}

form .btn {
    background-color: var(--kmnd-color-accent);
    padding: 16px 16px;
    min-width: 312px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--kmnd-color-primary);
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
    border: none;
}
@media only screen and (max-width: 1024px) {
    .contact-about__container {
        padding: 47px 73px;
        min-height: auto;
    }
    .contact-about__cover:before {
        left: 17px;
        right: 17px;
    }
    .contact-about__cover {
        padding: 61px 58px 54px;
    }
    .contact-about__cover .vertical-logo {
        display: none;
    }
    .contact-about__form {
        max-width: 484px;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 920px) {
    ul.social__list {
        padding-bottom: 20px;
    }
    .contact-about__cover {
        padding: 81px 58px 83px;
    }
    .contact-about h2,.contact-about  .h2-title{
        font-size: 36px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .contact-about__form .h2-title:after {
        margin-bottom: 39px;
    }
    label#check {
        margin-top: -18px;
    }
    .checkbox__container label:before {
        left: 29px;
        top: 10px;
    }
    .checkbox__container label:after {
        left: 31px;
        top: 12px;
    }
    form .btn {
        padding: 19px 16px;
    }
    .contact-about__cover:before {
        left: 30px;
        right: 30px;
        top: 27px;
        bottom: 27px;
    }
    .contact-about__container .social__list {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 700px) {
    .contact-about {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contact-about__container {
        padding: 36px 30px;
        margin: 0 -30px;
    }

    .contact-about__form {
        max-width: 404px;
    }
}

@media only screen and (max-width: 560px) {
    .contact-about__container {
        margin: 0 -20px;
        padding: 30px 20px;
    }

    .contact-about__cover {
        padding:32px 32px 23px;
    }

    .contact-about__cover:before {
        display: none;
    }

    .contact-about__form {
        max-width: 350px;
    }
    .contact-about__form .h2-title:after {
        margin: 15px 0 36px;
    }
    .checkbox__container label{
        padding-left: 21px;
        font-size: 13px;
    }
    label#check {
        margin-top: -28px;
    }
    .checkbox__container label:before {
        left: 1px;
        top: 2px;
    }
    .checkbox__container label:after {
        left: 3px;
        top: 4px;
    }
    .contact-about__container .social__list {
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .contact-about__container {
        margin: 0 -10px;
    }

    .contact-about__form .btn {
        min-width: unset;
    }

    .contact-about .social__item {
        margin-right: 20px;
    }
    .contact-about__container .social__link {
        margin-right: 0;
        width: 30px;
        height: 30px;
    }

}

@media only screen and (max-width: 460px) {
    .contact-about__container {
        padding: 13px 10px;
    }
    .contact-about__container .social__list {
        margin-top: -5px;
    }


    .contact-about__cover {
        padding:24px 20px 34px;
    }
    .checkbox__container label:before {
        left: 1px;
        top: 5px;
    }
    .checkbox__container label:after {
        left: 4px;
        top: 8px;
    }
    .contact-about__cover:before {
        display: none;
    }
    ul.social__list {
        padding-bottom: 0;
    }
    .contact-about__form {
        max-width: 350px;
    }
    .contact-about h2, .contact-about .h2-title {
        font-size: 27px;
    }
    .contact-about__form .h2-title:after {
        margin: 21px 0 36px;
    }
    .contact-about__form .input__container input {
        padding: 12px 48px;
        height: 45px;
    }
    .contact-about__form  .input__container label {
        height: 47px;
        font-size: 14px;
    }
    .contact-about__form .checkbox__container label {
        padding-left: 12px;
        font-size: 10px;
        line-height: 13px;
        height: auto;
    }
    .checkbox__container {
        margin-bottom: 19px;
    }
    form .btn {
        padding: 14px 16px;
    }
    .wpcf7-spinner {
        width: 20px;
        height: 20px;
        margin: 0 20px;
    }
    label#check {
        margin-top: -21px;
    }
}

