/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/style.scss */
.container {
  max-width: 1200px;
}

/* line 12, ../sass/style.scss */
html {
  overflow-x: hidden;
}

/* line 16, ../sass/style.scss */
body {
  overflow: hidden;
  font-family: 'Muller';
  font-size: 17px;
}
/* line 20, ../sass/style.scss */
body.menu_active {
  position: fixed;
  width: 100%;
}

/* line 26, ../sass/style.scss */
.logo {
  width: 144px;
  flex-shrink: 0;
}

/* line 31, ../sass/style.scss */
nav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  top: 0;
  left: 0;
}

/* line 41, ../sass/style.scss */
.nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 47, ../sass/style.scss */
.nav-links_wrap {
  display: flex;
}

/* line 51, ../sass/style.scss */
.link_nav {
  margin: 10px 15px;
  display: inline-block;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 15, 206, 0);
  transition: 0.3s;
}
/* line 60, ../sass/style.scss */
.link_nav:hover {
  border-bottom: 1px solid #6b0fce;
}

/* line 65, ../sass/style.scss */
.link_btn {
  margin: 10px 15px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 19px 30px 15px;
  background-color: #ffd000;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  transition: 0.4s;
  font-family: 'Muller';
}
/* line 78, ../sass/style.scss */
.link_btn:hover {
  background-color: #FF9D00;
  color: #fff;
}

/* line 84, ../sass/style.scss */
.nav-links_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 90, ../sass/style.scss */
.tel_wrap_nav {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 97, ../sass/style.scss */
.tel_nav {
  font-weight: 800;
  font-size: 18.8px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid rgba(107, 15, 206, 0);
  transition: 0.3s;
}
/* line 104, ../sass/style.scss */
.tel_nav:hover {
  border-bottom: 1px solid #6b0fce;
}

/* line 108, ../sass/style.scss */
.email_nav {
  font-size: 17px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid rgba(107, 15, 206, 0);
  transition: 0.3s;
}
/* line 114, ../sass/style.scss */
.email_nav:hover {
  border-bottom: 1px solid #6b0fce;
}

/* line 119, ../sass/style.scss */
header {
  margin-top: 88px;
  background-image: url(../img/bg_rocket.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 80px;
}
/* line 125, ../sass/style.scss */
header p {
  font-size: 24px;
  font-weight: 300;
  color: white;
  line-height: 1.25;
  margin: 20px 0;
}

/* line 134, ../sass/style.scss */
.date_header {
  padding: 22px 30px 18px 30px;
  background-color: #ffd000;
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #7d2ec0;
}
/* line 142, ../sass/style.scss */
.date_header span {
  font-weight: 300;
}

/* line 147, ../sass/style.scss */
h1 {
  font-size: 55px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 40px;
}

/* line 156, ../sass/style.scss */
.btn_proz {
  padding: 20px 35px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.4s;
  cursor: pointer;
  font-family: 'Muller';
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
/* line 170, ../sass/style.scss */
.btn_proz:hover {
  background-color: #fff;
  color: #6b0fce;
  border-color: #fff;
}

/* line 178, ../sass/style.scss */
.soc_header_wrap {
  position: absolute;
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 69px;
  justify-content: space-between;
}
/* line 187, ../sass/style.scss */
.soc_header_wrap a {
  transition: 0.3s;
}
/* line 189, ../sass/style.scss */
.soc_header_wrap a:hover {
  opacity: 0.8;
}

/* line 195, ../sass/style.scss */
.flex-main_wrap {
  display: flex;
  align-items: center;
}
/* line 198, ../sass/style.scss */
.flex-main_wrap > div {
  padding: 15px;
  width: 50%;
}

/* line 204, ../sass/style.scss */
.title {
  font-size: 43.684px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

/* line 212, ../sass/style.scss */
.light {
  font-size: 17px;
  line-height: 1.882;
  font-weight: 300;
}

/* line 218, ../sass/style.scss */
#block1 {
  padding-top: 50px;
}
/* line 220, ../sass/style.scss */
#block1 p.light {
  color: #373737;
}
/* line 223, ../sass/style.scss */
#block1 .title {
  margin-bottom: 20px;
}

/* line 228, ../sass/style.scss */
.b1_txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.882;
}

/* line 234, ../sass/style.scss */
.f18 {
  font-size: 18px;
}

/* line 238, ../sass/style.scss */
#block2 {
  background-image: url(../img/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 160px 0 140px;
  text-align: center;
  min-height: 608px;
}

/* line 248, ../sass/style.scss */
.wrap_b2 {
  max-width: 700px;
  margin: auto;
  color: #fff;
}
/* line 252, ../sass/style.scss */
.wrap_b2 .light {
  margin: 30px 0;
}
/* line 255, ../sass/style.scss */
.wrap_b2 .title {
  color: #fff;
}

/* line 260, ../sass/style.scss */
.bold {
  font-weight: bold;
}

/* line 264, ../sass/style.scss */
.btn_yel {
  padding: 20px 35px;
  padding-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #ffd000;
  border: none;
  border-radius: 100px;
  transition: 0.4s;
  cursor: pointer;
  font-family: 'Muller';
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
/* line 279, ../sass/style.scss */
.btn_yel:hover {
  background-color: #FF9D00;
  color: #fff;
}


.profi_btn {
  padding: 20px 35px;
  padding-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #6a0ece;
  background-color: #E6E6E6;
  border: none;
  border-radius: 100px;
  transition: 0.4s;
  cursor: pointer;
  font-family: 'Muller';
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
/* line 279, ../sass/style.scss */
.profi_btn:hover {
  background-color: #dadada;
}

/* line 285, ../sass/style.scss */
.btn_purp {
  padding: 20px 35px;
  padding-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #6b0fce;
  border: none;
  border-radius: 100px;
  transition: 0.4s;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Muller';
  display: inline-block;
  text-align: center;
}
/* line 300, ../sass/style.scss */
.btn_purp:hover {
  color: #fff;
  background-color: #3F0082;
}

/* line 309, ../sass/style.scss */
#block3 .title {
  margin-bottom: 40px;
  font-size: 60px;
}

/* line 315, ../sass/style.scss */
.number_b3 {
  font-size: 164px;
  font-weight: 800;
  color: #dddddd;
  line-height: 94px;
  margin-right: 10px;
  margin-left: -25px;
}

/* line 324, ../sass/style.scss */
.title-b3_wrap {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 30px;
}

/* line 332, ../sass/style.scss */
.b3_title {
  font-size: 28.49px;
  font-weight: 800;
  color: #6b0fce;
  line-height: 1;
  text-align: left;
}

/* line 341, ../sass/style.scss */
.b3_hr1 {
  height: 1px;
  background-color: #dfdfdf;
  transform: rotate(4.3deg);
  margin: 50px 0;
}

/* line 347, ../sass/style.scss */
.b3_hr2 {
  height: 1px;
  background-color: #dfdfdf;
  transform: rotate(-4.3deg);
  margin: 50px 0;
}

/* line 354, ../sass/style.scss */
.b3_btn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
}
/* line 360, ../sass/style.scss */
.b3_btn_wrap button, .b3_btn_wrap a {
  width: 100%;
  max-width: 265px;
}

