.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jump_up {
  0% {
    transform: translate(-50%, .4rem);
  }
  25% {
    transform: translate(-50%, -1rem);
  }
  50% {
    transform: translate(-50%, .4rem);
  }
  75% {
    transform: translate(-50%, -1rem);
  }
  100% {
    transform: translate(-50%, .4rem);
  }
}

.jump_up {
  animation-name: jump_up;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    color: #006b25;
  }
  100% {
    color: #0071DF;
  }
}
@-webkit-keyframes logoRes {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes logoRes {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes showDialog {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale3 { 0% {transform: scale(0.95);} 100% {transform: scale(1.05);} }
.scale {
  animation-name: scale;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@-webkit-keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

video {
  width: 100%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover, a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub.red, sup.red {
  color: #e31e26;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

p {
  font: 400 1.5rem/1.6 "Cabin", sans-serif;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea {
  -webkit-appearance: none;
  appearance: none;
}

ul, ol {
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

[class^=icon_], [class*=" icon_"], .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

ul li, ol li {
  list-style: none;
}

.dialog_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1500;
  padding: 0 1rem;
  overflow-y: auto;
}

.dialog {
  display: none;
  align-items: center;
  max-width: 40rem;
  margin: 4rem auto;
  min-height: calc(100% - 8rem);
}
.dialog.modal_small {
  max-width: 31rem;
}
.dialog.modal_medium {
  max-width: 50rem;
}
.dialog.modal_large {
  max-width: 85rem;
}
.dialog.modal_xlarge {
  max-width: 65vw;
}

.modal_wrap {
  width: 100%;
  padding: 2rem 3rem 2.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border-top: 0.6rem solid #0071DF;
  z-index: 1503;
  position: relative;
}
.modal_wrap .icon_close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #0071DF;
  cursor: pointer;
  font-size: 3rem;
  transition: color 0.3s linear;
}
.modal_wrap .icon_close:focus {
  color: #dc3545;
}
.modal_wrap .icon_close .icon {
  display: block;
}
.modal_wrap .image_wrap {
  position: relative;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  margin: -5.5rem auto 0;
  border-radius: 50%;
  text-align: center;
  background-color: #0071DF;
}
.modal_wrap .image_wrap .icon {
  height: 4rem;
  width: 4rem;
  color: #ffffff;
  animation: zoomIn 0.5s both;
  animation-delay: 0.2s;
}
.modal_wrap .modal_text {
  text-align: center;
  margin: 2rem 0 0.5rem;
}
.modal_wrap .modal_text .modal_title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
  margin: 0 auto;
}
.modal_wrap .modal_text .modal_title_h2 {
  font-size: 3.2rem;
  color: #C1A476;
  line-height: 1.2;
}
.modal_wrap .modal_text p {
  margin: 0.5rem auto;
  max-width: 88%;
}
.modal_wrap .modal_buttons {
  font-size: 0;
  text-align: center;
  margin: 2rem auto 0;
  max-width: 35rem;
}
.modal_wrap .modal_buttons .button {
  width: calc(50% - 1.4rem);
  min-width: unset;
  margin: 0.5rem 0.7rem;
}

.dialog_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.55);
}

.dialog_wrapper.visible, .dialog_bg.visible {
  display: block;
}

.dialog.visible {
  display: flex;
}

.dialog_opened {
  overflow: hidden;
  padding-right: 0.8rem;
}
.dialog_opened.dialog_scrollable_mobile {
  padding-right: 0;
}
.dialog_opened .dialog_bg, .dialog_opened .modal_wrap {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.dialog_opened .dialog_bg {
  animation-name: fadeIn;
}
.dialog_opened .modal_wrap {
  animation-name: showDialog;
}

.modal_status.dialog .modal_wrap {
  color: #333333;
  background-color: #ffffff;
  text-align: center;
}
.modal_status.dialog .dialog_close.icon_close {
  display: none;
}
.modal_status.dialog .modal_text {
  margin: 2rem 0;
}
.modal_status.dialog .modal_text .modal_title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: initial;
  margin: 0 auto 1rem;
  max-width: 100%;
}
.modal_status.dialog .modal_text p {
  margin: 0.5rem auto;
  max-width: 88%;
}

.modal_success.dialog .modal_wrap {
  border-top: 0.6rem solid #28a745;
}
.modal_success.dialog .check_wrap {
  border: 0.2rem solid #28a745;
  overflow: hidden;
  animation: wrap 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
  transform: scale(0);
}
.modal_success.dialog .check_wrap::before, .modal_success.dialog .check_wrap::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 0.5rem;
  transform-origin: left;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.modal_success.dialog .check_wrap::before {
  top: 3.2rem;
  left: 2.1rem;
  transform: rotate(45deg);
  animation-name: left;
  animation-delay: 0.8s;
}
.modal_success.dialog .check_wrap::after {
  top: 4.2rem;
  left: 2.9rem;
  transform: rotate(-45deg);
  animation-name: right;
  animation-delay: 1.1s;
}

@keyframes wrap {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  100% {
    background-color: #28a745;
    transform: scale(1);
  }
}
@keyframes left {
  0% {
    width: 0;
  }
  100% {
    width: 1.5rem;
  }
}
@keyframes right {
  0% {
    width: 0;
  }
  100% {
    width: 3rem;
  }
}
.modal_danger.dialog .modal_wrap {
  border-top: 0.6rem solid #dc3545;
}
.modal_danger.dialog .checkmark {
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  background-color: transparent;
  box-shadow: inset 0 0 0 #dc3545;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale2 0.3s ease-in-out 0.9s both;
}
.modal_danger.dialog .checkmark_circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #dc3545;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.modal_danger.dialog .checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale2 {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 5rem #dc3545;
  }
}
.modal_warning.dialog {
  border-top: 0.6rem solid #ffb92e;
}
.modal_warning.dialog .image_wrap {
  background-color: #ffb92e;
}

.modal_info.dialog {
  border-top: 0.6rem solid #119eb5;
}
.modal_info.dialog .image_wrap {
  background-color: #119eb5;
}

.dialog .contact_form .modal_text {
  margin: 2rem 0;
}
.dialog .contact_form textarea.input {
  min-height: 7.3rem;
}
.dialog .contact_form .button {
  display: block;
  width: 100%;
  margin: 0;
}
.dialog .contact_form .row_f [class*=col_] {
  width: calc(100% - 3.01rem);
}

.modal_video.dialog {
  padding: 1.5rem;
  border: none;
  width: 65vw;
  max-width: 100%;
  flex-shrink: 0;
}

.modal_video.dialog .video_frame {
  width: 100%;
  height: 40rem;
  border-radius: 1.5rem;
}

.modal_video.dialog .icon_close {
  display: none;
}

.modal_wrap .login_form .modal_text {
  margin: 1rem 0 2rem;
}

.modal_wrap .login_form .form_item {
  margin: 1.5rem 0;
}

.toast_notifications {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 99999999;
}

.toast_notifications .toast, .toast_notifications .column {
  display: flex;
  align-items: center;
}

.toast_notifications .toast {
  width: 40rem;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 1.6rem 1.7rem;
  margin-bottom: 1rem;
  background: #ffffff;
  justify-content: space-between;
  animation: show_toast 0.3s ease forwards;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(99, 99, 99, 0.2);
}

@keyframes show_toast {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10px);
  }
}
.toast_notifications .toast.hide {
  animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
  0% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc(100% + 20px));
  }
}
.toast::before {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 100%;
  bottom: 0;
  left: 0;
  animation: progress 4s linear forwards;
}

@keyframes progress {
  100% {
    width: 0%;
  }
}
.toast.success::before {
  background-color: #43B14B;
}

.toast.error::before {
  background-color: #FF3F0A;
}

.toast.warning::before {
  background-color: #D8CD31;
}

.toast.info::before {
  background-color: #4fc8f4;
}

.toast .column svg {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}

.toast.success .column svg, .toast.success .column span {
  color: #43B14B;
}

.toast.error .column svg, .toast.error .column span {
  color: #E24D4C;
}

.toast.warning .column svg, .toast.warning .column span {
  color: #D8CD31;
}

.toast.info .column svg, .toast.info .column span {
  color: #4fc8f4;
}

.toast .column span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 1.2rem;
  color: #272727;
  flex-grow: 1;
}

.toast_notifications .removeTOAST {
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}

.toast_notifications .removeTOAST .icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #000000;
  transition: 0.3s linear;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding-top: 12.9rem;
}

[disabled], .disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.clearfix::before, .row::before, .clearfix::after, .row::after {
  content: " ";
  display: table;
}

.clearfix::after, .row::after {
  clear: both;
}

.clearfix, .row {
  *zoom: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.table {
  display: table;
}

.tableb {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.trow {
  display: table-row;
}

.tcell {
  display: table-cell;
  vertical-align: middle;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

hr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  margin: 2.4rem 0;
}

hr.hr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: initial;
  margin: 2rem 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #0071DF;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slick-prev, .slick-next {
  border: 0.2rem solid #064B9A;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 0;
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  transition: 0.3s linear;
  cursor: pointer;
}
.slick-prev::after, .slick-next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  border-color: #064B9A;
  position: absolute;
  top: 50%;
  transition: 0.3s linear;
  transform: translate(0, -50%);
}

.slick-prev {
  left: 1.5rem;
}
.slick-prev::after {
  left: 1.1rem;
  transform: translate(0, -50%) rotate(135deg);
}

.slick-next {
  right: 1.5rem;
}
.slick-next::after {
  right: 1.1rem;
  transform: translate(0, -50%) rotate(-45deg);
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  transform: translate(-50%, 0);
  z-index: 30;
}
.slick-dots li {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.6rem;
  background: rgba(6, 75, 154, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #064B9A;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  background: transparent;
  border: none;
  font-size: 0;
}

.row {
  margin: 0 -1.5rem;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row .col_1, .row .col_10, .row .col_11, .row .col_12, .row .col_2, .row .col_3, .row .col_4, .row .col_5, .row .col_6, .row .col_7, .row .col_8, .row .col_9 {
  float: left;
  margin: 0 1.5rem;
}
.row .col_1 {
  width: calc(8.3333333333% - 3.01rem);
}
.row .col_2 {
  width: calc(16.6666666667% - 3.01rem);
}
.row .col_3 {
  width: calc(25% - 3.01rem);
}
.row .col_4 {
  width: calc(33.3333333333% - 3.01rem);
}
.row .col_5 {
  width: calc(41.6666666667% - 3.01rem);
}
.row .col_6 {
  width: calc(50% - 3.01rem);
}
.row .col_7 {
  width: calc(58.3333333333% - 3.01rem);
}
.row .col_8 {
  width: calc(66.6666666667% - 3.01rem);
}
.row .col_9 {
  width: calc(75.0000000019% - 3.01rem);
}
.row .col_10 {
  width: calc(83.3333333333% - 3rem);
}
.row .col_11 {
  width: calc(91.6666666667% - 3.01rem);
}
.row .col_12 {
  width: calc(100% - 3.01rem);
}

.row_f {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.row_f .col_1, .row_f .col_2, .row_f .col_3, .row_f .col_4, .row_f .col_5, .row_f .col_6, .row_f .col_7, .row_f .col_8, .row_f .col_9, .row_f .col_10, .row_f .col_11, .row_f .col_12 {
  margin: 0 1.5rem;
}
.row_f .col_1 {
  width: calc(8.3333333333% - 3.01rem);
}
.row_f .col_2 {
  width: calc(16.6666666667% - 3.01rem);
}
.row_f .col_3 {
  width: calc(25% - 3.01rem);
}
.row_f .col_4 {
  width: calc(33.3333333333% - 3.01rem);
}
.row_f .col_5 {
  width: calc(41.6666666667% - 3.01rem);
}
.row_f .col_6 {
  width: calc(50% - 3.01rem);
}
.row_f .col_7 {
  width: calc(58.3333333333% - 3.01rem);
}
.row_f .col_8 {
  width: calc(66.6666666667% - 3.01rem);
}
.row_f .col_9 {
  width: calc(75.0000000019% - 3.01rem);
}
.row_f .col_10 {
  width: calc(83.3333333333% - 3.01rem);
}
.row_f .col_11 {
  width: calc(91.6666666667% - 3.01rem);
}
.row_f .col_12 {
  width: calc(100% - 3.01rem);
}

.map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  max-width: 117rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  position: relative;
}
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.wrapper.wrapper_full {
  max-width: 100%;
}
.wrapper.wrapper_small {
  max-width: 97rem;
}

.icon {
  line-height: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.table {
  width: 100%;
}

::placeholder {
  color: #000000;
  transition: all 0.3s;
}

.form_item {
  max-width: 100%;
  width: 100%;
  margin: 2rem 0;
}
.form_item.form_item_xi2 {
  position: absolute;
  max-width: .1rem!important;
  width: .1rem!important;
  height: .1rem!important;
  opacity: 0.01;
  pointer-events: auto;
  margin: 0!important;
  padding: 0!important;
}
.form_item_xi2 .input {
  max-width: .1rem !important;
  min-width: 0 !important;
  height: .1rem !important;
  color: transparent;
  background-color: transparent;
  border: none;
  pointer-events: auto;
  caret-color: transparent;
}
.form_item .pre_input {
  display: block;
  font: 400 1.6rem/1 "Cabin", sans-serif;
  margin: 0 0 0.9rem;
}
.form_item.form_item_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_item.form_item_half {
  max-width: calc(50% - 1.2rem);
}
.dialog .contact_form .form_item {margin: 1rem 0}
.dialog .contact_form .form_item.form_item_half {max-width: 100%;}
.form_item.form_item_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}
.form_item.form_item_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.form_item.form_item_buttons .button {
  flex-grow: 1;
}
.form_item:last-child {
  margin-bottom: 0;
}

.label_input_icon {
  display: block;
  position: relative;
}

.show_password {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 47%;
  right: 1.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.show_password svg {
  position: static;
  width: 2.2rem;
  height: 2.2rem;
  fill: #000000;
}
.show_password.showing svg {
  fill: #C1A476;
}

.input {
  display: block;
  width: 100%;
  max-width: 100%;
  font: 400 1.6rem/1 "Cabin", sans-serif;
  height: 4.3rem;
  padding: 0 1.7rem;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  color: #333333;
  border-radius: 0;
}
.input:focus, .input:active {
  outline-style: none;
}
.input::placeholder {
  font: 400 1.6rem/1 "Cabin", sans-serif;
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  text-overflow: ellipsis;
}
.input:focus::placeholder {
  opacity: 0;
}
.input:-webkit-autofill, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 4rem #ffffff inset !important;
  -webkit-text-fill-color: #333333 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

textarea.input {
  min-height: 8.5rem;
  padding-top: 1.1rem;
  resize: none;
}

select.input {
  line-height: normal;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

.select_after {
  position: relative;
  display: block;
}
.select_after::after {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 1rem;
  width: 1.2rem;
  height: 0.7rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%23333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: rotate(0deg);
  transition: 0.3s;
}
.select_after.select_after2:after {
  top: 1.3rem;
  right: 1.4rem;
  width: 0;
  height: 0;
  background-image: none;
  background-color: transparent;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1rem;
  border-color: transparent transparent transparent #333333;
  transform: rotate(90deg);
}
.select_after select {padding-right: 3rem;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
.select_after:has(select:focus):after {transform: rotate(180deg);}

.custom_checkbox {position: absolute;left: -999.9rem;}
.custom_checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin: 0 1rem 0 0;
}
.custom_checkbox + label .checkbox_design {
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #000;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  transform: scale(1);
  transition: all 0.2s ease;
}
.custom_checkbox + label .checkbox_design svg {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  fill: none;
  stroke: transparent;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1.6rem;
  stroke-dashoffset: 1.6rem;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.custom_checkbox + label .checkbox_design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 50%;
  background-color: #0071DF;
  transform: scale(0);
}
.custom_checkbox + label .checkbox_text {
  display: inline-block;
  font: 400 1.6rem/1.5 "Montserrat", sans-serif;
  padding: 0 0 0 1rem;
}
.custom_checkbox:checked + label .checkbox_design {
  background-color: #0071DF;
  border-color: #0071DF;
}
.custom_checkbox:checked + label .checkbox_design svg {
  stroke: #ffffff;
  stroke-dashoffset: 0;
}
.custom_checkbox:checked + label .checkbox_design::before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease;
}

.custom_radio_button {
  position: absolute;
  left: -999.9rem;
}
.custom_radio_button + label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
  font-size: 0;
  margin: 0 2rem 1rem 0;
}
.custom_radio_button + label .radio_button_design {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #cfcfcf;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}
.custom_radio_button + label .radio_button_design::before, .custom_radio_button + label .radio_button_design::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0071DF;
  transform: scale(0);
}
.custom_radio_button + label .radio_button_design::before {
  opacity: 1;
}
.custom_radio_button + label .radio_button_text {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
}
.custom_radio_button:checked + label .radio_button_design {
  border-color: #0071DF;
  border-width: 0.2rem;
}
.custom_radio_button:checked + label .radio_button_design::before, .custom_radio_button:checked + label .radio_button_design::after {
  transition: all 0.6s ease;
}
.custom_radio_button:checked + label .radio_button_design::before {
  opacity: 0;
  transform: scale(3.5);
}
.custom_radio_button:checked + label .radio_button_design::after {
  transform: scale(0.55);
}

.validate_error {
  border: 0.1rem solid #e57373 !important;
}
.validate_error::placeholder {
  color: #e31e26 !important;
}
.validate_error + .icon {
  color: #e57373 !important;
}

textarea.validate_error {
  border: 0.1rem solid #e57373 !important;
}

.input_file.validate_error + .input {
  border: 0.1rem solid #e57373 !important;
}
.input_file.validate_error + .input span {
  color: #e31e26 !important;
}

.validate_checkbox.validate_error {
  border: none !important;
}
.validate_checkbox.validate_error .checkbox + label::before {
  border: 0.1rem solid #e57373 !important;
}
.validate_checkbox.validate_error .custom_checkbox + label .checkbox_design {
  border: 0.1rem solid #e57373 !important;
}

.validate_radio.validate_error {
  border: none !important;
}
.validate_radio.validate_error .radio_button + label::before {
  border: 0.1rem solid #e57373 !important;
}
.validate_radio.validate_error .custom_radio_button + label .radio_button_design {
  border: 0.1rem solid #e57373 !important;
}

.button {
  display: inline-block;
  font: 700 1.6rem/4.5rem "Cabin", sans-serif;
  height: 4.7rem;
  min-width: 10.7rem;
  padding: 0 3rem;
  color: #ffffff;
  background-color: #0071DF;
  border: 0.2rem solid #0071DF;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-out;
  cursor: pointer;
  user-select: none;
  appearance: none;
}
.button.text_more{
  padding: 1.15rem 3rem;
  height: auto;
  min-height: 4.7rem;
  line-height: 1.3;
  white-space: normal;
}
.button.button_2 {
  padding: 0.55em 1em 0.45em;
  line-height: normal;
  height: auto;
}
.button.small {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.3rem;
}
.button.large {
  font-size: 2rem;
  height: 5.5rem;
  line-height: 5.5rem;
}
.button.light {
  color: #064B9A;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.light_2 {
  color: #0071DF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.dark {
  color: #333333;
  background-color: #C1A476;
  border-color: #C1A476;
}
.button.button_success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.button.button_danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.button.button_warning {
  color: #333333;
  background-color: #ffb92e;
  border-color: #ffb92e;
}
.button.button_info {
  color: #ffffff;
  background-color: #119eb5;
  border-color: #119eb5;
}
.button.button_disable {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}
.button.button_default {
  color: #ffffff;
  background-color: #607487;
  border-color: #607487;
}
.button span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.button svg {
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
}
.button.btn_icon {
  position: relative;
  overflow: hidden;
}
.button.btn_icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -3rem);
  transition: 0.2s linear;
  margin-right: 0;
}
.button.btn_icon span {
  color: #ffffff;
  display: block;
  transition: 0.2s linear;
}
.button.button_wide {
  padding: 0.9rem 3rem 0.7rem;
  line-height: normal;
  white-space: normal;
  height: auto;
}
.button.button_block {
  display: block;
  width: 100%;
}

