/* -Шалом- */
*{
	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;
}

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

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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


body{
font-family: "Inter", sans-serif;
background: #0a0a0a;
color: #FFF;
}


a{
color: #D9D9D9;
cursor: pointer;
transition: 1s all;
opacity: 0.6;    
}

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

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #FFF;
}

h1{
font-size: 48px;
font-weight: 500;
line-height: 135%;
margin-bottom: 20px;
}

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

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


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

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

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

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


.bg_head {
    background: linear-gradient(93.23deg, #ababab 2.35%, #b0d8f7 50.99%, #ababab 100.35%);
    max-height: 170px;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0px;
    right: 0px;
    filter: blur(130px);
    opacity: 0.7;
    pointer-events: none;
    z-index: -1;
}

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

header{
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mob_header{
    display: none;
}

.head_mob{
    display: none;
}

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

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

.logo img{
    width: 50px;
    height: 50px;
    margin-right: 35px;
    opacity: 0.6;
    transition: opacity 1s ease;
}

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


ul{
    display: flex;
    flex-direction: row;
}

li a {
    font-size: 18px;
}

.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 44px;
    justify-content: center;
    color: #8f8f8f;
    background: rgb(0 0 0 / 10%);
    border: 1px solid #686868;
    border-radius: 30px;
    font-size: 16px;
    transition: 1s ease all;
}

.btn:hover{
    color: #fff;
    transition: 1s ease all;
    background: rgb(127 127 127 / 20%);
}

.main_senter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}

.servis_page{
    align-items: center;
}

.servis_page .main_nav{
    width: 100%;
    margin: 60px 0px;
}


.main_senter h1 {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 13px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #c9c9c9 -25.07%, #878d90 58.03%, #efefef 105.71%);
    opacity: 0.8;
    line-height: 110%;
}

.servis_page h1{
    font-size: 65px;
    letter-spacing: 6px;
    margin-bottom: 40px;
}

.main_senter h4 {
    opacity: 0.7;
    color: #b9b9b9;
}


.main_nav {
    margin: 120px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #424141;
    padding-bottom: 80px;
}

.main_nav svg{
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#arrowDown {
    animation: arrowMove 2s infinite ease-in-out;
}

@keyframes arrowMove {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(15px); }
    100% { transform: translateY(0); }
}

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

.main_btn .btn{
    margin-left: 25px;
    flex-direction: row;
}

.main_btn .btn img {
    margin-right: 5px;
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    20%   { opacity: 0.2; }
    40%  { opacity: 0.4; }
    60%  { opacity: 0.6; }
    80%  { opacity: 0.8; }
    100% { opacity: 1; }
}