.b3_btn_wrap .btn_purp {
    padding-right:15px;
    padding-left:15px;
}

/* line 367, ../sass/style.scss */
.btn_teach {
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}
/* line 373, ../sass/style.scss */
.btn_teach button {
  width: 100%;
  max-width: 265px;
}

/* line 380, ../sass/style.scss */
#block4 {
  background-image: url(../img/bg3.png);
  min-height: 1472px;
  background-size: auto 100%;
  padding: 165px 0;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 387, ../sass/style.scss */
#block4 .title {
  color: #fff;
  font-size: 60px;
}

/* line 393, ../sass/style.scss */
.b4_block {
  margin-top: 70px;
  display: flex;
  margin-left: 270px;
}
/* line 397, ../sass/style.scss */
.b4_block .light {
  color: #fff;
}

/* line 402, ../sass/style.scss */
.b4_img_wrap {
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
}

/* line 408, ../sass/style.scss */
.b4_txt1 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  line-height: 1.25;
  margin-bottom: 12px;
}

/* line 415, ../sass/style.scss */
.b4_txt2 {
  font-size: 20px;
  font-weight: 800;
  color: #ffd000;
  line-height: 1.25;
  margin-top: 12px;
}

/* line 423, ../sass/style.scss */
.b4_600 {
  max-width: 600px;
}

/* line 426, ../sass/style.scss */
.b4_435 {
  max-width: 435px;
}

/* line 429, ../sass/style.scss */
.b4_415 {
  max-width: 415px;
}

/* line 433, ../sass/style.scss */
.b4_btn_wrap {
  margin: auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  max-width: 570px;
}
/* line 441, ../sass/style.scss */
.b4_btn_wrap button, .b4_btn_wrap a {
  width: 100%;
  max-width: 277px;
}

/* line 447, ../sass/style.scss */
#block5 {
  text-align: center;
  padding-bottom: 95px;
}
/* line 450, ../sass/style.scss */
#block5 .title {
  font-size: 60px;
  margin-bottom: 40px;
}
/* line 454, ../sass/style.scss */
#block5 p {
  margin: auto;
  max-width: 870px;
}

/* line 460, ../sass/style.scss */
#block6 {
  background-image: url(../img/bg4.png);
  min-height: 529px;
  background-position: center bottom;
  background-size: auto 100%;
  padding-bottom: 90px;
  background-repeat: no-repeat;
}
/* line 467, ../sass/style.scss */
#block6 .title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
}
/* line 472, ../sass/style.scss */
#block6 .light {
  color: #fff;
}

/* line 477, ../sass/style.scss */
.b6_wrap {
  display: flex;
  align-items: center;
}
/* line 480, ../sass/style.scss */
.b6_wrap > div {
  padding: 15px;
  width: 50%;
}

/* line 489, ../sass/style.scss */
#block7 .title {
  font-size: 65px;
  margin-bottom: 60px;
}

/* line 495, ../sass/style.scss */
.b7_card {
  background-image: url(../img/card_bg.jpg);
  background-size: cover;
  background-position: center top;
  max-width: 370px;
  text-align: center;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: calc(33.3% - 20px);
}
/* line 508, ../sass/style.scss */
.b7_card img {
  max-width: 287px;
  width: 100%;
  border-radius: 50%;
}

/* line 515, ../sass/style.scss */
.name_b7 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 30px;
  color: white;
  line-height: 1.2;
  font-weight: bold;
}

/* line 524, ../sass/style.scss */
.txt_b7 {
  font-size: 17px;
  color: white;
  line-height: 1.412;
  margin-bottom: 30px;
}

/* line 531, ../sass/style.scss */
.b7_wrap {
  display: flex;
  justify-content: space-around;
}

/* line 537, ../sass/style.scss */
#block8 {
  background-color: #f4f4f4;
  padding-top: 160px;
  text-align: center;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
/* line 544, ../sass/style.scss */
#block8 .title {
  font-size: 65px;
  margin-bottom: 50px;
}
/* line 548, ../sass/style.scss */
#block8::before {
  content: '';
  position: absolute;
  width: 5000px;
  left: calc(50% - 2500px);
  height: 500px;
  transform: rotate(4.3deg);
  top: -420px;
  display: block;
  background-color: #fff;
}

/* line 561, ../sass/style.scss */
.b8_wrap {
  display: flex;
  justify-content: center;
}

/* line 566, ../sass/style.scss */
.b8_block {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 33.3%;
}
/* line 570, ../sass/style.scss */
.b8_block img {
  height: 117px;
  margin-bottom: 24px;
}

/* line 576, ../sass/style.scss */
.b8_txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #373737;
  text-align: center;
}

/* line 584, ../sass/style.scss */
.title-b8 {
  font-size: 22px;
  color: #6a0ece;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 591, ../sass/style.scss */
.b8_btn_wrap {
  margin: auto;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  max-width: 880px;
}
/* line 597, ../sass/style.scss */
.b8_btn_wrap button, .b8_btn_wrap a {
  width: 100%;
  max-width: 275px;
}

/* line 603, ../sass/style.scss */
#block9 {
  background-image: url(../img/bg5.png);
  min-height: 470px;
  background-position: center;
  background-size: auto 100%;
  margin-top: -180px;
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
}

/* line 616, ../sass/style.scss */
.b9_wrap {
  max-width: 875px;
  margin: auto;
  display: flex;
}

/* line 622, ../sass/style.scss */
.title-b9 {
  font-size: 85.5px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  color: #ffd000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 70px;
  flex-shrink: 0;
}

