@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-DemiBold.woff") format("woff");
  font-weight: 650;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Meem";
  src: url("./newfonts/Meem-UltraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Meem";
}

.wrapper_service {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) inset;
}

.text-counter {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) inset;
}
@media screen and (max-width: 768px) {
  .text-counter {
    align-items: center !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .text-counter {
    align-items: center !important;
  }
}
.text-counter .has_text_color .wpb_wrapper {
  padding: 23px 16px 13px;
}
@media screen and (max-width: 768px) {
  .text-counter .has_text_color .wpb_wrapper {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    padding: 0;
  }
}
.text-counter .has_text_color .wpb_wrapper P {
  margin: 0 !important;
}
.text-counter .has_text_color .wpb_wrapper P strong {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
}

.icon-box-title .w-iconbox-icon {
  margin-left: 10px !important;
  width: 64px !important;
  background: #EEEEEE;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) inset;
  padding: 15px 20px !important;
  border-radius: 10px !important;
}
.icon-box-title .w-iconbox-meta .w-iconbox-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  padding: 2px 0 !important;
  position: relative;
}
.icon-box-title .w-iconbox-meta .w-iconbox-title:before {
  font-family: "uik" !important;
  content: "\e910";
  position: absolute;
  color: #CDCDCD;
  font-size: 24px;
  right: 155px;
  top: 0;
}
.icon-box-title .w-iconbox-meta .w-iconbox-text {
  color: #7C7C7C;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
}

.box_lesson_count {
  font-family: IRANSansX !important;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}

#gform_wrapper_1 #gform_fields_1 {
  grid-column-gap: 5px !important;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_1 #gform_fields_1 {
    grid-row-gap: 5px !important;
  }
}
#gform_wrapper_1 .gform-footer {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.text_wrapper_footer .wpb_wrapper p strong {
  color: #097FE8 !important;
  font-weight: 600;
}

.text_wrapper_block .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .text_wrapper_block .wpb_wrapper {
    grid-template-columns: 1fr;
  }
}
.text_wrapper_block .wpb_wrapper p {
  margin: 0 0 4px 0 !important;
}

@media screen and (max-width: 768px) {
  .wrapper_mobail_footer {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .wrapper_mobail_footer {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
  }
}

@media screen and (max-width: 768px) {
  .grid_row .w-grid-item {
    --gap: 10px !important;
  }
}

.text_banner_about-us .wpb_wrapper p strong {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .text_banner_about-us .wpb_wrapper p strong {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper_box_contact_me {
    --hwrapper-gap: 10px !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .wrapper_box_contact_me {
    display: flex !important;
    flex-direction: column !important;
    gap: 33px;
  }
}
.wrapper_box_contact_me .text_icon_contact_me .w-text-h {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper_box_contact_me .text_icon_contact_me .w-text-h {
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .wrapper_box_contact_me .text_icon_contact_me .w-text-h {
    justify-content: space-between;
  }
}

.text_telegram .wpb_wrapper {
  display: flex !important;
  flex-direction: row !important;
}
@media screen and (max-width: 768px) {
  .text_telegram .wpb_wrapper {
    flex-direction: column !important;
    text-align: center;
  }
}
.text_telegram .wpb_wrapper p {
  margin: 0 0 0 !important;
}

#gform_fields_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #gform_fields_2 {
    display: flex;
    flex-direction: column;
  }
}
#gform_fields_2 .gfield {
  height: 60px !important;
}
@media screen and (max-width: 768px) {
  #gform_fields_2 .gfield {
    width: 100%;
  }
}
#gform_fields_2 .gfield label {
  background: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  position: relative;
  top: 20px;
  padding-left: 7px;
  padding-right: 7px;
  right: 21px;
}
#gform_fields_2 #input_2_4 {
  height: 140px !important;
}
#gform_fields_2 #field_2_4 {
  grid-column: 2/3;
  grid-row: -1/3;
}
@media screen and (max-width: 768px) {
  #gform_fields_2 #field_2_4 {
    grid-column: 0;
    grid-row: 0;
  }
}
#gform_fields_2 #field_2_1,
#gform_fields_2 #field_2_2,
#gform_fields_2 #field_2_3 {
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  #gform_fields_2 #field_2_1,
  #gform_fields_2 #field_2_2,
  #gform_fields_2 #field_2_3 {
    grid-column: 0;
  }
}
#gform_fields_2 #field_submit {
  grid-column: 2/3;
  grid-row: 3/3;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #gform_fields_2 #field_submit {
    grid-column: 0;
    grid-row: 0;
    margin-top: 75px !important;
  }
}

