/*   
Theme Name: rubik
Version: 1.7
Author: rubik
Author URI: https://rubik.com.ua/
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone,
img.alignnone {
    margin: 1.5em 0;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 1.5em auto;
}

.alignleft,
img.alignleft {
    float: left;
    margin: 0.3em 1em 0.5em 0;
    max-width: 40%;
}

.alignright,
img.alignright {
    float: right;
    margin: 0.3em 0 0.5em 1em;
    max-width: 40%;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

body {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #191919;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

body:not(.home) {
    padding-top: 135px;
}

body.hidden {
    overflow: hidden !important;
}

.body-mask {
    opacity: 0;
    position: fixed;
    left: -9999px;
    top: 0;
    background: rgba(35, 31, 31, 0.6);
    z-index: 990;
    transition: opacity 0.2s ease;
}

.body-mask.active {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.pum-open {
    overflow-y: scroll !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto;
}

/*Reset*/
p {
    margin-bottom: 0;
}

textarea,
input {
    font-family: 'Manrope', Arial, sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button,
a {
    outline: none !important;
    transition: all .2s ease;
}

a {
    color: #0d6efd;
}

a:hover {
    color: #0a58ca;
}

iframe {
    max-width: 100%;
}

::selection {
    background: #0d6efd; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #0d6efd; /* Firefox */
    color: #fff;
}

/*h*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1em;
    color: #2A0A4B;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 24px;
}

/*END_Reset*/
/*Section_Content*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article p {
    margin-bottom: 1rem;
}

article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child {
    margin-top: 0 !important
}

article dl,
article ol,
article ul {
    margin-bottom: 1rem;
    padding-left: 25px;
    list-style-position: inside;
}

/*END_Section_Content*/

/*Modal*/
.modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0.6em;
}

.modal .modal-header {
    position: relative;
    padding: 0;
}

.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #e21a4b;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.modal .modal-header .close img {
    width: 14px;
}

/*END_Modal*/

/*Contact_Form_7*/
.wpcf7-form {
    position: relative;
}

.wpcf7-form-control:not(.wpcf7-submit),
.form-control {
    font-size: 18px;
    padding: 18px;
    height: initial;
    line-height: 1;
    border: none;
    width: 100%;
    outline: none;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0;
    color: #4D5C6E;
}

.modal .wpcf7-form-control:not(.wpcf7-submit) {
    background: #f3f3f3;
}

.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(80 27 145 / 30%);

}

.wpcf7-submit {

}

.modal-body .not-poblish,
.wpcf7-form .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 1.2em;
    text-align: center;
    display: block;
}

.wpcf7-form textarea {
    resize: none;
}

.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.7);
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form label {
    display: flex;
    align-items: center;
    position: relative;
}

.wpcf7-form label .label-text {
    position: absolute;
    left: 12px;
    z-index: 99;
}

.wpcf7-form label .wpcf7-form-control {
    padding-left: 50px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-weight: 600;
}

.wpcf7-form .wpcf7-validation-errors {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 0.8em;
    border-radius: 6px;
    text-align: center;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    background: #13bfb3;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ba2549;
    background: #f0f3f8;
}

.wpcf7-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wpcf7-spinner::before {
    width: 35px;
    background: #222222;
    height: 35px;
    position: static;
}

/*END_Contact_Form_7*/

/*Owl_Carousel*/
.owl-carousel .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev {
    left: -24px;
}

.owl-carousel .owl-nav .owl-next {
    right: -24px;
}

.owl-carousel .owl-nav > button svg {
    font-size: 30px;
    opacity: 0.5;
    color: #231f1f;
    transition: all .2s ease;
}

.owl-carousel .owl-nav > button:hover svg {
    opacity: 1;
}

/*END_Owl_Carousel*/


/*ColBack*/
.container-circle {
    position: fixed;
    bottom: 150px;
    right: 60px;
    z-index: 99;
}

