.simple {
	background-color: #fff;
	padding: 100px 0;
	background-image: url(/wp-content/uploads/2023/10/blk3-bg.svg);
    background-repeat: no-repeat;
    background-position: 10% 20%;
    background-size: 150%;
}

.simple p {
	color: #000;
	font-size: 18px;
}

.simple .title {
	font-size: 24px;
	font-weight: 600;
}

.simple .subtitle {
	font-size: 21px;
}

@media (max-width: 767px) {
	.simple {
		background-size: 210%;
	}
}


body.hiden .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__inner {
  background: #fff;
  padding: 50px;
  max-width: 560px;
  margin: 0 auto;
}

.modal p {
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  font-weight: 400;
}

.modal a {
  color: #ff8562;
}

.modal button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 30px;
  padding: 20px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  border: none;
  outline: none;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.modal button:hover {
  background-color: #ff0000bd;
}
body.hiden {
  overflow: hidden;
}


/*Block 5*/
.hblk5 {
    background-image: url("/wp-content/uploads/2023/10/bg-face-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 350px 0 150px;
    padding-bottom: 50px;
}

.button-left {
    text-align: left;
}

.button-right {
    text-align: right;
}

.hblk5 a img {
    max-width: 350px;
    animation: button 1s ease infinite;
}


/*Block 4*/
.hblk4 {
    background-color: #000;
    padding: 100px 0 0 0;
    margin-top: -50px;
    text-align: center;
}

.hblk4 .button-centred {
    margin-bottom: 80px;
}

.hblk4 .button-centred img {
    animation: button 1s ease infinite;
}

.hblk4 .line-blue {
    transform: rotate(0deg);
}

.hblk4 .wrap {
    padding: 0 1px;
}

/*Block 3*/
.hblk3 {
    background-color: #fff;
    padding: 100px 0 0 0;
    color: #000;
    background-image: url("/wp-content/uploads/2023/10/blk3-bg.svg");
    background-repeat: no-repeat;
    background-position: 10% 20%;
    background-size: 150%;
}

.hblk3 h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hblk3 .b-line {
    margin-bottom: 50px;
}
.list-plus {
    font-size: 20px;
    margin-bottom: 100px;
}

.hblk3 .line-red {
    transform: rotate(3deg);
    background-color: var(--red);
    z-index: 5;
    margin: 0 -20px;
}

.hblk3 .wrap {
    position: relative;
    overflow: hidden;
    padding: 50px 1px;
}

.hblk3 .black-triangle {
    background-color: #000;
    transform: rotate(3deg);
    height: 200px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 102%;
    margin: 0 -1%;
}

/*Block 2*/
.hblk2 {
    padding: 85px 0;
    background-image: url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-3.png"), url("/wp-content/uploads/2023/10/blk2-bg-4.png");
    background-size: 30%, 40%, 25%, 40%;
    background-position: 10% -30%, 85% -65%, -10% 60%, 60% 150%;
    background-repeat: no-repeat;
    animation: figures 15s linear infinite;
}

@keyframes figures {
    0% {
        background-position: 10% -30%, 85% -65%, -10% 60%, 60% 150%;
        background-size: 30%, 40%, 25%, 40%;
    }
    33% {
        background-position: 0% -20%, 95% -55%, 10% 80%, 75% 130%;
        background-size: 25%, 45%, 30%, 45%;
    }
    66% {
        background-position: 15% -15%, 75% -45%, 0% 70%, 90% 110%;
        background-size: 35%, 30%, 35%, 50%;
    }
    100% {
        background-position: 10% -30%, 85% -65%, -10% 60%, 60% 150%;
        background-size: 30%, 40%, 25%, 40%;
    }
}

.hblk2 .w-line {
    margin-bottom: 50px;
}

.hblk2 h2 {
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hblk2-columns {
    display: flex;
    gap: 50px;
}

.hblk2-box {
    padding: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    min-height: 500px;
}

.hblk2-box p {
    font-size: 20px;
}

.hblk2-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.vertical {
    min-width: 40px;
    margin-right: 10px;
}

.line-clean .item {
    width: 1200px;
}

.line-clean .marquee {
    animation: scroll 40s linear infinite;
}

.hblk2 .wrap {
    margin-top: 100px;
}


/*Block 1*/
.hblk1-bg-eye {
    background-image: url("/wp-content/uploads/2023/10/bg-eye.png");
    background-size: 65%;
    background-position: 100% 80%;
    background-repeat: no-repeat;
    animation: eye 25s ease infinite;
}

@keyframes eye {
    0% {
        background-size: 60%;
    }
    50% {
        background-size: 65%;
    }
    100% {
        background-size: 60%;
    }
}


.hblk1-bg {
    background-image: url("/wp-content/uploads/2023/10/bg-top-1.svg"), url("/wp-content/uploads/2023/10/bg-top-2.svg"), url("/wp-content/uploads/2023/10/bg-top-3.svg");
    background-repeat: no-repeat;
    background-size: 1500px, 670px, 1500px;
    background-position: -650px -750px, calc( 100% + 330px ) calc( 0% - 220px ), calc( 100% + 750px ) calc( 100% + 750px );
    padding-top: 150px;
}

.hblk1 h1 {
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 50px;
}

.w-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-left: -50%;
}

.b-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-left: -50%;
}

