.form-bottom .container {
    background-image: linear-gradient(-45deg, #acd9fd 0%, #90b6fb 25%, #59abfd 51%, #0044ff 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}

.form-bottom p {
    color: #fff;
}

.form-bottom h2 {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}

@media (max-width: 750px) {
    .form-bottom h2 {
        font-size: 28px;
    }
}

.file2 {
    padding: 15px;
}

.form-bottom input[type=text],
input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}

.form-bottom input[type=checkbox]+label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

input[type=checkbox]+label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    /* border: solid 1px #f5b858; */
}

.btn-lg {
    font-size: 20px;
    line-height: 24px;
    min-height: 77px;
    padding: 26px;
    width: 100%;
    max-width: 380px;
}

.btn {
    padding: 14px;
    border-radius: 90px;
    background-color: #ffffff;
    /* border: 1px solid #f4b859; */
    line-height: 18px;
    font-weight: 600;
    color: #007fff;
    cursor: pointer;
}


.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -270px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.background-container {
    width: 100%;
    left: 0;
    /* top: -100px; */
    bottom: 0px;
    position: absolute;
    /* border-radius: 80px; */
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.background-container:before {
    content: '';
}

.wrap {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding-bottom: 40px;
}

.footer .wrap-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
}

.wrap-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.footer-left {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
}

.footer-center {
    width: 340px;
}

