@charset "utf-8";
@font-face {
    font-family: 'Conv_hypatiasanspro-regular';
    src: url('fonts/hypatiasanspro-regular.eot');
    src: local('☺'), url('fonts/hypatiasanspro-regular.woff') format('woff'), url('fonts/hypatiasanspro-regular.ttf') format('truetype'), url('fonts/hypatiasanspro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_hypatiasanspro-bold';
    src: url('fonts/hypatiasanspro-bold.eot');
    src: local('☺'), url('fonts/hypatiasanspro-bold.woff') format('woff'), url('fonts/hypatiasanspro-bold.ttf') format('truetype'), url('fonts/hypatiasanspro-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_hypatiasanspro-light';
    src: url('fonts/hypatiasanspro-light.eot');
    src: local('☺'), url('fonts/hypatiasanspro-light.woff') format('woff'), url('fonts/hypatiasanspro-light.ttf') format('truetype'), url('fonts/hypatiasanspro-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 14px;
    line-height: 18px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
}


strong, b {
    font-family: "Conv_hypatiasanspro-bold", Arial, sans-serif;
    font-weight: normal;
}

input, textarea {
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

textarea:focus, input:focus {
    outline: none;
}

.table {
    width: inherit;
    height: inherit;
    display: table;
    text-align: inherit;
    vertical-align: inherit;
}

.cell {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: inherit;
    vertical-align: inherit;
}

.pos-left {
    position: relative;
    float: left !important;
    margin: 0;
    padding: 0;
}

.pos-right {
    position: relative;
    float: right !important;
    margin: 0;
    padding: 0;
}

.wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-push {
    height: 147px;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

.wrap-t {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.title {
    position: relative;
    float: left;
    display: block;
    width: 1500px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2a29;
    font-weight: normal;
}

.title a {
    text-decoration: none;
    color: inherit;
}

.title span {
    height: 100%;
    padding: 0 17px;
    position: relative;
    float: left;
    display: block;
}

.title:before {
    height: 100%;
    padding: 0 17px;
    position: relative;
    float: left;
    content: "";
    background: url(images/title-line.png) repeat-x center;
    display: block;
}

.title:after {
    height: 100%;
    position: relative;
    float: left;
    width: 1000px;
    content: "";
    background: url(images/title-line.png) repeat-x center;
    display: block;
}

p {
    margin-bottom: 20px;
}

a img {
    border: none;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    outline: none
}

a:link {
    color: inherit;
    text-decoration: none;
    outline: none
}

a:visited {
    color: inherit;
    text-decoration: none;
    outline: none !important
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    outline: none !important
}

a {
    outline: none !important
}

.full-item {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.box {
    position: relative;
    float: left;
    width: 100%;
}


.container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}

.big-width {
    width: 80%;
    text-align: justify;
}


.header {
    height: 80px;
    width: 100%;
    border-top: 5px solid #ea5e20;
    border-bottom: 4px solid #e1e1e1;
    background: url(images/bg-texture.png)
}

/*
.full-item .box,.full-item .container
{height:100%;}*/

.page-body {
    width: 100%;
    position: relative;
    float: left;
}

.content {
    padding: 10px 0;
}


.fltrt {
    float: right;
}

.fltlft {
    float: left;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.align-justify {
    text-align: justify;
}

.align-justify:after { /* Необходимо для всех браузеров (кроме IE6-7, которые не поддерживают псевдоэлементы) */
    overflow: hidden;
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
}

.align-justify-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
}

.top-line {
    background: #a1b369;
    color: #fdebbb;
    padding: 14px 0 12px 0;
    font-size: 18px;
}

.phone__link span {
    border-bottom: 1px dotted;
}

.phone__link {
    padding-left: 32px;
    position: relative;
}

.phone__link:before {
    content: '';
    background: url(/bitrix/templates/altinai/images/phone.png) no-repeat center / 18px 30px;
    width: 18px;
    height: 30px;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: -3px;
}

.top-line__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__account.icon:before {
    content: '';
    background: url(/bitrix/templates/altinai/images/account.svg) no-repeat center / 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: -3px;
}

.header__address:before {
    content: '';
    background: url(/bitrix/templates/altinai/images/pin.png) no-repeat center / 15px;
    width: 15px;
    height: 19px;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: -1px;
}

.header__address span {
    border-bottom: 1px dotted;
}

.header__account:hover span {
    border-bottom: 1px dotted;
}

.header__account.icon {
    padding-left: 30px;
    position: relative;
}

.header__address {
    padding-left: 30px;
    position: relative;
}

.logo__wrapper img {
    max-width: 161px;
    max-height: 90px;
    width: 100%;
}

.logo__wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
    margin:  auto;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 260px;
    box-sizing: border-box;
}

.phone-item span {
    height: 100%;
    border-bottom: 1px dotted #e9d6ac;
}

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

.menu__right a {
    letter-spacing: .8px;
}

.menu__right .phone {
    margin-left: 35px;
    font-size: 21px;
}

.menu__right {
    text-transform: uppercase;
    color: #fff;
    display: flex;
}

.menu-line.norm {
    padding: 40px 0 38px 0;
}
.menu-line {
    background: #4c4030;
    padding: 39px 0 21px 0;
    position: relative;
    padding-top: 26px;
}

.table__head {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    color: #a1b369;
    font-size: 14px;
    border-bottom: 1px solid #040404;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.table__head-item {
    font-family: 'Conv_hypatiasanspro-regular', sans-serif;
}

.table__head-item,
.table__content-item__field {
    width: calc(100% / 2);
}

.table__content-item:not(:last-child) {
    border-bottom: 1px solid #f2e4c1;
}
.table__content-item {
    display: flex;
    font-size: 17px;
    padding: 20px 0 14px 0;
    font-family: 'Conv_hypatiasanspro-regular', sans-serif;
}

.table__content-item__field:not(:first-child) {
    text-align: center;
    font-weight: 700;
    font-family: 'Conv_hypatiasanspro-bold', sans-serif;
}

.table__content-item__field {
    width: calc(100% / 2);
}

.table__head-item:not(:first-child) {
    text-align: center;
}

.table__head-item {
    line-height: 1.3;
}

.table__content {

}

.price__wrapper {
    background: #fbf4e2;
    color: #000;
    border: 1px solid #f1e4c1;
    border-radius: 2px;
    padding: 50px 90px;
    margin-top: 30px;
}

.price__year {
    background: #fff;
    padding: 9px 14px 5px 14px;
    font-size: 24px;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 1;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.top-menu .menu__item {
    margin-right: 20px;
}

.top-menu .menu__item a {
    color: #fff;
    letter-spacing: .8px;
}

.menu__wrapper {
    font-size: 13px;
}

.top-menu {
    text-transform: uppercase;
    display: flex;
}

.top-menu > ul > li:first-child {
    margin-left: 0
}

.top-menu > ul {
    list-style: none;
    display: block;
    width: 100%;
}


.top-menu > ul > li {
    margin: 0;
}

.top-menu > ul:after {
    overflow: hidden;
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
}


.top-menu > ul > li a {
    color: inherit;
    text-decoration: none;
    color: #e9d6ac;
}

.top-menu > ul > li.active a {
    color: inherit;
    text-decoration: none;
}

.top-menu a:hover {
    color: #F0FCD9;
    text-decoration: none;
}

.top-menu > ul > li > ul {
    list-style: none;
    display: none;
    top: 66px;
    margin-left: -85px;
    width: 0px;
    margin-top: 19px;
    color: #e9d6ac;
    font-size: 18px;
    line-height: 20px;
}

.top-menu > ul > li:hover ul {
    display: block;
}

.top-menu > ul > li > ul a {
    display: block;
    width: 250px;
    padding: 12px 35px 12px 17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(55, 66, 33, 0.78) url(images/arrow.png) 95% 50% no-repeat;
    border-top: 1px solid #697a4e;
    text-transform: none
}

.top-menu > ul > li > ul a:hover {
    background-color: #262e15;
    color: inherit;
    opacity: 0.8
}

.top-menu > ul > li > ul > li {
    border-top: 1px solid #353f25;
    display: block;
    height: auto;
    float: left;
}

/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container {
    width: 100%;
    margin: 0;
    clear: both;
    padding: 0 0 0 0;
    position: relative;
    float: left
}

.flex-caption {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    height: 100%;
    width: 100%
}

.flex-caption p {
    padding: 15px 3% 30px 6.3%;
    background: url(images/black-bg.png);
    width: 50%;
    max-width: 390px
}

.caption_title_line {
    width: 450px;
    height: 75px;
    padding: 5px 15px 10px 15px;
    color: #303030;
}

.flex-caption span {
    color: #ff0000;
    font-size: 140%;
    font-weight: bold;
    margin: 0px;
}

/*.slides
{max-height:500px;overflow:hidden;}*/
.flex-container a:active,
.flexslider a:active {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
}

.flex-container {
    zoom: 1;
    position: relative;
}

/* Direction Nav */
.flex-direction-nav {
    width: 1005px;
    position: absolute;
    bottom: 205px;
    left: 50%;
    margin-left: -502px;
    margin-top: 22px;
    text-align: center;
}

.flex-direction-nav li a.next, .flex-direction-nav li a.prev {
    width: 44px;
    height: 44px;
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-direction-nav li a.next {
    background: url(images/next.png) no-repeat center;
    float: right;
    display: none;
}

.flex-direction-nav li a.prev {
    background: url(images/prev.png) no-repeat center;
    float: left;
    display: none;
}

.flex-direction-nav li a.next:hover, .flex-direction-nav li a.prev:hover {
    opacity: 0.9;
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    height: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-control-nav li a.active {
    background: #849840 !important;
}

.flex-control-nav li a {
    background: #D9E7B7;
    border-radius: 50%;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}

.flex-control-nav li {
    margin: 0 0 0 10px;
    display: inline-block;
    border-radius: 50%;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
}

.flex-control-nav li a:hover {
    background-color: #B5C481;
    border-radius: 7px;
}

.flex-control-nav li a.active {

    background-color: #849840;
    border-radius: 7px;
    cursor: default;
}


.flex-decor-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    background: rgba(0, 0, 0, 0.56);
    z-index: 10;
    width: 100%
}

a.flex-more {
    font-size: 75%;
    color: #aeaeae;
    text-decoration: underline;
}

a.flex-more:hover {
    text-decoration: none;
}

.slider-line {
}

.slider-height {
    position: relative;
    float: left;
    width: 100%;
}

.content-line {
    background: url(images/content-bg.jpg) repeat;
    padding: 20px 0;
}

.content-line p {
    color: #52504a;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
}

.content-line h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0 40px 0;
    width: 100%;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-bold'
}


.content-line h4 {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Conv_hypatiasanspro-bold'
}

.content-line h2 {
    font-size: 48px;
    line-height: 50px;
    color: #94a959;
    margin: 35px 0;
    width: 100%;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-bold'
}

.types-block {
    position: relative;
    margin: 20px;
}

.types-block ul {
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    text-align: center;

}
.heading {
    font-size: 40px;
    color: #4d4d4d;
    font-family: Conv_hypatiasanspro-bold, sans-serif;
    margin: 40px 0 59px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 50px 0 0 0;

}

.ttt {
    margin-top: 30px;
}

.types-block ul li {
    list-style: none;
    position: relative;
    max-width: 356px;
    width: 100%;
    background: url(/bitrix/templates/altinai/images/photo_bg.jpg) no-repeat top center / cover;
    max-height: 400px;
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 0;
    margin: 0 9px 20px;
}

.types-block ul li .photo a {
    display: inline-block;
}
.success__desc {
    font-family: Conv_hypatiasanspro-regular, sans-serif;
    font-size: 18px;
    max-width: 360px;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #4d4d4d;
}
.success__title {
    font-family: Conv_hypatiasanspro-bold, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #4d4d4d;
}
.close__modal {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #000;
    cursor: pointer;
}
.gallery__item a{
    position: relative;
}
.success__overlay a {
    border-radius: 5px;
    background-color: rgb(144, 166, 78);
    max-width: 180px;
    font-family: Conv_hypatiasanspro-regular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    height: 50px;
    display: inline-block;
    line-height: 52px;
    margin: 25px auto auto;
}
body.fixed {
    overflow: hidden;
}
.success__overlay .inner {
    max-width: 550px;
    text-align: center;
    height: 300px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 70px 20px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .close__modal {
        right: 4px !important;
        top: 7px !important;
        box-shadow: none !important;
    }
}
.table__footer {
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    border-top: 1px solid #000;
    justify-content: space-between;
}
.table__footer-right a {
    border-radius: 5px;
    background-color: rgb(144, 166, 78);
    color: #fff;
    font-family: Conv_hypatiasanspro-regular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 52px;
    width: 180px;
    display: inline-block;
    height: 50px;
}
.table__footer-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Conv_hypatiasanspro-regular, sans-serif;
    color: #4d4d4d;
}
.table__footer-icon {
    margin-right: 21px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 3px solid #a1b368;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Conv_hypatiasanspro-bold, sans-serif;
    font-size: 29px;
    color: #a1b368;
    padding-top: 5px;
    box-sizing: border-box;
}
.success__overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.76);
    overflow-y: auto;
    left: 0;
    z-index: 100000000000;
    padding: 10px;
    display: none;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    bottom: 0;

}
.gallery__item a:before {
    /*content: '';*/
    /*position: absolute;*/
    /*background: url(/bitrix/templates/altinai/images/zoom.svg) no-repeat center / 25px;*/
    /*z-index: 1000;*/
    /*right: 0;*/
    /*top: 0;*/
    /*width: 42px;*/
    /*height: 42px;*/
}
.gallery__item a:after {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 0 70px 70px 0;*/
    /*border-color: transparent #87624c transparent transparent;*/
    /*right: 0;*/
    /*top: 0;*/
}
.gallery__item {
    padding: 13px 0;
}

.types-block ul li .photo {
    width: 100%;
    box-sizing: border-box;
}

.types-block ul li .photo img {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    max-width: 330px;
}

.types-block ul li .name {
    position: relative;
    float: left;
    width: 100%;
    margin: 16px 0 5px;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

a.more {
    display: block;
    text-decoration: none;
    height: 43px;
    width: 177px;
    color: #fff;
    background: linear-gradient(to bottom, #919c58, #67781b);
    font-size: 26px;
    line-height: 43px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light', sans-serif;
    transition: all 200ms ease-out;
}

a.more:hover {
    opacity: 0.9;
    transition: all 200ms ease-out;
}

.types-block a.more {
    margin: 0 auto;
    margin-top: 20px;
}

.banya-block {
    position: relative;
    float: left;
    width: 100%;
    margin: 70px 0 120px 0;
}

.banya-block-img {
    width: 401px;
    height: 302px;
    background: url(images/photo_bg2.jpg) no-repeat top center;
    margin-right: 28px;
    float: left;
}

.cover {
    border: 1px solid #000;
    box-shadow: 0 0 7px #000;
    margin: 9px;
}

.flexslider {
    max-height: 600px;
    height: 100%;
    position: relative;
}

.banya-block img {
    position: relative;
    float: left;
}

.banya-block .more {
    float: right;
    margin-top: 25px;
    margin-right: 45px;
}

.footer-line {
    background: url(images/footer-bg.jpg);
    background-size: 100%;
}

.footer-inner {
    position: relative;
    width: 100%;
    margin-top: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e9d6ac;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden;
}

.footer-inner a {
    color: #e9d6ac;
    font-size: 22px;
    line-height: 28px;
    height: auto
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer-menu li {
    float: left;
    margin: 0 10px 0 0;
}


.footer-inner a {
    text-decoration: underline;
}

.footer-inner a:hover {
    text-decoration: none;
}

.copyright {
    margin-right: 150px;
    margin-top: 50px;
    float: left;
    bottom: 0;
    left: 10px;
    font-size: 17px;
}

.copyright-temp {
    max-width: 400px;
    margin: 10px auto 0;
    font-size: 17px;
    text-align: center;
}

a.save-link {
    background: url(images/i-save.png) right center no-repeat;
    height: 38px;
    line-height: 38px;
    display: block;
    padding-right: 45px;
}

.footer-inner a.save-link {
    position: absolute;
    right: 10px;
    bottom: 70px;
}

.footer-links {
    position: relative;
    float: right;
    top: -50px;
    right: 0;
}

.cards {
    position: relative;
    float: right;
}

.cards a {
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}

.cards img {
    height: 48px;
    width: auto;
}

.soc-serv {
    position: relative;
    float: left;
    margin-right: 55px;
    margin-top: 5px
}

.soc-serv a {
    display: block;
    position: relative;
    float: left;
    margin-left: 15px;
}

.soc-serv img {
    height: 38px;
    width: auto;
}

.footer-cont {
    margin-top: 50px;
    float: left;
    right: 10px;
    bottom: 0;
    font-size: 17px;
}

.footer-cont-temp {
    max-width: 655px;
    margin: 50px auto 0;
    font-size: 17px;
    text-align: center;
}

div.left {
    display: block;
    float: left;
}

div.right {
    display: block;
    float: right;
}

div.right p {
    margin: 0 0 10px;
}

#startDate {
    margin-left: 8px;
}

input.type_of_rooms {
    display: block;
    float: left;
    margin-top: 1px;
}

label.lable_t_of_rooms {
    display: block;
    float: left;
    margin-right: 5px;
}

form#UserInfoForm {
    max-width: 508px;
    display: block;
    margin: 20px auto 0;
}

div.UInfoItem {
    max-width: 508px;
    margin-bottom: 20px;
    height: 40px;
}

div.UInfoItem input {
    float: right;
}

input.RRBotton {
    max-width: 100%;
    display: block;
    text-decoration: none;
    height: 43px;
    background: linear-gradient(to bottom, #94a959, #617e0f);
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light', sans-serif;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    cursor: pointer;
    border: 0
}

input.pay_btn {
    display: block;
    text-decoration: none;
    height: 43px;
    width: 177px;
    background: url(images/btn-grad.png) repeat-x;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light', sans-serif;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    cursor: pointer;
    border: 0;
}

input.RRBotton:disabled {
    background: url(images/btn-grad-dis.png) repeat-x;
    cursor: default;
}

input.RRBotton:hover {
    opacity: 0.8;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;

}

div.uf_price {
    color: rgb(240, 173, 49);
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

div.sec-left {
    display: block;
    float: left;
    width: 35%;
}

div.sec-right {
    display: block;
    float: right;
    width: 62%;
    background: #ECE5D5;
    border: 1px solid #ECE5D5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
}

div.sec-right p.chel {
    display: block;
    float: left;
    padding: 0;
    background: url("/bitrix/templates/altinai/images/icon-room-one.png") repeat-x;
    height: 20px;
    margin: 1px 0 0;
}

div.sec-right p.chel-pr {
    display: block;
    float: right;
    padding: 0;
    font-size: 22px;
    line-height: 25px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #fff;
    margin: 1px 0 0;
}

div.sec-right div.chel-price {
    width: 185px;
    height: 23px;
    padding: 7px;
    background-color: #7B9435;
    border-radius: 10px;
}

a.img_prev img {
    border: 1px solid #000;
    box-shadow: 0 0 7px #000;
}

a.img_prev {
    margin: 5px 5px 0 0;
    cursor: pointer;
    width: 73px;
    height: 73px;
    display: block;
    float: left;
    padding: 5px;
}

a#img_big {
    padding: 10px;
    display: block;
    float: left;
    background: url(/bitrix/templates/altinai/images/photo_bg.jpg) top center;
    text-align: center;
}

a#img_big img {
    border: 1px solid #000;
    box-shadow: 0 0 7px #000;
    max-width: 100%;
}
body.open .menu__wrapper {
    display: block;
}
.burger {
    display: none;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 100000000;
}
a.img_prev.last {
    margin: 5px 0 0 0;
}

div.sec-left a.more {
    float: left;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    height: 43px;
    max-width: 347px;
    width: 100%;
    background: linear-gradient(to bottom, #94a959, #617e0f);
    color: #fff;
    font-size: 35px;
    line-height: 43px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light', sans-serif;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

div.right a.more {
    font-size: 20px !important;
    line-height: 30px !important;
    height: 30px;
    width: 140px;
    margin-top: 20px;
}

li.i_only_text {
    display: block;
    float: none !important;
}

li.i_only_text a {
    text-decoration: underline;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 18px;

}

li.i_only_text a:hover {
    text-decoration: none;
}

h1.htitle {
    color: #94a959;
}

div.photo-gallery.about {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
}

div.photo-gallery {
    max-width: 809px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.photo-gallery a.photo-item {
    margin: 10px;
    padding: 10px;
    background: url("images/photo_bg.jpg") no-repeat top center;
    display: block;
    float: left;
}

div.photo-gallery.about a.photo-item {
    display: inline-block;
    float: none;
}

div.photo-gallery a.photo-item img {
    border: 1px solid #000;
    box-shadow: 0 0 7px #000;
}

a.photo-item {
    margin: 10px;
    padding: 10px;
    background: url("/bitrix/templates/altinai/images/photo_bg.jpg") no-repeat top center;
    display: block;
    float: left;
}

a.photo-item img {
    border: 1px solid #000;
    box-shadow: 0 0 7px #000;
}

table.bron-item {
    text-align: center;
    max-width: 880px;
}

table.bron-item tr {
    background: #FBF4E2;
    border: 1px solid #F2E4C1;
}

table.bron-item tr td {
    padding: 10px;
}

table.bron-item tr td p {
    margin: 5px 0 0 0;
}

input.bron-dop-val {
    width: 29px;
    text-align: center;
    margin: 0px 5px 0px 5px;
    display: block;
    float: left;
}

i.chel_plus {
    background: url("./images/plus.png") top center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 1px;
    cursor: pointer;
    opacity: 0.8;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

i.chel_minus {
    background: url("./images/minus.png") top center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 1px;
    cursor: pointer;
    opacity: 0.8;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

i.chel_plus:hover {
    opacity: 1;
}

i.chel_minus:hover {
    opacity: 1;
}

input.no-show-imp {
    width: 100px;
    text-align: center;
    background-color: #FBF4E2;
    border: 0;
}

div.pl_box {
    margin: 0 auto;
    width: 27px;
    display: block;
    float: left;
}


div.select_types {
    display: block;
    float: none;
    height: 78px;
    margin-bottom: 15px;
}

div.select_types div.chel-price p.chel {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: url("/bitrix/templates/altinai/images/icon-room-one.png") repeat-x;
    height: 20px;
    margin-top: 1px;
}

div.select_types div.chel-price p.chel-pr {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 25px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #fff;
    margin-top: 1px;
}

div.select_types div.chel-price {
    width: 20px;
    height: 23px;
    padding: 7px;
    background-color: #7B9435;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    float: left;
    margin-top: 3px;
}

p#cp {
    display: block;
    float: left;
    margin: 4px 8px;
    padding: 6px 5px 5px 5px;
    background-color: #F2E4C1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #fff;
    font-weight: bold;
}

input.inp-date {
    vertical-align: middle;
    width: 140px;
    border: 2px solid #F0E7D5;
    border-radius: 8px;
    padding: 9px 20px 5px 20px;
    color: #52504A;
    font-size: 20px;
}

input.inp-text {
    vertical-align: middle;
    max-width: 292px;
    border: 2px solid #F0E7D5;
    border-radius: 8px;
    padding: 9px 20px 5px 20px;
    color: #52504A;
    font-size: 20px;
}

label.new-text {
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #52504A;
    height: 65px;
    font-size: 20px;
}

label.new-text-form {
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #52504A;
    height: 65px;
    font-size: 20px;
    line-height: 38px;
}

div.bron-page {
    display: block;
    margin: 20px auto auto;
}

div#addFormBox {
    margin-top: 20px;
}

table#brons {
    margin-top: 20px;
    min-width: 800px;
}

table#brons tbody tr {
    margin-top: 20px;
    background: #FBF4E2;
    border: 1px solid #F2E4C1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
}


/*alert---------------------------------->*/
/*Блок на весь экран*/
#alertOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 55;
    background: #333;
    display: none;
    opacity: 0.5;
}

/*Сам блок с текстом и ссылками*/
#alert {
    width: 396px;
    padding: 29px 43px;
    /*background:#fff;*/
    position: fixed;
    left: 50%;
    margin-left: -241px;
    top: 50%;
    z-index: 56;
    margin-top: -220px;
    background-color: #FBF4E2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #F2E4C1;
}

/*Заголовок блока*/
#alertH1 {
    padding-bottom: 13px;
    font-size: 30px;
    line-height: 18px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
}

/*Текст, который будет под заголовком*/
#alertText {
    /*color:#969199;
    font-size:12px;
    font-family: Arial;*/
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    margin-top: 20px;
}

/*Вид ссылок в тексте*/
#alertText a {
    color: #333;
}