@-webkit-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.circle {
    animation: spinfon 1.4s infinite linear;
    -moz-animation: spinfon 1.4s infinite ease-in-out;
    -webkit-animation: spinfon 1.4s infinite linear;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    box-shadow: 0 0 8px 35px #501b91;
}

.circleout {
    animation: spintell 2s infinite linear;
    -webkit-animation: spintell 2s infinite linear;
    -moz-animation: spintell 2s infinite linear;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -52px;
    width: 55px;
    cursor: pointer;
    background-color: #501b91;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.circleout:hover {
    animation: spintell 0.5s infinite linear;
    -webkit-animation: spintell 0.5s infinite linear;
    -moz-animation: spintell 0.5s infinite linear;
}

/*END_ColBack*/

/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #501b91;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.skroll_top a {
    color: #fff;
    font-size: 20px;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 38px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

/*END_Skroll_Top*/

/*Bootstrap and Basic styles*/
.container {
    max-width: 1440px !important;
}

.btn {
    border-radius: 3rem;
    padding: 1.1em 3em;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    transition: all .2s ease;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #00b0b0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #501b91;
    border-color: #501b91;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4c197d;
    border-color: #4c197d;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4c197d;
    border-color: #4c197d;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #4c197d;
    border-color: #4c197d;
}


.btn-secondary {
    color: #191919;
    background-color: #efe9f4;
    border-color: #efe9f4;
}

.btn-secondary:hover {
    color: #191919;
    background-color: #EDDDFD;
    border-color: #EDDDFD;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #191919;
    background-color: #EDDDFD;
    border-color: #EDDDFD;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #191919;
    box-shadow: none;
    background-color: #EDDDFD;
    border-color: #EDDDFD;
}


.btn-telegram {
    color: #fff;
    background-color: #1EA4FB;
    border-color: #1EA4FB;
}

.btn-telegram:hover {
    color: #fff;
    background-color: #0e80ca;
    border-color: #0e80ca;
}

.btn-telegram:not(:disabled):not(.disabled).active:focus,
.btn-telegram:not(:disabled):not(.disabled):active:focus,
.show > .btn-telegram.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-telegram:not(:disabled):not(.disabled).active,
.btn-telegram:not(:disabled):not(.disabled):active,
.show > .btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #0e80ca;
    border-color: #0e80ca;
}

.btn-telegram.focus,
.btn-telegram:focus {
    color: #fff;
    box-shadow: none;
    background-color: #0e80ca;
    border-color: #0e80ca;
}

/*Background_Color*/
.bg-grey {
    background: #f0f0f0;
}

.bg-orange {
    background: #ec6611;
}

/*END_Background_Color*/

/*Font_Text*/
.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-700 {
    font-weight: 700;
}

/*END_Font_Text*/

/*Color_Text*/
.text-black {
    color: #221f1f;
}

.text-grey {
    color: #616161;
}

/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #221f1f;
}

.text-grey a,
a.text-grey {
    color: #616161;
}

.text-white a,
a.text-white {
    color: #fff;
}

.text-black a:hover,
a.text-black:hover,
.text-grey a:hover,
a.text-grey:hover {
    color: #ec6611;
}

/*END_Color_Link*/

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf !important;
}

hr {
    border-top: 1px solid #EDDDFD;
    margin: 12px 0;
    opacity: 1;
}

/*Section_Top*/


/*Dropdown_Menu*/
.dropdown .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 10px;
    transition: opacity 0.2s ease;
}

.dropdown:hover > .dropdown-menu {
    left: 0;
    opacity: 1;
}

.breadcrumbs {
    color: #5B5B5C;
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
    opacity: 0.8;
}

.breadcrumbs a {
    color: #5B5B5C;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #501b91;
}

.page-hr {
    border-width: 2px;
    border-radius: 10px;
    margin-top: 24px;
}

header {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .2s ease;
}

header.fixed {
    top: 6px;
}

