@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot') format('embedded-opentype'),
         url('../fonts/Regular.woff2') format('woff2'),
         url('../fonts/Regular.woff') format('woff'),
         url('../fonts/Regular.ttf') format('truetype'),
         url('../onts/Regular.svg#Regular') format('svg');
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/Medium.eot');
    src: url('../fonts/Medium.eot') format('embedded-opentype'),
         url('../fonts/Medium.woff2') format('woff2'),
         url('../fonts/Medium.woff') format('woff'),
         url('../fonts/Medium.ttf') format('truetype'),
         url('../fonts/Medium.svg#Medium') format('svg');
}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold.eot');
    src: url('../fonts/Bold.eot') format('embedded-opentype'),
         url('../fonts/Bold.woff2') format('woff2'),
         url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype'),
         url('../fonts/Bold.svg#Bold') format('svg');
}

@font-face {
    font-family: 'Black';
    src: url('../fonts/Black.eot');
    src: url('../fonts/Black.eot') format('embedded-opentype'),
         url('../fonts/Black.woff2') format('woff2'),
         url('../fonts/Black.woff') format('woff'),
         url('../fonts/Black.ttf') format('truetype'),
         url('../fonts/Black.svg#Black') format('svg');
}

body {
    font-family: 'Regular' !important;
}

.modal .ratio iframe {
	width: 100%;
	height: 100%;
	border-radius: .5rem;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'Bold' !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

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

.head_fixed {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
}

header {
    position: fixed;
    z-index: 9;
    top: 1.5rem;
    width: 100%;
}

header .container {
    padding: 1rem 2rem;
    border-radius: 5rem;
}

header .container .col {
    display: flex;
    align-items: center;
    gap: 10rem;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-family: 'Medium';
    display: flex;
    gap: 2rem;
    align-items: center;
}

header ul a {
    color: #fff !important;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    border-radius: 5rem;
}

header ul a:hover {
    border-color: #fff;
}

.block__1 {
    background: url(../img/block_1.png) center no-repeat;
    background-size: cover !important;
    padding-top: 250px;
    padding-bottom: 150px;
    text-transform: uppercase;
    min-height: 1200px;
}

.block__1 h1 {
    font-size: 3rem;
    color: #fff;
}

.block__1 h1 span {
    color: #ADFF00;
}

.block__1 h2 {
    font-size: 2rem;
    color: #fff;
}

.block__1 .col > div {
    max-width: 800px;
}

.block__1 .col > div a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    color: #000;
    padding: 1rem;
    border-radius: 5rem;
    background: linear-gradient(to right, #52F41B, #ADFF01);
    margin-top: 3rem;
}

.block__1 .col > div a:hover {
    background: #ADFF01;
}

#menu .btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

#menu ul {
    list-style: none;
    font-size: 1.5rem;
    line-height: 200%;
}

#menu ul a {
    color: #000 !important;
}

.block__2 {
    margin-top: 7rem;
}

.block__2 .col > div {
    display: flex;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.block__2 .col > div p {
    font-size: 1.5rem;
    padding: 5rem 10rem;
    background: #EBEBEB;
    border-radius: 50rem;
}

.block__2 .col > div > picture {
    position: absolute;
    left: -5rem;
    top: 15%;
}

.block__2 .col > div > div picture {
    position: absolute;
    left: 10rem;
    top: -2rem;
}

.block__2 {
    margin-top: 5rem;
}

.block__2 em {
    color: #48BA82;
    font-size: 1.5rem;
    font-family: 'Medium';
    font-style: normal;
}

.block__2 h2 {
    font-size: 2rem;
}

.block__2 p {
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
}

.block__3 {
    margin-top: 5rem;
}

.block__3 h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
}

.block__3__1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.block__3__1 a > div {
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 1rem;
    transition: .3s all;
}

.block__3__1 a > div:hover {
    transform: scale(1.1);
}

.block__3__1 a > div p {
    margin: 0;
    font-family: 'Medium';
    font-size: 1.2rem;
    max-width: 200px;
    color: #fff;
}

