.ease {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tabs {
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.tabs.effect-3 > span:nth-child(3) {
  background: #f34a4f;
}
.tabs.effect-3 > span:nth-child(5) {
  background: #ffa823;
}
.tabs.effect-3 > span:nth-child(7) {
  background: #2764a1;
}
.tabs > input,
.tabs > span {
  width: 50%;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 20px;
}

.tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.tabs > span {
  background: #f0f0f0;
  text-align: center;
  overflow: hidden;
  font-size: 17px;
}

.tabs > span i,
.tabs > span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabs > input:hover + span {
  background: rgba(255, 255, 255, 0.1);
}

.tabs > input:checked + span {
  background: #fff;
}

#tab-1,
#tab-1 + span {
  left: 0;
}

#tab-2,
#tab-2 + span {
  left: 50%;
}

#tab-3,
#tab-3 + span {
  left: 66%;
}

#tab-4,
#tab-4 + span {
  left: 60%;
}

#tab-5,
#tab-5 + span {
  left: 80%;
}

.tab-content {
  padding: 80px 0px 20px;
  width: 100%;
  min-height: 340px;
}

.tab-content .tab-item {
  width: 100%;
  display: none;
}

.tab-content .tab-item h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
  display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3 {
  display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4 {
  display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5 {
  display: block;
}

.effect-3 .line {
  background: #3498db;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 100px;
}

#tab-1:checked ~ .line {
  left: 0;
}

#tab-2:checked ~ .line {
  left: 50%;
}

#tab-3:checked ~ .line {
  left: 66%;
}

#tab-4:checked ~ .line {
  left: 60%;
}

