/*   
Theme Name: WWS 2
Theme URI: wws.21
Description: Cool Theme by RE
Author: RE
Author wws.21
Version: 1.0.2
*/

/* @font-face {
    font-family: STIXGeneral;
    src: url("/wp-content/themes/wws2/fonts/BodoniCyrillic.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: STIXGeneral;
    src: url("/wp-content/themes/wws2/fonts/BodoniBoldCyrillic.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Open Sans;
    src: url("/wp-content/themes/wws2/fonts/CenturyGothicRegular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Open Sans;
    src: url("/wp-content/themes/wws2/fonts/CenturyGothicBold.ttf") format("truetype");
    font-weight: 700;
} */

*{
    color: black;
    vertical-align: top;
}

html, body, div {
  margin: 0;
  outline: 0;
  padding: 0;
  font-family: Open Sans;
  font-weight: 400;
}

html {
    scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, h6 {
    font-family: STIXGeneral;
    font-weight: 700;
}

body {
    background-position: top center;
    font-family: wws-r;
    background-size: cover;
    position: relative;
}

img.custom-logo {
    height: auto;
}

.zt-header-phone-a {
    font-size: 25px;
    color: #111;
    font-weight: 900;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-family: wws-b;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

/* RE Header */

.site-title a {
    text-decoration: none;
    font-size: 22px;
    font-family: wws-b;
    font-weight: 900;
    line-height: 1;
    color: #213f8f;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 10px;
}

.textwidget.custom-html-widget:first-child {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.custom-header-logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.site-title a {
    display: none;
}

.header-contacts-out a {
    color: #fbd5ae;
}

.header-contacts-out a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.header-callback a {
    color: #ffff;
    background: #ff2c2c;
    padding: 10px 20px;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.site-description {
    text-decoration: none;
    font-size: 22px;
    color: #dcc1a8;
    margin-left: 20px;
    max-width: 150px;
    font-family: STIXGeneral;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #F7D4B2;
    text-transform: uppercase;
}

header#rehead {
    background: #ffffff;
    height: auto;
    min-height: 100px;
}

.reheader-widgets {
    position: relative;
    width: 100%;
    max-width: 1550px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0px auto;
    padding: 5px 0px;
}

.header-callback {
    height: 43px;
}

.re-nav-top {
    background: #1f3c61;
}

nav#site-navigation {
    z-index: 1;
    position: relative;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    max-width: 100px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: 10px 25px;
    vertical-align: middle;
}

.main-navigation ul li a {
    text-align: center;
}

.main-navigation ul li:hover > a {
    color: #fbd5ae;
}
.main-navigation ul li a {
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-navigation ul li a,
.main-navigation ul li a > * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    background: #1f3c61;
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 2;
    padding: 0px;
}
.main-navigation ul ul li {
    position: relative;
    text-align: left;
    max-width: 560px;
    width: 155px;
    margin: 10px 20px;
}
.main-navigation ul ul li:hover > a {
    color: #f9d4ad;
}

.main-navigation ul li:hover > ul {
  display: block;
}

ul#primary-menu {
    padding: 0px;
}

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


.main-navigation ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 6px;
    right: -30px;
    content: "";
    padding-right: 6px;
    font-weight: 900;
    font-size: 8px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    background: url(/wp-content/uploads/header-chevron-icon.png);
    width: 13px;
    height: 8px;
    min-height: 8px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
}

.main-navigation ul li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}

.zt-main-b1-out {
    align-content: center;
    align-items: center;
    justify-content: space-around;
    max-width: 1200px;
    margin: 1% auto 1%;
    margin-top: 155px;
}

.zt-main-b1-t4 {
    color: #fff;
    font-size: 58px;
    line-height: 1.5;
    text-align: center;
    margin: 15px auto;
    font-weight: 700;
    font-family: STIXGeneral;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: 0.05em;
    text-align: center;
}

.zt-main-b1-r-in2 {
    background: #ffffff73;
    max-width: 1045px;
    margin: 0 auto;
    height: 165px;
    box-shadow: 1px 1px 5px #bcbcbc;
    text-align: center;
    padding: 10px 15px;
    margin-top: 25px;
}

.zt-main-title1 {
    color: #17375f;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    font-family: STIXGeneral;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

ul.products.columns-4 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0.9% 2.992em 0;
    padding: 0;
    position: relative;
    width: 24.05%;
    margin-left: 0;
}

/* RE Content */

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}

ul {
    list-style-type: none;
    margin: 0;
}

body,
button,
input,
select,
textarea {
  color: #000;
  line-height: 1.5em;
  font-size: 17px;
          font-family: wws-r;
}

input, select, textarea {
    padding: 18px 0px;
    border: 0px solid #02182b75;
    max-width: 370px;
    margin: 5px auto;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-appearance: none;
    width: 385px;
}

:placeholder-shown, ::-webkit-input-placeholder {
    color: #BABABA;
    font-size: 16px;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    padding-left: 10px;
    padding-right: 0px;
}

.r-send-class2 {
    min-width: fit-content;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #FF2C2C;
    max-width: 230px;
    max-height: 52px;
}

.r-send-class2:hover {
	opacity: 0.75;
	cursor: pointer;
}

.pum-container.pum-responsive.pum-responsive-medium {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    left: 0px !important;
    right: 0px !important;
    border: 3px solid #0072ff61;
}

a {
    color: #248cc8;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    opacity: 0.75;
}

b,
strong {
  font-weight: 700;
  font-weight: bold;
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

h1 {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 1;
    color: #1e55ab;
    margin: 20px auto;
}

form.wpcf7-form {
    display: block;
    margin: 0 auto;
    text-align: center;
}

span.ajax-loader {
    display: none !important;
}

section.zt-main-b1 {
    background: url(/wp-content/uploads/zt-bg-1.jpg) no-repeat;
    padding-top: 3.3%;
    padding-bottom: 10%;
    background-position: top center;
    height: auto;
    min-height: 470px;
}

ul.zt-main-b4-num-ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 72px;
}

.zt-main-b4-num-ul-li1 p {
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    color: #C3977A;
}

.zt-main-b4-num-ul-li1 img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.zt-main-b4-num-ul-li1 {
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 40px;
}

.zt-main-b4-num-ul-li1 p:last-child {
    margin-bottom: 21px;
}

ul.zt-main-b4-num-ul li:after {
    content: "";
    width: 2px;
    height: 210px;
    background: #D6E3F2;
    display: block;
    position: absolute;
    top: 90px;
    left: -90px;
}

ul.zt-main-b4-num-ul li:first-child:after {
    display: none;
}

ul.zt-main-b4-num-ul li {
    position: relative;
}

section.zt-main-b5 {
    background: url(/wp-content/uploads/zt-bg-3.jpg) top center no-repeat;
    padding-top: 15px;
    padding-bottom: 8%;
}

ul.zt-main-b5-num-ul li p {
    max-width: 355px;
    margin: 0 auto;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #17375F;
    min-height: 114px;
}

