html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:900}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.eot');
    src: local('Onest Regular'), local('Onest-Regular'),
        url('../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff'),
        url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.eot');
    src: local('Onest Medium'), local('Onest-Medium'),
        url('../fonts/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Medium.woff2') format('woff2'),
        url('../fonts/Onest-Medium.woff') format('woff'),
        url('../fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-ExtraBold.eot');
    src: local('Onest ExtraBold'), local('Onest-ExtraBold'),
        url('../fonts/Onest-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-ExtraBold.woff2') format('woff2'),
        url('../fonts/Onest-ExtraBold.woff') format('woff'),
        url('../fonts/Onest-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Onest';
    color: #31363C;
    background-color: #FFFFFF;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    z-index: 1;
}

.section__anchor {
    position: absolute;
    top: -60px;
}

.container {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
}

@media only screen and (max-width: 1539px){
    .container {
        max-width: 1180px;
    }
}

@media only screen and (max-width: 1179px){
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container {
        max-width: 390px;
        padding: 0 20px;
    }

    .section__anchor {
        top: -40px;
    }
}

@media only screen and (max-width: 389px){
    .container {
        max-width: 375px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 374px){
    .container {
        max-width: 360px;
    }
}

@media only screen and (max-width: 359px){
    .container {
        max-width: 320px;
    }
}

.noscroll {
    overflow: hidden;
}

a {
    color: #3E3E3F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 16px;
}

p:last-child{
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    width: 100%;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.disabled {
    opacity: .75;
    cursor: not-allowed;
}

/*     header     */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 36px 0;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
    z-index: 10;
}

.header__burger {
    display: none;
}

.header__block {
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 44px;
    padding-left: 148px;
}

.header__logo {
    position: absolute;
    top: -5px;
    left: 0;
    width: 55px;
    height: 61px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header__menu ul {
    display: flex;
    column-gap: 61px;
}

.header__menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
    .header__menu a {
        padding: 6px 0;
        border-bottom: 1px solid rgba(255, 190, 85, 0);
        -webkit-transition: border 0.2s;
        -moz-transition: border 0.2s;
        -o-transition: border 0.2s;
        transition: border 0.2s;
    }

    .header__menu a:hover {
        border-color: rgba(141, 212, 73, 1);
    }
}

.header__language {
    position: relative;
    width: 94px;
    min-height: 38px;
}

.header__language-main {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding-bottom: 0;
    background: rgba(65, 56, 42, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
}

.active .header__language-main {
    padding-bottom: 6px;
    background: rgba(12, 22, 25, 0.5);
    border-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header__language-main ul {
    display: flex;
    flex-direction: column
}

.header__language-main li {
    height: 0;
    opacity: 0;
    order: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden
}

.active .header__language-main li {
    height: auto;
    opacity: 1
}

.header__language-main li.current-lang {
    height: auto;
    display: flex;
    opacity: 1;
    order: 1
}

.header__language-main li.current-lang:hover {
    cursor: pointer
}

.header__language-main li a {
    display: flex;
    width: 100%;
    padding: 0 33px 0 38px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #726E5E;
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header__language-main li.current-lang a {
    padding: 6px 33px 6px 38px;
}

.header__language-main li.current-lang a,
.header__language-main li a:hover {
    color: #fff;
}

.header__language-main li.current-lang a {
    position: relative;
    padding-right: 33px;
    padding-left: 38px;
    pointer-events: none
}

.header__language-main li.current-lang a:before {
    position: absolute;
    content: '';
    top: calc(50% - 12px);
    left: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../img/language-planet.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.header__language-main li.current-lang a:after {
    position: absolute;
    content: '';
    top: calc(50% - 12px);
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../img/language-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.active .header__language-main li.current-lang a:after {
    transform: rotate(-180deg);
}

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

}

@media only screen and (max-width: 1179px){
    .header__block {
        padding-left: 120px;
    }

    .header__menu ul {
        column-gap: 40px;
    }

    .header__language-main ul {
        column-gap: 25px;
    }
}

@media only screen and (max-width: 1023px){
    .header {
        padding: 20px 0 10px;
    }

    .header__language {
        position: absolute;
        top: -3px;
        left: 129px;
    }

    .header_open {
        height: 100vh;
        background-color: #1B1E23;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header__block {
        min-height: 38px;
    }

    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 41px;
        height: 46px;
    }

   .header__menu {
        display: none;
    }

    .header__burger {
        display: block;
        position: absolute;
        top: -3px;
        right: -5px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        background-image: url(../img/burger-lines.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_open .header__burger {
        background-image: url(../img/close-burger.svg);
    }

    .header__menu {
        width: 100%;
    }

    .header__block {
        padding-left: 0;
    }

    .header_open .header__menu {
        display: block;
    }

    .header_open .header__menu ul {
        flex-direction: column;
        column-gap: 0;
        row-gap: 42px;
        padding: 116px 0 0 43px;
    }

    .header__menu a {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
    }
}

/*     start     */

.start {
    position: relative;
    padding: 235px 0 183px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.start:before {
    position: absolute;
    content: '';
    inset: 0;
    width: 74.6%;
    background: linear-gradient(90deg, rgba(13, 18, 26, 0.85) 0%, rgba(20, 22, 26, 0) 100%);
    z-index: 3;
}

.start:after {
    position: absolute;
    content: '';
    inset: 0;
    height: 100px;
    background: linear-gradient(180deg, #13161A 0%, rgba(20, 22, 26, 0) 100%);
    z-index: 3;
}

.start__block {
    padding-left: 160px;
}

.start__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #8DD449;
}

.start__text {
    margin-top: 48px;
    font-weight: 700;
    font-size: 40px;
    line-height: 127%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.start__btn {
    display: flex;
    margin-top: 99px;
}

.start__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #1B2C0A;
    background-color: #8DD449;
}

.start__btn a:hover {
    background-color: #84cc3f;
}

.start__btn .btn {
    min-width: 334px;
}

@media only screen and (max-width: 1539px){
    .start {
        padding: 185px 0 133px;
    }

    .start__btn a {
        padding: 24px 66px;
        font-size: 22px;
    }

}

@media only screen and (max-width: 1179px) {
    .start {
        padding: 155px 0 93px;
    }

    .start__block {
        padding-left: 120px;
    }

    .start__title {
        font-size: 42px;
    }

    .start__text {
        margin-top: 30px;
        font-size: 34px;
    }

    .start__btn {
        margin-top: 69px;
    }

    .start__btn .btn {
        min-width: 284px;
    }

    .start__btn a {
        padding: 24px 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .start {
        height: 100vh;
        max-height: 700px;
        padding: 144px 0 28px;
    }

    .start:before {
        width: 100%;
        background: linear-gradient(90deg, rgba(13, 18, 26, 0.85) 0%, rgba(20, 22, 26, 0.5) 100%);
    }

    .start__block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding-left: 0;
    }

    .start__title {
        font-size: 32px;
    }

    .start__text {
        margin-top: 14px;
        font-size: 24px;
        line-height: 129%;
    }

    .start__btn {
        justify-content: center;
        margin-top: 0;
    }

    .start__btn a {
        padding: 26px;
    }

    .start__btn .btn {
        min-width: 334px;
    }
}

@media only screen and (max-width: 359px){
    .start__title {
        font-size: 28px;
    }

    .start__text {
        font-size: 20px;
    }

    .start__btn .btn {
        min-width: 100%;
    }
}

/*     about     */

.about {
    position: relative;
    padding: 152px 0 163px;
    z-index: 1;
}

.about__block {
    max-width: 1200px;
    margin: 0 auto;
}

.about__main {
    position: relative;
    padding-left: 366px;
}

.about__logo {
    position: absolute;
    left: 0;
    bottom: 7px;
}

.about__text {
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
}

.about__subtext {
    font-size: 18px;
    line-height: 150%;
}

.about__content {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}

.about__icons {
    position: relative;
    display: flex;
    column-gap: 286px;
    margin-top: 150px;
}

.about__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #D1D5DA;
}

.about__icons.show_mob {
    display: none;
}

.about__icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 79px;
    right: -287px;
    height: 1px;
    background-color: #D1D5DA;
}

.about__icon:last-child:after {
    right: -2000px;
}

.about__icon:first-child:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -2000px;
    right: 79px;
    height: 1px;
    background-color: #D1D5DA;
}

@media only screen and (max-width: 1539px) {
    .about__block {
        max-width: 900px;
        margin: 0 auto;
    }

    .about__main {
        padding-left: 296px;
    }

    .about__logo {
        bottom: 0;
    }

    .about__logo svg {
        width: 148px;
        height: 166px;
    }

    .about__content {
        row-gap: 25px;
    }

    .about__text {
        font-size: 24px;
        line-height: 130%;
    }

    .about__subtext {
        font-size: 16px;
    }

    .about__icons {
        column-gap: 193px;
        margin-top: 130px;
    }

    .about__icon:after {
        right: -194px;
    }
}

@media only screen and (max-width: 1179px) {
    .about {
        padding: 122px 0 133px;
    }

    .about__block {
        max-width: 770px;
    }

    .about__main {
        padding-left: 266px;
    }

    .about__logo svg {
        width: 126px;
        height: 140px;
    }

    .about__content {
        row-gap: 20px;
    }

    .about__text {
        font-size: 20px;
    }

    .about__subtext {
        font-size: 14px;
    }

    .about__icon {
        width: 60px;
        height: 60px;
    }

    .about__icon svg {
        width: 24px;
        height: 24px;
    }

    .about__icons {
        column-gap: 172px;
        margin-top: 130px;
    }

    .about__icon:first-child:before {
        right: 59px;
    }

    .about__icon:after {
        left: 59px;
        right: -173px;
    }
}

@media only screen and (max-width: 1023px) {
    .about {
        padding: 58px 0 61px;
    }

    .about__block {
        position: relative;
    }

    .about__main {
        padding-left: 0;
    }

    .about__logo {
        display: flex;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }

    .about__logo svg {
        width: 67px;
        height: 75px;
    }

    .about__content {
        row-gap: 19px;
        margin-top: 39px;
    }

    .about__text {
        font-size: 16px;
        line-height: 150%;
    }

    .about__text br {
        display: none;
    }

    .about__subtext br {
        display: none;
    }

    .about__icons.show_pc {
        display: none;
    }

    .about__icons.show_mob {
        display: flex;
        column-gap: 56px;
        margin-top: 0;
    }

    .about__icon {
        width: 42px;
        height: 42px;
        z-index: 2;
    }

    .about__icon:nth-child(1) {
        background-color: #FCFEFB;
    }

    .about__icon:nth-child(2) {
        background-color: #F7FCF2;
    }

    .about__icon:nth-child(3) {
        background-color: #F4FBEE;
    }

    .about__icon:nth-child(4) {
        background-color: #F2FAEB;
    }

    .about__icon svg {
        width: 16px;
        height: 16px;
    }

    .about__icons:before {
        position: absolute;
        content: '';
        top: 50%;
        left: -500px;
        right: -500px;
        height: 1px;
        background-color: #D1D5DA;
        z-index: 1;
    }

    .about__icon:before {
        display: none;
    }

    .about__icon:after {
        display: none;
    }
}

@media only screen and (max-width: 359px) {
    .about__logo {
        left: 0;
    }

    .about__logo svg {
        width: 55px;
        height: 62px;
    }

    .about__icons {
        left: 95px;
        column-gap: 5px;
    }
}

/*     bg     */

.bg {
    position: relative;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 560px) {
    .bg {
        background-image: url(../img/bg-mob.jpg);
    }
}

/*     activities     */

.activities {
    position: relative;
}

.activities__title {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.activities__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
    border-top: 1px solid #D1D5DA;
    z-index: 2;
}

.activities__column {
    width: 25%;
}

.activities__item {
    position: relative;
    height: 615px;
    padding: 54px 25px 50px 50px;
    border-right: 1px solid #D1D5DA;
}

.activities__item-content {
    position: relative;
    z-index: 2;
}

.activities__column:last-child .activities__item {
    border-right: none;
}

.activities__item-img {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1024px) {
    .activities__item:hover .activities__item-img {
        opacity: 1;
    }

    .activities__item:hover .activities__item-title {
        border-bottom: 1px solid #FFFFFF;
    }

    .activities__item:hover .activities__item-title,
    .activities__item:hover .activities__item-text {
        color: #FFFFFF;
    }

    .activities__item:hover .activities__item-text {
        color: #FFFFFF;
        opacity: 1;
    }
}

.activities__item-img:before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(13, 18, 26, 0.75);
}

.activities__item-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #7DBD40;
}

.activities__item-title {
    display: inline-block;
    margin-top: 205px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 10px;
    border-bottom: 1px solid #31363C;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.activities__item-text {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.activities__slider {
    display: none;
}

@media only screen and (max-width: 1539px) {
    .activities:before {
       bottom: -600px;
    }

    .activities__title {
        max-width: 900px;
        font-size: 34px;
    }

    .activities__item {
        height: 480px;
        padding: 40px 25px 40px 40px;
    }

    .activities__item-title {
        margin-top: 115px;
        font-size: 20px;
    }

    .activities__item-text {
        font-size: 16px;
    }

    .activities__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .activities__title {
        max-width: 770px;
        font-size: 30px;
    }

    .activities__list {
        margin-top: 34px;
    }

    .activities__item {
        height: 420px;
        padding: 30px 15px 30px 30px;
    }

    .activities__item-number {
        font-size: 18px;
    }

    .activities__item-title {
        margin-top: 135px;
        font-size: 18px;
    }

    .activities__item-text {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .activities {
        padding-bottom: 60px;
    }

    .activities__title {
        font-size: 24px;
        line-height: 130%;
    }

    .activities__list {
        display: none;
    }

    .activities__slider {
        display: flex;
        margin-top: 30px;
    }

    .activities__item {
        border-right: none;
        height: 478px;
        padding: 33px 15px 30px 32px;
    }

    .activities__item-img {
        opacity: 1;
    }

    .activities__item-number {
        font-size: 21px;
    }

    .activities__item-title {
        border-bottom: 1px solid #FFFFFF;
    }

    .activities__item-title,
    .activities__item-text {
        color: #FFFFFF;
    }

	.activities__item-title {
        margin-top: 106px;
        font-size: 24px;
    }
	
    .activities__item-text {
        margin-top: 15px;
        font-size: 16px;
        opacity: 1;
    }

	.activities__item-text br {
		display: block;	
	}

    .activities__slider .owl-nav {
        display: none!important;
    }

    .activities__slider .owl-dots {
        position: absolute!important;
        left: 0!important;
        right: 0!important;
        bottom: 20px!important;
        display: flex!important;
        column-gap: 8px!important;
        justify-content: center!important;
    }

    .activities__slider .owl-dot {
        width: 66px!important;
        height: 3px!important;
        background: rgba(255, 255, 255, 0.25)!important;
        border-radius: 3px!important;
    }

    .activities__slider .owl-dot.active {
        background: rgba(255, 255, 255, 1)!important;
    }

    .activities__slider .owl-stage-outer {
        overflow: visible;
    }
}

@media only screen and (max-width: 359px) {
    .activities__slider .owl-dot {
        width: 55px !important;
    }
}

/*     why     */

.why {
    position: relative;
    padding: 147px 0 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    z-index: 2;
}

.why__block {
    position: relative;
    max-width: 1280px;
    margin: 65px auto 0;
}

.why__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    left: calc(50% - 203px);
    width: 407px;
    height: 407px;
    border-radius: 50%;
    border: 1px solid #616366;
    z-index: 1;
}

.why__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}

.why__list {
    position: relative;
    height: 434px;
    z-index: 2;
}

.why__item {
    position: absolute;
    display: flex;
    column-gap: 22px;
    z-index: 2;
}

.why__item.item-1 {
    top: 0;
    left: 0;
}

.why__item.item-2 {
    top: 0;
    right: 0;
}

.why__item.item-3 {
    left: 0;
    top: 356px;
}

.why__item.item-4 {
    right: 0;
    top: 356px;
}

.why__item.item-2 .why__item-icon,
.why__item.item-4 .why__item-icon {
    order: 2;
    text-align: right;
}

.why__item.item-2 .why__item-content,
.why__item.item-4 .why__item-content {
    order: 1;
    text-align: right;
}

.why__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: #8DD449;
}

