.case-main-media {
    height: 40rem;

}

.case-main-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btn_center {
    text-align: center;
    margin-top: 40px;
}

.error-content .head-title {
    font-size: 12rem;
    margin-bottom: 3rem;
}
.text-group a {
    color: #00AEE3;
    text-decoration: underline
}

.footer-info__text a:hover,.text-group a:hover {
    text-decoration: none
}

.text-group h1 {
    font-size: 3.5rem;
    font-weight: 700
}
.text-group h2 {
    font-size: 3rem;
    font-weight: 700
}

.text-group h3 {
    font-size: 2.5rem;
    font-weight: 700
}

.text-group h4 {
    font-size: 2rem;
    font-weight: 700
}

.text-group h5,.text-group h6 {
    font-weight: 600
}

.text-group h5 {
    font-size: 1.8rem
}
.form-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 3rem
}

.form-consent label {
    cursor: pointer;
    line-height: 0
}

.form-consent__text {
    letter-spacing: -.16px;
    line-height: 1.2;
    color: #fff;
    padding-left: 1.5rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 1.4rem
}

.check_st+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/check.svg) center no-repeat #2587BA;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.check_st {
    display: none
}

.check_st+span {
    border: 1px solid #E3ECF1;
    background: #FFF;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border-radius:1rem;
}
.check_st:checked+span:before {
    opacity: 1
}


.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    color: red !important;
    border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
    /* IE 10+ */
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

.wpcf7-form.unaccepted .mf4v_checker_text {
    color: red !important;
}

span.wpcf7-list-item {
    margin: 0;
}

.mfv_checker_label .wpcf7-form-control-wrap {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form.unaccepted .form-consent__text {
    color: red;
}

.mfv_checker_ico.active:after {

    opacity: 1;
}
.partners-logo__item img{
	height:6rem;
}
@media (max-width: 1024px) {
    .case-main-media {
        height: 300px;
    }

}