ul.zt-main-b5-num-ul li p:last-child {
    padding: 32.5px 15px;
    min-height: 72px;
}

ul.zt-main-b5-num-ul li img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

ul.zt-main-b5-num-ul {
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 10px auto;
}

ul.zt-main-b5-num-ul li {
    background: #ffffffe0;
    border-radius: 20px;
    margin-bottom: 20px;
    /* width: 24%; */
}

.zt-main-b4-num-ul-li2 p {
    color: #C1D4EC;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
}

.zt-main-b4-num-ul-li2 p strong {
    color: #C1D4EC;
    font-size: 100px;
    text-align: center;
}

.zt-main-b4-num-ul-li1:after {
    content: "";
    width: 130px;
    background: #c3977a;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

section.zt-main-b3 {
    background: url(/wp-content/uploads/zt-bg-2.jpg) top center no-repeat;
    padding-top: 15px;
    padding-bottom: 8%;
}

.zt-main-b3-in {
    padding: 10px 20px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.zt-main-b3-t2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 14px auto 5px;
    font-size: 36px;
    font-family: STIXGeneral;
    font-style: normal;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: 0.05em;
    text-align: center;
}

.zt-main-b3-t3 {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #FBD5AE;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.zt-main-b3-t4 {
    background: #ffffffd1;
    max-width: 1060px;
    margin: 0px auto;
    height: 95px;
    text-align: center;
    padding: 1px 0px;
}

ul.zt-main-b6-ul {
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 10px auto;
}

ul.zt-main-b6-ul li a p {
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

ul.zt-main-b6-ul li:hover a p {
    color: #FBD5AE;
}

.zt-main-b7-num-out {
    width: 100%;
    max-width: 1600px;
    margin: 35px auto;
}

section.zt-main-b7 {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

img.zt-home-text-bg4 {
    width: 100%;
}

section.zt-main-b7 h3 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
}

section.zt-main-b7 h4 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto;
}

.zt-home-text-1 {
    margin: 35px auto;
}

section.zt-main-b8 {
    background: url(/wp-content/uploads/zt-bg-5.jpg) top center no-repeat;
    padding-top: 15px;
    padding-bottom: 10px;
}

.zt-main-b8-t3 {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #E6E5EA;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.main-navigation-footer ul ul {
    display: none !important;
}

.main-navigation-footer ul li.menu-item-has-children > a:after {
    display: none;
}

.main-navigation-footer a {
    color: #17375F;
}

.footer-callback a {
    color: #ffff;
    background: #C3977A;
    padding: 10px 20px;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.zt-footer-phone-a {
    font-size: 25px;
    color: #17375f;
    font-weight: 900;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-family: wws-b;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.woocommerce div#content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 25px auto;
}

aside#secondary {
    order: -1;
}

.zt-main-b7-region-out {
    width: 100%;
    /* max-width: 1600px; */
    /* margin: 35px auto; */
}

.zt-home-text-region-1-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.zt-home-text-region-1-in {
    width: 50%;
}

.zt-home-text-region-1-in2 {
    width: 50%;
}

.zt-home-text-region-1-in2 h4 {
    max-width: 652px;
}

.zt-home-text-region-1-in2 p {
    max-width: 652px;
    margin: 15px auto;
}

.zt-home-text-2 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 75px;
}

section.region-top-objects h3 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0.05em;
    text-align: center;
}

.page-template-reregionpage p.woocommerce-result-count {
    display: none;
}

.page-template-reregionpage .woocommerce .woocommerce-ordering {
    display: none;
}

.single-product aside#secondary {
    display: none;
}

a.popmake-poluchit-konsultaciu {
    display: block;
    color: #fff;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
    background: #FF2C2C;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    float: none;
    width: 100%;
}

.pin1-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    color: #C3977A;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.parametrs1-out {
    background: #e6e5ea52;
    padding: 30px;
    display: flex;
    flex-flow: column wrap;
    margin-top: 20px;
}

.parametrs1-in {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.parametrs1-in2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
    margin-top: 30px;
}

.parametrs1-in2 > div {
    width: 33%;
    align-self: self-start;
    /* text-align: right; */
    margin: 10px 0px;
}

.woocommerce-product-gallery__image {
    display: none;
}

.single-product header.entry-header .entry-title {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    height: 215px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 13.4%;
    float: none;
    margin: 0;
    list-style: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
    max-height: 662px;
    overflow: hidden;
    margin-bottom: 15px;
}

.pin1-out > div p {
    color: #C3977A;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

.pin1-out > div {
    color: #C3977A;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

.pin1-out div img {
    margin-right: 15px;
}






ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
    content: "";
    background: url(/wp-content/uploads/slider-arrow-r.png);
    width: 35px;
    height: 35px;
    display: block;
}
a.flex-prev::before {
    visibility:visible;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
    content: "";
    background: url(/wp-content/uploads/slider-arrow-l.png);
    width: 35px;
    height: 35px;
    display: block;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

h1.product_title.entry-title {
    color: #17375F;
    font-family: Open Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    /* margin: 35px auto; */
    margin-top: 50px !important;
    margin-bottom: 0px;
}

.reprice-page-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.reprice-page-out p {
    color: #BD3636;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FBFBFC;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 15px 50px;
    min-width: 319px;
}

.reprice-page-out p span bdi {
    color: #BD3636;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
}

.reprice-page-out p span bdi span {
    color: #BD3636;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
}

nav.navigation.post-navigation {
    display: none;
}

.page-stadia-obekta {
    color: #fff;
    font-family: Open Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    background: #FBD5AE;
    width: 229px;
    /* height: 43px; */
    padding: 11px 30px;
}

.parametrs1-in2 div {
    color: #17375F;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.parametrs1-in2 div strong {
    color: #17375F;
}

.parametrs1-in2 div img {
    vertical-align: middle;
    margin-right: 20px;
}

h3.product_title3.entry-title3 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
}

section.resingle-product-5 {
    margin: 75px auto;
}

.related.products h3 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0.05em;
    text-align: center;
}

.re-parchive-attr1-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center !important;
    align-content: center !important;
    justify-content: flex-start;
    border-top: 1px solid #E6E5EA;
    padding: 15px;
    width: 100%;
}

.re-parchive-attr1 {
    display: flex;
    flex-flow: row wrap;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    margin-right: 20px;
}

.re-parchive-attr1:first-child strong {
    /* width: 32px; */
    width: 10px;
    height: 25px;
    overflow: hidden;
}

.re-parchive-attr1:nth-child(2) strong {
    /* width: 32px; */
    width: 10px;
    height: 25px;
    overflow: hidden;
}

.re-parchive-attr1:last-child {
    margin-right: 0px;
}

.re-parchive-attr1 > img {
    width: auto !important;
    /* display: block; */
    height: auto !important;
    margin-right: 20px !important;
    vertical-align: middle !important;
    margin-bottom: 0px !important;
}