.block__3__1 a:first-child > div {
    background: linear-gradient(to right, #D23670, #EEA810);
}

.block__3__1 a:nth-child(2n) > div {
    background: linear-gradient(to right, #FD0252, #006273);
}

.block__3__1 a:last-child > div {
    background: linear-gradient(to right, #FA0606, #000000);
}

.block__4 {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.block__4 .col > div {
    padding: 3.5rem;
    border-radius: 2rem;
    background: url(../img/telegram__bg.png) center no-repeat;
    background-size: cover;
    color: #fff;
}

.block__4 h2 {
    font-size: 3rem;
    max-width: 500px;
}

.block__4 p {
    font-size: 1.5rem;
    max-width: 500px;
    margin: 1rem 0 0 0;
}

.block__4 a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 2rem;
    color: #000 !important;
    padding: 1rem 2rem;
    border-radius: 5rem;
    background: linear-gradient(to right, #52F41B, #ADFF01);
    margin-top: 2rem;
    text-transform: uppercase;
    font-family: 'Bold';
    margin-left: 10%;
}

.block__4 a:hover {
    background: #ADFF01;
}

.carousel {
    position: relative;
    margin-top: -3.5rem;
}

.carousel .item {
    height: calc(356px + 8.5rem);
}

.carousel .item .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 1rem;
    overflow: hidden;
}

.carousel .item .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.carousel .item .ratio > div > picture::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.6));
    position: absolute;
}

.block__5 h2 {
    font-size: 2rem;
    color: #134B25;
    margin-top: 1rem;
}

.block__5 p {
    font-size: 1rem;
}

.block__5 p strong {
    color: #134B24;
}

.block__5__1 {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding: 2rem;
    color: #fff;
}

.block__5__1 span {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.block__5__1 p {
    margin: 0;
}

.block__5__1 picture {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.block__5__1 b {
    font-family: 'Demi';
    font-size: 1.5rem;
}

.carousel .owl-nav {
    height: 1px;
    max-width: 100% !important;
    top: 0;
}

.carousel .owl-nav .owl-next,
.carousel .owl-nav .owl-prev {
    margin: 0;
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 100% !important;
    border: 1px solid #318E4D !important;
}

.carousel .owl-nav .owl-prev {
    right: 4rem !important;
    background: url(../img/left_green.svg) center no-repeat #fff !important;
}

.carousel .owl-nav .owl-prev:hover {
    right: 4rem !important;
    background: url(../img/left.svg) center no-repeat #318E4D !important;
}

.carousel .owl-nav .owl-next {
    background: url(../img/right_green.svg) center no-repeat #fff !important;
}

.carousel .owl-nav .owl-next:hover {
    background: url(../img/right.svg) center no-repeat #318E4D !important;
}

.block__6 {
    margin-top: 5rem;
}

.block__6__1 {
    width: 100%;
    height: 450px;
    background: url(../img/video.png) center no-repeat;
    background-size: cover;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__6__1 a:hover {
    transform: scale(1.1);
}

.block__7 {
    margin-top: 3.5rem;
    background: url(../img/bg__2.png) center top no-repeat #FAFAFA;
    height: 1400px;
}

.block__7 .row {
    height: 1290px !important;
}

.block__7 h2 {
    margin-top: 15rem;
}

.block__7 p {
    font-size: 1.5rem;
}

.block__7__1 p {
    max-width: 350px;
    margin-left: 5rem;
}

.block__8 {
    margin-top: 3.5rem;
}

.block__8 h2 {
    font-family: 'Medium' !important;
    font-size: 2.5rem;
}

.block__8 p {
    font-size: 1.5rem;
}

.block__8__1 .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.block__8__1 .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block__8__1 .ratio > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__8__1 .ratio a {
    position: relative;
    z-index: 9;
}

.block__8__1 .ratio a:hover {
    transform: scale(1.2);
}

.block__8__1 {
    background: url(../img/bg__3.png) center no-repeat;
    background-size: cover;
    border-radius: 1rem;
    padding-bottom: 2rem;
    color: #fff;
}

.block__8__1 h3 {
    max-width: 400px;
    margin: 3rem auto;
}

.block__8__1 .mb-4 > div {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.block__8__1 .mb-4 > div picture {
    display: block;
    width: 3rem;
}

.block__8__2 {
    padding: 0 3rem;
}

.block__8__2 p {
    font-size: 1rem;
    margin: 0;
}

.block__9 {
    margin-top: 3.5rem;
}

.block__9 .row:first-child h2 {
    font-size: 2.7rem;
    font-family: 'Medium' !important;
}

.block__9 .row:first-child p {
    font-size: 1.5rem;
}

.block__9 .row:last-child > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.block__9 .row:last-child > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.5rem;
    transition: .3s all;
}

.block__9 .row:last-child > div > div:last-child {
    padding-bottom: 0;
    border: 0;
}

.block__9 .row:last-child > div > div > div {
    width: 100%;
    font-size: 2rem;
    font-family: 'Medium';
}

.block__9 .row:last-child > div > div > div:first-child {
    width: 3rem;
    color: #999;
    font-family: 'Regular';
    font-size: 1rem;
}

.block__9 .row:last-child > div > div > div:last-child {
    width: 5rem;
    opacity: .5;
    transition: .3s all;
}

.block__9 img {
    width: 100% !important;
    border-radius: 1.5rem;
}

.block__9 .row:last-child > div > div:hover {
    border-color: #000;
}

.block__9 .row:last-child > div > div:hover > div:last-child {
    opacity: 1;
}

.block__10 {
    margin-top: 5rem;
}

.block__10 h2 {
    font-size: 2rem;
    font-family: 'Medium' !important;
}

.block__10 .ratio div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.block__10 .ratio div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block__10 .ratio div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__10 .ratio a {
    position: absolute;
    z-index: 9;
}

.block__10 .ratio a:hover {
    transform: scale(1.2);
}

.block__11 {
    margin-top: 5rem;
    background: url(../img/bg__4.png) center top no-repeat;
    height: 500px;
}

.block__11 span {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    margin-top: 10rem;
}

.block__11 h2 {
    font-size: 2.5rem;
    margin: 1rem 0 2rem 0;
}

.block__11__1 {
    display: flex;
}

.block__11__1 picture {
    display: block;
    width: 2rem;
}

.block__12 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../img/bg__5.svg) center top 5rem no-repeat;
    background-size: cover;
}

.block__12 h2 {
    font-family: 'Medium' !important;
    font-size: 3rem;
}

.block__12 p {
    font-size: 2rem;
}

.block__13 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../img/bg__6.svg) center top no-repeat;
    background-size: cover;
}

