/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url("fonts/fonts.css");
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Categorres
17. How It Works
18. Banner
19. Footer
20. Programms Page
21. Contact Page
22. Registration Page
23. Pages

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
strong {
  font-weight: 700;
}

.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
  margin: 2rem 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
.go-back {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0cc0df;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;
}
header a {
  text-decoration: none;
}
.image-404 img {
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;
}
.image-404 {
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #231f20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}
main {
  position: relative;
  overflow-x: hidden;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #f1e0ff;
  color: #624891;
}
::selection {
  background-color: #f1e0ff;
  color: #624891;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 160rem;
}
.container-2xl {
  max-width: 192rem;
  padding: 0;
}
.container-fluid {
  max-width: 100%;
}
.container-md {
  max-width: 120rem;
}
.container-sm {
  max-width: 100rem;
}
.container-xl {
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
h1 {
  font-size: 4.8rem;
  line-height: 1.4;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.2;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.4;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(2rem, 2vw + 0.5rem, 3.2rem);
  line-height: 1.3;
}
.title h1,
.title h2 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
}
p {
  margin-bottom: 1.6rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10rem;
  text-decoration: none;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .btn {
    font-size: 2rem;
  }
}
.btn-primary {
  background-color: #624891;
  color: #fff;
}
.btn-primary:hover {
  padding: 0.8rem 1.85rem;
  background-color: #3d226d;
}

.btn-primary:focus {
  background-color: rgba(146, 124, 184, 0.7);
  color: #3d226d;
}
.btn-sm {
  background-color: transparent;
  color: #624891;
}
.btn-sm:hover {
  background-color: rgba(61, 34, 109, 0.1);
  color: #927cb8;
}
.btn-sm:focus {
  background-color: #927cb8;
  color: #3d226d;
}
.btn-animate1 {
  position: relative;
  display: inline-block;
}
.btn-anim {
  position: absolute;

  opacity: 0;
  transition:
    opacity 0.15s ease,
    all 0.3s cubic-bezier(0.8, 0, 1, 1);
}
.btn-anim1,
.btn-anim2 {
  top: 5rem;
  left: 5rem;
}
.btn-anim3 {
  bottom: 2rem;
  right: 2rem;
}
.btn-animate1 a {
  position: relative;
  z-index: 1;
}
.btn-anim img {
  width: auto;
  height: auto;
  display: block;
}

.btn-anim1 img {
  width: 2rem;
}

.btn-anim3 img {
  width: 2rem;
}
.btn-animate1:hover .btn-anim1 {
  top: 2.5rem;
  left: 1rem;
  opacity: 1;
}
.btn-animate1:hover .btn-anim2 {
  top: 1rem;
  left: 45%;
  opacity: 1;
}
.btn-animate1:hover .btn-anim3 {
  bottom: -1rem;
  right: 1rem;
  opacity: 1;
  top: auto;
  left: auto;
}
.btn-animate1:focus .btn-anim1 {
  transform: rotate(-10deg) translate3d(-15px, -15px, -15px);
}

.btn-animate1:focus .btn-anim2 {
  transform: rotate(10deg) translate3d(30px, -30px, -30px);
}

.btn-animate1:focus .btn-anim3 {
  transform: rotate(10deg) translate3d(-30px, 30px, -30px);
}
.btn-text {
  background-color: #624891;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-animate2 {
  position: relative;
  display: inline-block;
}
.btn-animate2 a {
  position: relative;
  z-index: 1;
}
.btn-anim4 {
  top: 5rem;
  left: 5rem;
}
.btn-animate2:hover .btn-anim4 {
  opacity: 1;
  top: 2.9rem;
  left: 20%;
}

.btn-anim4 img {
  width: 1.6rem;
}
.btn-anim5 {
  top: 5rem;
  right: 5rem;
}
.btn-animate2:hover .btn-anim5 {
  opacity: 1;
  top: 2.5rem;
  right: 20%;
}
.btn-anim5 img {
  width: 5rem;
}
.btn-anim6 {
  bottom: 0;
  left: 5rem;
}
.btn-animate2:hover .btn-anim6 {
  opacity: 1;
  bottom: -2.5rem;
  left: 20%;
}
.btn-anim6 img {
  width: 5rem;
}
.btn-anim7 {
  bottom: 5rem;
  right: 5rem;
}
.btn-animate2:hover .btn-anim7 {
  opacity: 1;
  bottom: -1.5rem;
  right: 20%;
}
.btn-anim7 img {
  width: 1.6rem;
}
.btn-animate2:focus .btn-anim4 {
  transform: rotate(-10deg) translate3d(-15px, -15px, -15px);
}

.btn-animate2:focus .btn-anim5 {
  transform: rotate(10deg) translate3d(30px, -30px, 10px);
}

.btn-animate2:focus .btn-anim6 {
  transform: rotate(-10deg) translate3d(-30px, 30px, -30px);
}
.btn-animate2:focus .btn-anim7 {
  transform: rotate(10deg) translate3d(30px, 30px, 30px);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}

/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid rgba(200, 234, 245, 0.5);
  padding: 1.1rem 1.5rem;
  outline: none;
  background-color: rgba(200, 234, 245, 0.5);
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 10rem;
}
textarea {
  resize: vertical;
  height: 19rem;
  border-radius: 1rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #0cc0df;
}
input[type="button"] {
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.wpcf7-list-item label input {
  width: auto;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
  height: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 8rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next {
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev {
  background-image: url(images/prev.svg);
  left: 1rem;
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next {
    right: -4rem;
  }
  .custom-prev {
    left: -4rem;
  }
}
/* pagination custom 1 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
/* pagination custom 2 */
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001bcb;
}
/* ================================================================================== 
14. Header
===================================================================================== */
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: rgba(200, 234, 245, 0.4);
  padding: 0.8rem 1.6rem;
  border-radius: 10rem;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
.toggle img {
  display: block;
  width: 1.5rem;
  height: auto;
}
header.open-nav .toggle {
  width: 100%;
}
@media only screen and (max-width: 30em) {
  /*480px*/
}
/*-----------*/
header {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  z-index: 10;
  color: #3d226d;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 7.7rem;
  height: auto;
}

nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

nav li a:hover,
nav li.current_page_item a {
  font-weight: 600;
}

.menu-item-has-children {
  position: relative;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
.btn-login {
  margin-right: 0;
  order: 2;
  transition: all 0.4s ease-in-out;
}

header.open-nav .btn-login {
  width: 100%;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.9rem;
    transition: all 0.4s ease-in-out;
    padding: 1rem 2rem;
    z-index: 999;
    overflow-y: auto;
  }
  header nav {
    width: 100%;
    order: 3;
    margin-top: 2rem;
    opacity: 0;
    visibility: hidden;
  }
  header.open-nav {
    height: 100%;
    min-height: 100vh;
    background-color: #f8f2fe;
  }
  header nav li a {
    border-radius: 1rem;
    background-color: #fff;
    padding: 4.8rem 2rem;
    text-align: center;
    width: 0%;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
  }
  header nav li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  header.open-nav nav li a {
    width: 100%;
  }
  header nav {
    position: absolute;
    left: 0;
    top: 9rem;
    transform: translateY(-140%);
    transition: all 0.4s ease-in-out;
  }
  header.open-nav nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header nav li {
    margin-bottom: 1rem;
  }
  header .btn-login {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 15rem;
  }
  header.open-nav .btn-login {
    top: 4rem;
  }
  .toggle {
    width: 15rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav {
    width: 40rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  header {
    top: 3rem;
  }
  .btn-login {
    margin-right: 0;
  }
  .toggle {
    display: none;
    order: 3;
  }
  nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
  }
  header .container {
    padding: 0.8rem;
    background-color: rgba(200, 234, 245, 0.4);
    border-radius: 10rem;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*--------*/
.header-top {
  color: #3d226d;

  position: absolute;
  left: 0;
  top: 6.8rem;
  width: 100%;
  z-index: 2;
}
.header-top p {
  margin: 0;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .header-top {
    top: 0;
    padding: 2.5rem 0;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro {
  position: relative;
  height: 80rem;
}
.intro .container .container {
  position: static;
}
.intro .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro > .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70rem;
  background-color: #a796c6;
}
.intro-overlay {
  position: absolute;
  left: 0;
  top: -5rem;
  width: 101%;
  height: 85rem;
  background-image: url(images/intro-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.intro h1 {
  font-family: "Tanker", sans-serif;
  font-size: 18rem;
  line-height: 0.9;
  color: #624891;
  margin: 0;
  transform: rotate(-14deg);
  font-weight: 900;
}
.intro h1 span {
  display: inline-block;
  padding-left: 3rem;
}

.intro h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #624891;
  position: absolute;
  left: 0;
  bottom: -10rem;
  padding-left: 2rem;
  max-width: 26rem;
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro h1 span {
    padding-left: 7rem;
  }
  .intro h1 {
    font-size: 21rem;
  }
  .intro h3 {
    line-height: 1;
    bottom: -8rem;
    padding-left: 5rem;
    max-width: 100%;
  }
  .intro > .container::before {
    height: 40rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .intro h3 {
    font-size: 3.6rem;
    transform: rotate(-12.6deg);
    position: static;
    top: auto;
    left: auto;
    padding-left: 9rem;
    padding-top: 12rem;
  }
  .intro-overlay {
    height: 78rem;
  }
  .intro h1 {
    font-size: 25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-overlay {
    height: 85rem;
  }
  .intro h1 {
    font-size: 28rem;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
  .intro-overlay {
    height: 88rem;
  }
}
@media only screen and (min-width: 109.375em) {
  /*1750px*/
  .intro-overlay {
    height: 91rem;
  }
}
/*----------*/
.text-center {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center .btn {
  margin-top: 4rem;
}
.intro-text {
  padding-top: 10rem;
  padding-bottom: 0;
}
.intro-text strong {
  color: #624891;
}
.intro-text .text-center {
  font-size: 1.8rem;
}
.intro-text .text-center p {
  text-align: left;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-text .text-center p {
    text-align: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
/*-----------*/
.intro-images img.img-body {
  display: block;
  width: 15rem;
  height: auto;
}
.intro-images {
  position: absolute;
  right: 2rem;
  bottom: -10rem;
  z-index: 2;
  cursor: pointer;
}
.intro-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.intro-images img.img-male-head {
  display: block;
  width: 5.3rem;
  height: auto;
  position: absolute;
  right: 0.7rem;
  top: -4.2rem;
  z-index: -1;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.intro-images img.img-female-head {
  display: block;
  width: 5.5rem;
  height: auto;
  position: absolute;
  left: -5px;
  top: -3.5rem;
  z-index: -1;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.intro-images.animate .img-male-head {
  transform: rotate(25deg);
}
.intro-images.animate .img-female-head {
  transform: rotate(-25deg);
}
.intro-img img {
  width: auto;
  height: auto;
  display: block;
}

.intro-images.animate .intro-img {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.intro-images.animate .intro-img1 {
  left: -10%;
  top: -230%;
}
.intro-images.animate .intro-img2 {
  left: 84%;
  top: -150%;
}
.intro-images.animate .intro-img3 {
  left: 0%;
  top: -82%;
  width: 3rem;
}
.intro-images.animate .intro-img4 {
  left: 67%;
  top: -90%;
  width: 6.3rem;
}
.intro-images.animate .intro-img5 {
  left: 43%;
  top: -50%;
}
.intro-images.animate .intro-img6 {
  left: 49%;
  top: 41%;
}
.intro-images.animate .intro-img7 {
  left: 48%;
  top: 1%;
}
.intro-images.animate .intro-img8 {
  left: 34%;
  top: 32%;
}
.intro-images.animate .intro-img9 {
  left: 80%;
  top: -50%;
}
.intro-images.animate .intro-img10 {
  left: 35%;
  top: -119%;
  width: 7rem;
}
.intro-images.animate .intro-img11 {
  left: -10%;
  top: -150%;
}
.intro-images.animate .intro-img12 {
  left: 25%;
  top: -180%;
}
.intro-images.animate .intro-img13 {
  left: 72%;
  top: -187%;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-images img.img-body {
    width: 20rem;
  }
  .intro-images img.img-female-head {
    width: 7.2rem;
    left: -3px;
    top: -4.7rem;
  }
  .intro-images img.img-male-head {
    width: 6.9rem;
    right: 0.7rem;
    top: -5.6rem;
  }
  .intro-images {
    right: 9rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-images {
    right: 13rem;
  }
}
@media only screen and (min-width: 109.375em) {
  /*1750px*/
  .intro-images {
    right: 20rem;
  }
}
/* ================================================================================== 
16. Categorres
===================================================================================== */
.categories {
  padding-top: 0;
  position: relative;
  z-index: 2;
  display: none;
}
.logged-in .categories{
  display: block;
}
.cat1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1%;
  align-items: flex-end;
  position: relative;
}
.cat2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1%;
  align-items: flex-start;
  position: relative;
}
.category-box {
  width: 100%;
  margin-bottom: 1%;
  background-color: #f1e0ff;
  border-radius: 20px;
  padding: 3rem;
  transition: all 300ms ease-out;
  height: 17.8rem;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
}
.category-box:hover {
  background-color: #f7f1fd;
}

.category-box h3 {
  font-size: 2.4rem;
  color: #3d226d;
  line-height: 1.1;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  width: 90%;
}
.category-box:hover h3 {
  font-size: 2.8rem;
}

.cat1 .category-box:nth-child(2) img,
.cat1 .category-box:nth-child(3) img {
  width: 17rem;
  margin-top: 4rem;
}
.cat2 .category-box:last-child {
  background-color: #c8eaf5;
}
.category-text-hover {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.category-box:hover .category-text-hover {
  opacity: 1;
  visibility: visible;
}

.category-text-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.cat2 .category-box {
  background-color: #fdd2b2;
}

.cat2 .category-box:hover {
  background-color: #fcebde;
}
.cat2 .category-box:last-child:hover {
  background-color: #def2f9;
}

.category-box:hover {
  height: auto;
}

.cat2 .category-box h3 {
  width: 70%;
}
.category-box:hover .category-text-hover {
  display: block;
}
.category-box:nth-child(-n + 3) {
  transform-origin: bottom;
}
.category-box img {
  display: block;
  width: 15rem;
  height: auto;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .categories-wrapper {
    height: 70rem;
    position: relative;
  }
  .cat1 {
    height: 30rem;
  }
  .cat2 {
    height: 30rem;
  }
  .category-box {
    width: 32.6%;
    position: absolute;
  }
  .cat2 .category-box {
    width: 49.5%;
    position: relative;
  }
  .cat1 .category-box:nth-child(1) {
    left: 0;
    bottom: 0;
  }
  .cat1 .category-box:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .cat1 .category-box:nth-child(3) {
    right: 0;

    bottom: 0;
  }
  .category-box:hover {
    height: 47.2rem;
  }
  .cat2 .category-box:hover,
  .cat2 .category-box:hover {
    height: 35rem;
  }
  .categories {
    padding-top: 0;
  }
  .cat2 .category-box p {
    width: 60%;
  }
  .cat1 .category-box:nth-child(2) p,
  .cat1 .category-box:nth-child(3) p {
    width: 60%;
  }
  .cat1 .category-box:nth-child(2) img,
  .cat1 .category-box:nth-child(3) img {
    margin-top: -7rem;
  }
  .cat2 .category-box .category-text-inner {
    margin-top: -8rem;
  }
  .cat1 .category-text-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1rem 2rem 1rem;
  }
  .category-box:hover {
    height: 40rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .category-box img {
    width: 17rem;
  }
  .cat1 .category-box:nth-child(2) img,
  .cat1 .category-box:nth-child(3) img {
    width: 16rem;
  }
}
/* ================================================================================== 
17. How It Works
===================================================================================== */
.how-it-works .title h2 {
  font-size: 5.4rem;
  color: #9fdbe8;
  text-transform: uppercase;
  font-family: "Tanker", sans-serif;
  display: inline-block;
  cursor: pointer;
}
.how-it-works .text-center {
  font-size: 1.8rem;
}
.how-it-works .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-inner {
  display: inline-block;
  position: relative;
}
.anim {
  position: absolute;
  opacity: 0;
  transform: scale(0.3);
  transition: all 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim img {
  display: block;
  width: auto;
  height: auto;
}
.anim1 {
  top: -5rem;
  left: 31%;
}
.anim2 {
  top: -5rem;
  right: 5%;
}

.anim3 {
  bottom: 3rem;
  left: 21%;
}
.anim4 {
  top: -7rem;
  right: 40%;
}
.anim5 {
  top: 7rem;
  right: 20%;
}
.anim6 {
  bottom: 2rem;
  right: 39%;
}
.anim7 {
  top: -4rem;
  right: 21%;
}
.how-it-works .text-center p {
  text-align: left;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .how-it-works .title h2 {
    font-size: 8rem;
  }
  .how-it-works .text-center p {
    text-align: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .how-it-works .title h2 {
    font-size: 11.2rem;
  }
  .logged-in .how-it-works {
    margin-top: -30rem;
  }
  .page-template-template-radionice .how-it-works{
    margin-top: 0;
  }
  /* .how-it-works{
    margin-top: 0;
   } */
}
/*---------------*/
.how-wrapper {
  margin-top: 8rem;

  counter-reset: numb;
}
.intro-text h3 {
  color: #624891;
}
.how-box {
  border-radius: 20px;
  padding: 2rem;
  background-color: #f1e0ff;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.how-box-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.how-box-inner h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #624891;
  width: 14rem;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-top: 0;
}

.how-text-inner {
  width: calc(100% - 14rem);
  opacity: 0;
  visibility: hidden;
  font-size: 1.7rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.how-text-inner p {
  margin: 0;
}
.how-box.active-box .how-text-inner {
  opacity: 1;
  visibility: visible;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.how-box:not(.active-box):hover .how-box-inner h3 {
  color: #f1e0ff;
}
.how-box:not(.active-box):hover .how-box-number::before {
  color: #f1e0ff;
}

.how-box:nth-child(2) {
  background-color: rgba(200, 234, 245, 0.5);
}
.how-box:nth-child(3) {
  background-color: rgba(255, 245, 201, 0.5);
}
.how-box:nth-child(4) {
  background-color: rgba(197, 223, 150, 0.5);
}
.how-box:nth-child(5) {
  background-color: rgba(253, 210, 178, 0.5);
}
.how-box:nth-child(6) {
  background-color: rgba(255, 187, 238, 0.5);
}

.how-box .btn-sm {
  font-size: 1.7rem;
  margin-top: 1rem;
}
.how-box-number {
  position: absolute;
  left: 2rem;
  bottom: -2.7rem;
  width: 5rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-box-number::before {
  counter-increment: numb;
  content: "0" counter(numb);
  font-size: 7rem;
  color: #624891;
  display: inline-block;
  font-weight: 600;
  font-family: "Tanker", sans-serif;
  line-height: 0;
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.how-box:not(.active-box):hover {
  background-color: #a896c6;
  color: #f1e0ff;
}

@media only screen and (max-width: 75em) {
  /*1200px*/
  .how-wrapper {
    display: flex;
    flex-direction: column;
  }
  .how-box {
    width: 20%;
    height: 15rem;
    margin-bottom: 1rem;
  }
  .how-box:nth-child(2) {
    width: 36%;
  }
  .how-box:nth-child(3) {
    width: 52%;
  }
  .how-box:nth-child(4) {
    width: 68%;
  }
  .how-box:nth-child(5) {
    width: 84%;
  }
  .how-box:nth-child(6) {
    width: 100%;
  }
  .how-box.active-box {
    height: 45rem;
    width: 100%;
  }
  .how-text-inner {
    width: calc(100% - 25rem);
  }
  .how-box-inner h3 br {
    display: none;
  }
  .how-box-inner h3 {
    width: 20rem;
  }
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .how-text-inner {
    width: calc(100% - 15rem);
  }
  .how-box-inner h3 {
    width: 12rem;
  }

  .how-box {
    width: 40%;
  }
  .how-box:nth-child(2) {
    width: 52%;
  }
  .how-box:nth-child(3) {
    width: 64%;
  }
  .how-box:nth-child(4) {
    width: 76%;
  }
  .how-box:nth-child(5) {
    width: 88%;
  }
  .how-box:nth-child(6) {
    width: 100%;
  }
  .how-box.active-box {
    height: 50rem;
    width: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .how-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    align-items: flex-end;
  }
  .how-box {
    flex: 1;
  }
  .how-box:nth-child(1) {
    height: 12rem;
  }
  .how-box:nth-child(2) {
    height: 18rem;
  }
  .how-box:nth-child(3) {
    height: 24rem;
  }
  .how-box:nth-child(4) {
    height: 30rem;
  }
  .how-box:nth-child(5) {
    height: 36rem;
  }
  .how-box:nth-child(6) {
    height: 42rem;
  }
  .how-box.active-box {
    flex: 3;
    height: 42rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .how-box-inner h3 {
    width: 13rem;
  }
  .how-text-inner {
    width: 30rem;
  }
  .how-box:nth-child(5) .how-box-inner h3 {
    width: 13rem;
  }
  .how-box:nth-child(5) .how-text-inner {
    width: 30rem;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */
.title-custom h2,
.title-custom h1 {
  font-size: 5.4rem;
  color: #927cb8;
  text-transform: uppercase;
  font-family: "Tanker", sans-serif;
  display: inline-block;
  cursor: pointer;
}
.pages .title-custom h2,
.pages .title-custom h1 {
  cursor: default;
}
.banner .title {
  margin-bottom: 0;
}
.banner {
  padding-bottom: 3rem !important;
}

.bottom-image {
  padding-bottom: 2rem;
}
.bottom-image img {
  display: block;
  width: 31rem;
  height: auto;
}
.bottom-image2 img {
  margin-left: auto;
  width: 24rem;
}
.bg-white {
  background-color: #fff;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-custom h2,
  .title-custom h1 {
    font-size: 6.4rem;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer {
  font-size: 1.4rem;
  padding: 0 0 2rem 0 !important;
}
footer .container {
  border-radius: 20px;
  background-color: #a896c6;
  color: #fff;
  padding: 8rem 2rem;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-left {
  width: 100%;
}
.footer-right {
  width: 100%;
  font-size: 1.6rem;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo img {
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
}
.logo {
  margin-bottom: 5rem;
}
.eu-logos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.eu-logos img {
  width: 16.8rem;
  height: auto;
}
footer a {
  text-decoration: none;
}
.footer-nav li {
  margin-bottom: 2rem;
}
.footer-nav {
  text-align: center;
}
.copyright {
  font-size: 1.4rem;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .eu-logos {
    flex-direction: row;
    gap: 4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-left {
    width: 40%;
  }
  .footer-right {
    width: 40%;
    text-align: right;
  }
  .logo img {
    margin: 0;
  }
  .eu-logos {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-nav {
    text-align: right;
  }
  .copyright {
    text-align: right;
  }
}
/* ================================================================================== 
20. Programms Page
===================================================================================== */
.bg {
  background-color: #f2f9fa;
}
.text-color {
  color: #624891;
}
.top-height {
  width: 100%;
  background-color: #f2f9fa;
  height: 15rem;
}

.page-aside {
  width: 100%;
}
.page-aside a {
  border-radius: 12px;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: background-color 0.4s ease-in-out;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
  padding-right: 5rem;
  margin-bottom: 1rem;
  height: 8.2rem;
  display: flex;
  align-items: center;
}
.page-aside a:hover {
  background-color: #f1e0ff;
  background-image: url(images/arrow-hover.svg);
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: right 1.3rem bottom 1.3rem;
}
.page-aside a.active-tab {
  color: #fff;
  background-color: #927cb8;
  background-image: url(images/arrow-right-white.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: right 1.3rem bottom 1.3rem;
}
.page-content {
  width: 100%;
}
.page-text {
  padding: 3.2rem;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 1.6rem;
}
.page-text .title h2 {
  margin: 0;
  font-size: 3.2rem;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
}
.tab-container {
  display: none;
}
.tab-container.active-tab {
  display: block;
}

@media only screen and (max-width: 61.25em) {
  /*980px*/
  .page-aside {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .page-aside a {
    padding-right: 8rem;
    background-image: url(images/arrow-hover.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 3rem center;
    flex: 0 0 auto;
  }
  .page-aside a:hover {
    background-color: #f1e0ff;
    background-image: url(images/arrow-hover.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right 3rem center;
  }
  .page-aside a.active-tab {
    color: #fff;
    background-color: #927cb8;
    background-image: url(images/arrow-right-white.svg);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right 3rem center;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .page-aside a {
    max-width: 33rem;
    height: 13.2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside {
    width: 46rem;
  }
  .page-content {
    width: calc(100% - 48rem);
  }
}
/*---------*/
.programm-table {
  counter-reset: programm;
}
.programm-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.programm-cell {
  border-radius: 12px;
  padding: 2.3rem;
  background-color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.programm-cell p {
  margin: 0;
}
.programm-header .programm-cell {
  background-color: #f1e0ff;
  font-size: 2rem;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
}
.programm-cell.programm-numb {
  width: 10rem;
}
.count-numb {
  position: relative;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
}
.count-numb::before {
  counter-increment: programm;
  content: counter(programm) ".";
  display: inline-block;
}
.programm-wrapper,
.programm-title {
  width: calc(100% - 11rem);
  flex: unset;
}
.programm-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.programm-wrapper .programm-cell:nth-child(3) {
  width: 100%;
  flex: 100% 2;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .programm-group {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .programm-box {
    flex: 0 0 auto;
    max-width: 30rem;
    min-width: 30rem;
  }
  .programm-group + .programm-box {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 23.75em) {
  /*380px*/
  .programm-box {
    flex: 0 0 auto;
    max-width: 20rem;
    min-width: 20rem;
  }
}
/*---------*/
.accordion-wrapper {
  width: 100%;
  margin-top: 1.6rem;
}
.accordion__body_text {
  border-radius: 12px;
  padding: 2.3rem;
  background-color: #fff;
  margin-top: 1.6rem;
}
.accordion:nth-child(2) .accordion__body_text {
  border-radius: 12px;
  padding: 0;
  background-color: transparent;
  margin-top: 1.6rem;
}

.accordion {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 1.6rem;
}

.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
  padding: 2.3rem;
  background-color: #fff;
}
.accordion:nth-child(1) .accordion__head {
  background-color: #c8eaf5;
}
.accordion:nth-child(2) .accordion__head {
  background-color: #fdd2b2;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  font-size: 2rem;

  margin: 0;
}
.accordion__head_btn {
  width: 3rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 10rem;
  border: 2px solid #624891;
}
.accordion__head_btn:before,
.accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #624891;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn {
  margin-top: 3rem;
}
.boxes-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.box {
  border-radius: 12px;
  padding: 3.2rem;
  background-color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.box ul {
  padding-left: 2rem;
}
.box:nth-child(3) {
  flex: 100% 2;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .boxes-group {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .box {
    flex: 0 0 auto;
    max-width: 30rem;
    min-width: 30rem;
  }
  .boxes-group + .box {
    max-width: 100%;
    min-width: 100%;
  }
  .boxes-row > .box {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 23.75em) {
  /*380px*/
  .box {
    flex: 0 0 auto;
    max-width: 24rem;
    min-width: 24rem;
  }
}
/*--------*/
.tab-container .btn {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.review-box {
  border-radius: 12px;
  padding: 3.2rem;
  background-color: #fff;
  flex: 1;
}
.reviews-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.review-box {
  flex: 49% 1;
}
.review-box p {
  margin: 0;
  font-style: italic;
}
/*--------*/

.photos-wrapper a {
  border-radius: 12px;
  padding: 3.2rem;
  background-color: #fff;
  flex: 49% 1;
  background-image: url(images/arrow-hover.svg);
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: right 2rem center;
  text-decoration: none;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  transition: all 0.4s ease-in-out;
}
.photos-wrapper a:hover {
  background-color: #f1e0ff;
}
.photos-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
/*-----------*/
.vector-section {
  background-color: #fff;
}
.programm-page {
  padding-bottom: 20rem;
}
.vector-section img {
  max-width: 55rem;
  width: 100%;
  display: block;
  margin-top: -12rem;
}
/* ================================================================================== 
21. Contact Page
===================================================================================== */
.text-lg {
  font-size: 1.8rem;
  margin-bottom: 8rem;
}

.contact-page-box {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-page-box:nth-child(3),
.contact-page-box:last-child {
  width: 100%;
}
.text-color2 {
  color: #3d226d;
}
.contact-page-box:nth-child(2) {
  background-color: #def2f9;
}
.contact-page-box:nth-child(1) {
  background-color: rgba(241, 224, 255, 0.4);
}
.contact-page-box:nth-child(3) {
  background-color: rgba(253, 210, 178, 0.4);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .contact-page-box {
    width: 48.5%;
  }
}
/* ================================================================================== 
22. Registration Page
===================================================================================== */
/* .how-box-number::before {
	counter-increment: numb;
	content: "0"counter(numb);
	font-size: 7rem;
	color: #624891;
	display: inline-block;
	font-weight: 600;
	font-family: 'Tanker', sans-serif;
	line-height: 0;
	transition: all 1s cubic-bezier(.2,.8,.2,1);
} */

.registration-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.registration-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.registration-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
#register-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ================================================================================== 
23. Pages
===================================================================================== */
.page-text-bg {
  background-color: rgba(241, 224, 255, 0.4);
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}

/*--------*/
.page-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-box {
  width: 48%;
  margin-bottom: 2rem;
  background-color: rgba(241, 224, 255, 0.4);
}
.page-box img {
  display: block;
  max-width: 20rem;
  width: 100%;
  margin-top: 4rem;
}
/*---------*/
.edu-table {
  counter-reset: edu;
}
.edu-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.edu-cell {
  border-radius: 12px;
  padding: 2.3rem;
  background-color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.edu-cell:first-child {
  font-weight: 600;
}
.edu-cell p {
  margin: 0;
}
.edu-header .edu-cell {
  background-color: #f1e0ff;
  font-size: 2rem;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
}

.edu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.edu-wrapper .edu-cell:nth-child(3) {
  width: 100%;
  flex: 100% 2;
}
.edu-day {
  background-color: #624891;
  font-size: 2.6rem;
  font-family: "Tanker", sans-serif;
  font-weight: 500;
  border-radius: 12px;
  padding: 2.3rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .edu-day {
    font-size: 3rem;
  }
}

/*-------------*/
.acc2 .accordion .accordion__head {
  background-color: #c8eaf5;
}
.acc2 .accordion:nth-child(2n + 2) .accordion__head {
  background-color: #fdd2b2;
}
