body {
    background: transparent url(/image/catalog/a_svetofor/fon/sv_fon0x.png) /*no-repeat*/;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    height: auto;
    width: 400;
    background-repeat: repeat-y;
}
/*
body::-webkit-scrollbar {
  width: 12px; 
}
body::-webkit-scrollbar-track {
  background: orange;
}
body::-webkit-scrollbar-thumb {
  background-color: blue; 
  border-radius: 20px;     
  border: 3px solid orange; 
}*/

/*body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}*/
h1, h2, h3, h4, h5, h6 {
    color: #c8a176;
}

/* default font size */
.fa {
    font-size: 14px;
    color: #ffffff;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 35px;
    text-align: center;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.markers li {
    position: relative;
}

.markers {
    margin: 0 0 20px 14px;
    padding: 0;
}

.markers li {
    list-style-image: url(/image/catalog/marker3.png);
    margin: 7px 0;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

#scroll-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    margin: auto;
    width: 100%;
    /*background: black;*/
    background-image: linear-gradient(to bottom, #000000, #0000008f);
    border-color: #5f5f5f00 #00000000 #ffa0006b;
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #d4ab7d;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #977a59);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #ffffff00;
    border-bottom: 0px solid #f1f1f1;
    padding: 0px 0px 0px 0;
    margin: 0 0 0 0;
    min-height: 30px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #937655);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #d4ab7d;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 5px;
    text-align: left;
}

#top-links a + a {
    /* margin-left: 15px; */
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #00000000;
    /* background-image: linear-gradient(to bottom, #000000a1, #0000002e); */
    background-repeat: repeat-x;
    /* border-color: #5f5f5f00 #00000000 #ffa0006b; */
    min-height: 40px;
    z-index: 8;
    width: 100%;
}

#menu .nav > li > a {
    color: #fff;
    /* font-size: 14px; */
    /* font-weight: bold; */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.5s;
    /* margin: 2.5rem 0; */
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #d4ab7d73;
}

#menu .nav > li > a.txt-menu {
    background: none !important;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #8b7153);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 5px 15px;
    float: right;
    background-color: #ff0000;
    background-image: linear-gradient(to bottom, #ff0000, #9a0000);
    background-repeat: repeat-x;
    border-color: #ff0000 #d90303 #bc0000;
    /* position: absolute; */
    /* left: 10px; */
    /* top: -50px; */
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #ff0000;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    #menu .nav > li > a {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav {

    background-color: #00000091;
}
.nav > li {
    margin: 10px;
}
}
/* content */
#content {
    min-height: 100%;
    /*background-color: #39291d;*/
    min-width: 100%;
}

/* footer */
footer {
    background: transparent url(/image/catalog/xfons3.jpg)/* no-repeat*/;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    height: auto;
    width: 400;
    margin-top: 0px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #d4ab7d;
    color: #e2e2e2;
    background-repeat: repeat-y;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #d4ab7d;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 10px 0;
    padding: 0px 0;
    border: 1px solid #ffffff00;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    /* text-shadow: 0 1px 0 #FFF; */
    padding: 0 8px;
    position: relative;
    white-space: nowrap;
    color: #ffffff;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    /*content: '';*/
    display: block;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #595959;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 10px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #d4ab7d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #eeeeee00, #ffffff7d);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #d4ab7d #d4ab7d;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #7f664a);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #7f664a;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #d4ab7d, #7f664a);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #7f664a);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #7f664a);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #d4ab7d);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #d4ab7d;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #d4ab7d;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #d4ab7d;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d4ab7d;
    background-image: linear-gradient(to bottom, #d4ab7d, #937656);
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #937656;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #937656;
    background-image: linear-gradient(to bottom, #d4ab7d, #937656);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #d4ab7d;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #d4ab7d;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    padding-top: 15px;
}

.product-thumb .caption {
    padding: 0 10px;
    min-height: 70px;
    text-align: center;
    margin-top: -10px;
    background-color: #000000ab;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 70px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }

    .fsf a {
        font-size: 15px;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear:left;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media only screen and (max-width: 770px) {
    .nav>li>a.txt-menu {
        display:none;
    }
}

.tabs {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs>section {
    display: none;
    /* padding: 15px; */
    background: #ffffff00;
    /* border: 1px solid #ddd; */
}

.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs>input {
    display: none;
    position: absolute;
}

.tabs>label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 2px 2px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: 0px solid #d4ab7d;
    border-width: 1px 1px 1px 1px;
    background: #dcbb96;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}

.tabs>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabs>input:checked+label {
    color: #555;
    border-top: 2px solid #009933;
    border-bottom: 1px solid #d4ab7d;
    background: #fff;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3 {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs>label {
        font-size: 12px;
    }

    .tabs>img {
        height: 100%;
        width: 100%;
    }

    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs>label {
        padding: 5px;
    }
}

.tabs2 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs2>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs2>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs2>input {
    display: none;
    position: absolute;
}


.tabs2>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs2>label:hover {
    color: #888;
    cursor: pointer;
}

.tabs2>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6 {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs2>label {
        font-size: 10px;
    }

    .tabs2>img {
        height: 100%;
        width: 100%;
    }

    .tabs2>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs2>label {
        padding: 15px;
    }
}


.tabs3 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs3>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs3>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs3>input {
    display: none;
    position: absolute;
}

.tabs3>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs3>label:hover {
    color: #888;
    cursor: pointer;
}

.tabs3>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab7:checked~#content-tab7, #tab8:checked~#content-tab8, #tab9:checked~#content-tab9 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs3>label {
        font-size: 10px;
    }

    .tabs3>img {
        height: 100%;
        width: 100%;
    }

    .tabs3>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs3>label {
        padding: 15px;
    }
}


.tabs4>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs4>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs4>input {
    display: none;
    position: absolute;
}

.tabs4>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs4>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs4>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs4>label {
        font-size: 10px;
    }

    .tabs4>img {
        height: 100%;
        width: 100%;
    }

    .tabs4>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs4>label {
        padding: 15px;
    }
}

.tabs5 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}


.tabs5>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs5>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tabs5>input {
    display: none;
    position: absolute;
}


.tabs5>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs5>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs5>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab13:checked~#content-tab13, #tab14:checked~#content-tab14, #tab15:checked~#content-tab15 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs5>label {
        font-size: 10px;
    }

    .tabs5>img {
        height: 100%;
        width: 100%;
    }

    .tabs5>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs5>label {
        padding: 15px;
    }
}


.tabs6 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}


.tabs6>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs6>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tabs6>input {
    display: none;
    position: absolute;
}


.tabs6>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs6>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs6>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab16:checked~#content-tab16, #tab17:checked~#content-tab17, #tab18:checked~#content-tab18 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs6>label {
        font-size: 10px;
    }

    .tabs6>img {
        height: 100%;
        width: 100%;
    }

    .tabs6>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs6>label {
        padding: 15px;
    }
}

/* styles */
.wrapper {
    width: 100%;
}

/* titles */
h22 {
    font-size: 24px;
    line-height: 32px;
}

h50 {
    font-size: 24px;
}

h55 {
    font-weight: bold;
}

