/* -Шалом- */
*{
	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: 'Euclid Circular A';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/EuclidCircularA-Light.woff'); 
}

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

@font-face{
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/EuclidCircularA-Medium.woff'); 
}


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


body{
font-family: 'Euclid Circular A';
background: #0d1117;
color: #e6edf3;
}


a{
font-weight: 500;
color: #f08f55;
opacity: 1;
transition: opacity 1s ease; 
cursor: pointer;
}

a:hover{
    opacity: 0.7;
    transition: opacity 1s ease; 
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #e6edf3;
font-family: 'Euclid Circular A';
line-height: 130%;
}

h1{
font-size: 48px;
font-weight: 600;
}

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

h3{
font-size: 24px;
}

h4{
font-size: 20px;
opacity: 0.5;
}

h5{
font-size: 14px;
opacity: 0.5;   
}

p{
font-size: 16px;
opacity: 0.5;   
}

.popup{
    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;
}

.popup.active .popup_content{
    opacity: 1;
    transform: translate(0px, 0px);
}


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

.popup_body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    transition: all 0.8s ease 0s;
}

.popup_content {
    display: flex;
    flex-direction: column;
    background-color: #f6f7f8;
    color: #333;
    width: 500px;
    height: 610px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0px, -100%);
}

.popup_content h2{
    color: #262626;
    margin-bottom: 20px;
}

.popup_content h4{
    font-size: 18px;
    color: #262626;
    margin-bottom: 25px;
}

.popup_content svg{
    width: 30px;
    height: 30px;
    stroke: #333;
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}

span{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #0359f7 -25.07%, #ce6ee0 105.71%);
}

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

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

.btn {
    width: 100%;
    max-width: 280px;
    height: 70px;
    border-radius: 40px;
    background: linear-gradient(85.51deg, #ff7b72 -25.07%, #f08f55 105.71%);
    color: #fff;
    font-size: 20px;
    opacity: 1;
    transition: opacity 1s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_black{
    background: linear-gradient(90deg, #20322C 0%, #232C34 100%);
}

.btn_min {
    width: 140px;
    height: 45px;
    font-size: 16px;
}

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

.op_btn{
    opacity: 0.3;
    margin-left: 15px;
}


.border_all{
    width: 100%;
    border-bottom: 1px solid #fff;
    margin:15px 0px;
    opacity: 0.2;
}


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

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}

nav img{
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.7;
}

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

li{
    display: flex;
    margin-right: 35px;
    margin-top: 14px;
}

li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

#burger{
    display: none;
}

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

.main_services{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 35px;
    cursor: pointer;
}

.main_services a{
    font-size: 42px;
    font-weight: 600;
    color: #e6edf3;
    margin-bottom: 10px;
    opacity: 1;
    transition: 1s ease;
}

.main_services a:hover{
    color: #79c0ff;
}

.services_bg {
    width: 100%;
    height: auto;
    min-height: 300px;
    background: linear-gradient(85.51deg, #0359f7 -25.07%, #ce6ee0 105.71%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.services_bg img{
    width: 110px;
    height: 110px;
}

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

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

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

}

.hov_ak:hover.main_services a{
    color: #79c0ff;
}

.hov_ak:hover .rs_text a{
    color: #79c0ff;
}

.right_services{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.rs_block{
    display: flex;
    flex-direction: row;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 5px;
}

.rs_block .services_bg{
    min-height: auto;
    height: 190px;
    width: 190px;
    min-width: 190px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.rs_block .services_bg img{
    height: 66px;
    width: 66px;
}

.rs_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rs_text a{
    font-size: 18px;
    font-weight: 600;
    color: #e6edf3;
    margin-bottom: 10px;
    opacity: 1;
    transition: 1s ease;
}

.rs_text a:hover{
    color: #79c0ff;
}

.rever_services{
    flex-direction: row-reverse;
    margin-top: 30px;
}

.rever_services .main_services{
    padding-right: 0px;
    padding-left: 35px;
}

.rever_services .rs_block{
    margin-top: 25px;
}

.padding_art{
    padding-bottom: 490px;
}

.bg_gr {
    background: linear-gradient(93.23deg, #f778ba 2.35%, #79c0ff 76.99%);
    min-height: 550px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
    filter: blur(120px);
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}


/* Статья*/
.main_text{
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin-top: 35px;
}

.offer_art_bg{
    background: linear-gradient(92.05deg, #d2a8ff 12.09%, #f778ba 42.58%, #ff7b72 84.96%);
    padding: 2px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.offer_art {
    background: #0d1117;
    width: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 130%;
    opacity: 0.9;
    color: #cacaca;
    border-radius: 20px;
}

.offer_art span{
    opacity: 0.6;
    color: #cacaca;
    font-size: 16px;
}

ol li{
    flex-direction: column;
}

ol li h4{
    font-weight: 600;
    opacity: 1;
    margin-bottom: 25px;
}

ol li p{
    margin-left: 10px;
}

article ul{
    flex-direction: column;
}

article li{
    color: #262626;
    opacity: 0.6;
    line-height: 130%;
    font-size: 16px;
    margin-bottom: 30px;
    flex-direction: column;
}

.main_text h1{
    margin-bottom: 20px;
    font-size: 42px;
}

.art_bg{
    min-height: 550px;
    margin-top: -490px;
}

.bg_white{
    width: 100%;
    background: #fff;
    margin: 0px auto;
    padding: 35px 0px;
    position: relative;
}

article  a{
    color: #f08f55;
    opacity: 1;
}


article h2{
    color: #262626;
    margin-bottom: 25px;
}

article h3{
    color: #262626;
}

article h4{
    color: #262626;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

article h5{
    color: #262626;
}

article p{
    color: #262626;
     margin-bottom: 35px;
}

.border_p {
    border-left: 2px solid #fb233d;
    padding: 5px;
    padding-left: 20px;
}


/* Footer */

footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 30px 0px;
}

footer nav{
    width: 100%;
}

footer img{
    width: 50px; 
    height: 50px;
}

/* accordion */

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

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

.question h3 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 500;
    color: #262626;
    pointer-events: none;
}

.question_svg{
  width: 24px;
  height: 24px;
  pointer-events: none;
}

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

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

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

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


/* Comment*/
.comment_head{
    margin-top:35px;
}

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

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

.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;
    color: #262626;
    opacity: 1;
}

.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;
    color: #262626;
}

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

.teg_all {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}


.teg_all a {
    background: linear-gradient(85.51deg, #ff7b72 -25.07%, #f08f55 105.71%);
    box-sizing: border-box;
    padding: 8px 8px;
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    color: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 7px;
}    

@media (max-width: 990px){


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

.all_services{
    flex-direction: column;
}

.main_services{
    width: 100%;
    padding: 0px;
    margin-bottom: 35px;
}

.rever_services .main_services{
    padding: 0px;
}

.right_services{
    width: 100%;
}




}


@media (max-width: 550px){

.bg{
    margin-top: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}    

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

.main_services a{
    font-size: 30px;
}

.main_text h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

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

.rs_block{
    flex-direction: column;
}

.rs_block .services_bg{
    width: 100%;
    margin-bottom: 20px;
}

nav{
    align-items: flex-start;
}

ul{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    justify-content: flex-end;
}

nav img{
    margin-right: 50px;
}

.art_bg {
    min-height: 350px;
    margin-top: -330px;
}

.padding_art{
    padding-bottom: 350px;
}

.popup_content{
    height: 100%;
    padding: 30px 20px;
}

.popup_body{
    padding: 0px;
}

.popup.active{
    overflow-y: auto;
}

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

}











