/* line 633, ../sass/style.scss */
.b9_wrap p {
  font-size: 28px;
  font-weight: 300;
  color: white;
  line-height: 1.286;
}
/* line 638, ../sass/style.scss */
.b9_wrap p span {
  font-weight: 800;
}

/* line 644, ../sass/style.scss */
#block10 {
  padding-bottom: 115px;
}
/* line 646, ../sass/style.scss */
#block10 .title {
  font-size: 65px;
  margin-bottom: 40px;
}

/* line 652, ../sass/style.scss */
.b10_wrap {
  display: flex;
}

/* line 656, ../sass/style.scss */
.price_card {
  background-image: url(../img/price_bg.jpg);
  background-size: cover;
  background-position: center top;
  width: 100%;
  max-width: 400px;
  padding: 100px 30px 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position:relative;
}

.price_card.bir_card {
    background-image: url(../img/price_bg_2.jpg);
}

.lenta_price {
    padding:19px 15px 13px 70px;
  font-size: 22px;
      font-weight: bold;
      background-color:#ffd000;
  color: rgb(107, 15, 206);
  text-transform: uppercase;
  position:absolute;
  left:-10px;
  top:25px;
  min-width:300px;
}

.lenta_price::after {
    content:'';
    display:block;
    right:-30px;
    top:0;
    width: 0;
    position:absolute;
height: 0;
border-style: solid;
border-width: 54px 30px 0 0;
border-color: #ffd000 transparent transparent transparent;
}


/* line 669, ../sass/style.scss */
.price_txt {
  font-size: 31.8px;
  font-weight: 300;
  color: white;
  line-height: 1.1;
}
/* line 674, ../sass/style.scss */
.price_txt span {
  font-size: 63.6px;
  font-weight: 800;
}

/* line 680, ../sass/style.scss */
.price_after {
  font-size: 24px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  margin-bottom: 25px;
  margin-top: 13px;
}

/* line 693, ../sass/style.scss */
.price_atention {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  font-size: 26px;
}
/* line 699, ../sass/style.scss */
.price_atention span {
  font-weight: bold;
  font-size: 28px;
}

.ostalos_mest {
    font-size: 28px;
    font-weight: bold;
  color: #ffd000;
  line-height: 1.2;
  font-size: 26px;
  margin-top:20px;
}

/* line 705, ../sass/style.scss */
.about_price_wrap {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedfdf+48,f7f7f6+100 */
  background: #dedfdf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedfdf 48%, #f7f7f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dedfdf 48%, #f7f7f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dedfdf 48%, #f7f7f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedfdf', endColorstr='#f7f7f6',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 720, ../sass/style.scss */
.about_price_title {
  font-size: 30px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}

/* line 727, ../sass/style.scss */
.about_price_txt {
  font-size: 22px;
  line-height: 1.5;
}
/* line 730, ../sass/style.scss */
.about_price_txt span {
  color: #6b0fce;
  font-size: 24px;
}

/* line 736, ../sass/style.scss */
.about_price_btn_wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 741, ../sass/style.scss */
.about_price_btn_wrap .btn_yel {
  width: 100%;
  max-width: 230px;
    
}

/* line 747, ../sass/style.scss */
.rassroch_btn {
  display: flex;
  align-items: center;
  margin-left: 25px;
  text-decoration: none;
}
/* line 753, ../sass/style.scss */
.rassroch_btn:hover p {
  border-bottom: 1px solid rgba(107, 15, 206, 0);
}
/* line 756, ../sass/style.scss */
.rassroch_btn:hover img {
  transform: scale(0.8);
}
/* line 760, ../sass/style.scss */
.rassroch_btn img {
  margin-right: 10px;
  flex-shrink: 0;
  transition: 0.3s;
}
/* line 765, ../sass/style.scss */
.rassroch_btn p {
  color: #000;
  font-size: 23.5px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #6b0fce;
  transition: 0.3s;
}

/* line 775, ../sass/style.scss */
#block11 {
  padding-top: 80px;
  background-color: #f2f2f2;
  padding-bottom: 90px;
}
/* line 779, ../sass/style.scss */
#block11 .title {
  font-size: 65px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 786, ../sass/style.scss */
.b11_wrap {
  max-width: 830px;
  margin: auto;
}

/* line 791, ../sass/style.scss */
.tab_title {
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
  cursor: pointer;
}
/* line 797, ../sass/style.scss */
.tab_title div {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
/* line 804, ../sass/style.scss */
.tab_title div::before, .tab_title div::after {
  content: '';
  width: 14px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 5.5px;
  background-color: #000;
  transition: 0.4s;
  transform: translateY(0px);
  opacity: 1;
}
/* line 818, ../sass/style.scss */
.tab_title div::before {
  transform: rotate(90deg);
}
/* line 825, ../sass/style.scss */
.tab_title.active div::before {
  transform: rotate(0deg);
}
/* line 829, ../sass/style.scss */
.tab_title.active div::after {
  transform: translateY(14px) rotate(90deg);
  opacity: 0;
}

/* line 838, ../sass/style.scss */
.tab_txt {
  font-size: 18px;
  font-weight: 300;
  color: #383838;
  margin-top: 10px;
  line-height: 1.5;
  display: none;
}

/* line 847, ../sass/style.scss */
.hr_faq {
  width: 100%;
  margin: 25px 0;
  background-color: rgba(150, 150, 150, 0.45);
  height: 1px;
}

/* line 855, ../sass/style.scss */
#block12 {
  background-image: url(../img/bg6.png);
  background-position: center;
  padding-top: 80px;
  padding-bottom: 85px;
  background-size:cover;
}

/* line 862, ../sass/style.scss */
.title_b12 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}

/* line 869, ../sass/style.scss */
.soc_b12 {
  margin: 15px auto 40px auto;
  display: flex;
  justify-content: space-between;
  width: 58px;
}
/* line 874, ../sass/style.scss */
.soc_b12 a {
  display: block;
  transition: 0.3s;
}
/* line 877, ../sass/style.scss */
.soc_b12 a:hover {
  opacity: 0.8;
}

/* line 883, ../sass/style.scss */
.podpiska {
  width: 50%;
}
/* line 885, ../sass/style.scss */
.podpiska p {
  font-size: 26px;
  font-weight: bold;
  color: white;
  line-height: 1.071;
  margin-bottom: 20px;
}