.link_svg {
  font: 400 1.6rem/1 "Cabin", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.link_svg svg {
  width: 1.7rem;
  height: 1.6rem;
  fill: #333333;
  stroke: #333333;
  margin: 0 0.6rem 0.4rem 0;
  transition: 0.3s;
}

.link {
  position: relative;
  display: inline-block;
  font: 700 1.6rem/1 "Cabin", sans-serif;
  padding: 0;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-out;
  cursor: pointer;
  margin: 0 0 0.2rem;
}
.link:before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.3s;
}

.footer_button_top {
  position: relative;
  display: inline-block;
  font: 400 1.6rem/1.5 "Cabin", sans-serif;
  padding: 4.8rem 0 0;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
}
.footer_button_top:before {content: "";position: absolute;width: 4.1rem;aspect-ratio: 1/1;border-radius: 50%;top: 0;left: 50%;z-index: 2;background-color: #fff;transform: translate(-50%, 0);transition: all .3s;}
.footer_button_top:after {content: "";position: absolute;top: 1.7rem;left: 50%;z-index: 3;width: 1.6rem;height: 0.8rem;background-image: url('data:image/svg+xml;utf8,<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88 8L8 3.05533L14.12 8L16 6.47773L8 0L0 6.47773L1.88 8Z" fill="%23064B9A"/></svg>');background-repeat: no-repeat;background-size: contain;transform: translate(-50%, 0); transition: all .3s;
  animation-name: jump_up;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.btn_mobile {display: none;}

.aside_form_wrapper {margin: 0 0 2rem;}

.overlay {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(0, 0, 0, 0.3);}

.overlay_dark {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(0, 0, 0, 0.7);}

section, .section {padding: 4rem 0; overflow: hidden;}

.pagination {padding: 1rem 0;user-select: none;font-size: 0;}
.pagination li {display: inline-block;vertical-align: top;padding: 0;margin: 0.4rem;list-style: none;}
.pagination li.active a {background-color: #0071DF;color: #ffffff;pointer-events: none;}
.pagination li.pagination_arrow .icon {position: relative;top: -0.2rem;}
.pagination li.pagination_arrow_prev .icon {transform: rotate(180deg);}
.pagination li a {font-size: 1.6rem;font-weight: 700;display: block;min-width: 3rem;height: 3rem;line-height: 3.2rem;padding: 0 0.5rem;background-color: #0071DF;color: #ffffff;text-align: center;transition: 0.3s linear;}

.social {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;gap: 1.5rem 1.8rem;}
.social .social_block {display: inline-block;line-height: 0;margin: 0;}
.social .social_block .icon, .social .social_block img {width: 2.1rem;height: 2.1rem;transition: all 0.3s ease-in-out;color: #fff;}

h1, .h1 {font: 600 4.2rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 3.4rem;text-transform: initial;}
h2, .h2 {font: 400 3.8rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2.5rem;text-transform: initial;}
h2 b, .h2 b {font-weight: 800;text-transform: uppercase;}
.title {font: 700 3.8rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2.5rem;text-transform: initial;}
.sub_title {font: 700 2rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2rem;text-transform: initial;}
h3, .h3 {font: 700 3rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2rem;text-transform: uppercase;}
h4, .h4 {font: 700 2rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2rem;text-transform: uppercase;}
h5, .h5 {font: 700 1.8rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 0;text-transform: capitalize;}
h6, .h6 {font: 700 1.6rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 0;text-transform: capitalize;}

.content h1, .content .h1 {font: 600 4.2rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 3.4rem;text-transform: initial;}
.content h2, .content .h2, .content .title {font: 400 3.8rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2.5rem;text-transform: initial;}
.content h2 b, .content .h2 b, .content .title b {font-weight: 800;text-transform: uppercase;}
.content h3, .content .h3 {font: 700 3rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2rem;text-transform: uppercase;}
.content h4, .content .h4 {font: 700 2rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0 2rem;text-transform: uppercase;}
.content h5, .content .h5 {font: 700 1.8rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0;text-transform: capitalize;}
.content h6, .content .h6 {font: 700 1.6rem/1.2 "Montserrat", sans-serif;color: #333333;margin: 1rem 0;text-transform: capitalize;}
.content p {margin: 0 0 2rem;}
.content .button {margin: 1rem 0 0;}
.content ul {margin-top: -1rem;margin-bottom: 1rem;}
.content ul li {display: table;font: 700 1.6rem/1.5 "Cabin", sans-serif;color: #333333;padding: 0 0 0 3.3rem;margin: 0.5rem 0;position: relative;}
.content ul li p, .content ul li span {margin: 0;}
.content ul li::before {content: "";display: block;position: absolute;color: transparent;top: 0.2rem;left: 0;width: 1.5rem;height: 1.9rem;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'><path d='M0 6.50704V1L9 9.85916L0 18V12.9718L3.64865 9.85916L0 6.50704Z' fill='%23C1A476'/><path d='M6 4.64312V0L16 10.0047L6.17676 19V14.7606L11.5432 10.0047L6 4.64312Z' fill='%23C1A476'/></svg>");background-size: contain;background-repeat: no-repeat;}
.content ol {margin-top: -1rem;margin-bottom: 1rem;counter-reset: li;}
.content ol li {display: table;font: 400 1.6rem/1.5 "Cabin", sans-serif;color: #333333;padding: 0 0 0 2rem;margin: 1rem 0;overflow: hidden;}
.content ol li::before {margin-left: -2rem;counter-increment: li;content: counters(li, ".") ". ";color: #333333;font-weight: 700;}
.content blockquote {font: 400 1.6rem/1.5 "Cabin", sans-serif;padding: 0 0 0 2rem;margin: 0 0 3rem;clear: both;position: relative;}
.content blockquote::after {content: "";display: block;width: 1rem;top: 0;left: 0;height: 100%;position: absolute;background: #0071DF;}
.content a:not(.button) {display: inline-block;color: #0071DF;font-weight: 600;transition: 0.3s linear;}
.content a:not(.button):focus {color: #0071DF;}
.content img {height: auto !important;}
.content ul:last-child,
.content ol:last-child,
.content table:last-child,
.content img:last-child,
.content iframe:last-child,
.content p:last-child {
  margin-bottom: 0;
}
.content iframe {width: 100%;height: 35rem;}
.content table ul li, .content table ol li {display: block;}
.content .content_table {width: 100%;}
.content .content_table th {text-align: left;font-weight: 700;color: #ffffff;}
.content .content_table th p {font-weight: 700;color: #ffffff;}
.content .content_table tr:nth-child(odd) {background-color: #f7f7f7;}
.content .content_table tr:first-child {background-color: #0071DF;}
.content .content_table th, .content .content_table td {padding: 1rem;}

p {font: 400 1.6rem/1.5 "Cabin", sans-serif;color: #333333;margin: 0 0 2rem;}

[data-modals] {cursor: pointer;}
.no_scroll {overflow: hidden;}
.hide_desktop {display: none !important;}
.map {padding: 0;}
.map #map, .map iframe {height: 40rem;width: 100%;max-width: 100%;}
.marker_info {text-align: center;}
.marker_info p {font-size: 1.4rem;font-weight: 600;line-height: 1.2;margin: 0.2rem 0;}

.marker_info .map_address {
  max-width: 23rem;
  margin: 0 auto;
}

.marker_info p a {
  color: #0071DF;
}

.img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.page main {
  float: right;
  width: 70%;
}
.page aside {
  width: 25%;
  float: left;
}
.page.right_sidebar main {
  float: left;
  width: 70%;
}
.page.right_sidebar aside {
  width: 25%;
  float: right;
}

.inner_banner {position: relative;z-index: 2;background-color: #064B9A;width: 100%;overflow: hidden;}
.inner_banner .inner_banner_bg {content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;mix-blend-mode: soft-light;pointer-events: none;background-repeat: no-repeat;background-size: cover;background-position: center right;}
.inner_banner::after {content: none;position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background-color: rgba(6, 75, 154, 0.85);z-index: -1;mix-blend-mode: lighten;pointer-events: none;}
.inner_banner .inner_banner_wrapper {display: flex;justify-content: center;align-items: center;min-height: 33.8rem;}
.inner_banner .button {margin: 0;padding: 0 3.6rem;}

.header {position: absolute;top: 0;left: 0;width: 100%;padding: 0.7rem 0 2.2rem;z-index: 999;transition: 0.2s;background-color: #ffffff;}
.header .header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_login_register {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 4rem;
}
.header .header_logo {
  display: inline-block;
  position: relative;
}
.header .header_logo img {
  width: 17rem;
}
.header.fixed {
  position: fixed;
  animation: slide-down 0.7s;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 51, 0.2);
  padding: 0.7rem 0 1rem;
}
.header.fixed .header_logo img {
  width: 10rem;
}
.header.fixed .top_menu {
  display: none;
}
.header.fixed .navigation {
  margin: 0;
}

.navigation {
  margin: 0;
}
.navigation .header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navigation .header_nav > li > a:not(.button) {
  font: 400 1.6rem "Cabin", sans-serif;
  color: #333333;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  padding: 0 1.75rem;
  position: relative;
  transition: 0.3s linear;
}
.navigation .header_nav > li.active > a:not(.button):after {
  content: "";
  position: absolute;
  display: block;
  background-color: #C1A476;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1rem;
  height: 0.6rem;
}
.navigation .header_nav > li.dr_down {
  position: relative;
}
.navigation .header_nav > li.header_btn {
  padding: 0 0 0 1rem;
}
.navigation .header_nav > li.mobile_social {
  display: none;
}
.navigation .header_nav .sub_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 2rem;
  margin: 0.6rem 0 0;
  z-index: 3;
  min-width: 25rem;
  background-color: #0071DF;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0.3rem rgba(51, 51, 51, 0.1);
  transform: translate3d(0, 1rem, 0);
}
.navigation .header_nav .sub_menu::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  display: block;
  border-bottom: 0.6rem solid #0071DF;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.navigation .header_nav .sub_menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 1rem;
}
.navigation .header_nav .sub_menu > li {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.navigation .header_nav .sub_menu > li > a:not(.button) {
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  padding: 0.9rem 1.5rem 0.7rem;
  white-space: pre-wrap;
  text-align: left;
  text-transform: uppercase;
  transition: 0.3s linear;
}

.navigation .header_nav > li.dr_down:focus .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navigation_btn {
  display: none;
  width: 4rem;
  height: 2.4rem;
  position: absolute;
  top: 2.9rem;
  right: 2rem;
  overflow: visible;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  z-index: 600;
}
.navigation_btn .hamburger_box {
  display: block;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #C1A476;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation_btn .hamburger_box::before, .navigation_btn .hamburger_box::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #C1A476;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navigation_btn .hamburger_box::before {
  top: -1rem;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navigation_btn .hamburger_box::after {
  bottom: -1rem;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation_btn.is_open .hamburger_box {
  transform: translate(0, -50%) rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #C1A476;
}
.navigation_btn.is_open .hamburger_box::before, .navigation_btn.is_open .hamburger_box::after {
  background-color: #C1A476;
}
.navigation_btn.is_open .hamburger_box::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navigation_btn.is_open .hamburger_box::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation_btn p {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #C1A476;
  margin: 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.mobile_phone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  display: none;
  padding: 0.5rem 0;
  font: 700 3rem "Cabin", sans-serif;
  background-color: #0071DF;
  color: #ffffff;
  text-align: center;
  user-select: none;
  z-index: 300;
}
.mobile_phone svg {
  width: 2.4rem;
  height: 2.4rem;
}

* {
  font-family: sans-serif; /* Change your font family */
}

.dashboard_table_orders .content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.dashboard_table_orders .content-table thead tr {
  text-align: left;
  font-weight: bold;
}

.dashboard_table_orders .content-table th,
.content-table td {
  padding: 1.2rem 1.5rem !important;
}

.dashboard_table_orders .content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.dashboard_table_orders .content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.dashboard_table_orders .content-table tbody tr:last-of-type {
  border-bottom: 2px solid #c1a476;
}

.dashboard_table_orders .content-table tbody tr.active-row {
  font-weight: bold;
  color: #c1a476;
}

.discount_text p{color:#029135;}
.remove_promo {color:red;padding-bottom: 0.1rem; border-bottom: 1px dashed red;}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .mobile_phone {
      bottom: 0;
    }
  }
}
.home_bar_space {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background-color: #0071DF;
  z-index: 299;
}

.dark_overlay.nav_opened::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #333333;
  opacity: 0.8;
  z-index: 2;
}

.logo_sidebar {display: none;}
.mobile_button_li {display: none;}
.mobile_button_li .link_svg svg{fill: #fff;stroke: #fff;}

[data-type=white] td,
[data-type=white] img,
[data-type=white] h1,
[data-type=white] h2,
[data-type=white] h3,
[data-type=white] h4,
[data-type=white] h5,
[data-type=white] h6,
[data-type=white] .h1,
[data-type=white] .h2,
[data-type=white] .h3,
[data-type=white] .h4,
[data-type=white] .h5,
[data-type=white] .h6,
[data-type=white] p,
[data-type=white] ul li,
[data-type=white] ol li,
.content[data-type=white] h1,
.content[data-type=white] h2,
.content[data-type=white] h3,
.content[data-type=white] h4,
.content[data-type=white] h5,
.content[data-type=white] h6,
.content[data-type=white] .h1,
.content[data-type=white] .h2,
.content[data-type=white] .h3,
.content[data-type=white] .h4,
.content[data-type=white] .h5,
.content[data-type=white] .h6,
.content[data-type=white] p,
.content[data-type=white] ul li,
.content[data-type=white] ol li {
  color: #fff;
}

.video_block_responsive {position: relative;overflow: hidden;width: 100%;padding-top: 62.265%;flex-shrink: 0;}
.video_block_responsive.dashboard_video{aspect-ratio: 539 / 386;padding-top: unset;}
.video_block_responsive .video_iframe_res {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;}
.video_block_responsive .video_bg_res {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100%;object-fit: cover;}
.video_block_responsive .play_res {position: absolute;top: 50%;left: 50%;z-index: 3;transition: 0.3s;transform: translate(-50%, -50%);display: block;width: 4.7rem;height: auto;cursor: pointer;}
.video_block_responsive .overlay_res {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: block;cursor: pointer;transition: 0.3s;background: rgba(51, 51, 51, 0.5);}
.all_lessons_slider_main .video_block_responsive .overlay_res:before{content: "";position: absolute; bottom: 0;left: 0;width: 100%;height: 30%;background: linear-gradient(to bottom, rgba(6, 75, 154, 0) 0%, rgba(6, 75, 154, 0.6) 60%, rgba(6, 75, 154, 0.6) 100%); z-index: 2;}
.video_block_responsive.video_play {box-shadow: none !important;}
.video_block_responsive.video_play .play_res, .video_block_responsive.video_play .overlay_res, .video_block_responsive.video_play .video_bg_res {display: none;}
.video_block_responsive.video_play .video_text {display: none;}

.main_top {
  position: relative;
  padding: 0 0 2.5rem;
  z-index: 4;
  overflow: hidden;
}
.main_top .main_video_bloc {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 9.5rem);
  display: block;
  z-index: 4;
  transform: none;
  pointer-events: none;
}
.main_top .main_video_bloc .wrapper {
  height: 100%;
}
.main_top .main_video_row {
  display: flex;
  justify-content: flex-end;
}
.main_top .banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 62.1rem;
  z-index: 2;
}
.main_top .banner .banner_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  filter: brightness(1.1) contrast(0.95) blur(0.1rem);
}
.main_top .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 75, 154, 0.85);
  z-index: -1;
}
.main_top .main_content {
  position: absolute;
  top: 7rem;
  left: 50%;
  width: 100%;
  display: block;
  z-index: 4;
  transform: translate(-50%, 0);
}
.main_top .main_content .text {
  max-width: 39.29%;
  width: 100%;
  display: block;
  position: relative;
  margin: 2.6rem 0 0;
}
.main_top .main_content .text .button {
  margin: 0;
  padding: 0 3.6rem;
}
.main_top .main_top_overflow_image {
  position: absolute;
  bottom: 0;
  right: -13rem;
  max-width: 63.757%;
  width: 100%;
  height: 58.8rem;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.main_top .top_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 62.1rem;
}
.main_top .top_slider .slick-dots {
  bottom: 7rem;
}

.video_block_responsive.video_block_responsive_main_banner {
  max-width: 46%;
  width: 100%;
  aspect-ratio: 525/328;
  padding-top: unset;
  pointer-events: auto;
  margin-right: 1.5rem;
}

.main_top_logos {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
  z-index: 4;
}

.main_top_logos_dots {
  position: absolute;
  left: 0;
  bottom: -2.4rem;
  max-width: calc(73.4% - 6rem);
  width: 100%;
}
.main_top_logos_dots .slick-dots {
  bottom: 0;
}

.main_top_logo_inner {
  max-width: 73.4%;
  width: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
  padding: 6rem 14rem 1rem 0;
  position: relative;
  z-index: 2;
}

.main_top_logo_inner_before {
  content: "";
  position: absolute;
  top: 0;
  right: 90%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.logos_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 5rem;
  display: flex;
}
.logos_slider .slick-track {
  display: flex !important;
}
.logos_slider .logo_item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
}

.logo_item {
  max-width: calc(25% - 3.3rem);
  margin: 0 2.2rem;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.logo_item img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
.logo_item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.1rem;
  width: 0.1rem;
  height: 100%;
  background: linear-gradient(to bottom, rgba(193, 164, 118, 0) 0%, #C1A476 30%, #C1A476 50%, #C1A476 70%, rgba(193, 164, 118, 0) 100%);
}
.logo_item:last-child:before {
  content: none;
}

.welcome_sec {
  padding: 12rem 0 8rem;
}
.welcome_sec tr {
  display: flex;
  gap: 2rem 10rem;
}
.welcome_sec td {
  max-width: calc(50% - 5rem);
  width: 100%;
}
.welcome_sec td h2, .welcome_sec td .h2 {
  margin: 0;
}

.about_main_sec {
  padding: 0;
}
.about_main_sec .content {
  padding: 8rem 0;
}
.about_main_sec h2, .about_main_sec .h2 {
  margin-top: 3rem;
}

.content img[style*=float] {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1), 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.1), -1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.1), 1rem -1.5rem 1.5rem rgba(0, 0, 0, 0.1), -1rem -1.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.wrapper_bg_left .content {
  position: relative;
  z-index: 2;
}
.wrapper_bg_left .wrapper_bg_img {
  position: absolute;
  left: -15rem;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%) blur(0.1rem);
  opacity: 0.1;
  z-index: -2;
}

.wrapper_bg_right .content {
  z-index: 2;
  position: relative;
}
.wrapper_bg_right .wrapper_bg_img {
  position: absolute;
  right: -15rem;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%) blur(0.1rem);
  opacity: 0.1;
  z-index: -2;
}


.available_courses_sec {
  padding: 12rem 0 2rem;
  overflow: hidden;
}

.available_courses_inner_sec_bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
  transform: scaleX(-1);
  filter: blur(0.1rem);
  opacity: 0.1;
}

.available_courses_inner_sec {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 3.5rem 0 4.2rem;
}
.available_courses_inner_sec .content ul li::before{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'><path d='M0 6.50704V1L9 9.85916L0 18V12.9718L3.64865 9.85916L0 6.50704Z' fill='%23FFFFFF'/><path d='M6 4.64312V0L16 10.0047L6.17676 19V14.7606L11.5432 10.0047L6 4.64312Z' fill='%23FFFFFF'/></svg>");}

.available_courses_inner_sec .wrapper {
  max-width: 117.6rem;
}
.available_courses_inner_sec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 28.75%;
  height: 100%;
  width: 200vw;
  z-index: -1;
  background-color: #C1A476;
}
.available_courses_inner_sec.available_courses_inner_sec_transparent {
  margin: 6rem 0;
}
.available_courses_inner_sec.available_courses_inner_sec_transparent:before {
  left: 28.75%;
  background-color: #ffffff;
}
.available_courses_inner_sec.available_courses_inner_sec_transparent .available_courses_inner_sec_bg {
  background-position: right center;
}

.available_courses_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem 8.5rem;
}

.video_block_responsive.available_courses_video {max-width: 53.9rem;width: 100%;aspect-ratio: unset;padding-top: unset;box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);}
.video_block_responsive.available_courses_video .video_bg_res {position: static;transform: none;height: unset;object-fit: cover;}

.courses_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 47.9rem;
}

.table_with_img h2, .table_with_img .h2 {
  font-weight: 700;
}
.table_with_img td {
  vertical-align: top;
  padding: 0 1.9rem 1rem;
  position: relative;
}
.table_with_img td img {
  max-width: 1.8rem;
  display: inline-block;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.table_with_img tr > td:first-child {
  padding-left: 2.9rem;
}
.table_with_img tr > td:last-child {
  padding-right: 0;
  padding-left: 4.8rem;
}
.table_with_img tr > td:last-child img {
  left: 1.9rem;
}

.price {
  font: 800 6.8rem/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #C1A476;
  text-align: left;
}
.price.price_white {
  color: #fff;
}
.price sub, .price sup {
  font-size: 44%;
  top: -1em;
  margin-right: 0.7rem;
}
.price small {
  font-size: 44%;
}

.available_courses_text_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem 5.3rem;
  position: relative;
  margin: 2rem 0 0;
}

.slide_dots_arrows_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.slide_dots_arrows_bottom .slick-dots {
  position: static;
  transform: none;
}
.slide_dots_arrows_bottom.available_courses_slider_dots {
  margin: 3rem 0 0;
}
.slide_dots_arrows_bottom.available_courses_slider_dots .slick-dots li.slick-active {
  width: 3.8rem;
  border-radius: 1.4rem;
}

.in_person_work_shop {
  padding: 0;
  margin: 0 0 12rem;
}
.in_person_work_shop .content {
  padding: 5rem 0 3rem;
}

.why_choose_sec {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 11rem 0 11.5rem;
  background-color: #F7F7F7;
}
.why_choose_sec .wrapper {
  position: static;
}

.why_choose_content {
  max-width: 52.72%;
  width: 100%;
  margin: 0 0 0 auto;
}
.why_choose_content > h2, .why_choose_content > .h2 {
  padding-left: 8rem;
}

.why_choose_image {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 48%;
  height: 100%;
  margin-left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why_choose_item {
  max-width: 100%;
  width: 100%;
  margin: 0 0 3rem;
  padding-left: 8rem;
  position: relative;
}
.why_choose_item:last-child {
  margin-bottom: 0;
}

.why_choose_name {
  margin: 0 0 1.6rem;
  color: #C1A476;
}

.why_choose_img {
  position: absolute;
  top: -1rem;
  left: -3.8rem;
  width: 7.6rem;
  height: 7.6rem;
  background-color: #C1A476;
  border: 0.9rem solid #F7F7F7;
  border-radius: 50%;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.3);
}

.why_choose_row {
  margin: 3rem 0 0;
}

.cta_contact {
  padding: 7rem 0;
  background-color: #C1A476;
}

.cta_contact_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 8.6rem;
}

.cta_contact_text {
  max-width: 42.8%;
  width: 100%;
}
.cta_contact_text h2, .cta_contact_text .h2 {
  margin-top: 0;
}

.cta_contact_form {max-width: 49.6%;width: 100%;}
.cta_contact_form .form_item{margin: 1rem 0;}
.cta_contact_form .modal_title {display: none;}
.cta_contact_form .custom_checkbox + label {align-items: flex-start;}
.cta_contact_form .custom_checkbox + label .checkbox_design {border: 0.1rem solid #fff;}
.cta_contact_form .custom_checkbox:checked + label .checkbox_design {background-color: #0071DF;border-color: #0071DF;}
.cta_contact_form .button {max-width: 100%;width: 100%;}
.content .cta_contact{position: relative; z-index: 2}
.content .cta_contact:before, .content .cta_contact:after{
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #C1A476;
  z-index: -1;
}
.content .cta_contact:before{
  right: 99%;
}
.content .cta_contact:after{
  left: 99%;
}
.about_sec1{
  overflow: hidden;
}
.form_wrap.form_wrap_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.4rem;
}

.reviews_main_sec {
  padding: 11rem 0 16.8rem;
}

.reviews_slide {
  padding: 3rem 6rem 2.6rem 6.4rem;
  background-color: #F7F7F7;
  margin: 3rem 0 1.2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews_slide:before {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 8.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.reviews_slider {
  margin: -3rem -1.15rem 0;
}
.reviews_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 31.1rem;
}
.reviews_slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.reviews_slider .slick-slide {
  display: flex !important;
  flex-direction: column;
  margin: 0 1.15rem;
  height: auto !important;
}
.reviews_slider .slick-slide:nth-child(2n+1) .reviews_slide {
  margin-left: 1.5rem;
}
.reviews_slider .slick-slide:nth-child(2n+1) .reviews_slide:before {
  background-image: url("data:image/svg+xml;utf8,<svg width='43' height='85' viewBox='0 0 43 85' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M43 85H26.144L0 33.9655V0H41.968V41.8966H29.24L43 85Z' fill='%230071DF'/></svg>");
  top: -3rem;
  left: -1.5rem;
}
.reviews_slider .slick-slide:nth-child(2n+2) .reviews_slide {
  margin-right: 1.5rem;
}
.reviews_slider .slick-slide:nth-child(2n+2) .reviews_slide:before {
  bottom: -1.2rem;
  right: -1.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='43' height='85' viewBox='0 0 43 85' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H16.856L43 51.0345V85H1.032V43.1034H13.76L0 0Z' fill='%230071DF'/></svg>");
}
.reviews_slider .slick-slide .reviews_bottom {
  margin-top: auto;
}

.reviews_type {
  margin-top: 0;
  color: #C1A476;
}

.reviews_content {
  margin: 0 0 1.7rem;
}

.reviews_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.reviews_slider_item_title_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.reviews_slider_item_title {
  margin: 0;
  font-weight: 700;
}

.reviews_slider_item_img {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews_slider_item_img svg {
  width: 2.2rem;
  height: 2.2rem;
}

.stars {
  display: flex;
  align-items: center;
  gap: 0;
}
.stars svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: #C1A476;
  margin: 0;
}
.stars.stars_big svg {
  width: 2.5rem;
  height: 2.5rem;
}

.pre_footer {
  background-color: transparent;
  margin-bottom: -0.2rem;
  position: relative;
  z-index: 3;
}

.pre_footer_inner {
  background-color: #064B9A;
  width: calc(50vw - 19.2rem);
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 5rem) 0%, 100% 100%, 0% 100%);
}

.about_sec1 {
  padding: 12rem 0 11rem;
}
.about_sec1 .content {
  padding: 4.2rem 0 3.3rem;
}

.about_sec2 {
  padding: 11rem 0 11rem;
}
.about_sec2 .content {
  padding: 0 0 0.7rem;
}

.cta1 {
  background-color: #C1A476;
  padding: 7rem 0;
}
.cta1.cta2 {
  background-color: #0071DF;
}
.cta1 h2, .cta1 .h2 {
  margin: 0;
  max-width: 75.3rem;
}
.cta1 .button {
  max-width: 27.1rem;
  width: 100%;
  flex-shrink: 0;
}

.cta1_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 10rem;
}

.login_sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 9.6rem 0 16rem;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 66.9rem;
}
.login_sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.login_sec_inner {
  width: 100%;
}

.login_form_block h1, .login_form_block .h1 {
  color: #064B9A;
  margin: 0 0 4.3rem;
}
.login_form_block form {
  max-width: 38.6rem;
  width: 100%;
}
.login_form_block .modal_title {
  display: none;
}
.login_form_block .form_item {
  margin: 2rem 0;
}
.login_form_block .button {
  max-width: 100%;
  width: 100%;
}

.form_a {
  font: 700 1.6rem/1.5 "Montserrat", sans-serif;
  color: #064B9A;
}

.page_flex_grow {display: flex;flex-direction: column;min-height: 100vh;}
.page_flex_grow .elemement_grow{flex-grow: 1;}
.page_flex_grow footer {flex-shrink: 0;}

.courses_sec1 {
  padding: 11rem 0 12rem;
}

.courses_sec2 {
  padding: 11rem 0 15.4rem;
}
.courses_sec2 .content {
  padding: 3rem 0 1.4rem;
}

.register_sec {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 0;
  min-height: 74.3rem;
  flex-grow: 1;
}
.register_sec .wrapper {
  position: static;
}

.register_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.register_content {
  max-width: 43.59%;
  width: 100%;
  padding: 9.1rem 8.3rem 10rem 0;
}

.register_form_block {
  max-width: 56.41%;
  width: 100%;
  padding: 10.2rem 0 9.6rem 6rem;
}
.register_form_block .modal_title {
  display: none;
}
.register_form_block .form_item {
  margin: 2rem 0;
}
.register_form_block .form_item:last-child {
  margin-bottom: 0;
}
.register_form_block .register_form .small-wrapper {
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
}

.register_sec_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 117rem) / 2 + 51rem);
  height: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -2;
}