.why__item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.why__item-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.01em;
}

.why__item-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.why__line {
    position: absolute;
    z-index: 1;
}

.why__line.line-1 {
    top: 42px;
    left: 0;
}

.why__line:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #0C1619;
    border: 6px solid #8DD449;
}

.why__line.line-1:before {
    right: -10px;
    bottom: -11px;
}

.why__line.line-2 {
    top: 42px;
    right: 0;
}

.why__line.line-2:before {
    left: -12px;
    bottom: -11px;
}

.why__line.line-3 {
    left: 0;
    top: -2px;
}

.why__line.line-3:before {
    top: -10px;
    right: -10px;
}

.why__line.line-4 {
    right: 0;
    top: -2px;
}

.why__line.line-4:before {
    top: -10px;
    left: -10px;
}

@media only screen and (max-width: 1539px) {
    .why {
        padding: 97px 0 130px;
    }

    .why__title {
        font-size: 36px;
    }

    .why__block {
        max-width: 1000px;
        margin: 55px auto 0;
    }

    .why__list {
        height: 339px;
    }

    .why__item {
        column-gap: 15px;
    }

    .why__item.item-3 {
        top: 283px;
    }

    .why__item.item-4 {
        top: 283px;
    }

    .why__item-content {
        row-gap: 15px;
    }

    .why__item-title {
        font-size: 22px;
        line-height: 110%;
    }

    .why__item-subtitle {
        font-size: 14px;
        line-height: 120%;
    }

    .why__item-icon {
        width: 52px;
        height: 52px;
    }

    .why__item-icon svg {
        width: 34px;
        height: 34px;
    }

    .why__line svg {
        width: 343px;
    }

    .why__line.line-1 {
        top: 28px;
    }

    .why__line.line-2 {
        top: 28px;
    }

    .why__line.line-3 {
        top: -10px;
    }

    .why__line.line-4 {
        top: -10px;
    }

    .why__logo {
        top: 36px;
        left: calc(50% - 138px);
        width: 276px;
        height: 276px;
    }

    .why__logo svg {
        width: 132px;
        height: 148px;
    }
}