/*Вид ссылок в тексте при наведении*/
#alertText a:hover {
    text-decoration: none;
    color: #ed1e79;
}

#alert div.otbivka {
    /*height:71px;*/
    height: 25px;
    background: url(bg.gif) repeat-x bottom;
}

/*Кнопка ОК*/
#alert div.button {
    display: block;
    text-decoration: none;
    height: 38px;
    margin: 29px auto 0 auto;
    width: 177px;
    background: url(images/btn-grad.png) repeat-x;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light';
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    cursor: pointer;
    border: 0px;
    opacity: 0.8;
}

#alert div.button:hover {
    opacity: 1;
}

/*<----------------------------------alert*/

/*alert---------------------------------->*/
/*Блок на весь экран*/
#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 55;
    background: #333;
    display: none;
    opacity: 0.5;
}

/*Сам блок с текстом и ссылками*/
#confirm {
    width: 396px;
    padding: 29px 43px;
    /*background:#fff;*/
    position: fixed;
    left: 50%;
    margin-left: -241px;
    top: 50%;
    z-index: 56;
    margin-top: -220px;
    background-color: #FBF4E2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #F2E4C1;
}

/*Заголовок блока*/
#confirmH1 {
    padding-bottom: 13px;
    font-size: 30px;
    line-height: 18px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
}

