/* Предупреждение о Cookie */

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn:visited,
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_a:visited,
.cookie_a:hover,
.cookie_a {
    color: #FFF;
}
.cookie_btn:hover {
    background: #FFF;
	color: #337AB7;
	text-decoration: none;
}

/*
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
*/

/* Предупреждение о Cookie */


.lprogramm {
	
}

.lprogramm a{
	text-decoration: none;
	line-height: 30px;
}

.lprogramm a span{
	font-weight: 600;
	color: #6B45CE;
}

.price__header2 {
  font-size: 13px;
  margin-top: -17px;
  color: #e32964;
}

.price__header2 a{
	text-decoration: none;
}

.sold .card__footer {
    display:none;
}

.best-choice:after {
  position: absolute;
  content: "";
  background-image: url("/img/icons/best_choice@2x-min.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 110px;
  height: 30px;
  /*top: 7px;
  right: 75px;*/
  margin-left: 174px;
  margin-top: 8px;
}

.best222 {
    border:2px solid #888;
}

.whatsappbox {
	text-align: center;
	background-color: rgba(255,255,255,1);
}

.whatsapplink {
	font-size: 20px;
	text-decoration: none;
	display: table;
	text-align: center;
	margin: auto;
	line-height: 20px;
	padding-top: 20px;
	letter-spacing: 2px;
	
}

div.sprav_wrap h3,div.sprav_wrap h3 a,div.sprav_wrap h3 a:visited {
    color: #6b45ce !important;
    font-family: "Shnobel";
    font-size: 36px;
    letter-spacing: 4.5px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	margin-bottom:20px;
	text-decoration: none;
}

div.sprav_wrap h3.sprav,div.sprav_wrap h3.sprav a,div.sprav_wrap h3.sprav a:visited {
	color: #6b45ce !important;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
	text-decoration: none;
}

div.sprav_wrap ul {
	list-style: none;
}

@media (min-width: 991px){
div.sprav_wrap {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;	
}
}

@media (min-width: 520px) and (max-width: 990px) {
div.sprav_wrap {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}
@media (min-width: 320px) and (max-width: 519px) {
div.sprav_wrap {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}



.pricestyle1 {
	font-size:20px;
	text-decoration:line-through;
	font-weight: normal;
	color: #888;
}

.pricestyle2 {
	font-size:21px;
}

.pricestyle3 {
	font-size:14px;
	font-weight: normal;
	display: block;
	color: #6B45CE;
}

.price_offer {
	text-align: center;
	color: #555;
	margin: 10px;
}
.price_offer span{
	color: #6B45CE;
}
.sold .line2 {
    display:none;
}

.sold + .card__footer {
    visibility:hidden;
}

img {
    font-size:11px;
}


  #rating {
    display: block;
	text-align: center;
	margin-bottom: 60px;
  }


  .rating {
    position: relative;
    max-width: 900px;
    margin: 40px auto 40px;
	display: table;
  }
.rating_img {
	margin: 10px;
	vertical-align: middle;
}



@media (min-width: 1200px) and (max-width: 1240px) {
  .container {
    max-width: 1150px !important;
  }
  .emotions__item {
    width: 500px !important;
  }
  .feedback-img__item {
	flex: 0 1 500px !important;
  }
}

.sold .price__text-3,
.sold .price__text-4,
.sold .price__text-5,
.sold .price__text-6,
.sold .price__text-7,
.sold .line:last-child {
display:none;
}

.sold .price__text-8 {
margin-top: 63px;
margin-bottom: 83px;
}


.season {
    display: inline;
	margin: 0 5px;
	top: 20px;
	position: relative;	
}

.season a {
	font-size: 15px !important;
}
.seasons {
	background-image: url("/img/seasons.png");
    display: inline-block;
    height: 24px;
    margin-right: 3px;
    position: relative;
    top: 7px;
    width: 24px;
}

.season1 {
    background-position: 0 0;
}
.season2 {
    background-position: 24px 0;
}
.season3 {
    background-position: 0 -24px;
}
.season4 {
    background-position: 24px -24px;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('/fonts/HelveticaNeueCyr-Thin.eot');
  src: local('☺'), url('/fonts/HelveticaNeueCyr-Thin.woff') format('woff'), url('/fonts/HelveticaNeueCyr-Thin.otf') format('otf'), url('/fonts/HelveticaNeueCyr-Thin.ttf') format('truetype'), url('/fonts/HelveticaNeueCyr-Thin.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('/fonts/HelveticaNeueCyr-Light.eot');
  src: local('☺'), url('/fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('/fonts/HelveticaNeueCyr-Light.otf') format('otf'), url('/fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('/fonts/HelveticaNeueCyr-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('/fonts/HelveticaNeueCyr-Roman.eot');
  src: local('☺'), url('/fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('/fonts/HelveticaNeueCyr-Roman.otf') format('otf'), url('/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('/fonts/HelveticaNeueCyr-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('/fonts/HelveticaNeueCyr-Medium.eot');
  src: local('☺'), url('/fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('/fonts/HelveticaNeueCyr-Medium.otf') format('otf'), url('/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('/fonts/HelveticaNeueCyr-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('/fonts/HelveticaNeueCyr-Bold.eot');
  src: local('☺'), url('/fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('/fonts/HelveticaNeueCyr-Bold.otf') format('otf'), url('/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('/fonts/HelveticaNeueCyr-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Shnobel';
  src: url('/fonts/Shnobel-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/Shnobel-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/Shnobel-Regular.woff') format('woff'),  url('/fonts/Shnobel-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Shnobel-Oblique';
  src: url('/fonts/Shnobel-Oblique.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/Shnobel-Oblique.eot?#iefix') format('embedded-opentype'),  url('/fonts/Shnobel-Oblique.woff') format('woff'),  url('/fonts/Shnobel-Oblique.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/*  БАЗОВЫЕ НАСТРОЙКИ  */

body,
div,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
input,
textarea,
blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.logo__img {
  max-height: 65px;
}

img {
  max-width: 90%;
  height: auto;
}

html {
  font-size: 12px;
}

body {
  font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
  line-height: 1.35;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  max-height: 100000px;
}

a {
  color: inherit;
}

a:focus,
a:active {
  outline: none;
}

strong {
  font-weight: 700;
}

.main-page {
  min-height: 80vh;
  min-width: 320px;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  padding: 0 15px;
}

.ta-c {
  text-align: center;
}

.d-ib {
  display: inline-block;
}

.box-btn {
  text-align: center;
}

.btn1 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 21px 15px 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #9FDE2E;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-size: 18px;
  font-weight: 500;
  font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
  border-radius: 39px;
}

.btn1:hover {
  background: #83bb1e;
  text-decoration: none;
}

.wrapper {
  text-align: center;
}

.wrapper__text {
  font-size: 16px;
  margin: 36px auto 42px;
  line-height: 1.5;
}

.fz18,
.form__submit {
  font-size: 16px;
}

.fz20,
.discount__text,
.plan__title {
  font-size: 18px;
}

.desc-1 {
  margin: 0;
  color: #6B45CE;
  font-size: 2.33rem;
  font-family: 'Shnobel';
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
}

.desc-1 span {
  margin: 0;
  color: #6B45CE;
  font-size: 1.8rem;
  font-family: 'Shnobel';
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  display: block;
}

.desc-3 {
  margin: 0 auto;
  text-align: center;
  font-family: 'Shnobel';
  color: #6B45CE;
  font-size: 2.33rem;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  line-height: 1.3;
}

.desc-3__sub {
  max-width: 610px;
  margin: 7px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.desc-4 {
  font-family: 'Shnobel';
  color: #6B45CE;
  font-size: 1.67rem;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 4px;
}

.block {
  padding-top: 55px;
  padding-bottom: 1px;
  background-position: center top;
  background-repeat: no-repeat;
}

.block_gray {
  background-color: #F7F6F7;
  background-image: url(/img/bg2.jpg);
}

.block_white {
  background-image: url(/img/bg3.jpg);
}

.block_white-2 {
  background-image: url(/img/bg3.jpg);
}

.line {
  margin: 0 auto;
  background-image: url(/img/icons.png);
  background-position: -42px -106px;
  width: 63px;
  height: 7px;
}

.icon-plus {
  display: inline-block;
  height: 24px;
  margin-left: 1px;
  margin-top: 1px;
  width: 24px;
}

/*  Двойной слайдер  */

.slider2 {
  margin: 50px auto 40px;
  max-width: 918px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider2__big {
  max-width: 768px;
  width: 100%;
  position: relative;
}

.slider2__big .slider2__arrow_prev {
  left: 0px;
  bottom: 50%;
  margin-bottom: -21px;
}

.slider2__big .slider2__arrow_next {
  right: 0px;
  bottom: 50%;
  margin-bottom: -21px;
}

.slider2__small {
  display: none;
}

.slider2__small .slider2__arrow_prev {
  left: 50%;
  margin-left: -21px;
  top: 0;
}

.slider2__small .slider2__arrow_next {
  left: 50%;
  margin-left: -21px;
  bottom: 0;
}

.slider2__arrow {
  position: absolute;
  z-index: 5;
}

.slider2__slider-1 {
  max-width: 768px;
  margin: 0 auto;
}

.slider2__slider-1 img {
  max-width: 290px;
  max-height: 193px;
  margin: 0 auto;
}

.slider2__slider-2 {
  max-width: 141px;
  margin: 0 auto;
}

.slider2__slider-2 img {
  max-width: 141px;
  max-height: 94px;
  margin: 2px auto;
}

.slider2__slider-2 .slick-center {
  background: #fff;
}

.slider2__slider-2 .slick-center img {
  opacity: .6;
}

div.programs__card.card {
  -webkit-flex: 0 1 340px;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;	
}

.card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 290px;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  margin: 0 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;

}

.card__body {
  background: #fff;
  margin-bottom: 16px;
  padding: 20px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.card__footer {
  margin-top: auto;
}

/* Slider slick */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  position: relative;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #000000;
}

/*  END Slider slick  */

/*  ФОРМА  */

.form__modal {
  text-align: center;
  padding-top: 30px;
}

.form__desc {
  font-family: 'Shnobel';
  color: #6B45CE;
  font-size: 1.67rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 5px;
}

.form__subdesk {
  margin-bottom: 15px;
  margin-top: 7px;
}

.form__box-input {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 9px;
}

.form__box-submit {
  max-width: 400px;
  margin: 36px auto 12px;
}

.form__input {
  width: 100%;
  display: inline-block;
  color: #000000;
  padding: 0 15px;
  height: 51px;
  line-height: 22px;
  border: 1px solid #fff;
  border-bottom: 3px dashed #e5e5e9;
  background: #fff;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form__input::-webkit-input-placeholder {
  color: #000000;
}

.form__input::-moz-placeholder {
  color: #000000;
}

.form__input:-moz-placeholder {
  color: #000000;
}

.form__input:-ms-input-placeholder {
  color: #000000;
}

.form__input:focus {
  outline: none;
}

.form__submit {
  width: 100%;
  border: none;
}

.form__submit[disabled] {
  background: #83bb1e;
  cursor: not-allowed;
}

.form__box-checkbox {
  margin: 25px auto 0;
}

.form__checkbox {
  display: none;
}

.form__checkbox:checked + .form__label-check::before {
  background-position: -158px -64px;
}

.form__checkbox:invalid + .form__label-check {
  color: red;
}

.form__label-check {
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  color: #a5a4a4;
}

.form__label-check::before {
  content: '';
  display: inline-block;
  background-image: url(/img/icons.png);
  background-position: -158px -91px;
  width: 19px;
  height: 17px;
  margin-right: 7px;
  vertical-align: baseline;
}

.form__politic {
  display: inline-block;
}

/*  МОДАЛЬНОЕ ОКНО  */

.modal {
  position: relative;
  width: 290px;
  margin: 40px auto;
  background: #fff;
  padding: 30px 20px;
}

.modal .mfp-close {
  background-image: url(/img/icons.png);
  background-position: -158px -34px;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  font-size: 0;
}

.icon-arrow-blue-left {
  background-image: url(/img/icons.png);
  background-position: -106px -52px;
  width: 32px;
  height: 23px;
}

.icon-arrow-blue-right {
  background-image: url(/img/icons.png);
  background-position: 0px -106px;
  width: 32px;
  height: 23px;
}

.icon-arrow-down {
  background-image: url(/img/icons.png);
  background-position: -54px 0px;
  width: 42px;
  height: 42px;
}

.icon-arrow-left {
  background-image: url(/img/icons.png);
  background-position: 0px -54px;
  width: 42px;
  height: 42px;
}

.icon-arrow-right {
  background-image: url(/img/icons.png);
  background-position: -52px -54px;
  width: 42px;
  height: 42px;
}

.icon-arrow-top {
  background-image: url(/img/icons.png);
  background-position: -106px 0px;
  width: 42px;
  height: 42px;
}

.icon-check-off {
  background-image: url(/img/icons.png);
  background-position: -158px -91px;
  width: 19px;
  height: 17px;
}

.icon-check-on {
  background-image: url(/img/icons.png);
  background-position: -158px -64px;
  width: 19px;
  height: 17px;
}

.icon-close {
  background-image: url(/img/icons.png);
  background-position: -158px -34px;
  width: 20px;
  height: 20px;
}

.icon-line {
  background-image: url(/img/icons.png);
  background-position: -42px -106px;
  width: 63px;
  height: 7px;
}

.icon-percent {
  background-image: url(/img/icons.png);
  background-position: 0px 0px;
  width: 44px;
  height: 44px;
}

.icon-plus {
	color: #9ddc2f;
    font-family: monospace;
    font-size: 27px;
    font-weight: bold;
    height: 24px;
}

.icon-play {
  background-image: url(/img/play.png);
  width: 90px;
  height: 90px;
}

/*  ШАПКА  */


.header .container,
.navigation .container {
  max-width: 1190px;
}

.header__row,
.navigation__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

.header__toggle,
.navigation__toggle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin: 0 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.header__left,
.navigation__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 173px;
      -ms-flex: 0 0 173px;
          flex: 0 0 173px;
  margin: 0 15px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.header__center,
.navigation__center {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  display: none;
  margin: 0 15px;
  text-align: center;
}

.header__center.showMenu,
.navigation__center.showMenu {
  display: block;
  border: 2px solid #9FDE2E;
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.header__right,
.navigation__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin: 15px 15px 0;
  text-align: center;
}

.header__close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  border: none;
  background-color: #fff;
  background-image: url(/img/icons.png);
  background-position: -158px -34px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
}

.navigation {
  display: none;
}

.navigation.show {
  top: 0;
}

.logo {
  max-width: 173px;
}

.tel-icon {
display: inline-flex;
background-image: url(/images/tel.png);
width: 20px;
height: 20px;
background-size: contain;
position: relative;
top: 3px;
margin-right: 7px;
}

.whatsapp-icon {
  background-image: url(/images/whatsapp.png);	
width: 29px;
height: 29px;
background-size: contain;
position: relative;
top: 10px;
margin-right: 4px;
display: inline-flex;
}

.phone {
	text-align: center;
}

.phone2 {
	text-align: right;
}

.phone__text {
font-size: 14px;
color: #6B45CE;
}

.phone__link {
  color: inherit;
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 0px;
}

.phone__link:hover {
  text-decoration: none;
}

.top__select,
#top-select-button {
  display: inline-block;
  position: relative;
  font-size: 16px;
  background: #FFD400;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 1px 0px 3px 20px;
  height: 27px;
  line-height: 1.5;
  width: 105px;
  cursor: pointer;
  font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
}

.top__select::after,
#top-select-button::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  right: 10px;
  top: 8px;
}

.toggle {
  display: block;
  width: 40px;
  padding: 5px 5px 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.toggle span {
  display: block;
  width: 30px;
  margin-bottom: 5px;
  height: 3px;
  background: #9FDE2E;
}

.toggle__title {
  font-size: 15px;
  text-align: center;
}

/*  НАВИГАЦИЯ  */

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav__item {
  padding: 5px 0;
}

.nav__item.active .nav__link {
  border-bottom-color: #9FDE2E;
}

.nav__link {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  line-height: 1;
}

.nav__link:hover {
  border-bottom-color: #9FDE2E;
}

/*  ПЕРВЫЙ ЭКРАН  */

.top-screen {
  padding: 70px 0 420px;
  background: url(/img/bg1-small-v4.jpg) center bottom / auto 400px no-repeat;
}

.top-screen .wrapper {
  max-width: 470px;
  margin: 0 auto;
}

/*  главное для нас – эмоции ваших детей  */

.emotions {
  margin: 60px -15px 0;
}

.emotions__item {
  margin: 0 15px 50px;
  position: relative;
}

.emotions__pic {
  max-width: 260px;
  margin: 0 auto;
}

.emotions__desc {
  margin-top: 20px;
}

.emotions__header {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Shnobel';
  text-transform: uppercase;
  color: #6B45CE;
  font-size: 1.67rem;
  letter-spacing: 4px;
  text-shadow: 2px 1px 1px #fff;
}

.emotions__text {
  margin-top: 24px;
  line-height: 1.5;
  font-size: 16px;
}

/*  Команда талантливых и неравнодушных  */

#team {
  display: none;
}

.team__tooltip,
.team__tooltip_left {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 26px;
    cursor: pointer;
    display: block;
    height: 25px;
    padding: 0;
    position: absolute;
    transition: background 200ms ease 0s;
    width: 25px;
    z-index: 5;
}

.team__tooltip:focus,
.team__tooltip_left:focus,
.team__tooltip:active,
.team__tooltip_left:active {
  outline: none;
}

.team__tooltip:hover,
.team__tooltip_left:hover {
  background: #6B45CE;
}

.team__name {
  margin: 0 0 2px;
  padding: 0;
  font-size: 1.33rem;
  font-family: 'Shnobel';
  color: #6B45CE;
  text-transform: uppercase;
}

.team__prof {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #6B45CE;
  margin-bottom: 5px;
}

.team__text {
  font-size: 16px;
  line-height: 1.4;
}

.ui-tooltip {
  max-width: 265px;
  background: #F7F6F7;
  padding: 14px 12px;
  z-index: 20;
}

#team__tooltip-1 {
  top: 124px;
  left: 189px;
}

#team__tooltip-2 {
  top: 158px;
  left: 257px;
}

#team__tooltip-3 {
  top: 154px;
  left: 374px;
}

#team__tooltip-4 {
  top: 137px;
  left: 476px;
}

#team__tooltip-5 {
  top: 150px;
  left: 560px;
}

#team__tooltip-6 {
  top: 146px;
  left: 683px;
}

#team__tooltip-7 {
  top: 282px;
  left: 186px;
}

#team__tooltip-8 {
  top: 296px;
  left: 305px;
}

#team__tooltip-9 {
  top: 308px;
  left: 424px;
}

#team__tooltip-10 {
  top: 327px;
  left: 532px;
}

#team__tooltip-11 {
  top: 311px;
  left: 640px;
}

