@charset "utf-8";

@font-face {
    font-family: 'MPLUSRounded1c-Medium';
    src: url('../fonts/MPLUSRounded1c-Medium.woff') format('woff'),
    url('../fonts/MPLUSRounded1c-Medium.otf') format('otf');
}

@font-face {
    font-family: 'MPLUSRounded1c-Bold';
    src: url('../fonts/MPLUSRounded1c-Bold.woff') format('woff'),
    url('../fonts/MPLUSRounded1c-Bold.otf') format('otf');
}

@font-face {
    font-family: 'MPLUSRounded1c-Regular';
    src: url('../fonts/MPLUSRounded1c-Regular.woff') format('woff'),
    url('../fonts/MPLUSRounded1c-Regular.otf') format('otf');
}

@font-face {
    font-family: 'MPLUSRounded1c-Light';
    src: url('../fonts/MPLUSRounded1c-Light.woff') format('woff'),
    url('../fonts/MPLUSRounded1c-Light.otf') format('otf');
}

@font-face {
    font-family: 'MPLUSRounded1c-Ultra';
    src: url('../fonts/MPLUSRounded1c-Black.woff') format('woff'),
    url('../fonts/MPLUSRounded1c-Black.otf') format('otf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul,
nav {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #4c4e51;
    transition: .4s;
}

.container-container a {
    color: #4f81cc;
}

a:hover {
    color: #fcb41d;
}

input {
    -webkit-appearance: none !important;
}

.img-best-container {
    position: relative;
}

.img-best {
    max-width: 237px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.img-best img {
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 18px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    color: #4c4e51;
    min-width: 1240px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 220px;
}

hr {
    color: #000;
}

.container {
    display: block;
    width: 1080px;
    margin: 0 auto;
}

.container-container {
    box-sizing: border-box;
    padding: 0 80px;
    text-align: justify;
    text-align: left;
}

.mobile-menu option[data-href="eshhyo/"] {
    display: none;
}

.zag {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}

.zag.line {
    padding-bottom: 15px;
    border-bottom: 1px solid #959696;
    margin-bottom: 50px;
}

.zag2 {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
    position: relative;
}

#top-up {
    display: inline-block;
    padding: 10px 25px;
    padding-right: 68px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .4s;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}

#top-up::before {
    content: '';
    display: block;
    width: 39px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
    background: #ec5353 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAACXBIWXMAAAsSAAALEgHS3X78AAAAaklEQVQY04WPUQ2AMAxEDweTgAQkIGESkDAJk4KESUDCJCABB48P+rEtXbjkch996bUCNDgA1bKbyYELn8ofHIEHOCzTDA4DEK1h8+DTqc52fwfvs6dsSW7h0tY5voB1AaKkW1LVXEFSegFpwPt2joL1MAAAAABJRU5ErkJggg==") center no-repeat;
}

#top-up:hover {
    background: #ec5353;
}

.disclaimer {
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 5%, #efc734 7%, #fcb41d 9%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 5%, #efc734 7%, #fcb41d 9%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 5%, #efc734 7%, #fcb41d 9%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 16px;
}

.disclaimer a {
    color: #4c4e51;
}

.disclaimer .container {
    display: flex;
    justify-content: space-between;
}

.disclaimer .container > * {
    max-width: 51%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.disclaimer .footer-logo {
    width: 190px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 19px 15px 19px;
    margin-top: 0;
    margin-bottom: 0px;
}

.disclaimer .footer-logo a {
    display: inline-block;
}

.disclaimer .footer-logo a svg {
    width: 100%;
}

.disclaimer .footer-cont > * {

    display: inline-block;
    box-sizing: border-box;
}

/*.disclaimer .footer-cont .adrr {*/
/*    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAACQElEQVRYw71Y0XHjIBB98fjf6iB0EK4DXQVRCZTgdKAS3MEpFZxKkDsgHVACrmDzkUdmo5MQaOzbGcYyYuHxWO8+/CQi2GEtAMOmbQLgAcSayZ4qQDgAHYBXfr9xwWQNgBc+fwAY2LYBichW60QkyJeNIuJEpMmMb0XkIiKRrd8YnwXRcFERkUFETAHguf+ZQALBVYGwdMw6V4BJm3GlICzR+y0aK9tlDcgS6vAAAKn1BNLlQIxk4REAUhvma8yjWu4QAyUxEgjmHxCBTOyhd6pkz9HPaBCt7izczUQfz89YyeI3G/qcfKGzVcnrojYR2XeuYCNqELHQ+ax23c3eGcXKWHA8JsWg/mI36B8U/aYgH4SNOcG5eh0POfq9St9NBdVxLUuqlDAcWI5vmRo3sTre+FxSplM5PwH4A6DPjDMJhF8ZZLjwVZXzEusAPNPvCmDMDT4SsVl5HzhhYmQOUPvFhc20JYiPdHzeoa486db2K8PqGtPxoM7YVoI4AXgH8BvAm1JXNWYB+AOR33aASMc1Ve5+Lgf9gR2jOvv/ZWm98ahA/OUZhQ307exMW8WiVf0lwvl9LnR/lNeVxFJjcUMMf8sGLfkdE8tahDeVcRMyrKZ37ZLkn8jII5VVug6YnMaMBPMIAG5J7ObU9nhnRtxMgxTdO5Lst3fQlEkG9LU3MC1S+p2sOMbYkggqAqHFbNIGQ4GONFRgofQKWXorb/gTdurmfVWFTCerE8vASB0R7vnXgM6SVi3cKhET99SSTwjNeTUj7qZYAAAAAElFTkSuQmCC");*/
/*    background-position: center left;*/
/*    background-repeat: no-repeat;*/
/*    margin-bottom: 5px;*/
/*}*/

.disclaimer .footer-cont .adrr a {
    border-bottom: 1px dashed rgba(76, 78, 81, 0.68);
    transition: .4s;
    padding-bottom: 1px;
    line-height: 1.5;
}

.disclaimer .footer-cont .adrr a:hover {
    border-bottom: 1px dashed transparent;
}

.disclaimer .footer-cont > a.mail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAACXBIWXMAAAsSAAALEgHS3X78AAACOElEQVRYw71Y0VHDMAx97fFfb0CYgDAB2YBsgJmAsEFGyAaECYANwgSkG4QNzATig+eeMXZilwbd6ZpzZPlZUp/lbEQEGVICqAFUfN55798ATABeqEmySQShAbQAzgF8cIGRC1pRBFYBuAbwCaAH0Hl2v0VE5rQSkUm+pReRcsHeqhKRhnMNn6P2c45aLj6ISJG4eAiM60flgOg5sTlycV9LRmQMAQlN6AhAnwiAG5UxBMQ3rFcCYLVgRF5iIBQN+pUAuMUu3PAvED1BqJVB2LUmH4RaOQ2htBzWs2TVkIxUhE5qEtEx0gEwgfGePksLYqTqCIBnPu8jDmMUvwPwSh+h9+8ALmx4fhRKgLSmuf95QDV9GpJUzM6IiN6S6wFgmNnVRLuCdmrhnHkE8MRUzMkIoNg6AyZhwhIQF4BOSNkIoLKR2CfmeQ5IlwngsPFtYhSWgPQA7jMBHGRLp9eZ82zlX7Jebp1xleFHWRDGHUhscGzYr5iGBz6nFK6/mfGMkbADQyKAO6YAznwwTQO1SgTRnzESexLKECmegju+p21Bhg3JAOCGv2am3mxKB5e2GzqPUe8xtG0YvRhtfxd46ED5B1Vu7xk6Xv/jKO/ctiHU9XQrAyj9/jV28OgV0zD5h1qs6zEZd4yTN7p+y69PmIIxtrml4hF2xn8p1mapF1lyUDsNTZt5E9POFbKds025ECuHzHa8eQ8Rdi2dm/uO50u7dCHeZH4aqJ2m9zLw/oNnif00kNQifAEod0HbbQbdlgAAAABJRU5ErkJggg==");
    background-position: center left;
    background-repeat: no-repeat;
    padding: 7px 50px;
}

.disclaimer .footer-social .tel {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsSAAALEgHS3X78AAACKklEQVRYw7VX0Y3kIAx9sxWwHaQEOriUkBJSQrYDSpgSUkJKoIR0cOlgp4N3H2dWrGUIcLeWrNEgYj+M/WweJNEpDsAMwAOYRAEgZr+x1dhbh+NFDH8C2GTtBBAAPOX/BGAH8JLf6dYqyTv1JE+SF8mVpGv8Zudfeda+uTO0iZHQ4NTSieQh4H0vgL32YaduJF+WrdIHTwm7M040CmK1QFgbF2Ojy+405cJoJK78YHqDE+eLWjsFgCM5y55REIdE2AQQSEa1lpzrLB8FMUkkJw3AGaH3ErJSqbGxLK0E3zWAVU6rN9ZKMP5DFF4kvzHhLOylabckHsAvAAf65RKd35TBU22MAsySCOBDaHdEIoD5kTUjAnioTROA3wDeDUe7RGgZBBAAuPxeWLlnKw+cJOg2WI4zydgCwOdlUyjHTQFbGqqjGUDih7MC8BKCSZwfxd56Q81HvvC64XqLkDRV5zxyR1aBZOip6XTnPa25BiKSXHWj2BsNhs5ku4zDkORksZNrBLE3AnBGEn+xrhWWrdHoKTo18P6h1r5aujULxI7whmxkcwXnusFt+ZVYA8PeSSg+K7tEWls2yHrj+uYSgFMNI70dLki499yJurZQGskSOvyAuhKP5N1wHWytdzJL6z3FR/FhchnhXwR1qg438Caojm7W6OVlaLxEn1l1pPpfKs1pU3uroPN3wKWc+kqipazXkppS6xMOaSC5ZEI5figPivIYeJ7/V/kDANeqJPWH3boAAAAASUVORK5CYII=");
    background-position: center left;
    background-repeat: no-repeat;
    padding: 7px 50px;
    margin-bottom: 10px;
    padding-right: 0;
}

.ya-share2__badge {
    border-radius: 50% !important;
    padding: 2px;
    margin-right: 4px;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 31px !important;
    width: 31px !important;
}

.ya-share2__item .ya-share2__badge {
    background: #4c4e51 !important;
    transition: .4s;
}

.ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAACXBIWXMAAAsSAAALEgHS3X78AAAA+klEQVQ4y52TwW3DIBiFP4cMkAVCvIG7QblzSEbICB4hnaAewSPkEM51N7A3iJigvQfRC0gU0STlSUjwgz7x4P1473l23C7bze2yVaW9xnuPM/IATELbLwpyRm6AEdgn5TdgBg7AEEFz2FQlmDNyAl4pawFOq7DowpidkSqDtHcgAC1wXSfUDtgBH87IT2AApnDwno5C2zla64F3KiS0bQCitRN1+o6TCDpXguYc1Id3+q/Ov0Dhy6cKW2N+oxp7Q5q5xnufZkaFb+8eQBah7UtaWGUHrk9YXACVF9ehz/oQvN2DNxmEtsWoxEC2wDE0YFe4wQiMfzU1wA8KWon3CFXZggAAAABJRU5ErkJggg==") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
}

.ya-share2__item_service_twitter .ya-share2__badge:hover {
    background-color: #00aced !important;
    transition: .4s;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAACXBIWXMAAAsSAAALEgHS3X78AAABMElEQVQoz4WTzVHDMBCFPyHumAIQpoKkgzhnXUwFcQkpgVQAVADuIJlBd6cDpwKCKgh3NOayzmwEmexptT/S2/dWZhgGtKXgpkAtx8762Om8GRtScAWwBmac2hdQWx97gCuV6P4pBrgHuhRceWxIwTXARBW1wCvwLecbYAlwLYFaFa+sj09yUQ+8SbzSkIoM2mhr5U90w14lmjP+VkN6BxbiL1JwFXDI5uqOLwjXbcaMLt4BLye0Wh8bYKWY0YxV1seDprVIwS1F2QKYA3Pro5GbGxEW8/NxVwKfmbK9+GUG7dEMw0AKbi+4L9ntOMP0DH4k1gIP1seD0dsqczznQwshf7a1UWvAuaaRpTor3gEbdV7I60cdyqy4sj7WmZi1buhluI0WSYm5Hak2+Re9ZL8L5nSOUui4QAAAAABJRU5ErkJggg==") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge:hover {
    background-color: #eb722e !important;
    transition: .4s;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAAAsSAAALEgHS3X78AAAA/0lEQVQoz5WTwVHDMBBFX6IC4gZQ3AHpIMlZB5wKSAmUEDqgA9QBYgbdTQehA6IKkjsac0AKm8U58Gc0Wuuv/n5p5cnX200L7IEZP9gYlwJAjtYD9/xCcg0QgGXh1lPj0qcQAtiJ+MglFiJ+EkIATMv8KtZuc7SrEntGkKNtleN341JfxYLK3wEYl/aMQxd5ODszLnngIMhljra74sqr4z3WopNhGGpSB7yIpFOp+Mx1HIxLbf04ixXBANzxP6yNS71sQMVWHVfjVIZEyNEu/ogZl45AN7JBPocW+BBrsyLYaGe1gyu1QRfU/BzwF3c20rltcdrUJ1Pvp/wBXnD9N5uCWlr20o/lAAAAAElFTkSuQmCC") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge:hover {
    background-color: #48729e !important;
    transition: .4s;
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAACXBIWXMAAAsSAAALEgHS3X78AAAArUlEQVQoz62SwRHCIBBFX8AC0oCMHWgHeqcJS9BKtATtQe6xA0tgqADvMnghmQ2TmIvvxDAP9s/uNjlnJMmZHXAA2nLVrSqhA/ZUKCEcp4SRVErUPAEvy20q4axtuA4/lbBtJb36Q/N5rE/AhXnuSr6YwSuWiU3OmeRMC3TAVgYHbtqGqAC0DRGIdfByz69yfqqZI7QNy9LcWP4nyaa+kzPDLBu5dMmZfhO8DP4Fh2o2KhhQ4IEAAAAASUVORK5CYII=") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 9px !important;
}

.ya-share2__item_service_facebook .ya-share2__badge:hover {
    background-color: #3b5998 !important;
    transition: .4s;
}

.ya-share2__container_size_m .ya-share2__item {
    margin-right: 14px !important;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0 !important;
}

.disclaimer .footer-form {
    width: 22%;
}

/* форма */
.av-form {
    text-align: left;
    font-size: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.av-form > * {
    display: inline-block;
    transition: .4s;
    vertical-align: bottom;
}

.av-form .form-block.form__form-block {
    position: relative;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-block.form__form-block.form-block-submit {
    width: auto;
}

.av-form .form-block.form__form-block > label {
    position: absolute;
    color: #3b373e;
    font-size: 15px;
    cursor: auto;
    transition: .4s;
    text-align: left;
    white-space: nowrap;
    top: 8px;
    left: 10px;
    opacity: 1;
}

.av-form .form-block.form__form-block > label.active {
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}

.av-form .form-block.form__form-block > label.error {
    /* top: 31px;
    left: 0; */
    /* top: 8px;
    left: 22px; */
    /* font-size: 13px; */
    /* padding: 5px 0px; */
    color: #ff2510;
    opacity: 1;
}

.av-form .form-block.form__form-block > input[type="text"] {
    width: 100%;
    display: inline-block;
    text-align: left;
    background: #fff;
    font-size: 16px;
    border: 2px solid #ededed;
    box-sizing: border-box;
    outline: none;
    padding: 6px 10px;
    border-radius: 0;
    height: 34px;
}

.btn-dark {
    border: none;
    font-size: 16px;
    font-family: 'MPLUSRounded1c-Medium';
    text-shadow: none;
    border-bottom: 0;
    transition: .4s;
    cursor: pointer;
    padding: 6px 12px;
    outline: none;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    color: #ffffff;
    margin-right: 30px;
    position: relative;
    padding: 10px 35px;
    z-index: 1;
    display: inline-block;
    margin-top: 15px;
    transition: .4s;
    cursor: pointer;
    text-align: center;
}

.btn-dark::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-dark:hover {
    background: transparent;
    transition: .4s;
    color: rgb(0, 0, 0);
}

.btn-dark:hover::after {
    opacity: 1;
    transition: .4s;
}

.btn-dark::before {
    display: none;
}

.btn.white,
.av-form2 .form-block.form__form-block > button,
.av-form .form-block.form__form-block > button {
    border: none;
    font-size: 12px;
    font-family: 'MPLUSRounded1c-Medium';
    text-shadow: none;
    border-bottom: 0;
    transition: .4s;
    cursor: pointer;
    padding: 6px 12px;
    outline: none;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    color: #4c4e51;
}

.btn.white::after,
.av-form2 .form-block.form__form-block > button[type="submit"]::after,
.av-form .form-block.form__form-block > button[type="submit"]::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn.white:hover,
.av-form2 .form-block.form__form-block > button[type="submit"]:hover,
.av-form .form-block.form__form-block > button[type="submit"]:hover {
    background: transparent;
    transition: .4s;
    color: #fff;
}

.btn.white:hover::after,
.av-form2 .form-block.form__form-block > button[type="submit"]:hover::after,
.av-form .form-block.form__form-block > button[type="submit"]:hover::after {
    opacity: 1;
    transition: .4s;
}

.btn.white::before {
    display: none;
}

.btn.reverse,
.av-form2 .form-block.form__form-block > button[type="submit"],
.av-form .form-block.form__form-block > button[type="submit"]::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn.white::after,
.av-form2 .form-block.form__form-block > button[type="submit"]::after,
.av-form .form-block.form__form-block > button[type="submit"]::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn.reverse:hover,
.av-form2 .form-block.form__form-block > button[type="submit"]:hover,
.av-form .form-block.form__form-block > button[type="submit"]:hover {
    background: transparent;
    transition: .4s;
    color: #1d1d1d;
}

.btn.reverse:hover::after,
.av-form2 .form-block.form__form-block > button[type="submit"]:hover::after,
.av-form .form-block.form__form-block > button[type="submit"]:hover::after {
    opacity: 1;
    transition: .4s;
}

.btn.reverse::before {
    display: none;
}

.av-form .form__form-select {
    color: #3b373e;
}

.av-form .form__form-select::before {
    content: 'Вы должны согласиться с политикой конфеденциальности';
    display: block;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    transition: .4s;
    bottom: -12px;
    right: 0;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 35px;
    pointer-events: none;
    color: #ff2510;
}

.av-form .form__form-select.active::before {
    opacity: 1;
    transition: .4s;
}

.av-form .form__form-select label {
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    line-height: 1.3;
    padding-left: 17px;
    display: block;
}

.av-form .form__form-select label a {
    color: inherit;
    border-bottom: 1px dashed rgba(114, 114, 114, 0.4);
    transition: .4s;
    text-decoration: none;
    padding-bottom: 1px;
}

.av-form .form__form-select label a:hover {
    border-color: transparent;
    transition: .4s;
}

.av-form2 input[type="checkbox"],
.av-form input[type="checkbox"] {
    float: left;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0;
    margin-top: 2px;
    background: #fff;
}

.av-form2 input[type="checkbox"]:checked,
.av-form input[type="checkbox"]:checked {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAvUlEQVQY042QsQ7BYBSFv4ru/2KwmSx9CewkjXTWR/EIGh6gZvlTSTuiOzMRBjVbLLX8iVp6Gwbibjf3O+fkXKsoCv6Z+q+juxgqu2YfzNNsa18YBfiDdv9onqYJqHqp7AD3yNMK8IFRbnJWl7UIJxKdAmyylF6rC0B8SniYB8A18vRSoucA092MTZaSm5z4nIjbGMCS1u5iGAIjAKfhsL/txa0FUJWJPO2LcwlVbh/gGxyUaxB5OpSb9e/DXz2bSQuC63TlAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}

#page-header {
    padding: 19px 0;
    /* box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.21); */
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.21);
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff;
    transition: .4s;
    min-width: 1240px;
    padding-bottom: 8px;
}