header .custom-logo {
    height: 75px;
    transition: all .2s ease;
}

header.fixed .custom-logo {
    height: 40px;
}

.section-header {
    background: #fff;
    border-radius: 5rem;
    padding: 12px;
}

#topnav > ul > li:nth-child(n+2) {
    margin-left: 2rem;
}

#topnav > ul > li:last-child {
    margin-left: 10px;
}

#topnav > ul > li.lang-item:not(.current-lang) > a {
    opacity: 0.5;
}

#topnav > ul > li.lang-item:hover > a {
    opacity: 1;
}

#topnav > ul > li > a {
    color: #191919;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

#topnav > ul > li.active > a,
#topnav > ul > li:hover > a {
    color: #501b91;
}

.section-header .btn-phone {
    color: #191919;
    border: 2px solid #501b91;
    border-radius: 3rem;
    text-decoration: none;
    padding: 7px 18px 7px 12px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.section-header .btn-phone:hover {
    color: #501b91;
}

.padding-section {
    padding-top: 3.5rem;
}

.main-title {
    font-size: 44px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: #191919;
    font-family: "Literata", serif;
}

/*Banner*/
.item-banner {
    background: #111;
    position: relative;
}

.item-banner .image-banner {
    opacity: 0.4;
    object-fit: cover;
    max-height: 900px;
}

.item-banner .content-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}

.content-banner h1 {
    font-family: "Literata", serif;
    margin-top: 0;
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 0.6em;
    line-height: 1.4;
    color: #fff;
}

.content-banner p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

/*Values*/
.item-values {
    margin-top: 60px;
    position: relative;
    padding-left: 35px;
}

.item-values:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #501b91;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #a685c5;
}

.item-values:after {
    content: "";
    width: 2px;
    position: absolute;
    left: 11px;
    top: 10px;
    background: #501b91;
    bottom: 0;
}

.values-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.6em;
}

.values-text {
    font-size: 16px;
}

/*apartments*/

#apartments {

}

.apart-item {
    border: 1px solid #EDDDFD;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 24px;
    text-decoration: none;
}

.apart-item img {
    transform: scale(1);
    transition: all .3s ease;
}

.apart-item:hover img {
    transform: scale(1.05);
}

.apart-item .apart-caption {
    padding: 18px 12px 12px;
}

.apart-item .apart-title {
    color: #191919;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
    transition: all .2s ease;
}

.apart-item:hover .apart-title {
    color: #58228D;
}

.apart-sleep {
    color: #5B5B5C;
    font-size: 14px;
}

.apart-night {
    color: #5B5B5C;
    font-size: 16px;
}

.apart-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #58228D;
}

.apart-price b {
    font-size: 0.7em;
    font-weight: 600;
}

.apart-price-old {
    color: #5B5B5C;
    font-size: 20px;
    opacity: 0.7;
    position: relative;
    font-weight: 500;
}

.apart-price-old:after {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    top: 50%;
    height: 2px;
    background: #58228D;
    transform: rotate(6deg);
}

/*accordion*/
.accordion-item {
    border: none;
    border-radius: 0;
}

.accordion-button {
    margin-top: 12px;
    background: #efe9f4;
    border-radius: 12px !important;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    padding: 20px;
    box-shadow: none !important;
}

.accordion-body {
    border: 2px solid #efe9f4;
    border-radius: 12px;
    margin-top: 6px;
}

.accordion-button:not(.collapsed) {
    color: #2A0A4B;
    background-color: #EDDDFD;
}

