/* -Шалом- */
*{
	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: 'Gilroy';
font-style: normal;
font-weight: 400;
src: url('../fonts/gilroy-regular.woff2'); 
}

@font-face{
font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
src: url('../fonts/gilroy-semibold.woff'); 
}


@font-face{
font-family: 'Gilroy';
font-style: normal;
font-weight: 600;
src: url('../fonts/gilroy-semibold.woff'); 
}

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


body{
font-family: 'Gilroy';
background: #FFFFFF;
color: #EEF1F2;
}


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

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #242A3F;
font-family: 'Gilroy';
}

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%;   
}

li{
    color: #8C8F99;
    font-size: 20px;
    font-weight: 500;
    margin-right: 50px;
}

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

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

::-webkit-scrollbar-thumb{
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
    border-radius: 0px;
}

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

.btn {
    display: flex;
    flex-direction: row;
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
    border-radius: 5px;
    height: 60px;
    width: 300px;
    justify-content: center;
    align-items: center;
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.8s ease-in;
}

.btn:hover{
    color: #022a4f;
    transition: all 0.5s ease-in;
}

.btn_max{
    width: 100%;
    height: 75px;
    margin-bottom: 20px;
    text-align: center;
}


.fill{
    border: 2px solid #F4F4F4;
    height: 56px;
    background: none;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
}

.fill:hover{
    color: #FAFAFA;
}

.header_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 25px 0px;
    justify-content: space-between;
}

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

.logo_row a{
    display: flex;
}

