@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans.eot");
  src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans.woff") format("woff"), url("../fonts/OpenSans/OpenSans.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansSemiBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

*::-webkit-input-placeholder {
  color: #ACACAC;
  opacity: 1;
}

*:-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
}

*::-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #ACACAC;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 280px;
  position: relative;
  line-height: 1.75;
  font-family: "OpenSans", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.my-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  position: relative;
  padding-left: 16px; 
  padding-right: 16px;
}
.my-container.big {
  max-width: 1570px;
}
.my-container.small {
  max-width: 400px;
}
.my-container.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.h1,
h1 { display: block; margin: 0; font-size: 40px; line-height: 125%; font-weight: 700; font-family: "OpenSansBold", sans-serif; }

.h2,
h2 { display: block; color: #4A4A4A; font-size: 24px; line-height: 125%; font-weight: 700; font-family: "OpenSansBold", sans-serif; }

.h3,
h3 {
  margin: 0;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  display: block;
}

.h4,
h4 {
  margin: 0;
  color: #4A4A4A;
  font-size: 20px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  display: block;
}

.h5,
h5 {
  margin: 0;
  display: block;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}

.main-wrapper {
  position: relative;
  /*overflow: hidden;*/
  background: #F4F8FF;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-family: "OpenSansBold", sans-serif;
  border: 1px solid #488EFB;
  border-radius: 43px;
  padding-left: 29.5px;
  padding-right: 29.5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn:hover {
  background: #488EFB;
}
.btn.white {
  border-color: #fff;
}
.btn.white:hover {
  background: #fff;
  color: #488EFB;
}
.btn.blue {
  background: #488EFB;
}
.btn.blue:hover {
  background: #fff;
  color: #488EFB;
}
.btn.long {
  max-width: 370px;
  width: 100%;
  text-align: center;
}
.btn.mid {
  max-width: 315px;
  width: 100%;
  text-align: center;
}

.btn-text {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
}
.btn-text:hover {
  color: #000;
}

.def-inp {
  display: block;
  position: relative;
}
.def-inp.active .di-descr {
  color: #488EFB;
  font-size: 14px;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  z-index: 1;
  top: -8px;
  left: 12px;
}
.def-inp .di-descr {
  display: block;
  position: absolute;
  color: #929292;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  left: 18px;
  top: 17px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.def-inp input,
.def-inp textarea {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  border-radius: 5px;
  border: 1px solid #488EFB;
  outline: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 17px;
  padding-right: 15px;
}
.def-inp textarea {
  height: 101px;
  resize: none;
}

.def-file {
  position: relative;
  min-height: 50px;
}
.def-file.active::before {
  display: none;
}
.def-file::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../img/file-icn.svg) 50%;
}
.def-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.def-file .def-file-descr {
  display: block;
  color: #488EFB;
}

.s-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-socials .ss-icn {
  width: 78px;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  border-left: 1px solid #D0D0D0;
}
.s-socials .ss-icn:first-child {
  border-color: transparent;
}
.s-socials .ss-icn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.cb-wrap {
  /* Create a custom checkbox */
}
.cb-wrap .container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
}
.cb-wrap .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cb-wrap .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #488EFB;
  background-color: #fff;
  border-radius: 50%;
}
.cb-wrap .container input:checked ~ .checkmark {
  background: #488EFB;
}

.back { display: inline-block; position: relative; color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 125%; font-family: "OpenSansBold", sans-serif; font-weight: 700; padding-left: 23px; }

