.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.logo-img {
  height: 50px;
  opacity: 0.8;
}

.header-contact-messenger-wrap {
  padding: 10px;
}

.header-contact-messenger-wrap.viber-mobile {
  display: none;
}

.header-sect {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.header-phone {
  display: block;
  padding: 0px 0px 3px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.header-contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact-cta {
  padding: 0px;
  border-bottom: 2px dashed #67a0e4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  color: #67a0e4;
  font-weight: 600;
  text-decoration: none;
}

.header-contact-cta:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.header-contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 10px 20px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-contact-messenger-img {
  height: 25px;
}

.first-bullet-img {
  width: 55px;
  margin-right: 10px;
}

.first-head {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #ff5f18;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.first-bullet-name {
  padding: 20px 10px 10px;
  font-family: Neutral, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.first-sect {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/fon2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/fon2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.first-subhead {
  margin-bottom: 0px;
  padding: 10px 10px 5px;
  font-family: Neutral, sans-serif;
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.first-cont {
  padding-top: 110px;
  padding-bottom: 60px;
}

.first-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-row {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.first-subhead-sub {
  margin-bottom: 20px;
  padding: 5px 10px 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.first-cta-sect {
  background-color: #4896f2;
}

.first-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-cta-head {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.first-cta-subhead {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.cta-button:hover {
  background-color: #fff;
  color: #000;
}

.course-sect {
  background-color: #fff;
}

.courses-cont {
  padding-top: 40px;
  padding-bottom: 40px;
}

.courses-head {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #ff5f18;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.courses-description {
  margin-bottom: 40px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.courses-subhead {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #67a0e4;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.courses-text {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
}

.courses-subhead-sub {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px 10px 20px;
  border-top: 1px solid #ececec;
  font-family: Comfortaa, sans-serif;
  color: #67a0e4;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.courses-description-sub {
  margin-bottom: 10px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.courses-programm-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.courses-programm-head {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 17px;
  font-weight: 600;
}

.courses-level-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.courses-level-head {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #666;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.courses-level-text {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: justify;
}

.courses-description-programm {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.courses-level-item {
  margin-left: 10px;
  padding: 10px 10px 10px 40px;
  background-image: url('../images/bird.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: left;
}

.courses-wrap {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #ececec;
}

.courses-level-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ff8651;
  border-radius: 100px;
  font-family: Neutral, sans-serif;
  color: #444;
  font-size: 17px;
  font-weight: 600;
}

.courses-photo-row {
  padding: 20px 10px;
}

.courses-photo-col {
  padding-right: 5px;
  padding-left: 10px;
}

.courses-photo-img {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.courses-photo-lightbox {
  width: 300px;
  height: 200px;
}

.dopservice-photo-lightbox {
  margin-bottom: 10px;
  text-decoration: none;
}

.dopservice-photo-img {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.dopservice-item {
  padding: 5px 10px 5px 40px;
  background-image: url('../images/bird.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: left;
}

.dopservice-head {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0px;
  font-family: Neutral, sans-serif;
  color: #444;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

.dopservice-subhead {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 20px 10px;
  font-family: Comfortaa, sans-serif;
  color: #67a0e4;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.dopservice-description {
  margin-bottom: 40px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.catalog-item-lightbox-text {
  padding: 10px 10px 10px 0px;
  font-family: Neutral, sans-serif;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
}

.video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.video-wrap:hover {
  opacity: 1;
}

.video-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #0097f5;
  border-radius: 100px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.video-icon:hover {
  opacity: 1;
}

.play-icon {
  width: 25px;
  height: 25px;
}

.video-head {
  padding: 10px 10px 10px 20px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 200px;
  margin-right: 0px;
  margin-left: 10px;
  background-image: url('../images/3773918-64_13773918-64.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-hover:hover {
  opacity: 1;
}

.gallery-hover-dop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 200px;
  margin-right: 0px;
  margin-left: 10px;
  background-image: url('../images/3773918-64_13773918-64.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-hover-dop:hover {
  opacity: 1;
}

.about-sect {
  background-color: #f7f7f7;
}

.about-cont {
  padding-top: 40px;
  padding-bottom: 30px;
}

.about-head {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #ff5f18;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.about-subhead {
  margin-bottom: 20px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}

.about-row {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-col-img {
  width: 20px;
  margin-top: 25px;
  margin-right: 10px;
}

.about-bullet-name {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: left;
}

.about-bullet-text {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 0px 3px;
  border-bottom: 1px dashed #555;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.about-bullet-text:hover {
  opacity: 1;
}

.info-item {
  margin-left: 10px;
  padding: 5px 10px 5px 40px;
  background-image: url('../images/bird.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: left;
}

.info-head {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #67a0e4;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.info-head.left {
  text-align: right;
}

.info-img {
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.info-grid-wrap {
  padding: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-grid {
  height: 100%;
}

.info-wrap {
  margin-bottom: 30px;
  padding: 20px 30px 35px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.info-photo-lightbox {
  margin-bottom: 0px;
  text-decoration: none;
}

.info-img-lightbox-text {
  padding: 10px 10px 10px 0px;
  font-family: Neutral, sans-serif;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  text-decoration: none;
}

.price-sect {
  background-color: #fff;
}

.price-cont {
  padding-top: 40px;
  padding-bottom: 50px;
}

.price-head {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #ff5f18;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.price-col-head {
  padding: 15px 10px;
  font-family: Comfortaa, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.price-col-text {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: center;
}

.price-item {
  margin-bottom: 0px;
  padding: 10px 10px 5px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  text-align: center;
}

.price-col-subhead {
  margin-bottom: 10px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}

.grafic-head {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 35px 10px 10px;
  border-top: 1px solid #ececec;
  font-family: Comfortaa, sans-serif;
  color: #4896f2;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.smeny-head {
  padding: 10px 10px 5px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.smeny-date {
  margin-bottom: 0px;
  padding: 5px 10px 10px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 15px;
  text-align: center;
}

.smeny-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smeny-item {
  padding: 10px;
  border-radius: 20px;
  background-color: #f2f2f2;
  opacity: 0.5;
}

.smeny-item.active {
  opacity: 1;
}

.insta-wrap {
  padding: 30px 10px 40px;
  border-radius: 50px;
  background-color: #fff;
}

.insta-head {
  margin-bottom: 30px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #444;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.insta-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.insta-info-wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insta-img {
  border-style: solid;
  border-width: 3px;
  border-color: #3898ec;
  border-radius: 100px;
}

.insta-nickname {
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.insta-text {
  margin-bottom: 10px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #444;
  font-size: 16px;
}

.insta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.insta-link:hover {
  background-color: #66b8ff;
}

.price-cta-head {
  margin-bottom: 10px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.price-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.price-cta-button:hover {
  background-color: #66b8ff;
}

.dotaciya-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-grid {
  padding-top: 10px;
  padding-bottom: 30px;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-gride-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f2f2f2;
}

.fresh-sect {
  background-color: #f7f7f7;
}

.fresh-const {
  padding-top: 40px;
  padding-bottom: 20px;
}

.fresh-head {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #ff5f18;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.fresh-wrap {
  margin-bottom: 30px;
  padding: 20px 30px 35px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.fresh-item-head {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.fresh-text {
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 15px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  color: #3898ec;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.head-subsection {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.head-subsection2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.contact-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.contact-tab-messenger-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-tab-messenger-item.viber-mobile {
  display: none;
}

.contact-phone {
  display: block;
  margin: 0px auto;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.contact-tab-messenger-img {
  width: 35px;
}

.footer-sect {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-col {
  height: 650px;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-tab-messenger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-wrap {
  padding-top: 40px;
  padding-left: 50px;
}

.footer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer-button:hover {
  background-color: #66b8ff;
}

.header-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dopservice-photo-lightbox-hide {
  display: none;
  margin-bottom: 10px;
  text-decoration: none;
}

.info-photo-lightbox-hide {
  display: none;
  margin-bottom: 0px;
  text-decoration: none;
}

.popup-text-wrap {
  padding: 30px 20px 20px;
}

.popup {
  width: 320px;
  margin-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

.popup-head-text-wrap {
  width: 230px;
}

.popup-form {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.popup-consult-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.popup-text {
  display: block;
  font-family: Neutral, sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.popup-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #e7e7e7;
}

.popup-form-input {
  height: 60px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.popup-form-input:focus {
  border-bottom-color: #098ad5;
}

.popup-form-input::-webkit-input-placeholder {
  color: #b8b8b8;
  font-weight: 500;
}

.popup-form-input:-ms-input-placeholder {
  color: #b8b8b8;
  font-weight: 500;
}

.popup-form-input::-ms-input-placeholder {
  color: #b8b8b8;
  font-weight: 500;
}

.popup-form-input::placeholder {
  color: #b8b8b8;
  font-weight: 500;
}

.popup-head-text {
  padding: 15px 10px 10px 0px;
  font-family: Neutral, sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.popup-head-close-wrap {
  width: 50px;
  height: 50px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.popup-head-close-wrap:hover {
  opacity: 0.7;
}

.popup-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Neutral, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.popup-button:hover {
  background-color: #66b8ff;
}

.popup-covid-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.popup-covid-cont {
  margin-top: 20px;
  padding: 20px 20px 40px;
  background-color: #fff;
}

.popup-covid-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-covid-head {
  padding: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.popup-covid-item-head {
  padding: 10px;
  font-family: Neutral, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.popup-covid-item-text {
  padding: 10px;
  font-family: Neutral, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.popup-sale-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.prog-row {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prog-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prog-bullet-img {
  width: 20px;
  margin-right: 10px;
}

.prog-bullet-name {
  padding: 20px 10px 10px;
  font-family: Neutral, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: left;
}

.thx-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thx-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.thx-sub {
  display: block;
  margin-top: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.thx-link {
  margin-top: 30px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 17px;
  text-align: center;
  text-decoration: underline;
}

.popup-backfix-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .header-contact-messenger-wrap.viber-desktop {
    display: none;
  }
  .header-contact-messenger-wrap.viber-mobile {
    display: inline-block;
  }
  .header-contact-wrap {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-contact-left {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .first-head {
    font-size: 40px;
    line-height: 45px;
  }
  .first-bullet-name {
    line-height: 19px;
  }
  .first-subhead {
    font-size: 21px;
  }
  .first-cont {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .first-row {
    margin-bottom: 10px;
  }
  .first-subhead-sub {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .first-cta-head {
    font-size: 17px;
  }
  .first-cta-subhead {
    font-size: 15px;
  }
  .courses-head {
    font-size: 35px;
  }
  .courses-subhead {
    font-size: 30px;
  }
  .courses-subhead-sub {
    font-size: 25px;
  }
  .courses-level-head {
    font-size: 16px;
  }
  .courses-level-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dopservice-subhead {
    font-size: 30px;
  }
  .gallery-hover {
    display: none;
  }
  .gallery-hover-dop {
    display: none;
  }
  .about-head {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .about-subhead {
    margin-bottom: 10px;
  }
  .about-row {
    margin-bottom: 30px;
  }
  .about-bullet-name {
    font-size: 15px;
    line-height: 19px;
  }
  .info-head {
    font-size: 27px;
  }
  .price-head {
    font-size: 35px;
  }
  .grafic-head {
    font-size: 27px;
  }
  .insta-head {
    font-size: 25px;
  }
  .fresh-head {
    font-size: 35px;
  }
  .fresh-wrap {
    margin-bottom: 20px;
  }
  .fresh-item-head {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .contact-heading {
    font-size: 25px;
  }
  .head-subsection {
    font-size: 16px;
    line-height: 23px;
  }
  .head-subsection2 {
    font-size: 16px;
    line-height: 23px;
  }
  .contact-text {
    font-size: 16px;
  }
  .contact-tab-messenger-item.viber-desktop {
    display: none;
  }
  .contact-tab-messenger-item.viber-mobile {
    display: block;
  }
  .contact-phone {
    font-size: 21px;
  }
  .footer-col {
    height: auto;
  }
  .footer-content-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .popup-covid-head {
    font-size: 27px;
  }
  .prog-row {
    margin-bottom: 10px;
  }
  .prog-bullet-name {
    line-height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 40px;
  }
  .header-contact-messenger-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-contact-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-contact-left {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-contact-messenger-img {
    height: 40px;
  }
  .first-bullet-img {
    margin-right: 0px;
  }
  .first-head {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .first-bullet-name {
    font-size: 16px;
    text-align: center;
  }
  .first-subhead {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
  }
  .first-cont {
    padding-top: 230px;
    padding-bottom: 30px;
  }
  .first-col {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .first-row {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .first-subhead-sub {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 23px;
  }
  .first-cta-head {
    font-size: 17px;
  }
  .cta-button {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .courses-cont {
    padding-bottom: 0px;
  }
  .courses-head {
    font-size: 30px;
    line-height: 35px;
  }
  .courses-description {
    font-size: 16px;
    line-height: 21px;
  }
  .courses-subhead {
    font-size: 25px;
  }
  .courses-text {
    text-align: center;
  }
  .courses-subhead-sub {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 21px;
  }
  .courses-programm-head {
    text-align: center;
  }
  .courses-level-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .courses-description-programm {
    font-size: 16px;
    line-height: 21px;
  }
  .courses-wrap {
    padding-bottom: 0px;
  }
  .courses-photo-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .courses-photo-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dopservice-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dopservice-item {
    margin-bottom: 15px;
    padding-top: 25px;
    padding-left: 10px;
    background-position: 50% 0%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .dopservice-head {
    margin-bottom: 20px;
  }
  .dopservice-subhead {
    font-size: 25px;
  }
  .dopservice-description {
    font-size: 16px;
    line-height: 21px;
  }
  .catalog-item-lightbox-text {
    text-align: center;
  }
  .about-head {
    font-size: 30px;
  }
  .about-subhead {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
  }
  .about-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-col {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-bullet-name {
    font-size: 16px;
    text-align: center;
  }
  .about-bullet-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-head {
    text-align: center;
  }
  .info-head.left {
    text-align: center;
  }
  .info-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .info-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .info-img-lightbox-text {
    text-align: center;
  }
  .price-cont {
    padding-bottom: 30px;
  }
  .price-head {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .price-col-head {
    font-size: 21px;
  }
  .grafic-head {
    margin-bottom: 0px;
    font-size: 25px;
  }
  .smeny-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .smeny-item {
    margin: 10px;
  }
  .insta-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .insta-head {
    font-size: 21px;
    line-height: 25px;
  }
  .insta-text {
    font-size: 14px;
    line-height: 19px;
  }
  .price-grid {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fresh-head {
    font-size: 30px;
    line-height: 35px;
  }
  .fresh-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .fresh-item-head {
    font-size: 21px;
  }
  .fresh-text {
    font-size: 14px;
  }
  .contact-heading {
    font-size: 25px;
  }
  .head-subsection {
    font-size: 17px;
  }
  .head-subsection2 {
    font-size: 17px;
    line-height: 20px;
  }
  .contact-text {
    font-size: 15px;
  }
  .footer-content-wrap {
    padding-top: 20px;
  }
  .header-grid {
    grid-auto-columns: auto;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .popup-covid-head {
    font-size: 25px;
    line-height: 30px;
  }
  .popup-covid-item-head {
    font-size: 17px;
  }
  .prog-row {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .prog-col {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prog-bullet-img {
    margin-right: 0px;
  }
  .prog-bullet-name {
    font-size: 16px;
    text-align: center;
  }
  .thx-head {
    font-size: 30px;
  }
  .thx-sub {
    font-size: 16px;
  }
  .thx-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .header-contact-cta {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .first-head {
    font-size: 25px;
    line-height: 30px;
  }
  .first-subhead {
    font-size: 16px;
    line-height: 19px;
  }
  .first-cont {
    padding-top: 220px;
  }
  .first-col {
    padding-bottom: 10px;
  }
  .first-row {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .first-subhead-sub {
    font-size: 16px;
    line-height: 19px;
  }
  .first-cta-head {
    font-size: 16px;
  }
  .first-cta-subhead {
    margin-bottom: 20px;
  }
  .courses-head {
    font-size: 27px;
    line-height: 30px;
  }
  .courses-description {
    line-height: 19px;
  }
  .courses-subhead {
    font-size: 23px;
  }
  .courses-subhead-sub {
    line-height: 25px;
  }
  .courses-level-head {
    text-align: center;
  }
  .courses-description-programm {
    line-height: 19px;
  }
  .dopservice-item {
    width: 250px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }
  .dopservice-subhead {
    font-size: 23px;
    line-height: 25px;
  }
  .dopservice-description {
    line-height: 19px;
  }
  .about-head {
    font-size: 27px;
    line-height: 30px;
  }
  .about-row {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .about-col {
    padding-bottom: 10px;
  }
  .about-col-img {
    margin-right: 0px;
  }
  .info-head {
    font-size: 23px;
    line-height: 25px;
  }
  .info-head.left {
    margin-bottom: 20px;
  }
  .info-wrap {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .price-head {
    font-size: 27px;
    line-height: 30px;
  }
  .price-col-head {
    font-size: 19px;
  }
  .grafic-head {
    font-size: 23px;
    line-height: 27px;
  }
  .insta-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .insta-head {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 23px;
  }
  .insta-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .insta-info-wrap-left {
    margin-bottom: 20px;
  }
  .insta-info-wrap-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .insta-nickname {
    text-align: center;
  }
  .insta-text {
    text-align: center;
  }
  .insta-link {
    margin-left: 0px;
  }
  .fresh-head {
    font-size: 27px;
    line-height: 30px;
  }
  .fresh-wrap {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-heading {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
  }
  .head-subsection {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .head-subsection2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .contact-text {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .contact-tab-messenger-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact-phone {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
    text-align: center;
  }
  .contact-tab-messenger-wrap {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-content-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-button {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
  .popup-button {
    margin-left: 0px;
  }
  .popup-covid-head {
    font-size: 20px;
    line-height: 25px;
  }
  .popup-covid-item-head {
    font-size: 16px;
  }
  .prog-row {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .prog-col {
    padding-bottom: 10px;
  }
  .thx-head {
    font-size: 21px;
    line-height: 25px;
  }
}

#w-node-0271405710a4-4905a752 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e85eada3f989-4905a752 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e85eada3f994-4905a752 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7cd580e5cb49-4905a752 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7cd580e5cb3e-4905a752 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3ce26eb37b9a-4905a752 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1107c58c7518-4905a752 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}