/*  К нам хочется вернуться!  */

.about {
  margin: 60px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about__left {
  margin: -27px 15px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 448px;
      -ms-flex: 0 1 448px;
          flex: 0 1 448px;
}

.about__right {
  margin: 0 15px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 448px;
      -ms-flex: 0 1 448px;
          flex: 0 1 448px;
}

.about__pic {
  margin-bottom: 15px;
}

.about__pic span {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.about__pic span::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 64.43%;
}

.about__thumbl {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__thumbl span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 172px;
  margin: 0 5px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.about__thumbl span::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 64.43%;
}

.about__text {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.reestr {
  margin-top: 20px;
}

.reestr__img {
  float: left;
  display: block;
}

.reestr__text {
  margin-left: 87px;
  font-size: 16px;
  letter-spacing: .8px;
  line-height: 1.5;
}

/*  Давайте мы Вам подробнее расскажем  */

.screen {
  padding: 60px 0 60px;
}

.screen-1 {
  background: url(/img/form-1-small.jpg) center bottom no-repeat;
  padding-bottom: 320px;
}

.screen-1 .wrapper {
  max-width: 410px;
  margin: 0 auto;
}

.screen-2 {
  background: url(/img/form-2-small.jpg) center bottom no-repeat;
  padding-bottom: 320px;
}

.screen-2 .wrapper {
  max-width: 440px;
  margin: 0 auto;
}

.screen-3 {
  background: url(/img/form-3-small.jpg) center bottom no-repeat;
  padding-bottom: 320px;
}

.screen-3 .wrapper {
  max-width: 410px;
  margin: 0 auto;
}

/*  Стоимость путёвок  */

.price {
  max-width: 1000px;
  margin: 40px auto 20px;
  position: relative;
}

.price__nav-desc {
  display: none;
}

.price__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: justify;
}

.price__menu::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}