#page-header.fix-menu.fixed {
    padding-bottom: 19px;
}

#page-header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    transition: .4s;
    height: auto;
}

#page-header.fixed .container {
    align-items: center;
}

#page-header .logo {
    width: 200px;
    margin-bottom: 20px;
    transition: .4s;
}

#page-header.fixed .logo {
    width: 100px;
    margin-bottom: 0px;
}

#page-header .tel {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    height: 28px;
    margin: 20px 30px 0 0;
    transition: .4s;
    padding-left: 35px;
    position: relative;
}

#page-header.fix-menu.fixed .tel {
    font-size: 16px;
}

#page-header.fix-menu.fixed .new-tel-header .tel::before {
    width: 15px;
    height: 22px;
    top: 44%;
}

#page-header .fix-menu {
    width: calc(100% - 240px);
    margin-bottom: -5px;
    transition: .4s;
}

#page-header .fix-menu a {
    color: #4c4e51;
}

#page-header.fixed .fix-menu {
    margin-bottom: -25px;
}

#page-header .fix-menu .main_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

#page-header .fix-menu .main_menu > li > a {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
    transition: .4s;
}

#page-header .fix-menu .main_menu > li > a:hover {
    color: #fcb41d;
}

#page-header .fix-menu .main_menu > li.selected > a {
    color: #fcb41d;
}

.main_menu li.has-dropdown {
    position: relative;
    padding-bottom: 25px;
}

.main_menu li.has-dropdown ul.submenu {
    opacity: 0;
    width: auto;
    height: auto;
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 17px;
    position: absolute;
    top: 89%;
    left: 0;
    background: #ebecec;
    border: 5px solid #ebecec;
    border-radius: 5px;
    min-width: 285px;
    box-sizing: border-box;
    z-index: 99;
    width: 300px;
    transition: .4s;
    display: none;
}

.main_menu li.has-dropdown:hover ul.submenu {
    opacity: 1;
    transition: .4s;
    display: block;
}

.main_menu li.has-dropdown ul.submenu::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #ebecec;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: -13px;
    pointer-events: none;
}

.main_menu li.has-dropdown ul.submenu a {
    display: inline-block;
    padding: 7px 22px;
    margin-bottom: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.main_menu li.has-dropdown ul.submenu .last a {
    margin-bottom: 0px;
}

.main_menu li.has-dropdown ul.submenu a::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.main_menu li.has-dropdown ul.submenu a:hover {
    background: transparent;
    transition: .4s;
}

.main_menu li.has-dropdown ul.submenu a:hover::after {
    opacity: 1;
    transition: .4s;
}

.plitka-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.plitka-top > * {
    width: 23%;
    border: 4px solid #ebecec;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
}

.plitka-top > * img {
    width: 100%;
}

.plitka-top .plitka-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    font-family: 'MPLUSRounded1c-Medium';
    z-index: 5;
    transition: .4s;
}

.plitka-top .plitka-title::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 2%, #f4d833 7%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 2%, #f4d833 7%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 2%, #f4d833 7%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.plitka-top .plitka-title::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(155, 157, 158, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(155, 157, 158, 0.9) 2%, rgba(137, 138, 140, 0.9) 7%, rgba(145, 146, 146, 0.9) 17%, rgba(160, 160, 160, 0.9) 27%, rgba(160, 160, 160, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(155, 157, 158, 0.9) 2%, rgba(137, 138, 140, 0.9) 7%, rgba(145, 146, 146, 0.9) 17%, rgba(160, 160, 160, 0.9) 27%, rgba(160, 160, 160, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(155, 157, 158, 0.9) 2%, rgba(137, 138, 140, 0.9) 7%, rgba(145, 146, 146, 0.9) 17%, rgba(160, 160, 160, 0.9) 27%, rgba(160, 160, 160, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(155, 157, 158, 0.9 )', endColorstr='rgba(160, 160, 160, 0.9 )', GradientType=0);
    /* IE6-9 */
}

.plitka-top .block:hover .plitka-title::after {
    opacity: 1;
    transition: .4s;
}

.plitka-top .block:hover .plitka-title::before {
    opacity: 0;
    transition: .4s;
}

.plitka-top .block .plitka-info {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 70px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    transition: .4s;
}

.plitka-top .block .plitka-info > * {
    padding-bottom: 20px;
}

.plitka-top .block .plitka-info ul {
    font-size: 14px;
}

.plitka-top .block .plitka-info ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.plitka-top .block .plitka-info ul li:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fcb41d;
    position: absolute;
    left: 0px;
    top: 6px;
}

.plitka-top .block:hover .plitka-info {
    top: 0%;
}

/* исключение для 2 последних*/
body.dajvczentr .plitka-top .block:nth-child(3):hover .plitka-info,
body.dajvczentr .plitka-top .block:nth-child(4):hover .plitka-info {
    top: 100%;
}

body.dajvczentr .plitka-top .block:nth-child(3):hover,
body.dajvczentr .plitka-top .block:nth-child(4):hover {
    cursor: default;
}

body.dajvczentr .plitka-top .block:nth-child(3):hover img,
body.dajvczentr .plitka-top .block:nth-child(4):hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: none;
    filter: none;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    -webkit-transition: 1s -webkit-filter linear;
    transition: 1s filter linear;
    transition: .4s;
}

body.dajvczentr .plitka-top .block:nth-child(3):hover .plitka-title::before,
body.dajvczentr .plitka-top .block:nth-child(4):hover .plitka-title::before {
    opacity: 1;
}

body.dajvczentr .plitka-top .block:nth-child(3):hover .plitka-title::after,
body.dajvczentr .plitka-top .block:nth-child(4):hover .plitka-title::after {
    opacity: 0;
}

.plitka-top .block:hover {
    cursor: pointer;
}

.plitka-top .block:hover img {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    -webkit-transition: 1s -webkit-filter linear;
    /* transition: 1s filter linear; */
    transition: .4s;
}

.news {
    padding-bottom: 65px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.21);
    margin-top: 26px;
}

#tl-reputation-widget-mobile {
    display: none !important;
}

.news .news-box {
    overflow: hidden;
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.news .news-box > div {
    display: flex;
    height: 100%;
}

.event .news-box {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.event .news-box .photo-news {
    width: 100%;
    height: 400px;
}

.news .news-box .photo-news {
    width: 70%;
}

.event .news-box .photo-news img,
.news .news-box .photo-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event .news-box .news-ingo-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: -20px;
}

.event .news-box .news-ingo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
    align-items: flex-end;
    color: #fff;
    font-family: 'MPLUSRounded1c-Medium';
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: auto;
    margin-top: 0;
    background: #FCB41F;
    width: 100%;
}

.news .news-box .news-ingo {
    width: 30%;
    box-sizing: border-box;
    padding: 50px 45px;
    color: #fff;
    font-family: 'MPLUSRounded1c-Medium';
    background: #535254;
    display: flex;
    flex-direction: column;
}

.event .news-box .date {
    color: #4D4D4F;
    font-size: 42px;
    text-transform: uppercase;
    margin-right: 50px;
    font-family: 'MPLUSRounded1c-Medium';
}

.zakaz-v-odin.btn {
    margin-top: 0;
}

.news .news-box .date {
    font-size: 16px;
    /* white-space: nowrap; */
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

.event .news-box .name,
.news .news-box .name a {
    font-size: 31px;
    text-transform: uppercase;
    transition: .4s;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.event .news-box .name {
    font-size: 34px;
}

.news .news-box .name {
    width: auto;
    max-width: 475px;
    /* max-height: 101px; */
    position: absolute;
    right: 0;
    text-align: right;
    padding: 8px 20px;
    padding-right: 50px;
    background: #FCB41F;
    box-sizing: border-box;
}

.news .news-box .name a:hover {
    color: #4c4e51;
}

.event .news-box .news-ingo-block > * {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: auto 0;
}

.event .news-box .news-ingo-block > *.info_bottom_block {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.news .news-box .second {
    margin-top: auto;
}

.news .slid-main-top .news-box .second {
    margin-top: inherit !important;
}

.slid-main-top .cat_info {
    margin-top: auto;
    margin-bottom: 10px;
}

.slid-main-top .cat_info .top-price-new-goods {
    display: flex;
}

.slid-main-top .cat_info .top-price-new-goods > p {
    margin-left: 8px;
}

.slid-main-top .cat_info .dates-new-container {
    display: flex;
    margin-top: 10px;
}

.slid-main-top .cat_info .dates {
    color: #ffffff;
    font-family: 'MPLUSRounded1c-Regular';
    border: 1px solid #939393;
    display: inline-block;
    padding: 8px 10px 5px;
    width: auto !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slid-main-top .cat_info .dates-new-container .dates-count {
    color: #ffffff;
    font-size: 15px;
}

.slid-main-top .cat_info .old {
    text-decoration: line-through;
    font-family: 'MPLUSRounded1c-Regular';
    display: inline-block;
    margin-right: 7px;
}

.news .news-box .second .desc {
    font-size: 18px;
}

.event .news-box .second {
    width: 100%;
}

.event .news-box .second .desc {
    margin: 0 auto;
    margin-top: 42px;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 31px;
    position: relative;
    margin-left: 45px;
    padding-left: 50px;
}

.event .news-box .second .desc::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #FCB41F;
}

.btn {
    position: relative;
    color: #4c4e51;
    padding: 10px;
    z-index: 1;
    display: inline-block;
    margin-top: 15px;
    transition: .4s;
    cursor: pointer;
    text-align: center;
}

.btn#btn-camp-feed {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'MPLUSRounded1c-Regular';
    text-transform: none;
    margin-right: -8.5%;
}

.news .news-box .second .podrob {
    position: relative;
    color: #4c4e51;
    padding: 10px;
    z-index: 1;
    display: inline-block;
    margin-top: 15px;
    transition: .4s;
    cursor: pointer;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.btn::before,
.news .news-box .second .podrob::before {
    content: '';
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.btn::after,
.news .news-box .second .podrob::after {
    content: '';
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.btn.gray::after {
    content: '';
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn:hover::before,
.news .news-box .second .podrob:hover::before {
    opacity: 0;
    cursor: pointer;
}

.btn.gray:hover::after,
.btn:hover::after,
.news .news-box .second .podrob:hover::after {
    opacity: 1;
    cursor: pointer;
}

.btn.gray:hover {
    color: #fff;
    cursor: pointer;
}

.news .news-box .ob-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news ul.slick-dots {
    list-style: none;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.news ul.slick-dots li {
    display: inline-block;
    margin-left: 22px;
}

.news ul.slick-dots li button {
    border: none;
    outline: none;
    text-indent: -20000px;
    display: block;
    width: 10px;
    height: 10px;
    padding-bottom: 11px;
    background: #fcb41d;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
    position: relative;
    font-size: 0;
}

.news ul.slick-dots li button::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #ededed;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    transform: translate(-50%, -50%);
}

.news ul.slick-dots li button:hover,
.news ul.slick-dots li.slick-active button {
    background: #ededed;
}

.news ul.slick-dots li button:hover::after,
.news ul.slick-dots li.slick-active button::after {
    border: 2px solid #fcb41d;
}

.welcome {
    margin-top: 66px;
}

.welcome .level {
    position: relative;
    background: #f0ecdf;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.21);
    margin-bottom: 35px;
    text-align: center;
}

.welcome .level > * {
    position: relative;
}

.welcome .svg-title {
    display: inline-block;
    padding: 13px 25px;
    text-transform: uppercase;
    background: #feb900;
    border-radius: 10px;
    margin: 35px 0;
    font-family: 'MPLUSRounded1c-Medium';
    line-height: 1;
}

.uslugi .dost-sreda,
.welcome .dost-sreda {
    text-align: left;
    position: absolute;
    top: 35px;
    right: 0;
    padding-left: 50px;
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 16px;
}

.uslugi .dost-sreda {
    top: 10px;
}

.uslugi .dost-sreda::before,
.welcome .dost-sreda::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #feb900;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAACXBIWXMAAAsSAAALEgHS3X78AAABy0lEQVQ4y6WVwXHbMBBFnzi+ix1IHYg552AVEIIwGwhTQeQKMkoDliswdfCVAy5vPjEd0B04HcgNhL4AGQwCh5SMGV4AzOMu/t/dxTiOxJZSOgM0MIgYwxlrEYMqpSvgwdt6BrYi5jQHmkSAaQAE2NiouQgKZO/cXV8MFTE98Bq5+/KRSAF2AfgoYuoPCWXfdgU8Ak8i5uc56if/ObsHPgN764bLoHlRpnlRujRT7+hBKT1b/SsPmAE9sAQqIPRkbSP2908iZoi+aQAE+LQY/2jgx4zAvoUiuvSNBzx2bTMEEf0+502v8qKsgJUHdKIMgUezSGFE00/s+2F9uXvH7Gms0mJAgMUXdeOM2nZtowOvjhOZvgLrsNH4lor9tZ2ALq3As82PiNHALbAPvnu/gyml6zD9k/3jc9c22VyFldI74M7buhUxBxep6+qbvCi3UzBbdQcLOHpHd67qEsAPvc6LMp3g1sD3vCh3IqayU8Gvuizp2qb3BFkBQyzivCjXeVH2QGG3nBW3XptcAtqVaWpV3ARzqfemwXVgpa2tPDckXZnv//ZTCz4AXyfS/wVUXdu8BMKt7Rwz/zRpm3pl01p5kfVA3bXN5Lh+AxzntdxDBWJaAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.welcome .level .photo-block {
    position: relative;
    padding-bottom: 15px;
}

.welcome .level .photo-block img {
    width: 100%;
}

.welcome .level .photo-block .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.welcome .level .photo-block .svg svg > g {
    opacity: 0;
    cursor: pointer;
    transition: .4s;
}

.welcome .level .photo-block .svg svg > g > g {
    pointer-events: none;
    opacity: 0;
}

.welcome .level .photo-block .svg svg > g.visible {
    opacity: 1;
    transition: .4s;
}

.welcome .level .photo-block .svg svg > g.visible > * {
    opacity: 0;
    transition: .4s;
}

.welcome .level .photo-block .svg svg > g.visible > path,
.welcome .level .photo-block .svg svg > g.visible > polygon {
    opacity: 0.35;
    transition: .4s;
}

.welcome .level .photo-block .svg svg > g:hover {
    opacity: 1 !important;
    transition: .4s;
}

.welcome .level .photo-block .svg svg > g:hover > path,
.welcome .level .photo-block .svg svg > g:hover polygon {
    opacity: 0 !important;
}

.welcome .level .photo-block .svg svg > g.visible:hover > g {
    opacity: 1 !important;
    transition: .4s;
}

/* благодарность */
.hide-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
    text-align: center;
}

.hide-window .hide-window__hide-window-wrapper.hide-window-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fcb41d;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    line-height: 1.3;
    max-width: calc(100% - 38px);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.21);
}

.openModal h3,
.mod-title {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 26px !important;
    padding-top: 17px;
    padding-bottom: 8px;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    text-align: center;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#rc-bookings-widget-root {
    padding: 25px;
}

.openModal > p {
    padding: 0px 44px;
    padding-top: 17px;
}

.apartament-modal {
    overflow: hidden;
    border-radius: 10px;
}

.apartament-modal .fa-times {
    right: 15px;
    top: 15px;
    z-index: 100;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 480px) {
    .apartament-modal {
        width: 90% !important;
        overflow: hidden;
        border-radius: 10px;
    }
}

.mod-body {
    padding: 30px 44px;
    font-family: 'MPLUSRounded1c-Regular';
}

/* модальная форма */
.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
}

.fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 0px !important;
    width: 12px;
    height: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAACXBIWXMAAAsSAAALEgHS3X78AAAA3ElEQVQoz4WSsQ3CMBBFX0xFlwWQvAGhpeGYgIyQNBRU2QCJCWiokxHYIB7BIzhiAirK0DgoCo7j7k5+/87/O2nbNgPuQCMiDZFjjEmBBnAiUinfPwC1MaZYAA1wAjIAJSIWKP2doMAI3AJvoAJQAH7doEAAFD+QpO/78YQCqH1ZAs858A8OCLyATQgMwl7gAjx8+QH2U/D35oA551FrPbgbhQPmXGMpqAVXb7EY1VIcsRhXIpLG4gDQWlvnXAfkQO6c67TWVnkzZsHhTDYohrUtcASyOXAisBu+5xcxHnuvqADJtwAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.apartament-form .openModal {
    width: auto;
}

.openModal {
    width: 500px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fcb41d;
    transform: translate(-50%, -50%);
}

.av-form2 .form-block.form__form-block {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}

.av-form2 .form-block.form__form-block.none {
    display: none;
}

.av-form2 .form-block.form__form-block.button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.av-form2 {
    text-align: center;
    font-size: 0;
    position: relative;
    padding: 30px 44px;
    background: #fcb41d;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.av-form2 > * {
    display: inline-block;
    width: 100%;
    transition: .4s;
    vertical-align: bottom;
}

.av-form2 > *.form-block-hide {
    width: 0;
    overflow: hidden;
    transition: .4s;
    margin-top: 0 !important;
    height: 0 !important;
}

.av-form2 .form-block.form__form-block > label {
    position: absolute;
    top: 15px;
    font-size: 19px;
    cursor: auto;
    transition: .4s;
    text-align: left;
    white-space: nowrap;
    left: 15px;
    color: #bfbfbf;
    z-index: 1;
    pointer-events: none;
}

.av-form2 .form-block.form__form-block > input[type="text"] {
    display: block;
    text-align: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid #bfbfbf;
    font-size: 19px;
    padding: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 10px;
    outline: none;
    position: relative;
    background: #f9fafb;
    padding: 14px 15px;
    height: 52px;
}

.av-form2 .form-block.form__form-block textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #bfbfbf;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-size: 19px;
    padding: 14px 15px;
}

.av-form2 .form-block.form__form-block > label.active {
    transition: .4s;
    outline: none;
    color: transparent;
}

.av-form2 .form-block.form__form-block > label.error {
    left: 0px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    top: -27px;
    background: #ff2510;
    color: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
    line-height: 1;
}

.av-form2 .child input[type="checkbox"] {
    float: left;
    margin-top: 1px;
    outline: none;
}

.av-form2 .form__form-select {
    display: inline-block;
    width: auto;
    margin-top: 17px;
}