.re-product-tag {
    color: #fff;
    display: inline-flex;
    background: #C0C9F2;
    padding: 10px;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 20px;
    align-self: center;
    vertical-align: middle;
    width: 100px;
    justify-content: center;
    /* margin-left: 15px; */
}

.product_tag-arenda .re-product-tag {
    background: #AECFB1;
}

.woocommerce ul.products li.product .price {
    display: inline-flex;
    align-self: center;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 15px;
}

.woocommerce ul.products li.product .price span bdi {
    color: #BD3636;
    font-family: Open Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;

}

.woocommerce ul.products li.product .price span bdi span {
    color: #BD3636;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;

}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #17375F;
    margin-left: 15px;
    min-height: 110px;
    width: 100%;
}

.home .woocommerce ul.products li.product .woocommerce-loop-category__title,
.home .woocommerce ul.products li.product .woocommerce-loop-product__title, 
.home .woocommerce ul.products li.product h3 {
    min-height: 109px;
}

.pin2-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 10px auto;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #BABABA;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-left: 15px;
}

.pin2-out div {
    color: #BABABA;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.re-parchive-attr5-out {
    background: #E6E5EA;
    padding: 15px;
    text-align: center;
}

.re-parchive-attr5-out strong {
    color: #BABABA;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;    
}

.re-parchive-attr5-out {
    background: #e6e5ea61;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 32%;
    min-width: 380px;
    /* border: 1px solid #E6E5EA; */
}




.wpc-filters-widget-main-wrapper input[type=checkbox], .wpc-filters-widget-main-wrapper input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    border: 2px solid #ccd0dc;
    background: #ffffff;
    border-radius: 5px;
    min-width: 20px;
    padding: 0px !important;
}

.wpc-filters-widget-main-wrapper input[type=radio] {
    border-radius: 50%;
}

.woocommerce ul.products li.product > a > img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.woocommerce div#content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1600px;
    margin: 25px auto;
}

.wpc-filters-range-min-column:before {
    content: "USD";
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A4A4A;
    margin-left: 5px;
}

.wpc-filters-range-max-column:before {
    content: "USD";
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A4A4A;
    margin-left: 5px;
}







aside#secondary {
    order: -1;
    width: auto;
    max-width: 345px;
    background: #e6e5ea40;
    padding: 30px 20px;
    border-radius: 10px;
    margin-right: 20px;
}


/* RE:Filter Custom */

.wpc-chip-pa_kolichestvo-spalen-29 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-31 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-32 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-33 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-34 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-35 span.wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-spalen-36 span.wpc-filter-chip-name:before {
    content: "Спален:";
    margin-right: 5px;
}

.wpc-chip-pa_kolichestvo-spalen-30 span.wpc-filter-chip-name:before {
    content: "Спальня:";
    margin-right: 5px;
}

.wpc-chip-pa_kolichestvo-vann-37 .wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-vann-38 .wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-vann-39 .wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-vann-40 .wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-vann-41 .wpc-filter-chip-name:before,
.wpc-chip-pa_kolichestvo-vann-42 .wpc-filter-chip-name:before {
    content: "Ванн:";
    margin-right: 5px;
}

.widget-area .widget .wpc-filter-chips-list a, .wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 5px !important;
    padding: 5.5px 27px !important;
}

.wpc-chip-remove-icon {
    color: #17375F;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1 !important;
    background: #fff;
    border-radius: 25px;
    padding: 0px 5px;
}

.wpc-filter-chip-name {
    margin-right: 20px;
    white-space: nowrap;
    max-width: 152px;
}

.wpc-filters-range-wrapper input[type=number] {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    text-align: center;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #BABABA;
}

.widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0em;
    color: #17375F;
}

select.orderby {
    background: url(/wp-content/uploads/filter-orderby-icon.png) no-repeat;
    background-size: 18px 15px;
    background-position: center right;
    max-width: 205px;
    padding: 5px;
    padding-right: 25px;
    margin-right: 20px;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
    color: #BABABA;
}

.wpc-custom-selected-terms {
    margin-top: 35px;
}

h3.page-title-down-desc {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
}

.entry-content > .term-description {
    display: none;
}

.re-special-product-tax-desc {
    width: 100%;
    max-width: 1600px;
    margin: 15px auto;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #FBD5AE;
    border-radius: 3px;
    border: none;
    color: #17375F;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 5px 15px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    color: #17375F;
    font-family: Open Sans;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

a.next.page-numbers:after {
    content: ">>";
    margin-left: 25px;
}

a.prev.page-numbers:before {
    content: "<<";
    margin-right: 25px;
}

a.next.page-numbers:hover {
    background: #fff !important;
}

a.prev.page-numbers:hover {
    background: #fff !important;
}

a.next.page-numbers:focus {
    background: #fff !important;
}

a.prev.page-numbers:focus {
    background: #fff !important;
}


/* Filter Main Custom */

.searchandfilter ul {
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    padding: 0px 0px;
}

.searchandfilter li {
    width: 20%;
    margin-right: 15px;
}

.searchandfilter li input, 
.searchandfilter li select, 
.searchandfilter li textarea {
    padding: 18px 0px;
    border: 0px solid #02182b75;
    max-width: 180px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 26px;
    color: #17375F;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    padding-left: 10px;
}

.searchandfilter li:nth-child(1) {
    order: 1;
    width: 169px;
}

.searchandfilter li:nth-child(1) select {
    max-width: 179px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 157px center;
}

.searchandfilter li:nth-child(2) {
    order: 2;
    width: 372px;
}

.searchandfilter li:nth-child(2) select {
    max-width: 382px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 360px center;
}

.searchandfilter li:nth-child(3) {
    order: 3;
    width: 233px;
}

.searchandfilter li:nth-child(3) select {
    max-width: 243px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 221px center;
}

.searchandfilter li:nth-child(4) {
    order: 5;
    width: 355px;
}

.searchandfilter li:nth-child(4) select {
    max-width: 365px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 343px center;
}

.searchandfilter li:nth-child(5) {
    order: 6;
    width: 186px;
}

.searchandfilter li:nth-child(5) select {
    max-width: 196px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 174px center;
}

.searchandfilter li:nth-child(6) {
    order: 7;
    width: 233px;
}

.searchandfilter li:nth-child(6) select {
    max-width: 243px;
    background: #fff url(/wp-content/uploads/chevron-search-input.png) no-repeat;
    background-position: 221px center;
}

.searchandfilter li:nth-child(7) {
    order: 8;
    width: 171px;
}

.searchandfilter li:nth-child(7) input {
    max-width: 171px;
}

.searchandfilter li:nth-child(8) {
    order: 4;
    width: 171px;
}

.searchandfilter li:nth-child(8) input {
    color: #fff;
    max-width: 181px;
    background: #C3977A;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}

.woocommerce.columns-3 {
    width: 100%;
    /* min-width: 1190px; */
    display: flex;
    flex-flow: row wrap;
}

.wcpscwc-product-slider-wrap.columns-4 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border: 1px solid #E6E5EA;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 0 auto;
}

.wcpscwc-product-slider button.slick-prev {
    left: -50px;
    border: 1px solid #17375F !important;
    background: #fff url(/wp-content/uploads/product-slider-arow-l.png) no-repeat !important;
    background-position: center center !important;
    width: 17px !important;
    height: 13px !important;
    padding: 16px !important;
    border-radius: 3px !important;
}

.wcpscwc-product-slider button.slick-prev:hover, .wcpscwc-product-slider button.slick-prev:focus {
    background-color: none !important;
    filter: invert(1);
}

.wcpscwc-product-slider button.slick-next {
    right: -50px;
    border: 1px solid #17375F !important;
    background: #fff url(/wp-content/uploads/product-slider-arow-r.png) no-repeat !important;
    background-position: center center !important;
    width: 17px !important;
    height: 13px !important;
    padding: 16px !important;
    border-radius: 3px !important;
}

.wcpscwc-product-slider button.slick-next:hover, .wcpscwc-product-slider button.slick-next:focus {
    background-color: none !important;
    filter: invert(1);
}

section.resingle-product-5 ul {
    list-style: disc;
}

section.resingle-product-5 li::marker {
    color: #e9c29b;
    font-size: 28px;
    vertical-align: middle;
    line-height: 30px;
}

.zt-home-text-region-1-in2 p img {
    margin-right: 15px;
}

.single-post .entry-meta {
    display: none;
}

.single-post .post-thumbnail img {
    float: left;
    margin-right: 50px;
    width: 100%;
    max-width: max-content;
    margin-bottom: 10px;
}

.single-post .entry-content {
    line-height: 36px;
    text-align: justify;
    margin: 0px 50px;
}

.single-post .entry-content h4 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto;
}

