* {
    overflow-anchor: none !important;
}
.footer {

}
.footer__inner {
    margin-top: 50px;
    background: var(--main-default-dark) url("../img/public/footer-bg.png");
    color: var(--text-white);
    padding: 90px 0 60px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    
}
.footer__container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.footer-column--flex {
    display: flex;
    justify-content: space-between;
}
.footer__links {
    display: flex;
    margin-top: 28px;
}
.links-block {}
.links-block:not(:last-child) {
    margin-right: 70px;
}
.links-block__item {
    font-weight: 400;
    transition: all 0.3s;
    line-height: 120%;
    border-bottom: 1px solid;
    white-space: nowrap;
}
.links-block__item:not(:last-child) {
    margin-bottom: 5px;
}
.links-block__item:hover {
    color: var(--main-default-light);
}
.links-block__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.links-block__header {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 10px;
}
.footer__contacts {
    
    text-align: right;
    line-height: 120%;
    padding-right: 100px;
}
.social {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.social__item:not(:last-child) {
    margin-right: 64px;
}

.social__item {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
}
.footer-column--last {
    display: flex;
    flex-direction: column;
}

.swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 41px;
    background: white;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: rgba(255, 255, 255, 0.5);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px;
}


.about-page__container {
    display: grid;
    grid-template-columns: 1fr 608px;
    column-gap: 30px;
}
.about-page__left {
    padding: 50px 0;
    align-self: center;
}
.about-page__right {

}
.about-page__text {
    font-weight: 400;
    
    line-height: 150%;
}
.about-page__text p {}
.about-page__text p:not(:last-child) {
    margin-bottom: 15px;
}

.spec-page {}
.spec-page__block1  {

}
.spec-page__block1 .container {
    padding-top: 40px;
    padding-bottom: 40px;
    /* padding-right: 30%;
    background: url("../img/spec-page/block1__bg.png") no-repeat right top;
    background-size: contain; */
}
.spec-page__block2 {}
.spec-page__text {
    font-weight: 400;
    
    line-height: 150%;
}
.spec-page__text p{}
.spec-page__text ul + p {
    margin-top: 20px;
}
.spec-page__text p:not(:last-child) {
    margin-bottom: 20px;
}
.spec-page__text h3 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.spec-page__text ul {
    margin-left: 18px;
}
.spec-page__text li {
    list-style: disc;
}
.spec-page__text b{
    font-weight: 700;
}


.career-page__block1 {
    overflow: hidden;
    color: white;
    background:
            linear-gradient(306.17deg, rgba(40, 141, 40, 0.2) 11.76%, rgba(40, 141, 40, 0.2) 94.46%),
            url("../img/career-page/career-bg.jpg") no-repeat top center;
    background-size: cover;
}
.career-page__block1 .container {
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block1__header {
    font-weight: 400;
    font-size: 55px;
    line-height: 150%;
    padding-top: 70px;
}
.block1__text {
    margin-top: 150px;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
}
.block2 {
    margin: 40px 0;
}
.block2 .container {
    display: grid;
    grid-template-columns: 5fr 6fr;
    column-gap: 50px;
}
.block2__text {
    font-weight: 400;
    
    line-height: 150%;
}
.block2__header.block-header {
    align-self: center;
    margin-bottom: 0;
}

.form-order-wrapper {
    background: white;
    padding: 85px 125px;
    border-radius: 40px;
    max-width: 1000px;
    width: 100%;
    position: relative;
}
.form-order-wrapper .close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.form-order-wrapper .btn-group {
    text-align: center;
}
.form-order-wrapper .btn-group .btn-default {
    width: 80%;
    margin-top: 40px;
}
.form-order-wrapper .btn-group input[type=text],
.form-order-wrapper .btn-group textarea {
    background: #FFFFFF;
    border: 4px solid rgba(129, 129, 129, 0.5);
    border-radius: 16px;
    height: 80px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-family: inherit;
}
.form-order-wrapper .btn-group input[type=text].error,
.form-order-wrapper .btn-group textarea.error {
    border-color: red;
}
.form-order-wrapper .btn-group textarea {
    padding-top: 20px;
    height: 140px;
}

.btn-group--buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
}