.av-form2 .form__form-select::before {
    content: 'Вы должны согласиться с политикой конфеденциальности';
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF;
    background: #ff2510;
    white-space: nowrap;
    opacity: 0;
    text-align: center;
    padding: 4px 15px;
    transition: .4s;
}

.av-form2 .form__form-select.active::before {
    opacity: 1;
    transition: .4s;
}

.av-form2 .form__form-select input[type="checkbox"] {
    float: left;
    margin-top: 1px;
    outline: none;
}

.av-form2 .form__form-select label {
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    line-height: 1.2;
    padding-left: 8px;
    display: block;
    width: unset;
    float: left;
}

.av-form2 .form__form-select label a {
    color: inherit;
    border-bottom: 1px dashed rgba(76, 78, 81, 0.8);
    transition: .4s;
    padding-bottom: 1px;
}

.av-form2 .form__form-select label a:hover {
    border-color: transparent;
    transition: .4s;
}

.av-form2 .form-block.form__form-block > button[type="submit"] {
    font-size: 17px;
    padding: 11px 12px;
}

.social {
    margin-bottom: 40px;
}

.social > div {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.social > div > * {
    width: 37%;
    max-width: 400px;
    /* overflow: hidden; */
}

.social > div > * > a {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    background: #feb900;
    margin-bottom: 35px;
    width: 100%;
    font-family: 'MPLUSRounded1c-Regular';
}

.social > div > *.fb > a {
    margin-bottom: 35px;
}

.social > div > * > a > span {
    display: inline-block;
    padding: 0 5px;
}

.social > div > *.fb .fb-vidget {
    padding: 12px;
    padding-bottom: 10px;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.social .inst-vidget {
    width: 109%;
    margin-left: -10px;
}

.red {
    color: #e9164d;
    font-family: 'MPLUSRounded1c-Medium';
}

.nested-page .info {
    margin-bottom: 50px;
}

.nested-page .info > * {
    margin-bottom: 15px;
}

.box-chess .box-chess-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.box-chess .box-chess-flex:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.box-chess .box-chess-flex .img {
    width: 685px;
    height: 445px;
    position: relative;
}

.box-chess .box-chess-flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-chess .box-chess-flex .img a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.box-chess .box-chess-flex .info-block {
    width: 370px;
    border-top: 1px solid #959696;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
}

.box-chess .btn {
    margin-left: auto;
}

.our-class .box-flex {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    margin-bottom: 20px;
}

.our-class .box-flex .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 14.5px;
}

.our-class .box-flex .box:first-of-type {
    margin-left: 0;
}

.our-class .box-flex .box:last-of-type {
    margin-right: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.our-class {
    font-family: 'MPLUSRounded1c-Medium';
}

.our-class .box-flex .svg {
    min-height: 35px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.our-class .box-flex .svg-title {
    font-size: 13px;
}

.our-class .box-flex .svg-title.chel {
    position: relative;
    padding-right: 17px;
}

.our-class .box-flex .svg-title.chel::after {
    content: '';
    display: block;
    width: 7px;
    height: 6px;
    border-radius: 50%;
    background: #fcb41d;
    position: absolute;
    top: 0px;
    right: 2px;
}

.our-class .box-flex .svg-title.chel::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: #fcb41d;
    position: absolute;
    top: 7px;
    right: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.our-class .disc {
    margin-bottom: 20px;
}

.our-class .slid-for img {
    cursor: zoom-in;
}

.uslugi .slid .slid-nav img,
.box-numbers .room-slid-bottom img,
.our-class .slid-nav img {
    outline: 11px solid rgba(255, 255, 255, 0.5);
    outline-offset: -11px;
    margin: 10px;
}

.our-class .slid {
    position: relative;
}

.uslugi .slid .slid-nav,
.our-class .slid .slid-nav {
    width: 330px;
    margin: 0 auto;
    margin-top: -85px;
}

.our-class .black {
    margin-bottom: 50px;
}

.our-class .cont-nth {
    display: flex;
}

.our-class .btn {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 30px;
}

.our-class .zag.line {
    margin-bottom: 20px;
}

.numbers .desk {
    font-family: 'MPLUSRounded1c-Medium';
    margin-bottom: 20px;
    text-align: center;
}

.numbers .box-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: baseline;
    margin-top: 55px;
}

.days-cal {
    padding: 0 0 0 20px;
    text-wrap: nowrap;
    font-size: 14px;
}

.event__cont .days-cal p {
    width: 100%;
}

.numbers .box-flex > * {
    margin: 0 10px;
    max-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.numbers .box-flex > *:nth-child(1) > *,
.numbers .box-flex > *:nth-child(2) > *,
.numbers .box-flex > *:nth-child(3) > *,
.numbers .box-flex > *:nth-child(4) > *,
.numbers .box-flex > *:nth-child(9) > * {
    cursor: pointer;
}

.numbers .box-flex .svg-title {
    font-size: 11px;
    text-align: center;
}

/*  */
/*  */
/*  */
/*  */
.numbers .box-numbers-block {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.21);
}

.box-numbers {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.numbers .box-numbers:nth-child(even) {
    flex-direction: row-reverse;
}

.box-numbers > * {
    width: 50%;
    position: relative;
}

.box-numbers .right-block > div {
    width: 540px;
}

.numbers .box-numbers:nth-child(even) .right-block > div {
    margin-left: auto;
}

.box-numbers .left-block > div {
    width: 100%;
    min-width: 620px;
}

.box-numbers .right-block > div .info-block {
    margin-left: 30px;
    padding-top: 30px;
    border-top: 1px solid #959696;
}

.numbers .box-numbers:nth-child(even) .right-block > div .info-block {
    margin-left: 0px;
    margin-right: 30px;
}

.box-numbers .right-block > div .info-block .block-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.box-numbers .right-block > div .info-block .info-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MPLUSRounded1c-Medium';
    display: inline-block;
    width: 57%;
    margin-right: 15px;
}

.box-numbers .right-block > div .info-block .icon-people {
    display: flex;
    border: 2px solid #ededed;
    background: #fcb41d;
    height: 22px;
    padding: 3px 10px;
    margin-left: auto;
    margin-right: 5px;
}

.box-numbers .right-block > div .info-block .img-wc {
    height: 32px;
}

.box-numbers .right-block > div .info-block .icon-people svg {
    width: 15px;
}

.box-numbers .right-block > div .info-block .disc {
    font-size: 20px;
    color: #959696;
    margin-bottom: 30px;
}

.box-numbers .right-block > div .info-block .btn-block {
    border-top: 1px solid #959696;
    margin-top: 10px;
}

.box-numbers .right-block > div .info-block .bath,
.box-numbers .right-block > div .info-block .etc,
.box-numbers .right-block > div .info-block .area {
    margin-top: 15px;
    font-size: 15px;
}

.box-numbers .right-block > div .info-block .bath span,
.box-numbers .right-block > div .info-block .etc span,
.box-numbers .right-block > div .info-block .area span {
    font-family: 'MPLUSRounded1c-Bold';
}

.box-numbers .btn-block {
    text-align: right;
}

.box-numbers .single_slide a.gallery-img {
    width: 100%;
    max-width: 951px;
    height: 665px;
    display: block;
}

.box-numbers .single_slide a.gallery-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    cursor: zoom-in;
}

.box-numbers .room-slid-bottom {
    width: 330px;
    margin-top: -85px;
    margin-left: auto;
    margin-right: 50px;
}

.numbers .box-numbers:nth-child(even) .room-slid-bottom {
    margin-left: 50px;
    margin-right: auto;
}

.uslugi {
    padding-top: 50px;
}

.uslugi .class-slider {
    padding-bottom: 50px;
}

.zag-2 {
    font-size: 35px;
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.uslugi .uslugi-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    height: 60px;
}

.uslugi .uslugi-icon > svg {
    cursor: pointer;
    margin: 0 10px;
}

.lite-rent {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50px;
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 16px;
}

.uslugi .uslugi-icon > svg rect,
.uslugi .uslugi-icon > svg path {
    transition: .4s;
}

.uslugi .uslugi-icon > svg:hover rect {
    fill: #fcb41d !important;
}

.plitka-top.plitka-top-dive .block .plitka-info {
    font-size: 14px;
}

.plitka-top.plitka-top-dive .block .plitka-info .block-btn {
    text-align: right;
}

.plitka-top.plitka-top-dive .block .plitka-info .btn {
    font-size: 16px;
    margin-top: 0
}

.dive-top .dive-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 25px;
}

.dive-top .dive-icon > * {
    width: 85px;
    margin: 0 15px;
    font-size: 11px;
    font-family: 'MPLUSRounded1c-Medium';
    text-align: center;
}

.dive-top .dive-icon > * svg {
    margin-bottom: 10px;
    height: 70px;
    width: 100%;
}

.container-container > * {
    padding-bottom: 25px;
}

.container-container > ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
}

.container-container > ul li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4c4e51;
    position: absolute;
    top: 15px;
    left: 0;
}

.camp-btn {
    display: flex;
    justify-content: end;
    margin-top: -5%;
}

.event .attractive-slid {
    margin-bottom: 50px;
}

.event .attractive-slid .gallery-img {
    display: block;
    width: 240px;
    height: 240px;
    cursor: zoom-in;
}

.gallery-img img {
    display: block;
    /* width: 360px;
  height: 240px; */
    margin-right: 5px;
    cursor: zoom-in;
    object-fit: cover;
}

.gallery-img img#tour-img {
    display: block;
    width: 360px;
    height: 240px;
    margin-right: 5px;
    cursor: zoom-in;
    object-fit: cover;
}

.gallery-img img#members-img {
    display: block;
    width: 360px;
    height: 240px;
    margin-right: 5px;
    cursor: zoom-in;
    object-fit: cover;
}

.gallery-img img#residence-img {
    display: block;
    width: 360px;
    height: 240px;
    margin-right: 5px;
    cursor: zoom-in;
    object-fit: cover;
}

.event .attractive-slid .gallery-img img {
    display: block;
    width: 360px;
    height: 240px;
    margin-right: 5px;
    cursor: zoom-in;
    object-fit: cover;
}

.event .attractive-slid .res-gallery-img img {
    width: 70%;
    height: 160px;
    object-fit: cover;
}

.event .attractive-slid .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: .4s;
}

.event .attractive-slid:hover .slick-arrow {
    opacity: 1;
}

.event .attractive-slid .slick-arrow.next1 {
    left: auto;
    right: 0;
}

.event .attractive-slid .slick-arrow.next1 p {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAYAAACZm7S3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAwklEQVQ4y52TURHCMBBElw4CIgEHVEIkICE4QAJSKiESkBAJSEgVPH7CDG2T9MrO5KNN3qZ3txXggTeQgBGQdQkILBWOwA54rQym8n4X/hqklUECLhZY5WBeGeTSk11YwJO6HhbY0damD7XPiR2DRR8GbZXU1rXse0nVmz02+UH/y9Xg0QDeJcXzQXgu9aZWzbnT6e6oQmfG3ZC4xq3BEs9YyfVo+TGmvfpa8M1SX20NPyOYy/yCNSUnQJJcec5HIvYBrtb+LdmIA9YAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
}

.meropriyatiya .slick-arrow.next1 p {
    width: 100%;
    height: 100%;
    position: relative;
}

.meropriyatiya .slick-arrow.next1 {
    right: -35px;
}

.meropriyatiya .slick-arrow.next1 p::after {
    border-right: 2px solid #4d4d4f;
    transform: translate(-50%, -50%) rotate(45deg);
}

.event .attractive-slid .slick-arrow.next {
    left: auto;
    right: 0;
}

.event .attractive-slid .slick-arrow p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAYAAACZm7S3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAwklEQVQ4y52UWxGDMBRET5kKQAIScFAkIAEp1AEOWglIqAQkIAEH2x8yDbfkxc7kJ8nJzd7sBEkUjF7SKukjqSkBJx3V5UD1XsnXWxIpsN2v6Wt26zFwkLQZcN1vEoWtP6fB35fjz6962F/xUwsswINzzX8zEX9Wva18B3rgRVqbnaiAhouqgAl4XqJNbmO+R+v5LFFL7lOFsjwHDuhSsBvjCbzkwqE+TLlwqA9DLhzqQ0vhN+T6sElqbpJKo1G7uH4B23wpWnB8Sl4AAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: .4s;
}

.event .attractive-slid .slick-arrow.next p {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAYAAACZm7S3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAwklEQVQ4y52TURHCMBBElw4CIgEHVEIkICE4QAJSKiESkBAJSEgVPH7CDG2T9MrO5KNN3qZ3txXggTeQgBGQdQkILBWOwA54rQym8n4X/hqklUECLhZY5WBeGeTSk11YwJO6HhbY0damD7XPiR2DRR8GbZXU1rXse0nVmz02+UH/y9Xg0QDeJcXzQXgu9aZWzbnT6e6oQmfG3ZC4xq3BEs9YyfVo+TGmvfpa8M1SX20NPyOYy/yCNSUnQJJcec5HIvYBrtb+LdmIA9YAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
}

.event .attractive-slid .slick-arrow:hover p {
    opacity: 1;
}

.event .zapros-tur {
    text-align: center;
    margin-bottom: 50px;
}

.event .accordion {
    padding-bottom: 0;
    /* box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1); */
}

.prog-container {
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.bron-container {
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.residence-container {
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.event .accordion .con_title-first {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 15px 30px;
    padding-top: 30px;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 22px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 2px solid #ebecec;
}

.event .accordion .con_title-first .btn-arr {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 3px solid #fcb41d;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAAACXBIWXMAAAsSAAALEgHS3X78AAABW0lEQVRIx62VsXWDMBCGP1jAVKqdCXBhejyAntkgjIAnCJkg3iD2BjyzAKlVBG+AS1PFE5DmyCMEHDDcexTSSXy6038n63paO0ACZMBeafPFjFamng+EQKG0ia3raR0DL+I/A/5c0DL1VhLIQqaebGDZWOMCWZl6yxlgIfDZgAE4NnBorXWBvEy94EGQU6ZeAry3XGelTW5VVUWZehHw1rH/A4iVNtkQEBDJt2i5b8BKaVNYVVXVGw7Ac8//LiKsHChavhXgA9s759nUh24CHblgl3ltp7TZ14MfoECXEsViJthRaRM2J+zmQGlTAMFMsLPcJ71AgWbAbiLsBgRd9Wx3rZacHycAA8kWg4BikaTlEZH0ltEv0XTU1lgR/RHJmAhrEYVTRDIKKNAEeH1UJKNS2kpvcqebbIa0v0ERNizsEdFuKGxUhD3v278imRIhSptcOtFF6jQaWzPfWZ6LoO105qEAAAAASUVORK5CYII=");
    background-position: center 14px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: .4s;
}

.event .accordion .con_title-first.active .btn-arr {
    transform: rotate(-180deg);
}

.event .accordion .con_title-first:first-of-type .btn-arr {
    transform: rotate(-180deg);
}

.event .accordion .con_title-first:first-of-type.active .btn-arr {
    transform: rotate(0deg);
}

.event .accordion .con_title-first .con_title {
    margin-left: 35px;
    margin-right: auto;
    text-align: left;
}

.event .accordion .zag-tour {
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 10px;
}

.event .accordion .days {
    font-size: 17px;
}

.event .accordion .days span {
    display: inline-block;
    margin-right: 20px;
}

.event .accordion .con_desc {
    background: #fcb41d;
    box-sizing: border-box;
    padding: 30px;
    border-right: 2px solid #ebecec;
    border-left: 2px solid #ebecec;
}

/* .event .accordion .con_desc {
  background: #fcb41d;
  box-sizing: border-box;
  padding: 30px;
  border-right: 2px solid #ebecec;
  border-left: 2px solid #ebecec;
  display: none;
} */
.event .accordion .con_desc .data-bron,
.event .accordion .con_desc .info-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.event .accordion .con_desc .info-block {
    margin-bottom: 30px;
}

.event .accordion .con_desc .info-block > * {
    width: 100%;
}

.event .accordion .con_desc .info-block > * > * {
    padding-bottom: 10px;
}

.event .accordion .info-block-title {
    font-family: 'MPLUSRounded1c-Medium';
    padding-bottom: 30px;
}

.event .accordion .con_desc .info-block > * li {
    position: relative;
    padding-left: 30px;
}

.event .accordion .con_desc .info-block > * li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4c4e51;
    position: absolute;
    top: 7px;
    left: 0;
}

.event .btn.white {
    padding: 10px;
    font-size: 18px;
}

.event .accordion .con_desc .data-bron {
    font-family: 'MPLUSRounded1c-Medium';
}

/* .info-block-img {
  height: 200px;
  margin-left: 5px;
} */
.info-block-img {
    height: 200px;
    margin-left: 5px;
    height: 200px;
    width: 280px;
    margin-left: 5px;
    object-fit: cover;
}

.event .accordion .con_desc .data-bron .info-block-title {
    padding-bottom: 15px;
}

.event .container-container .not-find {
    margin: 30px 0;
}

.event .container-container .not-find .not-find-btn {
    color: #036cea;
    cursor: pointer;
    transition: .4s;
}

.event .container-container .not-find .not-find-btn:hover {
    color: #fcb41d;
}

.rel_goods {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cat_single {
    width: 32%;
    margin-bottom: 30px;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
    transition: .4s;
}

.cat_single:hover .cat_img img {
    opacity: 1;
}

.cat_single:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}

.cat_single .cat_title {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'MPLUSRounded1c-Medium';
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.cat_single .cat_title a {
    display: inline-block;
    max-height: 45px;
    overflow: hidden;
}

.cat_single .cat_title a:hover {
    color: #4c4e51;
}

.cat_single .cat_img {
    position: relative;
    height: 245px;
    width: 100%;
}

.cat_single .cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: .4s;
}

.cat_single .cat_img a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cat_single .cat_info {
    box-sizing: border-box;
    padding: 20px 30px;
}

.cat_single .cat_info > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'MPLUSRounded1c-Medium';
}

.cat_single .cat_info > div.blog-txt {
    margin-bottom: 25px;
    height: 47px;
    overflow: hidden;
}

.cat_single .cat_info > div > *:first-of-type {
    width: 63%;
}

.cat_single .cat_info > div > *:nth-child(2) {
    width: 35%;
}

.cat_single .cat_btn {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'MPLUSRounded1c-Medium';
    background: #bfbfbf;
    box-sizing: border-box;
    transition: .4s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.cat_single .cat_btn:hover {
    background: transparent
}

.cat_single .cat_btn::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.cat_single .cat_btn:hover::after {
    opacity: 1;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'MPLUSRounded1c-Medium';
    margin-bottom: 30px;
}

ul.pagination li {
    margin: 0 10px;
}

ul.pagination li.active > * {
    color: #fcb41d;
}

ul.pagination li > * {
    transition: .4s;
}

ul.pagination li > a:hover {
    color: #fcb41d;
}

ul.pagination li > span {
    opacity: 0.8;
}

.container.o-nas.nested-page {
    text-align: justify;
}

.calendar {
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    font-family: 'MPLUSRounded1c-Medium';
}

.calendar .month-title {
    color: #4c4e51;
    text-transform: uppercase;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
    padding: 15px 80px;
    padding-top: 20px;
}

.calendar .month > li {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 15px 80px;
    border-top: 2px solid #9b9d9e;
}

.calendar .month > li:first-of-type {
    border-top: none;
}

.calendar .knopka {
    margin-top: 0;
    margin-left: 30px;
    background: #bfbfbf;
    position: relative;
    color: #4c4e51;
    padding: 10px 20px;
    z-index: 1;
    display: inline-block;
    transition: .4s;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.calendar .knopka:hover {
    background: transparent;
}

.calendar .knopka::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #bfbfbf;
}

.hostel-text {
    margin: 30px 0 120px 0;
}

.zag-hostel {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
}

.calendar .knopka::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #eab432;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    /* IE6-9 */
}

.calendar .knopka:hover::after {
    background: transparent;
}

.calendar .month .date {
    min-width: 12%;
}

.calendar .month .title-kal {
    text-align: left;
    margin-right: auto;
    margin-left: 95px;
}

.calendar .month .price {
    min-width: 13%;
    text-align: right;
    margin-left: 30px;
}

.event__cont p {
    width: 25%;
}

.event__cont .price {
    text-align: center;
    margin-left: auto;
}

.bronirovanie-room {
    margin-bottom: 50px;
}

.bronirovanie-room h1 {
    text-align: center;
    margin-bottom: 30px;
}

.bronirovanie-room > div {
    margin: 20px auto;
    width: 700px;
    text-align: center;
}

.bronirovanie-room .btn-primary {
    border-color: transparent !important;
}

.valuta div,
.valuta {
    position: relative;
    display: inline;
}

.valuta div::after {
    content: '';
    display: block;
    background: #4c4e51;
    position: absolute;
}

.cat_single .valuta div::after {
    width: 5px;
    height: 1px;
    bottom: 4px;
    left: 0px;
}

/*.accordion .valuta div::after {*/
/*    width: 8px;*/
/*    height: 2px;*/
/*    bottom: 8px;*/
/*    left: 0px;*/
/*}*/

.month .valuta div::after {
    width: 7px;
    height: 1px;
    bottom: 6px;
    left: 0px;
}

.btn-primary {
    background-color: transparent !important;
    background: transparent !important;
    color: #333 !important;
}

.btn-primary:hover {
    color: #fff !important;
}

.meropriyatiya .info_bottom_block .zakaz-v-odin {
    position: fixed;
    right: 0;
    top: 50%;
    color: #fff;
    width: 120px;
}

.meropriyatiya .event .news-box .news-ingo-block > *.info_bottom_block {
    justify-content: center;
}

.meropriyatiya .event .news-box .date {
    margin-right: 0;
}

.meropriyatiya .event .news-box .second .desc::after {
    display: none;
}

.meropriyatiya .event .news-box .second .desc {
    margin: 0 auto;
    font-size: 17px;
    margin-top: 42px;
    width: 55%;
    margin-left: auto;
    padding-left: initial;
}

.meropriyatiya .event .news-box .second {
    text-align: center;
}

.meropriyatiya .start_icon {
    background: #f0ecdf;
}

.meropriyatiya .start_icon .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    padding: 55px 0 20px;
}