.sp_input{
    margin-top: 45px;
    margin-bottom: 15px;
    width: 350px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.sp_input input{
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: #fff;
    background: #0a0a0a;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 50px;
    border:1px solid #474747;
}

.sp_btn {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 1s ease;
}

.sp_btn:hover{
    opacity: 1;
    transition: opacity 1s ease;
}

.sp_btn svg{
    color: #000;
    width: 27px;
    height: 27px;
}

.error{
    color: #ff9696;
    margin-bottom: 35px;
    font-size: 14px;
}

.sp_all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sp_all .ser_block{
    align-items: flex-start;
    text-align: left;
}

.sp_block{
    width: 320px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #2d2d2d;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
    align-items: flex-start;
    text-align: left;
}

.sp_block svg{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.sp_block h4{
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.7;
    font-weight: 600;
}

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

.cont_sec img {
    margin-right: 5px;
    animation: blink 2s infinite ease-in-out;
}




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

.cont{
    margin-top: 20px;
    margin-bottom: 150px;
}

.sp_block p{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}

.sp_block:hover{
    opacity: 1;
    border: 1px solid #2d2d2d;
    background-image: linear-gradient(to bottom, #282727 -25.07%, #0a0a0a 105.71%);
}

.sp_block.ser_act{
    opacity: 1;
    border: 1px solid #2d2d2d;
    background-image: linear-gradient(to bottom, #282727 -25.07%, #0a0a0a 105.71%);
}

.sp_block.ser_act.sp_block img{
    opacity: 1;
}

.sp_block:hover .st_o{
    opacity: 1;
}

.sp_block:hover.sp_block img{
    opacity: 1;
}


.sp_block:hover.sp_block img{
    opacity: 1;
}

.sp_block img{
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
    opacity: 0.4;
}

.anim_body {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    top: 0;
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 80%);
    justify-content: center;
}

.anim_content {
    width: 500px;
    height: auto;
    min-height: 410px;
    background-image: linear-gradient(to bottom, #474747 -25.07%, #0a0a0a 105.71%);
    position: relative;
    box-sizing: border-box;
    padding: 25px;
}

.anim_content .st_o{
    opacity: 1;
    pointer-events: none;
}

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

.alb{
    width: 20%;
    height: 10px;
    background-image: linear-gradient(to bottom, #91b193 -25.07%, #36413a 105.71%);
    margin-right: 8px;
    transition: opacity 1s ease;
    opacity: 0;
}

.alb.visible {
    opacity: 1;
}

@keyframes blink33 {
    0%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
    50% { opacity: 1; }
}

.alb.blink {
    animation: blink33 3s ease-in-out infinite;
}

.anim_code {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #86a387;
    opacity: 0.8;
}

.anim_content .btn{
    background: #fff;
    opacity: 0.8;
    height: 55px;
    color: #232323;
    width: 230px;
    flex-direction: row;
    margin-top: 35px;
}

.anim_content .hide_btn{
    opacity: 0;
}

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

.services_block h3{
    font-size: 36px;
    font-weight: 600;
    opacity: 0.8;
}

.desc_h{
    font-size: 16px;
    opacity: 0.5;
    margin-bottom: 25px;
}

.services_block{
    margin-bottom: 80px;
}

.desc{
    font-size: 16px;
    margin-bottom: 35px;
    opacity: 0.6;
}

.services_block h3{
    font-size: 48px;
    font-weight: 400;
}

.ser_all{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.ser_block{
    width: 320px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #2d2d2d;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
}

.ser_block img{
    width: 45px;
    height: 45px;
    margin-bottom: 50px;
    opacity: 0.4;
}

.st_o{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
}

.st_oo{
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    z-index: 9;
}

.ser_block:hover{
    opacity: 1;
    border: 1px solid #2d2d2d;
    background-image: linear-gradient(to bottom, #282727 -25.07%, #0a0a0a 105.71%);
}

.ser_block:hover .st_o{
    opacity: 1;
}

.ser_block:hover.ser_block img{
    opacity: 1;
}

.ser_block:hover.ser_block h5{
  opacity: 1;
  animation: blink 2s infinite ease-in-out;
}

.ser_act.ser_block{
    opacity: 1;
    border: 1px solid #2d2d2d;
    background-image: linear-gradient(to bottom, #282727 -25.07%, #0a0a0a 105.71%);
}

.ser_act .st_o{
    opacity: 1;
}

.ser_act.ser_block img{
    opacity: 1;
}

.ser_act.ser_block h5{
  opacity: 1;
  animation: blink 2s infinite ease-in-out;
}

.ser_block h4{
    font-weight: 400;
    margin-bottom: 25px;
}

.ser_block p{
    opacity: 0.4;
    font-size: 14px;
    margin-bottom: 20px;
}

.ser_block h5{
    font-size: 12px;
    opacity: 0;
    color: #b6c8a0;
}

.art_main{
    margin-bottom: 120px;
}

.art_main p{
    margin-bottom: 30px;
    opacity: 0.7;
}

.rew_all{
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}

.rew_block{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding: 40px 0px;
}

.rew_block h5{
    width: 100px;
    opacity: 0.6;
}

.rew_desc{
    width: 300px;
}

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

.rew_desc p{
    opacity: 0.6;
    font-size: 14px;
}

.rew_block:hover .rew_bg::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(10 10 10 / 60%)); 
}

.rew_bg {
    position: relative;
    display: flex;
}

.rew_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #0A0A0A);
    z-index: 2;
}

.rew_bg img {
    width: 420px;
    z-index: 1;
    position: relative;
}

.offer_comp_all {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.oc_block {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #494949;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px;
}

.oc_block h2{
    font-size: 40px;
    font-weight: 400;
}

.oc_block h5 {
    font-size: 12px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.oc_block span{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
}

.oct_all{
    display: flex;
    flex-direction: row;
    margin-bottom: 120px;
}

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

.oct_info h5{
    opacity: 0.6;
    margin-bottom: 10px;
}

.oct_info h3{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
}

.oct_info span{
    font-size: 16px;
    opacity: 0.6;
}

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

.oct_logo img{
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.oct_text{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.oct_text p{
    opacity: 0.8;
    margin-top: 17px;
}

.oct_bg {
    max-height: 290px;
    filter: blur(195px);
    top: -150px;
    opacity: 0.5;
    background: linear-gradient(93.23deg, #ababab 2.35%, #b0d8f7 50.99%, #ababab 100.35%);
}

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

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

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

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

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

.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 #2d2d2d;
}

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

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

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

#chatIMG {
    position: fixed;
    display: none;
    width: 70px;
    height: 70px;
    bottom: 100px;
    right: 30px;
    cursor: pointer;
    animation: jump 6s infinite ease-in-out;
    z-index: 100;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    7% {
        transform: translateY(-12px);
    }
    14% {
        transform: translateY(12px);
    }
    21% {
        transform: translateY(-12px);
    }
    28% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0);
    }
}

.chat_block{
    position: fixed;
    display: none;
    flex-direction: column;
    width: 290px;
    height: 390px;
    bottom: 100px;
    right: 30px;
    z-index: 101;
    background: #fff;
    border-radius: 25px;
}

#closeChat{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: -33px;
    cursor: pointer;
}

.chat_head{
    display: flex;
    background: linear-gradient(93.23deg, #272727 2.35%, #2d373f 50.99%, #3c3d3f 100.35%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 12px 10px;
    align-items: center;
}

.chat_head h3{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.chat_ava {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 8px;
}

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

.poin_online{
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #73dd77;
    position: absolute;
    bottom: 0px;
    right: -2px;
}

.chat_body{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px 10px;
    transition: opacity 2s ease;
}

.chat_body p{
    color: #0a0a0a;
    opacity: 0.8;
    font-size: 14px;
    margin: 10px 0px;
}

.chat_body img{
    width: 18px;
    height: 18px;
}

.chat_contact{
    width: 100%;
    height: 60px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: opacity 2s ease;
}

.chat_contact h4{
    color: #0a0a0a;
    opacity: 0.8;
    margin-left: 10px;
    font-size: 16px;
}

.ck_block {
    width: 42px;
    height: 42px;
    background: linear-gradient(93.23deg, #272727 2.35%, #2d373f 50.99%, #3c3d3f 100.35%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.ck_block img{
    width: 23px;
    height: 23px;
}

.cc_online{
    font-size: 12px;
    color: #73dd77;
    border: 1px solid #73dd77;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute; 
    right: 10px;
    animation: blink 2s infinite ease-in-out;
}

.hide {
    opacity: 0;
    transition: opacity 3s ease;
    pointer-events: none;
}

.main_offer{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #202020;
    box-sizing: border-box;
    padding: 25px;
    margin-top: 80px;
    min-height: 480px;
    text-align: center;
}

.main_offer video{
    width: 100%;
    height: auto;
}

.main_offer p{
    opacity: 0.7;
    margin: 25px 0px;
}

.main_offer .main_btn{
    width: 100%;
    justify-content: center;
    margin-top: 25px;
}

.main_offer .main_btn .btn{
    background: #fff;
    opacity: 0.8;
    height: 55px;
    color: #232323;
    width: 230px;
}

#logoBtn{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    animation: none;
}

.main_offer .st_o{
    display: flex;
    opacity: 1;
}

.sd_all{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
}

.sd_block{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #424141;
    margin-top: 45px;
}

.sd_one{
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-right: 10%;
}

.sd_one h5{
    font-weight: 600;
    font-size: 16px;
}

.sd_one p{
    margin-top: 25px;
    font-size: 12px;
    opacity: 0.7;
}

.sd_one img{
    width: 35px;
    height: 35px;
    margin-bottom: 35px;
}

.sd_two{
    width: 70%;
    display: flex;
    flex-direction: column;
}

.sd_two p{
    margin-bottom: 30px;
    opacity: 0.7;
}

.sd_two h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0.8;
}

.sd_two ul{
    display: flex;
    flex-direction: column;
}

.sd_two li{
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.sd_two li:before {
    content: ".";
    font-weight: 700;
    margin-right: 12px;
    font-size: 45px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #b1b1b1 -25.07%, #565656 105.71%);
}

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

.sd_btn {
    width: 125px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    opacity: 0.7;
    transition: 1s ease;
    margin-right: 30px;
}

.sd_btn:hover{
    opacity: 1;
    transition: 1s ease;
}

.sd_btn svg{
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

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

.sd_rating img{
    width: 24px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 0px;
}

.comment_head{
    margin-top:35px;
}

.comment_head h2{
    font-size: 36px;
    font-weight: 500;
}

.comment_head span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #929292 -25.07%, #4f4f4f 105.71%);
}

.comment_row{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 30px;
}

.cooment_add{
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
}

.comment_input {
    width: 100%;
    border: 1px solid #4c4c4c;
    border-radius: 0px;
    padding: 20px 15px;
    font-size: 16px;
    box-sizing: border-box;
    overflow-y: hidden;
    height: 100%;
    min-height: 110px;
    background: #232323;
    color: #fff;
}

.comment_input::placeholder{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
}

.comment_input:focus{
    border: 1px solid #7b7b7b;
}

.text_count {
    display: flex;
    flex-direction: column;
    color: #798C94;
    align-items: flex-end;
    margin: 10px 10px 0px 0px;
}

.text_count p{
    color: #fff;
    opacity: 0.7;
}

.text_count span{
   color: #fff; 
   opacity: 0.9;
}

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

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

.comment_aa {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #222121 0%, #616161 100%);
    width: 60px;
    height: 60px;
    color: #cccccc;
    font-size: 36px;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 8px;
    text-transform: capitalize;
}

.comment_aa img{
    width: 40px;
    height: 40px;
}

#verif {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

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

.comment_ai h4{
    text-transform: capitalize;
}

.comment_text{
    display: block;
    flex-direction: column;
    font-size: 16px;
    margin: 20px 0px;
    line-height: 130%;
    color: #fff;
    opacity: 0.8;
}

.comment_text b{
    font-weight: 500;
}

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

.comment_info a {
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}

.likes{
    display: flex;
    flex-direction: row;
    margin-left: 50px;
}

.like {
    margin-right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0.5;
    cursor: pointer;
}

.like img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.like h5{
    font-size: 16px;
}

.like.active{
    opacity: 1;
}

.comment_btn {
    margin: 20px 0px;
    display: none;
    align-items: center;
    flex-direction: row;
}

.show_comment{
    display: flex;
}

.comm_btn{
    height: 65px;
    font-size: 18px;
}

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

.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: 1px;
    background-color: transparent;
    border: 1px solid #737373;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    padding-top: 6px;
    outline: none;
    box-sizing: border-box;
    color: #a7a7a7;
}

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

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: #737373;
    font-size: 16px;
    transition: 0.3s;
}

.error_input {
    border-color: #fb233d;
}

.input_group .error{
    color: #fb233d;
    margin-bottom: 0px;
}

.art_ser{
    margin-bottom: 120px;
}

.as_block{
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #424141;
}

.as_block h3{
    margin-bottom: 20px;
}

.as_block h4{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}

.as_block h5{
    margin-bottom: 5px;
    opacity: 0.7;
}

.as_block p{
    opacity: 0.7;
    margin-bottom: 20px;
}

.as_block a{
    color: #d3ffd5;
    opacity: 1;
}

.as_block ul{
    display: flex;
    flex-direction: column;
}

.as_block li{
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

.as_block li:before {
    content: ".";
    font-weight: 700;
    margin-right: 12px;
    font-size: 45px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #b1b1b1 -25.07%, #565656 105.71%);
}


footer {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    padding-bottom: 20px;
    align-items: center;
}

footer h4{
    font-size: 14px;
    opacity: 0.2;
}


@media (max-width: 990px){

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

header{
    display: none;
}

.mob_header {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.mob_header img{
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 1s ease;
}

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

.mob_header svg{
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 1s ease;
}

.mob_header svg:hover{
    opacity: 1;
    transition: all 1s ease;
}

.anim_body{
    justify-content: flex-start;
}

.anim_content{
    margin-top: 15px;
    width: 95%;
    padding: 15px;
    min-height: 460px;
    height: 95%;
}

.hm_body{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    display: none;
    top: 0;
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 80%);
}

.head_mob{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    max-width: 380px;
    background-image: linear-gradient(to bottom, #474747 -25.07%, #0a0a0a 105.71%);
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    margin: 15px;
}

.head_mob .st_o{
    opacity: 1;
    pointer-events: none;
}

.head_mob nav ul{
    flex-direction: column;
}

.head_mob nav ul li{
    margin-bottom: 30px;
    margin-left: 20px;
}

#closeMenu{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: 1s ease;
}

#closeMenu:hover{
    opacity: 1;
    transition: 1s ease;
}

.main_senter h1{
    font-size: 80px;
}

.rew_block{
    flex-direction: column;
}

.rew_block h5{
    width: 100%;
    margin-bottom: 25px;
}

.rew_desc{
    width: 100%;
    margin-bottom: 35px;
}

.rew_bg img{
    width: 100%;
}

.oct_all{
    flex-direction: column;
}

.oct_info{
    width: 100%;
}

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

.oct_col{
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}

.oct_text{
    width: 100%;
}


}

@media (max-width: 550px){

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


.main_nav{
    flex-direction: column;
}

.main_senter h1{
    font-size: 42px;
    letter-spacing: 5px;
    line-height: 120%;
}

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

.main_nav {
    flex-direction: column-reverse;
    align-items: center;
    margin: 60px 0px;
}

.main_btn{
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.main_btn .btn{
    margin-left: 0px;
    margin-bottom: 20px;
    height: 55px;
    width: 100%;
    max-width: 320px;
}

.main_nav svg{
    margin-top: 30px;
}

.servis_page{
    margin-top: 50px;
}

.sp_input{
    width: 100%;
    max-width: 320px;

}

.sp_input input{
    font-size: 18px;
}

.cont_sec {
    align-items: flex-start;
}

.cont_sec img{
    margin-top: 5px;
}

.sp_block {
    width: 100%;
    opacity: 1;
    align-items: center;
    text-align: center;
}

.sp_block img{
    opacity: 1;
}

.services_block{
    margin-bottom: 40px;
}

.ser_all{
    margin-bottom: 50px;
}

.ser_block{
    width: 100%;
}

.rew_bg::before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(10 10 10 / 80%)); 
}

.oc_block {
    border-left: none;
    border-bottom: 1px solid #2d2d2d;
    height: 180px;
    padding: 30px 15px;
}

.oct_bg {
    opacity: 0.8;
}

.chat_block {
    position: fixed;
    width: 280px;
    height: 390px;
    bottom: 40px;
    right: 10px;
}

.sd_block{
    flex-direction: column;
}

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

.sd_two{
    width: 100%;
}

.comment_btn {
    align-items: flex-start;
    flex-direction: column;
}

.input_group{
    margin-bottom: 30px;
}



}


}











