.accordion-button::after {
    transform: scale(0.8);
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.legal-block-image {
    margin-top: 12px;
    transition: all .3s ease;
}

.legal-image {
    border-radius: 20px;
    object-fit: cover;
    transition: all .3s ease;
}

/*Form*/
.section-form {
    background: #efe9f4;
    border-radius: 20px;
    padding: 2.5rem 0px 3rem;
}

.title-form {
    font-size: 44px;
    font-weight: 600;
    color: #191919;
    line-height: 1.2;
    margin-bottom: 0.8em;
    font-family: "Literata", serif;
}

.tags-wrapper {

}

.tags-wrapper .btn {
    padding: 0.8em 3em;
    margin: 0px 15px;
}

/*Section_Footer*/
.section-footer {
    background: #191919;
    margin-top: 24px;
    color: #ffffff;
    padding: 40px 30px 15px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #d3afff;
}

.phone-footer a {
    font-size: 26px;
}

#bottom-nav {
    flex-direction: column;
}

#bottom-nav > li {
    list-style: disc;
    margin-bottom: 0.4em;
}

#bottom-nav > li > a {
    font-size: 17px;
}

.section-footer .item-contacts {
    line-height: 1.4;
    font-size: 17px;
    display: flex;
    align-items: start;
}

.section-footer .item-contacts:nth-child(n+2) {
    margin-top: 1em;
}

.section-footer .item-contacts svg {
    margin-right: 6px;
    margin-top: 2px;
}


footer hr {
    margin-top: 40px;
    opacity: 0.2;
}

.copyright {
    font-size: 14px;
}

/*END_Section_Footer*/
.image-single {
    margin-bottom: 2rem;
}

.image-single-one {
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
    max-height: 624px;
    height: 624px;
}

.image-single-two {
    object-fit: cover;
    height: 300px;
}

.image-single-three {
    object-fit: cover;
    height: 300px;
    border-radius: 0px 20px 0px 0px;
}

.image-single-last {
    border-radius: 0px 0px 20px 0px;
    object-fit: cover;
    height: 300px;
}

.main-title-single {
    font-size: 34px !important;
}

.apart-price-single .apart-price {
    font-size: 30px;
}

.apart-price-single .apart-night {
    font-size: 18px;
}

.apart-price-single .apart-price-old {
    font-size: 24px;
}

.apart-sleep-single {

}

.apart-sleep-single-item {
    font-size: 18px;
    color: #191919;
    margin-bottom: 25px;
    line-height: 1.2;
}

.apart-sleep-single-item svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.article-single {
    font-size: 18px;
    line-height: 1.6;
}


/*............................................Media_Style...................................................*/
@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1604px;
    }
}

/*....FullHD....*/
@media (max-width: 1599px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .content-banner h1 {
        font-size: 42px;
    }

    .padding-section {
        padding-top: 2rem;
    }

    .main-title {
        font-size: 40px;
    }

    .main-title-single {
        font-size: 30px !important;
    }

    .item-values {
        margin-top: 50px;
        padding-left: 30px;
    }

    .accordion-button {
        font-size: 18px;
        padding: 15px;
    }

    .title-form {
        font-size: 40px;
    }

    .section-form {
        padding: 2rem 0px 2.5rem;
    }

    .apart-item .apart-title {
        font-size: 18px;
    }
}

@media (max-width: 1399px) {
    .article-single {
        font-size: 16px;
        line-height: 1.5;
    }

    .image-single-one {
        max-height: 524px;
        height: 524px;
    }

    .image-single-two {
        height: 250px;
    }

    .image-single-three {
        height: 250px;
    }

    .image-single-last {
        height: 250px;
    }
}