.meropriyatiya .start_icon .one_icon {
    width: 22%;
    text-align: center;
    margin-bottom: 35px;
}

.meropriyatiya .start_icon .one_icon p {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 17px;
    text-transform: uppercase;
    width: 85%;
    min-height: 44px;
    margin: 22px auto 0;
}

.meropriyatiya .start_icon .one_icon img {
    max-width: 124px;
}

.meropriyatiya .zag3 {
    color: #fcb41f;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'MPLUSRounded1c-Medium';
    text-align: center;
    margin: 85px 0 70px;
    position: relative;
}

.meropriyatiya .zag3#camp-gallery-container {
    margin: 25px 0 70px;
}

.meropriyatiya .zag3#camp-result {
    margin: 65px 0 70px;
}

.meropriyatiya .zag3#camp-members {
    margin: 45px 0 70px;
}

.meropriyatiya .zag3#camp-coach {
    margin: 20px 0 70px;
}

/* .aqua-camp.meropriyatiya .sport_fun .zag3 {
  margin: 85px 0 -60px;
} */

.aqua-camp.meropriyatiya .sport_itemss {
    height: 100%;
}

.meropriyatiya .zag3::before {
    content: '';
    width: 110%;
    height: 1px;
    background: #959696;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.meropriyatiya .sport_fun .container-container span,
.meropriyatiya .area_block .container-container span {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 17px;
    margin-top: -30px;
    text-align: center;
    display: block;
}

.meropriyatiya .sport_fun_icons {
    display: flex;
    justify-content: flex-start;
    padding: 60px 0;
}

.meropriyatiya .sport_fun_icons .sport_icon {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.meropriyatiya .sport_fun_icons .sport_icon img {
    max-width: 165px;
}

.meropriyatiya .sport_fun_icons .sport_icon p {
    width: 30%;
    font-family: 'MPLUSRounded1c-Medium';
    margin-bottom: 90px;
    font-size: 14px;
}

.meropriyatiya .sport_fun_icons .sport_icon > div {
    text-align: center;
    width: 60%;
}

.meropriyatiya .sport_fun_icons .sport_icon > div > span {
    color: #fcb41f;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'MPLUSRounded1c-Medium';
    display: block;
    width: 60%;
    margin: 17px auto 0;
}

.meropriyatiya .sport_fun_icons .sport_icon:nth-child(even) > p {
    justify-content: flex-end;
}

.meropriyatiya .sport_fun_icons .sport_icon:nth-child(even) > p {
    order: 2;
}

.meropriyatiya .event_for .slick-slide > div {
    width: 156px;
    height: 120px;
    position: relative;
}

.meropriyatiya .event_for .slick-slide > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meropriyatiya .event_nav .slick-track > div > div {
    width: 100%;
    height: 420px;
}

.cal-name {
    width: 33%;
}

.second-kal p {
    width: 100%;
    font-size: 14px;
}

/* .meropriyatiya .event_nav .slick-track>div>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.meropriyatiya .event_nav .slick-track > div > div img {
    width: 100%;
    height: auto;
}

.meropriyatiya .event_for {
    width: 345px;
    margin: -60px auto 0;
}

.meropriyatiya .event_for .slick-slide > div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: inset 0 0 0 11px rgba(255, 255, 255, 0.4);
}

.meropriyatiya .result_icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.meropriyatiya .result_icons .important {
    font-family: 'MPLUSRounded1c-Ultra';
    white-space: nowrap;
}

.meropriyatiya .result_icons > div {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    padding-left: 35px;
    width: 30%;
}

.meropriyatiya .result_icons > div span {
    color: rgba(77, 77, 79, 0.2);
    position: absolute;
    left: 0;
    display: block;
    line-height: 1;
    top: 30%;
    transform: translate(0, -50%);
    font-family: 'MPLUSRounded1c-Ultra';
    font-size: 80px;
}

.meropriyatiya .participants_slider .slick-slide > div,
.area_block_slid .area_block_inside > div {
    width: 100%;
    height: 463px;
    position: relative;
}

.area_block_slid .area_block_inside > div {
    padding-bottom: 30px;
}

.meropriyatiya .participants_slider .slick-slide > div img,
.area_block_slid .area_block_inside > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .meropriyatiya .participants_slider .slick-slide>div img, .area_block_slid .area_block_inside>div img {
    width: 100%;
    height: 175px;
} */
.area_block_slid .area_block_inside .btn_area {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
}

.area_block_slid .area_block_inside .btn_area > div {
    background: #fcb31d;
    width: 540px;
    text-align: center;
    padding: 12px 0;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 28px;
    color: #fff;
    margin-right: 25px;
}

.area_block_slid .area_block_inside .btn_area > div:nth-child(2) {
    width: 250px;
    margin-right: 0;
    transition: .5s;
}

.area_block_slid .area_block_inside .btn_area > div a {
    color: #fff;
}

.meropriyatiya .participants_slider {
    margin-top: 70px;
}


.meropriyatiya .slick-arrow.next {
    right: -35px;
}

.meropriyatiya .slick-arrow.prev {
    left: -35px;
}

.meropriyatiya .slick-arrow.next p {
    width: 100%;
    height: 100%;
    position: relative;
}

.meropriyatiya .slick-arrow.next p::after {
    border-right: 2px solid #4d4d4f;
    transform: translate(-50%, -50%) rotate(45deg);
}

.meropriyatiya .slick-arrow.prev p::after {
    border-left: 2px solid #4d4d4f;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.meropriyatiya .slick-arrow p::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4d4d4f;
    position: absolute;
    top: 50%;
    left: 50%;
}

.meropriyatiya .slick-arrow:hover {
    cursor: pointer;
}

.meropriyatiya .participants_icons {
    display: flex;
    align-items: self-start;
    margin-top: 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.meropriyatiya .participants_icons > div {
    width: 23%;
    text-align: center;
    margin-bottom: 65px;
}

.meropriyatiya .participants_icons > div p,
.meropriyatiya .participants_icons > div span {
    width: 75%;
    margin: 0 auto;
    font-family: 'MPLUSRounded1c-Medium';
}

.meropriyatiya .participants_icons > div p {
    margin: 20px auto 25px;
    font-size: 17px;
    min-height: 44px;
}

.meropriyatiya .participants_icons > div span {
    width: 72%;
    display: block;
    font-size: 14px;
}

.meropriyatiya .participants_icons > div a {
    margin: 0 auto;
    font-family: 'MPLUSRounded1c-Medium';
    width: 72%;
    display: inline;
    font-size: 14px;
    border-bottom: 1px solid #4c4e51;
    transition: .4s;
}

.meropriyatiya .participants_icons > div a:hover {
    border-bottom: 1px solid transparent;
}

.meropriyatiya .participants_icons > div img {
    max-width: 107px;
    max-height: 122px;
}

.meropriyatiya .participants_icons > div .img_ic {
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center
}

.meropriyatiya .area_block {
    margin-bottom: 80px;
}

/*
.meropriyatiya .coach_block {
    display: flex;
    justify-content: flex-start;
}

.meropriyatiya .coach_block > div {
    width: 30%;
    margin-right: 5%;
}

.meropriyatiya .coach_block > div:nth-child(3n + 3) {
    margin-right: 0;
}
*/
.meropriyatiya .coach_block .coach_img {
    width: 310px;
    height: 330px;
}

.meropriyatiya .coach_block .coach_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meropriyatiya .coach_txt > * li {
    position: relative;
    padding-left: 22px;
    font-size: 20px;
}

.meropriyatiya .coach_txt > * li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fcb41d;
    position: absolute;
    top: 10px;
    left: 0;
}

.meropriyatiya .coach_block .block_with_coach p {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 25px;
    margin: 30px 0;
}

.area_block_slid .area_block_inside .btn_area > div:nth-child(2):hover {
    background: #9b9d9e;
    cursor: pointer;
}

.area_block_slid {
    margin-top: 15px;
}

.block_with_coach {
    margin-right: 78px;
    width: 310px;
}

.top_scroll {
    display: inline-block;
    pointer-events: all;
    height: 50px;
    width: 50px;
    line-height: 40px;
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #fff;
    transition: .5s;
    background: #F0ECDF;
    transition: .5s;
}

.top_scroll:hover {
    cursor: pointer;
    background: #9b9d9e;
}

.top_scroll::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/assets/templates/images/toparr.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 18px;
}

.container_scroll {
    position: fixed;
    pointer-events: none;
    left: 50%;
    width: 1550px;
    bottom: 200px;
    transform: translate(-50%, 0);
}

.requisites p {
    border-bottom: 1px dashed rgba(76, 78, 81, 0.68);
    transition: .4s;
    padding-bottom: 1px;
    line-height: 1.5;
}

.requisites p:hover {
    border-bottom: 1px dashed transparent;
}

.onpay {
    width: 100%;
    margin-top: 15px;
}

.onpay img {
    width: 90px;
    height: 100%;
    object-fit: cover;
}

.date1 {
    width: 48%;
}

.date2 {
    width: 48%;
    margin-left: 4%;
}

.add_center1 {
    margin-left: 36%;
}

.add_center2 {
    margin-left: 20%;
}

/* .add_center {
  display: flex;
  justify-content: center;
} */
/* .add_center>div:last-child .block_with_coach {
  margin-right: 0;
} */
.tur_bron {
    margin-bottom: 50px;
}

.meropriyatiya .attractive-slid .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: .4s;
    transform: translate(0, 0);
}

.meropriyatiya .attractive-slid .slick-arrow::after {
    background: none;
}

.meropriyatiya .attractive-slid .slick-arrow::before {
    background: none;
}

.meropriyatiya .attractive-slid .slick-arrow p::after {
    display: none;
}

.meropriyatiya section.event-title .news-box .info_bottom_block .second .desc {
    margin: 0 auto;
    margin-top: 42px;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 31px;
    position: relative;
    margin-left: 45px;
    padding-left: 50px;
    width: 100%;
    text-align: left;
}

.meropriyatiya section.event-title .news-box .info_bottom_block .second .desc:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #FCB41F;
}

.additional_info {
    font-family: 'MPLUSRounded1c-Medium';
    margin-bottom: 10px;
    text-align: center;
}

.additional_info br:last-of-type {
    display: none;
}

.room_price {
    margin-top: 15px;
    margin-right: 45px;
    text-align: left;
}

.box-numbers .btn-block {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.novis {
    display: none;
}

.novis.on {
    display: block;
}

.novis.on .datepicker,
.form__form-block.form-block .datepicker {
    width: 100%;
}

.event .accordion .con_desc .info-block.ver {
    margin-bottom: -15px;
}

.footer-social p.tel.mob-none:nth-child(1) {
    margin-bottom: 0;
}

.footer-social p.tel.mob-none:nth-child(2) {
    background-image: none;
}

#page-header .container.mob-none {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#page-header .container.mob-none p.tel:nth-child(1) {
    margin-top: -15px;
}

.fix-menu.fixed#page-header .container.mob-none p.tel:nth-child(2) {
    margin-top: -10px;
}

.fix-menu.fixed#page-header .container.mob-none p.tel:nth-child(1) {
    margin-top: 0;
}

/* Gallery */
.container.ver {
    width: 1180px;
}

.zag.line.ver {
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 35px;
}

.container.ver .box-chess.ver:nth-child(odd) .box-chess-flex.ver {
    flex-direction: row-reverse;
}

.container.ver .box-chess.ver:nth-child(odd) .box-chess-flex.ver .info-block {
    margin-left: 0;
}

.container.ver .box-chess.ver:nth-child(odd) .box-chess-flex.ver .sl__inner .gallery-slid-bottom {
    margin: 0;
    margin-left: 110px;
    margin-top: -40px;
}

.box-chess .box-chess-flex.ver {
    margin-bottom: 84px;
}

.box-chess .box-chess-flex.ver:nth-child(2n+1) {
    flex-direction: row;
}

.box-chess .box-chess-flex.ver .desc__title {
    font-size: 20px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
}

.desc__text,
.desc__date,
.desc__people {
    font-size: 15px;
    line-height: 18px;
}

.box-chess.ver .box-chess-flex .info-block {
    width: 322px;
    padding-top: 45px;
    margin-left: 70px;
}

.box-chess.ver .box-chess-flex .info-block p,
.box-chess.ver .box-chess-flex .info-block div {
    max-width: 90%;
    margin: 13px 0;
}

.box-chess.ver .box-chess-flex .info-block div {
    padding-left: 50px;
    position: relative;
}

.box-chess.ver .box-chess-flex .info-block div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(0%, -18%);
}

.box-chess.ver .box-chess-flex .info-block div.desc__date:before {
    background: url(/assets/templates/images/gallerypct/date_pct.svg) no-repeat center;
}

.box-chess .box-chess-flex .info-block div.desc__people:before {
    background: url(/assets/templates/images/gallerypct/people_pct.svg) no-repeat center;
}

.box-chess.ver .gallery-slid-bottom {
    width: 370px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: 90px;
}

.box-chess.ver .box-chess-flex.ver > div:not(.info-block) {
    width: 50%;
    min-width: 788px;
}

.box-chess.ver .single_slide a.gallery-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top;
}

.box-chess.ver .single_slide a.gallery-img {
    width: 100%;
    max-width: 788px;
    height: 387px;
    display: block;
    position: relative;
    cursor: zoom-in;
}

.box-chess.ver .gallery-slid-bottom img {
    margin: 0 20px 0 0;
    width: 165px;
    height: 137px;
}

.sobyitiya.galereya .container_scroll {
    display: none;
}

.box-chess.ver .gallery-slid-bottom img {
    outline: 11px solid rgba(255, 255, 255, 0.5);
    outline-offset: -11px;
    margin: 10px;
}

.box.ver {
    display: flex;
    width: 55%;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

.box.ver .svg {
    height: 70px;
}

.accordion.one__visible {
    border-bottom: 4px solid rgba(0, 0, 0, .1);
}

#bron .accordion.one__visible .data-bron {
    margin: 10px 0;
    padding-bottom: 20px;
}

#bron .info-block div:first-child {
    text-align: left;
}

.mon-title {
    color: #4c4e51;
    text-transform: uppercase;
    background: #eab432;
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
    padding: 15px 80px;
    padding-top: 20px;
}

.event__cont li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 80px;
}

.load__tour {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 50px;
}

.load__tour img {
    width: 100%;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.16);
}

.load__tour:before {
    content: '';
    width: 128px;
    height: 112px;
    background: url(/assets/templates/images/arrow__preview.png) no-repeat;
    left: 74%;
    bottom: 39%;
    position: absolute;
    transform: rotate(-23deg);
    animation: bounce-in-top 3.1s ease-in-out infinite alternate-reverse both;
    opacity: 0 !important;
}


.tour__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    transition: all .5s;
}

.tour__title span {
    font-size: 7rem;
}

.tour__title:hover {
    -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tour__title img {
    width: 350px;
    height: auto;
    border: 5px solid #4c4e51;
}

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-100px) rotate(-23deg);
        transform: translateY(-100px) rotate(-23deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0) rotate(-23deg);
        transform: translateY(0) rotate(-23deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px) rotate(-23deg);
        transform: translateY(-65px) rotate(-23deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0) rotate(-23deg);
        transform: translateY(0) rotate(-23deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px) rotate(-23deg);
        transform: translateY(-28px) rotate(-23deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0) rotate(-23deg);
        transform: translateY(0) rotate(-23deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px) rotate(-23deg);
        transform: translateY(-8px) rotate(-23deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0) rotate(-23deg);
        transform: translateY(0) rotate(-23deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.container.coach .coach_block {
    margin-bottom: 50px;
}

.meropriyatiya.upravlenie-personalom .data-bron:nth-child(3),
.meropriyatiya.upravlenie-personalom .data-bron:nth-child(4) {
    display: none;
}

.event__cont a {
    max-width: 285px;
}

.data-bron.hide {
    display: none !important;
}

/* Дайвцентр */
body.dajvczentr .plitka-top .plitka-info .block-btn > a {
    width: 90%;
}

body.dajvczentr .plitka-top .plitka-title {
    padding: 25px 0;
}

body.dajvczentr > main > section > div:nth-child(2) > div.plitka-top.plitka-top-dive div.plitka-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body.dajvczentr #consult-btn {
    padding-bottom: 0;
}