.footer-right {
    width: auto;
    flex-shrink: 0;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-left p {
    margin-bottom: 26px;
}

.footer-left p:last-child {
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    width: auto;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 14px;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-tel {
    display: block;
    float: left;
    width: auto;
    position: relative;
    padding-left: 32px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 24px;
    margin-right: 32px;
    transition: all .2s linear;
}

.footer-tel:before {
    width: 24px;
    height: 24px;
    background: url(/img/picture/footer-tel.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: .48;
    transition: all .2s linear;
}

.social-network-list .social-network-link.telegram {
    color: #00A4FF;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.social-network-list .social-network-link.whatsapp {
    color: #25D366;
}

.social-network-list .social-network-link:last-child {
    margin-right: 0;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.footer {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

.page2020__blog-card-front ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    color: #000;
}

.sectionn {
    /* padding: 0px 0 35px 0; */
    position: relative;
    /* height: 250px; */
    /* background-color: #2B2930; */
}




@media screen and (max-width: 1280px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        /* top: -270px; */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer .wrap-inner {
        flex-direction: column;
    }

    .footer-left {
        order: 1;
    }

    .footer-center {
        margin-bottom: 30px;
        order: 0;
    }

    .wrap {
        max-width: 900px;
    }

    .footer-right {
        order: -1;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 1024px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -230px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wrap {
        max-width: 92vw;
    }
}

@media screen and (max-width: 768px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer .wrap-inner {
        display: flex;
        flex-direction: column;
    }

    .footer-right {
        order: -1;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer-center,
    .footer-left {
        width: 100%;
    }
}

/****************************************/
.experts {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.experts h5 {
    font-size: 24px;
    color: #474766;
}

.experts .play-btn {
    top: 70%;
    left: 42%;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
}

.experts .play-btn::after {
    width: 35px;
    height: 35px;
}

.experts .play-btn::before {
    width: 55px;
    height: 55px;
}

.experts .play-btn span {
    top: 6px;
    left: 3px;
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px;
}

/*gallery*/
.gallery {
    margin-top: 100px;
    padding-top: 7px;
}

.gallery h2 {
    text-transform: uppercase;
    text-align: center;
}

.gallery__slider {
    padding-top: 50px;
    max-width: 521px;
    margin: 0 auto;
}

.gallery__slide {
    position: relative;
    padding-top: 60.84%;
}

.gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.photo-full-size {
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

/*end gallery*/

/*.modal-content {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal form {
    max-width: 380px;
}

.modal-close {
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 30px;
}*/
.modal-content {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal form {
    max-width: 380px;
}

.modal-close {
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 30px;
}

/*--------------------------*/
/* .mw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 50px 20px 50px;
    text-align: center;
    background-color: #f1f6fb;
    border-radius: 23px;
    margin-bottom: 50px;
} */

/* .modal-content {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
} */

/* .modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 380px;
} */

/* .modal-close {
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
} */
/* ------------- */
/* .numbert {
  color: #f4b859;
  font-weight: 500;
  font-size: larger;
}

.hrtext {
  text-transform: uppercase;
  padding: 130px 0 50px 0px;
  text-align: center;
  font-size: 46px;
  line-height: 50px;
}

.httext {
  font-size: 22px;
  line-height: 1.5;
} */
/* ------------------ */
.varanty input[type=text],
input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 16px;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

h5.varanty {
    font-size: 22px;
    color: #000;
}

button.varanty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 380px !important;
    border-radius: 100px;
}

button.varanty span::before {
    display: none;
}

button.varanty span {
    padding-right: 0;
}

/* ------------Dibrov------------------ */
.img-block.img-block_header img {
    position: absolute;
    width: 115%;
    top: -10px;
    /*top: 50px;*/
    left: 0;
}

@media (max-width: 978px) {
    .img-block.img-block_header img {
        top: 0;
    }
}

.img-block__text {
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 9.12px 2.88px rgba(22, 21, 21, 0.2);
    border-radius: 20px 0 20px 20px;
    max-width: 460px;
    background: #fff;
    height: auto;
    padding: 20px;
    top: 70%;
    left: 13%;
}

@media (min-width: 768px) and (max-width: 980px) {
    .img-block__text {
        padding: 15px;
        max-width: 296px;
        font-size: 14px;
    }
}

.img-block__description {
    margin-bottom: 20px;
}

.img-block__signature {
    font-weight: 600;
}

.img-block__text::before {
    position: absolute;
    content: "";
    background: url(../img/object.png) no-repeat center;
    background-size: contain;
    z-index: 200;
    width: 40px;
    height: 40px;
    bottom: -15px;
    /* top: 84%; */
    left: 77%;
}

/* --------------video dibrov---------------------- */
.page2021__section.video-block {
    margin-top: 150px;
}

.video-block__body {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

/* ------------------form-block + video -------------------- */
.form-video {
    margin-top: 180px;
    margin-bottom: 100px;
}

.form-block {
    display: flex;
}

.form-block__left {
    flex: 1 0 50%;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.right-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-block__content {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}

@media (max-width: 750px) {
    .right-block__content {
        padding: 0;
    }
}

.right-block__title h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
}

.right-block__text {
    font-weight: 400;
    font-size: 18px;
    color: #808899;
}

.right-block__form {}

.form-block__body {
    margin-top: 40px;
    padding: 20px;
}

.input__block {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 570px) {
    .input__block {
        flex-direction: column;
    }
}

.input__phone input {
    width: 100%;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.input__phone-content.phone-content {}

.input__mail input {
    width: 100%;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.input__mail-content.mail-content {}

.btn__submit {
    margin-top: 20px;
    text-align: center;
}

.btn__submit button {
    background-color: #489cff;
    color: #fff;
    border-radius: 10px;
}

.btn__submit-button {}

@media (max-width: 750px) {
    .form-video {
        margin-top: 80px;
    }

    .form-block {
        flex-direction: column;
    }

    .right-block__title h2 {
        font-size: 26px;
        text-align: center;
    }
}

.form-bottom__img {
    position: absolute;
    bottom: 0;
    right: -4%;
    width: 40%;
    object-fit: cover;
}

@media (max-width: 750px) {
    .form-bottom__img {
        display: none;
    }

    .col-lg-4.form-bottom__fields.mb-3,
    .col-lg-4.form-bottom__fields {
        text-align: center;
    }
}

/*------ logo footer ------------*/

.footer-left__image {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;

}

.footer-left__image_img {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 12%;
    height: 100%;
    object-fit: cover;
    z-index: 20;
}

@media (max-width: 478px) {
    .footer-left__image_img {
        width: 35%;
        left: 20px;
    }
}

/*--------------------- experts ---------------------------*/
.experts__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.experts__item-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experts__item {
    margin-top: 25px;
}

.experts__item-body h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.experts__item-body p {
    text-align: center;
    padding: 0px 15px;
}

.expert__link {
    position: relative;
    min-height: 235px;
}

.expert__link .play-btn {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%);
}

/*-------------- SCOLKCOVO - img ----------------------*/
.scolkovo__image {
    display: flex;
    padding-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.scolkovo__image-img {
    flex: 0 1 auto;
    min-width: 150px;
    object-fit: cover;
    max-width: 400px;
    /*---------------- bottom - form ---------------------*/
    /* .bottom-form.container {
    background-image: linear-gradient(-45deg, #acd9fd 0%, #90b6fb 25%, #59abfd 51%, #0044ff 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.block-form__content-block__bottom-form {
    flex: 0 0 78%;
    padding: 60px 40px 60px 50px;
}

.block-form__title_bottom-form {
    font-weight: 700;
    line-height: 1.1071428571;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: none;
}

@supports (font-size: clamp(1.625rem, 1.0189393939rem + 3.0303030303vw, 3.5rem)) {
    .block-form__title_bottom-form {
        font-size: clamp(1.625rem, 1.0189393939rem + 3.0303030303vw, 3.5rem);
    }
}

@supports not (font-size: clamp(1.625rem, 1.0189393939rem + 3.0303030303vw, 3.5rem)) {
    .block-form__title_bottom-form {
        font-size: calc(1.625rem + 1.875 * (100vw - 20rem) / 61.875);
    }
}

.block-form__subtitle_bottom-form {
    text-transform: none;
    text-align: left;
    padding: 0;
    line-height: 1.3;
} */

    /* .buttons-block_bottom-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
} */

    /* .buttons-block__button.buttons-block__button_bottom-form {
    flex: 1 1 100%;
}

.buttons-block_bottom-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
}

.buttons-block__button.buttons-block__button_bottom-form {
    flex: 1 1 100%;
} */