@charset "UTF-8";
html {
  font-size: 62.5%;
}

/* Переменные */
body {
  font-family: "Roboto", sans-serif;
}
body .q1 {
  color: #1E2037;
}
body .q2 {
  color: #E8307C;
}

body.payment-complete {
  background: #000;
  color: #fff;
}

body.payment-complete .content {
  background: url(../img/shtern_complete.png) no-repeat;
  height: 900px;
  background-position: 93% -50px;
}

body.payment-complete .content .left-block {
  max-width: 750px;
  text-align: left;
  padding-top: 146px;
  padding-left: 6%;
}
body.payment-complete .content .left-block h1 {
  font-weight: 300;
  font-size: 55px;
  line-height: 49px;
}
body.payment-complete .content .left-block p {
  font-size: 35px;
  line-height: 35px;
  padding-top: 42px;
  font-weight: 200;
}

body.payment-complete .content .left-block .btn {
  margin-top: 29px;
  width: 415px;
}

.container-header {
  width: 100%;
  user-select: none;
  padding: 0 2% 0 5%;
  color: #fff;
}

.container-header .navbar-toggle {
  cursor: pointer;
}
.container-header .navbar-header {
  padding-top: 15px;
  height: 76px;
}

.container-header #navbar-collapse .navbar-nav li a {
  color: #fff;
  font-size: 18px;
  height: 76px;
  line-height: 78px;
}

.container-header .brand {
  width: 340px;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  float: left;
  white-space: normal;
}

.container-header .brand img {
  width: 109px;
  height: 46px;
}
.container-header .brand span {
    text-align: left;
    padding-left: 15px;
}
.section {
  padding: 60px 0;
  color: #1E2037;
}
.section h1 {
  font-weight: 300;
  font-size: 4rem;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}

.btn {
  font-weight: 300;
}
.btn.btn-primary {
  border-radius: 10px;
}
.btn.btn-primary i {
  font-size: 12px;
  margin-left: 10px;
}
.btn.btn-primary.active, .btn.btn-primary:active {
  background-color: #ce1763;
  border-color: #a0124d;
}
.btn.btn-primary.focus, .btn.btn-primary:focus {
  background-color: #ce1763;
  border-color: #a0124d;
}
.btn.btn-2 {
  color: #FFF;
  border-top-width: 0;
  background: linear-gradient(180deg, #FF5299 0%, #EC1D72 100%), #DF1C6C;
}
.btn.active,
.btn:active {
  box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%) !important;
}
.btn.btn-lg {
  border-radius: 50px;
  padding: 0 20px;
  line-height: 80px;
  height: 80px;
  font-weight: 400;
  font-size: 24px;
}
.btn.btn-lg.lk {
  margin-top: 20px;
  line-height: 0;
  height: 41px;
  width: 269px;
}
.gnav {
  background: #1E2037;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  text-align: left;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5);
}
.gnav a {
  display: inline-block;
  float: left;
  border-collapse: collapse;
  text-decoration: none;
  line-height: 40px;
  padding: 0 40px;
  border-right: 1px solid #272a48;
  color: #FFFFFF;
}
.gnav a:first-child {
  border-left: 1px solid #272a48;
}
.gnav a:hover, .gnav a.active {
  color: #E8307C;
  background: #22243e;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: white;
}

.sc0 {
  overflow: hidden;
  padding-top: 40px;
  min-height: 730px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #1E2037 url("../img/10.jpg?02102018") no-repeat right top/cover;
}
.sc0 .min-tel .group-1 {
  text-align: left;
  margin: 0 0 40px;
}
.sc0 .min-tel .group-1 a.social {
  text-decoration: none;
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 4px;
  opacity: 0.75;
}
.sc0 .min-tel .group-1 a.social:hover {
  opacity: 1;
}
.sc0 .min-tel .group-1 .mail {
  margin-left: 15px;
  color: white;
}
.sc0 .min-tel .logotel {
  float: left;
  margin-top: 0;
}
.sc0 .min-tel h2 {
  text-align: left;
  font-weight: 100;
  margin-right: 0;
  margin-top: 60px;
  margin-left: 240px;
  font-size: 24px;
  text-shadow: none;
}
.sc0 .min-tel h1, .sc0 .min-tel .cast-title {
  text-align: left;
  margin: 60px 0 0;
  font-size: 70px;
  max-width: 600px;
  font-weight: 100;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
.sc0 .min-tel h4, .sc0 .min-tel .cast-des {
  margin: 20px 0 0 0;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.sc0 .min-tel .btn-lg {
  margin-left: 0 !important;
}
.sc0 .min-tel .btn-primary {
  color: #FFFFFF;
}
.sc0 .min-tel .anchor {
  clear: both;
  border: none;
  padding: 10px 0 5px;
  line-height: 20px;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
  height: auto;
  margin: 20px 60px 0;
  width: 180px;
  text-decoration: none;
  color: #FFF;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc0 .min-tel .anchor:hover {
  background: transparent;
  border-bottom-color: transparent;
  text-decoration: none;
}
.sc0 .min-tel > a {
  position: absolute;
  left: 0;
  padding-top: 10px !important;
}
.sc0 .btn.btn-lg.plr {
  padding: 0 20px;
}
.sc0 form {
  margin-top: 20px;
}
.sc0 form div[class^=col-] {
  padding: 0 10px 0 0;
}
.sc0 form input[type=text] {
  font-size: 1.8rem;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1E2037;
  border: none;
  margin-bottom: 20px;
}
.sc0 form label {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  color: #FFFFFF;
}
.sc0 form label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.sc0 form .subpro_left {
  display: none;
}

#test_screen {
  padding: 30px 0;
  background: url("../test/img/bg2.jpg") no-repeat 50% 0/cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}
#test_screen h1 {
  margin-bottom: 30px;
  font-size: 28px;
  color: black;
}
#test_screen a {
  height: 48px;
  padding: 0 20px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 100px;
}

.gs1 {
  overflow: hidden;
  padding-bottom: 100px;
}
.gs1 .video {
  background: #FFF url(../img/ipad.jpg) no-repeat 50% 0;
  padding: 42px 125px 0 120px;
  height: 693px;
  width: 970px;
  margin: 0 auto;
}
.gs1 .video .btn {
  margin-top: 100px;
}

