
body {
    font-family: Steppe, Arial, sans-serif;
    /* overflow: hidden; */

}
@media screen and (min-width: 960px){
body {
    zoom : 77%;

}

}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    z-index: 100;
}
a.t-white {
    color: #fff;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.row-end {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.row-top {
    display: flex;
    position: relative;
    align-items: flex-start;
    width: -webkit-fill-available;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.row-center {
    align-items: center;
    align-content: center;
    align-items: center;
}

.row-sb {
    justify-content: space-between;
}

.transition {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.flex {
    display: flex;
}

.col {
    flex-direction: column;
}

.f-end {
    align-items: flex-end;
}

.center {
    text-align: center;
}

.orange {
    color: #ed7a10;
}

.f_thin {
    font-weight: 100;
}

.f_light {
    font-weight: 300;
}

.f_medium {
    font-weight: 500;
}

.f_semi_bold {
    font-weight: 600;
}

.f_bold {
    font-weight: 800;
}

.f_black {
    font-weight: 900;
}

.op5 {
    opacity: 0.5;
}

p {
    font-size: 14px;
}

.logo {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.toggle_language .t-white {
    color: #fff;
}

.m-1 {margin: 10px;}
.mt-1{margin-top: 10px;}
.mb-1{margin-bottom: 10px;}
.mr-1{margin-right: 10px;}
.ml-1{margin-left: 10px;}
.m-2 {margin: 20px;}
.mt-2{margin-top: 20px;}
.mb-2{margin-bottom: 20px;}
.mr-2{margin-right: 20px;}
.ml-2{margin-left: 20px;}
.m-3 {margin: 30px;}
.mt-3{margin-top: 30px;}
.mb-3{margin-bottom: 30px;}
.mr-3{margin-right: 30px;}
.ml-3{margin-left: 30px;}


/*//////////////////////////////////////        320        ///////////////////////////////////////////////*/

@media screen and (min-width:320px) {
    .container {
        width: 360px;
        margin: 0px auto;
        height: inherit;
    }
    .bar {
        padding-top: 26px;
        padding-bottom: 17px;
        position: relative;
    }
    .bar .hidden_on_desktop .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .modal-container ul li {
        font-size: 12px;
    }

    .modal-container ul li:before{
        top: 6px;
    }

    .hidden_on_mobile {
        display: none;
    }
    .banner {
        padding-top: 50px;
        padding-bottom: 30px;
        border-radius: 0px 0px 0px 60px;
    }
    .banner h1 {
        line-height: 45px;
    }

    .banner h2 {
        line-height: 22px;
        font-size: 18px;
    }

    .banner h4 {
        font-size: 18px;
    }
    .banner .undet_title {
        margin-top: 30px;
    }
    .btn_wrapper {
        border-radius: 11px;
        padding-bottom: 2px;
        border: 1px solid #000;
    }
    .btn_wrapper:hover {
        border-radius: 11px;
        padding-bottom: 2px;
        border: 1px solid;
    }
    .banner .btn_wrapper button {
        border-radius: 11px;
	color: black;
	font-size:22px;
    }
    .banner .after_btn {
        margin-left: 20px;
    }
    button{
    padding: 0px 16px;
	height:56px;
	font-size:26px;
    }
    .f23 {
        font-size: 23px;
    }

    p {
        font-size: 12px;
        line-height: 16px;
        color: #5A5A5A;
    }

    p.small {
        font-size: 9px;
    }

    section.statistics {
        position: relative;
        overflow: hidden;
    }

    section.statistics .title {
        font-size: 18px;
        text-align: center;
    }

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

    section.statistics .cards h2 {
        font-size: 28px;
    }
    section.statistics .square img {
        position: absolute;
        width: 30%;
    }
    section.statistics .square_1 img {
        top: 50px;
        right: -30px;
    }

    section.statistics .square_2 img {
        top: 130px;
        left: -20px;
    }

    section.about .title {
        font-size: 18px;
    }

    section.about .title {
        margin-bottom: 25px;
    }

    section.about img {
        width: 100px;
    }

    section.about .position {
        background-color: #F2F2F2;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        width: max-content;
        padding: 0px 40px;
        font-size: 19px;
    }

    section.about p.small {
        margin: 6px auto;
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;

    }

    section .acc {
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 376px;
    }

    section .acc:nth-child(1) img{
        border-top-right-radius: 30px;
    }
    section .acc:nth-child(2) img{
        border-bottom-left-radius: 30px;
    }

    section.price {
        margin-top: 0px;
        padding-top: 50px;
    }
    section.price .title {
        line-height: 36px;
        margin-bottom: 20px;
    }
    section.price .card h3 {
        font-size: 26px;
    }
    section.price .sub_title {
        margin-bottom: 10px;
    }
    section.price .square img {
        width: 60%;
        position: absolute;
        top: 0px;
        right: -80px;
    }
    section.price .price_cards {
        margin-top: 20px;
    }
    section.price .price_cards h2 {
        font-size: 26px;
    }
    section.price .price_cards .card_1 .row {
        align-items: center;
    }
    section.price .price_cards .card p {
        font-size: 12px;
        color: #000;
    }

    section.price .price_cards .card_2 {
        border-radius: 24px;
        width: 40%;
    }
    section.price .price_cards .card_3 {
        border-radius: 0px 24px 24px 24px;
        padding: 20px 0px 20px 20px;
        width: 60%;
    }

    section.cards .card_1 {
        text-align: left;
    }

    section.cards .card_1 p {
        text-align: left;
    }
    section.cards .card_2 p {
        width: 60%;
    }
    section.cards .card_3 {
        border-radius: 20px 0px 50px 0px;
    }
    section.cards .card_4 {
        border-radius: 0px 50px 0px 0px;
    }

    section .card {
        margin-top: 0px;
    }
    section.cards p {
        color: #5A5A5A;
        font-size: 12px;
        width: 70%;
    }

    section {
        margin-top: 50px;
        position: relative;
    }

    footer .social_icons img{
        width: 14px;
        /* margin-top: 30px; */
        margin-right: 10px;
    }

    section.price a {
        color: #171717;
        font-weight: 600;
        text-decoration: underline;
        font-size: 12px;
    }

    #myForm .btn_wrapper {
        width: fit-content;
        display: flex;
        justify-content: center;
        margin: 0px auto;
    }

    section.contact {
        background-color: #000;
        color: #fff;
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    section.contact .title {
        font-size: 18px;
    }
    section.contact .sub_title {
        font-size: 12px;
    }

    section.contact .dd_list {
        position: absolute;
        background-color: #000;
        width: 100%;
    }
    
    section.contact .dd_list p {
        margin-top: 15px;
        cursor: pointer;
    }
    
    section.contact .dd_list p:hover {
        font-weight: 800;
        color: #171717;
        text-decoration: underline;
    }

    section.contact .rectangle {
        height: 1px;
        width: 280px;
        background-color: #171717;
        margin: 30px auto 0px;
    }

    #myForm .triangle {
        position: absolute;
        top: 45px;
        right: 2px;
        width: 7px;
    }

    footer .hidden_on_desktop .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    footer .hidden_on_desktop button {
        border-radius: 5px;
    }
    section.contact .under_form .under_form_contacts p {
        margin-top: 10px;
    }
    footer .under_icons img {
        width: 16px;
        margin-right: 10px;
    }

    .cookies .content a {
        font-size: 16px;
    }

    .row-1\@xs>* {width: 100%;}
    .row-1-2\@xs>* {width: 50%;}
    .row-1-3\@xs>* {width: 33.33%;}
    .row-1-4\@xs>* {width: 25%;}
    .row-1-5\@xs>* {width: 20%;}
    .row-1-6\@xs>* {width: 16.66%;}

    .col-1\@xs {width: 100%;}
    .col-1-2\@xs {width: 50%;}
    .col-1-3\@xs {width: 33.33%;}
    .col-2-3\@xs {width: 66.66%;}
    .col-1-4\@xs {width: 25%;}
    .col-1-5\@xs {width: 20%;}
    .col-1-6\@xs {width: 16.66%;}

    h1 {font-size: 45px;}
    h2 {font-size: 40px;}
    h3 {font-size: 28px;}
    h4 {font-size: 18px;}
    h5 {font-size: 16px;}

}
      

/*/////////////////////  640     ///////////////////////////////////////////////*/

@media screen and (min-width:640px) {

    .container {width: 640px;}

    
    section.statistics {
        overflow: visible;
    }

    section.statistics .square img {
        position: absolute;
        width: 15%;
    }
    section.statistics .square_1 img {
        top: 30px;
        right: 3%;
    }

    section.statistics .square_2 img {
        top: 50px;
        left: 3%;
    }
    section.price .square img {
        width: 22%;
        position: absolute;
        top: 0px;
        right: -80px;
    }

    .row-1\@s>* {width: 100%;}
    .row-1-2\@s>* {width: 50%;}
    .row-1-3\@s>* {width: 33.33%;}
    .row-1-4\@s>* {width: 25%;}
    .row-1-5\@s>* {width: 20%;}
    .row-1-6\@s>* {width: 16.66%;}

    .col-1\@s {width: 100%;}
    .col-1-2\@s {width: 50%;}
    .col-1-3\@s {width: 33.33%;}
    .col-1-4\@s {width: 25%;}
    .col-1-5\@s {width: 20%;}
    .col-1-6\@s {width: 16.66%;}

    h1 {font-size: 37px;}
    h2 {font-size: 34px;}
    h3 {font-size: 16px;}
    h4 {font-size: 24px;}
    h5 {font-size: 16px;}

  
}
      

/*///////////////////////////////   960     ///////////////////////////////////////////////*/

@media screen and (min-width:960px) {

    .container {width: 960px;}

    .modal-container ul li{
        font-size: 18px;
    }

    .modal-container ul li:before{
        top: 8px;
    }

    section.price h2 {
        line-height: 80px;
        font-size: 95px;
    }
    .hidden_on_desktop {
        display: none;
    }

    .hidden_on_mobile {
        display: block;
    }

    .hidden_on_mobile {
        display: block;
    }
    .logo {
        font-size: 24px;
    }

    .bar {
        padding-top: 49px;
        padding-bottom: 34px;
    }
    .banner {
        padding-top: 130px;
        padding-bottom: 30px;
        border-radius: 0px 0px 0px 60px;
    }
    .banner .after_btn {
        margin-left: 40px;
    }
    .banner .undet_title {
        margin-top: 70px;
    }
    section.cards .card h2 {
        font-size: 48px;
        line-height: 44px;
    }
    section.cards p {
        font-size: 19px;
        line-height: 30px;
        width: 70%;
    }

    section.cards .card_1 h2 {
        text-align: left;
    }

    section .acc:nth-child(1) img{
        border-top-right-radius: 100px;
    }
    section .acc:nth-child(2) img{
        border-bottom-left-radius: 100px;
    }

    section.about .title {
        margin-bottom: 130px;
        font-size: 48px;
    }


    section.about img {
        width: 100%;
    }

    section.about .position {
        background-color: #F2F2F2;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        width: max-content;
        padding: 0px 40px;
        font-size: 19px;
    }

    section.about p.small {
        margin: 6px auto;
        font-size: 19px;
        line-height: 30px;
        margin-top: 20px;
    }

    section.price .price_cards .card_2 {
        border-radius: 70px;
    }

    section.price .price_cards .card_3 {
        border-radius: 0px 70px 70px 70px;
    }

    #myForm .triangle {
        position: absolute;
        top: 39px;
        right: 2px;
        width: 8px;
    }

    .menu_desktop a {
        font-size: 24px;
        margin-left: 20px;
    }

    .toggle_language {
        font-size: 24px;
    }

    button.contact {
        font-size: 24px;
        height: 55px;
    }

    .banner {
        height: auto;
    }

    .banner h2 {
        line-height: 45px;
        background-color: red;
        background-image: linear-gradient(175deg, #EEEEEE, #A8A8A8);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        margin-top: 20px;
    }

    .banner h1 {
        line-height: 81px;
        font-size: 75px;
    }

    .banner p {
        font-size: 24px;
    }

    .banner p.s {
        font-size: 19px;
    }
    
    .banner .after_btn {
        margin-left: 40px;

    }

    .banner .steps {
        margin-top: 40px;
    }

    .banner .gradient-text {
        line-height: 72px;
    }

    .banner h5 {
        font-size: 28px;
        font-weight: 500;
    }

    section .card {
        padding: 60px 30px;
        margin-top: 0px;
    }

    section.price {
        margin-top: 170px;
    }

    section {
        margin-top: 100px;
    }

    section.about {
        margin-top: 170px;
    }

    section.about h4 {
        font-size: 40px;
        line-height: 52px;
        margin-top: 14px;
    }
    section.about .cards {
        display: flex;
        justify-content: space-around;
    }

    footer .social_icons img{
        width: 34px;
        margin-right: 25px;
    }
    .f23 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner h4 {
        font-size: 28px;
    }

    button {
        height: 55px;
        border-radius: 11px;
        padding: 0px 20px;
         font-size: 24px; 
    }
    p {
        font-size: 24px;
        line-height: 31px;
        color: #5A5A5A;
    }

    p.small {
        font-size: 12px;
    }

    section.cards .card_3 {
        border-radius: 0px 50px 50px 50px;
        margin-top: -70px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
    section.cards .card_3 h2 {
        width:75%;
    }
    section.cards .card_4 {
        border-radius: 50px 0px 50px 0px;
    }
    section.cards .card_1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
    }
    section.cards .card_2 {
        border-radius: 60px;
    }

    section.cards .card_1 h4 {
        text-align: initial;
    }

    section.cards .card_1 p {
        text-align: initial;
    }

    section.statistics h2.title {
        margin-bottom: 40px;
        font-size: 48px;
        text-align: center;
    }

    section.statistics .cards h2 {
        font-size: 60px;
    }

    section.statistics .cards > div {
        display: flex;
        flex-direction: column;
        /* align-items: flex-start; */
        text-align: center;
    }

    section.statistics .light_grey {
        color: #D8D8D8;
    }
    section.statistics .light_grey p {
        color: #D8D8D8;
        font-size: 24px;
    }

    section.statistics p {
        font-size: 24px;
    }

    section.price h2.title {
        line-height: 117px;
        font-size: 110px;
    }
    section.price .price_cards .card p {
        font-size: 20px;
        line-height: 33px;
    }

    section.price p.small {
        font-size: 14px;
        line-height: 24px;
    }
    section.price .title {
        margin-bottom: 60px;
    }
    section.price .sub_title {
        line-height: 38px;
        margin-bottom: 40px;
    }
    section.price .card {
        padding: 70px 60px;
        border-radius: 70px;
    }
    section.price .price_cards .card_2 {
        padding: 30px 30px;
    }
    section.price .price_cards .card_3 {
        padding: 30px 30px;
    }

    section.contact {
        padding: 110px 0px;
        margin-top: 130px;
    }
    section.contact p.small.t-white {
        color: #fff;
    }
    section.contact h2.title {
        font-size: 60px;
    }
    section.contact .sub_title {
        font-size: 24px;
    }
    section.contact .under_form {
        margin: 40px 0px;
    }

    #myForm {
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #myForm input {
        background-color: #000;
        border: none;
        border-bottom: 1px solid #5A5A5A;
        color: #fff;
        cursor: pointer;
        height: 46px;
        width: 428px;
        font-size: 24px;
    }

    #myForm button.black {
        background-color: #fff;
        color: #000;
        height: 58px;
        width: 428px;
        font-size: 24px;
        border-radius: 11px;
    }
    #myForm .btn_wrapper {
        margin-top: 30px;
    }
    #myForm input::placeholder {
        font-size: 24px;
    }
    #myForm .product input::placeholder {
        color: #fff;
    }
    section.price a {
        font-size: 24px;
    }
    section.price .price_cards {
        margin-top: 40px;
    }
    section.price .price_cards h2 {
        font-size: 60px;
    }

    section.contact .dd_list p:hover {
        font-weight: 800;
        color: #fff;
        width: fit-content;
        cursor: pointer;
        text-decoration: underline;
    }

    section.contact .dd_list {
        position: absolute;
        background-color: #000;
        width: 100%;
    }
    
    section.contact .dd_list p {
        margin-top: 15px;
    }

    section.contact p.t-white {
        color: #fff;
    }

    .cookies p {
        font-size: 24px;
        color: #000;
        margin-bottom: 30px;
    }

    .cookies .content a {
        font-size: 24px;
    }

    .row-1\@m>* {width: 100%;}
    .row-1-2\@m>* {width: 50%;}
    .row-1-3\@m>* {width: 33.33%;}
    .row-1-4\@m>* {width: 25%;}
    .row-1-5\@m>* {width: 20%;}
    .row-1-6\@m>* {width: 16.66%;}
    .row-1-7\@m>* {width: 14.28%;}

    .col-1\@m {width: 100%;}
    .col-1-2\@m {width: 50%;}
    .col-1-3\@m {width: 33.33%;}
    .col-1-4\@m {width: 25%;}
    .col-3-4\@m {width: 75%;}
    .col-1-5\@m {width: 20%;}
    .col-1-6\@m {width: 16.66%;}

    .col-2-3\@m {width: 66%;}

    h1 {font-size: 37px;}
    h2 {font-size: 34px;}
    h3 {font-size: 16px;}
    h4 {font-size: 24px;}
    h5 {font-size: 16px;}

   
}


