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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif/NotoSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif/NotoSerif-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif/NotoSerif-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NotoSerif';
  src: url("../fonts/NotoSerif/NotoSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #010101;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  color: #005aff;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover {
  color: #005aff;
}

.hidden {
  visibility: hidden;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.page {
  min-width: 320px;
}

.page__wrap {
  overflow: hidden;
}

.page.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

.container {
  width: 960px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.b-title {
  font-size: 36px;
  font-family: 'NotoSerif';
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.btn {
  position: relative;
  border: none;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
}

.btn span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 55px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  background-image: -webkit-linear-gradient(45deg, rgba(250, 112, 154, 0.1) 0%, rgba(254, 225, 64, 0.3) 100%);
  background-image: -ms-linear-gradient(45deg, rgba(250, 112, 154, 0.1) 0%, rgba(254, 225, 64, 0.3) 100%);
  pointer-events: none;
}

.btn:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/btn-shadow.png) no-repeat 50% 50%/cover;
  width: 317px;
  height: 172px;
  top: -30px;
  left: 50%;
  margin-left: -155px;
  z-index: -2;
  pointer-events: none;
}

.btn:focus {
  outline: none;
}

.btn:hover span {
  color: #fa7f8e;
  background-image: -webkit-linear-gradient(45deg, #e9defa 0%, #fbfcdb 100%);
  background-image: -ms-linear-gradient(45deg, #e9defa 0%, #fbfcdb 100%);
}

.btn:hover:before {
  background-image: -webkit-linear-gradient(45deg, #e9defa 0%, #fbfcdb 100%);
  background-image: -ms-linear-gradient(45deg, #e9defa 0%, #fbfcdb 100%);
}

.top {
  padding: 174px 0 480px;
  background: #fff url(../img/top-bg.svg) no-repeat 50% 50%/cover;
}

.top-title {
  font-size: 46px;
  font-family: 'NotoSerif';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.top-desc {
  font-size: 28px;
  font-family: 'NotoSerif';
  line-height: 1;
  margin-bottom: 50px;
}

.zero {
  padding: 45px 0;
}

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

.zero-wrap {
  max-width: 1038px;
  margin: 0 auto;
}

.zero-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 40px 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.zero-grid-wrap {
  padding: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
}

.zero-grid .item {
  width: 20%;
  text-align: center;
}

.zero-grid .item-icon {
  height: 90px;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}

.zero-grid .item-icon img {
  max-height: 100%;
}

.zero-grid .item-icon--1 {
  width: 82px;
  height: 88px;
}

.zero-grid .item-icon--2 {
  width: 93px;
  height: 67px;
}

.zero-grid .item-icon--3 {
  width: 83px;
  height: 64px;
}

.zero-grid .item-icon--4 {
  width: 58px;
  height: 78px;
}

.zero-grid .item-icon--5 {
  width: 80px;
  height: 79px;
}

.zero-grid .item-text {
  font-size: 20px;
  font-weight: 500;
}

.author {
  padding: 27px 0 0;
}

.author:after {
  content: '';
  display: block;
  width: 336px;
  height: 1px;
  background-color: #d8d8d8;
  margin: 35px auto 50px;
}

.author-img {
  width: 134px;
  height: 134px;
  background: no-repeat 50% 50% / cover;
}

.author-img-wrap {
  width: 144px;
  height: 144px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(90deg, #fa709a 0%, #fee140 100%);
  margin: 0 auto 30px;
  padding: 5px;
  -webkit-box-shadow: 0px 10px 45px 0 rgba(250, 112, 154, 0.7);
  box-shadow: 0px 10px 45px 0 rgba(250, 112, 154, 0.7);
  position: relative;
}

.author-img-wrap:before {
  content: '';
  display: block;
  width: 244px;
  height: 59px;
  background: url(../img/left.svg) no-repeat 50% 50%/cover;
  position: absolute;
  right: 100%;
  margin-right: 30px;
  top: 50%;
  margin-top: -30px;
}

.author-img-wrap:after {
  content: '';
  display: block;
  width: 244px;
  height: 59px;
  background: url(../img/right.svg) no-repeat 50% 50%/cover;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  margin-top: -30px;
}

.author-title {
  font-size: 28px;
  font-family: 'NotoSerif';
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}

.author-text {
  line-height: 1.4;
  font-size: 18px;
  text-align: justify;
}

.author-text p {
  margin-bottom: 30px;
  color: #4c4c4c;
  text-indent: 20px;
}

.author-text p:last-child {
  margin-bottom: 0;
}

.method {
  padding-bottom: 42px;
}

.method-title {
  margin-bottom: 10px;
}

.method-desc {
  font-size: 28px;
  font-family: 'NotoSerif';
  text-align: center;
  margin-bottom: 35px;
}

.method-video {
  width: 100%;
  height: 542px;
}

.who {
  padding: 50px 0 45px;
  background: url(../img/attach-bg.jpg) no-repeat 50% 50%/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.who-title {
  margin-bottom: 67px;
}

.who-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px;
}

.who-grid .item {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  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;
}

.who-grid .item-wrap {
  width: 33.33%;
  padding: 0 24px;
}

.who-grid .item-icon {
  width: 64px;
  height: 64px;
  background: no-repeat 50% 50% / cover;
  margin: 0px auto;
  background-image: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(45deg, #fa709a 0%, #fee140 100%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -32px;
}

.who-grid .item-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% 50%;
}

.who-grid .item-icon--beginer:before {
  background-image: url(../img/beginer.png);
}

.who-grid .item-icon--amateur:before {
  background-image: url(../img/amateur.png);
}

.who-grid .item-icon--master:before {
  background-image: url(../img/master.png);
}

.who-grid .item-title {
  color: #fb7d90;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.who-grid .item-head:after {
  content: '';
  display: block;
  background: #cacaca;
  height: 1px;
  width: 220px;
  margin: 15px auto;
}

.who-grid .item-body {
  padding: 0 15px 35px;
  font-size: 18px;
  height: 100%;
  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;
}

.who-grid .item-desc {
  text-align: center;
  color: #678597;
  font-weight: 500;
  margin-bottom: 15px;
}

.who-grid .item-list {
  max-width: 236px;
  margin: 0 auto 20px;
}

.who-grid .item-list li {
  padding-left: 17px;
  margin-bottom: 12px;
  color: #6a6a6a;
  position: relative;
}

.who-grid .item-list li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #cfdadf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.who-grid .item-ps {
  text-align: center;
  color: #678597;
  font-weight: 500;
  margin-top: auto;
}

.owl {
  padding: 90px 0;
  position: relative;
}

.owl-img {
  width: 248px;
  position: relative;
  z-index: 4;
}

.owl-img-wrap {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1168px;
  width: 1168px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, rgba(207, 217, 223, 0.1) 0%, rgba(226, 235, 240, 0.1) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(207, 217, 223, 0.1) 0%, rgba(226, 235, 240, 0.1) 100%);
  position: absolute;
  top: -250px;
  left: 50%;
  margin-left: -584px;
}

.owl-img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -375px;
  margin-left: -375px;
  width: 750px;
  height: 750px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, rgba(207, 217, 223, 0.2) 0%, rgba(226, 235, 240, 0.2) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(207, 217, 223, 0.2) 0%, rgba(226, 235, 240, 0.2) 100%);
}

.owl-img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -273px;
  margin-left: -273px;
  width: 546px;
  height: 546px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
  background-image: -ms-linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
  -webkit-box-shadow: 0 20px 50px 0 rgba(207, 217, 223, 0.8);
  box-shadow: 0 20px 50px 0 rgba(207, 217, 223, 0.8);
}

.owl-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-grid .item {
  max-width: 326px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 35px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  height: 192px;
}

.owl-grid .item:after {
  content: '';
  display: block;
  width: 100%;
  background-image: -webkit-linear-gradient(-16deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(-16deg, #fa709a 0%, #fee140 100%);
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}

.owl-grid .item:before {
  content: '';
  display: block;
  position: absolute;
  background: no-repeat 50% 50% / cover;
}

.owl-grid .item-wrap {
  width: 50%;
  margin-bottom: 100px;
}

.owl-grid .item-wrap:nth-child(even) .item {
  margin-left: auto;
}

.owl-grid .item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.owl-grid .item-text {
  font-size: 18px;
  color: #6a6a6a;
}

.owl-grid .item--age:before {
  width: 28px;
  height: 29px;
  background-image: url(../img/icons/age.svg);
  right: 18px;
  bottom: 20px;
}

.owl-grid .item--notes:before {
  width: 25px;
  height: 29px;
  background-image: url(../img/icons/notes.svg);
  right: 18px;
  bottom: 20px;
}

.owl-grid .item--headphones:before {
  width: 30px;
  height: 27px;
  background-image: url(../img/icons/headphones.svg);
  right: 18px;
  bottom: 20px;
}

.owl-grid .item--microphone:before {
  width: 28px;
  height: 29px;
  background-image: url(../img/icons/microphone.svg);
  right: 18px;
  bottom: 20px;
}

.strong {
  font-weight: bold;
}

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

.programm-list {
  margin-bottom: 33px;
}

.programm-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 10px 13px 15px;
}

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

.programm-list .item-nr {
  font-size: 42px;
  color: #d9e3e8;
  font-family: 'NotoSerif';
  width: 56px;
  text-align: center;
  margin-right: 10px;
}

.programm-list .item-text {
  font-size: 20px;
  font-weight: 500;
  color: #010101;
  padding-top: 13px;
}

.programm-video {
  width: 100%;
  height: 542px;
  margin-bottom: 50px;
}

.result {
  padding-bottom: 30px;
}

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

.result-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

.result-list-wrap {
  width: 50%;
  padding: 0 9px;
}

.result-list li {
  padding: 15px 10px 15px 86px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.result-list li:last-child {
  border-bottom: none;
}

.result-list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 37px;
  height: 48px;
  left: 20px;
  top: 5px;
  background: url(../img/icons/medal.svg) no-repeat 50% 50%/cover;
}

.price {
  position: relative;
  padding: 45px 0;
}

.price:before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: url(../img/price-bg.jpg) no-repeat 50% 50%/cover;
  background-attachment: fixed;
  z-index: -1;
}

.price-title {
  margin-bottom: 12px;
}

.price-desc {
  text-align: center;
  font-size: 28px;
  font-family: 'NotoSerif';
  margin-bottom: 30px;
}

.price-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px 50px;
}

