.owl-item .item {
    margin: 0 auto;
    text-align: center;
}

#image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
}

#widgetContainerBox {
    display: contents;
    text-align: left;
    float: left;
}

#top_blank {
    width: 100%;
    height: 120px;
    float: left;
}

.wyroznienia {

}

#home_blank {
    width: 100%;
    height: 500px;
    float: left;
}

#slider {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.slider_bg {
    width: 100%;
    height: 100%;
    top: 0;
    background: url('../images/background_png.png') repeat-x;
    position: absolute;
    z-index: 2;
    left: 0;
}

#slider img {
    width: 100%;
    float: left;
}

#slider .container {
    padding: 0;
}

.wide-container {
    height: 450px;
}

#image h1 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #1d2733;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.7);
}

#image .title {
    border: 1px solid #fff;
    padding: 3px;
    background: transparent;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
}

#top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

#header {
    width: 100%;
    height: 120px;
    background: transparent;
    color: #1d2733;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    float: left;
}

#header.bg {
    background: #9caeff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#header a {
    color: #1d2733;
}

#logo {
    width: 354px;
    height: 113px;
    margin-top: 20px;
    position: absolute;
    background: transparent url('../images/logo.png') top center no-repeat;
    background-size: contain;
    float: left;
}

#logo a {
    width: 100%;
    height: 100%;
    position: absolute;
}

#header .left {
    margin-left: 10%;
    margin-top: 45px;
    font-size: 0;
    float: left;
    font-weight: bold;
}

@media all and (max-width: 1350px) {

    #header .left {
        margin-left: 30px !important;
    }

}

#header .left img {
    padding-left: 10px;
}

#header .right {
    margin-right: 10%;
    margin-top: 45px;
    float: right;
}

.lang {
    float: right;
    margin-left: 20px;
}

#header .phone, #header .mail {
    display: inline-block;
    font-size: 14px;
}

#search {
    width: 100%;
    padding: 40px 0;
    background: #7f7f7f;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    display: none;
    z-index: 1;
    top: 100%;
    left: 0;
    -moz-box-shadow: 0px 0px 6px #959595;
    -webkit-box-shadow: 0px 0px 6px #959595;
    box-shadow: 0px 0px 6px #959595;
}

#search input {
    width: calc(100% - 220px) !important;
}

#search button {
    width: 150px;
    border-color: #fff;
    color: #fff;
    background: transparent;
    float: right;
}

#search button:hover {
    border-color: #fff;
    color: #000;
    background: #fff;
}

#account_header {
    width: 100%;
    padding: 40px 0;
    background: #7f7f7f;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    display: none;
    z-index: 1;
    top: 100%;
    left: 0;
    -moz-box-shadow: 0px 0px 6px #959595;
    -webkit-box-shadow: 0px 0px 6px #959595;
    box-shadow: 0px 0px 6px #959595;
}

#account_header .center, #search .center {
    position: relative;
}

.btn_close_h {
    width: 30px;
    height: 30px;
    background: transparent url('../images/close_cookies.png') center center;
    position: absolute;
    top: 5px;
    right: 5px;
}

#account_header a.remind {
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
    text-transform: none;
    font-size: 16px;
    float: right;
}

#account_header h2, #search h2 {
    margin: 0 0 15px 0;
    color: #fff;
}

#account_header button, #account_header .btn {
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
}

#account_header button:hover, #account_header .btn:hover {
    background: #fff;
    color: #7f7f7f;
}

#account_header .container {
    padding: 0 200px 0 0;
}

#account_header form input, #account_header form textarea, #search form input, #search form textarea {
    width: 90%;
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    padding: 15px 25px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#account_header form textarea {
    height: 150px;
    padding: 15px 25px;
}

#account_header form input:focus, #account_header form textarea:focus {
    border-color: #474747;
}

#showmenu {
    text-align: center;
    padding: 15px 0;
    display: none;
    margin: 25px 15px 0 0;
    color: #fff !important;
    text-transform: uppercase;
    float: right;
}

#menu {
    margin-top: 15px;
    padding: 0;
    float: right;
}

#menu ul {
    list-style: none;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 0;
}

#menu ul li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

#menu ul li a {
    padding: 5px 10px 5px 10px;
    background: transparent url('../images/menu.png') center right no-repeat;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    float: left;
    text-transform: uppercase;
}

#menu ul li:last-child a {
    background: #536cda;
}

#menu ul.r {

    margin-top: 20px;
    background: #00609c;
}

#menu ul.r li {
    width: 100%;
}

#menu ul.r li a {
    width: 90%;
    background: transparent;
    padding: 10px 5%;
}

#menu ul.r li a:hover {
    background: #004774 !important;
    text-decoration: none !important;
}