.block__13__1 {
    border-radius: 2rem;
    display: flex;
    gap: 3rem;
    padding: 0 7rem;
    align-items: center;
    background: url(../img/bg__3.png) center no-repeat;
    background-size: cover;
    justify-content: space-between;
}

.block__13__1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.block__13__1 > div:first-child {
    margin-right: 5rem;
}

.block__13__1 h2 {
    color: #fff;
    font-family: 'Medium' !important;
    margin-bottom: 2rem;
    font-size: 1.7rem;
}

.block__13__1 input {
    width: 400px;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.block__13__1 button {
    display: flex;
    align-items: center;
    padding: .5rem .5rem .5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    border: 0;
    gap: 2rem;
    text-transform: uppercase;
    font-family: 'Medium';
    margin: 0 auto;
}

.block__13__1 > div > picture {
    width: 350px !important;
}

.block__14 span {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
}

.block__14 h2 {
    font-size: 3rem;
    font-family: 'Medium';
}

.block__14 .block__11__1 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

footer .container-fluid {
    background: url(../img/bg__3.png) center no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #fff;
    border-radius: 2rem 2rem 0 0;
}

footer h2 {
    font-size: 2.5rem;
    max-width: 500px;
}

footer p {
    font-size: 1.5rem;
    max-width: 500px;
}

.f_1 > div {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    font-size: 1.5rem;
    font-family: 'Medium';
}

.f_1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.f_1 > div a {
    color: #fff;
}

.f_1 > div a:hover {
    color: #52F41B;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .block__1 {
        min-height: auto;
    }
    .carousel .item {
        height: calc(356px + 4.5rem);
    }
}