/* line 894, ../sass/style.scss */
.podpiska_form {
  display: flex;
}

/* line 898, ../sass/style.scss */
.podpiska_inp {
  height: 67px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Muller';
  width: 100%;
  max-width: 350px;
  border: none;
}

/* line 909, ../sass/style.scss */
.podpiska_btn {
  font-size: 18px;
  color: #fff;
  background-color: #ffd000;
  border: none;
  height: 67px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 237px;
  transition: 0.4s;
  cursor: pointer;
  font-family: 'Muller';
}
/* line 921, ../sass/style.scss */
.podpiska_btn:hover {
  background-color: #FF9D00;
}

/* line 926, ../sass/style.scss */
.tel_footer {
  font-size: 37px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
  line-height: 1;
  margin-bottom: 3px;
  display: inline-block;
}
/* line 936, ../sass/style.scss */
.tel_footer:hover {
  border-bottom: 1px solid #fff;
}

/* line 941, ../sass/style.scss */
.email_footer {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
/* line 947, ../sass/style.scss */
.email_footer:hover {
  border-bottom: 1px solid #fff;
}

/* line 953, ../sass/style.scss */
.b12_flex {
  display: flex;
  align-items: flex-start;
}

/* line 957, ../sass/style.scss */
.contacts {
  text-align: right;
  width: 50%;
}

/* line 962, ../sass/style.scss */
.txt_contacts {
  font-size: 20px;
  color: white;
  line-height: 1.364;
  margin-top: 25px;
}

/* line 969, ../sass/style.scss */
.tel_footer_2 {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
/* line 975, ../sass/style.scss */
.tel_footer_2:hover {
  border-bottom: 1px solid #fff;
}

/* line 980, ../sass/style.scss */
.email_footer_2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s;
}
/* line 985, ../sass/style.scss */
.email_footer_2:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/* line 990, ../sass/style.scss */
.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 994, ../sass/style.scss */
.footer_wrap p {
  font-size: 20px;
  line-height:1.2;
}
/* line 996, ../sass/style.scss */
.footer_wrap p a {
  color: #000;
  border-bottom: 1px solid black;
  text-decoration: none;
  transition: 0.3s;
}
/* line 1001, ../sass/style.scss */
.footer_wrap p a:hover {
  border-bottom: 1px solid transparent;
}

/* line 1008, ../sass/style.scss */
footer {
  padding: 50px 0;
}

/* line 1012, ../sass/style.scss */
.footer_conf {
  font-size: 20px;
  color: #0077ff;
  text-decoration: underline;
  line-height: 1.2;
  border-bottom: 1px solid #0077ff;
  text-decoration: none;
  transition: 0.3s;
}
/* line 1020, ../sass/style.scss */
.footer_conf:hover {
  border-bottom: 1px solid rgba(0, 119, 255, 0);
}

/* line 1026, ../sass/style.scss */
.nav-xs {
  display: none;
}

/* line 1030, ../sass/style.scss */
.show-bot {
  display: none;
  width: 30px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 20px;
}
/* line 1038, ../sass/style.scss */
.show-bot span {
  background-color: #6b0fce;
  width: 100%;
  height: 3px;
}

/* line 1046, ../sass/style.scss */
.hid-bot {
  display: none;
}

/* line 1050, ../sass/style.scss */
.anchor {
  cursor: pointer;
}

/* line 1060, ../sass/style.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: none;
}

/* line 1061, ../sass/style.scss */
.user_block {
  position: absolute;
  z-index: 31;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  display: none;
  background-color: #fff;
}

/* line 1062, ../sass/style.scss */
.btn_close {
  width: 27px;
  height: 27px;
  position: absolute;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat 50% 50%;
  top: 15px;
  right: 15px;
  opacity: 0.6;
  transition: 0.3s;
}
/* line 1065, ../sass/style.scss */
.btn_close:hover {
  opacity: 1;
}

/* line 1071, ../sass/style.scss */
.spiker-pop-wrap {
  max-width: 1030px;
  width: 95%;
  background-image: url(../img/bg_pop.png);
  background-size: cover;
  background-position: left top;
}

/* line 1079, ../sass/style.scss */
.prog-pop-wrap {
  max-width: 700px;
  width: 95%;
  background-image: url(../img/prog_pop.jpg);
  background-position: center;
  background-size: cover;
}
/* line 1084, ../sass/style.scss */
.prog-pop-wrap p {
  color: #fff;
}

/* line 1089, ../sass/style.scss */
.pop_prog_txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 1094, ../sass/style.scss */
.pop_prog_txt .name_spik_pop {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 1101, ../sass/style.scss */
.txt_thx {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 1107, ../sass/style.scss */
.spik-pop {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1115, ../sass/style.scss */
.spik_about_img {
  width: calc(50% - 15px);
}

/* line 1118, ../sass/style.scss */
.txt_spik_pop {
  width: calc(50% - 15px);
  margin: 24px 0;
}
/* line 1121, ../sass/style.scss */
.txt_spik_pop p {
  color: #fff;
}

/* line 1126, ../sass/style.scss */
.name_spik_pop {
  margin-bottom: 10px;
  font-size: 36px;
  color: white;
  line-height: 1.2;
  font-weight: bold;
}

#thanks_wrapper2 .name_spik_pop {
    color:#000;
}


/* line 1135, ../sass/style.scss */
.payment_wrapper {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* line 1146, ../sass/style.scss */
.payment_inner {
  display: none;
  z-index: 101;
  position: absolute;
  top: 0;
  width: 94%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 640px;
}

.payment_inner2 {
    display: none;
  z-index: 101;
  position: absolute;
  top: 0;
  width: 94%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 640px;
}

/* line 1160, ../sass/style.scss */
.payment_form {
  position: relative;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  padding: 50px 20px 0 20px;
  width: 100%;
}

/* line 1169, ../sass/style.scss */
.close_btn {
  z-index: 3;
  background: url(../img/close.png) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
}

/* line 1181, ../sass/style.scss */
#program {
  margin-top: 88px;
  padding-top: 40px;
  padding-bottom: 80px;
}

/* line 1187, ../sass/style.scss */
.prog_title {
  max-width: 900px;
  margin: auto;
  margin-bottom: 40px;
  padding-left: 240px;
  font-size: 60px;
  font-weight: 800;
}

/* line 1197, ../sass/style.scss */
.number_prog {
  font-size: 164px;
  font-weight: 800;
  color: #dddddd;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
}
/* line 1204, ../sass/style.scss */
.number_prog.no_sdvig span {
  margin-left: 0;
}
/* line 1207, ../sass/style.scss */
.number_prog span {
  display: block;
  margin-left: -25px;
}

/* line 1213, ../sass/style.scss */
.prog_flex {
  display: flex;
  align-items: flex-start;
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px;
}

/* line 1221, ../sass/style.scss */
.prog_txt_wrap {
  margin-left: 40px;
  line-height: 1.2;
}
/* line 1224, ../sass/style.scss */
.prog_txt_wrap .title_prog_txt {
  font-size: 30px;
  font-weight: 800;
}
/* line 1228, ../sass/style.scss */
.prog_txt_wrap p {
  line-height: 1.5;
}
/* line 1230, ../sass/style.scss */
.prog_txt_wrap p span {
  font-size: 22px;
  font-weight: bold;
}

/* line 1237, ../sass/style.scss */
.btn_prog_wrap {
  padding-left: 240px;
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}

/* line 1244, ../sass/style.scss */
#teacher {
  margin-top: 88px;
  padding: 40px 0 80px 0;
}

/* line 1249, ../sass/style.scss */
.teacher-img {
  float: left;
  width: 425px;
  padding: 0 30px 25px 0;
}
/* line 1253, ../sass/style.scss */
.teacher-img img {
  width: 100%;
}

/* line 1258, ../sass/style.scss */
.name_teacher {
  font-weight: 800;
  font-size: 40px;
}

/* line 1263, ../sass/style.scss */
.txt_teacer-1 {
  color: #6d6d6d;
  line-height: 1.33;
  font-size: 18px;
  margin: 10px 0;
}

/* line 1269, ../sass/style.scss */
.txt_teacer-2 {
  line-height: 1.33;
  font-size: 18px;
  margin-bottom: 60px;
}
/* line 1273, ../sass/style.scss */
.txt_teacer-2 a {
  color: #000;
}

/* line 1279, ../sass/style.scss */
.sl_och_item {
  padding: 0 5px;
}
/* line 1281, ../sass/style.scss */
.sl_och_item img {
  width: 100%;
}

/* line 1286, ../sass/style.scss */
.slider_otchet {
  margin-top: 30px;
  padding: 0 40px;
}
/* line 1289, ../sass/style.scss */
.slider_otchet .slick-prev {
  background-image: url(../img/Arrow_2.svg);
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  cursor: pointer;
  z-index: 4;
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  border: none;
}
/* line 1305, ../sass/style.scss */
.slider_otchet .slick-prev:hover {
      transform: rotate(180deg);
      background-image: url(../img/Arrow.svg);
}
/* line 1309, ../sass/style.scss */
.slider_otchet .slick-next {
  background-image: url(../img/Arrow_2.svg);
      transform: rotate(180deg);
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  cursor: pointer;
  z-index: 4;
  position: absolute;
  right: 0;
  top: calc(50% - 19px);
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  border: none;
}
/* line 1325, ../sass/style.scss */
.slider_otchet .slick-next:hover {
  transform: rotate(0deg);
      background-image: url(../img/Arrow.svg);
}


#place {
    background-image: url(../img/msk_place_bg.png);
        min-height: 664px;
    background-position: center top;
    
    text-align:center;
    padding-top:233px;
}

#place .title {
    font-size:60px;
    color:#fff;
}

