﻿body {
    
}

.title-style {
    color: white;
    font-size: 38px;
    font-weight: 700;
}
.button-position {
    text-align: center;
    margin-top: 15px;
}
.input-image-intable {
    background-color: #D3F2FF;
    color: #000000;
    width: 100px;
}
    .input-image-intable::after {
        content: "Выберите файл"; 
        margin-left: -185px;
    }

.column-icon-design {
    font-size: 16px;
    transition: 0.4s;
}
    .column-icon-design:hover {
        cursor: pointer;
    }
.view-page-back {
    background: #F8F0FF;
}
.photo-style {
    position: absolute;
    width: 50%;
    height: 30%;
}
.main-title-style {
    margin-left: 0.3rem;
}
.card-class {
    width: 290px;
    height: 330px;
}
.tarifs-style {
    width: 95%;
}
.title-design {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
}

.tarifs-title-design {
    color: white;
    font-size: 1rem;
    font-weight: 700;
}

.title-description-design {
    width: 53%;
}

.title-description-text-design {
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
}
.btn-select {
    height: 40px;
    font-weight: 700;
    font-size: 1rem;
    background-color: #B471EB;
    color: #E4E1E1;
    border-radius: 10px;
    transition: 0.4s;
}
    .btn-select:hover {
        background-color: #895EF1;
        color: #FFFFFF;
    }
.button-position-one {
    text-align: center;
    margin-top: 30px;
}
.check-sum-style {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}
.tarifs-description {
    color: #140054;
    font-weight: 600;
    font-size: 1rem;
}
.tarifs-sum {
    color: #895EF1;
    font-weight: 700;
    font-size: 1rem;
    /*text-decoration: line-through;*/
}
.tarifs-consists {
    color: #4d5369;
    font-weight: 400;
    font-size: 0.8rem;
}
.tarifs-icons {
    height: 15px;
}
.tarifs-image {
    height: 70%;
}
.ontel-style-cards {
    display: none;
}
.btn-ok {
    width: 370px;
    font-weight: 500;
    font-size: 1rem;
    background-color: #895EF1;
    color: #E5E9ED;
    border-radius: 10px;
    transition: .3s;
}
    .btn-ok:hover {
        background: #893EF0;
        color: #efefef;
    }
.modal-title {
    color: #140054;
    font-size: 1.2rem;
    font-weight: 700;
}
.modal-desc {
    color: #341E79;
    font-weight: 500;
    font-size: 1rem;
}
.modal-paddings {
    margin-right: 70px;
    margin-left: 50px;
}
.modal-descript {
    color: #191D31;
    font-weight: 400;
    font-size: 1rem;
}
.modal-info {
    margin-left: 50px;
    color: #191D31;
    font-weight: 400;
    font-size: 1rem;
}
.btn-send-sms {
    width: 170px;
    font-weight: 500;
    font-size: 1rem;
    background-color: #895EF1;
    color: #E5E9ED;
    border-radius: 10px;
    transition: .3s;
}
    .btn-send-sms:hover {
        background: #893EF0;
        color: #efefef;
    }
.btn-cancel-sms {
    width: 170px;
    font-weight: 500;
    font-size: 1rem;
    background-color: #E5E9ED;
    color: #895EF1;
    border-radius: 10px;
    transition: .3s;
}
    .btn-cancel-sms:hover {
        background: #cdcdcd;
        color: #893EF0;
    }
.send-icon {
    height: 18px;
}
.send-icon:hover {
    cursor: pointer;
}
.sended-icon {
    height: 20px;
}