/*Текст, который будет под заголовком*/
#confirmText {
    /*color:#969199;
    font-size:12px;
    font-family: Arial;*/
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    margin-top: 20px;
}

/*Вид ссылок в тексте*/
#confirmText a {
    color: #333;
}

/*Вид ссылок в тексте при наведении*/
#confirmText a:hover {
    text-decoration: none;
    color: #ed1e79;
}

#confirm div.otbivka {
    /*height:71px;*/
    height: 25px;
    background: url(bg.gif) repeat-x bottom;
}

/*Кнопка ОК*/
#confirm div.button {
    display: block;
    text-decoration: none;
    height: 38px;
    margin: 29px auto 0 auto;
    width: 177px;
    background: url(images/btn-grad.png) repeat-x;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light';
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    cursor: pointer;
    border: 0;
    opacity: 0.8;
}

#confirm div.button:hover {
    opacity: 1;
}

/*<----------------------------------confirm*/


p.auth {
    margin: 0;
    margin-top: 10px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #52504A;
    height: 27px;
    font-size: 20px;
}

select.pay_sys {
    vertical-align: middle;
    border: 2px solid #F0E7D5;
    border-radius: 8px;
    padding: 9px 20px 5px 20px;
    color: #52504A;
    font-size: 20px;
}

h3.type-title {
    color: #94A959;
    font-size: 26px;
}