.logo_row img{
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

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

.logo_text h3{
    font-size: 20px;
    font-weight: 600;
}

.logo_text h5{
    font-size: 16px;
    font-weight: 400;
    color: #8C8F99;
}

.search{
    display: flex;
}

.search a{
    color: #B8BCCD;
}

.search a:hover{
    color: #2FC4F2;
    transition: all 2s;
}

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

.nav_row a{
    color: rgb(140, 143, 153);
    transition: all 0.5s ease-in;
}

.nav_row a:hover{
    color: #8C8F99;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
    transition: all 0.8s ease-in;
}

.burger{
    display: none;
}

.nav_mob{
    display: none;
}

.main_display {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    background: linear-gradient(99.75deg, #022A4F 0.52%, #045882 54.63%, #08A7D9 99.46%);
    border-radius: 40px;
    box-sizing: border-box;
    position: relative;
}


.md_text {
    display: flex;
    flex-direction: column;
    width: 481px;
    z-index: 2;
    margin-top: 45px;
    margin-left: 45px;
}

.md_text h1{
    color: #EEF1F2;
    margin-bottom: 20px;
}

.md_text h4{
    color: #EEF1F2;
    margin-bottom: 35px;
}

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

.md_width{
    width: 200px;
    margin-right: 20px;
}

.grey{
    background: #F7FBFC;
}

.grey h1{
    color: #242A3F;
}

.grey h4{
    color: #242A3F;
}

.black{
    border: 1px solid #242A3F;
    color: #242A3F;
}

.black:hover{
    color: #3071ED;
}

.md_bg {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/img_1.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 550px 0px;
}

.vk_bg{
    background-image: url(../img/img_vk.png);
    background-position: 612px 0px;
}

.wh_bg{
    background-image: url(../img/img_wh.png);
    background-position: 612px 0px;
}

.vib_bg{
    background-image: url(../img/img_vib.png);
    background-position: 612px 0px;
}

.tg_bg{
    background-image: url(../img/img_tg.png);
    background-position: 612px 0px;
}

.fb_bg{
    background-image: url(../img/img_fb.png);
    background-position: 612px 0px;
}

.inst_bg{
    background-image: url(../img/img_inst.png);
    background-position: 612px 0px;
}

.ok_bg{
    background-image: url(../img/img_ok.png);
    background-position: 612px 0px;
}

.dis_bg{
    background-image: url(../img/img_dis.png);
    background-position: 612px 0px;
}

.mail_bg{
    background-image: url(../img/img_mail.png);
    background-position: 612px 0px;
}

.offers_row {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 40px;
}

.offers_block{
    display: flex;
    flex-direction: column;
    width: 330px;
    height: 210px;
    border: 1px solid #E4EFF2;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
}

.offers_block img{
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.offers_block h3{
    font-weight: 600;
    margin-bottom: 10px;
}

.offers_block h5{
    font-weight: 400;
}

.param_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 970px;
    border: 1px solid #E4EFF2;
    border-radius: 40px;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: 50px;
}

.param_row h3{
    font-weight: 600;
    font-size: 28px;
}

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

.select_serv{
    display: flex;
    flex-direction: column;
    width: 65%;
}

.ss_block {
    display: flex;
    flex-direction: row;
    width: 520px;
    height: 130px;
    background: #F7FAFC;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}

.check_ss {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.check_active{
    pointer-events: none;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
}

.select_icon{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    margin-right: 20px;
}

.select_text {
    display: flex;
    flex-direction: column;
    max-width: 335px;
    pointer-events: none;
}

.select_text h4{
    font-weight: 600;
}

.select_hover{
    display: flex;
    flex-direction: column;
    width: 35%;
}

.select_hover h4{
    font-weight: 500;
    font-size: 18px;
}

.select_hover h5{
    font-size: 14px;
    color: #B8BCCD;
    margin-bottom: 15px;
}

.sh_row{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFF5FB;
    margin-bottom: 10px;
}

.icon_grey{
    background: #F7FAFC;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    transform: translate(3px, 3px);
    transition: transform 2s;
    cursor: pointer;
    position: relative;
}

.icon_grey img{
    width: 26px;
    height: 26px;
}



.sh_text{
    display: flex;
    width: 180px;
    height: 70px;
    background: #fff;
    border: 1px solid #EFF5FB;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    top: -75px;
    color: #242A3F;
}

.sh_text {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 0px;
    padding: 0px;
    transform: translate(0px, -100%);
    margin-right: 0px;
}

.icon_grey:hover .sh_text{
    opacity: 1;
    visibility: visible;
    width: 180px;
    height: 70px;
    padding: 10px;
    transform: translate(0px, 0px);
    transition: transform 1s;
}

.sh_btn{
    width: 100%;
}

.none{
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 0px;
    padding: 0px;
    transform: translate(100%, 0px);
    margin-right: 0px;
}

.none img{
    width: 0px;
    height: 0px;
}

.services_row{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
}

.services_row h2{
    font-size: 36px;
    margin-bottom: 30px;
}

.services_tabl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services_block{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #E4EFF2;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 35px;
    position: relative;
}

.services_block img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.services_block svg {
    position: absolute;
    right: 15px;
    top: 20px;
    stroke:#fff;
    transition: stroke 0.8s ease-in;
}

@keyframes img {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.services_block:hover.services_block img{
     -webkit-animation: img 1.1s ease;
    animation: img 1.1s ease;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}


.services_block:hover.services_block svg{
    stroke: #025bff;
     -webkit-animation: svg 1.1s ease;
    animation: svg 1.1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.services_block h3{
    font-weight: 500;
    margin-bottom: 10px;
}

.article_row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    border-radius: 40px;
    background: linear-gradient(90.00deg, rgb(36, 42, 63) 13.74%, rgb(93 120 152) 100%);
    background-size: 100%;
    box-sizing: border-box;
    padding: 30px;
    justify-content: flex-end;
    position: relative;
}


.ellipse_row {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 70px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    cursor: pointer;
}

.arrow_down {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5px;
}

.arrow_down span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #08a7d9;
    border-right: 3px solid #1bbcef;
    transform: rotate(45deg);
    margin: -15px;
    animation: arrow_down 2s infinite;
}

.arrow_down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow_down span:nth-child(3){
    animation-delay: -0.3s;
}
@keyframes arrow_down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(0px,0px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(30px,30px);
    }
}

.article_row h2{
    color: #EEF1F2;
}

.article_row h5{
    color: #EEF1F2;
}

.article_block{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.article_avtor {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border-top: 1px solid #4c5568;
    align-items: center;
    justify-content: space-between;
}

.article_avtor h5{
    margin-top: 20px;
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
}

.avtor {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
}

.avtor img{
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.avtor_text{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.avtor_text img{
    width: 20px;
    height: 20px;
}

.avtor_text h5{
    font-weight: 600;
    font-size: 16px;
    color: #EEF1F2;
    margin-right: 5px;
    margin-top: 0px;
}

.article_col {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 40px 0px;
}

.article_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
}

.article_text img{
    margin-bottom: 25px;
}

.article_text h3{
    font-weight: 500;
    margin-bottom: 25px;
}

.article_text p{
    margin-bottom: 25px;
}

.comment_form {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(2 1 10 / 86%);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease 0s;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.cf_body {
    max-width: 300px;
    max-height: 300px;
    height: 250px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    justify-content: center;
}

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

.input_group {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.input_group_all {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.input_request{
    width: 100%;
    max-width: 300px;
    height: 65px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid rgba(128,139,149,.32);
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    padding-top: 6px;
    outline: none;
    box-sizing: border-box;
}

.input_request:focus{
    border-color: #262626;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #f6f7f8 inset;
}

.styles_label {
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: -1;
    color: #888888;
    font-size: 16px;
    transition: 0.3s;
}

.error_input {
    border-color: #fb233d;
}

.date{
    max-width: 85px;
}

.btn_comment{
    width: 100%;
}


.comment_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EFF5FB;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment_block h3{
    margin-bottom: 0px;
    font-size: 20px;
}

.comment_block span{
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
}

.comment_block h5{
    color: #B8BCCD;
}

.comment_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.comment_row h5{
    color: #B8BCCD;
}

.comment_ava {
    font-size: 26px;
    font-weight: 600;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
    justify-content: center;
    align-items: center;
}

.comment_avtor {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comment_avtor h4{
    margin-left: 6px;
    font-weight: 500;
}

.comment_active {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.comment_active h5{
    color: #B8BCCD;
    cursor: pointer;
}

.comment_like {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comment_like img{
    margin-bottom: 0px;
    margin-right: 6px;
}

.comment_like h4{
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}

.comment{
    display: flex;
    flex-direction: row;
    position: relative;
}

.coment_add{
    width: 100%;
    height: 65px;
    background: #EFF3F8;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
}

.coment_add::placeholder{
    color: #242A3F;
}

.comment img {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    margin-bottom: 0px;
}

.comment.active.comment img{
    display: block;
}

.accordion{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.question {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #EFF5FB;
  padding-bottom: 10px;
  cursor: pointer;
  justify-content: space-between;
}

.question h3 {
    font-size: 20px;
    line-height: 120%;
    z-index: -1;
    font-weight: 500;
}

.question_svg{
  width: 24px;
  height: 24px;
  z-index: -1;
}

.question svg{
    z-index: -1;
    transition: 0.5s ease-out;
    width: 24px;
    height: 24px;
}

.answer {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  display: flex;
  padding: 0px;
  box-sizing: border-box;
  transition: 0.8s ease-out;
  border-bottom: 0px solid #EFF5FB;
}

.answer p {
    font-size: 16px;
    line-height: 120%;
    padding: 20px 10px;
}

.accordion.active .answer{
   border-bottom: 1px solid #EFF5FB;
   overflow: hidden;
}

.accordion.active .question svg{
    transform: rotate(180deg);
}

.contact_text{
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact_text h2{
    font-size: 48px;
    margin-bottom: 20px;
}

.contact_text h4{
    color: #8C8F99;
    margin-bottom: 30px;
}

.contact_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}

.contact_block{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 240px;
    border-radius: 20px;
    border: 1px solid #E4EFF2;
    cursor: pointer;
    box-sizing: border-box;
    padding: 25px;
}

.contact_block img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.contact_block h3{
    font-size: 24px;
    font-weight: 400;
    color: #242A3F;
    margin-bottom: 10px;
}

.contact_block h4{
    font-size: 16px;
    font-weight: 400;
    color: #8C8F99;
}

.contact_block:hover.contact_block img{
     -webkit-animation: img 1.1s ease;
    animation: img 1.1s ease;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}




.map_style{
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
}

footer{
    width: 100%;
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    background: #F7FBFC;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    height: 200px;
    box-sizing: border-box;
    padding: 25px;
}

.foot_nav{
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7F0F2;
}

.foot_nav a{
    margin-right: 45px;
    font-size: 20px;
    color: #242A3F;
    font-weight: 500;
    transition: all 1s;
}

.foot_nav a:hover{
    color: #2FC4F2;
}

.foot_row {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.foot_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foot_info h4{
    font-size: 20px;
    font-weight: 500;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);
}

.foot_info h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 5px;
}

.index_box{
    display: flex;
}

.gr{
    color: #3092f045;
}

@media (max-width: 1200px){


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

.article_row {
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_block {
    width: 300px;
}



}

@media (max-width: 990px){


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

.nav_row{
    display: none;
}

.md_bg{
    display: none;
}

.burger {
    display: flex;
    width: 40px;
    height: 38px;
    cursor: pointer;
}

.burger img{
    width: 42px;
    height: 38px;
}

.nav_mob {
    display: flex;
    height: 100%;
    width: 0;
    background: rgb(248 250 254 / 98%);
    border: 0px solid #eef1f2;
    position: fixed;
    top: 0;
    right: 0px;
    overflow: hidden;
    z-index: 9;
    border-radius: 20px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px;
    transform: translate(100%, 0px);
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    transition: width 1.8s, transform 1s;
}

.nav_mob img {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    transition: opacity 0.8s ease-in;
}

.nav_mob.active{
    width: 350px;
    border: 1px solid #eef1f2;
    padding: 25px;
    transition: width 0.8s, padding 0s;
    transform: translate(0px, 0px);
}

.nav_mob.active img{
    opacity: 1;
}

.nav_mob li{
    margin-bottom: 25px;
}

.nav_mob a{
    color: #383d42;
}

.main_display {
    height: 420px;
    border-radius: 25px;
}

.md_text{
    width: 100%;
    text-align: center;
    align-items: center;
    margin: 45px;
}

.services_tabl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.services_block {
     margin-right: 45px;
}

.article_block {
    width: 100%;
}

.offers_row {
    width: 100%;
    overflow: auto;
    padding: 0px 0px;
    padding-bottom: 30px;
}

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

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

.offers_row::-webkit-scrollbar-thumb{
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);;
    border-radius: 0px;
}

.offers_block {
    margin-right: 35px;
    min-width: 330px;
}

.lost{
    margin-right: 0px;
}

.param_row {
    height: auto;
}

.param_all {
    flex-direction: column;
}

.select_serv {
    width: 100%;
}

.ss_block{
    width: 100%;
}

.select_hover {
    width: 100%;
}

.icon_grey {
    width: 70px;
    height: 70px;
}

.none{
    width: 0px;
    height: 0px;
}

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

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


}


@media (max-width: 550px){

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

.btn_max{
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.header_row {
    align-items: center;
}

.logo_row img {
    width: 50px;
    height: 50px;
}

.logo_text h3 {
    font-size: 16px;
}

.logo_text h5 {
    font-size: 13px;
}

.nav_mob.active{
    width: 90%;
}

.main_display {
    height: auto;
    border-radius: 20px;
}

.md_text {
    margin: 35px 15px;
}

.md_text h1 {
    font-size: 35px;
}

.md_text h4 {
    font-size: 18px;
}

.vk_bg {
    background-image: url(../img/img_vk.png);
    background-position: 612px 0px;
}

.md_width {
    width: 250px;
    margin: 10px 0px;
}

.md_btn {
    flex-direction: column;
}

.services_row {
    padding: 40px 10px;
}

.services_block {
    height: 220px;
    margin-right: 0px;
}

.article_row {
    border-radius: 20px;
    background-position: bottom;
    padding: 35px 20px;
    height: 450px;
}

.article_row h2 {
    color: #f2f2f2;
    font-size: 30px;
}

.ellipse_row {
    left: 40%;
}

.question h3 {
    font-size: 18px;
    width: 90%;
}

.answer p {
    font-size: 16px;
    padding: 15px 10px;
}

.offers_block {
    margin-right: 35px;
    min-width: 260px;
    height: 200px;
}

.param_row {
    border-radius: 0px;
    padding: 0px;
    border: none;
}

.ss_block{
    padding: 10px;
    border-radius: 10px;
}

.check_ss{
    min-width: 25px;
}

.select_icon{
    width: 0px;
    height: 0px;
}

.select_icon img {
    width: 25px;
    height: 25px;
}

.select_text {
    max-width: 220px;
}

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

.select_text h5 {
    font-size: 12px;
    line-height: 120%;
}



.sh_row {
    width: 100%;
    overflow: auto;
}

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

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

.sh_row::-webkit-scrollbar-thumb{
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);;
    border-radius: 0px;
}

.icon_grey {
    width: 70px;
    min-width: 70px;
    height: 70px;
}


.none {
    width: 0px;
    height: 0px;
    min-width: 0px;
}

.none img {
    width: 0px;
    height: 0px;
}

.contact_block {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    padding: 35px 20px;
}

footer {
    margin-top: 40px;
    flex-direction: column;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: auto;
    padding: 15px;
}

.foot_nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7F0F2;
}

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

.foot_nav::-webkit-scrollbar-thumb{
    background: linear-gradient(92.71deg, #2FC4F2 -1.71%, #3071ED 101.29%);;
    border-radius: 0px;
}

.foot_nav a {
    margin-right: 35px;
    font-size: 16px;
    min-width: 50px;
}

.foot_row {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.foot_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.lost{
    margin-right: 0px;
}

}











