#menu ul.r li ul {
    width: 100%;
    display: none;
    position: relative;
    margin: 5px 0;
    padding: 5px 0 !important;
    top: 0;
    left: 0;
    float: left;
}

#menu ul li a.video {
    margin: 7px 0;
    padding: 8px 10px;
    background: #2d5f9a;
}

#menu ul li ul {
    width: 320px;
    background: #2c5f9c;
    display: none;
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 100%;
    padding: 10px 0 !important;
    margin: 0;
}

#menu ul li ul ul {
    left: 100%;
    top: -10px;
}

#menu ul li ul li {
    margin: 0;
}

#menu ul li ul li a {
    width: 290px;
    padding: 8px 15px;
    text-align: left;
    float: left;
}

#menu ul li ul li a:hover, #menu ul li ul li a.bg {
    background: #1d2733;
}

#menu li:hover > ul {
    display: block;
}

.dmenu {
    display: block !important;
}

#content {
    width: 100%;
    float: left;
}

#products .product {
    width: 25%;
    float: left;
}

.item .product {
    width: 100% !important;
    border-bottom: 1px solid #dcdcdc;
    float: left;
}

#products .product .container {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
}

.item .product .container {
    border-right: 0 solid #dcdcdc !important;
}

#promotion {
    border-right: 1px solid #dcdcdc;
}

#products .product:nth-child(-n+4) .container {
    border-top: 1px solid #dcdcdc;
}

#products .product:nth-child(4n+1) .container {
    border-left: 1px solid #dcdcdc;
}

#products_content .product {
    width: 33.3333%;
    float: left;
}

#products_content .product .container {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
}

#products_content .product:nth-child(-n+3) .container {
    border-top: 1px solid #dcdcdc;
}

#products_content .product:nth-child(3n+1) .container {
    border-left: 1px solid #dcdcdc;
}

#slider .t {
    width: 1200px;
    position: absolute;
    z-index: 4;
    left: 0;
    left: calc(50% - 600px);
    top: 40%;
}

#slider .t h2 {
    color: #536cda;
    margin: 0 0 15px 0;
    font-size: 36px;
    text-transform: uppercase;
}

#slider .t h3 {
    color: #000000;
    margin: 10px 0 0 0;
    font-size: 26px;
    text-transform: lowercase;
    font-weight: 300;
}

h1, h2, h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: left;
    position: relative;
}

h3 {
    text-align: left;
    font-size: 18px;
}

h2.underline, h3.underline {
    letter-spacing: 0.5px;
    text-align: center;
}

#content h1 {
    text-align: center;
}

#content h2 {
    text-align: center;
    display: inline-block;
}

#content ul {
    margin: 10px 0 0 0;
}

#content ul.li_blue, #content ul.li_green, #content ul.li_transparent {
    list-style: none;
    padding: 0;
}

#content ul.li_blue li {
    width: 80%;
    width: calc(100% - 140px);
    background: #536cda url('../images/li.png') center left 40px no-repeat;
    padding: 10px 20px 10px 120px;
    margin: 0 0 5px 0;
    color: #fff;
    float: left;
}

#content ul.li_green li {
    background: #008ae1 url('../images/li.png') center left 40px no-repeat;
    width: 80%;
    width: calc(100% - 140px);
    padding: 10px 20px 10px 120px;
    margin: 0 0 5px 0;
    color: #fff;
    float: left;

}

#content ul.li_transparent li {
    color: #000;
    background: transparent url('../images/li_green.png') center left 0px no-repeat;
    width: calc(100% - 60px);
    padding: 10px 20px 10px 60px;
}

#content h2:before {
    position: absolute;
    left: -75px;
    top: 13px;
    width: 60px;
    height: 2px;
    background: #1d2733;
    content: "";
}

#content h2:after {
    position: absolute;
    right: -75px;
    top: 13px;
    width: 60px;
    height: 2px;
    background: #1d2733;
    content: "";
}

#contact h2 {
    color: #fff;
}

#contact h2:after {
    background: #fff;
}

#contact h2:before {
    background: #fff;
}

#content #achievements h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    text-transform: none;
    background: #536cda;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h2 {
    text-align: left;
    margin: 0 0 00px 0;
}

#footer_icons {
    font-family: "Trajan Pro";
    width: 100%;
    padding: 30px 0;
    background: #2a343f url('../images/background_bar_contact.jpg') top left repeat;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #fff;
    float: left;
}

#footer_icons a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#footer_icons .ico {
    width: 33%;
    min-height: 65px;
    padding-top: 5px;
    float: left;
}

#footer_icons .ico .container {
    padding-left: 60px;
}

#footer_icons .ico.phone {
    background: transparent url('../images/ico_big_phone.png') center left no-repeat;
    min-height: 55px;
    padding-top: 15px;
}

#footer_icons .ico.address {
    background: transparent url('../images/ico_big_map.png') center left no-repeat;
}