hr.bron-hr {
    width: 878px;
    float: left;
    background-color: #FBF4E2;
    border: 1px solid #E7CA81;
}

td.new-td-text {
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #52504A;
    height: 65px;
    font-size: 20px;
}

/*type detail*/

p.type-p-title {
    color: #93AA5A;
    font-size: 24px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

div.type-body {
    margin-left: 26px;
    margin-right: 26px;
    text-align: justify;

}

p.type-plus-dop {
    color: #FFF;
    display: block;
    float: left;
    width: 10px;
    margin: 0;
    margin-top: 8px;
    font-weight: bold;
}

div.type-chel-price {
    margin-bottom: 24px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    padding: 0;
    background: linear-gradient(0deg, #6e6454, #9b9284);
}

p.type-chel {
    display: block;
    float: left;
    margin: 9px 0 0 26px;
    padding: 0;
    background: url("/bitrix/templates/altinai/images/icon-room-one.png") repeat-x;
    height: 20px;
}

p.type-chel-pr {
    display: block;
    float: right;
    margin: 16px 16px 0 0px;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    color: #FFF;
}

div.type-important_info {
    margin-top: 15px;
    background: #94a95a;
    border: 1px solid #94a95a;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    padding: 20px 26px 20px 26px;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    text-align: justify;
}

div.type-important_info p {
    color: #FFF;

}

p.float-one {
    width: 68px;
    height: 65px;
    content: "";
    padding: 0;
    margin: 0;
    background: url("./images/demo/1-float.png") no-repeat top center;
}

p.float-two {
    width: 68px;
    height: 65px;
    content: "";
    padding: 0;
    margin: 0;
    background: url("./images/demo/2-float.png") no-repeat top center;
}

/*type-detail*/

#scroller {
    position: fixed;
    opacity: 0.8;
    padding: 5px 5px 0px; /*5px 5px 5px;*/
    background: #A4B86A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
}

#scroller p {
    margin-bottom: 0;
    color: #FFF;
}