.place_txt1 {
  font-size: 36px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight:500;
  margin-top:40px;
  margin-bottom:10px;
}

.place_txt2 {
  font-size: 22px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.364;
  text-align: center;
}

















#credit { 
margin-top: 85px; 
padding-top: 40px; 
padding-bottom: 118px; 
} 

.credit_title { 
max-width: 900px; 
margin-bottom: 40px; 
font-size: 60px; 
font-weight: 800; 
} 

.txt_credit { 
font-size: 20px; 
color: rgb(55, 55, 55); 
line-height: 1.25; 
} 

.txt_credit span { 
font-size: 24px; 
font-weight:600; 
} 

.txt_credit a { 
text-decoration: underline; 
color: rgb(55, 55, 55); 
}

.fix_plash {
    padding: 19px 25px 15px 25px;
    font-size: 22px;
    font-weight: bold;
    background-color: #ffd000;
    color: rgb(107, 15, 206);
    text-transform: uppercase;
    display: inline-block;
    position: fixed;
    left: -64px;
    top: 50%;
    transform: rotate(-90deg);
    z-index:9;
    text-decoration:none;
    transition:0.3s;
}

.fix_plash:hover {
    background-color:#FF9D00;
}


.profi_pop_wrap {
    max-width:970px;
    background-color:inherit;
        padding: 110px 15px 50px 15px;
        background-position:right top;
            background-image: url(../img/profi_bg.png);
}

.profi-pop {
    max-width:800px;
    margin:auto;
}

.profi_title {
  font-size: 32.7px;
  font-weight:bold;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-bottom:35px;
  text-align:center;
}

.profi-pop p {
  font-size: 20px;
  font-weight:300;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
  margin-bottom:45px;
}

.profi_pop_wrap .btn_close {
    top:30px;
    right:20px;
}



.voprosi_title {
  font-size: 48px;    
  font-family: 'Bebas Neue';
    font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.b12_voprosi_box {
    text-align:center;
    margin-bottom:60px;
}

.b12_voprosi_box p {
    font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 300;
      margin-top: 10px;
}

.inp_vop {
    max-width:250px;
    width: 100%;
        border: none;
    border-radius: 60px;
    padding-left: 25px;
    height: 61px;
        font-size: 18px;
    font-weight: 300;
    font-family: 'Muller';
}
.voprosi_form {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
        margin-top: 20px;
}

.voprosi_form input:nth-child(2) {
    margin: 10px;
}

.voprosi_form button {
    width: 100%;
    max-width:250px;
}


.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 16px;
    color:#fff;
    margin-top: 20px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius:50%;
}
.control-radio .control_indicator {
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
    background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #fff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #1f2e61;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

#thanks_wrapper2 {
    max-width:500px;
}

.btn_close2 {
    width: 27px;
    height: 27px;
    position: absolute;
    cursor: pointer;
    background: url(../img/close.svg) no-repeat 50% 50%;
    top: 15px;
    right: 15px;
    opacity: 0.6;
    transition: 0.3s;
    background-color: #000;
    border-radius: 50%;
    background-size: 13px;
}

