/*Import basic scss*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.body-wrap {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
}

button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

button, a {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: none;
}

::selection {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.content-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-none {
  display: none !important;
}

h1 {
  font-weight: 800;
  color: #ffffff;
  font-size: 62px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 24px;
  }
}

.section-title {
  font-weight: 800;
  color: #000000;
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 34px;
  }
}


@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }
}

.text-mid {
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .text-mid {
    font-size: 28px;
  }
}

.text-small {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.7em;
}

.btn {
  padding: 11.5px 10px 11.5px 10px;
  width: 100%;
  border-radius: 50px;
  border: 4px solid #009BDE;
  color: #000000 !important;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 20px;
}
.btn.orange {
  border: 4px solid #EE731C;
}
.btn.orange:hover {
  background-color: #EE731C;
}
.btn.dark-blue {
  border-color: #008DFA;
}
.btn.dark-blue:hover {
  background-color: #008DFA;
}
.btn.red {
  border-color: #E22835;
}
.btn.red.active, .btn.red:hover {
  background-color: #E22835;
}
.btn.dark-red {
  border-color: #D20000;
}
.btn.dark-red.active, .btn.dark-red:hover {
  background-color: #D20000;
}
.btn.light-orange {
  border-color: #FFA93D;
}
.btn.light-orange.active, .btn.light-orange:hover {
  background-color: #FFA93D;
}
.btn:hover {
  background-color: #009BDE;
  color: #ffffff;
}
@media screen and (max-width: 1660px) {
  .btn {
    font-size: 18px;
  }
}

header {
  position: absolute;
  z-index: 546466;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 57px;
  padding-left: 63px;
  padding-right: 130px;
}
header .nav-menu {
  display: inline-block;
}
header .nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a {
  color: #009BDE;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a svg {
  fill: #009BDE;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.orange {
  color: #EE731C;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.orange svg {
  fill: #EE731C;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.red {
  color: #00506E;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.red svg {
  fill: #00506E;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.dark-red {
  color: #D20000;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.dark-red svg {
  fill: #D20000;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.light-red {
  color: #F5436A;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover > a.light-red svg {
  fill: #F5436A;
}
header .nav-menu ul .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .nav-menu ul .menu-item.menu-item-has-children > a {
  border-radius: 35px 35px 0 0;
  display: flex;
}
header .nav-menu ul .menu-item a {
  border-radius: 35px;
}
header .nav-menu ul .menu-item a svg {
  padding-left: 10px;
  fill: #fff;
}
header .nav-menu ul .menu-item a.bordered {
  color: #009BDE;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item a:hover {
  color: #009BDE;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item a.orange.bordered {
  color: #EE731C;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item a.orange:hover {
  color: #EE731C;
  background-color: #ffffff;
}
header .nav-menu ul .menu-item a.red.bordered {
  background-color: #D20000;
  color: #fff;
}
header .nav-menu ul .menu-item a.red.bordered:hover {
  color: #fff;
}
header .nav-menu ul .menu-item a.red:hover {
  color: #00506E;
}
header .nav-menu ul .menu-item a.dark-red.bordered {
  background-color: #D20000;
  color: #fff;
}
header .nav-menu ul .menu-item a.dark-red.bordered:hover {
  color: #fff;
}
header .nav-menu ul .menu-item a.dark-red:hover {
  color: #D20000;
}
header .nav-menu ul .menu-item a.light-red.bordered {
  background-color: #F5436A;
  color: #fff;
}
header .nav-menu ul .menu-item a.light-red.bordered:hover {
  color: #fff;
}
header .nav-menu ul .menu-item a.light-red:hover {
  color: #F5436A;
}
header .nav-menu ul li {
  display: inline-block;
}
header .nav-menu ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 28px;
}
header .nav-menu ul .sub-menu {
  display: none;
  background: #fff;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 1025px) {
  header .nav-menu ul .sub-menu {
    border-radius: 0 0 25px 25px;
  }
}
header .nav-menu ul .sub-menu li {
  display: block;
}
@media only screen and (min-width: 1025px) {
  header .nav-menu ul .sub-menu li:last-of-type a {
    border-radius: 0 0 25px 25px;
  }
}
header .nav-menu ul .sub-menu li a {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  color: #009BDE;
  padding: 14px 28px 14px 38px;
}
header .nav-menu ul .sub-menu li a:hover {
  background: #009BDE;
  color: #fff;
}
header .nav-menu ul .sub-menu li a.orange {
  color: #EE731C;
}
header .nav-menu ul .sub-menu li a.orange:hover {
  background-color: #EE731C;
  color: #ffffff;
}
header .nav-menu ul .sub-menu li a.red {
  color: #00506E;
}
header .nav-menu ul .sub-menu li a.red:hover {
  background-color: #00506E;
  color: #fff;
}
header .nav-menu ul .sub-menu li a.dark-red {
  color: #D20000;
}
header .nav-menu ul .sub-menu li a.dark-red:hover {
  background-color: #D20000;
  color: #ffffff;
}
header .nav-menu ul .sub-menu li a.light-red {
  color: #F5436A;
}
header .nav-menu ul .sub-menu li a.light-red:hover {
  background-color: #F5436A;
  color: #fff;
}
header .right-logo {
  float: right;
}
header .right-logo .white {
  filter: brightness(0) invert(1);
}
header .nav-icon {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  height: 14px;
  width: 30px;
  display: none;
  -moz-transition: 0.5s transform;
  -o-transition: 0.5s transform;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
}
header .nav-icon div {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 4px;
  -moz-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  -o-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  -webkit-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
}
header .nav-icon div:nth-child(1) {
  top: 0%;
  transform: translateY(0%) rotate(0deg);
}
header .nav-icon div:nth-child(2) {
  top: calc(100% - 2px);
  transform: translateY(0%) rotate(0deg);
}
header .nav-icon.active {
  transform: translateX(144px);
}
header .nav-icon.active div {
  background-color: #009BDE;
  -moz-transition: 0.2s top 0s, 0.2s transform 0.2s;
  -o-transition: 0.2s top 0s, 0.2s transform 0.2s;
  -webkit-transition: 0.2s top 0s, 0.2s transform 0.2s;
  transition: 0.2s top 0s, 0.2s transform 0.2s;
}
header .nav-icon.active div:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .nav-icon.active div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1440px) {
  header {
    padding-top: 40px;
    padding-left: 44px;
    padding-right: 90px;
  }
  header .nav-menu ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
  }
  header .nav-icon {
    display: inline-block;
    margin-top: 18px;
  }
  header .nav-icon.dark-blue.active div {
    background-color: #008DFA;
  }
  header .nav-icon.orange.active div {
    background-color: #EE731C;
  }
  header .nav-menu {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 100vh;
    -moz-transition: 0.5s transform, 0.5s box-shadow;
    -o-transition: 0.5s transform, 0.5s box-shadow;
    -webkit-transition: 0.5s transform, 0.5s box-shadow;
    transition: 0.5s transform, 0.5s box-shadow;
    transform: translateX(-100%);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    padding-top: 58px;
  }
  header .nav-menu ul {
    display: block;
    width: 210px;
  }
  header .nav-menu ul li {
    display: block;
  }
  header .nav-menu ul li a {
    color: #009BDE;
  }
  header .nav-menu ul li a.orange {
    color: #EE731C;
  }
  header .nav-menu ul li a.dark-blue:not(.outline-btn) {
    color: #008DFA;
  }
  header.header-nav-open .nav-menu {
    transform: translateX(0%);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
  }
}

.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  z-index: 99999999999;
}
.alert .modal {
  position: relative;
  padding: 27px 54px;
}
.alert .modal .closeModal {
  position: absolute;
  color: #FFFFFF;
  top: 6%;
  right: 2%;
  font-size: 20px;
}
.alert.alert-success {
  background-color: #008000;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .alert {
    max-width: 600px;
    width: 90%;
  }
  .alert .modal {
    padding: 16px 27px;
  }
  .alert .modal .closeModal {
    right: 3%;
  }
}

.wpcookies_widget.card {
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 0 0;
  padding: 27px 54px;
  max-width: 1260px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  background: #fff;
}
.wpcookies_widget.card .card-footer > div > div {
  margin-bottom: 10px;
}

.hero {
  position: relative;
}
.hero .hero-bg {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
.hero .hero-mid-layer {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 1680px){
  .hero .hero-mid-layer{
    top: 4rem;
  }
}

@media only screen and (max-width: 1366px){
  .hero .hero-mid-layer{
    top: 0rem;
  }
}

.hero .hero-mid-layer img {
  position: absolute;
}
.hero .hero-mid-layer .cloud1 {
  top: 103px;
  right: 504px;
}
.hero .hero-mid-layer .cloud2 {
  top: 103px;
  left: 256px;
}
.hero .hero-mid-layer .cloud3 {
  top: 362px;
  left: 95px;
}
.hero .hero-mid-layer .cloud4 {
  top: 361px;
  right: 79px;
}
.hero .hero-foreground {
  position: relative;
  top: 12rem;
  display: block;
  width: 81.56%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  z-index: 3;
}

@media only screen and (max-width: 1920px){
  .hero .hero-foreground{
    top: 0;
  }
}

.hero .hero-foreground .main-title {
  margin: 0;
  font-size: 3rem;
}

@media only screen and (max-width: 1920px) {
  .hero .hero-foreground .main-title {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 1519px) {
  .hero .hero-foreground .main-title {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .hero .hero-foreground .main-title {
    font-size: 2rem;
  }
}

.hero .hero-foreground .subtitle {
  font-size: 26px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 28px;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1320px){
  .hero .hero-foreground .subtitle br{
    display: none;
  }
}

.hero .hero-foreground .subtitle.w-80 {
  width: 80%;
}
.hero .hero-foreground .hero-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1566px;
  margin-top: 10rem;
}

@media only screen and (max-width: 1920px){
  .hero .hero-foreground .hero-img{
    margin-top: 0;
  }
}

@media only screen and (max-width: 1680px){
  .hero .hero-foreground .hero-img{
    margin-top: -3rem;
  }
}

@media only screen and (max-width: 1366px){
  .hero .hero-foreground .hero-img{
    margin-top: -3.5rem;
  }
}

@media only screen and (max-width: 768px){
  .hero .hero-foreground .hero-img{
    margin-top: 2rem;
  }
}

.hero .cards-row {
  margin-top: 136px;
  padding-bottom: 93px;
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.hero .cards-row .item {
  text-align: left;
  width: 552px;
  display: inline-block;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 54px 72px 54px;
  vertical-align: top;
  /*&:not(:last-child){
    margin-right: 32px;
  }*/
}
.hero .cards-row .item .logo-box {
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.hero .cards-row .item .logo-box .cell {
  flex: 1 1 auto;
}
.hero .cards-row .item p {
  display: block;
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.5em;
}
.hero .cards-row .item a {
  display: inline-block;
  border: 4px solid #009BDE;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 37px;
  font-size: 20px;
  color: #000000;
  border-radius: 50rem;
  -moz-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
.hero .cards-row .item a:hover {
  background-color: #009BDE;
  color: #ffffff;
}
@media screen and (max-width: 1760px) {
  .hero .hero-mid-layer .cloud1 {
    top: 76px;
    right: 303px;
  }
  .hero .hero-mid-layer .cloud2 {
    top: 76px;
    left: 156px;
  }
  .hero .hero-mid-layer .cloud3 {
    top: 222px;
    left: 65px;
  }
  .hero .hero-mid-layer .cloud4 {
    top: 241px;
    right: 56px;
  }
  .hero .cards-row {
    margin-top: 92px;
    padding-bottom: 62px;
  }
  .hero .cards-row .item {
    width: 90%;
    max-width: 360px;
    margin-bottom: 36px;
    padding: 0 36px 50px 36px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .hero .cards-row .item:not(:last-child) {
    margin-right: 16px;
  }
  .hero .cards-row .item .logo-box {
    height: 130px;
  }
  .hero .cards-row .item .logo-box .cell img {
    position: relative;
    margin-left: -6px;
    max-width: 200px;
    max-height: 130px;
  }
  .hero .cards-row .item .logo-box .cell img.logo-helios {
    margin-left: -18px;
  }
  .hero .cards-row .item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1440px) {
  .hero .hero-foreground {
    padding-top: 140px;
  }
  .hero .hero-foreground .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .hero-bg {
    width: 180%;
  }
  .hero .hero-foreground {
    padding-top: 118px;
  }
  .hero .hero-foreground.post-fg {
    padding-top: 110px;
  }
  .hero .hero-foreground .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-mid-layer .cloud1 {
    width: 60px;
    top: 80px;
    right: 43px;
  }
  .hero .hero-mid-layer .cloud2 {
    top: 70px;
    left: 63px;
    width: 100px;
  }
  .hero .hero-mid-layer .cloud3 {
    width: 140px;
    top: 405px;
    left: 65px;
  }
  .hero .hero-mid-layer .cloud3.hide {
    display: none;
  }
  .hero .hero-mid-layer .cloud4 {
    width: 180px;
    top: 451px;
    right: 36px;
  }
  .hero .hero-mid-layer .cloud4.hide {
    display: none;
  }
  .hero .hero-bg {
    width: auto;
    height: 108%;
  }
  .hero .hero-bg.post-bg {
    height: 170%;
  }
  .hero .hero-bg.big {
    height: 217%;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-bg {
    height: 120%;
  }
  .hero .hero-bg.post-bg {
    height: 166%;
  }
  .hero .hero-foreground {
    width: 100%;
  }

  .hero .hero-foreground .main-title{
    font-size: 1.7rem;
  }

  .hero .hero-foreground .subtitle {
    font-size: 16px;
  }
  .hero .hero-foreground .subtitle br {
    display: none;
  }

  .hero .cards-row{
    margin-top: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .hero .hero-bg {
    height: 124%;
  }
  .hero .hero-bg.post-bg {
    height: 174%;
  }
}

.about-program {
  padding-bottom: 8rem;
}

@media only screen and (min-width: 1920px){
  .about-program {
    padding-bottom: 25rem;
  } 
}

.about-program .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.about-program .col-left {
  padding-top: 219px;
  padding-left: 153px;
  padding-bottom: 156px;
  position: relative;
}
.about-program .col-left h2, .about-program .col-left p {
  color: #ffffff;
}
.about-program .col-left h2 {
  margin-top: 0;
  font-size: 2.5rem;
}
.about-program .col-left p {
  font-size: 17px;
  line-height: 1.7em;
}
.about-program .col-left .about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
}
.about-program .col-left .about-fg {
  position: relative;
  z-index: 2;
  padding-right: 16%;
}
.about-program .col-right {
  padding-left: 90px;
  padding-right: 95px;
  padding-top: 170px;
}
.about-program .col-right h2 {
  margin: 0;
  font-size: 2.5rem;
}
.about-program .col-right ul {
  list-style: none;
  list-style-type: none;
  margin-top: 53px;
  margin-bottom: 0;
}
.about-program .col-right ul li {
  position: relative;
  line-height: 1.7em;
}
.about-program .col-right ul li:before {
  content: "";
  position: absolute;
  border: 2px solid #009BDE;
  width: 9px;
  height: 9px;
  font-size: 16px;
  color: #000000;
  border-radius: 50rem;
  top: 5px;
  left: -28px;
}
.about-program .col-right ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1760px) {
  .about-program .col-left {
    padding-top: 10%;
    padding-left: 3.5%;
  }
  .about-program .col-left .about-fg {
    padding-right: 7%;
  }
  .about-program .col-right {
    padding-left: 5%;
    padding-right: 3.5%;
    padding-top: 7%;
  }
}
@media screen and (max-width: 1260px) {
  .about-program {
    padding-bottom: 50px;
  }
  .about-program .flex-box {
    flex-direction: column;
  }
  .about-program .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-program .col-left {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #009bde;
  }
  .about-program .col-left .about-bg {
    display: none;
  }
  .about-program .col-right {
    padding-top: 80px;
    padding-left: 3.5%;
  }
}

.services {
  padding-top: 25rem;
  padding-bottom: 282px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1920px){
  .services{
    padding-top: 12rem;
  }
}

.services .si-container {
  max-width: 1604px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.services .left-box {
  padding-top: 72px;
}
.services .left-box .text-mid {
  margin-top: 0;
  display: block;
  margin-bottom: 42px;
}
.services .left-box .text-small {
  margin: 0;
}
.services .right-box .services-slider {
  text-align: center;
  padding: 72px 0px 84px 0px;
  background-color: #ffffff;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
}
.services .right-box .services-slider .slides-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  position: relative;
}
.services .right-box .services-slider .slides-wrap .slide {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  -moz-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.services .right-box .services-slider .slides-wrap .slide.active {
  position: relative;
  opacity: 1;
}
.services .right-box .services-slider .slides-wrap .slide .slide-title {
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.6em;
}
.services .right-box .services-slider .slides-wrap .slide .text-small {
  margin: 0;
}
.services .right-box .services-slider .slide-pins {
  display: block;
  margin-top: 54px;
  text-align: center;
}
.services .right-box .services-slider .slide-pins .pin {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
  border: 5px solid #ffffff;
  background-color: #C4C4C4;
  cursor: pointer;
}
.services .right-box .services-slider .slide-pins .pin.active, .services .right-box .services-slider .slide-pins .pin:hover {
  border: 5px solid #009BDE;
  background-color: #ffffff;
}
.services .right-box .services-slider .slide-pins .pin.orange.active, .services .right-box .services-slider .slide-pins .pin.orange:hover {
  border-color: #EE731C;
}
.services .right-box .services-slider .slide-pins .pin.dark-blue.active, .services .right-box .services-slider .slide-pins .pin.dark-blue:hover {
  border-color: #008DFA;
}
.services .right-box .services-slider .slide-pins .pin.red.active, .services .right-box .services-slider .slide-pins .pin.red:hover {
  border-color: #E22835;
}
.services .right-box .services-slider .slide-pins .pin.dark-red.active, .services .right-box .services-slider .slide-pins .pin.dark-red:hover {
  border-color: #D20000;
}
.services .right-box .services-slider .slide-pins .pin.light-orange.active, .services .right-box .services-slider .slide-pins .pin.light-orange:hover {
  border-color: #FFA93D;
}
.services .right-box .services-slider .slide-pins .pin:not(:last-child) {
  margin-right: 44px;
}
.services .right-box .text-mid {
  margin-top: 0;
  margin-bottom: 38px;
  display: block;
}
.services .flex-box .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.services .flex-box .col:nth-child(1) {
  padding-right: 39px;
}
.services .flex-box .col:nth-child(2) {
  padding-left: 39px;
}
@media screen and (max-width: 1440px) {
  .services {
    padding-top: 140px;
    padding-bottom: 240px;
  }
  .services .si-container {
    max-width: 1188px;
  }
  .services .flex-box .col:nth-child(1) {
    padding-right: 20px;
  }
  .services .flex-box .col:nth-child(2) {
    padding-left: 20px;
  }
  .services .left-box {
    padding-top: 48px;
  }
  .services .right-box .services-slider {
    padding: 48px 0px 56px 0px;
  }
  .services .right-box .services-slider .slides-wrap {
    width: 86%;
  }
  .services .right-box .services-slider .slides-wrap .slide .slide-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .services .left-box .text-mid {
    margin-bottom: 36px;
  }
  .services .si-container {
    max-width: 768px;
  }
  .services .flex-box .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services .flex-box .col:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 36px;
  }
  .services .flex-box .col:nth-child(2) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .services {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 600px) {
  .services {
    padding-bottom: 110px;
  }
  .services .left-box {
    padding-top: 0px;
  }
  .services .right-box .services-slider {
    padding-left: 26px;
    padding-right: 26px;
    min-height: 482px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .services .right-box .services-slider .slides-wrap {
    width: 100%;
  }
  .services .right-box .services-slider .slides-wrap .slide .slide-title {
    font-size: 18px;
  }
  .services .right-box .services-slider .slides-wrap .slide .slide-title br {
    display: none;
  }
  .services .right-box .services-slider .slides-wrap .slide .text-small br {
    display: none;
  }
  .services .right-box .services-slider .slide-pins {
    margin-top: 0px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
  .services .right-box .services-slider .slide-pins .pin:not(:last-child) {
    margin-right: 20px;
  }
}

.references {
  position: relative;
  z-index: 4;
}
.references .references-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -36%;
  width: 50%;
  max-width: 878px;
}
.references .ref-container {
  max-width: 1730px;
  width: 95%;
  display: block;
  margin: 0 5%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1920px){
  .references .ref-container{
    margin-left: auto;
    margin-right: auto;
  }
}

.references .ref-container .flex-box {
  width: 100%;
}
.references .ref-container .flex-box .col:nth-child(1) {
  flex: 0 0 54%;
  max-width: 54%;
  text-align: center;
}
.references .ref-container .flex-box .col:nth-child(2) {
  flex: 0 0 46%;
  max-width: 46%;
  padding-left: 60px;
}
.references .ref-container .ref-title {
  font-size: 50px;
  font-weight: 800;
  color: #000000;
  margin-top: 34px;
  margin-bottom: 62px;
  display: block;
}

@media only screen and (max-width: 600px){
  .references .ref-container .ref-title{
    font-size: 1.7rem !important;
  }  
}

.references .ref-container .mockup {
  display: block;
  width: 100%;
}
.references .ref-container .pohoda-logo {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.references .ref-container .pohoda-logo.indented {
  padding-top: 3rem;
}
.references .ref-container .pohoda-logo.indented-1 {
  padding-top: 0.5rem;
}
.references .ref-container .ref-slider {
  position: relative;
}
.references .ref-container .ref-slider .slides-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.references .ref-container .ref-slider .slides-wrap .slide {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  -moz-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.references .ref-container .ref-slider .slides-wrap .slide.active {
  position: relative;
  opacity: 1;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name {
  font-weight: 700;
  color: #009BDE;
  font-size: 25px;
  display: block;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name.orange {
  color: #EE731C;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name.dark-blue {
  color: #008DFA;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name.red {
  color: #E22835;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name.dark-red {
  color: #D20000;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-name.light-red {
  color: #F5436A;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-position {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-top: 12px;
  margin-bottom: 22px;
}
.references .ref-container .ref-slider .slides-wrap .slide .ref-text {
  margin: 0;
}
.references .ref-container .ref-slider .slide-nav {
  display: block;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 300px;
}
.references .ref-container .ref-slider .slide-nav .btn-nav {
  width: 58px;
  height: 58px;
  border: 2px solid #009BDE;
  position: relative;
  outline: none;
  padding: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.references .ref-container .ref-slider .slide-nav .btn-nav.orange {
  border-color: #EE731C;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.orange:hover {
  background-color: #EE731C;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.dark-blue {
  border-color: #008DFA;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.dark-blue:hover {
  background-color: #008DFA;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.red {
  border-color: #E22835;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.red.active, .references .ref-container .ref-slider .slide-nav .btn-nav.red:hover {
  background-color: #E22835;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.dark-red {
  border-color: #D20000;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.dark-red.active, .references .ref-container .ref-slider .slide-nav .btn-nav.dark-red:hover {
  background-color: #D20000;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.light-orange {
  border-color: #FFA93D;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.light-orange.active, .references .ref-container .ref-slider .slide-nav .btn-nav.light-orange:hover {
  background-color: #FFA93D;
}
.references .ref-container .ref-slider .slide-nav .btn-nav:not(:last-child) {
  margin-right: 28px;
}
.references .ref-container .ref-slider .slide-nav .btn-nav:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
}
.references .ref-container .ref-slider .slide-nav .btn-nav.btn-prev:before {
  transform: translate(-30%, -50%) rotate(45deg);
}
.references .ref-container .ref-slider .slide-nav .btn-nav.btn-next:before {
  transform: translate(-60%, -50%) rotate(-135deg);
}
.references .ref-container .ref-slider .slide-nav .btn-nav:hover {
  background-color: #009BDE;
}
.references .ref-container .ref-slider .slide-nav .btn-nav:hover:before {
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
@media screen and (max-width: 1660px) {
  .references .ref-container {
    max-width: 1300px;
  }
  .references .ref-container .ref-title {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .references .ref-container .ref-slider .slide-nav {
    top: 412px;
  }
}
@media screen and (max-width: 1260px) {
  .references .references-bg {
    top: auto;
    bottom: -24%;
    width: 65%;
  }
  .references .ref-container {
    max-width: 768px;
    width: 90%;
  }
  .references .ref-container .ref-slider {
    height: 200px;
  }
  .references .ref-container .ref-slider .slide-nav {
    top: 294px;
  }
  .references .ref-container .flex-box .col:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-order: 2;
    order: 2;
    margin-top: 260px;
  }
  .references .ref-container .flex-box .col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-order: 1;
    order: 1;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .references .references-bg {
    bottom: -16%;
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .references .ref-container .ref-slider {
    height: 300px;
  }
  .references .ref-container .ref-slider .slide-nav {
    top: 412px;
  }
  .references .ref-container .flex-box .col:nth-child(1) {
    margin-top: 190px;
  }
}
@media screen and (max-width: 600px) {
  .references .references-bg {
    bottom: -7%;
    width: 85%;
  }
  .references .ref-container .ref-slider {
    height: 490px;
  }
  .references .ref-container .ref-slider .slide-nav {
    top: 458px;
  }
  .references .ref-container .pohoda-logo {
    width: 180px;
  }
}
@media screen and (max-width: 375px) {
  .references .ref-container .ref-slider .slide-nav {
    top: 580px;
  }
  .references .ref-container .flex-box .col:nth-child(1) {
    margin-top: 284px;
  }
}

.comparsion {
  padding-top: 220px;
  padding-bottom: 136px;
  position: relative;
  z-index: 2;
}
.comparsion .comp-container {
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.comparsion .comp-container .section-title {
  text-align: center;
  margin: 0;
}
.comparsion .comp-container .flex-box {
  width: 100%;
  margin-top: 37px;
}
.comparsion .comp-container .flex-box .col {
  flex: 0 0 48%;
}
.comparsion .comp-container .flex-box .col:nth-child(1) {
  margin-right: 4%;
}
.comparsion .comp-container .offer-card {
  border-radius: 10px;
  padding: 79px 43px 168px 87px;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
}
.comparsion .comp-container .offer-card .offer-title {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-top: 0;
}
.comparsion .comp-container .offer-card .text-small {
  margin-top: 26px;
  margin-bottom: 24px;
  display: block;
}
.comparsion .comp-container .offer-card .point-list {
  list-style: none;
  padding-left: 0;
  display: block;
  margin-bottom: 24px;
}
.comparsion .comp-container .offer-card .point-list li {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.7em;
  position: relative;
  padding-left: 33px;
}
.comparsion .comp-container .offer-card .point-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-image: url(../img/pohoda/chevron-right-blue.svg);
  left: 0;
  top: 6px;
}
.comparsion .comp-container .offer-card .point-list li.orange:before {
  background-image: url(../img/helios/chevron-right-orange.svg);
}
.comparsion .comp-container .offer-card .point-list li.dark-blue:before {
  background-image: url(../img/moneyS3/chevron-right-dark-blue.svg);
}
.comparsion .comp-container .offer-card .point-list li.dark-red:before {
  background-image: url(../img/duel/chevron-right-dark-red.svg);
}
.comparsion .comp-container .offer-card .point-list li.red:before {
  background-image: url(../img/premier/chevron-right-red.svg);
}
.comparsion .comp-container .offer-card .point-list li.light-red:before {
  background-image: url(../img/abra/chevron-right-light-red.svg);
}
.comparsion .comp-container .offer-card .point-list li.light-orange:before {
  background-image: url(../img/abra/chevron-right-light-orange.svg);
}
.comparsion .comp-container .offer-card .point-list li:not(:last-child) {
  margin-bottom: 20px;
}
.comparsion .comp-container .offer-card .offer-bot-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 43px 34px 87px;
}
.comparsion .comp-container .offer-card .offer-bot-box .offer-bot-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 21px;
}
.comparsion .comp-container .offer-card .offer-bot-box .obb-col:nth-child(1) {
  flex: 1;
}
.comparsion .comp-container .offer-card .offer-bot-box .obb-col:nth-child(2) {
  flex: 0 0 195px;
  max-width: 195px;
  padding-top: 20px;
}
.comparsion .comp-container .offer-card .offer-bot-box .price {
  font-size: 40px;
  font-weight: 800;
  color: #009BDE;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.orange {
  color: #EE731C;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.dark-blue {
  color: #008DFA;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.red {
  color: #E22835;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.dark-red {
  color: #D20000;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.light-orange {
  color: #FFA93D;
}
.comparsion .comp-container .offer-card .offer-bot-box .price.light-red {
  color: #F5436A;
}
.comparsion .comp-container .offer-card .offer-bot-box .price span {
  font-size: 20px;
}
.comparsion .comp-container .offer-card .offer-bot-box .price-note {
  font-size: 16px;
  color: #000000;
  display: block;
  margin-top: 6px;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 1660px) {
  .comparsion .comp-container {
    max-width: 1300px;
    width: 90%;
  }
  .comparsion .comp-container .offer-card {
    padding: 65px 36px 130px 68px;
  }
  .comparsion .comp-container .offer-card .offer-title {
    font-size: 30px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box .price {
    font-size: 30px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box .obb-col:nth-child(2) {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .comparsion {
    padding-bottom: 150px;
  }
  .comparsion .comp-container .offer-card {
    padding: 50px 30px 165px 50px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box {
    padding: 0px 30px 34px 50px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box .price {
    font-size: 28px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box .price span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .comparsion .comp-container .flex-box .col {
    flex: 0 0 100%;
  }
  .comparsion .comp-container .flex-box .col:nth-child(1) {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .comparsion .comp-container .offer-card {
    padding: 50px 30px 30px 30px;
  }
  .comparsion .comp-container .offer-card .offer-bot-box {
    position: relative;
    padding: 0;
  }
  .comparsion .comp-container .offer-card .offer-bot-box .obb-col:nth-child(2) {
    padding-top: 36px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact {
  padding-bottom: 110px;
  position: relative;
}
.contact .contact-bg {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transform-origin: 0 0;
}
.contact .contact-container {
  margin-left: 4%;
  display: block;
  position: relative;
  z-index: 2;
}
.contact .contact-container .white {
  filter: brightness(0) invert(1);
}
.contact .flex-box {
  width: 100%;
}
.contact .flex-box .cont-col {
  flex: 0 0 48%;
  max-width: 48%;
}
@media only screen and (min-width: 1660px) {
  .contact .flex-box .cont-col.kontakt-hp {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 1440px) {
  .contact .flex-box .cont-col.left-hp {
    margin-top: -250px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact .flex-box .cont-col.left-hp {
    margin-top: 0;
  }
}
.contact .flex-box .cont-col:nth-child(1) {
  margin-right: 4%;
}
.contact .section-title {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

@media only screen and (max-width: 600px){
  .contact .section-title {
    font-size: 1.5rem;
  }
}

.contact .section-title.st-white {
  color: #ffffff;
}
.contact .label {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.contact .label.white {
  color: #ffffff;
}
.contact .label .compulsory {
  color: #009BDE;
}
.contact .label .compulsory.dark-blue {
  color: #008DFA;
}
.contact .label .compulsory.orange {
  color: #EE731C;
}
.contact .label .compulsory.red {
  color: #E22835;
}
.contact .label .compulsory.dark-red {
  color: #D20000;
}
.contact .label .compulsory.light-orange {
  color: #FFA93D;
}
.contact .label .l-small {
  font-size: 15px;
  font-weight: 300;
}
.contact .label.l-mt {
  margin-top: 30px;
}
.contact .main-form .form-group {
  display: block;
}
.contact .main-form .form-group .label {
  margin-bottom: 16px;
}
.contact .main-form .form-group:not(:last-child) {
  margin-bottom: 17px;
}
.contact .main-form .form-group input, .contact .main-form .form-group textarea {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 551px;
  outline: none;
  padding: 11px;
}
.contact .main-form .form-group input.empty, .contact .main-form .form-group textarea.empty {
  border: 1px solid red;
}
.contact .main-form .form-group textarea {
  height: 209px;
  resize: none;
}
.contact .main-form .form-note, .contact .main-form .form-gdpr {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  display: block;
}
.contact .main-form .form-gdpr {
  margin: 17px 0;
  max-width: 550px;
  width: 100%;
}
.contact .main-form .form-gdpr a {
  text-decoration: underline;
  font-weight: 700;
  color: #009BDE;
}
.contact .main-form .form-gdpr a.orange {
  color: #EE731C;
}
.contact .main-form .form-gdpr a.dark-blue {
  color: #008DFA;
}
.contact .main-form .form-gdpr a.red {
  color: #E22835;
}
.contact .main-form .form-gdpr a.dark-red {
  color: #D20000;
}
.contact .main-form .form-gdpr a.light-orange {
  color: #FFA93D;
}
.contact .main-form .send-announce {
  font-weight: 500;
  font-size: 14px;
  color: #009BDE;
  display: block;
  margin-top: 24px;
}
.contact .main-form .send-announce.dark-blue {
  color: #008DFA;
}
.contact .main-form .send-announce.orange {
  color: #EE731C;
}
.contact .main-form .send-announce.hidden {
  display: none;
}
.contact .main-form .send-btn {
  width: 145px;
  margin-top: 24px;
}
.contact .main-form .send-btn.hidden {
  display: none;
}
.contact .info-row {
  display: block;
}
.contact .info-row:not(:last-child) {
  margin-bottom: 33px;
}
.contact .info-row .label {
  margin-bottom: 16px;
}
.contact .tel-num-link {
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
}
.contact .mail-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
}
.contact .company-info {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
.contact .company-info span {
  font-weight: 700;
  font-size: 19px;
}
.contact .footer-logo {
  margin-top: 10px;
  width: 176px;
}
.contact .cards-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 52px;
}
.contact .cards-column .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 661px;
  max-width: 100%;
  height: 97px;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 670px) {
  .contact .cards-column .item {
    flex-direction: column;
    gap: 16px;
    padding: 1.25rem 2.5rem;
    height: auto;
  }
}
.contact .cards-column .item img {
  max-width: 136px;
  width: 100%;
  height: auto;
}
.contact .cards-column .item a {
  display: inline-block;
  border: 4px solid #009BDE;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 37px;
  font-size: 20px;
  color: #000000;
  border-radius: 50rem;
  -moz-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
.contact .cards-column .item a:hover {
  background-color: #009BDE;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .contact .contact-bg {
    width: 66%;
    transform: translate(2%, 12%);
  }
}
@media (min-width: 2500px) {
  .contact .contact-bg {
    width: 63%;
    transform: translate(0%, 15%);
  }
}
@media (min-width: 2900px) {
  .contact .contact-bg {
    width: 64%;
    transform: translate(0%, 33%);
  }
}
@media screen and (max-width: 1800px) {
  .contact .contact-bg {
    right: -12%;
    width: 74%;
  }
}
@media screen and (max-width: 1660px) {
  .contact .contact-bg {
    right: -23%;
    width: 90%;
    transform: rotate(-5deg);
    top: 0%;
  }
}

@media screen and (max-width: 1659px) {

  .contact .section-title.st-white{
    margin-top: 10rem;
    width: 87%;
  }
}

@media screen and (max-width: 1638px) {

  .contact .section-title.st-white br{
    display: none;
  }
}

@media screen and (max-width: 1366px) {

  .contact .section-title.st-white{
    width: 87%;
  }
}

@media screen and (max-width: 1260px) {

  .contact .section-title.st-white{
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .contact .contact-bg {
    right: -28%;
    width: 90%;
    transform: rotate(-5deg);
    top: 0%;
  }

  .home_no_wrap{
    flex-wrap: nowrap !important;
  }

  .contact .flex-box .cont-col:nth-child(1){
    margin-right: 10%;
  }
}

@media screen and (max-width: 1440px) {
  .contact .contact-bg {
    right: -37%;
    width: 98%;
    top: -19%;
  }

  .contact .section-title.st-white{
    margin-top: 3rem;
  }

  .home_no_wrap{
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1370px) {
  .contact .contact-bg {
    right: -45%;
    width: 108%;
    transform: rotate(-6deg);
  }
}
@media screen and (max-width: 1260px) {
  .contact .contact-bg {
    top: 55% !important;
    right: -1%;
    width: 1642px;
    bottom: -42%;
  }

  .contact .section-title.st-white{
    margin-top: 11rem;
  }

  .home_no_wrap{
    flex-wrap: wrap !important;
    margin-top: 15rem;
  }

  .contact .contact-container {
    max-width: 612px;
  }
  .contact .flex-box .cont-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .flex-box .cont-col:nth-child(1) {
    margin-right: 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact-bg {
    bottom: -36%;
    width: 1590px;
    top: 60%;
  }
  .contact .contact-bg.custom {
    bottom: -42%;
  }
  .contact .contact-bg.abra {
    bottom: -47%;
  }
}

@media screen and (max-width: 670px){
  .contact .contact-bg{
    top: 68%;
  }
}

@media screen and (max-width: 600px) {
  .contact .contact-bg {
    bottom: -36%;
    top: 72%;
  }

  .contact .section-title.st-white{
    margin-top: 5rem;
  }

  .contact .contact-bg.homepage {
    bottom: -44%;
  }
  .contact .tel-num-link {
    font-size: 30px;
  }
}
@media screen and (max-width: 456px) {
  .contact .contact-bg {
    bottom: -38%;
  }
  .contact .contact-bg.homepage {
    bottom: -32%;
    top: 70%;
  }
  .contact .contact-bg.custom {
    bottom: -45%;
  }
  .contact .contact-bg.abra {
    bottom: -48%;
  }
}

.about-svetit {
  padding-bottom: 314px;
}
.about-svetit .as-container {
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-svetit h2 {
  margin: 0;
  text-align: center;
}
.about-svetit h2 span, .about-svetit h2 a {
  color: #009BDE;
}
.about-svetit h2 span.orange, .about-svetit h2 a.orange {
  color: #EE731C;
}
.about-svetit h2 span.dark-blue, .about-svetit h2 a.dark-blue {
  color: #008DFA;
}
.about-svetit h2 span.red, .about-svetit h2 a.red {
  color: #E22835;
}
.about-svetit h2 span.dark-red, .about-svetit h2 a.dark-red {
  color: #D20000;
}
.about-svetit h2 span.light-red, .about-svetit h2 a.light-red {
  color: #F5436A;
}
.about-svetit h2 a {
  font-size: 17px;
  text-decoration: underline;
  font-weight: 800;
  white-space: nowrap;
}
.about-svetit .card-grid {
  margin-top: 40px;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1fr;
}
.about-svetit .card-grid .card {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 56px;
  align-items: center;
  flex-direction: row;
}
.about-svetit .card-grid .card .card-text {
  font-size: 23px;
  font-weight: 800;
  padding-left: 35px;
  flex: 0 0 calc(100% - 90px);
}
.about-svetit .card-grid .card .icon {
  width: 90px;
  height: 62px;
  display: flex;
  align-items: center;
}
.about-svetit .card-grid .card .icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 1660px) {
  .about-svetit .as-container {
    max-width: 1300px;
    width: 90%;
  }
  .about-svetit .card-grid .card .card-text {
    font-size: 20px;
    padding-left: 26px;
  }
  .about-svetit .card-grid .card .icon {
    width: 70px;
    height: 52px;
  }
}
@media screen and (max-width: 1266px) {
  .about-svetit {
    padding-bottom: 150px;
  }
  .about-svetit .card-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .about-svetit .card-grid {
    gap: 20px;
  }
  .about-svetit .card-grid .card {
    padding: 24px 28px;
  }
  .about-svetit .card-grid .card .card-text {
    font-size: 18px;
    flex: 0 0 calc(100% - 54px);
  }
  .about-svetit .card-grid .card .icon {
    width: 54px;
    height: 40px;
  }
}
@media screen and (max-width: 370px) {
  .about-svetit .card-grid .card .card-text {
    font-size: 16px;
  }
}

.posts {
  position: relative;
  padding: 60rem 0 240px 0;
}


.posts .posts-container {
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.posts .posts-container .cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.posts .posts-container .cards-row .item {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 27px 54px;
  vertical-align: top;
}
.posts .posts-container .cards-row .item h1 {
  font-size: 34px;
}
.posts .posts-container .cards-row .item h1 a {
  color: #009BDE;
}
.posts .posts-container .cards-row .item p {
  font-size: 16px;
  color: #000000;
  height: 170px;
}
.posts .navigation {
  position: relative;
  z-index: 2;
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.posts .navigation ul {
  margin: 80px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75%;
}
.posts .navigation ul li {
  list-style: none;
  display: flex;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  transition: all 3ms ease-in-out;
  margin: 5px;
}
.posts .navigation ul li.active {
  background-color: #009BDE;
}
.posts .navigation ul li.active span {
  color: #FFFFFF;
}
.posts .navigation ul li:first-of-type, .posts .navigation ul li:last-of-type {
  width: 120px;
}
.posts .navigation ul li:first-of-type.disabled, .posts .navigation ul li:last-of-type.disabled {
  background-color: #d1d1d1;
}
.posts .navigation ul li:first-of-type.disabled span, .posts .navigation ul li:last-of-type.disabled span {
  color: #FFFFFF;
}
.posts .navigation ul li a, .posts .navigation ul li span {
  color: #009BDE;
}
.posts .navigation ul li:hover {
  background-color: #009BDE;
}
.posts .navigation ul li:hover a, .posts .navigation ul li:hover span {
  color: #FFFFFF;
}
@media screen and (max-width: 1660px) {
  .posts .posts-container, .posts .navigation {
    max-width: 1300px;
    width: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .posts .posts-container, .posts .navigation {
    max-width: 612px;
  }
  .posts .posts-container .cards-row, .posts .navigation .cards-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts .posts-container .cards-row .item p, .posts .navigation .cards-row .item p {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .posts {
    padding: 220px 0;
  }
  .posts .posts-container .cards-row .item {
    padding: 16px 27px;
  }
  .posts .posts-container .cards-row .item h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .posts {
    padding: 120px 0;
  }
}

.post {
  padding: 70rem 0 20rem 0;
}

@media screen and (max-width: 1920px){
  .post {
    padding: 53rem 0 10rem 0;
  }
}

@media screen and (max-width: 1680px){
  .post {
    padding: 48rem 0 10rem 0;
  }
}

@media screen and (max-width: 1366px){
  .post {
    padding: 37rem 0 21rem 0;
  }
}

@media screen and (max-width: 1199px){
  .post {
    padding: 37rem 0 10rem 0;
  }
}

@media screen and (max-width: 1024px){
  .post {
    padding: 47rem 0 5rem 0;
  }
}

.send_heading{
  top: 4rem !important;
}

@media screen and (max-width: 768px){
  .send_heading{
    top: 0rem !important;
  }
}


.post .post-container {
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .post-container article .post-title {
  font-size: 38px;
  color: #009BDE;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1660px) {
  .post .post-container {
    max-width: 1300px;
    width: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .post .post-container {
    max-width: 612px;
  }
}
@media screen and (max-width: 768px) {
  .post {
    padding: 120px 0;
  }
  .post .post-container article .post-title {
    font-size: 34px;
  }
}

.abra_btn{
  border: 4px solid #FFA93D;
}

.abra_btn:hover{
  background-color: #FFA93D;
}

.premier_btn{
  border: 4px solid #E22835;
}

.premier_btn:hover{
  background-color: #E22835;
}

.duel_btn{
  border: 4px solid #D20000;
}

.duel_btn:hover{
  background-color: #D20000;
}

@media only screen and (max-width: 1366px){
  .move_title{
    margin-top: -2rem !important;
  }
  
  .duel_move{
    margin-top: -1.7rem !important;
  }
}


@media only screen and (min-width: 1920px){
  .abra{
    top: -39% !important;
  }
}

@media only screen and (max-width: 1920px){
  .abra{
    top: -20% !important;
  }
}
