@import "font-awesome.min.css";
@import "../fonts/lato/stylesheet.css";
.transition {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: none;
}
html,
body {
    overflow-x: hidden;
    height: 100%;background: #f5f5f5;
}
body {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
    color: #333 !important;
    line-height: 1.2 !important;
    font-weight: normal;
}
.container-fluid {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.body-home {
    background: url('../img/home.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
}
.header {
    background: #01579b;
}
.body-home .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(1, 87, 155, 0.9);
}
@media only screen and (max-width: 767px) {
    .body-home .header {
        position: static;
        background: #01579b;
    }
}
.header-inner {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.logo {
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
}
.logo img {
    margin-right: 15px;
}
.logo:hover {
    opacity: .5;
}
@media only screen and (max-width: 767px) {
    .header-center {
        display: none;
    }
}
.btn-mob-close {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    cursor: pointer;
}
.btn-mob-close:hover {
    opacity: .5;
}
.btn-mob {
    padding: 0;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    display: none;
    color: #fff;
    background: none;
    border: none;
}
.btn-mob:hover {
    color: #03a9f4;
}
@media only screen and (max-width: 767px) {
    .btn-mob {
        display: block;
    }
}
.mob-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 16, 31, 0.85);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.mob-menu.opened {
    left: 0%;
}
.mob-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mob-menu a {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.mob-menu a:hover {
    color: #03a9f4 !important;
}
.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
.main-menu a {
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none !important;
}
.main-menu a:hover {
    color: #ffeb3b !important;
}
.main-menu .del {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 14px;
    background: #ffeb3b;
}
@media only screen and (max-width: 1150px) {
    .main-menu .del {
        display: none;
    }
}
@media only screen and (max-width: 1150px) {
    .main-menu {
        margin: 0 5px;
    }
    .main-menu a {
        margin: 0 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .header-right {
        display: none;
    }
}
.header-contacts {
    white-space: nowrap;
}
@media only screen and (max-width: 1150px) {
    .header-contacts {
        white-space: normal;
    }
}
.header-phone {
    display: flex;
    align-items: center;
    color: #fff !important;
}
.header-phone-icon {
    flex: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-phone-text {
    font-weight: bold;
    font-size: 18px;
}
.header-phone-text a {
    color: #fff !important;
    text-decoration: none !important;
}
.header-phone-text a b {
    color: #ffeb3b !important;
}
@media only screen and (max-width: 1150px) {
    .header-phone-text {
        font-size: 14px;
    }
}
.header-address {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.header-address-icon {
    padding-left: 3px;
    flex: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-address-text {
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 1150px) {
    .header-address-text {
        font-size: 12px;
    }
}
.home-main {
    height: 100%;
}
.home-main .container-fluid {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .home-main {
        height: auto;
    }
    .home-main .container-fluid {
        height: auto;
        padding: 30px 0;
    }
}
.home-main-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px 0 94px 0;
}
@media only screen and (max-width: 767px) {
    .home-main-inner {
        padding: 30px 0;
    }
}
.home-main-title {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.home-main-title span {
    display: none;
}
.home-main-title img {
    max-width: 100%:;
}
@media only screen and (max-width: 767px) {
    .home-main-title span {
        display: block;
    }
    .home-main-title img {
        display: none;
    }
}
.home-main-del {
    width: 80px;
    height: 2px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.home-main-buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .home-main-buttons {
        flex-direction: column;
    }
}
.main-button-kafe {
    margin-right: 15px;
    width: 400px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    text-decoration: none !important;
    font-weight: 600;
    color: #333333 !important;
}
.main-button-kafe i {
    display: block;
    width: 24px;
    height: 23px;
    background: url('../img/kafe.png');
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.main-button-kafe:hover {
    background: #03a9f4;
    color: #fff !important;
}
.main-button-kafe:hover i {
    background: url('../img/kafe-over.png');
}
@media only screen and (max-width: 991px) {
    .main-button-kafe {
        width: auto;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .main-button-kafe {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.main-button-hotel {
    width: 400px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03a9f4;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    text-decoration: none !important;
    font-weight: 600;
    color: #fff !important;
}
.main-button-hotel i {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/hotel-over.png');
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.main-button-hotel:hover {
    background: #fff;
    color: #333333 !important;
}
.main-button-hotel:hover i {
    background: url('../img/hotel.png');
}
@media only screen and (max-width: 991px) {
    .main-button-hotel {
        width: auto;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.main-page {
    padding-top: 30px;
padding-bottom: 40px;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.crumbs {
    display: flex;
    align-items: center;
}
.crumbs a,
.crumbs em {
    margin-right: 10px;
    display: block;
}
.crumbs a {
    text-decoration: none !important;
    color: #333333 !important;
}
.crumbs a span {
    border-bottom: 1px dashed #999;
}
.crumbs em {
    width: 4px;
    height: 4px;
    background: #03a9f4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .crumbs {
        display: none;
    }
}
.page-title-wrap {
    text-align: center;
    margin: 20px 0 45px 0;
}
@media only screen and (max-width: 767px) {
    .page-title-wrap {
        margin: 0 0 30px 0;
    }
}
.page-title {
    font-size: 42px;
}
.page-title:after {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #03a9f4;
}
@media only screen and (max-width: 767px) {
    .page-title:after {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 30px;
    }
}
.main-inner {
    display: flex;
    padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .main-inner {
        display: block;
        padding-bottom: 30px;
    }
}
.sidebar {
    flex: 267px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 40px;
}
@media only screen and (max-width: 767px) {
    .sidebar {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.side-menu {
    background: #d9eef8;
    padding: 10px 0;
}
.side-menu a {
    display: block;
    padding: 19px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #333333 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #d0e5ee;
}
.side-menu a:last-child {
    border: none;
}
.side-menu a:hover {
    color: #03a9f4 !important;
}
@media only screen and (max-width: 767px) {
    .side-menu a {
        padding: 5px 15px;
        font-size: 12px;
    }
}
.widget-vk {
    margin-top: 30px;
    text-align: center;
}
.widget-vk img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .widget-vk {
        display: none;
    }
}
.products .row .col:nth-child(3n+1) {
    clear: both;
}
@media only screen and (max-width: 991px) {
    .products .row .col:nth-child(3n+1) {
        clear: none;
    }
    .products .row .col:nth-child(2n+1) {
        clear: both;
    }
}
.product {
    background: #fff;
    margin-bottom: 30px;
}
.product-thumb {
    display: block;
    position: relative;
}
.product-thumb:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.product-thumb:after {
    content: '';
    left: 30px;
    right: 30px;
    height: 1px;
    background: #eeeeee;
    bottom: -1px;
    position: absolute;
}
.product-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.product-title {
    text-align: center;
    font-size: 18px;
    padding: 30px;
    padding-top: 25px;
	height: 70px;
    padding-bottom: 7px;
}
.product-price-wrap {
    padding: 0px 30px 30px 30px;
   /* display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.product-gramms {
	height: 72px;
	overflow: hidden;
    font-size: 15px;
    color: #999999;
	box-shadow: inset 0px -20px 20px 0px rgba(255,255,255,1);
}
.product-price {
    font-weight: bold;
    font-size: 22px;
	text-align: center;
	margin: 10px 0;
}
.pages {
    justify-content: flex-end;
    display: flex;
}
.pages a {
    font-size: 14px;
    display: block;
    margin-left: 20px;
    color: #333 !important;
    text-decoration: none !important;
}
.pages a:hoveR {
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .pages {
        justify-content: center;
    }
}
.offer {
    padding: 75px 0;
    background: url('../img/offer.jpg') center center no-repeat;
    background-size: cover;
}
.offer-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.offer-subtitle {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.offer-subtitle a {
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
}
.offer-subtitle a b {
    font-size: 24px;
    color: #ffeb3b;
}
.offer-button {
    width: 254px;
    height: 56px;
    color: #fff;
    border: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background: #03a9f4;
    margin-top: 35px;
}
.offer-button:hover {
    background: #03a9f4;
    color: #fff;
}
.bron-inner {
    padding: 45px 65px;
    background: #d9eef8;
    position: relative;
}
.bron-inner:before {
    content: '';
    width: 18px;
    height: 100%;
    background: url('../img/rvan-left.png') center center;
    position: absolute;
    left: 0;
    top: 0;
}
.bron-inner:after {
    content: '';
    width: 18px;
    height: 100%;
    background: url('../img/rvan-right.png') center center;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .bron-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.bron-title {
    font-size: 20px;
    font-weight: bold;
}
.bron-form {
    margin-top: 15px;
}
.bron-lbl {
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: 15px;
}
.date-wrapper {
    position: relative;
}
.date-wrapper input {
    display: block!important;
    width: 100%;
    height: 56px;
    background: #fff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    font-weight: bold;
}
.date-wrapper:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 20px;
    background: url('../img/date.png');
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.date-wrapper:hover:after {
    opacity: .5;
}
.input-guests {
    display: block;
    width: 100%;
    height: 56px;
    background: #fff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
}
.bron-submit {
    display: block;
    width: 100%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: none;
    background: #03a9f4;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 56px;
}
.bron-submit:hover {
    background: #fff;
    color: #03a9f4;
}
.bron-del {
    margin: 35px 0;
    height: 1px;
    background: #e0e0e0;
}
.rooms {
    margin-bottom: 30px;
}
.rooms .col-md-6:nth-child(2n+1) {
    clear: both;
}
.room {
    margin-bottom: 30px;
    position: relative;
}
.room:hover .room-over {
    opacity: 1;
}
.room-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.room-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .room-bottom {
        display: none;
    }
}
.room-pretitle {
    color: #fff;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .room-pretitle {
        font-size: 14px;
    }
}
.room-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .room-title {
        font-size: 16px;
    }
}
.room-prices {
    display: flex;
    align-items: end;
    flex-direction: column;
}
.room-price {
    display: flex;
    margin-top: 5px;
    align-items: flex-end;
}
.room-price:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .room-price {
        flex-direction: column;
    }
}
.room-price-title {
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    .room-price-title {
        margin-right: 0;
    }
}
.room-price-price {
    font-size: 20px;
    color: #ffeb3b;
    font-weight: bold;
}
.room-over {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
@media only screen and (max-width: 767px) {
    .room-over {
        position: static;
        opacity: 1;
        display: block;
    }
}
.room-over-pretitle {
    font-size: 20px;
}
.room-over-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.room-over-prices {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .room-over-prices {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.room-over-price {
    display: flex;
}
.room-over-price-title {
    font-size: 15px;
    margin-right: 10px;
}
.room-over-price-price {
    font-weight: bold;
    font-size: 22px;
}
.room-over-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-over-button {
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    height: 56px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-right: 15px;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333333 !important;
    text-decoration: none !important;
}
.room-over-button:hover {
    color: #fff !important;
    background: #03a9f4;
}
@media only screen and (max-width: 767px) {
    .room-over-button {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.room-over-button-call {
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    height: 56px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background: #03a9f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 0;
}
.room-over-button-call:hover {
    color: #03a9f4 !important;
    border: 1px solid #03a9f4;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .room-over-button-call {
        padding-left: 15px;
        padding-right: 15px;
    }
}
input {
    display: block;
    width: 100%;
    border: 1px solid #cce3f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 70px;
    padding-right: 15px;
    font-size: 15px;
    height: 60px;
    margin-bottom: 10px !important;
}
.footer {
    background: #002b4d;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 9999;
}
.footer-inner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .footer-inner {
        height: auto;
        padding: 10px;
        flex-direction: column;
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 767px) {
    .copyright {
        margin-bottom: 15px;
    }
}
.footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .footer-right {
        height: auto;
        flex-direction: column;
    }
}
.footer-contact {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.footer-contact:last-child .footer-contact-icon {
    position: relative;
    top: -2px;
}
@media only screen and (max-width: 767px) {
    .footer-contact {
        margin-left: 0;
    }
    .footer-contact:first-child {
        margin-bottom: 10px;
    }
}
.footer-contact-icon {
    margin-right: 10px;
}
.footer-contact-text {
    font-size: 15px;
}
.footer-contact-text a {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
}
.footer-contact-text a:hover {
    color: #ffeb3b !important;
}
@media only screen and (max-width: 767px) {
    .footer-contact-text {
        font-size: 13px;
    }
}
.body-home .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .body-home .footer {
        position: static;
    }
}
* {
    outline: none !important;
}
label.error {
    display: none !important;
}
input.error,
textarea.error {
    border: 1px solid #e81a31 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fancybox-close-small:after {
    display: none !important;
}
.fancybox-close-small {
    width: 11px !important;
    height: 11px !important;
    right: 35px !important;
    top: 35px !important;
    background: url('../img/close.png') !important;
}
.fancybox-close-small:hover {
    opacity: .5;
}
@media only screen and (max-width: 767px) {
    .fancybox-close-small {
        top: 0px !important;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.fancybox-is-open .fancybox-bg {
    background: #00101f;
    opacity: .8;
}
.fancybox-slide > * {
    background: none !important;
}
.bright:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.popup {
    display: none;
}
.popup button[type='submit'] {
    height: 64px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03a9f4;
    border: 2px solid #03a9f4;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    text-decoration: none !important;
    font-weight: 600;
    color: #fff !important;
}
.popup button[type='submit'] i {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/hotel-over.png');
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.popup button[type='submit']:hover {
    border-color: #03a9f4;
    background: #fff;
    color: #03a9f4 !important;
}
.popup button[type='submit']:hover i {
    background: url('../img/hotel.png');
}
@media only screen and (max-width: 991px) {
    .popup button[type='submit'] {
        width: auto;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.popup-inner {
    background: #fff;
    position: relative;
    width: 380px;
    padding: 30px;
    padding-bottom: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popup-inner:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    right: -10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.popup-inner:after {
    content: '';
    display: block;
    right: 0px;
    height: 10px;
    left: 10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
}
@media only screen and (max-width: 767px) {
    .popup-inner {
        width: 100%;
    }
}
.popup-title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}
.popup-subtitle {
    font-size: 15px;
    text-align: center;
    color: #73787d;
    margin-top: 10px;
    margin-bottom: 25px;
}
.thanks {
    text-align: center;
}
.politics-text {
    color: #666;
    font-size: 14px;
    margin-top: 25px;
    height: 250px;
    overflow: auto;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #b8babc;
    opacity: 1;
}
:-moz-placeholder {
    color: #b8babc;
    opacity: 1;
}
::-moz-placeholder {
    color: #b8babc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #b8babc;
    opacity: 1;
}
.agents {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 40px auto;
    position: relative;
}

.agents__title {
    color:#e6e6e6;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
}

.agents-controls {
    position: absolute;
    top: 0;
    right: 15px;
}

.agents__control-button {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 3px;
    background-color: red;
    opacity: .6;
    font-size: 16px;
    color: white;
    transition: .25s;
}

.no-touch .agents__control-button:hover,
.touch .agents__control-button:active {
    opacity: 1;
}

.agents__control-button--left:before {
    font-family: 'icomoon' !important;
    content: "\e900";
}

.agents__control-button--right:before {
    font-family: 'icomoon' !important;
    content: "\e901";
}

.agents-slider {
    margin-left: -7px;
    margin-right: -7px;

    .slick-slide {
        margin-left: 7px;
        margin-right: 7px;
        box-shadow: 0 2px 0 rgba(227, 228, 231, 0.87);
        border-radius: 3px;
        border: 1px solid #333;
    }

    .agents__control-button {
        display: none !important;
    }
}

.agents-item__preview {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid $red;

    i {
        position: absolute;
        font-size: 60px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #333;
    }

    img {
        object-fit: cover;
        object-position: center;
    }

    img + i {
        display: none;
    }
}

.agents-item-description {
    padding: 20px 20px 30px 20px;
}

.agents-item__about-manager {
    color: #333;
    font-size: 16px;
    font-weight: 600;

    span {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }
}

.agents-contacts {
    align-items: center;
    margin-top: 20px;
}

.agents-contacts__tel {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.no-touch .agents-contacts__link:hover,
.touch .agents-contacts__link:active {
    border-color: #333;
}

@media only screen and (max-width: 1199px) {
    .agents {
        max-width: 990px;
    }

    .agents-item-description {
        padding: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .agents {
        max-width: 750px;
    }
}

@media only screen and (max-width: 768px) {
    .agents {
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .agents-controls {
        display: none;
    }

    .agents-slider {
        position: relative;

        .agents__control-button {
            display: block !important;
            position: absolute;
            z-index: 1;
            top: 50%;
            transform: translateY(-50%);
            opacity: 1;

            &.agents__control-button--left {
                left: 0;
                right: auto;
            }

            &.agents__control-button--right {
                right: 0;
                left: auto;
            }
        }
    }
}
.agents-item__preview{
    text-align: center;
    background-color: #FFF;
    height: 350px;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #002b4d;
    width: 250px;
}
.agents-slider__item{
    width: 250px;
    min-height: 520px;
    margin-bottom: 40px;
}
.agents-prof{
    font-weight: 400;
}
.agents-contacts *{
    font-weight: 800;
    color: #333;

}
.agents-contacts p a, .agents-contacts p span{
    font-weight: 800;
    color: #333;
    text-decoration: none;
}
.agents-contacts p{
    display: block;
}
.news_wrap{
    width: 100%;
    height: 300px;
    display: block;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
.news_info{
    display: block;
    height: 300px;
}
.news_short{
    position: absolute;
}
.news_wrap img{
    border-radius: 50%;
}
.news_title{
    text-align: center;


}
.news_title a{
    text-decoration: none !important;
}
.news_info p{
    position: absolute;
    top: 175px;
    line-height: 1.2em;
    margin-left: 20px;
    max-width: 350px;
}

.news_photo img{ max-width: 100%;}
.news_title a{
  color: #333333;
}


.prod_card_count{
	display: -webkit-flex; 
	display: flex;
	width: 100%;
}

.prod_card_count span{
	background: #01579b;
	color: white;
	font-weight: bold;
	font-size: 28px;
	margin: 0;
	width: auto;
	flex-grow: 10;
	line-height: 35px;
	text-align: center;
	user-select: none; 
	cursor: pointer;
	transition: all 200ms;
}
.prod_card_count span:hover{
	color: #ffeb3b;
	opacity: 0.9;
	transition: all 200ms;
}
.prod_card_count input{
	width: 60%;
	flex-grow: 1;
	margin: 0;
	margin-bottom: 0 !important;
	height: 35px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.cart_card_count{
	width: 100px;
	margin-top: 5px;
}
.cart_card_count input{
	width: 40%;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	border: none;
}
.cart_card_count span{
	font-size: 25px;
	line-height: 25px;
}
.prod_card_add{
	user-select: none; 
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	background: #01579b;
	color: white;
	font-weight: bold;
	line-height: 35px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 200ms;
}
.prod_card_add:hover{
	text-decoration: none;
	color: #ffeb3b;
	opacity: 0.9;
	transition: all 200ms;
}

.goToCart{
	user-select: none; 
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	background: #ffeb3b;
	color: white !important;
	font-weight: bold;
	line-height: 35px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 200ms;
	padding: 0 !important;
}
.goToCart:hover{
	text-decoration: none;
	color: #ffeb3b !important;
	opacity: 0.9;
	transition: all 200ms;
}


.side-cart{
	padding: 0 15px 20px;
}
.top-catalog{
	display: flex;
	display: -webkit-flex; 
	width: 100%;
	margin: 20px 0;
	align-items: center;
}
.top-catalog a{
	flex-grow: 1;
	border: 1px solid #01579b;
	padding: 20px 20px;
	text-align: center;
	margin: 10px 5px;
	/*min-height: 50px;*/
}
.top-catalog a:hover{
	text-decoration: none;
	color: white;
	background: #01579b;
	opacity: 0.9;
	transition: all 200ms;
}
.cart-inner .cart-item{
	position: relative;
	display: flex;
	display: -webkit-flex; 
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.orderInner{
	position: relative;
	
	width: 50%;
	margin: 25px auto;
}
.orderInner .orderRight{
	
}
.orderInner .orderDelivery input{
	display: none;
}
.orderInner .orderDelivery label{
	border: 1px solid #01579b;
	padding: 20px 20px;
	text-align: center;
	
	cursor: pointer;
	transition: all 200ms;
	flex: 0 0 auto;
	width: 49.5%;
}
.orderInner .orderDelivery label:hover{
	background: #a8dbf0;
	transition: all 200ms;
}

.orderInner .orderDelivery label.active{
	background: #01579b;
	color: white;
}

.orderInner .orderPay input{
	display: none;
}
.orderInner .orderPay label{
	border: 1px solid #01579b;
	padding: 20px 20px;
	text-align: center;
	
	cursor: pointer;
	transition: all 200ms;
	flex: 0 0 auto;
	width: 49.5%;
}
.orderInner .orderPay label:hover{
	background: #a8dbf0;
	transition: all 200ms;
}

.orderInner .orderPay label.active{
	background: #01579b;
	color: white;
}

.product-weight{
	text-align: center;
	color: #626262;
	margin-bottom: 5px;
}
.product-gramms{
	font-size: 13px;
	line-height: 14px;
}

.orderRight textarea{
	display: block;
	width: 100%;
	border: 1px solid #cce3f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 70px;
	padding-right: 15px;
	font-size: 17px;
	margin-bottom: 10px !important;
	padding-top: 15px;
	resize: none;
	height: 120px;
}
.cart-inner .cart-item img{
	width: 80px;
	flex-grow: 0;
	min-width: 80px; 
}
.cart-inner .cart-item .cart-item-inner{
	padding: 0 10px;
	font-size: 14px;
	flex-grow: 4;
}
.cart-inner .cart-item .item-total-price{
	text-align: right;
}
.cart-inner .cart-total-price{
	font-size: 18px;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.cart-inner .cart-total-price b{
	font-weight: bold;
	float: right;
}
.deleteBtn{
	position: absolute;
	right: 10px;
	top: 25px;
	background: #af0000;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	width: 25px;
	text-align: center;
	padding-left: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	transition: all 200ms;
}
.deleteBtn:hover{
	opacity: 0.8;
}

.makeOrderBtn{
	border-style: none;
	border: none;
	text-transform: uppercase;
	user-select: none; 
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #01579b;
	color: white;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 200ms;
}
.makeOrderBtn:hover{
	text-decoration: none;
	color: #ffeb3b;
	opacity: 0.9;
	transition: all 200ms;
}


#popup-item .popup-inner{
	width: 900px;
	max-width: 100%;
}
#popup-item .popup-inner img{
	display: block;
	margin: 0 auto;
}
#popup-item .popup-inner .popupBottomWrapper{
	display: flex;
	width: 100%;
}
.cart-main-wrapper{
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.cart-main-wrapper .cart-inner .cart-item img {
    width: 120px;
}

.cart-main-wrapper .item-name{
	font-size: 20px;
	margin-bottom: 10px;
}

.cart-main-wrapper .cart_card_count {
    width: 150px;
}

.cart-main-wrapper  .sidebar{
	margin-right: 0;
}
.cart-main-wrapper .cart_card_count span {
    font-size: 30px;
    line-height: 30px;
}


.cart-main-wrapper .cart_card_count input {
    height: 30px;
}

.cart-main-wrapper .item-total-price{
	font-weight: bold;
}

.allMenuOneFile{
	border: 1px solid #01579b;
	padding: 20px 20px;
	text-align: center;
	margin: 10px auto;
	width: 100%;
	display: block;
}
.allMenuOneFile:hover{
	text-decoration: none;
	color: white;
	background: #01579b;
	opacity: 0.9;
	transition: all 200ms;
}


