@import url("https://use.typekit.net/wpi4cci.css"); /* General styles
 ===================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "urw-din";
  font-weight: 400;
  overflow-x: hidden;
  color: #2d3091;
  padding-top: 107px;
}
body.overflow {
  overflow-y: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "urw-din";
}

a {
  text-decoration: none;
  color: #2d3091;
}

ul,
li {
  list-style: none;
}

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

.btn {
  border: none;
  background-color: #fff;
  color: #2d3091;
  cursor: pointer;
  text-align: center;
}
.btn:focus {
  outline: none;
}

.container {
  max-width: 1153px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.center {
  display: flex;
  justify-content: center;
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.text.white {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 22222;
}

.header__inner {
  position: relative;
  z-index: 2;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header__logo img {
  max-width: 388px;
}

.header__container {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  min-height: 107px;
}

.header__nav {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.header__menu {
  display: flex;
}
/*.header__menu li:first-child {
  margin-right: 50px;
}
.header__menu li:nth-child(2) {
  margin-right: 30px;
}
.header__menu li:nth-child(3) {
  margin-right: 20px;
}
.header__menu li:last-child {
  margin-right: 20px;
}*/

.header__menu li {
	margin: 0px 20px 0px 20px;
}

.header__menu li a {
  font-weight: 700;
  text-transform: uppercase;
}

.header__mobile {
  display: none;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  min-height: 100vh;
  padding: 18px 5px;
  background-color: #2d3091;
  z-index: 555543;
  width: 100%;
  transition: left 0.2s ease;
}
.mobile-header.active {
  left: 0;
}

.mobile-header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 77px;
}

.mobile-header__logo img {
  max-width: 142px;
}

.mobile-header__btn {
  margin: 68px auto 0 auto;
  max-width: 284px;
  width: 100% !important;
}

.mobile-header__close {
  display: flex;
  min-height: 50px;
  background-color: #fff;
  padding: 0 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 36px;
  color: #2d3091;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mobile-header__menu li {
  text-align: center;
  margin-bottom: 45px;
}
.mobile-header__menu li:last-child {
  margin-bottom: 0;
}
.mobile-header__menu li a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.mobile-header__menu li .sub-menu {
  display: none;
}

.btn {
  border: none;
  background-color: #e51a73;
  color: #fff;
  cursor: pointer;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  min-height: 50px;
  padding: 0 33px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn--arrow {
  background-color: #1a1c5f;
  display: flex;
  gap: 10px;
}
.btn--arrow img {
  transform: rotate(180deg);
}
.btn--alt {
  background-color: #2d3091;
}
.btn:focus {
  outline: none;
}

.footer__top {
  background-color: #e51a73;
  min-height: 185px;
  width: 100%;
}

.footer__main {
  padding-bottom: 40px;
  background-color: #2d3091;
}

.footer__wrapper {
  display: flex;
  gap: 74px;
}

.footer__logo {
  margin-top: -60px;
}

.footer__nav {
  margin-top: -60px;
}

.footer__menu {
  display: flex;
  gap: 95px;
}
.footer__menu li {
  display: block;
}
.footer__menu li a {
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
  display: block;
  text-transform: uppercase;
}
.footer__menu li .sub-menu li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__menu li .sub-menu li a {
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 0;
}

.footer__bottom-menu {
  display: flex;
  gap: 39px;
  flex-wrap: wrap;
}
.footer__bottom-menu li a {
  color: #fff;
  text-decoration: underline;
}

.footer__left {
  display: flex;
  gap: 114px;
}

.footer__bottom {
  background-color: #2d3091;
  padding-bottom: 66px;
  color: #fff;
}

.footer__chevron {
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease;
  display: none;
}
.footer__chevron.active {
  transform: rotate(-90deg);
}

.footer__pill {
  background-color: #1a1c5f;
  border-radius: 38px;
  min-height: 76px;
  padding: 0 51px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.footer__social {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.footer__item {
  display: flex;
  align-items: flex-end;
}
.footer__item img {
  max-height: 24px;
}

.heading-30 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

/*===== Effect only Chrome on mac (aslo need add '.mac.chrome' classes to body by js) =====*/
.mac.chrome .yourClass {
  padding: 0;
}

/*===== Effect only Safari =====*/
_::-webkit-full-page-media,
_:future,
:root .yourClass {
  padding: 0;
}

.rel-blogs {
  background-color: #e51a73;
  padding: 37px 0 48px;
}

.rel-blogs__h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #fff;
}

.rel-blogs__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}
.rel-blogs__wrapper .blog-main__img {
  z-index: 1;
}

.blog-det {
  padding-bottom: 50px;
}

.blog-det__circ {
  padding-top: 50px;
  padding-bottom: 107px;
}

.blog-det__circl {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 45px;
}

.blog-det__circled {
  flex-basis: 30%;
}

.blog-det__par {
  flex-basis: 68%;
}
.blog-det__par p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.blog-det__par p:last-child {
  margin-bottom: 0;
}

.blog-det__mark {
  color: #e51a73;
  margin-bottom: 54px;
  font-size: 145px;
  font-weight: 700;
}

.blog-det__inner {
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 37px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  border-bottom: 1px solid #D5D5D5;
}

.blog-det__contents {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 25px;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 43px;
}
.blog-det__contents ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.blog-det__contents ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1A1C5F;
  border-radius: 100%;
  margin-right: 5px;
}
.blog-det__contents h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1C5F;
  margin-bottom: 20px;
}
.blog-det__contents p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.blog-det__quote {
  max-width: 666px;
  font-size: 20px;
  font-weight: 700;
  color: #1A1C5F;
}

