@import "request__form.css";
/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
.section__title h1 {
    line-height: 1;
}
.section__article_top_text {
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.section__footer_subscribe {
    padding-bottom: 30px;
    min-height: 250px;
}
.section__footer_subscribe p {
    text-align: center;
}
.footer-subscribe-form {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.after__online_link_modal-buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.button {
    /*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
    font-family: Montserrat;
}

.reestr-excluded {
    background: #ff33224a;
    color: #222;
    padding: 20px;
    border-radius: 3px;
}

.menu {
    z-index: 99;
}
/*.menu:not(.menu_mainmenu) .menu__item {
    flex-basis: 25%;
}*/

.links__wrap {
    display: flex;
    justify-content: space-between;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__breadcrumbs-item {
    display: inline;
}

.breadcrumbs a:hover {
    color: #fff;
}

.header__telegram-link {
    display: flex;
    align-self: center;
    background: url(/img/icons/tg_yellow.svg);
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.reestr-company-name {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 500px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.h1_imitator{
    display:none;
}
.mobile__only {
    display: none !important;
}
.showHide-toggle {
    border-bottom: 1px dotted;
}
.el-col-sm-6 {
    width: 24%;
    margin-right: 3%;
}
.el-select>.el-input {
    min-width: 110px;
}
.dialog__rate{
    justify-content: flex-start;
    margin: 18px 0 0 -10px;
}
#footer-zaim-calc .el-col-sm-1 {
    width: 24%;
    margin-right: 3%;
}
.el-select>.el-input {
    min-width: 110px;
}
.calc__details {
    display: none;
}
.details__shown {
    display: block;
}
.calc__detailsLink{
    cursor: pointer;
}
.calc__detailsButton {
    background: url(/img/icons/arrow_down.svg);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    opacity: .4;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 33% 33%;
}
.calc_up{
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background-position: 45% 45%;
}
.idcalc-div-table{
    width: 70%;
}
.calc_fullwidth{
    width: 81%;
}
.flex_calc{
    display: flex;
}
.space__between {
    display: flex;
    justify-content: space-between;
}
.app__bar .space__between {
    padding: 0 0;
    margin: 10px 0px;
}
.left_text{
    text-align: left;
    justify-content: left;
    font-size: 16px;
}
.right_text{
    text-align: right;
    font-size: 17px;
}
.bottom__text-wrap{
    display: block;
}
.bottom__text-wrap h2{
    margin: 42px 0px;
}
.bottom__text-wrap p{
    margin: 30px 0px;
}
.bar_landing{
    margin-bottom: 32px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.close_modal {
    text-align: right;
    margin: 7px 10px 0 0;
    cursor: pointer;
    position: fixed;
    right: 0;
}
.close_modal_margin{
    margin: 74px 10px 0 0;
}
.modal-top-offers{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.modal-top-offers-child{
    margin-top: 7%;
    max-width: 75%;
    background: linear-gradient(24.82deg,#55a3ed 0,#95ce5a 100%);
    border-radius: 17px;
    padding: 10px 10px;
}
.modal-top-offers-child2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -12px;
}
.modal-top-offers-compact .modal-top-offers-child2{
    flex-direction: row;
}
.modal-top-offers-child .card{
    width: auto;
    min-width: unset;
}
.modal-top-offers .card__cell{
    min-height: 48px;
    max-height: 57px;
}
.modal-top-offers-child0{
    padding: 0% 25%;
}
.h2 {
    font-weight: bold;
    font-size: 21px;
    margin: 7px 0 22px 0;
}
.centerflex {
    display: flex;
    justify-content: center;
}
.text_block{
    max-width: 100%;
}
@media (max-width: 480px) {
    main {
        padding-top: 0;
    }
    .h1_imitator{
        display:block;
        padding: 0 4px;
        text-align:center;
    }
    .offers__block {
        padding-top: 20px;
    }
    .header__grey-block {
        display: none;
    }
    .img-adaptive {
        width: 100% !important;
    }
    .el-pagination {
        padding: 2px 0;
    }
    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
        min-width: 17px !important;
    }
    .el-pagination.is-background .btn-next {
        margin-left: 0;
    }
    .el-pagination.is-background .btn-prev {
        margin-right: 0;
    }
    .footer__menu {
        width: 100%;
    }
    /*.menu__item {
        flex-basis: 50% !important;
    }*/
    .modal-container {
        width: 80%;
        height: 90vh;
        overflow: scroll;
    }
    .mobile__hidden {
        display: none!important;
    }
    .mobile__only {
        display: inline-flex !important;
    }
}

.email-invalid {
    border-color: #FF0000 !important;
    color: #FF0000 !important;
    /*background: url(/img/icons/cancel.svg) no-repeat;*/
    background-size: 10px;
    background-position: center right 10px;
}

.email-valid {
    border-color: #5bb73b !important;
    /*background: url(/img/icons/checked.svg) no-repeat;*/
    background-size: 15px;
    background-position: center right 10px;
}

.notification-daily-offer {
    cursor: pointer;
    background: -o-linear-gradient(182.96deg, #FF9900 0%, #FF774B 100%);
    background: linear-gradient(267.04deg, #FF9900 0%, #FF774B 100%);
    -webkit-box-shadow: 0px 5px 10px rgba(54, 169, 227, 0.3);
    box-shadow: 0px 5px 10px rgba(54, 169, 227, 0.3);
}

.notification-daily-offer .el-icon-close:before,.notification-daily-offer .el-notification__title,.notification-daily-offer .el-notification__content {
    color: #fff;
}

.map-bank_list-wrap {
    padding: 5px 5px 0 15px;
    display: flex;
    flex-direction: column;
    font-size: 0.84em;
    position: relative;
    flex:1;
}

.map_wrap {
    display: flex;
    max-height: 360px;
}
.map-bank_list {
    overflow-y: scroll;
}
.map-bank_list__title {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 4px;
    position: relative;
    top: 0;
    left: 0;
}
.map-bank__item {
    padding: 5px 0;
    cursor: pointer;
}
.map-bank__item > div {
    line-height: 1.6em;
    letter-spacing: -.4px;
}
.map-bank__item:hover {
    color: dodgerblue;
}

.footer-zaim__calc-select {
    width: calc(35% - 4px);
}
.footer-zaim__calc-proc-slider, .footer-zaim__calc-srok-slider {
    width: 65%;
    display: inline-block;
}
.footer-zaim__calc-form {
    /*width: 50%;*/
    display: flex;
}
.footer-zaim__calc-form-result {
    /*margin-left: 2em;*/
}
.footer-zaim-calc-form-item {
    margin-bottom: 0;
}
.footer-zaim-calc-form-item .el-form-item__label{
    line-height: 20px;
}
.el-slider__input {
    float: none;
    width: 100%;
}
.el-slider__runway.show-input {
    margin: -7px 1px 16px 1px;
}
.el-button:active, .el-button:focus, .el-button:hover {
    color: #fff;
}
.zaim__calc-proc-slider {
    width: 65%;
}
.footer-zaim-calc-form-item .el-button {
    width: 100%;
}
.cities-list {
    columns: 4;
}
.cities-list__item {
    padding: 7px 0;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
}

.card__cell p {
    width: 100%;
}

.fit-content {
    width: fit-content;
}

#contactform textarea {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(96, 132, 175);
    padding: 10px;
    color: #4b4b4b;
    font-size: 24px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    height:100px;
    width: 100%;
}
.messengers-form {
    flex-direction: column;padding: 8px;
}
.messenger-form-email-link {
    display: flex;
    align-self: center;
    background: url(/img/icons/mail-orange.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.messengers-form__wrap {
    width: 50%; margin: 0 auto;
}
.flags_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.dblock{
    display: block;
}
.prlogo{
    float: right;
    max-width: 300px;
}
.pluses-wrap ul, .minuses-wrap ul {
    padding-left: 0;
}
.pluses-wrap li {
    list-style: none;
    background: url(/images/ico/icon-plus.svg) no-repeat;
    background-position: left center;
    padding: 10px 0 10px 40px;
}
.minuses-wrap li {
    list-style: none;
    background: url(/images/ico/icon-negative.svg) no-repeat;
    padding: 10px 0 10px 40px;
    background-position: left center;
}
@media (max-width: 480px) {
    .messengers-form__wrap {
        width: 100%;
    }
    .footer-zaim__calc-form {
        flex-direction: column;
    }
    .cities-list {
        columns: 1;
    }
    .links__wrap {
        flex-wrap: wrap;
    }
    .grid_20px .card__description {
        margin: 0;
    }
    .grid_20px {
        margin: 0;
    }
    .flags_wrap > * {
        margin-bottom: 10px;
    }
    .prlogo{
        float: unset;
    }
}
@media (max-width: 450px) {
    .dialog__rate{
        /*flex-direction: column;*/
    }
    .button__rate_opendialog{
        margin: 9px 0 0 0;
    }
}
@media (max-width: 400px) {
    .dialog__rate{
        flex-direction: column;
    }
    .button__rate_opendialog {
        margin: 10px;
    }
}
@media (max-width: 767px) {
    .flex_calc{
        flex-direction: column;
    }
    #footer-zaim-calc .el-col-sm-1 {
        width: 100%;
    }
    .offer__values-big{
        font-size: 16px;
    }
    .footer-zaim-calc-form-item .el-button {
        margin-bottom: 10px;
    }
    .feedbacks_sortable .reviews__card{
        width: 100%;
    }
    .modal-top-offers-child2{
        flex-direction: row;
    }
    .modal-top-offers-child0 {
        padding: 0% 5%;
    }
    .modal-top-offers-child .card{
        min-width: 30%;
    }
    .modal-top-offers .card__cell {
        min-height: 31px;
        padding: 0px 10px;
    }
    .modal-top-offers-child{
        margin-top:10%;
        max-width: 95%;
    }
    .modal-top-offers-child .card{
        width: 93%;
    }
    .modal-top-offers-child0{
        padding: 0% 0% !important;
    }
    .modal-top-offers-compact .modal-top-offers-child2{
        flex-direction: column;
    }
}