.gs2 {
  background: rgba(183, 20, 88, 0.85) url(../img/1.png) repeat 50% 0;
  color: #FFF;
  overflow: hidden;
  padding-bottom: 100px;
}
.gs2 h1 {
  text-shadow: 2px 2px 2px rgba(30, 32, 55, 0.15);
}
.gs2 h1:after {
  background: #ed5e99;
  background: #FFFFFF;
}
.gs2 .row img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.gs2 .row .tx {
  font-size: 2rem;
  margin: 0 0 80px;
}
.gs2 .row .tx b {
  color: #FFFFFF;
  display: block;
}
.gs2 .benefits i {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  line-height: 90px;
  border: 2px solid #f28cb6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 4rem;
  background: rgba(242, 140, 182, 0.25);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gs2 .benefits .tx {
  line-height: 80px;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
}
.gs2 .benefits div[class^=col-]:hover i {
  -webkit-transform: translateY(-10px) rotateY(360deg);
  -moz-transform: translateY(-10px) rotateY(360deg);
  -ms-transform: translateY(-10px) rotateY(360deg);
  -o-transform: translateY(-10px) rotateY(360deg);
  transform: translateY(-10px) rotateY(360deg);
}

.gs3 {
  background: #FFF;
  overflow: hidden;
}
.gs3.all-courses {
  background: #FFF url(../img/7.jpg) no-repeat center bottom/contain;
}
.gs3 .course-item {
  margin: 0 auto 60px;
  padding: 0 15px 60px;
  max-width: 970px;
  border-bottom: 1px solid #e4e5f0;
}
.gs3 .course-item .desc {
  margin-bottom: 60px;
}
.gs3 .course-item .desc .text-right {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #e4e5f0;
}
.gs3 .course-item .desc .text-right h2 {
  margin-right: 20px;
  font-style: normal;
  font-weight: 300;
}
.gs3 .course-item .desc .text-right h3 {
  font-weight: 400;
  margin-right: 20px;
}
.gs3 .course-item .desc .text-box {
  padding: 30px 20px 10px 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #545a9a;
}
.gs3 .course-item .course-content .content-item {
  text-align: left;
  margin: 40px 20px 40px 0;
  padding-left: 40px;
  font-size: 2rem;
  color: #1E2037;
  position: relative;
}
.gs3 .course-item .course-content .content-item:before {
  content: "";
  font-family: "WebHostingHub-Glyphs";
  font-style: normal;
  position: absolute;
  left: -20px;
  font-size: 4rem;
  color: #ed5e99;
  top: -5px;
}
.gs3 .course-item .course-content .card {
  background: #FFF url(../img/1.png) repeat 50% 50%;
  -webkit-box-shadow: 0 -20px 0 -10px #ed5e99, 0 -40px 0 -20px #f28cb6, 0 -60px 0 -30px #f7bad3;
  -moz-box-shadow: 0 -20px 0 -10px #ed5e99, 0 -40px 0 -20px #f28cb6, 0 -60px 0 -30px #f7bad3;
  box-shadow: 0 -20px 0 -10px #ed5e99, 0 -40px 0 -20px #f28cb6, 0 -60px 0 -30px #f7bad3;
  color: #E8307C;
  padding: 60px 20px;
  margin-top: 60px;
  border: 2px solid #ED5E99;
}
.gs3 .course-item .course-content .card .label.label-info {
  position: absolute;
  right: -30px;
  top: -40px;
  background: #0CF;
  font-size: 30px;
  font-weight: 700;
  width: 100px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  border: 2px dotted #FFF;
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.gs3 .course-item .course-content .card .tx {
  font-size: 3rem;
  font-weight: 300;
}
.gs3 .course-item .course-content .card .old-price {
  margin: 20px 0 20px;
  font-weight: 700;
  font-size: 4rem;
  position: relative;
}
.gs3 .course-item .course-content .card .old-price:before, .gs3 .course-item .course-content .card .old-price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 4px;
  background: #0CF;
  margin-left: -100px;
}
.gs3 .course-item .course-content .card .old-price:before {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.gs3 .course-item .course-content .card .old-price:after {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.gs3 .course-item .course-content .card .price {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 4rem;
}
.gs3 .course-item .course-content .card .btn {
  border: 2px solid #FFFFFF;
  white-space: normal;
  max-width: 100%;
  height: auto;
}
.gs3 .course-item.ci2 .course-content .content-item {
  margin: 0 20px 20px 0;
  font-size: 1.8rem;
}
.gs3 .course-item.ci3 {
  border: none;
}

.gs4 {
  background: #FFF url(../img/6.jpg) no-repeat center center/cover;
  color: #FFF;
  overflow: hidden;
}
.gs4 .photo img {
  padding: 20px;
  border: 2px solid #e8307c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gs4 h3 {
  font-weight: 100;
  font-size: 7rem;
  margin-bottom: 20px;
}
.gs4 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.gs4 ul li:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #E8307C;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}

.gs5 {
  overflow: hidden;
  display: none;
}

.gs6 {
  overflow: hidden;
  position: relative;
}
.gs6 img {
  border: 1px solid #AAA;
  border-radius: 20px;
  margin-bottom: 20px;
}
.gs6 .col-sm-3 {
  position: relative;
  margin-bottom: 40px;
}
.gs6 .col-sm-3 p {
  padding-bottom: 80px;
  font-size: 2.2rem;
}
.gs6 .col-sm-3 img:nth-of-type(1) {
  position: absolute;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50%;
  box-shadow: 0 1px 7px 0 grey;
  margin-left: -75px;
}
.gs6 .col-sm-3 img:nth-of-type(2) {
  border: 1px solid #DDD;
  border-radius: 8px;
}

.gs7 {
  background: #FFFFFF;
  overflow: hidden;
  padding: 40px 0 60px;
}
.gs7 .price-row {
  justify-content: center;
}
.gs7 h1 {
  font-size: 60px;
  margin-bottom: 60px;
}
.gs7 .item {
  background: #FFFFFF;
  box-shadow: 0 -29px 0 -15px #EC1D72, 0 -60px 0 -31px rgba(236, 29, 114, 0.5);
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
  border: 2px solid #ED5E99;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  user-select: none;
  padding-bottom: 40px;
}
.gs7 .item h3 {
  padding: 0 13px;
  font-weight: 200;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-top: 30px;
  color: #DA1365;
}
.gs7 .item .gift {
  color: #fff;
  padding: 10px 10px;
  background: #00c4ff;
}
.gs7 .item .gift small {
  color: #007699;
  display: inline-block;
  margin-right: 5px;
}
.gs7 .item .collapse-box-block {
  background: #F0F0F0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.gs7 .item .panel-default>.panel-heading {
  color: #000;
  border-top: 0;
  border-bottom: 5px solid #fff;
  padding: 10px 5%;
  background: #F0F0F0;
}
.gs7 .item .collapse-box-header {
  text-transform: uppercase;
  position: relative;
  text-align: left;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.gs7 .item.black-label .collapse-box-header {
  color: #EC1D72;
}
.gs7 .item .collapse-box-header:after {
  content: '';
  background: url(../img/icons/minus.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  bottom: 0;
  margin: auto;
}
.gs7 .item .collapse-box-header.collapsed:after {
  background: url(../img/icons/plus.svg) no-repeat center;
}
.gs7 .item .collapse-box-header.collapsed .collapse-text {
  display: inline;
}
.gs7 .item .collapse-box-header.collapsed .text {
  display: none;
}
.gs7 .item .collapse-box-header:not(.collapsed) .collapse-text {
  display: none;
}
.gs7 .item .collapse-box-header:not(.collapsed) .text {
  display: inline;
}
.gs7 .item .visible-list,
.gs7 .item .hidden-list {
  margin: 26px 30px;
}
.gs7 .item .visible-list li {
  list-style-image: url(../img/icons/li_ok.svg);
}
.gs7 .item .hidden-list li {
  list-style-image: url(../img/icons/li_ok_blue.svg);
}
.gs7 .panel-body {
  padding: 0;
}
.gs7 .carousel {
  width: 100%;
  padding: 0 8%;
  height: auto;
  margin: auto;
}
.gs7 .carousel .item {
  border: 0;
  box-shadow: none;
  height: auto;
  margin: 20px auto;
}
.gs7 .carousel .carousel-control {
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gs7 .carousel .carousel-inner {
  overflow: visible;
}
.gs7 .carousel .carousel-inner > .item > img {
  height: auto;
  display: block;
  position: static;
}
.gs7 .carousel .carousel-control.left {
  background: url(../img/icons/left.svg) no-repeat center;
  left: 0;
  margin-left: 1%;
}
.gs7 .carousel .carousel-control.right {
  background: url(../img/icons/right.svg) no-repeat center;
  right: 0;
  margin-right: 1%;
}
.gs7 p {
  margin-top: 20px;
  font-weight: 200;
  font-size: 40px;
  line-height: 18px;
  color: #000000;
}
.gs7 .old-price {
  position: relative;
  color: #9A9A9A;
  font-weight: 200;
  font-size: 20px;
  line-height: 18px;
}
.gs7 .old-price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 120px;
  height: 1px;
  background: #0CF;
  margin: auto;
  right: 0;
}
.gs7 .item h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 0px 0 20px;
  font-weight: 700;
  font-style: normal;
}
.gs7 .item label {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
}
.gs7 .item input {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.gs7 .item a.btn {
  border-color: #FFF;
  margin-top: 10px;
  color: #FFF;
  width: 90%;
  height: 73px;
  line-height: 73px;
  margin-bottom: 10px;
}
.gs7 .item .badge {
  color: #008fb3;
  background: #06CBF6;
  margin-top: 10px;
  border-radius: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
}

.gs7 .tinkoff-btn {
  padding: 0 4% 0 2%;
  border: none;
  background: transparent;
  margin: 15px auto 10px;
  width: 90%;
  max-width: 366px;
  height: 54px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.gs7 .tinkoff-btn span {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  width: 50%;
}
.gs7 .tinkoff-btn img {
  max-width: 146px;
  width: 50%;
}

.gs7 .tinkoff-btn:active {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.gs7 .item .checkgr {
  display: none;
}
.gs7 .item .checkgr a {
  display: inline-block;
  width: auto;
  font-size: 16px;
  background: none;
  border-bottom: 1px dotted;
  padding: 0;
  line-height: 24px;
  text-decoration: none;
  margin-left: 5px;
}
.gs7 .item label a:hover {
  border: none;
  padding-bottom: 1px;
}
.gs7 .item a i.icon-arrow-right {
  font-size: 23px;
  margin-right: 10px;
}
.gs7 .label {
  position: absolute;
  background: #06CBF6;
  border-radius: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  padding: 8px 12px;
  z-index: 3;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
  font-size: 25px;
  line-height: 20px;
  right: 25px;
  top: -23px;
  width: 82px;
}
.gs7 .label.label-info__holiday {
  left: -15px;
  right: auto;
  padding: 5px 15px;
  font-size: 14px;
  background: #b55c97;
}
.gs7 i.icon-coupon {
  position: absolute;
  bottom: 222px;
  right: -36px;
  transform: scale(-1, 1);
  font-size: 60px;
  color: #C952EA;
  background: #FFF;
  line-height: 56px;
  width: 50px;
  border-radius: 10px 0px 0px 10px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gs7 i.icon-coupon:hover {
  right: -100px;
  cursor: pointer;
}
.gs7 .offer:hover i.icon-coupon {
  right: -100px;
  cursor: pointer;
}
.gs7 i.icon-coupon:after {
  width: 84px;
  height: 60px;
  background: #C952EA;
  position: absolute;
  left: 52px;
  display: inline-block;
  top: 0px;
  content: "-50";
  color: #FFF;
  font-family: Segoe UI;
  font-weight: 400;
  transform: scale(-1, 1);
  font-size: 42px;
  padding-left: 20px;
}
.gs7 span.old {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.gs7 span.old:after {
  border-top: 4px solid #C952EA;
  width: 240px;
  height: 0;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 30px;
  z-index: 2;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
}
.gs7 span.old:before {
  border-top: 4px solid #C952EA;
  width: 240px;
  height: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 30px;
  z-index: 2;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
}
.gs7 .row > div:last-of-type {
  margin-top: 10px;
}

.gs8 {
  overflow: hidden;
  padding: 100px 0;
  background: #FFF url(../img/9.jpg) no-repeat right center;
  color: #FFF;
}
.gs8 .btn {
  color: #FFF;
}

.gs9 {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  min-height: 300px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #000 url("../img/10.jpg?02102018") no-repeat 60% bottom/contain;
}
.gs9 .bgvideo_par {
  position: fixed;
  left: 0;
  min-width: 100%;
  width: 100%;
  z-index: -9999;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.gs9 .bgvideo_par .bgvideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.gs9 .form-inline {
  margin-top: 200px;
}
.gs9 .form-inline .form-control {
  border: 2px solid #FF1777;
  height: 50px;
  font-size: 18px;
  margin-right: 20px;
}
.gs9 .form-inline .btn-primary {
  font-size: 18px;
  padding: 11px 30px;
  background: #FF1777;
  color: #FFF;
}
.gs9 .form-inline .btn-primary:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.gs9 .min-tel {
  padding-top: 20px;
}
.gs9 .min-tel .logotel {
  float: right;
  margin-top: 23px;
}
.gs9 .group-1 {
  text-align: right;
}
.gs9 .min-tel .telnum {
  font-size: 28px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  margin-top: 10px;
  text-align: right;
  top: 6px;
  position: relative;
}
.gs9 .min-tel .fancybox {
  padding: 0 10px;
  line-height: 26px;
  margin-left: 10px;
  color: #FFF;
}
.gs9 .min-tel h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #FFF;
  margin-top: 12px;
  margin-right: 180px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  text-align: right;
}
.gs9 .min-tel h2 span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
}
.gs9 .min-tel h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  color: #FFF;
  text-align: right;
  margin-right: 180px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.gs9 .psa-form {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 520px;
  margin-left: -260px;
}
.gs9 .min-tel .group-1 {
  text-align: left;
  margin: 0 0 40px;
}
.gs9 .min-tel .group-1 a.social {
  text-decoration: none;
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 4px;
  opacity: 0.75;
}
.gs9 .min-tel .group-1 a.social:hover {
  opacity: 1;
}
.gs9 .min-tel .logotel {
  float: left;
  margin-top: 0;
}
.gs9 .min-tel h2 {
  text-align: left;
  font-weight: 100;
  margin-right: 0;
  margin-top: 60px;
  margin-left: 240px;
  font-size: 24px;
  text-shadow: none;
}
.gs9 .min-tel h1 {
  text-align: left;
  margin: 60px 0 0;
  font-size: 70px;
  max-width: 600px;
  font-weight: 100;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
.gs9 .min-tel .btn-lg {
  margin: 20px 20px 0 0;
}
.gs9 .min-tel .btn-primary {
  color: #FFFFFF;
}
.gs9 .min-tel .anchor {
  border: none;
  padding: 10px 0 5px;
  line-height: 20px;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
  height: auto;
  margin: 20px 20px 0;
  text-decoration: none;
  color: #FFF;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gs9 .min-tel .anchor:hover {
  background: transparent;
  border-bottom-color: transparent;
  text-decoration: none;
}

.gs10 {
  overflow: hidden;
  padding: 20px 0;
  background: #121212;
  color: #FFF;
}
.gs10 a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.gs10 a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

@media (min-width: 1200px) {
  .sc6 .item h2 {
    font-size: 20px;
  }
  .sc6 p {
    font-size: 45px;
    font-weight: bold;
  }
  .sc6 .item label {
    padding: 0px 0;
  }
  .sc6 .item .checkgr a {
    margin-bottom: 15px;
  }
  .sc6 .item a {
    font-size: 22px;
    line-height: 58px;
  }

  .sc0 {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .sc0 .min-tel .group-1 .mail {
    position: relative;
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sc0 .min-tel h2 {
    font-size: 20px;
  }

  .sc2 img.hand {
    width: 540px;
    left: 51%;
  }

  .sc0 .min-tel h1, .sc0 .min-tel .cast-title {
    font-size: 34px;
  }
  .sc0 .min-tel .logotel {
    margin-top: 0px;
  }

  .sc2 .row .hleft {
    padding: 0 160px 0 0;
  }
  .sc2 .row .hright {
    padding: 0 0 0 160px;
  }
  .sc2 .container {
    background-size: 320px;
    -moz-background-size: 320px;
  }
  .sc2 .item {
    margin-bottom: 10px;
  }
  .sc2 .item i {
    font-size: 40px;
    width: 60px;
  }
  .sc2 .item h3 {
    font-size: 16px;
  }
  .sc2 .item h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .sc2 .row .hleft .item {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item:first-child {
    padding-top: 10px;
  }
  .sc2 .row .hleft .item:first-child i {
    line-height: 60px;
  }
  .sc2 .row .hleft .item:last-child {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item i {
    line-height: 60px;
  }
  .sc2 .row .hright .item {
    padding-top: 8px;
  }
  .sc2 .row .hright .item:first-child {
    padding-top: 4px;
  }
  .sc2 .row .hright .item:first-child i {
    line-height: 80px;
  }
  .sc2 .row .hright .item:last-child {
    padding-top: 10px;
  }
  .sc2 .row .hright .item:last-child i {
    line-height: 60px;
  }
  .sc2 .row .hright .item i {
    line-height: 70px;
  }
  .sc2 .item {
    min-height: 136px;
  }
  .sc2 img.hand {
    margin-top: -7px;
  }

  .sc3 {
    background-size: 1240px;
    -moz-background-size: 1240px;
  }
  .sc3 h2 {
    font-size: 42px;
  }
  .sc3 h2 .firstname {
    margin-right: 283px;
    margin-left: -27px;
  }
  .sc3 h2 b {
    padding: 0 20px 5px;
  }
  .sc3 .benef h4 {
    font-size: 18px;
  }
  .sc3 .benef h4.center {
    font-size: 20px;
    margin-top: 20px;
  }
  .sc3 .benef i {
    margin-left: 80px;
  }
  .sc3 .row.benef {
    max-width: 900px;
  }
  .sc3 .row.benef div {
    min-height: 82px;
  }

  .sc4 .row h3 {
    font-size: 17px;
  }

  .sc6 .item .checkgr a, .sc6 .item label {
    font-size: 14px;
  }
  .sc6 .item a {
    font-size: 24px;
    line-height: 56px;
  }
  .sc6 .item a i.icon-arrow-right {
    font-size: 17px;
  }
  .sc6 h1 {
    font-size: 50px;
  }

  .sc7 .min-tel {
    padding-top: 0px;
  }
  .sc7 .min-tel h2 {
    font-size: 30px;
  }
  .sc7 .min-tel h1 {
    font-size: 34px;
    margin-top: 10px;
  }
  .sc7 .min-tel .logotel {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sc0 .min-tel h2 {
    font-size: 20px;
    margin-top: 0px;
  }

  .demo h1 span {
    font-size: 37px;
  }

  .sc0 .min-tel h1, .sc0 .min-tel .cast-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .sc0 .min-tel .logotel {
    margin-top: 0px;
  }
  .sc0 .min-tel .logotel img {
    height: 130px;
    margin-right: 15px;
  }

  .navbar .navbar-nav > li > a {
    padding: 15px 40px;
    font-size: 16px;
  }

  .sc1 iframe {
    max-width: 600px;
  }

  .sc2 {
    padding: 50px 0 20px;
  }
  .sc2 .row .hleft {
    padding: 0 20px 0 0px;
  }
  .sc2 .row .hright {
    padding: 0 0px 0 0px;
  }
  .sc2 .container {
    background-size: 320px;
    -moz-background-size: 320px;
    background: none;
  }
  .sc2 .item {
    margin-bottom: 10px;
  }
  .sc2 .item i {
    font-size: 40px;
    width: 60px;
  }
  .sc2 .item h3 {
    font-size: 16px;
  }
  .sc2 .item h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .sc2 .row .hleft .item {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item:first-child {
    padding-top: 10px;
  }
  .sc2 .row .hleft .item:first-child i {
    line-height: 60px;
  }
  .sc2 .row .hleft .item:last-child {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item i {
    line-height: 60px;
  }
  .sc2 .row .hright .item {
    padding-top: 8px;
  }
  .sc2 .row .hright .item:first-child {
    padding-top: 4px;
  }
  .sc2 .row .hright .item:first-child i {
    line-height: 80px;
  }
  .sc2 .row .hright .item:last-child {
    padding-top: 10px;
  }
  .sc2 .row .hright .item:last-child i {
    line-height: 60px;
  }
  .sc2 .row .hright .item i {
    line-height: 70px;
  }
  .sc2 .item {
    min-height: 136px;
  }
  .sc2 img.hand {
    margin-top: -7px;
    display: none;
  }

  .sc3 {
    background-size: 992px;
    -moz-background-size: 992px;
  }
  .sc3 h2 {
    font-size: 32px;
  }
  .sc3 h2 .firstname {
    margin-right: 236px;
    margin-left: -27px;
  }
  .sc3 h2 b {
    padding: 0 20px 5px;
  }
  .sc3 .benef h4 {
    font-size: 14px;
  }
  .sc3 .benef h4.center {
    font-size: 17px;
    margin-top: 16px;
  }
  .sc3 .benef i {
    margin-left: 60px;
  }
  .sc3 .row.benef {
    max-width: 740px;
  }
  .sc3 .row.benef div {
    min-height: 70px;
  }

  .sc6 .item .checkgr a {
    font-size: 12px;
  }
  .sc6 .item label {
    font-size: 12px;
    padding: 0;
    line-height: 4px;
  }

  .sc4 .row h3 {
    font-size: 13px;
  }

  .checkgr {
    padding-bottom: 10px;
  }

  .sc5 h1 {
    font-size: 30px;
    font-weight: bold;
  }

  .sc6 .item h3 {
    font-size: 33px;
  }
  .sc6 .label {
    font-size: 18px;
    line-height: 37px;
    padding: 3px 13px;
  }
  .sc6 span.old:before, .sc6 span.old:after {
    width: 140px;
    margin-left: -70px;
    top: 15px;
  }
  .sc6 .item h2 {
    font-size: 30px;
    padding: 0px 0 20px;
  }

  .sc5 h5 em {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }

  .sc6 .item a {
    font-size: 20px;
    line-height: 56px;
  }
  .sc6 .item a i.icon-arrow-right {
    font-size: 13px;
  }
  .sc6 h1 {
    font-size: 40px;
  }

  .sc7 .min-tel {
    padding-top: 0px;
  }
  .sc7 .min-tel h2 {
    font-size: 20px;
    margin-top: 0px;
  }
  .sc7 .min-tel h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sc7 .min-tel .logotel {
    margin-top: 0;
  }
  .sc7 .min-tel .logotel img {
    height: 130px;
    margin-left: 15px;
  }

  .sc66 h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sc0 .min-tel .group-1 .mail {
    position: relative;
    top: 0;
  }

  .gs1 {
    background: #FFF;
  }
  .gs1 .video {
    background: #FFF;
    padding: 30px 0;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .gs1 .video iframe {
    width: 100%;
    height: 240px;
  }

  .gs6 {
    background: #FFF;
  }

  .but, .review {
    display: none;
  }

  .demo {
    overflow: hidden;
  }
  .demo h1 span {
    font-size: 32px;
    line-height: 40px;
    display: inline-block;
  }

  .sc0 .min-tel h2,
.gs9 .min-tel h2 {
    font-size: 17px;
    margin-top: 0;
    margin-right: 93px;
  }
  .sc0 .min-tel h1, .sc0 .min-tel .cast-title,
.gs9 .min-tel h1 {
    font-size: 3rem !important;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .sc0 .min-tel .logotel,
.gs9 .min-tel .logotel {
    margin-top: 0;
  }
  .sc0 .min-tel .logotel img,
.gs9 .min-tel .logotel img {
    height: 80px;
    margin-right: 5px;
  }

  .sc0 .min-tel > a {
    position: static;
  }

  .sc1 iframe {
    max-width: 246px;
    padding: 20px;
    margin-top: -50px;
  }

  .sc2 .row .hleft {
    padding: 0 20px 0 0;
  }
  .sc2 .row .hright {
    padding: 0 0 0 0;
  }
  .sc2 .container {
    background-size: 320px;
    -moz-background-size: 320px;
    background: none;
  }
  .sc2 .item {
    margin-bottom: 10px;
  }
  .sc2 .item i {
    font-size: 40px;
    width: 60px;
  }
  .sc2 .item h3 {
    font-size: 16px;
  }
  .sc2 .item h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .sc2 .row .hleft .item:first-child {
    padding-top: 10px;
  }
  .sc2 .row .hleft .item:first-child i {
    line-height: 60px;
  }

  .sc1 h1 {
    font-size: 20px;
  }

  .sc2 {
    padding: 50px 0 20px;
    background: #FFF;
  }
  .sc2 .row .hleft .item {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item:last-child {
    padding-top: 8px;
  }
  .sc2 .row .hleft .item i {
    line-height: 60px;
  }
  .sc2 .row .hright .item {
    padding-top: 8px;
  }
  .sc2 .row .hright .item:first-child {
    padding-top: 4px;
  }
  .sc2 .row .hright .item:first-child i {
    line-height: 80px;
  }
  .sc2 .row .hright .item:last-child {
    padding-top: 10px;
  }
  .sc2 .row .hright .item:last-child i {
    line-height: 60px;
  }
  .sc2 .row .hright .item i {
    line-height: 70px;
  }
  .sc2 .item {
    min-height: 136px;
  }
  .sc2 img.hand {
    margin-top: -7px;
    display: none;
  }

  h1.sc3h {
    font-size: 30px;
  }

  .sc3 {
    background: url("../img/old/katya2.jpg") no-repeat 50% 0 #FFF;
    /*background-size: 992px;*/
    /*-moz-background-size: 992px;*/
    /*background-position: 50% 60px;*/
  }
  .sc3 h2 {
    font-size: 20px;
  }
  .sc3 h2 .firstname {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sc3 h2 b {
    padding: 0 5px 5px;
    border: none;
    box-shadow: none;
  }
  .sc3 .benef h4 {
    font-size: 14px;
  }
  .sc3 .benef h4.center {
    font-size: 17px;
    margin-top: 16px;
  }
  .sc3 .benef i {
    margin-left: 76px;
    margin-top: 1px;
  }
  .sc3 .row.benef {
    max-width: 740px;
    padding: 10px;
  }
  .sc3 .row.benef div {
    min-height: 40px;
    border: none;
  }

  .sc6 {
    background-color: #171717;
  }
  .sc6 .item .checkgr a {
    font-size: 12px;
  }
  .sc6 .item label {
    font-size: 12px;
    padding: 0;
    line-height: 4px;
  }

  .sc3 .container {
    padding: 0px 0 40px;
  }

  .sc4 .row h3 {
    font-size: 14px;
  }

  .checkgr {
    padding-bottom: 10px;
  }

  .sc5 h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    float: left;
    margin-top: 20px;
  }
  .sc5 h5 {
    padding-top: 20px;
  }

  .sc6 .item h3 {
    font-size: 33px;
  }
  .sc6 .label {
    font-size: 18px;
    line-height: 37px;
    padding: 3px 13px;
    right: -5px;
  }

  .sc4 .ps span {
    display: none;
  }
  .sc4 h1 {
    font-size: 36px;
  }
  .sc4 h4 {
    font-size: 17px;
  }

  .sc6 span.old:before {
    width: 140px;
    margin-left: -70px;
    top: 15px;
  }

  .sc4 h4 strong .btn {
    font-size: 15px;
    margin: 10px 10px 0;
  }

  .sc6 span.old:after {
    width: 140px;
    margin-left: -70px;
    top: 15px;
  }
  .sc6 .item h2 {
    font-size: 30px;
    padding: 0px 0 20px;
  }

  .sc5 h5 em {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 10px;
  }

  .sc6 .item a {
    font-size: 20px;
    line-height: 56px;
  }
  .sc6 .item a i.icon-arrow-right {
    font-size: 13px;
  }
  .sc6 h1 {
    font-size: 40px;
    margin: 0;
  }

  .checkstyle form {
    padding: 10px;
  }
  .checkstyle input[type=text],
.checkstyle input[type=email] {
    min-width: 240px;
    font-size: 14px;
  }
  .checkstyle ul {
    padding-left: 0;
  }

  .sc66 h4 {
    font-size: 28px;
  }
  .sc66 h5 {
    font-weight: 700;
    font-size: 27px;
  }

  .sc7 .min-tel {
    padding-top: 0px;
  }
  .sc7 .min-tel h2 {
    font-size: 20px;
    margin-top: 0px;
  }
  .sc7 .min-tel h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sc7 .min-tel .logotel {
    margin-top: 0px;
  }
  .sc7 .min-tel .logotel img {
    height: 130px;
    margin-left: 15px;
  }

  .sc66 h6 {
    font-size: 16px;
  }

  .sc0, .gs9 {
    -webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.55);
  }
  .sc0 .min-tel, .gs9 .min-tel {
    text-align: left;
  }
  .sc0 .min-tel .telnum, .gs9 .min-tel .telnum {
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  .sc0 .min-tel .logotel, .gs9 .min-tel .logotel {
    text-align: left;
    float: none;
  }
  .sc0 .min-tel .logotel img, .gs9 .min-tel .logotel img {
    max-width: 140px;
    height: auto;
  }
  .sc0 .min-tel h2, .gs9 .min-tel h2 {
    margin: 10px 0 0 0;
    max-width: 140px;
    text-align: center;
  }
  .sc0 .min-tel .btn-lg, .gs9 .min-tel .btn-lg {
    display: block;
    float: none !important;
    margin-left: 30%;
    margin-right: 30%;
  }
  .sc0 .min-tel a.pull-left.anchor, .gs9 .min-tel a.pull-left.anchor {
    float: none !important;
  }
  .sc0 .psa-form, .gs9 .psa-form {
    bottom: -150px;
    margin-left: -150px;
    max-width: 300px;
  }
  .sc0 .min-tel h2 span, .gs9 .min-tel h2 span {
    font-size: 24px;
  }

  body {
    background: #121212;
  }

  .sc0 .row, .gs9 .row {
    margin-top: -40px;
  }

  .sc0 {
    background-position-x: 80%;
  }

  .sc7 {
    margin-top: 200px;
  }
  .sc7 .row {
    margin-top: -190px;
  }
  .sc7 .min-tel h2 {
    font-size: 17px;
    margin-top: 10px;
    margin-left: 93px;
  }
  .sc7 .min-tel h1 {
    font-size: 19px;
    margin-top: 10px;
    margin-left: 92px;
  }
  .sc7 .min-tel .logotel {
    margin-top: 0px;
  }
  .sc7 .min-tel .logotel img {
    height: 80px;
    margin-right: 5px;
  }
  .sc7 .min-tel .telnum {
    margin-top: -10px;
  }

  .footer .left, .footer .right {
    text-align: center;
  }

  .gs9 {
    background: #1E2037 url("../img/10.jpg?02102018") no-repeat 80% center/cover;
  }

  .gs10 .col-xs-12 {
    text-align: center;
    margin-bottom: 5px;
  }
  .gs10 .col-xs-12:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 630px) {
  .sc0 .min-tel .btn-lg {
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media (max-width: 430px) {
  .sc0 .min-tel .btn-lg {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sc0 {
    background-position-x: center;
  }
}
/********************************************************/
.sc0 .min-tel .btn-lg {
  height: auto;
  line-height: 1.3;
  padding: 10px;
}

@media (min-width: 375px) {
  .sc0 .min-tel .btn-lg {
    margin: 20px auto 0;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #test_screen {
    padding: 90px 0;
    background-position: 50% 80%;
  }
  #test_screen h1 {
    display: block;
    width: 400px;
    margin: 0 auto 30px;
  }

  .navbar .navbar-nav > li > a:hover {
    padding-bottom: 10px;
    border-bottom: 5px solid #FF1777;
    background: #222;
    color: white;
  }

  .sc0 {
    background: #1E2037 url(../img/10.jpg?02102018) no-repeat 80% 0%/cover;
  }
  .sc0 .min-tel .logotel {
    float: none;
    display: block;
    text-align: center;
  }
  .sc0 .min-tel .logotel img {
    width: 170px;
    height: initial;
  }
  .sc0 .min-tel h2 {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .sc0 .min-tel h1, .sc0 .min-tel .cast-title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #test_screen {
    background-position: 50% 50%;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 25px 30px;
  }
  .container-header.navbar-default .navbar-nav > li > a {
    padding: 0 37px;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    padding-bottom: 20px;
  }

  .sc0 .min-tel .logotel {
    float: left;
  }
  .sc0 .min-tel .logotel img {
    width: 200px;
  }
  .sc0 .min-tel h2 {
    margin: 60px 0 0 230px;
    font-size: 25px;
    text-align: left;
  }
  .sc0 .min-tel h1, .sc0 .min-tel .cast-title {
    margin: 60px 0 0 0;
    font-size: 50px;
    text-align: left;
  }
  .sc0 .min-tel h4, .sc0 .min-tel .cast-des {
    margin: 40px 0 0 0;
    text-align: left;
  }
  .sc0 .min-tel .mailer form div {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .extra_page .sc0 .min-tel .mailer form input[type=submit] {
    width: 80%;
  }

  .sc0 {
    min-height: 860px;
    background: #1E2037 url(../img/10.jpg?02102018) no-repeat 90% 0%/cover;
  }
  .sc0 .min-tel h1, .sc0 .min-tel .cast-title {
    font-size: 70px;
  }
  .sc0 .min-tel .mailer form input[type=submit] {
    width: 60%;
    margin-left: auto !important;
  }
}
#free-lessons td#elem_container_subscribe input[type=submit] {
  background: #FF1777 !important;
  color: #FFF !important;
  border-radius: 50px;
}
#free-lessons td#elem_left_subscribe, #free-lessons td#elem_right_subscribe {
  display: none !important;
}

.gs7 .item ul {
  text-align: left !important;
  padding-left: 35px;
}

.gs7 .item h5, .gs7 .item .komment {
  text-align: center;
  width: 80%;
  margin: auto;
  font-weight: 400;
  font-size: 17px;
  margin-top: 28px;
  line-height: 21px;
}

.sticker {
  line-height: 60px;
  background: #0CF;
  color: #FFF;
  margin-left: 40px;
  margin-right: 40px;
  border: 2px dotted snow;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}

.countdown {
  margin-top: 30px;
  margin-bottom: 10px;
}

.countDays, .countHours, .countMinutes, .countSeconds {
  position: relative;
}

.countDays::after, .countHours::after, .countMinutes::after, .countSeconds::after {
  font-family: "Roboto", Arial, sans-serif;
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-size: 16px;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.countDays::after {
  content: "дней";
}

.countHours::after {
  content: "часов";
}

.countMinutes::after {
  content: "минут";
}

.countSeconds::after {
  content: "секунд";
}

#countdown {
  margin-bottom: 50px;
}

.start {
  color: #121212;
  /* Links */
  /* Buttons */
  /* Классы для отступов */
  /* Вебинар */
}
.start a {
  color: white;
  text-decoration: underline;
}
.start a:hover, .start a:active {
  color: white;
  text-decoration: none;
}
.start a:focus {
  color: white;
  text-decoration: underline;
}
.start .text-primary {
  color: #FF1777;
}
.start .btn-primary {
  text-decoration: none;
  background: #FF1777;
  border: none;
  border-radius: 50px;
  outline: none !important;
  box-shadow: 0 4px #e3005e;
}
.start .btn-primary:hover, .start .btn-primary:focus {
  background: #ff3186;
  box-shadow: 0 4px #fd0068;
}
.start .btn-primary:active, .start .btn-primary:active:hover {
  background: #ff3186;
  position: relative;
  top: 4px;
  box-shadow: 0 0 #ca0053;
}
.start .ml-n {
  margin-left: 0;
}
.start .ml-xs {
  margin-left: 8px;
}
.start .ml-sm {
  margin-left: 16px;
}
.start .ml-md {
  margin-left: 24px;
}
.start .ml-lg {
  margin-left: 32px;
}
.start .mr-n {
  margin-right: 0;
}
.start .mr-xs {
  margin-right: 8px;
}
.start .mr-sm {
  margin-right: 16px;
}
.start .mr-md {
  margin-right: 24px;
}
.start .mr-lg {
  margin-right: 32px;
}
.start .mt-n {
  margin-top: 0;
}
.start .mt-xs {
  margin-top: 8px;
}
.start .mt-sm {
  margin-top: 16px;
}
.start .mt-md {
  margin-top: 24px;
}
.start .mt-lg {
  margin-top: 32px;
}
.start .mb-n {
  margin-bottom: 0;
}
.start .mb-xs {
  margin-bottom: 8px;
}
.start .mb-sm {
  margin-bottom: 16px;
}
.start .mb-md {
  margin-bottom: 24px;
}
.start .mb-lg {
  margin-bottom: 32px;
}
.start .pl-xs {
  padding-left: 8px;
}
.start .pl-sm {
  padding-left: 16px;
}
.start .pl-md {
  padding-left: 24px;
}
.start .pl-lg {
  padding-left: 32px;
}
.start .pr-xs {
  padding-right: 8px;
}
.start .pr-sm {
  padding-right: 16px;
}
.start .pr-md {
  padding-right: 24px;
}
.start .pr-lg {
  padding-right: 32px;
}
.start .pt-xs {
  padding-top: 8px;
}
.start .pt-sm {
  padding-top: 16px;
}
.start .pt-md {
  padding-top: 24px;
}
.start .pt-lg {
  padding-top: 32px;
}
.start .pb-xs {
  padding-bottom: 8px;
}
.start .pb-sm {
  padding-bottom: 16px;
}
.start .pb-md {
  padding-bottom: 24px;
}
.start .pb-lg {
  padding-bottom: 32px;
}
.start .webinar {
  min-height: 245px;
  background: #fff url("../start/img/bg1_m.jpg") no-repeat 50% 80%;
  box-shadow: inset 0 -5px 30px -10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 375px) {
  .start .webinar {
    background-position: 55% 100%;
  }
}
@media (min-width: 561px) {
  .start .webinar {
    background-position: 65% 100%;
  }
}
@media (min-width: 768px) {
  .start .webinar {
    background: #fff url("../start/img/bg1.jpg") no-repeat 34% 100%/cover;
  }
}
@media (min-width: 992px) {
  .start .webinar {
    background-position: 40% 100%;
  }
}
@media (min-width: 1200px) {
  .start .webinar {
    background-position: 50% 100%;
    background-size: contain;
  }
}
.start .webinar img {
  max-width: 90px;
}
@media (min-width: 768px) {
  .start .webinar img {
    max-width: 100%;
  }
}
.start .webinar .text-shadow {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .start .webinar p.middle-font-size {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .start .webinar p.middle-font-size strong {
    font-size: 28px;
  }
  .start .webinar h4.middle-font-size {
    font-size: 32px;
  }
  .start .webinar h1 {
    font-size: 54px;
  }
  .start .webinar h2 {
    font-size: 32px;
  }
}
.start .screen_1_m {
  background-color: #fff;
}

.deastore {
  position: relative;
  overflow: hidden;
}
.deastore .bg-white {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .deastore .bg-white {
    background: #fff;
  }
}
.deastore .bg_img {
  position: absolute;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .deastore .bg_img {
    opacity: 1;
    min-height: 100%;
    min-width: 50%;
    right: 50%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.deastore h2 {
  font-size: 42px;
  font-style: normal;
  color: #121212;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .deastore h2 {
    color: #fff;
    font-weight: 300;
  }
}
.deastore h3 {
  color: #121212;
  margin-bottom: 20px;
}
.deastore h3 span.text-primary {
  color: #E8307C;
}
@media (max-width: 767px) {
  .deastore h3 {
    color: #fff;
    font-weight: 400;
  }
}
.deastore .btn {
  border-radius: 50px;
  font-size: 18px;
  margin-top: 15px;
}

.gs7 .item.black-label {
  box-shadow: 0 -29px 0 -15px #06cbf6, 0 -60px 0 -31px rgb(6 203 246 / 50%);
  border: 2px solid #000;
  color: #000;
  border: 2px solid #06CBF6;
}
.gs7 .item.black-label .gift {
  background: #cb9e0f;
}
.gs7 .item.black-label .gift small {
  color: #6c5408;
  display: inline-block;
  margin-right: 5px;
}
.gs7 .item.black-label .label {
  background: #EC1D72;
}
.gs7 .item.black-label .q2 {
}

@media (max-width: 1400px) {
  .container-header.navbar-default .navbar-nav > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1210px) {
  body.payment-complete .content {
    background-position: center -50px;
  }
  body.payment-complete .content .left-block {
    padding: 461px 0 0;
    margin: auto;
    text-align: center;
  }
  .container-header.navbar-default .navbar-nav > li > a {
    padding: 0 10px;
  }
  .container-header .btn.btn-lg.lk {
    width: 228px;
  }
}
@media (max-width: 1060px) {
  .container-header {
    padding: 0 5%;
  }
  .container-header .navbar-header {
      float: none;
  }
  .container-header .navbar-left,.navbar-right {
      float: none !important;
  }
  .container-header .navbar-toggle {
      display: block;
  }
  .container-header .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .container-header .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .container-header .navbar-collapse.collapse {
      display: none!important;
  }
  .container-header .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .container-header .navbar-nav>li {
      float: none;
  }
  .container-header #navbar-collapse .navbar-nav li a {
      height: 40px;
  }
  .container-header #navbar-collapse .navbar-nav li a:hover {
    background: transparent;
    border: none;
    color: #FF1777;
  }
  .container-header .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .container-header .collapse.in{
      display:block !important;
      padding-bottom: 40px;
  }
  .container-header .navbar-right {
    margin: 30px 0 0;
  }
}
@media (max-width: 750px) {
  body.payment-complete .content .left-block h1 {
    font-size: 33px;
    line-height: 35px;
  }
  body.payment-complete .content .left-block p {
    font-size: 22px;
    line-height: 20px;
    padding-top: 20px;
  }
  body.payment-complete .content .left-block .btn {
    width: 95%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .container-header .brand span {
      padding-left: 10px;
  }
  .container-header {
    padding: 0;
  }
  .container-header .brand {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    width: 300px;
  }
}
@media (max-width: 360px) {
  .container-header .brand span {
      padding-left: 5px;
  }
  .container-header .brand {
    width: 280px;
  }
  .container-header .navbar-toggle {
    padding: 9px 7px;
  }
}

.main-promo {
  border-radius: 50px;
  max-width: 300px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto!important;
  box-shadow: unset!important;
}
/*# sourceMappingURL=overstyle.css.map */

.sc0 {
  height: auto !important;
  padding-bottom: 20px;
}

.position-relative {
  position: relative;
}

.adult-label {
  position: absolute;
  right: -10px;
  top: -16px;
  background: #ff4040;
  color: #fff;
  padding: 4px 6px;
  border-radius: 26px;
  transform: rotate(12deg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  z-index: 1000;
}
