/* -Шалом- */
*{
	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: 'AvenirNextCyr';
    src:url('../fonts/avenirnextcyr-bold.woff2') format('woff2');
    font-weight: 600;
    line-height: 120%;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/avenirnextcyr-medium.woff2') format('woff2');
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/avenirnextcyr-regular.woff2') format('woff2');
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}


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


body{
font-family: 'AvenirNextCyr';
background: #fff;
color: #262626;
}


a{
color: #262626;
cursor: pointer;
transition: 1s all;    
}

a:hover{
opacity: 0.8;
transition: 1s all;   
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #262626;
line-height: 130%;
}

h1{
font-size: 44px;
font-weight: 600;
margin-bottom: 32px;
}

h2{
font-size: 36px;
font-weight: 600;
}

h3{
font-size: 24px;
}


h4{
font-size: 20px;
}

h5{
font-size: 14px;
}

p{
font-size: 16px; 
}

::-webkit-scrollbar{
    height: 4px;
    width: 9px;
}

::-webkit-scrollbar-track{
background: #f0f0f0;
border-radius: 0px;
}
::-webkit-scrollbar-track piece{
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb{
    background: #686868;
    border-radius: 0px;
}

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

.head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 33px;
    padding-bottom: 33px;
}

.logo_row{
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.logo_row img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.logo_row h4{
    font-size: 20px;
    font-weight: 600;
}

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


.logo_row h4 span {
    color: #126df7;
}

.logo_row h5{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}

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

.hbtn_row img{
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 1s ease;
}

.hbtn_row img:hover{
    opacity: 1;
    transition: opacity 1s ease;
}

.btn {
    width: 100%;
    min-width: 200px;
    height: 50px;
    border-radius: 7px;
    background: #126df7;
    color: #f8f8f8;
    font-size: 18px;
    opacity: 1;
    transition: opacity 1s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover{
    opacity: 0.8;
    transition: opacity 1s ease;
}

.gr_btn{
    background: none;
    border: 1px solid #262626;
    opacity: 0.6;
    min-width: 160px;
    margin-right: 20px;
    color: #262626;
}

.btn_mob{
    display: none;
}

.main_off{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    background: #ebeff1;
    padding: 30px;
    padding-bottom: 280px;
    box-sizing: border-box;
    border-radius: 21px;
}

.main_off .mbr{
    margin-top: 10px;
    margin-bottom: 0px;
}


#imgM{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: -235px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#imgMain{
    width: 100%;
    max-width: 900px;
    max-height: 350px;
    object-fit: cover;
    height: auto;
    margin-top: -180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 31px;
}

.main_off .btn{
    max-width: 270px;
    height: 60px;
}

.mbr{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 50px;
}

.mbr .btn{
    max-width: 200px;
}

.mbr .btn img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.bsr{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 31px;
    margin-bottom: 31px;
    justify-content: center;
}

.point{
    background: #000;
    border-radius: 50%;
    flex-shrink: 0;
    height: 2px;
    margin: auto 0;
    width: 2px;
}

.main_off h2 {
    font-size: 42px;
    margin-bottom: 33px;
    font-weight: 600;
    max-width: 650px;
}

.main_off h2 span {
    color: #126df7;
}

.main_off p{
    margin-bottom: 25px;
    font-size: 18px;
    max-width: 650px;
    opacity: 0.8;
}

.bg_class {
    background: #f6f7f8;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    padding-top: 33px;
}

.art_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 350px;
    align-items: center;
}

.avt_row{
    display: flex;
    flex-direction: row;
    margin-bottom: 31px;
    align-items: center;
}

.avt_row img{
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.avr_text{
    display: flex;
    flex-direction: column;
    max-width: 220px;
}

.avr_text h4{
    font-weight: 500;
}

.art_col{
    width: 100%;
    max-width: 650px;
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    height: 700px;
    overflow-y: clip;
}

.art_col h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 21px;
}

.art_col p{
    font-size: 18px;
    opacity: 0.8;
}

.noshow{
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,     /* сверху полностью прозрачный */
        rgba(255, 255, 255, 0.93) 20%,
        rgba(255, 255, 255, 0.96) 25%,  /* уже заметно белеет */
        rgba(255, 255, 255, 1) 100%    /* внизу полностью белый */
    );
    backdrop-filter: blur(0.3px);   /* размытие заднего фона */
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.noshow h3{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    max-width: 350px;
    margin-bottom: 31px;
}

.art_ul{
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    width: 90%;
}

.art_ul p{
    font-size: 16px;
    margin-bottom: 20px;
}



footer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
    justify-content: space-between;
}

.ft_info{
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.ft_info h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

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

.ft_info h5{
    opacity: 0.7;
    max-width: 240px;
}

.ft_info p{
    font-size: 13px;
    opacity: 0.7;
}

.ft_info a{
    font-size: 14px;
    max-width: 160px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.ft_info a:hover{
    opacity: 1;
}

.ft_mess{
    display: flex;
    flex-direction: row;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ft_mess .btn{
    width: 100px;
    min-width: 100px;
    height: 40px;
    font-size: 14px;
    margin-right: 15px;
    color: #f8f8f8;
}

.wh{
    background: #3a9f93;
}

.tg{
    background: #0088cc;
}

.mx{
    background: linear-gradient(88.21deg, #630eff 0.86%, #3a89fb 97.76%);
}

.ft_info .logo_row{
    margin-bottom: 20px;
}

.ft_info .logo_row h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}




@media (max-width: 990px){

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


.hbtn_row .btn{
    display: none;
}

.hbtn_row .btn_mob{
    display: flex;
}


}

@media (max-width: 550px){

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

.main_off h2{
    font-size: 34px;
}

.main_off{
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.art_col{
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    height: 1050px;
}

#imgM{
    margin-top: -175px;
}

.noshow{
    height: 430px;
}

.noshow h3{
    margin-top: 31px;
}

.hbtn_row .btn_mob {
    width: 150px;
    height: 50px;
    min-width: 150px;
}

.ft_mess{
    flex-direction: column;
    width: 300px;
}

.ft_mess .btn{
    margin-bottom: 15px;
}


}


}




}











































