@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    font-family: 'Arsenal', sans-serif;
    z-index: 10;
    position: relative;
    text-shadow: #121212 0 0 20px;
}

body{
    background: #121212 url(bg.jpg) no-repeat top center / contain;
    width: 100vw;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

header{
    position: relative;
    height: calc(100px - 37px - 36px);
    /*background: #121212;*/
    padding: 37px 90px 36px 90px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    position: relative;
    float: left;
    width: 199px;
    height: 33px;
    background: url(logo.svg) center center no-repeat;
    background-size: contain;
    z-index: 10;
}

.menu{
    float: right;
    list-style: none;
}
.menuItem{
    display: inline-block;
    line-height: calc(100px - 37px - 36px);
    margin-left: 51px;
    font-weight: 500;
    font-size: 16px;
    background: #66FFDA;
    font-family: Inter, sans-serif;
    padding: 10px 20px;
    border-radius: 8px;
}
.headerBurgerMenu {
    display: none;
    float: right;
}
.headerBurgerMenu__toogle {
    opacity: 0;
}
.headerBurgerMenu__button {
    display: flex;
    /* используем flex для центрирования содержимого */
    align-items: center;
    /* центрируем содержимое кнопки */
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
}
.headerBurgerMenu__span {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: black;
    font-size: 0;
    color: transparent;
    transition: 200ms;
}
.headerBurgerMenu__span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: black;
    z-index: 1;
    transition: 200ms;
}
.headerBurgerMenu__span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    background-color: black;
    z-index: 1;
    transition: 200ms;
}
.headerBurgerMenu__box {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: calc(100% - 180px);
    height: fit-content;
    margin: 0;
    background-color: #fff;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    padding: 80px 90px;
    text-align: left;
    list-style: none;
    z-index: 2;
}
.headerBurgerMenu__box li{
    margin-top: 16px;
}
.headerBurgerMenu__item{
    color: #000;
    text-decoration: none;
}
.headerBurgerMenu > input:checked ~ .headerBurgerMenu__button > .headerBurgerMenu__span {
    transform: rotate(45deg);
}

.headerBurgerMenu > input:checked ~ .headerBurgerMenu__button > .headerBurgerMenu__span::before {
    top: 0;
    transform: rotate(0);
}

.headerBurgerMenu > input:checked ~ .headerBurgerMenu__button > .headerBurgerMenu__span::after {
    top: 0;
    transform: rotate(90deg);
}

.headerBurgerMenu > input:checked ~ .headerBurgerMenu__box {
    visibility: visible;
    right: 0;
}
@media (min-width: 830px) and (max-width: 1020px) {
    .menuItem{
        margin-left: 16px;
        font-size: 14px;
    }
}
@media (max-width: 830px) {
    .menu{
        display: none;
    }
    .headerBurgerMenu {
        display: flex;
        align-items: center;
    }
}
.menuItem a{
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
}

