/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.07.2020, 13:19:32
    Author     : ukr

*/
@font-face {
  font-family: 'star';
  src: url('../fonts/star.woff');
  font-weight: normal;
  font-style: normal;
}

/*@font-face{
    font-family:'icomoon';
    src:url('../fonts/icomoon.woff');
    font-weight:normal;
    font-style:normal
}*/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 14px;
  background-color: #ffffff;
  scroll-behavior: smooth;
  line-height: 1.6;
  margin: 0;
}

header.sticky-header {
  border-bottom: 1px solid #ebebeb;
  height: 80px;
}

header.sticky-header.stiki {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: white;
}

header.sticky-header .col.col-sm-2.menu-brows {
  min-width: 174px;
  -ms-flex: 0 0 18.666667%;
  flex: 0 0 18.666667%;
  max-width: 18.666667%;
}

header.sticky-header .row>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header.sticky-header a {
  color: #666666;
  font-family: Roboto;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
}

header.sticky-header .logo img {
  width: 160px;
}

header .menu-brows-wrap {
  /*border-right-width: 1px;
  border-left-width: 1px;

  background-color: #f4f4f4;
  border-left-color: rgba(119, 119, 119, 0.15);
  border-left-style: solid;
  border-right-color: rgba(119, 119, 119, 0.15);
  border-right-style: solid;*/
  /* height: 80px; */
}
header .menu-brows-wrap ul.b-menu>li {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  padding-left: 15px;
}
header .login-wrap {
  /*border-right-width: 1px !important;
  border-left-width: 1px !important;*/
  padding-right: 30px !important;
  padding-left: 30px !important;
  /*border-left-color: rgba(51, 51, 51, 0.15) !important;
  border-left-style: solid !important;
  border-right-color: rgba(51, 51, 51, 0.15) !important;
  border-right-style: solid !important;*/
}

header .reg-wrap {
  /*border-right-width: 1px !important;
  border-right-color: rgba(51, 51, 51, 0.15) !important;
  border-right-style: solid !important;*/
}

header .login-wrap > div,
header .reg-wrap > div {
  line-height: 1;
}

header .login-wrap a,
header .reg-wrap a {
  font-weight: 500;
}

header .login-wrap a:hover,
header .reg-wrap a:hover {
  color: #2F652C;
  text-decoration: none;
}

header.sticky-header a.category-menu-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 80px;
}

header.sticky-header a.category-menu-link:hover {
  color: #2F652C;
  text-decoration: none;
}

header.sticky-header a.category-menu-link svg {
  margin-right: 5px;
}

header.sticky-header a.category-menu-link:after {
  display: none;
}

.social-block {
  justify-content: flex-end;
}

.social-block .button {
  width: 100%;
  max-width: 250px;
}

.social-block .social-link {
  display: flex;
}

.social-block .social-link a svg {
  width: 32px;
  height: 35px;
}

.social-block a {
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  /*        width: 35px;
                height: 35px;*/
  /*        &.facebook{
                    width: 35px;
                    height: 35px;
                }*/
}

.social-block a.zoom:hover {
  color: #2196f3;
}

.social-block a.watsup:hover {
  color: #3dc111;
}

.social-block a.telegram:hover {
  color: #6f9cec;
}

.social-block a.facebook:hover {
  color: #2b84e0;
}

.social-block a.skype:hover {
  color: #61d4ef;
}

.social-block a i {
  font-size: 34px;
}

/*Выдвигающееся меню*/
.rigth-menu .toogl-sidebar {
  width: 350px;
  display: block;
  width: 355px;
  background: #f4f4f4;
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -355px;
  overflow-x: auto;
  color: #57585a;
  text-align: center;
  padding: 80px 60px;
  /* right: 0 !important; */
  transition: right 0.2s;
}

.rigth-menu .toogl-sidebar.show {
  right: 0;
}

.rigth-menu .close {
  width: 15px;
  height: 25px;
  opacity: 0.3;
  position: absolute;
  top: 25px;
  right: 26px;
  cursor: pointer;
}

.rigth-menu .close:hover {
  opacity: 1;
}

.rigth-menu .close:before,
.rigth-menu .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333;
}

.rigth-menu .close:before {
  transform: rotate(45deg);
}

.rigth-menu .close:after {
  transform: rotate(-45deg);
}

.toogl-sidebar-wrap .logo {
  margin-bottom: 50px;
  position: relative;
}

.toogl-sidebar-wrap .logo::after {
  content: '';
  width: 20px;
  height: 5px;
  background: #71E190;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.toogl-sidebar-wrap h6 {
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #57585a;
  line-height: 23px;
  text-align: center;
  margin-bottom: 20px;
}

.toogl-sidebar-wrap .social a {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 30px;
  margin-bottom: 25px;
}

.menu-wrap {
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
}

.menu-wrap ul {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.menu-wrap ul:after {
  content: '';
  width: 20px;
  border-color: #71E190;
  border-top-width: 5px;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  background: #71E190;
}

.menu-wrap ul li {
  margin: 15px 0;
}

.menu-wrap ul li a {
  text-transform: uppercase;
}

.menu-wrap ul li a:hover {
  color: #c3c3c3;
  text-decoration: none;
}

/*end Выдвигающееся меню*/
ul.b-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.b-menu>li {
  text-align: center;
}

ul.b-menu>li>a {
  position: relative;
}

ul.b-menu>li>a:after {
  content: "\f0dd";
  font-family: FontAwesome;
  position: absolute;
  bottom: 3px;
  color: #c7c7c7;
  margin-left: 5px;
}

ul.b-menu>li:hover ul {
  display: block;
}

ul.b-menu>li ul {
  display: none;
  position: absolute;
  z-index: 999;
  background: white;
  left: 15px;
  list-style: none;
  padding: 10px;
  width: 182px;
  text-align: left;
  border-top: 2px solid #71E190;
  top: 79px;
}

ul.b-menu>li ul li {
  line-height: 1;
  padding: 15px;
}

ul.b-menu>li ul li:hover {
  color: white;
  background: #71E190;
}

ul.b-menu>li ul li:hover a {
  color: white;
  text-decoration: none;
}

.toogl-btn {
  padding-left: 15px;
  height: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.toogl-btn a {
  overflow: initial !important;
}

a.toogl-link {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #666;
  position: relative;
}

a.toogl-link:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 5px;
}

a.toogl-link:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 5px;
}