.single-post footer.entry-footer {
    display: none;
}

.single-post aside#secondary {
    display: none;
}

.single-post header.entry-header h1.entry-title {
    color: #17375f;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    font-family: STIXGeneral;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.category-blog .reposts-out {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.single-post .reposts-out {
    display: block;
    line-height: 36px;
    text-align: justify;
}

.single-post .reposts-out .reposts-in2 {
    margin: 0px 50px;
}

.single-post .reposts-out .reposts-in2 h4 {
    color: #17375F;
    font-family: STIXGeneral;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto;
}

.archive.category-blog header.page-header .page-title {
    color: #17375f;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    font-family: STIXGeneral;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.archive.category-blog .reposts-in2 h2 a {
    color: #17375f;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    font-family: STIXGeneral;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.archive.category-blog .reposts-in2 {
    margin: 0px 50px;
    line-height: 36px;
}

.archive.category-blog main#main article:nth-child(odd) .reposts-out .reposts-in2 {
    order: -1;
}

.nav-links {
    margin: 35px auto;
    display: block;
    text-align: center;
}

.nav-links div a {
    background: #FBD5AE;
    border-radius: 3px;
    border: none;
    color: #17375F;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 25px;
}

.home .rebreadcrumbs {
    display: none;
}

.rebreadcrumbs {
    margin: 30px auto;
    max-width: 1600px;
}

div#breadcrumbs span {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* letter-spacing: 0em; */
    /* text-align: left; */
    color: #BABABA;
}

div#breadcrumbs span a {
    color: #17375f;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding: 0px !important;
}

.pum-container.popmake.theme-6 {
    background: #17375f;
    padding: 15px 25px;
}

.zt-main-b2-slider-1440 {
    display: none;
}

a.to-home-page {
    color: #ffff;
    background: #ff2c2c;
    padding: 10px 50px;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 10px auto;
    display: block;
    max-width: max-content;
}

blockquote {
    background: #fbd5ae;
    padding: 10px 20px;
}

.zt-home-text-region-1-in2 p a {
    color: #000;
}

.refooter-social {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.refooter-social a {
    margin: 5px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    max-width: 725px;
    text-align: center;
    margin: 0 auto;
}

.woocommerce div.product div.images .flex-control-thumbs {
    height: 155px;
    max-width: 1200px;
    margin: 0 auto;
}

ul.zt-main-b9-partners-ul {
    padding: 0px;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

ul.zt-main-b9-partners-ul li {
    width: 240px;
    text-align: center;
    margin: 0px 20px;
    zoom: 0.9;
}

ul.zt-main-b9-partners-ul li img {
    display: block;
    width: max-content;
}

ul.zt-main-b9-partners-ul li p {
    /* display: block; */
    /* width: max-content; */
    font-weight: bold;
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px;
}

input[type="checkbox"]:checked {
    background: #1C344E;
  }



   /* RE:New */

   .reheader-widgets {
    position: relative;
    width: 100%;
    max-width: 1595px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0px auto;
    padding: 15px 0px;
}

.custom-header-logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

img.custom-logo {
    height: auto;
}

.site-title a {
    display: none;
}

.site-description {
    text-decoration: none;
    font-size: 22px;
    color: #dcc1a8;
    margin-left: 20px;
    max-width: 150px;
    font-family: STIXGeneral;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #F7D4B2;
    text-transform: uppercase;
}



a.re-header-callback-b {
    color: #fff;
    background: #F52929;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 15px 40px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
}

  .re-header-phones a {
    color: #1C344E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0.05em;
    display: block;
}


.re-header-address a {
    color: #1C344E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    display: block;
}

.re-header-phones {
    position: relative;
    padding-left: 30px;
}

.re-header-phones:before {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/tphone-icon.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 0px;
}

.re-header-address {
    position: relative;
    padding-left: 30px;
}

.re-header-address:before {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/taddress-icon.png);
    width: 22px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 0px;
}

ul#primary-menu {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 1595px;
    min-height: 50px;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    max-width: 200px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: 10px 25px;
    vertical-align: middle;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.main-navigation ul li:after {
    content: "";
    background: #db0302;
    height: 25px;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -75px;
}

.main-navigation ul li:after {
    content: "";
    background: #db0302;
    height: 25px;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -75px;
}

.main-navigation ul li:last-child:after {
    display: none;
}


span.s1-t1 {
    font-family: Open Sans;
    /* font-family: 'Open Sans', sans-serif; */
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 26px 0px;
    max-width: 700px;
    margin: 0 auto;
}

.s1-t2.animate__animated.animate__fadeInRight {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 460px;
    line-height: 1.5;
    margin: 0 auto;
}

span.resub-input {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    color: #FFFFFF;
    margin-left: 5px;
}

input, select, textarea {
    padding: 18px 0px;
    border: 0px solid #02182b75;
    max-width: 784px;
    margin: 5px auto;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-appearance: none;
    width: 100%;
}

:placeholder-shown, ::-webkit-input-placeholder {
    color: #BABABA;
    font-size: 16px;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    /* padding-left: 10px; */
    /* padding-right: 0px; */
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #8AA4C1;
    margin: 5px auto;
    margin-bottom: 14px;
}

.s3-t3 {
    max-width: 784px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.r-send-class2 {
    min-width: fit-content;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #FF2C2C;
    max-width: 230px;
    max-height: 52px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.wpcf7-spinner {
    display: none;
}

label.resub-label {
    color: #fff;
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.re-form-mid-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

.re-form-mid-out label {
    width: 48%;
}

.s5-t1 {
    font-family: Open Sans;
    /* font-family: 'Open Sans', sans-serif; */
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 26px 0px;
    max-width: 880px;
    margin: 0 auto;
}

.s5-t2 {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 550px;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 25px;
}

.s2-t1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    position: relative;
    margin: 70px auto 50px;
}

.s2-t1:before {
    content: "";
    position: relative;
    width: 135px;
    height: 4px;
    background: #F52929;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.s2-t1:after {
    content: "";
    position: relative;
    width: 135px;
    height: 4px;
    background: #F52929;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.s2-out {
    display: flex;
    min-height: 750px;
    background: #d7e0ea33;
}

section.s6 {
    margin-bottom: 80px;
}

ul.s6-in {
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
}

.s6-tovar-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: rgba(87, 87, 85, 0.87);
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}

ul.s6-in li img {
    display: block;
    width: 120px;
    height: 100px;
    margin: 20px auto;
}


section.s7 {
    background: #d7e0ea33;
    padding: 5px 0px 50px;
}

ul.s7-in {
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
}

.s7-tovar-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
    color: #1C344E;
}

ul.s7-in li img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

ul.s7-in li {
    position: relative;
}

ul.s7-in li:after {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/arrow-one.png);
    height: 8px;
    width: 32px;
    display: inline-block;
    position: absolute;
    top: 90px;
    bottom: 0px;
    right: -15px;
}