#footer_icons .ico.email {
    background: transparent url('../images/ico_big_mail.png') center left no-repeat;
    min-height: 52px;
    padding-top: 18px;
}

#footer {
    font-family: "Trajan Pro";
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
    text-align: center;
    background: #2c5f9c;
    border-top: 2px solid #fff;
    color: #fff;
    position: relative;
    z-index: 2;
    float: left;
}

#footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#footer a {
    color: #fff;
}

#footer .col-3:first-child {
    text-transform: uppercase;
}

#path {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
    margin-bottom: 40px;
    float: left;
}

#path:before {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: " ";
}

#path a {
    color: #2f2c2c;
}

#path a.bg {
    color: #17a697;
    text-decoration: underline;
}

#path .l {
    width: 50%;
    float: left;
}

#sort {
    width: 50%;
    float: right;
}

#sort .pag {
    float: right;
}

.pag a {
    font-size: 14px;
    background: transparent;
    color: #0f5959;
    padding: 3px 7px;
    margin: 0 2px 0px 0;
    display: inline-block;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pag a.bg, .pag a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #0f5959;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.small {
    font-size: 12px;
    color: #4c4c4c;
}

#answerForm, #answerForm2, #answerForm3 {
    /*display: none;
    position: absolute;*/
}

#left {
    width: 300px;
    float: left;
}

#promotion_content {
    width: 300px;
    float: left;
}

#promotion {
    width: 100%;
    width: calc(100% - 1px);
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    float: left;
}

#promotion.promotion_home {
    border: 0;
    border-right: 1px solid #dcdcdc;
}

#promotion .container {
    padding: 10px 20px;
}

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

#menu_products ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_products ul li {
    width: 90%;
    width: calc(100% - 15px);
    background: transparent url('../images/ico_arrow.png') top 3px left no-repeat;
    padding-left: 15px;
    float: left;
}

#menu_products a {
    width: 100%;
    color: #6f6f6f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px #b8eef2;
    margin-bottom: 10px;
    float: left;
}

#menu_products a i {
    margin-right: 7px;
}

#menu_products a:hover {
    text-decoration: none;
    color: #0f5959;
}

#products_content {
    width: 50%;
    width: calc(100% - 300px);
    min-height: 500px;
    float: right;
}

#product_content {
    width: 50%;
    width: calc(100% - 620px);
    float: right;
}

#product_content h1 {
    text-align: left;
    color: #000;
}

#product_content span.attr {
    text-transform: uppercase;
    width: 135px;
    display: inline-block;
    margin-bottom: 10px;
}

#product_content .short_text {
    line-height: 22px;
}

#content img {
    max-width: 100%;
    float: left;
}

.tabs {
    width: 100%;
    line-height: 22px;
    float: left;
}

.tabs .nav {
    width: 100%;
    border-bottom: 2px solid #17a697;
    float: left;
}

.tabs .nav a {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #17a697;
    border-bottom: 0;
    color: #000;
    margin-right: 10px;
    float: left;
}

.tabs .nav a.bg, .tabs .nav a:hover {
    text-decoration: none;
    background: #17a697;
    color: #fff;
}

.tabs .tab {
    width: 100%;
    padding: 30px 0 0 0;
    display: none;
    float: left;
}

.tabs .tab:nth-child(2) {
    display: block;
}

.product_colors {
    width: 100%;
    background: #eeeeee;
    padding: 15px 0;
    border: 1px solid #d4d4d4;
    margin-top: 20px;
    float: left;
}

.product_colors .container {
    padding: 0 30px;
}

.product_colors .col-2 {
    margin: 0;
}

.product_colors .color {
    width: 27px;
    height: 27px;
    border: 1px solid #d4d4d4;
    margin-right: 10px;
    float: left;
}

.product_colors .color.bg {
    border: 2px solid #17a697;
}

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

.product_info .producent {
    position: absolute;
    right: 0;
    top: 0;
}

.product_info .producent img {
    max-width: 250px;
    max-height: 50px;
}

.small {
    font-size: 14px;
    color: #a6a6a6;
}

.instalments {
    width: 59px;
    height: 131px;
    background: transparent url('../images/ico_instalments.png') top left no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.responsive-table {
    width: 100%;
    overflow: auto;
    float: left;
}

.mixpicker__month table {
    width: 100%;
    min-width: 100% !important;
}

table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    border: 0;
}

table th {
    border: 0;
    padding: 15px 10px;
    color: #fff;
    font-weight: 700;
    background: #1e2834;
    border: 0;
    vertical-align: top;
    text-align: center;
}

table th:first-child {
    border-left: 0px solid #1e2834;
}

table th:last-child {
    border-right: 0px solid #1e2834;
}

table td {
    border: 0;
    padding: 15px 10px;
    background: #fff;
    vertical-align: top;
    text-align: left;
}

