/*  
Theme Name: Waste180
Theme URI:
Description:
Version: 1.0
Author:
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
}
body {
  color: #212529;
  font-family: Muli, sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* Fonts

font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Muli', sans-serif;
*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}
.container940 {
  max-width: 970px;
  margin: 0 auto;
  padding: 30px 15px;
}
.btn {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #20a28d;
  border-radius: 50px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  padding: 12px 24px;
  color: #fff;
}
.btn:hover {
  background-color: #54B993;
}
.main {
  max-width: 1920px;
  margin: 0 auto;
}
/* Header */
header {
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 50px 0px rgba(33, 37, 41, 0.06);
  -webkit-box-shadow: 0px 1px 50px 0px rgba(33, 37, 41, 0.06);
}
header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_user_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
header .header_user_menu .login {
  margin-right: 15px;
}
header .header_user_menu .courses {
  width: 22px;
  height: auto;
  margin-right: 40px;
}
header .header_user_menu .user_menu {
  font-family: 'Muli', sans-serif;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
  padding: 15px 0;
}
header .header_user_menu .user_menu .user_menu_arrow {
  width: 12px;
  height: auto;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
header .header_user_menu .user_menu ul.user_sub_menu {
  display: none;
  position: absolute;
  top: 45px;
  padding: 20px 35px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
header .header_user_menu .user_menu ul.user_sub_menu li a {
  white-space: nowrap;
  padding: 10px 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0.5;
}
header .header_user_menu .user_menu:hover ul.user_sub_menu {
  display: block;
}
header .header_user_menu .user_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  header .container {
    flex-direction: column;
  }
  header .header_user_menu {
    margin-top: 10px;
  }
}
/* Home page */
.home-top {
  width: 100%;
  height: 679px;
  background: #fff url(img/truck.png) top right no-repeat;
  padding: 120px 0px;
}
.home-top .home_insert_block {
  max-width: 1200px;
  margin: 0 auto;
}
.home-top .home_insert_block .top_block {
  background-color: #fff;
  padding: 45px 60px 57px 0px;
  max-width: 456px;
}
.home-top .home_insert_block .top_block h1 {
  font-family: "Raleway", Sans-serif;
  font-size: 47px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 50px;
}
.home-top .home_insert_block .top_block p {
  color: #737f91;
  font-family: "Muli", Sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 72px;
  line-height: 1.42857143;
}
@media screen and (max-width: 1200px) {
  .home-top .home_insert_block .top_block {
    padding: 45px 60px 57px 60px;
    max-width: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .home-top .home_insert_block .top_block {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .home-top .home_insert_block .top_block h1 {
    font-size: 22px;
  }
  .home-top .home_insert_block .top_block {
    padding: 15px 15px 30px;
  }
}
.vantage {
  width: 100%;
}
.vantage .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vantage .container .vantage-item {
  width: 33%;
  text-align: center;
  padding: 50px;
}
.vantage .container .vantage-item img {
  width: 50%;
  margin-bottom: 45px;
}
.vantage .container .vantage-item h3 {
  color: #000000;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.vantage .container .vantage-item p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Roboto", Sans-serif;
  line-height: 1.42857143;
}
@media screen and (max-width: 767px) {
  .vantage .container .vantage-item {
    width: 100%;
  }
  .vantage .container .vantage-item img {
    width: auto;
  }
}
.home-classes {
  width: 100%;
  background: #fff url(img/3.jpg) top center no-repeat;
  background-size: cover;
  padding: 50px 0px 120px;
}
.home-classes h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 31px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  text-align: center;
}
.home-classes .home_classes_item {
  width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-classes .home_classes_item .block_img {
  max-width: 270px;
  flex: none;
  overflow: hidden;
}
.home-classes .home_classes_item .block_img img {
  width: 100%;
  height: auto;
}
.home-classes .home_classes_item .description {
  padding: 40px;
}
.home-classes .home_classes_item .description h3 {
  font-family: "Raleway", Sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home-classes .home_classes_item .description p {
  color: #737f91;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
}
.home-classes .home_classes_item .class_btn {
  width: 165px;
  flex: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-classes .home_classes_item {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.customers_say {
  padding-bottom: 100px;
}
.customers_say h3 {
  color: #333;
  font-family: "Raleway", Sans-serif;
  font-size: 31px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 60px 0;
  text-align: center;
}
.customers_say .home_slider {
  width: 100%;
}
.customers_say .home_slider .home_slider_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.customers_say .home_slider .home_slider_item .block_img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  flex: none;
}
.customers_say .home_slider .home_slider_item .block_img img {
  width: 100%;
  height: auto;
  border-radius: 75px;
}
.customers_say .home_slider .home_slider_item .block_text {
  padding: 35px 50px 0;
}
.customers_say .home_slider .home_slider_item .block_text .text {
  color: #6b6b6b;
  font-family: "Muli", Sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.42857143;
  position: relative;
}
.customers_say .home_slider .home_slider_item .block_text .text:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(img/quotation-mark.svg) top center no-repeat;
  position: absolute;
  background-size: contain;
  top: -35px;
  left: 0;
}
.customers_say .home_slider .home_slider_item .block_text h5 {
  margin-top: 20px;
  color: #333333;
  font-family: "Raleway", Sans-serif;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .customers_say .home_slider .home_slider_item {
    flex-direction: column;
    text-align: center;
  }
}
/* Footer */
footer {
  width: 100%;
  background-color: #212529;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .copyright {
  font-family: Muli, sans-serif;
  font-size: 15px;
  color: #fff;
}
footer .container .block_footer_social a {
  margin: 0 10px;
}
footer .container .block_footer_social a img {
  width: 24px;
  font: auto;
}
@media screen and (max-width: 500px) {
  footer .container {
    flex-direction: column;
  }
  .block_footer_social {
    margin-top: 30px;
  }
  footer .container .copyright {
    text-align: center;
    line-height: 1.4;
  }
}
/*Page courses*/
.page_courses {
  background-color: #EFF1F3;
}
.page_courses h1 {
  color: #20a28d;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-size: 48px;
  margin-bottom: 45px;
  font-weight: 500;
  line-height: 1.1;
}
.page_courses .block_courses {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_courses .block_courses .block_courses_item {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding-bottom: 45px;
}
.page_courses .block_courses .block_courses_item .block_img {
  width: 100%;
  overflow: hidden;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
.page_courses .block_courses .block_courses_item .block_img img {
  width: 100%;
  height: auto;
}
.page_courses .block_courses .block_courses_item .description {
  padding: 30px;
  font-family: 'Muli', sans-serif;
}
.page_courses .block_courses .block_courses_item .description h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #20a28d;
}
.page_courses .block_courses .block_courses_item .description .col_mod_less {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page_courses .block_courses .block_courses_item .description .col_mod_less p {
  margin-right: 15px;
  color: #737f91;
  font-size: 11px;
}
.page_courses .block_courses .block_courses_item .description p {
  line-height: 23px;
  font-size: 15px;
  color: #20a28d;
}
.page_courses .block_courses .block_courses_item .block_button {
  text-align: center;
  padding: 0px 30px 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 950px) {
  .page_courses .block_courses .block_courses_item {
    width: 48%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 600px) {
  .page_courses .block_courses .block_courses_item {
    width: 100%;
    margin-bottom: 2%;
  }
}
/* Page course */
.st0 {
  fill: transparent;
  stroke: #20a28d;
  stroke-dasharray: 314;
  stroke-width: 12px;
  transform-origin: 50% 50% 0px;
  transform: rotate(-90deg);
}
.st1 {
  stroke: #B9BFC8;
  stroke-width: 12px;
  fill: transparent;
}
.block_archive .modules_list {
  border-top: 1px solid rgba(99, 115, 112, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-shadow: 0px 1px 50px 0px rgba(33, 37, 41, 0.06);
  -webkit-box-shadow: 0px 1px 50px 0px rgba(33, 37, 41, 0.06);
  flex-wrap: wrap;
}
.block_archive .modules_list .module_checked {
  width: 23px;
  height: auto;
  margin-right: 10px;
}
.block_archive .modules_list li {
  position: relative;
}
.block_archive .modules_list li:hover > .lesson_list {
  display: block;
}
.block_archive .modules_list li .lesson_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 7px 10px rgba(48, 77, 116, 0.15), 0 -10px 10px rgba(48, 77, 116, 0);
  -webkit-box-shadow: 0 7px 10px rgba(48, 77, 116, 0.15), 0 -10px 10px rgba(48, 77, 116, 0);
  background-color: #fff;
  z-index: 9;
}
ul.sidebar_menu img {
    width: 30px;
}
.block_archive .modules_list li .lesson_list a {
  display: block;
  align-items: left;
  margin: 0px;
  padding: 10px 20px;
  white-space: nowrap;
}
.block_archive .modules_list li a {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 30px 0;
}
.block_archive .modules_list li a svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  flex: none;
}
.block_archive .modules_list li a svg .st1,
.block_archive .modules_list li a svg .st0 {
  stroke-width: 20px;
}
.curse_archive_content {
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 1px 0 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 0 50px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 50px rgba(0, 0, 0, 0.05);
}
.curse_archive_content .cac_left_block {
  width: 50%;
}
.curse_archive_content .cac_left_block .left_block_header {
  display: flex;
  align-items: center;
  font-family: 'Muli', sans-serif;
  margin-bottom: 30px;
}
.curse_archive_content .cac_left_block .left_block_header .diagramm {
  width: 130px;
  position: relative;
  margin-right: 30px;
}
.curse_archive_content .cac_left_block .left_block_header .diagramm svg {
  width: 100%;
}
.curse_archive_content .cac_left_block .left_block_header .diagramm p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: Muli, sans-serif;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  color: #20a28d;
}
.curse_archive_content .cac_left_block .left_block_header h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #20a28d;
}
.curse_archive_content .cac_left_block .left_block_header .col_mod_less {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
}
.curse_archive_content .cac_left_block .left_block_header .col_mod_less img {
  height: 27px;
  margin-right: 5px;
}
.curse_archive_content .cac_left_block .left_block_header .col_mod_less p {
  margin-right: 15px;
}
.curse_archive_content .cac_left_block .course_description {
  line-height: 24px;
  margin-right: 20px;
}
.curse_archive_content .cac_right_block {
  width: 50%;
  position: relative;
}
.curse_archive_content .cac_right_block img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .curse_archive_content .cac_left_block {
    width: 100%;
  }
  .curse_archive_content .cac_right_block {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .curse_archive_content .cac_left_block .left_block_header .diagramm {
    flex: none;
  }
}
@media screen and (max-width: 400px) {
  .curse_archive_content .cac_left_block .left_block_header {
    display: block;
  }
}
.playcourse {
  position: absolute;
  top: calc(50% - 23px);
  border-radius: 5px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-color: #20a28d;
  border-right: 2px solid #20a28d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 800;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.playcourse img {
  width: 28px !important;
  height: auto;
  margin-left: 10px;
}
.back_to_courses {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 230px;
  background-color: #EFF1F3;
}
.back_to_courses svg {
  width: 15px;
  height: 15px;
  fill: #20a28d;
  transform: rotate(90deg);
}
.back_to_courses a {
  color: #20a28d;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .back_to_courses {
    height: 100px;
  }
}
#scrolling {
  /* Carousel Frame */
  overflow: hidden;
  height: 450px;
  background-color: #EDEFF2;
  position: relative;
}
#scrolling:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #D5D8DB;
}
#scrolling ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#scrolling li {
  display: inline-block;
  width: 320px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 40px;
  float: left;
  padding: 0 15px;
  text-align: center;
}
#scrolling li .number_lesson {
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#scrolling li .number_lesson .lesson_complete {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 40px !important;
  border-radius: 50%;
  font-style: normal;
  background: #fff;
  border: 4px solid #DBDFE6;
  color: #20a28d;
  font-weight: bold;
  font-size: 17px;
}
#scrolling li .number_lesson .lesson_complete .check {
  width: 40px;
}
#scrolling li .lesson_content {
  position: relative;
  background: #fff;
  display: block;
  padding: 27px 30px;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0px 20px 30px rgba(47, 76, 117, 0.1);
  -webkit-box-shadow: 0px 20px 30px rgba(47, 76, 117, 0.1);
  min-height: 250px;
}
#scrolling li .lesson_content:before {
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
}
#scrolling li .lesson_content h3 {
  line-height: 25px;
  font-size: 20px;
  color: #20a28d;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#scrolling li .lesson_content p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
