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


: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: 'Factor A';
    src: url('../fonts/FactorA-Regular.woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Factor A';
    src: url('../fonts/FactorAMedium-Regular.woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Factor A';
    src: url('../fonts/FactorA-Bold.woff');
    font-weight: 600;
    font-style: normal;
}

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


body{
font-family: 'Factor A';
background: #FFF;
color: #253c4f;
}


a{
    color: #1A73E8;
    transform: all 1s;
}

a:hover{
    color: #253c4f;
    transition: 1s ease;
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #253c4f;
font-family: 'Factor A';
}

h1{
font-size: 48px;
font-weight: 500;
line-height: 150%;
}

h2{
font-size: 36px;
font-weight: 500;
line-height: 150%;
margin-bottom: 20px;
}

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


h4{
font-size: 20px;
line-height: 150%;
opacity: 0.8;
}

h5{
font-size: 14px;
line-height: 150%;
opacity: 0.8;   
}

p{
font-size: 16px;
line-height: 150%;
opacity: 0.8;   
}



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

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

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

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

header{
    display: flex;
    margin-top: 35px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8eff4;
    padding-bottom: 25px;
}

header a{
    color: #bfc8d3;
    font-size: 16px;
    display: flex;
    align-items: center;
}

header a img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

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

.logo_row img{
    width: 45px;
    height: 45px;
    margin-right: 7px;
}

.logo_row h4{
    font-weight: 600;
}

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

.logo_text h4{
    font-size: 16px;
    font-weight: 400;
    margin-right: 35px;
    cursor: pointer;
    transition: color 1s;
}

.logo_text h4:hover {
    color: #1A73E8;
    border-bottom: 1px solid #1A73E8;
    padding-bottom: 5px;
}

.active_head{
    border-bottom: 1px solid #1A73E8;
    padding-bottom: 5px;
    color: #1A73E8;
}

.main{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 55px;
}

.main h1{
    margin-bottom: 35px;
    font-size: 36px;
}

.main h2{
    margin-bottom: 35px;
    font-size: 120px;
}

.main span{
    font-size: 64px;
}

.mbtn_row{
    display: flex;
    flex-direction: row;
    margin-top: 35px;
}

.mbtn_row .btn{
    margin-right: 25px;
    max-width: 180px;
}

.bg_hd{
    width: 100%;
    max-width: 1350px;
    background: #f8fbff;
    border-radius: 50px;
    height: auto;
    margin: 0px auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.ser_info{
    display: flex;
    flex-direction: column;
    padding: 35px 0px;
    text-align: left;
    box-sizing: border-box;
}

.ser_row{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    height: auto;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 35px;
}

.ser_link{
    width: 100%;
    border-bottom: 1px solid #F3F5FA;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 50px;
    transition: transform 0.3s;
}

.ser_link img{
    width: 40px;
    height: auto;
    margin-right: 20px;
    margin-top: 10px;
}

.ser_desc h3{
    font-weight: 600;
}

.ser_stat{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 20px;
    left: 60px;
}

.ss_num{
    margin-right: 20px;
}

.ser_link svg{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    opacity: 0.1;
}

.ser_link:hover {
    transform: scale3d(1.01, 1.01, 1.01);
}

.ser_link:hover.ser_link img{
    -webkit-animation: td_bloc 1.5s ease;
    animation: td_bloc 1.5s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

}

.ser_link:hover.ser_link svg{
    opacity: 1;
}

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

@keyframes td_bloc {
  15% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  30% {
    -webkit-transform: translateY(-9px);
    transform: translateX(-9px);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  40% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  65% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
    
.site_row{
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}

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

.site_block h5{
    width: 100px;
}

.site_block span{
    opacity: 1;
    font-size: 16px;
}

.site_disc{
    width: 30%;
}

.site_disc h5{
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.site_disc p{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.site_disc a{
    font-size: 20px;
    font-weight: 600;
    color: #253c4f;
    margin-bottom: 20px;
    display: block;
}

.site_img{
    display: flex;
    width: 65%;
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-position: center;
}

.btn {
    width: 220px;
    height: 50px;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 5px;
    display: flex;
    background: #1A73E8;
    justify-content: center;
    align-items: center;
    transition: background 1s;
    margin-bottom: 10px;
    display: flex !important;
}

.btn:hover{
    background: #000;
    transition:background 1s;
}

.pr_pos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.pr_head{
    display: flex;
    flex-direction: column;
    background: #f8fbff;
    min-width: 260px;
    height: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
} 

.bg_pr{
    background: #f8fbff;
    border-radius: 35px;
    border-top-right-radius: 0px;
    box-sizing: border-box;
    padding: 35px;
}

.bg_pr p{
    margin-bottom: 20px;
}

.bg_pr h4{
    font-weight: 600;
    margin-bottom: 20px;
}

.bg_pr h5{
    margin-bottom: 20px;
}

.pos_img{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 100px;
    margin-bottom: -35px;
}

.pos_img img{
    width: 430px;
    height: auto;
}

.bg_footer{
    margin-top: 100px;
    background: #262626;
    min-height: 230px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.comment_head{
    margin-top:35px;
}

.comment_head h2{
    font-size: 32px;
}

.comment_row{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

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

.comment_input {
    width: 100%;
    border: 1px solid #E3F1EF;
    border-radius: 15px;
    padding: 20px 15px;
    font-size: 16px;
    box-sizing: border-box;
    overflow-y: hidden;
    height: 100%;
    min-height: 80px;
}

.comment_input::placeholder{
    color: #798C94;
    font-size: 18px;
    font-weight: 400;
}

.comment_input:focus{
    border: 1px solid #798C94;
}

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

.text_count p{
    color: #798C94;
}

.text_count span{
   color: #798C94; 
}

.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, #F7FCFA 0%, #F7FAFD 100%);
    width: 60px;
    height: 60px;
    color: #798C94;
    font-size: 36px;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 8px;
    text-transform: capitalize;
    padding-top: 6px;
    box-sizing: border-box;
}

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

#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: #141729;
}

.comment_text b{
    font-weight: 500;
}

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

.comment_info a {
    color: #798C94;
    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: 8px;
    background-color: transparent;
    border: 1px solid #E3F1EF;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    padding-top: 6px;
    outline: none;
    box-sizing: border-box;
}

.input_request:focus{
    border-color: #798C94;
}

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

.error_input {
    border-color: #fb233d;
}

.error{
    color: #fb233d;
}

footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0px;
    justify-content: space-between;
}

footer .logo_row{
    margin-bottom: 25px;
}

footer .logo_row h4{
    color: #f8f8f8;
}

footer h5{
    color: #f8f8f8;
    opacity: 0.6;
}

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

.ft_row p{
    color: #f8f8f8;
    margin-bottom: 20px;
}

.ft_row a{
    color: #f8f8f8;
    opacity: 0.6;
    margin-bottom: 15px;
}

.bg_offer{
    margin: 45px 0px;
    background: #f8fbff;
    width: 100%;
    border-radius: 33px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 30px 20px;
    justify-content: space-between;
    align-items: center;
}

.off_col{
    display: flex;
    flex-direction: column;
    max-width: 190px;
    text-align: center;
}

.off_col h2{
    margin-bottom: 5px;
}

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


@media (max-width: 990px){

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

.site_block{
    flex-direction: column-reverse;
}

.site_disc{
    width: 100%;
    margin-top: 40px;
}

.site_img{
    width: 100%;
    min-height:380px;
}





@media (max-width: 550px){

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

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

.site_img {
    width: 100%;
    min-height: 220px;
}

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

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

.mbtn_row .btn{
    margin-right: 0px;
    margin-bottom: 25px;
    max-width: 280px;
}

.bg_offer{
    flex-direction: column;
}

.off_col{
    margin-bottom: 25px;
}

footer{
    flex-direction: column;
}

.ft_row{
    margin-bottom: 35px;
}


}