h3.bron-h3 {
    font-size: 22px;
    font-family: "Conv_hypatiasanspro-regular", Arial, sans-serif;
    margin-bottom: 15px;
}

a.RRBotton {
    display: block;
    text-decoration: none;
    height: 43px;
    width: 177px;
    background: url(images/btn-grad.png) repeat-x;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Conv_hypatiasanspro-light';
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    cursor: pointer;
    border: 0
}

div.foo-temp-menu {
    max-width: 798px;
    display: block;
    margin: 0 auto;
}

/*всплывающая подсказка-----------------------------------------------> */
.date_has_event {
    position: relative;
}

.events {
    position: absolute;

}

.events ul {
    text-align: left;
    position: absolute;
    display: none;
    z-index: 1000;
    padding: 15px;
    background: #E7ECF2 no-repeat;
    color: white;
    border: 1px solid white;
    font-size: 15px;
    width: 200px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    list-style: none;
    color: #444444;
    -webkit-box-shadow: 0px 8px 8px #333;
}

.events li {
    padding-bottom: 5px;
}

.events li span {
    /*display: block;*/
    font-size: 12px;
    text-align: left;
    color: #555;
}

.events li span.etitle {
    font-weight: bold;
    color: #222;
}

/*<-----------------------------------------------всплывающая подсказка */
#pay-result {
    text-align: center;
    font-size: 21px;
    color: #F00;
}

