/*
Theme Name: Custom Theme
Template: Divi

Version: 6.4.4
*/

.innerContainer .small-order_form {
    padding: 20px 0;
}

.innerContainer {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

/*НАЧАЛ Набор иконок для сайта icon moon*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?6sqjh8');
    src: url('fonts/icomoon.eot?6sqjh8#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?6sqjh8') format('truetype'),
        url('fonts/icomoon.woff?6sqjh8') format('woff'),
        url('fonts/icomoon.svg?6sqjh8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e942";
}

.icon-lock:before {
    content: "\e98f";
}

/*КОНЕЦ Набор иконок для сайта icon moon*/





body {
    font-family: Roboto Condensed;
    color: #000;
    font-size: 16px;
}

p {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1 {
    font-size: 36px;
}

a {
    color: #0079ca;
    transition: color 200ms linear;
}

a:hover {
    color: #024979;
}


/*Настройка отображения отзывов*/
/*отображение формы*/
.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
    height: 35px;
    border-radius: 4px;
    padding: 0px 10px;
    font-family: Roboto Condensed;
    font-size: 14px;
}

.strong-form textarea {
    height: 200px;
    padding: 10px 10px;
}


.wpmtst-form {
    margin-bottom: 10px;
    box-shadow: 0 0 2px 0px black;
    width: 100%;
}

@media (min-width: 700px) {

    .wpmtst-submission-form>div.form-field.field-client_name,
    .field-email {
        width: 50%;
        display: inline-block;
    }

    .wpmtst-submission-form>div.form-field.field-client_name {
        padding-right: 10px;
    }
}

div.testimonial {
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 0 2px 0px black;
}

div.testimonial-inner {
    border: none !important;
}

img.avatar {
    border-radius: 50%;
    box-shadow: 0 0 3px 0px black;
}

/*конец стилей отзывов*/

/*начало стилей мелких исправлений*/
.image-right-row .et_pb_column {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .et_pb_tab {
        padding: 24px 12px;
    }
}

#footer-bottom {
    padding: 0 0 0 0;
}

.white-popup {
    position: relative;
    background: none;
    padding: 0;
    width: 70%;
    max-width: 90%;
    margin: auto;
}

/*настройка отображения сайта после обновления темы*/

/*Стили для кастомного Аккордион-элемента*/
.custom-accordion .et_pb_accordion_item {
    background-color: white;
    transition: transform linear 150ms;
}

.custom-accordion .et_pb_toggle_close:hover {
    transform: translateX(10px);
}

.custom-accordion>.et_pb_toggle_open {
    padding: 20px;
    transform: translateX(10px);
}

/*header*/
@media (min-width: 981px) {
    .f-nav {
        z-index: 9999 !important;
        position: fixed !important;
    }
}

/*конец стилей мелких исправлений*/


.et_pb_column_8 .et_pb_column_1_4 .et_pb_column {
    width: 450px;
}

.et_pb_contact_field_last .et_pb_contact_field_half .et_pb_contact_field_3 .et_pb_contact_field {
    width: 70%;
}

.et_contact_bottom_container {
    margin: 11px 0 0 0;
}

.text_danger {
    color: #d9534f;
}

.text_danger:hover {
    text-decoration: underline;
}

.et_pb_button_alignment_right .et_pb_module .et_pb_button_module_wrapper {
    margin-top: 115px;
}

.txt_dec_on:hover {
    text-decoration: underline;
}

.txt_dec_on_white:hover {
    text-decoration: underline;
    color: #ffffff;
}

.et_pb_column_8 .et_pb_column_1_4 .et_pb_column {
    margin-left: 30px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lock:before {
    content: "\f023";
}

/*Для Бронирования*/

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    border: 0;
}

.modal-header {
    padding: 15px 15px 0 15px;
    min-height: 17px;
}