body.dajvczentr #more-btn {
    padding-bottom: 13px;
}

body.dajvczentr .black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
}

body.dajvczentr .container_scroll {
    left: 13.5%;
    width: 50px;
}

body.dajvczentr.obuchenie .dive-top .container {
    display: flex;
    margin-bottom: 50px;
}

body.dajvczentr.obuchenie .dive-top .container .left-block .zag {
    float: left;
}

body.dajvczentr.obuchenie .left-block {
    width: 50%;
    float: left;
    padding-top: 35px;
    border-top: rgb(0 0 0 / 50%) 1.5px solid;
}

body.dajvczentr.obuchenie .dive-top .container .main-text {
    margin-top: 60px;
    word-wrap: break-word;
}

body.dajvczentr.obuchenie .dive-top .container .right-block {
    width: 45%;
    margin-left: 5%;
    float: right;
}

body.dajvczentr.obuchenie .bottom-block {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

body.dajvczentr.obuchenie .bottom-block p {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-weight: 700;
}

body.dajvczentr.obuchenie .bottom-block div.btn {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 0px;
}

body.dajvczentr.obuchenie .slid-nav {
    width: 345px;
    margin: -60px auto 0;
}

body.dajvczentr.obuchenie .slid-nav .slick-slide > div {
    width: 156px;
    height: 120px;
    position: relative;
}

body.dajvczentr.obuchenie .slid-nav .slick-slide > div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: inset 0 0 0 11px rgb(255 255 255 / 40%);
}

body.dajvczentr.obuchenie .left-block p {
    margin-bottom: 1rem;
}

body.dajvczentr.obuchenie .slid-nav .slick-slide {
    width: 156px !important;
    margin-right: 20px;
}

body.dajvczentr.obuchenie .main-text {
    margin-bottom: 50px;
}

body.dajvczentr.obuchenie .video-block {
    width: 100%;
    height: 36%;
    position: relative;
}

body.dajvczentr.obuchenie .video-block p {
    height: 100%;
}

body.dajvczentr.obuchenie .video-block iframe {
    width: 100%;
    height: 100%;
}

body.dajvczentr.obuchenie .preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 1s;
}

body.dajvczentr.obuchenie .video-block .preview::before {
    content: "";
    background-size: 486px 338px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../../../preview.png);
    position: absolute;
    z-index: 50;
}

body.dajvczentr.obuchenie .video-block .preview::after {
    content: "";
    background-size: 64px 64px;
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url('../../../icons8-play-button-circled-64-(2).png');
    position: absolute;
    z-index: 50;
    top: 39.2%;
    left: 43.4%;
}

.uslugi .slid a img {
    width: 1080px;
    height: 560px;
    object-fit: cover;
    display: block;
}

.uslugi .slid-nav div img,
.box-numbers .room-slid-bottom div img {
    width: 155px;
    height: 120px;
    object-fit: cover;
    display: block;
}

#bron .data-bron a {
    border: none;
    padding: 10px 35px;
    font-size: 16px;
    font-family: 'MPLUSRounded1c-Medium';
    text-shadow: none;
    border-bottom: 0;
    text-align: center;
    transition: .4s;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    outline: none;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    color: #4c4e51;
}

.data-bron a:hover {
    background: transparent;
    transition: .4s;
    color: #fff;
}

.data-bron a:hover::after {
    opacity: 1;
    transition: .4s;
}

.data-bron a::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tour-page .container-container > p {
    line-height: 2.3;
    line-height: 1.8;
    padding-top: 0;
    padding-bottom: 0;
}

.tour-page .attractive-photos {
    margin-top: 25px;
}

#bron .info-block div:first-child {
    text-align: left;
    margin-right: 40px;
}

.box-numbers .single_slide a.gallery-img {
    width: 100%;
    max-width: 100%;
}

div.podrobnee-gallery {
    padding: 0 !important;
    transition: color 0.2s, background 0.3s;
    width: 224px;
    height: 43px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 25px !important;
}

.podrob-gal {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #eab432;
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    color: #4c4e51;
    transition: 0.3s;
}

.podrob-gal:hover {
    background: #9b9d9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    color: white;
}

.data-bron-user-btn {
    margin-right: 10px;
    align-items: end;
    display: flex;
}

.bron-btn-container {
    align-self: end;
    display: flex;
    margin-left: 240px;
}

.data-bron > div + .bron-btn-container {
    margin-top: -50px;
}

.data-bron-user-btn-sec {
    margin-left: 20px;
}

.data-bron-user-btn-sec button {
    border: none;
    padding: 10px;
    line-height: 1.3;
    font-size: 16px;
    font-family: 'MPLUSRounded1c-Medium';
    text-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    text-align: center;
    transition: .4s;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    outline: none;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 3%, #dfdfdf 10%, #f3f3f3 17%, #ffffff 27%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    color: #4c4e51;
}

.data-bron-user-btn-sec button::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background: #9b9d9e;
    background: -moz-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    background: -webkit-linear-gradient(top, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    background: linear-gradient(to bottom, #9b9d9e 1%, #898b8c 7%, #919292 17%, #a0a0a0 27%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9d9e', endColorstr='#a0a0a0', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.data-bron-user-btn-sec button:hover::after {
    opacity: 1;
    transition: .4s;
}

.event .accordion .con_desc .info-block > * li a {
    color: #4f3ee1;
}

.new-tel-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

#page-header .new-tel-header .tel::before {
    content: '';
    width: 19px;
    height: 25px;
    background: url(/assets/templates/images/344.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transition: .5s;
    transform: translateY(-50%);
}

#page-header.fix-menu.fixed .new-tel-header {
    margin: 0 0 5px 0;
}

.black_theme_modal .av-form2 .form-block.form__form-block > button[type="submit"],
.zakaz-broni-modal .av-form2 .form-block.form__form-block > button[type="submit"] {
    opacity: 1;
    z-index: 0;
}

.sec-name {
    display: block;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 16px;
}

.black_theme_modal .av-form2 .form-block.form__form-block.button,
.zakaz-broni-modal .av-form2 .form-block.form__form-block.button {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    height: 45px;
}

#tl-reputation-widget,
#tl-reputation-widget-mobile {
    width: 170px !important;
    display: flex;
    align-items: center;
}

.box-numbers .btn.about-room {
    margin-right: 0;
    padding: 10px 35px;
    color: #fff;
    width: 197px;
    box-sizing: border-box;
}

.box-numbers .btn-block {
    text-align: left;
    justify-content: flex-start;
}

