/* -Шалом- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}


*,*:before, *after{
	-moz-box-sizing; border-box: 
	-webkit-box-sizing: border-box;
	-box-sizing:border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none; color: #c7c7c7;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

textarea {
resize: none;
}

/* - Шрифты - */

@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 400;
src: url('../fonts/SBSansUI-Regular.woff2'); 
}

@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 500;
src: url('../fonts/SBSansUI-Semibold.woff2'); 
}


@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 600;
src: url('../fonts/SBSansUI-Bold.woff2'); 
}

/* - end Шрифты - */


body{
font-family: 'SB Sans Interface';
background: #001A34;
color: #f2f2f2;
}


a{
color: #025BFF;
cursor: pointer;    
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #f2f2f2;
font-family: 'SB Sans Interface';
}

h1{
font-size: 48px;
font-weight: 600;
line-height: 120%;
}

h2{
font-size: 36px;
font-weight: 600;
line-height: 120%;
}

h3{
font-size: 24px;
line-height: 120%;
}


h4{
font-size: 20px;
line-height: 120%;
}

h5{
font-size: 14px;
line-height: 120%;   
}

p{
font-size: 16px;
line-height: 120%;   
}

.check_row {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.email{
    width: 100%;
    height: 300px;
    background: #001A34;
}

.checkbox {
    width: 15px;
    height: 15px;
    display: flex;
    background: #223c6c;
    border-radius: 3px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.check_row a {
    color: #8BA0C6;
    font-weight: 500;
}

.check_row a:hover {
    color: #025bff;
}

.stock_text{
    margin: 30px 0px;
    width: 100%;
    max-width: 360px;
}

.stock_text h5{
    
}

.chek_ok{
    width: 11px;
    height: 11px;
    display: none;
    background: #7cb56d;
    border-radius: 3px;
}

.checkbox.active .chek_ok{
    display: flex;
}

.ok{
    color:#7cb56d;
    margin-top: 5px;
    text-align: left;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.popup_body{
    height: 100%;
    width: 100%;
    text-align: -webkit-center;
    background: rgba(40, 40, 40, 0.96);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s;
    z-index: 1;
    padding-top: 50px;
}

.popup_body.active{
    opacity: 1;
    visibility: visible;
}

.popup{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    height: auto;
    background: #0B234D;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 35px;
    align-content: center;
    align-items: center;
}

.new_btn {
    width: 150px;
    display: flex;
    height: 150px;
    font-size: 32px;
    font-weight: 500;
    background: #025bff;
    border-radius: 10px;
    color: #f2f2f2;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1.5s ease 0s;
}

.new_btn:hover{
    background: #3f5886;
}

.container{
width: 1170px;
margin: 0px auto;
padding: 0px 15px;
box-sizing: border-box;
position: relative;
}

.mb20{
    margin-bottom: 20px;
}

.btn {
    max-width: 270px;
    width: 100%;
    display: flex;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    background: #025bff;
    border-radius: 10px;
    color: #f2f2f2;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1.5s ease 0s;
}

.btn:hover{
    background: #052d77;
    filter: drop-shadow(4px 4px 10px rgba(2, 91, 255, 0.1));
}

.btn_form{
    max-width: 100%;
    margin-bottom: 10px;
    height: 75px;
}


.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.logo img {
    width: 30px;
    height: 53px;
    margin-right: 10px;
}

.logo h5{
    font-size: 18px;
    font-weight: 600;
}

.logo p{
    font-size: 14px;
}

.l_one{
    display: flex;
    flex-direction: column;
    width: 180px;
}

.navi_m {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.navi_m.active{
    opacity: 1;
    visibility: visible;
}

.navi_menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #25385c;
    position: fixed;
    width: 90%;
    max-width: 320px;
    box-sizing: border-box;
    padding: 20px 30px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.navi_menu svg {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
}

.navi_menu a {
    color: #f2f2f2;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 15px;
}

.navi{
    display: flex;
    flex-direction: row;
}

.navi a{
    font-size: 18px;
    font-weight: 500;
    color: #f2f2f2;
    margin-left: 35px;
    transition: all 1.5s ease 0s;
}

.navi a:hover{
    color: #025BFF;
}

.navi svg {
    margin-left: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

greeting{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.greeting_text{
    display: flex;
    flex-direction: column;
    width: 650px;
}

.greeting_text h2{
    margin-bottom: 20px;
}

.greeting_message{
    display: flex;
    width: 440px;
    flex-direction: column;
    background: #082A4E;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.greeting_message h3{
    font-weight: 600;
    margin-bottom: 15px;
}

.greeting_message h5{
    margin-bottom: 15px;
}

.greeting_message img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.greeting_m{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;   
}

.market {
    display: flex;
    flex-direction: row;
    width: 260px;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}


.market h3{
    font-weight: 500;
    margin-bottom: 5px;
}

.market img{
    width: 54px;
    height: 54px;
}

.market_tr{
    display: flex;
    flex-direction: column;
}

.market_tr img{
    width: 100px;
    height: 20px;
}

.market_soc{
    display: flex;
}

.market_soc img{
    width: 20px;
    height: auto;
}

.text{
    width: 100%;
}

.text h1{
    font-size: 48px;
}

.soc_block {
    width: 40px;
    height: 40px;
    display: flex;
    background: #082A4E;
    border-radius: 5px;
    cursor: pointer;
    transition: all 1.5s ease 0s;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.soc_block:hover{
    background: #025BFF;
}

.market_all{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.market_block{
    width: 320px;
    height: 360px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #082A4E;
    border-radius: 10px;
}

.market_block h4{
    font-size: 16px;
}

.mb_head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mb_head img{
    width: 54px;
    height: 54px;
}

.mb_like{
    display: flex;
    flex-direction: column;
}

.mb_like h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mb_like img{
    width: 88px;
    height: 25px;
}

.mbl_img{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.mbl_numb {
    height: 25px;
    display: flex;
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
    background: #025BFF;
    font-size: 14px;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 40px;
    min-width: 40px;
    margin-left: -10px;
}

.market_offer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70px;
    border: 2px dashed #f2f2f2;
    border-radius: 10px;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.market_offer.none{
    display: none;
}

.market_copi {
    display: none;
    flex-direction: row;
    width: 100%;
    height: 70px;
    border: 2px dashed #f2f2f2;
    border-radius: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.market_copi.active{
    display: flex;
}

.market_copi h4{
    color: #7cb56d;
}

.market_offer h2{
    font-size: 36px;
    color: #FED42B;
    margin: 0px 10px;
}

.market_offer h5{
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}

.ml{
    margin-left: 5px !important;
}

.burger{
    display: none;
}

.authorization {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0px;
    align-content: center;
    align-items: center;
}

.greeting{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.greeting_text{
    display: flex;
    flex-direction: column;
    width: 650px;
}

.greeting_text h2{
    margin-bottom: 20px;
}

.greeting_message{
    display: none;
    width: 440px;
    flex-direction: column;
    background: #082A4E;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.greeting_message h3{
    font-weight: 600;
    margin-bottom: 15px;
}

.greeting_message h5{
    margin-bottom: 15px;
}

.greeting_message img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.services {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.services_block{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
    width: 360px;
}

.services_block img{
    width: 360px;
    height: 190px;
}

.services_block h4 {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}

.a_block {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    height: auto;
    background: #0B234D;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 25px;
    align-content: flex-start;
    align-items: flex-start;
}

.a_block img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin-bottom: 25px;
}

.a_block h2 {
    margin-bottom: 20px;
    line-height: 100%;
    text-align: left;
}

.a_block h4 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 25px;
    text-align: left;
}

.a_block h5 {
    font-size: 12px;
    line-height: 120%;
    color: #8BA0C6;
    text-align: left;
    width: 90%;
}

.input_request{
    width: 100%;
    height: 65px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 18px;
    border-radius: 6px;
    background-image: url(../img/sms.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}



.input_request::placeholder{
    color: #8BA0C6;
}

.pass{
    background-image: url(../img/pass.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.error {
    color: #ff6793;
    margin-top: 5px;
    text-align: left;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.error2 {
    color: #223c6c;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.od{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.od_text{
    width: 43%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.od_text h1{
    line-height: 100%;
    margin-bottom: 30px;
}

.od_text h4{
    margin-bottom: 30px;
}

.od_all {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.od_all p{
    text-align: center;
}

.od_img {
    width: 57%;
    display: flex;
    margin-top: -35px;
}

.od_img img {
    width: 100%;
    height: auto;
}

.td{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.td_b {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.tb_img {
    width: 500px;
    height: 270px;
    display: flex;
    background: linear-gradient(90deg, #550019 0%, #FF6793 100%);
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tb_img img{
    width: 280px;
    height: 220px;
}

.tb_text {
    width: 570px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: border-box;
}

.tb_text h2{
    margin-bottom: 20px;
}

.rever{
    flex-direction: row-reverse;
}

.blue{
    background: linear-gradient(90deg, #00215C 0%, #003EAD 100%);
}

.blue_2{
    background: linear-gradient(90deg, #006EAD 0%, #48ADE7 100%);
}

.b_c{
       margin-bottom: 50px; 
}

.block{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 350px;
    background: linear-gradient(95.04deg, #2050aa 0.15%, #1f4386 52.16%, #0d2249 100%);
    border-radius: 20px;
}

.b_text {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}

.b_text h2{
    font-size: 48px;
    margin-bottom: 10px;
}

.b_text h4{
    font-size: 20px;
    margin-bottom: 25px;
}

.b_text p {
    width: 160px;
    margin-left: 10px;
}

.b_img {
    width: 60%;
    display: flex;
    background-image: url(../img/img_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg_faq{
    width: 100%;
    height: auto;
    display: flex;
    background: #0d2249;
    margin: 30px 0px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
}

.bg_faq h2{
   margin-bottom: 15px;
}

.bg_faq h3{
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0px;
    text-align: left;
    color: #025bff;
}

.faq {
    display: flex;
    flex-direction: column;
}



.faq h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.faq p{
    text-align: left;
}

.faq_question {
    width: 100%;
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #25385c;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
}

.faq.active .faq_answer{
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px 0px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 15px;
}



.faq.active .faq_question svg{
      transform: rotate(180deg);
}

.faq_answer{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #25385c;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    height: 0px;
}


.footer {
    margin: 20px 0px;
    border-top: 1px solid #0D2249;
    padding: 20px 0px;
    width: 100%;
    display: none;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_2 {
    display: flex;
}

.footer_two {
    margin: 20px 0px;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_three {
    margin: 20px 0px;
    padding: 20px 0px;
    display: none;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.footer.active{
    display:flex;
}

.footer_two svg{
    cursor: pointer;
}
    

.footer p{
    font-size: 16px;
    color: #f2f2f2;
    margin-bottom: 10px;
}

.footer h4{
    font-size: 18px;
    color: #f2f2f2;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer h5{
    font-size: 14px;
    color: #354E79;
    margin-bottom: 5px;
}

.footer a {
    font-size: 16px;
    color: #354E79;
    margin-bottom: 10px;
}

.footer a:hover{
    color: #025BFF;
}

.footer_class{
    display: flex;
    flex-direction: column;
    width: 200px;
}

.footer_row {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}

.footer_blue {
    color: #025BFF !important;
}

.footer_row img{
    margin-right: 10px;
}

.docs_body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}

.docs_body h2{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.docs_body h5{
    font-size: 18px;
    text-align: left;
}

.docs_all{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.docs_block{
    width: 290px;
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #223c6c;
    border-radius: 15px;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 15px 15px;
    cursor: pointer;
    transition: all 1.5s ease 0s;
}

.docs_block:hover{
    border: 1px solid #025bff;
}

.docs_block:hover.docs_block h3{
    color: #025bff;
}

.docs_block svg{
    margin-bottom: 15px;
}

.docs_block h3{
    font-size: 24px;
    color: #223c6c;
    bottom: 20px;
    position: absolute;
    transition: all 1.5s ease 0s;
    text-align: left;
}

.docs_block h5{
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.contact_all {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact_block {
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 200px;
    border: 1px solid #223c6c;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 50px;
    position: relative;
    transition: all 1.5s ease 0s;
    border-radius: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.contact_block svg{
    position: absolute;
    top: 15px;
    left: 15px;
}

.contact_block h4{
    font-weight: 500;
     margin-bottom: 20px;
     text-align: left;
     
}

.contact_block p{
    text-align: left;
          
}

.contact_map{
    width: 100%;
    margin-bottom: 30px;
    height: 200px;
    border-radius: 10px;
}

.lesson h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 10px;
}

.lesson h4{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 500;
}

.lesson p{
    font-size: 18px; /* Размер основного текста */
    margin: 15px 0; /* Отступы между абзацами */
}

.lesson ul, ol{
    padding-left: 20px; /* Отступ для маркированных/нумерованных списков */
    margin: 15px 0; /* Отступы вокруг списка */
}

.lesson li{
    font-size: 18px; /* Размер элементов списка */
    margin-bottom: 5px; /* Отступы между элементами списка */
    line-height: 130%;
}

blockquote {
    border: 1px solid #082A4E;
    border-left: 4px solid #f2f2f2;
    padding: 10px 20px;
    margin: 20px 0;
    font-style: italic;
    font-size: 18px;
}

/* Отключение кликабельности и затемнение для блока с классом .disabled */
.services_block.disabled a {
  pointer-events: none; /* Отключает кликабельность */
  cursor: not-allowed; /* Меняет курсор */
}

/* Затемнение изображения */
.services_block.disabled img {
  filter: brightness(0.5); /* Затемняет изображение */
  transition: filter 0.3s ease; /* Добавляет плавный переход */
  position: relative; /* Для позиционирования псевдоэлемента */
  display: inline-block; /* Корректное поведение с псевдоэлементом */
}

/* Текст на затемнении */
.services_block.disabled img::after {
  content: 'Недоступно'; /* Текст, который будет отображаться */
  position: absolute;
  top: 50%; /* Центрируем текст вертикально */
  left: 50%; /* Центрируем текст горизонтально */
  transform: translate(-50%, -50%); /* Точное центрирование */
  color: white; /* Белый цвет текста */
  font-size: 16px; /* Размер шрифта */
  font-weight: bold; /* Жирный шрифт */
  text-align: center; /* Центрирование текста по горизонтали */
  z-index: 1; /* Псевдоэлемент будет поверх изображения */
  pointer-events: none; /* Чтобы не блокировать клики */
  width: 100%; /* Ширина текста равна ширине изображения */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Добавляем тень для лучшей читаемости */
}


@media (max-width: 1200px){

.container{
width: 938px;
margin: 0px auto;
padding: 0px 15px;
}

.greeting_text {
    width: 50%;
}

.greeting_message {
    width: 50%;
}

.market_block {
    width: 295px;
    padding: 15px;
}

.services_block {
    width: 48%;
}

.services_block img {
    width: 100%;
    height: auto;
}

.od_text h1 {
    margin-bottom: 20px;
    font-size: 42px;
}

.od_text h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

}


@media (max-width: 990px){

h1, h2, h3, h4, h5, p{
text-align: center;
}

.container{
  width: 100%;
  padding: 0px 20px;
} 

.navi{
    display: none;
    flex-direction: row;
}

.logo h5 {
    text-align: left;
}

.logo p {
    text-align: left;
}

.burger{
    display: flex;
}

.burger img {
    width: 30px;
    height: 55px;
    cursor: pointer;
}

.burger svg{
    margin-left: 5px;
    cursor: pointer;
}

.greeting {
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.greeting_text {
    width: 100%;
    margin-bottom: 30px;
}

.greeting_message {
    width: 100%;
    max-width: 440px;
    align-items: center;
    align-content: center;
}

.market_all {
    overflow: auto;
}

.market_block {
    margin-right: 30px;
}

.market_block h4 {
    text-align: left;
}

.mb_head {
    width: 263px;
}

.market_offer h2 {
text-align: left;
}

.market_offer h5 {
text-align: left;
}

.od {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
    align-content: center;
    align-items: center;
}

.od_text {
    width: 100%;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-top: -30px;
    margin-bottom: 40px;
}


.od_all {
    width: 420px;
}

.od_all p {
    padding-left: 10px;
}

.od_img {
    width: 100%;
    margin-top: 0px;
    align-content: center;
    align-items: center;
    max-width: 600px;
}

.td {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.td_b {
    width: 100%;
    max-width: 620px;
    flex-direction: column;
    background: linear-gradient(90deg, #550019 0%, #FF6793 100%);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.tb_text {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: border-box;
}

.tb_img {
    background: none;
}

.blue{
    background: none;
}

.blue_2{
    background: none;
}

.all_blue{
    background: linear-gradient(90deg, #00215C 0%, #003EAD 100%);
}

.all_blue_2{
    background: linear-gradient(90deg, #006EAD 0%, #48ADE7 100%);
}

.b_c {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block {
    max-width: 620px;
    height: auto;
    flex-direction: column-reverse;
}

.b_text {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.b_img {
    display: flex;
    width: 100%;
    height: 400px;
    background-position-y: top;
}

.footer {
overflow: auto;
}

.footer h4 {
text-align: left;
width: 235px;
}

.footer h5 {
text-align: left;
}

.footer p {
text-align: left;
width: 235px;
}

.docs_all {
    flex-direction: column;
}


.docs_block {
    width: 100%;
    max-width: 360px;
    margin-bottom: 25px;
}

}


@media (max-width: 550px){

.container {
    width: 100%;
    padding: 0px 10px;
}

.pad{
    padding: 0px;
}

.header {
    margin-top: 20px;
}

.logo img {
    width: 25px;
    height: 44px;
}

.logo h5 {
    font-size: 16px;
    text-align: left;
}

.logo p {
    font-size: 12px;
    text-align: left;
}

.a_block {
    padding: 15px;
}

.l_one {
    width: 140px;
}

.greeting {
    margin-top: 20px;
}

.greeting_text {
    margin-bottom: 10px;
}

.greeting_text h2 {
    font-size: calc(36px + (36 - 32) * ( (100vw - 480px) / ( 480 - 320) ));
    margin-bottom: 20px;
}

.greeting_text h4 {
    font-size: calc(20px + (20 - 16) * ( (100vw - 480px) / ( 480 - 320) ));
    margin-bottom: 20px;
}

.greeting_message{
    padding: 15px;
}

.greeting_message img {
    top: 15px;
    right: 10px;
}

.greeting_m{
    margin-top: 20px;
    display: flex;
    flex-direction: column;  
}

.market {
    width: 100%;
}



.market_tr {
    margin-bottom: 20px;
}

.text h1{
    font-size: calc(48px + (48 - 38) * ( (100vw - 480px) / ( 480 - 320) ));
    text-align: left;
}

.services {
    flex-wrap: nowrap;
    overflow: auto;
}

.services_block {
    width: 300px;
    margin-right: 20px;
}

.services_block img {
    width: 300px;
    height: 160px;
}

.services_block h4{
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}

.od_text h1 {
    font-size: calc(42px + (42 - 32) * ( (100vw - 480px) / ( 480 - 320) ));
}


.od_text h4 {
    font-size: calc(18px + (18 - 16) * ( (100vw - 480px) / ( 480 - 320) ));
}

.od_all {
    width: 100%;
    flex-direction: column;
}

.od_all p {
    padding-left: 0px;
    width: 150px;
    margin-top: 10px;
}

.od_img {
justify-content: center;
}

.od_img img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.tb_img {
    width: 100%;
    height: auto;
}

.tb_img img {
    width: 230px;
    height: 180px;
    margin-bottom: 20px;
}

 .tb_text h2 {
    font-size: calc(36px + (36 - 30) * ( (100vw - 480px) / ( 480 - 320) ));
}

 .tb_text h4 {
    font-size: calc(18px + (18 - 16) * ( (100vw - 480px) / ( 480 - 320) ));
}

.b_img {
    display: flex;
    width: 100%;
    height: 240px;
    background-position-y: top;
    background-image: url(../img/img_bm.png);
}

.b_text h2{
    font-size: calc(48px + (48 - 36) * ( (100vw - 480px) / ( 480 - 320) ));
    margin-bottom: 15px;
}

.b_text h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

.bg_faq {
    padding: 15px;
}

.bg_faq h3 {
    font-size: 24px;
}

.faq h4 {
    font-size: 18px;
    width: 90%;
}

 .faq_question svg {
    width: 24px;
    height: 24px;
}

.contact_block {
    margin-right: 0px;
    width: 100%;

}

.footer_three {
    display: flex;
}

.footer_2 {
    display: none;
}

.footer_2.active {
    display: flex;
}

}











