.modal-header .close {
    margin-top: -8px;
    font-size: 26px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-title {
    margin: 0;
    font-weight: 600;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.modal-body {
    position: relative;
    padding: 15px !important;
    overflow-x: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.col-md-8 {
    width: 33.33333333%;
    float: left;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left !important;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.multi-level-list ul {
    list-style-position: inside;
}

.multi-level-list ol {
    list-style-position: outside;
    margin-left: 16px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #ffffff;
    border-color: #001226;
}

/*Конец "Для бронирования"*/

label {
    font-size: 18px;
    color: #000;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.container_rel {
    position: relative;
}

.container_abs {
    position: absolute;
}

.text_href,
.container_abs {
    text-decoration: none;
    color: #ffffff;
    top: 60%;
    width: 100%;
    text-align: center;
    font-size: 23px;
}

.text_href,
.container_abs:hover {
    text-decoration: underline;
}

.text_underline:hover {
    text-decoration: underline;
}

.et_pb_row {
    width: 90%;
    max-width: 1280px;
}

.et_pb_module {
    margin-bottom: 0 !important;
}


.none_block {
    display: none;
}

/*Стили для БЛОКОВ с ОПИСАНИЕМ на главной*/

.description_block {
    height: 300px;
    overflow-y: hidden !important;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-bottom: 13px solid #fff;
}

/*КОНЕЦ (Стили для БЛОКОВ с ОПИСАНИЕМ на главной и CallRoom)*/

.mfp-img {
    max-height: 95vh !important;
}

.mfp-content figure {
    max-width: 900px;
    width: 100%;
}

.mfp-close {
    display: none !important;
}

.mfp-image-holder .mfp-close {
    display: block !important;
}

.modal-mainContent {
    min-height: 220px;
    display: flex;
    justify-content: center;
}

.modal-mainContent .roomParams {
    margin: 10px 0;
}

.image_in_modal_block {
    margin-right: 10px;
    width: 300px;
    align-self: flex-start;
    border-radius: 5px;
}

.container_breadcrumb {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    padding: 15px 0 15px 0;
    font-size: 16px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.my_button {
    color: #ffffff !important;
    border-radius: 4px;
    border: 0;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 0 10px;
    height: 35px;
    cursor: pointer;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.my_button.procedure {
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.left_button_in_block_room {
    width: 48%;
    text-align: center;
    float: left;
    height: 35px;
    max-height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.right_button_in_block_room {
    width: 48%;
    text-align: center;
    float: right;
    height: 35px;
    max-height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.blockAlphaHidden {
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFffffff', endColorstr='#00ffffff', GradientType=0);
}

.success_block {
    display: none;
}

/*Правила для placeholder*/

/*Плавное изменение прозрачности placeholder-а при фокусе*/

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/*КОНЕЦ*/

/*Обрезание placeholder-a*/

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

/*Конец*/

::-webkit-input-placeholder {
    color: #b8b8b8;
}

::-moz-placeholder {
    color: #b8b8b8;
}

/* Firefox 19+ */

:-moz-placeholder {
    color: #b8b8b8;
}

/* Firefox 18- */

:-ms-input-placeholder {
    color: #b8b8b8;
}

/*КОНЕЦ правил для placeholder*/


/*Конец формы обратного звонка*/

.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25% !important;
    margin-right: 5.5%;
}

.room-card {
    margin-top: 30px;
}

.left_button_in_room {
    width: 49%;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}

.right_button_in_room {
    width: 49%;
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 769px) {
    .mfp-content {
        vertical-align: top !important;
        margin-top: 3% !important;
    }
}

.logo_text {
    display: inline-block;
    font-size: 20px;
}


.et_pb_hidden,
.et_pb_hidden div#acf_after_title-sortables,
.et_pb_hidden div#acf_after_title-sortables div,
.et_pb_hidden div#acf_after_title-sortables p {
    display: block !important;
}

.et_pb_hidden div#acf_after_title-sortables div.acf-hidden,
.et_pb_hidden #postdivrich {
    display: none !important;
}

/*НОВЫЕ ТАБЛИЦЫ*/

.crm-price-list table,
.custom_table {
    margin-top: 15px;
    margin-bottom: 3px;
    width: 100%;
}

.crm-price-list table .active,
.custom_table .active {
    vertical-align: middle;
}

.crm-price-list table .active th,
.custom_table .active th {
    color: #000;
    border: #626262 solid 1px;
    text-align: center;
}

.crm-price-list .zakaz,
.custom_table .zakaz {
    color: #fff;
    font-weight: 600;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
}

.crm-price-list table tr:nth-child(n + 3) td:first-child,
.custom_table tr:nth-child(n + 3) td:first-child {
    background: #c9d4d5;
    color: #000;
    border: #626262 solid 1px;
}

.crm-price-list table tr:nth-child(n + 3) td:not(:first-child),
.custom_table tr:nth-child(n + 3) td:not(:first-child) {
    color: #000;
    border: #626262 solid 1px;
    background: #f0f0f0;
}

.alert-danger {
    color: #777;
    margin-bottom: 8px;
}

.mobile_table {
    position: relative;
}

.mobile_table.work table {
    overflow-y: hidden;
    /*Свойство добавлено чтобы исправить проблему со скроллом мобильной таблицы вверх на некоторых страницах (не скроллилась страница)*/
    overflow-x: scroll;
    display: block !important;
}

.mobile_table.work .arrow_table {
    position: absolute;
    cursor: pointer;
    top: 5%;
    right: 0;
    margin-right: 0;
}

.mobile_table.work .arrow_table img {
    height: 50px;
}

@keyframes swipe_table {
    0% {
        opacity: 0.3;
        right: -20px;
    }

    5% {
        opacity: 0.3;
        right: -18px;
    }

    10% {
        opacity: 0.3;
        right: -16px;
    }

    15% {
        opacity: 0.4;
        right: -14px;
    }

    20% {
        opacity: 0.4;
        right: -12px;
    }

    25% {
        opacity: 0.5;
        right: -10px;
    }

    30% {
        opacity: 0.5;
        right: -8px;
    }

    35% {
        opacity: 0.5;
        right: -6px;
    }

    40% {
        opacity: 0.6;
        right: -4px;
    }

    45% {
        opacity: 0.6;
        right: -2px;
    }

    50% {
        opacity: 0.7;
        right: 0;
    }

    55% {
        opacity: 0.7;
        right: -2;
    }

    60% {
        opacity: 0.6;
        right: -4;
    }

    65% {
        opacity: 0.6;
        right: -6;
    }

    70% {
        opacity: 0.6;
        right: -8;
    }

    75% {
        opacity: 0.5;
        right: -10px;
    }

    80% {
        opacity: 0.5;
        right: -12px;
    }

    85% {
        opacity: 0.5;
        right: -14px;
    }

    90% {
        opacity: 0.4;
        right: -16px;
    }

    95% {
        opacity: 0.4;
        right: -18px;
    }

    100% {
        opacity: 0.3;
        right: -20px;
    }
}

.mobile_table.work .arrow_table {
    animation: swipe_table 2s infinite ease-in-out;
}

.mobile_table:not(.work) .arrow_table {
    display: none;
}

/*настройка кастомных таблиц*/
.custom_table .subheader {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*КОНЕЦ НОВЫЕ ТАБЛИЦЫ*/

.hidden_table.hide {
    display: none;
}

.hidden_table {
    font-family: Roboto Condensed !important;
    overflow-x: auto;
}

/*############# Новые формы ##############*/

/*Форма в верхнем баннере*/

#RaneeBron {
    border-radius: 5px;
    padding: 40px 25px 40px 35px;
} 

/*КОНЕЦ формы в верхнем баннере*/

/*Маленькая форма обратного звонка*/



.small-order_form .text_wait {
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}

.bg_woman {
    background: url(/images/other/woman.jpg) no-repeat;
    background-position: 0% 100%;
    background-size: contain;
    padding-bottom: 20px !important;
}

/*Конец маленькой формы обратного звонка*/


/*animation of forms*/
.bg_woman {
    box-shadow: 0 0px 3px black;
    border-radius: 5px;
    z-index: 9;
    transition: box-shadow 350ms linear, transform 350ms linear;
    background-color: #e7e8e9 !important;
}

.bg_woman:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

#RaneeBron {
    transition: box-shadow 350ms linear, transform 350ms linear;
}

#RaneeBron:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px 0px black;
}

/*Настройка кнопки назад вверх*/
.et_pb_scroll_top.et-pb-icon {
    padding: 15px;
    box-shadow: 0px 0px 5px white;
    transition: background 200ms linear, color 200ms linear;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: rgba(255, 255, 255, 0.69);
}

@media (max-width: 975px) {
    .et_pb_scroll_top.et-pb-icon {
        background: rgba(255, 255, 255, 0.8) !important;
        color: #000;
        padding: 10px;
        box-shadow: 0 0 3px #000;
    }
}

/*Стили галерей*/
/*Исправление галереи*/
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row,
.et_pb_gallery_grid .et_pb_gallery_item.et_pb_grid_item.last_in_row {
    margin-right: 0 !important;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row,
.et_pb_gallery_grid .et_pb_gallery_item.et_pb_grid_item.last_in_row {
    margin-right: 0 !important;
}

.gallery-heading {
    margin-top: 30px !important;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px !important;
    border-radius: 5px;
}

.scale-gallery {
    border-radius: 5px;
}

.scale-gallery img {
    transition-duration: 600ms;
}

.scale-gallery img:hover {
    transform: scale(1.05);
}

.et-pb-arrow-prev,
.et-pb-arrow-next {
    background-color: rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.scale-gallery .et_pb_gallery_image,
.scale-gallery .el_masonry_gallery_image_wrapper {
    border-radius: 5px;
}

.scale-gallery img,
.scale-gallery span {
    border-radius: 5px;
}

.scale-gallery .et_pb_gallery_title,
.video-title,
.scale-gallery .el_masonry_gallery_item_title {
    margin-top: 30px !important;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px !important;
    border-radius: 5px;
    text-align: center;
}



/*Конец cтилей галерей*/



/**/
@media (max-width: 700px) {
    .image-right-row {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .image-right-row .et_pb_column {
        margin-bottom: 30px !important;
    }
}

/*Скруглённые края у гамбургеров и выезжающих элементов*/
.et_pb_toggle {
    border-radius: 5px;
}

/*Настройка отображения номера телефона в футере*/
.footer-number {
    color: #000;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px white;
    padding: 2px;
    border-radius: 5px;
}

/*Выравнивание карточек номеров на главной*/
@media (min-width: 768px) {
    .rooms-list-main {
        display: flex;
    }

    .rooms-list-main__item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0;
    }

    .rooms-list-main__title {
        flex-grow: 1;
    }
}

/*Стили для Аккордион-элемента*/
.custom-accordion .et_pb_accordion_item {
    background-color: white;

    transition: transform linear 150ms;
}

.custom-accordion .et_pb_toggle_close:hover {
    transform: translateX(10px);
}

.custom-accordion>.et_pb_toggle_open {
    padding: 20px;
    transform: translateX(10px);
}


/*НАЧАЛО responsive.css*/
/*Begining of Galleries styles*/

@media all and (min-width: 981px) {
    .gallery_8items .et_pb_gallery_item {
        width: 10.75% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_8items .et_pb_gallery_item:not(:last-child) {
        margin-right: 2% !important;
    }

    .gallery_6items .et_pb_gallery_item {
        width: 15% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_6items .et_pb_gallery_item:not(:last-child) {
        margin-right: 2% !important;
    }

    .gallery_5items .et_pb_gallery_item {
        width: 18.4% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_5items .et_pb_gallery_item:not(:last-child) {
        margin-right: 2% !important;
    }

}

@media all and (min-width: 769px) and (max-width: 980px) {
    .et_pb_gallery_items .last_in_row {
        margin-right: 0 !important;
    }

    .gallery_8items .et_pb_gallery_item {
        width: 22% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_8items .et_pb_gallery_item:not(:last-child) {
        margin-right: 3% !important;
    }

    .gallery_6items .et_pb_gallery_item {
        width: 31.3% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_6items .et_pb_gallery_item:not(:nth-child(3)):not(:nth-child(6)) {
        margin-right: 3% !important;
    }

    .gallery_5items .et_pb_gallery_item {
        width: 47% !important;
        margin: 0 0 3% 0 !important;
    }

    .gallery_5items .et_pb_gallery_item:not(:nth-child(2)):not(:nth-child(4)) {
        margin-right: 3% !important;
    }
}

/*End of galleries styles*/

@media (min-width: 981px) {
    .about_block3 .et_pb_column {
        width: 28.6% !important;
    }

    .about_block4 .et_pb_column {
        width: 23% !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1280px) {
    .block4-1 {
        font-size: 18px;
    }
}

@media (max-width: 1170px) {
    .callroom_form {
        width: 100%;
        margin-top: 20px;
    }
}


@media all and (min-width: 1px) and (max-width: 1005px) {
    .white-popup {
        width: 95% !important;
        max-width: 95% !important;
    }
}

@media all and (min-width: 769px) and (max-width: 980px) {
    .et_pb_gallery_items .last_in_row {
        margin-right: 0 !important;
    }

    .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_gallery .et_pb_gallery_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item {
        width: 22% !important;
        margin: 0 3% 3% 0 !important;
    }

}

@media all and (min-width: 867px) and (max-width: 985px) {
    #OneClick {
        width: 70% !important;
    }
}

@media all and (min-width: 1px) and (max-width: 980px) {

    #block_where_padding_top {
        padding-top: 50px !important;
    }

    #block_where_padding_bottom {
        padding-bottom: 8px !important;
    }

    .about_block3 {
        background-position: 0 30%;
    }

    .about_block4 {
        background: none;
    }

    .about_block4 .et_pb_column:first-child {
        margin-left: 0;
    }

    .text_on_img_about_block4 {
        top: 50%;
    }

    .small-order_form:not(.modal) #form-order .col-md-8 {
        width: 95%;
        margin: auto;
    }

    .bg_woman {
        background: transparent !important;
    }
}

@media all and (min-width: 768px) and (max-width: 900px) {
    .text14, .text15, .text16 {
        height: 75px;
    }
}

@media all and (min-width: 1px) and (max-width: 866px) {
    #OneClick {
        width: 90% !important;
    }
}



@media all and (min-width: 1px) and (max-width: 768px) {

    .et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media all and (min-width: 1px) and (max-width: 700px) {
    .none_block {
        display: block;
        margin-bottom: 20px;
    }

    .none_block_mobile {
        display: none;
    }

    .et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0;
    }

    .about_block3 {
        background: none;
    }

    .about_block3 .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .text_on_img_about_block3 {
        top: 65%;
    }

    #RaneeBron {
        padding: 25px 12px 25px 12px;
    }

}


@media all and (min-width: 1px) and (max-width: 600px) {
    .left_button_in_room {
        width: 100%;
    }

    .right_button_in_room {
        width: 100%;
        margin-top: 2%;
    }

    .modal-mainContent {
        flex-wrap: wrap;
    }
}