.box-numbers .right-block > div .info-block .btn-block {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.box-numbers .btn.book-room {
    color: #fff;
    padding: 10px 35px;
    width: 197px;
    box-sizing: border-box;
}

.box-numbers .btn.book-room::before {
    z-index: -1;
    opacity: 1;
}

.box-numbers .btn.about-room:hover::after {
    opacity: 0;
    z-index: -1;
}

.box-numbers .btn.about-room:hover::before {
    opacity: 1;
    cursor: pointer;
}

.box-numbers .btn.about-room::after {
    opacity: 1;
    z-index: -1;
}

.box-numbers .btn-block > div {
    font-size: 22px;
    margin-top: 13px;
}

.box-numbers .btn.book-room::after {
    z-index: -1;
    opacity: 0;
}

.box-numbers .btn.book-room:hover::after {
    opacity: 1;
    cursor: pointer;
}

.box-numbers .btn.book-room:hover::before {
    opacity: 0;
    cursor: pointer;
}

.room-inside .box-numbers {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.room-inside .box-numbers > * {
    width: 100%;
}

.room-inside .box-numbers > *.room-slid-bottom {
    position: absolute;
    margin: 0;
    width: 500px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.room-inside .icon-people {
    display: flex;
    border: 2px solid #ededed;
    background: #fcb41d;
    height: 22px;
    padding: 3px 10px;
}

.room-inside .icon-people svg {
    width: 15px;
}

.room-inside .top-zag {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
    margin-top: 35px;
}

.room-inside .top-zag > div > img {
    height: 32px;
    margin-left: 10px;
}

.room-inside .top-zag .zag {
    font-family: 'MPLUSRounded1c-Bold';
    width: 50%;
    text-align: left;
    margin-right: auto;
}

.room-inside-txt {
    margin: 55px 0;
}

.room-inside .top-zag .btn {
    margin: 0 0 0 35px;
}

.room-inside-icons {
    display: flex;
    flex-wrap: wrap;
}

.apartament-inside-icons > p {
    width: 12.2% !important;

}

.room-inside-icons > p {
    width: 14.2%;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-bottom: 62px;
    box-sizing: border-box;
    padding: 80px 0 8px 0;
    font-family: 'MPLUSRounded1c-Medium';
}

.room-inside-icons > p::before {
    content: '';
    width: 55px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.room-inside-icons > p.ghost::before {
    background-image: url('/assets/templates/images/ghost22.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.with-ws::before {
    background-image: url('/assets/templates/images/with-ws.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.with-ws-all::before {
    background-image: url('/assets/templates/images/graywc.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.watbas::before {
    background-image: url('/assets/templates/images/watbas.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.mattress::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAfCAYAAAC1bdCFAAAACXBIWXMAAAsSAAALEgHS3X78AAAB90lEQVRo3u2Zz23bMBSHPwW+RxtEG9gbVJmg3qC6UpckE8SdoO5Bj8e6GzgTRN7A3sDewJmAvTwarCvZTIAEVsMfQECQ/fjnwxP5e1LmnOOcxNopUAKT2piSgUmsnetlC7S1MfuYuFFPZxPAA/nC8DXRddzp+jbAUkG1fUGZcw6xtghglMD1iYFWA4QzBvITvz8FWbU+wGlEcqBSKF/5vFopoLl/7LLjPUesLYMsGnd0cjvAhc871rIJsmXZ+1id2MhyheRh3dTGZAPckFug8DAUyPZsoHMuujUixWv+fyntrfPOYo7yz6qrhCDBSXASnA/UKDjuKjWDvlzYAf642wPro9j9kevM1aaHlv0aeNHYbdBfoS1WXbEFcBP077XWufXN088tD+Y9DozgojZmEZYPC+BbypWDftfGVFkjUgLPevOnFmSnVKjj9PXXQ0dW9RV/P44c6v0b3G3seCXwqNcvOtY54zf1xSlwO9JHCeB7bcws0nHmwAyo+qx3h1qxdq+LXdbGVJFjlRozBe59ykeOtwV+AbPIOD/HR6CiEVk3Iq4RyT/CdV56XCNSKI82a0QcwBBrpnesxVw6ypPPSXASnATnQsuHNuHogcP/8Qnm3eCsEo6/E+UAZ4hfMpMJvJANOb1p7zjKdwlDp3Yjfe9RJBb/aPsH67BA6gsLZRsAAAAASUVORK5CYII=");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.wardrobe::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAeCAYAAAC8AUekAAAACXBIWXMAAAsSAAALEgHS3X78AAACwElEQVRYw9WYsU7bUBSGP8dWPBkhJSptIrVscYVkGIg6JEM6IiGFNygd7Ym+QXiBEhbfNag8AO1SRiqRpY4EyRQmwtBMiYTw5CzuUJuaAIUUOwpnus5Nrr9z/d/zH0fyfZ+4wxaiEgx7lmn2SCikOOFtIerAR2Au8vEF0LBMszaz8LYQDeADgKZpaJrGYDBgNBqFX9mzTHNz5uBtIVaAk3Q6zdraGvlc7nqu3enQbDbDy/eWaR7FBZ+KaZ0NAF3Xb4ADLBsGhmGEl5U4dz4u+CNFUUZ6oXDnpOd5iRxYJY5FAim8A07G57rdLmdnZ9dJzmy1AXrAG4Dz83Mcx2EwHCZ2YFMxP8mDEPz74SGD4RBJklxgO27wJOAbYYUJd9v3/ddJ1Pgk4E+BdjQZyzQvk3LYVAJrNiLjCglG3O1BRZZlW5bltxFnvQC2LNM8mEl4W4h5oB5tD/RCgXanE20PfgC1OB32yfC2EFvAdtiMFQoFyqUSqqrieR6dTiexJP4bPmh768AyQDaToVQu32oPQod1Wi06f6sQwNdATr2pwY9LJJ1OUy6V0HX9wd+6rstPx4k6LsBe8CR6icLbQtSAT6FEDMOguLqKqqoT3TSuJB4FH0ikEVp/LpejXCqRzWafpNlf/T6O49Dv9//ASJLr+/5noP4Yf/gnvC3EYiCR6qQSeUoSwBWw81AS98LHJZFJk2geH0ebuStg57724hZ8UhKZJLrdLk6rheu6UaOrWabZuBN+WhKJMwnJ931sITaB3WlKZJJwHGfc6NpARX6xsLAoSdI3YC6bybC+vo6u6yiKwqxEPp9naWkJRZbDQ/0SeKUAi77va5qmUa1WZ2a3x0NVVYrFImlVDf+N2EjxfONSCV4grlzXnfuyvz/VqjJpjDwvWkYb4YFdCcrj8jPZ9V3LNLdu1PkgifkZBz8NXfc37vNlvt9iLWYAAAAASUVORK5CYII=");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.baggage::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAhCAYAAAAh3nDkAAAACXBIWXMAAAsSAAALEgHS3X78AAADjElEQVRYw62Xv6scVRTHP29ZiYRIxh9gYZGRgAgWbxALC9FpLIUtAwFdO89FSP4Aiw2IGrB4hcy13IBlkC1ivw9jl2IfiCiIzENLhXndMwSehd+7HGdn3+yYXFh29u7M+Z7zPed8z529s7Mzhq4qxgIogUxbNbAIZs0QO3tDwKsYp8BNIAeWQAEkwByYBrPFY4NXMZaKDkX4PvAs8ANwH/gYeAScAi+6R78Abu/CwgZ4FWMGLBRJ+i6Bp4CL7tbfgW8VeabPq8DTwD5wB7h5nhPjjr0lsApmpWieAA+AtxXpd8CNYHZ8Tnpy4ACoqxi3puI/kQtsFsxy0Z4i/0P0jrW3AJZ91FYxToC5Apq2729HPpHHADNdl8CvwaxwVX4beKWK8TA5E8xq1wkpDQXwdWKvivHDYPb9tsgbPZDJ2zV9wWzm7lsBnwAvyJkJcEH5PgFWLoWpE94DLgNXU8rGrd5tglldxXiQ+lb0T1oFuR/M7mlrXsVYA18Fsy970vAz8BlwHWDk/iudpxNgocK5EsxW7r4COGy1JH3AWh8Br6UfG+AJ0InIYctA6WjFKVzvCmZLteEGeCGjJXCoyiw6gLr2hspztgbXj0SvN94FlO8a6ZZ1JLvryD29hct91gG0L/o85cUA8KZNu8/jO1uuk3KdtPJYq4UGLx95nYyr3dJ106L8sfLtGF2DJ6N5T779CP2/K3XRWmT2g9myinHmAH3fe4+7Ij8RU43Lf9lyOh083lSdzMZStuOOAiuczvfRvnKjdyobK8fSwtmdAtdS5HkLcOGKbdIBPu+hde7nQKtYcwV4IYEXrQFQaxQedYzMbIc2elfpm7o2vOwGTt6lcEho6i357urxLvpT210EvgGKYLYXzLJgltJyWsVYjPTANEmevreB77IeifafdA7oUsNTIBvpiFML7Bj4UTN30XGgPBrgxEEPS//SLjrmytlLwMM+adxhgi12VTiC2UEwK3TieE7VOaTYhqy/gXzU4fE9HXtnHeq2fALAjY5bm+Du8PiBBOhJryZ1xGhLvmrgls5nmdOAZst72xDNnwC/Ac3onIKZyeBSDmxIq4CXUrVdp90N4BlgNd7By7lAT4FLTgdKGbrVllM59QbwFvAycBV4Xrl+CHwezJY7vaXqTeZTtWHK2y/AXeCSWMmB1xVVEpK/gD/l/H3grpfsvaHv54oqV56TEjZpig2gn38AgmmKt6h0HFcAAAAASUVORK5CYII=");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.job::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAeCAYAAABTwyyaAAAACXBIWXMAAAsSAAALEgHS3X78AAACiElEQVRYw9WYsW/TQBTGf5eGGKlFVGqGJrRKNpBQ1CxJxoQ9LPwDeHWmboxkzEYW7AkxsDGlokJiImECMRDkhQUpHRoxdAiFoQ2JjoE7ZCI7idNSJ086yXf2s77v+b3v3hkpJas0ntp2VkqJkFKyKmY7TlYI4Uopn8VYLctKKTeA/EoBz+VyeX0dtx1nE2gCWaAN9IBuzbK6ywZ8d2fHdF33D3AAIcQDKeUNoOzJJ4DPQFeRaQO9mmX1IsJtXksk9vRESCmxHScL5NWoqOhnAl5wCnxShLqKTPsKgPeO+/3MwcEBQCdQVVQK5T3jjhCiNEWFfgLvgI+a1CV+HRN4ftzvMxO4D5EK8Bb4ADQmSGWmuHY86aYJDcJGG8h4gccXYH9Ws6wW0PKQqgOPgTfAFw+hm6puyhNBuBcivUy/wMQvOQ/f1yyr7t0wVL1UFBE9D2N1v8X4/6wmleNakRbN7cyVA5+zdvLApt+9+9VqI7a2BoCRSCwHcKVabWAv6JlXh4f/zJPJ5N/rKLf85jTQfnZycrIUwB9ewDe+at2htttRAu9cwPcoSuAmcBTS56tuLyJTlZpl9ZQUvgCq6XSaVCp17rpuczgcnvm4dIGBajui1fGaZQ1sx9kFKBQK3EqnG6VisT6jX4pcVbSW7wEkt7ZOlUTOZVGrSkWBxjCMJyoVVgf4dip1HibaywA8D7Cxvt4KE+1lAF4G+DUaPQrrGIuwMCsAhmF8LxWLYfV8uhwqndW5dx0YA3dtx5nsr/XhwPRKlsf2fX53VADG4/HrhZqVOXa38sRa0mdNWyag8TeBfZ9zJKPR6GWYs6cQ4oeUsjvzsBwQQT/bBr4FbDTtgHdnw/4J0D6/AXleZ6onn3eSAAAAAElFTkSuQmCC");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.usb::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAjCAYAAAA0aUL2AAAACXBIWXMAAAsSAAALEgHS3X78AAAGGElEQVRYw71ZPW/bVhQ9dgyqAczAgLSERNG8LGIXOYM10WksZbE7hF5sdHBQd6QW+x/Y/gdOBnE10EzNIk3yUItKIk3UYBMIQA71M1CEQBEKcEMkqIgE7GCSIa1vycoFBEn8fIf33nPPvZzxPA/TsqKi3AOwDmAB07dSQZZPAWAmCqqoKDUAj0a40EFBlvd7ANqemZl57nkei29nBwVZ3p/rtXOIC+z18dACgGcBoEwmgwTDTA3Jma7DdV0A2CsqSq0rqF5P/9rC9/rsXgFwBwDyuRwEQZiqewghKJXLAbCV2Snd50HgoWkDAoBUKoXFTCb8PzvNm00z5PrZXK8kB7Dt/90tyPJpUVEeADj0tx3d5CIMwwC9uIBt23AcBwDAMAx4ngfHcRDSaSQSiclAAbgXYcGFyHewrXYTYCilqDcaIZCoua4LSikopdA0DYuZDLLZ7ESgoou+iHwfRPbvTQKo3mhA13UAAMuyENJpcDyPcrkMANjc2MA7y4Ku63AcB1qziXeWhbXV1YFe68V+teveKMjyBYD9SIjeCKBMJoPs0lK4UIZh4LouUqlUSABnug5N02BZFirHx1iXpLFyamXI9Y2sFIKn34vu1yWpIxwXMxnwHIdSuQzLsqBpWt9QnOuhJNQh17hTVJQdAM8Ksrw7zAnVahX96D7wULfty6KIqqriTNchCAJYtrtYmfO98gjAvxF2wwie2vHB7Rdk+XIQMTiOA4ZhkF1aGjlsBUGAYZqwLAvnlMZqU6/w2y7IcmkM0Qof2INBrHhOabi4USg6BiydhmVZMA1jKFCXPTTcoU/xtR7y6XLYBQW5QgiJbTupVsPwul6/DNNENpsFz3Ffz1VV2K1Wz/sMUhS7AH71w3PPL8pjWwAqqjQqlQosnzyo78ng2KqqXjFepfJVpQzh4UGgVroU5Rs1jufD39HEZxgm/H+HHa17mRuw//AaK5YmAcCyLBzHQftKTQMAlkURCYbpYL1EIoG11VVQSmMs2W63J/OUTxw5X0mQoLOM2vz8/AIA/Ly2dugTRW1zc/MXQRBw69atDlABC0Ytm83G8ixK49lsNubB4NxUMjm2p7qqiwid7/8oCDtas4m/zs8X379/D5ZlwfM88rkcvnz5EjvhPiEwTROGYcRUxEji1zQ7yGZkUH3qU41SunjmqwPTv1mYKxyHZVGMhRQhJAxBrdnsYLth1LxlWWAYpm+fNm4/dWQYxmLl+PgqfJaWIEkSCrIMSZKQ9mtJqVyGbduxEwMguq7DMIyOC9u23RGewfZ6oxHKJrYPeYwDauWdZUlVVUUqmcTTra1YHeE5Do/zeWxubFwxS7kcS25CCDJ+0ayqKjRNi4+EymUEDys6gwjadY7jBrYg44TfbqNeB8MwkCSpa15QSnGm6/jp4UP8eXLSEWrLooh2uw3TNKE1mzBME0I6DUJIMGeAbduwbRtasxnWN47jsLa6OjGldwsDyW61riZEXQDZto0TX7TevXsXqWQShmF05M/jfB73CQmbRK3ZhNZshvv/ePkyVrNGaRJnI03gri+LBoGKsU80ZxzHQclv8tYlCSzLhk//em4F13i6tYV8LheSSBQIx3EQRTEM8aGLb0GWL4qK8swXpRdFRTntefDc3He3b9+OhVnl+BiEECyLIiqVClzXRT6X62gfogW3m/q+yanTrF+LdgH8dq0ePbouiz5//iwE8e18+ACO45BOp0Epxe8vXsButSCKYmyBH/zj+xXLqU2TCrJ8FJ0SFRXFA3AUVebRZtIwTQiCgMf5PHiOQ73RACEk1g60221QSpFKJsduNYbMcwT1cuzim06nQ2UQhA7P8x21o95owHXdkMLfvn2LT58+TXPsDAC1QaD2uo2Xl0Xxb0rp91VVRdt1O4phu91GVVVBKQUhBIIggFKKV69fTzvyDgqy3BfUq56T10RiV3ry5I2qqvMNfzLEcRzusCzsVitUBIQQ5HM5fPz48Z839foRgP+mCKj7q5wx5uUlSukP55SG2o9hmDC3fAZ8hat3VJffjCk8z5vks+B53r7neRdep516nrc94fXH+szc4JvEBd97NzaWHtf+B/uCZPYvsgtrAAAAAElFTkSuQmCC");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.wifi::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAdCAYAAAAgqdWEAAAACXBIWXMAAAsSAAALEgHS3X78AAACmElEQVRIx73XMWhdZRQH8N8L0UnjG4S6iA9ECg72DRYELUQXnSRYB7EdIlnyXaFd0pIuAaXVxUGF3GtBYgoqHQsKti5mUBARmjoZzBDooEKH0Dq0JfBcTvE23uTde/OaA3c5373f+3//c/7/873OYDDQJPKi6KKPHiYrXlnBBlazlDab7N2pAyYviinM4Agea7D/LfyKT7OULrUGkxdFD+fwJh6O9D/4A7/gYuRWs5Q2S4zBK3gJz+PRyN3FD5jNUtqoBSY2/RxHS5t8g7NZSqsaRl4UfZzC63gk0leqQN0HJi+KY/gCDwUL72UpfWREkRdFhg+i1Fv4MEtp4T4wwcZFvBr585hv2oANQH2MdzGONbyQpbTZWczzLn7Dk8HGkTblaFm+yziAG3ims5jnfVzFdTw3jI3Y5A08Gw07Xlrewo9x2u+GHSoq8jMO4p260p7EAl4sKete/I3b6FbI/ha+x9xOCqrtMwHis0Be3vxLrFSxGJbQx4lt4H/C8d1AVYKpkPdaSHFljwqC81lKs3V9phd1PIA7mMlS+moEDfs+zmxXUPmdsYrv5gPIGp4YBRAIPzkcPXaw5Nb/xWAw+N+zmOf9qvyonsU871XlOy2m9hSOx9x5qkI96/gWS3UU1HhqB4i5kHd58P2J3/FXgHs8SqzU+G/VNdGhYLY55b0hN7/TD4QS38bpEnNfZykdGwWYdTwdp3ytCfUxeJfCa14eZg11mem28ZgSU706pWrcwA8yxvdoZF1MxX14tc7V8oEwkxfFND7BRCl9DdNtryBjLYFMxo1wYtvSISy3ZWas5XfTu6wdCmPcNzC9Iev9/QQzLDb2E8xufXETl/YNTJbSMi7ssHyy7b+KPZleyHu6VJrltk4N/wI2Un6ew2NkxQAAAABJRU5ErkJggg==");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.gipoallerg::before {
    background-image: url('/assets/templates/images/gipoallerg.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.polotence::before {
    background-image: url('/assets/templates/images/polotence.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.viddvor::before {
    background-image: url('/assets/templates/images/viddvor.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.mirror::before {
    background-image: url('/assets/templates/images/mirror.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.ploshad::before {
    background-image: url('/assets/templates/images/ploshad.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.descwater::before {
    background-image: url('/assets/templates/images/poolg.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}


/* Изменения */

.room-inside-icons > p.three-bed::before {
    background-image: url('/assets/templates/images/three-bed.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.couch::before {
    background-image: url('/assets/templates/images/couch.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.kitchen::before {
    background-image: url('/assets/templates/images/kitchen.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.dishes::before {
    background-image: url('/assets/templates/images/dishes.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.bathroom::before {
    background-image: url('/assets/templates/images/bathroom.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.washing-machine::before {
    background-image: url('/assets/templates/images/washing-machine.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.hairdryer::before {
    background-image: url('/assets/templates/images/hairdryer.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.vacuum-cleaner::before {
    background-image: url('/assets/templates/images/vacuum-cleaner.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.iron::before {
    background-image: url('/assets/templates/images/iron.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.air-conditional::before {
    background-image: url('/assets/templates/images/air-conditional.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.televisor::before {
    background-image: url('/assets/templates/images/televisor.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.no-internet::before {
    background-image: url('/assets/templates/images/no-internet.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}


.room-inside .top-zag > div {
    display: flex;
    align-items: center;
}

.room-inside-bron {
    margin-left: auto;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.room-inside-bron .btn {
    padding: 10px 35px;
}

.room-inside-bron > div {
    font-size: 23px;
    margin-bottom: 9px;
}

.box-numbers .icon.room-inside-icons > p {
    width: 25%;
    margin-bottom: 25px;
    font-size: 13px;
    padding: 55px 5px 8px 5px;
}

.box-numbers .icon.room-inside-icons > p::before {
    width: 51px;
    height: 40px;
}

.numbers .box-numbers:nth-child(even) .right-block > div .info-block .btn-block {
    align-items: flex-start;
}

.cat_info-description {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'MPLUSRounded1c-Medium';
    display: flex;
    align-items: center;
    padding: 20px 30px;
    height: 54px;
    background: #eab432;
    background: -moz-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: -webkit-linear-gradient(top, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    background: linear-gradient(to bottom, #eab432 3%, #f4d833 10%, #efc734 17%, #fcb41d 27%, #fcb41d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab432', endColorstr='#fcb41d', GradientType=0);
}

.cat_info-description br {
    display: none;
}

.korporativnyie-turyi-page .name {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 38px;
    color: #fcb41f;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #aeaeae;
}

.event.korporativnyie-turyi-page .news-box .second .desc {
    font-size: 30px;
    margin-left: 20px;
}

.korp-start-txt {
    font-size: 16px;
    margin-bottom: 80px;
}

.korp-start-txt p {
    margin-bottom: 30px;
}

.container-container.korp-start-txt.container-container > ul li::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    border-radius: 50%;
    background: #fcb41f;
    position: absolute;
    top: 14px;
    left: 0;
}

.korp-plitka-block {
    display: flex;
    justify-content: flex-start;
    margin: 0 -15px 90px;
}

.yellow-zag-new {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 38px;
    color: #fcb41f;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #aeaeae;
}

.korp-plitka-block > div {
    width: calc(1 / 3 * 100% - 30px);
    margin: 0 15px;
}

.korp-plitka-block > div > p {
    background: #fcb41f;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
    text-transform: uppercase;
    width: 86%;
    margin: 0 auto -30px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 17px;
    box-sizing: border-box;
}

.korp-plitka-block > div img {
    width: 100%;
    height: 409px;
    object-fit: cover;
}

.korp-plitka-block > div > span {
    display: block;
    font-family: 'MPLUSRounded1c-Medium';
    padding-left: 85px;
    margin: 50px 0 35px;
    position: relative;
    line-height: 1.2;
}

.korp-plitka-block > div > span::before {
    content: '';
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/assets/templates/images/efsdf23.svg);
}

.korp-plitka-block > div .korp-desc {
    font-size: 16px;
}

.zakaz-v-odin-korp {
    text-align: center;
    margin: 60px 0 80px;
}

.zakaz-v-odin-korp p.btn#btn-camp-feed {
    display: inline-block;
    margin: 0;
}

.korp-infos > div {
    display: flex;
    justify-content: space-between;
}

.new-zag-korp {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 38px;
    color: #fcb41f;
    line-height: 1.2;
    width: 65%;
    text-align: center;
    margin: 0 auto 60px;
}

.korp-infos img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.infos-zag {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 23px;
    width: 65%;
}

.infos-zag span {
    background: #fcb41d;
    color: #fff;
    padding: 2px 5px;
}

.korp-infos {
    font-size: 17px;
}

.korp-infos-block > span {
    display: block;
    margin-bottom: 35px;
}

.korp-infos-block > div > span:not(:last-child) {
    font-family: 'MPLUSRounded1c-Medium';
    margin: 0 5px;
    color: #4c4e51;
}

.korp-infos-block > div > span:last-child {
    margin-left: -5px;
    color: #4c4e51;
}

.korp-infos-block > div {
    margin-left: -5px;
    color: #fcb41f;
}

.korp-infos-block ul {
    column-count: 2;
    margin-top: 35px;
}

.korp-infos-block ul li {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}

.korp-infos-block ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fcb41d;
    position: absolute;
    top: 8px;
    left: 0;
}

.korp-infos-block {
    border-top: 1px solid #aeaeae;
    padding-top: 35px;
}

.korp-infos > div:not(:last-child) {
    margin-bottom: 60px;
}

.korp-infos > div:nth-child(even) .korp-infos-block {
    order: 2;
}

.korp-infos > div .korp-infos-block ul.not-two {
    column-count: 1;
    column-gap: 0;
    margin-top: 35px;
}

.korp-infos > div > div {
    width: 47%;
}

.new-zag-korp-icon-block {
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
    font-size: 38px;
    color: #fcb41f;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #aeaeae;
}

.korp-icon-block .main-img img {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.korp-icon-block .main-img div {
    background: #fcb41f;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 34px;
    text-transform: uppercase;
    width: 90%;
    margin: -40px auto 0;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 23px;
    box-sizing: border-box;
}

.korp-icon-blocks {
    display: flex;
    justify-content: center;
    margin: 60px -70px 45px;
    flex-wrap: wrap;
}

.korp-icon-blocks > div {
    width: calc(1 / 4 * 100% - 110px);
    margin: 0 45px 25px;
    text-align: center;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
}

.korp-icon-blocks > div:nth-child(5),
.korp-icon-blocks > div:nth-child(6),
.korp-icon-blocks > div:nth-child(7) {
    width: calc(1 / 4 * 100% - 110px);
    margin: 0 55px 25px;
    text-align: center;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
}

.korp-icon-blocks > div:nth-child(8),
.korp-icon-blocks > div:nth-child(9),
.korp-icon-blocks > div:nth-child(10) {
    width: calc(1 / 3 * 100% - 210px);
    margin: 0 105px 25px;
}

.slid-korp div img {
    width: 267px;
    height: 230px;
    object-fit: cover;
}

.slid-korp div > a {
    display: block;
    width: 266px;
    height: 230px;
    margin-right: 5px;
}

.korp-photo-slider .slick-arrow {
    font-size: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 3px solid #FCB41D;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/assets/templates/images/arr-yel.svg);
    background-position: 60% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: -25px;
    z-index: 1;
    transform: translateY(-50%);
}

.korp-photo-slider .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(180deg);
    right: inherit;
    left: -25px;
}

.korp-photo-slider {
    margin-bottom: 80px;
}

.korp-form .av-form2 .form-block.form__form-block > button[type="submit"] {
    opacity: 1;
    z-index: 1;
    position: relative;
}

.korp-form .av-form2 {
    padding: 35px 90px;
}

.korp-form {
    background: #fcb41d;
    margin-bottom: 160px;
}

.korp-form > p {
    padding: 50px 90px 0;
    font-size: 16px;
}

.korp-form-top {
    display: flex;
    justify-content: space-between;
}

.korp-form-top > div {
    width: 30%;
}

.korp-form-top > div:first-child {
    width: 36%;
}

.korp-form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.korp-form-bottom > div {
    width: 68%;
    flex-shrink: 0;
}

.korp-icon-blocks img {
    max-width: 110px;
    margin-bottom: 10px;
}

.korp-form .av-form2 .form-block.form__form-block.button {
    width: 30%;
    margin: 0;
}

.korp-form .av-form2 .form__form-select label {
    font-size: 12px;
}

.korp-form .av-form2 .form__form-select::before {
    bottom: -50px;
}

.korp-form .av-form2 .form__form-select.active::before {
    bottom: -50px;
}

.commans-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 60px;
}

.commans-blocks > div {
    width: calc(1 / 3 * 100% - 20px);
    margin: 0 10px 45px;
    font-size: 16px;
}

.commans-blocks > div img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    display: block;
}

.commans-blocks > div > div {
    background: #FCB41D;
    padding: 20px 10px 20px;
    text-align: center;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
}

.commans-blocks > div > div span {
    font-size: 17px;
    margin-top: 6px;
    display: inline-block;
}

.commans-blocks > div > p {
    border: 1px solid #EFEFEF;
    margin-top: -1px;
    padding: 30px;
    font-size: 16px;
}

/*новый шаблон тура*/
.new-tour-photo-container {
    margin-bottom: 50px;
    position: relative;
}

.imgs-container {
    position: relative;
}

.new-tour-photo {
    display: flex;
    flex-wrap: wrap;
}

.new-tour-photo a:nth-child(1) img {
    width: 445px;
    height: 405px;
    display: block;
    object-fit: cover;
    margin-right: 10px;
}

.new-tour-photo a:nth-child(2) img, .new-tour-photo a:nth-child(3) img,
.new-tour-photo a:nth-child(5) img, .new-tour-photo a:nth-child(4) img {
    width: 307px;
    height: 197px;
    display: block;
    margin: 0;
    object-fit: cover;
}

.new-tour-photo a:nth-child(2) img,
.new-tour-photo a:nth-child(4) img {
    margin-right: 0;
}

.sl-count {
    display: none;
}

.new-tour-photo a:nth-child(2), .new-tour-photo a:nth-child(4) {
    margin-right: 10px;
}

.new-tour-body .accordion .con_desc .info-block {
    margin-bottom: 0 !important;
}

.new-tour-photo a:nth-child(4) {
    margin-left: auto;
}

.new-tour-photo a:nth-child(4), .new-tour-photo a:nth-child(5) {
    margin-top: -197px;
}

.new-tour-photo a:nth-child(n+6) {
    display: none;
}

.new-tour-photo a {
    position: relative;
}

.new-tour-photo a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 55px;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
}

.introtext {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.top-title {
    font-size: 42px;
    text-align: center;
    line-height: 1;
    font-family: 'MPLUSRounded1c-Medium';
    max-width: 80%;
    margin: 0 auto 30px;
}

.review-count {
    border-bottom: 1px dashed #4c4e51;
    line-height: 1.2;
    transition: .4s;
}

.review-count:hover {
    border-bottom: 1px dashed transparent;
}

.star svg {
    height: 17px;
    text-align: center;
    display: block;
}

.in-top-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 45px;
    font-size: 14px;
    cursor: pointer;
    gap: 16px;
    line-height: 1;
}

.star.star_1 svg polygon:nth-child(1) {
    fill: #fcb41d;
}

.star.star_2 svg polygon:nth-child(1), .star.star_2 svg polygon:nth-child(2) {
    fill: #fcb41d;
}

.star.star_3 svg polygon:nth-child(1), .star.star_3 svg polygon:nth-child(2), .star.star_3 svg polygon:nth-child(3) {
    fill: #fcb41d;
}

.star.star_4 svg polygon:nth-child(1), .star.star_4 svg polygon:nth-child(2), .star.star_4 svg polygon:nth-child(3), .star.star_4 svg polygon:nth-child(4) {
    fill: #fcb41d;
}

.star.star_5 svg polygon:nth-child(1), .star.star_5 svg polygon:nth-child(2), .star.star_5 svg polygon:nth-child(3), .star.star_5 svg polygon:nth-child(4), .star.star_5 svg polygon:nth-child(5) {
    fill: #fcb41d;
}

.new-tour-body {
    display: flex;
}

.new-tour-body .left {
    width: 600px;
    margin-right: 50px;
}

.new-tour-body .left > div {
    margin-top: -1px;
    border-top: 1px solid #959696;
    border-bottom: 1px solid #959696;
    padding: 45px 0;
}

.new-tour-body .left > div:last-child {
    border-bottom: none;
}

.new-tour-body .left .tags {
    display: flex;
    flex-wrap: wrap;
}

.new-tour-body .left .tags .tag {
    text-align: center;
    border: 1px solid #959696;
    color: #959696;
    padding: 10px 26px 7px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 17px;
}

.new-tour-body .left .tags .tag:last-child {
    margin-right: 0;
}

.right {
    flex: 1;
    z-index: 9;
}

.right .yellow-desk {
    background: #fcb41d;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.new-tour-body .left .flex {
    display: flex;
    margin-top: 20px;
}

.actives, .comfort {
    background: #f4f4f4;
    width: 145px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.actives {
    margin-right: 15px;
}

.actives-info {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'MPLUSRounded1c-Medium';
    color: #f9b41e;
    margin-top: 10px;
}

.new-select-yellow-mob {
    display: none;
}

.actives-info p {
    font-size: 12px;
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    color: #000;
    box-sizing: border-box;
    margin-left: 10px;
}

.actives-info span {
    position: absolute;
    background: #fff;
    padding: 20px;
    font-size: 12px;
    width: 210px;
    font-family: 'MPLUSRounded1c-Regular';
    color: #000;
    right: -220px;
    top: 0;
    pointer-events: none;
    box-sizing: border-box;
    opacity: 0;
    transition: .4s;
}

.actives-info p:hover + span {
    opacity: 1;
}

.comfort-info {
    font-family: 'MPLUSRounded1c-Medium';
    color: #f9b41e;
    margin-top: 10px;
    border-bottom: 1px dashed #f9b41e;
    transition: .4s;
    display: inline-block;
}

.comfort-info:hover {
    border-bottom: 1px dashed transparent;
    cursor: pointer;
}

.price-new-block .old-price, .old-price-cycle {
    font-size: 29px;
    text-decoration: line-through;
    margin-right: 8px;
}

.error-long-cycle span {
    font-size: 13px;
    margin: 15px 0 0 0;
    display: block;
}

.old-price-cycle {
    font-size: 27px;
}

.price-new-block .price, .price-cycle {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 29px;
    color: #fff;
    margin-right: 10px;
}

.price-cycle {
    font-size: 27px;
}

.price-new-block .sale, .sale-cycle {
    font-size: 16px;
    background: #fff;
    padding: 6px 9px 2px 9px;
    color: #f84565;
    font-family: 'MPLUSRounded1c-Medium';
    line-height: 1.2;
    margin-bottom: 7px;
}

.price-new-block {
    display: flex;
    align-items: center;
}

.how-long span {
    font-size: 17px;
    margin: 17px 0 13px;
    font-family: 'MPLUSRounded1c-Medium';
    display: block;
    line-height: 1.1;
}

.how-long-cycle span {
    font-size: 17px;
    margin: 17px 0 0px;
    font-family: 'MPLUSRounded1c-Medium';
    display: block;
    line-height: 1.1;
}

.yellow-desk > p {
    font-size: 17px;
    margin-bottom: 7px;
    color: #fff;
}

.yellow-select {
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 14px;
    height: 53px;
    width: 100%;
    padding: 17px 20px 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    background: #fff;
}

.btn-for-mob {
    display: none;
}

.new-select-yellow {
    position: relative;
}

.new-select-yellow::before {
    content: '';
    background: url(/assets/templates/images/arr.svg) no-repeat center;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}

.new-yellow-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.new-yellow-btns a, .new-yellow-btns .yellow-btns-modal {
    font-size: 17px;
    color: #fff;
    background: #4c4e51;
    border: 1px solid #4c4e51;
    width: 48%;
    height: 41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .4s;
}

.new-yellow-btns a.dis {
    pointer-events: none;
    opacity: 0.6;
}

.new-yellow-btns a:hover, .new-yellow-btns .yellow-btns-modal:hover {
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
}

.new-yellow-btns .faq {
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    width: 48%;
    height: 41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .4s;
}

.new-yellow-btns .faq:hover {
    cursor: pointer;
    background: #4c4e51;
    border: 1px solid #4c4e51;
}

.second-block-txt {
    font-size: 14px;
    overflow: hidden;
    transition: .4s;
}

.second-block-txt strong {
    font-family: 'MPLUSRounded1c-Medium';
}

.more-info {
    color: #fcb41d;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
    margin-top: 22px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.more-info::before {
    content: '';
    background: url(/assets/templates/images/arr-y.svg) no-repeat center;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}

.more-info.close::before {
    transform: translateY(-55%) rotate(180deg);
}

.new-tour-body .left .zag2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
}

.new-tour-body .info-block-img {
    height: 130px;
    width: 180px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.new-tour-body .accordion .con_desc {
    padding: 30px 20px 30px;
}

.new-tour-body .accordion .con_desc .info-block > * > * {
    padding-bottom: 25px;
}

.new-tour-body .accordion .con_desc .info-block > * li::after {
    width: 8px;
    height: 8px;
    background: #ffffff;
}

.new-tour-body .accordion .con_desc .info-block > * li {
    padding-left: 25px;
    margin-bottom: 15px !important;
    padding-bottom: 0;
}

.new-tour-body .height-new {
    overflow: hidden;
    transition: .4s;
    font-size: 14px;
}

.withus-slider .slid {
    width: 175px;
    margin-right: 38px;
}

.new-tour-body .slick-arrow {
    position: absolute;
    top: 60px;
    right: -40px;
    background: url(/assets/templates/images/arr-b.svg) no-repeat center;
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: #f4f4f4;
    border: none;
    padding: 0;
    background-size: 12px;
    transform: rotate(270deg);
    transition: .4s;
    z-index: 9;
}

.new-tour-body .slick-arrow.slick-prev {
    transform: rotate(90deg);
    right: inherit;
    left: -40px;
}

.new-tour-body .slick-arrow:hover {
    background-color: #fcb41d;
    cursor: pointer;
}

.new-tour-body .slick-dots {
    display: flex;
    cursor: pointer;
    margin: 35px auto 0;
    max-width: 100%;
}

.new-tour-body .slick-dots li {
    list-style: none;
    width: 100%;
    height: 4px;
}

.new-tour-body .slick-dots li button {
    width: 100%;
    font-size: 0;
    height: 100%;
    background: #f4f4f4;
    margin: 0;
    cursor: pointer;
    padding: 0;
    border-radius: 25px;
    display: block;
    transition: .4s;
    border: none;
}

.new-tour-body .slick-dots li.slick-active button {
    background: #000;
}

.minititle {
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'MPLUSRounded1c-Medium';
    margin-top: 40px;
}

.fifth-block .list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.3;
}

.fifth-block .list.include li::before {
    content: '';
    width: 16px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url('/assets/templates/images/inc-arr.svg');
}

.fifth-block .list.notinclude li::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url('/assets/templates/images/noinc-arr.svg');
}

.withus-slider .slid p {
    font-size: 20px;
    font-family: 'MPLUSRounded1c-Medium';
}

.withus-slider .slid span {
    font-size: 14px;
    display: block;
    line-height: 1.3;
    margin-top: 11px;
}

.text-area {
    background: #f4f4f4;
    padding: 30px 20px 30px;
    box-sizing: border-box;
}

.gallery-content {
    display: flex;
    align-items: center;
}

.gallery-content > a:nth-child(n+4) {
    display: none;
}

.gallery-content > a img {
    width: 180px;
    height: 138px;
}

.gallery-content > a:nth-child(3) img {
    margin-right: 0;
}

.gallery-content a {
    position: relative;
}

.gallery-content a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 33px;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
}

.txt-content {
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto 40px;
}

.txt-content > *:not(:first-child) {
    display: none;
    margin-top: 15px;
}

.rel_goods_new_container {
    width: 1400px;
}

.rel_goods_new .cat_single,
.rel_goods_new .cat_single:nth-child(3n+2) {
    width: 24%;
    margin-right: 1.3%;
    box-shadow: 3px 2px 10px 1px rgb(97 88 88 / 11%);
    margin-left: 0;
    margin-bottom: 60px;
}

.rel_goods_new .cat_single:nth-child(4n+4) {
    margin-right: 0;
}

.rel_goods_new .cat_single .cat_img {
    height: 310px;
}

.rel_goods_new .cat_info-description,
.rel_goods_new .cat_single .cat_title {
    background: none;
}

.rel_goods_new .cat_single .cat_title {
    text-align: left;
    align-items: flex-start;
    padding: 30px 20px 0px;
    justify-content: flex-start;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
    line-height: 1.1;
}

.cat_single .cat_title a {
    max-height: 44px;
    overflow: hidden;
}

.rel_goods_new .cat_single .cat_info > div.top-price-new-goods {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.flag-container {
    display: flex;
    position: absolute;
    top: 30px;
    left: 20px;
}

.flag-container .flags {
    font-size: 16px;
    background: #FCB41D;
    color: #fff;
    padding: 9px 15px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.rel_goods_new .cat_single .cat_info .dates {
    color: #939393;
    font-family: 'MPLUSRounded1c-Regular';
    border: 1px solid #939393;
    display: inline-block;
    padding: 8px 10px 5px;
    width: auto;
}

.cat_img .percent {
    font-size: 16px;
    background: #FCB41D;
    color: #fff;
    padding: 9px 12px 8px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.cat_single .cat_info > div.dates-new-container {
    margin: 0;
    justify-content: flex-start;
    height: 30px;
    margin-bottom: 30px;
}

.dates-new-container .dates-count {
    color: #939393;
    font-family: 'MPLUSRounded1c-Regular';
    border: 1px solid #939393;
    display: inline-block;
    padding: 8px 10px 5px;
    width: auto !important;
    margin-left: 10px;
}

.rel_goods_new .cat_single .cat_title a {
    transition: .4s;
}

.rel_goods_new .cat_single .cat_title a:hover {
    color: #FCB41D;
}

.star-rait {
    font-size: 16px;
    margin-left: auto;
    padding-left: 23px;
    position: relative;
    line-height: 1;
}

.star-rait::before {
    content: '';
    background: url(/assets/templates/images/awesome-star.svg);
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: -3px;
    position: absolute;
}

.flag-container .flags:nth-child(2n+2) {
    background: #fff;
    color: #FCB41D;
}

.rel_goods_new .cat_single .cat_info > div.top-price-new-goods > *:first-of-type {
    width: auto;
}

.rel_goods_new .cat_info-description {
    padding: 0 55px 0 20px;
    margin-bottom: 20px;
    font-family: 'MPLUSRounded1c-Regular';
    margin-top: 10px;
    font-size: 15px;
    height: 92px;
    align-items: flex-start;
    line-height: 1.5;
    overflow: hidden;
}

.rel_goods_new .cat_single .cat_info {
    padding: 0px 20px;
}

.rel_goods_new .cat_single .cat_info > div.top-price-new-goods > div {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.rel_goods_new .cat_single .cat_info > div.top-price-new-goods > div .old {
    font-family: 'MPLUSRounded1c-Regular';
    text-decoration: line-through;
    font-size: 16px;
    display: block;
    margin-right: 14px;
}
.rel_goods_new .cat_single .cat_info > div.top-price-new-goods > div.cycle .old {
    margin-left: 14px;
}
.rel_goods_new .cat_single .cat_info > div.top-price-new-goods > p {
    font-size: 16px;
    color: #939393;
    padding-left: 4px;
}

.txt-content ul,
.second-block-txt ul {
    list-style: disc;
    padding-left: 13px;
}

.more-center-info, .more-list-info, .more-review {
    color: #fcb41d;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
    margin-top: 22px;
    cursor: pointer;
    position: relative;
    display: inline-block !important;
}

.price-new-block .price.dark {
    color: #4c4e51;
}

.yellow-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'MPLUSRounded1c-Medium';
    line-height: 1.2;
}

.more-review {
    margin-top: 0px;
}

.more-review.close {
    margin-top: 30px;
}

.more-list-info {
    margin-top: 5px;
}

.new-tour-body .tur_bron {
    margin-bottom: 0;
}

.more-center-info::before, .more-list-info::before, .more-review::before {
    content: '';
    background: url(/assets/templates/images/arr-y.svg) no-repeat center;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 48%;
    right: -18px;
    transform: translateY(-50%);
}

.flex-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.flex-container:last-child {
    margin-bottom: 0;
}

.flex-container .flex {
    align-items: center;
    margin-top: 45px;
}

.flex-container .flex a {
    background: #4c4e51;
    color: #fff;
    transition: .4s;
    height: 41px;
    box-sizing: border-box;
    font-size: 17px;
    padding: 8px 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-container .flex p {
    color: #4c4e51;
    transition: .4s;
    font-size: 17px;
    background: #fcb41d;
    padding: 10px 37px 7px;
    height: 41px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.new-tour-body .accordion .con_title-first {
    align-items: center;
}

.new-tour-body .accordion .zag-tour {
    padding-bottom: 0;
    font-size: 18px;
    text-transform: none;
}

.time-info, .time-info-cycle {
    display: flex;
    gap: 75px;
}

.time-info div i, .time-info-cycle div i {
    display: block;
    font-size: 12px;
    font-style: normal;
    margin-top: 4px;
}

.time-info div span, .time-info-cycle div span {
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
}

.review .imgs {
    display: flex;
    margin-top: 35px;
}

.name-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.more-info-reviews {
    color: #fcb41d;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Medium';
    margin-top: 22px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.more-info-reviews::before {
    content: '';
    background: url(/assets/templates/images/arr-y.svg) no-repeat center;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 48%;
    right: -18px;
    transform: translateY(-50%);
}

.reviews .txt {
    font-size: 14px;
    overflow: hidden;
    transition: .4s;
}

.reviews .review {
    margin-bottom: 35px;
}

.reviews .review:last-child {
    margin-bottom: 0;
}

.reviews .review:nth-child(n+3) {
    display: none;
}

.name-title .star svg {
    margin-bottom: 0;
}

.name-title p {
    font-size: 18px;
    margin-right: 13px;
    font-family: 'MPLUSRounded1c-Medium';
}

.review .imgs img {
    height: 130px;
    width: 180px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    margin-right: 29px;
}

.review .imgs a:last-child img {
    margin-right: 0;
}

.time-info div p, .time-info-cycle div p {
    font-size: 18px;
    font-family: 'MPLUSRounded1c-Medium';
    margin-bottom: 20px;
}

.new-tour-body .accordion .con_desc .info-block > * li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.flex-container .flex a:hover {
    background: #fcb41d;
}

.flex-container img {
    width: 230px;
    height: 188px;
    object-fit: cover;
}

.flex-container p {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'MPLUSRounded1c-Medium';
}

.flex-container span {
    font-size: 14px;
    display: block;
    line-height: 1.3;
}

.more-center-info.close::before, .more-list-info.close::before, .more-review.close::before {
    transform: translateY(-55%) rotate(180deg);
}

.withus-slider .slid .img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.withus-slider .slid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.more-info-program {
    font-size: 14px;
    margin-top: 10px;
    font-family: 'MPLUSRounded1c-Medium';
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.yellow-desk {
    top: 140px;
    position: sticky;
}

.list ul li:nth-child(n+8) {
    display: none;
}

.more-info-program::before {
    content: '';
    background: url(/assets/templates/images/arr-b.svg) no-repeat center;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 43%;
    right: -18px;
    transform: translateY(-50%);
}

.more-info-program.close::before {
    transform: translateY(-46%) rotate(180deg);
}

.social-new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
}

.social-new a {
    display: block !important;
}

.social-new a svg {
    width: 24px;
}

.social-new a svg rect {
    transition: .4s;
}

.social-new a:hover svg rect {
    fill: #fcb41d;
}

.copy-new {
    font-size: 12px;
    margin-top: 70px;
    text-align: center;
}

.footer-cont .flex {
    display: grid;
    grid-template-columns:1fr 1fr;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px 5%;
}

@media screen and (max-width: 480px) {
    .footer-cont .flex {
        display: flex;
        text-align: left !important;
    }

    .footer-cont .flex > * {
        width: 55%;
    }

    .footer-cont .flex > * {
        white-space: wrap !important;
        padding-left: 50px !important;

    }

    .vacancy-mobile {
        display: none;
    }

    .faq-mobile {
        display: none;
    }


    body.prozhivanie.apartamentyi-v-svetlogorske main {
        margin-top: 30px;
    }
}

.footer-cont .flex > * {
    white-space: nowrap;
    width: 100%;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
}

.footer-cont .flex > *:nth-child(even) {
    width: 100%;
}

.disclaimer .footer-cont .adrr {
    position: relative;
}

@media screen and (max-width: 480px) {
    .disclaimer .footer-cont .adrr::before {
        background-image: none !important;
    }
}

.disclaimer .footer-cont .adrr::before {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAACQElEQVRYw71Y0XHjIBB98fjf6iB0EK4DXQVRCZTgdKAS3MEpFZxKkDsgHVACrmDzkUdmo5MQaOzbGcYyYuHxWO8+/CQi2GEtAMOmbQLgAcSayZ4qQDgAHYBXfr9xwWQNgBc+fwAY2LYBichW60QkyJeNIuJEpMmMb0XkIiKRrd8YnwXRcFERkUFETAHguf+ZQALBVYGwdMw6V4BJm3GlICzR+y0aK9tlDcgS6vAAAKn1BNLlQIxk4REAUhvma8yjWu4QAyUxEgjmHxCBTOyhd6pkz9HPaBCt7izczUQfz89YyeI3G/qcfKGzVcnrojYR2XeuYCNqELHQ+ax23c3eGcXKWHA8JsWg/mI36B8U/aYgH4SNOcG5eh0POfq9St9NBdVxLUuqlDAcWI5vmRo3sTre+FxSplM5PwH4A6DPjDMJhF8ZZLjwVZXzEusAPNPvCmDMDT4SsVl5HzhhYmQOUPvFhc20JYiPdHzeoa486db2K8PqGtPxoM7YVoI4AXgH8BvAm1JXNWYB+AOR33aASMc1Ve5+Lgf9gR2jOvv/ZWm98ahA/OUZhQ307exMW8WiVf0lwvl9LnR/lNeVxFJjcUMMf8sGLfkdE8tahDeVcRMyrKZ37ZLkn8jII5VVug6YnMaMBPMIAG5J7ObU9nhnRtxMgxTdO5Lst3fQlEkG9LU3MC1S+p2sOMbYkggqAqHFbNIGQ4GONFRgofQKWXorb/gTdurmfVWFTCerE8vASB0R7vnXgM6SVi3cKhET99SSTwjNeTUj7qZYAAAAAElFTkSuQmCC);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -4px;
    left: 0;
}

.footer-cont .flex > *.mail::before {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAACXBIWXMAAAsSAAALEgHS3X78AAACOElEQVRYw71Y0VHDMAx97fFfb0CYgDAB2YBsgJmAsEFGyAaECYANwgSkG4QNzATig+eeMXZilwbd6ZpzZPlZUp/lbEQEGVICqAFUfN55798ATABeqEmySQShAbQAzgF8cIGRC1pRBFYBuAbwCaAH0Hl2v0VE5rQSkUm+pReRcsHeqhKRhnMNn6P2c45aLj6ISJG4eAiM60flgOg5sTlycV9LRmQMAQlN6AhAnwiAG5UxBMQ3rFcCYLVgRF5iIBQN+pUAuMUu3PAvED1BqJVB2LUmH4RaOQ2htBzWs2TVkIxUhE5qEtEx0gEwgfGePksLYqTqCIBnPu8jDmMUvwPwSh+h9+8ALmx4fhRKgLSmuf95QDV9GpJUzM6IiN6S6wFgmNnVRLuCdmrhnHkE8MRUzMkIoNg6AyZhwhIQF4BOSNkIoLKR2CfmeQ5IlwngsPFtYhSWgPQA7jMBHGRLp9eZ82zlX7Jebp1xleFHWRDGHUhscGzYr5iGBz6nFK6/mfGMkbADQyKAO6YAznwwTQO1SgTRnzESexLKECmegju+p21Bhg3JAOCGv2am3mxKB5e2GzqPUe8xtG0YvRhtfxd46ED5B1Vu7xk6Xv/jKO/ctiHU9XQrAyj9/jV28OgV0zD5h1qs6zEZd4yTN7p+y69PmIIxtrml4hF2xn8p1mapF1lyUDsNTZt5E9POFbKds025ECuHzHa8eQ8Rdi2dm/uO50u7dCHeZH4aqJ2m9zLw/oNnif00kNQifAEod0HbbQbdlgAAAABJRU5ErkJggg==");
    width: 33px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.bank::before {
    content: '';
    background-image: url(/assets/templates/images/bank.svg);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.time::before {
    content: '';
    background-image: url(/assets/templates/images/time.svg);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.blog::before {
    content: '';
    background-image: url(/assets/templates/images/blog.svg);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.vacancy a {
    border-bottom: 1px dashed rgba(76, 78, 81, 0.68);
}

.footer-cont .flex > *.faq a {
    border-bottom: 1px dashed rgba(76, 78, 81, 0.68);
}

.footer-cont .flex > *.vacancy::before {
    content: '';
    background-image: url(/assets/templates/images/vacancy.svg);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.faq::before {
    content: '';
    background-image: url(/assets/templates/images/faq.svg);
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer-cont .flex > *.blog a {
    border-bottom: 1px dashed rgba(76, 78, 81, 0.68);
    transition: .4s;
    padding-bottom: 1px;
    line-height: 1.5;
}

.footer-cont .flex > *.blog a:hover {
    border-bottom: 1px dashed transparent;
}

.footer .rek {
    font-size: 11px;
    display: block;
    line-height: 1.3;
    margin-top: 40px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-size: 13px;
    margin-bottom: 30px;
}

.separ {
    margin: 0 10px;
}

.nested-new ul li {
    position: relative;
    padding-left: 30px;
}

.nested-new ul li::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #ffa803;
    position: absolute;
    left: 0;
    top: 10px;
}

.contacts-form-page h3 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: 'MPLUSRounded1c-Medium';
    text-transform: uppercase;
}

.contacts-form-page .av-form2 {
    width: 50%;
}

.contacts-form-page .av-form2 .form-block.form__form-block.button {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    height: 45px;
}

.contacts-form-page .av-form2 .form-block.form__form-block.button button {
    opacity: 1;
    z-index: 0;
    background: #fff;
}

.accordion-block {
    border-top: 1px solid #6D5E5C;
    border-bottom: 1px solid #6D5E5C;
    margin-bottom: -1px;
}

.accordion-title {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 24px 100px 24px 0;
}

.accordion-content {
    display: none;
    padding: 0px 100px 30px 0;
    font-size: 14px;
}

.accordion-title::before {
    content: '';
    width: 2px;
    height: 13px;
    position: absolute;
    background: #6D5E5C;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.accordion-title::after {
    content: '';
    width: 13px;
    height: 2px;
    position: absolute;
    background: #6D5E5C;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.accordion-title.opened::before {
    transform: translateY(-50%) rotate(90deg);
}

.vacancy-rows img {
    width: 529px;
    max-width: 100%;
}

.vacancy-rows .txt {
    max-width: 39%;
}

.vacancy-title {
    font-size: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.vacancy-description {
    font-size: 16px;
}


.vacancy-rows .txt span {
    display: block;
    margin-bottom: 30px;
}

.vacancy-rows > div:nth-child(even) {
    flex-direction: row-reverse;
}

.vacancy-rows > div {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 73px;
    position: relative;
}

.vacancy-rows > div:last-child {
    margin-bottom: 0;
}

.nested-new h3 {
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 20px;
}

.nested-new h3 strong {
    font-weight: normal;
}


.adrr-mobile {
    display: none;
}

.social-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .apartament_box_flex {
        gap: 20px !important;
    }

    .show-on-map {
        display: none !important;
    }

    .footer-cont .flex {
        gap: 20px;
    }

    .footer-cont .flex .mobile:before {
        content: '';
        width: 33px;
        height: 33px;
        position: absolute;
        top: -7px;
        left: 0;
        background-size: contain;
    }

    .mail-mobile:before {
        background-image: url(/assets/templates/images/letter-orange.svg) !important;
    }

    .time-mobile:before {
        background-image: url(/assets/templates/images/time-orange.svg) !important;
    }

    .bank-mobile:before {
        background-image: url(/assets/templates/images/money-orange.svg) !important;;
    }

    .blog-mobile:before {
        background-image: url(/assets/templates/images/blog-orange.svg) !important;
    }

    .adrr-desk {
        display: none !important;
    }

    .adrr-mobile {
        display: block;
    }

    .adrr-mobile a {
        text-decoration: underline;
    }

    .footer-cont .modile-one {
        order: 1;
        display: block !important;
    }

    .footer-cont .modile-two {
        order: 2;
        display: block !important;
    }

    .footer-cont .flex {
        order: 3;
    }

    .social-mobile {
        margin-top: 30px !important;
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .footer-cont {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 480px) {
    .phone-mobile {
        display: flex !important;
    }

    .contact-flex {
        display: flex;
        gap: 50px;
        flex-direction: column;

    }

    .contacts-form-page {
        width: 100% !important;
    }

    .contact-map {
        height: 450px;
        width: 100% !important;
        margin-bottom: 80px;
    }

    .oplata-block {
        flex-direction: column !important;
    }
}

.phone-mobile {
    display: none;
    flex-direction: column;
}

.faq-telefon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAACXBIWXMAAAsSAAALEgHS3X78AAAEW0lEQVRo3tWZz5HaSBjFf4O4gxOQ2QiMIxhlMNqrLjARmI1g5QiMI7DmoqshAmsjWCaCBUUgAlCxh33y9MhqqQUCr7uKokYD9Hvf3/d1351OJ4ZaZeoHQADMgSkwA97q3wdgDxTADsi8KM8u3fPuUgJl6ofAEngwHtfBYiEFsAUSL8o3NyVQpv4SiAXmCGz0yrwoLzq+O5WnQr0mIh17UZ5clUCZ+nMgAd5VmwKbLtAdZELDGM/A0ovy3eAEytSPgT9l8diL8jUDrjL1VyIyAT56UR4PQkBWWgML4C9ZaM8VVpn6M3n4HngCVm3e7SQg8JlC5smL8iU3WGXqJzLYMxDYSIwcfmsj8H/cCjyA9nrU3tYKNXKwwr3icc2NlyrSR+BeWNxDSPX96y3DxiGcfq/3i0YCivuqEc3PLZEDEpiqIU6BmYnHFkJrlbKlQ1MKytTflKl/0ntwhVAq1O0nwmbPAZWxhUInc+jG3yQTnvT+Tc+HJpFpj4UwWj0Q197bwH9RmZsrT+b6+8s1SDRhe5UDRuxnXpSHjuBf1eha33jsq216JPQbL8qLugcqYdW16drWYPR3oP9fo/RuDKw0ETi2SVsl6URaqGhJuhUwGTqUhO1oIxDI/S7rZ5bWTFhfCCizJ8YA0rWmDuLvOHQOaO3k3ZnpgZnBruvLlbe69NPqih4AaCRQODSVrRpL1wbXCrPCSsBxEtp0JOha01qiCW7oprZrItBXJR6AteK9yUtVH0maPjPUGl3w3UqbxC1WWikXdqYnytSflam/KlN/eSk5k8DeGNpdtckW+CDpbfPUoypWJtBr4B/gk7r5vm+vMDDufyDQVh4tXmiNdZEI9PufgA8SZb8B7/W8r3aathEIeuRCYcoPWzh4Ub7zonyu6eqzF+VLL8r3CrPgDAH43QN1MVd0Cbm+4q7HwFIJwPddlbBM/Y32mY5sLfqMqlQN4FnfxDQE4NGx+X2XPCNLfQ8HIDE/g0RmlN+2WX1SqdJRm1S9gMRMJMKeYfTgIOVDE+uowQo/jG1nkAjU7r+Wqd/ZyIwcoG2GqI27RddIebYQUxJWc/JCtT5uItIwwe3PHimNH80E5OITBg1AsQ7IqmP4nV5zXg5zW8dP5dTf9XOqseXzM6MvDHGaEIjISjG8MD5yAEKH25pEBnglXcYWpm+HnmcFMDP2mAJ7l1NuDfKNITa2yAOzIl3jzHPXIwSXRuImLmo0BJ6vdf5/QYdfdcppI3yS/wH42EWe1ENoZSTMzwI+1f4P/HcbFLZpq3FD+GzbvqBmMgOKPrHcI2Sqg+XPXpR39qKxTWM0WCU0Jqzq+VlXoxbgscLXtay+bmT1M0cDdMjLJfaBl/vgGQ33xK4X1jJYYIymB2Dd9ybIJFCpwaTWbCpwSZNVZD2TJEq8ouGMKVD9f2c824r4WV68O51OZrmiBrqPRavb97kFqElsJ3LZpbc/FYGNLLg1gBf8AmtsdN3lrwLaXP8CdRd/bfDT0sMAAAAASUVORK5CYII=");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-bottom: 0px;
}

.faq-money:before {
    background-image: url(/assets/templates/images/money-orange.svg) !important;
    content: '';
    width: 33px !important;
    height: 33px;
    display: flex;
    position: relative;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-time:before {
    background-image: url(/assets/templates/images/time-orange.svg) !important;
    content: '';
    width: 33px !important;
    height: 33px;
    display: flex;
    position: relative;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-money {
    display: flex;
    gap: 5px;
    align-items: center;
}

.faq-time {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flex-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.faq-phone:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAACXBIWXMAAAsSAAALEgHS3X78AAAEW0lEQVRo3tWZz5HaSBjFf4O4gxOQ2QiMIxhlMNqrLjARmI1g5QiMI7DmoqshAmsjWCaCBUUgAlCxh33y9MhqqQUCr7uKokYD9Hvf3/d1351OJ4ZaZeoHQADMgSkwA97q3wdgDxTADsi8KM8u3fPuUgJl6ofAEngwHtfBYiEFsAUSL8o3NyVQpv4SiAXmCGz0yrwoLzq+O5WnQr0mIh17UZ5clUCZ+nMgAd5VmwKbLtAdZELDGM/A0ovy3eAEytSPgT9l8diL8jUDrjL1VyIyAT56UR4PQkBWWgML4C9ZaM8VVpn6M3n4HngCVm3e7SQg8JlC5smL8iU3WGXqJzLYMxDYSIwcfmsj8H/cCjyA9nrU3tYKNXKwwr3icc2NlyrSR+BeWNxDSPX96y3DxiGcfq/3i0YCivuqEc3PLZEDEpiqIU6BmYnHFkJrlbKlQ1MKytTflKl/0ntwhVAq1O0nwmbPAZWxhUInc+jG3yQTnvT+Tc+HJpFpj4UwWj0Q197bwH9RmZsrT+b6+8s1SDRhe5UDRuxnXpSHjuBf1eha33jsq216JPQbL8qLugcqYdW16drWYPR3oP9fo/RuDKw0ETi2SVsl6URaqGhJuhUwGTqUhO1oIxDI/S7rZ5bWTFhfCCizJ8YA0rWmDuLvOHQOaO3k3ZnpgZnBruvLlbe69NPqih4AaCRQODSVrRpL1wbXCrPCSsBxEtp0JOha01qiCW7oprZrItBXJR6AteK9yUtVH0maPjPUGl3w3UqbxC1WWikXdqYnytSflam/KlN/eSk5k8DeGNpdtckW+CDpbfPUoypWJtBr4B/gk7r5vm+vMDDufyDQVh4tXmiNdZEI9PufgA8SZb8B7/W8r3aathEIeuRCYcoPWzh4Ub7zonyu6eqzF+VLL8r3CrPgDAH43QN1MVd0Cbm+4q7HwFIJwPddlbBM/Y32mY5sLfqMqlQN4FnfxDQE4NGx+X2XPCNLfQ8HIDE/g0RmlN+2WX1SqdJRm1S9gMRMJMKeYfTgIOVDE+uowQo/jG1nkAjU7r+Wqd/ZyIwcoG2GqI27RddIebYQUxJWc/JCtT5uItIwwe3PHimNH80E5OITBg1AsQ7IqmP4nV5zXg5zW8dP5dTf9XOqseXzM6MvDHGaEIjISjG8MD5yAEKH25pEBnglXcYWpm+HnmcFMDP2mAJ7l1NuDfKNITa2yAOzIl3jzHPXIwSXRuImLmo0BJ6vdf5/QYdfdcppI3yS/wH42EWe1ENoZSTMzwI+1f4P/HcbFLZpq3FD+GzbvqBmMgOKPrHcI2Sqg+XPXpR39qKxTWM0WCU0Jqzq+VlXoxbgscLXtay+bmT1M0cDdMjLJfaBl/vgGQ33xK4X1jJYYIymB2Dd9ybIJFCpwaTWbCpwSZNVZD2TJEq8ouGMKVD9f2c824r4WV68O51OZrmiBrqPRavb97kFqElsJ3LZpbc/FYGNLLg1gBf8AmtsdN3lrwLaXP8CdRd/bfDT0sMAAAAASUVORK5CYII=);
    content: '';
    width: 33px !important;
    height: 33px;
    display: flex;
    position: relative;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-email:before {
    background-image: url(/assets/templates/images/letter-orange.svg) !important;
    content: '';
    width: 33px !important;
    height: 33px;
    display: flex;
    position: relative;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-phone {
    display: flex;
    gap: 5px;
    align-items: center;
}

.faq-email {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contact-flex {
    display: flex;
    gap: 50px;
}

.contacts-form-page {
    width: 50%;
}

.contact-map {

    height: 464px;
    width: 50%;
}

.contact-flex .contacts-form-page .av-form2 {
    width: auto;
}

.contact-map h3 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: "MPLUSRounded1c-Medium";
    text-transform: uppercase;
}

.oplata-flex {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.oplata-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 90%;
}

.oplata-block {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.oplata-block:before {
    content: "";
    display: flex;
    align-self: center;
    position: relative;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.oplata-cart:before {
    background-image: url(/assets/templates/images/cart-icon.svg);
    width: 94px;
    height: 104px;
}

.oplata-bank:before {
    background-image: url(/assets/templates/images/oplata-bank.svg);
    width: 94px;
    height: 101px;
}

.oplata-cash:before {
    background-image: url(/assets/templates/images/oplata-cash.svg);
    width: 94px;
    height: 90px;
}

.oplata-main p {
    font-size: 16px;
}

.oplate-title {
    font-family: 'MPLUSRounded1c-Medium';
}

.adress-zaq {
    margin: 35px 0px;
    font-size: 20px;
}

.adress-zaq a {
    font-family: 'MPLUSRounded1c-Medium';
    color: #959696;
    text-decoration: underline;
}

.icon-orange {
    background-color: #FCB41D;
    border-radius: 11px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apart-title {
    font-size: 18px;
    text-align: center;
}

.apartament-box {
    gap: 10px;
    max-width: 250px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.room-inside .top-underline {
    margin-bottom: 55px;
}

.apartament-title {
    font-family: 'MPLUSRounded1c-Bold';
}

.apartament_additional_info {
    font-size: 20px;

}

.apartament_box_flex {
    gap: 100px;
}

.apart-disc {
    font-size: 16px;
    line-height: 19.2px;
}

p.adrr.adrr-desk {
    padding-left: 50px;
}

.new-usr-price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 13px;
}

.new-usr-price .old-price {
    color: #a9a9a9;
    white-space: nowrap;
    text-decoration: line-through;
}

#input-airdatepicker {
    width: 100%;
    height: 56px;
    padding: 10px 25px;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-size: 17px;
    font-family: 'MPLUSRounded1c-Regular';
}

.new-airdatepicker-yellow {
    position: relative;
    margin-top: 20px;
}

.new-airdatepicker-yellow::before {
    content: '';
    background: url(/assets/templates/images/calendar.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
}

.new-usr-price .new-sale {
    font-size: 15px;
    background: #fff;
    padding: 6px 9px 2px 9px;
    color: #f84565;
    border: 2px solid #ebecec;
    font-family: "MPLUSRounded1c-Medium";
    line-height: 1.2;
}

.room-inside-icons > p.kitchen-things::before {
    background-image: url('/assets/templates/images/kitchen-things.svg');
    background-size: contain;
    width: 55px !important;
    height: 49px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.room-inside-icons > p.two-bed::before {
    background-image: url('/assets/templates/images/two-bed-new.svg');
    background-size: contain;
    height: 49px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.box-numbers .room-inside-icons .app-ic {
    width: 25%;
    margin-bottom: 25px;
    font-size: 13px;
    padding: 0px 5px 8px 5px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-family: 'MPLUSRounded1c-Medium';
}

.room-inside-icons .app-ic {
    width: 14.2%;
    margin-bottom: 25px;
    font-size: 13px;
    padding: 0px 5px 8px 5px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-family: 'MPLUSRounded1c-Medium';
}

.room-inside-icons .app-ic .img {
    width: 51px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.room-inside-icons .app-ic .img img {
    max-width: 100%;
    max-height: 100%;
}

.footer-form .rek {
    font-size: 13px !important;
}

/*body.blogs .rel_goods a {
    color:#fff;
}*/
.cat_btn:hover {
    color: #fff;
}


#cookie_note {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 76%;
    width: 300px;
    z-index: 500;
    max-width: 100%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

img.cookie-img {
    width: 80px;
}

.cookie_privacy {
    color: #FCB41F;;
}

#cookie_note p {
    margin: 0;
    font-family: 'MPLUSRounded1c-Regular';
    font-size: 14px;
    text-align: left;
    color: black;
}

.flex-note {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;

}


.cookie_accept {
    width: 270px;
    margin: 0px;
    font-family: 'MPLUSRounded1c-Medium';
    font-size: 16px;
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .cookie_accept {
        width: 200px;

    }

    img.cookie-img {
        width: 80px;
    }

    .flex-note {
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        margin: 0px;
    }

    #cookie_note p {
        font-size: 12px;
    }

    #cookie_note {
        width: 300px;
        left: 46%;
    }

    #cookie_note.show {
        display: block;
        text-align: left;
    }
}