.register_page .register_button {
  color: #0071DF;
  pointer-events: none;
}
.register_page .register_button svg {
  fill: #0071DF;
  stroke: #0071DF;
}

.steps_progress {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 4.6rem;
  overflow: hidden;
}

.steps_progress .step_progress_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  flex-direction: column;
  position: relative;
  z-index: 3;
  max-width: 33.3333333333%;
  width: 100%;
}

.steps_progress .step_progress_item .step_circle {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  font: 400 1.3rem/1 "Cabin", sans-serif;
  color: #0071DF;
  background-color: #ffffff;
  border: 0.2rem solid rgba(0, 113, 223, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}

.steps_progress .step_progress_item.step_progress_passed .step_circle {
  color: #0071DF;
  background-color: #0071DF;
  border-color: #0071DF;
  z-index: 2;
}

.steps_progress .step_progress_item.step_progress_current .step_circle {
  color: #0071DF;
  background-color: #ffffff;
  border-color: #0071DF;
}

.steps_progress .step_progress_item .step_line {content: "";position: absolute;top: 1rem;left: 50%;width: 200%;height: 0.2rem;background-color: rgba(0, 113, 223, 0.3);z-index: -1;}

.step_text {font: 400 1.6rem/1 "Cabin", sans-serif;text-transform: uppercase;text-align: center;}

.steps_progress .step_progress_item.step_progress_passed::after {
  background-color: #0071DF;
}

.steps_progress .step_progress_item:last-child .step_line {
  content: none;
  display: none;
}

.step_progress_item_checkbox {
  width: 11.8rem;
  height: 0.6rem;
  fill: #fff;
}

.steps_progress .step_progress_item .step_progress_item_checkbox {
  display: none;
}

.steps_progress .step_progress_item.step_progress_passed .step_progress_item_checkbox {
  display: block;
}

.steps_progress .step_progress_item.step_progress_passed .step_line {
  background-color: #0071DF;
}

.steps_progress .step_progress_item.step_progress_passed .step_progress_item_number {
  display: none;
}

.step_item {
  display: none;
}
.step_item.active {
  display: block;
}

.testimonials_sec {
  padding: 11rem 0 11.5rem;
}
.testimonials_sec .wrapper {
  max-width: 106.1rem;
}

.reviews_wrap {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch}

.testimonials_row {display: flex;flex-direction: column;margin: 4.7rem 0 0;}

.reviews_item {width: calc(50% - 3rem);display: flex; flex-direction: column;background-color: #F7F7F7;padding: 3rem 6rem 2.6rem 6.4rem;position: relative;z-index: 2;margin: 1.3rem 1.5rem 3.4rem;}
.reviews_item:last-child {margin-bottom: 1.3rem;}
.reviews_item:before, .reviews_item:after {content: none;position: absolute;width: 4.3rem;height: 8.3rem;background-repeat: no-repeat;background-size: contain;background-position: center;}
.reviews_item:before{background-image: url("data:image/svg+xml;utf8,<svg width='43' height='85' viewBox='0 0 43 85' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M43 85H26.144L0 33.9655V0H41.968V41.8966H29.24L43 85Z' fill='%230071DF'/></svg>");}
.reviews_item:after{background-image: url("data:image/svg+xml;utf8,<svg width='43' height='85' viewBox='0 0 43 85' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H16.856L43 51.0345V85H1.032V43.1034H13.76L0 0Z' fill='%230071DF'/></svg>");}
.reviews_item .reviews_bottom{margin-top: auto;}
.reviews_item:nth-child(2n+1):before {content: "";top: -1.3rem;left: -1.5rem;}
.reviews_item:nth-child(2n+2):after {content: "";bottom: -1.3rem;right: -1.5rem;}

.reviews_item_wide {
  margin: 6rem 1.5rem;
  position: relative;
  z-index: 2;
  padding: 3rem 4.8rem 3rem 0;
}
.reviews_item_wide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 85.1%;
  height: 100%;
  background-color: #0071DF;
  z-index: -1;
}

.reviews_item_wide_content {
  max-width: 60.12%;
  width: 100%;
  margin-left: auto;
}

.reviews_image {content: "";position: absolute;display: block;bottom: 5.4rem;left: 0; max-width: 30.1rem;width: 100%;aspect-ratio: 301/292;}
.reviews_image img {position: absolute;top: 50%;left: 50%;-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;}

.reviews_content.reviews_wide_content p {
  font: 400 2rem/1.5 "Cabin", sans-serif;
}

.reviews_slider_item_title.reviews_slider_item_title_upper {
  font: 700 2rem/1 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.dashboard_sec {
  padding: 0;
  overflow: hidden;
}

.dashboard_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.dashboard_aside {
  max-width: 25.8rem;
  width: 100%;
  background-color: #F7F7F7;
  position: relative;
  padding: 12.8rem 3.7rem 12rem 0.4rem;
  z-index: 2;
}
.dashboard_aside:before {
  content: "";
  position: absolute;
  top: 0;
  right: 99%;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
}
.course_row{display: flex;justify-content: center;}
.dashboard_main {max-width: calc(100% - 24.4rem);width: 100%;padding: 0 0 12.3rem 2.6rem;overflow: hidden;}
.dashboard_main h1, .dashboard_main .h1 {color: #064B9A;margin: 0 0 2rem;}
.dashboard_main .dashboard_course_h1 {color: #333333;margin: 0 0 4.5rem;font-weight: 400;}
.dashboard_main .dashboard_course_h1 b {color: #C1A476;font-weight: 700;}

.dashboard_list {
  width: 100%;
  margin: 0 0 7.1rem;
}

.dashboard_tab_list {
  width: 100%;
  margin: 0 0 1.9rem;
}
.dashboard_tab_list a {
  font: 400 1.6rem/3.5rem "Cabin", sans-serif;
  display: block;
  width: 100%;
  padding-left: 3.7rem;
  position: relative;
  height: 3.5rem;
  color: #333333;
  text-transform: uppercase;
}
.dashboard_tab_list a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.7rem;
  width: 0.8rem;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
}
.dashboard_tab_list a svg {
  top: 0.8rem;
  left: 0;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  fill: #0071DF;
}
.dashboard_tab_list.active a {
  font: 700 1.8rem/3.5rem "Montserrat", sans-serif;
  color: #0071DF;
}
.dashboard_tab_list.active a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.7rem;
  width: 0.8rem;
  height: 100%;
  background-color: #C1A476;
  transition: all 0.3s;
}
.dashboard_tab_list:last-child {
  margin: 0;
}

.dashboard_aside_buttons .button {
  max-width: 100%;
  width: 100%;
  margin: 0 0 2.5rem;
}
.dashboard_aside_buttons .button:last-child {
  margin: 0;
}

.dashboard_banner {background-color: rgba(222, 239, 255, 0.2);max-width: 100%;width: 100%;min-height: 33.2rem;display: flex;align-items: flex-end;justify-content: flex-start;margin-bottom: 7rem;position: relative;overflow: hidden;}
.dashboard_banner_row {display: flex;align-items: flex-end;justify-content: space-between;width: 100%;}
.dashboard_banner_text {max-width: 46.8rem;width: 100%;margin: 0 2.6rem 3rem;position: relative; z-index: 3}
.dashboard_banner_text .button {margin: 0;}
.dashboard_banner_image {content: "";bottom: 0;right: 0;position: absolute;height: 90%;aspect-ratio: 280/295;background-position: right bottom;background-size: cover;background-repeat: no-repeat;}
.dashboard_block_packages {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;gap: 2.6rem;}
.dashboard_block_package:nth-child(2n+1) .block_package_top {margin: 0 0 .5rem 2.3rem;}
.dashboard_block_package:nth-child(2n+2) .block_package_top {margin: 0 2.3rem .5rem 0;}
.dashboard_block_package {max-width: calc(50% - 1.3rem);width: 100%;display: flex;flex-direction: column;}
.package_block {width: 100%;padding: 3rem 3.9rem;background-color: #F8FCFF;flex-grow: 1;}
.package_block.table_with_img {padding: 3rem 3.2rem;}
.package_block.table_with_img tr:last-child > td:first-child {padding-bottom: 0;}
.package_block.table_with_img tr:last-child > td:last-child {padding-bottom: 0;}

.package_text .table_with_img tr:last-child > td:first-child {padding-bottom: 0;}
.package_text .table_with_img tr:last-child > td:last-child {padding-bottom: 0;}

.donut_row_new{display: flex;align-items: flex-start; justify-content: space-between;gap: 1.5rem 4rem;background-color: #F8FCFF;padding: 1.2rem 3.5rem;margin: 2rem 0 3rem;}
.dashboard_block_package_new > h4, .dashboard_block_package_new > .h4 {font-weight: 700;color: #C1A476;margin: 0;}
.dashboard_block_package_new {border-bottom: 1px dashed #c1a476;padding-bottom: 2rem;}
.donut_new{display: flex;align-items: center;justify-content: center;aspect-ratio: 1/1;max-width: 12.5rem;width: 100%; padding: .75rem;flex-shrink: 0;background-color: transparent;border: .1rem solid #064B9A;color: #ffffff;font: 600 4rem / 1 "Montserrat", sans-serif;border-radius: 50%;}
.donut_new small {font-size: 51.6%;}
.donut_new_inner1{display: flex;align-items: center;justify-content: center;aspect-ratio: 1/1;flex-shrink: 0;width: 100%;padding: .2rem;background-color: transparent;border: .2rem solid #064B9A;border-radius: 50%;}
.donut_new_inner2{display: flex;align-items: center;justify-content: center;aspect-ratio: 1/1;flex-shrink: 0;width: 100%;background-color: #064B9A;border-radius: 50%;}
.donut_texts_new{flex-grow: 1;}
.dashboard_block_packages_new{display: flex;flex-direction: column;gap: 3rem;}
.donut_texts_inner_new{display: flex;align-items: flex-start;justify-content: flex-start;gap: 1.5rem 12rem;margin-bottom: 2.5rem;flex-wrap: wrap;}
.donut_texts_inner_new p{margin: 0 0 .5rem;}
.donut_texts_inner_new p:last-child{margin: 0;}
.donut_text_new{position: relative;z-index: 2;}
.donut_text_new:after{content: "";position: absolute;top: 0;right: -5.9rem;width: .1rem;height: 100%;background-color: #E0EAF5;}
.donut_text_new:nth-child(3):after{content: none;display: none;}
.donut_text_new:last-child:after{content: none!important;display: none!important;}
.dashboard_table_orders{margin: 5rem 0 0;}
.dashboard_table_orders table{width: 100%;table-layout:unset}
.rwd_table{margin:0;padding:0;width:100%;table-layout:fixed}
.rwd_table th{text-transform:capitalize;color: #fff;padding: .5rem;background: #0071DF;text-align: start;}
.rwd_table td {padding: .5rem;}
.rwd_table a{transition:.3s linear}

.package_text > h4, .package_text > .h4{margin: 0 0 3rem;color: #333333;font-weight: 700;}
.package_text{position: relative;z-index: 2;padding: 0 3.5rem; display: none;}
.package_text .content{position: relative;z-index: 1;}
.package_text .price{position: absolute;z-index: 2;right: 2rem;bottom: 0}

.block_package_donut_row {display: flex; flex-wrap:wrap;align-items: flex-start;justify-content: center;gap: 1.5rem;margin: 3rem 0 0;}
.block_package_donut {max-width: 18.1rem;width: 100%;aspect-ratio: 1/1;border-radius: 50%;border: 0.3rem solid #0071DF;background-color: #F8FCFF;padding: 1.5rem;}
.block_package_expire{max-width: 100%; width: 100%;display: flex;align-items: center;justify-content: center; text-align: center;}
.block_package_expire p{margin: 0; font-size: 1.4rem;color: red;}

.block_package_donut_inner {max-width: 100%;width: 100%;background-color: #064B9A;aspect-ratio: 1/1;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.dashboard_numbers {color: #064B9A;font: 600 5rem/1 "Montserrat", sans-serif;}
.dashboard_numbers small {font-size: 51.6%;}
.dashboard_numbers.dashboard_numbers_white {color: #F7F7F7;}
.dashboard_numbers.tc {margin: 1rem 0 2rem;}
.package_block_top {margin: 0 0 1.5rem;}
.package_block_top h4, .package_block_top .h4 {font-weight: 700;color: #C1A476;margin: 0;}
.course_a{transition: .3s}
.course_a_site, .content a.course_a_site:not(.button){transition: .3s linear;color: #333333;display: inline;}

.block_package_donut_text {margin: 0 0 2rem;}
.package_block .block_package_donut_text p {margin: 0 0 0.3rem;line-height: 1.4;}
.package_block .block_package_donut_text:last-child {margin-bottom: 0;}

.breadcrumbs_dashboard {padding: 2.8rem 0 3rem;display: flex;gap: 1rem;}
.breadcrumbs_dashboard li a {display: block;font: 700 1.6rem/1.5 "Cabin", sans-serif;position: relative;padding-left: 1.9rem;color: #C1A476;text-decoration: none;}
.breadcrumbs_dashboard li svg {position: absolute;width: 1.2rem;height: 1rem;top: 0.6rem;left: 0;}

.video_block_responsive.dashboard_main_video {max-width: 100%;width: 100%;padding-top: unset;aspect-ratio: 827/514;box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);}
.video_block_responsive.dashboard_main_video iframe{max-width: 100%;width: 100%;height: 100%;}
.video_text {position: absolute;bottom: 7.7rem;left: 5.7rem;max-width: calc(100% - 11.4rem);width: 100%;z-index: 3}
.video_text_title {font: 700 2rem/1 "Montserrat", sans-serif;margin: 0 0 0.9rem;color: #C1A476;text-transform: uppercase;}
.video_text_sub_title {font: 400 2.8rem/1 "Montserrat", sans-serif;margin: 0;color: #fff;}

.all_lessons_top {display: flex;align-items: center;justify-content: space-between;margin: 7rem 0 0;}
.all_lessons_top h2, .all_lessons_top .h2 {margin: 0;}
.all_lessons_slider_arrows {display: flex;gap: 1.8rem;}
.all_lessons_slider_arrows .slick-arrow {position: relative;top: unset;right: unset;left: unset;bottom: unset;transform: none;}
.all_lessons_slider_dots {display: flex;align-items: center;justify-content: center;margin: 0.5rem 0 0;}
.tc_bottom_dashboard{margin-top: 3rem;}
.all_lessons_slider_dots .slick-dots {position: static;top: unset;right: unset;left: unset;bottom: unset;transform: none;}
.all_lessons_slider_dots .slick-dots li.slick-active {width: 3.85rem;border-radius: 1.4rem;}
.all_lessons_slide_img {width: 100%;background-color: #fff;padding: 0.5rem 0.6rem;filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.3));margin: 3.5rem 0 2.9rem;}
.all_lessons_slide_img_inner {max-width: 100%;width: 100%;aspect-ratio: 225/146;position: relative;z-index: 2;}
.all_lessons_slide_img_inner img {position: absolute;top: 50%;left: 50%;-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;z-index: 1;}
.all_lessons_slide_img_inner:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(6, 75, 154, 0) 0%, rgba(6, 75, 154, 0.6) 60%, rgba(6, 75, 154, 0.6) 100%);z-index: 2;}
.all_lessons_slide_img_content {position: absolute;bottom: 1.1rem;left: 1.4rem;display: flex;align-items: flex-end;justify-content: space-between;width: calc(100% - 2.6rem);z-index: 3;}

.all_lessons_slide_img_text {font: 700 1.6rem/1 "Cabin", sans-serif;margin: 0;color: #fff;}
.button.button_play {min-width: auto;width: 3.5rem;height: 3.5rem;line-height: unset;border-radius: 50%;padding: 0;display: flex;align-items: center;justify-content: center;}
.button.button_play svg {width: 1.2rem;height: 1.3rem;margin: 0;}
.button.button_play.button_locked {background-color: #f44336; border: 0.2rem solid #fff;}
.all_lessons_row{position: relative;z-index: 2;}
.all_lessons_row_inner{margin: 0 14rem 0 0;}
.all_lessons_row:before{width: 13.5rem;height: 100%;content: "";position: absolute;top: 0;right: -6rem;background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 15%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);z-index: 2;}
.all_lessons_slider_main{margin: 0 -1.2rem;}
.all_lessons_slider_main.hidden_slider {overflow: hidden; opacity: 0; max-height: 51.6rem;}
.all_lessons_slider_main .slick-slide{margin: 0 1.2rem;}
.all_lessons_slider {margin: 0 -1.2rem;}
.all_lessons_slider.hidden_slider {overflow: hidden; opacity: 0; max-height: 25.2rem}
.all_lessons_slider .slick-slide {margin: 0 1.2rem; cursor: pointer;}
.h4.all_lessons_slide_name {margin: 0.9rem 0 0;color: #C1A476;text-transform: initial;font-size: 1.4rem;text-align: center;}
.all_lessons_slider .slick-list {overflow: visible;}
.h4.all_lessons_slide_name a {color: #C1A476;transition: all 0.3s;}
.faqs_main_page .faqs_sec {margin: 0 0 9.3rem;}
.faqs_main_page .faqs_sec .faqs_wrap {margin: 0 0 0;}

.faqs_sec {padding: 12rem 0 7.5rem;}
.faqs_sec .wrapper {max-width: 88.5rem;}
.faqs_sec .tc h2, .faqs_sec .tc .h2 {margin-top: 0;}
.faqs_sec .faqs_wrap {margin: 3rem 0 0;}
.faqs_sec .faqs_item {position: relative;background-color: #F7F7F7;margin: 0 0 3rem;}
.faqs_sec .faqs_item:last-child {margin: 0;}
.faqs_sec .faqs_item.active .faqs_question {color: #333333;}
.faqs_sec .faqs_item.active .faqs_question::before {transform: rotate(90deg);border-color: transparent transparent transparent #333333;}
.faqs_sec .faqs_question {position: relative;padding: 3rem 14.6rem 3rem 4.5rem;cursor: pointer;transition: all 0.3s;user-select: none;color: #C1A476;margin: 0;}
.faqs_sec .faqs_question::before {content: "";position: absolute;top: 3.2rem;right: 4.5rem;display: block;width: 0;height: 0;background-color: transparent;border-style: solid;border-width: 0.9rem 0 0.9rem 1rem;border-color: transparent transparent transparent #C1A476;transition: all 0.3s;transform: rotate(-90deg);}
.faqs_sec .faqs_content {display: none;padding: 0 14.6rem 3rem 4.5rem;}


.contact_us_section {padding: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;margin-top: auto;}
.contact_us_section .wrapper {max-width: 110.7rem;}
.contact_us_section h2, .contact_us_section .h2 {margin: 0 0 6rem;}
.contact_us_section .contact_us_row {display: flex;flex-wrap: nowrap;align-items: stretch;}
.contact_us_section .contact_us_form {max-width: 52%;width: 100%;padding: 10.8rem 0 10rem 6.3rem;background-color: #F7F7F7;position: relative;z-index: 2;}
.contact_us_section .contact_us_form:before {content: "";position: absolute;top: 0;left: 99%;width: 100vw;height: 100%;background-color: #F7F7F7;z-index: -1;}
.contact_us_section .address_block {max-width: 48%;width: 100%;padding: 10.8rem 8.1rem 4.8rem 0;display: flex;flex-direction: column;}
.contact_us_section address {margin: 0 0 2.4rem;}
.contact_us_section address h4, .contact_us_section address .h4 {margin: 3.6rem 0 0;color: #C1A476;}
.contact_us_section address a:not(.button) {display: inline-block;font: 400 2.8rem/1 "Montserrat", sans-serif;color: #333333;margin: 1rem 0;transition: 0.3s linear;}
.contact_us_section .address_image {margin-top: auto;position: relative;z-index: 2;max-width: 37.3rem;width: 100%;}
.contact_us_section .address_image img {max-width: 100%;width: 100%;object-fit: cover;}
.contact_us_section .image_wrap {display: none;}
.contact_us_section form .modal_title {display: none;}
.contact_us_section form .form_item {margin: 2rem 0;}
.contact_us_section form .form_item:last-child {margin-bottom: 0;}
.contact_us_section form .button {max-width: 28.5rem;width: 100%;}

footer {padding: 4rem 0 0;background: #064B9A;position: relative;z-index: 3;}
footer .footer_title {font: 600 2rem/1 "Montserrat", sans-serif;color: rgba(255, 255, 255, 0.4);margin: 0 0 2.1rem;text-transform: capitalize;}
footer .footer_row {display: grid;grid-template-columns: 27.6rem 23.8rem 25.3rem auto;justify-content: space-between;gap: 2rem 5rem;}
footer .footer_address_a {position: relative;padding-left: 1.5rem;}
footer .footer_address_a svg {position: absolute;top: 0.5rem;left: 0;width: 0.8rem;height: 1.2rem;fill: rgba(255, 255, 255, 0.4);}
footer .footer_contacts {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
footer .footer_contacts a {position: relative;padding-left: 2.5rem;}
footer .footer_contacts a svg {position: absolute;top: 0.4rem;left: 0;width: 1.8rem;height: 1.4rem;fill: rgba(255, 255, 255, 0.4);}
footer p {display: block;color: #ffffff;font: 400 1.6rem/1.4 "Cabin", sans-serif;margin: 0 0 1.5rem;}
footer a {display: inline-block;font: 400 1.6rem/1.4 "Cabin", sans-serif;color: #ffffff;transition: 0.3s linear;}
footer br {display: none;}
footer ul {position: relative;column-count: 2;gap: 0 4.3rem;}
footer ul li a {margin: 0.5rem 0;}
.footer_bottom_row {background-color: rgba(255, 255, 255, 0.1);display: flex;align-items: center;justify-content: space-between;gap: 2rem;padding: 2rem 4.5rem;}
.footer_bottom {padding: 2rem 0 1.8rem;margin: 3rem 0 0;position: relative;z-index: 3;}
.footer_bottom p, .footer_bottom a {font: 400 1.6rem/1 "Cabin", sans-serif;color: #ffffff;}
.footer_bottom p {margin: 0;}
.footer_bottom a {transition: 0.3s linear;}
.page_404{display: flex;flex-direction: column;min-height: 100vh;}
.page_404 .block_404 {flex-grow: 1;display: flex;align-items: center;}
.page_404 .block_404_content {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
.page_404 .block_404_content h1, .page_404 .block_404_content .h1 {color: #0071DF;font-size: 4rem;font-weight: 700;text-transform: uppercase;}
.page_404 .block_404_content h1 span, .page_404 .block_404_content .h1 span{color: #C1A476;display: block;font-size: 18rem;line-height: 1;}
.page_404 footer {flex-shrink: 0;}
.dashboard_navigation_btn {display: none;width: 4rem;height: 2.4rem;position: fixed;top: 11rem;left: 3rem;overflow: visible;cursor: pointer;transition-property: opacity;transition-duration: 0.15s;transition-timing-function: linear;z-index: 1001;}
.dashboard_navigation_btn .dashboard_hamburger_box {display: block;width: 4rem;height: 0.4rem;border-radius: 0.4rem;background-color: #0071DF;position: absolute;left: 0;top: 50%;transform: translate(0, -50%);transition-property: transform;transition-duration: 0.075s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.dashboard_navigation_btn .dashboard_hamburger_box::before, .dashboard_navigation_btn .dashboard_hamburger_box::after {content: "";display: block;width: 4rem;height: 0.4rem;border-radius: 0.4rem;background-color: #0071DF;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.dashboard_navigation_btn .dashboard_hamburger_box::before {top: -1rem;transition: top 0.075s 0.12s ease, opacity 0.075s ease;}
.dashboard_navigation_btn .dashboard_hamburger_box::after {bottom: -1rem;transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.dashboard_navigation_btn.is_open .dashboard_hamburger_box {transform: translate(0, -50%) rotate(45deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);background-color: #0071DF;}
.dashboard_navigation_btn.is_open .dashboard_hamburger_box::before {top: 0;opacity: 0;transition: top 0.075s ease, opacity 0.075s 0.12s ease;}
.dashboard_navigation_btn.is_open .dashboard_hamburger_box::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}
.dashboard_main_form{padding-top:6.8rem;}
.dashboard_main_form .modal_title{display: none;}
.checkout{padding: 10rem 0 16rem;}
.checkout .checkout_wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}
.checkout .checkout_header{font-size:0;position:relative;text-align:justify;padding:2rem 0;border-bottom:.1rem solid #ccc}
.checkout .checkout_header.checkout_header_first{padding:0 0 2rem}
.checkout .checkout_header.checkout_header_order{padding:1.9rem 0 2.1rem}
.checkout .checkout_header::after{content:'';display:inline-block;width:100%}
.checkout .checkout_title{display:inline-block;vertical-align:middle;width:55%}
.checkout .checkout_title span{font-size:2rem;font-weight:700;color:#fff;background-color:#C1A476;padding:0 .8rem;margin:0 1rem 0 0;display:inline-block;vertical-align:middle}
.checkout .checkout_title h2{display:inline-block;vertical-align:middle;font-size:2.4rem;line-height:1;font-weight:700;margin:0;color:#0071DF;text-align:left}
.checkout .checkout_title.checkout_title_full {max-width: 100%;width: 100%}
.checkout .checkout_title.checkout_title_full h2{text-align:center;display: block;}
.checkout .checkout_checkbox{display:inline-block;vertical-align:middle;text-align:right;width:45%}
.checkout .checkout_checkbox input[type='checkbox'] + label{margin:0}
.checkout .checkout_row{margin-top:1.1rem;margin-bottom:.7rem;position:relative}
.checkout .checkout_row:last-child::after{display:none}
.checkout .order_wrap{margin:0 0 1.5rem}
.checkout .form_item{margin:1rem 0;}
.checkout .checkout_order_item{padding:1rem 0;font-size:0;border-bottom:.1rem solid #ccc}
.checkout .checkout_order_item .img_wrap{display:inline-block;vertical-align:middle;position:relative;width:8rem;margin:0 1rem 0 0}
.checkout .checkout_order_item .img_wrap img{width:8rem;height:8rem;-o-object-fit:contain;object-fit:contain;font-family:'object-fit: contain;';-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.checkout .checkout_order_item .img_wrap .qty{position:absolute;top:0;right:0;font-size:1.4rem;font-weight:500;height:2rem;line-height:1.9rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-align:center;white-space:nowrap;padding:0 .6rem;background-color:#0071DF;color:#fff;z-index:3}
.checkout .checkout_order_item .checkout_order_desc{display:inline-block;vertical-align:middle;width:-webkit-calc(100% - 9rem);width:-moz-calc(100% - 9rem);width:calc(100% - 9rem)}
.checkout .checkout_order_item .checkout_order_desc p{font-size:1.6rem;line-height:1.3;margin:0}
.checkout .checkout_order_item .checkout_order_name{display:inline-block;vertical-align:middle;width:70%;margin:0 1rem 0 0}
.checkout_order_name a{transition: .3s}
.checkout .checkout_order_item .checkout_order_price{display:inline-block;vertical-align:middle;text-align:right;width:-webkit-calc(30% - 1rem);width:-moz-calc(30% - 1rem);width:calc(30% - 1rem)}
.checkout .checkout_order_item .checkout_order_price p{color:#C1A476}
.checkout .cart_totals_wrap{width:50%;float:right;margin:0}
.checkout .cart_totals_wrap .total_col p{font-size:1.4rem}
.checkout .cart_totals_wrap .total_col p.checkout_total {font-size: 1.6rem;}
.checkout .cart_totals_wrap hr{margin: 1rem 0;}
.checkout .cart_totals_wrap .button{margin: 1rem 0 0;}
.checkout .cart_totals_wrap p{font-size:1.4rem;margin: 0;}
.checkout_promos{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;padding: 1rem 0 ;margin: 0 0 1rem;border-bottom: .1rem solid #ccc;gap: .5rem;}
.checkout_promos .button{line-height: 4.3rem;height: 4.3rem;padding: 0 1.4rem;min-width: 1rem;}
.label_inline{max-width: 15rem;}

.date_select_row{display: flex;flex-wrap: wrap;align-items: stretch;justify-content: center;gap: 1.5rem 2rem;margin: 2rem 0 0;}
.date_select_input {position: absolute;left: -999.9rem;}
.date_select{display: flex; flex-direction: column;align-items: center;gap: 1.5rem;}
.date_select_content{margin: 0;}
.date_select .date_select_input + label.date_select_label{min-width: 9.5rem; display: flex;flex-direction: column;position: relative;z-index: 3;border-radius: 1rem;box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.05);cursor: pointer;}
.date_select_top{text-transform: capitalize;background-color: #0071DF;color: #ffffff;border-radius: 1rem;border-bottom-left-radius: 0;border-bottom-right-radius: 0;font-size: 1.4rem;padding: .5rem;text-align: center;transition: .3s;flex-grow: 1;}
.date_select_main{display: flex;align-items: center;justify-content: center;width: 100%;background-color: #ffffff;aspect-ratio: 3/2;border-radius: 1rem;border-top-left-radius: 0;border-top-right-radius: 0;position: relative;z-index: 3;transition: .3s;color: #4c566b;border-top: none;}
.date_select_main:before {content: '';position: absolute;top: 0;left: 0;display: block;width: 100%;height: 50%;background-image: -webkit-linear-gradient(white 0%, #edeeef 100%);background-image: -moz-linear-gradient(white 0%, #edeeef 100%);background-image: -o-linear-gradient(white 0%, #edeeef 100%);background-image: linear-gradient(white 0%, #edeeef 100%);z-index: -2;transition: .3s ease}
.date_select_main .data{font-size: 5rem;width: 100%;text-align: center;padding: 0 1rem;line-height: .8;transition: .3s;}
.date_select_main .data:before, .date_select_main .data:after{content: '';display: block;position: absolute;top: calc(50% - 1rem);transform: translate(0,50%);width: .3rem;height: 1rem;background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);z-index: -1;transition: .3s}
.date_select_main .data:before{left: 0;}
.date_select_main .data:after{right: 0;}

.date_select_input:checked + label.date_select_label .date_select_main:before {background: #064B9A;opacity: .25;}
.date_select_input:checked + label.date_select_label .date_select_main {background-color: #0071DF;color: #ffffff;}
.date_select_input:checked + label.date_select_label .date_select_main .data:before, .date_select_input:checked + label.date_select_label .date_select_main .data:after {opacity: .3;}
.date_select_input:checked + label.date_select_label .date_select_top {background-color: #064B9A;}

.date_select_row.validate_error .date_select_top{background-color: #e57373 !important;}
.date_select_row.validate_error .date_select_main{color: red;}
.date_select_row.validate_error .date_select_input + label.date_select_label {box-shadow: 0 0 1.2rem rgba(229, 115, 115, 0.5);}

.register_waiver{width: 100%; height: 500px; overflow: auto;}
.register_waiver * {font-size: 90% !important;}


@-moz-document url-prefix() {
  scrollbar-width: auto;
  scrollbar-color: #0071DF #f1f1f1;
}
@media only screen and (min-width: 2200px) {
  .inner_banner .inner_banner_wrapper {min-height: 40.8rem;}
}
@media only screen and (min-width: 993px) {
  .navigation .header_nav > li.dr_down:hover .sub_menu {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .link_svg:hover {color: #C1A476;}
  .link_svg:hover svg {fill: #C1A476;stroke: #C1A476;}
  .navigation .header_nav > li > a:not(.button):hover {color: #C1A476;}
  .navigation .header_nav .sub_menu > li > a:not(.button):hover {color: #C1A476;}
  footer a:hover {color: #C1A476;}
  .footer_bottom a:hover {color: #C1A476;}
  .button:hover {color: #0071DF;background-color: #ffffff;border-color: #0071DF;}
  .button:hover svg {fill: #0071DF;}
  .course_a_site:hover, .content a.course_a_site:not(.button):hover{color: #0071DF;}
  .available_courses_text .content a.course_a_site:not(.button):hover{color: #ffffff;}
  .course_a:hover{color: #0071DF;}
  .button.light:hover {color: #ffffff;background-color: #C1A476;border-color: #C1A476;}
  .button.light_2:hover {color: #ffffff;background-color: #0071DF;border-color: #ffffff;}
  .button.dark:hover {color: #C1A476;background-color: #ffffff;border-color: #C1A476;}
  .button.button_success:hover {color: #ffffff;background-color: #24993f;border-color: #24993f;}
  .button.button_danger:hover {color: #ffffff;background-color: #c82333;border-color: #c82333;}
  .button.button_warning:hover {color: #333333;background-color: #fdae11;border-color: #fdae11;}
  .button.button_info:hover {color: #ffffff;background-color: #0890a7;border-color: #0890a7;}
  .button.button_disable:hover {color: #333333;background-color: #c3bfbf;border-color: #c3bfbf;}
  .button.button_default:hover {color: #ffffff;background-color: #50606e;border-color: #50606e;}
  .button.btn_icon:hover svg {transform: translate(-50%, 0.9rem);}
  .button.btn_icon:hover span {transform: translateY(3rem);}
  .button.button_play.button_locked:hover {background-color: #ffffff;border: 0.2rem solid #f44336;}
  .button.button_play.button_locked:hover svg { fill: #f44336;}
  .slick-prev:hover, .slick-next:hover {background-color: #064B9A;border-color: #064B9A;}
  .slick-prev:hover::after, .slick-next:hover::after {border-color: #ffffff;}
  .dialog .icon_close:hover {color: #dc3545;}
  .input:-webkit-autofill:hover {-webkit-box-shadow: 0 0 0 4rem #ffffff inset !important;-webkit-text-fill-color: #333333 !important;}
  .custom_checkbox + label:hover .checkbox_design {border-color: #0071DF;}
  .custom_radio_button + label:hover .radio_button_design {border-color: #0071DF;}
  .pagination li a:hover {background-color: #0071DF;color: #ffffff;}
  .social .social_block:hover .icon, .social .social_block:hover img {padding: 0.2rem;}
  .content a:not(.button):hover {color: #0071DF;}
  .toast_notifications .removeTOAST .icon:hover {color: #FF3F0A;}
  .video_block .video_img:hover .overlay, .video_block_responsive:hover .overlay_res {background: rgba(0, 0, 0, 0);}
  .video_block .video_img:hover .play, .video_block_responsive:hover .play_res {transform: translate(-50%, -50%) scale(0.8);}
  .faqs .faqs_question:hover {color: #0071DF;}
  .h4.all_lessons_slide_name a:hover{color: #0071DF;}
  .footer_button_top:hover:before{background-color: #C1A476;}
  .checkout_order_name a:hover {color: #C1A476;}

}
@media only screen and (max-width: 1600px) {
  .pre_footer_inner {width: 35.8%;}
}
@media only screen and (max-width: 1300px) {
  h1, .h1,
  .content h1, .content .h1 {font-size: 4rem;}
  h2, .h2 {font-size: 3.4rem;}
  .content h2, .content .h2 {font-size: 3.4rem;}
  .title, .content .title {font-size: 3.4rem;}
  .content img[style*=float][style*=right] {margin: 1rem 0 1rem 4.5rem !important;}
  .content img[style*=float][style*=left] {margin: 0 4.5rem 1.5rem 0 !important;}
  .header .header_login_register {gap: 1rem 2rem;}
  .register_sec {min-height: unset;}
  .register_form_block {padding: 8.2rem 0 8.6rem 4rem;}
  .register_content {padding: 8.2rem 4rem 8rem 0;}
}
@media only screen and (max-width: 1200px) {
  .row_f .col_lg_1 {width: calc(8.3333333333% - 3.01rem);}
  .row_f .col_lg_2 {width: calc(16.6666666667% - 3.01rem);}
  .row_f .col_lg_3 {width: calc(25% - 3.01rem);}
  .row_f .col_lg_4 {width: calc(33.3333333333% - 3.01rem);}
  .row_f .col_lg_5 {width: calc(41.6666666667% - 3.01rem);}
  .row_f .col_lg_6 {width: calc(50% - 3.01rem);}
  .row_f .col_lg_7 {width: calc(58.3333333333% - 3.01rem);}
  .row_f .col_lg_8 {width: calc(66.6666666667% - 3.01rem);}
  .row_f .col_lg_9 {width: calc(75.0000000019% - 3.01rem);}
  .row_f .col_lg_10 {width: calc(83.3333333333% - 3.01rem);}
  .row_f .col_lg_11 {width: calc(91.6666666667% - 3.01rem);}
  .row_f .col_lg_12 {width: calc(100% - 3.01rem);}
  .main_top_logo_inner {clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);}
  .available_courses_inner_sec {padding: 2.5rem 0 3.2rem;}
  .contact_us_section .contact_us_form {padding: 6.8rem 0 8rem 3.3rem;}
  .contact_us_section .address_block {padding: 6.8rem 3.1rem 4.8rem 0;}
  .contact_us_section address a:not(.button) {font-size: 2.4rem;}
  .contact_us_section h2, .contact_us_section .h2 {margin: 0 0 3rem;}
  .contact_us_section address h4, .contact_us_section address .h4 {margin: 2.4rem 0 0;}
  .register_sec .wrapper {position: relative;}
  .register_sec_bg {width: calc(43.59% + 1.5rem);left: -1.5rem;}
  footer .footer_row {grid-template-columns: 16.6rem 23.8rem 25.3rem auto;}
  .block_package_donut {max-width: 16rem;}
  .dashboard_numbers {font-size: 5.2rem;}
  .dashboard_aside {padding: 12.8rem 2.7rem 12rem 0.4rem;max-width: 21rem;}
  .dashboard_tab_list.active a:before {right: -2.7rem;}
  .package_block {padding: 3rem 3rem;}
  .dashboard_main {max-width: calc(100% - 21rem);}
  .donut_texts_inner_new {gap: 1.5rem 8rem;}
  .donut_text_new:after {right: -3.9rem;}
}
@media only screen and (max-width: 1100px) {
  .available_courses_text_bottom {gap: 2rem 3.4rem;}
  .available_courses_row {justify-content: space-between;gap: 2rem 6rem;}
  .video_block_responsive.available_courses_video {max-width: 52%;}
}
@media only screen and (max-width: 992px) {

  .video_block .video_img .play, .video_block_responsive .play_res {width: 6rem;}
  body {padding-top: 8.6rem;}
  .header .header_login_register {display: none;}
  .header, .header.fixed {padding: 1.5rem 0;}
  .header .header_logo img, .header.fixed .header_logo img {width: 9rem;}
  .header .navigation_btn {display: block;}
  .dashboard_navigation_btn {display: block;}
  .navigation {position: fixed;top: 0;right: -36rem;z-index: 100;width: 36rem;height: 100vh;margin: 0;overflow: hidden;background-color: #0071DF;transition: right 0.3s ease-in;}
  .navigation.nav_opened {right: 0;transition: right 0.3s ease-out;}
  .navigation .header_nav {display: block;margin: 9rem 0 0;padding: 0 1.5rem;height: calc(100vh - 16rem);overflow-y: auto;}
  .navigation .header_nav > li {display: block;width: 100%;}
  .navigation .header_nav > li > a:not(.button) {display: block;font-size: 2rem;font-weight: 400;color: #ffffff;text-align: center;text-transform: uppercase;padding: 0.9rem 0;width: 100%;margin: 0 auto;}
  .navigation .header_nav > li > a:not(.button)::after {display: none;}
  .navigation .header_nav > li.dr_down > a:not(.button)::after {content: "";position: relative;top: 0;left: auto !important;right: -1.3rem;display: inline-block;width: 0;height: 0;background-color: transparent;border-style: solid;border-width: 0.8rem 0 0.8rem 0.8rem;border-color: transparent transparent transparent #ffffff;z-index: 1;}
  .navigation .header_nav > li.dr_down.active > a:not(.button)::after {border-color: transparent transparent transparent #0071DF;}
  .navigation .header_nav > li.dr_down .sub_menu {display: none;position: relative;top: 100%;left: 0;width: 100%;height: auto;margin: 1rem 0;background-color: transparent;min-width: unset;box-shadow: unset;transform: unset;transition: unset;}
  .navigation .header_nav > li.dr_down .sub_menu::after, .navigation .header_nav > li.dr_down .sub_menu::before {display: none;}
  .navigation .header_nav > li.dr_down .sub_menu > li {border-bottom: none;}
  .navigation .header_nav > li.dr_down .sub_menu > li > a:not(.button) {font-size: 1.7rem;line-height: 1.4;border-bottom: none;padding: 0.8rem 0;margin: 0 auto;max-width: 80%;text-align: center;}
  .navigation .header_nav > li.dr_down.visible_sub > a:not(.button)::after {transform: rotate(90deg);}
  .navigation .header_nav > li.dr_down.visible_sub .sub_menu {display: block;opacity: 1;visibility: visible;}
  .navigation .header_nav > li.header_btn {padding: 1rem 3rem;}
  .navigation .header_nav > li.header_btn .button {display: block;width: 100%;}
  .navigation .header_nav > li.mobile_social {display: block;}
  .navigation .header_nav > li.mobile_social .social {justify-content: center;}
  .navigation .header_nav > li.mobile_social .social a {display: inline-block;vertical-align: middle;width: auto;}
  .navigation .header_nav > li.mobile_button_li {display: flex;justify-content: center;margin: 2rem 0;}
  .mobile_phone, .home_bar_space {display: block;}
  .hide_desktop {display: block !important;}
  .hide_tablet {display: none !important;}
  .page aside, .page main {display: block;width: 100%;float: none;margin: 1rem 0;padding: 0;}
  .map iframe, .map #map {height: 30rem;}
  .row.tablet .col_3, .row.tablet .col_4 {width: calc(50% - 3rem);}
  .header .top_header {display: none;}
  footer {padding-bottom: 4.7rem;padding-top: 2rem;}
  .row_f .col_md_1 {width: calc(8.3333333333% - 3.01rem);}
  .row_f .col_md_2 {width: calc(16.6666666667% - 3.01rem);}
  .row_f .col_md_3 {width: calc(25% - 3.01rem);}
  .row_f .col_md_4 {width: calc(33.3333333333% - 3.01rem);}
  .row_f .col_md_5 {width: calc(41.6666666667% - 3.01rem);}
  .row_f .col_md_6 {width: calc(50% - 3.01rem);}
  .row_f .col_md_7 {width: calc(58.3333333333% - 3.01rem);}
  .row_f .col_md_8 {width: calc(66.6666666667% - 3.01rem);}
  .row_f .col_md_9 {width: calc(75.0000000019% - 3.01rem);}
  .row_f .col_md_10 {width: calc(83.3333333333% - 3.01rem);}
  .row_f .col_md_11 {width: calc(91.6666666667% - 3.01rem);}
  .row_f .col_md_12 {width: calc(100% - 3.01rem);}
  h1, .h1,
  .content h1, .content .h1 {font-size: 3rem;}
  h2, .h2,
  .content h2, .content .h2 {font-size: 2.7rem;}
  .about_main_sec h2, .about_main_sec .h2 {margin-top: 1rem;}
  .title, .content .title {font-size: 2.7rem;}
  h3, .h3,
  .content h3, .content .h3 {font-size: 2.6rem;}
  h4, .h4,
  .content h4, .content .h4 {font-size: 1.8rem;}
  h5, .h5,
  .content h5, .content .h5 {font-size: 1.6rem;}
  h6, .h6,
  .content h6, .content .h6 {font-size: 1.4rem;}
  .content img[style*=float][style*=right] {margin: 1rem 0 1rem 2.5rem !important;}
  .content img[style*=float][style*=left] {margin: 1rem 2.5rem 3.5rem 0 !important;}
  .modal_video.dialog .icon_close {display: none;}
  .main_top_logo_inner {padding: 4rem 14rem 0 0;}
  .welcome_sec {padding: 9rem 0 6rem;}
  .about_main_sec .content {padding: 6rem 0;}
  .available_courses_text_bottom .button {padding: 0 2rem;}
  .price {font-size: 5rem;}
  .available_courses_row {justify-content: space-between;gap: 2rem 4rem;}
  p, .content p {margin: 0 0 1.5rem;}
  .available_courses_sec {padding: 8rem 0 2rem;}
  .in_person_work_shop .content {padding: 4rem 0 3rem;}
  .in_person_work_shop {margin: 0 0 8rem;}
  .why_choose_item {margin: 0 0 2.5rem;padding-left: 5rem;}
  .why_choose_img {left: -3.3rem;width: 6.6rem;height: 6.6rem;}
  .why_choose_sec {padding: 7rem 0 7.5rem;}
  .why_choose_content > h2, .why_choose_content > .h2 {padding-left: 5rem;}
  .faqs_sec {padding: 8rem 0 6.5rem;}
  .faqs_sec .faqs_question {padding: 3rem 9.6rem 3rem 3.5rem;}
  .faqs_sec .faqs_content {padding: 0 9.6rem 3rem 3.5rem;}
  .cta_contact_row {gap: 2rem 5rem;}
  .cta_contact_text {max-width: 38%;}
  .cta_contact_text br {display: none;}
  .cta_contact_form {max-width: 62%;}
  .cta_contact {padding: 3rem 0;}
  .reviews_main_sec {padding: 7rem 0 12.8rem;}
  .reviews_slider {margin: -2rem -1rem 0;}
  .reviews_slider .slick-slide {margin: 0 1rem;}
  .reviews_slide {padding: 2.6rem 3rem 2.6rem 3rem;margin: 2rem 0 1rem;}
  .reviews_slider .slick-slide:nth-child(2n+1) .reviews_slide {margin-left: 1rem;}
  .reviews_slider .slick-slide:nth-child(2n+2) .reviews_slide {margin-right: 1rem;}
  .reviews_slide:before {width: 3.3rem;height: 6.3rem;}
  .reviews_slider .slick-slide:nth-child(2n+1) .reviews_slide:before {top: -2rem;left: -1rem;}
  .reviews_slider .slick-slide:nth-child(2n+2) .reviews_slide:before {bottom: -1rem;right: -1rem;}
  .about_sec1 {padding: 8rem 0 5rem;}
  .about_sec2 {padding: 5rem 0 8rem;}
  .cta1_row {flex-direction: column;text-align: center;}
  .cta1 {padding: 5rem 0;}
  .courses_sec1 {padding: 7rem 0 8rem;}
  .contact_us_section address a:not(.button) {font-size: 2rem;}
  .contact_us_section address h4, .contact_us_section address .h4 {margin: 1.5rem 0 0;}
  .contact_us_section .address_block {padding: 4rem 3rem 4.8rem 0;}
  .contact_us_section .contact_us_form {padding: 4rem 0 4.8rem 3rem;}
  .contact_us_section h2, .contact_us_section .h2 {margin: 0 0 2rem;}
  .steps_progress {margin: 0 0 3rem;}
  .register_form_block {padding: 6.2rem 0 8.6rem 3.5rem;}
  .register_content {padding: 6.2rem 3.5rem 8rem 0;}
  footer .footer_row {grid-template-columns: calc(55% - 2.5rem) calc(45% - 2.5rem);}
  .footer_col4 {grid-column: 2;grid-row: 1;display: flex;justify-content: flex-end;}
  .footer_col3 {grid-column: 1;grid-row: 1;}
  .reviews_item {padding: 3rem 4rem 2.6rem 4.4rem;}
  .testimonials_sec {padding: 8rem 0 9.5rem;}
  .testimonials_row {margin: 3.5rem 0 0;}
  .reviews_item_wide_content {max-width: calc(100% - 33rem);}
  .reviews_content.reviews_wide_content p {font-size: 1.8rem;}
  .reviews_slider_item_title.reviews_slider_item_title_upper {font-size: 1.8rem;}
  .dashboard_aside:before {content: none;}
  .dashboard_aside {position: fixed;top: 0;padding: 17rem 2.7rem 16rem 2rem;max-width: 36rem;left: -36rem;z-index: 1000;height: 100vh;margin: 0;overflow: hidden;transition: all 0.3s ease-in;}
  .dashboard_aside.nav_opened {left: 0;transition: all 0.3s ease-out;}
  .dashboard_main {max-width:100%;padding: 0 0 8.3rem 0;}
  .dashboard_numbers {font-size: 4rem;}
  .block_package_donut {max-width: 13rem;}
  .package_block,
  .package_block.table_with_img {padding: 2rem 2rem;}
  .dashboard_numbers.tc {margin: 1rem 0 1.5rem;}
  .dashboard_banner {margin-bottom: 4rem;}
  .dashboard_block_packages {gap: 2rem;}
  .dashboard_block_package {max-width: calc(50% - 1rem);}
  .faqs_main_page .faqs_sec {margin: 0 0 6rem;}
  .checkout .checkout_title h2{font-size:1.8rem}
  .checkout .checkout_header.checkout_header_order {padding: 2.3rem 0 2.2rem;}
  .checkout .checkout_title span{font-size:1.9rem}
  .checkout .checkout_row label span{font-size:1.4rem}
  .checkout .checkout_checkbox input[type='checkbox'] + label{font-size:1.4rem}
  .checkout .cart_totals_wrap{width:75%}
  .checkout .checkout_order_item .checkout_order_desc p{font-size:1.4rem}
  .checkout .checkout_order_item .img_wrap{width:6rem}
  .checkout .checkout_order_item .img_wrap img{width:6rem;height:6rem}
  .checkout .checkout_order_item .checkout_order_desc{width:-webkit-calc(100% - 7rem);width:-moz-calc(100% - 7rem);width:calc(100% - 7rem)}
  .checkout .input{height:3rem}
  .checkout .select_after::after {top: 1.3rem;width: 1rem;height: 0.6rem;}
  .checkout_promos .button {line-height: 2.7rem;height: 3rem;padding: 0 1rem;font-size: 1.3rem}
  .checkout textarea.input{min-height:7.5rem}
  .date_select_top {font-size: 1.2rem;}
  .donut_texts_inner_new {gap: 1.5rem 12rem;}
  .donut_text_new:after {right: -5.9rem;}
  .dashboard_main .dashboard_course_h1 {margin: 0 0 3.5rem;}
  .modal_wrap .modal_text .modal_title_h2 {font-size: 2.8rem;}
  .video_text_sub_title {font-size: 2.4rem;}

}
@media only screen and (max-width: 840px) {
  .available_courses_row {justify-content: center;flex-direction: column-reverse;}
  .available_courses_text {max-width: 75%;width: 100%;}
  .video_block_responsive.available_courses_video {max-width: 40rem;}
  .available_courses_inner_sec:before {right: 10%;}
  .available_courses_inner_sec_bg {background-size: cover;}
  .available_courses_inner_sec.available_courses_inner_sec_transparent .available_courses_row {flex-direction: column;}
  .available_courses_inner_sec.available_courses_inner_sec_transparent .available_courses_text {margin-left: auto;}
  .available_courses_inner_sec.available_courses_inner_sec_transparent:before {left: 10%;}
  .reviews_item {padding: 3rem 3rem 2.6rem 3.4rem; width: calc(100% - 2.9rem)}
  .reviews_item:nth-child(1), .reviews_item:nth-child(2){margin-right: .7rem;}
  .reviews_item:nth-child(3), .reviews_item:nth-child(4), .reviews_item:nth-child(5) {margin-left: .7rem;}
  .checkout{padding: 5rem 0 8rem;}
  .date_select .date_select_input + label.date_select_label {min-width: 8rem;}
  .date_select_main .data {font-size: 4rem;}
  .donut_texts_inner_new {gap: 1.5rem 8rem;}
  .donut_text_new:after {right: -3.9rem;}


}
@media only screen and (max-width: 767px) {
  .hide_mobile {display: none !important;}
  .row.tablet .col_3, .row.tablet .col_4 {width: calc(100% - 3rem);}
  section {padding: 3rem 0;}
  .row.mobile .col_1, .row.mobile .col_2, .row.mobile .col_3, .row.mobile .col_4, .row.mobile .col_5, .row.mobile .col_6, .row.mobile .col_7, .row.mobile .col_8, .row.mobile .col_9, .row.mobile .col_10, .row.mobile .col_11, .row.mobile .col_12 {width: calc(100% - 3rem);}
  .row_f .col_sm_1 {width: calc(8.3333333333% - 3.01rem);}
  .row_f .col_sm_2 {width: calc(16.6666666667% - 3.01rem);}
  .row_f .col_sm_3 {width: calc(25% - 3.01rem);}
  .row_f .col_sm_4 {width: calc(33.3333333333% - 3.01rem);}
  .row_f .col_sm_5 {width: calc(41.6666666667% - 3.01rem);}
  .row_f .col_sm_6 {width: calc(50% - 3.01rem);}
  .row_f .col_sm_7 {width: calc(58.3333333333% - 3.01rem);}
  .row_f .col_sm_8 {width: calc(66.6666666667% - 3.01rem);}
  .row_f .col_sm_9 {width: calc(75.0000000019% - 3.01rem);}
  .row_f .col_sm_10 {width: calc(83.3333333333% - 3.01rem);}
  .row_f .col_sm_11 {width: calc(91.6666666667% - 3.01rem);}
  .row_f .col_sm_12 {width: calc(100% - 3.01rem);}
  h1, .h1,
  .content h1, .content .h1 {font-size: 2.8rem;margin: 1rem 0 2rem;}
  h2, .h2,
  .content h2, .content .h2 {font-size: 2.4rem;margin: 1rem 0 1.5rem;}
  .title, .content .title {font-size: 2.4rem;}
  h3, .h3,
  .content h3, .content .h3 {font-size: 2rem;margin: 1rem 0;}
  h4, .h4,
  .content h4, .content .h4 {font-size: 1.6rem;margin: 1rem 0;}
  h5, .h5,
  .content h5, .content .h5 {font-size: 1.5rem;}
  p, .content p {margin: 0 0 1.5rem;}
  .modal_video.dialog {width: 90vw;}
  .main_top .main_content .text {max-width: 100%;margin: 0;}
  .main_top .main_video_bloc {top: 29rem;bottom: 2.5rem;height: auto;}
  .main_top .banner {height: 75.1rem;}
  .top_slider.hidden_slider {height: 75.1rem;}
  .main_top .main_video_row {justify-content: center;}
  .video_block_responsive.video_block_responsive_main_banner {max-width: 38rem;}
  .main_top .main_top_overflow_image {width: 100%;height: 48.8rem;}
  .welcome_sec tr {flex-direction: column;}
  .welcome_sec td {max-width: 100%;}
  .welcome_sec {padding: 6rem 0 4rem;}
  .about_main_sec .content {padding: 4rem 0;}
  .price {font-size: 4.5rem;}
  .available_courses_text_bottom {gap: 2rem;}
  .available_courses_sec {padding: 4rem 0 2rem;}
  .slide_dots_arrows_bottom.available_courses_slider_dots {margin: 2rem 0 0;}
  .content img[style*=float] {float: none !important;display: block;width: 100% !important;max-width: 70% !important;text-align: center;margin: 0 auto 2rem !important;}
  .content img[style*=float][style*=right], .content img[style*=float][style*=left] {margin: 0 auto 2rem !important;}
  .in_person_work_shop .content {padding: 3rem 0 3rem;}
  .in_person_work_shop {margin: 0 0 4rem;}
  .why_choose_sec {padding: 4rem 0 4.5rem;}
  .faqs_sec {padding: 4rem 0 3.5rem;}
  .faqs_sec .faqs_wrap {margin: 2rem 0 0;}
  .faqs_sec .faqs_question {padding: 2rem 6rem 2rem 3.5rem;}
  .faqs_sec .faqs_content {padding: 0 6rem 3rem 3.5rem;}
  .faqs_sec .faqs_question::before {top: 2.2rem;right: 2.5rem;}
  .cta_contact_row {flex-direction: column;}
  .cta_contact_text {max-width: 100%;}
  .cta_contact_form {max-width: 100%;}
  .cta_contact {padding: 3rem 0;}
  .reviews_main_sec {padding: 3rem 0 8.8rem;}
  .content ul {margin-top: -0.5rem;}
  .about_sec1 {padding: 4rem 0 4rem;}
  .about_sec2 {padding: 4rem 0 4rem;}
  .cta1 {padding: 5rem 0;}
  .faqs_sec .faqs_item {margin: 0 0 2rem;}
  .courses_sec1 {padding: 3rem 0 4rem;}
  .wrapper_bg_left .wrapper_bg_img {left: -1.5rem;width: calc(100% + 3rem);background-position: center left;background-size: cover;}
  .wrapper_bg_right .wrapper_bg_img {right: -1.5rem;width: calc(100% + 3rem);background-position: center right;background-size: cover;}
  .contact_us_section form .form_item {margin: 2rem 0;}
  .contact_us_section .contact_us_row {align-items: center;flex-direction: column-reverse;justify-content: center;}
  .contact_us_section .address_block {padding: 4rem 0 0 0;max-width: 100%;}
  .contact_us_section .contact_us_form {padding: 4rem 0;max-width: 40rem;}
  .contact_us_section form .button {max-width: unset;width: unset;}
  .contact_us_section form .form_item {margin: 1.5rem 0;}
  .contact_us_section .contact_us_form:after {content: "";position: absolute;top: 0;right: 99%;width: 100vw;height: 100%;background-color: #F7F7F7;z-index: -1;}
  .contact_us_section address {margin: 0 auto 2rem;}
  .contact_us_section .address_image {max-width: 26rem;margin: 0 0 0 auto;}
  .contact_us_section .address_image img {max-width: 100%;width: 100%;object-fit: cover;transform: scaleX(-1);}
  .register_row {flex-direction: column;align-items: center;justify-content: center;}
  .register_content {padding: 4.2rem 0 4rem 0;position: relative;z-index: 2;max-width: 100%;}
  .register_sec_bg {width: calc(100% + 3rem);}
  .register_form_block {max-width: 40rem;padding: 6.2rem 0 8.6rem 0;}
  .footer_bottom_row {justify-content: center;padding: 2rem 3.5rem;text-align: center;flex-direction: column;}
  .step_text {font-size: 1.4rem;}
  .reviews_item:before, .reviews_item:after {width: 3.3rem;height: 6.3rem;}
  .reviews_item {width: calc(100% - 1.5rem);margin: 1rem 0 3rem;}
  .reviews_item:nth-child(2n+1) {margin-right: 0;margin-left: 1rem;}
  .reviews_item:nth-child(2n+2) {margin-left: 0;margin-right: 1rem;}
  .reviews_item:nth-child(2n+1):before {content: "";top: -1rem;left: -1rem;}
  .reviews_item:nth-child(2n+2):after {content: "";bottom: -1rem;right: -1rem;}


  .reviews_item:last-child {margin-bottom: 1rem;}
  .reviews_content.reviews_wide_content p {font-size: 1.6rem;}
  .reviews_slider_item_title.reviews_slider_item_title_upper {font-size: 1.6rem;}
  .reviews_image {position: relative;bottom: unset;left: unset;margin: 0;z-index: 3;}
  .reviews_item_wide{display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 3rem 0 5rem 0;margin: 0;}
  .reviews_item_wide:before{content: none;display: none;}
  .reviews_item_wide_content {max-width: 100%; position: relative; z-index: 2; padding: 3rem 2rem;}
  .reviews_item_wide_content:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: calc(100% + 20rem);background-color: #0071DF;z-index: -1;}
  .block_package_donut_row {flex-direction: column;gap: 1rem;margin: 2rem 0 0; align-items: center; justify-content: center;}
  .package_block.table_with_img tr{display: flex;flex-direction: column;}
  .package_text .table_with_img tr{display: flex;flex-direction: column;}
  .package_block.table_with_img tr > td:last-child {padding-right: 0;padding-left: 2.9rem;}
  .package_text .table_with_img tr > td:last-child {padding-right: 0;padding-left: 2.9rem;}
  .table_with_img tr > td:last-child img {left: 0;}
  .table_with_img tr > td:first-child {padding-left: 2.9rem;padding-right: 0;}
  .package_block.table_with_img tr:last-child > td:first-child {padding-bottom: 1rem;}
  .package_text .table_with_img tr:last-child > td:first-child {padding-bottom: 1rem;}
  .dashboard_tab_list.active a,
  .dashboard_tab_list a{line-height: 3rem;height: 3rem;padding-left: 3rem;}
  .dashboard_tab_list a svg {top: 0.5rem;}
  .dashboard_tab_list {margin: 0 0 1.5rem;}
  .dashboard_list {margin: 0 0 4.1rem;}
  .checkout .cart_totals_wrap{width:25rem}
  .donut_row_new {gap: 1.5rem 3rem;padding: 1.2rem 2rem;margin: 1.5rem 0 2rem;}
  .package_text > h4, .package_text > .h4 {margin: 0 0 2rem;}
  .package_text{padding: 0 2rem;}
  .donut_texts_inner_new {gap: 1.5rem 4rem;}
  .donut_text_new:after {right: -1.9rem;}
  .checkout .checkout_header {padding: 1rem 0;}
  .checkout .checkout_row {margin-top: 0;margin-bottom: 0;}
  .checkout .checkout_header.checkout_header_order {padding: 2rem 0 1rem;}
  .checkout .form_item {margin: 1rem 0 0;}
  .dashboard_main .dashboard_course_h1 {margin: 0 0 2rem;}
  .video_text {bottom: 4rem;left: 3rem;max-width: calc(100% - 6rem);}
  .video_text_title{font-size: 1.8rem;}
  .video_text_sub_title {font-size: 2.2rem;}
}
@media only screen and (max-width: 640px) {
  .row_f .col_xs_1 {width: calc(8.3333333333% - 3.01rem);}
  .row_f .col_xs_2 {width: calc(16.6666666667% - 3.01rem);}
  .row_f .col_xs_3 {width: calc(25% - 3.01rem);}
  .row_f .col_xs_4 {width: calc(33.3333333333% - 3.01rem);}
  .row_f .col_xs_5 {width: calc(41.6666666667% - 3.01rem);}
  .row_f .col_xs_6 {width: calc(50% - 3.01rem);}
  .row_f .col_xs_7 {width: calc(58.3333333333% - 3.01rem);}
  .row_f .col_xs_8 {width: calc(66.6666666667% - 3.01rem);}
  .row_f .col_xs_9 {width: calc(75.0000000019% - 3.01rem);}
  .row_f .col_xs_10 {width: calc(83.3333333333% - 3.01rem);}
  .row_f .col_xs_11 {width: calc(91.6666666667% - 3.01rem);}
  .row_f .col_xs_12 {width: calc(100% - 3.01rem);}
  .content img[style*=float] {float: none !important;display: block;width: 100% !important;max-width: 100% !important;margin: 0 auto 2rem !important;}
  .content img[style*=float][style*=right] {margin: 0 auto 2rem !important;text-align: center;}
  .content img[style*=float][style*=left] {margin: 0 auto 2rem !important;text-align: center;}
  .content p[style*=float] {float: none !important;display: block;width: 100% !important;max-width: 100% !important;margin: 1rem auto !important;}
  .content p[style*=float][style*=right] {margin: 1rem auto !important;text-align: center;}
  .content p[style*=float][style*=left] {margin: 1rem auto !important;text-align: center;}
  .content .button {margin: 0;}
  .why_choose_wrapper_row {display: flex;flex-direction: column;}
  .why_choose_sec {padding: 0 0 4.5rem;}
  .why_choose_sec .wrapper {position: relative;}
  .why_choose_image {position: relative;top: unset;left: -1.5rem;width: calc(100% + 3rem);height: auto;aspect-ratio: 1/1;}
  .why_choose_content {max-width: 100%;margin: 2rem 0 0;}
  .why_choose_img {top: -0.5rem;left: 0;width: 5.5rem;height: 5.5rem;}
  .why_choose_item {margin: 0 0 2rem;padding-left: 7rem;}
  .inner_banner .inner_banner_wrapper {min-height: 28.8rem;}
  footer .footer_row {display: flex;flex-wrap: wrap;gap: 2rem 3rem;}
  .footer_col3 {order: 1;flex-grow: 1;}
  .footer_col4 {order: 2;}
  .footer_col1 {order: 3;}
  .footer_col2 {order: 4;flex-shrink: 0;}
  .testimonials_sec {padding: 4rem 0 6.5rem;}
  .dashboard_banner {min-height: 28.2rem;}
  .donut_row_new {padding: 1.2rem 1rem;flex-direction: column-reverse;align-items: center;}
  .package_text {padding: 0 0 0 1rem;}
  .donut_new {max-width: 10.5rem;flex-shrink: 1;color: #ffffff;font-size: 2.8rem;}
  .donut_texts_new {flex-grow: 0;width: 100%;}
  .donut_texts_inner_new {gap: 1.5rem 6rem;margin-bottom: 1.5rem;}
  .donut_text_new:after {right: -2.9rem;}
  .dashboard_block_package {max-width: 100%;}
  .block_package_donut_row {flex-direction: row;gap: 2rem; align-items: flex-start;}
  .dashboard_block_package:nth-child(2n+2) .block_package_top{text-align: left;margin: 0 0 0 1rem;}
  .dashboard_block_package:nth-child(2n+1) .block_package_top {margin: 0 0 0 1rem;}
  .video_block .video_img .play, .video_block_responsive .play_res {width: 4.5rem;}
  .rwd_table thead{display:none}
  .rwd_table tr{display:block;padding:0;background-color:#fff}
  .rwd_table tr:nth-of-type(odd){background-color:#ecf0f1}
  .rwd_table td{border-bottom:.1rem solid #cecece;display:block;min-height:4.1rem;font-size:1.4rem;text-align:left;position:relative;padding:.5rem 1.2rem .5rem 50%;}
  .rwd_table td::before{content:attr(data-label) " ";position:absolute;padding: .5rem 1rem .5rem 1.2rem; top:0;left:0;width:45%;height: 100%;display:inline-block;font-size:1.4rem;font-weight:700;color:#ffffff;background-color: #0071DF; text-align:left}
  .rwd_table tbody tr:last-child > td:last-child{border-bottom:none}
  .modal_wrap .modal_text .modal_title_h2 {font-size: 2.6rem;}

}
@media only screen and (max-width: 550px) {
  .toast_notifications {width: 95%;}
  .toast_notifications .toast {width: 100%;font-size: 1rem;margin-left: 2rem;}
  .main_top_logo_inner {padding: 2rem 11rem 0 0;max-width: 80%;}
  .main_top .main_content {top: 4rem;}
  .main_top .main_video_bloc {top: 32rem;}
  .slick-dots li {margin: 0 1rem;}
  .available_courses_text {max-width: 100%;}
  .available_courses_inner_sec:before {right: 0;top: unset;bottom: 0;height: 75%;}
  .available_courses_inner_sec_bg {height: 25%;}
  .form_wrap.form_wrap_flex {gap: 0 1.4rem;}
  .form_item.form_item_half {max-width: calc(50% - 0.7rem);}
  .available_courses_inner_sec.available_courses_inner_sec_transparent:before {left: 0;}
  .available_courses_inner_sec.available_courses_inner_sec_transparent {margin: 0;padding: 6rem 0;}
  .inner_banner p br {display: none;}
  .pre_footer_inner {width: 50%;}
  .contact_us_section address a:not(.button) {font-size: 1.8rem;margin: 0.6rem 0;}
  .page_404 .block_404_content h1, .block_404_content .h1 {font-size: 3rem;}
  .page_404 .block_404_content h1 span, .block_404_content .h1 span{font-size: 15rem;}
  .reviews_image {max-width: 25.1rem;}
  .reviews_item_wide_content:before {height: calc(100% + 10rem);}

  .dashboard_banner_text {margin: 0 2.5rem 2rem;}
  .dashboard_banner_image {right: -7rem;height: 75%;}
  .dashboard_banner {margin-left: -1.5rem; max-width: calc(100% + 3rem);width:  calc(100% + 3rem);}
  .block_package_donut_text {margin: 0 0 1rem;}
  .all_lessons_slider {margin: 0 -0.7rem;}
  .all_lessons_slider .slick-slide {margin: 0 .7rem;}
  .all_lessons_row:before {width: 22%;right: -1.5rem;}
  .package_text .price {position: static;right: unset;bottom: unset;margin-top: 1.5rem;}
  .date_select {flex-direction: row;gap: 1rem;}
  .date_select_row {gap: 1rem 1.5rem;}
  .date_select .date_select_input + label.date_select_label {min-width: 7rem;}
  .date_select_main .data {font-size: 3.6rem;}
  .donut_text_new:after {right: -3.9rem;}
  .date_select_row {justify-content: flex-start;}
}
@media only screen and (max-width: 500px) {
  .donut_texts_inner_new {gap: 1.5rem 4rem;}
  .donut_text_new:after {right: -1.9rem;}
  .donut_text_new{max-width: calc(100%/2 - 2rem);width: 100%}
  .donut_text_new:nth-child(3):after{content: "";display: block;}
  .donut_text_new:nth-child(2):after{content: none;display: none;}
  .video_text {bottom: 2rem;left: 2rem;max-width: calc(100% - 4rem);}
}
@media only screen and (max-width: 450px) {
  .table_with_img tr {display: flex;flex-direction: column;}
  .table_with_img tr > td:first-child {padding-left: 2.9rem;padding-right: 0;}
  .table_with_img tr > td:last-child img {left: 0;}
  .table_with_img tr > td:last-child {padding-right: 0;padding-left: 2.9rem;}
  .form_item.form_item_half {max-width: 100%;margin: 0.5rem 0;}
  footer .footer_row {flex-direction: column;gap: 1rem;}
  .footer_col4 {order: 1;}
  .footer_col3 {order: 2;}
  .footer_bottom_row {padding: 1.5rem 2rem;}
}
@media only screen and (max-width: 400px) {
  .dialog .modal_buttons .button {width: 100%;margin: 0 0 1.5rem;}
  .dialog .modal_buttons .button:last-child {margin: 0;}
  .main_top .banner {height: 72.1rem;}
  .top_slider.hidden_slider {height: 72.1rem;}
  .main_top_logo_inner {padding: 2rem 9rem 0 0;}
  .donut_text_new:after {right: unset;top: calc(100% + .7rem);width: 100%;height: .1rem}
  .donut_text_new{max-width: 100%;}
  .donut_text_new:nth-child(2):after{content: "";display: block;}
}
@media only screen and (max-width: 380px) {
  .navigation {right: -30rem;width: 30rem;}
  .dashboard_aside {max-width: 30rem;left: -30rem;}
}
@media only screen and (max-width: 370px) {
  .checkout .checkout_title{display:block;width:100%}
  .checkout .checkout_checkbox{margin:1.4rem 0 0;width:100%;text-align:left}
  .checkout .checkout_order_item .checkout_order_desc p{font-size:1.2rem}
}
@media (orientation: landscape) and (max-height: 450px) {
  .mobile_phone, .home_bar_space {display: none;}
  footer {padding-bottom: 0;}
}