.blog-det__name {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.blog-det__top {
  padding-top: 80px;
  background: linear-gradient(180deg, rgb(228, 237, 240) 0%, rgb(255, 255, 255) 100%);
}

.blog-det__sphere1 {
  position: absolute;
  top: 111px;
  left: -75px;
  z-index: 1;
}

.blog-det__sphere2 {
  position: absolute;
  top: 98px;
  right: -46px;
  z-index: 1;
}

.blog-det__sphere3 {
  position: absolute;
  bottom: 140px;
  right: 90px;
  z-index: 3;
}

.blog-det__header {
  margin-left: 190px;
}

.blog-det__inners {
  position: relative;
}

.blog-det__pic {
  border-radius: 75px;
  overflow: hidden;
  margin: 38px auto 0 auto;
  max-width: 905px;
}

.blog-det__info {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.blog-det__thumb {
  position: relative;
  z-index: 2;
}

.blog-det__date {
  font-size: 20px;
  font-weight: 700;
  color: #e51a73;
}

.blog-det__title {
  font-size: 30px;
  font-weight: 700;
  max-width: 558px;
  text-transform: uppercase;
  color: #1A1C5F;
}

.our-blog {
  padding-bottom: 50px;
}
.blog-main__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 22px;
}

.blog-main__card {
  border-radius: 45px;
  overflow: hidden;
}

.blog-main__top {
  position: relative;
  height: 222px;
  padding: 28px 0 12px 36px;
}

.blog-main__tag,
.blog-det__tag {
  background-color: #1A1C5F;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 28px;
  padding: 0 14px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.blog-main__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.blog-main__bottom {
  min-height: 152px;
  background-color: #E4EDF0;
  padding: 32px;
}

.blog-main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-main__date {
  font-size: 16px;
  font-weight: 700;
  color: #1A1C5F;
}

.blog-main__title {
  font-size: 18px;
  font-weight: 400;
  max-width: 272px;
  margin-top: 14px;
  line-height: 1.4;
}

.our-blog__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-main__h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1C5F;
  margin-bottom: 48px;
}

.blog-aside {
  flex-basis: 30%;
}

.blog-aside__group {
  margin-bottom: 20px;
}

.blog-aside__h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #1A1C5F;
}

.blog-aside__togeze {
  display: flex;
  gap: 12px;
  align-items: center;
}

.blog-aside__btn {
  border: 2px solid #E4EDF0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 74px;
  min-height: 50px;
  padding: 0 28px;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 12px;
}

.blog-main {
  flex-basis: 67%;
}

.mini-blog {
  border-radius: 75px;
  overflow: hidden;
  padding: 41px 48px 41px 55px;
}
.mini-blog:nth-child(odd) {
  background-color: #2E3194;
}
.mini-blog:nth-child(even) {
  background-color: #E51A73;
}

