/* _fonts.scss */
@font-face {
  font-family: 'noah_bold';
  src: url("/assets/fonts/Noah-Bold.eot");
  src: url("/assets/fonts/Noah-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Noah-Bold.woff2") format("woff2"), url("/assets/fonts/Noah-Bold.woff") format("woff"), url("/assets/fonts/Noah-Bold.ttf") format("truetype"), url("/assets/fonts/Noah-Bold.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'noah_bold_italic';
  src: url("/assets/fonts/Noah-BoldItalic.eot");
  src: url("/assets/fonts/Noah-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Noah-BoldItalic.woff2") format("woff2"), url("/assets/fonts/Noah-BoldItalic.woff") format("woff"), url("/assets/fonts/Noah-BoldItalic.ttf") format("truetype"), url("/assets/fonts/Noah-BoldItalic.otf") format("otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'noah_regular';
  src: url("/assets/fonts/Noah-Regular.eot");
  src: url("/assets/fonts/Noah-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Noah-Regular.woff2") format("woff2"), url("/assets/fonts/Noah-Regular.woff") format("woff"), url("/assets/fonts/Noah-Regular.ttf") format("truetype"), url("/assets/fonts/Noah-Regular.otf") format("otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'noah_regular_italic';
  src: url("/assets/fonts/Noah-RegularItalic.eot");
  src: url("/assets/fonts/Noah-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Noah-RegularItalic.woff2") format("woff2"), url("/assets/fonts/Noah-RegularItalic.woff") format("woff"), url("/assets/fonts/Noah-RegularItalic.ttf") format("truetype"), url("/assets/fonts/Noah-RegularItalic.otf") format("otf");
  font-weight: 500;
  font-style: italic;
}
/* _fonts.scss */
/* _const.scss */
/*$xs-width: 576px;
$sm-width: 768px;
$md-width: 1200px;
$xl-width: 1400px;
$xxl-width: 2560px;*/
/* _const.scss */
a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'noah_regular';
}

body.modal-overflow {
  overflow: hidden;
}

header .mobile-menu.active .toggle-menu {
  z-index: 1000;
}
header .mobile-menu.active .dropdown {
  display: flex;
}

header {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header .mobile-menu {
  position: relative;
  padding: 10px 0 0 0;
}
header .mobile-menu .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .mobile-menu a {
  display: inline-block;
}
header .mobile-menu a img {
  display: inline-block;
}
header .mobile-menu .dropdown {
  display: none;
  position: absolute;
  background-color: #295F93;
}
header .mobile-menu .dropdown ul li a {
  color: #fff;
}
header .mobile-menu .dropdown ul li a:hover {
  color: #f6f6f687;
}
header .header__wrap {
  padding: 33px 0px;
  align-items: center;
}
header .header__wrap a:hover {
  color: #f6f6f687;
}
header .header__wrap .header__menu {
  color: #fff;
  font-size: 16px;
  line-height: 25.26px;
}
header .header__wrap .header__menu ul li {
  margin: 0px 0px 8px;
}
header .header__wrap .header__logo a {
  display: inline-block;
}
header .header__wrap .header__logo a img {
  display: inline-block;
}
header .header__wrap .header__contacts {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-family: 'noah_regular_italic';
}
header .header__wrap .header__contacts ul li {
  margin: 0px 0px 8px;
}
header .header__wrap .header__contacts ul li a {
  display: inline-block;
}
header .header__wrap .header__contacts ul li a img {
  display: inline-block;
}
header .header__title {
  font-family: 'noah_regular';
  color: #fff;
}
header .header__title h1, header .header__title a {
  color: #fff;
}
header .header__title a {
  display: inline-block;
  /*visibility: hidden;*/
  text-decoration: underline;
}
header .header__title a:hover {
  color: #f6f6f687;
  text-decoration: none;
}

.our__preferences h2 {
  color: #295F93;
}
.our__preferences .preferences__item p {
  color: #295F93;
  font-family: 'noah_bold';
}

.certificate {
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.certificate .item p {
  font-family: 'noah_bold';
}

.choice {
  color: #295F93;
}
.choice .title h2 {
  font-family: 'noah_bold';
}
.choice .title p {
  font-family: 'noah_regular_italic';
}
.choice .item h3 {
  font-family: 'noah_bold';
}
.choice .list-points li {
  padding: 0px 0px 0px 30px;
  position: relative;
}
.choice .list-points > li:before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 5px;
  content: " ";
  background-size: cover;
  background-image: url("/assets/images/choice_daw.svg");
  width: 17px;
  height: 15px;
}
.choice .lecturer .photo {
  display: inline-block;
  width: 100%;
  height: auto;
}
.choice .lecturer .speech {
  position: relative;
}
.choice .lecturer .speech:before {
  display: block;
  content: " ";
  background-size: cover;
  background-image: url("/assets/images/choice_lecturer_quotes_open.svg");
  width: 55px;
  height: 39px;
}
.choice .lecturer .speech:after {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 5px;
  content: " ";
  background-size: cover;
  background-image: url("/assets/images/choice_lecturer_quotes_close.svg");
  width: 56px;
  height: 38px;
}
.choice .lecturer .speech p {
  font-family: 'noah_regular_italic';
}
.choice .lecturer .speech h5 {
  font-family: "noah_bold_italic";
}

.course {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/images/course_start_bg_320.png");
}
.course .title {
  color: #fff;
}
.course .title h2 {
  font-family: 'noah_bold';
}
.course .title h3 {
  font-family: 'noah_bold';
}
.course .title .buynow .button a {
  display: inline-block;
  background-color: #fff;
  color: #0086CB;
  border-radius: 15px;
  font-size: 20px;
  line-height: 31.58px;
}
.course .title .buynow .button a:hover {
  cursor: pointer;
  background-color: #FFFFFFE0;
}
.course .course-list .course-item {
  background-color: #fff;
  color: #0086CB;
  border-radius: 15px;
}
.course .course-list .course-item .item-title h2 {
  font-family: 'noah_bold';
}
.course .course-list .course-item .item-title .long {
  font-family: 'noah_bold';
}
.course .course-list .course-item .button a {
  display: inline-block;
  background-color: #0086CB;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  line-height: 31.58px;
}
.course .course-list .course-item .button a:hover {
  cursor: pointer;
  background-color: #0086CBE1;
}
.course .course-list .course-note {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.slider {}

.callback {
  color: #0086CB;
}
.callback .title {
  font-family: 'noah_bold';
}
.callback .button a {
  display: inline-block;
  background-color: #0086CB;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  line-height: 31.58px;
}
.callback .button a:hover {
  cursor: pointer;
  background-color: #0086CBE1;
}
.callback .form {
  padding: 20px 0px;
}
.callback .form label {
  display: block;
  margin: 0px 0px 5px;
  font-family: "noah_bold";
}
.callback .form label:hover {
  cursor: pointer;
}
.callback .form input[type="text"] {
  display: inline-block;
  max-width: 100%;
  color: #0086CB;
  border: 1px solid #0086CB;
}
.callback .form input[type="text"].error {
  border-color: #CB000A;
}
.callback .form input[type="submit"] {
  display: inline-block;
  background-color: #0086CB;
  color: #fff;
  border-radius: 15px;
  border: 0px;
}
.callback .form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0086CBE1;
}

.mission {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.mission .seagull img {
  display: inline-block;
}
.mission .text p {
  font-family: 'noah_bold';
}
.mission .anchor img {
  display: inline-block;
}

.contacts {
  color: #0086CB;
}
.contacts .lighthouse img {
  display: inline-block;
}
.contacts .address h4 {
  font-family: 'noah_bold';
  margin: 0px 0px 0px;
}

.map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/contacts_map.png");
}

.epilogue {
  color: #295F93;
}
.epilogue .text {
  font-family: 'noah_bold_italic';
}
.epilogue .source {
  font-family: 'noah_regular_italic';
}

footer {
  background-color: #295F93;
  color: #fff;
}
footer a:hover {
  color: #f6f6f687;
}
footer .logo a {
  display: inline-block;
}
footer .logo a img {
  display: inline-block;
}
footer .title h2 {
  font-family: 'noah_bold';
}
footer .title .license a {
  text-decoration: underline;
}
footer .title .license a:hover {
  text-decoration: none;
}
footer .numbers .item {
  font-family: 'noah_regular_italic';
}
footer .numbers .item a {
  display: inline-block;
}
footer .numbers .item a img {
  display: inline-block;
}
footer .social a {
  display: inline-block;
}
footer .social a img {
  display: inline-block;
}
footer .confidential a {
  text-decoration: underline;
}
footer .confidential a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

.show {
  display: flex;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  overflow-x: auto;
}
.modal .wrap {
  z-index: 1001;
}
.modal .wrap .content {
  background-color: #0086CB;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
}
.modal .wrap .content .close span {
  display: inline-block;
}
.modal .wrap .content .close span img {
  display: inline-block;
}
.modal .wrap .content .close:hover {
  cursor: pointer;
}
.modal .wrap .content .title {
  font-family: 'noah_bold';
}
.modal .wrap .content .introtext {
  font-family: 'noah_bold';
}
.modal .wrap .content .price span {
  display: inline-block;
  background-color: #fff;
  color: #0086CB;
  font-family: 'noah_bold';
}
.modal .wrap .content .description {
  font-family: 'noah_bold';
}
.modal .wrap .content .description a:hover {
  color: #fff;
  text-decoration: underline;
}
.modal .wrap .buy {
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}
.modal .wrap .buy a {
  display: inline-block;
  background-color: #0086CB;
  color: #fff;
  border-radius: 10px;
}
.modal .wrap .buy a:hover {
  background-color: rgba(0, 134, 203, 0.9);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 320px) {
  header {
    background-image: url("/assets/images/header_bg_320.png");
  }
  header .mobile-menu a img {
    height: 37px;
  }
  header .mobile-menu .dropdown {
    padding: 54px 33px 80px;
  }
  header .mobile-menu .dropdown ul li {
    margin: 0px 0px 22px;
  }
  header .mobile-menu .dropdown ul li a {
    font-size: 18px;
    line-height: 28px;
  }
  header .header__wrap .header__logo a img {
    height: 60px;
  }
  header .header__title h1 {
    margin: 0px 0px 24px;
    font-size: 23px;
    line-height: 30.22px;
  }
  header .header__title a {
    margin: 0px 0px 24px;
    font-size: 14px;
    line-height: 15.6px;
  }

  .our__preferences {
    padding: 30px 0px;
  }
  .our__preferences h2 {
    margin: 0px 0px 34px;
    font-size: 23px;
    line-height: 36.32px;
  }
  .our__preferences .preferences__item img {
    margin: 0px 0px 9px;
    height: 54px;
  }
  .our__preferences .preferences__item p {
    margin: 0px 0px 9px;
    font-size: 16px;
    line-height: 15.82px;
  }

  .certificate {
    background-image: url("/assets/images/cert_bg_320.png");
    padding: 46px 0px 23px;
  }
  .certificate h2 {
    font-size: 23px;
    line-height: 28.96px;
    margin: 0px 0px 28px;
  }
  .certificate .item img {
    height: 62px;
    margin: 0px 0px 28px;
  }
  .certificate .item p {
    font-size: 18px;
    line-height: 16.27px;
    margin: 0px 0px 36px;
  }

  .choice {
    padding: 30px 0px;
  }
  .choice .title h2 {
    margin: 0px 0px 30px;
    font-size: 23px;
    line-height: 36.32px;
  }
  .choice .title p {
    margin: 0px 0px 16px;
    font-size: 20px;
    line-height: 31.58px;
  }
  .choice .item .icon {
    margin: 0px 0px 22px;
    height: 70px;
  }
  .choice .item h3 {
    margin: 0px 0px 26px;
    font-size: 23px;
    line-height: 26.89px;
  }
  .choice .item p {
    margin: 0px 0px 28px;
    font-size: 16px;
    line-height: 19.18px;
  }
  .choice .list-points {
    margin: 0px 0px 41px;
  }
  .choice .list-points li {
    margin: 0px 0px 13px;
    font-size: 16px;
    line-height: 20px;
  }
  .choice .lecturer .photo {
    margin: 0px 0px 15px;
  }
  .choice .lecturer .speech {
    position: relative;
  }
  .choice .lecturer .speech:before {
    display: block;
    margin: 0px 0px 15px;
  }
  .choice .lecturer .speech p {
    margin: 0px 0px 10px;
    font-size: 16px;
    line-height: 19.24px;
  }
  .choice .lecturer .speech h5 {
    margin: 0px 0px 18px;
    padding: 0px 109px 0px 0px;
    font-size: 16px;
    line-height: 18.56px;
  }

  .course {
    padding: 81px 15px;
    background-image: url("/assets/images/course_start_bg_320.png");
  }
  .course .title h2 {
    margin: 0px 0px 18px;
    font-size: 40px;
    line-height: 42.56px;
  }
  .course .title h3 {
    margin: 0px 0px 36px;
    font-size: 30px;
    line-height: 31.92px;
  }
  .course .title h4 {
    font-size: 18px;
    line-height: 23.47px;
    margin: 0px 0px 18px;
  }
  .course .title .buynow {
    margin: 0px 0px 18px;
  }
  .course .title .buynow .button a {
    padding: 10px 36px;
  }
  .course .title h5 {
    font-size: 16px;
    line-height: 21.47px;
    margin: 0px 0px 36px;
  }
  .course .course-list .course-item {
    margin: 0px 0px 15px;
    padding: 18px 36px;
  }
  .course .course-list .course-item .item-title h2 {
    font-size: 23px;
    line-height: 27.14px;
    margin: 0px 0px 26px;
  }
  .course .course-list .course-item .item-title .long {
    font-size: 16px;
    line-height: 18.88px;
  }
  .course .course-list .course-item .arrow img {
    display: inline-block;
  }
  .course .course-list .course-item .schedule p {
    margin: 0px 0px 34px;
    font-size: 18px;
    line-height: 19.06px;
  }
  .course .course-list .course-item .button a {
    padding: 10px 36px;
    font-size: 20px;
    line-height: 31.58px;
  }
  .course .course-list .course-note {
    font-size: 16px;
    line-height: 16px;
  }
	
	.slider {
		margin: 20px 0px 10px;
	}

  .callback {
    padding: 20px;
  }
  .callback .title {
    margin: 0px 0px 30px;
    font-size: 23px;
    line-height: 29.42px;
  }
  .callback .text {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 20.48px;
  }
  .callback .button a {
    padding: 10px 36px;
  }
  .callback .form input[type="text"] {
    margin: 0px 0px 15px;
    padding: 12px 28px;
    font-size: 20px;
    line-height: 31.58px;
  }
  .callback .form input[type="submit"] {
    padding: 10px 36px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 31.58px;
  }

  .mission {
    padding: 59px 0px;
    background-image: url("/assets/images/mission_bg_320.png");
  }
  .mission .seagull {
    margin: 0px 0px 35px;
  }
  .mission .seagull img {
    height: 65px;
  }
  .mission .text p {
    margin: 0px 0px 35px;
    font-size: 16px;
    line-height: 20.46px;
  }

  .contacts {
    padding: 20px 0px;
  }
  .contacts .title h2 {
    margin: 0px 0px 20px;
    font-size: 23px;
    line-height: 29.42px;
  }
  .contacts .lighthouse img {
    margin: 0px 0px 20px;
    height: 123px;
  }
  .contacts .address {
    font-size: 16px;
    line-height: 19.1px;
  }
  .contacts .address p {
    margin: 0px 0px 20px;
  }

  .map {
    height: 218px;
  }

  .epilogue {
    padding: 20px;
  }
  .epilogue .text {
    margin: 0px 0px 30px;
    font-size: 16px;
    line-height: 20.46px;
  }
  .epilogue .source {
    font-size: 14px;
    line-height: 17.91px;
  }

  footer {
    padding: 30px 10px;
  }
  footer .logo a {
    margin: 0px 0px 33px;
  }
  footer .logo a img {
    height: 50px;
  }
  footer .title h2 {
    margin: 0px 0px 15px;
    font-size: 22px;
    line-height: 30.12px;
  }
  footer .title .license {
    margin: 0px 0px 34px;
    font-size: 16px;
    line-height: 17.82px;
  }
  footer .menu ul {
    margin: 0px 0px 34px;
  }
  footer .menu ul li {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 28.42px;
  }
  footer .social {
    margin: 0px 0px 30px;
  }
  footer .social a img {
    height: 45px;
  }
  footer .confidential {
    font-size: 16px;
    line-height: 17.82px;
  }

  .modal .wrap .content .close {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
  }
  .modal .wrap .content .close span img {
    height: 20px;
  }
  .modal .wrap .content .title {
    margin: 0px 0px 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .modal .wrap .content .introtext {
    margin: 0px 0px 30px;
    font-size: 14px;
    line-height: 17.21px;
  }
  .modal .wrap .content .price {
    margin: 0px 0px 33px;
  }
  .modal .wrap .content .price span {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22.12px;
    border-radius: 15px;
  }
  .modal .wrap .content .description {
    margin: 0px 0px 22px;
  }
  .modal .wrap .content .description h3 {
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .modal .wrap .content .description p {
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .modal .wrap .buy {
    padding: 25px;
    font-size: 16px;
    line-height: 25.26px;
  }
  .modal .wrap .buy a {
    padding: 6px 34px;
  }
}
@media (min-width: 720px) {
  header {
    background-image: url("/assets/images/header_bg_720.png");
  }
  header .header__wrap .header__logo a img {
    height: 65px;
  }
  header .header__wrap .header__contacts ul li a img {
    height: 15px;
  }
  header .header__title h1 {
    margin: 0px 0px 58px;
    font-size: 30px;
    line-height: 39.42px;
  }
  header .header__title a {
    margin: 0px 0px 58px;
    font-size: 16px;
    line-height: 17.82px;
  }

  .our__preferences {
    padding: 43px 0px;
  }
  .our__preferences h2 {
    margin: 0px 0px 54px;
    font-size: 28px;
    line-height: 44.21px;
  }
  .our__preferences .preferences__item img {
    margin: 0px 0px 33px;
    height: 84px;
  }
  .our__preferences .preferences__item p {
    margin: 0px 13px 25px;
    font-size: 18px;
    line-height: 21.31px;
  }

  .certificate {
    background-image: url("/assets/images/cert_bg_720.png");
    padding: 76px 0px;
  }
  .certificate h2 {
    font-size: 25px;
    line-height: 39.47px;
    margin: 0px 0px 49px;
  }
  .certificate .item img {
    height: 76px;
    margin: 0px 0px 50px;
  }
  .certificate .item p {
    font-size: 20px;
    line-height: 22.08px;
    margin: 0px;
    padding: 0px 20px;
  }

  .choice {
    padding: 45px 0px;
  }
  .choice .title h2 {
    margin: 0px 0px 30px;
    font-size: 40px;
    line-height: 63.16px;
  }
  .choice .title p {
    margin: 0px 0px 56px;
    font-size: 22px;
    line-height: 34.74px;
  }
  .choice .item .icon {
    margin: 0px;
    height: 67px;
  }
  .choice .item h3 {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 23px;
    font-size: 28px;
    line-height: 34.69px;
  }
  .choice .item p {
    font-size: 18px;
    line-height: 21.58px;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 43px;
  }
  .choice .list-points {
    margin: 0px 0px 56px;
  }
  .choice .list-points li {
    margin: 0px 0px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .choice .lecturer .photo {
    margin: 0px;
  }
  .choice .lecturer .speech {
    position: relative;
    padding: 0 0px 0 73px;
  }
  .choice .lecturer .speech:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .choice .lecturer .speech p {
    margin: 0px 0px 26px;
    font-size: 18px;
    line-height: 21.85px;
  }
  .choice .lecturer .speech h5 {
    margin: 0px 0px 18px;
    padding: 0px 120px 0px 0px;
    font-size: 20px;
    line-height: 23.38px;
  }

  .course {
    padding: 100px 19px;
    background-image: url("/assets/images/course_start_bg_720.png");
  }
  .course .title h2 {
    margin: 0px 0px 18px;
  }
  .course .title h3 {
    margin: 0px 0px 25px;
  }
  .course .title h4 {
    margin: 0px 0px 18px;
  }
  .course .title h5 {
    margin: 0px 0px 39px;
  }
  .course .button a {
    padding: 14px 28px;
  }
  .course .course-list .course-item {
    margin: 0px 0px 20px;
    padding: 40px 27px;
  }
  .course .course-list .course-item .item-title h2 {
    font-size: 18px;
    line-height: 25.96px;
    margin: 0px;
  }
  .course .course-list .course-item .item-title p {
    font-size: 14px;
    line-height: 14px;
  }
  .course .course-list .course-item .item-title .long {
    margin: 0px 0px 11px;
  }
  .course .course-list .course-item .arrow img {
    width: auto;
    height: 30px;
    padding: 0px;
  }
  .course .course-list .course-item .schedule p {
    margin: 0px;
    font-size: 18px;
    line-height: 24.68px;
  }
  .course .course-list .course-item .schedule .agree {
    font-size: 16px;
    line-height: 16.7px;
  }
  .course .course-list .course-item .button a {
    padding: 14px 36px;
  }
	
	.slider {
		margin: 42px 0px 21px;
	}

  .callback {
    padding: 42px;
  }
  .callback .title {
    margin: 0px 0px 30px;
    font-size: 30px;
    line-height: 38.37px;
  }
  .callback .text {
    margin: 0px 0px 30px;
    font-size: 22px;
    line-height: 28.14px;
  }
  .callback .button a {
    padding: 14px 28px;
  }

  .mission {
    padding: 95px 0px;
    background-image: url("/assets/images/mission_bg_720.png");
  }
  .mission .seagull {
    margin: 0px 0px 52px;
  }
  .mission .seagull img {
    height: 83px;
  }
  .mission .text p {
    margin: 0px 0px 52px;
    font-size: 20px;
    line-height: 25.58px;
  }
  .mission .anchor img {
    height: 100px;
  }

  .contacts {
    padding: 53px 0px;
  }
  .contacts .title h2 {
    margin: 0px 0px 53px;
    font-size: 30px;
    line-height: 38.37px;
  }
  .contacts .lighthouse img {
    margin: 0px;
    height: 203px;
  }
  .contacts .address {
    padding: 0px 0px 0px 30px;
    font-size: 20px;
    line-height: 25.58px;
  }
  .contacts .address p {
    margin: 0px 0px 30px;
  }
  .contacts .address h4 {
    margin: 0px 0px 0px;
  }

  .map {
    height: 849px;
  }

  .epilogue {
    padding: 60px;
  }
  .epilogue .text {
    margin: 0px 0px 30px;
  }

  footer {
    padding: 40px 74px;
  }
  footer .logo a {
    margin: 0px 0px 46px;
  }
  footer .logo a img {
    height: 50px;
  }
  footer .title h2 {
    margin: 0px 0px 30px;
  }
  footer .title .license {
    margin: 0px 0px 34px;
  }
  footer .menu ul {
    margin: 0px 0px 35px;
  }
  footer .menu ul li {
    margin: 0px 0px 15px;
    font-size: 18px;
    line-height: 28.42px;
  }
  footer .social {
    margin: 0px 0px 30px;
  }
  footer .social a img {
    height: 45px;
  }
  footer .confidential {
    font-size: 16px;
    line-height: 17.82px;
  }

  .modal .wrap .content .close {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
  }
  .modal .wrap .content .title {
    margin: 0px 0px 20px;
    padding: 0px 40px;
    font-size: 35px;
    line-height: 32.35px;
  }
  .modal .wrap .content .introtext {
    margin: 0px 0px 30px;
    padding: 0px 40px;
    font-size: 16px;
    line-height: 19.66px;
  }
  .modal .wrap .content .price {
    margin: 0px 0px 33px;
    padding: 0px 40px;
  }
  .modal .wrap .content .price span {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 24.58px;
    border-radius: 15px;
  }
  .modal .wrap .content .description {
    margin: 0px 0px 22px;
    padding: 0px 40px;
  }
  .modal .wrap .content .description h3 {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .modal .wrap .content .description p {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .modal .wrap .buy {
    padding: 25px 40px;
    font-size: 18px;
    line-height: 28.42px;
  }
  .modal .wrap .buy a {
    padding: 6px 34px;
  }
}
@media (min-width: 1400px) {
  header {
    background-image: url("/assets/images/header_bg_1400.png");
  }
  header .header__wrap .header__menu {
    font-size: 18px;
    line-height: 28.42px;
  }
  header .header__wrap .header__logo a img {
    height: 75px;
  }
  header .header__wrap .header__contacts {
    font-size: 20px;
    line-height: 31px;
  }
  header .header__wrap .header__contacts ul li a img {
    height: 19px;
  }
  header .header__title h1 {
    margin: 0px 0px 28px;
    font-size: 45px;
    line-height: 59.12px;
  }

  .our__preferences h2 {
    margin: 0px 0px 54px;
    font-size: 28px;
    line-height: 44.21px;
  }
  .our__preferences .preferences__item img {
    margin: 0px 0px 27px;
    height: 90px;
  }
  .our__preferences .preferences__item p {
    margin: 0px 27px 27px;
    font-size: 20px;
    line-height: 23.68px;
  }

  .certificate {
    background-image: url("/assets/images/cert_bg_1400.png");
    padding: 62px 0px 80px;
  }
  .certificate h2 {
    font-size: 28px;
    line-height: 44.21px;
    margin: 0px 0px 57px;
  }
  .certificate .item img {
    height: 75px;
    margin: 0px 0px 45px;
  }
  .certificate .item p {
    padding: 0px 85px;
  }

  .choice {
    padding: 45px 0px;
  }
  .choice .item p {
    font-size: 18px;
    line-height: 21.58px;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 43px;
  }
  .choice .list-points {
    margin: 0px 0px 38px;
  }
  .choice .list-points li {
    margin: 0px 0px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .choice .lecturer {
    padding: 45px 0px;
  }
  .choice .lecturer .speech {
    position: relative;
    padding: 0px;
  }
  .choice .lecturer .speech:before {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0px 0px 19px;
  }
  .choice .lecturer .speech:after {
    bottom: 0px;
  }
  .choice .lecturer .speech p {
    margin: 0px 0px 15px;
  }
  .choice .lecturer .speech h5 {
    margin: 0px;
    padding: 0px 120px 0px 0px;
  }

  .course {
    padding: 140px 176px;
    background-image: url("/assets/images/course_start_bg_1400.png");
  }
  .course .title h2 {
    font-size: 56px;
    line-height: 71.62px;
    margin: 0px 0px 18px;
  }
  .course .title h3 {
    font-size: 39px;
    line-height: 49.88px;
    margin: 0px 0px 54px;
  }
  .course .title h4 {
    font-size: 28px;
    line-height: 44.21px;
    margin: 0px 0px 18px;
  }
  .course .title h5 {
    font-size: 24px;
    line-height: 40px;
    margin: 0px 0px 39px;
  }
  .course .course-list .course-item {
    padding: 41px;
  }
  .course .course-list .course-item .item-title h2 {
    font-size: 22px;
    line-height: 25.96px;
    margin: 0px;
  }
  .course .course-list .course-item .item-title p {
    font-size: 14px;
    line-height: 14px;
  }
  .course .course-list .course-item .item-title .long {
    font-size: 22px;
    line-height: 25.96px;
    margin: 0px 0px 11px;
  }
  .course .course-list .course-item .arrow img {
    width: auto;
    height: 30px;
    padding: 0px;
  }
  .course .course-list .course-item .schedule p {
    margin: 0px;
    font-size: 18px;
    line-height: 24.68px;
  }
  .course .course-list .course-item .schedule .agree {
    font-size: 18px;
    line-height: 19.06px;
  }
  .course .course-list .course-item .button a {
    padding: 14px 36px;
  }
	
	.slider {
		margin: 56px 0px 28px;
	}

  .callback {
    padding: 56px;
  }

  .mission {
    padding: 110px 0px;
    background-image: url("/assets/images/mission_bg_1400.png");
  }
  .mission .seagull {
    margin: 0px 0px 71px;
  }
  .mission .seagull img {
    height: 95px;
  }
  .mission .text p {
    margin: 0px 0px 35px;
    font-size: 22px;
    line-height: 28.14px;
  }
  .mission .anchor img {
    height: 120px;
  }

  .contacts {
    padding: 74px 0px;
  }
  .contacts .address {
    padding: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 28.14px;
  }
  .contacts .address .title {
    margin: 0px 0px 90px;
    font-size: 30px;
    line-height: 38.37px;
  }
  .contacts .address p {
    margin: 0px 0px 20px;
  }

  .map {
    height: 505px;
  }

  .epilogue {
    padding: 44px 64px;
  }
  .epilogue .text {
    margin: 0px 0px 25px;
    font-size: 20px;
    line-height: 25.58px;
  }
  .epilogue .source {
    font-size: 16p;
    line-height: 20.46px;
  }

  footer {
    padding: 60px 0px;
  }
  footer .logo a {
    margin: 0px;
  }
  footer .logo a img {
    height: 73px;
  }
  footer .title h2 {
    font-size: 20px;
    line-height: 27.38px;
    margin: 0px;
    padding: 0px 0px 0px 25px;
  }
  footer .title .license {
    margin: 0px;
  }
  footer .menu ul {
    margin: 0px;
  }
  footer .menu ul li {
    margin: 0px 0px 10px;
    font-size: 16px;
    line-height: 18px;
  }
  footer .numbers .item {
    margin: 0px 0px 15px;
    font-size: 20px;
    line-height: 20px;
  }
  footer .numbers .item a img {
    padding: 0px 5px 0px 0px;
    height: 20px;
  }
  footer .social {
    margin: 0px;
  }
  footer .social a {
    padding: 0px 5px;
  }
  footer .social a img {
    height: 45px;
  }
  footer .confidential {
    padding: 30px 0px 0px;
    font-size: 16px;
    line-height: 17.82px;
  }

  .modal .wrap .content .close {
    margin: 0px 0px 30px 0px;
    padding: 10px 0px 0px 0px;
  }
  .modal .wrap .content .title {
    margin: 0px 0px 25px;
    padding: 0px 64px;
    font-size: 50px;
    line-height: 61.45px;
  }
  .modal .wrap .content .introtext {
    margin: 0px 0px 41px;
    padding: 0px 64px;
    font-size: 22px;
    line-height: 27.04px;
  }
  .modal .wrap .content .price {
    margin: 0px 0px 41px;
    padding: 0px 64px;
  }
  .modal .wrap .content .price span {
    padding: 10px 15px;
    font-size: 25px;
    line-height: 30.73px;
    border-radius: 15px;
  }
  .modal .wrap .content .description {
    margin: 0px 0px 41px;
    padding: 0px 64px;
  }
  .modal .wrap .content .description h3 {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 22.12px;
  }
  .modal .wrap .content .description p {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 22.12px;
  }
  .modal .wrap .buy {
    padding: 32px 41px;
    font-size: 20px;
    line-height: 31.58px;
  }
  .modal .wrap .buy a {
    padding: 8px 60px;
  }
}
@media (min-width: 1920px) {
  header {
    background-image: url("/assets/images/header_bg_1920.png");
  }
  header .header__wrap .header__menu {
    font-size: 22px;
    line-height: 34.74px;
  }
  header .header__wrap .header__logo a img {
    height: 88px;
  }
  header .header__wrap .header__contacts {
    font-size: 25px;
    line-height: 37px;
  }
  header .header__wrap .header__contacts ul li a img {
    height: 22px;
  }
  header .header__title h1 {
    margin: 0px 0px 67px;
    font-size: 50px;
    line-height: 65.7px;
  }
  header .header__title a {
    margin: 0px 0px 67px;
  }

  .our__preferences {
    padding: 51px 0px;
  }
  .our__preferences h2 {
    margin: 0px 0px 51px;
    font-size: 30px;
    line-height: 47.37px;
  }
  .our__preferences .preferences__item p {
    margin: 0px 30px 30px;
    font-size: 22px;
    line-height: 26.05px;
  }

  .certificate {
    background-image: url("/assets/images/cert_bg_1920.png");
    padding: 108px 0px 118px;
  }
  .certificate h2 {
    font-size: 30px;
    line-height: 47.37px;
    margin: 0px 0px 61px;
  }
  .certificate .item img {
    height: 90px;
    margin: 0px 0px 51px;
  }
  .certificate .item p {
    font-size: 30px;
    line-height: 33.12px;
    padding: 0px 40px;
  }

  .choice {
    padding: 66px 0px;
  }
  .choice .title h2 {
    margin: 0px 0px 8px;
    font-size: 45px;
    line-height: 71.05px;
  }
  .choice .title p {
    margin: 0px 0px 40px;
    font-size: 25px;
    line-height: 39.47px;
  }
  .choice .list-points {
    margin: 0px 0px 56px;
  }
  .choice .lecturer {
    padding: 34px 0px;
  }
  .choice .lecturer .photo {
    height: 290px;
    width: auto;
  }
  .choice .lecturer .speech {
    position: relative;
    padding: 0px 0px 0px 60px;
  }
  .choice .lecturer .speech:before {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0px 0px 26px;
  }
  .choice .lecturer .speech:after {
    bottom: 20px;
  }
  .choice .lecturer .speech p {
    margin: 0px 0px 60px;
    line-height: 28.85px;
  }
  .choice .lecturer .speech h5 {
    margin: 0px;
    padding: 0px 120px 0px 0px;
    font-size: 22px;
    line-height: 25.72px;
  }

  .course {
    padding: 140px 388px;
    background-image: url("/assets/images/course_start_bg_1920.png");
  }
  .course .title h2 {
    margin: 0px 0px 18px;
  }
  .course .title h3 {
    margin: 0px 0px 54px;
  }
  .course .title h4 {
    font-size: 30px;
    line-height: 47.37px;
    margin: 0px 0px 29px;
  }
  .course .title h5 {
    font-size: 26px;
    line-height: 42px;
    margin: 0px 0px 58px;
  }
  .course .course-list .course-item {
    padding: 41px;
  }
  .course .course-list .course-item .item-title h2 {
    font-size: 25px;
    line-height: 29.5px;
  }
  .course .course-list .course-item .item-title p {
    font-size: 16px;
    line-height: 16px;
  }
  .course .course-list .course-item .item-title .long {
    font-size: 25px;
    line-height: 29.5px;
    margin: 0px 0px 11px;
  }
  .course .course-list .course-item .arrow img {
    width: auto;
    height: 30px;
    padding: 0px;
  }
  .course .course-list .course-item .schedule p {
    margin: 0px;
    font-size: 23px;
    line-height: 26.48px;
  }
  .course .course-list .course-item .schedule .agree {
    font-size: 21px;
    line-height: 22.24px;
  }
  .course .course-list .course-item .button a {
    padding: 10px 56px;
  }
	
	.slider {
		margin: 42px 0px 21px;
	}

  .callback {
    padding: 42px;
  }

  .mission {
    padding: 103px 0px;
    background-image: url("/assets/images/mission_bg_1920.png");
  }
  .mission .seagull {
    margin: 0px 0px 30px;
  }

  .contacts {
    padding: 54px 0px 70px;
  }
  .contacts .lighthouse img {
    height: 224px;
  }
  .contacts .address {
    padding: 0px 0px 0px 40px;
    font-size: 25px;
    line-height: 31.98px;
  }
  .contacts .address .title {
    margin: 0px 0px 105px;
    font-size: 30px;
    line-height: 38.37px;
  }
  .contacts .address p {
    margin: 0px 0px 20px;
  }

  .map {
    height: 692px;
  }

  footer {
    padding: 74px 0px 20px;
  }
  footer .logo a img {
    height: 80px;
  }
  footer .title h2 {
    font-size: 22px;
    line-height: 30.12px;
    margin: 0px;
    padding: 0px 0px 0px 35px;
  }
  footer .title .license {
    margin: 0px;
  }
  footer .menu ul {
    margin: 0px;
  }
  footer .menu ul li {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 31.58px;
  }
  footer .numbers .item {
    margin: 0px 0px 15px;
    font-size: 25px;
    line-height: 25px;
  }
  footer .numbers .item a img {
    padding: 0px 15px 0px 0px;
    height: 25px;
  }
  footer .social {
    margin: 0px;
  }
  footer .social a {
    padding: 0px 10px;
  }
  footer .social a img {
    height: 45px;
  }
  footer .confidential {
    padding: 30px 0px 0px;
    font-size: 16px;
    line-height: 17.82px;
  }
}
@media (min-width: 2560px) {
  header {
    background-image: url("/assets/images/header_bg_2560.png");
  }

  .our__preferences .preferences__item p {
    margin: 0px 106px 39px;
  }

  .certificate {
    background-image: url("/assets/images/cert_bg_2560.png");
  }
  .certificate h2 {
    margin: 0px 0px 65px;
  }
  .certificate .item img {
    height: 93px;
    margin: 0px  0px 55px;
  }
  .certificate .item p {
    padding: 0px 50px;
  }

  .choice .item .icon {
    margin: 0px;
    height: 71px;
  }
  .choice .item h3 {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 30px;
    font-size: 30px;
    line-height: 35.07px;
  }
  .choice .item p {
    font-size: 18px;
    line-height: 21.58px;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 32px;
  }
  .choice .list-points {
    margin: 0px 0px 56px;
  }
  .choice .list-points li {
    margin: 0px 0px 33px;
    font-size: 18px;
    line-height: 22px;
  }
  .choice .lecturer .speech {
    position: relative;
    padding: 0px 0px 0px 60px;
  }
  .choice .lecturer .speech:before {
    margin: 0px 0px 35px;
  }
  .choice .lecturer .speech:after {
    bottom: 50px;
  }
  .choice .lecturer .speech p {
    margin: 0px 0px 80px;
    line-height: 28.85px;
  }
  .choice .lecturer .speech h5 {
    margin: 0px;
    padding: 0px 120px 0px 0px;
    font-size: 22px;
    line-height: 25.72px;
  }

  .course {
    padding: 140px 388px;
    background-image: url("/assets/images/course_start_bg_2560.png");
  }
  .course .course-list .course-item .schedule p {
    font-size: 25px;
  }
	
	.slider {
		margin: 50px 0px 25px;
	}

  .callback {
    padding: 50px;
  }

  .mission {
    padding: 103px 0px;
    background-image: url("/assets/images/mission_bg_2560.png");
  }
  .mission .seagull {
    margin: 0px 0px 63px;
  }
  .mission .text p {
    margin: 0px 0px 40px;
  }

  .contacts {
    padding: 53px 0px;
  }
  .contacts .address {
    padding: 0px 0px 0px 40px;
  }
  .contacts .address .title {
    margin: 0px 0px 105px;
  }
  .contacts .address p {
    margin: 0px 0px 20px;
  }

  .modal .wrap .content .close {
    margin: 0px 0px 35px 0px;
    padding: 10px 0px 0px 0px;
  }
  .modal .wrap .content .title {
    margin: 0px 0px 30px;
    padding: 0px 80px;
    font-size: 50px;
    line-height: 61.45px;
  }
  .modal .wrap .content .introtext {
    margin: 0px 0px 50px;
    padding: 0px 80px;
  }
  .modal .wrap .content .price {
    margin: 0px 0px 50px;
    padding: 0px 80px;
  }
  .modal .wrap .content .description {
    margin: 0px 0px 50px;
    padding: 0px 80px;
  }
  .modal .wrap .content .description h3 {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 24.58px;
  }
  .modal .wrap .content .description p {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 24.58px;
  }
  .modal .wrap .buy {
    padding: 32px 80px;
  }
}
