body {
    font-family: Century Gothic, sans-serif;
    /*min-width: 500px;*/
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 200ms;
}

a:hover {
    color: inherit;

}

body {
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

section {
    width: 100%;
}

#main {
    float: left;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
}


.header-left,
.open-business-text,
.block-header,
.why-we-item .item-header,
.get-it-text
{
    font-family: Intro, sans-serif;
}



.why-we,
.about-us {
    color: white;
}

.header-btn-block {
    color: white;
}

.doski-btn {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    background-color: #b0cb1f;
    border-radius: 30px;
    padding: 20px 60px;
    cursor: pointer;
}

.doski-btn:hover {
    color: black;
}

.about-us-img {

}


.block-header {
    font-size: 70px;
    text-align: center;
    padding: 20px 0;
}

.why-we-items {
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
}

.why-we .item-header {
    font-size: 2vh;
    text-align: center;
}

.why-we .item-text {
    font-size: 2vh;
    text-align: center;
    padding-top: 1vh;
}
.why-we .item-img {
    background-repeat: no-repeat;
    background-position: center;
    height: 312px;
}

.why-we-item {

}
.block.why-we > .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.why-we .block-header {
    font-size: 10vh;
    text-align: center;
    padding: 2vh 0;
}


.open-business-text {
    font-size: 61px;
    text-align: center;
}

.tool-header {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tool-text {
    padding: 10px 0;
}
.block.get-it {
    display: flex;
    align-items: center;
}
.get-it-btn-block {
    display: flex;
    justify-content: center;
}
.get-it-btn {
    color: white;
}
.get-it .logo-big {
    text-align: center;
}


.footer-content {
    text-align: center;
    font-size: 5vh;
    line-height: 7vh;
}


.dialog {
    display: none;
    transition: opacity .3s linear;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    opacity: 0;
    background: url(/img/back-gray.jpg) no-repeat center;
}
.backdrop {
    width: 100%;
    height: 100%;
    opacity: 1;
    /*background: url(/img/back-dialog-bot.png) no-repeat bottom;*/
}

.dialog.show {
    display: block;

}
.dialog.go-fade {

    opacity: 1;
}
.dialog-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10% auto;
    background-color: #191C25;
}
.dialog-content {
    width: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    padding: 35px 40px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dialog-close {
    position: absolute;
    right: 50px;
    top: 35px;
    padding: 5px 14px;
    cursor: pointer;
    z-index: 10;
}
.dialog-body {
    width: 100%;
    height: 100%;
}
.dialog-body form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dialog-header {
    width: 100%;
}
.dialog-body label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
}
.dialog-body input {
    width: 100%;
    line-height: 34px;
    padding: 0 12px;
    height: 50px;
    border-radius: 12px;
    background: #696b70;
    border-color: transparent;
    outline:none;
    color: white;
    text-transform: uppercase;
}
.dialog .dialog-btn {
    color: white;
}
.dialog-btn:hover {
    color: black;
}







/**/
.header-content {
    display: flex;
    justify-content: center;
}
.header-content img {
    max-width: 780px;
}
.section {
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}
.section-top {
    background: url('/img/back-gray.jpg') center;
}

.section-top .header {
    background-color: #191c25;
}

.section-top .bottom-part {
    background-color: #191c25;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    height: 100px;
    display: none;
}

.open-business-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.why-we-section {
    background: url('/img/back-dark.jpg') center;
}

.block.why-we {
    height: 100%;
    display: flex;
    align-items: center;
}
.block.why-we > .container {
    max-width: 1620px;
    padding: 90px 0;
}
.why-we-item-1 {
    width: 320px;
}
.why-we-item-2 {
    width: 265px;
}
.why-we-item-3 {
    width: 280px;
}
.why-we-item-4 {
    width: 260px;
}
.why-we-item-5 {
    width: 245px;
}
.why-we .block-header {
    font-size: 10vh;
    line-height: 13vh;
}
.why-we .block-content {
    display: flex;
    align-items: center;
    padding-bottom: 5vh;
    width: 100%;
}

.section.about-us-section {
    background: url('/img/back-dark.jpg') center;
}
.block.about-us .block-header {
    font-size: 82px;
}
.about-us-content {
    position: relative;
    display: flex;
}