hr {
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 10px;
    float: left;
}

#promotion {
    position: relative;
}

.owl-theme .owl-controls .owl-buttons div:first-child {
    zoom: 1;
    width: 18px;
    height: 33px;
    background: #638ca6 url('../images/ico_products_slider_left.png') center center no-repeat;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    left: 22px;
}

.owl-theme .owl-controls .owl-buttons div:first-child:hover {
    background: #638ca6 url('../images/ico_products_slider_left.png') center center no-repeat;
}

.owl-theme .owl-controls .owl-buttons div:nth-child(2) {
    zoom: 1;
    width: 18px;
    height: 33px;
    background: #638ca6 url('../images/ico_products_slider_right.png') center center no-repeat;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    right: 22px;
}

.owl-theme .owl-controls .owl-buttons div:nth-child(2):hover {
    background: #638ca6 url('../images/ico_products_slider_right.png') center center no-repeat;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.strike {
    color: #000;
    font-size: 20px;
}

.news {
    width: 100%;
    text-align: justify;
    float: left;
}

.news h2 {
    color: #343434;
    font-size: 16px;
}

.news .image {
    margin: 0 20px 20px 0;
    border: 3px solid #c9c9c9;
    float: left;
}

.readmore {
    font-size: 16px;
    color: #1d2733;
    font-weight: 700;
    margin-top: 20px;
    padding: 8px 25px;
    color: #fff;
    background: #66b441;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

.readmore:hover {
    text-decoration: none;
    background: #539a32;
    color: #fff;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

.owl-theme .owl-controls {
    background: #638ca6;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 3px 0 3px;
    background: #fff;
    border: 2px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0f5959;
}

.input_amount {
    background: #e0e0e0;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    border: 0;
    margin: 0;
    width: 20px !important;
}

table.orders th, table.orders td {
    text-align: center;
}

table.orders td.bg {
    background: #f2d07b;
    text-align: left;
}

.popup {
    width: 420px;
    padding: 30px 0;
    background: #fff;
    font-size: 13px;
    color: #5a5a5a;
    float: left;
    position: absolute;
    top: 50px;
    left: 40%;
    z-index: 100;
}

.popup .container {
    padding: 0 30px;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
}

img.btn_close {
    border: 0;
    float: right;
    margin: 0 0 0 0;
}

* html #fade {
    position: absolute;
}

* html . {
    position: absolute;
}

#fade {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 95;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#footer ul li {
    background: transparent url('../images/footer_menu.png') top 6px right no-repeat;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 12px;
    float: left;
}

#footer ul li:last-child {
    background: transparent;
}

#footer .author {
    float: right;
}

.header_box {
    width: 210px;
    height: 93px;
    margin-left: 20px;
    line-height: 26px;
    padding: 59px 30px 0 30px;
    float: left;
}

.header_box.price {
    background: transparent url('../images/ico_price.jpg') top left no-repeat;
}

.header_box table {
    min-width: 50px;
    width: 100% !important;
    border: 0;
    padding: 0;
}

.header_box table td {
    width: 50%;
    background: transparent;
    border: 0;
    padding: 0;
}

.header_box table td:nth-child(2) {
    text-align: right
}

.header_box.contact {
    background: transparent url('../images/ico_contact.jpg') top left no-repeat;
}

h2.m {
    color: #fff;
    padding: 10px 15px;
    background: #000;
    border-radius: 5px;
    display: inline !important;
    text-align: center;
}

.menu {
    width: 800px;
    margin-left: 200px;
    float: left;
}

.menu .left {
    width: 83%;
    float: left;
}

.menu .right {
    width: 15%;
    font-weight: bold;
    float: right;
}

.rooms_slider .room {
    width: 99%;
}

.offers_slider .room {
    width: 99%;
}

.room {
    width: 30%;
    background: #fff;
    margin-right: 5%;
    margin-bottom: 20px;
    line-height: 23px;
    float: left;
}

.room:nth-child(3n+3) {
    margin-right: 0;
}

.room:nth-child(3n+1) {
    clear: left;
}

.room .container {
    padding: 5px;
    border: 1px solid #d5d5d5;
}

.room .text {
    height: 70px;
    padding: 10px 20px;
    text-align: justify;
}

.room h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1EX;
    color: #1d2733;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.room h2:after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 100px;
    height: 2px;
    background: #1d2733;
    transform: translate(-50%, 0%);
    content: "";
}

h1.underline {
    position: relative;
}

.room img {
    width: 100%;
    float: left;
}

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

.room .image .m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.room .image .price {
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 30%;
    transform: translate(0%, -30%);
    padding: 5px 10px;
    color: #fff;
    background: #2d5f9a;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.room .image a:hover {
    text-decoration: none;
}

.room .image .price.enlarge {
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    visibility: hidden;
    opacity: 0;
}

