/* @font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans.eot");
  src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans.woff") format("woff"), url("../fonts/OpenSans/OpenSans.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansSemiBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
} */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.favorites-heart a {
background: url(../img/heart.png);
width: 40px;
height: 40px;
display: block;
margin-right: 8px;
transition: all 0.4s easy;
}

.favorites-heart a:hover {
background: url(../img/heart_active.png);
}

.ch-city {
  display: inline-block;
  color: #488EFB;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  background: #FFFFFF;
  border-radius: 180px;
  position: relative;
  padding-left: 51px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 32px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: max-content;
}
.ch-city::before, .ch-city::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  background: url(../img/gid/map-marker.svg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 27px;
  top: 12px;
}
.ch-city::after {
  background: url(../img/gid/map-marker_white.svg);
  opacity: 0;
}
.ch-city.white {
  color: #FFFFFF;
  background: #488EFB;
}
.ch-city.white::before {
  opacity: 0;
}
.ch-city.white::after {
  opacity: 1;
}
.ch-city.white:hover {
  background: #FFFFFF;
  color: #488EFB;
}
.ch-city.white:hover::before {
  opacity: 1;
}
.ch-city.white:hover::after {
  opacity: 0;
}
.ch-city:hover {
  color: #FFFFFF;
  background: #488EFB;
}
.ch-city:hover::before {
  opacity: 0;
}
.ch-city:hover::after {
  opacity: 1;
}

.def-top .dt-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 30px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}