.text_title_contact .w-text-h .w-text-value {
  position: relative;
}
.text_title_contact .w-text-h .w-text-value:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  background: #097FE8;
  height: 4px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrapper_icon {
    display: flex !important;
    flex-direction: column !important;
  }
}

.icon-color-post i {
  color: #CFCFCF;
  font-size: 24px;
}
.icon-color-post .w-text-h i {
  color: #CFCFCF;
  font-size: 24px;
}

.panel_navigation {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.wrapper_product .price_box_container {
  gap: 7px !important;
  align-items: center !important;
}
.wrapper_product .price_box_container .off_percent {
  border-radius: 5px;
}
.wrapper_product .price_box_container .price_list.on_sale {
  width: 100% !important;
  justify-content: space-between !important;
}
.wrapper_product .price_box_container .price_list.on_sale .price_row.final_price {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}
.wrapper_product .price_box_container .price_list.on_sale .price_row.final_price .currency {
  color: #2A2F33 !important;
  font-size: 16px !important;
}

.w-countdown {
  display: flex;
  flex-direction: row-reverse;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
}
.w-countdown .w-countdown-item {
  margin: 0;
  position: relative;
}
.w-countdown .w-countdown-item::before {
  content: ":";
  position: absolute;
  right: -27px;
  color: #8F8F8F;
}
.w-countdown .w-countdown-item .w-countdown-item-number {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 5px;
}
.w-countdown .w-countdown-item[data-type=seconds]::before {
  display: none;
}

.wrapper-product .w-iconbox-icon {
  margin-left: 15px !important;
}

.text_block_product .wpb_wrapper p {
  margin: 0 0 5px !important;
}
.text_block_product .wpb_wrapper p strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

.wrapper_Mother_product {
  counter-reset: counter_season;
}
.wrapper_Mother_product .w-tabs-section {
  counter-increment: counter_season;
  position: relative;
  border-width: 0 !important;
  margin-bottom: 10px !important;
  padding-right: 70px;
}
.wrapper_Mother_product .w-tabs-section:after {
  content: attr(data-time);
  position: absolute;
  top: 17px;
  left: 50px;
  font-weight: 200;
  font-size: 16px;
  line-height: 23px;
  color: #7C7C7C;
}
@media screen and (max-width: 768px) {
  .wrapper_Mother_product .w-tabs-section:after {
    display: none !important;
  }
}
.wrapper_Mother_product .w-tabs-section button {
  border: none !important;
  justify-content: space-between;
  background: #F4F4F4 !important;
  border-radius: 20px 0 0 20px;
}
.wrapper_Mother_product .w-tabs-section button .w-tabs-section-title {
  color: #2A2F33 !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 23px !important;
}
@media screen and (max-width: 768px) {
  .wrapper_Mother_product .w-tabs-section button .w-tabs-section-title {
    font-size: 16px !important;
  }
}
.wrapper_Mother_product .w-tabs-section:before {
  content: counter(counter_season);
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0px;
  background: #097FE8;
  border-radius: 0px 20px 20px 0;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: 55px;
  align-items: center;
  justify-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.wrapper_Mother_product .w-tabs-section .w-text-h i {
  color: #2A2F33 !important;
}

.title_teacher_block .wpb_wrapper p strong {
  font-weight: 800;
  font-size: 26px;
  line-height: 35px;
  color: #2A2F33;
}

.text_caption_teacher ul {
  margin-right: 15px !important;
}

.tab_sql .w-tabs-sections .w-tabs-section {
  border-width: 0 0 0 0 !important;
  margin-bottom: 10px;
}
.tab_sql .w-tabs-sections .w-tabs-section button {
  padding: 15px 20px 20px !important;
  box-shadow: 0px 0px 30px 0px rgba(141, 141, 141, 0.1490196078);
  border-radius: 10px !important;
}
.tab_sql .w-tabs-sections .w-tabs-section button .w-tabs-section-control:before {
  height: 8px !important;
  width: 2px !important;
}
.tab_sql .w-tabs-sections .w-tabs-section button .w-tabs-section-control:after {
  height: 8px !important;
  width: 2px !important;
}
.tab_sql .w-tabs-sections .w-tabs-section button:hover {
  border-radius: 10px !important;
}
.tab_sql .w-tabs-sections .w-tabs-section button.active {
  border-radius: 10px !important;
}
.tab_sql .w-tabs-sections .w-tabs-section button .w-tabs-section-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #2A2F33;
}

.counter {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.counter .w-counter-title {
  margin: 0 !important;
}
.counter .w-counter-value {
  font-size: 35px !important;
  font-weight: 100;
}
.counter .w-counter-value .w-counter-value-part.type_number {
  font-weight: 100 !important;
  font-size: 45px !important;
  line-height: 35px !important;
  color: #2A2F33 !important;
}

.wrapper_dropshadow {
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  .wrapper_dropshadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) inset !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .wrapper_dropshadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) inset !important;
  }
}

