.contacts-requisites-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.47;
    color: #000000;
    margin-bottom: 30px;
    opacity: 0.8;
}

.contacts-requisites {
    display: flex;
    max-height: 570px;
    min-height: 570px;
    scrollbar-color: #017AAA #F0F0F0;
    border-radius: 4px;
    position: relative;
}

.contacts-requisites *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 4px;
}

.contacts-requisites *::-webkit-scrollbar-thumb {
    background: #017AAA;
    border-radius: 4px;
}

.contacts-requisites *::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 4px;
}

.contacts-requisites-partners {
    border-radius: 4px;
    background: #F0F0F0;
    max-width: 250px;
    width: 100%;
    flex-shrink: 0;
    overflow: auto;
}

.contacts-requisites-partners .swiper-wrapper {
    flex-direction: column;
}

.contacts-requisites-partners .swiper-slide {
    margin-bottom: 0 !important;
    height: auto !important;
}

.contacts-requisites-partners__link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 30px;
    transition: all 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto Condensed';
    border-radius: 4px;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.contacts-requisites-partners__link-line:before {
    content: '';
    display: block;
    height: 1px;
    width: 75%;
    background: #DBDBDB;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contacts-requisites-partners__link-line.swiper-slide-thumb-active {
    background: #017AAA;
}

.contacts-requisites-partners__link-line.swiper-slide-thumb-active .contacts-requisites-partners__link {
    color: #fff;
}

.contacts-requisites-partners__link-line.swiper-slide-thumb-active:before {
    display: none;
}

.contacts-requisites-partners__link:last-child:before {
    display: none;
}

.contacts-requisites-partners__link:hover {
    background: #017AAA;
    color: #fff;
}

.contacts-requisites-partners__link:hover:before {
    display: none;
}

.contacts-requisites-card {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 15px 17px 0 30px;
    overflow: hidden;
}
/*.contacts-requisites-card:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 57px;*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 100%);*/
/*    z-index: 1;*/
/*}*/
.contacts-requisites-card .tabs-block__content {
    margin-top: 0 !important;
}

.contacts-requisites-card__line {
    display: flex;
    flex-wrap: wrap;
}

.contacts-requisites-card__line .contacts-requisites-card__wrap {
    margin-right: 10px;
}

.contacts-requisites-card__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.contacts-requisites-card__body {
    overflow: auto;
    max-height: 570px;
    padding-right: 30px;
}

.contacts-requisites-card__head-title {
    margin-right: 5px;
    color: #9E9E9E;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Oswald';
}

.contacts-requisites-card__head-btn {
    margin-bottom: 6px;
    border-radius: 4px;
    border: 1px solid #017AAA;
    padding: 10px 16px;
    color: #000;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.contacts-requisites-card__head-btn__icon {
    margin-right: 8px;
}

.contacts-requisites-card__head-btn__format {
    color: #017FB0;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 14px;
}

.contacts-requisites-card__wrap {
    margin-bottom: 20px;
}
.contacts-requisites-card__title {
    color: #017AAA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.contacts-requisites-card__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Roboto Condensed';
}

.contacts-requisites-card__box {
    border-radius: 4px;
    background: #F9F9F9;
    padding: 38px 42px;
    margin-bottom: 55px;
}

.contacts-requisites-card__box .contacts-requisites-card__wrap:last-child {
    margin-bottom: 0
}

.contacts-requisites-card__wrap--line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts-requisites-card__wrap--line .contacts-requisites-card__title {
    margin-right: 5px;
}


.contacts__info {
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 23.717px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
}

.contacts__info:last-child {
    margin-bottom: 0;
}

.contacts-partners {
    max-width: 456px;
    padding: 42px 50px 42px 50px;
    border-radius: 4px;
    background: #008ABD;
    background-image: url("../images/map.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    color: #FFF;
    font-family: 'Roboto Condensed';
    font-size: 23.734px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    margin-top: 68px;
}

.contacts-partners__text {
    max-width: 263px;
    z-index: 1;
}

.contacts-partners__text a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.contacts-partners__icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contacts-form__group {
    width: 100%;
}

.contacts-form__appeal.form-block__control {
    min-height: 126px;
}

.contacts-form__group span{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    height: inherit;
    cursor: pointer;
}

.contacts-form__group.input-group_edited.form-block__group_select_bordered .jcf-select.jcf-unselectable, .contacts-form__group .file-upload {
    border-color: #fff0 !important;
}

.contacts-form__group .file-upload {
    padding: 8px 15px;
    position: relative;
}

.file-upload__icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
}

.contacts-form__group .form-block__btn {
    height: 48px;
    width: 100%;
}

.contacts-form__group input::placeholder{
     color: #372D2B;
     font-size: 18px;
     font-weight: 400;
     line-height: 150%;
}

.contacts-form__group input:active::placeholder{
    color: #DBDBDB;
}
.contacts-form__group input:focus::placeholder{
    color: #DBDBDB;
}

.contacts-form__group textarea::placeholder{
    color: #372D2B;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.contacts-form__group textarea:active::placeholder{
    color: #DBDBDB;
}
.contacts-form__group textarea:focus::placeholder{
    color: #DBDBDB;
}

.form-block__agreement {
    margin-top: 12px;
}

.form-block__agr {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.connection {
    position: relative;
}
.contacts-requisites-partners.swiper-pointer-events.swiper-vertical {
    touch-action: pan-y !important;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 991px) {
    .contacts-partners {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .contacts-requisites {
        flex-direction: column;
        max-height: inherit;
    }

    .contacts-requisites-partners {
        max-height: 354px;
        max-width: inherit;
    }

    .contacts-requisites-partners__link:before {
        max-width: inherit;
    }

    .contacts-requisites-card {
        padding: 44px 15px 0 15px;
    }

    .contacts-requisites-card__body {
        padding-right: 15px;
    }

    .contacts-requisites-card__box {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .contacts-partners {
        padding: 42px 20px;
    }

    .contacts-requisites-card {
        padding: 44px 10px 0 10px;
    }
}