.def-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.def-nav .swiper-pagination {
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
  top: -1px;
  z-index: 1;
  width: auto;
  
}
.def-nav .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.def-nav .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: none;
  left: auto;
}
.def-nav .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  opacity: 1;
}
.def-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #488EFB;
}
.def-nav .swiper-button-prev,
.def-nav .swiper-button-next {
  top: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
  z-index: 1;
}
.def-nav .swiper-button-prev.swiper-button-disabled,
.def-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.def-nav .swiper-button-prev.swiper-button-disabled::before,
.def-nav .swiper-button-next.swiper-button-disabled::before {
  opacity: 0;
}
.def-nav .swiper-button-prev.swiper-button-disabled::after,
.def-nav .swiper-button-next.swiper-button-disabled::after {
  opacity: 1;
}
.def-nav .swiper-button-prev::before, .def-nav .swiper-button-prev::after,
.def-nav .swiper-button-next::before,
.def-nav .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 22px;
  background: url(../img/gid/arrow-next-blue.svg);
}
.def-nav .swiper-button-prev::after,
.def-nav .swiper-button-next::after {
  background: url(../img/gid/arrow-next-gray.svg);
  opacity: 0;
}
.def-nav .swiper-button-prev {
  left: 0;
}
.def-nav .swiper-button-prev::before {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.def-nav .swiper-button-prev::after {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}

.gid-select {
  text-align: left;
  min-width: 116px;
}
.gid-select .select-items div,
.gid-select .select-selected {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #000;
}
.gid-select .select-selected {
  color: #fff;
  padding-right: 32px;
  border-radius: 180px;
  background: rgba(255, 255, 255, 0.1);
}
.gid-select .select-selected::after {
  content: "";
  position: absolute;
  border: 0px solid #000;
  width: 14px;
  height: 8px;
  right: 13px;
  top: 13px;
  background: url(../img/gid/sel-arr.svg);
}
.gid-select .select-selected.select-arrow-active {
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #488EFB;
}
.gid-select .select-selected.select-arrow-active::after {
  background: url(../img/gid/sel-arr_blue.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gid-select .select-items {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.main-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.main-shadow.active {
  opacity: 1;
  visibility: visible;
}

.s-gid {
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
  z-index: 2;
}
.s-gid .sg-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-gid .my-container.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-gid .sg-text {
  width: calc(100% - 470px);
  padding-top: 94px;
}
.s-gid .sg-text .sgt-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 10px;
}
.s-gid .sg-text .sgt-descr {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 52px;
}
.s-gid .sg-text .sgt-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 548px;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  z-index: 10;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% - 156px);
  padding-right: 10px;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .gid-select {
  display: none;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  color: #FFFFFF;
  background: #5D8EF9;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn:nth-child(1) {
  border-radius: 40px 0 0 40px;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn:nth-child(2) {
  border-radius: 0 40px 40px 0;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn.active, .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn:hover {
  color: #4A4A4A;
  background: #FFFFFF;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn.active {
  cursor: default;
}
.s-gid .sg-text .sgt-btn-wrap .sgt-right {
  /* width: 156px; */
}
.sgt-search {
  display: block;
  position: relative;
  max-width: 548px;
  width: 100%;
  z-index: 10;
}
.sgt-search.search-active .sgt-close {
  display: block;
}
.sgt-search.search-active button {
  display: none;
}
.sgt-search.search-active .sgt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sgt-search .sgt-close {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 9px;
  top: 10px;
  background: url(../img/sgt-close.svg);
  cursor: pointer;
  display: none;
  z-index: 1;
}
.sgt-search input {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 40px;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  padding-left: 28px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #F2F2F2;
  outline: none;
}
.sgt-search button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #488EFB url(../img/gid/search-icn.svg) 50%;
  background-repeat: no-repeat;
  top: 5px;
  right: 5px;
  border: 0px solid #000;
  cursor: pointer;
}
.sgt-search .sgt-wrap {
  background: #fff;
  border-radius: 20px;
  width: 1171px;
  position: absolute;
  left: 0;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 32px;
  padding-bottom: 31px;
  text-align: left;
  display: none;
}
.sgt-search .sgt-wrap .sgt-col {
  width: 50%;
}
.sgt-search .sgt-wrap .sgt-col .sgt-c-hdr {
  display: inline-block;
  position: relative;
  color: #9B9B9B;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  padding-right: 26px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 12px;
}
.sgt-search .sgt-wrap .sgt-col .sgt-c-hdr:hover {
  padding-right: 15px;
}
.sgt-search .sgt-wrap .sgt-col .sgt-c-hdr::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 9px;
  height: 14px;
  background: url(../img/gray-arr.svg);
}
.sgt-search .sgt-wrap .sgt-col ul li {
  margin-bottom: 12px;
}
.sgt-search .sgt-wrap .sgt-col ul li:last-child {
  margin-bottom: 0px;
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm {
  display: block;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm:hover {
  color: #488EFB;
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-teach {
  padding-left: 32px;
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-teach::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/icn-teach.svg);
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-work {
  padding-left: 32px;
}
.sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-work::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/icn-work.svg);
}
.s-gid .sgt-slider {
  width: 470px;
  position: relative;
  z-index: 1;
}
.s-gid .sgt-slider .swiper {
  overflow: hidden;
  position: relative;
}
.s-gid .sgt-slider .def-arrows {
  max-width: 86px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 47px;
  right: 43px;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev,
.s-gid .sgt-slider .def-arrows .swiper-button-next {
  top: 0;
  margin: 0;
  width: 39px;
  height: 34px;
  border: 1px solid #488EFB;
  border-radius: 5px;
  background: #488EFB;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev.swiper-button-disabled,
.s-gid .sgt-slider .def-arrows .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #fff;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev.swiper-button-disabled::before,
.s-gid .sgt-slider .def-arrows .swiper-button-next.swiper-button-disabled::before {
  opacity: 0;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev.swiper-button-disabled::after,
.s-gid .sgt-slider .def-arrows .swiper-button-next.swiper-button-disabled::after {
  opacity: 1;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev::before, .s-gid .sgt-slider .def-arrows .swiper-button-prev::after,
.s-gid .sgt-slider .def-arrows .swiper-button-next::before,
.s-gid .sgt-slider .def-arrows .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background: url(../img/gid/arr-next_white.svg);
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev::after,
.s-gid .sgt-slider .def-arrows .swiper-button-next::after {
  background: url(../img/gid/arr-next_blue.svg);
  opacity: 0;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev:hover,
.s-gid .sgt-slider .def-arrows .swiper-button-next:hover {
  background: #fff;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev:hover::before,
.s-gid .sgt-slider .def-arrows .swiper-button-next:hover::before {
  opacity: 0;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev:hover::after,
.s-gid .sgt-slider .def-arrows .swiper-button-next:hover::after {
  opacity: 1;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev {
  left: 0;
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev::before {
  background: url(../img/gid/arr-prev_white.svg);
}
.s-gid .sgt-slider .def-arrows .swiper-button-prev::after {
  background: url(../img/gid/arr-prev_blue.svg);
}
.s-gid .sgt-slider .swiper-slide {
  width: 100%;
}
.s-gid .sgt-slider .swiper-slide .sgt-itm {
  border-radius: 10px;
  overflow: hidden;
}
.s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img {
  position: relative;
  height: 353px;
}
.s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
  }
  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
  }
.s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 31px;
  padding-right: 140px;
  background: #fff;
  height: 140px;
}
.s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text .sgt-it-hdr {
  display: block;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 1px;
}
.s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text .sgt-it-link {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

.s-line {
  background: #303443;
  padding-top: 18px;
  padding-bottom: 18px;
}
.s-line .my-container.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-line .sl-right .btn {
  padding-top: 14px;
  padding-bottom: 15px;
}
.s-line .sl-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-line .sl-left .sll-img {
  width: 118px;
}
.s-line .sl-left .sll-img img {
  display: block;
  max-width: 100%;
}
.s-line .sl-left .sll-descr {
  width: calc(100% - 118px);
  color: #FFFFFF;
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  position: relative;
  padding-right: 63px;
  padding-left: 35px;
}
.s-line .sl-left .sll-descr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 40px;
  height: 16px;
  background: url(../img/gid/arrow-white.svg);
}

.s-category-top {
  padding-top: 101px;
  /* padding-bottom: 60px; */
}
.s-category-top .def-top {
  margin-bottom: 40px;
}
.s-category-top .sct-content .sct-slider .swiper {
  overflow: hidden;
}
.s-category-top .sct-content .sct-slider .swiper-slide {
  width: auto;
}
.s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-img {
  background: #FFFFFF;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #488EFB;
  margin-bottom: 5px;
}
.s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-img.sct-icon .sct-im-bg {
  background-size: contain;
}
.s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-img .sct-im-bg {
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  top: 4px;
  height: calc(100% - 8px);
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
}
.s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-text {
  text-align: center;
}
.s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-text .sct-t-descr {
  display: block;
  color: #4A4A4A;
  font-size: 13px;
  line-height: 120%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

.s-popular-courses {
  padding-top: 101px;
  padding-bottom: 88px;
}
.s-popular-courses .spc-top {
  margin-bottom: 50px;
}
.s-popular-courses .spc-top .dt-hdr {
  margin-bottom: 19px;
}
.s-popular-courses .spc-top .spc-select {
  display: none;
  max-width: 240px;
  width: 100%;
  border: 1px solid #488EFB;
  border-radius: 43px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.s-popular-courses .spc-top .spc-select.active {
  background: #488EFB;
}
.s-popular-courses .spc-top .spc-select.active .spc-s-top {
  position: relative;
  z-index: 1;
  background: #488EFB;
  border-radius: 20px 20px 20px 20px;
}
.s-popular-courses .spc-top .spc-select.active .spc-s-top .spcs-t-hdr {
  color: #fff;
  padding-left: 20px;
}
.s-popular-courses .spc-top .spc-select.active .spc-s-top .spcs-t-hdr::before {
  display: none;
}
.s-popular-courses .spc-top .spc-select.active .spc-s-top .spcs-t-hdr::after {
  background: url(../img/gid/sel-arr.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-popular-courses .spc-top .spc-select.active .spc-s-content {
  display: block;
}
.s-popular-courses .spc-top .spc-select .spc-s-top .spcs-t-hdr {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  position: relative;
  padding-left: 39px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
}
.s-popular-courses .spc-top .spc-select .spc-s-top .spcs-t-hdr::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(../img/gid/sel-arr_blue.svg);
  right: 18px;
  top: 16px;
}
.s-popular-courses .spc-top .spc-select .spc-s-top .spcs-t-hdr::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  left: 16px;
  top: 10px;
  background: url(../img/gid/map-marker.svg);
}
.s-popular-courses .spc-top .spc-select .spc-s-content {
  position: absolute;
  top: 18px;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 42px;
  background: #fff;
  border: 1px solid #488EFB;
  border-top: 0px solid #000;
  border-radius: 0 0 20px 20px;
  display: none;
}
.s-popular-courses .spc-top .spc-select .spc-s-content .spcs-c-btn {
  display: block;
  position: relative;
  color: #488EFB;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 2px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 30px;
  cursor: pointer;
}
.s-popular-courses .spc-top .spc-select .spc-s-content .spcs-c-btn::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  right: 0px;
  top: 1px;
  background: url(../img/gid/map-marker.svg);
}
.s-popular-courses .spc-top .spc-select .spc-s-content .spcs-c-dist {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  border: 1px solid #C9C9C9;
  border-radius: 43px;
  background: #fff;
  margin-bottom: 15px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.s-popular-courses .spc-top .spc-select .spc-s-content .spcs-c-dist.active {
  border-color: #488EFB;
}
.s-popular-courses .spc-top .spc-select .spc-s-content .spcs-c-dist:last-child {
  margin-bottom: 0px;
}
.s-popular-courses .spc-top .spc-t-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-left {
  margin-right: 10px;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-left .ch-city.white {
  font-size: 16px;
  line-height: 100%;
  padding-left: 42px;
  padding-top: 6px;
  padding-right: 22px;
  padding-bottom: 8px;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-left .ch-city.white::before, .s-popular-courses .spc-top .spc-t-flex .spc-tf-left .ch-city.white::after {
  left: 18px;
  top: 6px;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-right .spc-tf-btn {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: 600;
  border: 1px solid #C9C9C9;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 43px;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 22px;
  margin-right: 10px;
  cursor: pointer;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-right .spc-tf-btn:last-child {
  margin-right: 0px;
}
.s-popular-courses .spc-top .spc-t-flex .spc-tf-right .spc-tf-btn.active, .s-popular-courses .spc-top .spc-t-flex .spc-tf-right .spc-tf-btn:hover {
  color: #488EFB;
  border-color: #488EFB;
}
.s-popular-courses .spc-slider-wrap .spc-slider {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
}
.s-popular-courses .spc-slider-wrap .spc-slider .def-nav {
/*  display: flex;*/
  margin-top: 35px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .swiper {
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.s-popular-courses .spc-slider-wrap .spc-slider .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  width: 270px;
}
/*.s-popular-courses .spc-slider-wrap .spc-slider .swiper-pagination {
  top: -12px;
}*/
/*.s-popular-courses .spc-slider-wrap .spc-slider .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  text-align: center;
  line-height: 20px;
  background: transparent;
  color: #646464;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
}
.s-popular-courses .spc-slider-wrap .spc-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #FFF;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.s-popular-courses .spc-slider-wrap .spc-slider .swiper-pagination-bullet-active::before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background: #488EFB;
  position: relative;
  z-index: -1;
  top: 26px;
}*/
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm {
  display: block;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-img {
  position: relative;
  height: 171px;
  width: 100%;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text {
  padding-top: 40px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 40px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text .spc-it-hdr {
  /* display: block; */
  color: #4A4A4A;
  font-size: 18px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 25px;
  height: 90px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul {
  margin-bottom: 25px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li:last-child {
  margin-bottom: 0px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li span {
  color: #000000;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li span:nth-child(1) {
  padding-right: 15px;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li span:nth-child(2) {
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text .btn.blue {
  text-align: center;
  width: 100%;
}

.s-news-events {
  padding-bottom: 100px;
}
.s-news-events .sne-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 62px;
  padding-right: 62px;
  padding-top: 99px;
  padding-bottom: 86px;
}
.s-news-events .sne-block .def-top {
  margin-bottom: 52px;
}
.s-news-events .sne-block .def-top .dt-hdr {
  margin-bottom: 41px;
}
.s-news-events .sne-block .def-top .gid-select {
  max-width: 177px;
  width: 100%;
  display: none;
}
.s-news-events .sne-block .def-top .gid-select .select-selected {
  color: #488EFB;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  border: 1px solid #488EFB;
  white-space: nowrap;
}
.s-news-events .sne-block .def-top .gid-select .select-selected::after {
  background: url(../img/gid/sel-arr_blue.svg);
  top: 17px;
}
.s-news-events .sne-block .def-top .gid-select .select-selected.select-arrow-active {
  border-radius: 20px 20px 0 0;
  color: #fff;
  background: #488EFB;
}
.s-news-events .sne-block .def-top .gid-select .select-selected.select-arrow-active::after {
  background: url(../img/gid/sel-arr.svg);
}
.s-news-events .sne-block .def-top .gid-select .select-items div {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.s-news-events .sne-block .def-top .gid-select .select-items {
  border: 1px solid #488EFB;
  border-radius: 0 0 20px 20px;
  border-top: 0px solid #000;
  overflow: hidden;
}
.s-news-events .sne-block .def-top .sne-t-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 75%; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn {
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  border: 1px solid transparent;
  border-radius: 43px;
  /* padding-left: 18px; */
  padding-top: 2px;
  letter-spacing: normal;
  padding-bottom: 2px;
  /* padding-right: 18px; */
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.hidden {
  display: none;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn:last-child {
  margin-right: 0px;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.active {
  border-color: #488EFB;
  color: #488EFB;
  padding-left: 18px;
  padding-right: 18px;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.sne-more {
  padding: 0;
  padding-right: 25px;
  position: relative;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.sne-more.disabled {
  display: none;
}
.s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.sne-more::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background: url(../img/gid/see-more-arr.svg);
  right: 0;
  top: 8px;
}
.s-news-events .sne-block .sne-content-wrap .sne-content {
  display: none;
}
.s-news-events .sne-block .sne-content-wrap .sne-content.active {
  display: block;
}
.s-news-events .sne-block .sne-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.s-news-events .sne-block .sne-big .sne-b-left {
  position: relative;
  width: 50%;
  height: 285px;
  border-radius: 10px;
  overflow: hidden;
}
.s-news-events .sne-block .sne-big .sne-b-left .sne-bl-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-news-events .sne-block .sne-big .sne-b-left .sne-bl-category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.s-news-events .sne-block .sne-big .sne-b-right {
  width: 50%;
  padding-left: 40px;
}
.s-news-events .sne-block .sne-big .sne-b-right .sne-br-hdr {
  display: block;
  color: #000000;
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 20px;
}
.s-news-events .sne-block .sne-big .sne-b-right p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 20px;
}
.s-news-events .sne-block .sne-big .sne-b-right .sne-br-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-news-events .sne-block .sne-big .sne-b-right .sne-br-btm .sne-link {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.s-news-events .sne-block .sne-big .sne-b-right .sne-br-btm .sne-link:hover {
  color: #000000;
}
.s-news-events .sne-block .sne-big .sne-b-right .sne-br-btm .sne-brb-date {
  display: block;
  color: #959595;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.s-news-events .sne-block .sne-slider .def-nav {
  margin-top: 35px;
}
.s-news-events .sne-block .sne-slider .swiper {
  overflow: hidden;
  width: 100%;
}
.s-news-events .sne-block .sne-slider .swiper-slide {
  width: 336px;
  height: auto;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-img {
  height: 159px;
  position: relative;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-img .sne-ii-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-img .sne-ii-category {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text {
  background: #303443;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  height: calc(100% - 159px);
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 10px;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-btm .sne-it-link {
  display: block;
  color: #488EFB;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-btm .sne-it-link:hover {
  color: #959595;
}
.s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-btm .sne-it-date {
  color: #959595;
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

footer {
  background: #303443;
  padding-top: 100px;
}
footer .ftt-top {
  padding-bottom: 99px;
}
footer .ftt-top .my-container.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .ftt-top .ftt-mobile-list {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}
footer .ftt-top .ftt-mobile-list ul li {
  margin-bottom: 30px;
}
footer .ftt-top .ftt-mobile-list ul li:last-child {
  margin-bottom: 0px;
}
footer .ftt-top .ftt-mobile-list ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
  font-family: "OpenSansBold", sans-serif;
}
footer .ftt-top .ftt-block {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 67px 60px 62px 60px;
  /* padding: 60px; */
  max-width: 316px;
  width: 100%;
}
footer .ftt-top .ftt-block .ftt-bl-itm {
  margin-bottom: 32px;
}
footer .ftt-top .ftt-block .ftt-bl-itm:nth-child(2) {
  margin-bottom: 0;
}
footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-phone {
  font-family: OpenSans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: #fff;
}
footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-phone:hover {
  color: #488EFB;
}
footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-descr {
  display: block;
  color: #FFF;
  font-family: OpenSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 18px;
}
footer .ftt-top .ftt-block .ftt-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}
footer .ftt-top .ftt-block .ftt-social .ftt-sc {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-right: 20px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .ftt-top .ftt-block .ftt-social .ftt-sc:last-child {
  margin-right: 0px;
}
footer .ftt-top .ftt-block .ftt-social .ftt-sc img {
  display: block;
  margin: auto;
}
footer .ftt-top .ftt-block .ftt-social .ftt-sc:hover {
  border-color: #303443;
}
footer .ftt-top .ftt-col {
  padding-top: 44px;
  width: calc(100% - 315px);
  padding-left: 83px;
}
footer .ftt-top .ftt-col ul {
  /* width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
display: grid;
grid-template-columns: repeat(3, 1fr);
row-gap: 30px;
}
footer .ftt-top .ftt-col ul li {
  width: 80%;
  height: 30px;
}
footer .ftt-top .ftt-col ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  /* line-height: 230%; */
  line-height: 150%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
footer .ftt-top .ftt-col ul li a:hover {
  color: #488EFB;
}
footer .ftt-btm .my-container {
  position: relative;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 54px;
}
footer .ftt-btm .my-container::after {
  content: "";
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  background: #fff;
  height: 1px;
  top: 0;
}
footer .ftt-btm .ftt-btm-logo {
  height: 22px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .ftt-btm .ftt-btm-logo a {
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 700;
}
footer .ftt-btm .ftt-btm-logo img {
  width: 20px;
}
footer .ftt-btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .ftt-btm ul li {
  margin-right: 30px;
}
footer .ftt-btm ul li:last-child {
  margin-right: 0px;
}
footer .ftt-btm ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}
footer .ftt-btm ul li a:hover {
  color: #488EFB;
}

.fixed-city {
  z-index: 16;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-city .fc-block {
  border-radius: 10px;
}

.btn-up {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 47px;
  height: 47px;
  background: url(../img/gid/btn-up.svg) 50%;
  cursor: pointer;
  z-index: 2;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/
}
@media only screen and (max-width: 1440px) {
  /**/
}
@media only screen and (max-width: 1280px) {
  .sgt-search .sgt-wrap {
    width: 800px;
  }

  .s-gid .sg-text {
    padding-right: 25px;
  }

  .s-gid .sgt-slider {
    width: 340px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img {
    height: 290px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text {
    padding-left: 15px;
    padding-right: 110px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s-gid .sgt-slider .def-arrows {
    right: 15px;
  }

  .s-gid .sg-text {
    width: calc(100% - 340px);
  }

  .s-gid .sg-text .sgt-hdr {
    font-size: 34px;
  }

  .s-line .sl-left .sll-descr {
    font-size: 21px;
  }

  .def-top .dt-hdr {
    font-size: 24px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text .spc-it-hdr {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .s-news-events .sne-block .sne-big .sne-b-right .sne-br-hdr {
    font-size: 21px;
  }

  .s-news-events .sne-block .sne-big .sne-b-right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  footer .ftt-top .ftt-col ul li {
    width: 25%;
  }

  .sgt-search .sgt-wrap {
    width: 600px;
  }

  .s-gid .sgt-slider {
    width: 290px;
  }

  .s-gid .sg-text {
    width: calc(100% - 290px);
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text {
    padding-right: 15px;
    padding-bottom: 60px;
  }

  .s-gid .sgt-slider .def-arrows {
    bottom: 20px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img {
    height: 240px;
  }

  .s-line .sl-left .sll-img {
    display: none;
  }

  .s-line .sl-left .sll-descr {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .s-line .sl-left .sll-descr::before {
    display: none;
  }

  .s-line {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s-line .sl-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .s-line .my-container.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-line .sl-right {
    width: 100%;
    text-align: center;
  }

  .s-news-events .sne-block {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s-news-events .sne-block .sne-slider .swiper-slide {
    width: 241px;
  }

  footer .ftt-btm ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  footer .ftt-btm ul li {
    margin-right: 15px;
  }

  footer .ftt-top .ftt-col ul li a {
    font-size: 14px;
  }

  footer .ftt-top .ftt-block {
    padding: 40px;
  }
  footer .ftt-top .ftt-col {
    display: none;
  }
  footer .ftt-top .ftt-block {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 22px 24px 20px 24px;
    align-items: center;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm {
    margin-bottom: 0;
    flex: 1;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm:nth-child(2) {
    margin-left: 32px;
  }
  footer .ftt-top .ftt-block .ftt-social {
    margin-left: 186px;
    margin-top: 0;
    flex: 0;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-descr {
    padding-top: 14px;
  }
  footer .ftt-btm ul {
    position: relative;
    top: -100px;
  }
  footer .ftt-btm ul li a {
    font-size: 16px;
  }
  header .hd-logo {
    position: relative;
    height: 34px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .s-news-events .def-nav .swiper-pagination {
    margin-left: 10px;
    margin-right: 10px;
  }
  .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text {
    height: calc(100% - 206px);
  }
  .fixed-city .fc-block {
    border-radius: 0px;
  }
  .sgt-search .sgt-close {
    top: 6px;
  }

  .sgt-search .sgt-wrap {
    width: 100%;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .def-nav {
    display: none;
  }

  .ch-city {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    font-family: "OpenSansSemiBold", sans-serif;
    /* padding-top: 3px;
    padding-bottom: 3px; */
    /* padding-right: 17px; */
    /* padding-left: 34px; */
  }

  .ch-city::before, .ch-city::after {
    left: 20px;
    top: 10px;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .s-news-events .sne-block .def-top .gid-select {
    display: inline-block;
    max-width: 100%;
    width: auto;
  }

  .s-gid .sg-text .sgt-btn-wrap .sgt-left .gid-select {
    display: block;
  }

  .s-gid .sg-text .sgt-btn-wrap,
  .sgt-search {
    max-width: 100%;
  }

  .s-gid .sg-text {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }

  .s-gid .sgt-slider {
    width: 100%;
    position: relative;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-gid .sg-text .sgt-hdr {
    font-size: 24px;
    margin-bottom: 39px;
  }

  .s-gid {
    padding-top: 60px;
  }

  .s-gid .sg-text .sgt-descr {
    display: none;
  }

  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    display: block;
  }

  .s-gid .sg-text .sgt-btn-wrap .sgt-right {
    /* width: auto; */
    margin-left: 20px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right .ch-city {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right .ch-city::before {
    opacity: 0;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right .ch-city::after {
    opacity: 1;
  }

  .s-gid .sg-text .sgt-btn-wrap .sgt-left {
    width: 100%;
    padding-right: 0px;
    overflow: visible;
  }

  .s-gid .sg-text .sgt-btn-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }

  .sgt-search input {
    font-size: 16px;
    line-height: 150%;
    padding-left: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
  }

  .sgt-search {
    position: relative;
    z-index: 3;
  }
  .sgt-search::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    background: url(../img/gid/search-icn.svg) 50%;
    background-size: contain;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
  }

  .sgt-search button {
    width: 30px;
    height: 30px;
    background: #488EFB;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-img {
    height: 230px;
  }

  .favorites-heart a {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .favorites-heart a:hover {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text .sgt-it-hdr {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 10px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 66px;
  }

  .s-gid .sgt-slider .def-arrows {
    right: 20px;
  }

  .s-gid .sgt-slider .swiper-slide .sgt-itm .sgt-i-text .sgt-it-link {
    font-size: 14px;
    line-height: 140%;
  }

  .s-gid {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }

  .s-line .sl-left .sll-descr {
    font-size: 20px;
    line-height: 125%;
  }

  .s-line .sl-right .btn {
    font-size: 18px;
    line-height: 25px;
    font-family: "OpenSans", sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s-category-top .def-top {
    display: none;
  }

  /* .s-category-top .sct-content .sct-slider .swiper-slide .sct-itm .sct-img {
    width: 90px;
    height: 90px;
  } */

  .s-category-top {
    padding-top: 81px;
    padding-bottom: 0px;
  }

  .s-popular-courses .spc-top .dt-hdr {
    font-size: 20px;
    line-height: 125%;
  }

  .s-popular-courses .spc-top .dt-hdr {
    margin-bottom: 20px;
  }

  .s-popular-courses .spc-top .spc-t-flex {
    display: none;
  }

  .s-popular-courses .spc-top .spc-select {
    display: block;
  }

  .s-popular-courses .spc-top {
    margin-bottom: 30px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .swiper-slide {
    width: 225px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text .spc-it-hdr {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 30px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li span {
    font-size: 14px;
    line-height: 140%;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul li {
    margin-bottom: 9px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text {
    padding-top: 31px;
    padding-bottom: 30px;
  }

  .s-popular-courses .spc-slider-wrap .spc-slider .spc-itm .spc-i-text ul {
    margin-bottom: 20px;
  }

  .s-popular-courses {
    padding-bottom: 64px;
  }

  .s-news-events .sne-block .def-top .dt-hdr {
    font-size: 20px;
    line-height: 125%;
    font-weight: 700;
  }

  .s-news-events .my-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-news-events .sne-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .s-news-events .sne-block .def-top .sne-t-items {
    display: none;
  }

  .s-news-events .sne-block .def-top .dt-hdr {
    margin-bottom: 20px;
  }

  .s-news-events .sne-block .def-top {
    margin-bottom: 39px;
  }

  .s-news-events .sne-block .sne-big {
    display: none;
  }

  .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-img {
    height: 206px;
  }

  .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-hdr {
    font-size: 14px;
    line-height: 125%;
  }

  .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text .sne-it-btm .sne-it-date {
    display: none;
  }

  .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-text {
    padding-top: 26px;
  }

  .s-news-events {
    padding-bottom: 80px;
  }

  footer .ftt-top .ftt-col {
    display: none;
  }

  footer .ftt-top .my-container.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .ftt-top .ftt-block {
    max-width: 240px;
    padding: 40px;
  }

  footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-phone {
    font-size: 17px;
    margin-bottom: 5px;
  }

  footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-descr {
    font-size: 18px;
    line-height: 140%;
  }

  footer .ftt-top .ftt-block .ftt-bl-itm {
    margin-bottom: 36px;
  }

  footer .ftt-top .ftt-block .ftt-social {
    margin-top: 41px;
  }

  footer .ftt-top {
    padding-bottom: 39px;
  }

  footer .ftt-top .ftt-mobile-list {
    display: block;
    width: 100%;
  }

  footer .ftt-top .my-container.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  footer {
    padding-top: 50px;
  }

  /* footer .ftt-btm ul {
    display: none;
  } */

  footer .ftt-top .ftt-mobile-list {
    display: none;
  }

  footer .ftt-top {
    padding-bottom: 100px;
  }

  footer .ftt-btm .ftt-btm-logo {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }

  footer .ftt-btm .my-container {
    padding-top: 20px;
    padding-bottom: 39px;
  }

  footer .ftt-btm .ftt-btm-logo img {
    margin-left: 0px;
    /* margin-right: auto; */
    display: block;
    max-width: 100%;
    height: 30px;
  }
  footer .ftt-top .ftt-block {
    max-width: 100%;
    padding: 22px 24px 20px 24px;
  }
  footer .ftt-top .ftt-block .ftt-social {
    margin-top: 0;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 672px) {
  footer .ftt-top .ftt-block .ftt-social {
    margin-left: 0;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm:nth-child(2) {
    margin-left: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  .sgt-search .sgt-wrap .sgt-col .sgt-c-hdr::after {
    top: 4px;
  }

  .sgt-search .sgt-wrap .sgt-col .sgt-c-hdr {
    font-size: 16px;
    line-height: 125%;
  }

  .sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm {
    font-size: 14px;
    line-height: 140%;
  }

  .sgt-search .sgt-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sgt-search .sgt-wrap .sgt-col {
    width: 100%;
  }

  .sgt-search .sgt-wrap {
    top: 51px;
    padding: 11px 20px;
    padding-bottom: 19px;
  }

  .sgt-search .sgt-wrap .sgt-col .sgt-c-hdr {
    margin-bottom: 15px;
  }

  .sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-work {
    padding-left: 29px;
  }

  .sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-work::before {
    width: 16px;
    height: 16px;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .sgt-search .sgt-wrap .sgt-col ul li {
    margin-bottom: 16px;
  }

  .sgt-search .sgt-wrap .sgt-col {
    margin-bottom: 10px;
  }
  .sgt-search .sgt-wrap .sgt-col:last-child {
    margin-bottom: 0px;
  }

  .sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-teach::before {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
  }

  .sgt-search .sgt-wrap .sgt-col ul li .sgt-c-itm.icn-teach {
    padding-left: 29px;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-phone {
    font-size: 18px;
  }
  footer .ftt-top .ftt-block .ftt-bl-itm .ftt-bl-descr {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  footer .ftt-btm ul {
    display: none;
  }
  footer .ftt-top .ftt-mobile-list {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .s-gid .sgt-slider {
    min-width: calc(100% + 30px);
    width: 100%;
    position: relative;
    left: -15px;
  }
  footer .ftt-top .ftt-block {
    flex-direction: column;
    gap: 46px;
    padding: 45px 40px 40px 40px;
  }
}
@media only screen and (max-width: 420px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ch-city {
    font-size: 14px;
  }
  footer .ftt-top .my-container.flex {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 370px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .ch-city {
    font-size: 12px;
    padding-top: 9px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    font-size: 11px;
  }
  .ch-city {
    font-size: 11px;
    padding-left: 30px;
    padding-right: 20px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right {
    margin-left: 5px;
  }
  .ch-city::before, .ch-city::after {
    left: 10px;
    top: 8px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 930px) {
  .s-gid .sg-text .sgt-btn-wrap {
    /* max-width: unset; */
    width: 100%;
  }
}
@media (max-width: 786px) {
  .ch-city {
    font-size: 14px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    /* padding-right: 25px; */
  }
}
@media (max-width: 420px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    padding-top: 10px;
    /* padding-left: 12px; */
  }
}

@media (max-width: 409px) {
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    width: 53%;
    padding-top: 10px;
    font-size: 12px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right {
    margin-left: 10px;
  }
  .ch-city {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .ch-city {
    padding-right: 15px;
    padding-left: 38px;
  }
  .ch-city::before, .ch-city::after {
    left: 15px;
  }
}
@media (max-width: 330px) {
  .ch-city {
    font-size: 10px;
    padding-left: 32px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-left .sgt-btn {
    font-size: 10px;
  }
  .s-gid .sg-text .sgt-btn-wrap .sgt-right {
    margin-left: 5px;
  }
}

/* Custom Select */

.s-news-events .select-custom{
  color: #488EFB;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  border: 1px solid #488EFB;
  width: 200px;
  border-radius: 180px;
  position: relative;
  cursor: pointer;
}

.s-news-events .select__main-text{
  /* color: #488EFB; */
  font-size: 12px;
  text-wrap: nowrap;
  z-index: 10;
}

.s-news-events .select__main-text::after{
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-right: none;
  border-bottom: none;
  position: absolute;
  right: 15px;
  top: 13px;
  transform: rotate(225deg);
  transition: transform 0.5s;
}

.s-news-events .select__active{
  border-radius: 20px 20px 0 0;
  color: #fff;
  background: #488EFB;
}

.s-news-events .selected-choise{
  display: none;
  color: black;
  font-size: 12px;
  border: 1px solid #488EFB;
  width: 200px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
}

.s-news-events .selected-choise__item{
  list-style: none;
  color: #000000;
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  font-family: "OpenSansSemiBold", sans-serif;
  padding-right: 20px;
  padding-top: 8px;
  width: 100%;
}

.s-news-events .selected-choise__item:hover{
  background-color: gray;
  margin: 0
}

.s-news-events .current-select{
  padding-left: 19px;
  padding-right: 20px;
  padding-top: 8px;   
  padding-bottom: 8px;
}
.s-news-events .current-select:hover{
  background-color: rgba(194, 194, 194, 0.4);
}


.s-news-events .selected-choise__nav{
  transform: translate(-40px, -17px);
}
.s-news-events .rotate-arrow::after {
  transform: rotate(45deg);
  top: 13px;
  transition: transform 0.3s;
}

.s-news-events .current-select__allcategories{
  display: block;
}

/* end Custom Select */