.room.offer .image .price {
    background: #038300;
}

.room.spa .image .price {
    background: #e01660;
}

.room .image .price strong {
    font-size: 22px;
}

.room .image .hover {
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    visibility: hidden;
    opacity: 0;
}

.room .image .hover.enlarge {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.room .image .hover a {
    position: absolute;
    background: #2d5f9a;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 15px;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}

.room.offer .image .hover a {
    background: #038300;
}

.room.spa .image .hover a {
    background: #e01660;
}

.room_mgallery {
    width: 70%;
    position: relative;
    float: left;
}

.room_mgallery img {
    width: 100%;
    float: left;
}

.room_mgallery .photos {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0 10%;
}

.room_mgallery .photos .photo {
    width: 100%;
    float: left;
}

.room_mgallery .photos .photo img {
    float: none;
    max-width: 120px;
    width: auto;
    border: 1px solid #fff;
}

.room_mgallery_right {
    width: 27%;
    float: right;
}

.room_mgallery_right .price {
    width: 100%;
    background: #1d2733;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

.room_mgallery_right .price .container {
    padding: 5px;
}

.room_mgallery_right .price strong {
    font-size: 28px;
}

.room_mgallery_right .price_content {
    padding: 5px;
}

.room_mgallery_right .price_content {
    border: 1px solid #fff;
    padding: 5px;
}

.room_mgallery_right .btn_reserve {
    padding: 12px 35px;
    background: #2c5f9c;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    display: inline-block;
}

.room_mgallery_right .info {
    margin-top: 20px;
}

.room_mgallery_right .container {
    border: 1px solid #1d2733;
    padding: 15px 20px;
}

.room_mgallery_right .info h2 {
    color: #1d2733;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.room_mgallery_right .info h2:after {
    position: absolute;
    height: 1px;
    background: #1d2733;
    width: 60%;
    margin-left: 20%;
    left: 0;
    bottom: -5px;
    content: "";
}

.room_mgallery_right .info .ico {
    width: 85%;
    min-height: 25px;
    padding-left: 15%;
    padding-top: 8px;
    float: left;
}

.room_mgallery_right .info .ico.registration_time {
    background: url('../images/ico_offer/ico_start.png') center left no-repeat;
}

.room_mgallery_right .info .ico.signout_time {
    background: url('../images/ico_offer/ico_end.png') center left no-repeat;
}

.room_mgallery_right .info .ico.wifi {
    background: url('../images/ico_offer/ico_wireless.png') center left no-repeat;
}

.room_mgallery_right .info .ico.tvsat {
    background: url('../images/ico_offer/ico_dryer.png') center left no-repeat;
}

.room_mgallery_right .info .ico.phone {
    background: url('../images/ico_offer/ico_phone_1.png') center left no-repeat;
}

.room_mgallery_right .info .ico.tv {
    background: url('../images/ico_offer/ico_tv.png') center left no-repeat;
}

.room_mgallery_right .info .ico.shower {
    background: url('../images/ico_offer/ico_shower.png') center left no-repeat;
}

.room_mgallery_right .info .ico.fridge {
    background: url('../images/ico_offer/ico_fridge.png') center left no-repeat;
}

.room_mgallery_right .info .ico.beach_equipment {
    background: url('../images/ico_offer/ico_beach.png') center left no-repeat;
}

.room_mgallery_right .info .ico.safe {
    background: url('../images/ico_offer/ico_safe.png') center left no-repeat;
}

.room_mgallery_right .info .ico.tour {
    text-transform: uppercase;
    background: url('../images/ico_offer/ico_tour.png') center left no-repeat;
}

.room_mgallery_right .info .ico.spa {
    text-transform: uppercase;
    background: url('../images/ico_offer/ico_spa.png') center left no-repeat;
}

.room_mgallery_right .info .ico.available_date {
    background: url('../images/ico_offer/ico_calendar_1.png') center left no-repeat;
}

.room_mgallery_right .info .ico.days {
    background: url('../images/ico_offer/ico_stay.png') center left no-repeat;
}

.room_mgallery_right .info .ico.food {
    background: url('../images/ico_offer/ico_dinner.png') center left no-repeat;
}

.room_mgallery_right .info .ico.breakfast {
    background: url('../images/ico_offer/ico_breakfast.png') center left no-repeat;
}

.room_mgallery_right .info .ico.swimming_pool {
    background: url('../images/ico_offer/ico_pool.png') center left no-repeat;
}

.room_mgallery_right .info .ico.children_no_fee {
    background: url('../images/ico_offer/ico_kids.png') center left no-repeat;
}

.room_mgallery_right .info .ico.credit_cards {
    background: url('../images/ico_offer/ico_pay.png') center left no-repeat;
}

.room_mgallery_right.offer .ico strong {
    color: #038300;
}

.tab {
    width: 100%;
    float: left;
    display: none;
}

.tab.description {
    display: block;
}

.tabs {
    width: 100%;
    margin-top: 30px;
    position: relative;
    float: left;
}

.tabs:after {
    width: 100%;
    height: 1px;
    background: #1d2733;
    left: 0;
    bottom: 0px;
    position: absolute;
    content: "";
}

.tabs a {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border: 1px solid #1d2733;
    color: #1d2733;
    text-transform: uppercase;
    margin-right: 5px;
    float: left;
}

.tabs a:hover, .tabs a.bg {
    text-decoration: none;
    background: #2c5f9c;
    color: #fff;
    border-color: #2c5f9c;
}

.tab .container {
    padding: 25px 10px;
}

.room_mgallery.offer {
    width: 53%;
    float: left;
}

.room_mgallery_right.offer {
    width: 45%;
    float: right;
}

.room_mgallery_right.offer .price_content {
    border: 0;
    padding: 0px;
}

.room_mgallery_right.offer .btn_reserve {
    width: 100%;
    padding: 12px 0;
    background: #038300;
}

.room_mgallery_right.offer .left {
    width: 49%;
    float: left;
}

.room_mgallery_right.offer .right {
    width: 49%;
    float: right;
}

.room_mgallery_right.offer .info {
    margin-top: 0;
}

.btn_go_back {
    font-family: "Trajan Pro";
    background: #fff url('../images/arrow_left_navy.png') center left 15px no-repeat;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #1d2733;
    padding: 10px 30px 10px 50px;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
}

.btn_go_back:hover {
    background: #1d2733 url('../images/arrow_left_white.png') center left 15px no-repeat;
    color: #fff;
    text-decoration: none;
}

.btn_go_next {
    font-family: "Trajan Pro";
    background: #fff url('../images/arrow_right_navy.png') center right 15px no-repeat;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #1d2733;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
}

.btn_go_next:hover {
    background: #1d2733 url('../images/arrow_right_white.png') center right 15px no-repeat;
    color: #fff;
    text-decoration: none;
}

.offer_form {
    width: 100%;
    background: #f2f2f2;
    float: left;
}

.offer_form .container {
    border: 1px solid #000;
    padding: 20px 40px;
}

.gallery {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.gallery:nth-child(3n+3) {
    margin-right: 0;
}

.gallery:nth-child(3n+1) {
    clear: left;
}

.gallery .container {
    padding: 5px 5px 0 5px;
    border: 1px solid #eaeaea;
}

.gallery .name {
    position: absolute;
    background: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery .name a {
    color: #000;
}

.gallery .name a:hover {
    text-decoration: none;
}

.offer_form form input:focus, form textarea:focus {
    color: #2d5f9c;
    border-color: #2d5f9c;
}

#grey_offers {
    width: 100%;
    padding: 60px 0 30px 0;
    background: #f2f3f5 url('../images/background_bar_icons.jpg') top left repeat;
    border-top: 2px solid #e6e6e7;
    float: left;
}

#home_icons {
    width: 100%;
    padding: 50px 0;
    background: #f2f3f5 url('../images/background_bar_icons.jpg') top left repeat;
    position: relative;
    z-index: 2;
    float: left;
}

#home_icons a.button:hover {
    background: #1d2733;
    text-decoration: none;
}

#home_icons .ico {
    width: 25%;
    text-align: center;
    float: left;
    line-height: 22px;
    font-size: 15px;
}

#home_icons .ico .container {
    padding: 0 15px;
}