ul.s7-in li:last-child:after {
    display: none;
}

section.s8 {
    background: #1C344E;
}

ul.s8-in {
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
}

ul.s8-in li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;

}

ul.s8-in li:after {
    content: "";
    width: 1px;
    height: 76px;
    /* left: 681px; */
    /* top: 5299px; */
    background: #8AA4C1;
    margin-left: 50px;
    margin-right: 50px;
}

ul.s8-in li:last-child:after {
    display: none;
}

.s8-tovar-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 235px;
    margin: 0 auto;
    /* text-align: center; */
    color: #fff;
}

.s8-tovar-title strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #F52929;

}

ul.s8-in li img {
    display: block;
    width: 85px;
    height: 75px;
    margin: 20px auto;
}

ul.s8-in li img {
    display: block;
    width: 85px;
    height: 75px;
    margin: 40px auto;
    margin-right: 20px;
}

#gallery-grid2 {
    display: block;
    max-width: 1600px;
    columns: 2;
    /* column-gap: 20px; */
    /* row-gap: 20px; */
    margin: 20px auto;
    padding: 0px;
    /* direction: rtl; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: repeat(3, 1fr); */
    /* grid-column-gap: 20px; */
    /* grid-row-gap: 20px; */
}

.gallery-grid-item {
    display: inline-block;
    vertical-align: top;
}

.gallery-grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 378px;
}

/* .gallery-grid-item:nth-child(5n+1) {
    grid-area: 1 / 1 / 2 / 2;
}

.gallery-grid-item:nth-child(5n+2) {
    grid-area: 1 / 2 / 3 / 3;
}

.gallery-grid-item:nth-child(5n+3) {
    grid-area: 2 / 1 / 4 / 2;
}

.gallery-grid-item:nth-child(5n+4) {
    grid-area: 3 / 2 / 4 / 3;
} */

.gallery-grid-item:nth-child(1) {
    width: 100%;
    height: 100%;
    max-width: 785px;
    max-height: 785px;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery-grid-item:nth-child(2) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(3) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(4) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(5) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(6) {
    width: 100%;
    height: 50%;
    max-width: 785px;
    max-height: 378px;
    margin-bottom: 24px;
    overflow: hidden;
    object-position: center;
}

.gallery-grid-item:nth-child(7) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(8) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

/* Column 2 */

.gallery-grid-item:nth-child(9) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(10) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(11) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(12) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(13) {
    width: 100%;
    height: 100%;
    max-width: 785px;
    max-height: 785px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(14) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 24px;
}

.gallery-grid-item:nth-child(15) {
    width: 50%;
    height: 50%;
    max-width: 378px;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-grid-item:nth-child(16) {
    width: 100%;
    height: 50%;
    max-width: 785px;
    max-height: 378px;
    margin-bottom: 24px;
    overflow: hidden;
    object-position: center;
}



.s10-out {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.s10-in {
    margin: 0 auto;
    width: 48%;
}

.s11-out {
    padding: 40px 0px;
}

footer#colophon {
    min-height: 50px;
    clear: both;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: space-between;
    background: #1C344E;
}

.refooter-info {
    font-family: Open Sans;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    background: #1c344e;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 98%;
    vertical-align: middle;
}

.refooter-info span {
    /* display: block; */
    color: #fff;
}

.refooter-info span a {
    color: #f52928;
    text-decoration: underline;
}

footer#colophon .reheader-widgets {
    position: relative;
    width: 100%;
    max-width: 1595px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0px auto;
    padding: 30px 0px;
}

footer#colophon .main-navigation ul li:after {
    display: none;
}

footer#colophon .main-navigation a {
    text-decoration: none;
    color: #fff;
}

footer#colophon ul#primary-menu {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 650px;
    min-height: 50px;
}

footer#colophon .re-header-phones {
    position: relative;
    padding-left: 30px;
}

footer#colophon .re-header-phones:before {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/f-phone-icon.png);
    width: 21px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 0px;
}

footer#colophon .re-header-phones a {
    color: #fff;
}

footer#colophon .re-header-callback-b {
    margin-top: 10px;
    zoom: 0.75;
}

footer#colophon .re-header-phones br {
    display: none;
}


/* Swiper */

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 637px !important;
    position: relative;
    transition-property: transform;
    background-size: cover;
    margin-bottom: 10px;
}

.gallery-thumbs .swiper-wrapper {
    height: 117px;
    margin-top: 0px;
    /* max-width: 90%; */
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    background-size: 275px;
    background-position: center top;
}

.projects-page-related {
    max-width: 1580px;
    margin: 0 auto;
}

