footer .container .flex-wrap .foot_right a.fijiweb-link {
    margin-bottom: 0;
    display: inherit;
}

.remodal[data-remodal-id='error'] form {
    max-width: 80%;
    margin: 0 auto;
}

.remodal[data-remodal-id='error'], .remodal[data-remodal-id='thanks'] {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.fancybox-slide--iframe .fancybox-content {
    width: 60% !important;
    padding: 15px 30px;
}

@media (max-width: 760px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        padding: 10px 00px;
    }
}

.ImPoliticWrap-Title {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 760px) {
    .fancybox-slide {
        padding: 0px;
    }
}

.ImPoliticWrap {
    font-weight: 300;
    font-size: 16px;
    padding: 20px 40px;
    padding-bottom: 45px;
}

.ImPoliticWrap p {
    margin: 16px 0;
}

@media (max-width: 760px) {
    .ImPoliticWrap {
        padding: 20px 10px;
    }
}

.swiper .swiper-slide-client {
    display: none;
}

.slider_two_rows .button_mdl_white.active, .works .button_mdl_white.active {
    background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%) !important;
    color: #fff !important;
}

.works .container .button_mdl_white {
    width: 240px;
}

.works .container:first-child .button_mdl_white {
    margin-left: 0;
}

.works .container .category.by-survey {
    display: none;
}

.works .category__disable.active {
    color: #000 !important;
    font-weight: 600;
}

.contacts .download {
    display: inline-block;
    width: 100% !important;
    max-width: 450px !important;
    max-height: 20px !important;
    text-decoration-line: none !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.contacts .download:hover {
    -webkit-box-shadow: 0px 0px 10px rgb(99 99 99 / 80%);
    box-shadow: 0px 0px 10px rgb(99 99 99 / 80%);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.contacts .download:after {
    content: '';
    background-image: url(/img/bi_download.svg);
    height: 32px;
    width: 32px;
    position: relative;
    top: -6px;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .contacts .download {
        max-width: calc(100% - 50px) !important;
    }
}

section.about_stk .cell_button {
    max-width: 382px;
    height: 65px;
    background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
    background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
    border-radius: 2px;
    border: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-family: "proxima_nova", sans-serif;
    text-decoration: none;
    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;
    margin: 46px auto 0;
}

@media (min-width: 1025px) {
    section.about_stk .cell_button {
        margin-left: 0px;
    }
}

.documentation .box_for_doc h3:before {
    top: 5px;
}