a.button {
    color: #fff;
    background: #485ebd;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

#home_icons h3 {
    margin: 15px 0 20px 0;
}

#home_icons a.button {
    margin-top: 30px;
}

#contact {
    width: 100%;
    background: #e1eaf0 url('../images/contact.jpg') top no-repeat;
    background-size: cover;
    position: relative;
    line-height: 24px;
    z-index: 2;
    color: #fff;
    float: left;
}

#contact h3 {
    color: #fff;
    text-transform: none !important;
}

#contact .mcontainer {
    padding: 50px 0;
}

#about {
    width: 100%;
    background: #e1eaf0 url('../images/aboutus.jpg') top no-repeat;
    background-attachment: fixed;
    position: relative;
    line-height: 24px;
    z-index: 2;
    float: left;
}

#about .mcontainer {
    padding: 50px 0;
}

#aboutus {
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    position: relative;
    line-height: 24px;
    z-index: 2;
    float: left;
}

#aboutus .mcontainer {
    padding: 50px 0;
}

#aboutus2 {
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    position: relative;
    line-height: 24px;
    z-index: 2;
    float: left;
}

#aboutus2 .mcontainer {
    padding: 50px 0;
}

#achievements {
    width: 100%;
    padding: 50px 0;
    background: #fff url('../images/achievements.jpg') top no-repeat;
    background-size: cover;
    position: relative;
    line-height: 24px;
    z-index: 2;
    float: left;
}