.mini-blog__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.mini-blog__thumb {
  max-width: 101px;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.mini-blog__top {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.mini-blog__tag {
  background-color: #1A1C5F;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 28px;
  padding: 0 14px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.mini-blog__date {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.mini-blog__title {
  max-width: 253px;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.blog-top__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-top {
  padding: 106px 0 58px;
  background: linear-gradient(180deg, rgb(228, 237, 240) 0%, rgb(255, 255, 255) 100%);
}

.blog-top__latest .container {
  max-width: 1132px;
}

.blog-top__h3 {
  font-family: "urw-din";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 40px;
  text-transform: uppercase;
}

.blog-top__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.blog-top__sphere {
  position: absolute;
  top: -62px;
  left: -74px;
  z-index: -2;
}

.blog-top__left {
  border-radius: 75px;
}

.single-blog {
  position: relative;
  overflow: hidden;
  padding: 40px 0 37px;
  border-radius: 75px;
}

.single-blog__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.single-blog__tag {
  background-color: #1A1C5F;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 28px;
  padding: 0 14px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}

.single-blog__box {
  max-width: 455px;
  width: 100%;
  background-color: #1A1C5F;
  border-radius: 48px;
  padding: 35px 42px 22px 44px;
  margin: 160px auto 0 auto;
}

.single-blog__line {
  display: flex;
  align-items: center;
}

.single-blog__info {
  width: 100%;
}

.single-blog__date {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.single-blog__title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  max-width: 280px;
  margin-top: 10px;
}

.selectric-main-form__dropdown .selectric {
  border: none;
  box-shadow: unset;
}
.selectric-main-form__dropdown .selectric .label {
  font-size: 22px;
  color: #2d3091;
  font-weight: 700;
  padding: 6px 6px 6px 0;
  background: #fff;
}
.selectric-main-form__dropdown .selectric .button {
  border-left: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
}
.selectric-main-form__dropdown .selectric .button::after {
  border-width: 6px;
  border-top-color: #2d3091;
  right: 9px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.selectric-main-form__dropdown .selectric-items {
  border-color: #2d3091;
}
.selectric-main-form__dropdown .selectric-items li {
  font-size: 14px;
  color: #2d3091;
}
.selectric-main-form__dropdown .selectric-items li.highlighted {
  background: #e4edf0;
  color: #2d3091;
}

.page-id-17 .footer__top {
  background-color: #fff;
}

.ticks__bottom {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
}

.page-id-13 .unplugged-hero__logo::before {
  display: none;
}
.page-id-13 .circle-box__inner {
  position: relative;
}
.page-id-13 .reviews {
  padding: 100px 0 65px;
}
.page-id-13 .why-join {
  padding-top: 64px;
}
.page-id-13 .why-join__wrapper {
  padding-bottom: 140px;
  margin-bottom: 0;
}

.page-id-8 .footer__top {
  background-color: #fff;
}

.home .grey-circle {
  margin-bottom: -214px;
  position: relative;
  z-index: 2;
}
.home .choose-ser__h3 {
  margin-top: 20px;
}
.home .circle-box__inner {
  padding-bottom: 0;
}
.home .title-circle {
  padding: 48px 0 96px;
}

.resources {
  background-color: #2d3091;
  padding: 66px 0 77px;
}

.resources__row {
  border-radius: 75px;
  background-color: #1A1C5F;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.resources__row:last-child {
  margin-bottom: 0;
}

.resources__line {
  display: flex;
  gap: 13px;
}

.resources__content {
  max-width: 314px;
}

.resources__h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}

.resources__text {
  color: #fff;
  font-size: 16px;
}

.resources__icon {
  margin-top: 26px;
}

.resources__h3 {
  color: #fff;
  margin-bottom: 40px;
}

.resources__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.resources__left {
  flex-basis: 48%;
}

.resources__video {
  border-radius: 75px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 433px;
}

.resources__thumb {
  position: absolute;
  inset: 0;
}
.resources__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources__layer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resources__play {
  margin-bottom: 71px;
  display: block;
  cursor: pointer;
}

.resources__title {
  padding: 26px 12px 22px 40px;
  max-width: 417px;
  width: 100%;
  background-color: #2d3091;
  border-radius: 38px;
  min-height: 76px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.resources__right {
  flex-basis: 48%;
}

.resources__btn {
  margin: 40px auto 0 auto;
  text-align: center;
}

.coaching-page .circle-box__inner {
  margin-bottom: -134px;
  position: relative;
}
.coaching-page .reviews {
  padding: 100px 0 65px;
}
.coaching-page .why-join {
  padding-top: 64px;
}
.coaching-page .why-join__wrapper {
  margin-bottom: 187px;
}

.why-join__btn {
  margin-top: 17px;
}

.reviews {
  padding: 61px 0 65px;
  background: #e4edf0;
}
.reviews .container {
  position: relative;
}
.reviews .swiper-wrapper {
  position: static !important;
}

.reviews-swiper {
  padding: 90px 10px 50px !important;
  min-width: 1454px;
  position: static !important;
}

.reviews-swiper__pag {
  position: absolute;
  left: 50% !important;
  bottom: -10px !important;
  display: flex;
  gap: 13px;
}
.reviews-swiper__pag .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #fff;
}
.reviews-swiper__pag .swiper-pagination-bullet-active {
  background-color: #e51a73;
}

.reviews-swiper__slide {
  width: 460px !important;
}

.reviews-swiper__inner {
  background-color: #fff;
  border-radius: 75px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 0 20px;
}

.reviews-swiper__photo {
  position: absolute;
  max-width: 128px;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.reviews-swiper__content {
  padding: 100px 20px 50px;
}

.reviews-swiper__text {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.reviews-swiper__name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 13px;
}

.book-class {
  background-color: #e51a73;
  position: relative;
  padding: 58px 0 24px;
}

.book-class__h2 {
  font-size: 67px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}

.book-class__btn {
  margin: 0 auto;
}

.book-class__electro {
  position: absolute;
  bottom: 0;
  right: -22px;
}

.wh-expect {
  padding-bottom: 95px;
}

.wh-expect__wrapper {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wh-expect__left {
  flex-basis: 70%;
}

.wh-expect__h3 {
  text-align: left;
}

.wh-expect__text {
  margin: 21px 0 24px;
  max-width: 560px;
  width: 100%;
}

.wh-expect__right {
  flex-basis: 25%;
  margin-top: 12px;
}

.why-join {
  position: relative;
}
.why-join::after {
  content: "";
  display: block;
  background-color: #e51a73;
  width: 100%;
  height: 345px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.why-join__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 49px;
  position: relative;
  z-index: 2;
}

.why-join__h3 {
  margin-bottom: 53px;
}

.why-join__card {
  border-radius: 75px;
  background-color: #fff;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.16);
  padding: 36px 20px 55px;
}

.why-join__inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.why-join__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 17px;
}

.why-join__electro {
  position: absolute;
  bottom: 0;
  right: -22px;
  z-index: 2;
}

.why-join__bottom {
  max-width: 708px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.why-join__bottom a {
  color: #fff;
}

.why-join__h4 {
  font-size: 22px;
  font-weight: 700;
  color: #e51a73;
}

.why-join__icon {
  margin-bottom: 18px;
}

.why-join__content {
  font-size: 16px;
}
.why-join__content p {
  font-size: 16px;
  margin-bottom: 24px;
}
.why-join__content ul {
  margin-bottom: 28px;
}
.why-join__content ul li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.why-join__content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2d3091;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.ticks {
  padding-bottom: 46px;
}

.ticks__text {
  margin: 0 auto 35px;
  max-width: 822px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.ticks__wrapper {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.ticks__col {
  text-align: center;
}

.ticks__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

.circle-box__inner {
  padding-bottom: 65px;
}
.circle-box__inner.reverse .circle-box__left {
  order: 2;
}
.circle-box__inner.reverse .circle-box__dec2 {
  left: 33px;
}
.circle-box__inner.reverse .circle-box__dec1 {
  top: 46px;
  right: -36px;
}
.circle-box__inner.reverse .circle-box__circle {
  display: flex;
  justify-content: flex-end;
}
.circle-box__inner.reverse .circle-box {
  padding: 42px 109px 67px;
}
.circle-box__inner.reverse .circle-box__text {
  max-width: 454px;
}
.circle-box__inner.reverse .circle-box__right {
  order: 1;
}

.unplugged-hero {
  min-height: 632px;
  background: linear-gradient(to bottom, rgb(228, 237, 240) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}

.unplugged-hero__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.unplugged-hero__inner {
  position: absolute;
  top: 0;
  right: 0;
}
.unplugged-hero__inner::after {
  content: "";
  display: block;
  width: 176px;
  height: 176px;
  background-color: #e51a73;
  border-radius: 100%;
  position: absolute;
  top: -51px;
  left: -102px;
  z-index: 1;
}

.unplugged-hero__img {
  max-width: 832px;
  position: relative;
  z-index: 2;
}

.unplugged-hero__logo {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.unplugged-hero__logo::after {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  background-color: #e51a73;
  mix-blend-mode: multiply;
  border-radius: 100%;
  position: absolute;
  top: 36px;
  right: -48px;
}
.unplugged-hero__logo::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #e51a73;
  mix-blend-mode: multiply;
  border-radius: 100%;
  position: absolute;
  top: -87px;
  right: -12px;
}
.unplugged-hero__logo img {
  max-width: 253px;
}

.unplugged-hero__left {
  flex-basis: 40%;
  padding-top: 117px;
}

.unplugged-hero__title h1 {
  font-size: 70px;
  color: #2d3091;
  text-transform: uppercase;
  line-height: 1;
}
.unplugged-hero__title h1 span {
  color: #e51a73;
}

.unplugged-hero__text {
  margin-top: 20px;
  font-size: 16px;
}

.unplugged-hero__right {
  flex-basis: 60%;
}

.contact-info {
  margin: 66px 0 105px;
}

.main-form {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
.main-form textarea {
  height: 98px;
  width: 100%;
  resize: none;
  border: none;
  font-size: 14px;
  font-family: inherit;
  color: #2d3091;
}
.main-form textarea:focus {
  outline: none;
}

.main-form__line {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(45, 48, 145, 0.42);
  margin-bottom: 28px;
}

.main-form__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.main-form__input {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  color: #2d3091;
  border: none;
}
.main-form__input:focus {
  outline: none;
}
.main-form__input::-moz-placeholder {
  color: #2d3091;
}
.main-form__input::placeholder {
  color: #2d3091;
}

.contact-info__wrapper {
  display: flex;
  border-radius: 75px;
  min-height: 530px;
  overflow: hidden;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.16);
}

.contact-info__left {
  padding: 60px 38px 0 54px;
  flex-basis: 34%;
  background-color: #e51a73;
  position: relative;
  overflow: hidden;
}

.contact-info__h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.contact-info__text {
  margin: 20px 0 40px;
  font-size: 15px;
  color: #fff;
}

.contact-info__line {
  margin-bottom: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.contact-info__dec1 {
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.53);
  bottom: 38px;
  right: -21px;
}

.contact-info__dec2 {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  bottom: 38px;
  right: 45%;
  transform: translateX(50%);
}

.contact-info__link {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

.contact-info__right {
  flex-basis: 66%;
  padding: 75px 10px 44px;
}

.about-top {
  padding: 90px 0;
  background: linear-gradient(to bottom, rgb(228, 237, 240) 0%, rgba(255, 255, 255, 0) 100%);
}

.about-top__h1 h1 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.about-top__h1 span {
  color: #e51a73;
}

.about-top__text {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.about-circle {
  padding-bottom: 80px;
  position: relative;
}

.about-circle__huge {
  width: 339px;
  height: 339px;
  border-radius: 100%;
  background-color: #e51a73;
  position: absolute;
}

.about-circle__right1 {
  top: 0;
  right: -234px;
}

.about-circle__left1 {
  bottom: 20px;
  left: -234px;
}

.about-circle__small {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #e51a73;
  position: absolute;
}

.about-circle__right2 {
  top: -45px;
  right: 70px;
}

.about-circle__wrapper {
  position: relative;
  z-index: 2;
}

.about-circle__left2 {
  bottom: 370px;
  left: 70px;
}

.about-circle__item {
  max-width: 948px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 87px;
  flex-wrap: wrap;
}
.about-circle__item:last-child {
  margin-bottom: 0;
}
.about-circle__item:nth-child(even) .about-circle__photo {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
.about-circle__item:nth-child(even) .about-circle__content {
  order: 1;
}
.about-circle__item:nth-child(even) .about-circle__text {
  max-width: 570px;
}

.about-circle__text p {
  margin-bottom: 28px;
}
.about-circle__text p:last-child {
  margin-bottom: 0;
}

.about-circle__photo {
  flex-basis: 34%;
}

.about-circle__content {
  flex-basis: 62%;
}

.about-circle__h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.about-circle__img {
  max-width: 292px;
}

.choose-ser {
  background-color: #e51a73;
  padding: 264px 0 74px;
  position: relative;
}
.choose-ser .circle-box {
  margin-top: -510px;
}

.circle-box {
  border-radius: 75px;
  padding: 42px 112px 67px;
  background-color: #e4edf0;
}
.circle-box.pink {
  background-color: #e51a73;
}
.circle-box.pink .circle-box__right {
  color: #fff;
}
.circle-box.pink .circle-box__dec1 {
  background-color: rgba(255, 255, 255, 0.53);
}
.circle-box.pink .circle-box__dec2 {
  background-color: #fff;
}
.circle-box.pink .circle-box__text {
  max-width: 524px;
}

.choose-ser__h3 {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 65px;
}

.choose-ser__h5 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 6px;
}

.choose-ser__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
  margin-top: 40px;
}

.choose-ser__electro {
  position: absolute;
  top: 263px;
  right: -22px;
}

.choose-ser__card {
  background-color: #fff;
  border-radius: 38px;
  padding: 20px 12px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose-ser__logo {
  max-width: 190px;
}

.choose-ser__btn {
  min-height: 56px;
  margin-top: 5px;
}

.circle-box__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.circle-box__left {
  flex-basis: 42%;
}

.circle-box__img {
  max-width: 302px;
}

.circle-box__right {
  flex-basis: 56%;
}

.circle-box__h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.circle-box__text {
  margin: 20px 0;
  max-width: 480px;
  font-size: 16px;
}
.circle-box__text p {
  margin-bottom: 28px;
}

.circle-box__circle {
  position: relative;
}

.circle-box__dec1 {
  position: absolute;
  top: 51px;
  right: 40px;
  height: 95px;
  width: 95px;
  background-color: rgba(229, 26, 115, 0.52);
  border-radius: 100%;
}

.circle-box__dec2 {
  position: absolute;
  bottom: 5px;
  left: -34px;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: #e51a73;
}

.title-circle {
  position: relative;
  overflow-x: hidden;
  padding: 50px 0 296px;
  background: linear-gradient(to bottom, rgb(228, 237, 240) 0%, rgba(255, 255, 255, 0) 100%);
}

.title-circle__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.title-circle__electro {
  position: absolute;
  top: 50%;
  left: -20px;
}

.title-circle__left {
  flex-basis: 48%;
}

.title-circle__h1 h1 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.title-circle__h1 span {
  color: #e51a73;
}

.title-circle__text {
  font-size: 22px;
  max-width: 420px;
  margin-top: 20px;
}

.title-circle__right {
  flex-basis: 48%;
}

.title-circle__circle {
  max-width: 478px;
  position: relative;
}

.title-circle__img {
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.title-circle__decor1 {
  position: absolute;
  top: 51px;
  right: -26px;
  height: 92px;
  width: 92px;
  background-color: #e51a73;
  border-radius: 100%;
  z-index: 3;
}

.title-circle__decor2 {
  position: absolute;
  bottom: 17px;
  right: -48px;
  height: 206px;
  width: 206px;
  background-color: #e51a73;
  mix-blend-mode: multiply;
  border-radius: 100%;
  z-index: 3;
}

.title-circle__decor3 {
  position: absolute;
  bottom: -10px;
  left: -64px;
  height: 206px;
  width: 206px;
  background-color: #2d3091;
  border-radius: 100%;
  z-index: 1;
}

@media (max-width: 1500px) {
  .title-circle__electro {
    top: 36%;
    left: -41px;
  }
  .footer__top {
    min-height: unset;
  }
}
@media (max-width: 1400px) {
  .unplugged-hero__left {
    flex-basis: 38%;
  }
  .title-circle__h1 h1 {
    font-size: 60px;
  }
  .title-circle__left {
    padding-left: 50px;
  }
}
@media (max-width: 1300px) {
  .title-circle__left {
    padding-left: 100px;
  }
  .header__menu li:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .single-blog__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-top__wrapper {
    gap: 20px;
  }
  .single-blog {
    border-radius: 60px;
  }
  .mini-blog {
    border-radius: 60px;
    padding: 41px 28px 41px 24px;
  }
  .resources__video {
    min-height: 376px;
  }
  .book-class__h2 {
    font-size: 56px;
  }
  .unplugged-hero {
    min-height: 432px;
  }
  .circle-box__inner .circle-box {
    padding: 41px 60px 67px;
  }
  .unplugged-hero__img {
    max-width: 532px;
  }
  .unplugged-hero__title h1 {
    font-size: 50px;
  }
  .unplugged-hero__logo {
    width: 204px;
    height: 204px;
  }
  .header__mobile {
    display: flex;
    align-items: center;
  }
  .header__burger {
    display: flex;
    min-height: 50px;
    background-color: #e51a73;
    padding: 0 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
  }
  .header__nav {
    display: none;
  }
  .title-circle__left {
    padding-left: 0;
  }
  .title-circle__electro {
    top: 57%;
    left: -20px;
  }
}
@media (max-width: 996px) {
  .blog-aside {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  .blog-aside__group:first-child {
    flex-basis: 32%;
  }
  .blog-aside__group:nth-child(2) {
    flex-basis: 66%;
  }
  .blog-aside__group:nth-child(2) .blog-aside__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .blog-main {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .blog-top__wrapper {
    grid-template-columns: 1fr;
    max-width: 570px;
    margin: 0 auto;
  }
  .resources__play {
    margin-bottom: 38px;
  }
  .resources__title {
    padding: 10px 12px 10px 40px;
    max-width: 280px;
    min-height: 54px;
    font-size: 20px;
  }
  .resources__video {
    min-height: 290px;
  }
  .circle-box__inner {
    margin-top: 20px;
  }
  .circle-box__inner.reverse .circle-box {
    padding: 36px 30px 44px;
  }
  .circle-box__inner .circle-box {
    padding: 36px 30px 44px;
  }
  .unplugged-hero__left {
    flex-basis: 100%;
    order: 2;
    padding-top: 0;
    margin-top: 50px;
    text-align: center;
  }
  .unplugged-hero__right {
    flex-basis: 100%;
    min-height: 360px;
    order: 1;
  }
  .about-top__h1 h1 {
    font-size: 40px;
  }
  .about-circle__small {
    display: none;
  }
  .about-circle__huge {
    display: none;
  }
  .footer__wrapper {
    gap: 33px;
  }
  .footer__menu {
    display: flex;
    gap: 50px;
  }
  .footer__left {
    gap: 30px;
  }
  .footer__pill {
    padding: 0 17px;
  }
  .footer__nav {
    margin-top: -20px;
  }
  .footer__logo {
    margin-top: -20px;
  }
  .choose-ser__wrapper {
    padding: 0 15px;
  }
  .title-circle__h1 h1 {
    font-size: 50px;
  }
  .title-circle__decor1 {
    right: 36px;
    height: 42px;
    width: 42px;
  }
  .title-circle__decor2 {
    right: 20px;
    height: 101px;
    width: 101px;
  }
  .title-circle__decor3 {
    height: 77px;
    width: 77px;
    bottom: 6px;
    left: 46px;
  }
  .home .grey-circle {
    margin-bottom: 0;
  }
  .home .grey-circle .container {
    padding: 0;
  }
  .home .grey-circle .circle-box {
    border-radius: 0;
    margin-top: 0;
    padding: 42px 45px 67px;
  }
  .home .grey-circle .circle-box__right {
    flex-basis: 50%;
  }
  .choose-ser {
    padding-top: 1px;
  }
  .title-circle {
    padding: 50px 0 53px;
  }
  .choose-ser__electro {
    display: none;
  }
  .title-circle__electro {
    display: none;
  }
  .circle-box__dec1 {
    right: -20px;
  }
  .contact-info__left {
    padding: 40px 20px 0 24px;
  }
  .contact-info__h3 {
    font-size: 24px;
  }
  .contact-info__left {
    flex-basis: 40%;
  }
  .contact-info__right {
    flex-basis: 60%;
  }
  .why-join__electro {
    display: none;
  }
  .blog-det__pic {
    max-width: 620px;
  }
  .rel-blogs__wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .rel-blogs__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rel-blogs__wrapper .blog-main__card {
    max-width: 340px;
    margin: 0 auto;
  }
  .blog-det__sphere1,
.blog-det__sphere2,
.blog-det__sphere3 {
    display: none;
  }
  .blog-det__header {
    margin-left: 40px;
  }
  .blog-aside {
    flex-wrap: wrap;
  }
  .blog-aside__group:first-child {
    flex-basis: 100%;
  }
  .blog-aside__group:first-child .blog-aside__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .blog-aside__group:nth-child(2) {
    flex-basis: 100%;
  }
  .single-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single-blog {
    border-radius: 42px;
  }
  .single-blog__box {
    border-radius: 42px;
    padding: 35px 21px 22px 26px;
  }
  .mini-blog {
    border-radius: 60px;
  }
  .single-blog__tag {
    margin-bottom: 34px;
  }
  .single-blog__box {
    margin: 0 12px;
  }
  .home .grey-circle .circle-box__text {
    max-width: unset;
  }
  .home .grey-circle .circle-box {
    border-radius: 0;
    margin-top: 0;
    padding: 32px 32px 47px;
  }
  .home .grey-circle .circle-box__right {
    flex-basis: 100%;
  }
  .resources__video {
    max-width: 530px;
    margin: 0 auto;
  }
  .resources__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .resources__left {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .resources__right {
    flex-basis: 100%;
  }
  .resources__row {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
  .reviews-swiper {
    min-width: 930px;
  }
  .reviews-swiper__inner {
    box-shadow: none;
    padding: 0;
  }
  .reviews-swiper {
    padding: 90px 0 50px 0 !important;
  }
  .reviews-swiper__slide {
    width: inherit !important;
  }
  .reviews-swiper__pag {
    left: 40% !important;
  }
  .book-class__h2 {
    font-size: 40px;
  }
  .wh-expect__left {
    flex-basis: 100%;
    order: 2;
    margin-top: 20px;
  }
  .wh-expect__right {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    order: 1;
  }
  .wh-expect__right img {
    max-width: 232px;
  }
  .wh-expect__btn {
    margin: 0 auto;
  }
  .wh-expect__h3 {
    text-align: center;
  }
  .wh-expect__text {
    margin: 21px auto 24px;
    text-align: center;
  }
  .unplugged-hero__left {
    margin-top: 20px;
  }
  .circle-box.pink .circle-box__text {
    max-width: unset;
  }
  .circle-box__inner.reverse .circle-box__text {
    max-width: unset;
  }
  .circle-box__inner .container {
    padding: 0;
  }
  .circle-box__inner .circle-box__left {
    display: none;
  }
  .circle-box__inner .circle-box {
    border-radius: 0;
  }
  .circle-box__inner .circle-box__text {
    max-width: unset;
  }
  .circle-box__inner .circle-box__right {
    flex-basis: 100%;
  }
  .unplugged-hero__img {
    max-width: 432px;
  }
  .unplugged-hero__title h1 {
    font-size: 40px;
  }
  .unplugged-hero__logo {
    width: 164px;
    height: 164px;
  }
  .unplugged-hero__logo::after {
    width: 72px;
    height: 72px;
  }
  .contact-info__wrapper {
    flex-wrap: wrap;
  }
  .contact-info__h3 {
    text-align: center;
  }
  .contact-info__text {
    text-align: center;
  }
  .contact-info__line {
    justify-content: center;
  }
  .contact-info__dec2 {
    right: unset;
    left: 20px;
  }
  .contact-info__left {
    flex-basis: 100%;
    padding: 40px 40px 0 44px;
  }
  .contact-info__right {
    flex-basis: 100%;
  }
  .about-circle__photo {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
  .about-circle__item:nth-child(even) .about-circle__content {
    order: 2;
  }
  .about-circle__item:nth-child(even) .about-circle__photo {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .about-circle__item:nth-child(even) .about-circle__text {
    max-width: unset;
  }
  .about-circle__content {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }
  body {
    padding-top: 87px;
  }
  .header__container {
    min-height: 87px;
    padding-right: 22px;
  }
  .title-circle__electro {
    display: block;
  }
  .footer__logo {
    display: none;
  }
  .footer__nav {
    margin-top: 20px;
    width: 100%;
  }
  .footer__chevron {
    display: block;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    top: 5px;
    right: 14px;
  }
  .footer__menu {
    flex-direction: column;
    gap: 36px;
  }
  .footer__menu li {
    position: relative;
    padding-left: 20px;
  }
  .footer__menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 12px;
  }
  .footer__menu li .sub-menu {
    display: none;
  }
  .footer__menu li .sub-menu li {
    padding-left: 0;
  }
  .footer__menu li .sub-menu li a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer__pill {
    flex-wrap: wrap;
    padding: 36px 12px;
    gap: 27px;
    max-width: 314px;
    width: 100%;
    margin: 0 auto;
  }
  .footer__left {
    flex-basis: 100%;
    order: 2;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__bottom-menu {
    flex-direction: column;
    align-items: center;
  }
  .footer__right {
    flex-basis: 100%;
    order: 1;
    display: flex;
    justify-content: center;
  }
  .choose-ser__h3 {
    font-size: 28px;
  }
  .choose-ser__wrapper {
    grid-template-columns: 1fr;
  }
  .choose-ser__card {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .grey-circle .circle-box__left {
    display: none;
  }
  .grey-circle .circle-box__right {
    flex-basis: 100%;
  }
  .grey-circle .circle-box {
    padding: 42px 35px 67px;
  }
  .title-circle__h1 h1 {
    max-width: 350px;
    margin: 30px 0 0 15px;
  }
  .title-circle__text {
    margin-left: 15px;
  }
  .title-circle__electro {
    max-width: 134px;
    top: 86px;
    right: -34px;
    left: unset;
    transform: rotate(140deg);
  }
  .title-circle__left {
    flex-basis: 100%;
  }
  .title-circle__right {
    flex-basis: 100%;
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }
  .header__logo img {
    max-width: 235px;
  }
  .ticks__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ticks__tick {
    margin-bottom: 20px;
  }
  .ticks__title {
    max-width: 400px;
    margin: 0 auto;
  }
  .why-join__wrapper {
    grid-template-columns: 1fr;
  }
  .why-join__card {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
  .blog-det__inner {
    margin-top: 10px;
  }
  .blog-det__contents {
    padding-top: 10px;
  }
  .blog-det__circl {
    flex-direction: column;
  }
  .blog-det__circled {
    max-width: 380px;
  }
}
@media (max-width: 576px) {
  .blog-det__inner {
    gap: 10px;
  }
  .blog-det__header {
    margin-left: 0;
  }
  .blog-det__quote {
    font-size: 16px;
  }
  .blog-det__title {
    font-size: 24px;
  }
  .reviews-swiper {
    min-width: unset;
  }
  .book-class__electro {
    display: none;
  }
  .book-class__h2 {
    font-size: 30px;
  }
  .unplugged-hero__logo {
    left: 20px;
  }
  .unplugged-hero__inner::after {
    display: none;
  }
  .unplugged-hero__right {
    min-height: 318px;
  }
  .contact-info__dec1 {
    display: none;
  }
  .contact-info__dec2 {
    display: none;
  }
  .title-circle__circle {
    max-width: 235px;
  }
  .title-circle__decor1 {
    right: 0px;
    top: 18px;
  }
  .title-circle__decor2 {
    right: -28px;
  }
  .title-circle__decor3 {
    left: -16px;
  }
  .grey-circle .circle-box {
    padding: 42px 20px 67px;
  }
  .choose-ser__h3 {
    font-size: 28px;
    max-width: 212px;
    margin: 37px auto 14px;
  }
  .circle-box__h3 {
    font-size: 24px;
  }
  .heading-30 {
    font-size: 24px;
  }
  .title-circle__h1 h1 {
    font-size: 40px;
  }
  .title-circle__text {
    font-size: 17px;
  }
  .single-blog {
    padding: 40px 10px 37px 10px;
  }
  .single-blog__title {
    font-size: 18px;
  }
  .mini-blog__title {
    font-size: 18px;
  }
  .blog-top {
    padding: 40px 0;
  }
  .blog-top__h3 {
    margin: 10px 0 56px;
  }
  .blog-main__wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 400px;
    margin: 0 auto;
  }
  .blog-main__h3 {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .blog-det__mark {
    margin-bottom: 117px;
    font-size: 120px;
  }
  .blog-aside__btn {
    padding: 0 8px;
    font-size: 14px;
  }
  .blog-aside__togeze {
    gap: 6px;
  }
  .single-blog__date {
    text-align: center;
  }
  .mini-blog__wrapper {
    flex-wrap: wrap;
  }
  .single-blog__title {
    text-align: center;
  }
  .mini-blog__title {
    max-width: unset;
    text-align: center;
  }
  .mini-blog__top {
    justify-content: center;
  }
  .mini-blog__right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .single-blog__arrow {
    margin-top: 30px;
  }
  .single-blog__line {
    flex-direction: column;
  }
  .mini-blog__center {
    flex-basis: 100%;
  }
  .mini-blog__left {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .resources__line {
    flex-wrap: wrap;
  }
  .resources__icon {
    margin: 24px auto 0;
  }
  .resources__content {
    text-align: center;
    margin: 0 auto;
  }
  .resources__row {
    padding: 16px 0;
  }
  .resources__play {
    margin-bottom: 24px;
  }
  .resources__play img {
    width: 60px;
  }
  .resources__title {
    max-width: 252px;
  }
  .resources__video {
    min-height: 233px;
    border-radius: 50px;
  }
  .book-class__h2 {
    font-size: 26px;
  }
  .unplugged-hero__logo::before {
    display: none;
  }
  .unplugged-hero__logo {
    width: 134px;
    height: 134px;
  }
  .unplugged-hero__logo {
    bottom: -17px;
  }
  .title-circle__h1 h1 {
    font-size: 34px;
  }
  .title-circle__electro {
    max-width: 110px;
  }
  .header__logo img {
    max-width: 208px;
  }
}