.projects-page-location-meta span:before {
    content: '';
    background: #1e9fd9;
    width: 6px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.projects-page-title {
    color: #214194;
    font-size: 68px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 54px;
}

.projects-page-location-meta span {
    font-weight: 700;
}

.project-page-in {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
}

.reslider {
    max-width: 785px;
    width: 785px;
}

.project-page-text {
    max-width: 640px;
    margin-left: 72px;
    min-height: 900px;
}

.swiper-parent-container {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 75%;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
}

.swiper-button-next {
    right: 0px;
    left: auto;
}

.projects-page-location-meta {
    border-bottom: 1px solid #d1d5de;
    padding-bottom: 10px;
    margin-bottom: 60px;
    display: block;
}

.project-page h2 {
    color: #040e18;
    text-align: right;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
}

.project-page p {
    font-size: 17px;
    line-height: 26px;
    color: #040e18;
}

h3.project-page-related-title {
    margin: 10px auto;
    font-family: 'Almoni';
    font-weight: 500;
    font-size: 36px;
    line-height: 8px;
    padding: 39px 0 26px 0;
    border-top: 1px solid #d1d5de;
}

.project-page-out {
    margin-bottom: 40px;
}

.projects-page-related .s8-news-out .owl-nav {
    width: calc(5% - 10px);
    margin: 0px auto 0px 0px;
    right: 0px;
    left: 40px;
    height: 90px;
    margin-top: -9.7% !important;
}

.projects-page-related .s8-news-img {
    width: 100%;
    min-height: 375px;
}

.projects-page-related button.owl-next span {
    color: #fff;
    font-size: 60px;
    font-family: 'Heebo-light';
    background: #214194;
    padding: 0px 10px;
}

.projects-page-related button.owl-prev span {
    color: #fff;
    font-size: 50px;
    font-family: 'Heebo-light';
    background: #214194;
    padding: 0px 17.5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1;
    display: inline-table;
}

.projects-page-related button.owl-next span {
    color: #fff;
    font-size: 50px;
    font-family: 'Heebo-light';
    background: #214194;
    padding: 0px 17.5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1;
    display: inline-table;
}

.swiper-slide.swiper-slide-big a img {
    width: 785px;
    max-width: 785px;
    height: 100%;
    max-height: 637px;
    height: 637px;
    object-fit: cover;
}

/* .swiper-slide.swiper-slide-big:before {
    content: '';
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/f-phone-icon.png);
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 28px;
    right: 28px;
    z-index: 1;
    pointer-events: none;
} */


/**/


  .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100% !important;
    opacity: 0.75;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

/* End Swiper */



.projects-page-related {
    max-width: 1580px;
    margin: 0 auto;
}

ul.s8-news-out2 {
    padding: 0px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.projects-page-related .s8-news-img2 {
    width: 100%;
    min-height: 375px;
    max-width: 100%;
    background-size: cover !important;
    position: relative;
    margin-bottom: 20px;
}

h3.s8-news-title {
    position: absolute;
    bottom: 25px;
    /* left: 0px; */
    right: 35px;
    /* text-align: center; */
    color: #fff;
    font-family: 'Almoni';
    font-weight: 400;
    font-size: 31px;
    line-height: 1;
    z-index: 2;
}

.location-meta {
    position: absolute;
    bottom: 25px;
    /* left: 0px; */
    right: 35px;
    color: #ffffffc2;
    /* font-family: 'Almoni'; */
    /* font-weight: 400; */
    font-size: 17px;
    line-height: 25px;
    z-index: 2;
}

.location-meta span {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    z-index: 2;
    margin-right: 10px;
}

.location-meta span:before {
    content: '';
    background: #1e9fd9;
    width: 6px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.projects-page-related .s8-news-out2 .owl-nav {
    width: calc(100% - 10px);
    margin: 0 auto;
    right: 0px;
    left: 0px;
    /* height: 90px; */
    /* margin-top: -9.7% !important; */
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: absolute;
    top: 45%;
}

.projects-page-related button.owl-next span {
    margin-right: -150px;
}

.projects-page-related button.owl-prev span {
    margin-left: -150px;
}


.projects-page-related button.owl-next span:before, .projects-page-related button.owl-prev span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 12px;
}

.projects-page-related button.owl-prev span:before {
    background-image: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/arrow-left.png);
}

.projects-page-related button.owl-next span:before {
    background-image: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/arrow-right.png);
}

.projects-page-related button.owl-prev span {
    color: #fff;
    font-size: 0;
    width: 52px;
    height: 52px;
    font-family: 'Heebo-light';
    background: #ffffff;
    padding: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1;
    display: inline-table;
    position: relative;
    transition: 0.2s;
    border: 1px solid #1C344E;
    border-radius: 50px;
}

.projects-page-related button.owl-next span {
    color: #fff;
    font-size: 0;
    width: 52px;
    height: 52px;
    font-family: 'Heebo-light';
    background: #ffffff;
    padding: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1;
    display: inline-table;
    position: relative;
    transition: 0.2s;
    border: 1px solid #1C344E;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 3px;
    background: #8AA4C1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F52929;
}






.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 117px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.75;
}

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.projects-out-out {
    background: #f8f9fb;
}

.projects-page-related {
    max-width: 1600px;
    margin: 0 auto;
}

.re-tovar-main-out {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}

.re-tovar-main-in {
    width: 48%;
}

.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: 35%;
    z-index: 111;
}

.swiper-button-next2:after, .swiper-button-prev2:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next2:after {
    content: 'next';
}
.swiper-button-prev2:after {
    content: 'prev';
}

.swiper-button-prev2 {
    left: 0px;
}

.swiper-button-next2 {
    right: 0px;
}

.swiper-slide.swiper-color-slide {
    background-size: initial !important;
    height: auto !important;
    width: 100% !important;
    /* padding: 10px; */
}

.reslider-colors {
    width: 100%;
    max-width: 735px;
}

.swiper-slide.swiper-color-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: fill;
}

.swiper-thumbs .swiper-slide {
    height: auto !important;
}

.swiper.gallery-thumbs.mySwiper {
    margin-top: -65px;
    max-width: 90%;
}

.swiper-1slider-buttons {
    width: 100%;
    max-width: 785px;
    position: absolute;
    padding-top: 25px;
}

.re-tovar-main-in-text {
    margin: 40px auto 50px;
    margin-left: 30px;
    position: relative;
}

.re-tovar-project-title1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #1C344E;
}

.re-tovar-project-title2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #8AA4C1;
    margin-top: 30px;
}

.re-tovar-project-title3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #F52929;
    margin-top: 10px;
}

.re-tovar-project-title3 strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    color: #F52929;
}

.project-order-button1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    background: #1c344e;
    padding: 21px 110px;
    display: inline-block;
    margin-top: 30px;
}

.project-order-button2 {
    color: #fff;
    background: #8AA4C1;
    padding: 23px 48px;
    display: inline-block;
    margin-top: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-left: 26px;
}

.re-tovar-project-title5-2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #1C344E;
    margin-bottom: 30px;
}

.re-tovar-project-title5-colors {
    margin-top: 50px;
}

.swiper-2slider-buttons {
    position: absolute;
    bottom: 10px;
    max-width: 90px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.swiper-button-prev2:after {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/arrow-left2.png);
    width: 14px;
    height: 6px;
    display: block;
}

