:root {
    --main_color: #697790;
    --font_size:16px;
}


html
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    margin: 0px;
    padding: 0px;
}


* , *::before , *::after
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
}

h1,h2,h3,h4,h4{
    margin:0px;
    padding-left: 0px;
}

figure{
    margin: 0px;
    padding: 0px;
}

@font-face
{
    font-family:icomoon;
    src:url(/fonts/icomoon.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face
{
    font-family: "Calibri";
    src: url("/fonts/calibri.ttf");
    src: url("/fonts/calibri.ttf") format("embedded-opentype"),
    url("/fonts/calibri.ttf") format("woff"),
    url("/fonts/calibri.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face
{
    font-family: "Calibri";
    src: url("/fonts/calibrib.ttf");
    src: url("/fonts/calibrib.ttf") format("embedded-opentype"),
    url("/fonts/calibrib.ttf") format("woff"),
    url("/fonts/calibrib.ttf") format("truetype");
    font-style: bold;
    font-weight: bold;
}

@font-face
{
    font-family: "Calibri";
    src: url("/fonts/calibrii.ttf");
    src: url("/fonts/calibrii.ttf") format("embedded-opentype"),
    url("/fonts/calibrii.ttf") format("woff"),
    url("/fonts/calibrii.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face
{
    font-family: "Calibri";
    src: url("/fonts/calibril.ttf");
    src: url("/fonts/calibril.ttf") format("embedded-opentype"),
    url("/fonts/calibril.ttf") format("woff"),
    url("/fonts/calibril.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}



#coords {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.class_nopadding{
    padding: 0px !important;
}

.navigation
{
    border:0px;
    font-size:11px;
    color: #666;
    text-align:center;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    border:solid 1px #e3dcdc;
    border-top:none;
    background-color:#F4F4F4;
}

.navigation A
{
    display:inline-block;
    width:auto;
    height:auto;

    text-decoration:none;
    padding:3px;
    padding-left:5px;
    padding-right:5px;

    border-radius:3px;

    background-image:-moz-linear-gradient(top,#ffffff,#efefef);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);

    border:1px solid #999;
    color:#000;
    margin-left:1px;
    margin-right:1px;

}

.navigation A:hover
{
    border:1px solid #F00;
    color:#F00;

}

.navigation SPAN
{
    display:inline-block;
    width:auto;
    height:auto;

    padding:3px;
    padding-left:5px;
    padding-right:5px;

    border-radius:3px;

    background-image:-moz-linear-gradient(top,#ffffff,#efefef);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);

    border:1px solid #999;
    color:#F00;
    margin-left:1px;
    margin-right:1px;
    font-weight:bold;
}

body
{
    color: #000;
    position:relative;
    width:100%;
    width:100%;
    padding:0px;
    margin:0px;
    background-repeat:repeat;
    font-size:18px;
    font-family: "Calibri", Tahoma, Geneva, sans-serif;
}


select {
    /* all: unset; сбрасывает почти все стили */
    font-family: "Calibri", Tahoma, Geneva, sans-serif;
    /*padding: 0.5em;*/
    border: 1px solid #ccc;
    background: white;
    font-size:16px;
}

button{
    cursor: pointer;
}

img
{
    border:0px;
    display:block;
}

form
{
    padding:0px;
    margin:0px;
    display:inline-block;
    box-sizing: border-box;
    width:100%;
}

.main_input
{
    border:solid 1px #CCC;
    border-radius:3px;
    padding:3px;
    padding-left:5px;
    padding-right:5px;
}



form input,form textarea , form select
{
    border:solid 1px #CCC;
    border-radius:3px;
    padding:3px;
    padding-left:5px;
    padding-right:5px;


    padding:5px !important;
    background-color:#f8f8f8;
    border:solid 1px #ededed;
    outline:none;

}

.bold{
    font-weight: bold;
    text-transform: uppercase;
}

p{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

/********************************************/
.zz_header{
    width: 100%;
    height:auto ;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zz_header{
    width: 100%;
    height:auto ;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zz_scr_w{
    max-width: 1152px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.zz_scr_w_flex{
    display: flex;
    height: 100%;
}

.zz_scr_w2{
    max-width: 1552px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}


.zz_header_top{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.zz_logo{
    background-image: url("logo.png");
    width: 100px;
    height: 53px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


@media (max-width:500px) {

    .zz_logo{
        width: 100px;
        height: 53px;
    }

    .zz_header{
        padding: 0px;
    }

}


.menu {
    display: flex;
    gap:20px;
    width: auto;
    align-items:center;
    justify-content:center;
}

.menu a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    transition:0.1s ease;
    font-weight: bold;
    font-size: 16px;
}

.menu a:hover{
    color: #0080FF;
}

/*********************************************************************/

.zz_banner-container {
    display: block;
    position: relative;
    width: 100%;
    height: 547px;
    overflow: hidden;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
}

.zz_banner {
    position: absolute;
    top:0px;
    left: 0;
    bottom: 0px;
    right: 0px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content:center;
    align-items:center;
}

.zz_baner_flex_button{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap: 10px;
    position: absolute;

    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: solid 2px #333;
}


.zz_baner_flex_in{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap: 20px;
    margin-bottom: 160px;
}


.zz_baner_flex_in_schema_0 h2{
    font-size: 60px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}

.zz_baner_flex_in_schema_1 h2{
    font-size: 60px;
    display: block;
    text-align: center;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}


.zz_banner.active {
    opacity: 1;
    z-index: 1;
}

/********************************************/

.zz_baner_info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: auto;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.zz_baner_info_in{
    display: block;
    height: auto;
    width: auto;
    text-align: center;
    margin-top: 230px;
}


.zz_baner_info_in h3{
    font-size: 60px;
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}

.zz_button{
    border: none;
    display: inline-block;
    padding: 19px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius:5px;
    background-color: #ffff00;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
    transition:0.1s ease;
}


.zz_button:hover{
    text-decoration: underline;
}


.zz_button_flat{
    display: block;
    text-align: center;
    color: #000 !important;
    font-weight: bold;
    transition:0.1s ease;
    min-width: 400px;
    width: 100%;
}

/**************************************/

#cards_slider_ob .owl-dots .owl-dot span{
    margin-top: 20px;

}

.zz_block_info{
    position: relative;
    display: block;
    height: 100px;
}

.zz_baner_block{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-radius:5px;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zz_baner_block_correct{
    left: 0px;
    top: 0px;
    transform:none;
    width: 100%;
    max-width: 100%;
    background-color: #F4F4F4;
}



.zz_baner_block_item {
    max-width: 420px;
    width: 100%;
    height: 236px;
    display: flex;
    position: relative;
    margin-right: 20px;
    background-color: #F4F4F1;

}


.zz_baner_scroll_text {
    overflow-y: auto;
    max-height: 100%;
    padding-right: 8px;
    border:solid 1px #ddd;
    padding: 10px;
}



/* Стилизация скролла (для Chrome, Edge, Opera) */
.zz_baner_scroll_text::-webkit-scrollbar {
    width: 6px;
}

.zz_baner_scroll_text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.zz_baner_scroll_text::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.zz_baner_scroll_text::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Для Firefox */
.zz_baner_scroll_text {
    scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}











/*********************************************************/
.zz_baner_block_item_505_237{
    width: 505px;
    height: 236px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    color: white; /* или чёрный, зависит от фона */
}


.zz_baner_block_item_505_237 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Вот это делает как background-size: cover */
    z-index: 2;
}



.zz_baner_block_item_505_237 p {
    position: relative;
    z-index: 1;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.4); /* Затемнение под текст, если нужно */
    color: white;
}


.zz_baner_block_item_video_472_236 {
    width: 472px;
    height: 236px;
    position: relative;
    overflow: hidden;
    color: white;
    font-size: 0; /* уберёт возможные лишние пробелы от текста */
    margin-right: 20px;
}

.zz_baner_block_item_video_472_236 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.zz_baner_seo_text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    font-size: 14px;
    line-height: 1.3;
    color: transparent; /* можно или скрыть так */
    visibility: hidden; /* или так */
}



.zz_baner_block_item_img{
    display: block;
    position: absolute;
    width: 326px;
    height: 226px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.zz_baner_block .zz_baner_block_item h2{
    font-size: 18px;
}

.zz_next_text a{
    color: #0171bb;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.1s ease;
    display: block;
}

.zz_next_text a:hover{
    text-decoration: underline;
}



.zz_about{
    margin-bottom: 20px;
}

.zz_about_in{
    display: flex;
    justify-content:space-between;
}

.zz_about_in_item1{
    display: flex;
    justify-content:center;
    align-items:center;
    background-image: url("zz_bg_item.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 296px;
    max-width: 522px;
    width: 100%;
    font-size: 30px;
    padding-right:10px;
    padding-left:10px;
}

.zz_about_in_item2{
    display: block;
    padding: 20px;
}

.zz_view_rk{
    background-color: #f0f7fb;
    padding-left: 10px;
    padding-right: 10px;

}
.zz_view_rk_in{
    padding-top: 51px;
    padding-bottom: 51px;

}

.zz_view_rk_in h2{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 30px;
}

.zz_view_rk_in_list{
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:70px;/*70*/
}

.zz_view_rk_in_item{
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #FFF;
    padding-bottom: 30px;
    transition: 0.1s ease;
    border-bottom: solid 3px #FFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /* Вниз на 10px, размытие 20px */

}

.zz_view_rk_in_item:hover{
    border-bottom: solid 3px #0171bb;
}

.zz_view_rk_in_item h4{
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.zz_view_rk_in_item img{
    width: 100%;
    height: 230px;
}

.zz_view_rk_in_item figure{
    height: 230px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.zz_view_rk_in_item figure::before {
    position: absolute;
    top: -23px;
    left: -23px;
    width: 45px;
    height: 45px;
    background: #f0f7fb;
    content: "";
    transform: rotate(45deg);
    z-index: 1;
}

.zz_btn_block{
    display: flex;
    gap:10px;
    justify-content:center;
    align-items:center;
}

.zz_btn_view{
   display:inline-block;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0171bb;
    background: linear-gradient(to top, #0171bb, #027fd2);
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius:5px;
    transition: 0.1s ease;


}

.zz_footer{
    display: flex;
    background-color: #353535;
    justify-content: center;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}


@media (max-width:1340px) {

    .zz_baner_block {
        width: 70%;
    }
}

@media (max-width:1068px) {

.zz_view_rk_in_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }
}


@media (max-width:1022px) {

    .zz_view_rk_in_item {
        max-width: 300px;
    }
}



@media (max-width:958px) {

    .zz_baner_block {
        width: 90%;
    }

    .zz_baner_info_in h3 {
        font-size: 45px;
    }
}



@media (max-width:830px) {

    .zz_button{
        padding-left: 54px;
        padding-right: 54px;
    }

}

@media (max-width:616px) {

    .zz_baner_info{
        width: 80%;
    }

    .zz_button{
        padding-top: 19px;
        padding-bottom: 19px;
    }
}



@media (max-width:604px) {

    .zz_about_in{
        display: block;
    }

    .zz_about_in_item1{
        display: block;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .zz_about_in_item2{
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .zz_baner_block {
        display: block;
        width: auto !important;
        top: -40px;
        left: 10px;
        right: 20px;

        position: absolute;
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
        width: max-content;

        transform: none;
    }

    .zz_baner_block .zz_baner_block_item
    {
        max-width: 100%;
        width: 100%;
        border-right:none;
        border-bottom: solid 1px #CCCCCC;
        padding-right: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;

    }

    .zz_baner_info_in h3 {
        font-size: 35px;
    }
}



/*********************/

.zz_mob_button{
    display: inline-block;
    background-image: url("menu_icon.png");
    width: 28px;
    height: 20px;
}

.zz_mob_menu{
    display: flex;
    align-items:center;
    justify-content:center;
    position: relative;
    display: none;
    margin-right: 10px;
}

.zz_mob_menu_popup {
    display: flex;
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0px;
    flex-direction: column;
    width: auto;
    background-color: #EEE;
    gap: 1px;
    transition: max-height 0.5s ease;
    max-height: 0px;
    overflow: hidden;
}

.zz_mob_menu_popup_on {
    max-height: 500px; /* установи значение чуть больше, чем реально нужно */
}

.zz_mob_menu_popup a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    transition:0.1s ease;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
    white-space: nowrap;
}

.zz_mob_menu_popup a:hover{
    color: #0080FF;
}



@media (max-width:700px) {

    .menu
    {
        display: none;
    }

    .zz_mob_menu
    {
        display: flex;
        margin-right: 10px;
    }

    .polosa_in h3
    {
        font-size: 24px;
    }

    .scrum_in
    {
        font-size: 14px !important;
    }

    .html_text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .html_text h2{
        margin-top: 15px !important;
    }
}

/*
@keyframes moveBackground {
    0% {
        background-position: center 0px;
    }
    50% {
        background-position: center -50px;
    }
    100% {
        background-position: center 0px;
    }
} */

@keyframes moveBackground {
    0% {
        background-position: center top;
    }
    50% {
        background-position: center bottom;
    }
    100% {
        background-position: center top;
    }
}

.polosa{
    height: 130px;
    width: 100%;
    background-image: url("polosa.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    background-size: cover;
    animation: moveBackground 90s linear infinite;
    border-top: solid 3px #000;

}

.polosa_blue{
    background-image: url("bg_o_nas.jpg");
}

.polosa_in {
    display: flex;
    align-items:center;
    color: #FFF;
    font-size: 30px;
    height: 100%;
}

.polosa_in h3{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.scrum{
    width: 100%;
    background-color: #EAEAEA;
    border-bottom: solid 1px #000;
}

.scrum_in{
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    gap:5px;
    font-size: 16px;
    align-items:center;

}

.scrum_in a{
    text-decoration: none;
    color: #000;
}

.scrum_in a:hover{
    color: #0080FF;
}

.ms_main{
    margin-bottom: 20px;

}

.ms_main_in{
   display: flex;
    justify-content:space-between;
}

.ms_main_l{
    flex-grow:1;
    /*border: solid 1px #F00;*/
}

.ms_main_r{
    flex-grow:1;
    /*border: solid 1px #00F;*/
}

/***********************html_text***************************************/

.html_text {
    /*font-family: Arial, sans-serif;*/
    line-height: 1.4;
    color: #333;
}

/* Заголовки */
.html_text h1,
.html_text h2,
.html_text h3,
.html_text h4,
.html_text h5,
.html_text h6 {
    display: block;
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
}

.html_text h1 {
    font-size: 2em;
    margin-top: 40px;
}

.html_text h2 {
    font-size: 1.75em;
    margin-top: 35px;
}

.html_text h3 {
    font-size: 1.5em;
    margin-top: 30px;
}

.html_text h4 {
    font-size: 1.25em;
    margin-top: 25px;
}

.html_text h5 {
    font-size: 1.1em;
    margin-top: 20px;
}

.html_text h6 {
    font-size: 1em;
    margin-top: 15px;
    color: #666;
}

/* Абзацы */
.html_text p {
    margin: 0 0 5px 0;
}

.html_text hr{
    border: none;
    border-top: solid 1px #B7B5B5;
}

/* Списки */
.html_text ul,
.html_text ol {
    margin: 0 0 20px 40px;
    padding: 0;
}

.html_text li {
    margin-bottom: 5px;
}

/* Ссылки */
.html_text a {
    color: #0066cc;
    text-decoration: underline;
}

.html_text a:hover {
    text-decoration: none;
}

/* Цитаты */
.html_text blockquote {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 4px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
    font-style: italic;
}

/* Изображения */
.html_text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

/* Код */
.html_text pre,
.html_text code {
    font-family: monospace;
    background: #f4f4f4;
    padding: 4px 6px;
    border-radius: 4px;
}

.html_text pre {
    padding: 10px;
    overflow-x: auto;
    margin: 0 0 20px 0;
}

.zz_blur_baner {
    background-image: url(blur_baner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content:flex-end;
    padding-right: 50px;
}

/*
.zz_blur_baner h3{
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}*/



.zz_help{
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius:10px;
    max-width: 500px;
    width: 100%;

}

.z_blur_block_row{
  display: flex;
  flex-direction:column;
  gap:10px;
  margin-top: 10px;
}

.z_blur_block_row span{
    font-size: 14px;
    color: #F00;
}

.red_border{
    border: solid 1px #F00 !important;
}

.z_blur_block_row input , .z_blur_block_row textarea {
    padding:13px;
    border: solid 2px #539ccb;
    border-radius:5px;
    outline: none;
    width: 100%;
}

.z_blur_block_row textarea{
    height: 150px;
}

.zz_help_center{
    text-align: center;
}

.zz_help_center button{
    padding:12px;
    padding-left:25px; ;
    padding-right:25px; ;
    border: none;
    margin-top: 10px;
}

@media (max-width:600px) {

    .zz_blur_baner {
        padding: 20px;
    }
}

#form_id_label_code{
   display: flex;
    align-items:center;
    gap:10px;
}

/**************************************/

.owl_block{
    background-color: #F7F7F7;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: 20px;
}

.owl-carousel {
    position: relative;
}

.correct_owl{
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 90%;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    background: #000;
    opacity: 0.5;
    color: #fff;
    font-size: 24px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #000 !important;
    color: #FFF !important;
}

/*******************************************************/
.ms_images_view {
    display: flex;
    flex-wrap:wrap;
    gap:20px;
}



.ms_images_item img {
    width: 200px;
    height: 139px;
}


.ms_nav_left {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -2px; /* Поднимите, изменяя значение */
    margin-left: 2px;
}

.ms_nav_left:before {
    content: "\E973";
    font-size: 16px;
    font-weight: bold;
    top:10px;
}

.ms_nav_right:before {
    content: "\E974";
    font-size: 16px;
    font-weight: bold;
    top:10px;
    left: -3px;
}

.center_select{
    padding-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%; /* ← чтобы занимал всю ширину */
    background-color: #f0f0f0; /* ← фон в поле с текстом */
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    cursor: pointer;

    background-image: url("data:image/svg+xml,%3Csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;

    transition: border-color 0.3s ease;
}

.custom-select:hover {
    border-color: #999;
}

.custom-select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

@media (max-width:700px) {

    .zz_button_flat {
        min-width:300px;
    }

    .zz_baner_flex_button{
     top:75%;
    }
}

@media (max-width:360px) {

    .zz_baner_flex_button {
        min-width:auto;
        width: 100%;
        max-width: 100%;
    }

}


.zz_block_ob  .zz_h2
{
   background-color: #e7e9f4;
   padding: 17px;
   font-weight: bold;
   border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.zz_block_ob  .zz_h2 a{
    color:#0171bb ;
}



.zz_block_blue{
    display: flex;
    background-image: url("bg_o_nas.jpg");
    background-size: cover;
    height: 403px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.zz_block_blue_center{
    width: 550px;
    height: auto;
}

.zz_block_blue a{
    color: yellow;
}

/*********************************************/
.zz_news
{
    display: block;
    margin-bottom: 44px;
    margin-top: 44px;
}

.zz_news_in {
    display: flex;
    justify-content: space-between;
}

.baner_red_green {
    width: 339px;
    height: 504px;
    display: flex;
    background-image: url("baner_reb_green.jpg");
    position: relative;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /* Вниз на 10px, размытие 20px */

}

.zz_news_items{
    max-width: 638px;
    width: 100%;
}

.zz_news_items a{
    color: #111c9a;
}

.zz_news_item h2{
    margin-bottom: 10px;
    font-size:22px;

}

.zz_news_item h2 small{
    color: #686868;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
}

/***************************************************************/

.login_block {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    /*border: solid 1px #000;*/
    padding: 10px;
    background-color: #ececec;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /* Вниз на 10px, размытие 20px */
    margin-bottom: 5px;

}

.login_block a{
    color: #000;
    text-decoration: none;
}

.login_block a:hover  {
    color: #0080FF;
}

.login_block .icon-a{
    top:0px !important;
}

.login_win
{
    display:block;
    width: auto;
    height: auto;
}

.login_win h3{
    display: block;
    margin-bottom: 20px;
}


.login_win .line{
    display: flex;
}

.login_win .center{
    text-align: center;
    margin-top: 20px;
}

.login_win .row{
    display: block;
    margin-bottom: 15px;
}

.login_win .row_center{
    text-align: center;
}

.login_win .row:last-child{
    margin-bottom: 0px;
}

.login_win .row label{
    display: block;
    margin-bottom: 3px;;
}

.login_win a{
    text-decoration: underline;
    color: #0080FF;
    font-size: 14px;
    display: block;
    text-align:center;
}

#code_img{
    display: flex;
    align-items:center;
    gap: 10px;;
}

.red_border{
    border: solid 1px #F00;
}

.red_text{
    color: #F00;
}

.error_text{
    font-size: 11px;
    color: #F00;
    display: block;
}


.std_input
{
    border:solid 1px #CCC;
    border-radius:3px;
    padding:10px;
    padding-left:15px;
    padding-right:15px;
    width: 100%;
}

.std_input::placeholder{
    font-family: "Calibri", Tahoma, Geneva, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #cccccc;
}


.std_code {
    width: 80px;
}

.button_main {
    background-color: #546ee5;
    border-radius: 3px;
    padding: 7px;
    padding-right: 8px;
    padding-left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    border: solid 1px #546ee5;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    cursor: pointer;
    width: 100%;
}

.button_main_no100{
    width: auto;
}


.login_block_in {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    /*border: solid 1px #000;*/
    padding: 10px;
    background-color: #ececec;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /* Вниз на 10px, размытие 20px */
    margin-bottom: 5px;
}

.login_block_in a{
    text-decoration: none;
    color: #000;
}

.login_block_in a:hover{
    color: #0080FF;
}

/*****************************************/
.zz_float_block_main
{
    width: 100%;
    height: 354px;
    display: block;
    position: relative;
}

.zz_float_block {
    max-width: 80%;
    display: block;
    width: 100%;
    height: 354px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top:-20px;
    background-color: #F4F4F4;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}