@media (max-width: 1200px) {
    header .container .col {
        gap: 1rem;
        justify-content: space-between;
    }

    header ul {
        gap: 0;
    }

    .owl-item {
        margin-top: 0 !important;
    }

    .carousel {
        margin-top: 2rem;
    }

    .carousel .item {
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .block__2 .col > div {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }

    .block__2 .col > div > picture {
        position: relative;
        left: 0;
        top: 0;
    }

    .block__2 .col > div > div {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .block__2 .col > div > div picture {
        position: relative;
        width: 5rem;
        left: 0;
        top: 0;
        width: 10%;
    }

    .block__2 .col > div > div p {
        padding: 5rem;
        width: 90%;
        border-radius: 2rem;
    }

    .block__11 {
        margin-top: 3.5rem;
        background: #f9f9f9;
        padding-top: 3rem;
        padding-bottom: 3rem;
        height: auto;
    }
    
    .block__11 span {
        margin-top: 0;
    }
    
    .block__11 h2 {
        font-size: 2.5rem;
        margin: 1rem 0 2rem 0;
    }
    
    .block__11__1 {
        display: flex;
    }
    
    .block__11__1 picture {
        display: block;
        width: 2rem;
    }

    .block__13__1 > div:first-child {
        margin-right: 0;
    }
    
    .block__13__1 h2 {
        color: #fff;
        font-family: 'Medium' !important;
        margin-bottom: 2rem;
        font-size: 1.7rem;
    }
    
    .block__13__1 input {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }

    .block__13__1 {
        border-radius: 2rem;
        display: flex;
        gap: 0rem;
        padding: 1.5rem;
    }

    .block__13__1 form {
        width: 100%;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .block__1 {
        padding-top: 15rem;
        padding-bottom: 5rem;
        background-size: 550% !important;
    }

    .block__1 h1 {
        font-size: 2.5rem;
    }
    
    .block__1 h2 {
        font-size: 1.5rem;
        color: #fff;
    }

    .block__2 {
        margin-top: 5rem;
    }

    .block__2 .col > div {
        gap: 1rem;
    }

    .block__2 .col > div > div {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .block__2 .col > div > div picture {
        position: absolute;
        left: auto;
        right: 1.5rem;
        width: 30%;
        top: 7%;
    }

    .block__2 .col > div > div p {
        padding: 5rem;
        width: 100%;
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .block__3__1 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .block__3 h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .block__4 {
        margin-top: 3rem;
    }
    
    .block__4 .col > div {
        padding: 3rem;
        border-radius: 2rem;
    }
    
    .block__4 h2 {
        font-size: 2rem;
    }
    
    .block__4 p {
        font-size: 1rem;
    }

    .block__4 a {
        font-size: 1rem;
        margin-left: 0;
    }

    .carousel {
        margin-top: 1rem;
        margin-bottom: 5rem;
    }

    .carousel .owl-nav {
        height: 1px;
        max-width: 100% !important;
        top: auto;
        bottom: -2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .75rem !important;
    }

    .carousel .owl-nav > button {
        position: relative !important;
        margin: 0 !important;
        left: 0;
        right: 0;
    }

    .block__6 {
        margin-top: 3.5rem;
    }
    
    .block__6__1 {
        width: 100%;
        height: 350px;
    }

    .block__7 {
        background: #FAFAFA !important;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .block__7 .row {
        align-items: start;
        justify-content: start;
        height: auto !important;
    }

    .block__7 h2 {
        margin-top: 0;
    }

    .block__7__1 p {
        max-width: 350px;
        margin-left: 0;
    }

    .block__9 .row:last-child > div > div > div {
        width: 100%;
        font-size: 1.2rem;
        font-family: 'Medium';
    }
    
    .block__9 .row:last-child > div > div > div:first-child {
        width: 3rem;
        color: #999;
        font-family: 'Regular';
        font-size: .8rem;
    }

    .block__12 h2 {
        font-size: 2rem;
    }
    
    .block__12 p {
        font-size: 1rem;
    }

    footer .container-fluid {
        margin-top: 5rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
        color: #fff;
        border-radius: 2rem 2rem 0 0;
    }
    
}