.swiper-button-next2:after {
    content: "";
    background: url(https://hopka.pp.ua/kuhni.mebli-city.com.ua/wp-content/uploads/arrow-right2.png);
    width: 14px;
    height: 6px;
    display: block;
}

.swiper-slide.swiper-color-slide:nth-child(1):after {
    content: "1/2";
    color: #D7E0EA;
    display: block;
    position: absolute;
    bottom: -15px;
}

.swiper-slide.swiper-color-slide:nth-child(2):after {
    content: "2/2";
    color: #D7E0EA;
    display: block;
    position: absolute;
    bottom: -15px;
}

.swiper-slide.swiper-color-slide:nth-child(3):after {
    content: "3/3";
    color: #D7E0EA;
    display: block;
    position: absolute;
    bottom: -15px;
}

.swiper-slide.swiper-color-slide:nth-child(5):after {
    content: "1/3";
    color: #D7E0EA;
    display: block;
    position: absolute;
    bottom: -15px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    height: 20px;
    font-size: 21px;
    color: #2E3A59;
    font-weight: bolder;
}

.mfp-counter {
    display: none !important;
}

.s9-out .mfp-counter {
    display: block !important;
}

button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    display: none;
}

button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    display: none;
}

/* Section 33 */

section.s33 {
    width: 100%;
    max-width: 1600px;
    margin: 3% auto;
    background: #f8f9fc;
}

.slider-nav .slick-slide { cursor: pointer; }
.js .slider-single > div:nth-child(1n+2) { display: none }
.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-nav2 .slick-slide { cursor: pointer; }
.js .slider-single2 > div:nth-child(1n+2) { display: none }
.js .slider-single2.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-nav .slick-slide {
cursor: pointer;
height: 160px;
/* margin-top: -50px; */
z-index: 111111111 !important;
/* position: absolute; */
/* bottom: -90px; */
}

.slider-nav .slick-slide img {
object-fit: fill;
width: 85%;
margin: 0 auto;
}

.slider.slider-nav.slick-initialized.slick-slider {
width: 100%;
max-width: 90%;
text-align: center;
margin: 0 auto;
margin-top: -55px;
}

.slider-nav2 .slick-slide {
cursor: pointer;
height: 160px;
/* margin-top: -50px; */
z-index: 111111111 !important;
/* position: absolute; */
/* bottom: -90px; */
}

.slider-nav2 .slick-slide img {
object-fit: fill;
width: 85%;
margin: 0 auto;
}

.slider.slider-nav2.slick-initialized.slick-slider {
width: 100%;
max-width: 90%;
text-align: center;
margin: 0 auto;
margin-top: -55px;
}




.slider-nav3 .slick-slide {
    cursor: pointer;
    height: 160px;
    /* margin-top: -50px; */
    z-index: 111111111 !important;
    /* position: absolute; */
    /* bottom: -90px; */
    }
    
    .slider-nav3 .slick-slide img {
    object-fit: fill;
    width: 85%;
    margin: 0 auto;
    }
    
    .slider.slider-nav3.slick-initialized.slick-slider {
    width: 100%;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: -55px;
    }




/* .slide-placeholder {
height: 250px;
width: 100%;
position: relative;
} */

.slide-placeholder img {
display: block;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-fit: fill;
}

.slick-slide22:nth-child(odd) .slide-placeholder {
background: #ccc;
}

.slick-slide22:nth-child(even) .slide-placeholder {
background: #bbb;
}

.slick-next, .slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
bottom: 33%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
}

.slick-next:before, .slick-prev:before {
font-family: slick;
font-size: 20px;
font-weight: bold;
line-height: 1;
opacity: .75;
color: #364260;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slideshow .slick-next {
/* left: 30px; */
right: 43%;
/* margin: 0 auto; */
}

.slideshow .slick-prev {
left: 43%;
margin: 0 auto;
/* left: auto; */
}

.slick-prev:before {
content: 'ᐸ';
}

.slick-next:before {
content: 'ᐳ';
}

.slideshow .slick-prev:before {
content: '←';
}

.slideshow .slick-next:before {
content: '→';
}

.outblock1 > .slick-next,
.outblock2 > .slick-next,
.outblock3 > .slick-next {
    color: #fff;
    font-size: 0;
    width: 52px;
    height: 52px;
    background: #f8f9fb;
    transition: 0.2s;
    border: 1px solid #1C344E;
    border-radius: 50px;
    right: -75px;
    bottom: 55%;
}

.outblock1 > .slick-prev, 
.outblock2 > .slick-prev,
.outblock3 > .slick-prev {
    color: #fff;
    font-size: 0;
    width: 52px;
    height: 52px;
    background: #f8f9fb;
    transition: 0.2s;
    border: 1px solid #1C344E;
    border-radius: 50px;
    left: -75px;
    bottom: 55%;
}

.outblock1 > .slick-prev:before, 
.outblock2 > .slick-prev:before, 
.outblock3 > .slick-prev:before {
    content: '←';
}

.outblock1 > .slick-next:before,
.outblock2 > .slick-next:before,
.outblock3 > .slick-next:before {
    content: '→';
}

.slick-prev {
left: -25px;
}

.slick-next {
right: -25px;
}

.slideshow .slick-next, .slideshow .slick-prev {
bottom: -12%;
}

span.pagingInfo {
    margin: 0px auto;
    text-align: center;
    display: block;
    color: #b8bfcd;
    margin-top: -2px;
}

.slick-slide img {
    display: block;
    max-height: 635px;
}



.outblock1 ul.slick-dots,
.outblock2 ul.slick-dots,
.outblock3 ul.slick-dots {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    max-width: 325px;
    margin: 0px auto;
    padding: 0px;
}

.outblock1 ul.slick-dots li button,
.outblock2 ul.slick-dots li button,
.outblock3 ul.slick-dots li button {
    background: #ffcc00;
    width: 50px;
    height: 3px;
    background: #8AA4C1;
    font-size: 0px;
    border: 0px;
}

.outblock1 ul.slick-dots li.slick-active button,
.outblock2 ul.slick-dots li.slick-active button,
.outblock3 ul.slick-dots li.slick-active button {
    background: #F52929;
}

html {
    scroll-behavior: smooth;
}


/* End Section 33 */


.pum-container.popmake.theme-6 {
    background: #4e7091;
    padding: 15px 25px;
}

.site-logo img {
    display: none;
}


li#slick-slide381 span.pagingInfo,
li#slick-slide382 span.pagingInfo,
li#slick-slide383 span.pagingInfo,
li#slick-slide391 span.pagingInfo,
li#slick-slide392 span.pagingInfo,
li#slick-slide394 span.pagingInfo,
li#slick-slide400 span.pagingInfo,
li#slick-slide403 span.pagingInfo {
    display: none;
}




/* RE:Mob */

@media (max-width: 1800px) {


}

@media (max-width: 1600px) {

    .re-tovar-main-out {
    }

    section.s2 {
        zoom: 0.7;
        margin: 0 auto;
    }

    section.s3 {
        zoom: 0.7;
        margin: 0 auto;
    }

    section.s4 {
        zoom: 0.7;
        margin: 0 auto;
    }

    #gallery-grid2 {
        zoom: 0.7;
    }

    .reheader-widgets {
        zoom: 0.8;
    }

    section.s8 {
        background: #1C344E;
        zoom: 0.9;
    }

    ul.s7-in {
        max-width: 1040px;
        align-content: center;
        justify-content: center;
    }


}