.back::before, .back::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 12px;
  background: url(../img/back-icn.svg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.back::before { content: ""; position: absolute; width: 11px; height: 18px; background: url(../img/back-arr.svg); left: 0; top: 0; opacity: 0.5; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.back::after {
  background: url(../img/back-icn_white.svg);
  opacity: 0;
}
.back:hover { color: #fff; }
.back:hover::before {
  opacity: 0;
}
.back:hover::after {
  opacity: 1;
}

.aboutus-back{
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  padding-left: 23px;
}

.aboutus-back:hover{
  color: #fff;
}

.aboutus-back::before{
  content: "";
  position: absolute;
  width: 11px;
  height: 18px;
  background: url(../img/back-arr1.svg);
  left: 0;
  top: 0;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aboutus-back:hover::before{
  opacity: 1;
}

.def-select .select-items {
  background: transparent;
}
.def-select .select-selected.select-arrow-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.def-select .select-selected {
	border-radius: 8px 8px 0 0;
}
.def-select .select-selected::after {
  content: "";
  position: absolute;
  border: 0px solid #000;
  width: 13px;
  height: 12px;
  background: url(../img/sel-icn.svg);
  top: 20px;
  right: 22px;
}
.def-select .select-items div[data-value],
.def-select .select-selected {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.def-select .select-items > div[data-value] {
  border-top: 1px solid transparent;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: #E9E9E9 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: #C4C4C4 !important;
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1;
}

.qa {
  position: absolute;
  z-index: 1;
}
.qa:hover .qa-block {
  opacity: 1;
  visibility: visible;
}
.qa .qa-icn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "OpenSansBold", sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #488EFB;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
.qa .qa-block {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #488EFB;
  padding: 10px 15px;
  min-width: 290px;
  width: 100%;
  left: 8px;
  top: 8px;
}
.qa .qa-block p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stars.orange .str.active {
  background: no-repeat url(../img/str_orange.svg) 50%;
}
.stars .str {
  width: 20px;
  height: 20px;
  background: no-repeat url(../img/str.svg) 50%;
}
.stars .str.active {
  background: no-repeat url(../img/str_blue.svg) 50%;
}

.def-date {
  display: block;
  position: relative;
}
.def-date::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/datepicker-icn.svg);
  right: 0;
  top: 0;
}
.def-date input {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  line-height: 16px;
  outline: none;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 11px;
  padding-right: 25px;
  width: 100%;
  display: block;
}

.ui-widget-header {
  background: #488EFB;
  color: #fff;
}

.ui-widget.ui-widget-content {
  z-index: 0;
}

.def-range .ui-widget.ui-widget-content {
  height: 2px;
  border: 0px;
  background: #CECECE;
}
.def-range .ui-slider .ui-slider-range {
  background: #488EFB;
}
.def-range .ui-state-default,
.def-range .ui-widget-content .ui-state-default,
.def-range .ui-widget-header .ui-state-default,
.def-range .ui-button, .def-range html .ui-button.ui-state-disabled:hover,
.def-range html .ui-button.ui-state-disabled:active {
  background: #488EFB;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0px solid #000;
  outline: none;
  top: -4px;
}
.def-range .dr-inp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 13px;
}
.def-range .dr-inp-wrap .dr-inp input {
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-family: "OpenSans", sans-serif;
  text-align: center;
  width: 65px;
  outline: none;
}

.s-full-height {
  /* min-height: calc(100vh - 230px); */
}

.fixed-menu {
  top: -100vh;
  height: calc(100% - 80px);
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease, top 0s ease 0.5s;
  -o-transition: all 0.5s ease, top 0s ease 0.5s;
  transition: all 0.5s ease, top 0s ease 0.5s;
}
.fixed-menu.active {
  top: 80px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease, top 0s ease;
  -o-transition: all 0.5s ease, top 0s ease;
  transition: all 0.5s ease, top 0s ease;
}
.fixed-menu .fm-nav {
  width: 485px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
}
.fixed-menu .fm-nav .fmn-content {
  padding-left: 205px;
  padding-top: 21px;
  padding-right: 27px;
}
.fixed-menu .fm-nav .fmn-close {
  display: none;
  position: relative;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  padding-left: 33px;
  cursor: pointer;
}
.fixed-menu .fm-nav .fmn-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
  background: url(../img/arr-left.svg);
}
.fixed-menu .fm-nav .fmn-items {
  padding-top: 20px;
  padding-bottom: 20px;
  height: calc(100vh - 120px);
  overflow: auto;
}
.fixed-menu .fm-nav .fmn-items .fmn-row {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.fixed-menu .fm-nav .fmn-items .fmn-row:last-child {
  margin-bottom: 0px;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  position: relative;
  padding-left: 56px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  /*padding-right: 48px;*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.mCSB_container{padding-right: 20px;}

.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm:hover {
  color: #488EFB;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm.active {
  color: #fff;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm.active::before {
  opacity: 1;
  visibility: visible;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm.active .fmn-img::after {
  opacity: 1;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm.active .fmn-img img {
  opacity: 0;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #488EFB;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm .fmn-descr {
  position: relative;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm .fmn-img {
  position: absolute;
  left: 0;
  top: -3px;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm .fmn-img::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.fixed-menu .fm-nav .fmn-items .fmn-row .fmn-itm .fmn-img img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed-menu .fm-content {
  background: #F4F8FF;
  width: calc(100% - 485px);
}
.fixed-menu .fm-content .fmc-scroll-wrapper {
  height: calc(100vh - 268px);
  padding-top: 20px;
  position: relative;
  overflow-y: auto;
}
.fixed-menu .fm-content .fmc-scroll-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.1) 100%); */

}
.fixed-menu .fm-content .fmc-top {
  padding-top: 68px;
  position: relative;
  margin-bottom: 30px;
}
.fixed-menu .fm-content .fmc-top .my-container.flex {
  padding-left: 30px;
  padding-right: 89px;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.fixed-menu .fm-content .fmc-top .fmc-open {
  display: none;
  position: relative;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  padding-left: 33px;
  cursor: pointer;
}
.fixed-menu .fm-content .fmc-top .fmc-open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
  background: url(../img/arr-left.svg);
}
.fixed-menu .fm-content .fmc-top .fm-close {
  position: absolute;
  right: 27px;
  top: 0;
  width: 40px;
  height: 40px;
  background: no-repeat url(../img/fm-close.svg) 50%;
  cursor: pointer;
}
.fixed-menu .fm-content .fmc-top .fmc-search {
  max-width: 182px;
  width: 100%;
  position: relative;
}
.fixed-menu .fm-content .fmc-top .fmc-search button {
  position: absolute;
  background: no-repeat url(../img/search-icn.svg) 50%;
  border: 0px solid #000;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.fixed-menu .fm-content .fmc-top .fmc-search input {
  width: 100%;
  outline: none;
  border: 1px solid #ACACAC;
  background: #fff;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  color: #000;
  border-radius: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 23px;
  padding-right: 50px;
}
.fixed-menu .fm-content .fmc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22.5px;
  padding-right: 22.5px;
  padding-bottom: 80px;
}
.fixed-menu .fm-content .fmc-items .fmc-itm {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt {
  width: 50%;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt .h5 {
  margin-bottom: 14px;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt .fmc-i-num {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: #488EFB;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSansBold", sans-serif;
  text-align: center;
  margin-right: 14px;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt .fmc-i-arr {
  display: inline-block;
  width: 41px;
  height: 30px;
  background: no-repeat url(../img/arr-itm.svg) 50%;
  vertical-align: middle;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-img {
  width: 50%;
}
.fixed-menu .fm-content .fmc-items .fmc-itm .fmc-img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  object-fit: cover;
}

.fixed-city {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed-city.active {
  opacity: 1;
  visibility: visible;
}
.fixed-city .fc-shadow {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-city .fc-block {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding-top: 39px;
  padding-bottom: 32px;
}
.fixed-city .fc-block .my-container {
  max-width: 1060px;
}
.fixed-city .fc-block .fcb-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: no-repeat url(../img/close-icn.svg);
}
.fixed-city .fc-block .h3 {
  margin-bottom: 50px;
}
.fixed-city .fc-block .fcb-search {
  position: relative;
  margin-bottom: 30px;
}
.fixed-city .fc-block .fcb-search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 17px;
  background: url(../img/find-icn.svg);
}
.fixed-city .fc-block .fcb-search input {
  width: 100%;
  display: block;
  border: 0px solid #000;
  border-bottom: 1px solid #C6C6C6;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  color: #000;
  padding-left: 30px;
  padding-bottom: 9px;
  outline: none;
}
.fixed-city .fc-block .fcb-search input::-webkit-input-placeholder {
  color: #ACACAC;
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fixed-city .fc-block .fcb-search input:-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fixed-city .fc-block .fcb-search input::-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fixed-city .fc-block .fcb-search input:-ms-input-placeholder {
  color: #ACACAC;
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fixed-city .fc-block .fcb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
}
.fixed-city .fc-block .fcb-items .fcb-itm {
  width: 25%;
  position: relative;
  padding-left: 30px;
  padding-top: 2px;
  margin-bottom: 13px;
  padding-right: 15px;
}
.fixed-city .fc-block .fcb-items .fcb-itm .fcb-i-letter {
  position: absolute;
  left: 1px;
  top: 1px;
  color: #B0B0B0;
  font-size: 18px;
  line-height: 25px;
  font-family: "OpenSansSemiBold", sans-serif;
}
.fixed-city .fc-block .fcb-items .fcb-itm .fcb-i-row {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 6px;
}

header {
  background: #303443;
  position: relative;
  z-index: 11;
}
header .hd-logo {
  /* position: absolute; */
  left: 15px;
  /* top: 23px; */
  /* display: block; */
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FFF;
  height: 34px;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 18px;
}
header .hd-logo img {
  display: block;
  /* max-width: 100%;
  margin-right: 10px;
  margin-top: -2px;
  float: left; */
}
header .hd-menu {
  width: 100%;
}
.hd-menu .favorites-heart {
  display: none;
}
header .hd-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
}
header .hd-menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "OpenSans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 29px;
  padding-bottom: 29px;
}
header .hd-menu ul li a:hover, header .hd-menu ul li a.active {
  color: #488EFB;
}
header .hd-right {
  /* position: absolute; */
  /* right: 15px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* top: 20px; */
  width: 100%;
  justify-content: flex-end;
}
header .hd-right .hdr-city {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
  font-family: "OpenSansBold", sans-serif;
  display: block;
  position: relative;
  padding-left: 24px;
  margin-right: 28px;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .hd-right .hdr-city.active {
  color: #488EFB;
}
header .hd-right .hdr-city::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 17px;
  background: url(../img/city-icn.svg);
}
header .hd-burger {
  cursor: pointer;
  width: 24px;
  height: 16px;
  background: url(../img/burger.svg);
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 6px;
  display: none;
}

.s-auth {
  min-height: 100vh;
  padding-bottom: 45px;
}
.s-auth .sa-block {
  padding-top: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 66px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.s-auth .h3 {
  margin-bottom: 51px;
}
.s-auth .def-inp {
  margin-bottom: 20px;
}
.s-auth .s-socials {
  margin-top: 22px;
  margin-bottom: 18px;
}
.s-auth .sa-btn-wrap {
  text-align: center;
}
.s-auth .sa-btn-wrap .btn.blue {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.s-reg {
  padding-top: 51px;
  padding-bottom: 51px;
  min-height: 100vh;
}
.s-reg .sr-top {
  margin-bottom: 12px;
}
.s-reg .sr-top .h2 {
  margin-bottom: 15px;
}
.s-reg .sr-top .srt-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-reg .sr-top .srt-items .srt-itm {
  width: 70px;
  height: 40px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.s-reg .sr-top .srt-items .srt-itm.active::after {
  display: block;
}
.s-reg .sr-top .srt-items .srt-itm.active::before, .s-reg .sr-top .srt-items .srt-itm:hover::before {
  background: #488EFB;
}
.s-reg .sr-top .srt-items .srt-itm:last-child {
  margin-right: 0px;
}
.s-reg .sr-top .srt-items .srt-itm::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  border-radius: 10px;
  background: #DEDEDE;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s-reg .sr-top .srt-items .srt-itm::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 50%;
  margin-left: -15px;
  top: 37px;
  display: none;
  background: #fff;
  border-right: none;
  border-bottom: none;
}
.s-reg .sr-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 33px;
  padding-bottom: 40px;
  max-width: 1170px;
  margin: 0 auto;
  display: none;
}
.s-reg .sr-block.active {
  display: block;
}
.s-reg .sr-block .h4 {
  margin-bottom: 30px;
}
.s-reg .sr-block .srb-row {
  margin-bottom: 20px;
  max-width: 370px;
  width: 100%;
}
.s-reg .sr-block .srb-row .di-descr {
  display: block;
  font-size: 16px;
}
.s-reg .sr-block .srb-row.srb-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-reg .sr-block .srb-row.srb-two .di-descr {
  width: 100%;
  margin-bottom: 20px;
}
.s-reg .sr-block .srb-row.srb-two .def-inp {
  width: calc(50% - 5px);
}
.s-reg .sr-block .srb-row.srb-two .def-inp:nth-child(2) {
  margin-right: 5px;
}
.s-reg .sr-block .srb-row.srb-two .def-inp:nth-child(3) {
  margin-left: 5px;
}
.s-reg .sr-block .srb-row.srb-two .def-inp .di-descr {
  width: auto;
}
.s-reg .sr-block .srb-row.disabled .def-inp {
  display: none;
}
.s-reg .sr-block .srb-row.disabled .srb-open {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  cursor: pointer;
}
.s-reg .sr-block .srb-row .srb-open {
  display: none;
}
.s-reg .sr-block .srb-row.srb-select {
  position: relative;
}
.s-reg .sr-block .srb-row.srb-select .srb-sel-descr {
  color: #488EFB;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 13px;
  z-index: 1;
  padding-left: 3px;
  padding-right: 3px;
}
.s-reg .sr-block .srb-row .srb-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-reg .sr-block .srb-row .srb-days .srb-day {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  border: 1px solid #488EFB;
  border-radius: 20px;
  max-width: 50px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
}
.s-reg .sr-block .srb-row .srb-days .srb-day:last-child {
  margin-right: 0px;
}
.s-reg .sr-block .srb-row .srb-days .srb-day:hover, .s-reg .sr-block .srb-row .srb-days .srb-day.active {
  background: #488EFB;
  color: #fff;
}
.s-reg .sr-block .srb-row .srb-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-reg .sr-block .srb-row .srb-hours .srb-h-descr {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-right: 9px;
}
.s-reg .sr-block .srb-row .srb-hours .def-inp {
  max-width: 78px;
  margin-right: 9px;
}
.s-reg .sr-block .srb-row .srb-hours .def-inp:last-child {
  margin-right: 0px;
}
.s-reg .sr-block .srb-cb-wrap {
  margin-bottom: 35px;
}
.s-reg .sr-block .srb-cb-wrap .cb-wrap {
  margin-bottom: 11px;
}
.s-reg .sr-block .srb-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-reg .sr-block .srb-btn-wrap .back {
  margin-right: 15px;
}
.s-reg .sr-block .srb-btn-wrap .btn.blue {
  padding-left: 40px;
  padding-right: 40px;
}

.s-sphere {
  margin-bottom: 29px;
}
.s-sphere .ss-block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 96px;
  padding-top: 62px;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-sphere .ss-txt {
  width: 50%;
}
.s-sphere .ss-txt .h1 {
  margin-bottom: 21px;
}
.s-sphere .ss-txt p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 29px;
}
.s-sphere .ss-txt .btn {
  margin-bottom: 40px;
}
.s-sphere .ss-img img {
  display: block;
  max-width: 100%;
}

.s-top-score .sts-block {
  background: #488EFB;
  border-radius: 10px;
  padding-left: 100px;
  padding-right: 103px;
  padding-top: 48px;
  padding-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-top-score .sts-block .sts-descr {
  display: block;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  position: relative;
  padding-right: 115px;
}
.s-top-score .sts-block .sts-descr::before {
  content: "";
  position: absolute;
  right: 0;
  width: 59px;
  height: 16px;
  background: url(../img/arr-right.svg);
  top: 50%;
  margin-top: -8px;
}
.s-top-score .sts-block .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.s-filters .sf-block {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  padding-left: 30px;
  padding-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-filters .sf-block .sfb-left {
  width: calc(100% - 442px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  padding-top: 30px;
  padding-bottom: 44px;
  position: relative;
}
.s-filters .sf-block .sfb-left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 107px;
  background: #D7D7D7;
}
.s-filters .sf-block .sfb-left .sfb-itm {
  width: calc(33.33% - 20px);
  margin-right: 20px;
}
.s-filters .sf-block .sfb-left .sfb-itm .sfb-i-descr {
  display: block;
  color: #488EFB;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 2px;
}
.s-filters .sf-block .sfb-left .sfb-itm .def-select .select-items div,
.s-filters .sf-block .sfb-left .sfb-itm .def-select .select-selected {
  padding-top: 11px;
  padding-bottom: 11px;
}
.s-filters .sf-block .sfb-left .sfb-itm .def-select .select-selected {
  padding-right: 25px;
}
.s-filters .sf-block .sfb-left .sfb-itm .def-select .select-selected::after {
  top: 14px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  right: 12px;
}
.s-filters .sf-block .sfb-left .sfb-itm .def-select .select-selected.select-arrow-active::after {
  -webkit-transform: rotate(180deg) scale(0.7);
      -ms-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7);
}
.s-filters .sf-block .sfb-right {
  width: 442px;
  padding-left: 28px;
  padding-top: 49px;
  padding-bottom: 30px;
}
.s-filters .sf-block .sfb-right .btn.btn-filters {
  color: #000;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-left: 50px;
  padding-right: 21px;
  margin-right: 15px;
}
.s-filters .sf-block .sfb-right .btn.btn-filters::before {
  content: "";
  position: absolute;
  left: 19px;
  width: 20px;
  height: 16px;
  background: url(../img/filters-icn.svg);
}
.s-filters .sf-block .sfb-right .btn.btn-filters:hover {
  color: #488EFB;
  background: #fff;
}
.s-filters .sf-block .sfb-right .btn.blue {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.s-items-map {
  padding-top: 41px;
  padding-bottom: 41px;
}
.s-items-map .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-items-map .sim-sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.s-items-map .sim-sort .sim-s-descr {
  display: block;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-right: 29px;
}
.s-items-map .sim-sort .sim-sort-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-items-map .sim-sort .sim-sort-items .sim-s-itm {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-right: 28px;
}
.s-items-map .sim-sort .sim-sort-items .sim-s-itm:last-child {
  margin-right: 0px;
}
.s-items-map .sim-sort .sim-sort-items .sim-s-itm.active, .s-items-map .sim-sort .sim-sort-items .sim-s-itm:hover {
  color: #488EFB;
}
.s-items-map .sim-items {
  width: calc(55% - 15px);
  margin-right: 15px;
}
.s-items-map .sim-items .sim-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
}
.s-items-map .sim-items .sim-itm .sim-i-slider {
  width: 240px;
}
.s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide {
  width: 100%;
}
.s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide .sim-i-photo {
  position: relative;
  height: 240px;
}
.s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide .sim-i-photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: 50%;
}
.s-items-map .sim-items .sim-itm .sim-i-center {
  width: calc(50% - 120px);
  padding-left: 29px;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.s-items-map .sim-items .sim-itm .sim-i-center.adaptive {
  display: none;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 20px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 20px;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-address {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 19px;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-items {
  margin-bottom: 30px;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-items .btn {
  font-family: "OpenSans", sans-serif;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  padding-left: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-items .btn:hover {
  background: #fff;
  color: #000;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-items .btn .qa {
  right: -6px;
  top: -7px;
}
.s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-price {
  display: block;
  color: #488EFB;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-items-map .sim-items .sim-itm .sim-i-right {
  width: calc(50% - 120px);
  position: relative;
  text-align: right;
  padding-right: 11px;
}
.s-items-map .sim-items .sim-itm .sim-i-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #BCBCBC;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 26px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-left {
  padding-right: 15px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-left .stars {
  margin-bottom: 5px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-left .sim-irt-descr {
  display: block;
  color: #8A8A8A;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-right .sim-irt-raiting {
  display: block;
  width: 70px;
  height: 40px;
  border: 1px solid #488EFB;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-family: "OpenSansSemiBold", sans-serif;
  text-align: center;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list {
  display: block;
  margin-bottom: 31px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-right: 47px;
}
.s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li span:nth-child(2) {
  font-size: 16px;
  line-height: 125%;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #000;
}
.s-items-map .sim-map {
  width: calc(45% - 15px);
  margin-left: 15px;
}
.s-items-map .sim-map #map {
  height: 630px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.s-breadcrumbs {
  padding-top: 51px;
  padding-bottom: 51px;
}
.s-breadcrumbs.no-breadcrumbs {
  padding-top: 0px;
  padding-bottom: 0px;
}
.s-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-breadcrumbs ul li {
  margin-right: 46px;
  position: relative;
}
.s-breadcrumbs ul li:last-child {
  margin-right: 0px;
}
.s-breadcrumbs ul li:last-child::before {
  display: none;
}
.s-breadcrumbs ul li::before {
  content: "→";
  position: absolute;
  right: -29px;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8C8C8C;
}
.s-breadcrumbs ul li a,
.s-breadcrumbs ul li span {
  display: block;
  color: #8C8C8C;
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  line-height: 160%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s-breadcrumbs ul li a.active, .s-breadcrumbs ul li a:hover,
.s-breadcrumbs ul li span.active,
.s-breadcrumbs ul li span:hover {
  color: #488EFB;
}
.s-breadcrumbs ul li span:hover {
  color: #8C8C8C;
}
.s-breadcrumbs .sb-mobile {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #488EFB;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-top: 20.5px;
  padding-bottom: 11.5px;
  padding-left: 21px;
  padding-right: 21px;
}
.s-breadcrumbs .sb-mobile .sbm-back {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 34px;
  font-weight: 600;
}
.s-breadcrumbs .sb-mobile .sbm-back::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 22px;
  height: 16px;
  background: url(../img/back-arr.svg);
  top: 50%;
  margin-top: -8px;
}
.s-breadcrumbs .sb-mobile .sbm-filters {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/filters-mobile-icn.png);
  cursor: pointer;
  position: relative;
  top: -6px;
}

.s-catalog .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-catalog .sc-content {
  width: calc(100% - 270px);
  padding-left: 30px;
  padding-bottom: 46px;
}
.s-catalog .sc-content .scc-detail {
  margin-bottom: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-right: 29px;
  padding-top: 43px;
  padding-bottom: 36px;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider {
  width: 340px;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-top-photos {
  margin-bottom: 14px;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-top-photos .swiper-slide {
  width: 100%;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-top-photos .swiper-slide .scd-tp-ph {
  width: 100%;
  height: 340px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-top-photos .swiper-slide .scd-tp-ph span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-btm-photos .swiper-slide {
  cursor: pointer;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-btm-photos .swiper-slide.active .scd-tp-ph::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-btm-photos .swiper-slide .scd-tp-ph {
  width: 100%;
  height: 74px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.s-catalog .sc-content .scc-detail .scd-photo-slider .scd-btm-photos .swiper-slide .scd-tp-ph span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-catalog .sc-content .scc-detail .scd-text {
  width: calc(100% - 340px);
  padding-left: 40px;
  padding-right: 125px;
  position: relative;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-logo {
  margin-bottom: 20px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-logo img {
  display: block;
  max-width: 100%;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 10px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-address {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 15px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap {
  margin-bottom: 30px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap .btn {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  margin-right: 15px;
  font-family: "OpenSans", sans-serif;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 17px;
  padding-right: 17px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap .btn .qa {
  right: -10px;
  top: -10px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap .btn:hover {
  color: #000;
  background: #fff;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap .btn:last-child {
  margin-right: 0px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-price {
  display: block;
  color: #488EFB;
  font-size: 30px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 25px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-ir-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 26px;
  position: absolute;
  right: 0;
  top: 0;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-ir-top .scd-irt-left {
  padding-right: 15px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-ir-top .scd-irt-left .stars {
  margin-bottom: 5px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-ir-top .scd-irt-left .scd-irt-descr {
  display: block;
  color: #8A8A8A;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-ir-top .scd-irt-right .scd-irt-raiting {
  display: block;
  width: 70px;
  height: 40px;
  border: 1px solid #488EFB;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-family: "OpenSansSemiBold", sans-serif;
  text-align: center;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-list {
  max-width: 210px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-list li span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
}
.s-catalog .sc-content .scc-detail .scd-text .scd-t-list li span:nth-child(2) {
  color: #000000;
  font-size: 16px;
  line-height: 125%;
  font-family: "OpenSansSemiBold", sans-serif;
  width: 47px;
  text-align: left;
}
.s-catalog .sc-content .scc-lessons .scc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-adaptive {
  display: none;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-img {
  width: 196px;
  height: 196px;
  position: relative;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid {
  width: calc(55% - 98px);
  padding-left: 43px;
  padding-top: 23px;
  padding-bottom: 20px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 15px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .btn {
  font-family: "OpenSans", sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-bottom: 13px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .btn:hover {
  background: transparent;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  min-width: 170px;
  max-width: 170px;
  margin-right: 10px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li span:nth-child(2) {
  color: #000000;
  font-size: 16px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right {
  width: calc(45% - 98px);
  padding-top: 28px;
  padding-left: 5px;
  padding-right: 40px;
  padding-bottom: 20px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows {
  margin-bottom: 38px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row span:nth-child(1) {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row span:nth-child(2) {
  color: #488EFB;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row span.small-gray {
  color: #C4C4C4;
  font-size: 20px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-catalog .sc-content .scc-lessons .scc-block .scl-right .btn {
  width: 100%;
  text-align: center;
  font-family: "OpenSans", sans-serif;
}
.s-catalog .sc-content .s-teachers {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-top: 49px;
  padding-bottom: 54px;
}
.s-catalog .sc-content .s-teachers .my-container {
  padding-left: 51px;
  padding-right: 51px;
}
.s-catalog .sc-content .s-teachers .st-hdr {
  margin-bottom: 20px;
}
.s-catalog .sc-content .s-teachers .def-select {
  display: inline-block;
  width: auto;
  min-width: 146px;
  margin-bottom: 20px;
}
.s-catalog .sc-content .s-teachers .def-select .select-items div,
.s-catalog .sc-content .s-teachers .def-select .select-selected {
  font-size: 18px;
  line-height: 18px;
  font-family: "OpenSansSemiBold", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 30px;
}
.s-catalog .sc-content .s-teachers .def-select .select-selected::after {
  right: 19px;
  top: 15px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content {
  display: none;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content.active {
  display: block;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide {
  padding: 10px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 23px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-raiting {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #488EFB;
  border-radius: 5px 10px 5px 5px;
  width: 47px;
  height: 27px;
  line-height: 27px;
  color: #000000;
  font-size: 16px;
  font-family: "OpenSansBold", sans-serif;
  text-align: center;
  background: #fff;
  z-index: 1;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-img {
  height: 150px;
  position: relative;
  margin-bottom: 20px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96%;
  background: #488EFB;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-txt .stc-name {
  display: block;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 10px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-txt .stars {
  margin-bottom: 5px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-txt .stc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-txt .stc-list li span:nth-child(1) {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
  min-width: 100px;
}
.s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide .stc-itm .stc-txt .stc-list li span:nth-child(2) {
  color: #000000;
  font-size: 14px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}

.sc-filters {
  width: 270px;
}
.sc-filters.solo-filters {
  display: none;
}
.sc-filters .scf-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: no-repeat url(../img/close-icn.svg) 50%;
  cursor: pointer;
  display: none;
}
.sc-filters .scf-top {
  background: #488EFB;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 39px;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.sc-filters .scf-top .scf-t-hdr {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.sc-filters .scf-top .scf-t-items .scf-ti {
  margin-bottom: 20px;
}
.sc-filters .scf-top .scf-t-items .scf-ti .scf-ti-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 3px;
}
.sc-filters .scf-top .scf-t-items .scf-ti .def-select .select-selected::after {
  right: 11px;
  top: 14px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.sc-filters .scf-top .scf-t-items .scf-ti .def-select .select-selected.select-arrow-active::after {
  -webkit-transform: rotate(180deg) scale(0.7);
      -ms-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7);
}
.sc-filters .scf-top .scf-t-items .scf-ti .def-select .select-items div,
.sc-filters .scf-top .scf-t-items .scf-ti .def-select .select-selected {
  padding-top: 11px;
  padding-bottom: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sc-filters .scf-top .scf-t-items .scf-ti .def-select .select-selecte {
  padding-right: 25px;
}
.sc-filters .scf-mid {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 43px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sc-filters .scf-mid .scf-m-itm {
  margin-bottom: 41px;
  max-width: 170px;
  width: 100%;
}
.sc-filters .scf-mid .scf-m-itm:last-child {
  margin-bottom: 0px;
}
.sc-filters .scf-mid .scf-m-itm .scf-mi-hdr {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap {
  margin-bottom: 15px;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap .container {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-family: "OpenSans", sans-serif;
  padding-left: 23px;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap .checkmark {
  border: 1px solid #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  top: 2px;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap .checkmark::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  background: url(../img/checked-icn.svg);
  left: 0;
  top: 0;
  display: none;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap input:checked ~ .checkmark {
  background: transparent;
}
.sc-filters .scf-mid .scf-m-itm .cb-wrap input:checked ~ .checkmark::after {
  display: block;
}
.sc-filters .scf-mid .scf-m-itm .def-date {
  margin-bottom: 9px;
}
.sc-filters .scf-mid .scf-m-itm .scf-mi-search {
  position: relative;
  margin-bottom: 14px;
  display: block;
}
.sc-filters .scf-mid .scf-m-itm .scf-mi-search input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  padding-left: 12px;
  padding-right: 30px;
  outline: none;
}
.sc-filters .scf-mid .scf-m-itm .scf-mi-search button {
  border: 0px solid #000;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: no-repeat url(../img/search-icn-gray.svg) 50%;
  cursor: pointer;
}
.sc-filters .scf-mid .scf-m-itm .scf-scroll-wrap {
  height: 178px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.s-course .my-container.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s-course .sc-form {
  width: calc(100% - 400px);
  margin-right: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-top: 70px;
  padding-bottom: 55px;
}
.s-course .sc-form .my-container {
  max-width: 609px;
}
.s-course .sc-form .h3 {
  margin-bottom: 42px;
}
.s-course .sc-form .def-inp {
  margin-bottom: 20px;
  max-width: 370px;
}
.s-course .sc-form .dd-descr {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 10px;
}
.s-course .sc-form .scf-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 31px;
  margin-bottom: 30px;
}
.s-course .sc-form .scf-count input {
  width: 40px;
  height: 40px;
  border: 1px solid #488EFB;
  border-radius: 5px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 40px;
  font-family: "OpenSans", sans-serif;
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
  margin-left: 20px;
  margin-right: 20px;
}
.s-course .sc-form .scf-count .scf-count-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #488EFB;
  position: relative;
  cursor: pointer;
}
.s-course .sc-form .scf-count .scf-count-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 20px;
  font-family: "OpenSansBold", sans-serif;
  color: #fff;
}
.s-course .sc-form .scf-count .scf-count-btn.min::after {
  content: "-";
}
.s-course .sc-form .scf-count .scf-count-btn.plus::after {
  content: "+";
}
.s-course .sc-form .def-date,
.s-course .sc-form .def-time {
  margin-bottom: 31px;
  max-width: 196px;
  position: relative;
}
.s-course .sc-form .def-date input,
.s-course .sc-form .def-time input {
  width: 100%;
  border: 1px solid #488EFB;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-family: "OpenSans", sans-serif;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}
.s-course .sc-form .def-date::after {
  top: auto;
  bottom: 12px;
  right: 16px;
  width: 25px;
  height: 25px;
  background: url(../img/date-icn.svg);
}
.s-course .sc-form .def-time::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 17px;
  width: 25px;
  height: 25px;
  background: url(../img/time-icn.svg);
}
.s-course .sc-form .btn.blue {
  max-width: 370px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 22px;
}
.s-course .sc-block {
  width: 370px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.s-course .sc-block .scb-img {
  height: 310px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.s-course .sc-block .scb-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-course .sc-block .scb-img span:nth-child(2) {
  display: none;
}
.s-course .sc-block .scb-mid {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.s-course .sc-block .scb-mid .scb-m-hdr {
  margin-bottom: 20px;
}
.s-course .sc-block .scb-mid .btn {
  font-size: 16px;
  line-height: 16px;
  padding-left: 17px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  color: #000;
  font-family: "OpenSans", sans-serif;
}
.s-course .sc-block .scb-mid .scb-m-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.s-course .sc-block .scb-mid .scb-m-list li span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
  min-width: 174px;
  margin-right: 5px;
}
.s-course .sc-block .scb-mid .scb-m-list li span:nth-child(2) {
  color: #000;
  font-size: 16px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-course .sc-block .scb-btm {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 6px;
}
.s-course .sc-block .scb-btm .scb-b-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.s-course .sc-block .scb-btm .scb-b-top .scb-bt-logo img {
  display: block;
  max-width: 100%;
}
.s-course .sc-block .scb-btm .scb-b-top .scb-bt-txt {
  padding-left: 20px;
}
.s-course .sc-block .scb-btm .scb-b-top .scb-bt-txt .scb-bt-t-hdr {
  margin-bottom: 5px;
}
.s-course .sc-block .scb-btm .scb-b-top .scb-bt-txt .scb-bt-t-address {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 160%;
  font-family: "OpenSans", sans-serif;
}
.s-course .sc-block .scb-btm .scd-ir-top {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-course .sc-block .scb-btm .scd-ir-top .scd-irt-left {
  padding-left: 15px;
}
.s-course .sc-block .scb-btm .scd-ir-top .scd-irt-left .stars {
  margin-bottom: 5px;
}
.s-course .sc-block .scb-btm .scd-ir-top .scd-irt-left .scd-irt-descr {
  display: block;
  color: #8A8A8A;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
}
.s-course .sc-block .scb-btm .scd-ir-top .scd-irt-right .scd-irt-raiting {
  display: block;
  width: 70px;
  height: 40px;
  border: 1px solid #488EFB;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-family: "OpenSansSemiBold", sans-serif;
  text-align: center;
}
.s-course .sc-block .scb-prices {
  padding-top: 27px;
  padding-bottom: 36px;
}
.s-course .sc-block .scb-prices ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.s-course .sc-block .scb-prices ul li span:nth-child(1) {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-family: "OpenSans", sans-serif;
}
.s-course .sc-block .scb-prices ul li span:nth-child(2) {
  color: #488EFB;
  font-size: 24px;
  line-height: 125%;
  font-family: "OpenSansBold", sans-serif;
}
.s-course .sc-block .scb-prices ul li span.small-gray {
  color: #C4C4C4;
  font-size: 20px;
}

/* About us new classes ------------------------------------------------- */

.main-wrapper.info-page { background: #F9FAFA; }
.ip-top-banner .tb-block {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.ip-top-banner .tb-block .tbb-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-image: url('../img/tbb-bg-1.jpg');
}
.ip-top-banner .tb-block .tbb-bg.tablet-visible {
  display: none;
  background-image: url('../img/tbb-bg-1_tablet.jpg');
}
.ip-top-banner .tb-block .tbb-bg.mobile-visible {
  display: none;
  background-image: url('../img/tbb-bg-1_mobile.jpg');
}
.ip-top-banner .tb-block .tbb-text {
  position: relative;
  z-index: 1;
  padding-top: 33px;
  padding-left: 37px;
  padding-bottom: 145px;
}
.ip-top-banner .tb-block .tbb-text .aboutus-back {
  margin-bottom: 85px;
}
.ip-top-banner .tb-block .tbb-text .tbb-hdr {
  color: #fff;
  padding-left: 24px;
  margin-bottom: 20px;
}
.ip-top-banner .tb-block .tbb-text .tbb-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24px;
  max-width: 440px;
}
.ip-top-banner .tb-block .tbb-text .tbb-anchors .tbb-anchor {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  background: #76AAFC;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.ip-top-banner .tb-block .tbb-text .tbb-anchors .tbb-anchor:hover {
  background: #fff;
  color: #76AAFC;
}
.ip-top-banner .tb-block .tbb-text .tbb-anchors .tbb-anchor:last-child {
  margin-right: 0px;
}
.ip-possibilities {
  padding-top: 110px;
  padding-bottom: 35px;
}
.ip-possibilities .ip-top {
  text-align: center;
  margin-bottom: 50px;
}
.ip-possibilities .ip-items .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.ip-possibilities .ip-items .ip-itm {
  width: calc(50% - 30px);
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 42px;
  padding-bottom: 42px;
}
.ip-possibilities .ip-items .ip-itm .ipi-img {
  margin-bottom: 15px;
}
.ip-possibilities .ip-items .ip-itm .ipi-img img {
  display: block;
  max-width: 100%;
}
.ip-possibilities .ip-items .ip-itm .ipi-text .ipi-t-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 13px;
}
.ip-possibilities .ip-items .ip-itm .ipi-text p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

.ip-advantages {
  padding-top: 45px;
  padding-bottom: 51px;
}
.ip-advantages .pa-top {
  text-align: center;
  margin-bottom: 53px;
}
.ip-advantages .pa-items .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.ip-advantages .pa-items .pa-itm {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.ip-advantages .pa-items .pa-itm.black {
  background: #303443;
}
.ip-advantages .pa-items .pa-itm.black .pai-text .pai-t-hdr {
  color: #fff;
}
.ip-advantages .pa-items .pa-itm.black .pai-text .pai-t-list li {
  color: #fff;
}
.ip-advantages .pa-items .pa-itm .pai-img {
  margin-bottom: 13px;
}
.ip-advantages .pa-items .pa-itm .pai-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-hdr {
  text-align: center;
  color: #4A4A4A;
  font-size: 26px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 38px;
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li {
  display: block;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  padding-left: 53px;
  margin-bottom: 38px;
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li:last-child {
  margin-bottom: 0px;
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li:nth-child(4n+1)::before {
  background: url(../img/l_before_1.svg);
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li:nth-child(4n+2)::before {
  background: url(../img/l_before_2.svg);
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li:nth-child(4n+3)::before {
  background: url(../img/l_before_3.svg);
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li:nth-child(4n+4)::before {
  background: url(../img/l_before_4.svg);
}
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li::before {
  content: "";
  position: absolute;
  left: -9px;
  top: -13px;
  width: 50px;
  height: 50px;
}
.ip-work {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ip-work .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ip-work .ipw-top {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.ip-work .ipw-left {
  width: calc(50% - 15px);
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 36px;
}
.ip-work .ipw-right {
	width: calc(50% - 15px);
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 81px;
	padding-bottom: 81px;
	display: flex;
	align-items: center;
}
.ip-work .ipw-items .ipw-itm {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
  margin-bottom: 24px;
}
.ip-work .ipw-items .ipw-itm:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ip-work .ipw-items .ipw-itm:last-child::before {
  display: none;
}
.ip-work .ipw-items .ipw-itm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background: #E9E9E9;
}
.ip-work .ipw-items .ipw-itm .ipw-big-num {
  position: absolute;
  font-size: 152px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  color: #F6F6F6;
  left: 0;
  top: -37px;
}
.ip-work .ipw-items .ipw-itm .ipw-i-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 15px;
  position: relative;
}
.ip-work .ipw-items .ipw-itm p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 22px;
  position: relative;
}
.ip-work .ipw-items .ipw-itm .ipw-i-btm {
  position: relative;
  padding-top: 15px;
}
.ip-work .ipw-items .ipw-itm .ipw-i-btm .ipw-ib-hdr {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}
.ip-work .ipw-items .ipw-itm .ipw-i-btm .ipw-ib-descr {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.ip-work .ipw-video .ipw-vid-btn {
  height: 303px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.ip-work .ipw-video .ipw-vid-btn:hover .ipw-vid-bg {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.ip-work .ipw-video .ipw-vid-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(../img/play-btn.svg);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ip-work .ipw-video .ipw-vid-btn .ipw-vid-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-image: url('../img/video-poster.jpg');
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip-work .ipw-video .ipw-vid-btn .ipw-vid-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ip-work .ipw-video .ipw-btm .ipw-b-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 16px;
}
.ip-work .ipw-video .ipw-btm p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

.ip-mission {
  padding-top: 46px;
  padding-bottom: 46px;
}
.ip-mission .im-top {
  text-align: center;
  margin-bottom: 51px;
}
.ip-mission .im-mid {
  margin-bottom: 30px;
}
.ip-mission .im-mid .imm-block {
  background: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ip-mission .im-mid .imm-block .imm-text {
  width: 50%;
  padding-top: 54px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 73px;
}
.ip-mission .im-mid .imm-block .imm-text .imm-t-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 26px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 18px;
}
.ip-mission .im-mid .imm-block .imm-text .imm-t-hdr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 120px;
  height: 2px;
  background: #488EFB;
}
.ip-mission .im-mid .imm-block .imm-text p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.ip-mission .im-mid .imm-block .imm-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ip-mission .im-mid .imm-block .imm-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ip-mission .im-btm .imb-block {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 125px;
  padding-top: 30px;
  padding-bottom: 34px;
}
.ip-mission .im-btm .imb-block .imb-itm {
  width: 25%;
}
.ip-mission .im-btm .imb-block .imb-itm .imb-i-num {
  display: block;
  color: #4A4A4A;
  font-size: 36px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}
.ip-mission .im-btm .imb-block .imb-itm .imb-i-descr {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

.ip-contacts {
  padding-top: 64px;
  padding-bottom: 64px;
}
.ip-contacts .ic-top {
  text-align: center;
  margin-bottom: 50px;
}
.ip-contacts .ic-mid .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ip-contacts .ic-mid .icm-map {
  width: calc(50% - 15px);
  margin-right: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.ip-contacts .ic-mid .icm-map .map {
  min-height: 330px;
  border-radius: 20px;
  overflow: hidden;
}
.ip-contacts .ic-mid .icm-content {
  width: calc(50% - 15px);
  margin-left: 15px;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 55px;
  padding-top: 55px;
}
.ip-contacts .ic-mid .icm-content .icm-items .icm-itm {
  margin-bottom: 27px;
}
.ip-contacts .ic-mid .icm-content .icm-items .icm-itm:last-child {
  margin-bottom: 0px;
}
.ip-contacts .ic-mid .icm-content .icm-items .icm-itm .icm-i-descr {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 4px;
}
.ip-contacts .ic-mid .icm-content .icm-items .icm-itm .icm-i-bold {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}

.ip-req {
  padding-top: 48px;
  padding-bottom: 120px;
}
.ip-req .ir-top {
  text-align: center;
  margin-bottom: 50px;
}
.ip-req .ir-four {
  margin-bottom: 29px;
}
.ip-req .ir-four .irf-block {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.ip-req .ir-four .irf-block .irf-itm .irf-i-status {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 3px;
}
.ip-req .ir-four .irf-block .irf-itm .irf-i-num {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}
.ip-req .ir-form-wrap .ir-form {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-right: 60px;
}
.ip-req .ir-form-wrap .ir-form .irf-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-image: url('../img/irf_bg.jpg');
}
.ip-req .ir-form-wrap .ir-form .irf-left {
  width: calc(100% - 300px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ip-req .ir-form-wrap .ir-form .irf-left .irf-l-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 27px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 12px;
}
.ip-req .ir-form-wrap .ir-form .irf-left p {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.ip-req .ir-form-wrap .ir-form .irf-right {
  width: 300px;
  position: relative;
  z-index: 1;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx.active {
  display: block;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx .irf-rt-img {
  margin-bottom: 9px;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx .irf-rt-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx .irf-rt-hdr {
  display: block;
  color: #FFF;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 4px;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-thx .irf-rt-descr {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content {
  display: none;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content.active {
  display: block;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp {
  margin-bottom: 20px;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp:last-child {
  margin-bottom: 0px;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp input {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 24px;
  outline: none;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .def-inp input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .btn {
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  font-family: "OpenSansBold", sans-serif;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip-req .ir-form-wrap .ir-form .irf-right .irf-r-content .btn:hover {
  color: #488EFB;
}

.mCSB_container .current-select{display: none;}


[class*="balloon__tail"][class*="balloon__tail"][class*="balloon__tail"]{display: flex; transform: unset; left: 50%; top: calc(100% + -8px); transform: translate(-50%); background: unset; box-shadow: unset; z-index: 1;}
[class*="balloon__tail"][class*="balloon__tail"][class*="balloon__tail"]:after{width: unset; height: unset; bottom: 10px; left: unset; position: relative; flex: 1 1 auto; transform: rotate(-45deg);}
[class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"]{padding-top: 0px;}
[class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"]>ymaps{height: auto !important; width: max-content !important;}
[class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"][class*="balloon__content"]>ymaps>ymaps{display: block;}
[class*="balloon__layout"][class*="balloon__layout"][class*="balloon__layout"]{overflow: unset;}
[class*="balloon_layout_normal"]{left: 50% !important; transform: translateX(-50%); top: unset !important; bottom: calc(100% + 10px); border: 1px solid rgba(0,0,0,.15); box-shadow: 0;}
[class*="balloon__close-button"][class*="balloon__close-button"][class*="balloon__close-button"]{height: 30px; position: absolute; top: -30px; right: -30px; opacity: 1; background-color: #fff; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15),0 5px 15px -7px rgba(0,0,0,.5);}
[class*="-balloon"][class*="-balloon"][class*="-balloon"]{padding: 0;}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  .fixed-menu .fm-content .fmc-items .fmc-itm {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 1500px) {
  .s-items-map .sim-items .sim-itm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider {
    width: 190px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide .sim-i-photo {
    height: 190px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center {
    width: calc(50% - 95px);
    padding-left: 10px;
    padding-right: 5px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right {
    width: calc(50% - 95px);
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .s-items-map .sim-items {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-items-map .sim-map {
    margin-left: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }

  .s-items-map .sim-map #map {
    height: 400px;
  }

  .fixed-menu .fm-nav {
    position: absolute;
    left: -280px;
    z-index: 2;
    width: 280px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .fixed-menu .fm-nav.active {
    left: 0px;
  }

  .fixed-menu .fm-nav .fmn-content {
    padding-left: 20px;
  }

  .fixed-menu .fm-nav .fmn-close {
    display: block;
  }

  .fixed-menu .fm-content {
    width: 100%;
  }
  .fixed-menu .fm-content .h2 {
    display: none;
  }

  .fixed-menu .fm-content .fmc-top .fmc-open {
    display: block;
  }

  .s-breadcrumbs {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s-course .sc-form {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s-course .sc-form .my-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1280px)  {
  .h1 {
    font-size: 36px;
  }

  .h2 {
    font-size: 28px;
  }

  .ip-top-banner .tb-block .tbb-text .aboutus-back {
    margin-bottom: 60px;
  }

  .ip-top-banner .tb-block .tbb-text {
    padding-bottom: 120px;
  }

  .ip-possibilities {
    padding-top: 80px;
  }

  .ip-possibilities .ip-items .ip-itm .ipi-text p,
.ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li,
.ip-mission .im-mid .imm-block .imm-text p,
.ip-req .ir-form-wrap .ir-form .irf-left p {
    font-size: 14px;
  }

  .ip-req .ir-form-wrap .ir-form .irf-left .irf-l-hdr {
    font-size: 24px;
  }

  .ip-req .ir-four .irf-block .irf-itm .irf-i-num {
    font-size: 18px;
  }

  .ip-req .ir-four .irf-block .irf-itm .irf-i-status {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .s-filters {
    display: none;
  }

  .s-items-map {
    padding-top: 0px;
  }

  .sc-filters.solo-filters {
    display: block;
  }

  .s-breadcrumbs.no-breadcrumbs {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sc-filters .scf-close {
    display: block;
  }

  .sc-filters {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100vh;
    overflow: auto;
    z-index: 11;
    background: #F4F8FF;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    opacity: 0;
    visbility: hidden;
    left: -100%;
    -webkit-transition: all 0.5s ease, left 0s ease 0.5s;
    -o-transition: all 0.5s ease, left 0s ease 0.5s;
    transition: all 0.5s ease, left 0s ease 0.5s;
  }
  .sc-filters.active {
    -webkit-transition: all 0.5s ease, left 0s ease;
    -o-transition: all 0.5s ease, left 0s ease;
    transition: all 0.5s ease, left 0s ease;
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .sc-filters .scf-mid .scf-m-itm {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-catalog .sc-content {
    padding-left: 0px;
    width: 100%;
  }

  .s-breadcrumbs .sb-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
  }

  .s-breadcrumbs .my-container {
    display: none;
  }

  .s-breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fixed-city {
    padding-top: 76px;
  }

  .fixed-city .fc-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .fixed-city .fc-block .h3 {
    margin-bottom: 25px;
  }

  .fixed-city .fc-block .fcb-search {
    margin-bottom: 15px;
  }

  .fixed-city .fc-block .fcb-items .fcb-itm {
    padding-left: 25px;
    margin-bottom: 5px;
  }

  .fixed-city .fc-block .fcb-items .fcb-itm .fcb-i-row {
    font-size: 14px;
    line-height: 140%;
  }

  .h1, h1 {
    font-size: 36px;
    line-height: 125%;
  }
  
  .h2, h2 {
	font-size: 24px;
	line-height: 125%;
  }

  .s-sphere .ss-block {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .s-sphere .ss-txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .s-sphere .ss-txt .h1 {
    margin-bottom: 26px;
  }

  .s-sphere .ss-img {
    width: 100%;
  }
  .s-sphere .ss-img img {
    margin-left: auto;
    margin-right: auto;
  }

  .s-sphere .my-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-sphere .ss-txt p {
    font-size: 14px;
    line-height: 140%;
  }

  .s-top-score .sts-block .sts-descr {
    font-size: 20px;
    line-height: 125%;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .s-top-score .sts-block .sts-descr::before {
    display: none;
  }

  .s-top-score .my-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-top-score .sts-block {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px;
  }

  .fixed-menu.active {
    top: 76px;
    height: calc(100% - 76px);
  }

  .s-items-map .sim-items .sim-itm {
    padding: 15px;
  }

  .s-catalog .sc-content .s-teachers .st-content-wrap .st-content .swiper-slide {
    width: 201px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row span:nth-child(2) {
    font-size: 16px;
    line-height: 125%;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li span:nth-child(2) {
    font-size: 14px;
    line-height: 125%;
  }

  header .hd-menu ul li a {
    font-size: 14px;
    line-height: 18px;
    padding-left: 7px;
    padding-right: 7px;
  }

  header .hd-right .hdr-city {
    font-size: 14px;
    line-height: 18px;
  }

  header .hd-right .hdr-city::before {
    top: 0;
  }

  header .hd-right .hdr-city {
    margin-right: 15px;
  }
  
  .my-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 720px;
  }

  .ip-top-banner .tb-block .tbb-text .aboutus-back {
    margin-bottom: 28px;
  }

  .ip-top-banner .tb-block .tbb-text .tbb-hdr {
    padding-left: 3px;
    margin-bottom: 22px;
  }

  .ip-top-banner .tb-block .tbb-text .tbb-anchors {
    padding-left: 3px;
  }

  .ip-top-banner .tb-block .tbb-text {
    padding-bottom: 68px;
  }

  .ip-top-banner .tb-block .tbb-bg.tablet-hidden {
    display: none;
  }
  .ip-top-banner .tb-block .tbb-bg.tablet-visible {
    display: block;
  }

  .ip-possibilities {
    padding-top: 90px;
    padding-bottom: 44px;
  }

  .ip-possibilities .ip-top {
    margin-bottom: 42px;
  }

  .ip-possibilities .ip-items .ip-itm .ipi-img img {
    max-width: 50px;
  }

  .ip-possibilities .ip-items .ip-itm {
    margin: 0;
    width: calc(50% - 10px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .ip-possibilities .ip-items .my-container.flex {
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-possibilities .ip-items .ip-itm .ipi-text .ipi-t-hdr {
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 7px;
  }

  .ip-possibilities .ip-items .ip-itm .ipi-text p {
    line-height: 140%;
  }

  .ip-possibilities .ip-items .ip-itm .ipi-img {
    margin-bottom: 12px;
  }

  .ip-advantages {
    padding-bottom: 46px;
  }

  .ip-advantages .pa-items .pa-itm {
    width: calc(50% - 10px);
    margin: 0;
    padding-bottom: 36px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-advantages .pa-items .my-container.flex {
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-advantages .pa-items .pa-itm .pai-img img {
    max-width: 90px;
  }

  .ip-advantages .pa-items .pa-itm .pai-text .pai-t-hdr {
    font-size: 18px;
    line-height: 125%;
  }

  .ip-advantages .pa-items .pa-itm .pai-text .pai-t-list li {
    font-size: 14px;
    line-height: 140%;
    padding-left: 49px;
    margin-bottom: 27px;
  }

  .ip-advantages .pa-items .pa-itm .pai-img {
    margin-bottom: 14px;
  }

  .ip-advantages .pa-items .pa-itm .pai-text .pai-t-hdr {
    margin-bottom: 31px;
  }

  .ip-work {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .ip-work .ipw-top {
    margin-bottom: 42px;
  }

  .ip-work .ipw-items .ipw-itm .ipw-i-hdr {
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 7px;
  }

  .ip-work .ipw-items .ipw-itm p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 11px;
  }

  .ip-work .ipw-items .ipw-itm .ipw-big-num {
    display: none;
  }

  .ip-work .ipw-left {
    width: calc(50% - 10px);
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .ip-work .ipw-items .ipw-itm {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }

  .ip-work .ipw-right {
    width: calc(50% - 10px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 113px;
	display: flex;
	align-items: center;
  }

  .ip-work .ipw-video .ipw-vid-btn {
    height: 167px;
    border-radius: 10px;
  }

  .ip-work .ipw-video .ipw-vid-btn::after {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ip-work .ipw-video .ipw-btm .ipw-b-hdr {
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 9px;
  }

  .ip-mission {
    padding-top: 45px;
  }

  .ip-mission .im-mid .imm-block .imm-text .imm-t-hdr {
    font-size: 22px;
    line-height: 125%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .ip-mission .im-mid .imm-block .imm-text p {
    line-height: 140%;
  }

  .ip-mission .im-mid .imm-block .imm-text {
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 62px;
  }

  .ip-mission .im-mid {
    margin-bottom: 20px;
  }

  .ip-mission .im-btm .imb-block .imb-itm .imb-i-num {
    font-size: 28px;
    line-height: 125%;
  }

  .ip-mission .im-btm .imb-block .imb-itm .imb-i-descr {
    font-size: 14px;
    line-height: 140%;
  }

  .ip-mission .im-btm .imb-block {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .ip-mission .im-btm .imb-block .imb-itm {
    width: auto;
  }

  .ip-contacts {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .ip-contacts .ic-top {
    margin-bottom: 52px;
  }

  .ip-contacts .ic-mid .icm-map .map {
    min-height: 257px;
  }

  .ip-contacts .ic-mid .icm-map {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .ip-contacts .ic-mid .icm-content {
    width: calc(50% - 10px);
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 35px;
  }

  .ip-contacts .ic-mid .icm-content .icm-items .icm-itm {
    margin-bottom: 18px;
  }

  .ip-contacts .ic-mid .icm-content .icm-items .icm-itm .icm-i-bold {
    font-size: 18px;
    line-height: 125%;
  }

  .ip-req {
    padding-top: 45px;
  }

  .ip-req .ir-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
  }

  .ip-req .ir-four {
    width: calc(50% - 10px);
    margin-bottom: 0px;
  }

  .ip-req .ir-form-wrap {
    width: calc(50% - 10px);
  }

  .ip-req .ir-form-wrap .ir-form .irf-left {
    width: 100%;
    padding: 0;
  }

  .ip-req .ir-form-wrap .ir-form .irf-right {
    width: 100%;
  }

  .ip-req .ir-four .irf-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }

  .ip-req .ir-four .my-container,
.ip-req .ir-form-wrap .my-container {
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .ip-req .ir-four .irf-block {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
    padding-bottom: 36px;
    height: 100%;
  }

  .ip-req .ir-four .irf-block .irf-itm {
    width: 100%;
    margin-bottom: 26px;
  }
  .ip-req .ir-four .irf-block .irf-itm:last-child {
    margin-bottom: 0px;
  }

  .ip-req .ir-top {
    margin-bottom: 53px;
  }

  .ip-req .ir-form-wrap .ir-form {
    border-radius: 10px;
    padding-top: 29px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 43px;
  }

  .ip-req .ir-form-wrap .ir-form .irf-left .irf-l-hdr {
    margin-bottom: 8px;
  }

  .ip-req .ir-form-wrap .ir-form .irf-left {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 800px) {
  header .hd-logo {
    gap: 3px;
    left: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .fixed-city .fc-block .h3 {
    font-size: 20px
    line-height: 125%
    margin-bottom: 39px
  }

  .fixed-city .fc-block .fcb-search input {
    padding-left: 34px
    padding-bottom: 6px
  }
  
  .fixed-city .fc-block .fcb-items {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .fixed-city .fc-block .fcb-items .fcb-itm .fcb-i-row {
    margin-bottom: 9px
  }
  
  .fixed-city .fc-block .fcb-items .fcb-itm {
    margin-bottom: 13px
  }
  .fixed-city .fc-block {
    border-radius: 0px;
  }
  .fixed-city .fc-block .fcb-items {
    height: calc(100vh - 118px);
    overflow-y: auto;
    max-height: 100%;
  }
  
  .fixed-city .fc-block {
    width: 100%;
    border-radius: 0px;
  }
  
  .fixed-city .fc-block .fcb-items .fcb-itm {
    width: 100%;
  }
  
  .fixed-city .fc-block .fcb-close {
    width: 16px
    height: 16px
    background-size: contain
    background-repeat: no-repeat
    right: 20px
  }

  .fixed-menu .fm-content .fmc-top .fmc-search {
    display: none;
  }

  .fixed-menu .fm-content .fmc-top {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .fixed-menu .fm-content .fmc-top .fm-close {
    right: 20px;
    top: -10px;
  }

  .fixed-menu .fm-content .fmc-scroll-wrapper {
    height: calc(100vh - 120px);
  }

  .fixed-menu .fm-content .fmc-items .fmc-itm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    overflow: visible;
  }

  .fixed-menu .fm-content .fmc-items {
    padding-top: 20px;
  }

  .fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt {
    padding-left: 20px;
  }

  .fixed-menu .fm-content .fmc-items .fmc-itm .fmc-txt .fmc-i-num {
    position: absolute;
    right: -5px;
    top: -10px;
    margin: 0;
  }

  .fixed-menu .fm-content .fmc-items .fmc-itm .fmc-img {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .fixed-menu.active {
    top: 50px;
    height: calc(100% - 50px);
  }

  .s-items-map .sim-sort {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-items-map .my-container.flex {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-items-map .sim-sort .sim-s-descr {
    font-size: 14px;
    line-height: 140%;
    margin-right: 15px;
  }

  .s-items-map .sim-sort .sim-sort-items .sim-s-itm {
    font-size: 14px;
    line-height: 140%;
    margin-right: 15px;
  }

  .s-items-map .sim-items .sim-itm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider {
    width: 100%;
    margin-bottom: 20px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center {
    width: 50%;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right {
    width: 50%;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide .sim-i-photo {
    height: 111px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider .swiper-slide {
    width: 120px;
  }

  .s-catalog .sc-content .s-teachers {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  .s-catalog .sc-content .s-teachers .st-hdr {
    margin-bottom: 16px;
  }

  .s-catalog .sc-content .s-teachers .my-container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }

  .s-catalog .sc-content .s-teachers .def-select {
    margin-bottom: 11px;
  }

  .s-catalog .sc-content .s-teachers {
    padding-bottom: 20px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-img {
    width: 100%;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid {
    width: 50%;
    padding-left: 20px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-right {
    width: 50%;
    padding-left: 0px;
    padding-right: 20px;
  }

  .s-catalog .my-container.flex {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-catalog .sc-content .scc-detail .scd-photo-slider .scd-btm-photos {
    display: none;
  }

  .s-catalog .sc-content .scc-detail {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .s-catalog .sc-content .scc-detail .scd-photo-slider {
    width: 100%;
  }

  .s-catalog .sc-content .scc-detail .scd-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-ir-top {
    right: 20px;
  }

  .s-catalog .sc-content .scc-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-breadcrumbs .sb-mobile {
    margin-left: 0px;
    margin-right: 0px;
  }

  header .hd-menu ul {
    display: none;
  }

  header .hd-right .hdr-city,
  header .hd-right .favorites-heart ,
  header .hd-right .btn,
  header .hd-right .select-city-wrap {
    display: none;
  }

  header .hd-burger {
    display: block;
  }

  header .hd-logo {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
  }

  header {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .h3, h3 {
    font-size: 16px;
    line-height: 125%;
  }

  .s-course .sc-block {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .s-course .sc-block .scb-img {
    height: 125px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 20px;
  }
  .s-course .sc-block .scb-img span {
    display: none;
  }
  .s-course .sc-block .scb-img span:nth-child(2) {
    display: block;
  }

  .s-course .my-container.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-course .sc-form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .s-course .sc-block {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 3px;
  }

  .s-course .sc-block .scb-mid {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
  }

  .s-course .sc-block .scb-mid .scb-m-hdr {
    margin-bottom: 9px;
  }

  .s-course .sc-block .scb-mid .btn {
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 4px;
  }

  .s-course .sc-block .scb-btm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-course .sc-block .scb-prices {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .s-course .sc-block .scb-mid .scb-m-list li,
.s-course .sc-block .scb-prices ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 290px;
    margin-bottom: 12px;
  }

  .s-course .sc-block .scb-mid .scb-m-list li span:nth-child(1),
.s-course .sc-block .scb-prices ul li span:nth-child(1) {
    font-size: 14px;
    line-height: 140%;
    min-width: auto;
  }

  .s-course .sc-block .scb-mid .scb-m-list li span:nth-child(2),
.s-course .sc-block .scb-prices ul li span:nth-child(2) {
    font-size: 14px;
    line-height: 125%;
  }

  .s-course .sc-block .scb-btm .scb-b-top .scb-bt-txt .scb-bt-t-address {
    font-size: 14px;
    line-height: 140%;
  }

  .s-course .sc-block .scb-btm .scb-b-top .scb-bt-txt {
    padding-left: 15px;
  }

  .s-course .sc-block .scb-btm .scb-b-top {
    margin-bottom: 10px;
  }

  .s-course .sc-block .scb-btm .scd-ir-top {
    margin-bottom: 13px;
  }

  .s-course .sc-form {
    margin-right: 0px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .s-course .sc-form .h3 {
    margin-bottom: 31px;
  }

  .def-inp input {
    padding-top: 9px;
    padding-bottom: 8px;
  }

  .def-inp .di-descr {
    top: 13px;
  }

  .s-course .sc-form .scf-count {
    margin-top: 23px;
    margin-bottom: 21px;
  }

  .s-course .sc-form .def-date, .s-course .sc-form .def-time {
    margin-bottom: 22px;
  }

  .s-course .sc-form .btn.blue {
    margin-top: 8px;
  }
  header .hd-menu {
    position: absolute;
    right: 10px;
  }
  .hd-menu .favorites-heart {
    display: block;
    position: absolute;
    top: 0px;
    right: 40px;
  }
  header .hd-logo img {
    height: 30px;
  }
  header .hd-logo {
    font-size: 18px;
  }
}
@media only screen and (max-width: 730px) {
  .ip-top-banner .my-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ip-top-banner .tb-block .tbb-text {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 0px;
    padding-bottom: 264px;
  }

  .ip-top-banner .tb-block .tbb-text .tbb-hdr {
    font-size: 28px;
    line-height: 125%;
    font-weight: 700;
  }

  .ip-top-banner .tb-block .tbb-text .aboutus-back {
    margin-bottom: 14px;
  }

  .ip-top-banner .tb-block .tbb-text .tbb-anchors .tbb-anchor {
    margin-right: 9px;
  }

  .ip-top-banner .tb-block .tbb-bg.mobile-visible {
    display: block;
  }

  .ip-top-banner .tb-block .tbb-bg.tablet-visible {
    display: none;
    background-image: url('../img/tbb-bg-1_tablet.jpg');
  }

  .h2 {
    font-size: 24px;
    line-height: 125%;
  }

  .ip-possibilities .ip-items .ip-itm {
    width: 100%;
    border-radius: 10px;
    padding-top: 11px;
    padding-bottom: 20px;
  }

  .ip-possibilities {
    padding-top: 72px;
  }

  .ip-possibilities .ip-items .my-container.flex {
    padding: 0;
  }

  .ip-possibilities {
    padding-bottom: 34px;
  }

  .ip-advantages {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ip-advantages .pa-items .pa-itm {
    width: 100%;
    border-radius: 10px;
  }

  .ip-advantages .pa-items .my-container.flex {
    padding: 0;
  }

  .ip-advantages .pa-top {
    margin-bottom: 34px;
  }

  .ip-work {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .ip-work .ipw-top {
    margin-bottom: 34px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-work .ipw-left {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .ip-work .ipw-right {
    width: 100%;
    border-radius: 10px;
    padding: 0;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-work .my-container.flex {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ip-work .ipw-video .ipw-vid-btn {
    height: 180px;
    margin-bottom: 14px;
  }

  .ip-mission {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ip-mission .im-mid .imm-block .imm-text {
    width: 100%;
  }

  .ip-mission .im-mid .imm-block .imm-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .ip-mission .im-mid .imm-block {
    border-radius: 10px;
  }

  .ip-mission .im-mid .my-container {
    padding: 0;
  }

  .ip-mission .im-top {
    margin-bottom: 34px;
  }

  .ip-mission .im-mid .imm-block .imm-text .imm-t-hdr {
    font-size: 18px;
    line-height: 125%;
    padding-bottom: 17px;
  }

  .ip-mission .im-mid .imm-block .imm-text {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 25px;
  }

  .ip-mission .im-btm .my-container {
    padding: 0;
  }

  .ip-mission .im-btm .imb-block {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 27px;
    padding-bottom: 30px;
  }

  .ip-mission .im-btm .imb-block .imb-itm {
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }
  .ip-mission .im-btm .imb-block .imb-itm:last-child {
    margin-bottom: 0px;
  }

  .ip-mission .im-btm .imb-block .imb-itm .imb-i-num {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 2px;
  }

  .ip-contacts .ic-top {
    margin-bottom: 32px;
  }

  .ip-contacts .ic-mid .icm-map {
    border-radius: 10px;
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ip-contacts .ic-mid .icm-map .map {
    min-height: 150px;
    border-radius: 10px;
  }

  .ip-contacts .ic-mid .icm-content {
    margin: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ip-contacts .ic-mid .my-container.flex {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ip-contacts .ic-mid .icm-content .icm-items .icm-itm .icm-i-descr {
    font-size: 14px;
    line-height: 140%;
  }

  .ip-contacts .ic-mid .icm-content .icm-items .icm-itm .icm-i-bold {
    font-size: 16px;
  }

  .ip-contacts .ic-mid .icm-content .icm-items .icm-itm {
    margin-bottom: 25px;
  }

  .ip-req {
    padding-top: 26px;
    padding-bottom: 80px;
  }

  .ip-req .ir-flex {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ip-req .ir-four {
    width: 100%;
    margin-bottom: 16px;
  }

  .ip-req .ir-form-wrap {
    width: 100%;
  }

  .ip-req .ir-top {
    margin-bottom: 34px;
  }

  .ip-req .ir-four .irf-block {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .ip-req .ir-four .irf-block .irf-itm .irf-i-status {
    margin-bottom: 1px;
  }

  .ip-req .ir-four .irf-block .irf-itm {
    margin-bottom: 12px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  .s-items-map .sim-sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-items-map .sim-sort .sim-sort-items {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-items-map .sim-sort .sim-sort-items .sim-s-itm {
    margin-bottom: 10px;
  }

  .s-items-map .sim-sort .sim-s-descr {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .s-items-map .sim-map #map {
    height: 200px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-slider {
    margin-bottom: 17px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center {
    display: none;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center.adaptive {
    display: block;
  }
  .s-items-map .sim-items .sim-itm .sim-i-center.adaptive .sim-ic-items {
    display: none;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-hdr {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 3px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-address {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center .sim-ic-price {
    font-size: 16px;
    line-height: 125%;
  }

  .s-items-map .sim-items .sim-itm {
    position: relative;
    margin-bottom: 10px;
  }
  .s-items-map .sim-items .sim-itm .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  .s-items-map .sim-items .sim-itm .sim-i-center {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-top: 30px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: left;
    position: static;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-right .sim-irt-raiting {
    width: 55px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-top .sim-irt-left {
    display: none;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li span:nth-child(1) {
    font-size: 12px;
    line-height: 140%;
  }

  .s-items-map .sim-items .sim-itm .sim-i-right .sim-ir-list li span:nth-child(2) {
    font-size: 12px;
    line-height: 125%;
  }

  .s-catalog .sc-content .scc-detail {
    margin-bottom: 10px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-right .scl-rows .scl-r-row {
    margin-bottom: 10px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-right {
    width: 100%;
    padding-left: 20px;
    padding-top: 0px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block {
    margin-bottom: 9px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 9px;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-list li span:nth-child(1) {
    font-size: 14px;
    line-height: 140%;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid .scl-m-hdr {
    display: none;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-mid .btn {
    display: none;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-adaptive {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    margin-bottom: 17px;
  }
  .s-catalog .sc-content .scc-lessons .scc-block .scl-adaptive .scl-m-hdr {
    display: block;
    font-size: 16px;
    line-height: 125%;
    font-family: "OpenSansBold", sans-serif;
    color: #4A4A4A;
    margin-bottom: 9px;
  }
  .s-catalog .sc-content .scc-lessons .scc-block .scl-adaptive .btn {
    color: #000;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    line-height: 14px;
  }
  .s-catalog .sc-content .scc-lessons .scc-block .scl-adaptive .btn:hover {
    background: #fff;
  }

  .s-catalog .sc-content .scc-lessons .scc-block .scl-img {
    height: 119px;
  }
}
@media only screen and (max-width: 480px) {
  .s-reg .sr-block .srb-btn-wrap .btn.blue.mid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s-reg .sr-block .srb-row.disabled .srb-open {
    font-size: 14px;
  }

  .s-reg .sr-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-reg .sr-block .srb-row.srb-select .srb-sel-descr {
    font-size: 12px;
  }

  .def-inp input {
    font-size: 14px;
  }

  .def-inp.active .di-descr {
    top: -14px;
    left: 12px;
  }

  .def-inp .di-descr {
    top: -14px;
    left: 12px;
    font-size: 14px;
    color: #488EFB;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    z-index: 1;
  }

  .s-reg .sr-block .srb-row .di-descr {
    font-size: 14px;
  }

  .s-reg .sr-block .srb-row .def-inp .di-descr {
    font-size: 12px;
  }

  .def-select .select-items div, .def-select .select-selected {
    font-size: 14px;
  }

  .s-auth .sa-block {
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 42px;
  }
  .s-auth .sa-block .my-container.small {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-auth .h3 {
    margin-bottom: 29px;
  }

  .s-catalog .sc-content .s-teachers .def-select .select-items div,
.s-catalog .sc-content .s-teachers .def-select .select-selected {
    font-size: 14px;
    line-height: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .s-catalog .sc-content .s-teachers .def-select {
    min-width: 99px;
  }

  .s-catalog .sc-content .s-teachers .def-select .select-selected::after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    right: 10px;
    top: 10px;
  }

  .s-catalog .sc-content .s-teachers .def-select .select-selected.select-arrow-active::after {
    -webkit-transform: scale(0.6) rotate(180deg);
        -ms-transform: scale(0.6) rotate(180deg);
            transform: scale(0.6) rotate(180deg);
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-hdr {
    font-size: 16px;
    line-height: 125%;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-logo {
    display: none;
  }

  .s-catalog .sc-content .scc-detail .scd-photo-slider .scd-top-photos .swiper-slide .scd-tp-ph {
    height: 158px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-ir-top {
    position: static;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-ir-top .scd-irt-left {
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .s-catalog .sc-content .scc-detail .scd-text {
    padding-top: 6px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-address {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap {
    margin-bottom: 10px;
  }
  .s-catalog .sc-content .scc-detail .scd-text .scd-t-btn-wrap .btn {
    margin-bottom: 10px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-price {
    font-size: 20px;
    line-height: 125%;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 25px;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-list li span:nth-child(1) {
    font-size: 14px;
    line-height: 140%;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-t-list li span:nth-child(2) {
    font-size: 14px;
    line-height: 125%;
  }

  .s-catalog .sc-content .scc-detail .scd-text .scd-ir-top {
    margin-bottom: 21px;
  }

  .s-catalog .sc-content .scc-detail {
    padding-bottom: 17px;
    margin-bottom: 9px;
  }

  .sc-filters {
    padding-left: 0px;
  }

  .sc-filters .scf-mid {
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
  }

  .sc-filters .scf-top {
    margin-bottom: 5px;
  }

  .sc-filters .scf-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

.t{/*17*/}