@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.cat_button {
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    box-shadow: 0 0 0 1px #FAE053;
    text-decoration: none;
}

.cat_bord {
    box-shadow: 0 0 0 1px #FAE053;
    color: #000;
    fill: #000;
}

.cat_bord:hover {
    box-shadow: 0 0 0 1px #FAE053;
    color: #000;
    fill: #000;
}

.cat_fill {
    background: #FAE053;
    fill: #000;
    color: #000;
    border: none;
}

.cat_fill:hover {
    background: #FAE053;
}

.in_index {
    position: relative;
}

.in_export {
    position: relative;
}

.in_bitrix {
    position: relative;
}

.in_main {
    position: relative;
}

.in_main p {
    line-height: 1.5;
}

header {
    position: relative;
    margin: 0;
}

main {
    position: relative;
    background: #fefefe;
    font-weight: 400;
}

.center {
    position: relative;
    margin: auto;
    padding: 0px 40px;
}

.navbar {
    position: relative;
}

.navbar a {
    margin: 0px auto;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #2c2b2a;
    text-decoration: none;
}

.in_bitrix .navbar a {
    color: #000;
}

ul {
    padding: 0;
    list-style: none;
    line-height: 1.5;
    font-size: 14px;
}

ul>li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 7px;
}

ul>li:before {
    content: '';
    position: absolute;
    top: 36%;
    left: -7px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #c8e168;
}

.block_text {
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
}

.in_index .test {
    background: linear-gradient(176deg, #eaf3e8 0%, #ffe6b9 100%);
}

.in_export .test {
    background: linear-gradient(176deg, #FFF9CA 0%, #E0E69C 100%);
}

.in_bitrix .test {
    background: linear-gradient(90deg, #005AB3 54%, #6699CC);
}

.slider {
    max-width: 90%;
    position: relative;
    margin: auto;
    height: 510px;
}

.slider-dots {
    text-align: center;
}

.in_dots {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 2px;
    transition: background-color 0.6s ease;
}

.in_dots .dot {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #ddd;
    border-radius: 50%;
}

.in_dots:hover~.dot {
    background-color: #aaa;
}

.in_dots .dot.on {
    background-color: #FAE053;
}

.slider .item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.in_table {
    position: relative;
    display: table;
    width: 100%;
}

.in_table .row {
    position: relative;
    display: table-row;
}

.in_table .cell {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.mw {
    max-width: 1125px;
}

.in_input {
    position: relative;
    font-size: 14px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    background: none;
    border: none;
    box-shadow: 0 0 0 1px #000;
    border-radius: 5px;
}

.in_button {
    position: relative;
    font-size: 14px;
    padding: 12px 40px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: #FAE053;
    color: #000;
    border: none;
    box-shadow: 0 0 0 1px #FAE053;
    border-radius: 5px;
}

.in_bg {
    background: #FAE053;
}

.in_index .in_button {
    background: #FAE053;
    color: #000;
}

.in_index .in_button:hover {
    background: #ECC374;
}

.in_export .in_button {
    background: #CAD26F;
}

.in_export .in_button:hover {
    background: #C9C35F;
}

.in_bitrix .in_button {
    background: #333;
    box-shadow: 0 0 0 1px #333;
}

.in_bitrix .in_button:hover {
    background: #333;
}

.in_button.b {
    background: #333;
    box-shadow: 0 0 0 1px #333;
    color: #FFF;
    font-weight: 550;
}

.in_button.b:hover {
    background: #222;
    box-shadow: 0 0 0 1px #222;
}

.in_underline {
    position: relative;
    white-space: nowrap;
    padding-bottom: 3px;
    border-bottom: 0px;
}

.in_index .in_underline {
    border-bottom: 3px solid #FDD485;
}

.in_export .in_underline {
    border-bottom: 3px solid #CAD26F;
}

.in_bitrix .in_underline {
    border-bottom: 3px solid #FAE053;
}

.in_main .in_underline {
    border-bottom: 3px solid #FAE053;
}

.in_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.in_hover:hover {
    opacity: 1;
}

.header_top {
    position: absolute;
    left: -5px;
    top: -45px;
    background: #000;
    z-index: 2;
}

.preheader {
    position: relative;
    margin: 0px;
    background: linear-gradient(90deg, #91aed9, #c8e168);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 24px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    z-index: 3;
}

/* //////////////_ANN_////////////// */

.ann_table, .ann_table_partners {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.ann_table_partners {
    position: relative;
    flex-wrap: wrap;
}

.ann_table_partners>div {
    position: relative;
    border-radius: 10px;
    background-color: #eee;
    width: 20%;
}

.ann_table_partners .logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ann_center {
    position: relative;
    margin: auto;
}

.ann_block {
    position: relative;
    padding: 50px 0px;
}

.ann_cell {
    position: relative;
    position: relative;
}

@media all and (max-width:1200px) {
    .in_table {
        position: relative;
        display: block;
    }

    .in_table .row {
        display: block;
    }

    .in_table .cell {
        display: block;
        width: 100%;
    }

    .ann_table_partners div {
        background-color: #eee;
        width: calc(50% - 20px);
    }

    .ann_table {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ann_cell {
        width: 100%;
    }

    .ann_center {
        margin: auto 20px;
    }
}

/* FOOTER */


.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* header */
.top_nav.__active {
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 8%);
}

/*получпрозрачный фон*/
.mm__bg {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.4);
    z-index: -1;
    display: none;
}

.mm__bg.__active {
    display: block;
}

.nav_content {
    width: 100%;
}

.block_hamburger {
    display: none;
    width: 100%;
    text-align: right;
}

.block_btn_close, .nav_menu, .nav_menu_login {
    box-sizing: border-box;
}

.block_btn_close {
    display: none;
    text-align: right;
    height: 60px;
}


@media (max-width: 1000px) {
    .ex_table .nav_menu, .ex_table .nav_menu_login, .block_btn_close {
        position: absolute;
        right: -400px;
        /*border: 1px solid red;*/
        box-shadow: -5px 0 5px -5px rgb(0 0 0 / 8%);
        width: 300px;
        background: #fff;
        /*display: none !important;*/
    }

    .ex_table .nav_menu_login {
        top: 40px;
    }

    .ex_table .nav_menu {
        top: 78px;
        height: calc(100vh - 80px);
        padding-left: 40px;
        padding-top: 20px;
    }

    .block_btn_close {
        top: -20px;
    }

    .ex_table .nav_menu .ex_imgbox {
        display: block;
        padding-top: 20px;
    }

    .block_hamburger {
        display: table-cell;
    }

    .block_btn_close {
        display: block;
    }

    .nav_menu.__active, .nav_menu_login.__active, .block_btn_close.__active {
        right: -20px;
    }

    .nav_menu_login {
        padding: 10px 0px !important;
    }

    .nav_menu_login .ex_vrig {
        text-align: left;
        margin-left: 0px;
        padding-left: 40px;
    }

}



.block_hamburger svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality;
    fill-rule: evenodd;
    clip-rule: evenodd;
    cursor: pointer;
}

.block_hamburger .hamburger {
    fill: #000;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.block_hamburger .hamburger:hover,
.block_hamburger .hamburger:focus,
.block_hamburger .hamburger:active {
    fill: #666;
    /*transform: translateX(-10px) rotate(0deg) translateY(0px);*/
}

/*Стили крестика закрытия меню*/
.block_btn_close .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.close-btn:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}

.close-btn:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0;
}

.close-btn:before, .close-btn:after {
    content: "";
    background: #000;
    position: absolute;
}

.close-btn--red:before, .close-btn--red:after {
    background: #000000;
}

/* /header */