#fon {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

#pay-spinner {
    position: fixed;
    top: 30%;
    left: 45%;
    z-index: 1001;
}

p.mess {
    color: #6B961A;
    text-align: center;
    font-size: 24px;
}

p.err {
    color: #F00;
    text-align: center;
    font-size: 24px;
}
/*iframe {
    max-width: 640px;
}*/
select.inp-text {
    vertical-align: middle;
    width: 292px;
    border: 2px solid #F0E7D5;
    border-radius: 8px;
    padding: 9px 20px 5px 20px;
    color: #52504A;
    font-size: 20px;
    float: right;
    outline: none;
}
@media (max-width: 1024px) {
    .type-chel-pr {
        clear: both !important;
        float: left !important;
        margin: 14px 31px !important;
    }
}
@media (max-width: 1172px) {
    .logo__wrapper {
        width: 168px;
    }
}
@media (max-width: 1130px) {
    .menu__wrapper {
        font-size: 12px;
    }
    .menu__right .phone {
        margin-left: 35px;
        font-size: 16px;
    }
    .phone__link:before {
        background-size: 14px;
        width: 18px;
        height: 25px;
    }

}
@media (max-width: 1090px) {
    .footer-links .cards {
         position: initial !important;
         float: none;
    }
    .footer-links {
        position: initial !important;
        float: none !important;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}
@media (max-width: 1060px) {
    .profile-block-shown {
        margin-left: 0 !important;
    }
    .sec-right {
        width: 54% !important;
    }
    div.sec-left {
        width: 44% !important;
    }
}
@media (max-width: 1030px) {
    .logo__wrapper {
        position: relative;
    }
}
.columns iframe {
    width: 100%;
}
.columns .column {
    width: 50%;
}
.columns {
    display: flex;
}
@media (max-width: 740px) {
    table.bron-item {
        width: 100%;
    }
    select.inp-text {
        width: 100%;
    }
    a.photo-item {
        margin: 0;
    }
    table.bron-item tr {
        display: flex;
        flex-direction: column;
    }
    input.RRBotton {
        padding: 0 20px;
    }
    label.new-text-form {
        font-size: 16px;
    }
    #addFormBox div.UInfoItem {
        margin-bottom: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #addFormBox label.new-text-form {
        height: 30px;
    }
    #addFormBox div.UInfoItem input {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 960px) {
    .flexslider .slides > li {
        max-height: 330px;
    }
    .flexslider {
        max-height: 330px;
    }
    .content__overlay-title{
        font-size: 28px !important;
    }
    .content__overlay-title span{
        font-size: 22px !important;
    }
}
#bx-panel {
    position: fixed !important;
    bottom: 0;
    left: 0;
}
.content__overlay-button {
    border-radius: 5px;
    background: rgb(144, 166, 78);
    background: #b0a124;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    color: #fff !important;
    z-index: 8;
    font-family: Conv_hypatiasanspro-regular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: 3px solid  #ffe611;
    overflow: hidden;
    position: relative;
}
/* Стили для создания блика на кнопке */
.content__overlay-button:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
      rgba(255, 230, 17, 0.8), /* Цвет блика */
      rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
    );
    top: 0;
    left: -100px;
    animation: shine 3.5s infinite linear; /* Анимация блика */
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
}
20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
}
100% {
    left: 100%; /* Завершение анимации */
}
}
.header__order-link{
    display: inline-block;
    padding: 5px 5px 3px;
    border-radius: 5px;
    background: #000;
    background: #b0a124;
    margin-bottom: 5px;
}
.content__overlay-title {
    font-size: 48px;
    font-size: 38px;
    color: #fff;
    font-family: Conv_hypatiasanspro-bold, sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 470px;
    max-width: 580px;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 3px 7px rgba(76, 64, 47, 0.51);
}
.content__overlay-title span{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 30px;
}
.content__overlay-title span:before{
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
}
.content__overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mobile-show {
    margin-right: 20px;
    display: none;
}
@media (max-width: 880px) {
    .mobile-show {
        display: inline-block !important;
    }
    .table__head {
        display: none;
    }
    .table__footer {
        flex-direction: column;
    }
    .table__footer-left {
        margin-bottom: 30px;
    }
    .table__content-item {
        flex-direction: column;
    }
    .table__content-item__field span {
        font-family: 'Conv_hypatiasanspro-bold', sans-serif !important;
    }
    .table__content-item__field {
        text-align: left !important;
        width: 100% !important;
        font-family: 'Conv_hypatiasanspro-regular', sans-serif !important;
        font-weight: 400 !important;
    }
    .table__content-item__field:first-child {
        font-family: 'Conv_hypatiasanspro-bold', sans-serif !important;
        margin-bottom: 5px;
        font-weight: 700 !important;
        font-size: 22px;
    }
    .price__wrapper {
        padding: 25px 40px;
    }
}
@media (max-width: 850px) {
    .footer-menu li {
        float: none !important;
        margin: 0 0 4px 0;
        text-align: center;
    }
}
.tableee {
    text-decoration: underline !important;
}
@media (max-width: 786px) {
    .tableee {
        display: block !important;
        text-align: center !important;
        padding-top: 10px !important;
    }
    .header__address {
        margin-bottom: 25px;
    }
    div.sec-left {
        width: 100% !important;
        float: none;
        overflow: hidden;
    }


    div.sec-right {
        width: 100% !important;
        float: none;
        overflow: hidden;
        margin-top: 30px;
    }

    .columns .column {
        width: 100%;
    }
    .columns {
        display: block;
    }
    iframe {
        width: 100%;
    }
    .content-line h1 {
        font-size: 30px;
    }

    .menu__wrapper {
         display: none;
    }
    ul.second-menu li a {
        font-size: 16px;
        line-height: 30px;
    }
    .header__order-link {
        background: #9aaf5b;
        color: #fff;
        padding: 8px 14px 5px 14px;
        border-radius: 4px;
    }
    .menu__right {
        justify-content: center;
        margin-top: 25px;
        align-items: center;
    }
    .menu-line {
        padding: 25px 0 23px 0;
    }
    body.open .top-menu {
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    body.open .menu__wrapper .menu__item:not(:last-child) {
        margin-bottom: 14px;
    }
    body.open .menu__wrapper .menu__item {
         margin-right: 0;
    }
    a#img_big {
        margin: 0 !important;
        float: none !important;
    }
    body.open .menu__wrapper {
        display: flex !important;
        flex-direction: column;
        background: #4c4030;
        padding: 30px 0;
        align-items: center;

        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10000;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.24);
    }
    .bx-auth-table td.new-td-text {
        height: auto;
    }
    .bx-auth-table tr {
        display: flex;
        flex-direction: column;
    }
    .logo__wrapper {
        height: 105px;
    }
    .top-line__inner {
        flex-direction: column;
    }
    .header__account {
        margin-top: 24px;
    }
    iframe {
        height: 250px;
    }
    .burger {
        display: inline-block;
    }
}
.hhh {
    display: none;
}
@media (max-width: 550px) {
    .bx-forgotpass-table td {
        height: auto;
    }
    .bx-forgotpass-table .inp-text {
        max-width: 100%;
        width: 100%;
    }
    .bx-forgotpass-table {
        width: 100%;
        table-layout: fixed;
    }
    .bx-forgotpass-table tr,
    .profile-block-shown tr {
        margin-bottom: 11px;
        display: flex;
        flex-direction: column !important;
    }
    .hhh {
        display: block;
        clear: both;
    }
    .profile-block-shown .profile-table {
        width: 100%;
        table-layout: fixed;
    }
    .profile-block-shown [type="reset"] {
        margin-top: 15px;
    }
    .profile-block-shown td {
        width: 100%;
        max-width: 100%;
    }

    div.profile-block-shown .profile-table td {
        height: auto;
    }
    div.profile-block-shown input[type=text], div.profile-block-shown input[type=password] {
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 442px) {
    .bx-auth-reg table .inp-text {
        width: 100%;
        max-width: 100% !important;
    }

    .bx-auth-reg table {
        width: 100%;
    }

    .bx-auth-reg td.new-td-text {
        height: auto;
    }

    .bx-auth-reg tr {
        margin-bottom: 4px;
        display: flex;
        flex-direction: column !important;
    }

}

@media (max-width: 382px) {
    .links a:nth-child(2) {
        margin-left: 0 !important;
    }
}

.mir__popup .mir__popup-content {
    padding: 19px;
}

.mir__popup .text-2 {
    opacity: .7;
}

.mir__popup .text-1 {
    margin-bottom: 16px;
}

.mir__popup .titler {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    max-width: 228px;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.mir__popup button {
    opacity: .4;
    height: 36px;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    width: 36px;
    padding: 0;
}

.mir__popup a:hover {
    background: #038960;
}

.mir__popup a {
    transition: background 200ms ease;
    background: #006848;
    color: #fff;
    text-decoration: none;
    padding: 9px 16px;
    border: none;
    border-radius: 3px;
    margin-top: 12px;
    display: inline-block;
    font-family: sans-serif;
}

@media (max-width: 550px) {
    .mir__popup {
        left: 20px;
        right: 20px;
        width: auto !important;
        flex-direction: column;
    }
    .mir__popup-svg {
        max-width: initial !important;
        width: auto !important;
    }
}

.mir__popup {
    display: flex;
    max-width: 460px;
    width: 100%;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.22);
    background: #fff;
    position: fixed;
    z-index: 1000000001;
    right: 20px;
    bottom: 20px;
    min-height: 235px;
}

.mir__popup-svg {
    align-items: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    background: #eee;
    max-width: 150px;
    width: 100%;
}