


/********** FONTS *************/


@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSans.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/OpenSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/OpenSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/OpenSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/OpenSans.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;     
}
@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/OpenSans-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/OpenSans-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 500;     
}
@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSansBold.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/OpenSansBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/OpenSansBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/OpenSansBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/OpenSansBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/OpenSansBold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 700;     
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('assets/fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;     
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('assets/fonts/MTCORSVA.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/MTCORSVA.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/MTCORSVA.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/MTCORSVA.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/MTCORSVA.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/MTCORSVA.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 300;     
}




/***************         Спецификация         ******************************/
html, body, h1, h2, h3, h4, h5, p, ul { 
  margin: 0; 
  padding: 0; 
  } 
html { 
  font-size: 1em; 
  } 
body { 
  font-family: Arial, Tahoma, sans-serif; 
  } 
a img, :link img, :visited img { 
  border: 0; 
  }

a{
  text-decoration: none;
  
}
div, header, section, p, a, img, body, html, input, textarea, footer, button{ 
  box-sizing: border-box;
}

body{
  font-family: 'Open Sans';
  font-weight: 300;
  
}

button {
    background: none;
    padding: 0;
    border: none;
     cursor: pointer;
}
img {
  max-width: 100%;
}
textarea::placeholder {
  font-family:  'Open Sans';
  font-weight: 300;
}
.container{
  max-width: 1200px;
}
.page-template-page-shool, .aspects-of-life{
  background: #eeeeee;
}
.page-template-page-shool .sect{
  background: white;
}
.page-template-page-shool  .dark-sect{
background: black;
}
.page-template-page-shool .sect.aspects-of-life{
  background: #eeeeee;
}
/*******************Mob menu*************************************/
/********burger*************/
.burger{
  cursor: pointer;
}
.burger {
  width: 35px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0px;
}

.burger span:nth-child(2) {
  top: 9px;
}

.burger span:nth-child(3) {
  top: 18px;
}

.burger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.burger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/***********************/
.relative{
  position: relative;
}
.mob-menu {
  z-index: 5;
  background: black;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 30px;
  position: absolute;
  left: 10px;
  right: 0;
  top: 40px;
  height: auto;
  box-shadow: 3px 3px 41px rgba(0, 188, 56, 0.45);
}
.burger.open span {
    background: white;
}

.burger.open span {
    background: white;
}
.mob-menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px 20px;
    display: block;
    color: white;
     transition: all 1s;
}
.mob-menu ul li{
list-style: none;
}

.close-menu{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
 -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    background: #2c2121;
    cursor: pointer;
}
.mob-menu{
  display: none;
}
.burger-w{
  display: none;
  z-index: 10;;
}
/*****************/

.homesection {
  background: black;
  height: 773px;
}
.menu-desktop a {
  color: white;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  margin: 5px;
  cursor: pointer;
  transition: all 1s;
  font-size: 15px;
}
.menu-desktop a:after, .footer-menu a:after{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #00bc38;
  width: 0;
  display: block;
  content: "";
  transition: all 1s;
}
.menu-desktop a:hover:after, .footer-menu a:hover:after{
  width: 100%;
  transition: all 1s;
  
}

