@media screen and (max-width: 1921px) {
    .tariff-container {
        width: 85%;
    }

    .count {
        font-size: 86px;
    }

    .services-container {
        padding: 120px 80px 100px 80px;
    }

    .services-container .stage-message-2 {
        margin-left: 0;
        margin-right: 0px;
    }

    .card-page .stage-message-3 {
        margin-left: 25px;
    }

}

@media screen and (max-width: 1729px) {

    .count {
        font-size: 78px;
    }

    .card-page p {
        font-size: 16px;
    }

    .checkout-block>div:nth-of-type(2)>p {
        font-size: 24px;

    }

}

@media screen and (max-width: 1513px) {
    .container {

        width: 80%;
        /*height: 700px;*/
        padding: 40px 60px 60px 60px;
        margin-top: 100px;
    }

    .form-inpt {
        width: 460px;
    }

    .tariff-container {
        width: 90%;
    }

    .subscription-div h1 {
        font-size: 32px;
    }

    p {

        font-size: 16px;

    }

    .subscription-div {
        width: 31%;
        padding: 40px 30px;
        height: 700px;
    }

    .popular-tariff {

        padding-top: 0;
    }

    .callme_block {
        width: 90%;
    }

    .callme_decs h1 {
        font-size: 32px;
    }

    .callme_block>div:nth-of-type(1)>img {
        width: 450px;
    }

    .count {
        font-size: 68px;
    }

    .card-page .stage-message-3 {
        margin-left: 0px;
    }

    .services-container {
        padding: 120px 40px 100px 40px;
    }

    .services-container h1 {
        margin-top: 40px;

    }

    .tariff-options {

        margin-bottom: 40px;
    }

    .total-price h1 {
        margin: 0;
    }

    .payment-details span {

        width: 20px;
        height: 20px;
        padding: 2px;

    }

}

@media screen and (max-width: 1281px) {
    .header {
        max-width: 90%;
    }

    .nav {
        max-width: 90%;
        display: flex;
    }

    .logo {
        width: 160px;
    }

    .nav_socials>svg {
        width: 25px;
        height: 25px;
    }

    .rdr_link {
        margin: 0px 15px;
        font-size: 12px;
    }

    .callme {
        font-size: 12px;
    }

    .lang_opt {
        font-size: 12px;
    }

    .container {
        width: 90%;
        /*height: 600px;*/
        border-radius: 25px;
        padding: 30px 40px;
    }

    h1 {

        font-size: 32px;

    }

    .form-inpt {
        width: 460px;
    }

    .reg-inpt {
        height: 45px;
    }

    select {
        height: 45px;

    }

    .custom-file-input-wrapper input[type="file"] {
        height: 45px;
    }

    .custom-file-input-wrapper label::after {
        padding: 12px 20px;
    }

    .succes_photo {
        margin: 30px auto;
        display: flex;
        width: 350px;
    }

    .count {
        font-size: 56px;
    }

    .period {

        font-size: 16px;

    }

    .subscription-button {
        font-size: 16px;
    }

    .subscription-div>p {
        font-size: 14px;
    }

    .opt_btns>button {
        font-size: 16px;
        padding: 10px;

    }

    .header1 p {
        font-size: 24px;
        margin: 20px 40px;
    }

    .header2 p {
        font-size: 24px;

    }

    .desc1 {
        text-align: left !important;
        padding-left: 40px !important;
        font-size: 16px;
    }

    .check-mark {

        font-size: 28px;
    }

    .callme_block>div>img {
        width: 400px;
    }

    .stage-message-3 {
        margin-top: 10px;
        padding: 7px 15px;
        outline: 1px solid #A7B6C5;
        border-radius: 6px;
        position: relative;
        display: inline-block;
    }

    .stage-message-3 p {
        font-size: 14px;
    }

    .checkout-block {
        padding: 15px 20px;
    }

    .checkout-block>div:nth-of-type(2)>p {
        font-size: 20px;
    }

    .choose-service {
        font-size: 16px;
    }

    .total-price h1 {
        font-size: 26px;
    }

    .submit_btn2 {
        padding: 10px 30px;
        margin-right: 30px;
        font-size: 18px;
    }

    .submit_btn {
        padding: 13px 30px;

        font-size: 18px;

    }

}