.background_full_width{
    width: 100%;
    height: auto;
    background: url('forest.jpg') no-repeat center center/cover;
    padding-bottom: 257px;
}
.background_full_width_thesis{
    background: url('img-village.jpeg') no-repeat center center/cover;
}
.screen{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 134px 0 0 0;
}
.screenQuote{
    padding: 120px 0;
}
.screenMidText{
    text-align: center;
}
.screenImageLeft{
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 477px 1fr;
}
.imageMarginBlock{
    margin-left: 51px;
}
@media (max-width: 830px) {
    .screenImageLeft{
        grid-template-columns: 1fr;
        grid-template-rows: 200px 1fr;
    }
    .imageMarginBlock{
        margin-left: 0;
        margin-top: 51px;
    }
}
.imageHugeOnBg{
    position: absolute;
    width: 630px;
    height: 630px;
    display: inline-block;
    right: -90px;
    top: calc(50% - 315px);
    background: url('img-heart.svg') no-repeat center center/contain;
}
.imageHugeOnBg2{
    position: absolute;
    width: 551px;
    height: 591px;
    display: inline-block;
    right: -50px;
    bottom: 100px;
    background: url('img_city.svg') no-repeat center center/contain;
}
.leftImage{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #6AA5D7;
    border-radius: 16px;
}
.leftImage:before{
    content: ' ';
    width: 100%;
    height: 100%;
    background: url('img-field.jpg') no-repeat center center/cover;
    border-radius: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 1;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
}
h1 span{
    font-family: 'Montserrat', sans-serif;
    color: #66FFDA;
}
.heroPar{
    margin-top: 32px;
    font-family: 'Inter', sans-serif;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    max-width: 487px;
    color: rgba(255,255,255,0.8);
    z-index: 10;
    text-shadow: #121212 0 0 20px;
}
.hugeMargin{
    margin-top: 32px;
}
.onImage{
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.onImageBorder{
    border: 2px solid #fff !important;
}
.convert{
    display: block;
    height: auto;
    margin-top: 32px;
}
.quote{
    border-left: 4px solid #6AA5D7;
    padding: 7px 0 7px 27px;
}
.quotePar{
    position: relative;
    margin: 0;
    max-width: 750px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    /* or 36px */
    color: #3D3D3D;
}
.quoteAuthor{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    color: #5A5A5A;
}
.button_round{
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 127%;
    color: #000;
    background: #66FFDA;
    text-decoration: none;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.cards{
    /*margin-top: -193px;*/
    display: grid;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin: -193px 90px 0 90px;
}
@media (min-width: 700px) and (max-width: 1020px) {
    .cards{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .cards{
        grid-template-columns: repeat(1, 1fr);
    }
}
.card{
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 32px 32px 32px 32px;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 44, 97, 0.2));*/
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 10px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: calc(100% - 32px - 57px);
    min-height: 404px;
}
.card1{
    background: #fff url('img_planet.svg') no-repeat right bottom/contain;
}
.card2{
    background: #fff url('img-hands.svg') no-repeat right bottom/contain;
}
.card3{
    background: #fff url('img-plant.svg') no-repeat right bottom/contain;
}
h3{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #6AA5D7;
}
.card ul{
    list-style: none;
}
.card ul li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #888;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 16px 0;
}
.imageLeftMargin{
    margin-left: 51px;
}
.button_fullWidth{
    position: absolute;
    height: calc(57px - 32px);
    bottom: 0;
    left: 0;
    background: #FF9D26;
    width: calc(100% - 64px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 127%;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 32px;
}
footer{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100px - 37px - 36px);
    /*background: #121212;*/
    padding: 37px 90px 36px 90px;
    margin: 144px 0 0 0;
    bottom: 0;
    left: 0;
    right: 0;
}
footer span{
    line-height: calc(100px - 37px - 36px);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.preFooter{
    padding-bottom: 200px;
}

.form{
    margin-top: 41px;
    position: relative;
    z-index: 11;
    width: 680px;
    height: 303px;
    background: url('form.svg') no-repeat center center/contain;
}

.bulletsIcon{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 32px;
}
.item{
    max-width: 330px;
}
.icon{
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 20px;
    transition: 200ms;
}
.icon_1{
    background: url(3User.svg) no-repeat center center/contain;
}
.icon_2{
    background: url(Activity.svg) no-repeat center center/contain;
}
.icon_3{
    background: url(Work.svg) no-repeat center center/contain;
}
.item p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    color: #FFFFFF;
}
.item p span{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    color: #66FFDA;
}
.item:hover .icon{
    transform: translateY(-8px);
}

.heroElement{
    display: block;
    position: absolute;
    z-index: 1;
    right: -400px;
    top: 0;
    width: 634px;
    height: 634px;
    background: url(shar.png) no-repeat center center/contain;
    -webkit-animation-name: flowTwo;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: flowTwo;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: flowTwo;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    animation-name: flowTwo;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.floatingBlocks{
    display: flex;
    flex-direction: column;
    position: relative;
}
.block{
    max-width: 620px;
    padding: 32px 64px;
    background: rgba(255,255,255,0.05);
    border-radius: 32px;
    margin-bottom: 32px;
}
.block_2{
    align-self: end;
}

.block_title{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    /* or 52px */


    color: #FFFFFF;
}
.block_par{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 16px;
    /* or 22px */


    color: #66FFDA;
}
@-ms-keyframes flowTwo {
    from {
        -ms-transform: translate(0, 0);
    } 50% {
          -ms-transform: translate(20px, 10px);
      } to {
            -ms-transform: translate(0, 0);
        }
}
@-moz-keyframes flowTwo {
    from {
        -moz-transform: translate(0, 0);
    } 50% {
          -moz-transform: translate(20px, 10px);
      } to {
            -moz-transform: translate(0, 0);
        }
}
@-webkit-keyframes flowTwo {
    from {
        -webkit-transform: translate(0, 0);
    } 50% {
          -webkit-transform: translate(20px, 10px);
      } to {
            -webkit-transform: translate(0, 0);
        }
}
@keyframes flowTwo {
    from {
        transform: translate(0, 0);
    } 50% {
          transform: translate(20px, 10px);
      } to {

            transform: translate(0, 0);
        }
}