/*//////////////////////////////////////////////////        1280        ///////////////////////////////////////////////*/

@media screen and (min-width: 1280px) {

    .container {
        width: 1280px;
    }

    .banner .right_text {
        padding-left: 0px;
        line-height: 72px;
    }

    .menu_desktop a {
        
        margin-left: 38px;
    }

    
       
    .row-1\@l>* {width: 100%;}
    .row-1-2\@l>* {width: 50%;}
    .row-1-3\@l>* {width: 33.33%;}
    .row-1-4\@l>* {width: 25%;}
    .row-1-5\@l>* {width: 20%;}
    .row-1-6\@l>* {width: 16.66%;}
    .row-1-7\@l>* {width: 14.28%;}

    .col-1\@l {width: 100%;}
    .col-1-2\@l {width: 50%;}
    .col-1-3\@l {width: 33.33%;}
    .col-1-4\@l {width: 25%;}
    .col-1-5\@l {width: 20%;}
    .col-1-6\@l {width: 16.66%;}

    h1 {font-size: 130px;}
    h2 {font-size: 48px;}
    h3 {font-size: 18px;}
    h4 {font-size: 34px;}
    h5 {font-size: 16px;}


        
}

/*//////////////////////////////////////////////////        1400        ///////////////////////////////////////////////*/
@media screen and (min-width: 1400px) {
    .container {
        width: calc(100% - 30%);
    }
}

