﻿@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../../fonts/MuseoSansCyrl-700.ttf");
  font-weight: 700;
  font-style: normal; }

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

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../../fonts/MuseoSansCyrl-700.ttf");
  font-weight: 700;
  font-style: normal; }

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

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../../fonts/MuseoSansCyrl-700.ttf");
  font-weight: 700;
  font-style: normal; }

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

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../../fonts/MuseoSansCyrl-700.ttf");
  font-weight: 700;
  font-style: normal; }

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

.global-wrap {
  overflow: hidden; }

body {
  font-size: 29px;
  line-height: 1.24;
  font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
  color: #0f2841;
  font-weight: 300; }

.section-title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1; }

@media (max-width: 575px) {
  .section-title {
    font-size: 30px; } }

.container {
  min-width: 290px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }

@media (min-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .container {
    min-width: 670px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1180px; } }

img {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

header {
  background-color: #1f242a;
  background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /**background-position: center bottom; **/
}

@media (max-width: 767px) {
  header {
    background-image: url(../img/bg-12.jpg); } }

.header-top {
  transition: all .3s linear;
  padding-top: 35px;
  padding-bottom: 35px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

.header-top.sticky {
  position: fixed;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  transition: all .3s linear;
  background-color: rgba(8, 11, 13, 0.95);
  border-bottom: 0; }

@media (max-width: 767px) {
  .header-top.sticky .phone-block {
    display: none; }
  .header-top.sticky .logo-block {
    margin-bottom: 0; } }

@media (max-width: 1199px) {
  .header-top {
    padding-top: 38px;
    padding-bottom: 30px; } }

.phone-block {
  position: relative;
  padding-top: 3px; }

.phone-block .address-block {
  display: none; }

@media (max-width: 767px) {
  .phone-block .address-block {
    display: block;
    margin-bottom: 12px; } }

@media (max-width: 767px) {
  .phone-block .address-block div {
    margin-left: 0;
    text-align: center; } }

.logo-img {
  width: 248px;
  height: 44px; }

@media (max-width: 767px) {
  .logo-img {
    width: 198px;
    height: auto;
    margin-left: auto; } }

.header-bottom {
  padding-top: 156px;
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -ms-flex-pack: center;
  justify-content: center;*/ }

.header-bottom .content {
  padding-top: 30px; }

@media (max-width: 767px) {
  .header-bottom {
    padding-top: 275px;
    padding-bottom: 22px;
    min-height: 420px; } }

@media (max-width: 575px) {
  .header-bottom {
    padding-top: 275px;
    padding-bottom: 32px; }
  .header-bottom .container {
    padding-left: 0;
    padding-right: 0; }
  .header-bottom .content {
    padding-left: 15px;
    padding-right: 15px; } }

.header-bottom .content {
  margin-bottom: 70px; }

@media (max-width: 991px) {
  .header-bottom .content {
    margin-bottom: 45px;
    padding-top: 0; } }

@media (max-width: 575px) {
  .header-bottom .content {
    margin-bottom: 30px; } }

.list--intro li {
  font-size: 24px; }

.list--intro li span {
  color: #00c0ec; }

.address-block div {
  color: #00c0ec;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 63px;
  white-space: nowrap; }

@media (max-width: 767px) {
  .logo-block {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .logo-block .address-block {
    display: none; } }

.logo {
  margin-bottom: 6px; }

@media (max-width: 767px) {
  .logo {
    margin-bottom: 0; } }

.main-nav {
  padding-top: 33px; }

@media (max-width: 1199px) {
  .main-nav {
    display: none; } }

.main-nav-toggle {
  /* position: fixed; */
  display: none;
  width: 51px;
  height: 39px;
  padding: 10px;
  outline: none;
  border: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(../img/btn-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 50;
  transition: all .3s ease; }

.main-nav-toggle:focus {
  outline: none; }

.main-nav-toggle.active {
  display: block;
  background-image: url(../img/close.png);
  background-color: transparent; }

@media (max-width: 1199px) {
  .main-nav-toggle {
    display: block; } }

@media (max-width: 575px) {
  .main-nav-toggle {
    margin-left: 0; } }

.main-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.main-nav-link {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .6px;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none; }

.main-nav-link::before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  right: 0; }

.main-nav-link:hover {
  text-decoration: none;
  color: #00c0ec; }

.main-nav-link:hover::before {
  background-color: rgba(0, 192, 236, 0.4); }

.phone-wrap {
  text-align: right;
  margin-bottom: 6px; }

@media (max-width: 575px) {
  .phone-wrap {
    margin-bottom: 3px; } }

.phone-link {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 27px;
  letter-spacing: .6px;
  transition: all 0.3s ease;
  text-decoration: none; }

.phone-link:hover {
  color: #00c0ec;
  text-decoration: none; }

@media (max-width: 767px) {
  .phone-link {
    text-align: center;
    line-height: 28px; } }

@media (max-width: 575px) {
  .phone-link {
    line-height: 27px; } }

.mail-link {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .6px;
  transition: all 0.3s ease;
  text-decoration: none; }

.mail-link:hover {
  color: #00c0ec;
  text-decoration: none; }

@media (max-width: 767px) {
  .mail-link {
    text-align: center;
    line-height: 28px; } }

@media (max-width: 575px) {
  .mail-link {
    line-height: 27px; } }

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 190px; }

@media (max-width: 1199px) {
  .btn-wrap {
    padding-right: 80px; } }

@media (max-width: 767px) {
  .btn-wrap {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-top .btn-wrap {
  width: 100%;
  padding-right: 0; }

.order-call {
  width: auto;
  position: relative;
  color: #00c0ec;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: all 0.3s ease;
  text-decoration: none; }

.order-call::before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(0, 192, 236, 0.4);
  bottom: 0;
  left: 0;
  right: 0; }

.order-call:hover {
  text-decoration: none;
  color: #fff; }

.order-call:hover::before {
  background-color: rgba(255, 255, 255, 0.4); }

@media (max-width: 767px) {
  .order-call {
    text-align: center;
    line-height: 30px; } }

@media (max-width: 575px) {
  .order-call {
    line-height: 22px; } }

h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px; }

h1 span {
  font-weight: 700;
  color: #01add7; }

@media (max-width: 1199px) {
  h1 {
    text-align: center;
    font-size: 37px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  h1 {
    text-align: left;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 22px;
    letter-spacing: normal; } }

.intro-text {
  display: block;
  margin: 0;
  margin-bottom: 65px;
  font-size: 29px;
  color: #fff; }

.intro-text span {
  font-weight: 700;
  white-space: nowrap; }

.intro-content {
  width: 500px; }

@media (max-width: 1199px) {
  .intro-content {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .intro-content {
    max-width: 100%; } }

@media (max-width: 1199px) {
  .intro-text {
    font-size: 27px; } }

@media (max-width: 991px) {
  .intro-text {
    font-size: 24px; } }

@media (max-width: 767px) {
  .intro-text {
    margin-bottom: 50px;
    text-align: center; } }

.get-certificate {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 34px 5px;
  text-align: center;
  background-color: #00c0ec;
  width: 400px;
  border-radius: 90px;
  box-sizing: border-box;
  transition: all 0.3s ease; }

.get-certificate span {
  display: block;
  position: relative;
  width: 285px;
  padding-left: 40px;
  box-sizing: border-box;
  margin: 0 auto; }

.get-certificate span::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: '';
  width: 30px;
  height: 42px;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat; }

@media (max-width: 575px) {
  .get-certificate span::before {
    top: 0; } }

@media (max-width: 575px) {
  .get-certificate span {
    width: 205px;
    padding-left: 32px; } }

.get-certificate:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fc4704; }

@media (max-width: 991px) {
  .get-certificate {
    padding: 32px 5px;
    width: 100%;
    max-width: 390px; } }

@media (max-width: 767px) {
  .get-certificate {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .get-certificate {
    padding: 22px 5px;
    width: 100%; } }

.scroll-down {
  display: block;
  padding-bottom: 44px;
  width: 260px;
  margin: 0 auto;
  color: #00c0ec;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  letter-spacing: .8px;
  text-align: center; }

@media (max-width: 767px) {
  .scroll-down {
    display: none; } }

.scroll-down:hover {
  color: #00c0ec;
  text-decoration: none; }

.scroll-down::after {
  position: absolute;
  bottom: 0;
  bottom: -5px;
  left: 50%;
  margin-left: -24px;
  content: '';
  display: block;
  width: 48px;
  height: 30px;
  background-image: url(../img/sprite.png);
  background-position: -33px 0;
  background-repeat: no-repeat;
  animation: fadeInDown 1s infinite; }

.ticket {
  padding-top: 55px;
  padding-bottom: 80px; }

@media (max-width: 575px) {
  .ticket {
    padding-top: 38px;
    padding-bottom: 56px; } }

.ticket .section-title {
  width: 600px; }

@media (max-width: 991px) {
  .ticket .section-title {
    font-size: 40px; } }

@media (max-width: 575px) {
  .ticket .section-title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 23px; } }

.ticket-content {
  padding-top: 20px;
  margin-bottom: 57px; }

@media (max-width: 1199px) {
  .ticket-content {
    width: 95%; } }

@media (max-width: 991px) {
  .ticket-content {
    width: 100%; } }

@media (max-width: 575px) {
  .ticket-content {
    margin-bottom: 30px; } }

.ticket-content .ticket-img {
  display: none; }

@media (max-width: 991px) {
  .ticket-content .ticket-img {
    display: block;
    margin-bottom: 30px;
    width: 500px;
    min-height: 0;
    height: auto; } }

@media (max-width: 575px) {
  .ticket-content .ticket-img {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .ticket-content .ticket-img img {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .ticket-content .ticket-img img {
    width: 100%;
    left: auto; } }

.ticket-img {
  display: block;
  position: relative;
  width: 100%;
  min-height: 430px; }

@media (max-width: 1199px) {
  .ticket-img {
    width: 500px; } }

@media (max-width: 991px) {
  .ticket-img {
    display: none; } }

.ticket-img img {
  position: absolute;
  top: 0;
  left: -43px;
  width: 560px;
  height: auto; }

@media (max-width: 1199px) {
  .ticket-img img {
    position: relative;
    top: auto;
    bottom: 0; } }

@media (max-width: 991px) {
  .ticket-img img {
    position: relative;
    width: 480px;
    margin: 0 auto; } }

.ticket-text {
  width: 610px;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 33px;
  color: #000; }

.ticket-text span {
  white-space: nowrap;
  color: #00c0ec; }

@media (max-width: 1199px) {
  .ticket-text {
    width: 100%;
    font-size: 24px;
    line-height: 1.24; } }

@media (max-width: 575px) {
  .ticket-text {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px; } }

.prescript-text {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0; }

.prescript-text span {
  white-space: nowrap;
  font-weight: 700;
  color: #000; }

.ticket-statistics {
  padding-top: 35px;
  padding-bottom: 41px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #00c0ec; }

@media (max-width: 575px) {
  .ticket-statistics {
    padding-top: 27px;
    padding-bottom: 29px;
    padding-left: 18px;
    padding-right: 18px; } }

.statistics-text {
  display: block;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700; }

.statistics-text span {
  white-space: nowrap; }

@media (max-width: 991px) {
  .statistics-text {
    width: 100%; } }

.statistics-text span {
  color: #00c0ec; }

.wrap-course {
  background-color: #161a1e;
  background-image: url(../img/bg-32.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

@media (max-width: 1280px) {
  .wrap-course {
    background: none;
    background-image: url(../img/bg-3.jpg);
    background-size: cover; } }

.course {
  padding-top: 70px;
  padding-bottom: 70px; }

.course .section-title {
  text-align: center;
  margin-bottom: 43px;
  color: #fff; }

@media (max-width: 991px) {
  .course .section-title {
    font-size: 40px; } }

@media (max-width: 575px) {
  .course .section-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    text-align: left;
    letter-spacing: -0.6px;
    margin-bottom: 35px; } }

@media (max-width: 575px) {
  .course {
    padding-top: 56px;
    padding-bottom: 40px; } }

@media (max-width: 575px) {
  .course .container {
    padding-left: 0;
    padding-right: 0; } }

.option-card {
  width: 100%;
  max-width: 510px;
  background-color: #0f1214;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.option-card--full-time {
  margin-left: auto;
  margin-right: 10px; }

@media (max-width: 1199px) {
  .option-card--full-time {
    margin-right: 0; } }

@media (max-width: 991px) {
  .option-card--full-time {
    margin: 0 auto; } }

.option-card--distance {
  margin-right: auto;
  margin-left: 10px; }

@media (max-width: 1199px) {
  .option-card--distance {
    margin-left: 0; } }

@media (max-width: 991px) {
  .option-card--distance {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .option-card--distance .option-footer {
    padding-bottom: 52px; } }

.option-head,
.option-content,
.option-footer {
  padding-left: 60px;
  padding-right: 60px; }

@media (max-width: 1199px) {
  .option-head,
  .option-content,
  .option-footer {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 575px) {
  .option-head,
  .option-content,
  .option-footer {
    padding-left: 20px;
    padding-right: 20px; } }

.option-head {
  padding-top: 28px;
  padding-bottom: 30px;
  background-color: #fff; }

@media (max-width: 575px) {
  .option-head {
    padding-top: 22px;
    padding-bottom: 27px; } }

.option-head p {
  display: block;
  margin: 0;
  padding-left: 53px;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  color: #0f1214; }

.option-head p::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

@media (max-width: 575px) {
  .option-head p {
    padding-left: 58px;
    font-size: 17px;
    line-height: 1; }
  .option-head p::before {
    top: 10px; } }

.option-card--full-time .option-head p::before {
  background-position: -83px 0; }

.option-card--distance .option-head p::before {
  background-position: -129px 0; }

.option-head p span {
  font-size: 29px;
  line-height: 35px;
  display: block;
  font-weight: 700; }

@media (max-width: 575px) {
  .option-head p span {
    font-size: 23px;
    line-height: 36px; } }

.option-content {
  padding-top: 45px;
  padding-bottom: 40px; }

@media (max-width: 575px) {
  .option-content {
    padding-top: 29px;
    padding-bottom: 27px; } }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }

.list li {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
  padding-left: 33px;
  position: relative;
  color: #fff; }

.list li:last-child {
  margin-bottom: 0; }

.list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 23px;
  height: 17px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -176px 0; }

.list--intro li {
  font-size: 20px;
  line-height: 28px;
  padding-left: 45px; }

.list--intro li::before {
  width: 36px;
  height: 27px;
  background-position: -217px -140px; }

.option-content p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 28px;
  color: #fff; }

@media (max-width: 575px) {
  .option-content p {
    margin-bottom: 17px; } }

.btn-order {
  display: block;
  width: 275px;
  padding: 32px 5px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 45px;
  margin: 0 auto;
  background-color: #00c0ec;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer; }

.btn-order:hover {
  background-color: #fc4704; }

@media (max-width: 575px) {
  .btn-order {
    width: 100%; } }

.option-footer {
  padding-bottom: 48px; }

@media (max-width: 575px) {
  .option-footer {
    padding-bottom: 88px; } }

.about-course {
  padding-top: 24px;
  padding-bottom: 30px; }

.about-course .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 55px; }

@media (max-width: 575px) {
  .about-course .section-title {
    margin-bottom: 32px; } }

@media (max-width: 575px) {
  .about-course {
    padding-bottom: 18px; } }

.about-course-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.about-course-list li {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  width: 270px;
  margin-bottom: 30px;
  padding-top: 174px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative; }

@media (max-width: 575px) {
  .about-course-list li {
    padding-top: 154px;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0; } }

.about-course-list li::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background-color: #fff; }

.about-course-list li::after {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -46px; }

.about-course-list li:nth-child(2)::after {
  background-position: -71px -46px; }

.about-course-list li:nth-child(3)::after {
  top: 33px;
  width: 74px;
  height: 74px;
  background-position: 0 -117px; }

.about-course-list li:last-child::after {
  width: 72px;
  height: 72px;
  background-position: -74px -117px; }

.program {
  padding-top: 95px;
  padding-bottom: 90px; }

/* @media (max-width: 575px) {
		.program .col {
			padding-left: 0;
			padding-right: 0;
		}

	} */
.program .section-title {
  margin-bottom: 45px; }

@media (max-width: 991px) {
  .program .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .program .section-title {
    font-size: 27px; } }

@media (max-width: 575px) {
  .program .section-title {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 575px) {
  .program .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .program {
    padding-top: 53px;
    padding-bottom: 60px; } }

.program-parts {
  margin-bottom: 80px; }

.program-parts:last-child {
  margin-bottom: 0; }

.btn-wrap {
  position: relative; }

.elem {
  position: absolute;
  top: -134px;
  left: 50%;
  transform: translate(-50%);
  display: block;
  width: 355px;
  height: 322px;
  background-image: url(../img/angle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 1; }

@media (max-width: 1199px) {
  .elem {
    left: auto;
    right: 0;
    transform: none; } }

@media (max-width: 991px) {
  .elem {
    display: none; } }

.btn-advice {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease;
  color: #00c0ec;
  font-size: 13px;
  text-transform: uppercase;
  padding: 17px 5px;
  padding-bottom: 16px;
  text-align: center;
  width: 245px;
  margin-right: auto;
  margin-left: 125px;
  cursor: pointer;
  z-index: 5; }

.btn-advice:hover {
  color: #fff;
  background-color: #fc4704; }

@media (max-width: 991px) {
  .btn-advice {
    display: none; } }

.part {
  margin-bottom: 30px; }

.part:last-child {
  margin-bottom: 0; }

.part-top {
  position: relative; }

.part-head {
  display: block;
  font-size: 24px;
  line-height: 38px;
  padding-left: 60px;
  padding-right: 170px;
  padding-top: 37px;
  padding-bottom: 37px;
  border: 2px solid  #e3ebf2;
  color: #000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease; }

@media (max-width: 575px) {
  .part-head {
    border-left: 0;
    border-right: 0; } }

.part-head::before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 62px;
  background-color: #00c0ec;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease; }

.part-head::after {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 72px;
  display: block;
  content: '';
  width: 24px;
  height: 14px;
  background-image: url(../img/sprite.png);
  background-position: -176px -37px;
  background-repeat: no-repeat; }

.part-head:hover::before {
  background-color: #fc4704; }

@media (max-width: 1199px) {
  .part-head {
    font-size: 24px;
    line-height: 1.24; } }

@media (max-width: 991px) {
  .part-head {
    padding-right: 85px;
    padding-left: 35px; }
  .part-head::before {
    right: 30px; }
  .part-head::after {
    right: 40px; } }

@media (max-width: 767px) {
  .part-head {
    padding-right: 150px; }
  .part-head::before {
    right: 50px; }
  .part-head::after {
    right: 60px; } }

@media (max-width: 575px) {
  .part-head {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 70px;
    font-size: 23px;
    line-height: 30px; }
  .part-head::before {
    top: 30px;
    right: 20px;
    transform: none; }
  .part-head::after {
    top: 48px;
    right: 30px;
    transform: none; } }

.part-top.active {
  box-shadow: 0 -5px 10px #f2f4f5; }

.part-top.active .part-head {
  margin-bottom: 0;
  background-color: #e9f0f6;
  border-color: #e9f0f6; }

.part-top.active .part-head::before {
  background-color: #a9baca; }

.part-top.active .part-head::after {
  top: 50%;
  background-position: -176px -20px; }

@media (max-width: 575px) {
  .part-top.active .part-head::after {
    top: 44px;
    right: 30px;
    transform: none; } }

.part-head span {
  font-weight: 700; }

@media (max-width: 575px) {
  .part-head span {
    display: block; } }

.part-content {
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  background-color: #e9f0f6; }

.part-content p {
  font-size: 17px;
  line-height: 1.3; }

.part-content span {
  font-weight: 700; }

@media (max-width: 991px) {
  .part-content {
    padding-left: 35px;
    padding-right: 35px; } }

@media (max-width: 767px) {
  .part-content {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 575px) {
  .part-content {
    padding-left: 20px;
    padding-right: 20px; } }

.part-content.active {
  box-shadow: 0 5px 10px #f2f4f5; }

.part-subhead {
  display: block;
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #000; }

.part-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.part-list li {
  margin-bottom: 14px;
  padding-left: 33px;
  position: relative;
  font-size: 17px;
  line-height: 26px; }

.part-list li:last-child {
  margin-bottom: 0; }

.part-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: '';
  width: 21px;
  height: 22px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -142px -51px; }

@media (max-width: 575px) {
  .part-list li {
    line-height: 22px; } }

.step {
  padding: 10px; }

@media (max-width: 991px) {
  .step {
    padding: 0; } }

@media (max-width: 575px) {
  .step {
    padding: 0; } }

.step-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

@media (max-width: 991px) {
  .step-content {
    display: block; } }

.step-content .img-block,
.step-content .disc {
  width: 50%; }

@media (max-width: 991px) {
  .step-content .img-block,
  .step-content .disc {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 991px) {
  .step-content .disc {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; } }

.step-content .img-block {
  display: block;
  height: 490px;
  max-height: 490px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .step-content .img-block {
    box-shadow: none;
    height: 385px;
    max-height: 385px; } }

.step-content .img-block img {
  position: absolute;
  min-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%); }

@media (max-width: 575px) {
  .step-content .img-block {
    width: 100%;
    max-height: 320px; } }

.step-content .head {
  font-size: 49px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 991px) {
  .step-content .head {
    font-size: 37px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .step-content .head {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 575px) {
  .step-content .head {
    font-size: 30px; } }

@media (max-width: 575px) {
  .step-content .head {
    margin-bottom: 25px; } }

.step-content .text-wrap {
  max-height: 156px;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px; }

@media (max-width: 991px) {
  .step-content .text-wrap {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    max-height: none; } }

@media (max-width: 575px) {
  .step-content .text-wrap {
    border: 2px solid #00c0ec; } }

.step-content .text-wrap p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  text-align: center; }

.step-content .disc {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 991px) {
  .step-content .disc {
    padding-bottom: 0;
    padding-top: 0; } }

@media (max-width: 575px) {
  .step-content .disc {
    padding-top: 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px; } }

.step-content .disc-content {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  max-height: 490px;
  border: 2px solid #00c0ec;
  border-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 991px) {
  .step-content .disc-content {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    border: 2px solid #00c0ec;
    border-top: 0; } }

@media (max-width: 575px) {
  .step-content .disc-content {
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    padding-top: 0; } }

.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 29px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 5; }

.btn-prev:focus,
.btn-next:focus {
  outline: none; }

@media (max-width: 991px) {
  .btn-prev,
  .btn-next {
    top: 190px; } }

.btn-prev {
  left: 50%;
  margin-left: 30px;
  background-position: -139px -75px; }

@media (max-width: 991px) {
  .btn-prev {
    margin-left: 0;
    left: 15px;
    background-position: -202px -75px; } }

.btn-next {
  right: 30px;
  background-position: -171px -75px; }

@media (max-width: 991px) {
  .btn-next {
    right: 15px;
    background-position: -234px -75px; } }

@media (max-width: 767px) {
  .btn-prev,
  .btn-next {
    top: 160px; } }

.slick-disabled {
  opacity: .3; }

@media (max-width: 991px) {
  .slick-disabled {
    opacity: .7; } }

.slick-slide {
  outline: none; }

.about {
  padding-top: 90px;
  padding-bottom: 90px; }

.about .list li {
  color: #0f2841; }

.about .list li::before {
  background-position: -178px -52px; }

.about .section-title {
  margin-bottom: 35px; }

@media (max-width: 991px) {
  .about {
    padding-top: 30px; }
  .about .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .about .section-title {
    padding-left: 20px;
    font-size: 27px;
    padding-right: 20px; } }

@media (max-width: 575px) {
  .about .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .about .content {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .about {
    padding-bottom: 30px;
    padding-top: 30px; } }

.about .text-block {
  padding-left: 50px;
  padding-right: 60px;
  padding-bottom: 45px;
  padding-top: 40px;
  background-color: #e9f0f6;
  margin-left: 45px;
  margin-top: 45px; }

@media (max-width: 991px) {
  .about .text-block {
    margin-left: 0;
    padding-left: 40px; } }

@media (max-width: 575px) {
  .about .text-block {
    padding-right: 40px;
    margin-top: 20px; } }

.about .text-block p {
  font-size: 17px;
  line-height: 26px; }

.about .text-block p span {
  white-space: nowrap; }

@media (max-width: 575px) {
  .about .text-block p span {
    white-space: normal; } }

.certificates {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

@media (max-width: 767px) {
  .certificates {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 420px) {
  .certificates {
    padding-left: 40px;
    padding-right: 40px; } }

.certificate {
  display: block;
  position: relative;
  width: 360px;
  margin-right: 15px;
  padding: 5px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }

.certificate:nth-child(3n) {
  margin-right: 0; }

.certificate img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.certificate:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }

@media (max-width: 767px) {
  .certificate {
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px; }
  .certificate:nth-child(3n) {
    margin-right: 20px; } }

@media (max-width: 420px) {
  .certificate {
    /**width: 100%; **/
  } 
}

.consultation {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0f2841;
  background-image: url(../img/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.consultation .section-title {
  color: #fff; }

@media (max-width: 1199px) {
  .consultation .section-title {
    text-align: center; } }

@media (max-width: 991px) {
  .consultation .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .consultation .section-title {
    font-size: 27px;
    margin-bottom: 15px; } }

.consultation p {
  color: #657d95;
  font-size: 29px;
  line-height: 36px; }

@media (max-width: 1199px) {
  .consultation p {
    text-align: center; } }

@media (max-width: 575px) {
  .consultation p {
    font-size: 23px;
    line-height: 30px; } }

@media (max-width: 575px) {
  .consultation .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .consultation {
    padding-top: 60px;
    padding-bottom: 60px; } }

.section-top {
  width: 80%;
  margin-bottom: 40px; }

@media (max-width: 1199px) {
  .section-top {
    width: 100%; } }

@media (max-width: 575px) {
  .section-top {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; } }

.form {
  background-color: #0f1214;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4); }

.form::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 210px;
  height: 333px;
  background-image: url(../img/hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom; }

@media (max-width: 767px) {
  .form::after {
    display: none; } }

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  border: 0;
  padding: 14px 22px;
  margin-right: 20px;
  font-size: 17px;
  line-height: 24px;
  width: 230px; }

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.form input[type="text"]:-moz-placeholder,
.form input[type="tel"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.form input[type="text"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.form input[type="text"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

@media (max-width: 1199px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"] {
    margin-bottom: 30px;
    margin-right: 0; } }

@media (max-width: 575px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"] {
    margin-bottom: 30px; } }

.form .btn-submit {
  display: block;
  width: 335px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  padding: 30px 5px;
  padding-top: 31px;
  border-radius: 45px;
  text-align: center;
  background-color: #00c0ec;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.form .btn-submit:hover {
  background-color: #fc4704; }

@media (max-width: 1199px) {
  .form .btn-submit {
    margin-bottom: 30px;
    margin-right: 0; } }

@media (max-width: 575px) {
  .form .btn-submit {
    max-width: 335px;
    width: 100%;
    padding: 18px 5px;
    padding-top: 19px; }
  .form .btn-submit span {
    display: block; } }
#consultation-form .row{
  display: flex;
  align-items: center;
}
#consultation-form p{
  font-size: 16px;
  width: 100%;
  text-align: left;
}
.form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;

  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 65px;
  padding-top: 53px;
  padding-bottom: 53px;
  padding-right: 250px; }

@media (max-width: 1199px) {
  .form-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .form-content {
    padding-right: 65px; } }

@media (max-width: 575px) {
  .form-content {
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px; } }

fieldset {
  display: block;
  position: relative; }

#phone-error,
#name-error,
#email-error {
  position: absolute;
  bottom: -25px;
  margin-bottom: 0;
  left: 0;
  color: #fc4704;
  font-size: 14px;
  line-height: 18px; }

@media (max-width: 1199px) {
  #phone-error,
  #name-error,
  #email-error {
    bottom: 7px; } }

.contacts {
  position: relative;
  width: 100%;
  min-height: 760px;
  background-color: #d4e5c9;
  background-image: url(../img/bg-map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 165px; }

@media (max-width: 575px) {
  .contacts {
    padding-top: 62px; } }

.contacts .section-title {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .contacts .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .contacts .section-title {
    font-size: 27px; } }

.contacts .address-block div {
  font-size: 17px;
  line-height: 26px;
  color: #0f2841;
  margin-left: 0;
  white-space: normal;
  text-transform: none; }

.contacts .address-block,
.contacts .phone-wrap,
.contacts .mail-block {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px; }

.contacts .address-block::before,
.contacts .phone-wrap::before,
.contacts .mail-block::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background-color: #0f2841; }

.contacts .phone-link {
  font-size: 17px;
  line-height: 26px;
  color: #0f2841;
  text-align: left;
  text-transform: none; }

.contacts .mail-block {
  margin-bottom: 30px; }

.contacts .mail-block::before {
  top: 22px; }

.contacts .mail-link {
  color: #00c0ec;
  text-decoration: underline;
  font-size: 17px;
  line-height: 18px; }

.contacts .mail-link:hover {
  color: #fc4704; }

.contacts .btn-wrap {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0; }

.contacts .order-call {
  display: block;
  width: 178px;
  background-color: #00c0ec;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 5px;
  text-align: center;
  border-radius: 45px;
  transition: all 0.3s ease;
  margin: 0 auto; }

.contacts .order-call::before {
  display: none; }

.contacts .order-call:hover {
  background-color: #fc4704; }

.map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#map {
  position: relative;
  width: 100%;
  height: 100%;
  height: 760px;
  background-color: #dcd4c2;
  background-image: url(../img/bg-map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0; }

#map iframe {
  width: 100%;
  height: 100%; }

.contacts-block {
  position: relative;
  z-index: 15;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 380px;
  background-color: #fff;
  padding: 50px 55px; }

@media (max-width: 575px) {
  .contacts-block {
    width: 100%;
    padding: 45px 30px; } }

footer {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 45px; }

@media (max-width: 767px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px; } }

.copyright {
  font-size: 13px;
  line-height: 21px;
  color: #161a1e; }

@media (max-width: 767px) {
  .copyright {
    margin-bottom: 20px; } }

.copyright p {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 767px) {
  .copyright p {
    display: block;
    text-align: center; } }

.copyright a {
  display: inline-block;
  vertical-align: middle;
  color: #161a1e;
  text-decoration: underline; }

.copyright a:hover {
  transition: all 0.3s ease;
  color: #00c0ec; }

@media (max-width: 767px) {
  .copyright a {
    display: block;
    text-align: center; } }

.institute {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px; }

.institute span {
  display: block; }

@media (max-width: 767px) {
  .institute {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; } }

.open-modal {
  overflow: hidden; }

.open-modal .popup {
  overflow-y: auto; }

.open-modal .popup .content {
  overflow-x: hidden;
  overflow-y: auto; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  margin: auto;
  z-index: 300;
  transition: all 0.3 ease;
  background-color: rgba(0, 71, 88, 0.95); }

.popup.active {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3 ease; }

.popup .form {
  box-shadow: none;
  width: 100%;
  background: transparent; }

.popup .form::after {
  display: none; }

.popup .form-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

@media (max-width: 1199px) {
  .popup .form-content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 991px) {
  .popup .form-content {
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 991px) {
  .popup .section-title {
    text-align: center; } }

.popup .content {
  width: 100%;
  max-width: 992px;
  position: relative;
  display: block;
  padding: 25px;
  transition: all 0.3s ease;
  background-color: #102a3c;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 55px;
  padding-bottom: 50px;
  z-index: 200; }

@media (max-width: 767px) {
  .popup .content {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 740px) {
  .popup .content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

.popup-top {
  color: #fff;
  margin-bottom: 20px; }

.popup-top p {
  font-size: 29px;
  line-height: 36px; }

@media (max-width: 991px) {
  .popup-top p {
    font-size: 23px;
    line-height: 30px;
    text-align: center; } }

.close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -204px 0;
  cursor: pointer; }

.close-popup:hover {
  background-position: -204px -25px; }

.popup-more input[type="text"],
.popup-more input[type="tel"],
.popup-more input[type="email"],
.popup-training input[type="text"],
.popup-training input[type="tel"],
.popup-training input[type="email"],
.popup-certificate input[type="text"],
.popup-certificate input[type="tel"],
.popup-certificate input[type="email"],
.popup-study-full-time input[type="text"],
.popup-study-full-time input[type="tel"],
.popup-study-full-time input[type="email"],
.popup-study-distance input[type="text"],
.popup-study-distance input[type="tel"],
.popup-study-distance input[type="email"] {
  width: 265px;
  margin-bottom: 25px; }

@media (max-width: 1199px) {
  .popup-more input[type="text"],
  .popup-more input[type="tel"],
  .popup-more input[type="email"],
  .popup-training input[type="text"],
  .popup-training input[type="tel"],
  .popup-training input[type="email"],
  .popup-certificate input[type="text"],
  .popup-certificate input[type="tel"],
  .popup-certificate input[type="email"],
  .popup-study-full-time input[type="text"],
  .popup-study-full-time input[type="tel"],
  .popup-study-full-time input[type="email"],
  .popup-study-distance input[type="text"],
  .popup-study-distance input[type="tel"],
  .popup-study-distance input[type="email"] {
    width: 230px; } }

.popup-training input[type="email"],
.popup-more input[type="email"],
.popup-certificate input[type="email"],
.popup-study-full-time input[type="email"],
.popup-study-distance input[type="email"] {
  margin-right: 0; }

.popup-training .form-content,
.popup-more .form-content,
.popup-certificate .form-content,
.popup-study-full-time .form-content,
.popup-study-distance .form-content {
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 1199px) {
  .popup-more fieldset,
  .popup-training fieldset,
  .popup-certificate fieldset,
  .popup-study-full-time fieldset,
  .popup-study-distance fieldset {
    margin-bottom: 10px; }
  .popup-more fieldset:last-child,
  .popup-training fieldset:last-child,
  .popup-certificate fieldset:last-child,
  .popup-study-full-time fieldset:last-child,
  .popup-study-distance fieldset:last-child {
    margin-bottom: 0; } }

.popup-training .top,
.popup-more .top,
.popup-certificate .top,
.popup-study-full-time .top,
.popup-study-distance .top {
  width: 100%;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1199px) {
  .popup-training .top,
  .popup-more .top,
  .popup-certificate .top,
  .popup-study-full-time .top,
  .popup-study-distance .top {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; } }

.popup-more #phone-error,
.popup-more #name-error,
.popup-more #email-error,
.popup-training #phone-error,
.popup-training #name-error,
.popup-training #email-error,
.popup-certificate #phone-error,
.popup-certificate #name-error,
.popup-certificate #email-error,
.popup-study-full-time #phone-error,
.popup-study-full-time #name-error,
.popup-study-full-time #email-error,
.popup-study-distance #phone-error,
.popup-study-distance #name-error,
.popup-study-distance #email-error {
  bottom: 0; }

.popup-training .btn-submit,
.popup-more .btn-submit,
.popup-certificate .btn-submit,
.popup-study-full-time .btn-submit,
.popup-study-distance .btn-submit {
  margin-bottom: 0; }

.open-modal {
  overflow: hidden; }

.open-modal .sidebar {
  overflow-x: hidden;
  overflow-y: auto; }

.sidebar {
  display: none;
  position: fixed;
  background-color: rgba(0, 71, 88, 0.95);
  top: 20px;
  z-index: 50;
  padding: 55px 40px;
  padding-top: 20px;
  width: 420px;
  z-index: 100; }

.sidebar .content {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto; }

.sidebar .order-call:hover {
  color: #00c0ec; }

.sidebar .order-call:hover::before {
  background-color: #00c0ec; }

.sidebar .logo {
  width: 196px;
  margin-left: auto; }

.sidebar .logo-img {
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .sidebar {
    padding: 42px 40px; } }

@media (max-width: 740px) {
  .sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

.sidebar .main-nav {
  display: block;
  padding-top: 0;
  margin-bottom: 30px; }

.sidebar .main-nav-list {
  -ms-flex-direction: column;
  flex-direction: column; }

.sidebar .main-nav-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.sidebar .main-nav-list li:first-child {
  padding-bottom: 30px; }

.sidebar .main-nav-link {
  font-size: 17px;
  line-height: 50px;
  text-align: center; }

.sidebar .main-nav-link::before {
  display: none; }

.sidebar .address-block {
  margin-bottom: 15px; }

.sidebar .address-block div {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 0; }

.sidebar .phone-link {
  text-align: center; }

.sidebar .btn-wrap {
  width: 100%;
  padding-right: 0;
  -ms-flex-pack: center;
  justify-content: center; }

.sidebar .order-call {
  color: #fff; }

.sidebar .order-call::before {
  background-color: #fff; }

.main-nav-close {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  background-image: url(../img/sprite.png);
  background-position: -204px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 51; }

.main-nav-close:focus {
  outline: none; }

@media (max-width: 1199px) {
  .main-nav-close {
    display: block;
    margin-top: 7px; } }

@media (max-width: 575px) {
  .main-nav-close {
    margin-top: 5px; } }

.bonus {
  background-color: #c9d9e8;
  background-image: url(../img/bg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 84px;
  padding-bottom: 95px; }

@media (max-width: 575px) {
  .bonus {
    padding-top: 60px;
    padding-bottom: 30px; } }

.bonus .bonus-card:last-child::after {
  display: none; }

.bonus-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media (max-width: 991px) {
  .bonus-cards {
    -ms-flex-direction: column;
    flex-direction: column; } }

.bonus-card {
  padding-left: 15px;
  padding-right: 15px; }

.bonus-card .top {
  padding-top: 220px;
  position: relative; }

.bonus-card .top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  background-color: #262d34;
  background-image: url(../img/bg-round.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.bonus-card .top::after {
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 64px;
  height: 95px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -266px 0; }

.bonus-card:nth-child(2) .top::before {
  background-position: -184px 0; }

.bonus-card:nth-child(2) .top::after {
  width: 74px;
  background-position: -266px -103px; }

.bonus-card:last-child .top::before {
  background-position: -366px 0; }

.bonus-card:last-child .top::after {
  top: 46px;
  width: 70px;
  height: 105px;
  background-position: -330px 0; }

.bonus-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 500px;
  width: 100%;
  min-width: 33%;
  position: relative; }

.bonus-card::after {
  position: absolute;
  top: 57px;
  right: -18px;
  content: '+';
  font-size: 68px;
  line-height: 1;
  display: block; }

.bonus-card:last-child::after {
  display: none; }

@media (max-width: 991px) {
  .bonus-card {
    width: 380px;
    min-height: 450px;
    margin: 0 auto;
    margin-bottom: 90px; }
  .bonus-card:last-child {
    margin-bottom: 0; }
  .bonus-card::after {
    top: auto;
    bottom: -69px;
    right: auto;
    left: 50%;
    transform: translate(-50%); } }

@media (max-width: 575px) {
  .bonus-card {
    width: 100%;
    margin-bottom: 60px;
    min-height: auto; }
  .bonus-card::after {
    bottom: -55px; } }

.bonus-card .text {
  display: block;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  -ms-flex: 1;
  flex: 1; }

.bonus-card .text span {
  font-weight: 700;
  white-space: nowrap; }

@media (max-width: 1199px) {
  .bonus-card .text {
    font-size: 25px;
    line-height: 32px; } }

@media (max-width: 575px) {
  .bonus-card .text {
    font-size: 23px;
    line-height: 30px; } }

.bonus-card .head {
  display: block;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px; }

@media (max-width: 1199px) {
  .bonus-card .head {
    font-size: 42px; } }

@media (max-width: 991px) {
  .bonus-card .head {
    font-size: 37px; } }

@media (max-width: 575px) {
  .bonus-card .head {
    font-size: 30px; } }

.bonus-card .bottom {
  min-height: 75px; }

.bonus-card .bottom div {
  padding: 10px 20px;
  display: block;
  width: 255px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  background-color: #fff; }

.btn-more {
  width: 250px;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  background-color: #00c0ec;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  padding: 25px 15px;
  border-radius: 45px;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer; }

.btn-more:hover {
  color: #fff;
  background-color: #fc4704;
  text-decoration: none; }

p {
  margin: 0; }

.process-section {
  padding-top: 70px; }

.process-section .container-fluid {
  max-width: 1180px;
  margin: 0 auto; }

@media (max-width: 991px) {
  .process-section .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

.quiz-wrap {
  min-height: 738px; }

@media (max-width: 575px) {
  .quiz-wrap {
    min-height: 100%; } }

.quiz {
  background-color: #fff;
  border: 5px solid #00c0ec;
  padding: 45px; }

@media (max-width: 991px) {
  .quiz {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media (max-width: 575px) {
  .quiz {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    padding-bottom: 30px; } }

.quiz-form {
  padding: 0 5px; }

.quiz-slide {
  padding-right: 5px; }

.quiz-form #phone-error, .quiz-form #name-error, .quiz-form #email-error {
  bottom: -20px; }

.quiz-form fieldset {
  margin-bottom: 22px; }

.quiz-form input[type="text"],
.quiz-form input[type="tel"],
.quiz-form input[type="email"] {
  border: 1px solid #becbd6;
  padding: 14px 22px;
  font-size: 17px;
  line-height: 24px;
  width: 100%; }

.quiz-form input[type="text"]::-webkit-input-placeholder,
.quiz-form input[type="tel"]::-webkit-input-placeholder,
.quiz-form input[type="email"]::-webkit-input-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.quiz-form input[type="text"]:-moz-placeholder,
.quiz-form input[type="tel"]:-moz-placeholder,
.quiz-form input[type="email"]:-moz-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.quiz-form input[type="text"]::-moz-placeholder,
.quiz-form input[type="tel"]::-moz-placeholder,
.quiz-form input[type="email"]::-moz-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.quiz-form input[type="text"]:-ms-input-placeholder,
.quiz-form input[type="tel"]:-ms-input-placeholder,
.quiz-form input[type="email"]:-ms-input-placeholder {
  color: #161a1e;
  font-style: italic;
  font-size: 17px;
  line-height: 24px; }

.quiz-form .quiz-btn-submit {
  display: none;
  width: 100%;
  font-size: 17px;
  position: absolute;
  bottom: 0;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 19px 15px;
  border-radius: 45px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }

.quiz-form .quiz-btn-submit:focus {
  outline: none; }

.quiz-form .quiz-btn-submit:hover {
  background: linear-gradient(to bottom, #00a8ce, #00c3f0); }

.quiz-form .quiz-btn-submit span {
  display: block;
  margin: 0 auto;
  width: 250px; }

.quiz-form .btn-submit {
  display: block;
  width: 335px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  padding: 30px 5px;
  padding-top: 31px;
  border-radius: 45px;
  text-align: center;
  background-color: #00c0ec;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.quiz-form .btn-submit:hover {
  background-color: #fc4704; }

@media (max-width: 1199px) {
  .quiz-form .btn-submit {
    margin-bottom: 30px;
    margin-right: 0; } }

@media (max-width: 575px) {
  .quiz-form .btn-submit {
    max-width: 335px;
    width: 100%;
    padding: 18px 5px;
    padding-top: 19px; }
  .quiz-form .btn-submit span {
    display: block; } }

.quiz-slide__text {
  display: block;
  font-size: 17px;
  line-height: 26px;
  width: 390px;
  margin-bottom: 20px;
  margin-right: 0; }

.quiz-slide__text span {
  font-weight: 700; }

@media (max-width: 575px) {
  .quiz-slide__text {
    width: 100%; } }

.quiz-slide__offer {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px; }

@media (max-width: 767px) {
  .quiz-slide__offer {
    font-size: 22px;
    line-height: 28px; } }

input[type="text"].quiz-input-text {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid  #becbd6; }

input[type="text"].quiz-input-text::-webkit-input-placeholder {
  font-size: 17px;
  font-style: italic;
  color: #0f2841; }

input[type="text"].quiz-input-text:-moz-placeholder {
  font-size: 17px;
  font-style: italic;
  color: #0f2841; }

input[type="text"].quiz-input-text::-moz-placeholder {
  font-size: 17px;
  font-style: italic;
  color: #0f2841; }

input[type="text"].quiz-input-text:-ms-input-placeholder {
  font-size: 17px;
  font-style: italic;
  color: #0f2841; }

@media (max-width: 575px) {
  input[type="text"].quiz-input-text {
    padding: 12px 15px;
    font-size: 15px; }
  input[type="text"].quiz-input-text::-webkit-input-placeholder {
    font-size: 15px; }
  input[type="text"].quiz-input-text:-moz-placeholder {
    font-size: 15px; }
  input[type="text"].quiz-input-text::-moz-placeholder {
    font-size: 15px; }
  input[type="text"].quiz-input-text:-ms-input-placeholder {
    font-size: 15px; } }

.quiz-slide__head {
  font-size: 24px;
  line-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px; }

.quiz-slide__head span:first-child {
  margin-right: 15px;
  font-weight: 700;
  color: #00c0ec; }

@media (max-width: 767px) {
  .quiz-slide__head {
    font-size: 32px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .quiz-slide__head {
    font-size: 23px;
    line-height: 30px; }
  .quiz-slide__head span:first-child {
    margin-right: 5px; } }

.quiz-slide__content--submit {
  padding-bottom: 90px;
  position: relative; }

.quiz-slide__content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.quiz-slide__content ul li {
  margin-bottom: 12px; }

.quiz-slide__content ul li:last-child {
  margin-bottom: 0; }

.quiz-slide__content span {
  font-weight: 700; }

.quiz-slide__content input[type="checkbox"] {
  display: none; }

.quiz-slide__content input[type="checkbox"] + label {
  font-size: 18px;
  display: block;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 0; }

@media (max-width: 575px) {
  .quiz-slide__content input[type="checkbox"] + label {
    font-size: 16px; } }

.quiz-slide__content input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background-color: #e6ecf2;
  box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.1); }

.quiz-slide__content input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 24px;
  height: 16px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -176px 0; }

.quiz-slide__content input[type="checkbox"]:disabled + label::before {
  opacity: .6; }

.quiz-slide__content input[type="checkbox"]:checked:disabled + label::after {
  opacity: .2; }

.quiz-slider-btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 20px 15px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }

.quiz-slider-btn:focus {
  outline: none; }

.quiz-slider-btn:hover {
  background: linear-gradient(to bottom, #00a8ce, #00c3f0); }

.quiz-slider-btn span {
  display: inline-block;
  position: relative;
  padding-right: 35px; }

.quiz-slider-btn span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 24px;
  height: 10px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -219px -181px; }

@media (max-width: 767px) {
  .quiz-slider-btn {
    margin-top: 20px; } }

@media (max-width: 991px) {
  .consultation .form::after {
    display: none; } }

@media (max-width: 767px) {
  .consultation .form {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 1280px) {
  .consultation .form-content {
    padding-left: 45px;
    padding-right: 215px; } }

@media (max-width: 1199px) {
  .consultation .form-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 550px;
    padding-left: 65px;
    padding-right: 0; } }

@media (max-width: 991px) {
  .consultation .form-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin: 0 auto;
    max-width: 480px; } }

@media (max-width: 767px) {
  .consultation .form-content {
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1199px) {
  .consultation .btn-wrap--consultation {
    width: 100%; }
  .consultation .btn-wrap--consultation .btn-submit {
    margin: 0 auto; } }

.responsibility {
  padding: 80px 0;
  background-color: #1f242a;
  background-image: url(../img/bg-r.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.responsibility .section-title {
  color: #fff;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .responsibility .section-title {
    font-size: 37px; } }

@media (max-width: 767px) {
  .responsibility .section-title {
    font-size: 27px;
    margin-bottom: 35px; } }

.responsibility-img {
  display: block;
  width: 245px;
  height: auto;
  margin-right: 50px;
  margin-bottom: 25px;
  float: left; }

@media (max-width: 767px) {
  .responsibility-img {
    float: none;
    margin-bottom: 0;
    margin-top: 0; } }

.responsibility-item {
  padding-top: 20px;
  padding-bottom: 20px; }

.responsibility-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.responsibility-content-head {
  color: #fff;
  font-size: 29px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block; }

@media (max-width: 767px) {
  .responsibility-content-head {
    font-size: 24px; } }

.responsibility-content-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  opacity: .8; }

.responsibility-content-text:last-child {
  margin-bottom: 0; }

.responsibility-content-text span {
  font-weight: 700; }

.accordance {
  padding-top: 60px;
  padding-bottom: 35px; }

.accordance .section-title {
  text-align: center;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .accordance .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .accordance .section-title {
    font-size: 27px; } }

.list--accordance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list--accordance li {
  font-size: 17px;
  color: #0f2841;
  width: 47%;
  text-align: center;
  padding: 50px 5px 10px;
  margin-bottom: 30px; }

.list--accordance li::before {
  width: 36px;
  height: 27px;
  background-position: -217px -140px;
  transform: translateX(-50%);
  left: 50%; }

@media (max-width: 575px) {
  .list--accordance {
    -ms-flex-direction: column;
    flex-direction: column; }
  .list--accordance li {
    width: 100%; } }

.accordance-img {
  width: 380px;
  position: relative; }

@media (max-width: 991px) {
  .accordance-img {
    display: none; } }

.accordance-img img {
  position: absolute;
  right: -45px;
  top: 0; }

.training {
  padding-top: 70px;
  padding-bottom: 30px; }

@media (max-width: 991px) {
  .training {
    padding-bottom: 10px; } }

.training .section-title {
  text-align: center;
  margin-bottom: 45px; }

@media (max-width: 991px) {
  .training .section-title {
    font-size: 37px; } }

@media (max-width: 575px) {
  .training .section-title {
    font-size: 27px; } }

@media (max-width: 575px) {
  .training .part-top.active .part-head::after {
    top: 54px;
    right: 30px; } }

@media (max-width: 575px) {
  .training .container {
    padding-left: 0;
    padding-right: 0; } }

.training .part-head {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 95px;
  padding-left: 45px; }

@media (max-width: 991px) {
  .training .part-head {
    padding: 50px 30px;
    padding-right: 85px; } }

@media (max-width: 767px) {
  .training .part-head {
    font-size: 23px;
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 575px) {
  .training .part-head {
    padding-right: 80px;
    padding-left: 20px; } }

.training .part-head::before {
  right: 35px; }

@media (max-width: 991px) {
  .training .part-head::before {
    right: 30px; } }

@media (max-width: 575px) {
  .training .part-head::before {
    top: 40px;
    right: 20px; } }

.training .part-head::after {
  right: 45px; }

@media (max-width: 991px) {
  .training .part-head::after {
    right: 40px; } }

@media (max-width: 575px) {
  .training .part-head::after {
    top: 58px;
    right: 30px; } }

.training .part-head .iconed {
  display: block;
  padding-left: 125px;
  letter-spacing: normal;
  line-height: 30px;
  font-weight: 300;
  position: relative; }

@media (max-width: 767px) {
  .training .part-head .iconed {
    padding-left: 0; } }

.training .part-head .iconed::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 95px;
  height: 90px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

@media (max-width: 767px) {
  .training .part-head .iconed::after {
    display: none; } }

.training .part-head .iconed--1::after {
  background-image: url(../img/training/icon-1.svg); }

.training .part-head .iconed--2::after {
  width: 100px;
  height: 100px;
  background-image: url(../img/training/icon-2.svg); }

.training .part-head .iconed--3::after {
  width: 95px;
  height: 95px;
  background-image: url(../img/training/icon-3.svg); }

.training .part-head .iconed--4::after {
  width: 70px;
  height: 100px;
  background-image: url(../img/training/icon-4.svg); }

.training .part-head .iconed--5::after {
  width: 105px;
  height: 95px;
  background-image: url(../img/training/icon-5.svg); }

.training .part-head .iconed--6::after {
  width: 90px;
  height: 110px;
  background-image: url(../img/training/icon-6.svg); }

.training .part-head .iconed--7::after {
  width: 90px;
  height: 95px;
  background-image: url(../img/training/icon-7.svg); }

.training .part-content {
  padding-left: 180px; }

@media (max-width: 991px) {
  .training .part-content {
    padding-left: 155px; } }

@media (max-width: 767px) {
  .training .part-content {
    padding-left: 30px; } }

.training .part-text {
  font-size: 17px; }

.btn--training {
  margin-left: -12px;
  margin-top: 25px;
  display: block;
  width: 100%;
  max-width: 505px;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 20px 15px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }

.btn--training:focus {
  outline: none; }

.btn--training:hover {
  color: #fff;
  background: linear-gradient(to bottom, #00a8ce, #00c3f0); }

@media (max-width: 767px) {
  .btn--training {
    margin-left: auto;
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    margin-left: 0; }
  .btn--training span {
    display: block; } }

p {
  margin: 0; }

.process-section {
  padding-top: 70px; }
  .process-section .container-fluid {
    max-width: 1180px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .process-section .container-fluid {
        padding-left: 0;
        padding-right: 0; } }

.quiz-wrap {
  min-height: 620px; }
  @media (max-width: 575px) {
    .quiz-wrap {
      min-height: 100%; } }

.quiz {
  background-color: #fff;
  border: 5px solid #00c0ec;
  padding: 30px 40px; }
  @media (max-width: 991px) {
    .quiz {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 575px) {
    .quiz {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 35px;
      padding-bottom: 30px; } }

.quiz-form {
  padding: 0 5px; }

.quiz-slide {
  padding-right: 5px; }

.quiz-form #phone-error, .quiz-form #name-error, .quiz-form #email-error {
  bottom: -20px; }

.quiz-form fieldset {
  margin-bottom: 22px; }

.quiz-form input[type="text"],
.quiz-form input[type="tel"],
.quiz-form input[type="email"] {
  border: 1px solid #becbd6;
  padding: 11px 22px;
  font-size: 17px;
  line-height: 24px;
  width: 100%; }
  .quiz-form input[type="text"]::-webkit-input-placeholder,
  .quiz-form input[type="tel"]::-webkit-input-placeholder,
  .quiz-form input[type="email"]::-webkit-input-placeholder {
    color: #161a1e;
    font-style: italic;
    font-size: 17px;
    line-height: 24px; }
  .quiz-form input[type="text"]:-moz-placeholder,
  .quiz-form input[type="tel"]:-moz-placeholder,
  .quiz-form input[type="email"]:-moz-placeholder {
    color: #161a1e;
    font-style: italic;
    font-size: 17px;
    line-height: 24px; }
  .quiz-form input[type="text"]::-moz-placeholder,
  .quiz-form input[type="tel"]::-moz-placeholder,
  .quiz-form input[type="email"]::-moz-placeholder {
    color: #161a1e;
    font-style: italic;
    font-size: 17px;
    line-height: 24px; }
  .quiz-form input[type="text"]:-ms-input-placeholder,
  .quiz-form input[type="tel"]:-ms-input-placeholder,
  .quiz-form input[type="email"]:-ms-input-placeholder {
    color: #161a1e;
    font-style: italic;
    font-size: 17px;
    line-height: 24px; }

.quiz-form .quiz-btn-submit {
  display: none;
  width: 100%;
  font-size: 17px;
  position: absolute;
  bottom: 0;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 19px 15px;
  border-radius: 45px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }
  .quiz-form .quiz-btn-submit:focus {
    outline: none; }
  .quiz-form .quiz-btn-submit:hover {
    background: linear-gradient(to bottom, #00a8ce, #00c3f0); }
  .quiz-form .quiz-btn-submit span {
    display: block;
    margin: 0 auto;
    width: 250px; }

.quiz-form .btn-submit {
  display: block;
  width: 335px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  padding: 30px 5px;
  padding-top: 31px;
  border-radius: 45px;
  text-align: center;
  background-color: #00c0ec;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  .quiz-form .btn-submit:hover {
    background-color: #fc4704; }
  @media (max-width: 1199px) {
    .quiz-form .btn-submit {
      margin-bottom: 30px;
      margin-right: 0; } }
  @media (max-width: 575px) {
    .quiz-form .btn-submit {
      max-width: 335px;
      width: 100%;
      padding: 18px 5px;
      padding-top: 19px; }
      .quiz-form .btn-submit span {
        display: block; } }

.quiz-slide__text {
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%; }
  .quiz-slide__text span {
    font-weight: 700;
    display: block; }
  @media (max-width: 575px) {
    .quiz-slide__text {
      width: 100%; } }

.quiz-slide__offer {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px; }
  @media (max-width: 767px) {
    .quiz-slide__offer {
      font-size: 22px;
      line-height: 28px; } }

input[type="text"].quiz-input-text {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid  #becbd6; }
  input[type="text"].quiz-input-text::-webkit-input-placeholder {
    font-size: 17px;
    font-style: italic;
    color: #0f2841; }
  input[type="text"].quiz-input-text:-moz-placeholder {
    font-size: 17px;
    font-style: italic;
    color: #0f2841; }
  input[type="text"].quiz-input-text::-moz-placeholder {
    font-size: 17px;
    font-style: italic;
    color: #0f2841; }
  input[type="text"].quiz-input-text:-ms-input-placeholder {
    font-size: 17px;
    font-style: italic;
    color: #0f2841; }
  @media (max-width: 575px) {
    input[type="text"].quiz-input-text {
      padding: 12px 15px;
      font-size: 15px; }
      input[type="text"].quiz-input-text::-webkit-input-placeholder {
        font-size: 15px; }
      input[type="text"].quiz-input-text:-moz-placeholder {
        font-size: 15px; }
      input[type="text"].quiz-input-text::-moz-placeholder {
        font-size: 15px; }
      input[type="text"].quiz-input-text:-ms-input-placeholder {
        font-size: 15px; } }

.quiz-slide__head {
  font-size: 30px;
  line-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 20px; }
  .quiz-slide__head span:first-child {
    margin-right: 15px;
    font-weight: 700;
    color: #00c0ec; }
  .quiz-slide__head--form {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .quiz-slide__head {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 575px) {
    .quiz-slide__head {
      font-size: 23px;
      line-height: 30px; }
      .quiz-slide__head span:first-child {
        margin-right: 5px; } }

.quiz-slide__content--submit {
  padding-bottom: 90px;
  position: relative; }

.quiz-slide__content ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .quiz-slide__content ul li {
    min-height: 30px;
    margin-bottom: 10px; }
    .quiz-slide__content ul li:last-child {
      margin-bottom: 0; }

.quiz-slide__content input[type="checkbox"] {
  display: none; }

.quiz-slide__content input[type="checkbox"] + label {
  font-size: 18px;
  display: block;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .quiz-slide__content input[type="checkbox"] + label {
      font-size: 16px; } }

.quiz-slide__content input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #e6ecf2;
  box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.1); }

.quiz-slide__content input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 24px;
  height: 16px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -176px 0; }

.quiz-slide__content input[type="checkbox"]:disabled + label::before {
  opacity: .6; }

.quiz-slide__content input[type="checkbox"]:checked:disabled + label::after {
  opacity: .2; }

.quiz-slider-btn {
  margin-top: 25px;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 20px 15px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }
  .quiz-slider-btn:focus {
    outline: none; }
  .quiz-slider-btn:hover {
    background: linear-gradient(to bottom, #00a8ce, #00c3f0); }
  .quiz-slider-btn span {
    display: inline-block;
    position: relative;
    padding-right: 35px; }
    .quiz-slider-btn span::before {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      content: '';
      width: 24px;
      height: 10px;
      background-image: url(../img/sprite.png);
      background-repeat: no-repeat;
      background-position: -219px -181px; }
  @media (max-width: 767px) {
    .quiz-slider-btn {
      margin-top: 20px; } }

@media (max-width: 991px) {
  .consultation .form::after {
    display: none; } }

@media (max-width: 767px) {
  .consultation .form {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 1280px) {
  .consultation .form-content {
    padding-left: 45px;
    padding-right: 215px; } }

@media (max-width: 1199px) {
  .consultation .form-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 550px;
    padding-left: 65px;
    padding-right: 0; } }

@media (max-width: 991px) {
  .consultation .form-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-left: 0;
    margin: 0 auto;
    max-width: 480px; } }

@media (max-width: 767px) {
  .consultation .form-content {
    -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 1199px) {
  .consultation .btn-wrap--consultation {
    width: 100%; }
    .consultation .btn-wrap--consultation .btn-submit {
      margin: 0 auto; } }

.responsibility {
  padding: 80px 0;
  background-color: #1f242a;
  background-image: url(../img/bg-r.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .responsibility .section-title {
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .responsibility .section-title {
        font-size: 37px; } }
    @media (max-width: 767px) {
      .responsibility .section-title {
        font-size: 27px;
        margin-bottom: 35px; } }

.responsibility-img {
  display: block;
  width: 245px;
  height: auto;
  margin-right: 50px;
  margin-bottom: 25px;
  float: left; }
  @media (max-width: 767px) {
    .responsibility-img {
      float: none;
      margin-bottom: 0;
      margin-top: 0; } }

.responsibility-item {
  padding-top: 20px;
  padding-bottom: 20px; }

.responsibility-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.responsibility-content-head {
  color: #fff;
  font-size: 29px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block; }
  @media (max-width: 767px) {
    .responsibility-content-head {
      font-size: 24px; } }

.responsibility-content-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  opacity: .8; }
  .responsibility-content-text:last-child {
    margin-bottom: 0; }
  .responsibility-content-text span {
    font-weight: 700; }

.accordance {
  padding-top: 60px;
  padding-bottom: 35px; }
  .accordance .section-title {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .accordance .section-title {
        font-size: 37px; } }
    @media (max-width: 575px) {
      .accordance .section-title {
        font-size: 27px; } }

.list--accordance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .list--accordance li {
    font-size: 17px;
    color: #0f2841;
    width: 47%;
    text-align: center;
    padding: 50px 5px 10px;
    margin-bottom: 30px; }
    .list--accordance li::before {
      width: 36px;
      height: 27px;
      background-position: -217px -140px;
      transform: translateX(-50%);
      left: 50%; }
  @media (max-width: 575px) {
    .list--accordance {
      -ms-flex-direction: column;
          flex-direction: column; }
      .list--accordance li {
        width: 100%; } }

.accordance-img {
  width: 380px;
  position: relative; }
  @media (max-width: 991px) {
    .accordance-img {
      display: none; } }
  .accordance-img img {
    position: absolute;
    right: -45px;
    top: 0; }

.training {
  padding-top: 70px;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .training {
      padding-bottom: 10px; } }
  .training .section-title {
    text-align: center;
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .training .section-title {
        font-size: 37px; } }
    @media (max-width: 575px) {
      .training .section-title {
        font-size: 27px; } }
  @media (max-width: 575px) {
    .training .part-top.active .part-head::after {
      top: 54px;
      right: 30px; } }
  @media (max-width: 575px) {
    .training .container {
      padding-left: 0;
      padding-right: 0; } }
  .training .part-head {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 95px;
    padding-left: 45px; }
    @media (max-width: 991px) {
      .training .part-head {
        padding: 50px 30px;
        padding-right: 85px; } }
    @media (max-width: 767px) {
      .training .part-head {
        font-size: 23px;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 575px) {
      .training .part-head {
        padding-right: 80px;
        padding-left: 20px; } }
    .training .part-head::before {
      right: 35px; }
      @media (max-width: 991px) {
        .training .part-head::before {
          right: 30px; } }
      @media (max-width: 575px) {
        .training .part-head::before {
          top: 40px;
          right: 20px; } }
    .training .part-head::after {
      right: 45px; }
      @media (max-width: 991px) {
        .training .part-head::after {
          right: 40px; } }
      @media (max-width: 575px) {
        .training .part-head::after {
          top: 58px;
          right: 30px; } }
    .training .part-head .iconed {
      display: block;
      padding-left: 125px;
      letter-spacing: normal;
      line-height: 30px;
      font-weight: 300;
      position: relative; }
      @media (max-width: 767px) {
        .training .part-head .iconed {
          padding-left: 0; } }
      .training .part-head .iconed::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 95px;
        height: 90px;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        @media (max-width: 767px) {
          .training .part-head .iconed::after {
            display: none; } }
      .training .part-head .iconed--1::after {
        background-image: url(../img/training/icon-1.svg); }
      .training .part-head .iconed--2::after {
        width: 100px;
        height: 100px;
        background-image: url(../img/training/icon-2.svg); }
      .training .part-head .iconed--3::after {
        width: 95px;
        height: 95px;
        background-image: url(../img/training/icon-3.svg); }
      .training .part-head .iconed--4::after {
        width: 70px;
        height: 100px;
        background-image: url(../img/training/icon-4.svg); }
      .training .part-head .iconed--5::after {
        width: 105px;
        height: 95px;
        background-image: url(../img/training/icon-5.svg); }
      .training .part-head .iconed--6::after {
        width: 90px;
        height: 110px;
        background-image: url(../img/training/icon-6.svg); }
      .training .part-head .iconed--7::after {
        width: 90px;
        height: 95px;
        background-image: url(../img/training/icon-7.svg); }
  .training .part-content {
    padding-left: 180px; }
    @media (max-width: 991px) {
      .training .part-content {
        padding-left: 155px; } }
    @media (max-width: 767px) {
      .training .part-content {
        padding-left: 30px; } }
  .training .part-text {
    font-size: 17px; }

.btn--training {
  margin-left: -12px;
  margin-top: 25px;
  display: block;
  width: 100%;
  max-width: 505px;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c0ec;
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  border: none;
  padding: 20px 15px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: background-color .3s ease; }
  .btn--training:focus {
    outline: none; }
  .btn--training:hover {
    color: #fff;
    background: linear-gradient(to bottom, #00a8ce, #00c3f0); }
  @media (max-width: 767px) {
    .btn--training {
      margin-left: auto;
      margin: 0 auto;
      margin-top: 25px;
      width: 100%;
      margin-left: 0; }
      .btn--training span {
        display: block; } }
.copyright{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form p{
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
form p a{
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}




.cookie-popup {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.cookie-popup .popup-content {
  background: white;
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border-radius: 8px;
  text-align: center;
  max-width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cookie-popup .popup-content p{
  font-size: 18px;
}

.cookie-popup button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 30px;
  margin-left: 30px;
}

#accept-cookies {
  background: linear-gradient(to top, #00a8ce, #00c3f0);
  color: white;
  transition: all 0.4s;
}
#accept-cookies:hover{
  background: linear-gradient(#fc4704, #fc4704);
}
a{
  color: #00c0ec;
  transition: all 0.4s;
}
a:hover{
  color: #fc4704;
}


@media (max-width: 767px) {
    
  form p{
    font-size: 14px;
    margin-top: 5px;
  }
  form p a{
    font-size: 14px;
  }




  .cookie-popup {
    height: fit-content;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .cookie-popup .popup-content {
    flex-direction: column;
    padding: 10px 20px;
    max-width: 90%;
  }
  .cookie-popup .popup-content p{
    font-size: 14px;
  }

  .cookie-popup button {
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
 }

 .police_text{
  font-size: 16px;
  color: #0f2841;
 }
  .police_text a{
  font-size: 16px;
  color: #0f2841;
 }
/* Accessibility version */
.vi-toggle,
.vi-panel button,
.vi-panel select {
  font-family: Arial, sans-serif;
}

.header-top .container {
  position: relative;
}

.logo-block .vi-toggle {
  display: none;
}

.vi-toggle {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #0f2841;
  box-shadow: none;
  cursor: pointer;
}

.vi-toggle__icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/icon-la-glasses-v3.svg") center / contain no-repeat;
}

.vi-toggle::after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10002;
  display: none;
  width: max-content;
  max-width: 260px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateX(-50%);
}

.vi-toggle:hover,
.vi-toggle:focus {
  background: #fff;
  outline: 2px solid #00c0ec;
  outline-offset: 2px;
}

.vi-toggle:hover::after,
.vi-toggle:focus::after {
  display: block;
}

.vi-toggle.active {
  background: #ff0;
}

html.vi-mode .vi-toggle {
  color: #0f2841 !important;
  background: #fff !important;
  border: 0 !important;
  border-left: 1px solid #000 !important;
}


.vi-menu-item {
  display: none;
}

.vi-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.vi-menu-toggle .vi-toggle__icon {
  width: 25px;
  height: 25px;
  background-image: url("/img/icon-la-glasses-v3.svg");
}

.vi-menu-toggle:hover,
.vi-menu-toggle:focus {
  color: #00c0ec;
  outline: none;
}.vi-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10001;
  display: none;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  border-bottom: 3px solid #000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.vi-panel.active {
  display: block;
}

.vi-panel__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.vi-panel__title {
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
}

.vi-panel__group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vi-panel__group span {
  font-size: 16px;
  font-weight: 700;
}

.vi-panel button,
.vi-panel select {
  min-height: 40px;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.vi-panel button {
  padding: 8px 12px;
}

.vi-panel select {
  padding: 7px 8px;
}

.vi-panel button.active,
.vi-panel button:hover,
.vi-panel button:focus,
.vi-panel select:focus {
  background: #000;
  color: #fff;
  outline: 3px solid #ff0;
  outline-offset: 2px;
}

html.vi-mode body {
  font-family: Arial, sans-serif !important;
  line-height: 1.6 !important;
}

html.vi-mode body,
html.vi-mode .global-wrap,
html.vi-mode header,
html.vi-mode section,
html.vi-mode footer,
html.vi-mode div,
html.vi-mode article,
html.vi-mode aside,
html.vi-mode nav,
html.vi-mode ul,
html.vi-mode li,
html.vi-mode p,
html.vi-mode h1,
html.vi-mode h2,
html.vi-mode h3,
html.vi-mode h4,
html.vi-mode h5,
html.vi-mode h6,
html.vi-mode span,
html.vi-mode label,
html.vi-mode fieldset,
html.vi-mode form {
  color: var(--vi-text) !important;
  background-color: var(--vi-bg) !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html.vi-mode a,
html.vi-mode a span {
  color: var(--vi-link) !important;
  text-decoration: underline !important;
}

html.vi-mode button,
html.vi-mode .btn,
html.vi-mode .order-call,
html.vi-mode input,
html.vi-mode textarea,
html.vi-mode select {
  color: var(--vi-text) !important;
  background: var(--vi-bg) !important;
  border: 2px solid var(--vi-text) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.vi-mode button:hover,
html.vi-mode button:focus,
html.vi-mode .btn:hover,
html.vi-mode .btn:focus,
html.vi-mode .order-call:hover,
html.vi-mode .order-call:focus,
html.vi-mode input:focus,
html.vi-mode textarea:focus,
html.vi-mode select:focus {
  outline: 3px solid var(--vi-accent) !important;
  outline-offset: 2px !important;
}

html.vi-mode .header-bottom,
html.vi-mode [style*="background"],
html.vi-mode [class*="bg"] {
  background-image: none !important;
}

html.vi-mode .main-nav-toggle,
html.vi-mode .main-nav-close,
html.vi-mode .close-popup {
  width: auto !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

html.vi-mode .main-nav-toggle::before {
  content: "Menu";
}

html.vi-mode .main-nav-close::before,
html.vi-mode .close-popup::before {
  content: "Close";
}

html.vi-font-large body {
  font-size: 20px !important;
}

html.vi-font-large h1 {
  font-size: 42px !important;
}

html.vi-font-large h2,
html.vi-font-large .section-title {
  font-size: 34px !important;
}

html.vi-font-large p,
html.vi-font-large li,
html.vi-font-large a,
html.vi-font-large label,
html.vi-font-large input,
html.vi-font-large button,
html.vi-font-large textarea,
html.vi-font-large select {
  font-size: 20px !important;
}

html.vi-font-extra body {
  font-size: 24px !important;
}

html.vi-font-extra h1 {
  font-size: 48px !important;
}

html.vi-font-extra h2,
html.vi-font-extra .section-title {
  font-size: 40px !important;
}

html.vi-font-extra p,
html.vi-font-extra li,
html.vi-font-extra a,
html.vi-font-extra label,
html.vi-font-extra input,
html.vi-font-extra button,
html.vi-font-extra textarea,
html.vi-font-extra select {
  font-size: 24px !important;
}

html.vi-theme-white {
  --vi-bg: #fff;
  --vi-text: #000;
  --vi-link: #0044cc;
  --vi-accent: #ff0;
}

html.vi-theme-black {
  --vi-bg: #000;
  --vi-text: #fff;
  --vi-link: #ffff00;
  --vi-accent: #00ffff;
}

html.vi-theme-blue {
  --vi-bg: #9dd1ff;
  --vi-text: #063462;
  --vi-link: #0000cc;
  --vi-accent: #fff000;
}

html.vi-hide-images img,
html.vi-hide-images iframe,
html.vi-hide-images video,
html.vi-hide-images picture {
  display: none !important;
}

html.vi-hide-images *,
html.vi-hide-images *::before,
html.vi-hide-images *::after {
  background-image: none !important;
}

html.vi-hide-images .vi-toggle__icon {
  display: block !important;
  background-image: url("/img/icon-la-glasses-v3.svg") !important;
}

@media (max-width: 767px) {
  .phone-block .vi-toggle {
    display: none;
  }

  .logo-block {
    position: relative;
    padding-right: 52px;
  }

  .logo-block .vi-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
  }

  .vi-toggle::after {
    left: auto;
    right: 0;
    max-width: calc(100vw - 30px);
    font-size: 14px;
    transform: none;
  }

  .vi-panel {
    max-height: 85vh;
    overflow-y: auto;
    padding: 10px;
  }

  .vi-panel__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .vi-panel__title {
    margin-right: 0;
  }

  .vi-panel__group {
    flex-wrap: wrap;
  }
}
@media (max-width: 370px) {
  .logo-block {
    padding-right: 0;
  }

  .logo-block .vi-toggle {
    display: none;
  }

  .sidebar .vi-menu-item {
    display: block;
  }

  .sidebar .vi-menu-toggle {
    display: inline-flex;
  }
}
/* MAX messenger link */
.max-link {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  cursor: pointer;
}

.phone-block .vi-toggle {
  position: absolute;
  right: auto;
  left: -90px;
  top: 0;
  display: flex;
  margin: 0;
}

.phone-block .max-link {
  position: absolute;
  right: auto;
  left: -44px;
  top: 0;
  margin: 0;
}

.max-link__icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/icon-max.svg") center / contain no-repeat;
}

.max-link::after {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 10002;
  display: none;
  width: max-content;
  max-width: 260px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  content: attr(data-tooltip);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.max-link:hover,
.max-link:focus {
  background: #fff;
  outline: 2px solid #00c0ec;
  outline-offset: 2px;
}

.max-link:hover::after,
.max-link:focus::after {
  display: block;
}

.max-menu-item {
  display: none;
}

.max-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 0;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.max-menu-link .max-link__icon {
  width: 25px;
  height: 25px;
}

.max-menu-link:hover,
.max-menu-link:focus {
  color: #00c0ec;
  outline: none;
  text-decoration: none;
}

html.vi-mode .max-link {
  background: #fff !important;
  border: 0 !important;
  border-left: 1px solid #000 !important;
}

html.vi-hide-images .max-link__icon {
  display: block !important;
  background-image: url("/img/icon-max.svg") !important;
}

@media (max-width: 767px) {
  .phone-block .max-link {
    display: none;
  }

  .sidebar .max-menu-item {
    display: block;
  }

  .sidebar .max-menu-link {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .header-top .order-xl-2 .main-nav {
    padding-right: 96px;
  }

  .header-top .order-xl-2 .main-nav-list {
    justify-content: space-between;
  }
}
/* Modern header layout */
@media (min-width: 1200px) {
  .header-top {
    padding-top: 24px;
    padding-bottom: 22px;
    background: linear-gradient(180deg, rgba(8, 11, 13, 0.96), rgba(8, 11, 13, 0.86));
  }

  .header-top .container {
    max-width: 1460px;
  }

  .header-top .row {
    display: grid;
    grid-template-columns: minmax(300px, 340px) minmax(430px, 1fr) minmax(320px, 365px);
    align-items: center;
    column-gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .header-top .row > [class*="col"] {
    width: auto;
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-top .order-xl-1 {
    grid-column: 1;
  }

  .header-top .order-xl-2 {
    grid-column: 2;
  }

  .header-top .order-xl-3 {
    grid-column: 3;
  }

  .header-top .logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }

  .header-top .logo {
    margin-bottom: 10px;
  }

  .header-top .logo-img {
    display: block;
    width: 248px;
    height: 44px;
  }

  .header-top .logo-block .address-block div {
    margin-left: 78px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25px;
  }

  .header-top .order-xl-2 {
    align-self: center;
  }

  .header-top .order-xl-2 .main-nav {
    display: block;
    padding-top: 0;
    padding-right: 0;
  }

  .header-top .order-xl-2 .main-nav-list {
    justify-content: center;
    gap: clamp(22px, 2vw, 42px);
  }

  .header-top .main-nav-link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.4px;
    white-space: nowrap;
  }

  .header-top .phone-block {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    justify-items: end;
    column-gap: 10px;
    row-gap: 4px;
    padding-top: 0;
  }

  .header-top .phone-block .vi-toggle,
  .header-top .phone-block .max-link {
    position: static;
    width: 42px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.94);
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .header-top .phone-block .max-link {
    grid-column: 3;
    grid-row: 1;
  }

  .header-top .phone-block .vi-toggle::after,
  .header-top .phone-block .max-link::after {
    left: auto;
    right: 0;
    transform: none;
  }

  .header-top .phone-wrap {
    grid-column: 1 / 4;
    grid-row: 2;
    margin-bottom: 0;
    text-align: right;
  }

  .header-top .mail-link {
    font-size: 16px;
    line-height: 22px;
  }

  .header-top .phone-link {
    font-size: 25px;
    line-height: 30px;
  }

  .header-top .btn-wrap {
    grid-column: 1 / 4;
    grid-row: 3;
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
  }

  .header-top .order-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(0, 192, 236, 0.7);
    border-radius: 3px;
    color: #00c0ec;
    line-height: 1;
    text-decoration: none;
  }

  .header-top .order-call::before {
    display: none;
  }

  .header-top .order-call:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(0, 192, 236, 0.16);
  }

  .header-bottom {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .row {
    grid-template-columns: minmax(270px, 300px) minmax(390px, 1fr) minmax(300px, 335px);
    column-gap: 20px;
  }

  .header-top .order-xl-2 .main-nav-list {
    gap: 20px;
  }

  .header-top .main-nav-link {
    font-size: 12px;
    letter-spacing: 0.25px;
  }

  .header-top .mail-link {
    font-size: 15px;
  }

  .header-top .phone-link {
    font-size: 23px;
  }
}
/* Keep header action icons single when burger layout is active */
@media (max-width: 1199px) {
  .header-top .phone-block .vi-toggle,
  .header-top .phone-block .max-link {
    display: none !important;
  }

  .sidebar .vi-menu-item,
  .sidebar .max-menu-item {
    display: block;
  }

  .sidebar .vi-menu-toggle,
  .sidebar .max-menu-link {
    display: inline-flex;
  }
}
/* Compact header refinement */
@media (min-width: 1200px) {
  .header-top {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .header-top .container {
    max-width: 1180px;
  }

  .header-top .row {
    grid-template-columns: 292px minmax(460px, 1fr) 258px;
    column-gap: 18px;
  }

  .header-top .logo {
    margin-bottom: 5px;
  }

  .header-top .logo-block .address-block div {
    margin-left: 65px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.2px;
  }

  .header-top .order-xl-2 .main-nav-list {
    justify-content: center;
    gap: 18px;
  }

  .header-top .main-nav-link {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25px;
  }

  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 32px 32px;
    max-width: 258px;
    margin-left: auto;
    column-gap: 6px;
    row-gap: 3px;
  }

  .header-top .phone-block .vi-toggle,
  .header-top .phone-block .max-link {
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 3px;
  }

  .header-top .phone-block .vi-toggle__icon,
  .header-top .phone-block .max-link__icon {
    width: 20px;
    height: 20px;
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .header-top .phone-block .max-link {
    grid-column: 3;
    grid-row: 1;
  }

  .header-top .phone-wrap {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .header-top .mail-link {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.25px;
  }

  .header-top .phone-link {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.25px;
  }

  .header-top .btn-wrap {
    grid-column: 1 / 4;
    grid-row: 2;
    margin-top: 0;
  }

  .header-top .order-call {
    min-height: 27px;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0.35px;
  }

  .header-bottom {
    padding-top: 132px;
  }

  .header-bottom .content {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .container {
    max-width: 1120px;
  }

  .header-top .row {
    grid-template-columns: 275px minmax(420px, 1fr) 240px;
    column-gap: 14px;
  }

  .header-top .logo-img {
    width: 230px;
    height: auto;
  }

  .header-top .logo-block .address-block div {
    margin-left: 58px;
    font-size: 10px;
    line-height: 14px;
  }

  .header-top .order-xl-2 .main-nav-list {
    gap: 14px;
  }

  .header-top .main-nav-link {
    font-size: 11.5px;
    letter-spacing: 0.15px;
  }

  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 30px 30px;
    max-width: 240px;
    column-gap: 5px;
  }

  .header-top .phone-block .vi-toggle,
  .header-top .phone-block .max-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-top .phone-block .vi-toggle__icon,
  .header-top .phone-block .max-link__icon {
    width: 18px;
    height: 18px;
  }

  .header-top .mail-link {
    font-size: 13px;
    line-height: 17px;
  }

  .header-top .phone-link {
    font-size: 20px;
    line-height: 23px;
  }

  .header-top .order-call {
    min-height: 26px;
    font-size: 11.5px;
  }

  .header-bottom {
    padding-top: 124px;
  }
}
/* Compact header spacing correction */
@media (min-width: 1200px) {
  .header-top .row {
    grid-template-columns: 270px minmax(500px, 1fr) 258px;
  }

  .header-top .order-xl-2 .main-nav-list {
    justify-content: space-between;
    gap: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .row {
    grid-template-columns: 248px minmax(480px, 1fr) 240px;
  }
}
/* Align header action icons with call button */
@media (min-width: 1200px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 32px 32px auto;
    align-items: center;
  }

  .header-top .phone-wrap {
    grid-column: 1 / 5;
    grid-row: 1;
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }

  .header-top .phone-block .max-link {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
  }

  .header-top .btn-wrap {
    grid-column: 4;
    grid-row: 2;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 30px 30px auto;
  }
}
/* Header icons without button square */
@media (min-width: 1200px) {
  .header-top .phone-block .vi-toggle,
  .header-top .phone-block .max-link,
  .header-top .phone-block .vi-toggle:hover,
  .header-top .phone-block .vi-toggle:focus,
  .header-top .phone-block .max-link:hover,
  .header-top .phone-block .max-link:focus,
  html.vi-mode .header-top .phone-block .vi-toggle,
  html.vi-mode .header-top .phone-block .max-link {
    border: 0 !important;
    background: transparent !important;
    outline: none;
  }

  .header-top .phone-block .vi-toggle:focus-visible,
  .header-top .phone-block .max-link:focus-visible {
    outline: 1px solid rgba(0, 192, 236, 0.85);
    outline-offset: 3px;
  }

  .header-top .phone-block .vi-toggle__icon {
    width: 23px;
    height: 23px;
    background: #00c0ec;
    -webkit-mask: url("/img/icon-la-glasses-v3.svg") center / contain no-repeat;
    mask: url("/img/icon-la-glasses-v3.svg") center / contain no-repeat;
  }

  .header-top .phone-block .max-link__icon {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .phone-block .vi-toggle__icon {
    width: 22px;
    height: 22px;
  }

  .header-top .phone-block .max-link__icon {
    width: 23px;
    height: 23px;
  }
}
/* Header address location icon */
@media (min-width: 1200px) {
  .header-top .order-xl-1 .logo-block .address-block {
    position: relative;
    margin-left: 0;
    padding-left: 0;
  }

  .header-top .order-xl-1 .logo-block .address-block::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 1px;
    width: 16px;
    height: 20px;
    background: url("/img/location.svg") center / contain no-repeat;
  }

  .header-top .order-xl-1 .logo-block .address-block div {
    margin-left: 0;
  }
}
/* Recolor and enlarge header location icon */
@media (min-width: 1200px) {
  .header-top .order-xl-1 .logo-block .address-block::before {
    left: -28px;
    top: -1px;
    width: 22px;
    height: 27px;
    background: #00c0ec;
    -webkit-mask: url("/img/location.svg") center / contain no-repeat;
    mask: url("/img/location.svg") center / contain no-repeat;
  }
}
/* Align header location icon with logo start */
@media (min-width: 1200px) {
  .header-top .order-xl-1 .logo-block .address-block {
    padding-left: 30px;
  }

  .header-top .order-xl-1 .logo-block .address-block::before {
    left: 0;
  }
}
/* Certificates slider */
.about .certificates-slider {
  position: relative;
  display: block;
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 54px;
}

.about .certificates-slider .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}

.about .certificates-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.about .certificates-slider .slick-slide {
  height: auto;
}

.about .certificates-slider .certificate {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 10px;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
}

.about .certificates-slider .certificate:nth-child(3n) {
  margin-right: 0;
}

.about .certificates-slider .certificate a {
  display: block;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.about .certificates-slider .certificate:hover a {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.about .certificates-slider .certificate img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.certificates-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 38px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: rgba(15, 40, 65, 0.92);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.certificates-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.certificates-slider__arrow--prev {
  left: 0;
}

.certificates-slider__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.certificates-slider__arrow--next {
  right: 0;
}

.certificates-slider__arrow--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.certificates-slider__arrow:hover,
.certificates-slider__arrow:focus {
  background: #00c0ec;
  outline: none;
}

.certificates-slider__arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.certificates-slider__arrow.slick-disabled:hover,
.certificates-slider__arrow.slick-disabled:focus {
  background: rgba(15, 40, 65, 0.92);
}

@media (max-width: 767px) {
  .about .certificates-slider {
    margin-top: 28px;
    padding: 0 42px;
  }

  .about .certificates-slider .slick-list {
    margin: 0;
  }

  .about .certificates-slider .certificate {
    margin: 0;
    padding: 0;
  }

  .about .certificates-slider .certificate:nth-child(3n) {
    margin-right: 0;
  }

  .certificates-slider__arrow {
    width: 32px;
    height: 48px;
  }
}
/* Align contact markers with text */
.contacts .address-block::before,
.contacts .phone-wrap::before {
  top: 13px;
}

.contacts .mail-block::before {
  top: 9px;
}
/* Normalize contact marker thickness */
.contacts .address-block::before,
.contacts .phone-wrap::before,
.contacts .mail-block::before {
  height: 0;
  background: transparent;
  border-top: 1px solid #0f2841;
}
/* Equal document height in certificates slider */
.about .certificates-slider .slick-track {
  align-items: stretch;
}

.about .certificates-slider .certificate.slick-slide {
  display: flex !important;
  height: auto;
}

.about .certificates-slider .certificate a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 585px;
}

.about .certificates-slider .certificate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .about .certificates-slider .certificate a {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .about .certificates-slider .certificate a {
    height: min(560px, 78vh);
  }
}

@media (max-width: 420px) {
  .about .certificates-slider .certificate a {
    height: min(500px, 74vh);
  }
}
/* Keep certificate slides in document proportion without extra vertical gaps */
.about .certificates-slider .certificate a {
  height: auto;
  aspect-ratio: 707 / 1000;
}

.about .certificates-slider .certificate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .about .certificates-slider .certificate a {
    height: auto;
  }
}

@media (max-width: 767px) {
  .about .certificates-slider .certificate a {
    height: auto;
    aspect-ratio: 707 / 1000;
  }
}

@media (max-width: 420px) {
  .about .certificates-slider .certificate a {
    height: auto;
  }
}
/* Header call icon */
.call-link {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #00c0ec;
  text-decoration: none;
}

.call-link__icon {
  display: block;
  width: 23px;
  height: 23px;
  background: #00c0ec;
  -webkit-mask: url("/img/call.svg") center / contain no-repeat;
  mask: url("/img/call.svg") center / contain no-repeat;
}

.call-link::after {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 10002;
  display: none;
  width: max-content;
  max-width: 260px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  content: attr(data-tooltip);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.call-link:hover,
.call-link:focus {
  color: #00c0ec;
  text-decoration: none;
  outline: none;
}

.call-link:hover::after,
.call-link:focus::after {
  display: block;
}

.call-link:focus-visible {
  outline: 1px solid rgba(0, 192, 236, 0.85);
  outline-offset: 3px;
}

@media (min-width: 1200px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 32px 32px 32px auto;
  }

  .header-top .phone-wrap {
    grid-column: 1 / 6;
    grid-row: 1;
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 2;
  }

  .header-top .phone-block .max-link {
    grid-column: 3;
    grid-row: 2;
  }

  .header-top .phone-block .call-link {
    grid-column: 4;
    grid-row: 2;
    align-self: center;
  }

  .header-top .btn-wrap {
    grid-column: 5;
    grid-row: 2;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 30px 30px 30px auto;
  }

  .header-top .phone-block .call-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-top .phone-block .call-link__icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1199px) {
  .header-top .phone-block .call-link {
    display: none !important;
  }
}

html.vi-hide-images .call-link__icon {
  display: block !important;
  background: #00c0ec !important;
  -webkit-mask: url("/img/call.svg") center / contain no-repeat !important;
  mask: url("/img/call.svg") center / contain no-repeat !important;
}
/* Header email icon */
.email-link {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #00c0ec;
  text-decoration: none;
}

.email-link__icon {
  display: block;
  width: 23px;
  height: 23px;
  background: #00c0ec;
  -webkit-mask: url("/img/email.svg") center / contain no-repeat;
  mask: url("/img/email.svg") center / contain no-repeat;
}

.email-link::after {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 10002;
  display: none;
  width: max-content;
  max-width: 260px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  content: attr(data-tooltip);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.email-link:hover,
.email-link:focus {
  color: #00c0ec;
  text-decoration: none;
  outline: none;
}

.email-link:hover::after,
.email-link:focus::after {
  display: block;
}

.email-link:focus-visible {
  outline: 1px solid rgba(0, 192, 236, 0.85);
  outline-offset: 3px;
}

@media (min-width: 1200px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 32px 32px 32px 32px auto;
  }

  .header-top .phone-wrap {
    grid-column: 1 / 7;
    grid-row: 1;
    min-height: 0;
    margin-bottom: 0;
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 2;
  }

  .header-top .phone-block .max-link {
    grid-column: 3;
    grid-row: 2;
  }

  .header-top .phone-block .call-link {
    grid-column: 4;
    grid-row: 2;
    align-self: center;
  }

  .header-top .phone-block .email-link {
    grid-column: 5;
    grid-row: 2;
    align-self: center;
  }

  .header-top .btn-wrap {
    grid-column: 6;
    grid-row: 2;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 30px 30px 30px 30px auto;
  }

  .header-top .phone-block .email-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-top .phone-block .email-link__icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1199px) {
  .header-top .phone-block .email-link {
    display: none !important;
  }
}

html.vi-hide-images .email-link__icon {
  display: block !important;
  background: #00c0ec !important;
  -webkit-mask: url("/img/email.svg") center / contain no-repeat !important;
  mask: url("/img/email.svg") center / contain no-repeat !important;
}
/* Header actions: icons on top, call button below */
@media (min-width: 1200px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 32px 32px 32px 32px;
    column-gap: 6px;
    row-gap: 4px;
    align-items: center;
  }

  .header-top .phone-wrap {
    display: none;
  }

  .header-top .phone-block .vi-toggle {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .header-top .phone-block .call-link {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .header-top .phone-block .email-link {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
  }

  .header-top .phone-block .max-link {
    grid-column: 5;
    grid-row: 1;
    align-self: center;
  }

  .header-top .btn-wrap {
    grid-column: 2 / 6;
    grid-row: 2;
    justify-content: flex-end;
    align-self: center;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header-top .phone-block {
    grid-template-columns: minmax(0, 1fr) 30px 30px 30px 30px;
    column-gap: 5px;
  }
}
/* Recolor MAX header icon to match other actions */
@media (min-width: 1200px) {
  .header-top .phone-block .max-link__icon {
    background: #00c0ec;
    -webkit-mask: url("/img/icon-max.svg") center / contain no-repeat;
    mask: url("/img/icon-max.svg") center / contain no-repeat;
  }
}

html.vi-hide-images .header-top .phone-block .max-link__icon {
  background: #00c0ec !important;
  -webkit-mask: url("/img/icon-max.svg") center / contain no-repeat !important;
  mask: url("/img/icon-max.svg") center / contain no-repeat !important;
}
/* Use only MAX symbol, without original square background */
@media (min-width: 1200px) {
  .header-top .phone-block .max-link__icon {
    background: #00c0ec;
    -webkit-mask: url("/img/icon-max-mark.svg") center / contain no-repeat;
    mask: url("/img/icon-max-mark.svg") center / contain no-repeat;
  }
}

html.vi-hide-images .header-top .phone-block .max-link__icon {
  background: #00c0ec !important;
  -webkit-mask: url("/img/icon-max-mark.svg") center / contain no-repeat !important;
  mask: url("/img/icon-max-mark.svg") center / contain no-repeat !important;
}
/* MAX one-color recognizable logo */
@media (min-width: 1200px) {
  .header-top .phone-block .max-link__icon {
    background: url("/img/icon-max-blue.svg") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
  }
}

html.vi-hide-images .header-top .phone-block .max-link__icon {
  background: url("/img/icon-max-blue.svg") center / contain no-repeat !important;
  -webkit-mask: none !important;
  mask: none !important;
}
/* Reduce Yandex map height only */
.contacts {
  min-height: 520px;
  padding-top: 95px;
}

#map {
  height: 520px;
}

@media (max-width: 991px) {
  .contacts {
    min-height: 560px;
    padding-top: 80px;
  }

  #map {
    height: 560px;
  }
}

@media (max-width: 575px) {
  .contacts {
    min-height: 520px;
    padding-top: 45px;
  }

  #map {
    height: 520px;
  }
}
/* Compact contacts card and center it in the map */
.contacts {
  display: flex;
  align-items: center;
  min-height: 460px;
  padding-top: 0;
}

#map {
  height: 460px;
}

.contacts .container {
  position: relative;
  z-index: 15;
}

.contacts-block {
  width: 340px;
  padding: 34px 42px;
}

.contacts .section-title {
  margin-bottom: 22px;
}

.contacts .address-block,
.contacts .phone-wrap,
.contacts .mail-block {
  margin-bottom: 14px;
}

.contacts .mail-block {
  margin-bottom: 22px;
}

.contacts .order-call {
  width: 170px;
  padding: 12px 5px;
}

@media (max-width: 991px) {
  .contacts {
    min-height: 500px;
  }

  #map {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .contacts {
    min-height: 500px;
    padding-top: 0;
  }

  #map {
    height: 500px;
  }

  .contacts-block {
    padding: 34px 28px;
  }
}
/* Let the Yandex map stay draggable outside the contacts card */
.contacts .container,
.contacts .content {
  pointer-events: none;
}

.contacts-block {
  pointer-events: auto;
}
/* New SVG logo dimensions */
.logo-img {
  width: 220px;
  height: 33px;
}

@media (max-width: 767px) {
  .logo-img {
    width: 198px;
    height: auto;
  }
}
/* Final SVG logo sizing override */
.header-top .logo-img,
.sidebar .logo-img {
  width: 220px;
  height: 33px;
}

@media (max-width: 767px) {
  .header-top .logo-img,
  .sidebar .logo-img {
    width: 198px;
    height: auto;
  }
}

/* Mobile header contact restore */
@media (max-width: 1199px) {
  .header-top .logo-block .vi-toggle,
  .header-top .phone-block > .vi-toggle,
  .header-top .phone-block > .max-link,
  .header-top .phone-block > .call-link,
  .header-top .phone-block > .email-link {
    display: none !important;
  }

  .header-top .phone-block .phone-wrap {
    display: block !important;
    text-align: center;
    margin-bottom: 5px;
  }

  .header-top .phone-block .mail-link,
  .header-top .phone-block .phone-link {
    display: block !important;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .header-top .phone-block .mail-link {
    font-size: 18px;
    line-height: 27px;
  }

  .header-top .phone-block .phone-link {
    font-size: 26px;
    line-height: 28px;
  }

  .sidebar .vi-menu-item {
    display: block;
  }

  .sidebar .vi-menu-toggle {
    display: inline-flex;
  }
}

/* Hide desktop contact icon clones on mobile */
@media (max-width: 1199px) {
  .header-top .phone-block > .phone-link.call-link,
  .header-top .phone-block > .mail-link.email-link,
  .header-top .phone-block > .call-link,
  .header-top .phone-block > .email-link {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
}

/* Bonus free audit icon */
.bonus-card:first-child .top::after {
  top: 48px;
  width: 86px;
  height: 86px;
  background-image: url(../img/money_free.svg);
  background-position: center;
  background-size: contain;
}

/* Bonus gift icon */
.bonus-card:nth-child(2) .top::after {
  top: 48px;
  width: 86px;
  height: 86px;
  background-image: url(../img/podarok.svg);
  background-position: center;
  background-size: contain;
}

/* Bonus guarantee icon */
.bonus-card:last-child .top::after {
  top: 48px;
  width: 86px;
  height: 86px;
  background-image: url(../img/guarantee_check.svg);
  background-position: center;
  background-size: contain;
}

/* Training accordion arrow icon */
.training .part-head::before {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: none;
  transition: transform 0.3s ease;
}

.training .part-head::after {
  display: none;
}

.training .part-head:hover::before {
  background-color: transparent;
  background-image: url(../img/arrow_down_hover.svg);
}

.training .part-top.active .part-head::before {
  background-color: transparent;
  background-image: url(../img/arrow_down_active.svg);
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 575px) {
  .training .part-top.active .part-head::before {
    transform: rotate(180deg);
  }
}



/* FAQ accordion arrow icon */
.program .part-head::before {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.program .part-head::after {
  display: none;
}

.program .part-head:hover::before {
  background-color: transparent;
  background-image: url(../img/arrow_down_hover.svg);
}

.program .part-top.active .part-head::before {
  background-color: transparent;
  background-image: url(../img/arrow_down_active.svg);
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 575px) {
  .program .part-top.active .part-head::before {
    transform: rotate(180deg);
  }
}


/* Footer requisites compact layout */
@media (min-width: 768px) {
  footer .institute {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 34px;
    row-gap: 4px;
    line-height: 19px;
  }

  footer .institute__name,
  footer .institute__address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  footer .institute {
    display: block;
  }
}