#about .content {
    width: 100%;
    float: left;
}

#about .content .container {
    padding: 10px;
    border: 1px solid #fff;
}

#about .content .text {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    text-shadow: 1px 1px #fff;
    text-align: justify;
}

#home_content {
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    background: #fff;
    float: left;
}

.owl-carousel .owl-prev {
    font-family: "Trajan Pro";
    background: #fff url('../images/arrow_left_navy.png') center left 15px no-repeat;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #1d2733;
    padding: 10px 30px 10px 50px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 0;
}

.owl-carousel .owl-prev:hover {
    background: #1d2733 url('../images/arrow_left_white.png') center left 15px no-repeat;
    color: #fff;
    text-decoration: none;
}

.owl-carousel .owl-next:hover {
    background: #1d2733 url('../images/arrow_right_white.png') center right 15px no-repeat;
    color: #fff;
    text-decoration: none;
}

.owl-carousel .owl-next {
    font-family: "Trajan Pro";
    background: #fff url('../images/arrow_right_navy.png') center right 15px no-repeat;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #1d2733;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-carousel-white .owl-prev {
    font-family: "Trajan Pro";
    background: #2c5f9c url('../images/arrow_left_white.png') center left 15px no-repeat;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px 30px 10px 50px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 0;
}

.owl-carousel-white .owl-prev:hover {
    background: #fff url('../images/arrow_left_navy.png') center left 15px no-repeat;
    color: #1d2733;
    text-decoration: none;
}

.owl-carousel-white .owl-next:hover {
    background: #fff url('../images/arrow_right_navy.png') center right 15px no-repeat;
    color: #1d2733;
    text-decoration: none;
}

.owl-carousel-white .owl-next {
    font-family: "Trajan Pro";
    background: #2c5f9c url('../images/arrow_right_white.png') center right 15px no-repeat;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-carousel-photo .owl-prev {
    text-indent: -9999px;
    font-family: "Trajan Pro";
    background: transparent url('../images/arrow_left_white.png') center center no-repeat;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: -50px;
}

.owl-carousel-photo .owl-prev:hover {
    background: #fff url('../images/arrow_left_navy.png') center center no-repeat;
    color: #1d2733;
    text-decoration: none;
}

.owl-carousel-photo .owl-next:hover {
    background: #fff url('../images/arrow_right_navy.png') center center no-repeat;
    color: #1d2733;
    text-decoration: none;
}

.owl-carousel-photo .owl-next {
    text-indent: -9999px;
    font-family: "Trajan Pro";
    background: transparent url('../images/arrow_right_white.png') center center no-repeat;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -50px;
}

.btn_arrow {
    position: absolute;
    z-index: 100;
    animation: arrow_effect 1.6s infinite steps(60);
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}

@keyframes arrow_effect {
    0% {
        opacity: 0;
        top: 90%;
    }
    50% {
        opacity: 1;

        top: 93%;
    }
    100% {
        opacity: 0;
        top: 90%;
    }
}

#home_map {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 2;
    float: left;
}

#home_rooms {
    width: 100%;
    padding: 30px 0;
    background: #2c5f9c;
    color: #fff;
    position: relative;
    z-index: 2;
    float: left;
}

#home_rooms h2 {
    color: #fff;
}

#home_rooms h2:after {
    background: #fff;
}

.room_slide {
    width: 100%;
    float: left;
}

.room_slide .image {
    width: 50%;
    position: relative;
    float: left;
}

.room_slide .text {
    width: 48%;
    float: right;
}

.room_slide .text h2 {
    margin: 50px 0 20px 0;
}

.room_slide .price {
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 30px;
    transform: translate(0%, -30%);
    padding: 5px 10px;
    color: #2c5f9c;
    background: #fff;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    border: 1px solid #2c5f9c;
}

.room_slide .btn_show_room {
    background: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 7px 30px;
    color: #2d5f9a;
    margin-top: 20px;
    float: left;
}

.room_slide .btn_show_room:hover {
    background: #1d2733;
    color: #fff;
    text-decoration: none;
}

.room_mgallery.offer.attraction {
    width: 70%;
    float: left;
}

.room_mgallery_right.offer.attraction {
    width: 28%;
    float: right;
}

.btn_offers {
    display: inline-block;
    padding: 10px 25px 10px 60px;
    text-transform: uppercase;
    color: #1d2733;
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Trajan Pro";
    background-position: center left 10px;
    background-repeat: no-repeat;
}

.btn_offers:hover {
    text-decoration: none;
    color: #fff;
    border-color: #038300;
    background-color: #038300;
}

.btn_offers.bg {
    color: #fff;
    border-color: #038300;
    background-color: #038300;
}