.price__menu li {
  display: inline-block;
  margin: 0 3px;
}

.price__menu li button {
  display: inline-block;
  border: none;
  padding: 0;
  width: 120px;
  height: 69px;
  border-radius: 35px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #6B45CE;
  color: #FFF;
}

.price__menu li button:hover {
  /*background: #d0d0d0;*/
}

.price__menu li button.active {
  background: #6B45CE;
  color: #FFD300;
}

.price__select,
.price #price-select-button {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #6B45CE;
  height: 60px;
  font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  border-radius: 30px;
  text-transform: uppercase;
  width: 190px;
  border: 0;
  padding: 12px 10px 12px 25px;
}

.price__select::after,
.price #price-select-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.price__text-0 {
  font-size: 1.33rem;
  text-align: center;
  margin-bottom: 7px;
  font-family: 'Shnobel';
  text-transform: uppercase;
}

.price__line-time {
  position: relative;
  margin-top: 20px;
}

.price__line-time span {
  display: inline-block;
  position: relative;
  border-top: 5px solid;
  width: 33.33333%;
  padding-top: 10px;
  text-align: center;
  font-size: 1.33rem;
  font-family: 'Shnobel';
  text-transform: uppercase;
}

.price__line-time span:nth-child(1) {
  border-color: #9FDE2E;
}

