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

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


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

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


body{
font-family: 'Gilroy';
background: #F8F9FA;
color: #1A3455;
}


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

a:hover{
color: #1A3455; 
transition: 1s all;   
}

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

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

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

.btn {
    width: 100%;
    max-width: 300px;
    height: 55px;
    background: #1A73E8;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.btn:hover{
    background: #1a3455;
}

.btn_main{
    margin: 25px 0px;
    max-width: 230px;
}

.main_display {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #E1EEFF;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 60px 30px;
    align-items: center;
    text-align: center;
    position: relative;
}

.main_display img{
    width: 635px;
    height: 265px;
}

.main_img img{
    width: 130px;
    height: 120px;
}

.main_display h4{
    max-width: 600px;
    color: #576D8A;
}

#logoPro {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -35px;
    animation: rotate 4s linear infinite; 
}

@keyframes rotate {
    from {
        transform: rotate(0deg); 
    }
    to {
        transform: rotate(360deg);
    }
}

.services_row {
    width: 100%;
    display: flex;
    margin: 60px 0px 30px 0px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.services_block {
    display: flex;
    flex-direction: row;
    width: 300px;
    height: 90px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    align-items: center;
    position: relative;
    transition: transform 1s;
    margin-bottom: 30px;
    margin-right: 20px;
}

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

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

.services_text h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.services_text h5{
    font-size: 16px;
    margin-right: 10px;
}

.services_text img{
    width: 19px;
    height: 19px;
    margin-right: 3px;
}

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

#arrowLink {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 23px;
    opacity: 0.1;
    transition: opacity 1s;
}

@-webkit-keyframes services_block {
  15% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  30% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-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 services_block {
  15% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  30% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-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);
  }
}

.services_block:hover {
    transform: scale3d(1.02, 1.02, 1.02);
}

.services_block:hover .services_block_anim{
    -webkit-animation: services_block 2s ease;
    animation: services_block 2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

}

.services_block:hover #arrowLink{
    opacity: 1;
}

.article_row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article_row img {
    width: 100%;
    height: 330px;
    max-width: 700px;
}

.art_row {
    margin-top: 30px;
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #DDE2E6;
}

.art_row h2{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.art_row h4{
    margin-bottom: 15px;
    font-weight: 500;
}

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

.art_row b {
    font-weight: 500;
}

.lead_row {
    margin-top: 70px;
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 12px;
    height: 250px;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
    text-align: center;
}

.lead_row h3{
    margin-bottom: 10px;
}

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

#leadImg {
    width: 120px;
    height: 98px;
    position: absolute;
    top: -55px;
}

#main_disc{
    font-size: 48px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 40px;
}

.white_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 40px;
}

.warning{
    padding: 20px 0 20px 0;
    color: #1a3455;
    font-weight: 500;
} 

.white_row h4{
    color: #576D8A;
}

.white_row p {
    color: #576d8a;
    margin-bottom: 20px;
}

.wh_row {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wh_block {
    width: 280px;
    height: 170px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 25px;
    background: #F8F9FA;
    border-radius: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: transform 1s;
}

.wh_block img{
    width: 55px;
    height: 55px;
}

.wh_block:hover {
    transform: scale3d(1.02, 1.02, 1.02);
}

.wh_block:hover.wh_block img{
    -webkit-animation: services_block 2s ease;
    animation: services_block 2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

}

.wh_block h4{
    color: #1A3455;
    font-weight: 500;
}

.wh_block h5{
    font-size: 16px;
    color: #576D8A;
    margin-bottom: 10px;
}

.img_cont{
    margin-top: 30px;
}

.comment_row{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-top: 50px;
}

.comment_row h3{
    font-size: 28px;
    font-weight: 500;
}

.comment_row span{
    color: #576d8a;
}

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

.comment_block {
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

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

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

.avatar {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    background: #1a73e8;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin-right: 5px;
}

.name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}

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

.comment_text {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 135%;
}

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

.likes {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
}

.likes svg{
    stroke: #546974;
    cursor: pointer;
    transition: all 1s;
    margin-right: 3px;
}

.likes svg:hover{
    stroke: #272727;
    transition: all 1s;
}

.comment_add{
    margin-top: 20px;
}

.comment_text_add{
    width: 100%;
    height: auto;
    min-height: 120px;
    background: #fff;
    margin-top: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px;
}

.add_text_comm{
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 15px;
}

.add_text{
    width: 100%;
    height: auto;
    min-height: 120px;
    background: #fff;
    margin-top: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

footer {
    border-top: 1px solid #DDE2E6;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
    justify-content: space-between;
}

footer h5{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.soc_net{
    display: flex;
    flex-direction: column;
    max-width: 290px;
}

.soc_img{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.soc_img img{
    height: 50px;
    width: 50px;
    margin-right: 10px;
    cursor: pointer;
}

.img_cont img{
    width: 150px;
    height: 75px;
    margin-right: 10px;
}

#soc_rew{
    width: 120px;
    height: 60px;
}

.foot_ser a{
    font-size: 16px;
    margin: 10px 0px;
    height: 20px;
}

.foot_ser img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.fot_doc a {
    margin-right: 20px;
    color: #e9ebec;
}


@media (max-width: 990px){

h1{
    font-size: calc(48px + (48 - 34) * ( (100vw - 550px) / ( 550 - 320) ));
}

h4{
    font-size: calc(20px + (20 - 18) * ( (100vw - 550px) / ( 550 - 320) ));
    margin-bottom: 10px;
}

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

.main_display {
    padding: 40px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

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

.main_img img {
    width: 130px;
    height: 120px;
}

.services_row {
    justify-content: center;
}

.services_block {
    width: 40%;
    margin-right: 20px;
    min-width: 280px;
}

.wh_row {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.wh_block {
    min-width: 280px;
    margin-right: 30px;
}

footer{
    flex-wrap: wrap;
}

.soc_net {
    width: 100%;
    margin-bottom: 15px;
}




}

@media (max-width: 550px){

.services_block {
    width: 96%;
    height: 110px;
    margin-right:0px;
    min-width: 280px;
}

#main_disc{
    font-size: 36px;
    margin-left: 15px;
}

.article_row img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.white_row {
    height: auto;
    padding: 30px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.wh_row {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 0px;
    flex-direction: column;
}

.wh_block{
    margin-bottom: 35px;
    margin-right:0px;
    min-width: 100%;
}

.img_cont img {
    width: 130px;
    height: 65px;
    margin-right: 10px;
    margin-top: -10px;
}

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

.comment_row h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

    

}


}











