.all_offers {
    background-image: url('../images/ico_offers.png');
}

.all_offers.bg, .all_offers:hover {
    background-image: url('../images/ico_offers2.png');
}

.stay_offers {
    background-image: url('../images/oferta_pobytowa.png');
}

.stay_offers.bg, .stay_offers:hover {
    background-image: url('../images/oferta_pobytowa2.png');
}

.spa_offers {
    background-image: url('../images/oferta_spa.png');
}

.spa_offers.bg, .spa_offers:hover {
    background-image: url('../images/oferta_spa2.png');
}

.booking {
    width: 80%;
    position: fixed;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, 0);
    z-index: 1;
}

@media all and (max-width: 1400px) {

    #footer_icons .ico:nth-child(2) {
        width: 25%;
    }

    #footer_icons .ico:nth-child(3) {
        width: 41%;
    }

}

.btn_prev_photo {
    width: 14px;
    height: 21px;
    background: transparent url('../images/arrow_left_navy.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    display: none;
}

.btn_next_photo {
    width: 14px;
    height: 21px;
    background: transparent url('../images/arrow_right_navy.png') center center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: none;
}

#popup {
    background: #e9e9e9;
    float: left;
    position: fixed;
    top: 50px;
    left: 350px;
    z-index: 1000001;
    -webkit-box-shadow: 0px 0px 4px #090a0b;
    -moz-box-shadow: 0px 0px 4px #090a0b;
    box-shadow: 0px 0px 4px #090a0b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#popupContent {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#popup .full {
    position: absolute;
}

.close {
    background: #fff;
    padding: 7px;
    position: absolute;
    right: -15px;
    top: -15px;
    -webkit-box-shadow: 0px 0px 4px #090a0b;
    -moz-box-shadow: 0px 0px 4px #090a0b;
    box-shadow: 0px 0px 4px #090a0b;
    -webkit-border-radius: 20px;
    0 -moz-border-radius: 20px;
    border-radius: 20px;
}

img.btn_close {
    border: 0;
    float: right;
    margin: 0 0 0 0;
}

img.btn_close:hover {
    background: transparent url('images/close_active.png') no-repeat;
}

* html #fade {
    position: absolute;
}

* html . {
    position: absolute;
}

#fade {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 100;
}

/* The container */
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #2367a4;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #002b53;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {

    background-color: #002b53;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#aboutus table td:first-child, #aboutus table td:nth-child(3) {
    width: 20%;
}

#aboutus table td:last-child, #aboutus table td:nth-child(2) {
    width: 30%;
}

#aboutus table hr {
    width: 70%;
}

#news {
    width: 100%;
    float: left;
}

#news .mcontainer {
    padding: 50px 0;
}

#top_blocks {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

#top_blocks .center {
    position: relative;
    height: 100%;
}

#top_blocks .ct {
    width: 385px;
    right: 0;
    top: 50%;
    text-shadow: 1px 1px #000;
    position: absolute;
    transform: translate(0%, -50%);
}

#top_blocks .block1 {
    width: 385px;
    height: 130px;
    background: #00609c url('../images/bg_top_blocks.png') center left no-repeat;
    background-size: contain;
    font-size: 30px;
    text-align: center;
    line-height: 125px;
    color: #fff;
    float: right;
}

#top_blocks .block1:hover {
    text-decoration: none;
}

#top_blocks .block2 {
    width: 385px;
    height: 130px;
    background: #009de0 url('../images/bg_top_blocks.png') center left no-repeat;
    background-size: contain;
    font-size: 30px;
    text-align: center;
    line-height: 125px;
    color: #fff;
    margin: 10px 0;
    float: right;
}

#top_blocks .block2:hover {
    text-decoration: none;
}

#top_blocks .block3 {
    width: 385px;
    height: 130px;
    background: #61b040 url('../images/bg_top_blocks.png') center left no-repeat;
    background-size: contain;
    font-size: 30px;
    text-align: center;
    line-height: 125px;
    color: #fff;
    float: right;
}

#top_blocks .block3:hover {
    text-decoration: none;
}

#news .center {
    position: relative;
}

.articles {
    padding: 10px 20px;
    background: #0063a1;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    float: right;
    font-weight: 700;
}

.articles:hover {
    text-decoration: none;
}

.checkbox {
    display: none;
}

.notchecked {
    background: transparent url('../images/checkbox.png') top left no-repeat;
    height: 31px;
    width: 31px;
    margin: 0 10px 5px 0;
    float: left;
}

.checked {
    background: transparent url('../images/checkbox2.png') top left no-repeat;
    height: 31px;
    width: 31px;
    float: left;
}

@media all and (max-width: 1300px) {

    #top_blocks .ct {
        right: 55px;
    }

    .mcontainer {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    #logo {
        margin-left: 50px;
    }
}

.fb-customerchat {
    position: absolute;
}