.price-grid .item {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
  -webkit-box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.price-grid .item:hover {
  -webkit-box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.price-grid .item-wrap {
  width: 33.33%;
  padding: 0 25px;
}

.price-grid .item-title {
  color: #fa7d8f;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price-grid .item-old {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.price-grid .item-new {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 0;
}

.price-grid .item-new-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  max-width: 170px;
  margin: 0 auto 30px;
  background-image: -webkit-linear-gradient(-45deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(-45deg, #fa709a 0%, #fee140 100%);
}

.price-grid .item-desc {
  font-size: 18px;
  color: #678597;
  font-weight: 500;
  margin-bottom: 35px;
}

.price-grid .item .btn span {
  width: 186px;
  padding: 10px;
  font-size: 18px;
}

.price-grid .item .btn:after {
  background-image: url(../img/btn-shadow-min.png);
  width: 215px;
  height: 111px;
  margin-left: -107px;
  top: -20px;
}

.icon-teacher {
  width: 98px;
  height: 106px;
}

.icon-owl-sale {
  width: 72px;
  height: 117px;
}

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

.comparison-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

.comparison-grid-wrap {
  max-width: 770px;
  margin: 0 auto;
}

.comparison-grid .item {
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  -webkit-box-shadow: 0 60px 90px -40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 60px 90px -40px rgba(0, 0, 0, 0.4);
}

.comparison-grid .item-wrap {
  padding: 0 9px;
  width: 50%;
  position: relative;
}

.comparison-grid .item-wrap:first-child {
  z-index: 1;
}

.comparison-grid .item-wrap:first-child:after {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url(../img/icons/arrow.svg) no-repeat 50% 50%;
  background-image: url(../img/icons/arrow.svg), -webkit-linear-gradient(-51deg, #fa709a 0%, #fee140 100%);
  background-image: url(../img/icons/arrow.svg), -ms-linear-gradient(-51deg, #fa709a 0%, #fee140 100%);
  -webkit-background-size: 36px 21px, cover;
  background-size: 36px 21px, cover;
  position: absolute;
  right: -28px;
  top: 130px;
  -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}

.comparison-grid .item-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.comparison-grid .item-icon {
  height: 120px;
  margin-bottom: 25px;
}

.comparison-grid .item-text p {
  color: #678597;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

.comparison-grid .item-text p.text-mb {
  margin-bottom: 38px;
}

.comparison-grid .item-text .item-price {
  font-size: 28px;
  font-weight: 500;
  color: #fb818c;
  display: block;
}

.comparison-grid .item-text .item-price--mb {
  margin-bottom: 12px;
}

.comparison-grid .item-text .item-price--our {
  font-weight: bold;
}

.try {
  background: url(../img/bg8.jpg) no-repeat 50% 50%/cover;
  padding: 150px 0 55px;
  margin-top: -140px;
}

.try-title {
  margin-bottom: 45px;
}

.try-circles {
  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;
  margin-bottom: 60px;
  position: relative;
}

.try-circles .circle {
  width: 296px;
  height: 296px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #fff;
  background: #e8e8e8;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  left: 10px;
  -webkit-box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.2);
}

.try-circles .circle-wrap:first-child .circle:before {
  content: '';
  display: block;
  width: 244px;
  height: 59px;
  background: url(../img/left.svg) no-repeat 50% 50%/cover;
  position: absolute;
  right: 100%;
  margin-right: 30px;
  top: 50%;
  margin-top: -30px;
}

.try-circles .circle .item-title {
  font-size: 24px;
  color: #678597;
  font-weight: bold;
  margin-bottom: 25px;
}

.try-circles .circle .item-text {
  font-size: 18px;
  color: #5a5a5a;
}

.try-circles .circle-wrap {
  position: relative;
  z-index: 1;
}

.try-circles .circle--big {
  background-image: -webkit-linear-gradient(143deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(143deg, #fa709a 0%, #fee140 100%);
  width: 368px;
  height: 368px;
  left: -40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.try-circles .circle--big:before {
  content: '';
  display: block;
  position: absolute;
  width: 426px;
  height: 426px;
  background: url(../img/circle-shadow.png);
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-top: 40px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.try-circles .circle--big:after {
  content: '';
  display: block;
  width: 244px;
  height: 59px;
  background: url(../img/right.svg) no-repeat 50% 50%/cover;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  margin-top: -30px;
}

.try-circles .circle--big .item-title {
  font-size: 28px;
  color: #000000;
}

.try-circles .circle--big .item-text {
  font-size: 20px;
  color: #000000;
}

.try-btn {
  text-align: center;
  margin-bottom: 40px;
}

.try-ps {
  font-size: 18px;
  text-align: center;
  color: #5a5a5a;
  line-height: 1.4;
}

.students {
  padding: 20px 0 40px;
}

.students-title {
  margin-bottom: 35px;
}

.students-container {
  max-width: 1200px;
  margin: 0 auto;
}

.students-slider .owl-stage {
  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;
}

.students-slider .owl-item {
  padding-top: 40px;
}

.students-slider .owl-item.center .item {
  background-color: #ffd7db;
  height: auto;
  width: 100%;
}

.students-slider .owl-item.center .item-text {
  display: block;
  margin-top: -15px;
  height: auto;
  opacity: 1;
}

.students-slider .owl-item.center .item-person {
  top: -37px;
}

.students-slider .owl-dots {
  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;
  margin-top: 45px;
}

.students-slider .owl-dot {
  margin: 0 6px;
}

.students-slider .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
}

.students-slider .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
}

.students-slider .owl-dot:focus {
  outline: none;
}

.students-slider .owl-prev, .students-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -33px;
}

.students-slider .owl-prev span, .students-slider .owl-next span {
  display: block;
  width: 45px;
  height: 45px;
  background: no-repeat 50% 50% / cover;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 0;
}

.students-slider .owl-prev:focus, .students-slider .owl-next:focus {
  outline: none;
}

.students-slider .owl-prev {
  left: -10px;
}

.students-slider .owl-prev span {
  background-image: url(../img/icons/r_off.svg?v=2);
}

.students-slider .owl-prev:hover span {
  background-image: url(../img/icons/r_on.svg?v=2);
}

.students-slider .owl-next {
  right: -10px;
}

.students-slider .owl-next span {
  background-image: url(../img/icons/l_off.svg?v=2);
}

.students-slider .owl-next:hover span {
  background-image: url(../img/icons/l_on.svg?v=2);
}

.students-slider .item {
  padding: 0 15px 35px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #d1dae0;
  height: 262px;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 236px;
  margin: 0 auto;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.students-slider .item-person {
  text-align: center;
  position: relative;
}

.students-slider .item-person .person-img {
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #ccc no-repeat 50% 50% / cover;
  margin: 0 auto 15px;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.students-slider .item-person .person-name {
  font-size: 24px;
  font-weight: bold;
}

.students-slider .item-text {
  height: 0;
  overflow: hidden;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  max-width: 100%;
}

.review {
  background-color: #171717;
  color: #fff;
  padding: 50px 0;
}

.review-container {
  max-width: 1300px;
  margin: 0 auto;
}

.review-title {
  margin-bottom: 25px;
}

.review-slider {
  margin-bottom: 45px;
}

.review-slider .owl-stage {
  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;
}

.review-slider .owl-item.center .item-video {
  height: 244px;
  width: 100%;
}

.review-slider .owl-dots {
  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;
  margin-top: 25px;
}

.review-slider .owl-dot {
  margin: 0 6px;
}

.review-slider .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
}

.review-slider .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
}

.review-slider .owl-dot:focus {
  outline: none;
}

.review-slider .owl-prev, .review-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.review-slider .owl-prev span, .review-slider .owl-next span {
  display: block;
  width: 45px;
  height: 45px;
  background: no-repeat 50% 50% / cover;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 0;
}

.review-slider .owl-prev:focus, .review-slider .owl-next:focus {
  outline: none;
}

.review-slider .owl-prev {
  left: -40px;
}

.review-slider .owl-prev span {
  background-image: url(../img/icons/r_off.svg?v=2);
}

.review-slider .owl-prev:hover span {
  background-image: url(../img/icons/r_on.svg?v=2);
}

.review-slider .owl-next {
  right: -40px;
}

.review-slider .owl-next span {
  background-image: url(../img/icons/l_off.svg?v=2);
}

.review-slider .owl-next:hover span {
  background-image: url(../img/icons/l_on.svg?v=2);
}

.review-slider .item {
  text-align: center;
}

.review-slider .item-video {
  width: 316px;
  height: 178px;
}

.review-try-title {
  margin-bottom: 10px;
}

.review-try-desc {
  margin-bottom: 45px;
  text-align: center;
  font-size: 28px;
  font-family: 'NotoSerif';
  color: #cfd9df;
}

.review-btn {
  margin-bottom: 50px;
  text-align: center;
}

.review-ps {
  color: #cfd9df;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .review-slider .owl-prev {
    left: -15px;
  }
  .review-slider .owl-next {
    right: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .zero-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .zero-grid-wrap {
    padding: 0;
    background: #fff;
  }
  .zero-grid .item {
    width: 50%;
  }
  .zero-grid .item:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 132px;
    height: 1px;
    background-color: #ededed;
  }
  .zero-grid .item:last-child:after {
    display: none;
  }
  .method {
    text-align: center;
  }
  .method-video {
    height: 370px;
    width: 680px;
  }
  .who-grid {
    margin: 0 -7px;
  }
  .who-grid .item {
    max-width: 300px;
    margin: 0 auto;
    height: auto;
  }
  .who-grid .item-wrap {
    padding: 0 7px;
  }
  .who-grid .item-body {
    height: auto;
    font-size: 16px;
  }
  .who-grid .item-body br {
    display: none;
  }
  .owl {
    background: #becdd4;
    padding: 45px 0;
  }
  .owl-img-wrap {
    display: none;
  }
  .owl-grid .item {
    margin: 0 auto;
  }
  .owl-grid .item-wrap {
    width: 50%;
    margin-bottom: 30px;
  }
  .programm {
    padding: 40px 0;
  }
  .programm-video {
    height: 370px;
    width: 680px;
  }
  .programm-video-wrap {
    text-align: center;
  }
  .result {
    padding-bottom: 0;
  }
  .result-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-list-wrap {
    width: 100%;
  }
  .result-list-wrap:first-child .result-list li {
    border-bottom: 1px solid #e8e8e8;
  }
  .price:before {
    background: -webkit-linear-gradient(90deg, #fb818c 0%, #e2ebf0 100%);
    background: -ms-linear-gradient(90deg, #fb818c 0%, #e2ebf0 100%);
  }
  .price-desc {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .price-desc br {
    display: none;
  }
  .price-grid {
    -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;
  }
  .price-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .price-grid .item-wrap {
    width: 50%;
    margin-bottom: 30px;
  }
  .price-grid .item-wrap:last-child {
    margin-bottom: 0;
  }
  .comparison-title {
    font-size: 28px;
  }
  .comparison-title br {
    display: none;
  }
  .students-container {
    width: 750px;
  }
  .students-slider .owl-dots {
    margin-top: 20px;
  }
  .students-slider .owl-prev {
    left: 25px;
  }
  .students-slider .owl-next {
    right: 25px;
  }
  .students-slider .item {
    max-width: 500px;
    margin: 0 auto;
  }
  .students-slider .item-text {
    font-size: 18px;
  }
  .review-container {
    width: 750px;
  }
  .review-slider .owl-prev {
    left: 25px;
  }
  .review-slider .owl-next {
    right: 25px;
  }
  .review-slider .owl-item.center .item-video {
    height: 340px;
    width: 580px;
  }
  .review-slider .item {
    margin: 0 auto;
  }
  .review .review-try-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .b-title {
    font-size: 19px;
  }
  .btn span {
    padding: 8px 30px;
    font-size: 20px;
  }
  .btn:after {
    width: 280px;
    height: 153px;
    margin-left: -140px;
    top: -60px;
  }
  .top {
    padding: 65px 0 345px;
    text-align: center;
    background-image: url(../img/top-bg-mob.svg);
    background-position: 50% 100%;
  }
  .top-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .top-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .zero {
    padding: 22px 0 5px;
  }
  .zero-title {
    margin-bottom: 20px;
  }
  .zero-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .zero-grid-wrap {
    padding: 0;
    background: #fff;
  }
  .zero-grid .item {
    width: 100%;
  }
  .zero-grid .item-text {
    font-size: 14px;
  }
  .zero-grid .item-text br {
    display: none;
  }
  .zero-grid .item-icon {
    height: auto;
  }
  .zero-grid .item:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 132px;
    height: 1px;
    background-color: #ededed;
  }
  .zero-grid .item:last-child:after {
    display: none;
  }
  .author:after {
    margin: 20px auto;
    max-width: 150px;
  }
  .author-img {
    width: 60px;
    height: 60px;
  }
  .author-img-wrap {
    width: 64px;
    height: 64px;
    padding: 2px;
    -webkit-box-shadow: 0px 5px 25px -5px rgba(250, 112, 154, 0.7);
    box-shadow: 0px 5px 25px -5px rgba(250, 112, 154, 0.7);
  }
  .author-img-wrap:before {
    width: 108px;
    height: 26px;
    margin-top: -13px;
    margin-right: 12px;
  }
  .author-img-wrap:after {
    width: 108px;
    height: 26px;
    margin-top: -13px;
    margin-left: 12px;
  }
  .author-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .author-text {
    font-size: 14px;
  }
  .author-text p {
    margin-bottom: 12px;
  }
  .method {
    text-align: center;
    padding-bottom: 30px;
  }
  .method-desc {
    font-size: 14px;
  }
  .method-video {
    height: 170px;
    width: 300px;
  }
  .who {
    background: #cfd9df;
    padding: 20px 0 40px;
  }
  .who-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -50px;
  }
  .who-grid .item {
    max-width: 300px;
    margin: 0 auto;
  }
  .who-grid .item-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .who-grid .item-body {
    height: auto;
  }
  .owl {
    background: #becdd4;
    padding: 20px 0;
  }
  .owl-img-wrap {
    display: none;
  }
  .owl-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .owl-grid .item-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .owl-grid .item-text {
    font-size: 16px;
  }
  .programm {
    padding: 30px 0;
  }
  .programm-title {
    margin-bottom: 10px;
  }
  .programm-list {
    margin-bottom: 10px;
  }
  .programm-list .item {
    padding: 7px 10px 7px 0;
  }
  .programm-list .item-nr {
    font-size: 28px;
    width: 25px;
  }
  .programm-list .item-text {
    font-size: 14px;
    padding-top: 4px;
  }
  .programm-list .item-text br {
    display: none;
  }
  .programm-video {
    height: 170px;
    width: 300px;
    margin-bottom: 25px;
  }
  .programm-video-wrap {
    text-align: center;
  }
  .result {
    padding-bottom: 0;
  }
  .result-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .result-list-wrap {
    width: 100%;
  }
  .result-list-wrap:first-child .result-list li {
    border-bottom: 1px solid #e8e8e8;
  }
  .result-list li {
    font-size: 16px;
    padding: 8px 10px 8px 40px;
  }
  .result-list li:before {
    width: 17px;
    height: 26px;
    left: 0;
    top: 4px;
  }
  .price {
    padding: 20px 0;
  }
  .price:before {
    background: -webkit-linear-gradient(90deg, #fb818c 0%, #e2ebf0 100%);
    background: -ms-linear-gradient(90deg, #fb818c 0%, #e2ebf0 100%);
  }
  .price-title {
    margin-bottom: 5px;
  }
  .price-desc {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .price-desc br {
    display: none;
  }
  .price-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .price-grid .item-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .price-grid .item-wrap:last-child {
    margin-bottom: 0;
  }
  .comparison-title br {
    display: none;
  }
  .comparison-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comparison-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .comparison-grid .item-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .comparison-grid .item-wrap:last-child {
    margin-bottom: 0;
  }
  .comparison-grid .item-wrap:first-child:after {
    top: 100%;
    right: 50%;
    margin-right: -28px;
    margin-top: -18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .comparison-grid .item-text p {
    font-size: 16px;
  }
  .comparison-grid .item-text .item-price {
    font-size: 22px;
  }
  .try {
    padding-top: 180px;
  }
  .try-circles {
    margin-bottom: 40px;
  }
  .try-circles .circle {
    width: 130px;
    height: 130px;
    border-width: 4px;
    padding: 7px;
  }
  .try-circles .circle .item-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .try-circles .circle .item-text {
    font-size: 10px;
  }
  .try-circles .circle--big {
    width: 165px;
    height: 165px;
    left: 0;
  }
  .try-circles .circle--big:before {
    width: 231px;
    height: 231px;
    opacity: .6;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 5px;
  }
  .try-circles .circle--big .item-title {
    font-size: 14px;
  }
  .try-circles .circle--big .item-text {
    font-size: 11px;
  }
  .try-circles .circle--big .item-text br {
    display: none;
  }
  .try-ps {
    font-size: 14px;
  }
  .students-container {
    padding: 0 10px;
  }
  .students-slider .owl-nav {
    display: none;
  }
  .students-slider .owl-dots {
    margin-top: 20px;
  }
  .students-slider .item {
    max-width: 300px;
    margin: 0 auto;
  }
  .students-slider .item-text {
    font-size: 14px;
  }
  .review {
    padding: 35px 0;
  }
  .review-container {
    padding: 0 10px;
  }
  .review-slider {
    display: block !important;
    margin-bottom: 10px;
  }
  .review-slider .owl-nav {
    display: none;
  }
  .review-slider .item {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: none;
  }
  .review-slider .item:nth-child(1), .review-slider .item:nth-child(2) {
    display: block;
  }
  .review-slider .item-video {
    max-width: 100%;
  }
  .review-try-desc {
    font-size: 14px;
  }
  .review-ps {
    font-size: 12px;
  }
}

.header {
  background-color: #ffffff;
  box-shadow: 7px 11px 62px rgba(0, 0, 0, 0.07);
}

.header .navbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
}

.header .navbar-collapse {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
}

.header .navbar-brand {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 84px;
  height: 77px;
  text-align: center;
  z-index: 1;
}

.header .navbar-brand.mob {
  display: none;
}

.header .navbar-nav {
  display: flex;
  flex-direction: row;
  width: 400px;
}

.header .navbar-nav .nav-item {
  padding: 30px 0;
  position: relative;
}

.header .navbar-nav .nav-item .nav-link:hover {
  color: #ff2d55;
}

.header .navbar-nav .nav-item.active .nav-link {
  color: #ff2d55;
}

.header .navbar-nav .nav-item + .nav-item {
  margin-left: 40px;
}

.header .navbar-nav .nav-link {
  font-size: 15px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
}

.header .navbar-left {
  justify-content: flex-start;
}

.header .navbar-right {
  justify-content: flex-end;
}

.header .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  touch-action: manipulation;
  -webkit-appearance: button;
}

.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  background-size: 100% 100%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
}

.header .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.header .navbar .dropdown-menu {
  box-shadow: 17px 20px 23px 1px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  background-color: #f8f8f8;
  border: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}

.header .navbar .dropdown-menu.show {
  display: block;
}

.header .navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  transition: none;
}

.header .navbar .dropdown-item:active, .header .navbar .dropdown-item.active, .header .navbar .dropdown-item:hover {
  color: #fff;
  background-color: #ff2d55;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header .navbar {
    flex-wrap: wrap;
  }
  .header .navbar .navbar-collapse {
    align-items: flex-start;
    flex-direction: column;
  }
  .header .navbar .navbar-nav {
    flex-direction: column;
  }
  .header .navbar-brand {
    position: static;
    display: none;
  }
  .header .navbar-brand img {
    width: 55px;
    height: 85px;
  }
  .header .navbar-brand__text {
    color: #000;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
  }
  .header .navbar-brand.mob {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .header .navbar-brand-nav {
    width: 100%;
  }
  .header .navbar-collapse {
    padding-top: 20px;
    display: none;
  }
  .header .navbar-collapse.show {
    display: block;
    transition: height 0.15s ease-out;
  }
  .header .navbar .dropdown-menu {
    position: static;
    width: 290px;
  }
  .header .navbar .dropdown-menu .dropdown-item {
    white-space: normal;
  }
  .header .navbar .nav-item {
    padding: 10px 0;
    margin: 0 !important;
  }
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}

.item {
  font-family: 'NotoSerif', serif;
}

.b-title {
  font-family: 'NotoSerif';
}

/*----------  Item icons  ----------*/
.item-icon.item-icon-book-color {
  background-image: url("../img/icons/book_mini_color.svg");
}

.item-icon.item-icon-book-grey {
  background-image: url("../img/icons/book_mini.svg");
}

.item-icon.item-icon-disk-color {
  background-image: url("../img/icons/cd_mini_color.svg");
}

.item-icon.item-icon-disk-grey {
  background-image: url("../img/icons/cd_mini.svg");
}

.item-icon.item-icon-subscription {
  background-image: url("../img/icons/my_subscription.svg");
  height: 40px !important;
  background-repeat: no-repeat;
  width: 40px;
}

.item-icon.item-icon-skype {
  background-image: url("../img/icons/skype.svg");
  height: 40px !important;
}

/*----------  Access section  ----------*/
.access {
  padding: 45px 0;
}

.access:before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: -200px;
  position: absolute;
  background: url(../img/price-bg.jpg) no-repeat 50% 50%/cover;
  z-index: -1;
}

.access-grid {
  display: flex;
}

.access-grid .item {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out !important;
  -o-transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out !important;
  -webkit-box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0px #fff, 0 20px 25px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 300px;
}

.access-grid .item:hover {
  -webkit-box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 9px #fff, 0 20px 25px 0 rgba(0, 0, 0, 0.1);
}

.access-grid .item-wrap {
  padding: 0 25px;
}

.access-grid .item-title {
  color: #ff3b66;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.access-grid .item-title.item-title-simple {
  color: inherit;
}

.access-grid .item-title.item-days-left {
  margin-top: 20px;
  margin-bottom: 0;
}

.access-grid .item-old {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.access-grid .item-new {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 10px;
}

.access-grid .no-border {
  background-color: transparent !important;
}

.access-grid .item-new-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  max-width: 190px;
  margin: 0 auto 30px;
  background-color: #ff3b66;
}

.access-grid .item-desc {
  font-size: 18px;
  color: #678597;
  font-weight: 500;
  margin-bottom: 35px;
}

.access-grid .item .btn span {
  width: 186px;
  padding: 10px;
  font-size: 18px;
  background-color: #ff3b66;
  background-image: none;
}

.access-grid .item .btn:hover span {
  color: #FFFFFF;
}

.access-grid .item .btn:before {
  background-image: none;
}

.access-grid .item .btn:after {
  background-image: none;
  width: 215px;
  height: 111px;
  margin-left: -107px;
  top: -20px;
}

.access-slider .owl-stage {
  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;
}

.access-slider .owl-item {
  padding-top: 40px;
}

.access-slider .owl-item.center .item {
  height: auto;
  width: 100%;
}

.access-slider .owl-item.center .item-text {
  display: block;
  margin-top: -15px;
  height: auto;
  opacity: 1;
}

.access-slider .owl-item.center .item-person {
  top: -37px;
}

.access-slider .owl-dots {
  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;
}

.access-slider .owl-dot {
  margin: 0 6px;
}

.access-slider .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
}

.access-slider .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(50deg, #fa709a 0%, #fee140 100%);
}

.access-slider .owl-dot:focus {
  outline: none;
}

.access-slider .owl-prev, .access-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -33px;
}

.access-slider .owl-prev span, .access-slider .owl-next span {
  display: block;
  width: 45px;
  height: 45px;
  background: no-repeat 50% 50% / cover;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 0;
}

.access-slider .owl-prev:focus, .access-slider .owl-next:focus {
  outline: none;
}

.access-slider .owl-prev {
  left: -10px;
}

.access-slider .owl-prev span {
  background-image: url(../img/icons/r_off.svg?v=2);
}

.access-slider .owl-prev:hover span {
  background-image: url(../img/icons/r_on.svg?v=2);
}

.access-slider .owl-next {
  right: -10px;
}

.access-slider .owl-next span {
  background-image: url(../img/icons/l_off.svg?v=2);
}

.access-slider .owl-next:hover span {
  background-image: url(../img/icons/l_on.svg?v=2);
}

.access-slider .item {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.access-slider .item-person {
  text-align: center;
  position: relative;
}

.access-slider .item-person .person-img {
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #ccc no-repeat 50% 50% / cover;
  margin: 0 auto 15px;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.access-slider .item-person .person-name {
  font-size: 24px;
  font-weight: bold;
}

.access-slider .item-text {
  height: 0;
  overflow: hidden;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  max-width: 100%;
}

/*----------  Books section  ----------*/
.books {
  padding: 50px 0 45px;
  background: url(../img/attach-bg.jpg) no-repeat 50% 50%/cover;
  background-attachment: scroll;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.books-title {
  margin-bottom: 40px;
}

.books-desc {
  text-align: center;
  font-size: 28px;
  font-family: 'NotoSerif';
  margin-bottom: 30px;
}

.books-grid {
  display: flex;
  margin: 0 -25px 50px;
  justify-content: center;
}

.books-grid .item {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out !important;
  -o-transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out !important;
  -webkit-box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.books-grid .item:hover {
  -webkit-box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.books-grid .item-wrap {
  width: 33.33%;
  padding: 0 25px;
}

.books-grid .item-title {
  color: #ff3b66;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.books-grid .item-title.item-title-simple {
  color: inherit;
}

.books-grid .item-title.item-days-left {
  margin-top: 20px;
}

.books-grid .item-icon {
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  margin-bottom: 10px;
}

.books-grid .item-old {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.books-grid .item-new {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 0;
}

.books-grid .no-border {
  background-color: transparent !important;
}

.books-grid .item-new-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  max-width: 170px;
  margin: 0 auto 15px;
  background-color: #ff3b66;
}

.books-grid .item-desc {
  font-size: 18px;
  color: #678597;
  font-weight: 500;
  margin-bottom: 35px;
}

.books-grid .item .btn span {
  width: 186px;
  padding: 10px;
  font-size: 18px;
  background-color: #ff3b66;
  background-image: none;
}

.books-grid .item .btn:hover span {
  color: #FFFFFF;
}

.books-grid .item .btn:before {
  background-image: none;
}

.books-grid .item .btn:after {
  background-image: none;
  width: 215px;
  height: 111px;
  margin-left: -107px;
  top: -20px;
}

/*----------  Skype section  ----------*/
.skype {
  padding: 50px 0 45px;
  background-color: #cccccc;
}

.skype-title {
  margin-bottom: 40px;
}

.skype-desc {
  text-align: center;
  font-size: 28px;
  font-family: 'NotoSerif';
  margin-bottom: 30px;
}

.skype-grid {
  display: flex;
  margin: 0 -25px 50px;
  justify-content: center;
}

.skype-grid .item {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out !important;
  -o-transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out !important;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out !important;
  -webkit-box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.skype-grid .item:hover {
  -webkit-box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 9px #fff, 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.skype-grid .item-wrap {
  width: 33.33%;
  padding: 0 25px;
}

.skype-grid .item-title {
  color: #ff3b66;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.skype-grid .item-title.item-title-simple {
  color: inherit;
}

.skype-grid .item-title.item-days-left {
  margin-top: 20px;
}

.skype-grid .item-icon {
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  margin-bottom: 20px;
}

.skype-grid .item-old {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.skype-grid .item-new {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 0;
}

.skype-grid .no-border {
  background-color: transparent !important;
}

.skype-grid .item-new-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  max-width: 170px;
  margin: 0 auto 30px;
  background-color: #ff3b66;
}

.skype-grid .item-desc {
  font-size: 18px;
  color: #678597;
  font-weight: 500;
  margin-bottom: 35px;
}

.skype-grid .item .btn span {
  width: 186px;
  padding: 10px;
  font-size: 18px;
  background-color: #ff3b66;
  background-image: none;
}

.skype-grid .item .btn:hover span {
  color: #FFFFFF;
}

.skype-grid .item .btn:before {
  background-image: none;
}

.skype-grid .item .btn:after {
  background-image: none;
  width: 215px;
  height: 111px;
  margin-left: -107px;
  top: -20px;
}

footer {
  background-color: #666666;
}

footer .container {
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container a:link,
footer .container a:visited {
  color: #fff;
}

footer .container .socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container .socials__link {
  display: block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 6px;
}

footer .container .socials__link.vk {
  background-image: url("../img/social/vk.svg");
}

footer .container .socials__link.fb {
  background-image: url("../img/social/fb.svg");
}

footer .container .socials__link.odnoklassniki {
  background-image: url("../img/social/odnoklassniki.svg");
}

footer .container .socials__link.tw {
  background-image: url("../img/social/tw.svg");
}

footer .container .socials__link.whatsapp {
  background-image: url("../img/social/whatsapp.svg");
}

/*---------- Paypal section ------------*/
.paypal-container {
  max-width: 800px;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
}

.paypal {
  padding: 50px 0 20px;
  position: relative;
  z-index: 1;
}

.paypal-title {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}

.paypal-image {
  margin-top: -5px;
}

.paypal-write-button {
  margin-top: 40px;
}

/*----------  Modal windows  ----------*/
.modal {
  border-radius: 8px;
  max-width: 700px !important;
  padding: 30px !important;
  overflow: initial !important;
  font-family: 'NotoSerif', serif;
}

.modal.modal-simple {
  text-align: center;
}

.modal.modal-illustration {
  padding-left: 226px !important;
}

.modal .illustration {
  float: left;
  margin-left: -194px;
}

.modal-title {
  color: #ff3b66;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal .modal-title {
  text-align: center;
}

.modal-desc {
  font-size: 18px;
  color: #727272;
  margin-bottom: 20px;
  text-align: justify;
}

.modal .item-old {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.modal .item-new {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 0;
}

.modal .no-border {
  background-color: transparent !important;
}

.modal .item-new-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  max-width: 190px;
  margin: 0 auto 30px;
  background-color: #ff3b66;
}

.modal.modal-illustration .item-new-wrap {
  margin-left: 0;
}

.modal .btn span {
  width: 186px;
  padding: 10px;
  font-size: 18px;
  background-color: #ff3b66;
  background-image: none;
  text-align: center;
}

.modal .btn:hover span {
  color: #FFFFFF;
}

.modal .btn:before {
  background-image: none;
}

.modal .btn:after {
  background-image: none;
  width: 215px;
  height: 111px;
  margin-left: -107px;
  top: -20px;
}

.modal .btn + .modal-desc {
  margin-top: 20px;
}

.modal .remark {
  color: #727272;
  font-size: 12px;
  margin-top: 20px;
  text-align: justify;
}

.modal.modal-form {
  max-width: 900px !important;
}

.modal .form-desc {
  color: #727272;
  font-size: 13px;
}

.modal .modal-form-outer {
  display: flex;
}

.modal .modal-form-33 {
  flex: 0 0 33.33%;
  padding-right: 20px;
}

.modal .modal-form-66 {
  padding-left: 20px;
}

.modal.modal-form input,
.modal.modal-form textarea {
  font-size: 14px;
  height: 200px;
  margin-bottom: 10px;
  width: 100%;
}

.modal.modal-form input {
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0 none;
  border-bottom: solid 1px #dcdcdc;
}

.modal.modal-form textarea {
  border: solid 1px #dcdcdc;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}

.modal.modal-form ::-webkit-input-placeholder {
  color: #666;
}

.modal.modal-form ::-moz-placeholder {
  color: #666;
}

.modal .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #727272;
}

.modal .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.modal .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 4px;
}

.modal .checkbox-container:hover input ~ .checkmark {
  background-color: #ffd8e0;
}

.modal .checkbox-container input:checked ~ .checkmark {
  background-color: #ffd8e0;
}

.modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.modal .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.modal .checkbox-container .checkmark:after {
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #ff3b66;
  border-radius: 2px;
}

.modal .fancybox-button svg path {
  fill: #959595 !important;
}

.modal .attachment {
  border: none 0;
  background-color: transparent;
  background-image: url(../img/icons/clip.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}

.rich-text p {
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 991px) {
  .access-grid {
    -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;
  }
  .access-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .access-grid .item-wrap {
    margin-bottom: 30px;
  }
  .access-grid .item-wrap:last-child {
    margin-bottom: 0;
  }
  .books-grid {
    -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;
  }
  .books-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .books-grid .item-wrap {
    width: 50%;
    margin-bottom: 30px;
  }
  .skype-grid {
    -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;
  }
  .skype-grid .item {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .skype-grid .item-wrap {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .b-title {
    font-size: 19px;
  }
  .access-title {
    margin-bottom: 20px;
  }
  .access-desc {
    font-size: 14px;
  }
  .access-grid {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .access-grid .item-wrap {
    margin-bottom: 30px;
    width: 100%;
  }
  .access-grid .item {
    max-width: 300px;
    margin: 0 auto;
  }
  .books-title {
    margin-bottom: 20px;
  }
  .books-desc {
    font-size: 14px;
  }
  .books-grid {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .books-grid .item-wrap {
    margin-bottom: 30px;
    width: 100%;
  }
  .books-grid .item {
    max-width: 300px;
    margin: 0 auto;
  }
  .access-title {
    margin-bottom: 20px;
  }
  .skype-desc {
    font-size: 14px;
  }
  .skype-grid {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .skype-grid .item-wrap {
    margin-bottom: 30px;
    width: 100%;
  }
  .skype-grid .item {
    max-width: 300px;
    margin: 0 auto;
  }
  footer .container {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .item-title,
  .modal-title {
    font-size: 18px !important;
  }
  .item-old {
    font-size: 22px !important;
  }
  .item-new {
    font-size: 26px !important;
  }
  .item .btn span,
  .modal-desc,
  .modal .btn span {
    font-size: 14px !important;
  }
  .modal.modal-illustration {
    padding-left: 30px !important;
    text-align: center;
  }
  .modal .illustration {
    float: none;
    margin-left: 0;
  }
  .modal.modal-illustration .item-new-wrap {
    margin-left: auto;
  }
  .paypal-container {
    line-height: 1.5;
    font-size: 16px;
  }
  .paypal-title {
    font-size: 18px;
    padding: 10px;
  }
  .paypal-image {
    margin-top: -3px;
    height: 20px !important;
  }
  .paypal-write-button {
    margin-top: 40px;
  }
}

.agreement-modal {
  padding: 0 15px !important;
}

.agreement-modal .modal-dialog {
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
}

.agreement-modal .modal-content {
  border-radius: 25px;
  padding: 25px 40px;
}

.agreement-modal .modal-content h3 {
  color: #1c1c1c;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.agreement-modal .modal-content .agreement-attantion {
  text-align: center;
}

.agreement-header {
  margin-bottom: 20px;
}

.agreement-wrap {
  max-height: 350px;
  margin-bottom: 25px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .agreement-wrap {
    max-height: 300px;
    margin-bottom: 25px;
    font-size: 14px;
  }
}

.agreement-btns {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.agreement-btns .button {
  width: 183px;
  height: 37px;
  border-radius: 18px;
  padding: 0 5px;
  font-size: 16px;
  text-transform: none;
  margin: 5px 0;
}

.agreement-btns .button:last-child {
  margin-left: 30px;
}

.agreement-btns a.button {
  text-align: center;
  line-height: 37px;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #ededed;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #9b9b9b;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.button {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 38px;
  border-radius: 27px;
  background-color: #ff2d55;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #ff2d55;
  text-decoration: none !important;
  text-align: center;
}

.button:focus {
  outline: none;
}

.button-transparent {
  background-color: transparent;
  border: 1px solid #ff2d55;
  color: #ff2d55;
}

.button-transparent:hover {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.button.small {
  max-width: 183px;
  width: 100%;
  height: 37px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 8px 0;
}

.button:hover {
  background-color: #ff1944;
  border: 1px solid #ff1944;
  color: #fff;
}

.button.primary {
  width: initial;
  padding: 10px 20px;
}

.preventcopy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.footer__policy a {
  color: #fff;
}

.footer__social .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.footer__social .socials__link {
  display: block;
  width: 29px;
  height: 29px;
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 6px;
}

.footer__social .socials__link.vk {
  background-image: url("../img/social/vk.svg");
}

.footer__social .socials__link.whatsapp {
  background-image: url("../img/social/whatsapp.svg");
}

.footer__social .socials__link.fb {
  background-image: url("../img/social/fb.svg");
}

.footer__social .socials__link.odnoklassniki {
  background-image: url("../img/social/odnoklassniki.svg");
}

.footer__social .socials__link.tw {
  background-image: url("../img/social/tw.svg");
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer.red {
  background-color: #6C283D;
}

@media screen and (max-width: 640px) {
  .footer .row {
    flex-direction: column;
  }
  .footer .row .col {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .footer .row .col a {
    text-align: center;
  }
  .footer .row .col + .col {
    margin-top: 15px;
  }
}
