/*
Theme name: Repetitor
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@font-face {
  font-family: "MyriadPro";
  src: url("/fonts/MyriadProRegular/MyriadProRegular.eot");
  src: url("/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
  url("/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
  url("/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/fonts/MyriadProBold/MyriadProBold.eot");
  src: url("/fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
  url("/fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
  url("/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
  src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
  url("/fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
  url("/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('/fonts/MyriadPro-Cond/MyriadPro-Cond.eot');
  src: local('☺'), url('/fonts/MyriadPro-Cond/MyriadPro-Cond.woff') format('woff'),
  url('/fonts/MyriadPro-Cond/MyriadPro-Cond.ttf') format('truetype'),
  url('/fonts/MyriadPro-Cond/MyriadPro-Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DSEraserCyr';
  src: url('/fonts/DSEraserCyr/DSEraserCyr.eot');
  src: local('☺'), url('/fonts/DSEraserCyr/DSEraserCyr.woff') format('woff'),
  url('/fonts/DSEraserCyr/DSEraserCyr.ttf') format('truetype'),
  url('/fonts/DSEraserCyr/DSEraserCyr.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



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


*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  font: 17px/19px  "Segoe UI","Open Sans",sans-serif ;
}
.m_box {
  width: 100%;
  min-width: 320px;
  position: relative;
}
.m_inb {
  width: 97%;
  min-width: 320px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}
.m_inb::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

a {
  color: #196987;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
input, textarea {
  font-family: "Roboto", Arial, sans-serif;
}

strong {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}



/* Header ----------------------------------------------------------------------------- */
.header {

}
.h_top {
  padding: 4px 0 3px;
  /* border-bottom: 1px solid #fff; */
  background-color: #253f34;
}
.h_nav {
  float: left;
  width: 100%;
  max-width: 700px;
}
.h_nav-btn {
  display: none;
  text-transform: uppercase;
  padding: 0 5px;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
}
.h_nav-btn span {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  margin: 7px 0 0 4px;
  position: relative;
}
.h_nav-btn span::before, .h_nav-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_nav-btn span::before {
  top: -6px;
}
.h_nav-btn span::after {
  bottom: -6px;
}
.h_nav.active .h_nav-btn span {
  background: transparent;
}
.h_nav.active .h_nav-btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.h_nav.active .h_nav-btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.h_nav ul {
  list-style: none;
  margin: 1px 0;
  font-size: 0;
  text-align: left;
}
.h_nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 10px;
}
.h_nav ul li a {
  display: block;
  color: #E3E3E3;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
.h_nav ul li a span {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 4px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FC0000;
}
.h_nav ul li a:hover {
  border-bottom-color: rgba(254, 254, 254, .4);
}
.h_social {
  float: left;
  margin-left: 28px;
}
.b_social {
  list-style: none;
  font-size: 0;
  text-align: left;
}
.b_social li {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
.b_social li a {
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(/i/bg-social.png);
}
.b_social li.vk a {background-position: 0 0;}
.b_social li.ok a {background-position: -33px 0;}
.b_social li.fb a {background-position: -67px 0;}
.b_social li.gp a {background-position: -101px 0;}

.h_login {
  float: right;
  font-size: 0;
  text-align: right;
}
.h_login a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted #e3e3e3;
  color: #E3E3E3;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}


.h_bot {
  padding: 8px 0;
  background-color: #141414;
  /* border-bottom: 1px solid #fff; */
  position: relative;
  /*z-index: 20;*/
}
.h_logo {
  float: left;
  display: block;
  width: 310px;
  height: 35px;
  margin: 16px 0 0 12px;
  background: url(/i/bg-logo.png) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -4989px;
}
.h_search {
  float: left;
  width: 100%;
  max-width: 244px;
  height: 30px;
  padding-left: 7px;
  margin-top: 12px;
  margin-left: 116px;
  border: 1px solid #969696;
  -moz-border-radius: 6px / 3px;
  -webkit-border-radius: 6px / 3px;
  border-radius: 6px / 3px;
  background-color: #1d1d1d;
}
.h_search input {
  float: left;
  width: calc(100% - 35px);
  height: 28px;
  border: none;
  outline: none;
  background: transparent;
  color: #FFF;
  font-size: 14px;
}
.h_search input[type="submit"], .h_search submit[type="submit"] {
  width: 34px;
  background: url(/i/bg-head-search.png) center no-repeat;
  cursor: pointer;
}

.h_info {
  float: right;
  text-align: right;
}
.h_howwork a {
  border-bottom: 1px dotted #E3E3E3;
  color: #E3E3E3;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}
.h_howwork a:hover {
  border-bottom-color: transparent;
}
.h_cont {
  margin-top: 5px;
  font-size: 0;
}
.h_cont a {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  color: #6F6F6F;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}




.c_txt {
  overflow: hidden;
  margin-top: 20px;
}
.c_txt p {
  margin: 0.5em 0;
  line-height: normal;
}
.c_txt h2, h3 {
  margin: 0.5em 0;
  color: #060606;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
}
.c_txt table {
  width: 100%;
  border-collapse: collapse;
}
.c_txt table tr td {
  border: 1px solid #373737;
  padding: 10px;
}
.c_txt ul, .c_txt ol {
  margin: 0 0 25px 30px;
}
.c_txt li {
  margin-bottom: 7px;
}


.c_head {
  margin-bottom: 10px;
  color: #060606;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
}

.insearch {
  margin-top: 20px;
  display: block;
  color: #247eab;
  margin-bottom: 0px;
  font-size: 28px;
}

.c_more {
  text-align: center;
}
.c_more a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #196987;
  color: #196987;
  font-family: 'Roboto Condensed';
  font-size: 33px;
  line-height: 37px;
  text-decoration: none;
}
.c_more a:hover {
  border-bottom-color: transparent;
}



/* Breadcrumbs ------------------- */
.c_breadcrumbs {
  padding: 8px 0 7px;
  background: #253f34;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-align: left;
}
.c_breadcrumbs span.item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px 0 24px;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
.c_breadcrumbs span.item a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}
.c_breadcrumbs span.item::before {
  content: ">";
  position: absolute;
  top: 0;
  left: -27px;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}
.c_breadcrumbs span.item:first-child::before {
  display: none;
}
.c_breadcrumbs span.item a:hover {
  text-decoration: underline;
}


/* Middle ----------------------------------------------------------------------------- */
.c_board {
  background: url(/i/bg-board.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.c_board .m_inb {
  padding: 50px 0 10px;
}
.c_board .m_inb::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 211px;
  height: 390px;
  background: url(/i/bg-top-man.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_board-head {
  width: 100%;
  max-width: 800px;
  margin-bottom: 14px;
  color: #e3e3e3;
  font-family: 'DSEraserCyr';
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 1px;
}
.c_board-desc {
  width: 100%;
  max-width: 645px;
  margin: 0 0 20px 40px;
  color: #E3E3E3;
  font-size: 20px;
  line-height: 28px;
}
.c_board-desc ul {
  list-style: none;
}
.c_board-desc ul li {
  margin-bottom: 10px;
}

.c_board-podbor {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 50px;
  padding: 14px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ea910c;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-in;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.c_board-podbor:hover {
  background-color: #ea7c0c;
}

.c_board-podbor:active {
  background-color: #ea530c;
}

.c_board-allrepetitor {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 0px;
  padding: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  color: #1476a6;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}
.c_board-allrepetitor:hover {
  text-decoration: none;
}




/* Subject ------------------------------- */
.c_subject {
  padding-top: 30px;
}
.c_subject .m_inb {
  max-width: 1000px;
}
.c_subject-search {
  /* margin-bottom: 30px; */
  text-align: center;
}

.masterblock {
  margin-bottom: 70px;
  padding-right: 80px;
  height: 50px;
}

.c_subject-search__select {
  width: 100%;
  max-width: 270px;
  margin-top: 30px;
}
.c_subject-search form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-left: 50px; */
}
/*.select2-container--krajee .select2-selection--single .select2-selection__arrow {*/
/*  height: 42px;*/
/*}*/
/*.c_subject-search__select .select2-container--krajee .select2-selection--single {*/
/*  height: 44px;*/
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
/*}*/
.c_subject-search input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 270px;
  height: 34px;
  margin: 30px;
  border: 1px solid #ececec;
  background-color: transparent;
  border-radius: 10px;
  padding-left: 20px;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.c_subject-search input[type="submit"] {
  width: 180px;
  background-color: #2e5745;
  border: none;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s ease;
  margin-top: 30px;
}

.c_subject-search input.master[type="submit"]  {
  width: 250px;
  background-color: #ea910c;
  border: none;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s ease;
  margin-top: 30px;
}

.c_subject-search input.master[type="submit"]:hover {
  background-color: #ea7c0c;
}

.c_subject-search input.master[type="submit"]:active {
  background-color: #ea530c;
}

.c_subject-search input[type="submit"]:hover {
  background-color: #2b5f38;
}

.c_subject-search input[type="submit"]:active {
  background-color: #234e2e;
}


.c_head-subject {
  font-size: 36px;
  margin-bottom: 20px;
}
.c_subject-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_subject-box {
  width: calc(25% - 30px);
}
.c_subject-title {
  margin-bottom: 10px;
  font-size: 20px;
}
.c_subject-box ul {
  list-style: none;
}
.c_subject-box ul li {
  margin-bottom: 5px;
}
.c_subject-box ul li a {
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
.c_subject-box ul li a:hover {
  color: #022633;
}

.c_subject-list {
  font-size: 0;
  text-align: left;
}
.c_subject-list ul {
  list-style: none;
}
.c_subject-list ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 24px);
  margin: 0 12px 12px;
}
.c_subject-list ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 50px 18px 12px;
  background-color: #fff;
  border: 1px solid #E1E1E6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  color: #060606;
  font-size: 17px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.c_subject-list ul li a:hover {
  background-color: #E2E2E2;
}
.c_subject-list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background-color: #FFF;
  border-left: 1px solid #E1E1E6;
  background: url(/i/bg-subject-arrow.jpg) center no-repeat;
  z-index: 10;
}
.c_subject-more {
  padding-top: 18px;
}



/* Min cart tutor ------------------------------ */
.c_mintutor {
  padding: 24px 0 0px;
  overflow: hidden;
}
.c_mintutor  .m_inb {
  max-width: 1500px;
}
.c_mintutor-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 10px;
}
.c_mintutor-item {
  display: block;
  width: calc(33.3% - 24px);
  margin: 0 12px 20px;
  padding: 12px 7px 5px;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.c_mintutor-item span {
  display: block;
}
.c_mintutor-item__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.c_mintutor-item__prep {
  width: 100px;
}
.c_mintutor-item__thumb {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.c_mintutor-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_mintutor-item__stars {
  font-size: 0;
  text-align: center;
}
.c_mintutor-item__stars i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 13px;
  margin: 4px 0;
  background-repeat: no-repeat;
  background-image: url(/i/bg-stars.png);
  -webkit-background-size: 14px 13px;
  -o-background-size: 14px 13px;
  background-size: 14px 13px;
}
.c_mintutor-item__stars .active-full {
  background-position: 0 0;
}
.c_mintutor-item__stars .active-half {
  background-position: 0 0;
}
.c_mintutor-item__stars .active-not {
  background-position: 0 0;
}

.c_mintutor-item__top {
  width: calc(100% - 112px);
  padding-bottom: 10px;
  position: relative;
}
.c_mintutor-item__top::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.c_mintutor-item__name {
  color: #196987;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
}
.c_mintutor-item__link:hover .c_mintutor-item__name {
  color: #022633;
}
.c_mintutor-item__posit {
  margin: 4px 0;
  color: #343434;
  font-size: 15px;
  line-height: 20px;
}
.c_mintutor-item__price {
  margin-bottom: 12px;
  color: #0A0A0A;
  font-size: 17px;
  line-height: 22px;
}
.c_mintutor-item__price i {
  color: #DC0B0B;
  font-style: normal;
}
.c_mintutor-item__info {
  min-height: 120px;
  padding: 10px;
  border-radius: 10px;
  background-color: #dae8f1;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 18px;
}
.c_mintutor-item__btn {
  width: 100%;
  max-width: 220px;
  margin: 5px auto 0;
  padding: 5px;
  background-color: #B9D9EC;
  color: #0a0a0a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.c_mintutor-item__link:hover .c_mintutor-item__btn {
  background-color: #DC0B0B;
  color: #fff;
}




/* Line --------------------------------- */
.c_line {
  background-color: #b9d9ec;
  position: relative;
}

.c_line .m_inb {
  /*   min-height: 380px; */
  padding: 15px 0 27px;
}

.c_line .c_head {
  font-size: 36px;
  line-height: 42px;
}
.c_line .c_head span {
  display: block;
}
.c_line-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 14px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ea910c;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-in;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  margin: auto;
}

.c_yellow-btn {
  display: inline-block;
  width: 230px;
  height: 44px;
  padding-top: 10px;
  margin: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ea910c;
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-in;
}

.c_line-btn:hover {
  background-color: #ea7c0c;
}
.c_line-btn:active {
  background-color: #ea530c;
}

.c_head-review {
  font-size: 36px;
  margin-bottom: 20px;
}

.c_line-callus {
  margin: 15px 0 45px;
  color: #060606;
  font-family: 'Roboto Condensed';
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.c_line-callus a {
  color: #060606;
  text-decoration: none;
}
.c_line-link {
  width: 100%;
  max-width: 320px;
  margin: auto;
  color: #2D2D2D;
  font-family: 'Roboto Condensed';
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}



/* How work tutor -------------------- */
.c_howtutor {
  padding: 20px 0 0px;
}
.c_howtutor .c_head {
  font-size: 36px;
  margin-bottom: 20px;
}
.c_howtutor-list {
  font-size: 0;
  text-align: center;
}
.c_howtutor-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 27px 30px;
  padding-top: 78px;
  background: url(/i/bg-howtutor-item.png) center top no-repeat;
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  line-height: 25px;
}
.c_howtutor-item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -46px;
  width: 32px;
  height: 32px;
  background: url(/i/bg-howtutor-arrow.png) center no-repeat;
  border: 3px solid #FF4600;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.c_howtutor-item:first-child::before {
  display: none;
}
.c_howtutor-item span {
  display: block;
}
.c_howtutor-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 0px;
  padding: 14px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #327142;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-in;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}

.c_howtutor-btn:hover {
  background-color: #2b5f38;
}

.c_howtutor-btn:active {
  background-color: #234e2e;
}

/* Main info --------------------- */
.c_maininfo {
  /* padding: 24px 0 36px; */
}
.c_maininfo-txt h2, .c_maininfo-txt h3 {
  text-align: center;
  /* margin: 36px 0; */
  line-height: normal;
}



/* Main gallery ----------------- */
.c_maingallery {
  padding: 10px 0;
  overflow: hidden;
}
.c_maingallery-list {
  margin-right: -24px;
  font-size: 0;
  text-align: left;
}
.c_maingallery-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 0 24px 24px 0;
  border: 9px solid #b9d9ec;
}
.c_maingallery-item a, .c_maingallery-item img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.c_maingallery-item__title {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, .8);
  color: #afe4ff;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}



/* Last news ------------------- */
.c_lnews {
  padding: 30px 0 36px;
}
.c_lnews .c_head {
  color: #54ADCD;
}
.c_lnews-item {
  position: relative;
  margin-bottom: 50px;
}
.c_lnews-item::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.c_lnews-item__thumb {
  float: left;
  width: 332px;
  height: auto;
  border: 8px solid #B9D9EC;
}
.c_lnews-item__thumb a, .c_lnews-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_lnews-item__info {
  float: right;
  width: calc(100% - 365px);
  color: #2A2A2A;
  font-size: 16px;
  line-height: 18px;
}
.c_lnews-item__date {
  margin-bottom: 20px;
}
.c_lnews-item__title {
  margin-bottom: 20px;
}
.c_lnews-item__title a {
  color: #2A2A2A;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}
.c_lnews-item__title a:hover {
  border-bottom: 1px solid #c3c3c3;
}

.c_lnews-more {
  text-align: right;
  margin-top: -40px;
  padding-right: 20px;
}
.c_lnews-more a {
  font-size: 19px;
  line-height: 18px;
}



/* -----------------------------------------------------------
 ---------------------- Katalog ----------------------------
----------------------------------------------------------- */
.c_catalog {
  min-height: calc(100vh - 516px);
  padding: 24px 0 30px;
}
.c_catalog-box {
  float: right;
  width: calc(100% - 308px);
}
.c_catalog-top {
  position: relative;
  margin-bottom: 10px;
}
.c_catalog-top::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.c_catalog-top__head {
  float: left;
  vertical-align: middle;
  width: 100%;
  max-width: 242px;

  padding-top: 10px;
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.c_catalog-top__btn {
  float: right;
  display: block;
  width: calc(100% - 250px);
  height: 50px;
  padding: 12px 6px;
  background-color: #DC0B0B;
  border: 2px solid #DC0B0B;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.c_catalog-top__btn:hover {
  background-color: rgba(220, 11, 11, .8);
}

.c_catalog-ads {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 24px;
}
.c_catalog-ads a, .c_catalog-ads img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_catalog-loop {
  position: relative;
}
.c_catalog-loop::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
/*  --- Start ---  */
.c_catalog-item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding: 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.c_catalog-item__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_catalog-item__prep {
  width: 126px;
}
.c_catalog-item__thumb {
  width: 100%;
}
.c_catalog-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_catalog-item__stars {
  display: block;
  margin-top: 7px;
}
.c_catalog-item__stars i {
  width: 22px;
  height: 21px;
  -webkit-background-size: 22px 21px;
  -o-background-size: 22px 21px;
  background-size: 22px 21px;
}
.c_catalog-item__numstat {
  padding-bottom: 12px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0px 5px 0;
}

.c_catalog-item__info {
  width: calc(100% - 136px);
}
.c_catalog-item__name {
  margin-bottom: 15px;
  color: #0A0A0A;
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
}
.c_catalog-item__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
.c_catalog-item__name a {
  color: #2583f2;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: underline;
}
.c_catalog-item__name a:hover {
  text-decoration: none;
}

.c_catalog-item__fns {
  padding-left: 20px;
  position: relative;
  color: #b0b3b7;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  font-weight: normal;
}
.margin_15_0 {
  margin: 15px 0;
}
.c_catalog-item__font12 {
  font-size: 12px;
}

.c_cart-name .c_catalog-item__fns {
  margin-top: 7px;
  margin-left: 20px;
}
.c_catalog-item__fns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/i/badge-blue-white.png) center no-repeat;
}

.c_catalog-item__verif {
  padding-left: 20px;
  position: relative;
  color: #b0b3b7;
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  font-weight: normal;
}
.c_cart-name .c_catalog-item__verif {
  margin-top: 7px;
  margin-left: 20px;
}
.c_catalog-item__verif::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/i/badge-green.png) center no-repeat;
}
.c_catalog-item__posit {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.c_catalog-item__type {
  color: #a59b9b;
  font-size: 16px;
  line-height: 1.2;
}
.c_catalog-item__experience {
  color: #b8b1b1;
  font-size: 16px;
  line-height: 1.2;
}
.c_catalog-item__good {
  padding-top: 4px;
}
.c_catalog-item__good span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0 4px;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  color: #1a1d20;
  font-size: 16px;
  line-height: 20px;
}
.c_catalog-item__box {
  padding: 5px 10px;
  background-color: #f1eeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  color: #494a4b;
  font-size: 16px;
  line-height: 1.3;
}
.c_catalog-item__place {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_catalog-item__place .c_catalog-item__box {
  width: calc(33.3% - 10px);
  text-align: center;
}
.c_catalog-item__subtitle {
  color: #242323;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
/*.c_catalog-item__subtitle + .c_catalog-item__subtitle {*/
/*  margin-top: 15px;*/
/*}*/
.c_catalog-item__price {
  color: #242323;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.c_catalog-item__metro {
  position: relative;
  color: #14181c;
  font-size: 12px;
  line-height: 1.2;
}
.c_catalog-item__point {
  padding-left: 10px;
  text-align: left;
}
.c_catalog-item__point::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #050605;
}
.c_catalog-item__grey::before {
  background-color: #bebebe;
}


.c_catalog-item__bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c_catalog-item__more {
  display: block;
  width: 210px;
  height: 44px;
  background-color: #52ac62;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-in;
  cursor: pointer;

}
.c_catalog-item__more:hover {
  background-color: #2b6836;
}



.c_catalog-nav {
  float: left;
  width: 282px;
  background-color: #E2E3DB;
}
.c_catalog-nav__head {
  padding: 7px;
  background-color: #BFC0B3;
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}

.c_catalog-nav__head a {
  text-decoration: none;
  color: #000;
}

.c_catalog-nav__list {
  padding: 12px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.c_catalog-nav__list ul {
  list-style: none;
}
.c_catalog-nav__list ul li {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.c_catalog-nav__list ul li a {
  display: block;
  margin-bottom: 4px;
  color: #000;
  text-transform: none;
  text-decoration: none;
}
.c_catalog-nav__list ul li a:hover {
  text-decoration: underline;
}
.c_catalog-nav__list ul li .sub-menu2 {
  display: none;
  padding-left: 6px;
}
.c_catalog-nav__list .sub-menu2.active {
  display: block;
}
.c_catalog-nav__list ul li .sub-menu2 a {
  min-height: 11px;
  position: relative;
  /* padding-left: 21px; */
  text-transform: none;
}



.h1-head {
  line-height: 1.1;
}

.c_catalog-nav {
  width: 272px;
  background-color: transparent;
}
.c_nav-head {
  margin-bottom: 8px;
}
.c_nav-head {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.c_nav-head a {
  color: black;
}
.c_nav-head-small {
  font-size: 18px;
  line-height: 1;
}

.c_subject-search2 {
  margin-bottom: 12px;
}
.c_subject-search2 form {
  width: 100%;
}
.c_subject-search2 .c_subject-search__select {
  width: calc(100% - 60px);
  margin-top: 0;
}
.c_subject-search2 input.master[type="submit"] {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ccc;
  background: url(/i/icon-search.svg) center no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.c_catalog-nav__list {
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  margin-bottom: 12px;
}
.c_catalog-nav__list ul li a {
  color: black;
  text-decoration: underline;
}
.c_catalog-nav__list ul li a:hover {
  text-decoration: none;
}

.c_catalog-sidepodbor {
  display: none;
}


.c_catalog-box {
  width: calc(100% - 292px);
}

@media screen and (max-width:500px) {

  .c_catalog-sidepodbor {display: block;margin-bottom: 30px;}
  .c_catalog-podbor {display: none;}
}



/* -----------------------------------------------------------
 --------------------  Cart  ---------------------------------
 ---------------------------------------------------------- */
.c_cart {
  padding: 30px 0;
}
.c_cart .m_inb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_cart-person {
  width: 240px;
}
.c_cart-thumb {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.c_cart-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_cart-nabor {
  max-width: 154px;
  margin: 0 auto 20px;
}
.c_catalog-partner {
  border-radius: 0px 0px 5px 5px;
  background-color: #eee;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 8px;
  position: relative;
  color: #323232;
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
}
.c_cart-person__rew {
  width: 100%;
  max-width: 190px;
  margin: 12px auto 40px;
  font-size: 18px;
  line-height: 24px;
}
.c_cart-person__rew > div {
  overflow: hidden;
}
.c_cart-person__rew > div span {
  float: right;
}
.c_catalog-item__notwork {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: 0 auto 20px;
  background-color: #ab5349;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
.c_cart-social {
  margin-top: 20px;
  text-align: center;
}
.c_cart-social__head {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
.c_cart-social__list {
  list-style: none;
  font-size: 0;
}
.c_cart-social__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 6px;
}
.c_cart-social__list li a {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/i/bg-cart-social.jpg);
  background-repeat: no-repeat;
}
.c_cart-social__list li.vk a {background-position: 0 0;}
.c_cart-social__list li.fb a {background-position: -44px 0;}
.c_cart-social__list li.ok a {background-position: -88px 0;}
.c_cart-social__list li.gp a {background-position: -132px 0;}


.c_cart-info {
  width: calc(100% - 300px);
}
.c_cart-top {
  width: 100%;
  padding: 0 15px 20px;
}
.c_cart-top h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #000;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
.c_cart-good {
  padding: 0 0 20px 30px;
  position: relative;
  overflow: hidden;
}
.c_cart-good__name {
  float: left;
  width: 55%;
  padding-right: 10px;
  font-weight: bold;
}
.c_cart-good__desc {
  float: right;
  width: 45%;
}

.c_cart-box {
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #f1eeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  color: #0a0a0a;
}
.c_cart-head {
  padding: 3px 20px;
  background-color: #f1eeee;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.c_cart-body {
  padding: 15px 20px;
}
.c_cart-body table td {                 /* <== */
  width: 36px;
  height: 36px;
}
.c_cart-body table tbody td {
  cursor: pointer;
}
.c_cart-body table tr td:nth-child(1) {
  cursor: default;
}
.c_cart-body table tr td.c_cart-table__busy {
  background-color: #ccc;
  cursor: default;
}
.c_cart-body table tr td:first-child {
  border: none;
}
.c_cart-body p:last-child {
  margin-bottom: 0;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.c_cart-body__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.c_cart-body__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.5;
}
.c_cart-body__price span {
  color: #625e5f;
  font-size: 13px;
}
.c_cart-body__cost {
  margin-left: auto;
  font-weight: 600;
}


.c_cart-body p {
  margin-bottom: 21px;
}
.c_cart-body .clear {
  display: block;
  max-width: 120px;
  float: none;
  clear: both;
  margin-top: 7px;
}
.c_cart-body .link {
  display: inline-block;
  vertical-align: top;
  margin-left: 110px;
  color: #FA6730;
  font-style: italic;
  text-decoration: none;
}
.c_cart-body .link:hover {
  text-decoration: underline;
}

.c_cart-body__experience {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c_cart-body__experience:last-child {
  margin-bottom: 4px;
}
.c_cart-body__exp-place {
  font-weight: 600;
}
.c_cart-body__exp-time {
  padding-left: 110px;
}

.tabs__caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 20px;
}
.tabs__caption li {
  width: 33%;
  height: 32px;
  background-color: #dcdcdc;
  border: 1px solid #b1b1b1;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.tabs__caption li.active {
  background-color: #a7a3a4;
  border-color: #908f8d;
  cursor: default;
}


.c_cart-body table {
  width: 100%;
  border-collapse: collapse;
}
.c_cart-body table thead td {
  border: none;
  transform: translateX(18px);
}
.c_cart-body table td {
  min-height: 34px;
  border: 1px solid #ccc;
  padding: 3px;
  font-weight: 600;
  text-align: center;
  width: 40px;
  height: 36px;
}
.c_cart-body table span {
  display: block;
  height: 28px;
  background-color: #74b65f;
}
.c_cart-table__full {
  display: block;
  width: calc(100% + 6px);
  margin-left: -3px;
  height: 28px;
  background-color: #74b65f;
}
.c_cart-table__half {
  width: calc(50% + 3px);
  margin-left: -3px;
}
.c_cart-table__half-second {
  width: calc(50% + 3px);
  margin-left: 50%;
}


.c_cart-rewiews .c_cart-head {
  margin-bottom: 20px;
}
.c_cart-rew {
  margin: 0 15px 20px;
  padding: 7px 15px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}
.c_cart-rew__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c_cart-rew__name {
  min-width: 100px;
  padding-right: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.c_cart-rew__stars {

}
.c_cart-rew__date {
  margin-left: auto;
  color: #868485;

}
.c_cart-rew__txt {
  margin: 3px 0;
}
.c_cart-rewiews__allrew {
  margin-bottom: 15px;
  text-align: center;
}




/* Blog archive page -------------------------------------------------------- */
.c_blog .header {
  border-top: 2px solid #fff;

}
.c_blog .h_bot {
  padding: 12px 0 15px;
  background: url(/i/bg-board.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c_blog .h_bot .h_logo {
  margin-top: 0;
}
.c_blog .c_breadcrumbs {
  background: transparent;
}
.c_blog .c_breadcrumbs a, .c_blog .c_breadcrumbs span {
  color: #1C3B20;
}
.h_toselect {
  margin-top: 10px;
}
.h_toselect a {
  color: #FFF;
  text-decoration: none;
}
.h_toselect a:hover {
  text-decoration: underline;
}

.c_catalog-blog {
  overflow: hidden;
}
.c_blog-loop {
  margin-right: -20px;
  font-size: 0;
  text-align: left;
}
.c_blog-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  margin: 0 20px 27px 0;
  padding: 10px 15px;
  border: 0px solid #000;
  background-color: #e2e3db;
}
.c_blog-item__link {
  color: #000;
  display: block;
  margin-bottom: 22px;
  text-decoration: none;
}
.c_blog-item__title {
  display: block;
  min-height: 68px;
  padding-bottom: 10px;
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.c_blog-item__thumb, .c_blog-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_blog-item__data {
  overflow: hidden;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 22px;
}
.c_blog-item__author {
  float: left;
}
.c_blog-item__author span {
  text-decoration: underline;
}
.c_blog-item__views {
  float: left;
  display: block;
  min-width: 50px;
  padding-left: 20px;
  margin-left: 18px;
  background: url(/i/bg-blog-views.jpg) left center no-repeat;
  color: #AAA;
  font-size: 12px;
}
.c_blog-item__comm {
  float: left;
  display: block;
  padding-left: 17px;
  background: url(/i/bg-blog-comm.jpg) left center no-repeat;
  color: #AAA;
  font-size: 12px;
}
.c_blog-item__date {
  float: right;
  display: block;
}
.c_blog-item__excerpt {
  margin: 7px 0;
  color: #0A0A0A;
  font-size: 16px;
  line-height: 20px;
}


.c_catalog-nav__blog {
  background-color: #E2E3DB;
}
.c_catalog-nav__blog ul {
  list-style: none;
}
.c_catalog-nav__blog li {
  margin-bottom: 10px;
}
.c_catalog-nav__blog li a {
  display: block;
  background-color: #A1D3A7;
  padding: 7px 20px;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
}
.c_catalog-nav__blog ul li .sub-menu a {
  background-color: transparent;
  text-transform: none;
}

.c_catalog-nav__blog li a:hover {
  text-decoration: underline;
}



/* Single blog page --------------------------------- */
.c_single {
  /*
  border-top: 3px solid #000;
	padding-top: 30px;
  */
}
.c_single h1 {
  margin-bottom: 15px;
  color: #0A0A0A;
  font-family: 'Roboto Condensed';
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
}

.c_single-boxdata {
  margin-bottom: 12px;
  overflow: hidden;
}
.c_single-boxdata .c_blog-item__data {
  float: left;
  width: 345px;
}
.c_single-topsoc {
  float: right;

}

.c_single-thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.c_single-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_single-txt {
  color: #0a0a0a;
  font-size: 15px;
  line-height: 20px;
}
.c_single-txt h2, .c_single-txt h3, .c_single-txt h4 {
  margin-bottom: 22px;
  color: #0a0a0a;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
}
.c_single-txt h2 {
  font-weight: bold;
}
.c_single-txt h3 {
  font-size: 20px;
}
.c_single-txt h4 {
  font-size: 17px;
}
.c_single-txt blockquote {
  margin-bottom: 24px;
  padding-left: 100px;
  font-weight: bold;
  font-style: italic;
}
.c_single-txt blockquote p:last-child {
  margin-bottom: 0;
}
.c_single-txt iframe {
  display: block;
  maxw-width: 100%;
}
.c_single-info {
  background-color: #CECECE;
  padding: 7px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 19px;
}
.c_video-left {
  float: left;
  width: auto;
}
.c_video-right {
  float: right;
  width: auto;
}

.c_boxtest {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 20px;
}
.c_boxtest-head {
  margin-bottom: 5px;
}
.c_boxtest-head img {
  display: block;
  max-width: 100%;
}
.c_boxtest-thumb {
  margin-bottom: 10px;
}
.c_boxtest-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_boxtest-title {
  margin-bottom: 15px;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 22px;
}
.c_boxtest-input {
  margin-top: -1px;
  border: 1px solid #DFDFDF;
}
.c_boxtest-input input {
  display: none;
}
.c_boxtest-input label {
  display: block;
  padding: 10px 30px;
  position: relative;
}
.c_boxtest-input label::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #898989;
  background-color: #fff;
}
.c_boxtest-input input:checked + label, .c_boxtest-input label:hover {
  background-color: #F5F5F5;
}
.c_boxtest-input input:checked + label::before {
  background-color: #c00;
}
.c_boxtest-btn {
  margin-top: 22px;
  font-size: 0;
  text-align: center;
}
.c_boxtest-btn button {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 28px;
  margin: 0 28px 20px;
  border: none;
  outline: none;
  background-color: #E1E1E1;
  color: #3B3B3B;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}


.c_single-promo {
  width: 100%;
  position: relative;
  padding: 4px 0 5px;
  border: 1px solid #000;
  background: url(/i/bg-board.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}
.c_single-promo::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 15px;
  width: 152px;
  height: 298px;
  background: url(/i/bg-single-promo.png) no-repeat;
}
.c_single-promo__head {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 0 15px;
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.c_single-promo__head span {
  display: inline-block;
  width: 214px;
  height: 24px;
  margin-left: 20px;
  background: url(/i/bg-logo.png) no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: -4989px;
}
.c_single-promo__table {
  width: calc(100% - 20px);
  max-width: 420px;
  margin: 15px 0 0 30px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 19px;
}
.c_single-promo__line {
  margin-bottom: 4px;
  overflow: hidden;
}
.c_single-promo__name {
  float: left;
  width: calc(100% - 160px);
}
.c_single-promo__count {
  float: right;
  width: 160px;
  text-align: right;
}
.c_single-promo__searchbtn {
  display: block;
  width: 255px;
  height: 50px;
  margin: 20px auto 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #DC0B0B;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}


.c_single-comment {
  overflow: hidden;
  padding: 20px 0 50px;
}


.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  width: 100%;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  max-width: 250px;
  height: 34px;
  border: 1px solid #cecece;
  background-color: #FFF;
  padding-left: 10px;
}
.form-group textarea {
  height: 120px;
  resize: none;
  padding-top: 7px;
}
.form-group button[type="submit"] {
  max-width: 240px;
  padding: 10px 20px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FC0000;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}




/* Footer ----------------------------------------------------------------------------- */
.footer {
  padding: 24px 0 15px;
  /* background: url(/i/bg-board.jpg) center top no-repeat; */
  background-color: #253f34;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}
.f_top {
  padding-bottom: 27px;
}

.f_middle {
  padding-bottom: 20px;
}
.f_logo {
  margin: 0;
}
.f_desc {
  float: left;
  margin: 12px 0 0 25px;
  color: #E3E3E3;
  font-family: 'DSEraserCyr';
  font-size: 26px;
  line-height: 28px;
}

.f_bot {
  padding-bottom: 45px;
}
.f_bot::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.f_nav {
  float: left;
  width: calc(100% - 300px);
  padding-top: 20px;
  font-size: 0;
  text-align: left;
}
.f_nav-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 270px;

}
.f_nav-head {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.f_nav-item ul {
  list-style: none;
}
.f_nav-item ul li {
  /*padding-left: 15px;*/
  position: relative;
}
.f_nav-item ul li::before {
  /*content: "-";*/
  position: absolute;
  top: 0;
  /*left: 4px;*/
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}
.f_nav-item ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.f_nav-item ul li a:hover {
  text-decoration: underline;
}
.f_cont {
  float: right;
  width: 100%;
  max-width: 300px;
  padding-top: 20px;
}
.f_cont-item {
  min-height: 18px;
  /*padding-left: 34px;*/
  margin-bottom: 16px;
  /*background-image: url(/i/bg-footer-cont.png);*/
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}
.f_cont-adr {background-position: 0 0;}
.f_cont-phone {background-position: 0 -38px;}
.f_cont-mail {background-position: 0 -72px;}
.f_cont-blog { background-image: url(/i/bg-footer-cont-blog.png); }
.f_cont-vk { background-image: url(/i/_vk.png); }
.f_cont-fb { background-image: url(/i/_fb.png); }
.f_cont-ig { background-image: url(/i/_ig.png); }
.f_cont-item a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.f_copy {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}






/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999
}
.popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 750px;
  background: url(/i/bg-board.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  z-index: 9999;
}
.popup-feedback, .popup-thnks {
  max-width: 540px;
}
.popup-top {
  width: 100%;
  height: 52px;
  position: relative;
  margin-top: 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.popup-top::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  width: 214px;
  height: 24px;
  background: url(/i/bg-logo.png) no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.popup-close {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  right: 24px;
  color: #1a7726;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.popup-close:hover {
  color: #fff;
}
.popup-body {
  padding: 15px 20px;
  color: #FFF;
  text-align: left;
}
.popup-thnks .popup-body {
  text-align: center;
}
.popup-title {
  margin-bottom: 32px;
  color: #FFF;
  font-family: 'Roboto Condensed';
  font-size: 35px;
  line-height: 37px;
  text-align: center;
}
.popup-thnks .popup-title {
  font-size: 24px;
  line-height: 30px;
}
.popup-box {
  overflow: hidden;
  margin-top: 8px;
}
.popup-box__name {
  float: left;
  width: 140px;
  padding: 4px 0 0 10px;
  color: #FFF;
  font-size: 17px;
  line-height: 21px;
}
.popup-box__inp {
  float: right;
  width: calc(100% - 150px);
}
label {
  display: block;
}
.popup-box__inp input, .popup-box__inp textarea, .popup-box__inp select {
  width: 100%;
  height: 33px;
  background-color: #FFF;
  border: 1px solid #fff;
  padding-left: 15px;
}
.popup-box__inp textarea {
  height: 100px;
  padding-top: 7px;
  resize: none;
}
.popup-captcha {
  float: left;
  width: calc(100% - 220px);
}
.popup-captcha img {
  display: block;
  max-width: 100%;
}
.popup-submit input[type="submit"] {
  float: right;
  width: 204px;
  height: 50px;
  margin-top: 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #db0b0b;
  border: none;
  outline: none;
  padding-left: 0;
  color: #FFF;
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
}



/* Форма */
.form-input {
  width: 314px;
  height: 44px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 12px;
  color: #000;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 12px;
  outline: none;
}
.form-input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}
.form-input.valid {
  border: 1px solid #339e36 !important;
}
.form-input:focus {
  color: #000;
}
.form-input::-webkit-input-placeholder {
  color: #000;
}
.form-input::-moz-placeholder {
  color: #000;
}
.form-input:-moz-placeholder {
  color: #000;
}
.form-input:-ms-input-placeholder {
  color: #000;
}
.form-label {
  position: relative;
}


input.hide_input {
  display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  display: none !important;
}
.popup-body input.wpcf7-not-valid {
  border: 1px solid #c00;
}
label.error {
  position: absolute;
  top: -16px;
  left: 0;
  font: 400 14px/24px 'arial', sans-serif;
  height: 26px;
  padding: 0 10px;
  background: #f3cb1c;
  box-shadow: 0 1px 2px #8b7308;
  color: #000;
}
label.error:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f3cb1c;
}

.popup-thy {
  position: fixed;
  top: calc(50% - 160px);
  left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

  .wrapper {overflow: hidden;}

  .c_line {overflow: hidden;}

}


@media screen and (max-width:1040px) {

  .h_nav {max-width: 480px;}
  .h_search {margin-left: 70px;}

  .c_board .m_inb::after {right: -10px;}

}


@media screen and (max-width:1000px) {

  .c_metro-show { display: block; margin: auto; margin-top: 20px; }
  .empty { display: none; }
  .c_catalog-item__place .c_catalog-item__box {width: 100%; text-align: center;}

  .h_search {margin-left: 40px;max-width: 220px;}

  .c_podbor .c_head {padding-right: 0;}

  .c_mintutor-loop {justify-content: center;}
  .c_mintutor-item {width: calc(50% - 24px);}

  .c_line .m_inb::before {left: -40px;}

  .c_howtutor-item {margin: 0 20px 30px;}
  .c_howtutor-item:first-child {margin-left: 0;}
  .c_howtutor-item:last-child {margin-right: 0;}
  .c_howtutor-item::before {left: -36px;}

  /* Catalog ---------------------------------- */
  .c_catalog-box {width: calc(100% - 280px);}

  .c_catalog-nav {width: 260px;}
  .c_catalog-nav__list {padding: 12px 15px;}

  .c_catalog-top__head {max-width: 215px;}
  .c_catalog-top__btn {width: calc(100% - 220px);}

  .c_catalog-item__favorit {width: 150px;margin: 2px 7px 10px 10px;}

  .c_catalog-item__need {margin-left: 5px;font-size: 17px;}
  .c_catalog-item__btn {width: 272px;margin-right: 5px;}

  /* Cart ------------------------------------- */
  .c_cart-person {width: 270px;}
  .c_cart-info {width: calc(100% - 290px);}

  .c_cart-favorit {margin: 0 auto 20px;}


  .c_single-promo__table {margin-left: 10px;}
  .c_single-promo::before {right: -10px;}


  .f_logo {margin-top: 10px;}
  .f_desc {max-width: 340px;margin-top: 0;}
  .f_desc span {display: block;}

  .f_nav-item {padding-left: 20px;}

  .masterblock {margin-bottom: 100px; padding-right: 0px; height: 50px;}

}


@media screen and (max-width:900px) {

  .h_nav {max-width: 440px;}
  .h_nav ul li {margin: 0;}

  .h_logo {margin-left: 0;}
  .h_search {margin-top: 20px;}
  .h_info {max-width: 160px;}

  .c_board-head {margin-bottom: 20px;font-size: 40px;line-height: 50px;letter-spacing: 0.7px;}
  .c_board .m_inb::after {width: 175px;height: 330px;}

  .c_subject-box {width: calc(50% - 30px)}
  .c_subject-title {margin-top: 20px;}

  .c_podbor-item {width: calc(25% - 10px);margin: 0px 5px 25px;font-size: 16px;}
  .c_podbor-item span {display: inline;}

  .c_preim-item {width: calc(33.3% - 20px);margin: 0px 10px 20px;}

  .c_line .m_inb::before {left: -80px;}

  .c_board .m_inb::after {display: none;}

  .c_howtutor-item {display: block;-webkit-background-size: 25px 25px;-o-background-size: 25px 25px;background-size: 25px 25px;
    padding-top: 0;padding-left: 45px;background-position: left center;min-height: 27px;margin: 0 40px 20px;text-align: left;}
  .c_howtutor-item:first-child {margin-left: 40px;}
  .c_howtutor-item::before {display: none;}
  .c_howtutor-item span {display: inline;}

  .c_lnews-item__thumb {max-width: 280px;}
  .c_lnews-item__info {width: calc(100% - 300px);}

  /* Catalog ---------------------------------- */
  .c_catalog-box {width: calc(100% - 270px);}

  .c_catalog-nav {width: 250px;}

  .c_catalog-top__head {float: none;max-width: 100%;}
  .c_catalog-top__btn {float: none;width: 100%;margin-top: 7px;}

  .c_catalog-item__price, .c_catalog-item__metro {float: none;width: calc(100% - 10px);margin: 0 0 10px;}

  /* Cart ------------------------------------- */
  .c_cart-person {width: 224px;}
  .c_cart-info {width: calc(100% - 240px);}

  .c_cart-body table {font-size: 15px;}


  .c_blog-item {width: calc(100% - 20px);}


  .c_single-txt blockquote {padding-left: 20px;}
  .c_single-info img {float: none;display: block;margin: 0 auto 15px;}
  .c_single-promo::before {display: none;}


  .c_catalog-item__bot {padding-top: 0;}
  .c_catalog-item__need {}
  .c_catalog-item__btn {margin-top: 10px;}

}



@media screen and (max-width:800px) {

  .h_nav {max-width: 200px;}
  .h_nav-btn {display: block;}
  .h_nav ul {position: absolute;top: -40px;left: 0;width: 80%;opacity: 0;pointer-events: none;padding: 20px;
    background: url(/i/bg-board.jpg) center top no-repeat;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;
    -ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;z-index: 50;}
  .h_nav.active ul {opacity: 1;pointer-events: auto;top: 24px;}
  .h_nav ul li {display: block;margin-bottom: 7px;}
  .h_nav ul li a {font-size: 25px;}

  .h_bot .m_inb {padding-bottom: 50px;}
  .h_logo {margin-top: 7px;}
  .h_search {position: absolute;bottom: 0;left: 0;max-width: 100%;margin: 0;}
  .h_info {max-width: 320px;}

  .c_board {overflow: hidden;}
  .c_board .m_inb {padding-top: 15px; padding-bottom: 50px;}

  .c_subject-list ul li {width: calc(50% - 24px);}

  .c_line::before {display: none;}
  .c_line .m_inb {padding-left: 80px;}

  /* Catalog ---------------------------------- */
  .c_catalog-box {width: calc(100% - 240px);}

  .c_catalog-nav {width: 220px;}
  .c_catalog-nav__list {padding: 12px 12px;}
  .c_catalog-nav__list ul li .sub-menu2 {padding-left: 0;}

  .c_catalog-item__need {float: none;width: 100%;padding-bottom: 12px;}
  .c_catalog-item__need::before {background-color: transparent;height: 10px;border-top: 1px solid #e00;border-right: 1px solid #e00;
    bottom: 0;right: 123px;}
  .c_catalog-item__need::after {right: 120px;bottom: 0;
    -webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);transform: rotate(135deg);}

  /* Cart ------------------------------------- */
  .c_cart-person {width: 200px;}
  .c_cart-info {width: calc(100% - 210px);}

  .c_cart-send {font-size: 18px;}

  .c_cart-body table tr td:first-child {
    border: none;
  }

  .c_maingallery-list {margin: 0;}
  .c_maingallery-item {width: 100%;margin: 0 0 20px;}

  .footer .h_nav {display: none !important;}
  .f_nav {padding-top: 0;}
  .f_nav-item {display: block;margin-bottom: 20px;width: 100%;}

}



@media screen and (max-width:700px) {

  .c_board-head {text-align: center;}
  .c_board-desc {margin: 0 0 30px 20px;}

  .c_mintutor-loop {margin-left: 0;margin-right: 0;}
  .c_mintutor-item {width: 100%;margin: 0 0 20px;}

  .c_line .m_inb {padding-left: 20px;}
  .c_line .c_head {font-size: 30px;}
  .c_line-btn {max-width: 340px;}

  /* Catalog ---------------------------------- */
  .c_catalog-item__prep {float: none;width: 100%;}
  .c_catalog-item__thumb {max-width: 150px;margin: 0 auto;}
  .c_catalog-item__info {float: none;width: 100%;}

  .c_catalog-top__btn {height: auto;}

  .c_catalog-item__favorit {float: none;margin: 0 auto 20px;}

  .c_catalog-item__need::before {right: 50px;}
  .c_catalog-item__need::after {right: 47px;}
  .c_catalog-item__btn {float: none;width: 100%;margin: 5px 0 0;}

  /* Cart ------------------------------------- */
  .c_cart-info {width: 100%;}

  .c_cart-social {display: none;}

  .c_cart-good__name, .c_cart-good__desc, .c_cart-body__name, .c_cart-body__desc {float: none;width: 100%;}
  .c_cart-good__desc, .c_cart-body__desc, .c_cart-body__exp-time {padding-left: 40px;}

  .c_cart-body .link {margin-left: 40px;}

  .f_logo {float: none;margin: 0 auto 20px;}
  .f_desc {float: none;max-width: 100%;margin: 0;text-align: center;}

  .c_cart-person {
    float: none;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 0px;
  }

  .h1-head {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: normal;
  }

}



@media screen and (max-width:600px) {

  .h_nav {max-width: 140px;}

  .h_logo {float: none;margin: 0 auto 15px;}
  .h_info {float: none;max-width: 100%;}
  .h_cont {float: left;margin-top: 0;}
  .h_howwork {float: right;}

  .c_board-head {font-size: 34px;line-height: 44px;}
  .c_board-desc {margin-bottom: 40px;font-size: 15px;line-height: 17px;}

  .c_subject-list ul li {width: calc(50% - 12px);margin: 0 6px 10px;}

  .c_line .m_inb {min-height: 200px;padding: 20px 0;}
  .c_line .m_inb::before {display: none;}
  .c_line .c_head {font-size: 24px;line-height: 28px;margin-bottom: 20px;}

  .c_howtutor {padding: 35px 0 30px;}
  .c_howtutor .c_head {font-size: 40px;line-height: 44px;}

  .c_lnews-item__thumb {float: none;max-width: 340px;margin: 0 auto 20px;}
  .c_lnews-item__info {width: 100%;}

  /* Catalog ---------------------------------- */
  .c_catalog-box {width: calc(100% - 190px);}

  .c_catalog-nav {width: 180px;}
  .c_catalog-nav__list {padding: 7px 5px;}

  .c_catalog-item__need::before {width: 1px;}

  .f_cont {max-width: 240px;}
  .f_nav {width: calc(100% - 250px);}
  .f_nav-item {padding-left: 0;}

  .popup-box__name {padding-left: 0;}
  .popup-captcha {float: none;width: 270px;margin: 0 auto 10px;}
  .popup-submit input[type="submit"] {float: none;display: block;margin: auto;}

}


@media screen and (max-width:500px) {

  .m_inb {padding-left: 5px;padding-right: 5px;}

  .h_top .m_inb, .f_top .m_inb {padding-bottom: 24px;}
  .h_nav {max-width: 120px;}
  .h_social {float: right;}
  .h_login {/* position: absolute; *//* right: 7px; *//* bottom: 0; */}

  .h_cont, .h_howwork {float: none;text-align: center;}
  .h_cont {margin-top: 5px;}

  .c_board .m_inb::after {display: none;}

  .c_subject-search input {/* max-width: 230px; */margin: 0 7px;}
  .c_subject-search input[type="submit"] {width: 100px;}

  .c_head {font-size: 30px;line-height: 36px;}
  .c_head-review {margin-top: 20px;}

  .c_goodnumb-item {margin: 0 0 20px;width: 48%;}

  .c_preim-list {margin-right: 0;}
  .c_preim-item {width: calc(100% - 20px);}

  .c_subject-list ul li {width: calc(100% - 12px);}

  .c_line .c_head {font-size: 30px;}

  .c_howtutor-item {margin: 0 10px 20px;}
  .c_howtutor-item:first-child {margin-left: 10px;}

  /* Catalog ---------------------------------- */
  .c_breadcrumbs a, .c_breadcrumbs span {margin: 0 20px 0 0;font-size: 16px;}
  .c_breadcrumbs a::before {left: -13px;font-size: 10px;}

  .c_catalog-box {width: 100%;}

  .c_catalog-nav {float: none;width: 100%;margin-bottom: 20px;}
  .c_catalog-nav__head {cursor: pointer;position: relative;}
  /* .c_catalog-nav__list {overflow: hidden; max-height: 0;opacity: 0;padding: 0 5px;} */
  .c_catalog-nav.active .c_catalog-nav__list {max-height: 4000px;opacity: 1;padding: 7px 5px;}

  .f_nav, .f_cont {float: none;width: 100%;max-width: 100%;margin: auto;}

  .popup-box__name, .popup-box__inp {float: none;width: 100%;}

  .c_cart-body {padding: 10px;}

  .tabs__content {overflow: hidden;overflow-x: visible;padding-bottom: 10px;padding-right: 12px;}
  .tabs__content table {width: 700px;}

}



@media screen and (max-width:400px) {

  .c_board .m_inb {padding-left: 7px;padding-right: 7px;}
  .c_board-desc {margin: 0 0 20px 0;font-size: 16px;line-height: 22px;}

  .c_breadcrumbs a, .c_breadcrumbs span {margin: 0 20px 0 0;font-size: 16px;display: block;}
  .c_breadcrumbs a::before {font-size: 10px;position: relative;top: -2px;left: inherit;margin-right: 10px;}

  .c_subject-box {width: 100%;}
  .c_subject-search input {/* max-width: 180px; */margin: 0 5px;}

  .c_line-btn {max-width: 300px;font-size: 18px;}

  .c_lnews-item__thumb {max-width: 290px;}


}


.c_txt table.time tr td {
  padding: 2px;
}

.c_txt table.time tr td.busy {
  background-color: darkred;
}

.c_txt table.time tr td.free {
  background-color: darkgreen;
}

.popup-close-metro {
  font-size: 0.8em;
  color: #000;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  text-align: left;
  width: auto;
  height: auto;
}

.iframe-metro {
  margin: 0;
  padding: 0;
  height: 800px;
  width: 100%;
  border: none;
}

.popup-close-metro:hover {
  color: red;
  text-decoration: underline;
}

.popup-metro {
  background-color: #fff;
  background-image: none;
  margin: 0;
}

.popup-title-metro {
  text-align: left;
  font-size: 1.2em;
  margin: 10px;
}

.c_cart-social {
  margin-top: 20px;
  text-align: center;
}

.c_catalog-item__btn {
  background-color: #E00;
}

.c_catalog-item__btn:hover {
  background-color: #838383;
}

.line-dot {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 10px;
}

.line-nowrap {
  white-space: nowrap;
  margin-right: 7px;
}

.ymaps-map {
  height: 800px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ms-item {
  color: #999;
}
.ms-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}
.ms-dot {
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 10px;
}
.ms-line {
  padding-left: 15px;
  color: #333;
}

.radio input {
  width: auto;
  height: auto;
}
.search_form div {
  margin: 7px 0;
}
.search_form .active {
  list-style-type: circle;
}
.control-label {
  font-weight: bold;
}

.select-metro {
  text-align: left;
  padding: 15px;
  font-size: 14px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.select-metro h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.select-metro .pull-right {
  float: right;
  font-size: 65%;
}
.select-metro hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.select-metro .select-wrap {
  overflow:hidden;
}
.select-metro .select-line {
  float: left;
  width: 300px;
}
.select-metro .select-row {
  float: left;
  width: 50%;
}
.select-metro .select-station {
  float: left;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well {
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  width: 550px;
}

.metro-line {
  padding: 5px 0;
}

.metro-station {
  padding: 5px 0;
}

.line-word {
  margin-top: 7px;
}
.line-word div {
  display: inline;
  font-size: 1.1em;
  margin: 0 1.2px;
}

.metro-line a,
.metro-station a,
.line-word div a {
  color: #669;
  text-decoration: none;
}

.metro-line a:hover,
.metro-station a:hover,
.line-word div a:hover {
  text-decoration: underline;
}

.metro-station a.active  {
  color: #000;
}

.metro-station a span.line-left {
  margin-right: 7px;
}

.metro-station a span.line-right {
  margin-left: 7px;
}

.metro-line a:hover,
.metro-station a:hover,
.line-word div a:hover  {
  color: #c00;
}

.metro-line .square {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.c_catalog-item__metro .square {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.line-title .square {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.mstation .square {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.metro-select {
  background-color: lightyellow;
}
.metro-caps {
  margin: 7px 0;
  font-size: 1.2em;
  color: #aaa;
}
.mstation label {
  font-weight: normal;
  display: inline-block;
}
.mstation div {
  display: inline-block;
  margin: 5px 0;
}
.mstation div.check {
  margin-right: 5px;
}
.mstation div.value a {
  color: #000;
  text-decoration: none;
}
.mstation div.value a:hover {
  color: #c00;
  text-decoration: underline;
  cursor: pointer;
}

.select-metro .btn-success {
  color: #fff;
  background-color: #00a65a;
  border-color: #008d4c;
}

.select-metro .btn-default {
  color: #000;
  background-color: #ccc;
  border-color: #008d4c;
  text-decoration: none;
}

.select-metro .btn-default:hover {
  background-color: #aaa;
}

.select-metro .btn {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
}

.select-metro .btn-success:hover {
  background-color: #008a53;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #E00;
  border: 1px solid #E00;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.c_txt h1 {
  margin: 0.5em 0 0.5em;
  line-height: 1em;
}
.category_subject div {
  display: inline-table;
  background-color: #e1e2db;
  font-size: 0.8em;
  padding: 4px 8px;
  margin: 2px;
}

.category_subject div:hover {
  background-color: #bebeb3;
}

.category_subject div a {
  text-decoration: none;
  color: #000;
}

.help-block {
  color: red;
}

.c_catalog-search__btn {
  margin-left: 10px;
  float: right;
  display: block;
  padding: 7px 12px;
  background-color: #1a8f46;
  border: 2px solid #1a8f46;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.c_catalog-search__btn:hover {
  background-color: #136833;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  top: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  max-width: 360px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: #ddd 1px solid;
  border-radius: 7px;
  background-color: lightyellow;
  color: #000;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 14px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.itemscope-product { display: none; }
.h1-head {
  font-size: 32px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: normal;
}

.c_catalog-item__subject {
  margin: 0 0 1em 0;
}

.adv-banner {
  text-align:center;
  margin-bottom: 1em;
}

.c_catalog-item__metro-item a {
  color: #000;
  text-decoration: none;
}
.link_black {
  color: #000;
  text-decoration: none;
}

/* ============================================================== */
/* ======================= REG ================================== */
.c_reg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c_reg-step {
  display: none;
}
.c_reg-step.active {
  display: block;
}

.c_reg-head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
.c_reg-head__dop {
  border-bottom: none;
}
.c_reg-head__last {
  border-bottom: none;
  margin: 30px 0;
  text-align: center;
}
.c_reg-num {
  float: right;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
.c_reg-body {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 20px;
}
.c_reg-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.c_reg-namemin {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 18px;
}
.c_reg-line {
  margin-bottom: 15px;
  position: relative;
}
.c_reg-line::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.c_reg-box {
  padding: 15px;
  background-color: #f1f1f5;
}
.c_reg-line input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.c_reg-line input[type="text"], .c_reg-line input[type="email"] {
  width: 230px;
  height: 34px;
  border: 1px solid #ccc;
  padding-left: 12px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c_reg-line label {
  display: inline-block;
  vertical-align: top;
}
.c_reg-label__count {
  font-size: 18px;
}
.c_reg-label__count input {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.c_reg-line select {
  width: 220px;
  height: 32px;
  border-radius: 5px;
}

.c_reg-line textarea {
  width: 100%;
  height: 200px;
  resize: none;
}
.c_reg-line input[type="text"].c_reg-phone__code {
  width: 110px;
}
.c_reg-line input[type="submit"] {
  width: 160px;
  height: 34px;
  background-color: #f1f1f1;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  cursor: pointer;
}
.c_reg-line input[type="submit"].c_reg-phone__submit {
  width: 50px;
}
.c_reg-pods {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
}
.c_reg-line__btn {
  margin: 40px 0 30px;
}
.c_reg-line button, .c_reg-line a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #f1f1f1;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.c_reg-line .c_reg-line-href a {
  display: inline;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: inherit;
  text-align: left;
  cursor: pointer;
  color: #196987;
  text-decoration: underline;
}
.c_reg-line .c_reg-line-href a:hover {
  text-decoration: none;
}
.c_reg-line a {
  color: #000;
  text-decoration: none;
}
.c_reg-prev {
  float: left;
}
.c_reg-next {
  float: right;
}
.c_reg-dop {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.c_reg-cover {
  margin-bottom: 30px;
}
.c_reg-cover span {
  font-weight: bold;
}

.input-auto input {
  width: auto;
  height: auto;
}

.c_reg-line .dotted a {
  text-decoration: none;
  border-bottom: #000 1px dashed;
}

/* ============================================================== */

.timeGrids {
  border-collapse: collapse;
}
.timeGrids td {
  padding: 2px 0px;
  width: 100px;
  height: 50px;
  text-align: center;
}

.timeGrids td a.btn_action {
  font-weight: normal;
  font-size: 1.4em;
}

.timeGrids td a.add {
  color: green;
}

.timeGrids td a.del {
  color: red;
}

.timeGrids td a {
  text-decoration: none;
}

.timeGrids td.week {
  text-align: left;
  min-width: 130px;
}
.timeGrids td.time {
  width: 100px;
}
.timeGrids td.clear {
  width: 240px;
}
.timeGrids td.ndash {
  width: 20px;
}
.timeGrids td.bottom {
  padding-bottom: 20px;
}
.timeGrids td.delete {
  width: 100px;
}
.timeGrids td.delete a {
  text-decoration: none;
}
.timeGrids tr.title td {
  font-weight: bold;
}
.hidden_input input {
  width: 0;
  height: 0;
}

/*.c_subject-search .select2-container--krajee .select2-selection--single .select2-selection__arrow {*/
/*  border: none;*/
/*  border-left: 1px solid #aaa;*/
/*  border-top-right-radius: 4px;*/
/*  border-bottom-right-radius: 4px;*/
/*  position: absolute;*/
/*  height: 42px;*/
/*  top: 1px;*/
/*  right: 1px;*/
/*  width: 20px;*/
/*}*/

/*.c_subject-search .select2-container--krajee .select2-selection {*/
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*  background-color: #fff;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 4px;*/
/*  color: #555555;*/
/*  font-size: 18px;*/
/*  outline: 0;*/
/*}*/

.c_cart-send {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: 0 auto 20px;
  background-color: #FF5722;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

.c_cart-send:hover {
  background-color: #D84315;
}

.c_cart-send:active {
  background-color: #BF360C;
}

.c_metro-show {
  display: inline-block;
  width: 160px;
  background-color: #FF5722;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  margin-left: 5%;
}

.c_metro-show:hover {
  background-color: #D84315;
}

.c_metro-show:active {
  background-color: #BF360C;
}

.c_catalog-item__rewlink {
  text-align:center;
}

.otzyv {
  float:right
}

.info details {
  width: 75%;
  min-height: 5px;
  /* max-width: 700px; */
  padding: 10px 10px 10px 20px;
  margin: 10px auto;
  position: relative;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

.info details + .info details {
  margin-top: 20px;
}

.info details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

.info details p {
  color: #96999d;
  font-weight: 300;
}

.info summary {
  font-weight: 500;
  cursor: pointer;
}

#show-on-pc {
  margin-top:20px;
}
#show-on-mobile, #show-on-mobile2 {
  display:none;
  margin-top:20px;
}
@media screen and (max-width:1000px) {
  #show-on-pc, #show-on-pc2 {display: none;}
  #show-on-mobile, #show-on-mobile2 {display:block; }
}

.form-nogroup label {
  display: none;
}
#select-mob-city1 .c_reg-box , #select-mob-city2 .c_reg-box {
  padding: 0;
}

.blockmaster {
  margin-bottom: 0px;
}

.blockcolor {
  background-color: #e5fee4;
}

.blockstyle {
  display: block;
}

.circle {
  width: 150px;
  height: 150px;
  margin: 0 12px 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #99999940;
}


.circle img {
  display: block;
  position: relative;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.intutor {
  max-width: 800px;
}

.intutor h1 {
  font: 42px "Segoe UI", Arial, sans-serif;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.intutor h2 {
  font: 36px "Segoe UI", Arial, sans-serif;
  text-align: center;
  padding-bottom: 10px;
}

.intutor a {
  font-family: "Segoe UI"
}

.intutor_review {
  font-family: "Segoe UI";
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

#proof {
  font-family: "Segoe UI";
  color: #555555;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  width: 150px;
  margin: auto;
}

#description {
  padding-bottom: 15px;
}

#comments {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  color: #555555;
  text-align: center;
}

.circle_block {
  display: block;
  margin: auto;
}

.c_cart_like {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: 0 auto 26px;
  background-color: #52ac62;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

.c_catalog-item-add-to-fav {
  text-decoration: none;
  display: block;
  padding: 7px 0px 7px 0;
}

.c_catalog-item-add-to-fav img {
  width: 24px;
  height: auto;
  float: left;
  position: relative;
  top: -3px;
}
.c_catalog-item-add-to-fav span {
  font-size: 14px;
}

.left-block {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  border-radius: 5px 5px 5px 5px;
  background-color: #f1eeee;
  overflow: hidden;
  margin-bottom: 15px;
}

.c_catalog-item__numstat img {
  width: 24px;
  height: auto;
  float: left;
  position: relative;
  top: -3px;
}

.c_cart_like img {
  width: 32px;
  height: auto;
  position: relative;
  top: 9px;
  margin-right: 5px;
}

#rating {
  line-height: 30px;
  font-size: 26px;
  text-align:center;"
}

/* New */

.c_vacancies span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 8px 8px;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  color: #1a1d20;
  border-radius: 7px;
  font-size: 16px;
  line-height: 20px;
}

.c_vacancies {
  margin: 0 12px 20px;
}

.c_zapros-item {
  display: block;
  margin: 0 12px 20px;
  padding: 20px;
  background-color: #dae8f1;
  border: 1px solid #F0F0F0;
  line-height: 18px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.c_zapros-item__name {
  color: #196987;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
}
.c_zapros-item p {
  display: block;
}

.c_zapros-item__info{
  color: #0A0A0A;
  font-size: 14px;
  line-height: 30px;
}

.c_block-with-shade {
  display: block;
  margin: 0 12px 20px;
  padding: 0px 7px 20px;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.otzyv-twice {
  width: calc(50% - 24px);
}

@media screen and (max-width:1000px) {
  .otzyv-twice {width: calc(100%);}
}

.top-description {
  margin-bottom: 15px;
  font-size: 16px;
  color: #a59b9b;
}
.c_wiz-box {
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #fff1a4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  color: #0a0a0a;
}
.c_wiz-head {
  padding: 3px 20px;
  /* background-color: #ff9900f5; */
  background-color:#f9e785;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  /* text-decoration: underline; */
}
.c_wiz-body {
  padding: 15px 20px;
  font-size: 14px;
  color: #252525;
}

.wiz-description {
  font-size: 14px;
  line-height: 30px;
  color: #252525;
}

.wiz-description strong {
  font-size: 18px;
  font-weight: 600;
}

.normal-weight {
  font-weight: normal;
}

.comment_link {
  float: right;
  cursor: pointer;
}

#comment_block {
  display: none;
}

.itemTeacherVideo {
  color: darkgreen;
  margin: 10px 0 0 15px;
  font-weight: bold;
}

.c_catalog-item__video {
  padding: 7px 0px 7px 0;
}

.c_catalog-item__video span {
  padding-left: 7px;
}

.c_catalog-item__video img {
  width: 24px;
  height: auto;
  float: left;
  position: relative;
  top: -3px;
}
.yellow {
  background-color: #faef78f5;
}

.c_betutor-head {
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
  color: #FFF;
  font-family: 'Segoe UI';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
}

.c_betutor-desc {
  text-align: center;
  color: #FFF;
  font-family: 'Segoe UI';
  font-size: 28px;
  line-height: 36px;
}

.c_betutor-board {
  background: url(/img/back_become_tutor.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}


.c_faq-h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI';
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
}

.c_faq-h2 {
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI';
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c_faq-text {
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI';
  font-size: 18px;
  line-height: 24px;
}

.c_faq-item {
  display: block;
  width: calc(33.3% - 24px);
  margin: 0 12px 20px;
  padding: 12px 7px 5px;
}

.faq-twice {
  width: calc(50% - 24px);
}

@media screen and (max-width:1000px) {
  .faq-twice {width: calc(100%);}
}

.c_popular {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c_h1 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI';
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}

.c_h2 {
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI';
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.c_wizard-board {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}


#proof-black {
  font-family: "Segoe UI";
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  width: 180px;
  margin: auto;
}

.c_wizard-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-top:20px;
  padding-bottom: 10px;
}

.popup-close {
  font-size: 1em;
  float: auto;
  position: relative;
  top: 0;
  margin-right: 22px;
  color: #669;
  text-decoration: none;
}
.popup-close:hover {
  color: #c00;
  text-decoration: underline;
}

.popup-metro {
  max-width: 900px;
}

.custom-link {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.custom-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.metroLine {
  margin: 5px 0 5px 0;
}

.f_cont-item {
  min-height: 18px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}

.footer_logo {
  display: block;
  max-width: 200px;
  height: 35px;
  background: url('/i/bg-logo.png') no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  text-indent: -4989px;
}

.f_nav-item ul li {
  position: relative;
}

.f_nav-item ul li a {
  color: #999;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.f_nav-item ul li::before {
  position: absolute;
  top: 0;
  left: 4px;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}
p {
  margin: 0;
}
.margin-reset {
  margin: 0 !important;
}
.columns {
  display: flex;
}

@media screen and (max-width: 769px) {
  .columns {
    display: block;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.is-flex {
  display: flex !important;
  align-items: center;
}

.flexed {
  flex-grow: 1;
  max-width: 250px
}

.text-is-start {
  text-align: start;
}

.is-right-justify {
  justify-content: flex-end;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-city-choose {
  display: flex;
  flex-wrap:wrap;
  margin-top:20px;
  height: 500px;
  overflow-y: scroll;
  align-content: baseline;
}
.city-choose-item .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.city-choose-item {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  width: 30%;
  margin: 10px;
  color: #000000cc;
  text-decoration: none;
  font-size: 14px;
  max-height: 77px;
}
.city-choose-item:hover {
  cursor: pointer;
  color:white;
  background-color: #62B461;
}
.city-choose-item:active {
  cursor: pointer;
  color:white;
  background-color: #4f964e;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 30;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow: hidden;
}

/* Modal Content/Box */
.modal-content-city {
  display: block;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */
}

@media screen and (max-width:1000px) {
  .modal-content-city {
    width: 80%;
  }
  .city-choose-item {
    width: 100%;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.location-link {
  cursor: pointer;
}
.location-link .fa {
  margin-right: 8px;
}
.body-noover {
  overflow: hidden;
}
.c_catalog-item__more_small {
  border: 0;
  height: 30px;
  line-height: 30px;
  width: 150px;
  font-size: 14px;
  margin-top: 5px;
}
.fillButton{
  display: none;
  width: 100%;
  margin: 0 auto 0px;
  padding: 8px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #327142;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-in;
  cursor: pointer;
}

@media screen and (max-width:500px) {
  .fillButton{
    display: block;
  }
  .filters {
    display: none;
  }
  .filter-width {
    max-width: 100% !important;
    width: 100% !important;
  }
  .mobile-hide {
    display: none;
  }
}
.google_play_logo {
  display: block;
  max-width: 200px;
  height: 50px;
  background: url('/i/google_play_logo.png') no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  text-indent: -4989px;
}
.apple_store_logo {
  display: block;
  max-width: 200px;
  height: 50px;
  background: url('/i/appstore.png') no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  text-indent: -4989px;
}

.counter-position {
  display: flex;
  justify-content: right;
}

.center-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}

.result-font {
  font-size: 22px;
  line-height: 26px;
}

.weight600 {
  font-weight: 600;
}