/* footer**/
footer {
  background: #333333;
  color: white;
  padding-top: 80px;
}

.pay i {
  font-size: 51px;
  margin-right: 5px;
}

.mailto a {
  color: white;
}

.mailto a i {
  margin-right: 5px;
}

.footer-rigth .social-link {
  margin-top: 25px;
}

.footer-rigth .social-link a {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  /*            &.facebook{
                            width: 35px;
                            height: 35px;
                            margin-right: 5px;
                        }*/
}

.footer-rigth .social-link a svg {
  width: 32px;
  height: 35px;
}

.footer-rigth .social-link a.watsup:hover {
  color: #3dc111;
}

.footer-rigth .social-link a.telegram:hover {
  color: #6f9cec;
}

.footer-rigth .social-link a.facebook:hover {
  color: #2b84e0;
}

.footer-rigth .social-link a.skype:hover {
  color: #61d4ef;
}

.footer-rigth .social-link a.zoom:hover {
  color: #2196f3;
}

.footer-rigth .social-link a i {
  font-size: 33px;
}

.footer-left img {
  margin-bottom: 30px;
}

.foot-menu ul {
  list-style: none;
}

.foot-menu ul li {
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 15px;
}

.foot-menu ul li a {
  color: #c9c4c3;
}

.copyright a {
  color: white;
}

.copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  padding-top: 15px;
}

/*end footer*/
/*Плиточное меню на слайдере*/
.tiled-menu-wrap {
  position: relative;
}

.row.tiled-menu {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  margin-bottom: -7px;
}

.row.tiled-menu>div {
  padding: 7px;
}