.hblk1 .text {
    margin-top: 50px;
}

.btn-svg {
    margin-top: 30px;
}

.btn-svg img {
    margin-left: -15px;
}

.btn-svg img {
    animation: button 1s ease infinite;
}

@keyframes button {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/*Running line*/
.wrap {
    max-width: 100%;
    margin: auto;
    padding: 20px 1px;
}
.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}
.line-blue {
    transform: rotate(-3deg);
    background-color: var(--blue);
    z-index: 5;
}
.line-black {
    transform: rotate(0deg);
    background-color: var(--black);
    z-index: 1;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}
.item {
    flex: 0 0 auto;
    width: 1000px;
    height: 45px;
    counter-increment: item;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

.marquee {
    animation: scroll 20s linear infinite;
}
.reverce {
    animation-direction: reverse;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}



/*Header*/
.site-header {
    background-color: transparent;
    margin-bottom: -90px;
}

.head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-navigation a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.main-navigation li {
    position: relative;
    padding: 0 10px;
}

.main-navigation li:last-child {
    position: relative;
    padding: 0 0 0 10px;
}


/*General*/
:root {
    --red: #D71359;
    --blue: #20E4FF;
}

.blue {
    color: var(--blue);
}

.post, .page {
    margin: 0;
}

body {
    font-family: Gilroy;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
}

h1 {
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

section {

}

strong {
    font-weight: 700;
}

.nowrap {
    white-space: nowrap;
}

.entry-header .entry-title {
    margin-top: 50px;
}

@font-face {
    font-family: Gilroy;
    src: url(/wp-content/themes/mindset/fonts/Gilroy-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Gilroy;
    src: url(/wp-content/themes/mindset/fonts/Gilroy-ExtraBold.ttf);
    font-weight: 700;
}



@media screen and (max-width: 767px) {
    .hblk2-columns {
        flex-direction: column;
    }
    .hblk2-column {
        width: 100% !important;
    }
    .hblk2-col {
        align-items: center;
    }
    .hblk2-box {
        padding: 30px;
        min-height: 200px;
    }
    .vertical {
        min-width: 30px;
    }
    .hblk2-box p {
        font-size: 18px;
    }
    .hblk2 h2 {
        font-size: 42px;
    }
    .hblk1 h1 {
        font-size: 52px;
        margin-bottom: 25px;
    }
    .hblk1 .text {
        margin-top: 25px;
    }
    .main-navigation {
        display: none;
    }
    .site-branding {
        max-width: 50%;
    }
    body {
        font-size: 18px;
    }
    .btn-svg img {
        margin-left: 0;
        width: 100%;
    }
    .wrap {
        padding: 20px 1px 0 1px;
    }
    .item {
        width: 660px;
        height: 20px;
    }
    .line-clean .item {
        height: 40px;
    }

    .hblk1-bg-eye {
        background-position: 100% -10%;
    }
    @keyframes eye {
        0% {
            background-size: 70%;
        }
        50% {
            background-size: 75%;
        }
        100% {
            background-size: 70%;
        }
    }
    .hblk2 {
        padding: 85px 0;
        background-image: url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-3.png"), url("/wp-content/uploads/2023/10/blk2-bg-4.png");
        background-size: 50%, 40%, 25%, 40%;
        background-position: 10% 0%, 130% 20%, -10% 60%, 60% 150%;
        background-repeat: no-repeat;
        animation: figures 15s linear infinite;
    }

    @keyframes figures {
        0% {
            background-position: 10% 0%, 130% 20%, -10% 60%, 60% 150%;
            background-size: 50%, 40%, 25%, 40%;
        }
        33% {
            background-position: 0% 10%, 90% 40%, 10% 80%, 75% 130%;
            background-size: 40%, 45%, 30%, 45%;
        }
        66% {
            background-position: 15% 5%, 110% 30%, 0% 70%, 90% 110%;
            background-size: 45%, 30%, 35%, 50%;
        }
        100% {
            background-position: 10% 0%, 130% 20%, -10% 60%, 60% 150%;
            background-size: 50%, 40%, 25%, 40%;
        }
    }
    .hblk3 {
        background-position: 50% 0%;
        background-size: 300%;
        padding: 50px 0 0 0;
    }
    .hblk3 h2 {
        font-size: 50px;
    }
    .hblk3 h2 img {
        width: 50px;
    }
    .list-plus {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hblk4 {
        padding: 50px 0 0 0;
    }
    .hblk4 .button-centred {
        margin-bottom: 50px;
    }
    .hblk5 {
        padding-top: 300px;
    }
    .hblk5 a img {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .site-branding img {
        max-width: 200px;
    }

    .main-navigation a {
        font-size: 13px;
    }
    .hblk1 h1 {
        font-size: 60px;
    }
    .hblk2 h2 {
        font-size: 48px;
    }
    .hblk2-columns {
        flex-direction: column;
    }
    .hblk2-column {
        width: 100% !important;
    }
    .hblk2-box {
        min-height: 200px;
    }
    .vertical {
        min-width: 25px;
        margin-right: 40px;
    }
}

@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Regular"), local("Gotham-Pro-Regular"), url("../GothamPro.woff2") format("woff2"), url("../GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Bold"), local("Gotham-Pro-Bold"), url("../GothamPro-Bold.woff2") format("woff2"), url("../GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  height: 100%;
}

body {
  background-color: #000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.modal__parallax-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__parallax {
  position: absolute;
  z-index: -1;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.j-block {
  padding: 100px 0;
  overflow: hidden;
}
.j-block .container {
	padding: 0 45px;
}
.j-block h3 {
  margin: 0 0 150px 0;
  color: rgb(255, 255, 255);
  font-size: 76px;
  font-weight: 600;
  line-height: 115px;
  text-transform: uppercase;
	text-align: left;
	    max-width: 490px;
}
.j-block__slider {
  position: relative;
}
.j-block__inner {
  width: calc(100% + 6vw);
  margin: 0 0 0 -3vw;
}
.j-block__slider-img {
  margin: 0 0 50px 0;
  width: 100%;
  position: relative;
}
.j-block__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.j-block .swiper-slide {
  text-align: center;
  color: #fff;
}
.j-block .swiper-button-next,
.j-block .swiper-button-prev {
  position: absolute;
  top: -200px;
	width: 80px;
}
.j-block .swiper-button-next::after,
.j-block .swiper-button-prev::after {
  display: none;
}
.j-block .swiper-button-next {
  left: calc(50% + 50px);
}
.j-block .swiper-button-prev {
  left: calc(50% - 50px);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.j-block h6 {
     margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 46px;
}
.j-block p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.j-block .modal__parallax-one {
  width: 52%;
  height: 55%;
  top: -37%;
  right: 2%;
}
.j-block .modal__parallax-twoo {
  width: 32%;
  height: 32%;
  top: -2%;
  left: -5%;
}
.j-block .modal__parallax-three {
  width: 42%;
  height: 42%;
  bottom: 12%;
  right: -10%;
}
.j-block .modal__parallax-four {
  top: -15%;
  left: -23%;
  width: 50%;
  height: 51%;
}
.j-block .modal__parallax-five {
  bottom: 5%;
  left: 9%;
  width: 15%;
  height: 15%;
  z-index: 1;
}

.j-packet {
	padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.j-packet > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 15px;
  width: 35%;
  margin: 0 10px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 29px;
  background: rgb(0, 0, 0);
}
.j-packet h6 {
  margin: 0 0 50px 30px;
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 400;
  line-height: 74px;
}
.j-packet ul {
  margin: 0 0 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.j-packet ul li {
  margin: 0 0 5px 0;
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 0 36px;
}
.j-packet ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: rgb(32, 228, 255);
}
.j-packet p {
  color: rgb(255, 255, 255);
  font-size: 41px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
}
.hblk5 a img{
	max-width: 100%;
}

/*start partners*/
.partners .line-blue{
	margin: -80px 0 0 0;
	transform: rotate(0deg);
	background-color: #FE4227;
}
.partners .wrap{
	padding: 80px 0;
}
.bg-wrapp{
	 background-image: url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-1.png"), url("/wp-content/uploads/2023/10/blk2-bg-3.png"), url("/wp-content/uploads/2023/10/blk2-bg-4.png");
   background-size: 10%, 20%, 15%, 20%;
    background-position: 5% -5%, 30% -10%, -5% 20%, 20% 19%;
    background-repeat: no-repeat;
    animation: figures 15s linear infinite;
}
.partners {
  padding: 0 0 100px 0;
  color: #fff;
	  padding: 0 0 85px 0;
   
}
.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partners__left {
  max-width: 515px;
  width: 100%;
  margin: 0 30px 0 0;
}
.partners__text {
	margin: 0 0 50px 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}
.partners__left-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.partners__text strong {
  font-size: 36px;
  line-height: 47px;
  text-transform: uppercase;
}
.partners .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partners .soc li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.partners .soc a {
	width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.partners__left .soc{
	width: 100%;
	margin: 0 !important;
}
.partners__left .soc li {
	margin: 50px 0 0 0;
}
.partners__left .soc:lust-child{
	margin: 0;
}
.partners__left-box a{
	margin: 0 -100px 0 0;
}
.partners__left-box > a img{
	    animation: button 1s ease infinite;
}
.partners .soc a img {
  margin: 0 0 5px 0;
  height: 35px;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .soc span {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.partners .soc span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.partners__right {
	height: fit-content;
	position: sticky;
	top: 20px;
  max-width: 600px;
  width: 100%;
}
.partners__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.partners h3 {
  color: #fff;
  margin: 0 0 75px 0;
  font-size: 76px;
  font-weight: 600;
  line-height: 74px;
}

.partners ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 100px -60px;
}

.partners .container > ul li {
  width: calc(15% - 40px);
  height: 120px;
  margin: 0 0 40px 60px;
}

.partners ul li img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*end partners*/
/*start footer*/
.footer {
  padding: 150px 0 50px 0;
	overflow: hidden;
}
.footer__inner {
	margin:0 0  30px 0;
  padding: 75px 0 0 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer__box {
  display: block;
  max-width: 620px;
  margin: 0 auto;
}
.footer__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}
.footer p span {
  color: #DC0037;
}
.footer .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 670px;
  width: 100%;
  margin: 60px auto 0;
}
.footer .soc li {
  margin: 0 10px;
}
.footer .soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	text-decoration: none;
}
.footer .soc a img {
  margin: 0 15px 0 0;
}
.footer .soc a span {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
	text-decoration: solid underline white 1px;
	text-underline-offset: 10px;
}
.footer__bottom {
  margin: 170px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom h3 {
  margin: 0 0 20px 0;
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}
.footer__left {
  margin: 0 30px 0 0;
  max-width: 625px;
  width: 100%;
}
.footer__left p {
	margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
.footer__left p span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0 40px 0 0;
  border-radius: 50%;
  background-color: #fff;
}
.footer__left p span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: rgb(213, 38, 38);
  border-radius: 50%;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  opacity: 0;
}
.footer .footer-politic.active span::after {
  opacity: 1;
}
.footer form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer form input {
  padding: 20px 0;
  border: none;
  width: calc(100% - 70px);
  background-color: transparent;
  outline: none;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.footer form input::-webkit-input-placeholder {
  color: #fff;
}
.footer form input::-moz-placeholder {
  color: #fff;
}
.footer form input:-ms-input-placeholder {
  color: #fff;
}
.footer form input::-ms-input-placeholder {
  color: #fff;
}
.footer form input::placeholder {
  color: #fff;
}
.footer form button {
  width: 70px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.footer__right li {
  margin: 0 0 35px;
}
.footer__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
	text-decoration: none;
}
.footer__right a img {
  margin: 0 15px 0 0;
}
.footer__right{
	ul{
		margin:0;
		padding: 0;
	}
}
.footer__top {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto 70px;
}
.footer__top strong {
  font-weight: 700;
  text-transform: uppercase;
}
.footer__top::after, .footer__top::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #DC0037;
  height: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__top::after {
  left: -102vw;
}
.footer__top::before {
  right: -102vw;
}
.j-intro {
  color: #fff;
}
.j-intro .container{
	max-width: 1940px;
	width: 100%;
	 	 background-image: url("https://www.medonna.online/wp-content/uploads/2024/08/introbg2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
	padding: 0 0 0 70px;
}
.j-intro__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-intro__circle {
  top: 200px;
  position: absolute;
	z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.j-intro__circle-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.j-intro__circle-img::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 28px;
  height: 28px;
  background-image: url("https://www.medonna.online/wp-content/uploads/2024/08/eclipsarrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.j-intro__circle-text {
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.j-intro__left {
  width: 50%;
  padding: 30px 200px 0 0;
}
.j-intro__logo {
  display: block;
  width: 400px;
  margin: 0 0 40px 0;
}
.j-intro__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.j-intro h1 {
	position: relative;
      font-size: 80px;
    font-weight: 300;
    line-height: 84px;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}
.j-intro h1::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	    width: 63%;
	left: -80px;
}		
.j-intro h1 strong {
  font-weight: 800;
}
.j-intro p {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 300;
  line-height: 29px;
}
.j-intro__right {
  width: 50%;
  height: 1010px;
	overflow: hidden;
}
.j-intro__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	    animation: heartbeat 15s infinite alternate;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.j-intro .wrap{
	margin: -30px 0 0 0;
}
.site-header{
	display: none;
}
.footer--second h3 {
	margin: 0 0 40px 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
	text-transform: uppercase;
}

.footer--second {
	padding: 70px 0 50px 0;
/*     background-image: url("/wp-content/uploads/2024/09/footer-bg.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
	border-top: 1px solid #fff; */
}

.footer--second .footer__right > a img {
    animation: button 1s ease infinite;
}
.footer--second .footer__right{
	margin: 0 0 35px 0;
	 display: flex;
    flex-direction: column;
    align-items: center;
}
.footer--second .footer__right-wrap p{
	margin: 0 0 -28px 0;
	color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
.footer__second-bottom{
	text-align: right;
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__second-bottom a {
	color: #fff;
}
.footer__second-bottom span{
	 text-transform: uppercase;
	font-weight: 700;
}
@media (max-width: 1200px){
	.footer--second .footer__right-wrap {
		 display: flex;
    flex-direction: column;
    align-items: center;
	}
	.footer--second .footer__right-wrap p {
    margin: 0 0 35px 0;

	}
	.partners ul {
		margin: 0 0 50px -60px;
	}
	.partners__left .soc li{
	margin: 20px 0 0 0;
	}
	.partners .soc a img {
		height: 20px;
	}
	.partners__text,
	.partners .soc span{
		margin: 0 0 30px 0;
		font-size: 18px;
		line-height: 42px;
	}
	.partners__text strong {
    	font-size: 22px;
		line-height: 34px;
	}
	.footer__left {
    max-width: 425px;
	}
	.j-block h3,
	.partners h3{
		font-size: 60px;
		line-height: 72px;
	}
	.j-packet h6 {
		margin: 0 0 30px 0;
		font-size: 44px;
		line-height: 54px;
	}
	.j-packet ul{
		padding: 0;
	}
	.j-packet ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.j-packet p {
    	font-size: 32px;
	}
	.footer {
    	padding: 100px 0 50px 0;
	}
	.footer p {
	font-size: 26px;
	}
	.footer__bottom h3 {
		font-size: 30px;
		line-height: 38px;
	}
	    .footer p {
        font-size: 20px;
    }
	.footer__top {
		font-size: 18px;
	}
	.j-intro .container {
    	padding: 0 0 0 20px;
	}
	.j-intro__logo {
		width: 170px;
	}
	.j-intro h1 {
    font-size: 48px;
	line-height: 64px;
	}
	.j-intro__left {
    padding: 30px 85px 0 0;
	}
	.j-intro__circle{
		zoom: 0.6;
	}
	.j-intro__right {
		height: 745px;
	}
}
@media (max-width: 767px){
	.footer__second-bottom {
		text-align: center;
		flex-direction: column;
	}
	    .footer--second .footer__right-wrap,
	.footer--second .footer__right{
        align-items: flex-start;
    }

	.j-intro__inner{
		flex-direction: column;
	}
	.j-intro__right {
		object-position: top right;
		height: 445px;
        height: 745px;
		width: 100%;
    }
	.j-intro .container{
		padding: 0;
	}
	    .j-intro__left {
        padding: 30px 20px 0 20px;
			width: 100%;
    }
	.j-intro__circle{
		top: auto;
		bottom: 150px;
		left: auto;
		 right: 40px;
		zoom: 0.4;
	}
	    .j-intro h1 {
        font-size: 42px;
        line-height: 58px;
    }
	.j-intro p {
    font-size: 18px;
    line-height: 26px;
	}
	    .footer p,
	.footer__right a,
	.footer form input{
        font-size: 18px;
			line-height: 27px;
    }
	.j-block .modal__parallax{
		transform: scale(0.6)
	}
	.j-block {
    padding: 70px 0 100px;
    margin: 0 0 30px 0;
}
	.j-block h6 {
    margin: 0 0 25px 0;
    font-size: 24px;
    line-height: 32px;
}
	.j-block p {
    font-size: 18px;
}
		.j-block h3{
			margin: 0 0 30px 0;
		font-size: 42px;
	}
	.j-block .swiper-button-next, .j-block .swiper-button-prev {
		top: auto;
		width: 120px;
		bottom: -55px;
		width: 80px;
		transform: translateX(-50%);
	}
	.j-block .swiper-button-prev{
		transform: translateX(-50%) rotate(180deg);
	}
	.j-packet{
		flex-wrap: wrap;
		padding: 0;
	}
	.j-packet > li {
		padding: 20px;
		width: 100%;
		margin: 20px 0;
		border-radius: 20px;
	}
	.footer__bottom{
		flex-direction: column;
		margin: 40px 0 0 0 !important;
	}
	.footer .soc{
		margin: 0;
	flex-direction: column;
	}
	.footer .soc li {
    	margin: 10px 0;
		transform: scale(0.8);
	}
	    .footer__left {
        max-width: 100%;
			margin: 0 0 30px 0;
    }
	    .footer__bottom h3 {
        font-size: 24px;
        line-height: 36px;
    }
	    .hblk5 {
        padding-top: 100px;
    }
	.partners__inner{
		flex-direction: column-reverse;
	}
	.partners__right{
		position: static;
	}
	.partners__left {
    max-width: 515px;
    width: 100%;
    margin: 60px 0 0 0;
	}
	.partners .soc a{
	flex-direction: row;
	}
	.partners .soc a img{
		margin: 0 15px 0 0;
	}
	.partners .soc span {
		margin: 0;
	}
	.partners__left .soc{
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.partners__left .soc li {
        width: 100%;
    }
	.partners__left-box{
		flex-direction: column;
	}
	.partners__left-box a {
    	margin: 50px 0 0 0;
		width: 100%;
	}
	.partners .container > ul li {
		width: calc(50% - 60px);
	}
	.partners {
    	padding: 0 0 40px 0;
	}
	.partners ul li img {
		height: 75px;
	}
}