@media screen and (max-width: 1025px) {
    .header {
        max-width: 90%;
    }

    .nav {
        max-width: 90%;
        display: flex;
    }

    .rdr_link {
        display: none;
    }

    .lang {
        display: none;
    }

    .socials {
        display: none;
    }

    .callme {
        display: none;
    }

    .burger {
        display: block;
    }

    .burger-button {
        position: relative;
        /* top: 2vh;
        right: 2vh; */
        z-index: 9;
        padding: 8px;
    }

    /*this is where you can chand the color of the buttons*/
    .burger-button span {
        width: 40px;
        border: 2px solid white;
        background-color: white;
        display: block;
        border-radius: 22px;
        transition: 1s;
    }

    .burger-button.active span {
        border-color: #1D3E8E;
        background-color: #1D3E8E;
    }

    .burger-top,
    .burger-bottom {
        position: absolute;
    }

    .burger-top {
        top: -02px;
    }

    .burger-bottom {
        bottom: -02px;
    }

    /* make sure this has the same top as the burger button has padding*/
    .burger-button.active .burger-top {
        position: absolute;
        top: 8px;
        transform: rotateZ(45deg);
    }

    .burger-button.active .burger-middle {
        /*   transform: rotateZ(270deg); */
        border-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
    }

    /* make sure this has the same bottom as the burger button has padding*/

    .burger-button.active .burger-bottom {
        position: absolute;
        bottom: 8px;
        transform: rotateZ(-45deg);
    }

    .burger-menu {
        display: none;
        position: fixed;
        top: 0vh;
        right: 0;
        /* left:100vw;
          right: -100vw;
          bottom: 0vh; */
        background-color: #f9f9f9;
        padding: 5px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
        z-index: 8;
        transition: 1s ease-in-out;
    }

    .burger-menu.active {
        display: block;
        /* left:50vw;
        right:0; */
        width: 370px;
        height: 100vh;
        padding: 40px;
        box-sizing: border-box;
    }

    .burger-links>a {
        text-decoration: none;
        font-size: 20px;
        color: #C3BFBC;
        display: block;
        text-align: center;
        white-space: nowrap;
    }

    .burger-links {
        margin-top: 40px;
    }

    .burger-links>a {
        width: max-content;
        margin-bottom: 20px;
        color: #1D3E8E;
        font-family: montserrat-rg;
    }

    .burger-menu .socials {
        display: flex;
        margin: 30px 0;
        width: 80%;
        justify-content: space-between;

    }

    .burger-menu .callme {
        display: flex;
        color: #1D3E8E;
        outline: 2px solid #1D3E8E;
        justify-content: center;
        font-size: 20px;
    }

    .burger-menu .lang {
        display: flex;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto;
        width: 80%;
    }

    .burger-menu .lang a {
        color: #1D3E8E;
        margin: 0;
        font-size: 20px;
    }

    /*  OVERLAY
========================================== */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(5, 27, 47, 0.4);
        opacity: 0;
        visibility: hidden;
    }

    .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }

    .stages {
        width: 80%;

    }

    .stage-status {
        margin-bottom: 30px;
    }

    .login {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .container {
        width: 90%;
        /*height: 70%;*/
        border-radius: 25px;
        padding: 60px 40px;
        margin: 0;
    }

    .form-body>div {
        display: flex;
        flex-direction: column;
    }

    .form-body>div {
        margin: 0;
    }

    .form-inpt {
        margin: auto;
        margin-bottom: 30px;
        width: 80%;
    }

    .submit_btn {
        display: block;
        margin: auto;
    }

    .redirect_btn {
        display: flex;
        text-align: center;
        margin: auto;
    }

    .submit_btn2 {
        margin-right: 0px;
    }

    .succes_photo {

        width: 580px;
    }

    .sub_block_active {
        display: block;
    }

    .subscription-div {
        width: 50%;
        padding: 40px 30px;
        height: 700px;
        margin: auto;
        margin-bottom: 40px;
    }

    .popular-tariff {
        padding-top: 0;
    }

    .count {
        font-size: 80px;
    }

    .period {
        font-size: 20px;
    }

    .subscription-div>p {
        font-size: 18px;
    }

    .opt_btns>button {
        font-size: 16px;
        padding: 15px;
    }

    .pricing-button {

        font-size: 16px;
        padding: 10px 25px;

    }

    .callme_block {

        display: block;

    }

    .callme_block>div>img {
        width: 400px;
        margin: auto;
        display: block;
    }

    .callme_decs {
        margin-top: 40px;
        margin-left: 0px;
        text-align: center;
    }

    .start {
        width: 60%;
        margin: auto;
        text-align: center;
    }

    .extra-services {

        display: block;
    }

    .banner_photo2 {
        display: none;
    }

    .services-container {
        width: 80%;
        margin: auto;
        overflow: auto;
    }

    .extra-services {

        height: auto;

    }

    .checkout-block>div:nth-of-type(2)>p {
        font-size: 24px;
    }

    .navigation {
        display: flex;
        width: 80%;
        justify-content: space-evenly;
        margin: auto;
    }

    .navigation .submit_btn {
        display: block;
        margin: 0;
    }

    .navigation .submit_btn2 {
        display: block;
        margin: 0;
    }

    .card-page .stage-message-3 {
        margin-left: 50px;
    }

}