#scrolling li .lesson_content p img {
  width: 15px;
  margin-right: 5px;
}
#scrolling li .lesson_content a {
  position: absolute;
  left: 15px;
  right: 15px;
  margin-left: auto;
  margin-right: auto;
  bottom: 15px;
  background-color: #20a28d;
  color: #fff;
  font-weight: 700;
  font-size: 0.857rem;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
#scrolling li .lesson_content a:before {
  content: '';
  background: url(img/play.svg) 0 0 no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 11px;
  display: block;
  position: absolute;
}
#scrolling li .lesson_content .l_btn:before {
  content: '';
  background: url(img/reload.svg) 0 0 no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 11px;
  display: block;
  position: absolute;
}
.resources_overview {
  width: 100%;
  background-color: #EDEFF2;
}
.resources_overview .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resources_overview .container .overview,
.resources_overview .container .resources {
  background-color: #fff;
  padding: 30px;
  width: 49%;
}
.resources_overview .container .overview h4,
.resources_overview .container .resources h4 {
  padding-bottom: 30px;
  border-bottom: 3px solid #20a28d;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #20a28d;
  font-weight: 900;
  margin-bottom: 30px;
}
.resources_overview .container .overview p,
.resources_overview .container .resources p {
  color: #737F91;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.resources_overview .container .resources .resources_item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.resources_overview .container .resources .resources_item .ri_img {
  padding-right: 20px;
}
.resources_overview .container .resources .resources_item .ri_img img {
  height: 60px;
}
.resources_overview .container .resources .resources_item .ri_content h5 {
  font-weight: 500;
  line-height: 1.2;
  color: #20a28d;
  margin-bottom: 5px;
  font-size: 18px;
}
.resources_overview .container .resources .resources_item .ri_content .dop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.resources_overview .container .resources .resources_item .ri_content .dop a {
  margin-right: 5px;
  font-weight: 900;
}
.resources_overview .container .resources .resources_item .ri_content .dop a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .resources_overview .container {
    display: block;
  }
  .resources_overview .container .overview,
  .resources_overview .container .resources {
    width: 100%;
  }
}
/* Single page */
.single_main {
  width: 100%;
  display: flex;
}
.single_main .single_content {
  width: 70%;
  background-color: #EDEFF2;
}
.single_main .single_content .single_content_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_main .single_content .single_content_header .close_lesson {
  padding: 50px;
}
.single_main .single_content .single_content_header .close_lesson img {
  width: 25px;
  height: auto;
}
.single_main .single_content .single_content_header .sc_title h1 {
  font-size: 1.357rem;
  color: #20a28d;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.single_main .single_content .single_content_header .sc_title .autor_time {
  display: flex;
  align-items: center;
}
.single_main .single_content .single_content_header .sc_title .autor_time img.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.single_main .single_content .single_content_header .sc_title .autor_time p {
  margin-right: 20px;
}
.single_main .single_content .single_content_header .sc_title .autor_time .time_img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.single_main .single_content .single_content_header nav {
  display: flex;
  align-items: center;
}
.single_main .single_content .single_content_header nav a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #20a28d;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 3px;
}
.single_main .single_content .single_content_header nav a svg {
  width: 14px;
  height: auto;
  fill: #fff;
}
.single_main .single_content .single_content_header nav a svg#prewiew_post_arrow {
  transform: rotate(90deg);
}
.single_main .single_content .single_content_header nav a svg#next_post_arrow {
  transform: rotate(-90deg);
}
.complete_lesson {
  height: 35px;
  padding: 8px;
  text-align: right;
  color: #20a28d;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .single_main {
    width: 100%;
    display: block;
  }
  .single_main .single_content {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .single_main .single_content .single_content_header {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .single_main .single_content .single_content_header .sc_title .autor_time {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single_main .single_content .single_content_header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .single_main .single_content .single_content_header .close_lesson {
    padding: 15px;
    display: block;
  }
  .single_main .single_content .single_content_header .sc_title h1 {
    font-size: 16px;
  }
}
/*Comments*/
.comments_block {
  width: 30%;
  position: relative;
  background-color: #EDEFF2;
  padding: 15px;
}
.comments_block h4.comment-title {
  text-align: center;
  color: #20a28d;
  padding: 30px;
  font-size: 20px;
}
.comments_block .comment-body {
  margin-bottom: 20px;
}
.comments_block .comment-meta.commentmetadata {
  font-size: 10px;
}
.comments_block ul.children {
  margin-left: 20px;
}
.comments_block input#submit {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #20a28d;
  border-radius: 50px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  padding: 12px 24px;
  color: #fff;
  cursor: pointer;
}
.comments_block input#submit:hover {
  background-color: #54B993;
}
.comment_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 10px 0;
  border-bottom: 1px solid #20a28d;
  padding: 10 0;
}
.comment_body .comment-author.vcard img {
  border-radius: 50%;
  margin-right: 10px;
}
.comment_body .comment-content {
  width: 100%;
}
.comment_body .comment-content .fn {
  width: 100%;
  color: #20a28d;
  font-weight: 900;
  display: block;
}
.comment_body .comment-content time {
  font-size: 8px;
  color: #20a28d;
}
.comment_body .comment-content p {
  color: #737f91;
  line-height: 22px;
  font-size: 14px;
}
.comment_body .comment-content .reply_edit {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #20a28d;
}
.comment_body .comment-content .reply_edit a {
  color: #20a28d;
}
.comment_body .comment-content .reply_edit a:hover {
  font-weight: 900;
}
h3#reply-title small a {
  color: #20a28d;
}
form#commentform {
  margin-top: 50px;
}
form#commentform p.logged-in-as {
  margin-bottom: 20px;
}
form#commentform p.logged-in-as a {
  color: #20a28d;
}
form#commentform textarea#comment {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .comments_block {
    width: 100%;
  }
}
/*Home 2*/
.home2_content_block {
  width: 100%;
  padding-bottom: 220px;
  background: url(img/home/home_bottom.png) bottom center no-repeat, url(img/home/houses.png) bottom 155px center no-repeat, url(img/home/home_bg.jpg) top center no-repeat;
}
.home2_content_block .container {
  display: flex;
  flex-wrap: wrap;
}
.home2_content_block .container .home2_lb {
  width: 50%;
  color: #fff;
  text-align: center;
}
.home2_content_block .container .home2_lb h1 {
  font-size: 60px;
  line-height: 59px;
  font-weight: 100;
  margin-top: 90px;
  margin-bottom: 40px;
}
.home2_content_block .container .home2_lb h1 span {
  font-weight: bold;
}
.home2_content_block .container .home2_lb p {
  font-size: 18px;
  line-height: 38px;
  color: #cff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.home2_content_block .container .home2_lb a {
  width: 220px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.home2_content_block .container .home2_rb {
  width: 50%;
}
.home2_content_block .container .home2_rb .home_classes_item {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 50px;
  border-radius: 7px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home2_content_block .container .home2_rb .home_classes_item .block_img {
  width: 35%;
  max-width: 200px;
  flex: none;
  overflow: hidden;
}
.home2_content_block .container .home2_rb .home_classes_item .block_img img {
  width: 100%;
  height: auto;
}
.home2_content_block .container .home2_rb .home_classes_item .description {
  padding: 40px;
}
.home2_content_block .container .home2_rb .home_classes_item .description h3 {
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #39335b;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home2_content_block .container .home2_rb .home_classes_item .description p {
  color: #7782aa;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
}
.home2_content_block .container .home2_rb .home_classes_item .description .share {
  margin-top: 15px;
  color: #20a28d;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}
.home2_content_block .container .home2_rb .home_classes_item .description .share .share_home {
  height: 20px;
  width: auto;
  margin-left: 10px;
  cursor: pointer;
}
.home2_content_block .container .home2_rb .home_classes_item .class_btn {
  width: 165px;
  flex: none;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: 50px;
}
.btn_home {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #42CBD1;
  border-radius: 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  padding: 12px 24px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .home2_content_block .home_classes_item {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .home2_content_block .container {
    display: block;
    flex-wrap: wrap;
  }
  .home2_content_block .container .home2_lb {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
  }
  .home2_content_block .container .home2_rb {
    width: 100%;
  }
}
/* Cart page */
.cart_page {
  background-color: #EFF1F3;
}
.cart_page .cart_title {
  text-align: center;
  font-size: 24px;
  color: #20a28d;
  font-weight: bold;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: 0;
  border-spacing: 0px 30px;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
  color: #39335b;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th:nth-child(4) {
  border-radius: 0 10px 10px 0;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-quantity,
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-subtotal {
  display: none;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
  background-color: #fff;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
  border: 0;
  padding: 0;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity,
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-subtotal {
  display: none;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:first-child {
  background-color: #EFF1F3;
  width: 45px;
  vertical-align: top;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:first-child a.remove {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  padding: 4px 10px;
  color: #c5c5c5 !important;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:first-child a.remove:hover {
  color: #fff !important;
  background-color: #20a28d;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:nth-child(2) {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:nth-child(4) {
  border-radius: 0 10px 10px 0;
}
.cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions {
  display: none;
}
.cart_page .woocommerce .checkout div#customer_details h3 {
  font-size: 24px;
  color: #20a28d;
  margin-bottom: 20px;
}
.cart_page .woocommerce .checkout div#customer_details label {
  font-size: 18px;
  color: #39335b;
  font-family: 'Roboto', sans-serif;
}
.cart_page .woocommerce .checkout div#customer_details input {
  border-radius: 10px;
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
  color: #39335b;
  font-family: 'Roboto', sans-serif;
}
.cart_page .woocommerce .checkout div#customer_details span.select2-selection.select2-selection--single {
  height: 45px;
  padding: 6px;
  border: 0;
}
.cart_page .woocommerce .checkout div#customer_details span.select2-selection__arrow {
  height: 45px;
}
.cart_page .woocommerce .checkout div#customer_details textarea#order_comments {
  padding: 10px;
  border-radius: 10px;
}
.cart_page .woocommerce .checkout h3#order_review_heading {
  color: #20a28d;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
.cart_page .woocommerce .checkout div#order_review table.shop_table {
  border: 0;
  background-color: #fff;
  overflow: hidden;
}
.cart_page .woocommerce .checkout div#order_review table.shop_table th,
.cart_page .woocommerce .checkout div#order_review table.shop_table td {
  border-top: 0;
}
.cart_page .woocommerce .checkout div#order_review table.shop_table tr.order-total {
  background-color: #20a28d;
  color: #fff;
}
.cart_page .woocommerce .checkout div#order_review div#payment {
  background-color: #fff;
}
.cart_page .woocommerce .checkout div#order_review div#payment div.payment_box {
  background-color: #fff;
}
.cart_page .woocommerce .checkout div#order_review button#place_order {
  background-color: #20a28d;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td:first-child {
    width: 100%;
  }
  .cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
    border: 0;
    padding: 10px;
  }
  .cart_page .woocommerce .checkout div#order_review button#place_order {
    margin-top: 15px;
  }
}
/* order-received page */
.order-received .completed {
  margin: 30px auto;
  display: block;
}
.order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  color: #39335b;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 50px;
}
.order-received .woocommerce ul.order_details {
  width: 100%;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px;
}
.order-received .woocommerce ul.order_details li {
  line-height: 25px;
  border: 0;
}
.order-received h2.woocommerce-order-details__title,
.order-received h2.woocommerce-column__title {
  text-align: center;
  font-size: 24px;
  color: #20a28d;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
}
.order-received .woocommerce table.shop_table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}
.order-received .woocommerce table.shop_table td,
.order-received .woocommerce table.shop_table th {
  border: 0;
}
.order-received .woocommerce table.shop_table thead tr th {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #39335b;
  font-weight: bold;
}
.order-received .woocommerce table.shop_table tbody tr th,
.order-received .woocommerce table.shop_table tfoot tr th,
.order-received .woocommerce table.shop_table tbody tr td,
.order-received .woocommerce table.shop_table tfoot tr td,
.order-received .woocommerce table.shop_table tbody tr td a,
.order-received .woocommerce table.shop_table tfoot tr td a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #39335b;
  font-weight: normal;
}
.order-received p.order-again {
  display: none;
}
.order-received .woocommerce .woocommerce-customer-details address {
  background-color: #fff;
  border-radius: 10px;
  border: 0;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #39335b;
  font-weight: normal;
}
.order-received .woocommerce .woocommerce-customer-details address p {
  padding-left: 0;
}
.order-received .woocommerce .woocommerce-customer-details address p:before {
  content: '';
}
@media screen and (max-width: 768px) {
  .order-received .woocommerce ul.order_details {
    flex-direction: column;
  }
}
/*sidebar*/
.block_sidebar {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 9;
  width: 100px;
  box-shadow: 0px 0px 20px rgba(47, 76, 117, 0.1);
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 25px 0;
}
.block_sidebar .sidebar_logo {
  width: 50%;
}
.block_sidebar .sidebar_logo img {
  max-width: 100%;
}
.block_sidebar .sidebar_menu {
  width: 100%;
}
.block_sidebar .sidebar_menu li {
  padding: 10px 0;
  width: 100%;
  transition: 0.5s;
}
.block_sidebar .sidebar_menu li a {
  text-align: center;
  display: block;
}
.block_sidebar .sidebar_menu li a svg {
  height: 40px;
  width: auto;
  fill: #20a28d;
  transition: 0.5s;
}
.block_sidebar .sidebar_menu li a p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
  color: #20a28d;
  text-align: center;
  transition: 0.5s;
}
.block_sidebar .sidebar_menu li .sub_menu {
  display: block;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 100px;
  width: 500px;
  background-color: #20a28d;
  display: none;
}
.block_sidebar .sidebar_menu li:hover {
  background-color: #20a28d;
  transition: 0.5s;
}
.block_sidebar .sidebar_menu li:hover > a > svg {
  fill: #fff;
  transition: 0.5s;
}
.block_sidebar .sidebar_menu li:hover > a > p {
  color: #fff;
  transition: 0.5s;
}
.block_sidebar .sidebar_help img {
  height: 32px;
  width: auto;
}
.block_sidebar .sidebar_help p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
  color: #20a28d;
  text-align: center;
}
.m_sidebar {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  display: none;
}
.m_sidebar p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #20a28d;
}
.m_sidebar svg {
  height: 15px;
  width: auto;
}
.main_arcive,
.main_tax,
.main_course {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .main_arcive,
  .main_tax,
  .main_course {
    padding-left: 0px;
  }
  .block_sidebar {
    display: none;
    position: static;
    height: auto;
    width: 100vw;
  }
  .block_sidebar .sidebar_logo {
    display: none;
  }
  .block_sidebar .sidebar_menu li {
    padding: 10px 50px;
  }
  .block_sidebar .sidebar_menu li a {
    border-bottom: 1px solid #20a28d;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .block_sidebar .sidebar_menu li a p {
    margin-left: 20px;
  }
  .block_sidebar .sidebar_help {
    display: block;
    padding-left: 50px;
    width: 100%;
  }
  .block_sidebar .sidebar_help p {
    text-align: left;
  }
  .m_sidebar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
