/* -Шалом- */
*{
	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: 'AvenirNextCyr';
    src:url('../fonts/avenirnextcyr-bold.woff2') format('woff2');
    font-weight: 600;
    line-height: 120%;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/avenirnextcyr-medium.woff2') format('woff2');
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/avenirnextcyr-regular.woff2') format('woff2');
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}


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


body{
font-family: 'AvenirNextCyr';
background: #262626;
color: #f8f8f8;
}


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

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

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #f8f8f8;
line-height: 130%;
}

h1{
font-size: 44px;
font-weight: 600;
margin-bottom: 32px;
}

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

h3{
font-size: 24px;
}


h4{
font-size: 20px;
}

h5{
font-size: 14px;
}

p{
font-size: 16px; 
}

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

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

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

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

.head{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 31px 0px;
    justify-content: space-between;
    align-items: center;
}

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

.logo_row img{
    width: 55px;
    height: 55px;
    margin-right: 7px;
    animation: logoTilt 4s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes logoTilt {
    0%   { transform: rotate(0deg); }
    40%  { transform: rotate(-17deg); }
    90%  { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

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

.logo_text h4{
    font-weight: 600;
    font-size: 18px;
}

.logo_text h5{
    font-weight: 400;
}

.btn{
    width: 320px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    background: #507172;
    color: #f8f8f8;
}

.head .btn{
    width: 151px;
    height: 48px;
    font-size: 16px;
}

.main{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 31px 0px;
    padding-bottom: 77px;
}

.main h1{
    font-size: 56px;
    max-width: 800px;
}

.main h3{
    font-size: 20px;
    max-width: 477px;
    margin-bottom: 31px;
}

.main h3 span {
    display: inline-block;
    background: #c281c2;
    padding: 3px 7px;
    border-radius: 7px;
    animation: floatTilt 3s ease-in-out infinite;
}

@keyframes floatTilt {
    0%   { transform: rotate(0deg) translateY(0px); }
    50%  { transform: rotate(4deg) translateY(-3px); }
    100% { transform: rotate(0deg) translateY(-1px); }
}

.emodj{
    padding-top: 51px;
    font-size: 131px;
    transition: opacity 1s ease;
    opacity: 1;
    animation: floatTilt 4s ease-in-out infinite;
}

.emodj.hide {
  opacity: 0;
}

.bg_main {
    background: linear-gradient(357deg, #4cb4ab 2.35%, #30876b 50.99%, #167970 100.35%);
    max-height: 781px;
    position: absolute;
    top: 423px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    filter: blur(76px);
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.bg_w{
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50px;
}

.bg_w :is(h1, h2, h3, h4, h5, h6, p) {
  color: #262626;
}

.text_desc{
    display: flex;
    flex-direction: column;
    padding: 31px 0px;
    align-items: center;
    text-align: center;
}

.text_doc{
    display: flex;
    flex-direction: column;
    padding: 31px 0px;
}

.doc_col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.doc_block {
    width: 250px;
    height: 120px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #ebe4ec;
    border-radius: 10px;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: all 0.8s ease;
    margin-right: 25px;
    margin-bottom: 25px;
}

.doc_block img {
    width: 27px;
    height: 37px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.doc_block p{
    font-size: 15px;
    font-weight: 500;
}

.doc_block h4{
    font-size: 18px;
    font-weight: 500;
    color: #ebe4ec;
    transition: all 0.8s ease;
}

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

  85% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.doc_block:hover.doc_block img{
    animation: img 1.2s ease;
}

.doc_block:hover.doc_block h4{
    color: #c281c2;
}

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

.contact_block {
    width: 310px;
    height: 160px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ebe4ec;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    margin: 0px 25px 25px 0px;
}

.contact_block p{
  background: #c281c2;
    color: #f8f8f8;
    padding: 3px 7px;
    border-radius: 7px;
    display: inline-block;
    transform: rotate(4deg) translateY(-3px);
    width: max-content;
}

.contact_block h3 {
    color: #303844;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}

.contact_block h4 {
    color: #303844;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact_block h5{
  color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #c281c2 -25.07%, #cc93d5 58.03%, #9C27B0 105.71%);
  font-size: 14px;
  margin-bottom: 30px;
}

.contact_block.dop{
    border: none;
    width: 100%;
    max-width: 380px;
    margin-top: 31px;
}

.contact_block.dop p{
    background: #6dacc6;
    margin-bottom: 21px;
}

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

.off_block {
    display: flex;
    flex-direction: column;
    width: 305px;
    height: 350px;
    background: linear-gradient(360deg, #29a3a2 0.86%, #40dabe 97.76%);
    border-radius: 21px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.off_block h3{
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.off_block h3 span {
    display: inline-block;
    background: #c281c2;
    padding: 3px 7px;
    border-radius: 7px;
    animation: floatTilt 3s ease-in-out infinite;
}

.off_block p{
    color: #f8f8f8;
    font-size: 14px;
}

.off_block img{
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.text_ans {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 41px 0px;
    font-size: 65px;
    width: 100%;
}

.text_ans h2 {
    margin-left: 16px;
    font-size: 50px;
    background: #c281c2;
    color: #f8f8f8;
    padding: 5px 12px;
    border-radius: 7px;
    animation: floatTilt 3s ease-in-out infinite;
}

.answers{
    font-size: 20px;
    width: 100%;
    max-width: 652px;
    display: flex;
    flex-direction: column;
    color: #262626;
    opacity: 0.8;
    line-height: 130%;
}

.answers span{
    background: #c281c2;
    color: #f8f8f8;
    padding: 3px 7px;
    border-radius: 7px;
    display: inline-block;
    transform: rotate(4deg) translateY(-3px);
}

.right{
    max-width: 100%;
    padding: 31px 0px;
    align-items: flex-end;
}

.right h4{
    max-width: 652px;
}

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

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

.lesson{
    width: 305px;
    height: 680px;
    display: flex;
    flex-direction: column;
    border: 3px solid #6dacc6;
    box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 21px;
    margin-right: 15px;
}

.lesson h5{
    background: #c281c2;
    color: #f8f8f8;
    padding: 3px 7px;
    border-radius: 7px;
    display: inline-block;
    transform: rotate(4deg) translateY(-3px);
    width: max-content;
}

.lesson h3{
    font-size: 22px;
    font-weight: 600;
}

.lesson h4{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

.lesson p{
    line-height: 135%;
    font-size: 14px;
}

.lesson ul{
    padding: 13px 3px;
    color: #262626;
    opacity: 0.8;
}

.line{
    border-bottom: 1px solid #d6e4ea;
    margin: 21px 0px;
}

.price{
    display: flex;
    flex-direction: column;
    font-size: 28px;
    color: #c281c2;
    font-weight: 500;
    text-decoration: line-through;
}

.good{
    text-decoration: none;
    margin: 15px 0px;
}

.good h4{
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    color: #262626;
}

.good span{
    background: #6dacc6;
    color: #f8f8f8;
    padding: 3px 7px;
    border-radius: 7px;
    display: inline-block;
    transform: rotate(4deg) translateY(-3px);
}

.lesson .btn{
    max-width: 100%;
    background: #29a3a2;
}

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

.lessons .lesson{
    height: 333px;
    margin-bottom: 0px;
    border-color: #C381C2;
}

.lessons .lesson .btn{
    background: #c281c2;
    height: 44px;
}

.lessons .lesson h3{
    font-size: 18px;
}

.lessons .lesson p{
    font-size: 14px;
}

.center_ans{
    justify-content: center;
    margin-top: 55px;
}

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

.tarif_block {
    height: 420px;
    width: 303px;
    background: linear-gradient(360deg, #29a3a2 0.86%, #40dabe 97.76%);
    box-sizing: border-box;
    padding: 25px;
    border-radius: 31px;
    display: flex;
    flex-direction: column;
}

.tarif_block h2{
    color: #daffef;
    text-align: center;
    margin-bottom: 11px;
}

.tarif_block h5{
    color: #daffef;
    text-align: center;
    margin-bottom: 9px;
    font-size: 55px;
    font-weight: 600;
}

.tarif_block h5 span{
    font-size: 18px;
    font-weight: 500;
    color: #c281c2;
}

.tarif_block h4{
    text-align: left;
    margin-bottom: 13px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.tarif_block ul{
    margin-bottom: 13px;
    text-align: center;
}

.tarif_block li{
    margin-bottom: 13px;
    line-height: 140%;
}

.tarif_block .btn{
    max-width: 100%;
    height: 55px;
    background: #655365;
}

.forever{
    margin-top: 30px;
}

.forever h5 span{
    color: #fff;
}

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

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

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

.question_svg{
  width: 24px;
  height: 24px;
  z-index: 1;
  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;
  border-bottom: 0px solid #ebeaea;
}

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

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

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

.footer_navi {
    display: flex;
    width: 100%;
    flex-direction: row;
    box-sizing: border-box;
    padding: 30px 0px;
    border-bottom: 1px solid #404040;
    justify-content: space-between;
}

.footer_navi a {
    font-size: 18px;
    color: #f8f8f8;
    margin-right: 40px;
    opacity: 0.7;
    transition: 0.5s ease 0s;
}

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

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

.footer_block_right{
    align-items: flex-end;
    text-align: right;
}

.footer_block a {
    font-size: 16px;
    color: #f8f8f8;
    line-height: 140%;
    transition: 0.5s ease 0s;
    opacity: 0.7;
}


.footer_block h5{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.mb20{
    margin-bottom: 20px;
}

.footer_block span{
    font-weight: 400;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
}

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

.footer_block_img_col {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 14px;
    margin-right: 15px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


@keyframes footer_block_img_col {
  15% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  30% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  65% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.footer_block_img_col:hover{
    -webkit-animation: footer_block_img_col 0.9s ease;
    animation: footer_block_img_col 0.9s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

}

.footer_block_img_col img{
    width: 55px;
    height: 55px;
    opacity: 0.6;
}

.mh{
    min-height: 620px;
}

.enter_row{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_enter{
    width: 380px;
    height: 420px;
    background: #f1f6f8;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
}

.sub{
    height: 100%;
}

.sub .btn{
    margin-bottom: 21px;
}

.bg_enter h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    text-align: center;
}

.bg_enter p{
    margin-top: -15px;
    text-align: center;
    margin-bottom: 21px;
}

.bg_enter h3 span {
    color: rgb(248, 248, 248);
    display: inline-block;
    transform: rotate(4deg) translateY(-3px);
    background: rgb(194, 129, 194);
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 20px;
}

.bg_enter h5{
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.bg_enter .btn{
    margin-top: 13px;
    max-width: 100%;
    width: 100%;
    background: #2d2c2c;
    height: 65px;
}

.mb_10{
    margin-top: 5px;
    display: flex;
    width: 100%;
    flex-direction: row;
    text-align: left;
    margin-bottom: 5px;
}

.mb_10 h5{
    font-size: 12px;
    width: 100%;
    opacity: 0.6;
    text-align: left;
    margin-top: 0px;
}

.mb_10 span{
    opacity: 0.5;
}

.checkbox{
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
}

.checked{
    width: 9px;
    height: 9px;
    background: #126df7;
    display: none;
    border-radius: 2px;
}

.checkbox.check .checked{
    display: flex;
}

/* -Шалом- */

.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%;
    height: 65px;
    border-radius: 5px;
    background-color: #fff;
    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;
    pointer-events: none;
}

.error_input {
    border-color: #fb233d;
}

@media (max-width: 990px){

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

.main h1{
    font-size: 48px;
}

.off_block{
    width: 47%;
    margin-bottom: 31px;
    min-width: 300px;
}

.text_ans{
    font-size: 38px;
}

.text_ans h2{
    font-size: 36px;
}

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

.lessons_row{
    flex-direction: column;
}

.lesson{
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 21px;
}

.lessons .lesson{
    height: auto;
    margin-bottom: 21px;
}

.tarif_row{
    flex-wrap:nowrap;
    gap: 30px;
    width: 100%;
    overflow-x: auto;
}

.tarif_row::-webkit-scrollbar-track{
    display: none;
}
.tarif_row::-webkit-scrollbar-track{
    display: none;
}
.tarif_row::-webkit-scrollbar{
     display: none;
}

.footer_navi {
    overflow: auto;
}

.footer_navi_col{
    width: 800px;
    display: flex;
}

.footer_col {
    flex-direction: column;
}

.footer_block {
    margin-bottom: 30px;
}

.footer_block a {
    margin-bottom: 10px;
}

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



}

@media (max-width: 550px){

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

.main h1 {
    font-size: 28px;
    margin-bottom: 21px;
}

.main h3 {
    font-size: 18px;
}

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

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

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

.head .btn {
    width: 110px;
    height: 42px;
    font-size: 16px;
}

.bg_w{
    border-radius: 21px;
    padding: 0px 5px;
}

.bg_main {
    background: linear-gradient(355deg, #4cb4ab 2.35%, #30876b 50.99%, #167970 100.35%);
    top: 336px;
}

.emodj{
    padding-top: 51px;
    font-size: 77px;
    transition: opacity 1s ease;
    opacity: 1;
    animation: floatTilt 4s ease-in-out infinite;
}

.off_block{
    width: 100%;
    margin-bottom: 31px;
    min-width: 290px;
}

.text_ans{
    font-size: 58px;
    flex-direction: column;
}

.text_ans h2 {
    font-size: 30px;
    width: 95%;
    margin-top: 20px;
}

.lessons .lesson .btn{
    background: #c281c2;
    height: 50px;
}

.tarif_block{
    width: 100%;
    height: auto;
}

.sub{
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: auto;
    height: 400px;
    padding: 40px 20px;
}

.sub .btn{
    min-height: 65px;
    margin-top: 23px;
    margin-bottom: 25px;
}

.sub::-webkit-scrollbar{
    display: none;
}

.sub::-webkit-scrollbar-thumb{
    display: none;
}

.sub::-webkit-scrollbar-track{
    display: none;
}

.sub h3{
    margin-bottom: 28px;
}

.sub p{
    margin-bottom: 23px;
}




}














