/*....Netbooks....*/
@media (max-width: 1199px) {
    body:not(.home) {
        padding-top: 95px;
    }

    header {
        top: 12px;
    }

    .main-title {
        font-size: 36px;
    }

    .btn {
        padding: 1em 2.5em;
        font-size: 16px;
    }

    .section-header .btn-phone {
        margin-left: 0;
        margin-right: 24px;
    }

    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .btb-menu {
        padding: 0.5em 0.7em !important;
        font-size: 18px;
    }

    #topnav {
        display: block;
        position: fixed;
        left: -500px;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 350px;
        z-index: 998;
        padding-bottom: 100px;
        overflow-y: auto;
        transition: all .2s ease
    }

    #topnav.open {
        left: 0;
    }

    .mob-menu-header {
        background: #efe9f4;
        padding: 12px 12px;
    }

    .mob-menu-header .custom-logo {
        height: 60px !important;
    }

    #top-nav-ul {
        padding: 0px 12px;
        display: block;
    }

    #topnav > ul > li:nth-child(n+2) {
        margin-left: 0;
    }

    #topnav > ul > li > a {
        font-size: 18px;
        display: block;
        background: #efe9f4;
        border-radius: 10px;
        margin-top: 6px;
        padding: 12px;
    }

    .section-header {
        padding: 6px 6px;
    }

    .content-banner p {
        font-size: 22px;
    }

    header .custom-logo {
        height: 65px;
    }

    .phone-footer a {
        font-size: 22px;
    }

    .values-text {
        font-size: 14px;
        line-height: 1.3;
    }

    .values-title {
        font-size: 18px;
        margin-bottom: 0.4em;
    }

    .item-values {
        margin-top: 35px;
        padding-left: 30px;
    }

    #topnav > ul > li.lang-item {
        width: 49%;
        text-align: center;
        float: left;
    }

    #topnav > ul > li.lang-item:last-child {
        float: right;
    }
}


/*....Tablets....*/
@media (max-width: 991px) {
    .accordion-button {
        margin-top: 12px;
    }

    .item-banner .content-banner {
        padding-top: 50px;
    }

    .content-banner h1 {
        font-size: 36px;
    }

    .content-banner p {
        font-size: 20px;
    }

    .main-title {
        font-size: 32px;
    }
}


/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .skroll_top {
        left: 15px;
    }

    .container-circle {
        right: 20px;
        bottom: -35px;
    }

    .skroll_top.fix {
        bottom: 15px;
    }

    .skroll_top a {
        font-size: 18px;
        width: 34px;
        height: 30px;
    }

    .section-footer .item-contacts {
        text-align: center;
        justify-content: center;
    }

    .content-banner h1 {
        font-size: 32px;
    }

    .content-banner p {
        font-size: 18px;
    }

    .item-banner,
    .item-banner .image-banner {
        height: 100vh;
        min-height: 500px;
    }

    .apart-item .apart-caption {
        padding: 15px 6px 12px;
    }

    .apart-item {
        border-radius: 12px;
    }

    .title-form {
        font-size: 30px;
    }

    .wpcf7-form-control:not(.wpcf7-submit), .form-control {
        font-size: 16px;
        padding: 15px;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .image-single-one {
        border-radius: 20px 20px 0px 0px;
        padding-bottom: 24px;
    }

    .image-single-three {
        border-radius: 0;
    }

    .image-single-last {
        border-radius: 0px 0px 20px 20px;
    }
}


/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
    .alignnone,
    img.alignnone,
    .aligncenter,
    img.aligncenter,
    .alignleft,
    img.alignleft,
    .alignright,
    img.alignright {
        float: none;
        max-width: 100%;
        margin: 1em auto;
        display: block;
    }

    .content-banner p {
        font-size: 16px;
    }

    .btn {
        padding: 1em 3em;
        font-size: 16px;
    }

    .padding-section {
        padding-top: 2rem;
    }

    .accordion-button {
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1.2;
    }

    .accordion-body {
        padding: 12px;
        font-size: 14px;
    }

    .main-title {
        font-size: 28px;
    }

    .section-form {
        padding: 1.2rem 0px 1.8rem;
    }

    .section-footer {
        padding: 24px 12px 12px;
    }

    .section-footer .item-contacts {
        font-size: 16px;
    }

    .image-single-two {
        height: 160px;
    }

    .image-single-three {
        height: 160px;
    }

    .image-single-last {
        height: 160px;
    }

    .main-title-single {
        font-size: 24px !important;
    }

    .apart-sleep-single-item {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .apart-sleep-single-item svg {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
}