.tiled-menu .box-link {
  padding: 7px;
  text-align: center;
  height: 100%;
  color: white;
  min-height: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.tiled-menu .box-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tiled-menu .box-link .icon-box {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 36px;
}

.tiled-menu .box-link h4 {
  font-size: 19px;
  font-weight: bold;
}

.tiled-menu>div:nth-child(1) .box-link {
  background: #B7B0FF;
  background: -moz-linear-gradient(107.47deg, #B7B0FF 0%, #8C82FF 100%);
  background: -webkitlinear-gradient(107.47deg, #B7B0FF 0%, #8C82FF 100%);
  background: linear-gradient(107.47deg, #B7B0FF 0%, #8C82FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7B0FF', endColorstr='#B7B0FF', GradientType=1);
}

.tiled-menu>div:nth-child(2) .box-link {
  background: #43CD7E;
  background: -moz-linear-gradient(107.47deg, #43CD7E 0%, #27AE60 100%);
  background: -webkit-linear-gradient(107.47deg, #43CD7E 0%, #27AE60 100%);
  background: linear-gradient(107.47deg, #43CD7E 0%, #27AE60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43CD7E', endColorstr='#43CD7E', GradientType=1);
}

.tiled-menu>div:nth-child(3) .box-link {
  background: #FA7575;
  background: -moz-linear-gradient(107.47deg, #FA7575 0%, #EB5757 100%);
  background: -webkit-linear-gradient(107.47deg, #FA7575 0%, #EB5757 100%);
  background: linear-gradient(107.47deg, #FA7575 0%, #EB5757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA7575', endColorstr='#FA7575', GradientType=1);
}

.tiled-menu>div:nth-child(4) .box-link {
  background: #A3FDBC;
  background: -moz-linear-gradient(107.47deg, #A3FDBC 0%, #71E190 100%);
  background: -webkit-linear-gradient(107.47deg, #A3FDBC 0%, #71E190 100%);
  background: linear-gradient(107.47deg, #A3FDBC 0%, #71E190 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3FDBC', endColorstr='#A3FDBC', GradientType=1);
}

.tiled-menu>div:nth-child(5) .box-link {
  background: #867BFF;
  background: -moz-linear-gradient(107.47deg, #867BFF 0%, #5D4FF6 100%);
  background: -webkit-linear-gradient(107.47deg, #867BFF 0%, #5D4FF6 100%);
  background: linear-gradient(107.47deg, #867BFF 0%, #5D4FF6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#867BFF', endColorstr='#867BFF', GradientType=1);
}

.tiled-menu>div:nth-child(6) .box-link {
  background: #FF5B96;
  background: -moz-linear-gradient(283.23deg, #FF5B96 0%, #FF82AF 100%);
  background: -webkit-linear-gradient(283.23deg, #FF5B96 0%, #FF82AF 100%);
  background: linear-gradient(283.23deg, #FF5B96 0%, #FF82AF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B96', endColorstr='#FF5B96', GradientType=1);
}

/*end плитосное меню на слайдера*/
/*карусель курсов*/
.individual-curs {
  margin-top: 70px;
  margin-bottom: 70px;
}

.individual-curs .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: inherit;
  outline: none;
}

.individual-curs .title-box {
  padding-left: 10px;
}

.individual-curs .title-box h3 {
  font-size: 38px;
  color: #57585a;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}

.individual-curs .title-box h6 {
  font-size: 16px;
  color: #666667;
  text-align: left;
  margin-bottom: 30px;
}

.curs-carusel .owl-item {
  padding: 0 10px;
}

.curs-carusel .item {
  border: 1px solid #e4e4e4;
}

.curs-carusel .curs-boxs .curs-inner-wrap {
  padding: 15px 18px;
  /*            .starwrapper {
                            margin-bottom: 5px;
                            overflow: hidden;
                            display: block;
            
                            .star-rating {
                                display: inline-block;
                                float: left;
                                overflow: hidden;
                                position: relative;
                                height: 1em;
                                line-height: 1;
                                font-size: 1em;
                                width: 100%;
                                font-family: star;
            
                                &:before {
                                    content: "\73\73\73\73\73";
                                    color: #d3ced2;
                                    float: left;
                                    top: 0;
                                    left: 0;
                                    position: absolute;
                                }
                                span {
                                    color: #ecb202;
                                    overflow: hidden;
                                    float: left;
                                    top: 0;
                                    left: 0;
                                    position: absolute;
                                    padding-top: 1.5em;
            
                                    &:before {
                                        content: "\53\53\53\53\53";
                                        top: 0;
                                        position: absolute;
                                        left: 0;
                                    }
                                }
                            }
                        }*/
}

.curs-carusel .curs-boxs .curs-inner-wrap .price {
  position: absolute;
  top: 20px;
  right: 0;
}

.curs-carusel .curs-boxs .curs-inner-wrap .price .curse-price {
  float: right;
  padding: 5px;
  text-align: center;
  line-height: 24px;
  background-color: #EB5757;
}

.curs-carusel .curs-boxs .curs-inner-wrap .price .curse-price:before {
  border-color: #EB5757 #EB5757 #EB5757 transparent;
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -18px;
  top: 0;
  border-width: 17px 15px;
  border-style: solid;
}

.curs-carusel .curs-boxs .curs-inner-wrap .price .curse-price .curse-price-amount {
  font-family: Roboto;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  text-align: center;
}

.curs-carusel .curs-boxs .curs-inner-wrap .sensei-curse-meta {
  font-family: Roboto;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 13px;
}

.curs-carusel .curs-boxs .curs-inner-wrap .sensei-curse-meta a {
  font-family: Roboto;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 13px;
}

.curs-carusel .curs-boxs .curs-inner-wrap .curse-title {
  font-family: Roboto;
  text-transform: none;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 10px 0 8px 0;
}

.curs-carusel .curs-boxs .curs-inner-wrap .curse-title a {
  font-family: Roboto;
  text-transform: none;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #333;
}

.curs-carusel .curs-boxs .curs-inner-wrap ul {
  padding-left: 16px;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 14px;
}

.curs-carusel .curs-boxs .lesson-row {
  border-top: 1px solid #e4e4e4;
  padding: 11px 16px 12px;
  clear: both;
  width: 100%;
}

.curs-carusel .curs-boxs .lesson-row>div {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.curs-carusel .curs-boxs .lesson-row .curse-lesson-count {
  font-family: Roboto;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 13px;
  float: left;
  margin: 0 10px 0 0;
  display: block;
  box-sizing: border-box;
  position: relative;
}

/*end карусель курсов*/
/*Блок пройти тест*/
.language-test {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #323232;
  color: white;
}

.language-test-text h5 {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.language-test-text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  margin-bottom: 22px;
  margin-top: 5px;
}

.language-test-text a,
.useful-materials-item .item-data .more {
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
  display: inline-block;
  transition: all .25s ease-in-out;
}
.language-test-text a:hover,
.useful-materials-item .item-data .more:hover {
  background-color: #5ebe79;
  color: #fff;
  text-decoration: none;
}

/*end блок пройти тест*/
/*Интерактивная методика*/
.interactive-technique {
  background: #27AE60;
  padding-top: 35px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}

.interactive-technique-title {
  padding-top: 35px;
}

.interactive-technique-title h3 {
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

/**/
/*Полезные материалы*/
.useful-materials {
  margin-top: 40px;
  margin-bottom: 35px;
}

.useful-materials .useful-materials-title {
  padding-top: 35px;
  padding-bottom: 25px;
}

.useful-materials .useful-materials-title h3 {
  font-size: 38px;
  color: #57585a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Roboto;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
}

.useful-materials-item {
  margin-bottom: 25px;
}

.useful-materials-item .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.useful-materials-item .item-img img {
  width: 100%;
}

.useful-materials-item .item-data h6 {
  font-family: Roboto;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 16px;
}

.useful-materials-item .item-data h6 a {
  font-family: Roboto;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 16px;
}

/* .useful-materials-item .item-data .more {
  background: #056031;
  box-shadow: 0px 15px 20px -5px rgba(5, 96, 49, 0.3);
  border-radius: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: white;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
  display: inline-block;
} */
.useful-materials-item .item-data hr {
  border-top: 5px solid #ffc000;
  width: 30px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

/*end Полезные материалы*/
/*о нас на главной*/
.content-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
}

.about h1 {
  font-size: 28px;
  color: #333333;
  line-height: 43px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
}

.about h5 {
  font-size: 25px;
  color: #333333;
  line-height: 43px;
  text-align: left;
  font-weight: 600;
}

.about .about-img {
  background: url(../img/woman.jpg) no-repeat;
  background-position: bottom;
  background-size: 58%;
  background-position-x: 20%;
}

.about .about-text {
  padding: 55px 15px;
}

/*end онас на главной*/
/*reviews*/
.reviews {
  padding: 20px 0 50px;
  background: url('../img/02.png') center center no-repeat;
  background-size: cover;
}

.testimonial-img img {
  max-width: 100%;
}

.testimonial-text {
  color: white;
}

.testimonial-text h2 {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  color: #8e8e8e;
}

.testimonial-quote cite {
  color: #71E190;
  font-style: normal;
}

.reviews-title h2 {
  font-weight: normal;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.reviews-title {
  margin-bottom: 30px;
}

.reviews-title hr.orang {
  background: #71E190;
  width: 30px;
  height: 4px;
  border: none;
  margin: 0 auto;
}

.reviews-title hr {
  color: #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0;
}

/*end reviews*/
/*breadcrumbs*/
.breadcrumbs-wrap {
  background: url('../img/breadcrumbs_bg.png') center center no-repeat;
  background-size: cover;
  color: white;
  background-color: #27AE60;
}

.title-wrap {
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
}

.page-title {
  font-family: Roboto;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 35px;
}

ul.breadcrumbs-list {
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

ul.breadcrumbs-list li a {
  color: white;
}

ul.breadcrumbs-list li a:after {
  content: '/';
  padding: 0 0.5em;
  display: inline-block;
}

ul.breadcrumbs-list li:hover {
  color: #ffe9aa;
  text-decoration: none;
}

/*end breadcrumbs */
.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-mobile {
  display: none;
}

.title-single h2 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.title-single h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #71E190;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

img {
  max-width: 100%;
}

.achievements-info {
  padding: 25px;
  text-align: center;
}

.achievements-info h3 {
  font-size: 17px;
}

.achievements-info .achievements-icon {
  color: #ffffff;
  background: #867BFF;
  border-style: solid;
  border-color: #71E190;
  border-width: 8px;
  width: 180px;
  height: 180px;
  line-height: 166px;
  border-radius: 180px;
  font-size: 70px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.achievements-info .achievements-icon i {
  padding: 35px;
  border-radius: 50%;
  background-color: #71E190;
}

.achievements-info .achievements-icon i.fa.fa-certificate {
  padding: 35px 41px;
}

.achievements-info .achievements-icon i.fa.fa-id-card-o {
  padding: 35px 32px;
}

.achievements-info .achievements-icon i.fa.fa-trophy {
  padding: 35px 38px;
}

.achievements-wrap {
  background: #f6f6f6;
}

.achievements-slag {
  padding-top: 25px;
}

.achievements-slag .achievements-slag-item {
  margin-bottom: 30px;
}

.achievements-slag .achievements-slag-item h3 {
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 18px;
  line-height: 1.1;
}

.achievements-slag .achievements-slag-item h3 i {
  color: #717070;
  font-size: 26px;
  margin-right: 10px;
}

.inwork-wrap {
  background: #000;
  color: white;
  padding: 35px 0;
}

.inwork-wrap p {
  margin-bottom: 0;
  font-size: 20px;
}

.inwork-wrap a {
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
  display: inline-block;
}

.course-ordering {
  text-align: right;
  float: left;
  margin: 0;
}
.course-ordering.orderb select {
  width: 170px;
  padding-left: 15px;
  font-size: 16px;
}
.post-search button.submit {
  border-width: 1px;
  height: 50px;
} 

.clear,
.clearfix {
  clear: both;
}

select.orderby {
  background: transparent;
  border: 1px solid #D8D6D6;
  color: #333;
  height: 48px;
  font-family: inherit;
  padding: 5px 15px;
}

.course-filters-menu {
  margin: 0 0 2em;
  padding: 0;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.course-filters-menu li {
  float: left;
  list-style: none;
  margin-top: 5px;
}

.course-filters-menu li a {
  margin-right: 5px;
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  white-space: normal;
  border: 1px solid #e2e2e2;
  display: inline-block;
}

.course-filters-menu li a.active {
  background: #fff;
  cursor: default;
  color: #333346;
}

.course-filters-menu li a:hover {
  text-decoration: none;
}

.course-item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.course-item:last-child {
  border-bottom: none;
}

.course-item .course-title {
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 500;
}

.course-item .course-title a {
  color: #333333;
  font-weight: 600;
}

.course-item .course-title a:hover {
  color: #71E190;
  text-decoration: none;
}

.course-item .course-price {
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
}

.course-item .course-price .price {
  font-weight: 500;
}

.course-item .row>div {
  margin-bottom: 25px;
}

/* div.sidebar {
  padding-left: 4%;
} */

h5.widget-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 22px;
  color: black;
  font-weight: 600;
}

h5.widget-title:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 5px solid #71E190;
  margin-top: 10px;
}

.you_get-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

.you_get-list li {
  border-bottom: 1px solid #EBEBEB;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 0 22px 44px;
  position: relative;
}

.you_get-list i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 32px;
  color: #b3b3b3;
}

/*page contact*/
.adress {
  margin-bottom: 35px;
  padding: 35px 0;
}

.adress-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.adress-item .adress-icon {
  color: #ffffff;
  background: #867BFF;
  border-style: solid;
  border-color: #71E190;
  border-width: 6px;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 120px;
  font-size: 35px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}

.adress-item .adress-icon i {
  padding: 18px;
  border-radius: 50%;
  background-color: #71E190;
}

.adress-item .adress-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.adress-item .adress-text h3 {
  font-size: 18px;
  line-height: 27px;
}

.adress-item .adress-text p {
  margin-bottom: 0;
}

.contact-info h2 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.soc-media h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
}

.social a {
  color: #ffd51e;
  margin-right: 10px;
  font-size: 30px;
}

.contact-info a {
  color: #71E190;
}

.contact-form input {
  width: 100%;
  border: 0px solid #d0cece;
  background-color: #f2f2f2;
  font-family: inherit;
  padding: 5px 15px;
  height: 48px;
  outline: none;
}

.contact-form textarea {
  width: 100%;
  height: 100%;
  border: 0px solid #d0cece;
  background-color: #f2f2f2;
  resize: none;
}

.contact-form input.cf-submit {
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
}

/*end page contact*/
/*page galery*/
.galerey-item {
  margin-bottom: 30px;
}

.galerey-item a {
  position: relative;
  display: inline-block;
}

.galerey-item a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

.galerey-item a:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.24);
  transition: all 0.5s;
}

.galerey-item h5 {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 22px;
}

/*end page galery*/
/*page cusre*/
.curs-single .curs-title {
  margin-bottom: 45px;
}

.curs-single .curs-title:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 5px solid #71E190;
}

.curs-single .curs-title h1 {
  margin: 45px 0 15px;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 40px;
}

.offer {
  margin-bottom: 45px;
}

.course-description .course-meta {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.course-description .meta-item {
  float: left;
  text-align: center;
  width: 100px;
}

.course-description .meta-item i {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 33px;
}

.course-description .meta-item-price {
  width: 206px;
  float: right;
  text-align: right;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 13px 0; */
}

.course-description .meta-item-price .course-price {
  font-size: 23px;
  font-weight: 500;
  margin-left: 10px;
}

.c-title {
  font-weight: 700;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  margin-bottom: 28px;
}

.c-title:after {
  content: '';
  display: block;
  border-style: solid;
  border-bottom-width: 3px;
  border-color: #71E190;
  width: 30px;
  margin-top: 16px;
}

.course-description-main img {
  margin-bottom: 35px;
}

.key-features .col-sm-6 {
  display: flex;
}

.key-features-item {
  display: flex;
  position: relative;
  padding-left: 40px;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.key-features-item p {
  display: flex;
  align-items: center;
  margin: 0;
}

.key-features-item i {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 32px;
  height: 32px;
}

.curse-modules {
  margin-top: 50px;
}

.curse-modules .modules-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.curse-modules .modules-title:after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #71E190;
  display: block;
  margin-top: 8px;
  margin-bottom: 25px;
}

.curse-modules-item header {
  background: rgba(0, 0, 0, 0.015);
  padding-bottom: 25px;
}

.curse-modules-item header h2 {
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  margin-bottom: 0;
  padding: 1em 20px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #414b4f;
  font-weight: 100;
}

.lessons-list {
  list-style: none;
  padding: 0;
}

.lessons-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.lessons-list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lessons-list li a {
  display: block;
  padding: 0.618em 0.618em 0.618em 3.618em;
  background: rgba(0, 0, 0, 0.01);
  position: relative;
  font-size: 1.1em;
  text-decoration: none;
  color: #6b6b6b;
  font-size: 16px;
}

.lessons-list li a:hover {
  background: #fff;
  text-decoration: none;
}

.lessons-list li a:hover:before {
  content: '\f138';
  color: rgba(0, 0, 0, 0.2);
}

.lessons-list li a:before {
  display: inline-block;
  font-size: 150%;
  margin-right: 0.618em;
  width: 1em;
  position: absolute;
  left: 20px;
  top: 0.5em;
  content: '\f10c';
  color: rgba(0, 0, 0, 0.1);
  font-family: fantasy;
  font-family: FontAwesomeSensei, FontAwesome;
  font-weight: 400;
  line-height: 1em;
}

.sign-up a {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 20px;
  white-space: normal;
  display: block;
  text-align: center;
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  margin-bottom: 25px;
}

.curse-log-in {
  background: #eee;
  margin: 25px 0 35px;
  padding: 1em 1.618em;
  border: none !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.curse-log-in:before {
  content: '\f05a';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.618em;
  font-weight: 400;
  line-height: 1em;
  width: 1em;
  font-size: 1.387em;
  position: relative;
  top: 0.1em;
}

.curse-log-in a {
  color: black;
  text-decoration: underline;
}

/*end page curse*/
.green-btn {
  background: #056031;
  box-shadow: 0px 15px 20px -5px rgba(5, 96, 49, 0.3);
  border-radius: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: white !important;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
  display: inline-block;
}

.content-404 {
  background: #FBF7F7;
  color: #333;
  padding: 40px 0;
}

.content-404 .row {
  align-items: center;
}

.content-404 .b404 {
  font-weight: 500;
  font-size: 120px;
  line-height: 120px;
  color: #056031;
}

.content-404 h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
  color: #333;
}

.content-404 p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

button {
  outline: none !important;
}

/*страница блога*/
.blog-list article {
  margin-bottom: 20px;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

.blog-list article h2.entry-title {
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  line-height: 42px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 35px;
}

.blog-list article h2.entry-title a {
  color: #333;
}

.blog-list article h2.entry-title a:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 5px solid #71E190;
  margin: 15px 0;
}

.blog-list article h2.entry-title a:hover {
  text-decoration: none;
  color: #71E190;
}

.blog-list article .entry-summary {
  margin-bottom: 20px;
  font-size: 16px;
}

.entry-meta {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.entry-meta span {
  margin-right: 15px;
}

.entry-meta span>i {
  margin-right: 10px;
}

.entry-meta a {
  color: #71E190;
}

.content .more {
  background-color: #71E190;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  border: 0px solid #71E190;
  color: #2d2d4c;
  padding: 15px 24px 15px 24px;
  text-transform: normal;
  white-space: normal;
  display: inline-block;
  margin-bottom: 20px;
  transition: all .25s ease-in-out;
}
.content .more:hover {
  background-color: #5ebe79;
  color: #fff;
}


.content .more:hover {
  text-decoration: none;
}

.sidebar .seach {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.seach-form {
  display: flex;
  flex-wrap: wrap;
}

.seach-form input[type="text"] {
  background: #fff;
  color: #808080;
  height: 50px;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  padding: 5px;
  flex: 1 1 0;
  margin-bottom: 15px;
  max-width: 100%;
}

.seach-form button.submit {
  padding: 12px 25px;
  background-color: #71E190;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  border: 1px solid #71E190;
  color: #fff;
  padding: 16px 27px 14px 27px;
  text-transform: uppercase;
  white-space: normal;
  flex: 1 1 0;
}

.sort {
  margin-top: 20px;
}

form.orderb select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #808080;
  padding-left: 13px;
  width: 100%;
  height: 50px;
  border: 1px solid #c4c4c4;
  background: #fff url(../img/arrow.png) right 4px no-repeat;
  font-family: inherit;
  border-radius: 0;
  outline: none;
}

.sort-category {
  margin-top: 20px;
}

form.categoryb select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #808080;
  padding-left: 13px;
  width: 100%;
  height: 50px;
  border: 1px solid #c4c4c4;
  background: #fff url(../img/arrow.png) right 4px no-repeat;
  font-family: inherit;
  border-radius: 0;
  outline: none;
}

/*end страница блога*/
/*страниица записи блога*/
.blog-single article .content {
  margin: 50px 0 25px;
}

.sidebar .category-list h3 {
  margin: 10px 0;
}

.sidebar .category-list h3:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 5px solid #71E190;
  margin-top: 10px;
}

.sidebar .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .category-list ul li {
  border-bottom: 1px solid #EBEBEB;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
}

.sidebar .category-list ul li a {
  color: #333;
}

.sidebar .category-list ul li a:hover {
  text-decoration: none;
  color: #71E190;
}
.categories-links a {
  margin-right: 7.5px;
}

/*end страница записи блога*/
@media (max-width: 1199px) {
  .about .about-img {
    background: url(../img/woman.jpg) no-repeat;
    background-position: bottom;
    background-size: 65%;
    background-position-x: 0;
  }
}

@media (max-width: 991px) {
  .row.tiled-menu {
    position: relative;
    margin: 0;
  }

  .container {
    max-width: 1140px;
    width: 100%;
  }

  .sticky-header-containerr {
    display: none;
  }

  .header-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
  }

  .header-mobile .social-block {
    display: flex;
  }

  .header-mobile .social-block a {
    color: #666;
  }

  .header-mobile .logo img {
    width: 125px !important;
  }

  ul.mob-menu {
    width: 100%;
    padding: 0 25px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    margin-top: 15px;
  }

  ul.mob-menu li {
    padding: 13px 0 10px;
    border-bottom: 1px dotted;
  }

  ul.mob-menu li.hash-children {
    position: relative;
  }

  ul.mob-menu li.hash-children ul.sub-menu {
    list-style: none;
    margin-top: 15px;
    border-top: 1px dotted;
    display: none;
  }

  ul.mob-menu li.hash-children ul.sub-menu li:last-child {
    border-bottom: navajowhite;
  }

  ul.mob-menu li a {
    color: #666666;
    font-size: 16px;
    width: 100%;
    display: inline-block;
  }

  .toogle-menu {
    display: inline-block;
    position: absolute;
    right: 4px;
    font-size: 18px;
    font-weight: bolder;
  }

  .foot-menu ul {
    padding-left: 0;
  }
}
.test-wrapper {
  background: #FBF7F7;
}
.test-wrapper .test-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  max-width: 1140px;
  width: 100%;
  margin: 100px 0px;
}
.test-wrapper .test-box .test-box__head {
  /* margin: 34px 16px 40px 16px; 
  padding: 24px 24px 0px 24px; */
  padding: 44px 40px 28px 40px;
}
.test-box__head  .test-go-to-home img {
  margin-right: 20px;
}
.test-box__head  .test-go-to-home  span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.test-box__head  .test-time {
  background: rgba(131, 131, 131, .08);
  border-radius: 16px;
  padding: 16px 24px;
}
.test-box__head  .test-time span {
  color: #333333;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  margin-left: 10px;
}
.test-progress-bar {
  width: 225px;
  margin-left: -45px;
}
.test-progress-bar .width-50 {
  max-width: 50%;
  width: 50%;
}
.test-progress-bar .width-100 {
  width: 100%;
}
.test-progress-bar .progress-bar-steps .current-step {
  font-size: 24px;
  font-weight: 500;
  color: #8C82FF;
}
.test-progress-bar .progress-bar-steps .total-steps {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.test-progress-bar .project-bar-type {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-align: right;
}
.test-progress-bar .project-bar-indicator-box {
  margin-top: 8px;
  height: 8px;
  background: rgba(131, 131, 131, .08);
  border-radius: 4px;
}
.test-progress-bar .project-bar-indicator {
  width: 5%;
  background: #8C82FF;
  border-radius: 4px;
  height: 100%;
}
.test-content-task {
  margin-top: 35px;
  /* margin-bottom: 20px; */
  /* width: 100%; */
  text-align: left;
}
.test-content-task .task-number {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-right: 16px;
}
.test-content-task .task-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
#answerText {
  border-bottom: 1px solid rgba(131, 131, 131, .2);
  min-width: 140px;
  display: inline-block;
  margin-bottom: -3px;
  text-align: center;
  color: #8C82FF;
}
.test-content {
  /* width: 300px; */
  margin: 0 auto;
  /* padding: 0px 24px; */
}
.test-content.test-final {
  max-width: 500px;
  width: 100%;
}
.test-content-answers {
  width: 100%;
  margin: 24px 0px;
  /* padding-left: 12px; */
}
.test-content-answers .answer-row {
  margin-bottom: 24px;
}
.test-content-answers .list-view div .answer-row {
  margin-bottom: 24px;
  padding-left: 11px;
}
.test-content-answers .list-view div:last-of-type .answer-row {
  margin-bottom: 0px;
}
.test-content-answers .answer-row label {
  position: relative;
  cursor: pointer
}
.test-content-answers .answer-row label * {
  color: #333;
  font-size: 16px;
}
.test-content-answers .answer-row input[type="radio"] {
  display: none;
}
.test-content-answers .answer-row .custom-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(51, 51, 51, .3);
  box-sizing: border-box;
  display: flex;
  margin-right: 16px;
}
.test-content-answers .answer-row .custom-radio:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8C82FF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .15s ease-in-out;
}
.test-content-answers .answer-row input[type="radio"]:checked ~ .custom-radio:after {
  opacity: 1;
}
.test-content-footer {
  border-top: 1px solid #F3F3F3;
  padding: 24px;
}
.test-content-footer .test-btn  {
  border: 2px solid #056031;
  box-sizing: border-box;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 36px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  height: 48px;
  text-decoration: none !important;
  transition: all .15s ease-in-out;
}
.test-content-footer .test-prev-btn .test-btn {
  color: #056031;
  background-color: #fff;
  transition: all .15s ease-in-out;
  /* box-shadow: 0 0.9375rem 1.25rem -0.3125rem rgba(5,96,49,.3); */
}
.test-content-footer .test-prev-btn .test-btn:hover {
  color: #fff;
  background-color:  #056031;
  transition: all .15s ease-in-out;
  box-shadow: 0 0.9375rem 1.25rem -0.3125rem rgba(5,96,49,.3);
}
.test-content-footer .test-btn.hovered {
  background: #056031;
  box-shadow: 0px 15px 20px -5px rgba(5, 96, 49, 0.3);
  color: #fff;
  transition: all .15s ease-in-out;
}
.test-content-footer .test-btn:hover {
  background: #056031;
  box-shadow: 0px 15px 20px -5px rgba(5, 96, 49, 0.3);
  color: #fff;
}
.test-content-footer .test-btn.hovered:hover {
  background: transparent;
  box-shadow: none;
  color: #333333;
}

.test-final .test-final-text p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.test-final .test-final-text.result {
  margin-top: 30px;
}
.test-final .test-final-text.result  p {
  font-weight: 400;
  margin-bottom: 0px;
}
.test-final .test-final-text .congradulations {
  margin-bottom: 0px;
}
.test-final .test-final-text p span.your-lavel {
  font-size: 24px;
  color: #8C82FF;
}
.test-final .test-final-text p span.free-less {
  font-size: 24px;
  color: #8C82FF;
  display: inline-block;
  background: rgba(140, 130, 255, .08);
  border-radius: 12px;
  padding: 4px 16px;
  margin: 5px;
}
.test-final .choose-course {
    margin-top: 24px;
    margin-bottom: 48px;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px  36px;
}
.answer-row:last-of-type {
  margin-bottom: 0px;
}
.answer-row label {
  margin: 0 auto;
}
.test-content-footer span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-right: 66px;
}
.soc-media {
  margin-top: 45px;
}
.contact-form textarea {
  height: 235px;
}

.customModal .modal-content {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 20px 20px rgba(0,0,0,.05);
  box-shadow: 0 20px 20px rgba(0,0,0,.05);
  border: none;
  padding: 1.5rem;
}
#feedback-form .modal-body {
  padding: 0px;
}
#feedback-form .modal-header {
  padding: 0rem;
  padding-bottom: 1rem;
  margin-bottom: 12px;
}
#wont-work .modal-body .form-group {
  margin-bottom: 0px;
  margin-top: 0rem;
}

#thank-you .modal-footer {
  padding: 16px 0px 0px 0px;
}
#thank-you .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#thank-you .modal-title {
  color: #333333;
  text-align: center;
}
#thank-you .close:hover, 
#wont-work .close:hover {
  background: none;
  border: none;
}
#feedback-form input:disabled {
  opacity: .5;
}
#wont-work .form-control {
  border-radius: 8px;
  height: 40px;
}

#wont-work .iti .iti__selected-flag {
  border-radius: 8px;
}
#wont-work p {
  margin: 0px;
  line-height: initial;
}
#wont-work .ww-footer-message {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}
#wont-work .field-feedbackform-policy label {
  display: flex;
  align-items: flex-start;
}
#wont-work .field-feedbackform-policy label p {
  padding-left: 5px;
}
.contact-form .form-group.field-feedbackform-recaptcha {
  display: flex;
  justify-content: flex-end;
}
#wont-work,
#thank-you {
  padding: 0px !important;
}
.achievements-wrap .container{
  display: flex;
  flex-wrap: wrap;
}
.achievements-wrap .title-single {
  width: 100%;
}
.achievements-wrap .achievements-icons,
.achievements-wrap .achievements-slag {
  width: 50%;
}
.achievements-wrap .achievements-icons {
  padding-right: 25px;
}
.achievements-wrap .achievements-slag {
  padding-left: 25px;
}
.achievements-wrap .achievements-icons .row {
  align-items: flex-start;
    justify-content: flex-start;
}
.achievements-wrap .achievements-icons__item {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.achievements-wrap .achievements-icons__item .achievements-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
}
.achievements-info h3 {
  width: 267px;
}