.markus li {
    list-style-image: url(https://svetofor-blog.by/image/check1.png);
    
}

/* Leto */
.SvetoforDecore {
    background: url(https://svetofor-blog.by/image/footerooms.png) repeat-x scroll left bottom transparent;
    height: 70px;
}

.SvetoforDecoreInset {
    background: url(https://svetofor-blog.by/image/footeroom.png) no-repeat scroll 0 5px transparent;
    height: 66px;
    margin: 0 auto;
    width: auto;
}

/* Exit Leto */
.mainPortfolio {
    padding: 10px 0 10px 0;
    text-align: center
}

.mainPortfolio .bigTitle {
    margin: 0 auto 20px auto
}

.portfolioItem {
    padding: 5px 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    margin: 0 0 20px 0;
    background: #f7f7f700;
    border-left: 8px solid #d4ab7d85;
    border-bottom: 8px solid #d4ab7d;
    background-repeat: repeat-x;
    border-top: 2px solid rgb(170, 137, 100);
    border-radius: 4px;
    border-right: 2px solid rgb(212 171 125);
    background-color: #00000087;
}

.portfolioItemTitle {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #505050;
    margin: 0 0 0 0;
    min-height: 0px
}

.portfolioItemTitle a {
    color: #ffd08d;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 12;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    text-decoration: none;
}

.portfolioItemTitle a:hover {
    text-decoration: none
}

.portfolioItemdesc {
    display: block;
    font-weight: 500;
    margin-bottom: 25px;
    height: 20px;
    padding: 10px;
    color: #cba36c;
}

.portfolioItem img {
    width: 100%;
    /* padding: 2%; */
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/*.portfolioItem:hover img{width:100%;padding:0}*/
.portfolioItem::before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0 auto
}

.portfolioItem:hover::before {
    background-color: rgba(0,125,215,.2)
}

.portfolioItem::after {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: '';
    opacity: 0;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 25%;
    background-position: 50% 50%;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.portfolioItem:hover::after {
    width: 200px;
    height: 200px;
    background: url(../img/icons/link.png) no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    z-index: 3;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1
}

.bigTitle {
    display: block;
    color: #505050;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px
}

@media screen and (max-width: 680px) {
    .portfolioItemTitle {
        font-size: 10px;
        line-height: 0.9em;
    }
}

.markus li {
    list-style-image: url(https://svetofor-blog.by/svetofor_bel/img/check.png);
    
    font-weight: 600;
    
    text-decoration: none;
}

a.button7 {
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(64,199,129);
    box-shadow: 0 -3px rgb(53,167,110) inset;
    transition: 0.2s;
    max-height: max-content;
}

a.button7:hover {
    background: rgb(53, 167, 110);
}

a.button7:active {
    background: rgb(33,147,90);
    box-shadow: 0 3px rgb(33,147,90) inset;
}

/* Soc box */
.soc_buttons {
    position: fixed;
    right: 25px;
    z-index: 8;
    top: 0px;
    background: url(/image/catalog/lamps.png);
}

 
.soc_buttons a:hover {
    background-color: #f8ffd000;
    /*-webkit-transform: rotateZ(-20deg);
    
    -ms-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);*/
} 

.soc_buttons a {
    display: block;
    position: relative;
    margin-bottom: 8px;
}


.homimg img {
    -moz-transition: all 0.3s ease-out;
    
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.homimg img:hover {
    -webkit-transform: scale(1.05);
    
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.homimg img {
    border: 0px solid #55c5e9;
    
    padding: 0px;
    
    margin-right: 0px;
   
    margin-top: 10px;
   
    max-width: 18%;
    height: auto;
}

.homimg:hover {
    top: 2px;
    right: 3px;
}

@media screen and (max-width: 980px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 18%;
        height: auto;
    }
}

@media screen and (max-width: 650px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 30%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 30%;
        height: auto;
    }
}

.rightpic {
    float: center;
   
    margin: 0 0 5px 5px;
    
}

.circlet {
    width: 50px;
    height: auto;
    /* border: 1px solid #196dff; */
    /* border-radius: 100%; */
    /* display: flex; */
    align-items: center;
}

.green-line {
    width: 100%;
    height: 40px;
    background-color: rgb(139 112 81);
    /* margin-top: 5px; */
}

@media screen and (max-width: 1155px) {
    .green-line .wrap {
        overflow: auto;
    }
}

.green-line .wrap {
    height: 100%;
}

.wrap {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

@media screen and (max-width: 1155px) {
    .green-line-wrap {
        width: 1170px;
        padding: 0px 5px;
    }
}

.green-line-wrap {
    /* width: 100%; */
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.green-line__item {
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
}

.green-line .circle {
    width: 3px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 150%;
}

@media screen and (max-width: 1155px) {
    .green-line .wrap {
        overflow: auto;
    }
}

*, ::before, ::after {
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

/*style SMART PR*/
.tabsq {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center
}

.tabsq>section {
    display: none;
    padding: 1px;
    background: #fff;
    /* border: 1px solid #ddd; */
}

.tabsq>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabsq>input {
    display: none;
    position: absolute;
}

.tabsq>label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: 0px solid #7a7a7a;
    border-width: 1px 1px 1px 1px;
    background: #d4ab7d;
    border-radius: 3px 3px 3px 3px;
}

.tabsq>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabsq>input:checked+label {
    color: #555;
    border-top: 1px solid #d4ab7d;
    border-bottom: 1px solid #d4ab7d;
    background: #d4ab7d00;
}

#tab1q:checked~#content-tab1q, #tab2q:checked~#content-tab2q, #tab3q:checked~#content-tab3q {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabsq>label {
        font-size: 12px;
    }

    .tabsq>img {
        height: 100%;
        width: 100%;
    }

    .tabsq>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabsq>label {
        padding: 15px;
    }
}

.tabs2q {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs2q>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs2q>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs2q>input {
    display: none;
    position: absolute;
}

.tabs2q>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs2q>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabs2q>input:checked+label {
    color: #555;
    border-top: 1px solid #e3ae77;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab4q:checked~#content-tab4q, #tab5q:checked~#content-tab5q, #tab6q:checked~#content-tab6q, #tab7q:checked~#content-tab7q, #tab8q:checked~#content-tab8q {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs2q>label {
        font-size: 10px;
    }

    .tabs2q>img {
        height: 100%;
        width: 100%;
    }

    .tabs2q>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs2q>label {
        padding: 15px;
    }
}

/* end style SMART PR*/
.fon_texto {
    padding: 32px 0 20px 0;
    background-image: url(https://smartpr.by/image/catalog/fon/mebel_fon2022.jpg)no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: auto;
}

.mfp-fade.mfp-bg {
    background-color: rgba(0,0,0,0);
    transition: all 0.5s linear;
}

.mfp-fade.mfp-ready {
    background-color: rgba(0,0,0,0.8);
}

.mfp-fade.mfp-removing {
    opacity: 0;
}

.text-ex-image {
    display: grid;
    justify-content: space-between;
    align-items: baseline;
    background: url(image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 5%;
    z-index: 10;
    background-color: azure;
    position: fixed;
    text-align: center;
    align-content: space-around;
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #3e4348;
    border-bottom: 1px solid #3e4348;
    padding: 30px
}

@media only screen and (min-width: 1025px) {
    .partners__item:hover:hover .partners__image {
        -webkit-filter:grayscale(0);
        filter: grayscale(0)
    }
}

@media only screen and (max-width: 1365px) {
    .partners__item {
        width:25%
    }
}

@media only screen and (max-width: 1023px) {
    .partners__item {
        width:33.33%
    }
}

@media only screen and (max-width: 767px) {
    .partners__item {
        width:50%;
        padding: 30px 25px
    }
}

.partners__wrap {
    position: relative
}

.partners__wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-left: 1px solid #fff;
    height: 100%
}

.partners__wrap::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
    width: 100%
}

.partners__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .partners__image {
        max-width:100%;
        height: auto
    }
}

.service-aro-icon {
    width: 300px;
    margin: 0 auto;
}

.service-aro-left {
    width: 120px;
    height: 1px;
    float: left;
    margin-top: 16px;
}

.service-aro-right {
    width: 120px;
    height: 1px;
    float: right;
    margin-top: 16px;
}

.service-aro-icon img {
    font-size: 16px;
    border: 1px solid;
    width: 33px;
    height: 33px;
    line-height: 32px;
    border-radius: 6px 0 6px 0;
}

#about-page {
    background-color: #1b1b1b;
    padding: 100px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

#about-page .about-title {
    color: #f4f4f4;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

#about-page h2 {
    color: #808b8d;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

#about-page p {
    color: #808b8d;
    font-size: 14px;
    margin-bottom: 40px;
}

.member {
    margin-top: 25px;
    margin-bottom: 25px;
}

.member .member-img {
    position: relative;
    width: 100%;
    margin: auto;
}

.member .member-img:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 200;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 40px 0px;
}

.member .member-img:hover:before {
    opacity: 0.6;
}

.member .member-img img {
    border-width: 3px;
    border-style: solid;
    border-radius: 40px 0px;
    width: 100%;
    height: auto;
}

.member-social {
    position: absolute;
    width: 303px;
    height: 303px;
    top: 0;
    left: 0;
}

.member-social .facebook-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    top: -0px;
    left: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .facebook-icon img {
    top: 114px;
    z-index: 300;
}

.member-social .twitter-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    top: 114px;
    right: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .twitter-icon img {
    right: 114px;
    z-index: 300;
}

.member-social .linkedin-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    bottom: 114px;
    left: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .linkedin-icon img {
    left: 114px;
    z-index: 300;
}

.member-social .google-plus-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    bottom: -0px;
    right: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .google-plus-icon img {
    bottom: 114px;
    z-index: 300;
}

.member h3 {
    color: #f7f7f7;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.member span {
    font-size: 18px;
}


.service-aro-icon, .member span {
    color: #d4ab7d;
}

.service img, .member .member-img img {
    border-color: #d4ab7d;
}

.service-aro-left, .service-aro-right {
    background: #d4ab7d;
}

.member-social .facebook-icon img:hover, .member-social .twitter-icon img:hover, .member-social .linkedin-icon img:hover, .member-social .google-plus-icon img:hover {
    background: #d4ab7d;
}

/*YYRRR*/
.our-team {
    border-left: 8px solid #d4ab7d85;
    border-bottom: 8px solid #d4ab7d;
    min-height: 300px;
    max-height: 300px;
    background-repeat: repeat-x;
    border-top: 2px solid rgb(170, 137, 100);
    border-radius: 4px;
    border-right: 2px solid rgb(212 171 125);
    background-color: #ffddb71f;
}

.our-team .team-image {
    position: relative;
    text-align: center;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 10px 10px;
    opacity: 0;
    background-color: rgb(0 0 0 / 60%);
    transition: all 0.5s ease 0s;
}

.our-team:hover .description {
    opacity: 1;
}

.our-team .socialus {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #0000008a;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}

.our-team:hover .socialus {
    transform: translate(0px, 0px) rotateY(0deg);
}

.our-team .socialus li {
    display: block;
    margin-bottom: 10px;
}

.our-team .socialus li a {
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}

.our-team .socialus li a:hover {
    background: #bc3fbf;
}

.our-team .team-info {
    padding: 10px;
}

.our-team .title {
    font-size: 18px;
    font-weight: 500;
    color: #d4ab7d;
    /* letter-spacing: 4px; */
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #c0c0c0;
    /* text-transform: capitalize; */
}

.our-team .title:hover, .our-team .post:hover {
    color: #f4ad50;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
        max-height: 300px;
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .socialus {
        left: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .our-team .socialus {
        left: -20px;
    }
}

.serviceBox {
    border: 1px solid #d4ab7d;
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 20px;
    position: relative;
}

.serviceBox .service-icon {
    width: 50px;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    background: #d4ab7d;
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 40px;
}

.serviceBox .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -20px;
    left: -45px;
    opacity: 0.1;
    transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px);
}

.serviceBox .service-icon:after {
    content: "";
    border-top: 11px solid #00a47a;
    border-right: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
}

.serviceBox .title {
    font-size: 16px;
    color: #2db464;
    font-weight: 600;
}

.serviceBox .description {
    font-size: 16px;
    color: #8a716a;
    line-height: 25px;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin-bottom: 40px;
    }
}
.gallery {
  position: relative;
  text-align: center;
  color: white;
}
.gallery p{
  position: relative;
  text-align: center;
  color: white;
}
.gallery img{
    width: 180px;
    height: auto;
    margin-bottom: 6px;
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
    border: 2px solid #aa8964;
    border-radius: 4px;
}

@media only screen and (max-width: 990px) {
    .gallery img{
    width: 180px;
    height: auto;
    margin-bottom: 6px;
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
    border: 2px solid #aa8964;
    border-radius: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery img{
    width: 45%;
    height: auto;
    margin-bottom: 6px;
    background-repeat: repeat-x;
    border-color: #d4ab7d #d4ab7d #7f664a;
    border: 2px solid #aa8964;
    border-radius: 4px;
    }
}


.gallery .articool {
  position: absolute;
    bottom: auto;
    left: 0px;
    color: #000000;
    background: rgb(154 154 154 / 50%);
    margin: 0;
    /*border-radius: 5px 5px 0 0;*/
    height: auto;
    width: 100%;
    top: 65px;
    text-align: center;
    font-weight: 600;
}

/*social boxi*/

.socialy{
	position: fixed;
	top: 35%;
	/*z-index: 999;*/
}
.socialy ul{
	padding: 0px;
-webkit-transform: translate(-254px, 0);
-moz-transform: translate(-254px, 0);
-ms-transform: translate(-254px, 0);
-o-transform: translate(-254px, 0);
transform: translate(-380px, 0);
}
.socialy ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 240px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.socialy ul li:hover{
	-webkit-transform: translate(110px, 0);
-moz-transform: translate(110px, 0);
-ms-transform: translate(110px, 0);
-o-transform: translate(110px, 0);
transform: translate(110px, 0);
background: #f4f4f4
}
.socialy ul li i{
	margin-left: 20px;
color: #000;
text-align: center;
background: #fff;
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 20px;
background: #ffffff;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.socialy ul li:hover i{
	color: #fff;
background: #dc5b5b;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
@media(max-width: 767px){
	.socialy{
	position: fixed;
	top: 55%;
	z-index: 1024;
	width: 0;
	}
	.socialy ul li{
	width: 275px;
	padding: 6px;
	}
	.socialy ul li i{
	padding: 8px;
	width: 30px;
	font-size: 15px;
	height: 30px;
	}
	.socialy ul{
	padding: 0px;
-webkit-transform: translate(-254px, 0);
-moz-transform: translate(-254px, 0);
-ms-transform: translate(-254px, 0);
-o-transform: translate(-254px, 0);
transform: translate(-254px, 0);
}
}

/* the end social boxi*/


#nav-icon4 {
    display: none;
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transform: scale(.5);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
   #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #26ae61;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }
input[type=text],
input[type=number]{
    font-family: inherit;
    border: 1px solid #c7c7c7;
    border-radius: 0.25rem;
}

header{
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    position: relative;
    z-index: 2;
}

header .wrapper{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header ul{
    display: flex;
    align-items: center;
    list-style: none;
}

header ul li{
    padding: 0 15px;
}
header ul li a{
    color:#444;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: .2s;
}

header ul li a:hover{
    color:#26ae61;
}
section.main.p404 {
    min-height: 100vh;
}
.main{
    background-image: url(../img/bg.svg);
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.checkbox-input {
    appearance: none;
    -webkit-appearance: none; 
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
    border: 1px solid #26ae61;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.checkbox-input:checked{
    background-color: #26ae61;
    border-color: #26ae61;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.checkbox-input:active {
    filter: brightness(90%);
}

.checkbox-input:hover:not(:disabled) {
    border-color: #26ae61;
}

.checkbox-input:disabled {
    filter: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-input:disabled ~ .checkbox-label {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-item {
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.checkbox-item label{
    padding-left: 5px;
}

.checkbox-item label:hover{
    cursor: pointer;
}
.calc-item{
    margin: 8px 0;
    font-size: 15px;

}

.calc-item span{
    display: block;
    font-weight: 600;
    color: #26ae61;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.calc-item span:after {
    content: ' BYN';
    display: inline-block;
    margin-left: 3px;
}
.calc-zp input[type=number]{
    height:34px;
    line-height: 34px;
    padding-left: 10px;
    width:100%;
    font-size: 15px;
}
.calc-dividendov input[type=number]{
    height:34px;
    line-height: 34px;
    padding-left: 10px;
    width:100%;
    font-size: 15px;
}
.calc-zp{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}.calc-dividendov{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}
.calc-zp strong {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}.calc-dividendov strong {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
.calc-zp .vvod{
    flex:0 0 43%;    
    background: #fafafa;
    border-right: 1px solid #e6e6e6;
    padding: 40px;
}.calc-dividendov .vvod{
    flex:0 0 43%;    
    background: #fafafa;
    border-right: 1px solid #e6e6e6;
    padding: 40px;
}
.calc-zp .right{
    display: flex;
    padding: 40px;
    width: 100%;
    justify-content: space-between;
}.calc-dividendov .right{
    display: flex;
    padding: 40px;
    width: 100%;
    justify-content: space-between;
}

.text-block{
    padding-bottom: 50px;
    padding-top: 50px;
}

.text-block p{
    margin: 10px 0;
    font-size: 16px;
}

.text-block ul, .text-block ol{
    margin-left: 32px;
}

.informer {
	margin-top:30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.informer .left div {
	flex: 0 0 25%;
	text-align: center;
}
.informer .left{
	display:flex;
	justify-content:space-between;
	flex:1;
}
.informer .left span{
	display:block;
	color:#26ae61;
	font-size:25px;
	text-align:center;
}
.informer .right{
	margin-left:30px;
	background-color: #f2fbf6;
	padding: 15px 30px;
	border-radius: 5px;
}
footer{
    background-color: #282828;
    color: #909090;
    padding-top:30px;
}

@media (max-width:960px){
    #nav-icon4 {
        display: block;
    }
    header nav{
        display: none;
        position: absolute;
        background: rgb(255 255 255 / 90%);
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        top: -25px;
    }
    .menu-open header nav{
        display: block;
    }
    header ul {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    header ul li a {
        font-size: 20px;
        line-height: 2;
        font-weight: 600;
    }
    body.menu-open{           
       overflow: hidden;
    }
    .calc-zp .vvod {
        flex: 0 0 30%;
    }
    .calc-dividendov .vvod {
        flex: 0 0 30%;
    }
}

@media (max-width:900px){
    .calc-zp .vvod, .calc-zp .right {
        padding: 20px;
    }
    .calc-dividendov .vvod, .calc-dividendov .right {
        padding: 20px;
    }
}
@media (max-width:700px){
    .calc-zp {
        flex-direction: column;
    }.calc-dividendov {
        flex-direction: column;
    }
	.informer .left{flex-wrap:wrap}
	.informer .left div{flex:0 0 50%;margin-bottom:10px}
}
@media (max-width:640px){
    .logo img {
        height: 23px;
    }
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width:580px){
    .calc-zp .right {
        flex-direction: column;
    }
    .calc-dividendov .right {
        flex-direction: column;
    }
    .calc-zp .all {
        margin-top: 15px;
    }
    .calc-dividendov .all {
        margin-top: 15px;
    }
    .calc-zp strong{
        margin-bottom: 10px;
    }
    .calc-dividendov strong{
        margin-bottom: 10px;
    }
    h1 {
        font-size: 35px;
        text-align: center;
    }
    .main{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:480px){
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .calc-zp .vvod, .calc-zp .right {
        padding: 20px 10px;
    }
    .calc-dividendov .vvod, .calc-dividendov .right {
        padding: 20px 10px;
    }
}


.page-home .section__first {
    pointer-events: none
}

.section__first .video-cover {
    z-index: initial;
}
.section__first .video-cover, .section__first .section__first-cover {
    z-index: -1;
    pointer-events: auto;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110%;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.section__first {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    /* position: relative; */
    color: #fff;
    padding: 10rem 0 2rem 0;
    height: 575px;
}
.section__first__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    
    
    

@media only screen and (max-width:991px){
    .section__first {
        min-height: 80rem;
        height: 100vh;
        max-height: 100rem;
    }
}

/*Fix menu pri prokrutke*/
#scroll-menu.fixed{
position: fixed;
top: 0;
z-index:99;
margin:auto;
width: 100%;
background-image: linear-gradient(to bottom, #d4ab7d, #40404000);
}


#scroll-menu.fixed .navbar-header {
display: none;}


/*CONEC Fix menu pri prokrutke*/


html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

b4 {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

b4:hover {
    color: #f1f1f1;
    text-decoration: none
}

@media only screen and (max-width: 1023px) {
    b4 {
        color: #fff;
        font-weight: 700;
        text-decoration: none
    }

    b4:hover {
        color: #009ae1;
        text-decoration: none
    }
}

b5 {
    color: #fff;
    text-decoration: none
}

b5:hover {
    color: #f1f1f1;
    font-weight: 700;
    text-decoration: none
}

@media only screen and (max-width: 1023px) {
    b5 {
        color: #fff;
        text-decoration: none
    }

    b5:hover {
        color: #009ae1;
        font-weight: 700;
        text-decoration: none
    }
}

/*body{margin:0}input:not([type=checkbox]):not([type=radio]),select,textarea{-webkit-appearance:none;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input::-ms-clear{display:none}img{vertical-align:top}a{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;cursor:pointer}*/
@font-face {
    font-family: Proxima;
    src: url(../mebels/fonts/ProximaNovaLight.eot);
    src: local("ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¥"),url(../mebels/fonts/ProximaNovaLight.woff) format("woff"),url(../mebels/fonts/ProximaNovaLight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Proxima;
    src: url(../mebels/fonts/ProximaNovaRegular.eot);
    src: local("ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¥"),url(../mebels/fonts/ProximaNovaRegular.woff) format("woff"),url(../mebels/fonts/ProximaNovaRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaSemibold.eot);
    src: local("ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¥"),url(../mebels/fonts/ProximaNovaSemibold.woff) format("woff"),url(../mebels/fonts/ProximaNovaSemibold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/*ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â·ÃƒÂÃ‚Â¸*/
.fawa {
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.68);
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 35px;
}

/*ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸*/
.fawa {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fawa:hover {
    -moz-transform: rotate(215deg);
    -o-transform: rotate(215deg);
    -webkit-transform: rotate(215deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Â  ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â·ÃƒÂÃ‚Â¸ */
@font-face {
    font-family: Proxima;
    src: url(../mebels/fonts/ProximaNovaBold.eot);
    src: local("ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¥"),url(../mebels/fonts/ProximaNovaBold.woff) format("woff"),url(../mebels/fonts/ProximaNovaBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.select__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.lang__current::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -860px -379px;
    width: 5px;
    height: 4px
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -534px -350px;
    width: 7px;
    height: 10px
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -405px -381px;
    width: 7px;
    height: 12px
}

.bar-info__item::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -515px -350px;
    width: 14px;
    height: 10px
}

.wrapper__decor--1 {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: 0 0;
    width: 400px;
    height: 400px
}

.wrapper__decor--2 {
    background-image: url(../mebels/images/sprite.png);
    background-position: -405px 0;
    width: 344px;
    height: 345px
}

.zaglushka::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -754px 0;
    width: 127px;
    height: 374px
}

.service-section__title--1::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -490px -350px;
    width: 20px;
    height: 21px
}

.service-section__title--2::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -435px -350px;
    width: 25px;
    height: 25px
}

.service-section__title--3::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -465px -350px;
    width: 20px;
    height: 24px
}

.service-section__title--4::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -405px -350px;
    width: 25px;
    height: 26px
}

.article__title::after,.service-section__title::after,.services__text::before {
    background-image: url(../mebels/images/sprite.png);
    background-position: -790px -379px;
    width: 65px;
    height: 5px
}

.map-info__note::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: -754px -379px;
    width: 31px;
    height: 18px
}

.info-section__align::before {
    background-image: url(../mebels/images/sprite/sprite.png);
    background-position: 0 -405px;
    width: 202px;
    height: 126px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .lang__current::before {
        background-image:url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .ui-datepicker .ui-datepicker-next span {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .ui-datepicker .ui-datepicker-prev span {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .bar-info__item::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .wrapper__decor--1 {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .wrapper__decor--2 {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .zaglushka::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .service-section__title--1::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .service-section__title--2::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .service-section__title--3::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .service-section__title--4::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .article__title::after,.service-section__title::after,.services__text::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .map-info__note::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }

    .info-section__align::before {
        background-image: url(../mebels/images/sprite@2x.png);
        background-size: 881px 531px
    }
}

/*body{height:100%;font-family:Proxima;font-weight:400;background-color:#282e33;color:#fff;font-size:14px}@media only screen and (max-width:1023px){body.active{width:100%;height:100%;overflow:hidden;position:fixed}}*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper {
    width: 100%;
    overflow: hidden
}

.wrapper--contacts .content {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.wrapper--contacts .map-info__box {
    top: auto;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: 50px
}

@media only screen and (max-width: 1023px) {
    .wrapper--contacts .map-info__box {
        position:relative;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        left: 0;
        top: 0;
        bottom: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0
    }
}

.wrapper--contacts .map-tabs__wrap {
    height: 600px;
    position: absolute;
    bottom: 0;
    left: -25%
}

@media only screen and (max-width: 1679px) {
    .wrapper--contacts .map-tabs__wrap {
        left:0
    }
}

@media only screen and (max-width: 1200px) {
    .wrapper--contacts .map-tabs__wrap {
        position:static;
        left: auto
    }
}

@media only screen and (max-height: 790px) {
    .wrapper--contacts .map-tabs__wrap {
        height:440px;
        padding: 15px
    }

    .wrapper--contacts .map-tabs__wrap .btn {
        height: 42px;
        line-height: 42px
    }

    .wrapper--contacts .map-tabs__wrap .map-tabs__list {
        line-height: 21px
    }

    .wrapper--contacts .map-tabs__wrap .map-info__note {
        padding-top: 30px
    }
}

.wrapper__decor {
    position: fixed;
    z-index: -1
}

.wrapper__decor--1 {
    left: 0;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-height: 790px) {
    .wrapper__decor--1 {
        top:0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.wrapper__decor--2 {
    right: 0;
    bottom: 30px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (max-height: 790px) {
    .wrapper__decor--2 {
        bottom:0;
        -webkit-transform: translate(50%,50%);
        transform: translate(50%,50%)
    }
}

@media only screen and (max-width: 1279px) {
    .wrapper__decor {
        display:none
    }
}

.align {
    width: 1366px;
    margin: 0 auto
}

@media only screen and (max-width: 1366px) {
    .align {
        width:100%
    }
}

.align--padding {
    padding: 0 30px
}

@media only screen and (max-width: 1366px) {
    .align--padding {
        padding:0 15px
    }
}

.align--narrow {
    width: 70%
}

@media only screen and (max-width: 1206px) {
    .align--narrow {
        width:70%
    }
}

.section {
    padding: 1px 0
}

@media only screen and (max-width: 767px) {
    .section {
        padding:1px 0
    }
}

/*Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° 2 ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°*/
.heading--gold {
    color: #009ae1
}

.section-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size:22px
    }
}

.section-title--alignleft {
    text-align: left
}

.section-title--capitalize {
    text-transform: none
}

#map-canvas {
    width: 700px;
    height: 400px
}

.content {
    padding-top: 160px;
    max-width: 1206px;
    margin: 0 auto
}

@media only screen and (max-width: 1206px) {
    .content {
        padding:160px 15px 0
    }
}

@media only screen and (max-width: 1023px) {
    .content {
        padding-top:100px
    }
}

.content h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .content h1 {
        font-size:26px;
        text-align: center
    }
}

.article {
    margin: 0 auto;
    max-width: 900px
}

.article__date {
    margin-bottom: 40px;
    font-size: 12px;
    color: #999;
    display: block
}

@media only screen and (max-width: 767px) {
    .article__date {
        text-align:center
    }
}

.article__title {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 28px
}

@media only screen and (max-width: 767px) {
    .article__title {
        font-size:22px
    }
}

.article__title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.article__content {
    max-width: 660px;
    margin: 0 auto 75px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .article__content {
        margin-bottom:30px
    }
}

.article-slider {
    margin-bottom: 45px
}

@media only screen and (max-width: 1023px) {
    .article-slider img {
        max-width:100%;
        height: auto
    }
}

.more-news {
    padding-bottom: 70px
}

.content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px
}

@media only screen and (max-width: 1206px) {
    .content-section {
        padding:30px 15px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.content-section__col {
    width: 50%
}

@media only screen and (max-width: 1206px) {
    .content-section__col {
        width:100%
    }
}

.content-section__info {
    text-align: center;
    padding-right: 50px
}

@media only screen and (max-width: 1206px) {
    .content-section__info {
        padding-right:0
    }
}

.content-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.content-price__title {
    margin-right: 10px;
    font-size: 13px
}

.content-price__value {
    font-size: 22px;
    font-weight: 600;
    color: #009ae1
}

.bar-info {
    background-color: #21252a70;
    position: relative;
    padding: 50px
}

@media only screen and (max-width: 767px) {
    .bar-info {
        padding:20px 0;
        background-color: transparent
    }
}

.bar-info::before {
    position: absolute;
    content: '';
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    border: 1px solid #394148
}

@media only screen and (max-width: 767px) {
    .bar-info::before {
        border:none;
        display: none
    }
}

.bar-info__title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px
}

@media only screen and (max-width: 767px) {
    .bar-info__title {
        font-size:22px;
        margin-bottom: 15px
    }
}

.bar-info__subtitle {
    text-align: center;
    margin-bottom: 20px;
    color: #b6b6b6
}

.bar-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 -30px;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 767px) {
    .bar-info__list {
        margin:0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.bar-info__item {
    width: 205px;
    position: relative;
    padding-left: 21px;
    margin-top: 20px;
    margin-left: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px
}

@media only screen and (max-width: 1206px) {
    .bar-info__item {
        width:250px
    }
}

@media only screen and (max-width: 767px) {
    .bar-info__item {
        width:calc(50% - 15px);
        margin-left: 15px
    }
}

@media only screen and (max-width: 414px) {
    .bar-info__item {
        width:100%
    }
}

.bar-info__item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px
}

.bar-info__btn {
    text-align: center;
    margin-top: 40px
}

.menu-heading {
    position: relative;
    margin-bottom: 40px
}

.menu-tabs {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 1023px) {
    .menu-tabs {
        width:100%
    }
}

.menu-tabs__overflow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__overflow {
        width:100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 1023px) {
    .menu-tabs {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto
    }
}

.menu-tabs__item {
    margin-top: 20px
}

.menu-tabs__item:first-child {
    margin-top: 0
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__item {
        width:220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        margin-top: 0
    }
}

.menu-tabs__link {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 70px;
    background-color: #2d343a;
    font-weight: 500;
    letter-spacing: 1px
}

.menu-tabs__link::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__link::before {
        display:none
    }
}

.menu-tabs__link::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 200px;
    border-bottom: 1px solid transparent
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__link::after {
        display:none
    }
}

.menu-tabs__link.active {
    background-color: #3e4851
}

.menu-tabs__link.active::before {
    background-color: #3e4851
}

.menu-tabs__link.active::after {
    border-bottom: 1px solid #009ae1
}

.menu-tabs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.menu-tabs__content {
    background-color: #3e4851;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 40px 52px
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__content {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .menu-tabs__content {
        padding:20px
    }
}

.menu-download {
    color: #009ae1e;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-size: 16px;
    text-transform: none;
    right: 0;
    top: 3px
}

@media only screen and (max-width: 1279px) {
    .menu-download {
        right:15px
    }
}

@media only screen and (max-width: 767px) {
    .menu-download {
        right:auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -25px;
        white-space: nowrap
    }
}

.menu-download__svg {
    fill: #009ae1;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.menu-download__text {
    border-bottom: 1px dotted #009ae1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .menu-download:hover:hover .menu-download__text {
        border-color:transparent
    }
}

.menu {
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .menu {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1279px) {
    .menu--padding {
        padding-left:15px;
        padding-right: 15px
    }
}

.menu-box__row {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #525b63
}

.menu-box__row:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none
}

@media only screen and (max-width: 413px) {
    .menu-box__row {
        margin-top:20px;
        padding-top: 20px
    }
}

.menu-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    margin-top: 18px;
    letter-spacing: 1px
}

@media only screen and (max-width: 767px) {
    .menu-box__item {
        padding-left:0
    }
}

@media only screen and (max-width: 413px) {
    .menu-box__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.menu-box__item--heading {
    color: #009ae1;
    font-style: italic;
    margin-bottom: 22px;
    padding-left: 0
}

.menu-box__item--heading .menu-box__title {
    font-size: 17px;
    text-transform: none
}

.menu-box__heading {
    max-width: 325px
}

@media only screen and (max-width: 767px) {
    .menu-box__heading {
        max-width:175px
    }
}

.menu-box__description {
    font-style: italic;
    color: #009ae1;
    font-size: 12px;
    margin-top: 5px
}

.menu-box__title {
    text-transform: uppercase;
    max-width: 250px
}

@media only screen and (max-width: 767px) {
    .menu-box__title {
        max-width:200px
    }
}

@media only screen and (max-width: 413px) {
    .menu-box__title {
        margin-bottom:7px;
        max-width: none
    }
}

.menu-box__value {
    font-style: italic
}

@media only screen and (max-width: 413px) {
    .menu-box__value {
        margin-top:10px
    }
}

.restaurant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -60px
}

@media only screen and (max-width: 1279px) {
    .restaurant-list {
        margin-left:-30px
    }
}

@media only screen and (max-width: 767px) {
    .restaurant-list {
        margin-left:0
    }
}

.restaurant-list__item {
    background-color: #2d343a;
    margin-left: 60px
}

@media only screen and (max-width: 1279px) {
    .restaurant-list__item {
        width:calc(50% - 30px);
        margin-left: 30px
    }

    .restaurant-list__item img {
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .restaurant-list__item {
        width:100%;
        margin-left: 0
    }
}

.restaurant-list__thumb {
    position: relative;
    display: block
}

@media only screen and (min-width: 1025px) {
    .restaurant-list__thumb:hover:hover .conference-list__mask {
        opacity:1
    }
}

.restaurant-list__info {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.restaurant-list__title {
    color: #fff;
    text-decoration: none;
    font-size: 22px
}

@media only screen and (min-width: 1025px) {
    .restaurant-list__title:hover:hover {
        color:#009ae1
    }
}

@media only screen and (max-width: 767px) {
    .restaurant-list__title {
        font-size:18px
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.wrapper--contacts .breadcrumbs {
    display: none
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 413px) {
    .breadcrumbs {
        display:none
    }
}

.breadcrumbs li {
    color: #999;
    margin-left: 50px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .breadcrumbs li {
        margin-left:11px
    }
}

.breadcrumbs li::before {
    position: absolute;
    content: '';
    left: -25px;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #999
}

@media only screen and (max-width: 767px) {
    .breadcrumbs li::before {
        left:-7px
    }
}

.breadcrumbs li:first-child {
    margin-left: 0
}

.breadcrumbs li:first-child::before {
    display: none
}

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

@media only screen and (min-width: 1025px) {
    .breadcrumbs a:hover:hover {
        text-decoration:underline
    }
}

/*Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° ÃƒÂÃ‚Â¸ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸*/
.btn {
    background-color: transparent;
    color: #0792b9;
    border: 1px solid #14638a;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 52px;
    text-align: center;
    min-width: 195px;
    padding: 0 35px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    overflow: hidden;
    font-family: Proxima;
    letter-spacing: 1px;
    z-index: 1;
    display: inline-block;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .btn {
        padding:0 20px
    }
}

/*Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸*/
.btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0792b9;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .btn::before {
        display:none
    }
}

/*Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ*/
.btn::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 20px;
    border-bottom: 1px solid #fff;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .btn::after {
        display:none
    }
}

.btn:focus {
    outline: 0
}

@media only screen and (min-width: 1025px) {
    .btn:hover:hover {
        background-color:#009ae1;
        color: #fff
    }

    .btn:hover:hover::after {
        left: 100%
    }

    .btn:hover:hover::before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.btn__center {
    text-align: center
}

.btn__margintop {
    margin-top: 30px
}

.more {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dashed #fff
}

@media only screen and (min-width: 1025px) {
    .more:hover:hover {
        border-color:#009ae1;
        color: #009ae1
    }
}

.conference-list {
    margin-left: -42px;
    margin-top: -42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1023px) {
    .conference-list {
        margin-top:-20px;
        margin-left: -20px;
        padding: 0 15px
    }
}

.conference-list__wrap {
    padding-top: 70px;
    padding-bottom: 70px
}

@media only screen and (max-width: 1023px) {
    .conference-list__wrap {
        padding-top:35px;
        padding-bottom: 35px
    }
}

.conference-list__item {
    margin-left: 42px;
    margin-top: 42px;
    background-color: #2d343a
}

@media only screen and (max-width: 1023px) {
    .conference-list__item {
        width:calc(33% - 20px);
        margin-left: 20px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 413px) {
    .conference-list__item {
        width:100%
    }
}

.conference-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .conference-list__info {
        height:70px
    }
}

.conference-list__title {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px
}

@media only screen and (max-width: 767px) {
    .conference-list__title {
        font-size:15px;
        text-align: center
    }
}

.conference-list__price {
    color: #009ae1;
    font-size: 16px;
    margin-top: 5px
}

.conference-list__link {
    position: relative;
    display: block
}

@media only screen and (min-width: 1025px) {
    .conference-list__link:hover:hover .conference-list__mask {
        opacity:1
    }
}

@media only screen and (max-width: 1023px) {
    .conference-list__link {
        height:70%
    }
}

@media only screen and (max-width: 767px) {
    .conference-list__link {
        height:100px
    }
}

@media only screen and (max-width: 413px) {
    .conference-list__link {
        height:240px
    }
}

@media only screen and (max-width: 1023px) {
    .conference-list__link img {
        max-width:100%;
        height: 100%
    }
}

.conference-list__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.conference-list__figure {
    width: 53px;
    height: 53px;
    border: 1px solid #009ae1;
    position: relative
}

.conference-list__figure::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 2px;
    height: 21px;
    background-color: #009ae1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.conference-list__figure::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 21px;
    height: 2px;
    background-color: #009ae1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.conference-table {
    letter-spacing: 1px;
    border: 1px solid #384047
}

@media only screen and (max-width: 1206px) {
    .conference-table {
        width:1206px;
        border: none
    }
}

@media only screen and (max-width: 1206px) {
    .conference-table__wrap {
        width:100%;
        overflow-x: auto
    }
}

.conference-table__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0
}

.conference-table__title {
    font-size: 16px;
    letter-spacing: 2px
}

.conference-table__note {
    font-weight: 300;
    font-size: 16px;
    margin-left: 50px
}

.conference-table__note:first-child {
    margin-left: 0
}

.conference-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    background-color: #2d343a
}

.conference-table__row:nth-child(even) {
    background-color: transparent
}

.conference-table__col {
    width: 33.33%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.conference-table__spec {
    display: none;
    text-align: center;
    margin-bottom: 15px;
    position: relative
}

@media only screen and (max-width: 1206px) {
    .conference-table__spec {
        display:block;
        padding: 15px 15px 0;
        border-top: 1px solid #666
    }
}

.conference-table__spec svg {
    position: absolute;
    fill: #009ae1;
    top: 120%;
    right: 15px;
    -webkit-animation: swipe 1.5s linear infinite;
    animation: swipe 1.5s linear infinite
}

@-webkit-keyframes swipe {
    0% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }

    50% {
        -webkit-transform: translate(-5px,0);
        transform: translate(-5px,0)
    }

    100% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }
}

@keyframes swipe {
    0% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }

    50% {
        -webkit-transform: translate(-5px,0);
        transform: translate(-5px,0)
    }

    100% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0)
    }
}

.devs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: #7b7e88;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    width: 215px
}

.devs__icon-box {
    width: 100px;
    height: 17px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.devs__icon {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%
}

.devs__icon svg {
    fill: #fff
}

.devs__icon-hover {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%)
}

.devs__icon-hover svg {
    fill: #fff
}

.devs__name {
    font-size: 12px;
    line-height: 150%;
    margin-right: 10px
}

@media only screen and (max-width: 1120px) {
    .devs__name {
        display:inline-block;
        white-space: normal;
        vertical-align: middle;
        width: 80%
    }
}

@media only screen and (max-width: 600px) {
    .devs__name {
        width:100%
    }
}

.devs__link {
    color: #fff;
    text-decoration: none
}

.devs path {
    -webkit-transition: fill .1s ease-in-out;
    transition: fill .1s ease-in-out
}

@media only screen and (min-width: 1025px) {
    .devs:hover:hover .devs__icon {
        -webkit-transform:translate(0,-100%);
        transform: translate(0,-100%)
    }

    .devs:hover:hover .devs__icon-hover {
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%)
    }
}

.error-section {
    height: 100vh;
    padding-top: 131px
}

@media only screen and (max-width: 767px) {
    .error-section {
        padding-top:50px
    }
}

.error-section__wrap {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-section__wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background-color: #2d343a;
    height: 153px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.error-section__box {
    position: relative
}

.error-section__box::after {
    position: absolute;
    content: '';
    background: url(../mebels/images/404-image.png) no-repeat 50% 50%;
    width: 647px;
    height: 517px;
    top: -49px;
    left: -79px
}

@media only screen and (max-width: 767px) {
    .error-section__box::after {
        width:360px;
        height: 310px;
        background-size: cover;
        top: 0;
        left: -29px
    }
}

.error-section__circle {
    border-radius: 50%;
    background-color: #282e33;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 414px;
    height: 414px;
    z-index: 1;
    position: relative
}

@media only screen and (max-width: 767px) {
    .error-section__circle {
        width:300px;
        height: 300px
    }
}

.error-section__title {
    font-weight: 700;
    font-size: 150px
}

@media only screen and (max-width: 767px) {
    .error-section__title {
        font-size:100px
    }
}

.footer-top {
    background-color: #212429;
    padding: 40px 0
}

@media only screen and (max-width: 1279px) {
    .footer-top {
        padding:20px 15px
    }
}

.footer-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .footer-top__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-top__link {
    color: #fff;
    text-decoration: none;
    margin-left: 65%
}

@media only screen and (max-width: 1023px) {
    .footer-top__link {
        margin:15px 0
    }
}

.footer-top__link:first-child {
    margin-left: 0
}

.footer-top__svg {
    fill: #009ae1;
    margin-right: 8px
}

.footer-top__tels {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .footer-top__tels {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-nav__wrap {
    padding: 10px 0;
    background-color: #ffffff
}

@media only screen and (max-width: 1279px) {
    .footer-nav__wrap {
        padding:10px
    }
}

@media only screen and (max-width: 1023px) {
    .footer-nav__wrap {
        display:none
    }
}

.footer-nav__item {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #a6aeb2;
    position: relative
}

.footer-nav__item:first-child::before {
    display: none
}

@media only screen and (min-width: 1025px) {
    .footer-nav__item:hover:hover {
        color:#009ae1
    }
}

.footer-nav__item::before {
    position: absolute;
    content: '';
    left: -50px;
    top: 5px;
    background-color: #a6aeb2;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    pointer-events: none
}

@media only screen and (max-width: 1279px) {
    .footer-nav__item::before {
        display:none
    }
}

.footer-bottom {
    background-color: #212429;
    padding: 20px 0
}

@media only screen and (max-width: 1279px) {
    .footer-bottom {
        padding:15px
    }
}

.footer-bottom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1023px) {
    .footer-bottom__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-bottom__copy {
    font-size: 12px;
    color: rgba(255,255,255,.4);
    width: 215px;
    text-align: right
}

@media only screen and (max-width: 1023px) {
    .footer-bottom__copy {
        text-align:center;
        margin-top: 15px
    }
}

.footer-bottom__link {
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

@media only screen and (max-width: 1023px) {
    .footer-bottom__link {
        margin-top:15px
    }
}

@media only screen and (min-width: 1025px) {
    .footer-bottom__link:hover:hover {
        color:#009ae1
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.header__col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__col--info {
    padding-left: 30px
}

@media only screen and (max-width: 1279px) {
    .header__col--info {
        padding-left:15px
    }
}

.header__col--width {
    width: 100%
}

@media only screen and (max-width: 1279px) {
    .header__col--width {
        width:100%
    }
}

@media only screen and (max-width: 1023px) {
    .header__col--width {
        display:none
    }
}

.header.active {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(40,46,51,.9)
}

.header.active .header-top {
    height: 55px
}

.header.active .header-menu__link {
    height: 49px
}

.header.active .booking {
    height: 50px
}

.header.active .logo {
    width: 300px
}

.header.active .logo img {
    max-width: 100%;
    height: auto
}

.header-top {
    border-bottom: 1px solid rgba(255,255,255,.2);
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(40, 46, 51, 0.35)
}

@media only screen and (max-width: 1023px) {
    .header-top {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1023px) {
    .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(40, 46, 51, 0.90);
    }
}

.header-phone {
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-phone__svg {
    fill: #fff;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.header-socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1%
}

@media only screen and (max-width: 413px) {
    /*.header-socials{display:none}*/
}

.header-socials__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
    position: relative
}

@media only screen and (min-width: 1025px) {
    .header-socials__link:hover:hover .header-socials__svg {
        fill:#009ae1
    }
}

.header-socials__link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    border-left: 1px solid #9da3b0;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.header-socials__link:first-child {
    margin-left: 0
}

.header-socials__link:first-child::before {
    display: none
}

.header-socials__svg {
    fill: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 1023px) {
    .header-socials__svg {
        width:30px;
        height: 30px
    }
}

@media only screen and (max-width: 1023px) {
    .header-socials {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .header-socials {
        margin-top:20px
    }
}

.lang {
    text-transform: uppercase;
    position: relative;
    width: 60px;
    text-align: center;
    font-size: 12px
}

.lang.active {
    background-color: #2d343a
}

.lang.active .lang__dropdown {
    display: block
}

.lang.active .lang__current::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.lang__current {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer
}

.lang__current::before {
    position: absolute;
    content: '';
    right: -8px;
    top: 15px
}

@media only screen and (max-width: 1023px) {
    .lang__current::before {
        display:none
    }
}

@media only screen and (max-width: 1023px) {
    .lang__current {
        color:#009ae1
    }
}

.lang__dropdown {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1
}

@media only screen and (max-width: 1023px) {
    .lang__dropdown {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        position: relative
    }
}

.lang__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #3e4851;
    color: #fff;
    text-decoration: none;
    background-color: #2d343a
}

@media only screen and (min-width: 1025px) {
    .lang__link:hover:hover {
        color:#009ae1
    }
}

@media only screen and (max-width: 1023px) {
    .lang__link {
        background-color:transparent;
        border: none;
        height: auto;
        margin-left: 15px
    }
}

@media only screen and (max-width: 1023px) {
    .lang {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        font-size: 20px;
        width: auto
    }
}

.booking {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 76px;
    background-color: transparent;
    padding: 0 30px;
    margin-left: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 1279px) {
    .booking {
        padding:0 15px
    }
}

@media only screen and (max-width: 1023px) {
    .booking {
        border:1px solid #fff;
        padding: 0 30px;
        height: 50px;
        margin-top: 15px
    }
}

.booking__svg {
    fill: #fff;
    margin-right: 9px
}

.booking__text {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

@media only screen and (min-width: 1025px) {
    .booking:hover:hover {
        background-color:rgba(255,255,255,.3)
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 20%;
        text-align: left;
        position: fixed;
        left: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .logo img {
        width: 35%;
        text-align: left;
        position: fixed;
        left: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 413px) {
    .logo img {
        width: 35%;
        text-align: left;
        position: fixed;
        left: 10px;
        top: 10px;
    }
}

.info-section {
    padding: 30px 0
}

@media only screen and (max-width: 1023px) {
    .info-section {
        padding:50px 15px
    }
}

.info-section h2 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400
}

.info-section__align {
    max-width: 920px;
    margin: 0 auto;
    position: relative
}

.info-section__align::before {
    position: absolute;
    content: '';
    left: -110px;
    top: -30px;
    z-index: -1
}

.info-section__content {
    height: 110px
}

.input {
    width: 100%;
    background-color: #2d343a;
    padding: 0 40px 0 20px;
    border: 1px solid #353d43;
    border-radius: 0;
    height: 68px;
    line-height: 68px;
    font-size: 13px;
    font-family: Proxima;
    color: #fff;
    font-weight: 300;
    text-overflow: ellipsis
}

@media only screen and (max-height: 700px) {
    .input {
        height:48px;
        line-height: 48px
    }
}

.input--low {
    height: 38px
}

.input--textarea {
    height: 110px
}

.input__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .input__row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.input__row::before {
    position: absolute;
    content: '';
    border-left: 2px solid transparent;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.input__row.active::before {
    border-color: #009ae1
}

.input__row.active input::-webkit-input-placeholder {
    color: #fff
}

.input__row.active input::-moz-placeholder {
    color: #fff
}

.input__row.active input::-ms-input-placeholder {
    color: #fff
}

.input__row.active input::placeholder {
    color: #fff
}

.input__row--center {
    text-align: center;
    margin-top: 35px
}

.input__row--margin {
    margin-top: 15px
}

.input__row--margin:first-child {
    margin-top: 0
}

.input__row.error::after {
    position: absolute;
    content: '!';
    top: 24px;
    right: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #ed4c4c;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (max-height: 700px) {
    .input__row.error::after {
        top:14px
    }
}

.input__row--col {
    width: 25%
}

@media only screen and (max-width: 767px) {
    .input__row--col {
        width:50%
    }
}

.input__row--margintop {
    margin-top: 40px
}

.input__row--dropdown.dropdown .input-dropdown {
    display: block
}

.input:focus {
    outline: 0
}

.input__icon {
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none
}

@media only screen and (max-height: 700px) {
    .input__icon {
        top:20px
    }
}

.input__svg {
    fill: #575d61;
    width: 12px;
    height: 12px
}

.label {
    position: absolute;
    left: 20px;
    top: 29px;
    font-size: 12px;
    -webkit-transition: top .2s ease-in-out,font-size .2s ease-in-out,color .2s ease-in-out;
    transition: top .2s ease-in-out,font-size .2s ease-in-out,color .2s ease-in-out;
    color: #656565
}

@media only screen and (max-height: 700px) {
    .label {
        top:19px
    }
}

.label.active {
    font-size: 12px;
    top: 13px
}

@media only screen and (max-height: 700px) {
    .label.active {
        top:4px
    }
}

.input__row .label.active {
    border-color: #fff
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #2d343a inset;
    -webkit-text-fill-color: #fff!important
}

input::-webkit-input-placeholder {
    color: transparent
}

input::-moz-placeholder {
    color: transparent
}

input::-ms-input-placeholder {
    color: transparent
}

input::placeholder {
    color: transparent
}

.input-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
    z-index: 2;
    display: none
}

@media only screen and (max-width: 479px) {
    .input-dropdown {
        top:auto;
        bottom: 100%
    }
}

.input-dropdown__item {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    border: 1px solid #394148;
    background-color: #2d343a;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    .input-dropdown__item--type:hover:hover {
        color:#009ae1
    }
}

@media only screen and (min-width: 1025px) {
    .input-dropdown__item--quantity:hover:hover .input-dropdown__svg {
        fill:#009ae1
    }
}

.input-dropdown__svg {
    fill: #fff;
    width: 9px;
    height: 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}