.control_wrap_100 {
    width: 100%;
        display: flex;
    justify-content: center;
}


.otz_sl_border {
    padding: 10px;
    background: rgb(54, 140, 248);
    background: -moz-linear-gradient(45deg, rgba(54, 140, 248, 1) 0%, rgba(58, 7, 119, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(54, 140, 248, 1) 0%, rgba(58, 7, 119, 1) 100%);
    background: linear-gradient(45deg, rgba(54, 140, 248, 1) 0%, rgba(58, 7, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368cf8', endColorstr='#3a0777', GradientType=1);

}

.otz_sl {
    background-color: #fff;
}


.otz_item {
    display: flex;
    align-items: flex-start;
    padding: 50px 30px;
}

.otz_img {
    width: 210px;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink: 0;
}

.otz_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.title_otz {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
}

.otz_txt {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
    color: #4b4b4b;
}

.otz_mrg {
    padding: 0 100px;
    margin-top: 32px;
}

#otz_sec {
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: #f2f2f2;
}

#otz_sec .title {
    font-size: 65px;
    text-align: center;
}

.otz_sl .slick-prev {
    background-image: url(../img/Arrow_2.svg);
    width: 66px;
    height: 66px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    left: -110px;
    top: calc(50% - 33px);
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    overflow: hidden;
    border: none;
}

.otz_sl .slick-prev:hover {
    transform: rotate(180deg);
    background-image: url(../img/Arrow.svg);
}

.otz_sl .slick-next {
    background-image: url(../img/Arrow_2.svg);
    transform: rotate(180deg);
    width: 66px;
    height: 66px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    right: -110px;
    top: calc(50% - 33px);
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    overflow: hidden;
    border: none;
}

.otz_sl .slick-next:hover {
    transform: rotate(0deg);
    background-image: url(../img/Arrow.svg);
}



#orgi_sec {
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: #f2f2f2;
}

#orgi_sec .title {
    font-size: 65px;
    text-align: center;
}

.creator_item {
    width: 50%;
    padding: 0 20px;
}

.creator_wrap {
    display: flex;
    align-items: flex-start;
    margin: 52px -20px 0 -20px;
}

.creator_name {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
}

.creator_title {
    position: relative;
    top: -3px;
    font-size: 18px;
    line-height: 1.3;
    color: #4b4b4b;
    font-weight: 300;
    padding: 0 0 12px;
}

.creator_description {
    font-size: 18px;
    line-height: 1.45;
    color: #4b4b4b;
    letter-spacing: -0.2px;
    font-weight: 300;
}

.creator_item img {
    float: left;
    width: 236px;
    margin: 4px 30px 5px 0;
}




@media(max-width:1023px) {
    .otz_sl .slick-prev {
        left: -10px;
        top: -100px;
    }
    .otz_sl .slick-next {
        right: -10px;
        top: -100px;
    }
    .creator_item img {
        float: none;
    }
    .otz_mrg {
        padding: 0;
    }
}

@media (max-width:600px) {
    .otz_item {
        display: block;
        padding: 20px 10px;
    }
    .otz_img {
        margin: 4px 30px 5px 0;
        width: 180px;
        height: 180px;
        float: left;
    }
}



