*{
    font-size: 14px;
}


/*
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffd9;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-img {
  width: 16em; 
  height: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

*/

.body{
    min-height: 125vh;
    background: #EEF1F7;
}

.col{
    padding-left: 2em;
    padding-right: 2em;
}

.top{
    background: #5850D3;
    padding-bottom: 1em;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .logo .img{
    width: 11em;
}
.top .menu{
    display: flex;
    align-items: center;
    display: none;
}
.top .menu .menu-link{
    color: #fff;
    background: #968EFF4D;
    height: 2.6em;
    display: flex;
    align-items: center;
    border-radius: .8em;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: .6em;
}
.top .menu .menu-link .img{
    margin-right: .5em;
}
.top .menu .menu-link .span{
        font-size: 1.25em;
    letter-spacing: .02em;
}


.seach{
    background: #837AFF;
    width: 73em;
    margin: auto;
    margin-top: 2.6em;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 2.5em;
    margin-bottom: 0;
}

.seach *{
    user-select: none;
}

.seach .title{
    color: #fff;
    font-size: 3.11em;
    font-weight: bold;
    text-align: center;
}
.seach .seach-line{
    display: flex;
    margin-top: 1.3em;
    justify-content: space-between;
    align-items: center;
}

.seach .seach-line .input{
    height: 4em;
    border: none;
    border-radius: 0;
}
.seach .seach-line .submit{
    height: 4em;
    background: #FF8D59;
    border-radius: 1.5em;
    min-width: 11.4em;
    border: none;
    margin-left: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    font-weight: 600;
}
.seach .seach-line .submit:hover{
    background: #FF996A
}
.seach .seach-line .submit .span{
    font-size: 1.5em;
    border: none;
    background: no-repeat;
    cursor: pointer;
    color: #fff;
}
.seach .seach-line .seach-r{
    height: 4em;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: 1px solid #fff;
}
.seach .seach-line .seach-a-start{
    width: 33%;
}
.seach .seach-line .seach-a{
    width: 100%;
    border-radius: 1.3em 0 0 1.3em;
}
.seach .seach-line .seach-b-start{
    width: 22%;
    margin-left: .3em;
    margin-right: .3em;
}
.seach .seach-line .seach-b{
    width: 100%;
}
.seach .seach-line .seach-c-start{
    width: 33%;
}
.seach .seach-line .seach-c{
    width: 100%;
    border-radius: 0 1.3em 1.3em 0;
}
.seach .seach-line .seach-r .img{
    margin-right: .8em;
    margin-left: 1em;
}
.seach .seach-line .seach-r .span{
    font-size: 1.1em;
    font-weight: 500;
}
.seach .seach-line .to-select{
    position: absolute;
    min-width: 10em;
    margin-top: .3em;
    display: flex;
}
.seach .seach-line .to-select .to-select-res{
    padding: 1em;
    box-shadow: 0px 0px 20px #2422421A;
    border-radius: 1.3em;
    background: #fff;
}
.seach .seach-line .to-select .to-select-res .line{
    display: flex;
    align-items: center;
    margin-bottom: .8em;
    cursor: pointer;
}
.seach .seach-line .to-select .to-select-res .line .img{
    margin-right: .6em;
    margin-left: 0;
}
.seach .seach-line .to-select .to-select-res .line .span{   
    font-size: 1.1em;
}

.seach .seach-line .to-select .to-select-res .seach-country{
    display: flex;
    margin-bottom: .5em;
    align-items: center;
}
.seach .seach-line .to-select .to-select-res .seach-country .input{
    height: auto;
    margin-left: .5em;
    font-size: 1.1em;
    font-weight: 500;
    outline: none;
}
.seach .seach-line .to-select .to-select-res .seach-country .input::placeholder{
    font-weight: 400;
    color: #939AA4;
}


/* ... */
.seach .seach-line .to-select .select-res-country{
    padding: 0;
    padding-bottom: 1em;
    width: 25.5em;
}
.seach .seach-line .to-select .select-res-country .dadata-seach{
    max-height: 25em;
    overflow: auto;
}
.seach .seach-line .to-select .select-res-country .line{
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    height: 2.6em;
    display: flex;
    align-items: center;
}
.seach .seach-line .to-select .select-res-country .line:hover{
    background: #D5D3FF;
}
.seach .seach-line .to-select .select-res-country .seach-country{
    padding: 1em;
    padding-bottom: 0;
    padding-top: 0;
    height: 3.11em;
    display: flex;
    align-items: center;
    margin: 0;
}

/* ... */

.seach .seach-line .to-select .to-select-res .week{
    display: flex;
}
.seach .seach-line .to-select .to-select-res .week .day{
    width: 3em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
    color: #5850D3;
    text-transform: capitalize;
    cursor: pointer;
}

.seach .seach-line .to-select .to-select-res .week .day-result{
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seach .seach-line .to-select .to-select-res .week-top{
    margin-bottom: 1.1em;
    margin-top: 1.1em;
}
.seach .seach-line .to-select .to-select-res .month{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
}
.seach .seach-line .to-select .to-select-res .month .str{
    margin-left: .5em;
    margin-right: .5em;
    cursor: pointer;
    width: 1em;
    text-align: center;
}
.seach .seach-line .to-select .to-select-res .month .str-left{
    transform: rotate(180deg);
}
.seach .seach-line .to-select .to-select-res .month .number{
    font-size: 1.1em;
    font-weight: 500;
}
.seach .seach-line .to-select .to-select-res .week .tooday{
    border-radius: 1em;
    background: #FFAE8A;
    color: #fff;
}
.seach .seach-line .to-select .to-select-res .week .start-day{
    border-radius: 1em;
    background: #968EFF;
    color: #fff;
}

.seach .seach-line .to-select .to-select-res .week .day-next:hover{
    background: linear-gradient(90deg, #D5D3FF 50%, transparent 50%);
}

.seach .seach-line .to-select .to-select-res .week .day-next:hover .day-result {
    border-radius: 1em;
    background: #968EFF;
    color: #fff;
}

.seach .seach-line .to-select .to-select-res .week .stop-day-bg{
    background: linear-gradient(90deg, #D5D3FF 50%, transparent 50%);
}

.seach .seach-line .to-select .to-select-res .week .start-day-bg{
    background: linear-gradient(90deg, transparent 50%, #D5D3FF 50%);
}
.seach .seach-line .to-select .to-select-res .week .day-none{
    color: #999;
}

/* ... */

.seach .seach-line .to-select .to-select-res .s-people{
    margin-bottom: .5em;
}

.seach .seach-line .to-select .to-select-res .more-pepole{
    width: 18em;
    margin-bottom: 1em;
    background: #EFEEFF;
    padding: .8em;
    border-radius: 1em;
}
.seach .seach-line .to-select .to-select-res .more-pepole .more-pepole-text{
    color: #5850D3;
    display: flex;
    align-items: flex-start;
}
.seach .seach-line .to-select .to-select-res .more-pepole .more-pepole-text .span{
    font-size:.8em;
}
.seach .seach-line .to-select .to-select-res .more-pepole .more-pepole-text .img{
    margin-right: .5em;
}
.seach .seach-line .to-select .to-select-res .more-pepole .more-pepole-push{
    font-size: .87em;
    background: #968EFF;
    padding: .7em;
    text-align: center;
    color: #fff;
    border-radius: 1em;
    cursor: pointer;
    margin-top: 1em;
    width: 100%;
}

.seach .seach-line .to-select .to-select-res .to-select-res-child{
    align-items: baseline;
        margin-bottom: 1em;
}

.seach .seach-line .to-select .to-select-res .s-people .span{
    width: 8.5em;
    display: block;
}
.seach .seach-line .to-select .to-select-res .s-people .img{
    margin: auto;
    margin-right: 0;
}   
.seach .seach-line .to-select .to-select-res .action-seach{
    background: #5850D3;
    padding: .7em;
    text-align: center;
    color: #fff;
    border-radius: 1em;
    margin-top: 1em;
    cursor: pointer;
}
.seach .seach-line .to-select .to-select-res .action-seach:hover{
    background: #625AD4
}


.seach .seach-line .to-select .to-select-res .child-select{
    border: 2px solid #D5D3FF;
    border-radius: 1em;
    background: #fff;
    height: 14.7em;
    overflow: auto;
    width: 11em;
    margin-left: -2em;
    margin-bottom: .5em;
    scrollbar-width: none;
}

.seach .seach-line .to-select .to-select-res .child-select-h{
    height: auto;
}

.seach .seach-line .to-select .to-select-res .child-select .child-value{
    font-size: .9em;
    height: 2.8em;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .6em;
    color: #5850D3;
}
.seach .seach-line .to-select .to-select-res .child-select .child-value-rez{
    padding: 0;
    padding-left: 1.4em;
    height: 2.2em;
}

.seach .seach-line .to-select .to-select-res .child-select .child-value-rez:hover{
    background:  #D5D3FF
}
    

.seach .seach-line .to-select .to-select-res .line .people-kolvo{
    width: 7.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #D5D3FF;
    border-radius: 1em;
    height: 2.2em;
    margin-left: 1.5em;
    color: #5850D3;
}
.seach .seach-line .to-select .to-select-res .line .people-kolvo .znak{
    width: 2em;
    text-align: center;
}
.seach .seach-line .to-select .to-select-res .line .people-child{
    width: 7.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7em;
    border-radius: .8em;
    color: #fff;
    background: #5850D3;
    margin-left: 1.5em;
}
.seach .seach-line .to-select .to-select-res .line .people-child:hover{
    background: #625AD4;
}
.seach .seach-line .to-select .to-select-res .line .people-child .span{
    font-size: .8em;
    font-weight: 300;
    width: auto;
    letter-spacing: .5px;
}







.top-fast-seach-1{
    display: flex;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}
.top-fast-seach-1 .link{
    padding: .8em;
    background: #968EFF;
    border-radius: .8em;
    color: #fff;
    margin-right: .25em;
    margin-left: .25em;
    text-transform: uppercase;
}
.top-fast-seach-2{
    width: 64em;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-fast-seach-2 .link{
    padding: .8em;
    background: #D5D3FF;
    border-radius: .8em;
    color: #5850D3;
    margin: .25em;
    text-transform: uppercase;
}
.banner{
    margin:auto;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 5em;
}
.banner .img{
    text-align: center;
    max-width: 100%;
}

/* .seach-result */
.seach-result{
    display: flex;
}
.seach-result .seach-result-left{
    width: 17em;
    margin: 1em;
}
.seach-result .seach-result-left .filter{
    background: #fff;
    border-radius: 1.7em;
    margin-bottom: 1em;
    padding: 1em;
}
.seach-result .seach-result-left .filter *{
    user-select: none;
}
.seach-result .seach-result-left .filter .filter-name{
    margin-top: 1em;
    margin-bottom: .6em;
}
.seach-result .seach-result-left .filter .filter-line{
    outline: 2px solid #D5D3FF;
    display: flex;
    align-items: center;
    height: 2.8em;
    border-radius: .8em;
    margin-bottom: .5em;
    overflow: hidden;
}
.seach-result .seach-result-left .filter .filter-line .img-div{
    margin-left: .7em;
    margin-right: .5em;
    min-width: 1.3em;
    max-width: 1.3em;
    text-align: center;
    height: 1.3em;
}
.seach-result .seach-result-left .filter .filter-line .img-div .img{
    width: 100%;
    max-height: 100%;
}
.seach-result .seach-result-left .filter .filter-line .span{
    font-size: 1em;
     white-space: nowrap;
}
.seach-result .seach-result-left .filter .submit{
    background: #FF8D59;
    border: none;
    text-align: center;
    color: #fff;
    border-radius: .8em;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}
.seach-result .seach-result-left .filter .clear-filter{
    background: #5850D3;
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .8em;
    padding-left: 1em;
    padding-right: 1em;
}
.seach-result .seach-result-left .filter .check-filter{
    height: 2.4em;
    display: flex;
    justify-content: space-between;
    border-radius: .8em;
    background: #968EFF;
}
.seach-result .seach-result-left .filter .check-filter .check-filter-left{
    width: calc(50% - .1em);
    margin: .2em;
    display: flex;
    align-items: center;
    border-radius: .7em;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.seach-result .seach-result-left .filter .check-filter .action{
    background: #fff;
    color: #968EFF;
}

.seach-result .seach-result-left .filter .clear-filter .span{
    color: #fff;
    font-weight: 300;
}
.seach-result .seach-result-left .filter .clear-filter .img{
    width: 1em;
    height: 1em;
}
.seach-result .seach-result-left .filter .filter-label{
    display: flex;
    align-items: center;
}
.seach-result .seach-result-left .filter .filter-label .img{
    position: absolute;
    margin-left: .9em;
}
.seach-result .seach-result-left .filter .filter-label .input{
    padding-left: 2.5em;
    border: 2px solid #5850D3;
    border-radius: .8em;
    height: 2.7em;
}
.seach-result .seach-result-left .filter .filter-label .input::placeholder{
    color: #968EFF;
    font-weight: 400;
}

.seach-result .seach-result-left .filter .price-filter{
    height: 2.4em;
    display: flex;
    justify-content: space-between;
    border-radius: .8em;
    border: 2px solid #5850D3;
    justify-content: space-around;
    margin-top: .6em;
    margin-bottom: 1.5em;
}
.seach-result .seach-result-left .filter .price-filter .price-filter-left{
    width: 50%;
    text-align: center;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seach-result .seach-result-left .filter .price-filter .price-filter-right{
    width: 50%;
    text-align: center;
    color: #282828;
    border-left: 2px solid #5850D3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seach-result .seach-result-left .filter .range-slider{
    margin-bottom: 1.5em;
}
.seach-result .seach-result-left .filter .check-list{
    border: 2px solid #5850D3;
    padding: .8em;
    display: flex;
    flex-direction: column;
    border-radius: .8em;
    padding-top: .3em;
    padding-bottom: .3em;
}
.seach-result .seach-result-left .filter .check-list .check-line{
    margin-top: .5em;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
}

.seach-result .seach-result-left .filter .check-list .check-line .label .checkbox{
    display: none;
}
.seach-result .seach-result-left .filter .check-list .check-line .label{
    width: 1.1em;
    height: 1.1em;
    display: block;
    border: 2px solid #282828;
    border-radius: .3em;
    margin-right: .5em;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.seach-result .seach-result-left .filter .check-list .check-line .label .span{
    margin-left: 1.5em;
    min-width: 12em;
}
.seach-result .seach-result-left .filter .check-list .check-line .label:hover{
    border: 2px solid #625AD4;
}
.seach-result .seach-result-left .filter .check-list .check-line .label:has(.checkbox:checked){
    background-image: url(img/checkbox_action.svg);
    background-position: center;
    background-size: .5em;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 2px solid #968EFF;
    display: flex;
    align-items: center;
}



/* ... range ...*/

.seach-result .seach-result-left .filter .range-wrap {
    width: 15em;
    height: 4px;
    appearance: none; /* Отменяем стандартный стиль браузера */
    pointer-events: none;
    background-color: #5850D3;
    background: linear-gradient(to right, #968EFF, #968EFF 20%, #5850D3 20%, #5850D3 80%, #968EFF 80%, #968EFF 80%);
    border-radius: 4px;
}

/* Стили трек */
.seach-result .seach-result-left .filter .range-wrap::-webkit-slider-runnable-track {
   
}
/* Стили ползунка */
.seach-result .seach-result-left .filter .range-wrap::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5850D3;
    border: 3px solid #fff;
    cursor: pointer;
    margin-top: 0px; /* Центрирование относительно дорожки */
    z-index: 2;
    pointer-events: auto;
}

.seach-result .seach-result-left .filter .range-wrap-2 {
    width: 15em;
    height: 0;
    margin: 0;
    appearance: none; /* Отменяем стандартный стиль браузера */
    margin-top: -2px;
    pointer-events: none;
}

/* Стили трек */
.seach-result .seach-result-left .filter .range-wrap-2::-webkit-slider-runnable-track {
    
}

/* Стили ползунка */
.seach-result .seach-result-left .filter .range-wrap-2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5850D3;
    border: 3px solid #fff;
    cursor: pointer;
    margin-top: 0px; /* Центрирование относительно дорожки */
    z-index: 2;
    pointer-events: auto;
}


/* ... END range ...*/



/* .filter */
.seach-result .seach-result-left .filter .to-select-res{
    padding: .5em;
    border: 2px solid #d5d3ff;
    border-radius: 1em;
    max-height: 18em;
    max-height: 40em;
    overflow: auto;
    max-width: 100%;
    margin: 0 !important;
    margin-bottom: .3em !important;
}

.seach-result .seach-result-left .filter .to-select-res .line{
    display: flex;   
    justify-content: space-between;
    margin-top: 1em;
}
.seach-result .seach-result-left .filter .to-select-res .line .span{
    font-size: 1.12em;
}
.seach-result .seach-result-left .filter .to-select-res .seach-country{
    display: flex;
    margin-bottom: 1em;
}
.seach-result .seach-result-left .filter .to-select-res .seach-country .img{
    margin-right: .5em;
    margin-left: .3em;
}
.seach-result .seach-result-left .filter .to-select-res .dadata-seach .line{
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    justify-content: flex-start;
    margin-top: 0;
    cursor: pointer;
}
.seach-result .seach-result-left .filter .to-select-res .dadata-seach .line .img{
    margin-right: .5em;
}
.seach-result .seach-result-left .filter .to-select-res .dadata-seach .line .span{
    font-size: 1em;
}
.seach-result .seach-result-left .filter .to-select-res .seach-country .input{
    border: none;
}
.seach-result .seach-result-left .filter .to-select-res .seach-country .input::placeholder{
    color: #ccc;
}

.seach-result .seach-result-left .filter .to-select-res .month{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: .5em;
    margin-top: .5em;
}
.seach-result .seach-result-left .filter .to-select-res .month .str-left{
    transform: rotate(180deg);
}
.seach-result .seach-result-left .filter .to-select-res .week{
    display: flex;
}
.seach-result .seach-result-left .filter .to-select-res .week-top{
    margin-bottom: .5em;
}
.seach-result .seach-result-left .filter .to-select-res .week .day{
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
        color: #5850D3;
}

.seach-result .seach-result-left .filter .to-select-res .week .day-none{
    color: #999;
}
.seach-result .seach-result-left .filter .to-select-res .week .tooday{
    border-radius: .5em;
    background: #FFAE8A;
    color: #fff;
}
.seach-result .seach-result-left .filter .to-select-res .week .start-day{
    border-radius: .5em;
    background: #968EFF;
    color: #fff;
}
.seach-result .seach-result-left .filter .to-select-res .week .day-result {
       width: 2.3em;
    height: 2.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}


.seach-result .seach-result-left .filter .to-select-res .week .day-next:hover{
    background: linear-gradient(90deg, #D5D3FF 50%, transparent 50%);
}

.seach-result .seach-result-left .filter .to-select-res .week .day-next:hover .day-result {
    border-radius: .5em;
    background: #968EFF;
    color: #fff;
}

.seach-result .seach-result-left .filter .to-select-res .week .stop-day-bg{
    background: linear-gradient(90deg, #D5D3FF 50%, transparent 50%);
}

.seach-result .seach-result-left .filter .to-select-res .week .start-day-bg{
    background: linear-gradient(90deg, transparent 50%, #D5D3FF 50%);
}
.seach-result .seach-result-left .filter .to-select-res .week .day-none{
    color: #999;
}


.seach-result .seach-result-left .filter .to-select-res .line .people-kolvo{
    width: 7em;
    border: 2px solid #D5D3FF;
    height: 2em;
    box-sizing: border-box;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5850D3;
}
.seach-result .seach-result-left .filter .to-select-res .line .people-kolvo .znak{
    width: 2em;
    text-align: center;
    color: #5850D3;
}

.seach-result .seach-result-left .filter .to-select-res .line  .people-child{
    background: #5850D3;
    color: #fff;
    height: 2.5em;
    width: 7.3em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seach-result .seach-result-left .filter .to-select-res .line .people-child .span{
    font-size: .9em;
}
.seach-result .seach-result-left .filter .to-select-res .action-seach{
    margin-top: 1em;
    background: #5850D3;
    height: 2.5em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .img{
    width: 3em;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .child-select{
    border: 2px solid #D5D3FF;
    border-radius: 1em;
    max-height: 14.5em;
    overflow: auto;
    margin-bottom: .5em;
    scrollbar-width: none;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .child-select .img{
    width: auto;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .child-select .child-value{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1em;
    font-size: 1em;
    height: 2em;
    padding-right: 1em;
    color: #5850D3;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .child-select .child-value-rez{
    font-size: .9em;
    color: #5850D3;
    height: 2.2em;
    padding-left: 1.5em;
    cursor: pointer;
}
.seach-result .seach-result-left .filter .to-select-res .s-people .child-select .child-value-rez:hover{
    background: #D5D3FF;
}

















.seach-result .map{
    height: 100vh;
    right: 1em;
    top: 0;
}

/* .seach-result-right  */

.seach-result .seach-result-right{
    width: calc(100% - 20em);
    margin: 1em;
    margin-left: 0;
    margin-right: 0;
}
.seach-result .seach-result-right .right-block{
    display: flex;
}
.seach-result .seach-result-right .right-block .card-line{
    margin-right: 1em;
    width: 20em;
}

/* .card */

.card{
    width: 19.95em;
    background: #FFDBB4;
    padding: .5em;
    border-radius: 1.3em;
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 1em;
        display: flex;
    flex-direction: column;
}

.card .card-img{
    height: 13em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.3em;
}
.card .card-to-name{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.card .card-to-name .card-name-line .card-name{
    font-size: 1.1em;
    margin-top: .5em;
    margin-bottom: .25em;
}
.card .card-to-name .card-name-line .card-address{
    margin-bottom: 1em;
}
.card .card-to-name .card-name-line .card-address .span {
    font-size: .8em;
    margin-top: .25em;
}
.card .card-star{
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    margin-bottom: 0em;
}

.card .card-to-name .card-to-star{
    background: #56B832;
    color: #fff;
    height: 2em;
    min-width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .8em;
}

.card .card-to-name .card-to-star .span{
    font-size: .9em;
}

.card .card-star .hotel-name{
    padding: .5em;
    border: 2px solid #5850D3;
    border-radius: 1em;
    color: #5850D3;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 1em;
}
.card .card-bron{
    background: #FF8D59;
    height: 2.4em;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: .8em;
    border-radius: .8em;
    color: #fff;
}
.card .card-order{
    background: #5850D3;
    height: 2.4em;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: .25em;
    border-radius: .8em;
    color: #fff;
}
.card .card-else{
    margin-top: .5em;
    text-align: center;
    color: #5850D3;
    margin-bottom: .5em;
}

/* .card */



/* .hotel */

.hotel .hotel-top-text{
    display: flex;
    align-items: center;
    color: #5850D3;
    margin-top: 1.2em;
    margin-bottom: 1em;
    font-size: 1.2em;
    text-decoration: none;
}
.hotel .hotel-top-text .img{
    margin-right: .8em;
}
.hotel .top-banner{
    width: 100%;
    margin-bottom: 1em;
}


.hotel-col{
    padding: 1em;
    background: #fff;
    border-radius: 1.3em;
    margin-bottom: 1em;
}

.hotel-result{
    display: flex;
}
.hotel-result .h2{
    margin-top: 1em;
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: .5em;
}
.hotel-result .img{
    max-width: 100%;
}
.hotel-result .hotel-left{
    width: 60%;
}
.hotel-result .hotel-left .hotel-img{
    padding: .5em;
}
.hotel-result .hotel-left .hotel-img .img-top .img{
    width: 100%;
    border-radius: 1em;
}
.hotel-result .hotel-left .hotel-img .img-more{
    margin-top: .5em;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: auto;
}
.hotel-result .hotel-left .hotel-img .img-more .img{
    max-width: calc(25% - .5em);
    height: 10em;
    border-radius: 1em;
    margin-right: .5em;
}

.hotel-result .hotel-left .address{
    margin-bottom: 1em;
    margin-top: -1em;
    font-size: 1.25em;
}

.hotel-result .hotel-left .udobs{
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}
.hotel-result .hotel-left .udobs .param-name{
    margin-right: .5em;
    margin-bottom: .2em;
    margin-top: .2em;
    background: #F5F4FF;
}

.hotel-result .hotel-left .desc, .hotel-result .hotel-left .dop-info{
    color: #282828;
    line-height: 1.5em;
}
.hotel-result .hotel-left .desc{
    overflow: hidden;
}
.hotel-result .hotel-left .open-div{
    background:linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3));
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    margin-top: -3em;
    height: 7em;
    position: relative;
    display: flex;
}
.hotel-result .hotel-left .open-div .open-div-line{
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 1em;
}
.hotel-result .hotel-left .open-div .open-div-line .img{
    margin-right: .5em;
}
.hotel-result .hotel-left .open-div .open-div-line .span{
    color: #5850D3;
    font-size: 1.3em;
}
.hotel-result .hotel-left .p{
    font-size: 1.154em;
}

.hotel-result .hotel-left .dop-info{
    overflow: hidden;
}


.hotel-result .hotel-left .agr{
    border: 3px solid #BCB7FF;
    height: 8.2em;
}
.hotel-result .hotel-left .agr .agr-title{
    font-size: 1.5em;
    margin-bottom: .7em;
}
.hotel-result .hotel-left .agr .agr-line{
    display: flex;
}   
.hotel-result .hotel-left .agr .agr-line .agr-res{
    display: flex;
    width: 49%;
    background: #EEF1F7;
    align-items: center;
    justify-content: space-between;
    border-radius: 1em;
    margin-right: 1%;
    padding-left: 1em;
    padding-right: 1em;
}
.hotel-result .hotel-left .agr .agr-line .agr-submit{
    background: #5850D3;
    color: #fff;
    width: 50%;
    text-align: center;
    padding: .9em;
    border-radius: 1em;
    letter-spacing: .1em;
}
.hotel-result .hotel-left .order{
    display: flex;
        padding: .5em;
}
.hotel-result .hotel-left .order .order-img{
    width: 33em;
    height: 23em;
    border-radius: 1em;
    overflow: hidden;
    background: #eee;
}
.hotel-result .hotel-left .order .order-img .img{
    width: 100%;
}
.hotel-result .hotel-left .order .order-param{
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    width: calc(63% - 1em);
}
.hotel-result .hotel-left .order .order-param .name{
    font-size: 1.5em;
    margin-bottom: .2em;
    font-weight: 500;
}
.hotel-result .hotel-left .order .order-param .stand{
    font-size: 1.3em;
    margin-bottom: .5em;
}
.hotel-result .hotel-left .order .order-param .order-in{
    margin: auto;
    width: 100%;
    background: #FF8D59;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5em;
    border-radius: 1em;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.hotel-result .hotel-left .order .order-param .order-in:hover{
    background: #FF996A
}
.hotel-result .hotel-left .order .order-param .order-in .span{
    font-size: 1.2em;
    margin-left: 1em;
}
.hotel-result .hotel-left .order .order-param .order-in .price{
    font-size: 1.5em;
    margin-right: .5em;
}
.hotel-result .hotel-left .order .order-param .order-act{
    width: 100%;
    background: #5850D3;
    padding: .6em;
    border-radius: 1em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}
.hotel-result .hotel-left .order .order-param .order-act:hover{
    background: #625AD4;
}


.line-card-hotel{
    display: -webkit-box;
    background: linear-gradient(to right, #FFCFB9 70%, #FE6B28);
    padding: 2em;
    border-radius: 2em;
    overflow: auto; /* Включаем прокрутку */
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для IE и Edge */
    margin: 0;
}
.line-card-hotel::-webkit-scrollbar{
    display: none;
}
.line-card-hotel .card{
    margin-right: 1em;
    background: #fff;
    width: 22.3em;
    margin-bottom: 0;
}

.else-card{
    background: #968EFF;
    margin-top: 4em;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30.8em;
    border-radius: 1.5em;
    margin-bottom: 1em;
}
.else-card .span{
    color: #fff;
    font-size: 2.1em;
}


.back-list{
   background: #5850D3;
    margin: auto;
    margin-top: 7.2em;
    height: 4.5em;
    margin-bottom: 7.5em;
    display: flex;
    align-items: center;
    width: 52.5em;
    border-radius: 1.5em;
    justify-content: center;
}
.back-list .span{
    color: #fff;
    font-size: 2.1em;
}


/* .param-name */
.param-name{
    background: #DDDCFF;
    padding: .5em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    width: fit-content;
}
.param-name .img{
    margin-right: .5em;
        margin-left: .3em;
}
.param-name .span{
    font-size: 1.1em;
    color: #5850D3;
        margin-right: .3em;
}








.hotel-result .hotel-right{
    width: calc(40% - 1em);
    margin-left: 1em;
}

.hotel-result .hotel-right .hotel-right-div{
    
}

.hotel-result .hotel-right .hotel-title{
    font-size: 1.35em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotel-result .hotel-right .hotel-title .span{
    font-size: 1.12em;
    font-weight: 500;
}
.hotel-result .hotel-right .hotel-title .icon-top{
    display: flex;
}
.hotel-result .hotel-right .hotel-title .icon-top .link-icon-top{
    margin-left: .5em;
    width: 3.25em;
    height: 3.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D5D3FF;
    border-radius: .8em;
}
.hotel-result .hotel-right .hotel-title .icon-top .link-icon-top .img{

}
.hotel-result .hotel-right .hotel-col{
    padding: 1em;
}
.hotel-result .hotel-right .hotel-address{
    
}
.hotel-result .hotel-right .hotel-address .name{
    font-weight: 500;
    font-size: 1.25em;
}
.hotel-result .hotel-right .hotel-address .hotel-address-name{
    display: flex;
    align-items: center;
    margin-top: -.3em;
}
.hotel-result .hotel-right .hotel-address .hotel-address-name .span{
    font-size: 1.25em;
}
.hotel-result .hotel-right .hotel-address .copy-address{
    display: flex;
    align-items: center;
    background: #F5F4FF;
    border-radius: 1em;
    margin-left: 1em;
    padding-top: .4em;
    padding-bottom: .4em;
}
.hotel-result .hotel-right .hotel-address .copy-address .img{
    width: .9em;
    height: .9em;
    margin-left: .7em;
    margin-right: .3em;
}
.hotel-result .hotel-right .hotel-address .copy-address .span{
    font-size: 1em;
    color: #968EFF;
    margin-right: .7em;
}

.hotel-result .hotel-right .hotel-star{
    display: flex;
    margin-top: .8em;
    align-items: center;
}
.hotel-result .hotel-right .hotel-star .hotel-type{
    color: 968EFF;
    padding: .7em;
    border: 2px solid #968EFF;
    border-radius: 2em;
    text-transform: uppercase;
    margin-right: .5em;
        padding-bottom: .4em;
    padding-top: .4em;
}
.hotel-result .hotel-right .hotel-star .star .img{
    width: .9em;
    margin-right: .2em;
}
.hotel-result .hotel-right .hotel-reit{
    display: flex;
    align-items: center;
    margin-top: 1em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-num{
    margin-right: .5em;
    height: 3em;
    min-width: 3.3em;
    max-width: 3.3em;
    background: #56B832;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-num .span{
    font-size: 1.3em;
}

.hotel-result .hotel-right .hotel-reit .hotel-reit-one{
    display: flex;
    align-items: center;
    height: 3em;
    justify-content: center;
    border-radius: .5em;
    margin-right: .4em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-one .span{
    text-transform: uppercase;
    font-weight: 500;
    margin-left: .3em;
    line-height: 1em;
    font-size: 1em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-one .img{
    height: 1.7em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-price{
    background: #FFE9D2;
    width: 7.7em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-price .span{
    color: #FF6E13;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-price .img{

}
.hotel-result .hotel-right .hotel-reit .hotel-reit-reit{
    background: #E4F9DC;
    width: 9em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-reit .span{
    color: #49A926;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-reit .img{

}
.hotel-result .hotel-right .hotel-reit .hotel-reit-place{
    background: #EFEEFF;
    width: 11em;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-place .span{
    color: #7054FB;
}
.hotel-result .hotel-right .hotel-reit .hotel-reit-place .img{

}



.hotel-result .hotel-right .hotel-phone-line{
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}
.hotel-result .hotel-right .hotel-phone-line .hotel-phone{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D5D3FF;
    border-radius: .7em;
    height: 3em;
    margin-right: .25em;
}
.hotel-result .hotel-right .hotel-phone-line .hotel-phone .span{
    font-size: 1.5em;
}
.hotel-result .hotel-right .hotel-phone-line .hotel-phone-copy{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:  #F5F4FF;
    border-radius: .7em;
    height: 3em;
    margin-left: .25em;
}
.hotel-result .hotel-right .hotel-phone-line .hotel-phone-copy .span{
    margin-left: .5em;
    font-size: 1.25em;
    color: #968EFF;
}

.hotel-result .hotel-right .hotel-phone-submit{
    height: 3em;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #968EFF;
    border-radius: .8em;
}
.hotel-result .hotel-right .hotel-phone-submit .span{
    font-size: 1.1em;
    color: #fff;
}

.hotel-result .hotel-right .hotel-phone-info{
    display: flex;
    align-items: center;
    height: 3.1em;
    background: #F5F4FF;
    justify-content: center;
    border-radius: .8em;
}
.hotel-result .hotel-right .hotel-phone-info .img{
    margin-right: .5em;
}
.hotel-result .hotel-right .hotel-phone-info .span{
    color: #837AFF;
    font-size: 1.1em;
}


.hotel-result .hotel-right .hotel-best{
    background: #FF8D59;
}
.hotel-result .hotel-right .hotel-best-name{
    display: flex;
    align-items: center;
}
.hotel-result .hotel-right .hotel-best-name .hotel-best-city{
    margin-top: -1em;
}
.hotel-result .hotel-right .hotel-best-name .hotel-best-city .span{
    font-size: 2em;
    color: #fff;
}
.hotel-result .hotel-right .hotel-best-name .hotel-best-img{
    margin: auto;
    margin-right: 0;
}
.hotel-result .hotel-right .hotel-best-name .hotel-best-img .img{
    width: 8em;
    margin-top: -2em;
    margin-right: .5em;
}
.hotel-result .hotel-right .hotel-best-price{
    height: 3.6em;
    background: #5850D3;
    margin-bottom: .5em;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: .8em;
    cursor: pointer;
}
.hotel-result .hotel-right .hotel-best-price:hover{
    background: #625AD4;
}
.hotel-result .hotel-right .hotel-best-price .span{
    color: #fff;
    font-size: 1.5em;
}
.hotel-result .hotel-right .hotel-best-info{
    height: 3.6em;
    background: #FFC6AE;
    display: flex;
    align-items: center;
    border-radius: .8em;
    padding-left: 1em;
}
.hotel-result .hotel-right .hotel-best-info .img{
    margin-right: .5em;
}
.hotel-result .hotel-right .hotel-best-info .span{
    color: #5850D3;
    font-size: 1.15em;
}

.hotel-result .hotel-right .agr-col{
    border: 3px solid #BCB7FF;
}

.hotel-result .hotel-right .title-hotel-col{
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 500;
}   
.hotel-result .hotel-right .agr-hotel{
    display: flex;
    align-items: center;
    background: #F5F4FF;
    padding: .8em;
    margin-bottom: .5em;
    border-radius: .8em;
}
.hotel-result .hotel-right .agr-hotel .span{
    color: #5850D3;
    font-size: 1.14em;
    margin-left: .5em;
}
.hotel-result .hotel-right .agr-hotel .img{
    margin: auto;
    margin-top: 0;
    width: 1.5em;
}
.hotel-result .hotel-right .agr-hotel-res{

}
.hotel-result .hotel-right .agr-hotel-res .agr-hotel-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEF1F7;
    border-radius: .8em;
    padding: 1em;
}

.hotel-result .hotel-right .agr-hotel-res .agr-hotel-line .agr-hotel-name{

}
.hotel-result .hotel-right .agr-hotel-res .agr-hotel-line .agr-hotel-name .img{
    width: 10.2em;
}
.hotel-result .hotel-right .agr-hotel-res .agr-hotel-line .agr-hotel-price .span{
    font-size: 1.1em;
}
.hotel-result .hotel-right .agr-hotel-count{
    color: #5850D3;
    text-align: center;
    padding: .7em;
    font-size: 1.15em;
}

/* .zasel */

.zasel{
    margin-top: 1em;
    margin-bottom: 1em;
    border: 2px solid #D5D3FF;
    border-radius: 1em;
}
.zasel .zasel-line{
    display: flex;
    border-bottom: 2px solid #D5D3FF;
    min-height: 5.1em;
}
.zasel .zasel-line .zasel-line-in{
    width: 50%;
    border-right: 2px solid #D5D3FF;
}
.zasel .zasel-line .zasel-line-out{
    width: 50%;
}
.zasel .zasel-line .zasel-top{
    font-size: 1.4em;
    margin-left: .6em;
    margin-top: .5em;
    font-weight: 500;
}
.zasel .zasel-line .zasel-date{
    margin-left: .7em;
    font-size: 1.4em;
    margin-top: .2em;
    color: #939AA4;
}
.zasel .zasel-footer{
    text-align: center;
    height: 2.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 500;
}

/* END .zasel */

.hotel-result .hotel-right .hotel-dist{
    background: linear-gradient(to right, #D5D3FF, #EEF1F7);
    display: flex;
    align-items: center;
    min-height: 10em;
}
.hotel-result .hotel-right .hotel-dist .dist-name{
    margin: auto;
    margin-top: 0;
}
.hotel-result .hotel-right .hotel-dist .dist-name .dist-zasel{
    font-size: 1.7em;
    color: #5850D3;
    font-weight: 500;
}
.hotel-result .hotel-right .hotel-dist .dist-name .dist-what{
    margin-top: 1em;
    background: #5850D3;
    width: 10em;
    height: 3em;
    border-radius: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-result .hotel-right .hotel-dist .dist-name .dist-what .span{
    color: #fff;
    font-size: 1.1em;
}
.hotel-result .hotel-right .hotel-dist .img{
    width: 15em;
    margin: auto;
}








.footer{
    background-image: linear-gradient(to left, #ED7D49, #5850D3);
    padding: 2.6em;
}
.footer .col{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.footer .col .footer-left{
    color: #fff;
}
.footer .col .footer-left .img{
    width: 10em;
    margin-bottom: 2.6em;
}
.footer .col .footer-left .footer-line{
    line-height: 2em;
}
.footer .col .footer-left .footer-date{
    margin-top: 2em;
}
.footer .col .footer-right{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.footer .col .footer-right .link{
    color: #fff;
    margin-bottom: .5em;
    text-decoration: none;
    margin-top: .5em;
}



.popap{
    overflow: auto;
    padding: 3em;
}


.popap .popap-rez{
    width: auto;
    min-width: 40.5em;
    max-width: 41.5em;
    /*min-height: 35em;*/
    padding: .8em;
    border-radius: 1.5em;
    margin-top: auto;
}

.popap .popap-rez .close .close-div{
    width: 2.6em;
    height: 2.6em;
    background: #E5E4FF;
    margin: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1em;
}

.popap .popap-rez .close .close-div .img{
    width: 1em;
    height: 1em;
}

.popap .popap-rez .title{
    margin-top: -1.8em;
    font-size: 1.5em;
    width: 85%;
}


/* .order */

.popap .popap-rez .order .address-1{
    font-size: 1.26em;
}
.popap .popap-rez .order .address-2{
    font-size: 1.25em;
    margin-top: .2em;
}
.popap .popap-rez .order .hotel-star{
    display: flex;
    align-items: center;
}
.popap .popap-rez .order .hotel-star .name{
    color: #968EFF;
    width: 4.8em;
    height: 2.2em;
    border: 2px solid #968EFF;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-right: .5em;
}
.popap .popap-rez .order .hotel-star .img{
    width: 1.1em;
    margin-right: .3em;
}   
.popap .popap-rez .order .dist-zasel{
    margin-top: 1.5em;
    background: linear-gradient(to right, #3992FF, #fff);
    height: 5em;
    margin-bottom: 1.5em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popap .popap-rez .order .dist-zasel .text{
    margin-left: .6em;
    color: #fff;
    font-size: 1.48em;
    line-height: 1em;
}
.popap .popap-rez .order .dist-zasel .what-dist{
    background: #5850D3;
    width: 10em;
    margin: auto;
    margin-right: 1.4em;
    height: 3em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popap .popap-rez .order .dist-zasel .what-dist .span{
    color: #fff;
    font-size: 1.1em;
}

.popap .popap-rez .order-title{
    margin-top: 1em;
    margin-bottom: .4em;
    font-size: 1.3em;
    font-weight: 500;
}

.popap .popap-rez .order .pay-order{
    border: 2px solid #FF8D59;
    height: 10.8em;
    border-radius: 1em;
}

.popap .popap-rez .order .pay-order .to-pay-top{
    height: 5.4em;
    border-bottom: 2px solid #FF8D59;
}

.popap .popap-rez .order .pay-order .to-pay .to-pay-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
    margin-bottom: -.5em;
}
.popap .popap-rez .order .pay-order .to-pay .to-pay-line .span{
    font-size: 1.25em;
    margin-left: .8em;
}
.popap .popap-rez .order .pay-order .to-pay-top .to-pay-line .span-to{ 
    margin-right: 1em;
    font-size: 1.3em;
}
.popap .popap-rez .order .pay-order .to-pay-footer .to-pay-line .span{
    font-size: 1.5em;
    margin-top: -1em;
    margin-left: .6em;
    font-weight: 500;
}
.popap .popap-rez .order .pay-order .to-pay-footer .to-pay-line .span-to .sum{
    font-size: 1.6em;
    text-align: end;
    padding-right: .8em;
    font-weight: 500;
}
.popap .popap-rez .order .pay-order .to-pay-footer .to-pay-line .span-to .act-pay{
    font-size: 1.3em;
    margin: auto;
    margin-top: .2em;
    margin-right: 1em;
    color: #3992FF;
}
.popap .popap-rez .order .submit{
    background: #5850D3;
    height: 3em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5em;
    border-radius: .7em;
    border: none;
    text-decoration: none;
}
.popap .popap-rez .order .submit .span{
    font-size: 1.3em;
    color: #fff;
}


.popap .popap-rez .order .info-dist-zasel{
    height: 4.5em;
    display: flex;
    align-items: center;
    background: #F5F4FF;
    margin-top: 1.5em;
    margin-bottom: .5em;
    border-radius: 1em;
}
.popap .popap-rez .order .info-dist-zasel .img{
    margin-left: 1em;
    margin-right: .5em;
    width: 1.5em;
    margin-top: -1em;
}
.popap .popap-rez .order .info-dist-zasel .span{
    font-size: 1.14em;
    color: #5850D3;
}

.popap .popap-rez .order .share{
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    border: 2px solid #D5D3FF;
    height: 5.05em;
    border-radius: 1em;
    justify-content: space-between;
}
.popap .popap-rez .order .share .logo-share{
    background: #968EFF;
    width: 3em;
    height: 3em;
    margin-left: 1em;
    border-radius: .9em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popap .popap-rez .order .share .name{
    font-size: 1.25em;
    margin: auto;
    margin-left: .7em;
}
.popap .popap-rez .order .share .img-r{
    margin-right: 1.4em;
    width: .6em;
}
.popap .popap-rez .order .order-title-2{
    margin-top: .8em;
    margin-bottom: .5em;
}
.popap .popap-rez .order .to-link{
    height: 3em;
    border: 2px solid #D5D3FF;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popap .popap-rez .order .to-link .span{
   font-size: 1.3em;
    margin-left: .7em;
    color: #939AA4;
}
.popap .popap-rez .order .to-link .img{
   margin-right: .9em;
    width: 1.1em;
}
.popap .popap-rez .order .submit-dist{
    height: 4em;
    background: #FF8D59;
}
.popap .popap-rez .order .submit-dist .span{
    font-size: 1.6em;
}
.popap .popap-rez .order .order-text{
    margin-top: -.5em;
    margin-bottom: 1em;
}
.popap .popap-rez .order .order-user{
    display: flex;
    flex-wrap: wrap;
}
.popap .popap-rez .order .order-user .label{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1em;
    color: #5850D3;
    margin-bottom: 1em;
    font-weight: 400;
}
.popap .popap-rez .order .order-user .label .input{
    width: 95%;
    max-width: none;
    border: 2px solid #D5D3FF;
    height: 2.5em;
}
.popap .popap-rez .order-pay-yes{
    display: flex;
    align-items: center;
    background: #E5E4FF;
    height: 3.5em;
    border-radius: 1em;
    margin-top: 1.2em;
    margin-bottom: -.5em;
}
.popap .popap-rez .order-pay-yes .img{
    margin-left: 1em;
    width: 1.5em;
    margin-right: .5em;
}
.popap .popap-rez .order-pay-yes .span{
    font-size: 1.5em;
    color: #5850D3;
}

.popap .popap-rez .order .pay-order-result{

    height: auto;

}

.popap .popap-rez .order .pay-order-result .to-pay-footer .to-pay-line{
    margin: 0;
    padding: 0;
    margin-top: .5em;
    margin-bottom: .5em;
}
.popap .popap-rez .order .pay-order-result .to-pay-footer .to-pay-line .span{
    margin: 0;
    margin-left: .8em;
}
.popap .popap-rez .order .pay-order-result .to-pay-footer .to-pay-line .span-to{
    font-weight: 500;
    font-size: 1.5em;
    margin-right: 1em;
}

.popap .popap-rez .order .user-order-result .user-order-line{
    display: flex;
    height: 3.5em;
    background: #EEF1F7;
    border-radius: .5em;
    align-items: center;
    margin-bottom: .5em;
}
.popap .popap-rez .order .user-order-result .user-order-line .img{
    margin-left: 1em;
    margin-right: 1em;
}
.popap .popap-rez .order .user-order-result .user-order-line .name{
    font-size: 1.25em;
}

.popap .popap-rez .order .action-submit{
    height: 3.5em;
    background: #5850D3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 1.5em;
    border-radius: .5em;
    margin-bottom: -1em;
}
.popap .popap-rez .order .action-submit-share{
    background: #968EFF;
    margin-bottom: 0;
}

.popap .popap-rez .order .action-submit .img{
    margin-right: 1em;
    width: 1.2em;
}
.popap .popap-rez .order .action-submit .span{
    font-size: 1.25em;
}



.popap .popap-rez .pay-to-time{
    display: flex;
    background: #FFEFEF;
    height: 3.8em;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5em;
    border-radius: 1em;
    padding-left: 1em;
    padding-right: 1.5em;
}
.popap .popap-rez .pay-to-time .img{
    width: 1.5em;
}    
.popap .popap-rez .pay-to-time .pay-to-time-text{
    color: #F44F6D;
    margin: auto;
    margin-left: 1em;
}
.popap .popap-rez .pay-to-time .pay-to-time-res{
    font-size: 1.6em;
    color: #F44F6D;
}
.popap .popap-rez .type-pay .type-pay-top{
    border: 2px solid #D5D3FF;
    display: flex;
    height: 5em;
    align-items: center;
    justify-content: space-around;
    margin-bottom: -.5em;
    border-radius: 1em;
    margin-top: 1em;
    cursor: pointer;
}
.popap .popap-rez .type-pay .type-pay-top .pay-act{
    margin: 0;
    width: 2em;
    height: 2em;
    border: 1px solid #5850D3;
    border-radius: 50%;
    margin-right: 2em;
}

.popap .popap-rez .type-pay .act{
    
}

.popap .popap-rez .type-pay .act .pay-act{
    border: 3px solid #5850D3;
}

.popap .popap-rez .type-pay .type-pay-bank{
    width: 3.2em;
    height: 2em;
    margin: auto;
    margin-left: 1em;
    margin-right: 1.5em;
}
.popap .popap-rez .type-pay .type-pay-top .type-pay-name{
    margin: auto;
    margin-left: 0;
}
.popap .popap-rez .type-pay .type-pay-top .type-pay-name .type-pay-name-rez{
    font-size: 1.1em;
}
.popap .popap-rez .type-pay .type-pay-top .type-pay-name .type-pay-name-span{
    color: #999;
}

.popap .popap-rez .type-pay .type-pay-qr{
    width: 2.3em;
    height: 2.3em;
    margin: auto;
    margin-left: 1.5em;
    margin-right: 2em;
}

.popap .popap-rez .pay-result{
    display: flex;
    border: 2px solid #FF8D59;
    align-items: center;
    justify-content: space-around;
    margin-top: 1.7em;
    height: 3.8em;
    border-radius: 1em;
}
.popap .popap-rez .pay-result .pay-result-name{
    font-size: 1.55em;
    margin: auto;
    margin-left: .5em;
    font-weight: 500;
}
.popap .popap-rez .pay-result .pay-result-sum{
    font-size: 1.5em;
    margin-right: 1em;
    font-weight: 500;
}

.order-info{
    margin-top: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-info .img{
    width: 1em;
}
.order-info .span{
    margin-left: .5em;
    color: #968EFF;
}




@media (max-width: 1250px) {
    *{
        font-size: 13px;
    }
}

@media (max-width: 1150px) {
    *{
        font-size: 12px;
    }
}

@media (max-width: 1050px) {
    *{
        font-size: 10px;
    }
}

@media (max-width: 950px) {
    *{
        font-size: 9px;
    }
}