.form-header {
    margin-bottom: 30px;
}

#resume-form .form-order-wrapper .btn-group .btn-default {
    margin-top: 0;
    width: 40%;
}
#resume-form .btn-group-wrapper {
    display: grid;
    grid-template-columns: 5fr 4fr;
    column-gap: 35px;
    row-gap: 20px;
}
#resume-form .btn-group-wrapper .btn-group input {
    margin-bottom: 0;
}
#resume-form .btn-group-wrapper .btn-group {
    grid-column: 1;
}
#resume-form .btn-group-wrapper textarea {
    height: 100%;
}
.btn-group--message {
    grid-column: 2 !important;
    grid-row: 1 / 4;
}

.span-or {
    color: rgba(91, 91, 91, 0.5);
}

.yamap {
    width: 100%;
    height: 600px;
    border-radius: 30px;
}

.baloon__header {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #5B5B5B;
    margin-bottom: 20px;
}
.baloon__params {
    font-size: 14px;
    line-height: 125%;
    color: #5B5B5B;
    font-weight: 500;
}
.baloon__param {}
.baloon__param:not(:last-child) {
    border-bottom: 1px solid rgba(40, 141, 40, 0.7);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.btn-default--baloon {
    font-weight: 700;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
.baloon__content {
    font-family: Amiro;
}
[class*="balloon__content"] {
    padding: 25px !important;
    margin-right: 0 !important;
}
[class*="-balloon__layout"] {
    border-radius: 8px !important;
}
[class*="-balloon_layout_normal"] {
    border-radius: 8px !important;
    box-shadow: 0px 2px 11px rgba(124, 124, 124, 0.35) !important;
}


.input-file {
    background: #E4E4E4;
    border: 5px solid rgba(129, 129, 129, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 15px 15px 15px 25px;
}
.input-file .btn-default {
    padding-left: 20px;
    padding-right: 20px;
}
.input-file__file-name {
    padding-left: 22px;
    font-weight: 600;
    font-size: 14px;
    color: var(--main-default);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input-file__link {
    display: inline-flex;
    text-decoration: underline;
    margin-top: 12px;
    margin-bottom: 30px;
    color: var(--main-default);
    font-weight: 600;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.input-file__file-name {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    color: rgba(91, 91, 91, 0.5);
}

.form-order-wrapper--sended {
    font-weight: 700;
    font-size: 25.0007px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 30px 100px;
    background: linear-gradient(85.53deg, var(--main-default) 6.12%, var(--main-default-dark) 108.72%);
    border-radius: 16.6671px;
    max-width: 1000px;
    width: 100%;
}

.sended__text {
    margin-bottom: 30px;
}
.btn-default--back {
    background: #FFFFFF;
    border-radius: 16.6671px;
    color: #5B5B5B;
    font-size: 24px;
}




@media (max-width: 1460px) {
    .social__item {
        width: 64px;
        height: 64px;
    }
    .social__item:not(:last-child) {
        margin-right: 32px;
    }
    .links-block__header {
        font-size: 24px;
    }
    .form-order-wrapper {
        padding: 65px 90px;
        border-radius: 30px;
        max-width: 800px;
    }
    .form-order-wrapper .btn-group input[type=text], .form-order-wrapper .btn-group textarea {
        height: 70px;
    }
    .form-order-wrapper--sended {
        max-width: 800px;
    }

}

@media (max-width: 1231px) {
    .footer__container {
        flex-direction: column;
    }
    .footer__contacts {
        padding-right: 0;
    }
    .footer__links {
        margin-bottom: 40px;
    }
    .footer-column--last {
        align-items: center;
    }
    .social {
        justify-content: center;
        margin-top: 30px;
    }
    .about-page__container {
        grid-template-columns: 1fr 350px;
    }

    .about-page__right img {
        max-width: 100%;
        height: auto;
    }
    .about-page__right {
        display: flex;
        align-items: center;
    }
    .career-page__block1 .container {
        height: 500px;
    }
    .career-page__block1 .container img {
        max-width: 400px;
    }
    .block1__header {
        font-size: 40px;
    }
    .block1__text {
        margin-top: 70px;
        font-size: 22px;
    }
    .form-order-wrapper {
        padding: 55px 80px;
        border-radius: 20px;
        max-width: 700px;
    }
    .btn-group--buttons {
        margin-top: 25px;
    }

}

@media (max-width: 767px) {
    .links-block:not(:last-child) {
        margin-right: 0;
    }
    .footer__links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
    .links-block__header {
        font-size: 20px;
    }
    .links-block__item {
        font-size: 16px;
    }
    .links-block {
        margin-bottom: 20px;
    }
    .footer__inner {
        padding: 40px 0;
    }
    .social__item:not(:last-child) {
        margin-right: 25px;
    }
    .social__item {
        width: 48px;
        height: 48px;
        padding: 10px;
    }
    .footer__links {
        margin-bottom: 20px;
    }
    .footer-column--flex {
        flex-direction: column;
    }
    .about-page__container {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .footer .logo img {
        width: 250px;
    }
    .footer__contacts {
        text-align: left;
        font-size: 16px;
        margin-top: 15px;
    }
    .spec-page__block1 .container {
        background: none;
        padding-right: 0;
    }
    .career-page__block1 .container {
        height: 350px;
    }
    .career-page__block1 .container img {
        max-width: 100%;
    }
    .block1__header {
        font-size: 28px;
    }
    .block1__text {
        margin-top: 50px;
        font-size: 20px;
    }
    .block2 .container {
        grid-template-columns: 1fr;
    }
    .block2__header.block-header {
        margin-bottom: 20px;
    }
    .career__list {
        grid-template-columns: 1fr;
    }
    .form-order-wrapper {
        padding: 30px 25px;
        border-radius: 0;
    }
    .form-order-wrapper .btn-group input[type=text], .form-order-wrapper .btn-group textarea {
        height: 50px;
        border-width: 2px;
    }
    .form-order-wrapper .btn-group textarea {
        height: 100px;
    }
    .modal-form {
        height: 100%;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }
   .form-order-wrapper,
    .modal-form {
        height: 100%;
    }
    .form-order-wrapper .close {
        top: 10px;
        right: 10px;
    }
    .form-order-wrapper .close svg {
        width: 20px;
    }
    .form-order-wrapper .btn-group .btn-default {
        width: 100%;
        margin-top: 10px;
    }
    #resume-form .btn-group-wrapper {
        grid-template-columns: 1fr;
    }
    .btn-group--message {
        grid-column: 1 !important;
        grid-row: auto;
    }
    .span-or {
        display: none;
    }
    #resume-form .btn-group-wrapper {
        row-gap: 10px;
    }
    .form-header {
        margin-bottom: 15px;
    }
    .input-file {
        padding: 10px 10px 10px 20px;
        border-width: 2px;
    }
    #resume-form .form-order-wrapper .btn-group .btn-default {
        width: 48%;
        font-size: 15px;
    }
    .input-file-csv__file-name {
        font-size: 16px;
    }

}

.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-shrink-1 {
    flex-shrink: 1;
}
.gap-1 {
    gap: 4px;
}
.gap-2 {
    gap: 8px;
}
.gap-3 {
    gap: 12px;
}
.gap-4 {
    gap: 16px;
}
.gap-5 {
    gap: 20px;
}
.mb-4,
.my-4 {
    margin-bottom: 16px;
}
.mt-4,
.my-4 {
    margin-top: 16px;
}

.main-header {
    font-size: 32px;
    font-weight: bold;
}
.lh-1 {
    line-height: 1;
}

