body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

i[class*='-ic'] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.arr-down-icon {
  width: 0.8em;
  height: 0.6em;
  background: url("../image/arrow-dn.svg");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0.45em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.arr-down-white-icon {
  width: 1em;
  height: 1em;
  background: url("../image/arrow-dn-white.svg");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0.65em;
}

.arr-down-long-icon {
  width: 1em;
  height: 1em;
  background: url("../image/arrow-dn-long.svg");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.plus-icon {
  width: 1.2em;
  height: 1.2em;
  background: url("../image/plus.svg");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.arr-up-icon {
  width: 1em;
  height: 1em;
  background: url("../image/arrow-up-thin.svg");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 7px;
}

/* Required formats .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Medium.woff") format("woff"), url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.ttf") format("truetype"), url("../font/Inter-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.ttf") format("truetype"), url("../font/Inter-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Black.woff") format("woff"), url("../font/Inter-Black.woff2") format("woff2"), url("../font/Inter-Black.ttf") format("truetype"), url("../font/Inter-Black.eot") format("embedded-opentype");
}

:root {
  --color-main: #082f48;
  --color-accent: #b1cfd5;
  --color-accent-light: #c4d4d8;
  --color-bg: #cfdcdf;
  --color-bg-light: #f8f8f9;
  --color-bg-green: #5f745f;
  --color-white: #fff;
  --color-black: #000;
  --color-text: #082f48;
  --color-text-light: #fff;
  --font-default: 1.8rem;
  --font-default-big: 2rem;
  --font-default-small: 1.6rem;
  --font-title-big: 10rem;
  --font-title-medium-big: 7rem;
  --font-title-medium: 5rem;
  --font-title-medium-small: 3.6rem;
  --font-title-small: 2rem;
  --bg-gradient: linear-gradient(
    var(--color-bg-light, #f8f8f9),
    var(--color-bg, #cfdcdf),
    var(--color-bg-light, #f8f8f9)
  );
  --backdrop-filter-main: blur(10px) brightness(130%);
  --backdrop-filter-light: blur(30px) brightness(140%);
  --backdrop-filter-dark: blur(10px) brightness(80%);
}

/* Title */
h1, .h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  margin: 1em 0 0.75em;
  padding: 0;
  font-weight: normal;
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1;
}

h1, .h1-title,
h2,
.h2-title {
  font-size: var(--font-title-big, 10rem);
  line-height: 1;
}

h1, .h1-title {
  letter-spacing: -1px;
}


h3,
.h3-title {
  font-size: var(--font-title-medium, 5rem);
  line-height: 1.2;
}


h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  line-height: 1.25;
  font-size: var(--font-title-small, 2rem);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

button {
  outline: none !important;
  border: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

ol,
ul,
li,
form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

header ol,
header ul,
header li,
footer ol,
footer ul,
footer li,
nav ol,
nav ul,
nav li {
  list-style: none;
  padding-left: 0;
}

ol,
ul {
  padding-left: 1em;
}

.btn-wrap {
  margin: 0 auto;
}

.btn, .btn-back {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-small);
  letter-spacing: -0.3px;
  font-weight: normal;
  line-height: 1.25;
  color: var(--color-white, #fff);
  padding: 8px 2.5em 8px 1.25em;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  background-color: rgba(8, 47, 72, 0.9);
  border: 1px solid var(--color-text, #082f48);
}

.btn::after, .btn-back::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("../image/arrow-r-thin.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.btn:hover, .btn-back:hover, .btn:active, .btn-back:active {
  color: var(--color-text, #082f48);
  background-color: rgba(255, 255, 255, 0.9);
}

.btn:hover::after, .btn-back:hover::after, .btn:active::after, .btn-back:active::after {
  -webkit-filter: none;
          filter: none;
}

.btn.btn-light, .btn-light.btn-back {
  color: var(--color-text, #082f48);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.btn.btn-light::after, .btn-light.btn-back::after {
  -webkit-filter: none;
          filter: none;
}

.btn.btn-light:hover, .btn-light.btn-back:hover, .btn.btn-light:active, .btn-light.btn-back:active {
  color: var(--color-white, #fff);
  background-color: rgba(8, 47, 72, 0.9);
}

.btn.btn-light:hover::after, .btn-light.btn-back:hover::after, .btn.btn-light:active::after, .btn-light.btn-back:active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn-back {
  padding: 8px 1.25em 8px 2.5em;
}

.btn-back::after {
  left: 1em;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.btn-top {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-top:hover, .btn-top:active {
  text-decoration: underline;
}

@-webkit-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-moz-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-o-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-webkit-keyframes form-arrow-hover {
  0% {
    -webkit-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
  50% {
    -webkit-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }
  100% {
    -webkit-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
}

@-moz-keyframes form-arrow-hover {
  0% {
    -moz-transform: translate(0, -60%);
         transform: translate(0, -60%);
  }
  50% {
    -moz-transform: translate(25%, -60%);
         transform: translate(25%, -60%);
  }
  100% {
    -moz-transform: translate(0, -60%);
         transform: translate(0, -60%);
  }
}

@-o-keyframes form-arrow-hover {
  0% {
    -o-transform: translate(0, -60%);
       transform: translate(0, -60%);
  }
  50% {
    -o-transform: translate(25%, -60%);
       transform: translate(25%, -60%);
  }
  100% {
    -o-transform: translate(0, -60%);
       transform: translate(0, -60%);
  }
}

@keyframes form-arrow-hover {
  0% {
    -webkit-transform: translate(0, -60%);
       -moz-transform: translate(0, -60%);
         -o-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
  50% {
    -webkit-transform: translate(25%, -60%);
       -moz-transform: translate(25%, -60%);
         -o-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }
  100% {
    -webkit-transform: translate(0, -60%);
       -moz-transform: translate(0, -60%);
         -o-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
}

@-webkit-keyframes start-logo {
  0% {
    -webkit-transform: translate(-webkit-calc(50vw - 20px - 50%), -webkit-calc(50vh - 20px - 50%)) scale(2.7);
            transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
  }
  50% {
    -webkit-transform: translate(-webkit-calc(50vw - 20px - 50%), 0) scale(1);
            transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes start-logo {
  0% {
    -moz-transform: translate(-moz-calc(50vw - 20px - 50%), -moz-calc(50vh - 20px - 50%)) scale(2.7);
         transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
  }
  50% {
    -moz-transform: translate(-moz-calc(50vw - 20px - 50%), 0) scale(1);
         transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
  }
  100% {
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes start-logo {
  0% {
    -o-transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
       transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
  }
  50% {
    -o-transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
       transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
  }
  100% {
    -o-transform: none;
       transform: none;
  }
}

@keyframes start-logo {
  0% {
    -webkit-transform: translate(-webkit-calc(50vw - 20px - 50%), -webkit-calc(50vh - 20px - 50%)) scale(2.7);
       -moz-transform: translate(-moz-calc(50vw - 20px - 50%), -moz-calc(50vh - 20px - 50%)) scale(2.7);
         -o-transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
            transform: translate(calc(50vw - 20px - 50%), calc(50vh - 20px - 50%)) scale(2.7);
  }
  50% {
    -webkit-transform: translate(-webkit-calc(50vw - 20px - 50%), 0) scale(1);
       -moz-transform: translate(-moz-calc(50vw - 20px - 50%), 0) scale(1);
         -o-transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
            transform: translate(calc(50vw - 20px - 50%), 0) scale(1);
  }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.page-links-title {
  display: none;
}

.inner-pages {
  position: fixed;
  z-index: 5000;
  top: 15%;
  left: 0;
  display: inline-block;
  height: 62px;
  width: 35px;
  overflow: hidden;
  background-image: url("../image/inner_pages.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.inner-pages:hover {
  overflow: visible;
}

.inner-pages:hover .page-links {
  opacity: 1;
}

.page-links {
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  min-height: 100%;
  white-space: nowrap;
  max-height: 85vh;
  overflow-y: auto;
}

.page-links a,
.page-links button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  display: block;
  padding: 3px;
  margin: 0 0 5px;
  line-height: 1.2em;
}

.page-links a:hover,
.page-links button:hover {
  color: blue;
}

.img-wrap,
.icon-wrap {
  display: block;
}

.img-wrap img,
.icon-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .base-img img {
  display: block;
  width: 100%;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

html,
body {
  max-width: 100vw;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'Inter-Regular', sans-serif;
  font-size: var(--font-default, 1.8rem);
  line-height: 1.45;
  font-weight: normal;
  color: var(--color-text, #082f48);
  background-color: var(--color-bg, #cfdcdf);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.modal-open, body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

body .layout,
body .footer {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

body.menu-open .layout,
body.menu-open .footer {
  -webkit-filter: blur(12px) brightness(105%);
          filter: blur(12px) brightness(105%);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}

.content-container, .content-container-smaller {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
}

.content-container.no-right-padding, .no-right-padding.content-container-smaller {
  padding-right: 0;
}

.content-container.no-right-padding .section-title-wrap, .no-right-padding.content-container-smaller .section-title-wrap,
.content-container.no-right-padding .contact-form,
.no-right-padding.content-container-smaller .contact-form,
.content-container.no-right-padding .text-block:not(.slider-item),
.no-right-padding.content-container-smaller .text-block:not(.slider-item) {
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 13px 20px 12px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: var(--backdrop-filter-main);
          backdrop-filter: var(--backdrop-filter-main);
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
     -moz-perspective: 1000;
          perspective: 1000;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-small, 1.6rem);
}

.content-block.text-block {
  padding: 20px;
  width: 440px;
}

.content-block.content-block-dark {
  background-color: rgba(8, 47, 72, 0.9);
  -webkit-backdrop-filter: var(--backdrop-filter-dark);
          backdrop-filter: var(--backdrop-filter-dark);
  color: var(--color-white, #fff);
}

.content-block.transparent-bg {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: var(--backdrop-filter-light);
          backdrop-filter: var(--backdrop-filter-light);
}

.content-block.nav-link-block {
  padding: 0;
}

.content-block.nav-link-block a {
  padding: 13px 20px 12px;
  text-decoration: none;
}

.content-block.nav-link-block a.link-with-icon {
  padding: 12px 8px 10px;
}

.layout .content-block:not(.transparent-bg),
.layout .content-block:not(.consult-link),
.layout .content-block:not(.page-title-wrap),
.layout .content-block:not(.top-screen-banner-el),
.footer .content-block:not(.transparent-bg),
.footer .content-block:not(.consult-link),
.footer .content-block:not(.page-title-wrap),
.footer .content-block:not(.top-screen-banner-el) {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

.int-expl .wrapper {
  display: block;
}

.txt-box p, .txt-box-line p,
.txt-box ul,
.txt-box-line ul,
.txt-box ol,
.txt-box-line ol,
.txt-box img,
.txt-box-line img,
.txt-box table,
.txt-box-line table {
  margin-bottom: 1em;
}

.txt-box p:last-child, .txt-box-line p:last-child,
.txt-box ul:last-child,
.txt-box-line ul:last-child,
.txt-box ol:last-child,
.txt-box-line ol:last-child,
.txt-box img:last-child,
.txt-box-line img:last-child,
.txt-box table:last-child,
.txt-box-line table:last-child {
  margin-bottom: 0;
}


.txt-box img,
.txt-box-line img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}


.txt-box ol,
.txt-box-line ol {
  padding-left: 1em;
}

.txt-box ol li, .txt-box-line ol li {
  list-style-type: decimal;
}


.txt-box ul,
.txt-box-line ul {
  padding-left: 1em;
}

.txt-box ul li, .txt-box-line ul li {
  list-style-type: disc;
}

.txt-box h1:not([class]), .txt-box-line h1:not([class]), .txt-box .h1-title:not([class]), .txt-box-line .h1-title:not([class]),
.txt-box h2:not([class]),
.txt-box-line h2:not([class]),
.txt-box .h2-title:not([class]),
.txt-box-line .h2-title:not([class]),
.txt-box h3:not([class]),
.txt-box-line h3:not([class]),
.txt-box .h3-title:not([class]),
.txt-box-line .h3-title:not([class]),
.txt-box h4:not([class]),
.txt-box-line h4:not([class]),
.txt-box .h4-title:not([class]),
.txt-box-line .h4-title:not([class]),
.txt-box h5:not([class]),
.txt-box-line h5:not([class]),
.txt-box .h5-title:not([class]),
.txt-box-line .h5-title:not([class]),
.txt-box h6:not([class]),
.txt-box-line h6:not([class]),
.txt-box .h6-title:not([class]),
.txt-box-line .h6-title:not([class]) {
  display: block;
  font-weight: normal;
}

/* ================= Header ================= */
.header .content-block {
  font-family: 'Inter-Regular', sans-serif;
}

.header.start-animate .menu-wrap,
.header.start-animate .timezone-block {
  -webkit-transform: translateY(-200%);
     -moz-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
       -o-transform: translateY(-200%);
          transform: translateY(-200%);
}

.header.start-animate .logo-wrap {
  -webkit-animation: start-logo 2s;
     -moz-animation: start-logo 2s;
       -o-animation: start-logo 2s;
          animation: start-logo 2s;
}

.header.menu-open .menu-overlay {
  display: block;
}

.head-cell {
  position: fixed;
  z-index: 1000;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.head-cell .menu-wrap,
.head-cell .timezone-block {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -moz-transition: transform 0.7s, -moz-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s, -o-transform 0.7s;
}

.head-cell-timezone {
  left: auto;
  right: 20px;
}

.logo-wrap {
  max-height: 45px;
  padding: 7px 20px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.logo-wrap .logo {
  width: 100px;
}

header a {
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 10px;
}

.head-form-wrap {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.head-form-wrap input:not([type='submit']) {
  line-height: 1.2 !important;
  border-bottom: 1px solid transparent !important;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  width: 52px !important;
}

.head-form-wrap input:not([type='submit'])::-webkit-input-placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit']):-moz-placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit'])::-moz-placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit']):-ms-input-placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit'])::-ms-input-placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit'])::placeholder {
  opacity: 0.6;
}

.head-form-wrap input:not([type='submit']):focus {
  width: 240px !important;
  border-bottom: 1px solid var(--color-main, #082f48) !important;
  padding-right: 20px;
}

.head-form-wrap input:not([type='submit']):focus + input[type='submit'] {
  opacity: 1;
  z-index: 10;
}

.head-form-wrap input[type='search']::-webkit-search-decoration,
.head-form-wrap input[type='search']::-webkit-search-cancel-button,
.head-form-wrap input[type='search']::-webkit-search-results-button,
.head-form-wrap input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.head-form-wrap:hover input:not([type='submit']) {
  width: 240px !important;
  border-bottom: 1px solid var(--color-main, #082f48) !important;
  padding-right: 20px;
}

.head-form-wrap:hover input[type='submit'] {
  opacity: 1;
  z-index: 10;
}

.head-form-wrap input[type='submit'] {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.header .content-block span,
.header .content-block i,
.header .content-block .icon-wrap {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .content-block:hover span,
.header .content-block:hover i,
.header .content-block:hover .icon-wrap {
  opacity: 1;
}

.menu-toggle-btn {
  cursor: pointer;
}

.menu-toggle-btn .plus-icon {
  width: 13px;
  height: 13px;
  margin-left: 6px;
}

.menu-toggle-btn.open span,
.menu-toggle-btn.open i,
.menu-toggle-btn.open .icon-wrap {
  opacity: 1;
}

.menu-toggle-btn.open .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.timezone-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  cursor: pointer;
  padding: 0;
}

.timezone-block .icon-wrap {
  width: 1.6em;
  margin-right: 0.5em;
}

.timezone-block.open .arr-down-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.timezone-dropdown-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px 12px 12px;
}

.header .timezone-dropdown-list span,
.header .timezone-dropdown-list i {
  opacity: 1;
}

.header .timezone-dropdown-list a:hover {
  text-decoration: underline;
}

.timezone-dropdown-list {
  display: none;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  letter-spacing: normal;
  line-height: 1.15;
  font-size: 0.925em;
  width: 100%;
  padding: 7px 10px 15px 12px;
}

.timezone-dropdown-li:not(:first-child) {
  margin-top: 1em;
}

.timezone-dropdown-sublist {
  color: rgba(8, 47, 72, 0.7);
  font-size: 0.8em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sub-menu-wrap {
  display: none;
  position: fixed;
  top: 75px;
  left: 20px;
  z-index: 1000;
  padding-right: 20px;
}

.sub-menu-wrap .head-form-wrap {
  margin-top: 10px;
}

.sub-menu-wrap .head-form-wrap input {
  color: var(--color-white, #fff);
}

.sub-menu-wrap .head-form-wrap input:not([type='submit']) {
  width: 100%;
  border-bottom: 1px solid var(--color-white, #fff);
}

.sub-menu-wrap .head-form-wrap input[type='submit'] {
  opacity: 1;
  z-index: 10;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sub-menu-wrap .head-form-wrap:hover input:not([type='submit']), .sub-menu-wrap .head-form-wrap:active input:not([type='submit']), .sub-menu-wrap .head-form-wrap:focus input:not([type='submit']) {
  width: 100%;
  border-bottom: 1px solid var(--color-white, #fff);
}

.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  color: var(--color-white, #fff);
}

.sub-menu-add {
  margin-top: 10px;
}

.link-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.link-with-icon .icon-wrap {
  width: 28px;
  margin-bottom: 7px;
}

.smaller-text {
  font-size: 0.8em;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
}

/* Required formats .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Medium.woff") format("woff"), url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.ttf") format("truetype"), url("../font/Inter-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.ttf") format("truetype"), url("../font/Inter-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-Black.woff") format("woff"), url("../font/Inter-Black.woff2") format("woff2"), url("../font/Inter-Black.ttf") format("truetype"), url("../font/Inter-Black.eot") format("embedded-opentype");
}

:root {
  --color-main: #082f48;
  --color-accent: #b1cfd5;
  --color-accent-light: #c4d4d8;
  --color-bg: #cfdcdf;
  --color-bg-light: #f8f8f9;
  --color-bg-green: #5f745f;
  --color-white: #fff;
  --color-black: #000;
  --color-text: #082f48;
  --color-text-light: #fff;
  --font-default: 1.8rem;
  --font-default-big: 2rem;
  --font-default-small: 1.6rem;
  --font-title-big: 10rem;
  --font-title-medium-big: 7rem;
  --font-title-medium: 5rem;
  --font-title-medium-small: 3.6rem;
  --font-title-small: 2rem;
  --bg-gradient: linear-gradient(
    var(--color-bg-light, #f8f8f9),
    var(--color-bg, #cfdcdf),
    var(--color-bg-light, #f8f8f9)
  );
  --backdrop-filter-main: blur(10px) brightness(130%);
  --backdrop-filter-light: blur(30px) brightness(140%);
  --backdrop-filter-dark: blur(10px) brightness(80%);
}

/* Title */
h1, .h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  margin: 1em 0 0.75em;
  padding: 0;
  font-weight: normal;
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1;
}

h1, .h1-title,
h2,
.h2-title {
  font-size: var(--font-title-big, 10rem);
  line-height: 1;
}

h1, .h1-title {
  letter-spacing: -1px;
}


h3,
.h3-title {
  font-size: var(--font-title-medium, 5rem);
  line-height: 1.2;
}


h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  line-height: 1.25;
  font-size: var(--font-title-small, 2rem);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

button {
  outline: none !important;
  border: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

ol,
ul,
li,
form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

header ol,
header ul,
header li,
footer ol,
footer ul,
footer li,
nav ol,
nav ul,
nav li {
  list-style: none;
  padding-left: 0;
}

ol,
ul {
  padding-left: 1em;
}

.btn-wrap {
  margin: 0 auto;
}

.btn, .btn-back {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-small);
  letter-spacing: -0.3px;
  font-weight: normal;
  line-height: 1.25;
  color: var(--color-white, #fff);
  padding: 8px 2.5em 8px 1.25em;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  background-color: rgba(8, 47, 72, 0.9);
  border: 1px solid var(--color-text, #082f48);
}

.btn::after, .btn-back::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("../image/arrow-r-thin.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  -moz-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.btn:hover, .btn-back:hover, .btn:active, .btn-back:active {
  color: var(--color-text, #082f48);
  background-color: rgba(255, 255, 255, 0.9);
}

.btn:hover::after, .btn-back:hover::after, .btn:active::after, .btn-back:active::after {
  -webkit-filter: none;
          filter: none;
}

.btn.btn-light, .btn-light.btn-back {
  color: var(--color-text, #082f48);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.btn.btn-light::after, .btn-light.btn-back::after {
  -webkit-filter: none;
          filter: none;
}

.btn.btn-light:hover, .btn-light.btn-back:hover, .btn.btn-light:active, .btn-light.btn-back:active {
  color: var(--color-white, #fff);
  background-color: rgba(8, 47, 72, 0.9);
}

.btn.btn-light:hover::after, .btn-light.btn-back:hover::after, .btn.btn-light:active::after, .btn-light.btn-back:active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn-back {
  padding: 8px 1.25em 8px 2.5em;
}

.btn-back::after {
  left: 1em;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.btn-top {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-top:hover, .btn-top:active {
  text-decoration: underline;
}

.shrink-font {
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.one-row-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.one-row-form input[type='submit'] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -60%);
     -moz-transform: translate(0%, -60%);
      -ms-transform: translate(0%, -60%);
       -o-transform: translate(0%, -60%);
          transform: translate(0%, -60%);
  width: 15px;
  height: 15px;
  background: url(../image/arrow-r-thin.svg) center/contain no-repeat;
}

.one-row-form input[type='submit']:hover, .one-row-form input[type='submit']:active {
  -webkit-animation: form-arrow-hover 1.2s infinite;
     -moz-animation: form-arrow-hover 1.2s infinite;
       -o-animation: form-arrow-hover 1.2s infinite;
          animation: form-arrow-hover 1.2s infinite;
}

input,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--color-text, #082f48);
  font-size: inherit;
  font-family: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.3;
  color: inherit;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 0.3;
  color: inherit;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.3;
  color: inherit;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.3;
  color: inherit;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.3;
  color: inherit;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.3;
  color: inherit;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.9;
}

input:hover:-moz-placeholder, input:focus:-moz-placeholder, textarea:hover:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.9;
}

input:hover::-moz-placeholder, input:focus::-moz-placeholder, textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.9;
}

input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.9;
}

input:hover::-ms-input-placeholder, input:focus::-ms-input-placeholder, textarea:hover::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0.9;
}

input:hover::placeholder, input:focus::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder {
  opacity: 0.9;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
textarea {
  border-bottom: 1px solid var(--color-main, #082f48);
  width: 100%;
  line-height: 1.625;
}

textarea {
  position: relative;
  resize: none;
}

textarea::-webkit-input-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
}

textarea::placeholder, textarea::-webkit-input-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-checkbox {
  width: 0;
  height: 0;
  visibility: hidden;
}

.custom-radio {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  accent-color: var(--color-main, #082f48);
  border: 2px solid var(--color-main, #082f48);
  cursor: pointer;
}

.sect-404 .content-container, .sect-404 .content-container-smaller {
  text-align: center;
  margin: 50px 0;
}

.sect-404 .btn, .sect-404 .btn-back {
  font-size: var(--font-default-big, 2rem);
}

.sect-txt {
  padding: 50px 9vw 20px;
}

.sect-txt .txt-box, .sect-txt .txt-box-line {
  padding: 0;
}

.column-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}

::-moz-selection {
  color: var(--color-white, #fff);
  background: var(--color-main, #082f48);
}

::selection {
  color: var(--color-white, #fff);
  background: var(--color-main, #082f48);
}

.top-screen {
  position: relative;
  width: 100%;
  height: 80vh;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.top-screen.start-animate {
  height: 100vh;
}

.top-screen.start-animate .bubble {
  opacity: 0;
}

.top-screen.start-animate .bubble-erlebnis {
  -webkit-transform: translate(-35%, 500%);
     -moz-transform: translate(-35%, 500%);
      -ms-transform: translate(-35%, 500%);
       -o-transform: translate(-35%, 500%);
          transform: translate(-35%, 500%);
}

.top-screen.start-animate .bubble-zukunft {
  left: auto;
  right: 0;
  -webkit-transform: translate(-30%, 500%);
     -moz-transform: translate(-30%, 500%);
      -ms-transform: translate(-30%, 500%);
       -o-transform: translate(-30%, 500%);
          transform: translate(-30%, 500%);
}

.top-screen.start-animate .bubble-leben {
  -webkit-transform: translate(30%, 500%);
     -moz-transform: translate(30%, 500%);
      -ms-transform: translate(30%, 500%);
       -o-transform: translate(30%, 500%);
          transform: translate(30%, 500%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white, #fff)), to(var(--color-black, #000)));
  background: -webkit-linear-gradient(var(--color-white, #fff), var(--color-black, #000));
  background: -moz-linear-gradient(var(--color-white, #fff), var(--color-black, #000));
  background: -o-linear-gradient(var(--color-white, #fff), var(--color-black, #000));
  background: linear-gradient(var(--color-white, #fff), var(--color-black, #000));
}

.video-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.video-bg-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.video-bg-wrap .video-preview {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.video-bg-wrap .video-preview img {
  height: 100%;
}

.video-bg-wrap.with-video-preview .video-preview {
  display: block;
}

.top-title-wrap {
  position: absolute;
  top: 50vh;
  left: 5vw;
  width: 73%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: var(--color-white, #fff);
}

.top-title-wrap h1, .top-title-wrap .h1-title {
  margin: 0;
  margin-bottom: 0.5em;
}

.top-title-wrap .bubble-erlebnis {
  -webkit-transform: translate(-35%, -45%);
     -moz-transform: translate(-35%, -45%);
      -ms-transform: translate(-35%, -45%);
       -o-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}

.top-title-wrap .bubble-zukunft {
  left: auto;
  right: 0;
  -webkit-transform: translate(-30%, -15%);
     -moz-transform: translate(-30%, -15%);
      -ms-transform: translate(-30%, -15%);
       -o-transform: translate(-30%, -15%);
          transform: translate(-30%, -15%);
}

.top-title-wrap .bubble-leben {
  -webkit-transform: translate(30%, -20%);
     -moz-transform: translate(30%, -20%);
      -ms-transform: translate(30%, -20%);
       -o-transform: translate(30%, -20%);
          transform: translate(30%, -20%);
}

.top-title-wrap .top-subtitle {
  width: 60%;
}

.with-bubble {
  position: relative;
}

.bubble {
  position: absolute;
  display: block;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  height: 0.6em;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
     -moz-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
       -o-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 5;
}

.bubble-erlebnis {
  width: 1.6em;
  background-image: url(../image/erlebnis.svg);
}

.bubble-zukunft {
  width: 1.6em;
  background-image: url(../image/zukunft.svg);
}

.bubble-reisen {
  width: 1.4em;
  background-image: url(../image/reisen.svg);
}

.bubble-leben {
  width: 2.7em;
  background-image: url(../image/leben.svg);
}

.bubble-instagram {
  width: 5em;
  height: 1em;
  background-image: url(../image/instagram.svg);
}

.txt-box + section, .txt-box-line + section {
  padding-top: 15px;
}

.sect-with-slider {
  padding: 60px 0;
}

.section-title-wrap {
  width: 440px;
  margin-bottom: 10px;
  max-width: 100%;
}

.section-title {
  margin: 0;
  text-transform: uppercase;
}

.with-slider-arrows {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.with-slider-arrows .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  margin-left: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.with-slider-arrows .slide-arrow {
  z-index: 10;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-color: transparent;
}

.with-slider-arrows .slide-arrow.slick-prev {
  background-image: url("../image/arrow-l.svg");
}

.with-slider-arrows .slide-arrow.slick-next {
  background-image: url("../image/arrow-r.svg");
}

.with-slider-arrows .slide-arrow.slick-disabled {
  opacity: 0.5;
}

.slider-with-add-info {
  margin-top: 10px;
}

.slider-with-add-info .slick-slide:first-child {
  min-width: 440px;
  padding-left: 0;
}

.slider-with-add-info .slick-slide {
  padding-left: 10px;
  z-index: 10;
}

.slider-with-add-info .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.slider-with-add-info .slick-list {
  padding: 0 20% 0 0 !important;
}

.slider-with-add-info .slider-item {
  position: relative;
}

.slider-with-add-info .slider-item.add-info .slide-overlay {
  opacity: 0.3;
}

.slider-with-add-info .slider-item.add-info .slide-info,
.slider-with-add-info .slider-item.add-info .btn,
.slider-with-add-info .slider-item.add-info .btn-back {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}

.slider-with-add-info .slider-item.add-info .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-with-add-info .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-with-add-info .slide-content .btn, .slider-with-add-info .slide-content .btn-back {
  position: relative;
  z-index: 5;
  margin-top: auto;
  margin-left: auto;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, background-color 0.5s, -o-transform 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: color 0.5s, background-color 0.5s, transform 0.5s;
  transition: color 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.slider-with-add-info .slide-content .slide-info {
  position: relative;
  z-index: 5;
  font-family: 'Inter-Regular', sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: '-';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  -webkit-transform: translateY(-150%);
     -moz-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
       -o-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.slider-with-add-info .slide-title-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-with-add-info .slide-title-wrap .plus-icon {
  margin: 10px 5px 0 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  cursor: pointer;
}

.slider-with-add-info .slide-price {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Inter-Bold', sans-serif;
  font-size: var(--font-default, 1.8rem);
  text-decoration: underline;
}

.slider-with-add-info .slide-title {
  font-size: var(--font-default-big, 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider-with-add-info .slide-subtitle {
  font-size: 0.8em;
}

.slider-with-add-info .slide-subtitle:empty {
  display: none;
}

.slider-with-add-info .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: var(--color-main, #082f48);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.popular-programs .slider-with-add-info .slide-subtitle {
  display: none;
}

.info-slider-with-price .slide-title {
  font-size: var(--font-default, 1.8rem);
  line-height: 1.15;
  text-transform: uppercase;
}

@media (hover: hover) {
  .slider-item:hover .slide-overlay {
    opacity: 0.3;
  }
  .slider-item:hover .slide-info,
  .slider-item:hover .btn,
  .slider-item:hover .btn-back {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
  .slider-item:hover .plus-icon {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .school-types .slider-item .plus-icon {
    display: none;
  }
}

.content-block-dark .plus-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.map-sect {
  padding: 60px 0 100px;
}

.country-info-wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Inter-Regular', sans-serif;
}

.country-info-wrap.text-block {
  width: 100%;
}

.country-info-wrap .cover-img {
  margin: 1em 0;
  width: 100%;
}

.country-info-wrap .btn, .country-info-wrap .btn-back {
  margin-top: auto;
  margin-left: auto;
}

.country-info-wrap.open-info {
  opacity: 1;
}

.country-title {
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.country-title .plus-icon {
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map-sect-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.map-sect-content .map-sect-text {
  width: 33%;
}

.map-sect-content .map-sect-map {
  width: 60%;
  position: relative;
  margin-top: 50px;
  margin-left: auto;
}

.map-sect-content .map-image {
  position: relative;
  width: 100%;
}

.map-sect-content .country-marker {
  position: absolute;
  font-family: 'Inter-Bold', sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  z-index: 5;
  text-transform: uppercase;
  cursor: pointer;
}

.map-sect-content .country-marker::before {
  content: '';
  position: absolute;
  display: block;
  width: 1.3em;
  height: 1.3em;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
     -moz-transform: translate(-50%, -110%);
      -ms-transform: translate(-50%, -110%);
       -o-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  background-color: #f07306;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.map-sect-content .country-marker:hover::before {
  background-color: var(--color-main, #082f48);
}

.map-sect-content .country-marker.kanada {
  top: 25%;
  left: 11%;
}

.map-sect-content .country-marker.usa {
  top: 38%;
  left: 16%;
}

.map-sect-content .country-marker.costa-rica {
  top: 55%;
  left: 22%;
}

.map-sect-content .country-marker.costa-rica::before {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-120%, -50%);
     -moz-transform: translate(-120%, -50%);
      -ms-transform: translate(-120%, -50%);
       -o-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}

.map-sect-content .country-marker.chile {
  top: 82%;
  left: 25%;
}

.map-sect-content .country-marker.argentinien {
  top: 88%;
  left: 24%;
}

.map-sect-content .country-marker.schottland {
  top: 31%;
  left: 36%;
}

.map-sect-content .country-marker.schottland::before {
  -webkit-transform: translate(200%, -110%);
     -moz-transform: translate(200%, -110%);
      -ms-transform: translate(200%, -110%);
       -o-transform: translate(200%, -110%);
          transform: translate(200%, -110%);
}

.map-sect-content .country-marker.england {
  top: 27%;
  left: 47%;
}

.map-sect-content .country-marker.england::before {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-200%, 110%);
     -moz-transform: translate(-200%, 110%);
      -ms-transform: translate(-200%, 110%);
       -o-transform: translate(-200%, 110%);
          transform: translate(-200%, 110%);
}

.map-sect-content .country-marker.frankreich {
  top: 37%;
  left: 43%;
}

.map-sect-content .country-marker.italien {
  top: 42%;
  left: 50%;
}

.map-sect-content .country-marker.spanien {
  top: 43%;
  left: 41%;
}

.map-sect-content .country-marker.spanien::before {
  -webkit-transform: translate(20%, -110%);
     -moz-transform: translate(20%, -110%);
      -ms-transform: translate(20%, -110%);
       -o-transform: translate(20%, -110%);
          transform: translate(20%, -110%);
}

.map-sect-content .country-marker.sudafrika {
  top: 80%;
  left: 49%;
}

.map-sect-content .country-marker.neuseeland {
  top: 95%;
  left: 91%;
}

.map-sect-content .country-marker.neuseeland::before {
  -webkit-transform: translate(20%, -110%);
     -moz-transform: translate(20%, -110%);
      -ms-transform: translate(20%, -110%);
       -o-transform: translate(20%, -110%);
          transform: translate(20%, -110%);
}

.map-sect-content .country-marker.australien {
  top: 83%;
  left: 82%;
}

.map-sect-content .ie-logo-wrap {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-42%, -50%);
     -moz-transform: translate(-42%, -50%);
      -ms-transform: translate(-42%, -50%);
       -o-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
  width: 95%;
  z-index: -1;
}

.map-sect-content .mobile .country-marker {
  font-size: 1.2rem;
}

.map-sect-content .mobile .country-marker::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3em;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
}

.map-sect-content .mobile .country-marker.kanada {
  top: 25%;
  left: 11%;
}

.map-sect-content .mobile .country-marker.usa {
  top: 38%;
  left: 16%;
}

.map-sect-content .mobile .country-marker.costa-rica {
  top: 53%;
  left: 23%;
}

.map-sect-content .mobile .country-marker.costa-rica::before {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-120%, -50%);
     -moz-transform: translate(-120%, -50%);
      -ms-transform: translate(-120%, -50%);
       -o-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}

.map-sect-content .mobile .country-marker.chile {
  top: 65%;
  left: 25%;
}

.map-sect-content .mobile .country-marker.argentinien {
  top: 80%;
  left: 24%;
}

.map-sect-content .mobile .country-marker.schottland {
  top: 33%;
  left: 37%;
}

.map-sect-content .mobile .country-marker.schottland::before {
  -webkit-transform: translate(100%, -110%);
     -moz-transform: translate(100%, -110%);
      -ms-transform: translate(100%, -110%);
       -o-transform: translate(100%, -110%);
          transform: translate(100%, -110%);
}

.map-sect-content .mobile .country-marker.england {
  top: 25%;
  left: 46%;
}

.map-sect-content .mobile .country-marker.england::before {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-150%, 110%);
     -moz-transform: translate(-150%, 110%);
      -ms-transform: translate(-150%, 110%);
       -o-transform: translate(-150%, 110%);
          transform: translate(-150%, 110%);
}

.map-sect-content .mobile .country-marker.frankreich {
  top: 33%;
  left: 49%;
}

.map-sect-content .mobile .country-marker.italien {
  top: 40%;
  left: 48%;
}

.map-sect-content .mobile .country-marker.spanien {
  top: 42%;
  left: 40%;
}

.map-sect-content .mobile .country-marker.spanien::before {
  -webkit-transform: translate(20%, -110%);
     -moz-transform: translate(20%, -110%);
      -ms-transform: translate(20%, -110%);
       -o-transform: translate(20%, -110%);
          transform: translate(20%, -110%);
}

.map-sect-content .mobile .country-marker.sudafrika {
  top: 80%;
  left: 49%;
}

.map-sect-content .mobile .country-marker.neuseeland {
  top: 95%;
  left: 92%;
}

.map-sect-content .mobile .country-marker.australien {
  top: 85%;
  left: 83%;
}

.map-sect-content .mobile .ie-logo-wrap {
  width: 100%;
}

.brochure-wrap {
  position: relative;
  padding: 20px 0;
  background-image: var(--bg-gradient);
  overflow-x: hidden;
}

.brochure-wrap .section-title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brochure-wrap .section-title {
  font-size: 3.2rem;
  font-family: 'Inter-Regular', sans-serif;
  line-height: 1.25;
}

.brochure-wrap .brochure-form-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.brochure {
  padding-left: 180px;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.brochure .brochure-image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (hover: none) {
  .brochure {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    overflow-x: auto;
  }
}

.contact-form {
  width: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  font-size: var(--font-default-small, 1.6rem);
}

.contact-form .form-input-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px 30px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.contact-form .form-input-wrapper::after {
  content: '';
  position: absolute;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: var(--backdrop-filter-light);
          backdrop-filter: var(--backdrop-filter-light);
  z-index: -1;
}

.contact-form .form-input-wrapper input {
  margin-bottom: 30px;
}

.contact-form .form-input-wrapper.with-title .form-title {
  display: block;
}

.contact-form .form-input-wrapper .form-title {
  display: none;
  margin: 0;
  margin-bottom: 1em;
  letter-spacing: -0.3px;
  line-height: 1;
}

.contact-form .form-input-wrapper .form-title:empty {
  display: none;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  opacity: 0.6;
}

.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  opacity: 0.6;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  opacity: 0.6;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  opacity: 0.6;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  opacity: 0.6;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  opacity: 0.6;
}

.contact-form input:hover::-webkit-input-placeholder, .contact-form textarea:hover::-webkit-input-placeholder {
  opacity: 0.9;
}

.contact-form input:hover:-moz-placeholder, .contact-form textarea:hover:-moz-placeholder {
  opacity: 0.9;
}

.contact-form input:hover::-moz-placeholder, .contact-form textarea:hover::-moz-placeholder {
  opacity: 0.9;
}

.contact-form input:hover:-ms-input-placeholder, .contact-form textarea:hover:-ms-input-placeholder {
  opacity: 0.9;
}

.contact-form input:hover::-ms-input-placeholder, .contact-form textarea:hover::-ms-input-placeholder {
  opacity: 0.9;
}

.contact-form input:hover::placeholder,
.contact-form textarea:hover::placeholder {
  opacity: 0.9;
}

.contact-form .btn, .contact-form .btn-back {
  margin-left: auto;
  margin-top: 10px;
}

.text-img-sect {
  padding: 80px 0;
}

.text-img-sect .content-container, .text-img-sect .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.text-img-sect .img-wrap {
  width: 45%;
}

.text-img-sect .text-wrap {
  width: 52%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.text-img-sect .section-title {
  text-transform: none;
}

.text-img-sect .section-title .bubble-erlebnis {
  -webkit-transform: translate(20%, -20%);
     -moz-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
       -o-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

.text-img-sect .section-title .bubble-zukunft {
  left: auto;
  right: 0;
  -webkit-transform: translate(-50%, -20%);
     -moz-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
       -o-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.text-img-sect .txt-box, .text-img-sect .txt-box-line {
  padding: 0;
  margin-top: 2em;
}

.text-img-sect.inverted-color {
  color: var(--color-text-light, #fff);
}

.text-img-sect.inverted-color .content-container, .text-img-sect.inverted-color .content-container-smaller {
  background-color: var(--color-bg-green, #5f745f);
  background-clip: content-box;
}

.text-img-sect.inverted-color .text-wrap {
  padding: 4rem;
  padding-bottom: 6rem;
  padding-right: 0;
  width: 57%;
}

.text-img-sect.inverted-color .text-wrap .column-text {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.text-img-sect.inverted-color .img-wrap {
  padding-top: 4rem;
  padding-bottom: 6rem;
  width: 21%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonials .content-container, .testimonials .content-container-smaller {
  padding-top: 70px;
  background-image: var(--bg-gradient);
}

.testimonials .section-title {
  letter-spacing: -1px;
}

.testimonials-slider {
  margin-top: 100px;
}

.testimonials-slider .slick-list {
  padding: 0 15% 0 0 !important;
}

.testimonials-slider .slick-slide {
  padding-right: 80px;
}

.testimonials-slider .slick-slide:last-child {
  padding-right: 0;
}

.testimonials-slider .slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.testimonials-slider .testimonials-text-wrap {
  position: relative;
  z-index: -1;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 115px;
  margin-bottom: auto;
  width: 60%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'Inter-Regular', sans-serif;
}

.testimonials-slider .testimonials-title {
  margin-top: 1.5em;
  padding-left: 1em;
}

.testimonials-slider .testimonials-title span {
  display: block;
}

.testimonials-slider .testimonials-title .testimonials-title-name {
  position: relative;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
}

.testimonials-slider .testimonials-title .testimonials-title-name::before {
  content: '-';
  position: absolute;
  left: -0.8em;
  top: -0.1em;
}

.testimonials-slider .testimonials-photo {
  position: relative;
  z-index: 1;
  margin-left: -10%;
  width: 50%;
}

.instagram-content {
  padding: 40px 5.5% 55px;
  background-color: var(--color-main, #082f48);
}

.instagram-content .section-title {
  text-align: center;
  color: var(--color-white, #fff);
  text-transform: none;
}

.instagram-content .bubble-instagram {
  height: 0.8em;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(60%, 90%);
     -moz-transform: translate(60%, 90%);
      -ms-transform: translate(60%, 90%);
       -o-transform: translate(60%, 90%);
          transform: translate(60%, 90%);
}

.instagram-slider-wrap {
  position: relative;
  margin-top: 70px;
}

.instagram-slider-wrap .slider-item {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.instagram-slider-wrap .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.instagram-slider-wrap .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instagram-slider-wrap .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-color: transparent;
}

.instagram-slider-wrap .slide-arrow.slick-prev {
  left: -45px;
  background-image: url("../image/arrow-l.svg");
}

.instagram-slider-wrap .slide-arrow.slick-next {
  right: -45px;
  background-image: url("../image/arrow-r.svg");
}

.instagram-slider-wrap .slide-arrow.slick-disabled {
  opacity: 0.5;
}

.consult-form {
  position: relative;
}

.consult-form .bg-image {
  min-height: 800px;
  height: 100vh;
  width: 100%;
}

.consult-form .bg-image img {
  height: 100%;
}

.consult-form-wrap {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 90px;
  width: 440px;
}

.consult-form-wrap .section-title-wrap,
.consult-form-wrap .text-block,
.consult-form-wrap .consult-link-wrapper,
.consult-form-wrap .contact-form {
  width: 100%;
}

.consult-link-wrapper {
  width: 440px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.consult-link {
  width: 50%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
}

.consult-link img {
  width: 1.5em;
}

.exchange-reasons {
  padding: 150px 0;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
  line-height: 1.3;
}

.exchange-reasons .content-container, .exchange-reasons .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-left: 40px;
  padding-right: 40px;
}

.exchange-reasons .accordion-wrapper {
  padding-left: 2rem;
  width: -webkit-calc(66% - 1rem);
  width: -moz-calc(66% - 1rem);
  width: calc(66% - 1rem);
  border-left: 1px solid var(--color-main, #082f48);
}

.exchange-descr-wrapper {
  position: relative;
  width: 34%;
}

.exchange-descr-wrapper h3, .exchange-descr-wrapper .h3-title {
  margin-top: 0;
  margin-bottom: 0.4em;
}

.exchange-descr-wrapper .bg-number {
  position: absolute;
  font-size: 51rem;
  line-height: 1;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-65%, -20%);
     -moz-transform: translate(-65%, -20%);
      -ms-transform: translate(-65%, -20%);
       -o-transform: translate(-65%, -20%);
          transform: translate(-65%, -20%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 12px;
  -webkit-text-stroke-color: #5f745f;
  opacity: 0.28;
}

.accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 3rem;
}

.accordion-title .plus-icon {
  width: 0.7em;
  height: 0.7em;
  margin-left: 10px;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}

.accordion-title.open .plus-icon {
  -webkit-transform: translateY(50%) rotate(45deg);
     -moz-transform: translateY(50%) rotate(45deg);
      -ms-transform: translateY(50%) rotate(45deg);
       -o-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.accordion-body {
  display: none;
  margin-top: 1rem;
  width: 90%;
}

.inner-top-screen {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.inner-top-screen .video-bg-wrap,
.inner-top-screen .btn-down-wrap,
.inner-top-screen .top-screen-banner {
  display: none;
}

.inner-top-screen.with-video-bg .video-bg-wrap {
  display: block;
}

.inner-top-screen.with-video-bg .bg-image {
  display: none;
}

.inner-top-screen.with-btn-down {
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
}

.inner-top-screen.with-btn-down .btn-down-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-top-screen.with-banner .top-screen-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-top-screen.with-banner .page-title-wrap:not(.fixed):not(.fixed-start) {
  padding: 6px 2rem 5px;
  font-size: 2rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 80vw;
  max-width: 370px;
}

.inner-top-screen .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.inner-top-screen .bg-image img {
  height: 100%;
}

.btn-down-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
  line-height: 1;
  color: var(--color-white, #fff);
  cursor: pointer;
}

.top-screen-title {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.top-screen-title.fixed, .top-screen-title.fixed-start {
  position: fixed;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 900;
}

.top-screen-title.fixed .top-screen-banner, .top-screen-title.fixed-start .top-screen-banner {
  margin-top: 7px;
}

.top-screen-title.fixed .top-screen-banner > *:not(.btn):not(.btn-back), .top-screen-title.fixed-start .top-screen-banner > *:not(.btn):not(.btn-back) {
  display: none;
}

.top-screen-title .btn.fixed, .top-screen-title .fixed.btn-back, .top-screen-title .btn-back.fixed-start, .top-screen-title .btn.fixed-start {
  margin-right: auto;
}

.top-screen-banner {
  width: 80vw;
  max-width: 370px;
  margin-top: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-family: 'Inter-Regular', sans-serif;
}

.top-screen-banner .btn, .top-screen-banner .btn-back {
  margin-left: auto;
}

.top-screen-banner .content-block {
  font-family: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-screen-banner .features-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
}

.top-screen-banner .features-list ul {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}

.top-screen-banner .features-list li {
  list-style-type: '-  ';
}

.top-screen-banner .price-wrapper {
  width: 100%;
  text-align: center;
  font-family: 'Inter-Medium', sans-serif;
  letter-spacing: -0.8px;
  font-size: 3rem;
  line-height: 1.25;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid var(--color-white, #fff);
}

.page-title-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 3rem 5rem;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.page-title-wrap.fixed, .page-title-wrap.fixed-start {
  font-size: var(--font-default-small, 1.6rem);
  padding: 1.2rem 2.2rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-title-wrap.fixed .country-logo, .page-title-wrap.fixed-start .country-logo {
  width: 1.5em;
  height: 1.35em;
  margin-right: 0.5em;
}

.page-title-wrap.without-logo .country-logo {
  display: none;
}

.page-title-wrap .country-logo {
  width: 2em;
  height: 1.75em;
  margin-right: 0.75em;
}

.page-title-wrap .country-logo:empty {
  display: none;
}

.page-title-wrap .page-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.page-title-wrap .page-title:not(a) {
  cursor: default;
  border-color: transparent !important;
}

.page-title-wrap .page-title:hover, .page-title-wrap .page-title:active {
  border-color: currentColor;
}

@media (hover: none) {
  .page-title-wrap .page-title:hover, .page-title-wrap .page-title:active {
    border-color: transparent;
  }
}

.info-section, .info-section + .btn-back-wrap {
  padding: 220px 30px;
}

.info-section .section-title, .info-section + .btn-back-wrap .section-title {
  text-transform: none;
}

.info-section .txt-box, .info-section + .btn-back-wrap .txt-box, .info-section .txt-box-line, .info-section + .btn-back-wrap .txt-box-line {
  padding: 75px 8vw 25px 22vw;
}

.info-section.info-section--program .bubble-erlebnis, .info-section + .info-section--program.btn-back-wrap .bubble-erlebnis {
  left: auto;
  right: 0;
  -webkit-transform: translate(0%, -20%);
     -moz-transform: translate(0%, -20%);
      -ms-transform: translate(0%, -20%);
       -o-transform: translate(0%, -20%);
          transform: translate(0%, -20%);
}

.info-section.info-section--program .bubble-zukunft, .info-section + .info-section--program.btn-back-wrap .bubble-zukunft {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-5%, 30%);
     -moz-transform: translate(-5%, 30%);
      -ms-transform: translate(-5%, 30%);
       -o-transform: translate(-5%, 30%);
          transform: translate(-5%, 30%);
}

.info-section.info-section--program .bubble-leben, .info-section + .info-section--program.btn-back-wrap .bubble-leben {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0%, 55%);
     -moz-transform: translate(0%, 55%);
      -ms-transform: translate(0%, 55%);
       -o-transform: translate(0%, 55%);
          transform: translate(0%, 55%);
}

.without-underline {
  text-decoration: none;
}

.without-underline:hover, .without-underline:active {
  text-decoration: underline;
}

.our-programs-sect {
  padding: 80px 0;
}

.our-programs, .prov-districts, .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.program-item, .district-item, .news-item {
  position: relative;
  width: -webkit-calc((100% - 30px) / 3);
  width: -moz-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.program-item.add-info .school-types-list, .add-info.district-item .school-types-list, .add-info.news-item .school-types-list {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.program-item.add-info .program-item-overlay, .add-info.district-item .program-item-overlay, .add-info.news-item .program-item-overlay, .program-item.add-info .district-item .district-item-overlay, .district-item .program-item.add-info .district-item-overlay, .add-info.district-item .district-item-overlay, .program-item.add-info .news-item .district-item-overlay, .news-item .program-item.add-info .district-item-overlay, .add-info.news-item .district-item-overlay {
  opacity: 0.3;
}

.program-item.add-info .plus-icon, .add-info.district-item .plus-icon, .add-info.news-item .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.program-item .program-item-title, .district-item .program-item-title, .news-item .program-item-title {
  text-transform: uppercase;
}

.program-item .program-item-content, .district-item .program-item-content, .news-item .program-item-content, .district-item .district-item-content, .news-item .district-item-content, .district-item .news-item-content, .news-item .news-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program-item .program-title-wrap, .district-item .program-title-wrap, .news-item .program-title-wrap, .district-item .district-title-wrap, .news-item .district-title-wrap, .district-item .news-title-wrap, .news-item .news-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.program-item .program-title-wrap .plus-icon, .district-item .program-title-wrap .plus-icon, .news-item .program-title-wrap .plus-icon, .district-item .district-title-wrap .plus-icon, .news-item .district-title-wrap .plus-icon, .district-item .news-title-wrap .plus-icon, .news-item .news-title-wrap .plus-icon {
  margin: 10px 10px 0 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  cursor: pointer;
}

.program-item .content-block, .district-item .content-block, .news-item .content-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.program-item .school-types-list, .district-item .school-types-list, .news-item .school-types-list {
  position: relative;
  z-index: 3;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
}

.program-item .program-item-overlay, .district-item .program-item-overlay, .news-item .program-item-overlay, .district-item .district-item-overlay, .news-item .district-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-main, #082f48);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.prov-districts-sect {
  padding: 120px 0;
}

.district-item.add-info .btn, .add-info.news-item .btn, .district-item.add-info .btn-back, .add-info.news-item .btn-back,
.district-item.add-info .district-feature-list,
.add-info.news-item .district-feature-list {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.district-item.add-info .district-item-overlay, .add-info.news-item .district-item-overlay {
  opacity: 0.3;
}

.district-item.add-info .plus-icon, .add-info.news-item .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.district-item .district-item-title, .news-item .district-item-title, .district-item .news-item-title, .news-item .news-item-title {
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.district-item .district-item-title .block-subtitle, .news-item .district-item-title .block-subtitle, .district-item .news-item-title .block-subtitle, .news-item .news-item-title .block-subtitle {
  text-transform: none;
}

.district-item .district-item-content.without-subtitle .block-subtitle, .news-item .district-item-content.without-subtitle .block-subtitle, .district-item .without-subtitle.news-item-content .block-subtitle, .news-item .without-subtitle.news-item-content .block-subtitle,
.district-item .district-item-content.without-subtitle .district-feature-list,
.news-item .district-item-content.without-subtitle .district-feature-list,
.district-item .without-subtitle.news-item-content .district-feature-list,
.news-item .without-subtitle.news-item-content .district-feature-list {
  display: none;
}

.district-item .btn, .news-item .btn, .district-item .btn-back, .news-item .btn-back {
  z-index: 3;
  margin-left: auto;
  margin-top: auto;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.district-item .district-feature-list, .news-item .district-feature-list {
  z-index: 3;
  margin-top: 10px;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Inter-Regular', sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: '-';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (hover: hover) {
  .program-item:hover .school-types-list, .district-item:hover .school-types-list, .news-item:hover .school-types-list {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  .program-item:hover .program-item-overlay, .district-item:hover .program-item-overlay, .news-item:hover .program-item-overlay, .program-item:hover .district-item .district-item-overlay, .district-item .program-item:hover .district-item-overlay, .district-item:hover .district-item-overlay, .program-item:hover .news-item .district-item-overlay, .news-item .program-item:hover .district-item-overlay, .news-item:hover .district-item-overlay {
    opacity: 0.3;
  }
  .program-item:hover .plus-icon, .district-item:hover .plus-icon, .news-item:hover .plus-icon {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .district-item:hover .btn, .news-item:hover .btn, .district-item:hover .btn-back, .news-item:hover .btn-back,
  .district-item:hover .district-feature-list,
  .news-item:hover .district-feature-list {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  .district-item:hover .district-item-overlay, .news-item:hover .district-item-overlay {
    opacity: 0.3;
  }
  .district-item:hover .plus-icon, .news-item:hover .plus-icon {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.multimedia-text-wrap {
  padding: 100px 0;
}

.multimedia-text-wrap.without-text .section-title-wrap,
.multimedia-text-wrap.without-text .text-wrap {
  display: none;
}

.multimedia-text-wrap.without-text .multimedia-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.multimedia-text-wrap.without-text .multimedia-wrap {
  width: 75%;
}

.multimedia-text-wrap.light-bg {
  margin: 70px 0;
  padding: 50px 0;
  background-color: var(--color-bg-light, #f8f8f9);
}

.multimedia-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.multimedia-text .txt-box, .multimedia-text .txt-box-line {
  padding: 15px;
}

.multimedia-text .txt-box ul li, .multimedia-text .txt-box-line ul li {
  list-style-type: '- ';
}

.multimedia-text .column-text {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.multimedia-text .text-wrap.has-accordion {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.multimedia-text .text-wrap.has-accordion .accordion-wrapper {
  border-top: 1px solid var(--color-main, #082f48);
  gap: 0;
}

.multimedia-text .text-wrap.has-accordion .accordion-title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-height: 85px;
  font-family: 'Inter-Medium', sans-serif;
}

.multimedia-text .text-wrap.has-accordion .accordion-title .plus-icon {
  margin-top: -0.7em;
  margin-right: 15px;
}

.multimedia-text .text-wrap.has-accordion .accordion-item {
  border-bottom: 1px solid var(--color-main, #082f48);
}

.multimedia-text .text-wrap.has-accordion .accordion-body {
  margin-top: 0;
  padding-top: 0;
}

.multimedia-wrap {
  width: 46%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.multimedia-wrap:only-child {
  width: 75%;
}

.multimedia-wrap .multimedia-subtitle {
  display: none;
  font-size: 1.65em;
  line-height: 1.35;
  font-family: 'Inter-Medium', sans-serif;
  margin-bottom: 0.8em;
  margin-top: 10px;
}

.multimedia-wrap.multimedia-image .ordinary-video-wrap,
.multimedia-wrap.multimedia-image .youtube-video-wrap {
  display: none;
}

.multimedia-wrap.multimedia-youtube .ordinary-video-wrap,
.multimedia-wrap.multimedia-youtube .img-wrap {
  display: none;
}

.multimedia-wrap.multimedia-ordinary-video .youtube-video-wrap,
.multimedia-wrap.multimedia-ordinary-video .img-wrap {
  display: none;
}

.multimedia-wrap.with-subtitle .video-wrap,
.multimedia-wrap.with-subtitle .img-wrap {
  aspect-ratio: 11/5;
}

.multimedia-wrap.with-subtitle .multimedia-subtitle {
  display: block;
}

.multimedia-wrap .video-wrap,
.multimedia-wrap .img-wrap {
  aspect-ratio: 7/4;
  width: 100%;
}

.multimedia-wrap .video-wrap.aspect-auto,
.multimedia-wrap .img-wrap.aspect-auto {
  aspect-ratio: auto;
}

.multimedia-wrap .video-wrap video,
.multimedia-wrap .video-wrap iframe,
.multimedia-wrap .video-wrap .ordinary-video,
.multimedia-wrap .video-wrap .youtube-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(8, 47, 72, 0.1);
}

.multimedia-wrap .img-wrap img {
  height: 100%;
}

.program-accordion-block {
  padding: 120px 0;
}

.program-accordion-block .content-container, .program-accordion-block .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.program-accordion-block .program-accordion-image {
  width: 24%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.program-accordion-block .program-accordion-image img {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.program-accordion-block.without-image .program-accordion-image img {
  display: none;
}

.program-accordion .accordion-wrapper {
  gap: 1rem;
}

.program-accordion .accordion-item {
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.program-accordion .accordion-title {
  text-transform: uppercase;
  padding: 1.2rem 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  font-size: var(--font-default-big, 2rem);
}

.program-accordion .accordion-title.open .arr-down-long-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program-accordion .accordion-body {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

.program-accordion .txt-box, .program-accordion .txt-box-line {
  padding: 1.2rem 2rem;
}

.program-accordion .column-text {
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
}

.program-accordion-title {
  margin: 0;
  margin-bottom: 0.5em;
  letter-spacing: -0.5px;
}

.text-form-sect {
  padding: 200px 0 120px;
}

.text-form-sect .content-container, .text-form-sect .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.text-form-sect .section-title {
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 0.5em;
}

.text-form-sect .text-wrap {
  padding-left: 3rem;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.text-form-sect .text-wrap.only-title .txt-box, .text-form-sect .text-wrap.only-title .txt-box-line {
  display: none;
}

.text-form-sect .txt-box, .text-form-sect .txt-box-line {
  padding: 0;
}

.text-form-sect .column-text {
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}

.text-form-sect .form-wrap {
  width: 40%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0;
}

.text-form-sect .form-input-wrapper {
  padding: 3rem;
}

.text-form-sect .form-input-wrapper .form-title {
  font-size: 3rem;
}

.text-section {
  padding: 6rem 5vw;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
}

.text-section.without-txt-box {
  padding: 20rem 5vw;
}

.text-section.without-txt-box .txt-box, .text-section.without-txt-box .txt-box-line {
  display: none;
}

.school-filters-section {
  padding: 6rem 0;
}

.school-filters-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.school-filters-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.filter-form .filter-select-group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35rem;
}

.custom-select, .select-multiple-title {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5em 2em 0.5em 1em;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
  color: var(--color-main, #082f48);
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-image: url("../image/arrow-dn.svg");
  background-repeat: no-repeat;
  background-position: center right 0.7em;
  -webkit-background-size: 0.7em 0.7em;
     -moz-background-size: 0.7em;
       -o-background-size: 0.7em;
          background-size: 0.7em;
  background-color: var(--color-white, #fff);
  line-height: 1.2;
}

.custom-select:focus, .select-multiple-title:focus {
  outline: 1px solid rgba(8, 47, 72, 0.5);
}

.custom-select option, .select-multiple-title option {
  display: block;
  max-width: 100%;
  font-size: var(--font-default-big, 2rem);
  color: currentColor;
}

.custom-select option:checked, .select-multiple-title option:checked, .custom-select option:focus, .select-multiple-title option:focus, .custom-select option:hover, .select-multiple-title option:hover, .custom-select option:active, .select-multiple-title option:active {
  background-color: rgba(8, 47, 72, 0.8);
  color: var(--color-white, #fff);
}

.filter-dual-range-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-big, 2rem);
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 5px 2em 6px 1em;
  min-height: 45px;
}

.filter-dual-range-group .filter-dual-range-title {
  margin-right: 2em;
}

.filter-dual-range-wrap {
  height: 100%;
  position: relative;
  width: 42rem;
}

.filter-dual-range-wrap .current-value {
  display: block;
  position: absolute;
  top: -2px;
  padding: 3px 6px;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white, #fff);
  background-color: var(--color-main, #082f48);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid var(--color-white, #fff);
  z-index: 2;
}

.filter-dual-range-wrap .current-value.fromPriceValue {
  left: 0;
  -webkit-transform: translateX(-41%);
     -moz-transform: translateX(-41%);
      -ms-transform: translateX(-41%);
       -o-transform: translateX(-41%);
          transform: translateX(-41%);
}

.filter-dual-range-wrap .current-value.toPriceValue {
  right: 0;
  -webkit-transform: translateX(41%);
     -moz-transform: translateX(41%);
      -ms-transform: translateX(41%);
       -o-transform: translateX(41%);
          transform: translateX(41%);
}

.filter-dual-range-wrap input[type='range'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.filter-dual-range-wrap input[type='range']::-webkit-slider-thumb {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: var(--color-main, #082f48);
  -webkit-box-shadow: 0 0 0 1px var(--color-main, #082f48);
          box-shadow: 0 0 0 1px var(--color-main, #082f48);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}

.filter-dual-range-wrap input[type='range']::-moz-range-thumb {
  position: relative;
  z-index: 20;
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: var(--color-main, #082f48);
  -moz-box-shadow: 0 0 0 1px var(--color-main, #082f48);
       box-shadow: 0 0 0 1px var(--color-main, #082f48);
  -moz-border-radius: 50%;
       border-radius: 50%;
  cursor: pointer;
}

.filter-dual-range-wrap input[type='range']::-webkit-slider-thumb:hover {
  background: var(--color-bg, #b1cfd5);
}

.filter-result {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.result-item {
  position: relative;
  width: -webkit-calc((100% - 20px) / 3);
  width: -moz-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.result-item.add-info .result-item-info,
.result-item.add-info .btn,
.result-item.add-info .btn-back {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.result-item.add-info .result-item-overlay {
  opacity: 0.3;
}

.result-item.add-info .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.result-item .result-item-title {
  text-transform: uppercase;
  font-size: var(--font-default, 1.8rem);
  line-height: 1.15;
}

.result-item .result-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.result-item .result-item-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.result-item .result-item-title-wrap .plus-icon {
  margin: 10px 10px 0 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  cursor: pointer;
}

.result-item .content-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.result-item .result-item-price {
  font-family: 'Inter-Bold', sans-serif;
  font-size: var(--font-default, 1.8rem);
  text-decoration: underline;
}

.result-item .result-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  font-family: 'Inter-Regular', sans-serif;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: '-';
}

.result-item .result-item-info,
.result-item .btn,
.result-item .btn-back,
.result-item .result-item-price {
  position: relative;
  z-index: 3;
}


.result-item .btn,
.result-item .btn-back {
  margin-left: auto;
  margin-top: auto;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.result-item .result-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-main, #082f48);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .result-item:hover .result-item-info,
  .result-item:hover .btn,
  .result-item:hover .btn-back {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  .result-item:hover .result-item-overlay {
    opacity: 0.3;
  }
  .result-item:hover .plus-icon {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.school-detail-top {
  padding-bottom: 60px;
}

.school-detail-top .content-container, .school-detail-top .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.school-detail-top .school-detail-text {
  padding-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.school-detail-top .school-detail-text .content-block,
.school-detail-top .school-detail-text .content-block.text-block {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.school-detail-top .section-title-wrap {
  gap: 10px;
}

.school-detail-top .btn, .school-detail-top .btn-back {
  margin-left: auto;
}

.school-detail-top .features-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
  font-family: 'Inter-Regular', sans-serif;
}

.school-detail-top .features-list ul {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}

.school-detail-top .features-list li {
  list-style-type: '-  ';
}

.school-detail-top .price-wrapper {
  width: 100%;
  text-align: center;
  font-family: 'Inter-Medium', sans-serif;
  letter-spacing: -0.8px;
  font-size: 3rem;
  line-height: 1.25;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid var(--color-white, #fff);
}

.school-detail-top .school-detail-img {
  width: 76%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: -20px;
}

.school-detail-top .school-detail-img img {
  height: 100%;
}

.school-detail-top .school-detail-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding: 0.8em 1em;
  text-align: center;
  line-height: 1.15;
}

.school-detail-top .school-detail-title.fixed, .school-detail-top .school-detail-title.fixed-start {
  position: fixed;
  margin: 0;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 900;
}

.curriculum-sect {
  padding: 60px 0;
}

.curriculum-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
  margin-top: 2.5rem;
}

.curriculum-item {
  padding: 1.15em;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1.25;
  background-color: var(--color-white, #fff);
}

.curriculum-item .curriculum-item-title {
  padding-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.curriculum-item .curriculum-item-list {
  margin-top: 1em;
  margin-left: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
}

.curriculum-item .curriculum-item-list li {
  list-style-type: '- ';
}

.person-contact-card {
  padding: 18rem 0;
}

.contact-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-left: 3rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #f1f1f2;
}

.contact-card-wrap .contact-card-text {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  width: 70%;
  line-height: 1.25;
  font-size: var(--font-default-small, 1.6rem);
}

.contact-card-wrap .contact-card-text p + p {
  margin-top: 0.5em;
}

.contact-card-wrap .contact-card-text ul {
  list-style: none;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.contact-card-wrap .contact-card-text .btn, .contact-card-wrap .contact-card-text .btn-back {
  text-transform: uppercase;
}

.contact-card-wrap .contact-card-text a {
  text-decoration: none;
}

.contact-card-wrap .contact-card-text a:hover {
  text-decoration: underline;
}

.contact-card-wrap .contact-card-title {
  margin-top: 0;
  margin-bottom: 0.3em;
}

.contact-card-wrap .person-name {
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default, 1.8rem);
  text-transform: uppercase;
}

.contact-card-wrap .contact-card-img {
  width: 55%;
  margin-left: -25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.contact-card-wrap .contact-card-img img {
  height: 100%;
}

.school-info-sect {
  padding: 11rem 0;
}

.school-info-sect .content-container, .school-info-sect .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.school-info-sect .school-info-img {
  width: 24%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.school-info-sect .school-info-img .school-img {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.school-info-sect .school-info-img .school-price {
  font-size: 3rem;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.school-info-sect .school-info-img .btn-wrap {
  margin-left: auto;
  margin-right: 0;
}

.school-info-sect .school-info-title {
  margin-top: 0;
}

.school-info-sect .txt-box, .school-info-sect .txt-box-line {
  width: 85%;
}

.school-info-sect .txt-box ul li, .school-info-sect .txt-box-line ul li {
  list-style-type: '- ';
}

.school-info-sect .column-text {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.picture-gallery .picture-gallery-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.picture-gallery .picture-gallery-slider .slick-list {
  padding: 0 12% 0 0 !important;
}

.picture-gallery .picture-gallery-slider .slick-slide {
  padding-right: 20px;
}

.picture-gallery .picture-gallery-slider .cover-img {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.school-location-sect {
  padding: 8rem 0;
}

.school-location-sect .content-container, .school-location-sect .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.school-location-sect .section-title-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0;
}

.school-location-sect .school-map-wrap {
  width: 100%;
}

.school-location-sect .school-map-wrap #school-map,
.school-location-sect .school-map-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 6;
}

.info-tab-sect {
  padding: 12rem 0;
}

.info-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.info-tab-content .info-tab-text {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.info-tab-content .info-tab-text .text-block {
  width: 100%;
}

.info-tab-content .info-tab-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 1em;
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 3.5rem 2rem;
  font-size: var(--font-default-small, 1.6rem);
  list-style: none;
}

.info-tab-content .info-tab-features-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-tab-content .info-tab-features-list .icon-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
}

.info-tab-content .info-tab-features-list .icon-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-tab-content .info-tab-img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 2.2 / 1;
}

.info-tab-content .info-tab-img img {
  height: 100%;
}

.tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: 60%;
  margin: 20px auto 0;
  padding: 20px;
  background-color: rgba(8, 47, 72, 0.9);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tab-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.tab-btn {
  display: block;
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.7em 1em;
  opacity: 0.6;
  color: rgba(8, 47, 72, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.tab-btn:hover, .tab-btn.active {
  opacity: 1;
  color: #082f48;
}

.tab-content {
  display: none;
  color: var(--color-text-light, #fff);
  font-size: var(--font-default-small, 1.6rem);
}

.tab-content .plus-icon {
  display: none;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
}

.tab-content li {
  list-style-type: '-  ';
}

.tab-content ::-moz-selection {
  color: var(--color-main, #082f48);
  background: var(--color-text-light, #fff);
}

.tab-content ::selection {
  color: var(--color-main, #082f48);
  background: var(--color-text-light, #fff);
}

.program-config-section {
  padding: 8rem 0;
}

.program-config-section .initial-descr,
.program-config-section .config-summary {
  font-family: 'Inter-Regular', sans-serif;
}

.program-config-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.program-config-form .in-selection-descr {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.program-config-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.program-config-descr .section-title-wrap {
  margin-bottom: 0;
}

.program-config-descr .btn-wrap {
  margin-left: auto;
  margin-right: 0;
}

.program-config-descr .config-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.7em;
  font-size: var(--font-default, 1.8rem);
  overflow-x: hidden;
}

.program-config-descr .summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5em 0;
}

.program-config-descr .summary-item:last-of-type {
  margin-bottom: 0;
}

.program-config-descr .summary-item + .summary-add-item {
  margin-top: 2em;
}

.program-config-descr .summary-add-item + .summary-add-item {
  margin-top: 0.3em;
}

.program-config-descr .summary-add-item {
  border-top: 1px solid var(--color-white, #fff);
  padding-top: 0.2em;
}

.program-config-descr .summary-bottom {
  position: relative;
  padding-top: 0.2em;
}

.program-config-descr .summary-bottom .summary-item {
  font-family: 'Inter-Bold', sans-serif;
  margin: 0;
}

.program-config-descr .summary-bottom p {
  font-size: 10px;
  width: 50%;
  margin-top: 1em;
}

.program-config-descr .summary-bottom::before {
  content: '';
  display: block;
  width: -webkit-calc(100% + 100px);
  width: -moz-calc(100% + 100px);
  width: calc(100% + 100px);
  height: 1px;
  background-color: var(--color-white, #fff);
  position: absolute;
  top: 0;
  left: -20px;
}

.program-config-inputs {
  width: 100%;
}

.program-config-inputs .config-contacts-wrap {
  display: none;
  width: 440px;
  margin-top: 10px;
}

.program-config-inputs .config-contacts-wrap .btn-wrap {
  margin-top: 10px;
  text-align: right;
}

.program-config-inputs .form-input-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px 30px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.program-config-inputs .form-input-wrapper::after {
  content: '';
  position: absolute;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: var(--backdrop-filter-light);
          backdrop-filter: var(--backdrop-filter-light);
  z-index: -1;
}

.program-config-inputs .form-input-wrapper input {
  margin-bottom: 30px;
}

.program-config-inputs .form-input-wrapper input::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input:-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:-moz-placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input::-moz-placeholder, .program-config-inputs .form-input-wrapper textarea::-moz-placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input:-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input::-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input::placeholder,
.program-config-inputs .form-input-wrapper textarea::placeholder {
  opacity: 0.5;
}

.program-config-inputs .form-input-wrapper input:hover::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper input:active::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper input:focus::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper textarea:hover::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper textarea:active::-webkit-input-placeholder, .program-config-inputs .form-input-wrapper textarea:focus::-webkit-input-placeholder {
  opacity: 0.9;
}

.program-config-inputs .form-input-wrapper input:hover:-moz-placeholder, .program-config-inputs .form-input-wrapper input:active:-moz-placeholder, .program-config-inputs .form-input-wrapper input:focus:-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:hover:-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:active:-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:focus:-moz-placeholder {
  opacity: 0.9;
}

.program-config-inputs .form-input-wrapper input:hover::-moz-placeholder, .program-config-inputs .form-input-wrapper input:active::-moz-placeholder, .program-config-inputs .form-input-wrapper input:focus::-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:hover::-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:active::-moz-placeholder, .program-config-inputs .form-input-wrapper textarea:focus::-moz-placeholder {
  opacity: 0.9;
}

.program-config-inputs .form-input-wrapper input:hover:-ms-input-placeholder, .program-config-inputs .form-input-wrapper input:active:-ms-input-placeholder, .program-config-inputs .form-input-wrapper input:focus:-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:hover:-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:active:-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:focus:-ms-input-placeholder {
  opacity: 0.9;
}

.program-config-inputs .form-input-wrapper input:hover::-ms-input-placeholder, .program-config-inputs .form-input-wrapper input:active::-ms-input-placeholder, .program-config-inputs .form-input-wrapper input:focus::-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:hover::-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:active::-ms-input-placeholder, .program-config-inputs .form-input-wrapper textarea:focus::-ms-input-placeholder {
  opacity: 0.9;
}

.program-config-inputs .form-input-wrapper input:hover::placeholder, .program-config-inputs .form-input-wrapper input:active::placeholder, .program-config-inputs .form-input-wrapper input:focus::placeholder,
.program-config-inputs .form-input-wrapper textarea:hover::placeholder,
.program-config-inputs .form-input-wrapper textarea:active::placeholder,
.program-config-inputs .form-input-wrapper textarea:focus::placeholder {
  opacity: 0.9;
}

.config-selects-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  gap: 15px;
}

.config-select-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.config-select-group .custom-select, .config-select-group .select-multiple-title {
  padding: 0.7em 2em 0.7em 0.5em;
  font-family: 'Inter-Regular', sans-serif;
  font-size: var(--font-default, 1.8rem);
}

.config-select-group .custom-select option, .config-select-group .select-multiple-title option {
  font-size: var(--font-default, 1.8rem);
}

.config-select-group .img-wrap {
  width: 1.1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.config-checkboxes-wrap {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.config-checkboxes-block {
  padding: 1rem 3rem 3rem;
  background: var(--color-bg-light, #f8f8f9);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.config-checkboxes-block .section-title-wrap {
  margin-left: -2rem;
}

.config-checkboxes-block .checkbox-item {
  --padding-left: 1.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--color-main, #082f48);
  margin-top: 1.5em;
}

.config-checkboxes-block .checkbox-title label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.config-checkboxes-block .checkbox-title .custom-checkbox:checked ~ .checkbox-label::before {
  background-image: url(../image/check-solid.svg);
}

.config-checkboxes-block .checkbox-label {
  position: relative;
  display: block;
  padding-left: var(--padding-left, 1.5em);
}

.config-checkboxes-block .checkbox-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(30%);
     -moz-transform: translateY(30%);
      -ms-transform: translateY(30%);
       -o-transform: translateY(30%);
          transform: translateY(30%);
  width: 0.85em;
  height: 0.85em;
  border: 2px solid var(--color-main, #082f48);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  cursor: pointer;
}

.config-checkboxes-block .checkbox-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: var(--padding-left, 1.5em);
  gap: 2rem;
}

.config-checkboxes-block .checkbox-descr .total-price {
  margin-left: auto;
}

.config-checkboxes-block {
  min-width: 600px;
}

.config-checkboxes-block.add-options .checkbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.config-checkboxes-block.add-options .checkbox-item.add-options-title {
  font-family: 'Inter-Bold', sans-serif;
  border-width: 2px;
}

.config-checkboxes-block.add-options .checkbox-item .selection {
  width: -webkit-calc(20% - 20px);
  width: -moz-calc(20% - 20px);
  width: calc(20% - 20px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.config-checkboxes-block.add-options .checkbox-item .designation {
  width: 75%;
}

.config-checkboxes-block.add-options .checkbox-item .price {
  width: -webkit-calc(30% - 20px);
  width: -moz-calc(30% - 20px);
  width: calc(30% - 20px);
  text-align: right;
}

.config-checkboxes-block.add-options label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.config-checkboxes-block.add-options .custom-checkbox:checked ~ .checkbox-label::before {
  background-image: url(../image/check-solid.svg);
}

.config-checkboxes-block.add-options .checkbox-label {
  width: 1em;
  height: 1em;
  padding-left: 0;
}

.config-checkboxes-block.add-options .checkbox-label::before {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.description-text-wrap {
  padding: 70px 0;
}

.description-text-wrap .section-title-wrap {
  margin-bottom: 20px;
}

.description-text-wrap.dark-bg {
  color: var(--color-white, #fff);
  background-color: var(--color-bg-green, #5f745f);
}

.description-text-wrap .description-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.description-text-wrap .description-text .txt-box, .description-text-wrap .description-text .txt-box-line {
  font-family: 'Inter-Medium', sans-serif;
}

.description-text-wrap .description-text .txt-box ul li, .description-text-wrap .description-text .txt-box-line ul li {
  list-style-type: '- ';
}

.description-text-wrap .description-text .txt-box h3, .description-text-wrap .description-text .txt-box-line h3, .description-text-wrap .description-text .txt-box .h3-title, .description-text-wrap .description-text .txt-box-line .h3-title,
.description-text-wrap .description-text .txt-box h4,
.description-text-wrap .description-text .txt-box-line h4,
.description-text-wrap .description-text .txt-box .h4-title,
.description-text-wrap .description-text .txt-box-line .h4-title,
.description-text-wrap .description-text .txt-box h5,
.description-text-wrap .description-text .txt-box-line h5,
.description-text-wrap .description-text .txt-box .h5-title,
.description-text-wrap .description-text .txt-box-line .h5-title {
  text-decoration: underline;
}

.description-text-wrap .description-text .column-text {
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}

.description-text-wrap .description-subtitle {
  width: 48%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.65em;
  line-height: 1.35;
}

.description-text-wrap .description-subtitle:only-child {
  width: 75%;
  margin: 0 auto;
}

.team-members-wrap {
  padding: 10px 0 50px;
}

.team-members-wrap.dark-bg {
  background-color: var(--color-bg-green, #5f745f);
}

.team-members {
  padding-left: 25%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.team-item {
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.team-item.add-info .team-item-contacts,
.team-item.add-info .team-item-position {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.team-item.add-info .team-item-overlay {
  opacity: 0.3;
}

.team-item.add-info .plus-icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.team-item .team-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

.team-item .team-title-wrap .plus-icon {
  margin: 10px 10px 0 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  cursor: pointer;
}

.team-item .team-item-title {
  text-transform: uppercase;
  font-size: var(--font-default, 1.6rem);
}

.team-item .team-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 5;
}

.team-item .team-item-contacts {
  margin-top: auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}

.team-item .team-item-contacts a {
  text-decoration: none;
  word-break: break-all;
}

.team-item .team-item-contacts a:hover {
  text-decoration: underline;
}

.team-item .team-item-contacts,
.team-item .team-item-position {
  font-family: 'Inter-Regular', sans-serif;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.team-item .team-item-position {
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}

.team-item .content-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 0.8em;
}

.team-item .team-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-main, #082f48);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .team-item:hover .team-item-contacts,
  .team-item:hover .team-item-position {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  .team-item:hover .team-item-overlay {
    opacity: 0.3;
  }
  .team-item:hover .plus-icon {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.title-block {
  padding: 15rem 0 10rem;
}

.title-block .title {
  letter-spacing: -1px;
  width: 95%;
  margin: 0 auto;
}

.news-slider .slide-subtitle,
.news-slider .slide-info {
  display: none;
}

.news-slider .slider-with-add-info .slick-slide:first-child {
  min-width: auto;
}

.news-slider .slider-with-add-info .slick-list {
  padding: 0 25px 0 0 !important;
}

.news-slider .slide-title {
  max-width: 70%;
}

.event-accordion + .event-accordion {
  margin-top: 7rem;
}

.event-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin: 10px 0;
}

.event-accordion .accordion-wrapper {
  width: 76%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 1rem;
}

.event-accordion .accordion-item {
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  --padding-left: 17rem;
}

.event-accordion .accordion-title {
  position: relative;
  text-transform: uppercase;
  padding: 1.2rem 2rem 1.2rem var(--padding-left);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  font-size: var(--font-default-big, 2rem);
}

.event-accordion .accordion-title.open .arr-down-long-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-accordion .accordion-title .news-date {
  position: absolute;
  top: 11px;
  left: 20px;
  letter-spacing: -0.5px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.25em 1em;
  border: 1px solid var(--color-main, #082f48);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.event-accordion .accordion-body {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  font-family: 'Inter-Medium', sans-serif;
  font-size: var(--font-default-small, 1.6rem);
}

.event-accordion .txt-box, .event-accordion .txt-box-line {
  padding: 1.2rem 2rem 1.2rem var(--padding-left);
}

.event-accordion .txt-box ul li, .event-accordion .txt-box-line ul li {
  list-style-type: '- ';
}

.consultation-section {
  min-height: 100dvh;
  position: relative;
}

.consultation-section .content-container, .consultation-section .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.consultation-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100dvh;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.consultation-section .bg-image img {
  height: 100%;
  -o-object-position: 70% center;
     object-position: 70% center;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.consultation-section .consultation-section-descr {
  padding-top: 7.5rem;
}

.consultation-section .consultation-section-form {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.consultation-section .consultation-section-form .accordion-wrapper {
  gap: 1rem;
}

.consultation-section .consultation-section-form .accordion-item {
  background-color: var(--color-white, #fff);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.consultation-section .consultation-section-form .accordion-title {
  padding: 1.2rem 1.6rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  font-size: var(--font-default, 1.8rem);
}

.consultation-section .consultation-section-form .accordion-title.open .arr-down-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.consultation-section .consultation-section-form .accordion-body {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  padding: 5px 1.6rem 1.2rem;
}

.consultation-section .consultation-section-form .form-input-wrapper {
  margin-top: 2rem;
}

.consultation-section .checkbox-item,
.consultation-section .radio-item {
  --padding-left: -webkit-calc(0.85em + 10px);
  --padding-left: -moz-calc(0.85em + 10px);
  --padding-left: calc(0.85em + 10px);
  padding-bottom: 0.2em;
  margin-top: 0.5em;
  color: #557588;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.consultation-section .checkbox-item:first-child,
.consultation-section .radio-item:first-child {
  margin-top: 0;
}

.consultation-section .checkbox-item:hover, .consultation-section .checkbox-item:active,
.consultation-section .radio-item:hover,
.consultation-section .radio-item:active {
  color: var(--color-text, #082f48);
}

.consultation-section .checkbox-label {
  position: relative;
  display: block;
  padding-left: var(--padding-left, 1.5em);
}

.consultation-section .checkbox-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(30%);
     -moz-transform: translateY(30%);
      -ms-transform: translateY(30%);
       -o-transform: translateY(30%);
          transform: translateY(30%);
  width: 0.85em;
  height: 0.85em;
  border: 1px solid #557588;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  cursor: pointer;
}

.consultation-section label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.consultation-section .radio-item input[type='radio'] {
  display: block;
  width: 0.85em;
  height: 0.85em;
}

.consultation-section .radio-item label {
  gap: 10px;
}

.consultation-section .custom-checkbox:checked ~ .checkbox-label::before {
  border: 2px solid var(--color-main, #082f48);
  background-image: url(../image/check-solid.svg);
}

.footer {
  width: 100%;
  height: 100vh;
  padding: 75px 0 20px;
  background-color: var(--color-bg, #cfdcdf);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.footer.scroll-end {
  background-color: var(--color-main, #082f48);
}

.footer .shrink-font:not(.btn-top) {
  margin: 10px 0;
}

.footer .content-container, .footer .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.foot-copyright {
  margin-top: auto;
  margin-bottom: 0;
  color: var(--color-white, #fff);
  font-size: 1.2rem;
  letter-spacing: -0.25px;
}

.foot-form-wrap {
  width: 440px;
  margin: 10px 0;
}

.foot-form-wrap label {
  margin-right: 20px;
}

.foot-form-wrap input:not([type='submit']) {
  font-size: 1.2rem;
  line-height: 1.2;
}

.foot-form-wrap input:not([type='submit']):hover::-webkit-input-placeholder, .foot-form-wrap input:not([type='submit']):focus::-webkit-input-placeholder {
  opacity: 0.9;
}

.foot-form-wrap input:not([type='submit']):hover:-moz-placeholder, .foot-form-wrap input:not([type='submit']):focus:-moz-placeholder {
  opacity: 0.9;
}

.foot-form-wrap input:not([type='submit']):hover::-moz-placeholder, .foot-form-wrap input:not([type='submit']):focus::-moz-placeholder {
  opacity: 0.9;
}

.foot-form-wrap input:not([type='submit']):hover:-ms-input-placeholder, .foot-form-wrap input:not([type='submit']):focus:-ms-input-placeholder {
  opacity: 0.9;
}

.foot-form-wrap input:not([type='submit']):hover::-ms-input-placeholder, .foot-form-wrap input:not([type='submit']):focus::-ms-input-placeholder {
  opacity: 0.9;
}

.foot-form-wrap input:not([type='submit']):hover::placeholder, .foot-form-wrap input:not([type='submit']):focus::placeholder {
  opacity: 0.9;
}

.foot-form-wrap input::-webkit-input-placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-form-wrap input:-moz-placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-form-wrap input::-moz-placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-form-wrap input:-ms-input-placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-form-wrap input::-ms-input-placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-form-wrap input::placeholder {
  font-size: 1.2rem;
  opacity: 0.4;
}

.foot-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.foot-social-wrapper .shrink-font {
  white-space: nowrap;
}

.social-link {
  padding: 9px;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-link:hover, .social-link:active {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.foot-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
}

.foot-nav .nav-link-block:hover, .foot-nav .nav-link-block:active {
  text-decoration: underline;
}

.foot-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.foot-link-wrap a {
  width: 60px;
}

.foot-link-wrap a:hover, .foot-link-wrap a:active {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.content-container-smaller {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-container-smaller > h2:first-child, .content-container-smaller > .h2-title:first-child,
.content-container-smaller > h3:first-child,
.content-container-smaller > .h3-title:first-child {
  margin-top: 0;
}

.content-container-smaller h1, .content-container-smaller .h1-title,
.content-container-smaller h2,
.content-container-smaller .h2-title {
  font-size: var(--font-title-medium-big, 7rem);
}

.content-container-smaller h3, .content-container-smaller .h3-title {
  font-size: var(--font-title-medium-small, 3.6rem);
}

.content-container-smaller .txt-box + .txt-box, .content-container-smaller .txt-box-line + .txt-box, .content-container-smaller .txt-box + .txt-box-line, .content-container-smaller .txt-box-line + .txt-box-line {
  margin-top: 100px !important;
}

.content-container-smaller .txt-box h3, .content-container-smaller .txt-box-line h3, .content-container-smaller .txt-box .h3-title, .content-container-smaller .txt-box-line .h3-title {
  margin-bottom: 10px;
}

.content-container-smaller .txt-box h2:first-child, .content-container-smaller .txt-box-line h2:first-child, .content-container-smaller .txt-box .h2-title:first-child, .content-container-smaller .txt-box-line .h2-title:first-child,
.content-container-smaller .txt-box h3:first-child,
.content-container-smaller .txt-box-line h3:first-child,
.content-container-smaller .txt-box .h3-title:first-child,
.content-container-smaller .txt-box-line .h3-title:first-child {
  margin-top: 0;
}

.sect-txt + .consult-form {
  margin-top: 150px;
}

.sect-steps, .sect-slider-steps, .sect-txt-line {
  margin: 75px auto;
}

.sect-steps.light-bg, .light-bg.sect-slider-steps, .light-bg.sect-txt-line {
  background-color: #E7EEEF;
  padding: 100px 0;
  position: relative;
}

.sect-steps.light-bg.dark-bg-overflow, .light-bg.dark-bg-overflow.sect-slider-steps, .light-bg.dark-bg-overflow.sect-txt-line {
  margin-bottom: 0;
}

.sect-steps.light-bg.dark-bg-overflow::before, .light-bg.dark-bg-overflow.sect-slider-steps::before, .light-bg.dark-bg-overflow.sect-txt-line::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  background-color: var(--color-main, #082f48);
}

.sect-steps.with-padding, .with-padding.sect-slider-steps, .with-padding.sect-txt-line {
  max-width: -webkit-calc(100vw - 40px);
  max-width: -moz-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}

.sect-steps .content-container-smaller h1:first-child, .sect-slider-steps .content-container-smaller h1:first-child, .sect-txt-line .content-container-smaller h1:first-child, .sect-steps .content-container-smaller .h1-title:first-child, .sect-slider-steps .content-container-smaller .h1-title:first-child, .sect-txt-line .content-container-smaller .h1-title:first-child,
.sect-steps .content-container-smaller h2:first-child,
.sect-slider-steps .content-container-smaller h2:first-child,
.sect-txt-line .content-container-smaller h2:first-child,
.sect-steps .content-container-smaller .h2-title:first-child,
.sect-slider-steps .content-container-smaller .h2-title:first-child,
.sect-txt-line .content-container-smaller .h2-title:first-child {
  margin-top: 0;
}

.steps-lst {
  margin-left: -50px;
  margin-right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.step-itm {
  padding-left: 50px;
  padding-right: 50px;
  width: 50%;
  min-width: 50%;
  margin-top: 50px;
}

.step-itm:nht-child(1), .step-itm:nht-child(2) {
  margin-top: 0;
}

.step-itm-image {
  margin-bottom: 50px;
}

.step-itm-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.checked-list {
  padding-left: 20px;
}

ul.checked-list li {
  position: relative;
  padding-left: 22px;
  list-style-type: none;
}

ul.checked-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../image/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

ul.dash-list {
  padding-left: 20px;
}

ul.dash-list li {
  position: relative;
  padding-left: 22px;
  list-style-type: none;
}

ul.dash-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  background-color: var(--color-main, #082f48);
}

.image-fluid-box {
  margin: 75px auto;
}

.image-fluid-box img {
  min-height: 400px;
}

.sect-slider-steps .content-container, .sect-slider-steps .content-container-smaller {
  padding-left: 20vw;
  padding-left: -webkit-calc(50vw - 550px);
  padding-left: -moz-calc(50vw - 550px);
  padding-left: calc(50vw - 550px);
}

.steps-carousel-wrap {
  position: relative;
}

.steps-carousel-wrap + .steps-carousel-wrap {
  margin-top: 150px;
}

.steps-carousel-wrap .carousel-title {
  font-size: var(--font-title-medium-small, 3.6rem);
  margin-top: 0;
  margin-bottom: 55px;
  padding-right: 110px;
}

.steps-carousel-wrap .slider-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.steps-carousel-wrap .slick-arrow {
  font-size: 0;
  line-height: 0;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: var(--color-main, #082f48);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
}

.steps-carousel-wrap .slick-arrow:hover {
  opacity: 0.95;
}

.steps-carousel-wrap .slick-arrow.slick-prev {
  background-image: url("../image/arrow-l.svg");
}

.steps-carousel-wrap .slick-arrow.slick-next {
  background-image: url("../image/arrow-r.svg");
  margin-left: 10px;
}

.steps-carousel-wrap .slick-arrow.slick-disabled {
  opacity: 0.4 !important;
  cursor: default;
}

.steps-carousel {
  margin: 0 -50px;
}

.steps-carousel .slick-track {
  margin: 0;
}

.steps-carousel .step-itm {
  margin: 0;
  width: 100%;
}

.steps-carousel .step-itm-image img {
  margin-left: 0;
  margin-right: 0;
}

.txt-box-line {
  margin-left: -50px;
  margin-right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-box-line.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.txt-box-line h1:first-child, .txt-box-line .h1-title:first-child,
.txt-box-line h2:first-child,
.txt-box-line .h2-title:first-child,
.txt-box-line h3:first-child,
.txt-box-line .h3-title:first-child {
  margin-top: 0;
}

.txt-box-cell {
  padding-left: 50px;
  padding-right: 50px;
}

.txt-box-cell.cell-image {
  width: 35%;
  min-width: 35%;
}

.txt-box-cell.cell-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dark-main-bg {
  color: var(--color-white, #fff);
  background-color: var(--color-main, #082f48);
  padding-bottom: 100px;
  margin-top: 0;
}

.dark-main-bg + section,
.dark-main-bg + .consult-form {
  margin-top: -1px;
}

.dark-main-bg + .consult-form {
  background-color: var(--color-main, #082f48);
}

.dark-main-bg > .content-container-smaller > h1:first-child, .dark-main-bg > .content-container-smaller > .h1-title:first-child,
.dark-main-bg > .content-container-smaller > h2:first-child,
.dark-main-bg > .content-container-smaller > .h2-title:first-child,
.dark-main-bg > .content-container-smaller > h3:first-child,
.dark-main-bg > .content-container-smaller > .h3-title:first-child {
  margin-top: 1em;
}

.dark-bg-overflow + section {
  margin-top: 0;
}

.sect-txt.dark-main-bg .txt-box-line {
  margin-top: 50px;
}

.center {
  text-align: center;
}

h2.title-smaller, .title-smaller.h2-title {
  font-size: var(--font-title-medium, 5rem);
}

.txt-box.quote-text, .quote-text.txt-box-line {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}

.txt-box.quote-text.quote-with-bg, .quote-text.quote-with-bg.txt-box-line {
  padding-top: 200px;
  padding-bottom: 200px;
}

.txt-box.quote-text .quote-text-bg, .quote-text.txt-box-line .quote-text-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quote-text-bg img {
  display: block;
  height: 450px !important;
  width: auto !important;
  max-width: none !important;
}

.inner-top-screen + .multimedia-text-wrap {
  margin-top: 0 !important;
}

.inner-top-screen.top-screen-with-anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
}

.inner-top-screen.top-screen-with-anchors .top-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-bottom: 50px;
}

.inner-top-screen.top-screen-with-anchors h1, .inner-top-screen.top-screen-with-anchors .h1-title {
  font-size: var(--font-title-medium, 5rem);
}

.inner-top-screen.top-screen-with-anchors .top-subtitle {
  width: 100%;
  font-family: 'Inter-Medium', sans-serif;
}

.inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}

.inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(2) {
  width: 66%;
  min-width: 66%;
}

.top-screen-anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
}

.top-anchor-itm {
  position: relative;
  width: 20%;
  min-width: 20%;
}

.top-anchor-itm .base {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.top-anchor-itm .top-anchor-link {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 0 2rem;
  background-color: var(--color-main, #082f48);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: var(--color-main, #082f48);
  text-decoration: none;
  font-size: 1vw;
  text-transform: uppercase;
}

.top-anchor-itm .top-anchor-link:hover {
  background-color: #fff;
}

.top-anchor-itm .top-anchor-link:hover .anchor-link-icon,
.top-anchor-itm .top-anchor-link:hover .anchor-link-title {
  -webkit-filter: none;
          filter: none;
}

.top-anchor-itm .anchor-link-icon,
.top-anchor-itm .anchor-link-title {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.top-anchor-itm .anchor-link-icon {
  width: 135px;
  width: 56.5%;
  margin: 0 auto 25px;
}

.top-anchor-itm .anchor-link-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.top-anchor-itm .anchor-link-title {
  display: block;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

.text-img-sect.inverted-color.has-bg-image .content-container, .text-img-sect.inverted-color.has-bg-image .content-container-smaller {
  overflow: hidden;
}

.text-img-sect.inverted-color .text-wrap.fluid-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-right: 4rem;
}

.text-img-sect.inverted-color .img-wrap.float-bg-image {
  position: absolute;
  width: 50%;
  right: -22.5rem;
  top: -12.5rem;
  opacity: 0.1;
}

.txt-toggle-btn-wrap {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt-toggle {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  max-height: 0;
}

.txt-toggle.open {
  -webkit-transition: 2s;
  -o-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
  max-height: 2000px;
}

.txt-toggle-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-decoration: underline;
}

.txt-toggle-btn .txt-open {
  display: none;
}

.txt-toggle-btn.on .txt-close {
  display: none;
}

.txt-toggle-btn.on .txt-open {
  display: inline;
}

.simple-slider-wrap {
  position: relative;
}

.simple-slider-wrap .slider-nav {
  display: none;
}

.simple-slider-wrap .slick-dots {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.simple-slider-wrap .slick-dots li {
  padding: 5px 10px;
}

.simple-slider-wrap .slick-dots li::marker {
  display: none !important;
}

.simple-slider-wrap .slick-dots li.slick-active button {
  background-color: var(--color-main, #082f48);
}

.simple-slider-wrap .slick-dots button {
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--color-main, #082f48);
}

.simple-slider-itm {
  height: auto;
}

.simple-slider-itm img {
  width: 100% !important;
  max-width: none !important;
}

.txt-box-line + .expand-english-set {
  margin-top: 75px;
  padding-top: 75px;
}

.txt-box-line + .expand-english-set::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  width: 80vw;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: var(--color-main, #082f48);
}

.expand-english-set {
  position: relative;
}

.expand-english-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.expand-english-itm {
  width: 50%;
  min-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1666666667;
}

.expand-english-itm-text {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 30px;
}

.expand-english-itm-icon {
  display: inline-block;
  height: 155px;
  margin-right: 10px;
}

.expand-english-itm-icon img {
  display: block;
  width: auto;
  height: 100%;
}

.toggle-cards-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.toggle-card-itm {
  width: 50%;
  min-width: 50%;
  margin-bottom: 40px;
  padding: 0 8px;
}

.toggle-card {
  background-color: #E7EDEF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 25px 30px;
}

.toggle-card .accordion-title {
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1.16;
}

.toggle-card .accordion-title span {
  padding-right: 15px;
}

.toggle-card-icon {
  height: 205px;
  width: auto;
  margin-bottom: 20px;
}

.toggle-card-icon img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.cover-img .main-img:only-child {
  position: relative;
  height: auto;
  -o-object-position: center top;
     object-position: center top;
}

.news-item-title {
  font-size: 14px;
  line-height: 1.15;
}

.sect-news-list {
  padding: 200px 0 120px;
}

.sect-news-list .content-container, .sect-news-list .content-container-smaller,
.sect-news-list .content-container-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.sect-news-list .news-list-aside {
  width: 24%;
}

.sect-news-list .news-list-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sect-news-list .pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-list-aside-links {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.news-list-aside-links ul {
  list-style-type: none;
  padding: 0;
}

.news-list-aside-links ul li {
  margin-bottom: 10px;
}

.news-list-aside-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(241, 241, 242, 0.51);
  color: var(--color-main, #082f48);
  padding: 12px 10px 10px 20px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}

.news-list-aside-links a:hover {
  background-color: #f1f1f2;
}

.news-list-aside-links a.active {
  background-color: var(--color-main, #082f48);
  color: var(--color-white, #fff);
  cursor: default;
}

.pagination-wrap {
  margin: 15px 0;
}

ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
}

ul.page-numbers li {
  font-size: 14px;
  line-height: 1.1;
  padding-right: 16px;
  color: var(--color-main, #082f48);
}

ul.page-numbers li:last-child {
  padding-right: 0;
}

ul.page-numbers li > a:hover {
  border-color: var(--color-main, #082f48);
}

ul.page-numbers li > a,
ul.page-numbers li > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

ul.page-numbers li > a.current,
ul.page-numbers li > span.current {
  font-family: 'Inter-Medium', sans-serif;
  border-color: var(--color-main, #082f48);
  cursor: default;
}

ul.page-numbers li > a.prev, ul.page-numbers li > a.next,
ul.page-numbers li > span.prev,
ul.page-numbers li > span.next {
  margin-top: 1px;
  border: none;
}

ul.page-numbers li > a.prev.disable, ul.page-numbers li > a.prev:hover, ul.page-numbers li > a.next.disable, ul.page-numbers li > a.next:hover,
ul.page-numbers li > span.prev.disable,
ul.page-numbers li > span.prev:hover,
ul.page-numbers li > span.next.disable,
ul.page-numbers li > span.next:hover {
  opacity: 0.5;
}

ul.page-numbers li > a.prev.disable, ul.page-numbers li > a.next.disable,
ul.page-numbers li > span.prev.disable,
ul.page-numbers li > span.next.disable {
  cursor: default;
}

ul.page-numbers .arr-left-ic,
ul.page-numbers .arr-right-ic {
  width: 16px;
  height: 16px;
  -webkit-filter: invert(16%) sepia(13%) saturate(3150%) hue-rotate(161deg) brightness(98%) contrast(100%);
          filter: invert(16%) sepia(13%) saturate(3150%) hue-rotate(161deg) brightness(98%) contrast(100%);
}

ul.page-numbers .arr-left-ic {
  background-image: url("../image/arrow-l-dark.svg");
}

ul.page-numbers .arr-right-ic {
  background-image: url("../image/arrow-r-dark.svg");
}

.info-section + .btn-back-wrap, .info-section + .btn-back-wrap + .btn-back-wrap {
  margin-top: -200px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.info-section + .btn-back-wrap .txt-box, .info-section + .btn-back-wrap + .btn-back-wrap .txt-box, .info-section + .btn-back-wrap .txt-box-line, .info-section + .btn-back-wrap + .btn-back-wrap .txt-box-line {
  padding-top: 0 !important;
}

/* 10.09.24 */
.custom-select-multiple {
  position: relative;
}

.custom-select-multiple > .select2 {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
}

.custom-select-multiple > .select2 > .selection {
  display: block;
  height: 100%;
}

.custom-select-multiple > .select2 > .selection > .select2-selection {
  display: block;
  height: 100%;
  cursor: pointer;
}

.custom-select-multiple .select2-results__options {
  font-size: 1.5rem;
}

.custom-select-multiple .select2-results__options .select2-results__option {
  border-bottom: 1px solid transparent;
}

.custom-select-multiple .select2-results__options .select2-results__option[aria-selected] {
  color: var(--color-text, #082f48);
  background-color: #fff;
}

.custom-select-multiple .select2-results__options .select2-results__option:hover {
  color: var(--color-text, #082f48);
  background-color: #eee;
}

.custom-select-multiple .select2-results__options .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: var(--color-main, #082f48);
  border-color: #EEE;
}

.curriculum-item .txt-toggle-box.content-fit .txt-toggle-btn-wrap {
  display: none;
}

.curriculum-item .txt-toggle-box.content-fit .txt-toggle::after {
  display: none;
}

.curriculum-item .txt-toggle {
  max-height: 35rem;
  position: relative;
}

.curriculum-item .txt-toggle::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.curriculum-item .txt-toggle.open {
  max-height: 2500px;
}

.curriculum-item .txt-toggle.open::after {
  opacity: 0;
}

.curriculum-item .txt-toggle-btn-wrap {
  margin-top: 1rem;
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1800px) {
  :root {
    --font-title-big: 9rem;
  }
  .result-item {
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .top-title-wrap {
    width: 95%;
  }
  .map-sect-content .desktop .country-marker {
    font-size: 1.2rem;
  }
  .info-slider-with-price .slider-with-add-info .slick-list {
    padding: 0 9% 0 0 !important;
  }
  .tabs-wrap {
    width: 80%;
  }
  .school-info-sect .txt-box, .school-info-sect .txt-box-line {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  :root {
    --font-title-big: 8rem;
  }
  .info-tab-content .info-tab-text {
    width: 100%;
  }
  .testimonials-slider {
    margin-top: 80px;
  }
  .testimonials-slider .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .testimonials-slider .slick-slide {
    padding-right: 60px;
  }
  .consult-form-wrap {
    top: 50px;
    left: 70px;
  }
  .text-img-sect.inverted-color .img-wrap {
    width: 25%;
  }
  .team-members {
    padding-left: 15%;
  }
  .team-item .team-item-contacts {
    gap: 0;
    font-size: 1.4rem;
  }
  .school-info-sect {
    padding: 10rem 0;
  }
  .school-info-sect .content-container, .school-info-sect .content-container-smaller {
    gap: 2.5rem;
  }
  .school-info-sect .school-info-img {
    width: 30%;
  }
  .school-info-sect .school-info-img .school-price {
    font-size: 2.5rem;
  }
  .school-info-sect .school-info-title {
    font-size: var(--font-title-medium, 5rem);
    font-size: 4rem;
  }
  .school-location-sect .content-container, .school-location-sect .content-container-smaller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consultation-section .content-container, .consultation-section .content-container-smaller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
  .consultation-section .consultation-section-form {
    padding-top: 7.5rem;
    margin-left: 0;
  }
  .sect-steps.light-bg, .light-bg.sect-slider-steps, .light-bg.sect-txt-line {
    padding: 50px 0;
  }
  .steps-lst,
  .steps-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .step-itm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step-itm-image {
    margin-bottom: 30px;
  }
  .step-itm-image img {
    height: 175px;
  }
  .txt-box-line {
    margin-left: -15px;
    margin-right: -15px;
  }
  .txt-box-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1460px) {
  .sect-steps .content-container-smaller, .sect-slider-steps .content-container-smaller, .sect-txt-line .content-container-smaller {
    max-width: none;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .sect-slider-steps .content-container, .sect-slider-steps .content-container-smaller {
    padding-left: -webkit-calc(9vw + 20px);
    padding-left: -moz-calc(9vw + 20px);
    padding-left: calc(9vw + 20px);
  }
}

@media only screen and (max-width: 1440px) {
  .info-tab-sect {
    padding: 10rem 0;
  }
  .person-contact-card {
    padding: 12rem 0;
  }
  .contact-card-wrap {
    width: 65%;
  }
  .info-slider-with-price .slide-content .slide-info {
    margin-top: 7px;
  }
  .info-slider-with-price .slide-price {
    margin-top: 7px;
  }
  .text-section.without-txt-box {
    padding: 15rem 5vw;
  }
  .text-form-sect {
    padding: 150px 0 80px;
  }
  .text-form-sect .content-container, .text-form-sect .content-container-smaller {
    gap: 3rem;
  }
  .text-form-sect .text-wrap {
    padding-left: 0;
  }
  .program-accordion-block {
    padding: 100px 0;
  }
  .multimedia-text-wrap {
    padding: 100px 0;
  }
  .multimedia-text-wrap.light-bg {
    margin: 60px 0;
    padding: 40px 0;
  }
  .multimedia-text .txt-box, .multimedia-text .txt-box-line {
    padding: 0;
  }
  .column-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .top-title-wrap {
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slider-with-add-info .slick-slide:first-child {
    min-width: 340px;
  }
  .slider-with-add-info .slick-list {
    padding: 0 12% 0 0 !important;
  }
  .info-slider-with-price .slider-with-add-info .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .map-sect-content .map-sect-map {
    width: 65%;
    margin-top: 50px;
    margin-left: auto;
  }
  .brochure-wrap .section-title {
    font-size: 2.4rem;
  }
  .brochure {
    padding-left: 140px;
  }
  .brochure .brochure-image {
    max-width: 4000px;
  }
  .text-img-sect .content-container, .text-img-sect .content-container-smaller {
    gap: 30px;
  }
  .text-img-sect .section-title:not(
  h3):not(
  .h3-title) {
    font-size: 6rem;
  }
  .text-img-sect.inverted-color .text-wrap {
    padding-left: 3rem;
  }
  .text-img-sect.inverted-color .img-wrap {
    width: 35%;
  }
  .testimonials-slider {
    margin-top: 80px;
  }
  .testimonials-slider .slick-slide {
    padding-right: 50px;
  }
  .testimonials-slider .testimonials-text-wrap {
    margin-top: 75px;
    width: 65%;
  }
  .testimonials-slider .testimonials-photo {
    margin-left: -10%;
    width: 45%;
  }
  .testimonials .content-container, .testimonials .content-container-smaller {
    padding-top: 50px;
  }
  .instagram-slider-wrap .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .exchange-reasons {
    padding: 120px 0;
  }
  .exchange-reasons .content-container, .exchange-reasons .content-container-smaller {
    padding-left: 30px;
    padding-right: 30px;
  }
  .exchange-reasons .accordion-wrapper {
    padding-left: 2rem;
    width: -webkit-calc(60% - 1rem);
    width: -moz-calc(60% - 1rem);
    width: calc(60% - 1rem);
  }
  .exchange-descr-wrapper {
    width: 40%;
  }
  .exchange-descr-wrapper .bg-number {
    -webkit-transform: translate(-50%, -20%);
       -moz-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
         -o-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  .event-accordion .accordion-wrapper {
    width: 85%;
  }
  .event-accordion .accordion-item {
    --padding-left: 16rem;
  }
  .picture-gallery .picture-gallery-slider .slick-slide {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .slider-with-add-info:not(.equal-width) .slick-slide:first-child {
    width: 440px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .slider-with-add-info:not(.equal-width) .slick-slide:first-child {
    width: 340px !important;
  }
}

@media only screen and (max-width: 1439px) {
  .school-filters-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school-detail-top .school-detail-img {
    width: 60%;
  }
}

@media only screen and (max-width: 1300px) {
  :root {
    --font-title-big: 7rem;
    --font-title-medium-big: 4rem;
    --font-title-medium: 4rem;
    --font-title-medium-small: 3rem;
  }
  .curriculum-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .school-detail-top .school-detail-title {
    letter-spacing: -1px;
  }
  .school-detail-top .school-detail-title.fixed, .school-detail-top .school-detail-title.fixed-start {
    top: 75px;
  }
  .map-sect-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-sect-content .map-sect-text {
    width: 100%;
  }
  .map-sect-content .map-sect-map {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .map-sect-content .desktop .ie-logo-wrap {
    width: 100%;
  }
  .map-sect-content .desktop .country-marker {
    font-size: 1.1rem;
  }
  .map-sect-content .country-marker.schottland {
    left: 39%;
  }
  .map-sect-content .country-marker.spanien {
    left: 41%;
  }
  .map-sect-content .country-marker.neuseeland {
    left: 92%;
  }
  .team-members {
    padding-left: 0;
  }
  .school-info-sect {
    padding-bottom: 8rem;
  }
  .school-info-sect .school-info-title {
    font-size: var(--font-title-medium, 5rem);
  }
}

@media only screen and (max-width: 1199px) {
  .tabs-wrap {
    width: 100%;
  }
  .info-tab-content .info-tab-text {
    gap: 10px;
  }
  .info-tab-content .info-tab-img {
    display: none;
  }
  .info-tab-content .info-tab-features-list {
    padding: 2.5rem 2rem;
  }
  .person-contact-card {
    padding: 8rem 0;
  }
  .contact-card-wrap {
    width: 80%;
  }
  .curriculum-wrap {
    grid-auto-rows: auto;
  }
  .custom-select, .select-multiple-title,
  .filter-dual-range-group {
    font-size: 1.6rem;
  }
  .filter-dual-range-group {
    padding: 5px 2em 6px 1em;
    min-height: 40px;
  }
  .filter-dual-range-wrap {
    width: 40rem;
  }
  .filter-dual-range-wrap input[type='range'] {
    height: 8px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .filter-dual-range-wrap input[type='range']::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
  }
  .filter-dual-range-wrap input[type='range']::-moz-range-thumb {
    width: 12px;
    height: 12px;
  }
  .text-form-sect .content-container, .text-form-sect .content-container-smaller {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .text-form-sect .form-wrap {
    width: 100%;
  }
  .program-accordion-block {
    padding: 80px 0;
  }
  .program-accordion-block.without-image .program-accordion-image {
    display: none;
  }
  .multimedia-text-wrap {
    padding: 80px 0;
  }
  .multimedia-text-wrap.without-text .multimedia-wrap {
    width: 100%;
  }
  .multimedia-text-wrap.light-bg {
    margin: 50px 0;
    padding: 30px 0;
  }
  .multimedia-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .multimedia-wrap {
    width: 100%;
  }
  .multimedia-wrap:only-child {
    width: 100%;
  }
  .info-section, .info-section + .btn-back-wrap {
    padding: 150px 15px;
  }
  .info-section .txt-box, .info-section + .btn-back-wrap .txt-box, .info-section .txt-box-line, .info-section + .btn-back-wrap .txt-box-line {
    padding: 45px 5vw 25px 10vw;
  }
  .program-item, .district-item, .news-item {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
  .brochure-wrap .text-block,
  .brochure-wrap .contact-form {
    width: 350px;
  }
  .brochure-wrap .section-title {
    font-size: var(--font-title-small, 2rem);
  }
  .brochure-wrap .section-title br {
    display: none;
  }
  .brochure {
    padding-left: 70px;
  }
  .brochure .brochure-image {
    max-width: 4000px;
  }
  .text-img-sect {
    padding: 60px 0;
  }
  .text-img-sect .content-container, .text-img-sect .content-container-smaller {
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .text-img-sect .img-wrap {
    width: 100%;
  }
  .text-img-sect .text-wrap {
    width: 100%;
  }
  .testimonials-slider {
    margin-top: 50px;
  }
  .testimonials-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .instagram-slider-wrap {
    margin-top: 50px;
  }
  .instagram-slider-wrap .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .instagram-slider-wrap .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .instagram-slider-wrap .slide-arrow.slick-prev {
    left: -30px;
  }
  .instagram-slider-wrap .slide-arrow.slick-next {
    right: -30px;
  }
  .consult-form .bg-image {
    min-height: 750px;
  }
  .consult-form-wrap {
    top: 30px;
    left: 50px;
  }
  .top-screen-title.fixed, .top-screen-title.fixed-start {
    top: 75px;
  }
  .inner-top-screen + .program-config-section {
    padding-top: 13rem;
  }
  .program-config-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program-config-form .section-title-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .program-config-form .content-block.text-block {
    width: 100%;
  }
  .program-config-descr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .config-selects-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .config-checkboxes-block {
    width: 100%;
    min-width: auto;
  }
  .config-checkboxes-block .section-title-wrap {
    margin: 0;
  }
  .program-config-inputs .config-contacts-wrap {
    width: 100%;
    margin-top: 10px;
  }
  .description-text-wrap .description-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 6rem;
  }
  .description-text-wrap .description-subtitle {
    width: 100%;
  }
  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-slider .slide-title {
    max-width: 100%;
  }
  .event-accordion + .event-accordion {
    margin-top: 5rem;
  }
  .event-accordion .accordion-item {
    --padding-left: 13rem;
  }
  .event-accordion .accordion-title .news-date {
    left: 15px;
    padding: 0.25em 0.7em;
    font-size: 1.4rem;
  }
  .map-sect-content .country-marker.schottland {
    left: 38%;
  }
  .map-sect-content .country-marker.chile {
    left: 26%;
  }
  .map-sect-content .country-marker.argentinien {
    left: 25%;
  }
  .txt-box.quote-text, .quote-text.txt-box-line {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .txt-box.quote-text.quote-with-bg, .quote-text.quote-with-bg.txt-box-line {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-text-bg img {
    height: 250px !important;
  }
  .expand-english-lst {
    display: block;
  }
  .expand-english-itm {
    width: 100%;
  }
  .toggle-card-itm {
    width: 100%;
  }
  .toggle-card-icon {
    height: 150px;
  }
  .info-section + .btn-back-wrap, .info-section + .btn-back-wrap + .btn-back-wrap {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --font-title-medium-big: 3.4rem;
    --font-title-medium: 3.4rem;
    --font-title-medium-small: 2.6rem;
  }
  .info-tab-sect {
    padding: 8rem 0;
  }
  .text-img-sect.inverted-color .text-wrap {
    padding: 3rem;
    width: 100%;
  }
  .text-img-sect.inverted-color .img-wrap {
    display: none;
  }
  .contact-card-wrap {
    width: 100%;
  }
  .curriculum-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
  .school-detail-top .content-container, .school-detail-top .content-container-smaller {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .school-detail-top .school-detail-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
  }
  .school-detail-top .school-detail-img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .school-detail-top .school-detail-title {
    position: fixed;
    margin: 0;
    top: 75px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 900;
  }
  .result-item {
    width: 100%;
  }
  .top-title-wrap .bubble-erlebnis {
    -webkit-transform: translate(50%, -25%);
       -moz-transform: translate(50%, -25%);
        -ms-transform: translate(50%, -25%);
         -o-transform: translate(50%, -25%);
            transform: translate(50%, -25%);
  }
  .program-accordion-block {
    padding: 80px 0;
  }
  .program-accordion-block .content-container, .program-accordion-block .content-container-smaller {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
  .program-accordion-block .program-accordion-image {
    width: 100%;
  }
  .our-programs-sect,
  .prov-districts-sect {
    padding: 70px 0;
  }
  .our-programs, .prov-districts, .news-list {
    gap: 10px;
  }
  .program-item, .district-item, .news-item {
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .main-menu .login-link,
  .main-menu .head-form-wrap {
    display: none;
  }
  .section-title-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .layout .content-block.text-block {
    width: 100%;
  }
  .slider-with-add-info .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .info-slider-with-price .slider-with-add-info .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .brochure-wrap {
    padding-bottom: 0;
  }
  .brochure-wrap .text-block,
  .brochure-wrap .contact-form {
    width: 100%;
  }
  .brochure-wrap .brochure-form-wrap {
    position: relative;
    top: -75px;
  }
  .instagram-sect .content-container, .instagram-sect .content-container-smaller {
    padding-left: 0;
    padding-right: 0;
  }
  .instagram-content {
    padding: 30px 50px 40px;
  }
  .instagram-content .bubble-instagram {
    -webkit-transform: translate(30%, 90%);
       -moz-transform: translate(30%, 90%);
        -ms-transform: translate(30%, 90%);
         -o-transform: translate(30%, 90%);
            transform: translate(30%, 90%);
  }
  .exchange-reasons {
    padding: 100px 0;
  }
  .exchange-reasons .content-container, .exchange-reasons .content-container-smaller {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5rem;
  }
  .exchange-reasons .accordion-wrapper {
    padding-left: 0;
    padding-top: 2rem;
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--color-main, #082f48);
  }
  .exchange-descr-wrapper {
    width: 100%;
  }
  .exchange-descr-wrapper .bg-number {
    left: 0;
    font-size: 300px;
    -webkit-transform: translate(50%, -20%);
       -moz-transform: translate(50%, -20%);
        -ms-transform: translate(50%, -20%);
         -o-transform: translate(50%, -20%);
            transform: translate(50%, -20%);
  }
  .accordion-wrapper {
    gap: 2rem;
  }
  .accordion-title {
    font-size: 2.8rem;
  }
  .accordion-body {
    width: 100%;
  }
  .event-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-accordion .accordion-wrapper {
    width: 100%;
  }
  .event-accordion + .event-accordion {
    margin-top: 3rem;
  }
  .school-info-sect .content-container, .school-info-sect .content-container-smaller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .school-info-sect .school-info-img {
    width: 100%;
  }
  .school-info-sect .school-info-img .school-price {
    font-size: 2.2rem;
  }
  .consultation-section .content-container, .consultation-section .content-container-smaller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .consultation-section .consultation-section-form {
    width: 100%;
    padding-top: 0;
  }
  .map-sect-content .country-marker.schottland {
    left: 36%;
  }
  .map-sect-content .country-marker.spanien {
    left: 40%;
  }
  .map-sect-content .country-marker.neuseeland {
    left: 90%;
  }
  .map-sect-content .country-marker.chile {
    left: 25%;
  }
  .map-sect-content .country-marker.argentinien {
    left: 24%;
  }
  .inner-top-screen.top-screen-with-anchors .top-title-wrap {
    display: block;
    padding-bottom: 15px;
  }
  .inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(1) {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(2) {
    width: 100%;
  }
  .top-screen-anchors {
    margin-left: -5px;
  }
  .top-anchor-itm .anchor-link-icon {
    margin-bottom: 1.5vw;
  }
  .top-anchor-itm .top-anchor-link {
    font-size: 1.5vw;
  }
  .sub-menu-wrap .head-form-wrap input:not([type='submit']) {
    width: 100% !important;
    border-bottom: 1px solid var(--color-white, #fff) !important;
  }
  .sect-news-list {
    padding: 100px 0 50px;
  }
  .sect-news-list .content-container, .sect-news-list .content-container-smaller,
  .sect-news-list .content-container-smaller {
    gap: 2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sect-news-list .news-list-aside {
    width: 100%;
  }
  .sect-news-list .pagination-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-list-aside-links ul {
    max-width: -webkit-calc(50% - 5px);
    max-width: -moz-calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --font-default: 1.6rem;
    --font-title-big: 6rem;
  }
  .tabs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 0;
    background-color: unset;
  }
  .tab-btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 1rem;
  }
  .tab-btn {
    background-color: rgba(8, 47, 72, 0.9);
    color: var(--color-text-light, #fff);
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    min-width: 0;
  }
  .tab-btn::after {
    content: '';
    width: 1em;
    height: 1em;
    background: url("../image/arrow-r-thin.svg") center/contain no-repeat;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tab-btn:hover, .tab-btn.active {
    color: var(--color-text-light, #fff);
  }
  .tab-btn:hover::after, .tab-btn.active::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .tab-content {
    padding: 20px;
    background-color: rgba(8, 47, 72, 0.9);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .tab-content .plus-icon {
    display: block;
    margin-bottom: 5px;
  }
  .info-tab-sect {
    padding: 6rem 0;
  }
  .contact-card-wrap {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .contact-card-wrap .contact-card-text {
    padding-bottom: 2rem;
    width: 60%;
  }
  .contact-card-wrap .contact-card-text ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .contact-card-wrap .contact-card-text .contact-card-title {
    margin-right: -50%;
  }
  .contact-card-wrap .contact-card-img {
    width: 50%;
    margin-left: -10%;
  }
  .curriculum-sect {
    padding: 40px 0;
  }
  .school-detail-top {
    padding-bottom: 40px;
  }
  .school-detail-top .content-container, .school-detail-top .content-container-smaller {
    gap: 10px;
  }
  .school-detail-top .price-wrapper {
    font-size: 2rem;
  }
  .filter-dual-range-group {
    width: 100%;
  }
  .filter-dual-range-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-form-sect .form-input-wrapper .form-title {
    font-size: var(--font-title-small, 2rem);
  }
  .program-accordion-block {
    padding: 60px 0;
  }
  .program-accordion .accordion-title {
    padding: 1rem 1.2rem;
  }
  .program-accordion .txt-box, .program-accordion .txt-box-line {
    padding: 1rem 1.2rem;
  }
  .multimedia-text-wrap {
    padding: 50px 0;
  }
  .multimedia-text-wrap.light-bg {
    margin: 20px 0;
  }
  .multimedia-wrap .multimedia-subtitle {
    font-size: 1.4em;
    line-height: 1.3;
    font-family: 'Inter-Regular', sans-serif;
  }
  .slider-item img,
  .slider-item [class$='-overlay'],
  .program-item img,
  .district-item img,
  .news-item img,
  .program-item [class$='-overlay'],
  .district-item [class$='-overlay'],
  .news-item [class$='-overlay'],
  .district-item img,
  .news-item img,
  .district-item [class$='-overlay'],
  .news-item [class$='-overlay'] {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .our-programs-sect,
  .prov-districts-sect {
    padding: 50px 0;
  }
  .program-item, .district-item, .news-item {
    width: 100%;
  }
  .info-section, .info-section + .btn-back-wrap {
    padding: 150px 0 50px;
  }
  .info-section .section-title, .info-section + .btn-back-wrap .section-title {
    font-size: var(--font-title-medium, 5rem);
  }
  .info-section .txt-box, .info-section + .btn-back-wrap .txt-box, .info-section .txt-box-line, .info-section + .btn-back-wrap .txt-box-line {
    padding: 25px 0 25px;
  }
  .slider-with-add-info .slick-slide:first-child {
    min-width: 0;
  }
  .slider-with-add-info .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .map-sect-content .desktop .country-marker.schottland {
    top: 34%;
    left: 34%;
  }
  .map-sect-content .desktop .country-marker.england {
    top: 26%;
    left: 46%;
  }
  .map-sect-content .desktop .country-marker.frankreich {
    top: 34%;
    left: 50%;
  }
  .map-sect-content .desktop .country-marker.frankreich::before {
    -webkit-transform: translate(-370%, -10%);
       -moz-transform: translate(-370%, -10%);
        -ms-transform: translate(-370%, -10%);
         -o-transform: translate(-370%, -10%);
            transform: translate(-370%, -10%);
  }
  .text-img-sect {
    padding: 50px 0;
  }
  .text-img-sect .section-title:not(
  h3):not(
  .h3-title) {
    font-size: 5rem;
  }
  .text-img-sect.inverted-color .text-wrap {
    padding: 2rem;
  }
  .testimonials-slider {
    --font-default-big: 1.8rem;
    --font-default-small: 1.4rem;
    margin-top: 30px;
  }
  .testimonials-slider .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .testimonials-slider .slick-slide {
    padding-right: 30px;
  }
  .testimonials-slider .testimonials-text-wrap {
    padding: 15px;
    margin-top: 50px;
    width: 65%;
  }
  .testimonials .content-container, .testimonials .content-container-smaller {
    padding-top: 30px;
  }
  .with-slider-arrows .slider-nav {
    width: 45px;
  }
  .sect-with-slider {
    padding: 40px 0;
  }
  .consult-form .content-container, .consult-form .content-container-smaller {
    padding-left: 0;
    padding-right: 0;
  }
  .consult-form-wrap {
    top: 20px;
    left: 20px;
  }
  .exchange-reasons .content-container, .exchange-reasons .content-container-smaller {
    gap: 4rem;
  }
  .description-text-wrap {
    padding: 50px 0;
  }
  .description-text-wrap .description-subtitle {
    font-size: 1.4em;
  }
  .team-item .team-item-contacts {
    font-size: 1.2rem;
  }
  .title-block .title {
    width: 100%;
  }
  .news-slider .slider-with-add-info .slick-list {
    padding: 0 30px 0 0 !important;
  }
  .title-block {
    padding: 15rem 0 8rem;
  }
  .event-accordion .accordion-item {
    --padding-left: 11rem;
  }
  .event-accordion .accordion-title {
    text-transform: none;
    padding: 1rem 1.5rem 7px var(--padding-left);
  }
  .event-accordion .accordion-title .news-date {
    top: 10px;
    left: 15px;
    font-size: 1.2rem;
  }
  .event-accordion .accordion-body {
    font-size: 1.4rem;
  }
  .event-accordion .txt-box, .event-accordion .txt-box-line {
    padding: 7px 1.5rem 1rem var(--padding-left);
  }
  .picture-gallery .picture-gallery-slider .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .picture-gallery .picture-gallery-slider .slick-slide {
    padding-right: 10px;
  }
  .school-location-sect .school-map-wrap #school-map,
  .school-location-sect .school-map-wrap iframe {
    aspect-ratio: 4 / 5;
  }
  .image-fluid-box {
    margin: 50px auto;
  }
  .steps-carousel-wrap + .steps-carousel-wrap {
    margin-top: 75px;
  }
  .news-list-aside-links ul {
    max-width: none;
  }
  .info-section + .btn-back-wrap, .info-section + .btn-back-wrap + .btn-back-wrap {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-top {
    padding: 12px;
  }
  .btn-top span {
    display: none;
  }
  .btn-top i {
    margin-left: 0;
  }
  .filter-form .filter-select-group {
    width: 100%;
    max-width: 100%;
  }
  .map-sect-map.desktop,
  .all-countries.desktop {
    display: none;
  }
  .section-title-wrap {
    width: 100%;
  }
  .brochure-wrap .section-title-wrap {
    width: 100%;
  }
  .brochure {
    padding-left: 0;
  }
  .brochure .brochure-image {
    max-width: 3500px;
  }
  .instagram-slider-wrap {
    margin-top: 40px;
  }
  .instagram-slider-wrap .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .config-checkboxes-block {
    padding: 1rem 1rem 1.5rem;
  }
  .team-members {
    grid-template-columns: 1fr;
  }
  .map-sect-content .map-sect-text.mobile {
    margin-top: 25px;
  }
  .map-sect-content .mobile .country-marker.kanada {
    top: 25%;
    left: 35%;
  }
  .map-sect-content .mobile .country-marker.usa {
    top: 38%;
    left: 40%;
  }
  .map-sect-content .mobile .country-marker.costa-rica {
    top: 55%;
    left: 53%;
  }
  .map-sect-content .mobile .country-marker.costa-rica::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-120%, -50%);
       -moz-transform: translate(-120%, -50%);
        -ms-transform: translate(-120%, -50%);
         -o-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  .map-sect-content .mobile .country-marker.chile {
    top: 83%;
    left: 64%;
  }
  .map-sect-content .mobile .country-marker.argentinien {
    top: 88%;
    left: 68%;
  }
  .map-sect-content .mobile .country-marker.schottland {
    top: 30%;
    left: -2%;
  }
  .map-sect-content .mobile .country-marker.schottland::before {
    -webkit-transform: translate(50%, -110%);
       -moz-transform: translate(50%, -110%);
        -ms-transform: translate(50%, -110%);
         -o-transform: translate(50%, -110%);
            transform: translate(50%, -110%);
  }
  .map-sect-content .mobile .country-marker.england {
    top: 24%;
    left: 9%;
  }
  .map-sect-content .mobile .country-marker.england::before {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-150%, 110%);
       -moz-transform: translate(-150%, 110%);
        -ms-transform: translate(-150%, 110%);
         -o-transform: translate(-150%, 110%);
            transform: translate(-150%, 110%);
  }
  .map-sect-content .mobile .country-marker.frankreich {
    top: 32%;
    left: 14%;
  }
  .map-sect-content .mobile .country-marker.frankreich::before {
    -webkit-transform: translate(-370%, -10%);
       -moz-transform: translate(-370%, -10%);
        -ms-transform: translate(-370%, -10%);
         -o-transform: translate(-370%, -10%);
            transform: translate(-370%, -10%);
  }
  .map-sect-content .mobile .country-marker.italien {
    top: 40%;
    left: 16%;
  }
  .map-sect-content .mobile .country-marker.spanien {
    top: 42%;
    left: 0%;
  }
  .map-sect-content .mobile .country-marker.spanien::before {
    -webkit-transform: translate(20%, -110%);
       -moz-transform: translate(20%, -110%);
        -ms-transform: translate(20%, -110%);
         -o-transform: translate(20%, -110%);
            transform: translate(20%, -110%);
  }
  .map-sect-content .mobile .country-marker.sudafrika {
    top: 87%;
    left: 15%;
  }
  .map-sect-content .mobile .country-marker.neuseeland {
    top: 95%;
    left: 87%;
  }
  .map-sect-content .mobile .country-marker.australien {
    top: 85%;
    left: 70%;
  }
  .content-container-smaller .txt-box + .txt-box, .content-container-smaller .txt-box-line + .txt-box, .content-container-smaller .txt-box + .txt-box-line, .content-container-smaller .txt-box-line + .txt-box-line {
    margin-top: 25px !important;
  }
  .txt-box-line {
    display: block;
  }
  .txt-box-cell.cell-image {
    width: 100%;
  }
  .txt-box-cell:last-child {
    margin-top: 25px;
  }
  .txt-box-line + .expand-english-set {
    margin-top: 30px;
    padding-top: 30px;
  }
  .expand-english-itm-icon {
    height: 80px;
  }
  .expand-english-itm-text {
    font-size: 18px;
  }
  .multimedia-text .text-wrap.has-accordion .accordion-title {
    min-height: 0;
  }
  .toggle-cards-set {
    margin-left: -8px;
    margin-right: -8px;
  }
  .toggle-card-itm {
    margin-bottom: 20px;
  }
  .toggle-card {
    padding: 15px;
  }
  .toggle-card .accordion-title span {
    padding-right: 5px;
  }
  .toggle-card-icon {
    height: 100px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --font-default: 1.4rem;
    --font-default-small: 1.4rem;
    --font-default-big: 1.6rem;
    --font-title-big: 5rem;
    --font-title-medium-big: 3rem;
    --font-title-medium: 3rem;
    --font-title-medium-small: 2.2rem;
    --font-title-small: 1.8rem;
  }
  .tab-content {
    padding: 15px;
  }
  .tab-btn-wrap {
    gap: 7px;
  }
  .tab-btn {
    font-size: 1.2rem;
    padding: 0.7em;
  }
  .info-tab-content .info-tab-features-list {
    grid-template-columns: 1fr;
    gap: 1.5em 1em;
    padding: 1.5rem;
  }
  .curriculum-wrap {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
  .curriculum-item .curriculum-item-list {
    margin-left: 0;
  }
  .school-detail-top .school-detail-img {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .school-detail-top .school-detail-title {
    padding: 0.5em 1em;
    top: 65px;
  }
  .school-detail-top .school-detail-title.fixed, .school-detail-top .school-detail-title.fixed-start {
    padding: 0.5em 1em;
    top: 65px;
  }
  .custom-select, .select-multiple-title,
  .filter-dual-range-group {
    font-size: 1.4rem;
  }
  .filter-dual-range-group {
    min-height: 40px;
  }
  .filter-dual-range-wrap .current-value {
    font-size: 1.1rem;
  }
  .top-title-wrap .top-subtitle {
    width: 100%;
  }
  .text-section {
    padding: 3rem 0 5rem;
  }
  .text-section.without-txt-box {
    padding: 12rem 0 10rem;
  }
  .text-form-sect {
    padding: 130px 0 60px;
  }
  .bubble {
    display: none;
  }
  .txt-box, .txt-box-line {
    font-size: 1.6rem;
  }
  .inner-top-screen.with-banner .page-title-wrap:not(.fixed):not(.fixed-start) {
    font-size: 1.6rem;
  }
  .top-screen-banner .price-wrapper {
    font-size: 2rem;
  }
  .accordion-title {
    font-size: 2.4rem;
  }
  .exchange-reasons {
    padding: 60px 0;
  }
  .exchange-reasons .content-container, .exchange-reasons .content-container-smaller {
    gap: 3rem;
  }
  .exchange-descr-wrapper .bg-number {
    -webkit-transform: translate(30%, -20%);
       -moz-transform: translate(30%, -20%);
        -ms-transform: translate(30%, -20%);
         -o-transform: translate(30%, -20%);
            transform: translate(30%, -20%);
  }
  h1, .h1-title,
  h2,
  .h2-title {
    line-height: 1.25;
  }
  .content-container, .content-container-smaller {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-container.no-right-padding .section-title-wrap, .no-right-padding.content-container-smaller .section-title-wrap,
  .content-container.no-right-padding .contact-form,
  .no-right-padding.content-container-smaller .contact-form,
  .content-container.no-right-padding .text-block:not(.slider-item),
  .no-right-padding.content-container-smaller .text-block:not(.slider-item) {
    max-width: -webkit-calc(100% - 15px);
    max-width: -moz-calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
  .top-title-wrap {
    top: 45vh;
    padding: 0 15px;
  }
  .foot-form-wrap,
  .content-block.text-block {
    width: 100%;
  }
  .foot-social-wrapper,
  .foot-nav-wrap {
    margin: 10px 0;
  }
  .footer .shrink-font:not(.btn-top),
  .footer .social-link {
    margin: 5px 0;
  }
  .content-block:not(.social-link):not(.btn-top):not(.timezone-block):not(.page-title-wrap) {
    padding: 10px 15px 9px;
  }
  .content-block:not(.social-link):not(.btn-top):not(.timezone-block):not(.page-title-wrap).nav-link-block {
    padding: 0;
  }
  .content-block:not(.social-link):not(.btn-top):not(.timezone-block):not(.page-title-wrap).nav-link-block a {
    padding: 10px 15px 9px;
  }
  .timezone-dropdown-head {
    padding: 9px 5px;
  }
  .timezone-dropdown-list {
    padding: 9px 5px;
  }
  .header .logo-wrap {
    padding: 6px 15px 7px !important;
  }
  .header .logo-wrap .logo {
    width: 85px;
  }
  .head-cell {
    left: 15px;
  }
  .head-cell-timezone {
    left: auto;
    right: 15px;
  }
  .btn-top {
    top: auto;
    bottom: 50px;
    right: 20px;
    padding: 12px;
  }
  .timezone-dropdown-list {
    max-height: -webkit-calc(100vh - 200px);
    max-height: -moz-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }
  .sect-txt {
    padding: 50px 0 20px;
  }
  .info-slider-with-price .slider-with-add-info .slick-list {
    padding: 0 3% 0 0 !important;
  }
  .slider-with-add-info .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .slider-with-add-info .slide-info {
    margin-top: 5px;
  }
  .slider-with-add-info .slide-content {
    padding: 7px;
  }
  .slider-with-add-info .slide-content .slide-info {
    margin-top: 7px;
  }
  .slider-with-add-info .slide-price {
    margin-top: 7px;
  }
  .map-sect-content .mobile .country-marker {
    font-size: 1rem;
  }
  .map-sect-content .mobile .country-marker:hover::before {
    background-color: #f07306;
  }
  .map-sect-content .mobile .country-marker.kanada {
    left: 35%;
  }
  .map-sect-content .mobile .country-marker.usa {
    left: 45%;
  }
  .map-sect-content .mobile .country-marker.costa-rica {
    left: 53%;
  }
  .map-sect-content .mobile .country-marker.chile {
    left: 65%;
  }
  .map-sect-content .mobile .country-marker.argentinien {
    left: 67%;
  }
  .map-sect-content .mobile .country-marker.schottland {
    top: 30%;
    left: 0%;
  }
  .map-sect-content .mobile .country-marker.schottland::before {
    -webkit-transform: translate(-100%, -110%);
       -moz-transform: translate(-100%, -110%);
        -ms-transform: translate(-100%, -110%);
         -o-transform: translate(-100%, -110%);
            transform: translate(-100%, -110%);
  }
  .map-sect-content .mobile .country-marker.england {
    top: 23%;
    left: 8%;
  }
  .map-sect-content .mobile .country-marker.frankreich {
    top: 33%;
    left: 17%;
  }
  .map-sect-content .mobile .country-marker.frankreich::before {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-370%, 10%);
       -moz-transform: translate(-370%, 10%);
        -ms-transform: translate(-370%, 10%);
         -o-transform: translate(-370%, 10%);
            transform: translate(-370%, 10%);
  }
  .map-sect-content .mobile .country-marker.italien {
    top: 38%;
    left: 23%;
  }
  .map-sect-content .mobile .country-marker.italien::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-120%, -50%);
       -moz-transform: translate(-120%, -50%);
        -ms-transform: translate(-120%, -50%);
         -o-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  .map-sect-content .mobile .country-marker.spanien {
    top: 40%;
    left: 4%;
  }
  .map-sect-content .mobile .country-marker.spanien::before {
    -webkit-transform: translate(-80%, -110%);
       -moz-transform: translate(-80%, -110%);
        -ms-transform: translate(-80%, -110%);
         -o-transform: translate(-80%, -110%);
            transform: translate(-80%, -110%);
  }
  .map-sect-content .mobile .country-marker.sudafrika {
    top: 87%;
    left: 15%;
  }
  .map-sect-content .mobile .country-marker.neuseeland {
    left: 87%;
  }
  .map-sect-content .mobile .country-marker.australien {
    top: 85%;
    left: 70%;
  }
  .contact-form .form-input-wrapper {
    padding: 25px;
  }
  .brochure-wrap .brochure-form-wrap {
    top: -50px;
  }
  .text-img-sect {
    padding: 30px 0;
  }
  .text-img-sect .section-title:not(
  h3):not(
  .h3-title) {
    font-size: 4rem;
  }
  .text-img-sect .txt-box, .text-img-sect .txt-box-line {
    margin-top: 1em;
  }
  .text-img-sect.inverted-color .text-wrap {
    padding: 1.5rem;
  }
  .bubble {
    height: 1.1em;
  }
  .bubble-erlebnis {
    width: 1.9em;
    background-image: url(../image/erlebnis.svg);
  }
  .bubble-zukunft {
    width: 1.8em;
    background-image: url(../image/zukunft.svg);
  }
  .bubble-reisen {
    width: 1.7em;
    background-image: url(../image/reisen.svg);
  }
  .bubble-leben {
    width: 3em;
    background-image: url(../image/leben.svg);
  }
  .testimonials {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials .content-container, .testimonials .content-container-smaller {
    padding-top: 15px;
  }
  .testimonials-slider {
    --font-default-big: 1.4rem;
    --font-default-small: 1.2rem;
    margin-top: 15px;
  }
  .testimonials-slider .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .testimonials-slider .slick-slide {
    padding-right: 15px;
  }
  .testimonials-slider .testimonials-title {
    margin-top: 0.8em;
  }
  .testimonials-slider .testimonials-text-wrap {
    padding: 10px;
    margin-top: 20px;
    width: 65%;
  }
  .testimonials-slider .testimonials-photo {
    margin-left: -5%;
    width: 45%;
  }
  .instagram-content {
    padding: 30px 30px 40px;
  }
  .instagram-content .section-title {
    margin-left: -15px;
    margin-right: -15px;
  }
  .instagram-content .bubble-instagram {
    -webkit-transform: translate(50%, 90%);
       -moz-transform: translate(50%, 90%);
        -ms-transform: translate(50%, 90%);
         -o-transform: translate(50%, 90%);
            transform: translate(50%, 90%);
  }
  .instagram-slider-wrap .slick-slide {
    padding-left: 4px;
    padding-right: 4px;
  }
  .instagram-slider-wrap .slide-arrow {
    width: 20px;
    height: 20px;
  }
  .instagram-slider-wrap .slide-arrow.slick-prev {
    left: -23px;
  }
  .instagram-slider-wrap .slide-arrow.slick-next {
    right: -23px;
  }
  .consult-form .bg-image {
    min-height: 650px;
  }
  .consult-form-wrap {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
  .page-title-wrap {
    padding: 10px 20px 9px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    font-size: 2.4rem;
  }
  .page-title-wrap.fixed, .page-title-wrap.fixed-start {
    padding: 10px 20px 9px;
  }
  .top-screen-title.fixed, .top-screen-title.fixed-start {
    top: 65px;
  }
  .consult-link-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .program-config-descr .summary-bottom p {
    font-size: 8px;
    width: 60%;
    margin-top: 2em;
  }
  .inner-top-screen + .program-config-section {
    padding-top: 11rem;
  }
  .config-checkboxes-block .checkbox-descr .item-price {
    display: none;
  }
  .config-checkboxes-block.add-options .checkbox-item {
    gap: 10px;
  }
  .config-checkboxes-block.add-options .checkbox-item .selection {
    width: -webkit-calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width: calc(20% - 10px);
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    min-width: 60px;
  }
  .config-checkboxes-block.add-options .checkbox-item .designation {
    width: 50%;
  }
  .config-checkboxes-block.add-options .checkbox-item .price {
    width: -webkit-calc(30% - 10px);
    width: -moz-calc(30% - 10px);
    width: calc(30% - 10px);
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .description-text-wrap {
    padding: 50px 0 30px;
  }
  .event-accordion + .event-accordion {
    margin-top: 3rem;
  }
  .event-accordion .accordion-item {
    --padding-left: 8.5rem;
  }
  .event-accordion .accordion-title .news-date {
    left: 10px;
    font-size: 1rem;
  }
  .event-accordion .accordion-body {
    font-size: 1.2rem;
  }
  .school-info-sect {
    padding: 8rem 0 5rem;
  }
  .school-info-sect .school-info-img .school-price {
    font-size: 2rem;
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .consultation-section .content-container, .consultation-section .content-container-smaller {
    gap: 2rem;
  }
  .consultation-section .consultation-section-descr {
    padding-top: 7rem;
  }
  .consultation-section .consultation-section-form .accordion-body {
    padding-top: 0;
  }
  .consultation-section .checkbox-item,
  .consultation-section .radio-item {
    --padding-left: -webkit-calc(0.85em + 7px);
    --padding-left: -moz-calc(0.85em + 7px);
    --padding-left: calc(0.85em + 7px);
  }
  .consultation-section .radio-item label {
    gap: 7px;
  }
  .consultation-section .bg-image img {
    -o-object-position: 70% bottom;
       object-position: 70% bottom;
  }
  .sect-steps, .sect-slider-steps, .sect-txt-line {
    margin: 50px auto;
  }
  .sect-steps.light-bg, .light-bg.sect-slider-steps, .light-bg.sect-txt-line {
    padding: 30px 0;
  }
  .sect-steps .content-container-smaller, .sect-slider-steps .content-container-smaller, .sect-txt-line .content-container-smaller {
    padding-left: 15px;
    padding-right: 15px;
  }
  .step-itm {
    width: 100%;
  }
  .step-itm-image img {
    height: 125px;
  }
  .sect-slider-steps .content-container, .sect-slider-steps .content-container-smaller {
    padding-left: 15px;
  }
  .steps-carousel-wrap .carousel-title {
    padding-right: 80px;
  }
  .steps-carousel-wrap .slick-arrow {
    width: 35px;
    height: 35px;
    -webkit-background-size: 12px 12px;
       -moz-background-size: 12px;
         -o-background-size: 12px;
            background-size: 12px;
  }
  .steps-carousel-wrap .slick-arrow.slick-next {
    margin-left: 5px;
  }
  .inner-top-screen.top-screen-with-anchors .top-title-wrap {
    color: var(--color-main, #082f48);
  }
  .inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(1) {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .inner-top-screen.top-screen-with-anchors .top-title-cell:nth-child(2) {
    width: 100%;
  }
  .top-anchor-itm {
    width: 50%;
    min-width: 50%;
  }
  .top-anchor-itm .top-anchor-link {
    font-size: 3.5vw;
  }
  .text-img-sect.inverted-color .text-wrap.fluid-text {
    padding-right: 1.5rem;
  }
  .txt-toggle-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 470px) {
  :root {
    --font-title-big: 4.5rem;
    --font-title-medium-big: 2.6rem;
    --font-title-medium: 2.6rem;
  }
}

@media only screen and (max-width: 440px) {
  :root {
    --font-title-big: 3.4rem;
  }
  .info-slider-with-price .slide-content .slide-info {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .info-slider-with-price .slide-price {
    margin-top: 5px;
  }
  .info-slider-with-price .slide-price,
  .info-slider-with-price .btn,
  .info-slider-with-price .btn-back {
    font-size: 1.2rem;
  }
  .timezone-dropdown-head .cur-timezone {
    display: none;
  }
  .timezone-block .icon-wrap {
    margin-right: 0.2em;
  }
  .text-img-sect .section-title:not(
  h3):not(
  .h3-title) {
    font-size: 3.4rem;
  }
  .accordion-title {
    font-size: 2.2rem;
  }
  .map-sect-content .mobile .country-marker {
    font-size: 1rem;
  }
  .map-sect-content .mobile .country-marker.costa-rica {
    left: 55%;
  }
  .map-sect-content .mobile .country-marker.chile {
    left: 64%;
  }
  .map-sect-content .mobile .country-marker.argentinien {
    left: 63%;
  }
  .map-sect-content .mobile .country-marker.schottland {
    top: 31%;
    left: -1%;
  }
  .map-sect-content .mobile .country-marker.schottland::before {
    -webkit-transform: translate(-100%, -110%);
       -moz-transform: translate(-100%, -110%);
        -ms-transform: translate(-100%, -110%);
         -o-transform: translate(-100%, -110%);
            transform: translate(-100%, -110%);
  }
  .map-sect-content .mobile .country-marker.england {
    top: 18%;
    left: 7%;
  }
  .map-sect-content .mobile .country-marker.frankreich {
    top: 27%;
    left: 18%;
  }
  .map-sect-content .mobile .country-marker.italien {
    top: 37%;
    left: 22%;
  }
  .map-sect-content .mobile .country-marker.italien::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-120%, -50%);
       -moz-transform: translate(-120%, -50%);
        -ms-transform: translate(-120%, -50%);
         -o-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  .map-sect-content .mobile .country-marker.spanien {
    top: 43%;
    left: 2%;
  }
  .map-sect-content .mobile .country-marker.spanien::before {
    -webkit-transform: translate(-80%, -110%);
       -moz-transform: translate(-80%, -110%);
        -ms-transform: translate(-80%, -110%);
         -o-transform: translate(-80%, -110%);
            transform: translate(-80%, -110%);
  }
  .map-sect-content .mobile .country-marker.sudafrika {
    top: 85%;
    left: 12%;
  }
  .map-sect-content .mobile .country-marker.neuseeland {
    top: 97%;
    left: 83%;
  }
  .map-sect-content .mobile .country-marker.australien {
    top: 85%;
    left: 67%;
  }
}

@media only screen and (max-width: 374px) {
  :root {
    --font-title-big: 3.5rem;
    --font-default-small: 1.2rem;
  }
  .header .logo-wrap {
    padding: 5px 12px 5px !important;
  }
  .header .logo-wrap .logo {
    width: 85px;
  }
  .consult-link {
    font-size: 0.8em;
  }
  .event-accordion .accordion-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-height: 580px) {
  .footer {
    height: auto;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 351px) {
  /*  */
}

@media only screen and (min-width: 577px) {
  /*  */
}

@media only screen and (min-width: 768px) {
  .map-sect-map.mobile,
  .all-countries.mobile,
  .map-sect-text.mobile {
    display: none;
  }
  .txt-box-line.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-container:not(.content-container-smaller) .txt-box-line, .content-container-smaller:not(.content-container-smaller) .txt-box-line {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .sub-menu-wrap .login-link,
  .sub-menu-wrap .head-form-wrap {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonials-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (min-width: 1600px) {
  .txt-box-line .cell-image {
    padding-right: 0 !important;
  }
  .txt-box-line.reverse .cell-image {
    padding-right: 50px !important;
    padding-left: 0 !important;
  }
  .txt-box-line.padding-small {
    margin-left: -25px;
    margin-right: -25px;
  }
  .txt-box-line.padding-small .txt-box-cell {
    padding-left: 25px;
    padding-right: 25px;
  }
  .txt-box-line.padding-small.reverse .cell-image {
    padding-right: 25px !important;
  }
  .content-container:not(.content-container-smaller) .txt-box-line, .content-container-smaller:not(.content-container-smaller) .txt-box-line {
    margin-left: 25px;
    margin-right: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-container:not(.content-container-smaller) .txt-box-line .cell-text, .content-container-smaller:not(.content-container-smaller) .txt-box-line .cell-text {
    max-width: 91rem;
  }
  .content-container:not(.content-container-smaller) .txt-box-line.reverse, .content-container-smaller:not(.content-container-smaller) .txt-box-line.reverse {
    margin-right: 25px;
    margin-left: 200px;
  }
  .text-img-sect.inverted-color.has-bg-image .text-wrap {
    padding: 7rem 4rem 8rem;
  }
  .sect-expand-english .txt-box h3, .sect-expand-english .txt-box-line h3, .sect-expand-english .txt-box .h3-title, .sect-expand-english .txt-box-line .h3-title {
    font-size: 5rem;
  }
  .content-container-smaller .toggle-cards-set {
    margin-left: -200px;
    margin-right: -200px;
  }
  .toggle-card .accordion-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1800px) {
  .steps-carousel .step-itm {
    font-size: 22px;
  }
  .steps-carousel .step-itm-image img {
    height: 200px;
  }
  .inner-top-screen.top-screen-with-anchors .top-subtitle {
    font-size: 20px;
  }
  .news-item-title,
  .news-list-aside-links {
    font-size: 20px;
  }
}

@media screen and (orientation: portrait) {
  /*  */
}

@media screen and (orientation: landscape) {
  /*  */
}

@media print {
  body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .main-head,
  .main-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}