@media screen and (max-width: 431px) {
    .login {
        width: 100%;
        /* height: auto; */
        padding-top: 100px;
    }
    .lang-dropdown{
        display: none;
    }
    .burger-menu.active {
        width: 350px;
    }
    .burger-menu .callme {
 
        font-size: 18px;
    }
    h1 {
        font-size: 23px;
    }

    .container {
        width: 95%;
        height: auto;
        border-radius: 10px;
        padding: 40px 20px;
        margin: 0;
        margin-bottom: 100px;
    }

    .form-inpt {
        margin: auto;
        margin-bottom: 30px;
        width: 90%;
    }

    .modal-content {
        background-color: #ffffff;
        margin: 15% auto;
        padding: 30px;
        width: 90%;
    }

    .modal-content>div {
        display: flex;
        justify-content: space-between;
    }
#modal-error .submit_btn2{
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}
    input[type="number"] {
        width: 60px;
        height: 70px;
        margin: 20px 0;
        padding: 15px 10px;
        font-size: 36px;
        color: #222;
    }

    .submit_btn {
        padding: 15px 20px;
        font-size: 16px;
    }

    .stages {
        display: none;
    }

    .instruction {
        margin-bottom: 30px;
    }

    label {

        font-size: 16px;
        margin-left: 0px;
    }

    .custom-file-input-wrapper label::after {
        font-size: 16px;
    }

    select {

        font-size: 16px;
    }

    .succes_photo {
        width: 90%;
    }

    .submit_btn2 {
        display: flex;
        align-items: center;
        padding: 10px 40px;
        font-size: 14px;
    }

    .submit_btn {
        padding: 15px 10px;
        font-size: 16px;
    }
    .tariff-type {
        width: 100%;
        display: flex;
        justify-content: space-between;
   
    }
    .subscription-button {
        padding: 15px 25px;
        font-size: 14px;
    }

    .subscription-div {
        width: 100%;
        padding: 40px 30px;
        height: 700px;
        margin: auto;
        margin-bottom: 40px;
    }

    .popular-tariff {
        padding-top: 0;
    }

    .count {
        font-size: 72px;
    }

    .differences {
        margin-top: 80px;
        overflow-x: scroll;
        padding: 10px;
    }

    .tariff-diff {
        width: 900px;

    }

    .callme_block>div>img {
        width: 80%!important;

    }

    .faq_block {
        margin: 80px auto;
        width: 90%;
    }

    .accordion button[aria-expanded=true]+.accordion-content {

        max-height: max-content
    }

    .start {
        width: 90%;

    }

    .services-container {
        padding: 80px 20px 80px 20px;
    }

    .services-container {
        width: 100%;
    }

    .tariff-options>p {
        text-align: center;
        font-size: 20px;
    }

    .ServiceModal {
        font-size: 14px;

        margin: auto;
        margin-top: 20px;

    }

    label.option {

        padding: 20px 20px;

    }

    .content {
        display: block;

    }

    .content>div {
        width: 100%;
    }

    .content .price {
        margin-top: 20px;
        justify-content: end;
        font-size: 24px;
    }
    .modal-content h1 {
        margin: 0;
        margin-bottom: 30px;
    }
    .modal-mobile{
       
        margin: 50% auto;
     
    }
    .navigation {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        
    }
    .navigation .submit_btn2 {
        display: flex;
        align-items: center;
        padding: 10px 30px;
        font-size: 16px;
    }
    .navigation .submit_btn {
        display: block;
        margin: 0;
    }
    .checkout-block {
        display: block;    
    }
    .checkout-block>div:nth-of-type(2)>p {
        font-size: 24px;
        margin-top: 20px;
    }
    .dlt_btn {

        bottom: 15px;
        right: 20px;
    }
    .checkout-block >div:nth-of-type(1) {
        width: 100%;
    }
    .total-price h1 {
        font-size: 24px;
    }
    .payment-details span {
  
        margin-left: 2px;
    }
    .payment-details span > span {
     
        margin: 0;
    }
    .ddox-container> img {
        display: block;
        margin: 40px auto;
        width: 100%;
    }
    .price-card{
        display: block;
    }
    .price-card> div {
        justify-content: space-between;
    }
    .price-card> div p{
        display: none;
    }
    .price-mobile{
        display: block;
        font-size: 20px!important;
        margin-bottom: 20px;
        text-align: center;
    }
    #total-sum{
        font-family: montserrat-sb;
    
    }
    .one-time {
        padding-bottom: 50px;
    }
    .price-card> .submit_btn2{
        display: none;
    }
    .price-card> div> .submit_btn2{
        display: block;
    }
    .price-card> div> .submit_btn{
        margin: 0;
    }

}
@media screen and (max-width: 390px) {
    .subscription-button {
        padding: 15px 20px
    }
    .count {
        font-size: 60px;
    }
    .accordion button .accordion-title {
display: block;
        width: 80%;
        padding: 0;
    }
    .submit_btn2 {
    
        font-size: 12px;
    }
    .form-inpt {
        margin: auto;
        margin-bottom: 30px;
        width: 100%;
    }
  
    .total-price p {
        font-size: 16px;
    }
}


/* *{
    outline: 2px solid red;
} */