.container {
  min-height: calc(100% - 411px);
}

@media(max-width: 1200px) {
  .achievements-info h3 {
    width: 200px;
  }
}
@media(max-width: 1024px) {
  .test-wrapper .test-box .test-box__head {
    padding: 40px 28px 28px 28px;
  }
  /* .test-progress-bar {
    margin-left: initial;
  } */
}
@media(max-width: 991px) {
  .test-wrapper .test-box {
    margin: 40px 16px;
  }
  .blog-page_wrap .blog-list {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-page_wrap .sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-page_wrap .sidebar .seach {
    width: auto;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .blog-page_wrap .sidebar .seach .form-group {
    margin-bottom: 0px;
    margin-top: -15px;
  }
  .blog-page_wrap .sidebar .seach .form-group button {
    margin-top: 5px;
  }
   .sidebar .seach form {
    display: flex;
    align-items: center;
  }
  .blog-page_wrap .sort-box {
    width: 220px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .blog-page_wrap .sort-category {
    width: 100px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .adress-item {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .adress-item {
    align-items: center;
  }
  .content-center {
    padding: 25px 15px;
  }

  .seach-form button.submit {
    height: 50px;
    flex: inherit;
  }

  .breadcrumbs-wrap .title-wrap .page-title {
    font-size: 24px;
  }

  .breadcrumbs-wrap .title-wrap .page-title {
    font-size: 24px;
  }

  ul.breadcrumbs-list li {
    display: inline;
    text-align: left;
  }

  ul.breadcrumbs-list li a:after {
    display: inherit;
  }

  .language-test .language-test-img {
    order: -1;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .interactive-technique-title {
    padding-top: 0;
  }

  .about .about-img {
    background: none;
  }
  .test-progress-bar {
    width: 100%;
    order: 3;
    margin-top: 10px;
    margin-left: 0px;
  }
  .test-wrapper .test-box .test-box__head {
    flex-wrap: wrap;
    padding: 32px 16px 25px 16px;
    margin: 0px;
  }
  .test-go-to-home {
    order: 1;
  }
  .test-box__head .test-time {
    order: 2;
  }
  .test-box__head .test-time span {
    font-size: 18px;
  }
  .test-box__head .test-time {
    padding: 12px;
  }
  .test-content {
    padding: 0px 16px;
    /* max-width: 330px;
    width: 100%; */
  }
  .test-content-footer {
    padding: 16px;
  }
  .test-cong .test-content-footer {
    flex-wrap: wrap;
    text-align: center;
  }
  .test-cong .test-content-footer span {
    margin: 0px;
    display: none;
  }
  .test-cong .test-content-footer span.mobile {
    display: inline-block!important;
    margin-right: 15px;
  }
  .soc-media {
    margin-top: 0px;
  }
  .g-recaptcha {
    transform: scale(.83);
    -webkit-transform: scale(.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .achievements-wrap .container {
    flex-direction: column;
  }
  .achievements-wrap .achievements-icons,
  .achievements-wrap .achievements-slag {
    padding: 0px;
    width: 100%;
  }
  .achievements-wrap .achievements-icons .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .achievements-wrap .achievements-icons__item {
    align-items: center;
    justify-content: center;
  }
  .achievements-info h3 {
    width: 100%;
  }
  .courses-page_sidebar {
    order: 1;
  }
  .courses-page_wrap {
    order: 2;
  }
  .course-page_sidebar {
    display: flex;
    flex-direction: column;
  }
  .course-page_sidebar .you_get-widget {
    order: 1;
  }
  .course-page_sidebar .sign-up {
    order: 2;
  }
  .course-page_sidebar .curse-log-in {
    order: 3;
    margin: 0px;
  }
  .blog-list article h2.entry-title {
    line-height: 1;
  }
  .blog-list article h2.entry-title a {
    font-size: 24px;
  }
}
@media(max-width: 575px) {
  .contact-form textarea {
    height: auto;
  }
  .test-cong .test-content-footer span.mobile {
    margin-bottom: 16px;
    margin-right: 0px;
  }
  .test-cong .test-content-footer {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .individual-curs .title-box h3 {
    font-size: 25px;
  }

  .interactive-technique-title h3 {
    font-size: 25px;
  }

  .useful-materials .useful-materials-title h3 {
    font-size: 25px;
  }

  .about h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .about h5 {
    font-size: 24px;
    line-height: 30px;
  }

  .header-mobile .social-block a {
    margin: 0 2px;
  }

  .header-mobile .social-block a i {
    /*font-size: 15px;*/
    line-height: 1;
  }
  .test-final .choose-course {
    padding: 0px;
    border: none;
    margin: 16px 0px 0px 0px;
  }
  .test-content-answers .answer-row {
    margin-bottom: 16px;
  }
  .test-final .test-final-text {
    width: 100%;
  }
  .test-final .test-final-text p {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
  }
  .test-final .test-final-text p span.your-lavel {
    font-size: 16px;
  }
  .test-final .test-final-text p span.free-less {
    background: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
  }
  .test-wrapper .test-box .test-box__head {
    padding: 16px;
  }
  .test-content-answers .answer-row,
  .test-content-answers .list-view div .answer-row {
    padding-left: 0px;
  } 
  .test-content.test-final {
    padding-bottom: 24px;
  }
}
@media(max-width: 440px) {
  .course-description .course-meta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .course-description .meta-item.meta-item-price {
    float: none;
    margin-top: 12px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .course-description .meta-item {
    float: none;
    width: 100px;
  }
  .test-content-footer .test-prev-btn {
    margin-right: 7px;
  }
}

@media (max-width: 380px) {
  .header-mobile .social-block a i {
    font-size: 20px;
    /* line-height: 1; */
  }

  .header-mobile .social-block a svg {
    width: 21px;
    height: 21px;
    margin-top: -1px;
  }
  .test-content-task .task-text {
    line-height: 30px;
  }
  .test-box__head .test-go-to-home span {
    font-size: 14px;;
  }
  .test-box__head .test-time span {
    font-size: 16px;
  }
  .post-search button.submit {
    margin-top: 1px;
  }
}
@media(max-width: 350px) {
  .test-box__head .test-go-to-home img {
    margin-right: 0px;
  }
}

.copyright .copyright-rigth p{
  text-align: right;
}
#blogsearch-search {
  height: 50px;
}
.promo-button-link {
  color: #fff;
  border: 2px solid #fff !important;
  background-color: rgba(255,255,255,.3);
  transition: all .25s ease-in-out !important;
}

.promo-button-link:hover {
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */