body {
    position: relative;
    font-family: "PTSansRegular", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    background-color: #fff;
}
html {
    font-size: 62.5%;
}
body,
html {
    min-width: 1280px;
    height: 100%;
}
.is-embedded,
.is-embedded body {
    height: auto;
}

.is-mobile,
.is-mobile body {
    min-width: 360px;
}

.is-mobile .is-mobile__hidden {
    display: none !important;
}

/**
 * Блок для центрирования в середине
 * окна браузера
*/
.center {
    position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.is-mobile .center {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.center-content,
.center--content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 340px;
}
.center-content::after,
.center--content::after{
    display: none;
}
.center--nopadding {
    padding: 0;
}

#content {
    min-height: 400px;
    padding: 30px 0;
}

.is-mobile #content {
    padding: 20px 0;
}

#content.center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clearfix::after {
    display: table;
    content: '';
    clear: both;
}
.content_result,
.content__result {
    display: inline-block;
    width: 925px;
    color: #333;
}

.is-mobile .content__result {
    width: 100%;
}

.content_aside,
.content__aside {
    position: relative;
    width: 290px;
    min-height: 200px;
    font-size: 14px;
    color: #676767;
}

.is-mobile .content__aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    opacity: 1;
    transition: 0.3s;
}

.is-mobile .content__aside.content__aside--is-hidden {
    visibility: hidden;
    opacity: 0;
}

.onex-mobile-filters-button {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 100;
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    background-color: #f4d03f;
    box-shadow: 0 2px 0 0 #d2ae1c;
    font-size: 20px;
}

.is-mobile .onex-mobile-filters-button {
    display: flex;
}

.content_aside-block,
.content__aside-block {
    padding: 50px 20px 35px;
    background-color: #dce3e4;
    box-shadow: -5px 3px 10px 0 rgba(0,0,0,.2);
}

.is-mobile .content__aside .content__aside-block {
    min-height: 100vh;
}

.content__aside-block--nopadding {
    padding: 0;
}
.locale-selector {
    position: relative;
    display: flex;
    margin-left: 40px;
    cursor: pointer;
}
.locale-selector__icon {
    margin: 2px 4px 0 0;
}
.locale-selector__current:hover,
.locale-selector__icon:hover + .locale-selector__current {
    color: #e6e6e6;
}
.locale-selector__current {
    position: relative;
}
.locale-selector__current:before {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    display: block;
    height: 1px;
    content: "";
    background: #51c1c1;
}
.locale-selector__current:after {
    position: absolute;
    top: 9px;
    right: -15px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #ff3800;
}
.locale-selector--is-open .locale-selector__current:after {
    border-top: none;
    border-bottom: 5px solid #ff3800;
}
.locale-selector__dropdown {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 9px;
    display: none;
    overflow: hidden;
    flex-direction: column;
    margin-top: 8px !important; /* important, т.к. jquery пытается анимировать и его */
    white-space: nowrap;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);;
}
.locale-selector__dropdown-item {
    font-size: 14px;
    display: block;
    padding: 10px 22px 10px 13px;
    text-decoration: none;
    color: #000000;
}
.locale-selector__dropdown-item:hover {
    color: #ffffff;
    background: #3ba4a8;
}

/* Start breadcrumbs */
.page-breadcrumbs {
    margin-bottom: 20px;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 14px;
}

.is-mobile .page-breadcrumbs {
    line-height: normal;
}

.page-breadcrumbs a {
    color: inherit;
}
.page-breadcrumbs a,
.page-breadcrumbs span {
    margin: 0 5px;
}
.page-breadcrumbs a:first-child {
    line-height: 1;
    text-decoration: none;
}
/* End breadcrumbs */

/**
 * СТИЛИ ДЛЯ ВНЕСЕНИЯ В ДОКУМЕНТАЦИЮ
 */
.ex-preloader--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ex-preloader--inline img {
    margin: 0 15px 0 0;
}

.ex-preloader--inline.ex-preloader--mini {
    width: auto;
}

.ex-preloader--inline.ex-preloader--mini img {
    width: 35px;
}

.ex-preloader--inline.ex-preloader--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ex-preloader--inline.ex-preloader--mini span {
    font-family: "PT Sans", sans-serif;
    font-size: inherit;
}

/**
 * Анимации
 */
.rotate {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.rotate-horizontal {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ScadaRegular"; */
@font-face {
    font-family: "ScadaRegular";
    src: url("../fonts/Scada/ScadaRegular/ScadaRegular.eot");
    src: url("../fonts/Scada/ScadaRegular/ScadaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Scada/ScadaRegular/ScadaRegular.woff") format("woff"), url("../fonts/Scada/ScadaRegular/ScadaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ScadaBold"; */
@font-face {
    font-family: "ScadaBold";
    src: url("../fonts/Scada/ScadaBold/ScadaBold.eot");
    src: url("../fonts/Scada/ScadaBold/ScadaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Scada/ScadaBold/ScadaBold.woff") format("woff"), url("../fonts/Scada/ScadaBold/ScadaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ScadaItalic"; */
@font-face {
    font-family: "ScadaItalic";
    src: url("../fonts/Scada/ScadaItalic/ScadaItalic.eot");
    src: url("../fonts/Scada/ScadaItalic/ScadaItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Scada/ScadaItalic/ScadaItalic.woff") format("woff"), url("../fonts/Scada/ScadaItalic/ScadaItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ScadaBoldItalic"; */
@font-face {
    font-family: "ScadaBoldItalic";
    src: url("../fonts/Scada/ScadaBoldItalic/ScadaBoldItalic.eot");
    src: url("../fonts/Scada/ScadaBoldItalic/ScadaBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Scada/ScadaBoldItalic/ScadaBoldItalic.woff") format("woff"), url("../fonts/Scada/ScadaBoldItalic/ScadaBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/*icons*/
@font-face {
    font-family: 'onex-icons';
    src:  url('../fonts/onex-icons/onex-icons.eot?msx6x6');
    src:  url('../fonts/onex-icons/onex-icons.eot?msx6x6#iefix') format('embedded-opentype'), url('../fonts/onex-icons/onex-icons.ttf?msx6x6') format('truetype'), url('../fonts/onex-icons/onex-icons.woff?msx6x6') format('woff'), url('../fonts/onex-icons/onex-icons.svg?msx6x6#onex-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot");
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot");
    src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "Ubuntu-Light"; */
@font-face {
    font-family: "Ubuntu-Light";
    src: url("../fonts/Ubuntu/Ubuntu-Light/Ubuntu-Light.eot");
    src: url("../fonts/Ubuntu/Ubuntu-Light/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Light/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Light/Ubuntu-Light.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
/* font-family: "Ubuntu-Bold"; */
@font-face {
    font-family: "Ubuntu-Bold";
    src: url("../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
/* font-family: "Ubuntu-Medium"; */
@font-face {
    font-family: "Ubuntu-Medium";
    src: url("../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/Myriad/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/Myriad/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/Myriad/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/Myriad/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/Myriad/MyriadProBold/MyriadProBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/Myriad/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/Myriad/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/Myriad/MyriadProItalic/MyriadProItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/Myriad/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("../fonts/Myriad/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/Myriad/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/Myriad/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/Myriad/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/Myriad/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/Myriad/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/Myriad/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/Myriad/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Myriad/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/Myriad/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.admin-panel {
    z-index: 5;
    position: fixed;
    top: -201px;
    left: 85px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: top ease-in-out 0.1s;
    -o-transition: top ease-in-out 0.1s;
    transition: top ease-in-out 0.1s;
    overflow: hidden;
}
.admin-panel:hover {
    top: 0;
}
.admin-panel .ex-list {
    padding: 5px 10px;
}
.admin-panel .ex-list li + li {
    margin: 5px 0 0 0;
}
.admin-panel span {
    font-family: 'PTSansBold', sans-serif;
}
.admin-panel__show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    height: 27px;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.admin-panel:hover .admin-panel__show {
    -webkit-transition: opacity ease-in-out 0.1s;
    -o-transition: opacity ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s;
}

.header {
    position: relative;
    padding: 20px 0 0 0;
    color: #fff;
    background: url("../img/forms-bg.jpg") top center no-repeat #387e86;
    background-size: cover;
}

.is-embedded .header {
    background: url(../img/forms-bg.jpg) center -180px no-repeat #387e86;
}
.is-mobile .header {
    max-width: 100vw;
}
.header-main,
.header--main {
    min-height: 950px;
}

.is-embedded .header-main,
.is-embedded .header--main {
    min-height: 700px;
}

.is-mobile .header-main,
.is-mobile .header--main,
.is-mobile .header--search,
.is-mobile .header--simple {
    padding-top: 0;
}

.is-mobile .header-main,
.is-mobile .header--main {
    min-height: 760px;
}

.is-mobile .header--search {
    min-height: auto;
}

.header--main .search-forms {
    margin-top: 150px;
}
.is-embedded .header--main .search-forms,
.is-mobile .header--main .search-forms {
    margin-top: auto;
}
.header-search,
.header--search {
    min-height: 250px;
    box-shadow: 0 1px 13px -2px #000;
    background-color: transparent;
    background-position: center 74%;
}
.header-search:before,
.header-search:after,
.header--search:before,
.header--search:after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 50%;
    width: 100%;
}
.header-search:before,
.header--search:before {
    top: 0;
    background-color: #39a4a8;
}
.header-search:after,
.header-search:after {
    bottom: 0;
    background-color: #387e86;
}
.header-simple,
.header--simple,
.header--logo {
    flex-shrink: 0;
    height: 140px;
    box-shadow: 0 1px 13px -2px #000;
    background-size: cover;
    background-position: center 76%;
}

.is-mobile .header--simple {
    height: auto;
    box-shadow: none;
    background-image: none;
    background-color: #3ba4a8;
}

.header--logo {
    height: 93px;
}
.is-embedded .header-simple,
.is-embedded .header--simple,
.is-embedded .header--logo {
    display: none;
}
.header.header-admin,
.header.header--admin {
    position: relative;
    width: 100%;
    height: 129px;
    background: url(../img/forms-bg.jpg) center 79% no-repeat;
    box-shadow: 0 1px 13px -2px #000;
}
.is-embedded .header__top-line {
    display: none;
}
.header__item {
    position: relative;
}

.header__item li + li {
    margin-left: 15px;
}

.header__help-service {
    position: absolute;
    right: -21px;
    bottom: -10px;
}

.header__logo {
    position: relative;
    width: 135px;
}
.header__phone {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.header__phone i {
    display: inline-block;
    margin-top: 3px;
}
.header__phone span {
    margin-left: 5px;
}
.header__phone span:nth-child(3) {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 14px;
}
.header__user {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header__user a + a  {
    margin-top: 5px;
    text-decoration: none;
}
.header__user .ex-btn {
    height: 32px;
}
.header__user .ex-btn:not(.btn-login) {
    line-height: 1.2;
    display: inline;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
}
.header__logout  {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
}
.header__logout span {
    font-size: 12px;
}
.header__favorite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 8px;
    font-size: 12px;
}
.header__favorite span::first-letter {
    text-transform: uppercase;
}

.header--main .header__logo {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 290px;
    margin: 0 auto;
}
.header-currency {
    cursor: pointer;
    margin-left: 40px;
    position: relative;
}
.header-currency:hover {
    color: #e6e6e6;
}
@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
.header-currency__rates {
    display: inline-block;
    margin-left: 20px;
}
.header-currency__rates-slash {
    color: #51C1C1;
}
.header-currency__rates-symbol {
    color: #D6ECEC;
}
.header-currency__rates-symbol:first-child {
    margin-right: 7px;
}
.header-currency__rates--processing {
    cursor: default;
}
.header-currency__rates--processing:after {
    animation: spinAround .5s infinite linear;
    border: 2px solid #ffffff;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    height: 1em;
    position: absolute;
    right: -20px;
    top: 2px;
    width: 1em;
}
.header-currency__current {
    display: inline-block;
    position: relative;
}
.header-currency__current:after {
    border: 5px solid transparent;
    border-top: 5px solid #FF3800;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: 9px;
    width: 0;
}
.header-currency__current:before {
    background: #51C1C1;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.header-currency__current--open:after {
    border-bottom: 5px solid #FF3800;
    border-top: none;
}
.header-currency__dropdown {
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    display: none;
    left: 25px;
    min-width: 205px;
    position: absolute;
    top: 30px;
    z-index: 2;
}
.header-currency__item {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 22px 10px 13px;
}
.header-currency__item:hover {
    background: #3BA4A8;
    color: #D6ECEC;
    cursor: pointer;
}
.header-currency__item:hover .header-currency__item-symbol {
    color: #FFFFFF;
}
.header-currency__item-symbol {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-right: 10px;
    width: 30px;
}
.header-balance {
    display: block;
    min-height: 45px;
}
.is-mobile .header-balance {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}
.header-balance__preloader {
    position: relative;
    display: block;
}
.is-mobile .header-balance__preloader {
    height: 16px;
}
.header-balance__preloader:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    content: "";
    animation: spinAround .5s infinite linear;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 100%;
}
.header-balance__value {
    display: block;
    text-align: right;
}

.header-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 56px;
}

.is-mobile .header-mobile {
    display: flex;
}

.header-mobile__item {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-mobile__button-burger {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0 12px 0 16px;
}

.header-mobile__logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-mobile__user {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
}

.header-mobile__user a:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px 0 16px;
}

.header-mobile__user a.btn-login {
    margin-right: 16px;
    height: 32px;
}

.header-mobile__user a:first-of-type span {
    display: none;
}

.menu-burger {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    flex-direction: column;
}

.is-mobile .menu-burger {
    display: flex;
}

.menu-burger--is-hidden {
    pointer-events: none;
}

.menu-burger__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 16px 32px;
    transition: transform .3s ease;
    transform: translateX(0);
    background-color: #3ba4a8;
}

.menu-burger--is-hidden .menu-burger__inner {
    transform: translateX(-100%);
}

.menu-burger__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s ease;
    opacity: 0.5;
    background: #000;
}

.menu-burger--is-hidden .menu-burger__backdrop {
    opacity: 0;
}

.menu-burger__head {
    display: flex;
    align-items: center;
    column-gap: 12px;
    height: 56px;
}

.menu-burger__logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu-burger__content {
    margin-bottom: auto;
    padding: 12px 0 18px 0;
}

.menu-burger .header-currency__rates {
    margin-left: 15px;
    font-size: 1.3rem;
}

.menu-burger .header-currency__rates-symbol {
    margin-right: 3px;
}

.menu-burger__content-title {
    font-family: "PTSansBold", sans-serif;
    padding: 18px 0;
}

.menu-burger__content-link {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #fff;
    text-decoration: none;
    padding: 18px 0;
}

.menu-burger__content-link .icon-settings {
    padding: 2px;
}

.menu-burger__content-settings {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    margin-top: 16px;
    list-style: none;
}

.menu-burger__content-settings li {
    position: relative;
}

.menu-burger__content .header-currency,
.menu-burger__content .locale-selector {
    margin-left: 0;
}

.menu-burger__content .header-currency__dropdown {
    top: 28px;
    left: initial;
}

.menu-burger__content .locale-selector__dropdown {
    left: initial;
}

.menu-burger__button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
}

.is-embedded .ex-footer {
    display: none;
}

.is-mobile .ex-footer {
    overflow-x: hidden;
    max-width: 100vw;
}

footer p {
    margin: 0;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_upper-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #44a0a7;
}

.is-mobile .footer_upper-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.is-mobile .footer_upper-section .ex-center {
    width: auto;
    max-width: 1280px;
    gap: 20px;
}

.footer_upper-section li {
    padding-bottom: 7px;
}

.is-mobile .footer_upper-section li {
    padding-bottom: 0;
}

.footer_upper-section li a {
    color: white;
    text-decoration: underline;
}

.is-mobile .footer_upper-section li a {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}

.footer_upper-section h4 {
    margin: 0;
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: 100;
    color: #f5f29c;
    text-transform: uppercase;
}

.is-mobile .footer_upper-section h4 {
    padding-bottom: 7px;
}

.footer_upper-section h4 a {
    color: #f5f29c;
}
.footer_upper-section .office-link {
    padding-top: 50px;
    font-family: "PTSansBold", sans-serif;
    line-height: 20px;
}
.footer_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 90px;
    margin-right: 16px;
}

.is-mobile .footer_menu {
    flex-wrap: wrap;
    gap: 15px;
    margin-left: 0;
    margin-right: 0;
}

.footer_menu_booking,
.footer_menu_for-agency,
.footer_menu_about {
    width: 210px;
}

.is-mobile .footer_menu_booking,
.is-mobile .footer_menu_for-agency,
.is-mobile .footer_menu_about {
    width: 152px;
}

.footer_menu_social {
    margin-left: auto;
    width: 320px;
}

.is-mobile .footer_menu_social {
    display: flex;
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    width: 250px;
}

.footer_answers {
    font-family: "PTSansBold", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    text-decoration: none;
}

.is-mobile .footer_answers {
    font-size: 24px;
}

.footer_answers a {
    color: white;
    text-decoration: none;
}
.footer_answers p {
    padding-top: 10px;
    padding-bottom: 35px;
    font-family: "Ubuntu-Light", sans-serif;
}

.is-mobile .footer_answers p {
    padding-bottom: 0;
}

.footer_lower-section {
    padding: 15px 0;
    background-color: #336e7b;
    font-size: 14px;
}

.is-mobile .footer_lower-section .ex-center {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: auto;
    max-width: 1280px;
    font-size: 13px;
}

.footer_buttons {
    display: none;
}

.is-mobile .footer_buttons {
    width: 289px;
}

.footer_buttons a,
.footer_buttons a:active,
.footer_buttons a:link,
.footer_buttons a:visited {
    text-decoration: none;
    color: #ffffff;
}
.footer_buttons a {
    height: 54px;
    width: 54px;
    margin-right: 15px;
    text-align: center;
    font-size: 26px;
}
.footer_buttons a i:before {
    line-height: 54px;
}
.footer_buttons_vk {
    background-color: #4d75a3;
}
.footer_buttons_fb {
    background-color: #3b5998;
}
.footer_buttons_tw {
    background-color: #44ccf6;
}
.footer_buttons_gp {
    background-color: #dd4b39;
}
a.footer_buttons_ok {
    height: 42px;
    width: 42px;
    margin: 6px;
    background-color: #f68428;
}
a.footer_buttons_ok i:before {
    line-height: 42px;
}

.footer-skolkovo {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.is-mobile .footer-skolkovo {
    justify-content: flex-end;
    width: auto;
    margin: 0 0 0 auto;
}

.footer-skolkovo__link {
    display: flex;
    column-gap: 20px;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.is-mobile .footer-skolkovo__link {
    margin: 0;
}

.footer-skolkovo__image {
    height: 40px;
}

.is-mobile .footer-skolkovo__image {
    height: 31px;
}

.footer-skolkovo__caption {
    color: #fff;
    font-size: 12px;
    width: 220px;
    text-align: left;
    position: absolute;
    left: -240px;
}

.is-mobile .footer-skolkovo__caption {
    position: static;
    width: auto;
    max-width: 240px;
}
/**
 * Общие настройки для всех кнопок
 */

/* .ex-btn */
.btn {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    min-width: 110px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-family: "PTSansBold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px -1px #000000;
}

/* .ex-btn:hover */
.btn:hover {
    color: #fff !important;
}

/* .ex-btn.ex-btn--disabled */
.btn.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65;
}
.btn-login {
    border: 1px solid #ab3d3d;
    text-decoration: none !important;
    box-shadow: 0 1px 4px -2px #000000;
}
.btn-login .icon-lock {
    margin-right: 10px;
}
.btn-singin {
    width: 97px;
    height: 32px;
    text-align: center;
    border: 1px solid #ab3d3d;
}
.btn-singin.btn-red {
    background-color: #df5252;
}
.btn-red.btn-login {
    background-color: #df5252;
}
.btn-register {
    background-color: #ff3800;
    height: 3.5rem;
}
.btn-register .icon {
    line-height: 21px;
    margin-right: 5px;
}
.btn-search {
    display: inline-block;
    width: 14.7rem;
    height: 55px;
    float: right;
    font-family: "PTSansBold", sans-serif;
    font-size: 2.7rem;
    text-align: center;
    border-radius: 0;
}
.btn-search.btn-red {
    background-color: #ff3800;
}

/* .ex-btn--green */
.btn-green {
    color: #fff;
    background: #2abb9b;
    box-shadow: 0 2px 0 0 rgba(16, 113, 92, 0.75);
    text-shadow: 1px 0 2px rgba(100,83,150,.75);
}

/* .ex-btn--green:active */
.btn-green:active {
    box-shadow: 0 0 0 0 rgba(16,113,92,.75);
    margin-top: 2px;
    margin-bottom: -2px;
}
.btn-green.btn-hotels-search {
    position: absolute;
    right: 0;
    bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 42px;
    font-family: "Ubuntu-Bold", sans-serif;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    text-decoration: none;
}
.btn-green.btn-hotels-search-active {
    opacity: 0.7;
}
.btn-green.btn-apartment-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 42px;
    font-family: Ubuntu-Bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}
.btn-allprice {
    width: 152px;
    height: 40px;
    font-family: "PTSansBold", sans-serif;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-choose-program {
    height: 48px;
    width: 162px;
    color: #fff;
    font: 19px Ubuntu-Bold;
    text-decoration: none;
    background-color: #f4d03f;
    box-shadow: 0 2px 0 0 #d2ae1c;
}
.btn--disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.btn--disabled::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
/* Чексбоксы */
input[type=checkbox] {
    display: none;
}
input:checked ~ .checkbox::before {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkYzODAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 105%;
}
.checkbox {
    position: relative;
    cursor: pointer;
}
.checkbox::before {
    position: absolute;
    top: 0;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 1px;
}
.checkbox-big {
    padding-left: 25px;
}
.checkbox-big::before {
    left: 0;
}
.checkbox-small {
    padding-left: 26px;
}
.checkbox-small::before {
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #5b5a5b;
    border-radius: 0;
}
.checkbox--active {
    color: #209d94;
}
.checkbox--white {
    background-color: #fff;
}
.checkbox--white::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 1px;
}
.checkbox-available::before {
    left: 0;
}
#insurances-search-form .checkbox-insurance {
    padding-left: 25px;
}
.checkbox-insurance::before {
    left: 0;
}
.checkbox-filters {
    padding-left: 25px;
}
/*input:checked ~ .checkbox.checkbox--white::before {*/
/*content: "\E945" !important;*/
/*}*/
.checkbox-filters::before {
    top: auto;
    left: 0;
    background-color: #fff;
}
/* Чексбоксы */
.show-price-type .checkbox,
.show-price-currency .checkbox {
    padding: 5px 0 10px 25px;
    color: #676767;
    line-height: 22px;
}
.show-price-type .checkbox::before,
.show-price-currency .checkbox::before {
    top: auto;
    left: 0;
}
.show-price-type input:checked ~ .checkbox,
.show-price-currency input:checked ~ .checkbox {
    color: #209d94;
}
.filter-input {
    padding: 0 10px;
    margin: 0 20px 25px;
    height: 28px;
    width: 255px;
    color: #676767;
    font-family: "PTSansRegular", sans-serif;
    border: none;
    outline: none;
}
/* НАЧАЛО: Переопредление стилей для слайдера */
.ui-slider-horizontal {
    position: relative;
    height: 5px;
    background-image: -webkit-linear-gradient(#acb0b1, #c1c5c6);
    background-image: linear-gradient(#acb0b1, #c1c5c6);
    border-radius: 4px;
    cursor: pointer;
}
.ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    border-radius: 4px;
    top: -1px;
    height: 5px;
    background-image: -webkit-linear-gradient(left, #07ca86, #37bff6);
    background-image: linear-gradient(to right, #07ca86, #37bff6);
    cursor: pointer;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    margin-left: -.6em;
    top: -9px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    background: -webkit-radial-gradient(circle closest-side, #fff 3px, #df5252 0);
    background: radial-gradient(circle closest-side, #fff 3px, #df5252 0);
    border: 2px solid #f0f0f0;
    box-shadow: 1px 1px 0 0 #717575;
}
/* КОНЕЦ: Переопредление стилей для слайдера */
/* Start Боковая панель пользователя */
.aside-menu {
    z-index: 10;
    position: fixed;
    top: 0;
    left: -72px;
    bottom: 0;
    width: 72px;
    padding-top: 1.4rem;
    background-color: #424245;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.68);
    transition: all 0.2s ease-in-out;
}
.is-embedded .aside-menu {
    display: none;
}
.aside-menu.aside-menu-open {
    left: 0;
}
.aside-menu_switch {
    position: absolute;
    right: -25px;
    top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 75px;
    padding: 25px 0;
    background-color: #df5252;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.68);
    cursor: pointer;
}
.aside-menu_switch span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    font-size: 26px;
}
.aside-menu.aside-menu-open .aside-menu_switch {
    background-color: #424245;
    box-shadow: none;
}
.aside-menu_logo {
    width: 4rem;
    height: 3rem;
    margin: 0 auto 10px auto;
    font-size: 2.8rem;
}
.aside-menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}
.aside-menu_list li {
    position: relative;
}
.aside-menu_list li:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 1px;
    margin: auto;
    content: '';
    background: #5a5a5b;
}
.aside-menu_list a {
    display: block;
    padding: 10px 8px 10px 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.aside-menu_list a:hover {
    background-color: #5a5a5b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.aside-menu_list li:last-child a {
    padding: 15px 8px;
}
.aside-menu_list span {
    font-size: 10px;
    display: block;
    margin-top: 1px;
    line-height: 1.31;
}
.aside-menu_list i {
    font-size: 22px;
    padding-bottom: 4px;
}
.aside-menu_list img {
    width: 21px;
    height: 21px;
    border-radius: 11px;
}
.aside-menu_list .icon-logout {
    margin-right: 7px
}
.aside-menu_list .icon-rmm {
    width: 22px;
    height: auto;
}
/* End Боковая панель пользователя */
/* Start popovers */
/* Start Стили для поповера с информацией о размещении */
.popover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute !important;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    font-family: "PTSansRegular", sans-serif;
}
.popover .wrap {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 25px 15px;
}
.popover .pen-top {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6dbdb;
    color: #219d94;
    font-weight: 700;
    font-size: 16px;
}
.popover .pen-bottom {
    padding: 10px 0 5px 0;
    color: #676767;
    font-weight: 100;
    font-size: 14px;
}
.popover .pen-text {
    font-weight: 100;
    font-size: 14px;
    color: #333;
}
.popover .pen-loading {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f74760;
    transition: width .3s;
}
.popover-new {
    position: absolute;
    left: calc(-95% * 7);
    bottom: calc(100% + 15px);
    display: none;
    width: 250px;
    font-family: "PTSansRegular", sans-serif;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.popover-new::after {
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
}
.popover-new--big {
    width: 300px;
    left: calc(-100% * 8.1);
}
.popover__wrapper {
    width: 100%;
    padding: 15px;
}
.popover__head {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-family: "PTSansBold", sans-serif;
    color: #219d94;
    border-bottom: 1px solid #e6dbdb;
}
.popover__body {
    width: 100%;
    font-size: 15px;
}
.popover__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.popover__text + .popover__text {
    margin-top: 10px;
}
.popover__preloader {
    display: block;
    width: 35px;
    margin: 0 auto;
}
.popover--help {
    left: calc(-75% * 7);
}

.oex-popover {
    z-index: 5;
    position: absolute;
    width: 250px;
    min-height: 80px;
    font-family: "PTSansRegular", sans-serif;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.oex-popover--big {
    width: 450px;
    left: -30%;
}
.oex-popover--top {
    bottom: calc(100% + 10px);
}
.oex-popover--top::after {
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
}
.oex-popover--bottom {
    top: calc(100% + 10px);
}
.oex-popover--bottom::before {
    position: absolute;
    left: calc(50% - 5px);
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
}
.oex-popover__wrapper {
    width: 100%;
    padding: 15px;
}
.oex-popover__head {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-family: "PTSansBold", sans-serif;
    color: #219d94;
    border-bottom: 1px solid #e6dbdb;
}
.oex-popover__body {
    width: 100%;
    font-size: 15px;
}
.oex-popover__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.oex-popover__text + .popover__text {
    margin-top: 10px;
}
.oex-popover__preloader {
    display: block;
    width: 35px;
    margin: 0 auto;
}
.oex-popover--help {
    left: calc(-75% * 7);
}
/* End Стили для поповера с информацией о размещении */
/* Start Для каждого отдельного поповера задаем свои стили */
.room-type-desc {
    bottom: calc(100% + 10px);
    width: 665px;
    left: -201px;
}
.room-type-desc .wrap {
    padding: 25px 25px 35px 25px;
}
.tooltip-ok,
.tooltip-rq {
    bottom: calc(100% + 10px);
    width: 220px;
    left: 6px;
}
.tooltip-rq {
    bottom: calc(100% + 10px);
}
.tooltip-penalties {
    bottom: calc(100% + 10px);
    width: 265px;
    left: -70px;
}
.tooltip-penalties .pen-top {
    width: 170px;
}
.tooltip-penalties .penalties-popover-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.tooltip-station {
    left: -30px;
    bottom: calc(100% + 10px);
    width: 300px;
}
.tooltip-station .pen-top {
    width: 170px;
}
.tooltip-station .penalties-station-info {
    width: 100%;
}
.tooltip-manager-info {
    left: -120px;
    bottom: calc(100% + 10px);
    width: 250px;
}
.popover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    bottom: -10px;
    left: calc(50% - 5px);
}
.popover-bottom {
    width: 260px;
    bottom: auto;
    top: calc(100% + 10px);
    left: calc(50% - 130px);
}
.popover-bottom:after {
    width: 340px;
}
.popover-bottom:before {
    top: -10px;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.tooltip--small {
    width: 300px;
    left: -130px;
}
.tooltip--top {
    bottom: 30px;
}
/* End Для каждого отдельного поповера задаем свои стили */
/* End popovers */
/* Start загрузка страницы */
.results-loading {
    width: 310px;
    height: 170px;
    margin: auto;
    text-align: center;
    color: #44a0a7;
    font-family: "PTSansBold", sans-serif;
    font-size: 32px;
}
/* End загрузка страницы */
/* Start блок ошибки */
.error-block {
    width: 100%;
    color: #000;
}
/* End блок ошибки */
/* Start tooltips */
.has-tooltip {
    position: relative;
    cursor: help;
}
.has-tooltip:before {
    display: none;
    text-transform: none;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    content: attr(data-tooltip);
    top: 20px;
    left: calc( 50% - 200px);
    position: absolute;
    z-index: 99;
    line-height: 14px;
}
.has-tooltip:hover:before,
.has-tooltip:hover:after {
    display: block;
    opacity: 0.85;
}
.has-tooltip:after {
    opacity: 0;
    content: " ";
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}
/* End tooltips */
.list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.list--inline .list__item,
.ex-list--inline .ex-list__item {
    margin-bottom: 0;
}
.list--inline .list__item + .list__item,
.ex-list--inline .ex-list__item + .ex-list__item {
    margin-left: 10px;
}
.list__item,
.ex-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.ex-list__item [class^="icon-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20px;
    margin-right: 5px;
}
.list__item--half {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
}
.list__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20px;
    margin-right: 5px;
}
.dropdown-list {
    margin: 0;
    padding: 10px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(9, 9, 9, 0.48);
}
.dropdown-list li {
    margin-bottom: 15px;
    /*color: #209d94;*/
    color: #585858;
    text-align: left;
}
.dropdown-list li:last-child {
    margin-bottom: 0;
}
.dropdown-list .checkbox {
    padding-left: 25px;
}
.dropdown-menu {
    position: relative;
    padding: 5px 0;
    font-size: inherit;
    color: #5a5a5a;
    cursor: pointer;
}
.dropdown-menu__item {
    width: 100%;
}
.dropdown-menu__item span + span {
    display: inline-block;
    margin-left: 5px;
}
.dropdown-menu__item .icon-arrow {
    font-size: 8px;
    color: #df5252;

}
.dropdown-menu__item--fixed {
    position: absolute;
    top: 28px;
    left: 0;
    display: none;
}
.dropdown-menu:hover .dropdown-menu__item--fixed {
    display: block;
}
.dropdown-list {
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
.dropdown-menu + .dropdown-menu {
    margin-left: 30px;
}
/* КОМПОНЕНТ: ВЫПАДАЮЩИЙ СПИСОК  */
.disabled {
    position: relative;
    opacity: .65;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.disabled::after {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}
.jplist-hidden {
    display: none;
}
.search-no-results {
    display: none;
}
.jplist-hidden + .search-no-results {
    display: block;
}

/* Start имперсонация */
.impersonation {
    z-index: 4;
    padding: 5px 0 3px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #ff3800;
}
.impersonation a {
    color: #fff;
    font-family: PTSansBold;
}
.impersonation ~ .result-page .forms.result-page,
.impersonation ~ .forms.result-page {
    top: -50px;
}
/* End имперсонация */

/* Start информация о сборе данных */
.agreement-popup {
    display: none;
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: -100px;
    left: 0;
    padding: 5px 15px;
    color: #1f9d93;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
.agreement-popup .agreement-close {
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    font-size: 24px;
    line-height: 0.85;
    cursor: pointer;
}
.agreement-silde-up {
    bottom: 0;
}
/* End информация о сборе данных */

/* Start timepicker */
.wickedpicker {
    margin-top: 26px;
    height: 110px;
    width: 80px;
    color: #1f9d93;
    font-size: 18px;
}
.wickedpicker__title {
    display: none;
    border: none;
    background: transparent;
    background-image: none;
}
.wickedpicker__controls {
    padding: 13px 0;
}
.hover-state {
    color: #1f9d93;
}
.wickedpicker__controls__control .icon-arrow-2 {
    display: block;
    margin: 10px 0;
    font-size: 10px;
    color: #df5252;
    cursor: pointer;
}
.wickedpicker__controls__control--minutes,
.wickedpicker__controls__control--hours {
    outline: none;
}
.icon-arrow-2.rotate-up {
    padding-left: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* End timepicker */

/* Start информация о наценках */
#mark-price-modal {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #575757;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 370ms ease;
    opacity: 0;
}

#mark-price-modal.mark-price-modal--is-showed {
    opacity: 1;
}

#mark-price-modal .modal-form_shadow {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#mark-price-modal .modal-form_content {
    position: absolute;
    width: 535px;
    padding: 35px;
    font-size: 18px;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(9, 9, 9, .48);
    box-shadow: 0 0 13px 0 rgba(9, 9, 9, .48);
    transition: transform 370ms ease;
    transform: translate(0, 35px);
}

.is-mobile #mark-price-modal .modal-form_content {
    overflow: auto;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    padding: 16px;
}

#mark-price-modal.mark-price-modal--is-showed .modal-form_content {
    transform: none;
}

#mark-price-modal .modal-form_content a,
.mark-price_continue {
    color: #39a4a8;
    text-decoration: underline;
}
.mark-price_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #39a4a8;
    font: 22px PTSansBold, sans-serif;
    text-transform: uppercase;
}
.mark-price_label {
    margin-left: 10px;
}
.mark-price_text {
    margin-bottom: 35px;
}
.mark-price_info {
    text-align: center;
    margin-bottom: 50px;
}
.mark-price_info span {
    padding-left: 10px;
    color: #333;
    font-size: 60px;
}
.mark-price_continue {
    text-align: center;
}
.mark-price_continue span {
    cursor: pointer;
}
#mark-price-modal .percent {
    padding: 0 10px 0 0;
    font-size: 36px;
}
/* End информация о наценках */
/* Start блок с куратором */
.user-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px 17px;
    background-color: #219d94;
}
.user-info_image {
    width: 100px;
    padding: 5px;
    margin-top: 10px;
}
.user-info_image img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.user-info_curator {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 17px;
    width: 140px;
    color: #fff;
    font-size: 14px;
}
.user-info_curator p {
    margin: 0;
}
.user-info_curator .user-info_label {
    margin-bottom: 5px;
    font-family: PTSansBold, sans-serif;
    text-transform: uppercase;
}
.user-info_curator p:nth-child(2){
    min-height: 25px;
    margin-bottom: 5px;
    font-size: 18px;
}
.user-info_edit-link {
    position: absolute;
    bottom: 14px;
    right: 62px;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
}
/* End блок с куратором */
/* КОМПОНЕНТ: Таблица */
.table {
    position: relative;
}
.table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table__head .table__cell i {
    display: inline-block;
    margin-right: 8px;
}
/* КОМПОНЕНТ: Таблица */
/* КОМПОНЕНТ: Код */
.onex-code pre,
.onex-code code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* КОМПОНЕНТ: Код */
/* КОМПОНЕНТ: Текст */
.onex-text {
    font-family: "PTSansRegular", sans-serif;
}
.onex-text--bold {
    font-family: "PTSansBold", sans-serif;
}
/* КОМПОНЕНТ: Текст */
#tour-loading {
    display: block;
    margin: 100px auto;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.results__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 221px;
    padding: 15px;
    font-family: "PTSansRegular", sans-serif;
    border: 1px solid #d8d8d8;
}
.results__card:nth-child(2n) {
    background-color: #f2f3f4;
}
.results__card + .results__card {
    border-top: none;
}
.results__card-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    height: 195px;
    margin-right: 35px;
    overflow: hidden;
}
.results__card-image img {
    margin: auto;
}
.results__card-desc {
    width: 350px;
}
.results__card-price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 280px;
    padding: 0 0 0 10px;
}

.ex-form__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.ex-form__block + .ex-form__block {
    margin: 20px 0 0;
}

.ex-form__block.is-hide {
    display: none;
}

.ex-form__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font: 14px 'PTSansBold', sans-serif;
    text-transform: uppercase;
}

.ex-form__block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0;
}

.tooltipped {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    height: 15px;
    width: 15px;
    color: #fff;
    font: 12px PTSansRegular;
    border-radius: 12px;
    background-color: #2abb9b;
    cursor: pointer;
}

.tooltipped::before {
    content: "?";
}

.tooltipped::before {
    display: none;
    text-transform: none;
    width: 400px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    content: attr(data-tooltip);
    top: 20px;
    left: -200px;
    position: absolute;
    z-index: 99;
    line-height: 14px
}

.tooltipped:hover:before,
.tooltipped:hover:after {
    display: block;
    opacity: .85
}

.tooltipped:after {
    opacity: 0;
    content: " ";
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000
}

.ex-penalties {
    position: relative;
    display: none;
    width: 100%;

}

.ex-penalties__list {
    display: none;
    border-left: 4px solid #2abb9b;
}

.ex-penalties__list--is-attention {
    border-color: #ff3700;
}

.ex-penalties__list li {
    padding: 0 0 0 15px;
}

.ex-penalties__list .ex-price {
    padding: 0 0 0 40px;
}

.ex-penalties__list .ex-price--sm .ex-price__value {
    font-size: 16px;
}

.ex-penalties__message,
.ex-penalties__error {
    display: none;
    margin: 20px 0 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f5cbcb;
}

.ex-penalties__message p {
    margin: 0;
}

.ex-penalties__message p + p {
    margin: 20px 0 0;
}

.ex-penalties__deadline {
    margin-bottom: 15px;
}

.ex-penalties__alert {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
    color: #ff3700;
    gap: 5px;
}

.ex-penalties__alert-message {
    font-family: "PTSansBold", sans-serif;
    font-size: 14px;
}

.search-results-error {
    width: 1240px;
    display: flex;
    margin: 30px auto;
    align-items: flex-start;
    background-color: rgba(255, 56, 0, 0.1);
    padding: 20px 25px;
}

.search-results-error__icon {
    margin-right: 10px;
}

.ex-spinner__spinner {
    color: #3ba4a8;
    width: 48px;
    height: auto;
    margin-right: 20px;
}

.ex-spinner__sector {
    fill: #3ba4a8;
    animation: ex-spinner-animation .75s linear infinite
}

.ex-spinner--color--white .ex-spinner__sector {
    fill: #fff;
}

.ex-spinner__sector--1 {
    animation-delay: -.65625s
}

.ex-spinner__sector--2 {
    animation-delay: -.5625s
}

.ex-spinner__sector--3 {
    animation-delay: -.46875s
}

.ex-spinner__sector--4 {
    animation-delay: -375ms
}

.ex-spinner__sector--5 {
    animation-delay: -.28125s
}

.ex-spinner__sector--6 {
    animation-delay: -.1875s
}

.ex-spinner__sector--7 {
    animation-delay: -93.75ms
}

.ex-spinner__sector--8 {
    animation-delay: 0ms
}

@keyframes ex-spinner-animation {
    0% {
        opacity: 1;
    }

    87.5% {
        opacity: 0;
    }
}

.banner-popup {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 370ms ease;
    pointer-events: none;
    opacity: 0;
}

.banner-popup--is-showed {
    pointer-events: auto;
    opacity: 1;
}

.banner-popup__backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-popup__window {
    position: relative;
    padding: 15px;
    transition: transform 370ms ease;
    transform: translate(0, 35px);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.is-mobile .banner-popup__window {
    max-width: calc(100% - 32px);
}

.banner-popup--is-showed .banner-popup__window {
    transform: none;
}

.banner-popup__close {
    position: absolute;
    top: -30px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #ffffff;
}

.banner-popup__image-link,
.banner-popup__image {
    display: block;
}

.is-mobile .banner-popup__image {
    width: 100%;
}

.banner-popup__caption {
    margin-top: 11px;
    text-align: center;
    color: #676767;
}

div.need-sign-agreement-popup__mask,
div.need-sign-updated-agreement-popup__mask {
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

div.need-sign-agreement-popup__mask--is-showed,
div.need-sign-updated-agreement-popup__mask--is-showed {
    opacity: 1;
    pointer-events: auto;
}

div.need-sign-agreement-popup,
div.need-sign-updated-agreement-popup {
    color: #333;
    padding: 30px 45px;
}

div.need-sign-agreement-popup {
    width: 480px;
}

div.need-sign-updated-agreement-popup {
    width: 525px;
}

.is-mobile div.need-sign-agreement-popup,
.is-mobile div.need-sign-updated-agreement-popup {
    max-width: calc(100vw - 32px);
    padding: 16px;
}

.need-sign-agreement-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    transition: color 100ms ease;
    color: #bebebe;
    border: none;
    outline: none;
    background-color: transparent;
}

.need-sign-agreement-popup__close:hover {
    color: gray;
}

.need-sign-agreement-popup__close:disabled {
    color: #bebebe;
    cursor: not-allowed;
}

div.need-sign-agreement-popup .modal__body,
div.need-sign-updated-agreement-popup .modal__body {
    font-family: "PTSansRegular", sans-serif;
    margin-bottom: 35px;
}

.is-mobile div.need-sign-agreement-popup .modal__body,
.is-mobile div.need-sign-updated-agreement-popup .modal__body {
    margin-bottom: 16px;
}

div.need-sign-agreement-popup p,
div.need-sign-updated-agreement-popup p {
    margin-top: 0;
    margin-bottom: 0;
}

div.need-sign-agreement-popup p,
div.need-sign-updated-agreement-popup p {
    margin-bottom: 8px;
}

div.need-sign-updated-agreement-popup p:nth-last-of-type(1) {
    margin-bottom: 0;
}

div.need-sign-agreement-popup .modal__actions,
div.need-sign-updated-agreement-popup .modal__actions {
    margin-bottom: 0;
}

div.need-sign-agreement-popup .ex-btn,
div.need-sign-updated-agreement-popup .ex-btn {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.need-sign-updated-agreement-popup__reject {
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    background-color: transparent;
    font-family: 'PTSansRegular', sans-serif;
    color: #1a6089;
    align-self: flex-end;
    display: flex;
    align-items: center;
}

.need-sign-updated-agreement-popup__reject:hover {
    text-decoration: underline;
}

.need-sign-updated-agreement-popup__actions--column {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.need-sign-agreement-popup__action-loader,
.need-sign-updated-agreement-popup__action-loader {
    animation: spinAround .5s infinite linear;
    border: 2px solid currentColor;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    height: 1em;
    width: 1em;
    flex-shrink: 0;
    margin-left: 5px;
    display: inline-block;
}

.need-sign-updated-agreement-popup__close {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    font-family: 'PTSansRegular', sans-serif;
    color: #1a6089;
}

.need-sign-updated-agreement-popup__close:hover {
    text-decoration: underline;
}

.need-sign-updated-agreement-popup__copyright {
    font-size: 14px;
    font-family: "PTSansRegular", sans-serif;
}

.is-mobile div.date-picker-wrapper {
    width: 339px;
    padding: 8px;
    box-sizing: border-box;
}

.is-mobile div.date-picker-wrapper .month-wrapper {
    height: auto;
    padding: 0;
    width: 100% !important;
}

.is-mobile div.date-picker-wrapper .gap {
    display: none !important;
}

.is-mobile div.date-picker-wrapper .month-wrapper table {
    margin-bottom: 16px;
}

.is-mobile div.date-picker-wrapper .month-wrapper table:last-of-type {
    margin-bottom: 0;
}

.is-mobile div.date-picker-wrapper .footer {
    height: auto;
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.is-mobile div.date-picker-wrapper .footer input[type=text] {
    width: 100%;
}

.is-mobile div.date-picker-wrapper .footer .cl-left-date {
    margin-left: 0;
    grid-column: span 5;
}

.is-mobile div.date-picker-wrapper .footer .cl-left-date + span {
    grid-column: span 2;
    margin: 0;
    text-align: center;
}

.is-mobile div.date-picker-wrapper .footer .cl-right-date {
    margin-left: 0;
    grid-column: span 5;
}

.is-mobile div.date-picker-wrapper .footer .cl-button {
    margin-left: 0;
    margin-top: 10px;
    grid-column: span 12;
}

.is-mobile div.date-picker-wrapper .footer button {
    width: 100%;
}

.is-mobile div.date-picker-wrapper .drp_top-bar .default-top:after {
    top: 11px;
}

.main-notifications {
    position: fixed;
    z-index: 4;
    right: 40px;
    bottom: 40px;
}

.main-notifications:has(.main-notifications__list:empty) {
    display: none;
}

.main-notifications__list {
    position: relative;
    right: 76px;
    bottom: -10px;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    max-height: 60vh;
    padding: 10px;
    gap: 16px;
}

.main-notifications__toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 0;
    height: 56px;
    color: #fff;
    border-radius: 50%;
    background-color: #f4d03f;
    box-shadow: 0 2px 0 0 #d2ae1c;
}

.main-notifications__toggle-icon {
    width: 20px;
    filter: drop-shadow(1px 0 2px rgba(117, 117, 117, 0.4));
}

.main-notifications__count  {
    font-size: 13px;
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: white;
    border-radius: 50%;
    background-color: #ff3800;
}

.main-notification {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 340px;
    padding: 16px 24px;
    animation: main-notification-animation 300ms ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 30%);
}

.main-notification__heading {
    margin-bottom: 18px;
    text-align: center;
}

.main-notification__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
    color: #333;
    gap: 16px;
}

.main-notification__row {
    display: flex;
    gap: 10px;
}

.main-notification__label {
    font-family: "PTSansBold", sans-serif;
    flex-shrink: 0;
    width: 100px;
}

.main-notification__message {
    overflow: hidden;
    overflow-wrap: break-word;
}

.main-notification__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bebebe;
}

.main-notification__close::before,
.main-notification__close::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: currentColor;
}

.main-notification__close::before {
    transform: rotate(45deg);
}

.main-notification__close::after {
    transform: rotate(-45deg);
}

.main-notification__close:hover {
    color: #808080;
}

.main-notification__close--is-loading {
    width: 20px;
    height: 20px;
    animation: spinAround .5s infinite linear;
    pointer-events: none;
    border: 2px solid #bebebe;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 100%;
}

.main-notification__close--is-loading::before,
.main-notification__close--is-loading::after {
    display: none;
}

.main-notification__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-notification__control.ex-btn--disabled {
    pointer-events: none;
}

@keyframes main-notification-animation {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-search-form {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #575757;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-search-form--is-showed {
    display: flex;
}

.modal-search-form__shadow {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.modal-search-form__content {
    position: absolute;
    width: 535px;
    padding: 35px;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(9, 9, 9, .48);
}

.is-mobile .modal-search-form__content {
    overflow: auto;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    padding: 16px;
}

.modal-search-form--is-showed .modal-search-form__content {
    transform: none;
}

.modal-search-form__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.is-mobile .modal-search-form__actions {
    margin-top: 16px;
}

.iti {
    color: #000;
}
