[x-cloak] { display: none !important; }
.iphoneDate{
    padding: 20px;
}
.office__yandex{
    width: 100%;
    background: white;
    color: black;
    border-radius: 5px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-flag {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
.country-flag img {
  width: 100%;
}
.select2-selection li::before {
    content: none !important;
}
li.select2-search {
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}
.section__seo{
    max-height: 190px;
    overflow: hidden;
}
.section__seo_gradient{
    position: relative;
}
.section__seo_view{
    max-height: fit-content!important;
    overflow: visible;
}
.secition__seo_content{
    padding-top: 0;
    padding-bottom: 0;
}
.section__seo ul {
    margin: 0;
    padding: 0;
    margin-top: var(--offset-md);
    margin-left: 1em;
    list-style-type:none;
}

.section__seo ul + * {
    margin-top: var(--offset-md)
}

.section__seo li {
    position: relative;
    padding-left: var(--offset-lg);
    margin-bottom: var(--offset-lg);
    font-size: .8em;
    line-height: 1.4
}
.section__seo li::before {
    content: "";
    position: absolute;
    top: calc(var(--offset-sm) / 2);
    left: 0;
    width: calc(var(--offset-sm) / 1.5);
    height: calc(var(--offset-sm) / 1.5);
    background-color: var(--c8);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media screen and (max-width: 2280px) {
    .section__seo{
        max-height: 185px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1920px) {
    .section__seo{
        max-height: 160px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1370px) {
    .section__seo{
        max-height: 130px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1300px) {
    .section__seo{
        max-height: 140px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1050px) {
    .section__seo{
        max-height: 145px;
        overflow: hidden;
    }
}
@media screen and (max-width: 850px) {
    .section__seo{
        max-height: 180px;
        overflow: hidden;
    }
}
@media screen and (max-width: 498px) {
    .section__seo{
        max-height: 210px;
        overflow: hidden;
    }
}
@media screen and (max-width: 400px) {
    .section__seo{
        max-height: 200px;
        overflow: hidden;
    }
    .section__seo h3{
        font-size: 1.5em;
    }
}
.lds_block{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 50%;
    -ms-transform: translate(-50%, calc(-50% + 40px));
    transform: translate(-50%, calc(-50% + 40px));
    background-color: transparent;
    border-radius: 5px;
    transition: all var(--anim), opacity .1s;
    z-index: 999;
    display: initial !important;
    height: auto !important;
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.lds_center{
    display: flex;
    justify-content: center;
    align-items: center;

}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 210px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 156px;
    height: 156px;
    margin: 24px;
    border: 24px solid #324885;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #324885 transparent transparent transparent;

}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form__addition_block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.form__addition_box{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.travel__additional_text{
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}