@media screen and (min-width: 1900px) {
    h1 {
        text-align: center;
        padding-top: 50px;
    }

    .main-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .container-design {
        width: 50%;
        height: 90%;
    }

    .input-design {
        width: 400px;
        height: 50px;
        font-size: 16px;
    }

    .input-tel-design {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .input-date-design {
        width: 180px;
        height: 50px;
        font-size: 16px;
        margin-right: 18px;
    }

    .contact-wrapper::before {
        display: none;
    }

    .image-design {
        width: 200px;
        height: 120px;
        margin-right: 30px;
    }

    .title-style {
        font-size: 50px;
    }

    .input-file-wrapper {
        width: 150px;
        height: 40px;
    }

    .input-text-design {
        width: 400px;
        font-size: 16px;
    }

    .input-captcha-design {
        width: 205px;
        height: 50px;
        font-size: 16px;
    }

    .button-save-design {
        font-size: 16px;
        width: 700px;
        height: 40px;
    }

    .button-position {
        margin-top: 30px;
    }

    .main-title-style {
        margin-left: 4rem;
        margin-top: 2rem;
    }

    .title-design {
        font-size: 2rem;
    }

    .tarifs-title-design {
        font-size: 1.2rem;
    }

    .title-description-design {
        width: 50%;
    }

    .title-description-text-design {
        font-size: 1rem;
    }

    .check-sum-style {
        font-size: 16px;
    }

    .tarifs-description {
        font-size: 1.2rem;
    }

    .tarifs-sum {
        font-size: 1.3rem;
    }

    .tarifs-consists {
        font-size: 1rem;
    }

    .tarifs-icons {
        height: 20px;
    }

    .card-class {
        width: 28%;
        height: auto;
        margin-right: 50px;
    }

    .tarifs-style {
        width: 90%;
    }

    .title-rules {
        font-size: 1.4rem;
    }

    .btn-select {
        height: 45px;
    }
    .btn-read-rules {
        width: 150px;
        font-size: 1rem;
        height: 40px;
    }
}

@media screen and (max-width: 800px) {

    .main-wrapper {
        width: 40%;
    }

    h1 {
        display: none;
    }

    .container-design {
        width: 90%;
        height: 200%;
    }

    .ontel-style {
        flex-direction: column;
    }

    .input-design {
        width: 90%;
        height: 40px;
        font-size: 14px;
    }

    .input-tel-design {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .input-date-design {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .contact-wrapper::before {
        display: none;
    }

    .image-design {
        width: 130px;
        height: 90px;
        margin-right: 15px;
    }

    .input-file-wrapper {
        width: 100px;
        height: 35px;
    }

    .input-text-design {
        width: 90%;
        font-size: 14px;
    }

    .captcha-tel-style {
        flex-direction: column;
        padding-right: 150px;
    }

    .aferta-style {
        margin: auto;
    }

    .button-position {
        margin-top: 25px;
    }

    .button-save-design {
        width: 90%;
        height: 40px;
        margin-bottom: 30px;
    }

    .column-icon-style {
        font-size: 14px;
    }

    .modal-image {
        height: 70px;
    }

    .modal-title {
        font-size: 1rem;
    }

    .modal-desc {
        font-size: 0.8rem;
    }

    .modal-descript {
        font-size: 0.8rem;
    }

    .modal-info {
        font-size: 0.8rem;
        margin-left: 10px;
    }

    .modal-paddings {
        margin-right: 50px;
        margin-left: 10px;
    }

    .btn-ok {
        width: 90%;
    }
    .select-language {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {


    .title-description-design {
        display: none;
    }
    .holiday-text {
        display: inherit;
    }

    .card-class {
        width: 100%;
        height: auto;
    }

    .ontel-style-cards {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .tarifs-buttons-ontel {
        display: none;
    }

    .btn-select {
        width: 100%;
    }

    .tarifs-description {
        font-size: 1rem;
    }

    .tarifs-sum {
        font-size: 1.1rem;
    }

    .tarifs-consists {
        font-size: 0.9rem;
    }

    .tarifs-icons {
        height: 17px;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {

    .title-description-design {
        display: none;
    }
    .holiday-text {
        display: inherit;
    }

    .card-class {
        width: 55%;
        height: auto;
    }

    .tarifs-style {
        display: none;
    }

    .ontel-style-cards {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .tarifs-buttons-ontel {
        display: none;
    }

    .btn-select {
        width: 55%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1300px) {

    .tarifs-style {
        width: 150%;
    }
}

@media screen and (max-width: 1100px) {
   
    .title-description-design {
        display: none;
    }
    .holiday-text {
        display: inherit;
    }
}