@media only screen and (max-width: 1023px) {
    .why {
        padding: 43px 0 42px;
        background-color: #0C1619;
    }

    .why__title {
        font-size: 24px;
        text-align: left;
    }

    .why__block {
        margin-top: 61px;
    }

    .why__logo {
        display: none;
    }

    .why__list {
        display: flex;
        flex-direction: column;
        row-gap: 37px;
        height: auto;
    }

    .why__list:after {
        position: absolute;
        content: '';
        top: 20;
        right: 0;
        bottom: 110px;
        width: 1px;
        background-color: #616366;
        z-index: 1;
    }

    .why__item {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        column-gap: 0;
    }

    .why__item.item-3 {
        top: auto;
    }

    .why__item.item-4 {
        top: auto;
    }


    .why__item.item-2 .why__item-icon,
    .why__item.item-4 .why__item-icon {
        order: initial;
        text-align: initial;
    }

    .why__item.item-2 .why__item-content,
    .why__item.item-4 .why__item-content {
        order: initial;
        text-align: initial;
    }

    .why__item-icon {
        width: 45px;
        height: 45px;
    }

    .why__item-icon svg {
        width: 26px;
        height: 26px;
    }

    .why__item-content {
        row-gap: 8px;
    }

    .why__item-title {
        padding-right: 20px;
        font-size: 24px;
        line-height: 150%;
    }

    .why__item-subtitle {
        padding-right: 20px;
    }

    .why__line {
        top: -38px!important;
        left: 66px!important;
        right: 0!important;
        width: auto;
        height: 1px;
        background-color: #616366;
    }

    .why__line svg {
        display: none;
    }

    .why__line:before {
        position: absolute;
        content: '';
        top: -7px!important;
        left: auto!important;
        right: -8px!important;
        bottom: auto!important;
        width: 16px;
        height: 16px;
        border: 4px solid #8DD449;
    }
}

@media only screen and (max-width: 359px) {
    .why__item-title {
        font-size: 20px;
    }

    .why__item-subtitle {
        font-size: 12px;
    }
}

/*     footer     */

.footer {
    position: relative;
    padding: 31px 0 31px;
    background-color: #FFFFFF;
    background-image: url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}

.footer__block a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.footer__block svg {
    flex: 0 0 38px;
}

.footer__mail,
.footer__phone {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.footer__address {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 18px;
    line-height: 150%;
    color: #1D1E24;
}

@media only screen and (max-width: 1539px){
    .footer__block {
        max-width: 1000px;
    }

    .footer__mail,
    .footer__phone {
        font-size: 16px;
    }

    .footer__address {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        padding: 39px 0;
        background-image: url(../img/footer-bg-mob.jpg);
    }

    .footer__block {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer__mail {
        order: 2;
    }

    .footer__phone {
        order: 1;
    }

    .footer__address {
        align-items: initial;
        order: 3;
    }

    .footer__address br {
        display: none;
    }
}