.counter.last-chaild .w-counter-value-part.type_number {
  margin-right: -45px !important;
}
@media screen and (max-width: 768px) {
  .counter.last-chaild .w-counter-value-part.type_number {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .counter.last-chaild .w-counter-value-part.type_number {
    margin-right: 0 !important;
  }
}

.grid_product .price_box_container {
  gap: 7px !important;
  align-items: center !important;
}
.grid_product .price_box_container .price_row .currency {
  color: #2A2F33 !important;
  font-size: 14px !important;
}
.grid_product .price_box_container .off_percent {
  border-radius: 5px;
}
.grid_product .price_box_container .price_list.on_sale {
  width: 100% !important;
  justify-content: space-between !important;
}
.grid_product .price_box_container .price_list.on_sale .price_row.final_price {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}
.grid_product .price_box_container .price_list.on_sale .price_row.final_price .currency {
  color: #2A2F33 !important;
  font-size: 14px !important;
}
.grid_product .price_box_container .price_list.on_sale .price_row.regular_price {
  font-weight: 400;
  font-size: 22px;
  line-height: 23px;
}

.head_titile {
  position: relative;
}
.head_titile:before {
  transition: all 0.5s ease-in;
  position: absolute;
  content: "";
  width: 100%;
  background: #097FE8;
  height: 5px;
  bottom: -23px;
  left: 0;
  opacity: 0;
}
.head_titile:hover:before {
  opacity: 1 !important;
}
.head_titile.active {
  color: #097FE8 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.head_titile.active:before {
  opacity: 1 !important;
}

#gform_wrapper_3 #gform_fields_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_3 #gform_fields_3 {
    grid-template-columns: 1fr;
  }
}
#gform_wrapper_3 #field_3_1,
#gform_wrapper_3 #field_3_3,
#gform_wrapper_3 #field_3_4,
#gform_wrapper_3 #field_3_5 {
  grid-column: 1/-1;
}
#gform_wrapper_3 #field_3_6,
#gform_wrapper_3 #field_3_7,
#gform_wrapper_3 #field_3_8,
#gform_wrapper_3 #field_3_9,
#gform_wrapper_3 #field_3_10 {
  grid-column: auto;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_3 .gfield.gfield--type-radio legend {
    font-size: 13px !important;
  }
}
#gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  margin-top: -37px;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio {
    flex-direction: column;
  }
}
#gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input {
  background: url("img/Vectoasdr.png");
  background-size: cover;
  background-position: center top;
  width: 24px;
  height: 24px;
  border: 0 !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input {
    width: 16px;
    height: 16px;
  }
}
#gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input:before {
  display: none !important;
}
#gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input:focus {
  box-shadow: none !important;
}
#gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input:checked {
  background: url("img/Vectoractiv.png");
  background-size: cover;
  background-position: center top;
  width: 24px;
  height: 24px;
  border: 0 !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  #gform_wrapper_3 .gfield.gfield--type-radio .ginput_container .gfield_radio .gchoice input:checked {
    width: 16px;
    height: 16px;
  }
}

.spot_player_download_block {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.spot_player_download_block > a {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2078431373);
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  gap: 5px;
}

.spot_player_download_block a img {
  max-width: 70px;
  border-radius: 9px;
  display: block;
}

.spot_player_download_block > a.disable {
  pointer-events: none;
  opacity: 0.5;
}

.spot_player_download_block > a i {
  font-size: 0.8em;
  color: #818181;
  font-style: normal;
}

.spot_guide_title {
  font-size: 19px;
  font-weight: 800;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.spot_player_guide_text {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}

.spot_player_guide_text.bold_center {
  font-weight: 600;
  text-align: center;
  line-height: 2;
  background: var(--panel_navbar_bg);
  color: var(--panel_navbar_color);
  border-radius: 8px;
  padding: 7px 15px;
  margin: 12px;
}

/*# sourceMappingURL=custom.css.map */