.price__line-time span:nth-child(1)::after {
  content: '';
  display: block;
  position: absolute;
  background: #9FDE2E;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -13px;
  right: -8px;
  z-index: 3;
}

.price__line-time span:nth-child(2) {
  border-color: #FFD300;
}

.price__line-time span:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  background: #FFD300;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -13px;
  right: -15px;
  z-index: 3;
}

.price__line-time span:nth-child(3) {
  border-color: #FF8600;
}

.price__wrap {
  position: relative;
  margin: 20px auto 0;
}

.price__arrow {
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 10;
}

.price__arrow.slick-disabled {
  opacity: .4;
}

.price__arrow_prev {
  left: 0;
}

.price__arrow_next {
  right: 0;
}

.price__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.price__header {
  margin: 0 0 9px;
  padding: 0;
  font-weight: 700;
  color: #6B45CE;
  font-size: 20px;
}

.price__text-1 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 9px;
}

.price__text-2 {
  font-weight: 300;
  font-size: 16px;
  margin: 1px 0;
}

.price__text-3 {
  font-weight: 500;
  color: #6B45CE;
  font-size: 14px;
  margin: 5px 0;
}

.price__text-4 {
  font-weight: 300;
}

.price__text-5 {
  font-weight: 700;
  font-size: 24px;
}