@media (max-width:500px) {
    .creator_wrap {
        display: block;
    }
    .creator_item {
        width: 100%;
        margin-bottom: 35px;
    }

    .otz_sl .slick-dots {
        display: flex;
        position: absolute;
        bottom: -45px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .otz_sl .slick-dots button {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background-color: rgba(107, 15, 206, 0.4);
        padding: 0;
        font-size: 0px;
        margin: 0 4px;
        transition: 0.2s;
        cursor: pointer;
    }
    .otz_sl .slick-dots .slick-active button {
        background-color: rgb(107, 15, 206);
    }
    .otz_img {
        margin: 4px 15px 5px 0;
        width: 180px;
        height: 180px;
        float: left;
    }
}


@media (max-width:425px) {
    .otz_img {
        width: 160px;
        height: 160px;
        float: none;
    }
    .otz_txt {
        font-size: 16px;
    }
    .title_otz {
        font-size: 21px;
    }
    .otz_sl_border {
        padding: 5px;
    }
}






@media (max-width:768px) {
    .fix_plash {
    padding: 10px 25px 9px 25px;
    font-size: 12px;
    left: -46px;
    top: 50%;
}
.profi-pop p {
    font-size: 16px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 45px;
}
.profi_title {
    font-size: 26.7px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 17px;
    text-align: center;
}
}

@media (max-width: 1229px) {
  /* line 1332, ../sass/style.scss */
  .container {
    max-width: 1024px;
  }
  
  .b3_btn_wrap button, .b3_btn_wrap a {
    width: 100%;
    max-width: 232px;
}
.b3_btn_wrap .btn_purp {
    padding-right: 0px;
    padding-left: 0px;
}

  /* line 1335, ../sass/style.scss */
  .main_img_block img {
    max-width: 100%;
  }

  /* line 1338, ../sass/style.scss */
  .b4_block {
    margin-left: 100px;
  }

  /* line 1341, ../sass/style.scss */
  .about_price_wrap {
    padding: 50px 35px;
  }

  /* line 1344, ../sass/style.scss */
  .price_card {
    padding: 70px 30px 70px 30px;
  }

  /* line 1347, ../sass/style.scss */
  .rassroch_btn p {
    border: none;
  }

  /* line 1350, ../sass/style.scss */
  .link_nav {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
    .lenta_price {
    padding: 19px 15px 13px 25px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffd000;
    color: rgb(107, 15, 206);
    text-transform: uppercase;
    position: absolute;
    left: -10px;
    top: 25px;
    min-width: 245px;
}
.lenta_price::after {
    right: -22px;
    border-width: 50px 22px 0 0;
}
  /* line 1356, ../sass/style.scss */
  .teacher-img {
    width: 320px;
  }

  /* line 1359, ../sass/style.scss */
  .container {
    max-width: 768px;
  }

  /* line 1362, ../sass/style.scss */
  .number_b3 {
    font-size: 130px;
    line-height: 73px;
  }

  /* line 1366, ../sass/style.scss */
  .b3_title {
    font-size: 20px;
    font-weight: 800;
    color: #6b0fce;
    line-height: 1;
    text-align: left;
  }

  /* line 1373, ../sass/style.scss */
  .b4_block {
    margin-left: 0;
  }

  /* line 1376, ../sass/style.scss */
  .b6_wrap img {
    max-width: 100%;
  }

  /* line 1379, ../sass/style.scss */
  .b7_card {
    background-image: url(../img/card_bg.jpg);
    background-size: cover;
    background-position: center top;
    max-width: 370px;
    text-align: center;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1395, ../sass/style.scss */
  .b7_wrap {
    flex-wrap: wrap;
  }

  /* line 1398, ../sass/style.scss */
  .b8_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* line 1403, ../sass/style.scss */
  .b8_block {
    width: 50%;
  }

  /* line 1406, ../sass/style.scss */
  .title-b9 {
    margin-right: 40px;
  }

  /* line 1409, ../sass/style.scss */
  .price_card {
    padding: 50px 15px 50px 15px;
    width: 37%;
  }

  /* line 1413, ../sass/style.scss */
  .about_price_wrap {
    padding: 50px 15px;
    width: 63%;
  }

  /* line 1417, ../sass/style.scss */
  .price_txt span {
    font-size: 53px;
    font-weight: 800;
  }

  /* line 1421, ../sass/style.scss */
  .podpiska p {
    font-size: 21px;
  }

  /* line 1424, ../sass/style.scss */
  .tel_footer {
    font-size: 32px;
  }

  /* line 1427, ../sass/style.scss */
  .txt_contacts {
    font-size: 20px;
  }

  /* line 1430, ../sass/style.scss */
  .logo {
    width: 100px;
  }

  /* line 1433, ../sass/style.scss */
  .link_nav {
    margin: 10px 5px;
    font-size: 11px;
  }

  /* line 1437, ../sass/style.scss */
  .tel_nav, .email_nav {
    font-size: 16px;
  }

  /* line 1440, ../sass/style.scss */
  .link_btn {
    font-size: 12px;
    margin: 10px 5px;
    padding: 19px 9px 15px;
  }

  /* line 1445, ../sass/style.scss */
  .number_prog {
    font-size: 120px;
    font-weight: 800;
    color: #dddddd;
    overflow: hidden;
    flex-shrink: 0;
    width: 155px;
  }

  /* line 1453, ../sass/style.scss */
  .number_prog span {
    margin-left: -17px;
  }

  /* line 1456, ../sass/style.scss */
  .btn_prog_wrap, .prog_title {
    padding-left: 195px;
  }
}
@media (max-width: 767px) {
    .price_card {
    padding: 100px 15px 50px 15px;
}
    .credit_title { 
font-size:45px; 
}
  /* line 1462, ../sass/style.scss */
  .link_nav {
    font-size: 14px;
  }

  /* line 1465, ../sass/style.scss */
  .link_btn {
    font-size: 14px;
  }

  /* line 1468, ../sass/style.scss */
  .teacher-img {
    width: 100%;
    float: none;
    max-width: 320px;
    padding: 0 0 30px 0;
  }

  /* line 1474, ../sass/style.scss */
  .flex-main_wrap {
    display: flex;
    flex-direction: column;
  }
  /* line 1477, ../sass/style.scss */
  .flex-main_wrap > div {
    width: 100%;
    padding: 15px 0;
  }

  /* line 1482, ../sass/style.scss */
  .main_img_block img {
    max-width: 330px;
    width: 100%;
  }

  /* line 1486, ../sass/style.scss */
  .main_img_block {
    order: 1;
  }

  /* line 1489, ../sass/style.scss */
  .txt_main_block {
    order: 2;
  }

  /* line 1492, ../sass/style.scss */
  .b4_img_wrap {
    width: 100%;
    max-width: 165px;
    margin-right: 15px;
  }

  /* line 1497, ../sass/style.scss */
  .title-b9 {
    font-size: 60px;
  }

  /* line 1500, ../sass/style.scss */
  .b10_wrap {
    display: block;
    max-width: 400px;
    margin: auto;
  }

  /* line 1505, ../sass/style.scss */
  .price_card {
    width: 100%;
  }

  /* line 1508, ../sass/style.scss */
  .about_price_wrap {
    width: 100%;
  }

  /* line 1511, ../sass/style.scss */
  .rassroch_btn p {
    font-size: 18px;
  }

  /* line 1514, ../sass/style.scss */
  .b12_flex {
    flex-direction: column;
    max-width: 600px;
    margin: auto;
  }

  /* line 1519, ../sass/style.scss */
  .podpiska {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  /* line 1524, ../sass/style.scss */
  .contacts {
    width: 100%;
    text-align: center;
  }

  /* line 1528, ../sass/style.scss */
  #block12 {
    background-size: cover;
  }

  /* line 1532, ../sass/style.scss */
  .nav-flex {
    position: absolute;
    width: 100%;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100vh;
    z-index: 10;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.5s;
  }
  /* line 1547, ../sass/style.scss */
  .nav-flex.open {
    transform: translateX(0);
  }

  /* line 1553, ../sass/style.scss */
  .logo {
    display: none;
  }

  /* line 1556, ../sass/style.scss */
  .nav-links_wrap {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }

  /* line 1561, ../sass/style.scss */
  nav {
    padding: 0;
  }

  /* line 1564, ../sass/style.scss */
  .link_btn {
    padding: 19px 30px 15px;
  }

  /* line 1567, ../sass/style.scss */
  .nav-xs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 67px;
  }

  /* line 1573, ../sass/style.scss */
  .show-bot {
    display: flex;
    margin-right: 0;
  }

  /* line 1578, ../sass/style.scss */
  .logo_xs {
    width: 110px;
  }

  /* line 1581, ../sass/style.scss */
  header {
    margin-top: 67px;
  }

  /* line 1585, ../sass/style.scss */
  .hid-bot {
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 15px;
    right: 15px;
    display: block;
  }

  /* line 1597, ../sass/style.scss */
  .hid-bot:before, .hid-bot:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #6b0fce;
  }

  /* line 1609, ../sass/style.scss */
  .hid-bot:before {
    width: 2px;
    height: 100%;
  }

  /* line 1613, ../sass/style.scss */
  .hid-bot:after {
    width: 100%;
    height: 2px;
  }

  /* line 1618, ../sass/style.scss */
  .spik-pop {
    flex-direction: column;
    text-align: center;
  }

  /* line 1622, ../sass/style.scss */
  .txt_spik_pop {
    width: 100%;
  }

  /* line 1625, ../sass/style.scss */
  .spik_about_img {
    width: 100%;
    margin-top: 30px;
    max-width: 270px;
  }

  /* line 1630, ../sass/style.scss */
  .footer_wrap {
    display: block;
  }
  /* line 1632, ../sass/style.scss */
  .footer_wrap p {
    margin-bottom: 15px;
  }

  /* line 1636, ../sass/style.scss */
  .btn_prog_wrap, .prog_title {
    padding-left: 0px;
  }

  /* line 1639, ../sass/style.scss */
  .prog_flex {
    flex-direction: column;
  }

  /* line 1642, ../sass/style.scss */
  .prog_txt_wrap {
    margin-left: 0;
    margin-bottom: 50px;
  }

  /* line 1646, ../sass/style.scss */
  .prog_title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
    .txt_credit, .txt_credit span { 
margin: 0 !important; 
}
  /* line 1652, ../sass/style.scss */
  .spik-pop {
    padding: 30px 10px;
  }

  /* line 1655, ../sass/style.scss */
  .pop_prog_txt .name_spik_pop {
    font-size: 21px;
  }

  /* line 1658, ../sass/style.scss */
  .soc_header_wrap {
    position: static;
    flex-direction: row;
    height: auto;
    width: 69px;
    margin: auto;
    margin-top: 30px;
  }

  /* line 1666, ../sass/style.scss */
  header {
    padding-bottom: 30px;
    text-align: center;
  }

  /* line 1670, ../sass/style.scss */
  .title {
    font-size: 40px !important;
  }
  .place_txt1 {
      font-size:25px;
  }

  /* line 1673, ../sass/style.scss */
  .b7_card {
    width: 100%;
  }

  /* line 1676, ../sass/style.scss */
  .b8_block {
    width: 100%;
  }

  /* line 1679, ../sass/style.scss */
  .b9_wrap {
    display: block;
    text-align: center;
  }

  /* line 1683, ../sass/style.scss */
  .title-b9 {
    margin-right: 0;
  }

  /* line 1686, ../sass/style.scss */
  .date_header span {
    display: block;
  }

  /* line 1689, ../sass/style.scss */
  h1 {
    font-size: 43px;
  }

  /* line 1692, ../sass/style.scss */
  header p {
    font-size: 18px;
  }

  /* line 1695, ../sass/style.scss */
  .b3_btn_wrap {
    display: block;
  }
  /* line 1697, ../sass/style.scss */
  .b3_btn_wrap .btn_purp {
    margin-bottom: 15px;
  }

  /* line 1701, ../sass/style.scss */
  .btn_teach {
    display: block;
    text-align: center;
  }
  /* line 1704, ../sass/style.scss */
  .btn_teach .btn_purp {
    margin-bottom: 15px;
  }

  /* line 1708, ../sass/style.scss */
  .b8_btn_wrap {
    display: block;
    text-align: center;
  }
  /* line 1711, ../sass/style.scss */
  .b8_btn_wrap .btn_purp {
    margin-bottom: 15px;
  }
.b8_btn_wrap .btn_yel {
    margin-bottom: 15px;
  }
  /* line 1715, ../sass/style.scss */
  .b4_btn_wrap {
    display: block;
    text-align: center;
  }
  /* line 1718, ../sass/style.scss */
  .b4_btn_wrap .btn_proz {
    margin-bottom: 15px;
  }

  /* line 1722, ../sass/style.scss */
  .b6_wrap {
    display: block;
    text-align: center;
  }
  /* line 1725, ../sass/style.scss */
  .b6_wrap > div {
    padding: 0;
    width: 100%;
  }

  /* line 1730, ../sass/style.scss */
  .b6_wrap img {
    max-width: 230px;
    margin-bottom: 20px;
  }

  /* line 1734, ../sass/style.scss */
  #block6 {
    padding-bottom: 120px;
  }

  /* line 1737, ../sass/style.scss */
  #block6 .title {
    margin-bottom: 7px;
  }

  /* line 1740, ../sass/style.scss */
  .b9_wrap p {
    font-size: 20px;
  }
}
@media (max-width: 449px) {
  /* line 1746, ../sass/style.scss */
  h1 {
    font-size: 36px;
  }

  /* line 1749, ../sass/style.scss */
  header p br {
    display: none;
  }

  /* line 1752, ../sass/style.scss */
  .b4_block {
    display: block;
    text-align: center;
  }

  /* line 1756, ../sass/style.scss */
  .b4_img_wrap img {
    height: 100px;
    width: auto;
  }

  /* line 1760, ../sass/style.scss */
  .b4_img_wrap {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  /* line 1765, ../sass/style.scss */
  .b4_block {
    margin-top: 50px;
  }

  /* line 1768, ../sass/style.scss */
  .b7_card {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1772, ../sass/style.scss */
  .about_price_btn_wrap {
    display: block;
  }
  /* line 1774, ../sass/style.scss */
  .about_price_btn_wrap .btn_yel {
    margin-bottom: 20px;
  }
  /* line 1777, ../sass/style.scss */
  .about_price_btn_wrap .rassroch_btn {
    margin: 0;
  }

  /* line 1781, ../sass/style.scss */
  .about_price_title br {
    display: none;
  }

  /* line 1785, ../sass/style.scss */
  .podpiska p br {
    display: none;
  }

  /* line 1789, ../sass/style.scss */
  .footer_wrap p {
    font-size: 17px;
  }

  /* line 1792, ../sass/style.scss */
  .footer_conf {
    font-size: 17px;
  }

  /* line 1795, ../sass/style.scss */
  .prog_title {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  /* line 1801, ../sass/style.scss */
  .date_header {
    font-size: 23px;
  }

  /* line 1804, ../sass/style.scss */
  .title {
    font-size: 35px !important;
  }

  /* line 1807, ../sass/style.scss */
  .light {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
  }

  /* line 1812, ../sass/style.scss */
  .b7_card {
    padding: 40px 15px;
  }

  /* line 1815, ../sass/style.scss */
  .about_price_txt {
    font-size: 18px;
  }

  /* line 1818, ../sass/style.scss */
  .about_price_title {
    font-size: 25px;
  }

  /* line 1821, ../sass/style.scss */
  .tab_title {
    font-size: 21px;
  }
}