.menu-desktop ul {
  display: flex;
  list-style: none;
  margin-top: 40px;
  width: 100%;
  justify-content: center;

}
.tel-top {
  margin-top: 40px;
  position: relative;
}
.tel-top i{
  color: #00bc38;
  margin-right: 9px;

}
.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-info a {
  color: white;
  font-size: 18px;
  transition: all 1s;
}
.massengers-w a {
  padding-left: 10px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  transition: all 1s;
}
.header-info a:hover{
  color: #00bc38;
  transition: all 1s;
}
.col-head {
  display: flex;
  justify-content: space-between;
}
.mob-menu ul li a{
  text-transform: uppercase;
}
/*************hom-main-container***************/
.hom-main-container {
  position: relative;
  color: white;
}
.photobg-img {
  position: absolute;
  top: 0;
  right: 0;
}
.home-title-w {
  margin-top: 100px;
  position: relative;
}
h1{
    font-size: 70px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.286;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);
    display: block;

}
.home-title-w h1 {
  position: absolute;
  left: 0;
  top: 83px;
}
.pretitle {
  background: rgba(0,144,41,1);
  background: -moz-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0, 144, 41, 0.35) 90%, rgba(0,144,41,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,144,41,1)), color-stop(51%, rgba(0,144,41,0.49)), color-stop(100%, rgba(0,144,41,0)));
  background: -webkit-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0, 144, 41, 0.35) 90%, rgba(0,144,41,0) 100%);
  background: -o-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0, 144, 41, 0.35) 90%, rgba(0,144,41,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0, 144, 41, 0.35) 90%, rgba(0,144,41,0) 100%);
  background: linear-gradient(to right, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0, 144, 41, 0.35) 90%, rgba(0,144,41,0) 100%);
}
.pretitle {
  position: absolute;
  top: -10px;
  padding: 10px;
  font-size: 16px;
}
.skils-w {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
.skils-w {
  z-index: 1;
  width: 900px;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
.skil-title {
  font-size: 20px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.7;
  
}
.skill-deskript{
  font-size: 17px;
  color: rgb(255, 255, 255);
  line-height: 2.235;
  text-align: left;
}
.vertical-line {
  width: 1px;
  height: 65px;
  background: #018e29;
}
.home-title-w .btn-first {
  margin-top: 125px;
}
.btn-first {
  color: #00ec00;
  border: 1px solid #00ec00;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  background: rgba(255,255,255,0);
  transition: all 1s;
}
.btn-first:hover {
  background: #018e29;
  border: 1px solid #018e29;
  color: white;
  box-shadow: 1px 1px 10px rgba(0, 236, 0, 0.57);
  transition: all 1s;
}


.btn-second {
  font-size: 16px;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(0, 188, 56);
  transition: all 1s;
}
.btn-second:hover{
  box-shadow: 1px 1px 15px rgba(0, 236, 0, 0.9);
  transform: scale(1.01);
  transition: all 1s;
}
.form-w input, .form-flex-w input, textarea {
  padding: 15px 15px;
  border: 0;
  margin: 7px 0;
  font-size: 14px;
  border-radius: 4px;
  width: 280px;
  border: 1px solid rgba(128, 128, 128, 0.48);
}
.btn-red:hover {
  color: #fe0000;
  background: rgba(255,255,255,0);
}
.btn-red {
  background: #fe0000;
  border: 1px solid #fe0000!important;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: all 1s;
}
.home-top-social {
  display: flex;
  justify-content: center;
  margin-top: 115px;
}
.social a{
  padding: 15px;
  color: white;
  font-size: 25px;
  text-shadow: 0px 0px 17px rgb(0, 236, 0);
}

h2 {
  text-align: center;
  padding: 0 0 45px 0;
  font-size: 35px;
  font-weight: 500;
}
.sect, .bg-list-section{
  padding: 80px 0;
}
.service-w {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
.serv-icon-w {
  height: 75px;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.service-w p {
  font-size: 16px;
  padding-bottom: 30px;
}
.Прямоугольник__скругл__углы_3 {
  border-radius: 10px;
  background-color: rgb(0, 188, 56);
  
}

.about-s{
  background: url(assets/img/about-bg.png) no-repeat;
  background-size: cover;
}
.dark-sect{
  color: white;
}
.dark-sect h2{
  font-size: 35px;
  color: white;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);
}
.about-s h2{
  text-align: left;
}
.about-s ul li {
  font-size: 18px;
  line-height: 1.389;
  padding-bottom: 25px;
  padding-left: 20px;
}
ul {
  list-style: none;
}

.about-s ul li:before, .diagnostica-text-info ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #00bc38;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}

.about-s ul li {
  position: relative;
}

.about-photo-w {
  position: relative;
}

.about-border {
  border: 1px solid #00bc38;
  border-radius: 10px;
  width: 354px;
  height: 546px;
  margin-top: 30px;
}

.about-border img {
  top: -30px;
  left: 30px;
  position: absolute;
}
.rew-prew-w {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #00bc38;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.rew-prew-w2{
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.rew-prew-w .fas, .rew-prew-w2 .fas{
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: white;
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 19px;
  padding-left: 3px;
  transition: all 1s;
}
.rew-prew-w:hover .fas, .rew-prew-w2:hover .fas{
  color: #00bc38;
  border:1px solid #00bc38;
  transition: all 0.5s;
  box-shadow: 1px 1px 15px white;
}
.rew-slide{
  padding: 10px;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 49px);
  color: #00bc38;
  font-size: 30px;
  left: -10px;
  z-index: 100;
  cursor: pointer;
}
.next-arr{
  right: -10px;
  left: auto;
}
.rew-video p {
  text-align: center;
  font-size: 13px;
  padding-top: 12px;
}
.rew-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-blog-prew{
  background: url(assets/img/video-dim-bg.png) no-repeat;
  background-size: cover;

}
.video-cart {
  background: white;
  text-align: center;
  border-radius: 10px;
  display: block;
  padding: 35px 10px;
  box-shadow: 1px 1px 18px rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 350px;
  margin-bottom: 25px;
}
.video-more-btn{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.video-more-btn button{
  margin: 0 auto;
  display: block;
}
.video-cart-title {
  color: black;
  font-size: 13px;
  max-width: 300px;
  margin: 0 auto;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 46px;
  padding-bottom: 10px;
}
.video-page-blog .video-cart {
  height: calc(100% - 30px);
}
.video-cart.rew-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: calc(100% - 30px);
}
.video-cart-data {
color: #797979;
font-size: 13px;
margin-bottom: 20px;
}
.video-cart button {
  margin-top: 25px;
}

.pretitle-shool {
  padding-bottom: 45px;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  font-size: 16px;
}
.shool-item-w {
  border: 1px solid rgb(0, 188, 56);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  max-width: 290px;
}
.shool-title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 10px;
  /* height: 60px; */
  font-size: 14px;
}
.shool-it-title-w p {
  font-size: 14px;
  color: #797979;
}
.shool-item-w {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 30px;
}
.shool-item-w  .btn-second {
  margin: 20px 0;
}
.shool-sect .btn-second{
  margin-top: 15px;

}
.shool-it-title-w img {
  border-radius: 10px;
}
footer{
  background-color: #0a0f0b;
  color: white;
  padding: 20px 0;
 
}
.footer{
  background: url('assets/img/form-bg-mag.png') no-repeat;
  background-position: bottom right;
  padding-top: 40px;
}
.foo-title {
  background: rgba(0,144,41,1);
  background: -moz-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0,144,41,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,144,41,1)), color-stop(51%, rgba(0,144,41,0.49)), color-stop(100%, rgba(0,144,41,0)));
  background: -webkit-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0,144,41,0) 100%);
  background: -o-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0,144,41,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0,144,41,0) 100%);
  background: linear-gradient(to right, rgba(0,144,41,1) 0%, rgba(0,144,41,0.49) 51%, rgba(0,144,41,0) 100%);
  max-width: 400px;
  padding: 6px;
  margin-bottom: 25px;
}
.contacts-w {
  display: flex;
  flex-direction: column;
}
.contacts-w a {
  color: white;
  padding: 10px 0;
}
.contacts-w i {
  padding-right: 6px;
  color: #00bc38;
}
.foo-title2 {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.foo-messanger-w a {
  font-size: 25px;
  padding-right: 11px;
  color: white;
  text-shadow: 0px 0px 22px rgb(0, 236, 0);
}
.form-w form {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

textarea{
  min-height: 100px;
 width: 100%;
}
.form-title-foo {
  max-width: 370px;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-w {
  border-radius: 10px;
  border: 1px solid #00bc38;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  margin-bottom: 35px;
}
.form-w input.input-btn{
  border-radius: 5px;
  border: 1px solid #00ec00;
  background: rgba(255,255,255,0);
 cursor: pointer;
}
.form-w input.input-btn:hover{
  background: #00ec00;
  color: white;
}
.footer-menu ul {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.footer-menu li{
  padding: 7px;
  position: relative;
}
.footer-menu a {
  font-size: 16px;
  color: white;
  
  font-weight: 400;
}

.bottom-footer {
  padding: 50px 0;
  background: black;
}

footer button {
  margin-top: 15px;
  box-shadow: 0 0 36px rgba(0, 255, 0, 0.7);
}
.bottom-footer p {
  font-size: 13px;
  line-height: 20px;
  padding-top: 4px;
}
/****Modal*****/
.modal-w {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay {
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}


.d-none {
  display: none;
}
.mod-inner {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.form-flex-w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.border-green-w {
  border: 1px solid green;
  border-radius: 10px;
  padding: 40px 0;
  margin: 50px;
  width: 700px;
}
.border-green-w input {
  width: 400px;
}
.border-green-w p {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 100;
}
.close {
  position: absolute;
  right: 15px;
    top: 15px;
    cursor: pointer;
  color: white;
  background: #00bc38;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
input:focus, button:focus{
  outline: none;
}
.modal-text {
  max-width: 1000px;
}
.diagnostica-text-info {
  text-align: left;
}
.diagnostica-text-info p {
  font-size: 16px;
  padding: 15px 0;
}
.diagnostica-text-info ul li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 20px;
}
.diagnostica-text-info {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
.modal-text {
  max-width: 1000px;
  width: 95%!important;
  padding: 40px;
  margin: 0 auto;
}

.diagnostica-text-info .border-green-w {
  margin: 20px auto;
  text-align: center;
}

.dragon-text {
  font-size: 90px;
  font-family: "Monotype Corsiva";
  color: rgb(249, 251, 249);
  text-transform: unset;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(48%, #d6d6d6), color-stop(54%, #858585), color-stop(77%, rgba(0, 0, 0, 0.71)), to(#000000)); 
  background: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 48%, #858585 54%, rgba(0, 0, 0, 0) 77%, #000000 100%); 
  background: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 48%, #858585 54%, rgba(0, 0, 0, 0) 77%, #000000 100%); 
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 48%, #858585 54%, rgb(0, 0, 0) 77%, #000000 100%);
  -webkit-background-clip: text;
 
  -webkit-text-fill-color: rgba(255,255,255,0.001);
  -webkit-text-stroke: 1px black;
 width: 344px;
  height: 73px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0px;
  line-height: 0;
}
.drago-w2 .dragon-text {
  width: 305px;
    font-size: 83px;
}

.drago-w {
  position: absolute;
  top: 72px;
  left: 82px;
  z-index: 1;
}
.drago-w2 {
  top: 40px;
  left: 448px;
  height: 75px;
}

h1.h1, .other-title-w p {
  font-size: 31px;
  font-weight: 100;
  text-transform: none;
  letter-spacing: 1px;
  font-family: 'Libre Franklin', sans-serif;
  color: white;
  text-shadow: none;
  line-height: 29px;
}
.bottom-line {
  width: 500px;
  height: 6px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.57);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
}
.other-title-w {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.utp-w {
  position: relative;
}
.absolute-text {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
.utp-text {
  max-width: 289px;
  font-size: 35px;
  font-family: "Monotype Corsiva";
  color: rgb(249, 251, 249);
  line-height: 1.2;
  text-align: center; 
}
.green-arr {
  position: absolute;
  right: -9px;
  top: 70px;
  z-index: 1;
}

.img-btn {
  position: absolute;
  bottom: -173px;
    right: 32px;
  z-index: 1;
  transition: all 0.3s;
}
.other-main-content {
  position: relative;
    margin-left: 66px;
}
.grafic {
  color: white;
  position: absolute;
  bottom: 128px;
  right: 62px;
  text-align: center;
  font-size: 21px;
  z-index: 1;
}

.h-100{
  height: 100%;
}
.other-main-container.h-100 {
  height: calc(100% - 109px);
  position: relative;
}
.other-title-w {
  position: absolute;
  top: 150px;
  right: 253px;
  line-height: 0;
  z-index: 1;
}
.dim-shool {
  position: absolute;
  top: 67px;
  left: 271px;
  z-index: 0;
}
.text-other-header {

  background: white;
  max-width: 100%;
  padding: 45px;
  padding-bottom: 24px;
  border-radius: 10px;
  border: 1px solid rgb(0, 188, 56);
  box-shadow: 9.192px 9.192px 16px 0px rgba(14, 14, 14, 0.24);
 min-height: 212px;
}
.absolute-shool-text {
  position: absolute;
  bottom: -175px;
  padding: 0 53px;
}
.absolute-help-text {
  position: absolute;
  bottom: -222px;
  padding: 0 50px;
}
.text-other-header p {
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 25px;
}
.h-after-absolute {
  height: 100px;
  background: white;
}
.page-template-page-shool .homesection {
  height: 607px;
}

/**********Header shool end******************/

.benif-shool--w {
  border: 1px solid #00bc38;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  font-size: 15px;
  height: 100%;
  margin-bottom: 20px;
}
.benif-shool--w img {
  padding-right: 10px;
  width: 80px;
}
.study-list-sect ul {
  list-style: none;
}
.benif-shool--w p {
  width: calc(100% - 80px);
}
.study-list-sect ul li {
  margin-bottom: 27px;
  padding: 0 50px;
  color: black;
  font-size: 18px;
  position: relative;
  z-index: 1;
  min-height: 47px;
  line-height: 27px;
}

.study-list-sect ul li:after{
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
content: "";
width: 100%;
min-height: 47px;
display: block;
background: rgba(255, 255, 255, 0.88);
top: 0;
left: 0;
position: absolute;
z-index: -1;
height: 100%;
}
.study-list-sect ul li:before {
  content: "";
    display: block;
    background: url(assets/img/tick.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 17px;
    top: 3px;
}
.study-list-container{
 padding-bottom: 120px; 
}
.block-margin-- {
  margin-top: -110px;
}
.title-bl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.block-margin--  .btn-second {
  margin: 0 auto;
  display: block;
  font-weight: 500;
  box-shadow: 1px 1px 45px #00ff00;
}
.mx-auto{
  margin: 0 auto;
}
.sect.aspects-of-life h2 {
  font-size: 29px;
}
.aspects-item {
  display: flex;
  margin: 65px 0;
  align-items: center;
}
.aspects-item p{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.aspects-item img{
  padding-right: 10px;
}

.dragon-text:after {
  background: rgba(255, 255, 255, 0.74);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  padding: 0 10px;
  width: 100%;
  height: 95%;
  content: "";
  display: inline-block;
  top: 2px;
  left: 0;
  position: absolute;
  z-index: -1;
}
/*********help page************/
.other-title {
  position: absolute;
  top: 86px;
  z-index: 1;
  left: 55px;
  font-size: 55px;
}
.dim-help {
  position: absolute;
  z-index: 0;
  top: -16px;
  left: -12px;

}

.help-title-w {
  right: auto;
  left: 161px;
}
.help-grafic {
  right: 215px;
}
.h-after-absolute2 {
  height: 238px;
}
.grafic.help-grafic {
  right: 281px;
}
.diagnost-help-text p strong {
  text-transform: uppercase;
}
.diagnost-help-text p{
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.help-diagnost-mg {
  padding: 15px;
  border: 1px solid #00bc38;
  border-radius: 10px;
  margin: 0 auto;
}

.help-slils-block {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.7);
  max-width: 370px;
  color: black;
  padding: 15px;
  margin: 15px auto 15px;
}
.help-slils-block p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 56px;
  font-size: 25px;
}
.help-slils-block ul{
 list-style: none;
}
.help-slils-block li{
  font-size: 18px;
  padding-bottom: 31px;
  position: relative;
  padding-left: 52px;
}
.help-slils-block li:before{
 content: "";
 display: block;
 position: absolute;
 top: 4px;
 left: 14px;
 width: 23px;
 height: 22px;
 background: url("assets/img/tick.png") no-repeat;
}
.help-slils-block.zdorow li {
  max-width: 318px;
  padding-bottom: 35px;
}
.my-skils button {
  display: block;
    margin: 10px auto 0;
    padding: 21px 32px;
    font-size: 17px;
    font-weight: 500;
}
.chist-img-top {
  margin-top: -160px;
  margin-left: 51px;
}
img.chist-img-top2 {
  position: absolute;
  right: 0;
}

.img-chistka-w {
  position: relative;
}

img.chist-img-bottom {
  margin-top: 100px;
}
.chistka-h-text p {
  font-size: 18px;
  padding-bottom: 30px;
}
.w-h {
  height: 60px;
  width: 100%;
}
.img-chistka-w img {
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.img-chistka-w{
  max-width: 433px;
}

.contact-title-w {
  top: 154px;
}
.contact-box-inner {
  display: flex;
  flex-direction: column;
  color: black;
}

.contact-box-inner a {
  color: black;
  font-size: 23px;
  margin: 17px 0;
}
.contact-box-inner i {
  color: #00bc38;
  margin-right: 15px;
}
.contact-box-inner  i.fab.fa-skype {
  color: #00aae9;
}
.contmess-w a {
  text-shadow: none;
  color: black;
  font-size: 16px;
}
a.yout-contact {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
a.yout-contact img{
 margin-right: 10px;
}
.foo-messanger-w.contmess-w a {
  padding-right: 20px;
}
.form-contact-p {
  margin-top: 70px;
}
.title-red {
  color: red;
  font-weight: 700;
  padding-bottom: 15px;
}

.contact-form-pretitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.contact-form-inner-w .border-green-w {
  margin: 40px auto 103px;
  text-align: center;
}
.contact-form-inner-w p {
  font-size: 24px;
  max-width: 500px;
  margin: 0 auto;
}
.contact-form-inner-w textarea {
  max-width: 399px;
  resize: none;
}
img.left-arr-form {
  position: absolute;
  left: 0;
  top: 300px;
}

img.right-arr-form {
  position: absolute;
  right: 0;
  top: 300px;
}
/***********BLog-page*****************/
.youtobe-grafic {
  right: auto;
  left: 128px;
}
.youtobe-grafic .bottom-line {
  width: 100%;
}
.youtobe-grafic p {
  display: flex;
  align-items: center;
  font-size: 35px;
    text-shadow: 2px 2px 20px white;
}
.blog-title {
  top: 115px;
  left: 45px;
}
.video-page-blog .video-cart {
  border: 1px solid #b1b1b1;
  box-shadow: 1px 1px 15px rgb(150, 150, 150);
}
h2.you-title img {
  padding: 5px 10px;
}
h2.you-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 65px 0;
}
h2.you-title span{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.form-contact-p.video-page-blog {
  margin-bottom: 80px;
}
a.btn-red.btn-yutobe {
  padding: 10px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
}

a.btn-red.btn-yutobe img {
  padding: 5px;
}
a.btn-red.btn-yutobe:hover {
  background: red;
  color: white;
  box-shadow: 1px 1px 15px red;
  transform: scale(1.02);
}


.page-numbers {
  width: 35px;
  height: 35px;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #878787;
  border-radius: 50%;
  border: 1px solid #878787;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.next.page-numbers {
  border: 0;
}
.page-numbers.current, .page-numbers:hover {
  background: #878787;
  color: white;
  transition: all 1s;
}
/***********PRAVKI********************/
.about-s button {
  margin-top: 29px;
}

.about-s h2 {
  line-height: 31px;
}
.foo-title {
  font-size: 18px;
  font-weight: bold;
}
.bg-list-section{
  background: url('assets/img/green-smoke.png') no-repeat;
  background-size: cover;
}
.page-template-page-shool .form-title-foo {
  max-width: 350px;
}

.page-template-page-help .homesection, .page-template-page-contact .homesection, .page-template-page-blog .homesection {
  height: 609px;
}
.other-main-content-help {
  margin-top: 23px;
}
.vertical-center {
  display: flex;
  align-items: center;
}

/********COntact************/
.absolute-text .utp-w {
  margin-top: 30px;
  margin-right: 35px;
}
.page-template-page-shool .absolute-text .utp-w {
  margin-top: 0px;
}
.page-template-page-shool .img-btn
{
  bottom: -184px;
    right: 6px;
    
}
.img-btn:hover {
  transform: scale(1.02);
  transition: all 0.3s;
}
.page-template-page-shool  .absolute-shool-text{
  bottom: -130px;
}
.contact-title-w .bottom-line {
  width: 104%;
}
.contact-soc-block {
  margin-top: -84px;
}
.foo-title2 {
  font-size: 22px;
}
.contact-box-inner a {
  font-size: 24px;
}

.foo-title3 {
  font-size: 18px;
  font-weight: 700;
  padding: 6px 0 8px 0;
}
.foo-messanger-w.contmess-w a {
  padding-right: 35px;
}
.contact-box-inner {
  padding-bottom: 25px;
}
.youtobe-grafic img {
  padding-left: 13px;
}
.page-template-page-blog .homesection {
  height: 612px;
}
.about-s button, .my-skils button {
  background: transparent;
  border: 1px solid #00bc38;
  color: #00bc38;
}
.my-skils button:hover, .about-s button:hover{
  background:  #00bc38;
  color:  white;
}
a.viber-mob {
  display: none;
}
.rew-video-popup-inner iframe, .mod-inner iframe{
  width: 100%;
  height: 100%;
  display: block;
    margin: 0 auto;
    max-width: 800px;
}
.rew-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000a1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rew-video-popup-inner {
  width: 90%;
  height: 70%;
}
.overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.d-none{
  display: none;
}
.course-name {
  position: absolute;
  z-index: -10;
}
span.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}
.contact-form-inner-w textarea, textarea{
  height: 100px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 280px;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
nav.navigation.pagination {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #878787;
  color: white;
  background: #878787;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #878787;
  margin: 10px;
}
#wpcf7-f7-o1 textarea.wpcf7-form-control.wpcf7-textarea {
  max-width: 399px;
  width: 399px;
}

.rew-prew-w2 iframe {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.page-template-page-shool {
  background: white;
}
.rew-prew-w iframe {
  width: 100%;
  height: 200px;
}