.about-us-text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90%;
    font-size: 28px;
}
.section.get-tools {
    background: url('/img/back-dark.jpg') center;
    color: white;
}
.section.get-tools>.container {
    max-width: 1620px;
}

.section.get-tools .block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.get-it-top {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.section.get-it .block {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section.get-it {
    background: url('/img/back-gray.jpg') center;
}
.get-it .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.section-top .header {
    height: 16%;
    max-height: 15vw;
    overflow: hidden;
}

.section-top .row,
.section-top .container,
.section-top .open-business-content {
    height: 100%;
}
.section-top .header .row {
    height: auto;
}
.section-top .bottom-part {
    height: 9%;
}
.section-top .block {
    height: 69%;
}
.section-top .open-business-content {
    padding: 1vh 0;
}
.open-business-text {
    font-size: 7.5vh;
    line-height: 10vh;
}
.section .logo-big {
    height: 30vh;
    margin-bottom: 1vh;
}
.section .logo-big img {
    max-height: 100%;
}
.doski-btn {
    padding: 2vh 60px;
    font-size: 3vh;
    line-height: 5vh;
}
.about-us-section .block,
.about-us-section .container,
.about-us-section .row {
    height: 100%;
}
.block.about-us .block-header {
    font-size: 9vh;
    padding: 0;
    line-height: 14vh;
}
.about-us-content {
    height: 86vh;
    justify-content: center;
    margin-top: -10vh;
}
.about-us-img-block {
    height: 100%;
    margin: 0;
    max-height: 100%;
}
.about-us-img {
    max-width: 100%;
    max-height: 110%;
}
.about-us-text-block {
    padding-left: 20px;
    font-size: 5vh;
}
.get-tools .container,
.get-tools .row {
    height: 100%;
}
.tool-items {
    height: 72%;
    padding-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}
.tool-header {
    font-size: 3vh;
}
.tool-text {
    padding: 1vh 0;
    font-size: 2vh;
}
.get-tools .block-header {
    padding: 2vh 0;
    font-size: 6vh;
    line-height: 9vh;
}
.get-it-top {
    height: 8vh;
}
.get-it .container {
    height: 100%;
    padding-top: 15vh;
    padding-bottom: 9vh;
}
.get-it .row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-it-text {
    font-size: 6vh;
    line-height: 10vh;
    text-align: center;
}


@media (max-height: 600px) {

    .get-tools .block-header {
        padding: 0;
        padding-top: 2vh;
    }
    .tool-items {
        height: 78%;
        padding: 2vh 0.5vw;
    }
    .tool-text {
        padding: 0.5vh 0;
        font-size: 2.5vh;
    }
}
@media (max-height: 500px) {

    .why-we .item-img {
        height: 54vh;
    }

}


@media (max-width: 1500px) {

    .block.why-we > .container {
        max-width: 1320px;
        max-height: 100%;
    }
}

@media (max-width: 1420px) {
    .open-business-text {
        font-size: 6.5vh;
        line-height: 8vh;
    }

    .why-we-items {
        flex-wrap: wrap;
    }
    .why-we .item-img {
        background-size: contain;
    }

    .why-we-item-1 {
        width: 35%;
        order: 1;
    }
    .why-we-item-2 {
        width: 25%;
        order: 2;
    }
    .why-we-item-3 {
        width: 35%;
        order: 3;
    }
    .why-we-item-4 {
        width: 45%;
        order: 4;
    }
    .why-we-item-5 {
        width: 45%;
        order: 5;
    }
    .why-we .item-img {
        height: 200px;
        max-height: 15vw;
    }
    .why-we-items::after {
        content: '';
        width: 100%;
        order: 3;
    }
    .section.get-tools .block {
        min-width: 96%;
    }
}

@media (max-width: 1200px) {

    .open-business-text {
        /*font-size: 50px;*/
    }
    .about-us > .container {
        max-width: 100%;
    }

    .about-us-text-block {
        font-size: 3vh;
    }

    .get-tools .block-header {
        padding: 20px 0;
        font-size: 37px;
        line-height: 44px;
    }
    .tool-items {
        height: 78%;
        padding-bottom: 2%;
    }


}
@media (max-width: 1200px) and (min-width: 993px){
    .about-us > .container {
        /*max-width: 100%;*/
    }
}

@media (max-width: 992px) {
    .open-business-text {
        font-size: 5vh;
        line-height: 7vh;
    }

    .logo-big {
        text-align: center;
    }

    .logo-big img {
        max-width: 100%;
    }
    .block.about-us .block-header {
        /*font-size: 60px;*/
    }
    .about-us-img-block {
        /*margin-left: -30px;*/
        /*margin-top: -50px;*/
    }
    .about-us-text-block {
        /*font-size: 21px;*/
    }

    .get-tools .block-header {
        /*font-size: 32px;*/
    }
    .tool-header {
        font-size: 18px;
        line-height: 22px;
    }
    .tool-text {
        font-size: 15px;
    }
    .dialog-content {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .open-business-text {
        /*font-size: 32px;*/
    }

    .container {
        max-width: 100%;
    }

    .header-content img {
        max-width: 100%;
    }
/*
    .section-top > .block {
        height: 100%;
    }

    .section-top > .block > .container {
        height: 100%;
    }

    .section-top > .block > .container .row {
        height: 100%;
    }
*/
    .open-business-content {
        /*height: 64%;*/
        justify-content: space-evenly;
    }
    /*.why-we .item-text {
        font-size: 12px;
        padding-top: 8px;
    }
    .why-we .item-header {
        font-size: 14px;
    }*/
    .why-we .item-img {
        height: 135px;
    }
    .why-we-item-1 {
        width: 50%;
    }
    .why-we-item-2 {
        width: 50%;
    }
    .why-we-item-3 {
        width: 100%;
    }
    .why-we-item-4 {
        width: 50%;
    }
    .why-we-item-5 {
        width: 50%;
    }
    .why-we .block-header {
        font-size: 7vh;
        line-height: 9vh;
    }

    .about-us-text-block {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .about-us-text.text-1 {
        position: absolute;
        left: 5%;
        bottom: -9%;
    }
    .about-us-text.text-2 {
        position: absolute;
        top: 5%;
        right: 8%;
    }
    .about-us-text.text-3 {
        position: absolute;
        top: 11%;
        right: 5%;
    }

    .get-tools .left-tool-items,
    .get-tools .right-tool-items {
        width: 100%;
    }

    .tool-items {
        height: 43%;
        padding-bottom: 0;
    }
    .section.get-tools {
        padding-top: 35px;
    }
    .get-tools .block-header {
        font-size: 27px;
        line-height: 30px;
    }
    .tool-text {
        font-size: 14px;
        padding: 5px 0;
    }
    .section.get-tools {
        padding: 2%;
    }



}
@media (max-width: 700px) {
    .about-us-text.text-1 {
        left: 10%;
        bottom: 8%;
    }
    .about-us-text.text-2 {
        top: 2%;
        right: 15%;
    }
    .about-us-text.text-3 {
        top: 8%;
        right: 13%;
    }
    .about-us-text-block {
        font-size: 17px;
    }
    .block.about-us .block-header {
        font-size: 48px;
    }
    .block.about-us {
        height: 100%;
    }
    .block.about-us >.container {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .dialog-header {
        display: none;
    }
    .dialog-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 600px) {
    .about-us-text.text-1 {
        left: auto;
        top: 90%;
        right: 56%;
    }
    .about-us-text.text-2 {
        top: 5%;
        right: auto;
        left: 57%;
    }
    .about-us-text.text-3 {
        top: 10%;
        right: auto;
        left: 57%;
    }

    .tool-text {
        font-size: 12px;
    }
    .get-tools .block-header {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 500px) {

    .open-business-content {
        height: 70%;
    }
    .why-we .block-header {
        font-size: 24px;
        padding: 0;
    }
    .why-we .item-img {
        height: 97px;
    }
    .why-we .item-header {
        font-size: 11px;
    }
    .why-we .item-text {
        font-size: 11px;
        padding-top: 0;
    }
    .why-we-item-1 {
        width: 100%;
    }
    .why-we-item-2 {
        width: 100%;
    }
    .why-we-item-3 {
        width: 100%;
    }
    .why-we-item-4 {
        width: 100%;
    }
    .why-we-item-5 {
        width: 100%;
    }

    .about-us-text.text-1 {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 11%;
    }
    .about-us-text.text-2 {
        top: -10%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .about-us-text.text-3 {
        top: -4%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .about-us-img-block {
        margin-left: -20px;
        margin-right: -26px;
    }

    .section.get-tools {
        padding: 5px;
    }
    .section.get-tools .block {
        height: 100%;
    }
    .get-tools .block-header {
        margin: 0;
        padding: 0;
    }
    .section.get-tools .block {
        justify-content: flex-start;
    }
    .get-tools .block-header {
        padding-bottom: 20px;
    }

    .get-it-text {
        font-size: 27px;
    }
    .logo-big img {
        max-width: 80%;
        padding: 15px 0;
    }
    .footer-content {
        font-size: 28px;
    }
    .dialog-close {
        right: 20px;
    }
    .dialog-close img {
        width: 22px;
    }

    .section-top .bottom-part {
        height: 9%;
        padding-top: 5%;
    }
    .section-top .block {
        height: 78%;
    }

    .backdrop {
        background-position: 0 115%;
    }

    .about-us-content {
        margin-top: 5vh;
    }
    .section-top .open-business-content {
        padding: 3vh 0;
    }
    .tool-header {
        font-size: 14px;
    }
    .tool-items {
        height: 42%;
        padding-bottom: 0;
    }

}
@media (max-width: 400px) {
    .section-top .open-business-content {
        padding: 3vh 0;
    }
    .block.about-us .block-header {
        font-size: 38px;
    }
    .block.about-us {
        height: 95%;
    }
    .block.about-us .block-header {
        font-size: 34px;
    }
    .about-us-text.text-1 {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 11%;
    }
    .about-us-text.text-2 {
        top: -10%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .about-us-text.text-3 {
        top: -4%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .get-tools .block-header {
        font-size: 14px;
        line-height: 20px;
    }
    .tool-header {
        font-size: 12px;
    }
    .tool-text {
        font-size: 10px;
    }
    .tool-items {
        height: 45%;
        padding-bottom: 0;
    }
    .doski-btn {
        font-size: 2.5vh;
    }
}

@media (max-height: 800px) {

    .dialog-block {
        margin: 5% auto;
    }

}

@media (max-height: 640px) {

    .dialog-content {
        padding: 0;
    }
    .dialog-body label {
        font-size: 3vh;
    }

    .dialog-body {
        min-height: 350px;
    }

    .block.why-we > .container {
        padding: 1% 0;
    }

    .get-it .container {
        padding: 0;
    }

    .get-it-text {
        font-size: 8vh;
        line-height: 12vh;
    }
    .section .logo-big {
        height: 32vh;
        margin-bottom: 3vh;
    }
    .doski-btn {
        padding: 2vh 60px;
        font-size: 4vh;
        line-height: 7vh;
    }
    .footer-content {
        text-align: center;
        font-size: 7vh;
        line-height: 10vh;
    }

    .header-content img {
        margin-top: -19px;
    }

}

@media (max-height: 500px) {

    .dialog-block {
        margin: 0 auto;
    }

    .section {
        min-height: 500px;
    }

    .open-business-text {
        font-size: 38px;
        line-height: 46px;
    }

    .section .logo-big {
        height: 260px;
        margin-bottom: 10px;
    }
    .doski-btn {
        padding: 10px 60px;
        font-size: 21px;
        line-height: 36px;
    }

    .section-top .block {
        height: 81%;
    }

    .section-top .bottom-part {
        height: 50px;
    }
    .why-we .item-text {
        font-size: 12px;
        padding-top: 5px;
    }
    .why-we .item-header {
        font-size: 14px;
    }

    .why-we .item-img {
        height: 250px;
    }

    .why-we .block-header {
        font-size: 40px;
        line-height: 50px;
    }

    .block.about-us .block-header {
        font-size: 50px;
        padding: 0;
        line-height: 70px;
    }

    .about-us-content {
        height: 381px;
        margin-top: -25px;
    }
    .about-us-text-block {
        font-size: 20px;
    }
    .get-tools .block-header {
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .tool-text {
        padding: 5px 0;
        font-size: 13px;
    }
    .tool-header {
        font-size: 15px;
    }
    .get-it-text {
        font-size: 40px;
        line-height: 60px;
    }
    .footer-content {
        font-size: 30px;
        line-height: 50px;
    }
    .dialog-body label {
        font-size: 20px;
    }

}

@media (max-width: 1400px){

    .get-tools .block-header {
        padding: 2vh 0;
        font-size: 5vh;
        line-height: 8vh;
    }

    @media (max-height: 900px) {
        .block.why-we > .container {
            padding: 0;
        }
    }

    @media (max-height: 800px) {
        .dialog-close {
            top: 10px;
        }
    }
    @media (max-height: 700px) {
        .why-we .block-header {
            font-size: 7vh;
            line-height: 9vh;
            padding: 0;
        }
        .why-we .block-content {
            padding-bottom: 0;
        }
        .why-we .item-img {
            height: 180px;
        }
    }

    @media (max-height: 500px) {
        .section .logo-big {
            height: 178px;
            margin-bottom: 0;
        }
        .section-top .open-business-content {
            padding: 10px 0;
            height: 98%;
        }
        .why-we .item-img {
            height: 130px;
        }
    }
}

@media (max-width: 1400px) {

    .get-tools .block-header {
        padding: 2vh 0;
        font-size: 4vh;
        line-height: 6vh;
    }
}

@media (max-width: 1120px) {

    .get-tools .block-header {
        padding: 2vh 0 0;
        font-size: 3vh;
        line-height: 4vh;
    }
    .tool-header {
        font-size: 2vh;
    }
    .tool-text {
        padding: 1vh 0;
        font-size: 2vh;
    }
    @media (max-height: 800px) {
        .dialog-close {
            top: 80px;
        }
    }

}

@media (max-width: 880px) {

    .tool-items {
        height: 86%;
    }
    .tool-text {
        padding: 0.8vh 0;
        font-size: 1.7vh;
    }
    @media (max-height: 500px) {
        .tool-header {
            font-size: 15px;
            line-height: 18px;
        }
        .tool-text {
            padding: 5px 0;
            font-size: 12px;
        }
    }
}

@media (max-width: 768px) {

    .block.why-we > .container {
        padding: 0;
    }

    .get-tools .block-header {
        padding: 0;
    }
    .tool-items {
        height: 48%;
        padding-bottom: 0;
    }
    .get-tools .block-header {
        font-size: 2vh;
        line-height: 3vh;
    }
    .section.get-tools {
        padding: 1%;
    }
    .tool-text {
        padding: 0.5vh 0;
        font-size: 1.4vh;
    }
    .tool-header {
        font-size: 1.7vh;
        line-height: 2vh;
    }

    @media (max-height: 620px) {
        .tool-text {
            font-size: 1.8vh;
        }
        .why-we .block-header {
            font-size: 4vh;
            line-height: 6vh;
        }
        .why-we .item-header {
            font-size: 1.8vh;
            text-align: center;
        }
    }

    @media (max-height: 500px) {
        .section-top .block {
            height: 74%;
        }
        .why-we .block-header {
            font-size: 22px;
            line-height: 32px;
        }
        .why-we .item-header {
            font-size: 12px;
        }
        .why-we .item-img {
            height: 72px;
        }
        .get-tools .block-header {
            font-size: 14px;
            line-height: 19px;
        }
        .tool-header {
            font-size: 13px;
            line-height: 16px;
        }
        .tool-text {
            font-size: 12px;
        }
    }
}


@media (max-width: 700px) {

    .about-us-text.text-1 {
        bottom: -1%;
    }

    @media (max-height: 500px) {
        .about-us-text.text-1 {
            bottom: -30px;
            left: 10px;
        }
        .about-us-text.text-3 {
            top: 28px;
            right: -6px;
        }
        .about-us-text.text-2 {
            top: 0;
            right: 10px;
        }
    }
}

@media (max-width: 600px) {

    @media (min-height: 820px) {
        .section-top .block {
            height: 75%;
        }
        .why-we .item-header {
            font-size: 1.6vh;
        }
        .why-we .item-text {
            font-size: 1.6vh;
        }
        .why-we .block-header {
            font-size: 6vh;
            line-height: 16vh;
        }

    }

    @media (max-height: 750px) {
        .about-us-text.text-1 {
            top: 100%;
        }
    }
}

@media (max-width: 540px) {
    @media (min-height: 500px) {
        .get-tools .block-header {
            font-size: 1.5vh;
            line-height: 2vh;
        }
        .tool-header {
            font-size: 1.4vh;
            line-height: 1.8vh;
        }
        .tool-text {
            padding: 0.2vh 0;
            font-size: 1.35vh;
        }

    }
    @media (max-height: 640px) {
        .header-content img {
            margin-top: 0;
        }
    }
    @media (max-height: 500px) {
        .open-business-text {
            font-size: 25px;
            line-height: 34px;
        }
        .about-us-text-block {
            font-size: 18px;
        }
        .tool-header {
            font-size: 11px;
            line-height: 13px;
        }
        .tool-text {
            font-size: 9px;
        }
        .get-tools .block-header {
            font-size: 13px;
            line-height: 15px;
        }
    }
}
@media (max-width: 500px) {


    @media (max-height: 880px) {
        .about-us-img {
            width: 75%;
        }
        .about-us-img-block {
            margin-left: 0;
            margin-right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .about-us-img-block {
            margin-left: 0;
            margin-right: 0;
            height: 77%;
        }
    }

    @media (max-height: 800px) {
        .about-us-text.text-1 {
            top: auto;
            bottom: -15px;
        }
        .about-us-content {
            margin-top: 0;
        }
        .about-us-text.text-2 {
            top: 0;
        }
        .about-us-text.text-3 {
            top: 38px;
        }
        .about-us-img-block {
            height: 100%;
        }
    }
    @media (max-height: 670px) {
        .about-us-img {
            width: 62%;
        }
    }
    @media (max-height: 620px) {
        .why-we .item-img {
            height: 50px;
        }
        .why-we .item-header {
            font-size: 11px;
        }
        .why-we .item-text {
            font-size: 10px;
            padding-top: 2px;
        }
    }

}


@media (max-height: 800px) and (max-width: 420px){

    .about-us-text.text-1 {
        bottom: 0;
    }

    .get-tools .block-header {
        padding-bottom: 0;
    }
    .tool-text {
        font-size: 9px;
    }

}

@media (min-width: 501px) {
    .get-tools.mobile {
        display: none;
    }
    .get-tools.desktop {
        display: block;
    }
}

@media (max-width: 500px) {
    .get-tools.mobile {
        display: block;
    }
    .get-tools.desktop {
        display: none;
    }
    .tool-items {
        height: 85%;
        padding-bottom: 0;
    }
    .tool-header {
        font-size: 2.5vh;
        line-height: 3vh;
    }
    .tool-text {
        padding: 1vh 0;
        font-size: 2vh;
    }
    .get-tools .block-header {
        font-size: 2.5vh;
        line-height: 3.5vh;
    }
}

@media (max-width: 420px) {

    .doski-btn {
        padding: 10px 15px;
        font-size: 20px;
        line-height: 26px;
    }
    .get-it-text {
        font-size: 26px;
        line-height: 42px;
    }
    .section .logo-big {
        height: 26vh;
        margin-bottom: 3vh;
    }

    .section-top .header {
        max-height: 23vw;
    }

    @media (min-height: 760px) {
        .about-us-text.text-1 {
            bottom: 13%;
            top: auto;
        }
    }

    @media (min-height: 620px) {
        .logo-big img {
            max-width: 100%;
        }
        .doski-btn {
            padding: 16px 22px;
            font-size: 3vh;
            line-height: 5vh;
        }
        .section-top .block {
            height: 80%;
        }
        .why-we .block-header {
            font-size: 4vh;
            line-height: 8vh;
        }
        .why-we .item-img {
            height: 80px;
            max-height: none;
        }
        .why-we .item-text {
            font-size: 1.5vh;
            padding-top: 0;
        }
        .why-we .item-header {
            font-size: 1.6vh;
        }
        .why-we .item-img {
            height: 80px;
        }
        .about-us-text.text-1 {
            bottom: 3%;
            top: auto;
        }
        .about-us-text.text-2 {
            top: -5%;
        }
        .about-us-text.text-3 {
            top: 4%;
        }
        .tool-text {
            font-size: 1.8vh;
        }
        .get-it-text {
            font-size: 5vh;
            line-height: 6vh;
        }
        .section .logo-big {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .footer-content {
            font-size: 4.5vh;
        }
    }

}