#tab-5:checked ~ .line {
  left: 80%;
}
.preim_title--style {
  font-size: 18px;
  font-weight: 800;
  color: #0070b4;
  margin-bottom: 10px;
}
.price-sesoan {
  display: flex;
  justify-content: space-between;
}
.item--season {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 5px 12px;
  transition: color 0.4s ease, background 0.4s ease;
}
.first--season {
  background: #ff2d16;
}
.second--season {
  background: #ff6920;
}
.third--season {
  background: #ffa22b;
}
.fourth--season {
  background: #00afea;
}
.season--price {
  font-size: 35px;
  line-height: 41px;
}
.season--name {
  line-height: 17px;
  font-size: 15px;
  color: #ffffff;
  transition: color 0.4s ease;
  height: 80px;
  width: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #fff;
  font-weight: bold;
}
.wrapper-season {
  width: 33.333333333333%;
  position: relative;
  overflow: hidden;
}
.all_link--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.check_list--new {
  list-style-type: none;
}
.check_list--new li {
  position: relative;
}
.check_list--new li::before {
  content: "";
  background: url(check-it.png);
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 0%;
  width: 20px;
  height: 20px;
}
.block_subscribe--new {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_subscribe--new img {
  max-height: 500px;
  object-fit: contain;
}
.but_subscribe--new {
  background: #ef4a4f;
  color: #fff !important;
  padding: 10px 50px;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 1rem !important;
  font-weight: 400 !important;
  /* display: inline-block !important; */
  display: block;
  margin-top: 10px;
  /*width: 80px;*/
}
.txt_cent--new {
  text-align: center;
}
.wrapp_but_sub a {
  display: block;
  margin: 0 auto;
}
.btn_green--new {
  background: #64a622;
  padding: 20px 45px;
  width: 170px;
}

.tabbed-sub {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 0px solid #ccc;
}

.tabbed-sub [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.tabs-sub {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 3px dotted #fff;
}
.tab-sub > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #666;
  font-size: 12pt;
  font-weight: 300;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}
.tab-sub:hover label {
  /*border-top-color: #fff;
  color: #f34a4f;
  border-bottom: 0px dotted #f34a4f;*/
  padding-bottom: 20px;
}

.tab-content-sub {
  display: none;
  color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed-sub
  [type="radio"]:nth-of-type(1):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(1)
  label,
.tabbed-sub
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(2)
  label,
.tabbed-sub
  [type="radio"]:nth-of-type(3):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(3)
  label,
.tabbed-sub
  [type="radio"]:nth-of-type(4):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(4)
  label,
.tabbed-sub
  [type="radio"]:nth-of-type(5):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(5)
  label,
.tabbed-sub
  [type="radio"]:nth-of-type(6):checked
  ~ .tabs-sub
  .tab-sub:nth-of-type(6)
  label {
  /*border-bottom:3px dotted #f34a4f;
  border-top-color: #fff;
  background: #fff;
  color: #f34a4f;*/
  padding-bottom: 20px;
}

.tabbed-sub
  [type="radio"]:nth-of-type(1):checked
  ~ .tab-content-sub:nth-of-type(1),
.tabbed-sub
  [type="radio"]:nth-of-type(2):checked
  ~ .tab-content-sub:nth-of-type(2),
.tabbed-sub
  [type="radio"]:nth-of-type(3):checked
  ~ .tab-content-sub:nth-of-type(3),
.tabbed-sub
  [type="radio"]:nth-of-type(4):checked
  ~ .tab-content-sub:nth-of-type(4) {
  display: block;
}
.tabbed-sub
  [type="radio"]:nth-of-type(5):checked
  ~ .tab-content-sub:nth-of-type(5) {
  display: block;
}
.tabbed-sub
  [type="radio"]:nth-of-type(6):checked
  ~ .tab-content-sub:nth-of-type(6) {
  display: block;
}
.mar_span span {
  padding-left: 50px;
}
.slots_text--new {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.slots--item {
  width: 20%;
  margin-right: 51px;
}
.ps-different--new-style .oxf_it .prepod_info {
  width: 80%;
}
.ps-different--new-style .oxf_it .prepod_info_ico {
  left: 14px;
}
.video--new {
  width: 100%;
}
.wrapper_top--level {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.text_left--new {
  margin-bottom: 0;
  max-width: 550px;
}
.button_style--new {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-right: 40px;
}
.button_style--new:hover .button__border-circle {
  transform: translateX(60px);
}
.button_style--new:hover .button__mask-circle {
  -webkit-clip-path: circle(25px at 85px);
  clip-path: circle(25px at 85px);
}

.button__text {
  z-index: 1;
  font-size: 14px;
  margin-right: -18px;
  color: #fafafa;
  letter-spacing: 0.05em;
}

.button__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.button__arrow {
  left: 35px;
  height: 3px;
  width: 50px;
  display: flex;
  position: absolute;
  align-items: center;
  background-color: #b3d23f;
}
.button__arrow:after {
  content: "";
  width: 0;
  height: 0;
  top: -5px;
  right: -7px;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #b3d23f;
}

.button__border-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  transition: transform 987ms;
}

.button__mask-circle {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: circle(25px);
  clip-path: circle(25px);
  transition: -webkit-clip-path 987ms;
  transition: clip-path 987ms;
  transition: clip-path 987ms, -webkit-clip-path 987ms;
}

.button__small-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(60px);
  background-color: #b3d23f;
}
.prog_full_img {
  background: url(gl-banner-top.jpg);
  min-height: 600px;
}
.txt_for--hwo {
  max-width: 66%;
  text-align: center;
  font-size: 20px;
}
.preview_wrapper--new {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.preview_item--new {
  width: 26%;
  padding: 23px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px 1px #cfcfcf;
}
.preview_icon--new {
  margin-right: 10px;
  flex: 1;
}
.preview_icon--new img {
  max-width: 70%;
}
.preview_dec--new {
  flex: 1;
}
.preview_dec--new p {
  font-size: 14px;
  line-height: 18px;
}
.text_impor--new li {
  font-weight: bold;
}
.txt_space--new {
  display: flex;
  justify-content: space-between;
}
.txt_space--new p {
  font-size: 14px;
  font-weight: 600;
}
.new_style--title-preim {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 1800px) {
  .prog_full_img {
    background: url(gl-banner-top.jpg);
    min-height: 500px;
  }
}
@media (max-width: 1600px) {
  .prog_full_img {
    background: url(gl-banner-top.jpg);
    min-height: 400px;
  }
}
@media (max-width: 1400px) {
  .prog_full_img {
    background: url(gl-banner-top.jpg);
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .prog_full_img {
    background: url(gl-banner-top.jpg);
    min-height: 200px;
  }
}
@media (max-width: 1010px) {
  .tabs-sub {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .zan_wrapp--new-style {
    flex-flow: row wrap !important;
  }
  .zan_wrapp--new-style .zan_text {
    width: 100%;
  }
  .zan_wrapp--new-style .block_subscribe--new {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .price-sesoan {
    flex-flow: row wrap;
  }
  .wrapper-season {
    width: 100%;
  }
  .first--season:hover::before,
  .second--season:hover::before,
  .third--season:hover::before,
  .fourth--season:hover::before {
    clip-path: circle(50%);
  }
  .wrapper_top--level {
    flex-direction: column;
  }
  .text_left--new {
    margin-bottom: 14px;
    max-width: initial;
  }
}
@media (max-width: 800px) {
  .wrapper_top--level {
    flex-direction: column;
  }
  .text_left--new {
    margin-bottom: 14px;
    max-width: initial;
  }
  .slots--item {
    width: 49%;
    margin-right: initial;
  }
}
@media (max-width: 660px) {
  .preview_item--new {
    width: 40%;
  }
  .prog_full_img {
    min-height: 160px;
  }
  .tabs > input,
  .tabs > span {
    width: 50%;
  }
  #tab-1,
  #tab-1 + span {
    left: 0;
  }
  #tab-2,
  #tab-2 + span {
    left: 50%;
  }
  #tab-3,
  #tab-3 + span {
    left: 100%;
  }
  .effect-3 .line {
    width: 50%;
  }
  #tab-2:checked ~ .line {
    left: 50%;
  }
  #tab-3:checked ~ .line {
    left: 100%;
  }
  .tabs-sub {
    max-width: 300px;
  }
}
@media (max-width: 530px) {
  .prog_full_img {
    min-height: 140px;
  }
  .tabs > span {
    font-size: 14px;
  }
  .preview_item--new {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .wrapper-season {
    width: 100%;
  }
  .first--season:hover::before,
  .second--season:hover::before,
  .third--season:hover::before,
  .fourth--season:hover::before {
    clip-path: circle(70%);
  }
  .slots--item {
    width: 100%;
    margin-right: initial;
  }
  .prog_full_img {
    min-height: 120px;
  }
}
@media (max-width: 370px) {
  .tabs > span {
    font-size: 12px;
  }
  .prog_full_img {
    min-height: 100px;
  }
  .tabs > input,
  .tabs > span {
    width: 33.3%;
  }
  #tab-1,
  #tab-1 + span {
    left: 0;
  }
  #tab-2,
  #tab-2 + span {
    left: 33%;
  }
  #tab-3,
  #tab-3 + span {
    left: 66%;
  }
  .effect-3 .line {
    width: 30%;
  }
  #tab-1:checked ~ .line {
    left: 2%;
  }
  #tab-2:checked ~ .line {
    left: 35%;
  }
  #tab-3:checked ~ .line {
    left: 67%;
  }
  .tabs-sub {
    max-width: 300px;
  }
}