@media (max-width: 1212px) {
    .re-tovar-main-out {
        zoom: 0.75;
    }
}

@media (max-width: 1100px) {

}

@media (max-width: 900px) {

    .site-logo img {
        display: block;
    }
    /* input, select, textarea {
        max-width: 90%;
        text-align: center;
        margin: 15px auto;
        display: block;
    } */

    a.re-header-callback-b {
        display: none;
    }

    .re-header-phones {
        display: none;
    }

    .re-header-address {
        display: none;
    }

    .mobile-menu-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .mobile-nav-wrap a.re-header-callback-b {
        display: block;
        max-width: max-content;
        margin: 0 auto;
    }

    .mobile-nav-wrap .re-header-phones a {
        color: #ffffff;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 25px;
        letter-spacing: 0.05em;
        display: block;
    }

    .mobile-nav-wrap .re-header-phones {
        display: block;
        padding: 0px;
        margin: 0 auto;
        text-align: center;
        max-width: 85%;
    }

    .mobile-nav-wrap .re-header-address {
        display: block;
        margin: 15px auto;
        text-align: center;
        border-top: 1px solid #fff;
        max-width: 85%;
        padding-top: 5px;
    }

    .mobile-nav-wrap .re-header-address a {
        color: #fff;
    }

    .mobile-nav-wrap .menu ul li a {
        color: #fff;
    }

    .mobile-nav-wrap #menu-remob-menu {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

    .mobile-nav-wrap #menu-remob-menu li a {
        color: #fff;
        padding: 5px 0px;
        display: block;
    }

    ul#primary-menu {
        display: none;
    }

    header#rehead {
        background: #ffffff00;
    }

    section.s1 {
        margin-top: -100px;
        padding-top: 100px;
        background-position: center top;
        background-size: cover;
    }

    .s1-out {
        max-width: 90%;
        margin: 0 auto;
    }

    span.s1-t1 {
        font-size: 30px;
        line-height: 1.5;
        /* max-width: 80%; */
    }

    .s2-t1:before {
        width: 42px;
    }

    .s2-t1:after {
        width: 42px;
    }

    .s2-t1 {
        font-size: 34px;
    }

    .outblock1 > .slick-next, .outblock2 > .slick-next, .outblock3 > .slick-next {
        display: none !important;
    }

    .outblock1 > .slick-prev, .outblock2 > .slick-prev, .outblock3 > .slick-prev {
        display: none !important;
    }

    .re-tovar-main-out {
        display: flex;
        flex-flow: column wrap;
    }

    .re-tovar-main-in {
        width: 90%;
    }

    .reslider {
        max-width: 785px;
        width: 100%;
        margin: 0 auto;
    }

    /* .slick-list.draggable {
        height: auto !important;
    } */

    .re-tovar-main-in-text {
        margin-left: auto;
    }

    .re-tovar-project-title1 {
        text-align: center;
    }

    .re-tovar-project-title2 {
        text-align: center;
    }

    .re-tovar-project-title3 {
        text-align: center;
    }

    .re-tovar-project-title4-buttons {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 90%;
    }

    .project-order-button1 {
        width: 100%;
        text-align: center;
    }

    .project-order-button2 {
        width: 100%;
        text-align: center;
    }

    .s5-t1 {
        font-size: 24px;
        line-height: 2;
    }

    .s2-t1 {
        font-size: 28px;
    }

    .re-form-mid-out label {
        width: 100%;
    }

    .r-send-class2 {
        min-width: 98%;
        font-size: 20px;
        line-height: 1;
    }

    ul.s6-in {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    ul.s8-in li:after {
        display: none;
    }

    ul.s8-in li {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    ul.s8-in {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        max-width: 90%;
    }

    .s8-tovar-title {
        max-width: 90%;
    }

    ul.s8-in li img {
        display: block;
        width: 85px;
        height: auto;
        margin: 40px auto;
        margin-right: 20px;
        text-align: center;
        margin: 25px auto;
    }

    ul#gallery-grid2 {
        zoom: 1;
        margin: 0 auto;
        width: 100%;
        max-width: 90%;
        column-count: 1;
        overflow-x: scroll;
        height: 300px;
    }

    .gallery-grid-item:nth-child(1) {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(2) {
        width: 100%;
        height: 300px;
        max-width: 100%;
        max-height: 300px;
        overflow: hidden;
        margin-bottom: 0px;
        margin-right: auto;
    }

    .gallery-grid-item:nth-child(3) {
        width: 100%;
        height: 100%;
        max-width: 378px;
        max-height: 378px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(4) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gallery-grid-item:nth-child(5) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(6) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(7) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gallery-grid-item:nth-child(8) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(9) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gallery-grid-item:nth-child(10) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(11) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gallery-grid-item:nth-child(12) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(13) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(14) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gallery-grid-item:nth-child(15) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .gallery-grid-item:nth-child(16) {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
    }

    .s10-out {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .s10-in {
        margin: 0 auto;
        width: 90%;
    }

    .s3-t3 {
        max-width: 90%;
    }

    footer#colophon ul#primary-menu {
        display: flex;
        flex-flow: column wrap;
    }

    footer#colophon .re-header-phones {
        display: block;
        margin: 15px auto;
    }

    footer#colophon .reheader-widgets {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        max-width: 90%;
        zoom: 1;
    }

    footer#colophon a.re-header-callback-b {
        display: block;
        margin: 15px auto;
    }

    .refooter-info {
        max-width: 75%;
        font-size: 15px;
    }

    img.custom-logo {
        max-width: 90%;
    }

    .slick-slider {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .reslider-colors {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .re-tovar-project-title5-2 {
        text-align: center;
        max-width: 90%;
    }

    img.custom-logo {
        max-width: 90%;
        display: none;
    }

    .re-header-phones:before {
        left: 30%;
    }

    .re-header-address:before {
        left: 30%;
    }









}

@media (max-width: 768px) {

    .re-header-phones:before {
        left: 25%;
    }

    .re-header-address:before {
        left: 25%;
    }

}


@media (max-width: 650px) {

    .re-header-phones:before {
        left: 22%;
    }

    .re-header-address:before {
        left: 22%;
    }
 
}

@media (max-width: 550px) {

}

@media (max-width: 425px) {

    ul.s7-in {
        zoom: 0.8;
    }

    .s2-t1 {
        font-size: 24px;
    }

    .custom-header-logo {
        max-width: 90%;
        margin-left: 5%;
    }

    .custom-header-logo .site-logo img {
        max-width: 90%;
    }

    .re-header-phones:before {
        left: 15%;
    }

    .re-header-address:before {
        left: 15%;
    }

    


}

@media (max-width: 320px) {
}