/*//////////////////////////////////////////////////        1920        ///////////////////////////////////////////////*/

@media screen and (min-width: 1920px) {

    .banner .right_text {
        padding-left: 60px;
        line-height: 72px;
        font-size: 60px;
    }

    .banner .undet_title {
        margin-top: 80px;
    }

    .banner .steps {
        margin-top: 120px;
    }

    .banner h1 {
        margin-top: 90px;
    }

    section.cards {
        margin-top: 174px;
    }

    section.cards .card h2 {
        font-size: 60px;
        line-height: 64px;
    }

    section.cards .card.card_2 {
        padding: 130px 50px;
    }
    section.cards .card.card_1 {
        padding: 0px 60px;
    }
    section.cards .card.card_3 {
        padding: 111px 50px;
    }
    section.cards .card.card_4 {
        padding: 76px 50px;
    }


    section.cards .card p {
        font-size: 24px;
        line-height: 38px;
        width: 70%;
        margin-top: 35px;
    }

    section.cards .card.card_1 h2 {
        width: 70%;
    }

    section.cards .card_3 {
        margin-top: -136px;
    }
    section.cards .card_2 {
        border-radius: 100px;
    }
    section.cards .card_3 {
        border-radius: 100px 0px 100px 0px;
    }
    section.cards .card_4 {
        border-radius: 0px 100px 0px 0px;
    }

    section.statistics p {
        text-align: left;
    }
    section.price h2.title {
        font-size: 100px;
    }
    section.price .price_cards {
        margin-top: 0px;
    }
    section.contact {
        padding: 114px 0px;
        margin-top: 134px;
    }
    section.contact .under_form .under_form_contacts {
        margin-top: 40px;
    }
    footer .under_icons {
        margin-top: 0px;
    }
    footer .under_icons img {
        width: 30px;
        margin-right: 10px;
    }
    footer .desktop_content p.small {
        font-size: 24px;
        line-height: 20px;
    }

    
       
    .row-1\@xl>* {width: 100%;}
    .row-1-2\@xl>* {width: 50%;}
    .row-1-3\@xl>* {width: 33.33%;}
    .row-1-4\@xl>* {width: 25%;}
    .row-1-5\@xl>* {width: 20%;}
    .row-1-6\@xl>* {width: 16.66%;}
    .row-1-7\@xl>* {width: 14.28%;}

    .col-1\@xl {width: 100%;}
    .col-1-2\@xl {width: 50%;}
    .col-1-3\@xl {width: 33.33%;}
    .col-2-3\@xl {width: 66%;}
    .col-1-4\@xl {width: 25%;}
    .col-1-5\@xl {width: 20%;}
    .col-1-6\@xl {width: 16.66%;}

    h1 {font-size: 88px;}
    h2 {font-size: 48px;}
    h3 {font-size: 18px;}
    h4 {font-size: 34px;}
    h5 {font-size: 16px;}


        
}