ul.checked {
  list-style: none;
}

ul.checked li {
  position: relative;
  padding-left: 1.8em;  /* space to preserve indentation on wrap */
  margin-bottom:15px;
}

ul.checked.toleft li {
	padding-left: 0px !important;
}
/*ul.checked li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z'/></svg>") no-repeat;
}*/

ul.checked li:before {
	content: "• ";
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
ul.checked.check li:before {
	content: '✓';
	color: green;
}


ul.checked.fontsizenormal li{
  font-weight: 100 !important;
}

/* Rotate */
#gotop1 div img, #gotop2 div img, #gotop3 div img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
#gotop1 div:hover img, #gotop2 div:hover img, #gotop3 div:hover img {
	-webkit-transform: rotate(0deg) scale(1.4);
	transform: rotate(0deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media all and (max-width: 767px) {
.zan_wrapp--new-style {
	display: block;
}
.zan_wrapp--new-style .block_subscribe--new, 
.zan_wrapp--new-style .zan_text {
	width: 100% !important;
}
.ps-ourbranches,
#otz_txt,
.ps-whatget,
h1.ps-fullprog_title,
#girl_form,
#vopros_bl {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.row.ajax_form_send {
    position: inherit;
    display: block;
}
#vopros_bl .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 1.5%;
}
#girl_form .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.prog-inner.inner {
    margin: 0;
    width: 100% !important;
}
.reg_open {
    z-index: 1000000 !important;
}
.select_pop a {
    position: relative;
    z-index: 10000;
}
body a#city_msk {
	color: green !important;
}

}