.price__text-6 {
  font-weight: 300;
  font-size: 16px;
  margin: 3px 0 10px;
  color:#e32964;
}

.price__text-7 {
  font-size: 16px;
  color: #6B45CE;
  font-weight: 300;
  margin: 15px 0;
}

.price__text-8 {
  font-size: 16px;
  font-weight: 300;
}

.price__slider {
  max-width: 780px;
/*  max-width: 960px;*/
  margin: 0 auto;
}

.discount {
  margin: 28px auto 67px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #6B45CE;
}

.discount__link {
  display: inline-block;
}

.discount span.icon-percent {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.discount__text {
  font-weight: 300;
  margin-bottom: 2px;
}

.discount__text strong {
  color: #6B45CE;
}

/*  В стоимость входит  */

.includes {
  max-width: 1010px;
  margin: 60px auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.includes__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 420px;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  margin: 0 15px 22px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.includes__icon {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  height: 56px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-image: url(/img/include.png);
}

.includes__icon-1 {
  background-position: -66px 0px;
}

.includes__icon-10 {
  background-position: -66px -132px;
}

.includes__icon-11 {
  background-position: 0px -66px;
}

.includes__icon-12 {
  background-position: -66px -66px;
}

.includes__icon-13 {
  background-position: -132px 0px;
}

.includes__icon-14 {
  background-position: -132px -66px;
}

.includes__icon-2 {
  background-position: 0px -132px;
}

.includes__icon-3 {
  background-position: 0px 0px;
}

.includes__icon-4 {
  background-position: -132px -132px;
}

.includes__icon-5 {
  background-position: -198px 0px;
}

.includes__icon-6 {
  background-position: -198px -66px;
}

.includes__icon-7 {
  background-position: -198px -132px;
}

.includes__icon-8 {
  background-position: 0px -198px;
}

.includes__icon-9 {
  background-position: -66px -198px;
}

/*  Развлечения и спорт - это здорово!  */

.programs {
  margin: 60px -15px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.programs__pic {
  max-width: 277px;
  margin: 0 auto 37px;
  max-height: 151px;
}

.programs__pic img {
  margin: 0 auto;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.programs .card__body {
  padding-top: 30px;
  padding-bottom: 35px;
}

.programs__header {
  margin: 0 auto 13px;
  font-family: 'Shnobel';
  font-size: 1.56rem;
  text-transform: uppercase;
  color: #6B45CE;
  height: 75px;
  letter-spacing: 2px;
}

.programs__text {
  font-size: 16px;
  margin-bottom: 14px;
}

.programs__link {
  margin-top: 11px;
  display: inline-block;
  font-size: 16px;
  color: #6B45CE;
}

.program-m::after {
  display: block;
  content: "";
  clear: both;
}

.program-m__pic {
  max-width: 375px;
  max-height: 300px;
  margin: 0 auto 20px;
}

.program-m__pic img {
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

.program-m__text {
  font-size: 16px;
  line-height: 1.5;
}

.video-1 {
  margin: 30px -15px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-1__item {
  display: block;
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 446px;
      -ms-flex: 0 1 446px;
          flex: 0 1 446px;
  position: relative;
}

.video-1__item::after {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}

.video-1__item .youtube,
.video-1__item iframe,
.video-1__item object,
.video-1__item video {
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
}

/*  Мы одна семья, нам важен каждый!  */

.feedback-v {
  margin: 60px auto 40px;
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.feedback-v__big {
  width: 100%;
}

.feedback-v__item {
  position: relative;
}

.feedback-v__item::after {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}

.feedback-v__item .youtube,
.feedback-v__item iframe,
.feedback-v__item object,
.feedback-v__item video {
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feedback-v__thumbl {
  display: none;
}

.feedback-v__link {
  display: block;
  margin: 8px 0;
  background: #fff;
}

.feedback-v__link.active img {
  opacity: .6;
}

.feedback-v__link img {
  display: block;
}

.feedback-v__arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -21px;
}

.feedback-v__arrow_prev {
  left: 0;
}

.feedback-v__arrow_next {
  right: 0;
}

.feedback-img {
  margin: 60px -15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.feedback-img__item {
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 530px;
      -ms-flex: 0 1 530px;
          flex: 0 1 530px;
  display: none;
}

.feedback-img__item img {
  display: block;
  margin: 0 auto;
}

.feedback-img__box-btn {
  margin: 28px auto 72px;
  text-align: center;
}

/*  Распорядок дня в лагере  */

.plan {
  margin: 60px -15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan__card {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 346px;
      -ms-flex: 0 1 346px;
          flex: 0 1 346px;
  margin: 0 15px 30px;
  background: #fff;
  padding: 31px 25px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border-radius: 3px !important;
  
}

.plan__head::after {
  display: block;
  content: "";
  clear: both;
}

.plan__time {
  float: right;
  margin-left: 10px;
  text-align: right;
  font-size: 1.56rem;
  font-weight: 500;
  position: relative;
  top: -9px;
}

.plan__title {
  margin: 0;
  padding: 0;
  color: #6B45CE;
  font-weight: 500;
}

.plan__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.plan__box-btn {
  text-align: center;
  margin: 20px auto 72px;
}

/*  ПОДВАЛ  */

.footer {
  padding: 60px 0 45px;
}

.footer__row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 370px;
      -ms-flex: 0 1 370px;
          flex: 0 1 370px;
  margin: 0 15px 30px;
}

.footer__desc .desc-3 {
  text-align: left;
}

.footer__map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 480px;
      -ms-flex: 0 1 480px;
          flex: 0 1 480px;
  position: relative;
  margin: 0 15px;
}

.footer__small {
  margin-top: 20px;
  font-size: 12px;
}

.address {
  margin: 16px 0 15px;
}

.address__text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}

.socialtop {
  margin: 0px auto 1px;
  text-align: center;
}

.social {
  margin: 30px auto 20px;
}

.socialtop span,
.social span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -7px;
	margin-bottom: 7px;

}

.social__fb {
  background-position: -48px 0px;
  width: 37px;
  height: 36px;
}

.social__telegram {
  width: 35px;
  height: 35px;
  background-image: url(/img/telegram-icon.jpg);
  background-size: cover;
}

.social__inst {
  width: 35px;
  height: 35px;
  background-image: url(/img/inst-icon.jpg);
  background-size: cover;
}

.social__vk {
  width: 35px;
  height: 35px;
  background-image: url(/img/vk-icon.jpg);
  background-size: cover;
}

.map {
  height: 250px;
}

@media screen and (min-width: 425px) {
  .slider2__slider-1 img {
    max-width: 390px;
    max-height: 260px;
  }

  .modal {
    width: 390px;
    padding: 60px 50px;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 14px;
  }

  .slider2__slider-1 img {
    max-width: 500px;
    max-height: 333px;
  }

  .modal {
    width: 530px;
  }

  .modal .mfp-close {
    top: 30px;
    right: 30px;
  }

  .header__right,
  .navigation__right {
    margin-left: auto;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    text-align: right;
  }

  .emotions__item .line {
    margin-left: 100px;
  }

  .emotions__pic {
    margin-left: 0;
  }

  .emotions__desc {
    position: absolute;
    margin-top: 0;
    top: 34px;
    left: 219px;
    z-index: 3;
  }

  .emotions__header {
    text-align: left;
  }

  .emotions__text {
    margin-left: 62px;
  }

  .price__wrap {
    max-width: 500px;
  }

  .price__arrow {
    visibility: visible;
    top: 50%;
    margin-top: -10px;
  }

  .feedback-img {
    max-width: 1120px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 780px) {
  html {
    font-style: 16px;
  }

  .container {
    max-width: 750px;
  }

  .slider2__slider-1 img {
    max-width: 720px;
    max-height: 480px;
  }

  .modal {
    width: 550px;
  }

  .modal_w1130 {
    width: 500px;
  }

  .modal_w1020 {
    width: 500px;
  }

  .discount-m {
    padding: 40px 60px;
  }

  .feedback-v__big {
    width: 720px;
  }

  .map {
    height: 400px;
  }
}

@media screen and (min-width: 960px) {
  .container {
    max-width: 930px;
  }

  .btn1 {
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .wrapper {
    text-align: left;
  }

  .fz18,
  .form__submit {
    font-size: 18px;
  }

  .fz20,
  .discount__text,
  .plan__title {
    font-size: 20px;
  }

  .slider2__big .slider2__arrow_prev {
    left: 50px;
    bottom: 30px;
    margin-bottom: 0;
  }

  .slider2__big .slider2__arrow_next {
    right: auto;
    left: 110px;
    bottom: 30px;
    margin-bottom: 0;
  }

  .slider2__small {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 141px;
        -ms-flex: 0 1 141px;
            flex: 0 1 141px;
    margin-left: 10px;
    position: relative;
    padding: 50px 0;
  }

  .slider2__slider-1 img {
    max-width: 768px;
    max-height: 512px;
  }

  .form-box {
    margin-top: 40px;
  }

  .form__box-checkbox {
    margin-top: 41px;
  }

  .modal_w1130 {
    width: 730px;
  }

  .modal_w1020 {
    width: 730px;
  }

  .header__row,
  .navigation__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .header__toggle,
  .navigation__toggle {
    display: none;
  }

  .header__center,
  .navigation__center {
    -webkit-flex-basis: 670px;
        -ms-flex-preferred-size: 670px;
            flex-basis: 670px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: block;
  }

  .header {
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
    padding-top: 4px;
  }

  .header__close-menu {
    display: none;
  }

  .navigation {
    display: block;
    position: fixed;
    width: 100%;
    top: -300px;
    z-index: 100;
    left: 0;
    background: #fff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    border-bottom: 1px solid #F7F6F7;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  }

  .nav__item {
    display: inline-block;
    padding: 5px 8px;
  }

  .top-screen {
    background: url(/img/bg1-v4.jpg) center / cover no-repeat;
    padding-bottom: 50px;
    min-height: 650px;
  }

  .top-screen .wrapper {
    margin-top: 60px;
    margin-left: 0;
  }

  .emotions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 84px;
  }

  .emotions__item {
    width: 600px;
  }

  .emotions__item img{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
    border-radius: 3px !important;
  }
  
  #team {
    display: block;
  }


  .team {
    position: relative;
    max-width: 900px;
    margin: 0px auto 0px;
	background: url(/img/team-2024-min.webp) center / contain no-repeat;
	min-height: 676px;
  }

  .about {
    max-width: 1052px;
    margin: 87px auto 66px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .about__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }

  .about__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 537px;
        -ms-flex-preferred-size: 537px;
            flex-basis: 537px;
  }

  .screen {
    padding: 97px 0 90px;
  }

  .screen-1 {
    padding-bottom: 0;
    background: url(/img/form-1.jpg) center bottom no-repeat;
    min-height: 638px;
  }

  .screen-1 .wrapper {
    margin-left: 60px;
    margin-top: 50px;
  }

  .screen-1 .wrapper .desc-3 {
    text-align: left;
    line-height: 1.2;
    letter-spacing: 5px;
  }

  .screen-2 {
    padding-bottom: 0;
    background: url(/img/form-2.jpg) center bottom no-repeat;
    min-height: 660px;
  }

  .screen-2 .wrapper {
    margin-right: 0;
    margin-top: 100px;
  }

  .screen-2 .wrapper .desc-3 {
    text-align: left;
    line-height: 1.2;
    letter-spacing: 5px;
  }

  .screen-3 {
    padding-bottom: 0;
    background: url(/img/form-3.jpg) center bottom no-repeat;
    min-height: 640px;
  }

  .screen-3 .wrapper {
    margin-left: 35px;
    margin-top: 70px;
  }

  .screen-3 .wrapper .desc-3 {
    text-align: left;
    line-height: 1.2;
    letter-spacing: 5px;
  }

  .price {
    margin-top: 69px;
  }

  .price__nav-desc {
    display: block;
    margin: 0 20px;
  }

  .price__nav-mob {
    display: none;
  }

  .price__wrap {
    max-width: none;
    /*padding: 0 40px;*/
    padding: 0;
  }

  .price__arrow {
    top: 170px;
    margin-top: 0;
  }

  .video-1 {
    max-width: 954px;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-v {
    padding: 0;
    margin-top: 83px;
  }

  .feedback-v__thumbl {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    max-width: 150px;
    margin-left: 6px;
  }

  .feedback-v__arrow {
    visibility: hidden;
    z-index: 0;
  }

  .plan {
    margin-top: 95px;
  }

  .footer__desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__map {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1250px) {
  html {
    font-size: 18px;
  }

  .container {
    max-width: 1220px;
  }

  .modal_w1130 {
    width: 1130px;
  }

  .modal_w1020 {
    width: 1020px;
  }

  .header__right,
  .navigation__right {
    margin-left: 15px;
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
  }

  .nav__item {
    padding-left: 7px;
    padding-right: 7px;
  }

  .top-screen .wrapper {
    margin-left: 110px;
  }

  .emotions__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 92px;
  }

  .screen-2 .wrapper {
    max-width: 480px;
    margin-right: 40px;
  }

  .includes {
    max-width: 1160px;
    margin-top: 94px;
  }

  .includes__item {
    padding-left: 75px;
    -webkit-flex-basis: 565px;
        -ms-flex-preferred-size: 565px;
            flex-basis: 565px;
  }

  .programs {
    margin: 90px auto 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .program-m {
    padding: 30px 30px;
  }

  .program-m__pic {
    float: left;
  }

  .program-m .desc-4 {
    position: absolute;
    top: 25px;
    left: -65px;
  }

  .program-m__desc {
    margin-left: 415px;
    position: relative;
  }

  .program-m__text {
    padding-top: 86px;
  }

  .feedback-v__big {
    width: 808px;
  }

  .footer__desc {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-flex-basis: 480px;
        -ms-flex-preferred-size: 480px;
            flex-basis: 480px;
  }
}

@media screen and (max-width: 959px) {
  #inclusive {
    background: #fff !important;
  }
}