@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltk.ttf) format('truetype');
}
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYltk.ttf) format('truetype');
}
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtk.ttf) format('truetype');
}
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtk.ttf) format('truetype');
}
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVtk.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Wix Madefor Display", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  position: fixed;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px 0;
  color: #fff;
}
.inner {
  padding-top: 0px;
}
.header.top {
  padding: 10px 0;
  background: #473733;
}
.inner .header.top {
  position: relative; 
  margin-bottom: 40px;
}
.header.top .logo {
  width: 152px;
}
.header.top ul {
  margin-top: 25px;
}
.header.top .phone {
  margin-top: 8px;
}
.header .logo {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header ul {
  margin-top: 32px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header ul li {
  display: inline-block;
}
.header ul li:not(:last-child) {
  margin-right: 50px;
}
.header ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.header ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header ul li a:hover:before {
  width: 100%;
}
.header .phone {
  text-align: right;
  margin-top: 15px;
  font-size: 15px;
}
.header .phone a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 4px;
  transition:0.3s all;
}
.header .phone a:hover {
    opacity:0.8; 
}
.header .menu-button {
  width: 38px;
  background: url('/assets/templates/szboden/img/menu-button.png') no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  display: none;
}
.first-block {
  background: url('/assets/templates/szboden/img/first-block.jpg') center / cover;
  padding: 320px 0 185px;
  margin-bottom: 115px;
  text-align: center;
  color: #fff;
}
.first-block h1 {
  font-size: 55px;
  line-height: 78px;
  font-weight: 500;
  margin-bottom: 20px;
}
.first-block h1 span {
  display: block;
  font-weight: 800;
}
.first-block p {
  font-size: 23px;
  line-height: 43px;
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.first-block .link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 13px 65px;
  color: #fff;
  border: 1px solid #fff;
}
.first-block .link:hover {
  background: #fff;
  color: #634a42;
}
.about-block {
  padding: 80px 0 145px;
  background: url('/assets/templates/szboden/img/about-block.png') no-repeat right bottom;
  position: relative;
}
.about-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 50px);
  height: calc(100% - 120px);
  background: url('/assets/templates/szboden/img/image.png') center / cover;
  border-radius: 0 6px 6px 0;
  filter: brightness(0.7);
}
.about-block .content {
  padding-left: 55%;
  position: relative;
}
.about-block .content h2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  width: 46%;
}
.about-block .content h2 span {
  font-weight: 800;
}
.about-block .content .year {
  position: absolute;
  left: 0;
  bottom: 50px;
  color: #fff;
  font-size: 17px;
  line-height: 33px;
}
.about-block .content p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}
.about-block .content .counts {
  width: 70%;
  padding-top: 50px;
}
.about-block .content .counts .item {
  width: 49%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 25px;
  color: #2a160e;
}
.about-block .content .counts .item span {
  display: block;
  font-weight: 800;
  font-size: 51px;
  line-height: 1;
  margin-bottom: 5px;
}
.catalog-block {
  background: #f4f4f4;
  padding: 100px 0 95px;
  margin-bottom: 110px;
}
.catalog-block h2 {
  font-size: 55px;
  color: #2a160f;
  font-weight: 500;
  margin-bottom: 50px;
}
.catalog-block h2 span {
  font-weight: 800;
}
.catalog-block .top-nav {
  padding-top: 20px;
}
.catalog-block .top-nav a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  height: 42px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #634a42;
}
.catalog-block .top-nav a:hover {
  transform: scale(1.1);
}
.catalog-block .top-nav a:not(:last-child) {
  margin-right: 10px;
}
.catalog-block .top-nav a.active {
  color: #fff;
  background: #634a42;
}
.catalog-block .top-nav a.active img:nth-child(1) {
  display: none;
}
.catalog-block .top-nav a.active img:nth-child(2) {
  display: inline-block;
}
.catalog-block .top-nav a img {
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.catalog-block .top-nav a img:nth-child(2) {
  display: none;
}
.catalog-block .list .item {
  width: 48.5%;
  margin-bottom: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.catalog-block .list .item:hover {
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
}
.catalog-block .list .item:hover .image {
  filter: brightness(1.1);
}
.catalog-block .list .item.big {
  width: 100%;
}
.catalog-block .list .item .image {
  height: 367px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.catalog-block .list .item .info {
  padding: 25px 30px;
}
.catalog-block .list .item .info h3 {
  font-weight: 700;
  font-size: 19px;
  color: #2a160f;
  margin-bottom: 20px;
}
.catalog-block .list .item .info .price {
  font-size: 18px;
  color: #674e46;
}
.catalog-block .list .item .info .start {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background: #634a42;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 15px;
}
.catalog-block .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.catalog-block .list .slick-dots {
  text-align: center;
  padding-top: 25px;
}
.catalog-block .list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.catalog-block .list .slick-dots li.slick-active button {
  width: 20px;
  background: #473733;
}
.catalog-block .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 14px;
  height: 7px;
  background: #c4bfbe;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.info-blocks {
  padding-bottom: 80px;
}
.info-blocks h2 {
  margin-bottom: 50px;
  font-size: 55px;
  color: #2a160f;
  font-weight: 500;
}
.info-blocks h2 span {
  font-weight: 800;
}
.info-blocks .item {
  width: 32%;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 75px 100px 45px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.info-blocks .item:hover {
  box-shadow: rgba(1, 1, 1, 0.3) 0 0 30px;
}
.info-blocks .item.color1 {
  background: #634a42;
  color: #ddd9d8;
}
.info-blocks .item.color1 p {
  color: #fff;
}
.info-blocks .item.color2 {
  background: #2a160f url('/assets/templates/szboden/img/bg.png') no-repeat right 10px bottom 0;
  color: #ddd9d8;
}
.info-blocks .item.color2 p {
  color: #fff;
}
.info-blocks .item.color3 {
  background: #ece9e8 url('/assets/templates/szboden/img/bg2.png') no-repeat right bottom;
  color: #634a42;
}
.info-blocks .item.color3 p {
  color: #2a160f;
}
.info-blocks .item.color4 {
  background: #ece9e8 url('/assets/templates/szboden/img/bg3.png') no-repeat right;
  width: 100%;
  padding: 45px 75px 55px 45px;
  font-size: 18px;
}
.info-blocks .item.color4 p {
  font-size: 41px;
}
.info-blocks .item.color4 button {
  display: block;
  margin-top: 35px;
  font-weight: 600;
  font-size: 16px;
  color: #2a160f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d9d3d1;
  width: 248px;
  height: 48px;
}
.info-blocks .item.color4 button:hover {
  background: #2a160f;
  color: #d9d3d1;
}
.info-blocks .item p {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.info-blocks .item p span {
  font-weight: 800;
}
.content-block {
  padding-bottom: 120px;
  font-size: 17px;
  line-height: 27px;
}
.content-block h1{
  font-size: 55px;
  color: #2a160f;
  font-weight: 500;
  margin-bottom: 55px;
  line-height:55px;
}
.content-block p {
  margin-bottom: 20px;
}
.news-block {
  padding-bottom: 120px;
}
.news-block h2, .news-block h1 {
  font-size: 55px;
  color: #2a160f;
  font-weight: 500;
  margin-bottom: 55px;
}
.news-block h2 span, .news-block h1 span {
  font-weight: 800;
}
.news-block .list {
  margin: 0 -12px;
}
.inner .news-block .list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.inner .news-block .list .item{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:32%;
  margin:0px;
  margin-bottom:24px;
  margin-right: 24px;
}
.inner .news-block .list .item:nth-child(3n){
  margin-right: 0px;
}
.news-block .list .item {
  margin: 0 12px;
  border: 1px solid #d9c8c6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news-block .list .item:hover {
  border: 1px solid #2a160f;
}
.news-block .list .item img {
  width: 100%;
}
.news-block .list .item .info {
  padding: 20px;
}
.news-block .list .item .info .name {
  display: block;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2a160f;
  font-size: 18px;
}
.news-block .list .item .info .name:hover {
  font-weight: 800;
}
.news-block .list .item .info .date {
  font-weight: 500;
  color: #634a42;
}
.news-block .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.bottom-nav {
  padding: 36px 0;
  background: #f4f4f4;
}
.bottom-nav .banner {
  height: 111px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  background: url('/assets/templates/szboden/img/banner.png') center / cover;
  position: relative;
}
.bottom-nav .banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 45px 20px 25px;
  background: rgba(42, 22, 15, 0.7);
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}
.bottom-nav .banner .text h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
}
.bottom-nav .banner .text a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: url('/assets/templates/szboden/img/arrow.png') no-repeat right 15px bottom 15px;
}
.bottom-nav nav {
  padding-top: 20px;
}
.bottom-nav nav p {
  font-weight: 600;
  font-size: 16px;
  color: #2a160f;
}
.bottom-nav nav ul {
  padding-top: 10px;
}
.bottom-nav nav ul li {
  margin-top: 10px;
}
.bottom-nav nav ul li a {
  /*display: block;*/
  text-decoration: none;
  color: #80655d;
  font-weight: 500;
  font-size: 16px;
  transition:0.3s all;
  border-bottom:1px solid #f4f4f4; 
}
.bottom-nav nav ul li a:hover {
  border-bottom:1px solid #80655d;
}
.footer {
  background: #2a160f;
  padding: 20px 0;
  color: #fff;
}
.footer .copy {
  width: 300px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.footer .copy .adress {
  color: #fff;
  margin-bottom: 30px;
}
.footer .links a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  line-height: 24px;
}
.footer .links a:hover {
  color: #fff;
}
.footer .contacts a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 24px;
}
.footer .contacts a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .social a {
  display: inline-block;
}
.footer .social a:hover {
  transform: rotate(10deg);
}
.footer .social a:not(:last-child) {
  margin-right: 5px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  background: #41312d;
  display: none;
}
.mobile-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 18px;
  background: url('/assets/templates/szboden/img/close.png');
}
.mobile-menu nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.mobile-menu ul li {
  margin: 20px 0;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}
.mobile-menu ul li a:hover {
  font-weight: 600;
}
.anchor {
  position: absolute;
  margin-top: -100px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(42, 22, 15, 0.9);
}
.popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  background: #41312d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 140px;
  color: #fff;
}
.popup .window.other {
  background: none;
  padding: 60px 20px;
}
.popup .window.other h3 {
  text-align: center;
  margin: 0;
}
.popup .window .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 18px;
  background: url('/assets/templates/szboden/img/close.png');
}
.popup .window h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.popup .window input[type='text'] {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  background: none;
  border-bottom: 4px solid #5e4d49;
  color: #fff;
  font-size: 20px;
}
.popup .window input[type='text']:focus {
  border-bottom: 4px solid #fff;
}
.popup .window button {
  width: 100%;
  height: 70px;
  margin: 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #634a42;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
.popup .window button:hover {
  background: #5e4d49;
}
.popup .window .bottom-text {
  color: #ab9893;
}
.popup .window .bottom-text a {
  color: #ab9893;
}
.navi {
  padding-bottom: 30px;
}

@media (max-width: 1230px) {
  .wrap {
    width: 970px;
  }
  .about-block .content {
    padding-left: 52%;
  }
  .about-block:before {
    width: calc(50% - 30px);
  }
  .about-block .content h2 {
    font-size: 40px;
  }
  .about-block .content .counts {
    width: 80%;
  }
  .info-blocks .item {
    padding: 45px 45px 100px 45px;
  }
  .inner .news-block .list .item {
    width: 49%;
    margin-right:19px;
  }
  .inner .news-block .list .item:nth-child(3n) {
    margin-right:19px;
  }  
  .inner .news-block .list .item:nth-child(2n) {
    margin-right:0px;
  }  
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header ul li:not(:last-child) {
    margin-right: 20px;
  }
  .header .logo {
    width: 150px;
  }
  .header ul {
    margin-top: 25px;
  }
  .header .phone {
    margin-top: 8px;
  }
  .header .phone a {
    font-size: 19px;
  }
  .first-block h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .first-block {
    padding: 240px 0 160px;
  }
  .about-block .content .counts {
    width: auto;
    padding-top: 20px;
  }
  .info-blocks .item {
    width: 100%;
  }
  .bottom-nav .logo {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .wrap .copy {
    width: 100%;
    order: 3;
    margin-bottom: 30px;
  }
  .footer .wrap .links {
    width: 100%;
    order: 4;
  }
  .footer .wrap .contacts {
    width: 100%;
    order: 2;
    padding-bottom: 20px;
  }
  .footer .wrap .social {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .footer .copy .adress {
    margin-bottom: 5px;
  }
  .inner .news-block .list .item {
    width: 100%;
    margin-right:0px;
  }
  .inner .news-block .list .item:nth-child(3n) {
    margin-right:0px;
  }  
  .inner .news-block .list .item:nth-child(2n) {
    margin-right:0px;
  } 
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .header ul {
    display: none;
  }
  .header .logo {
   /* width: auto !important;*/
  }
  .header .phone {
    margin-top: 0;
    font-size: 0;
  }
  .header .phone a {
    display: block;
    font-size: 0;
    margin: 0;
    width: 29px;
    height: 100%;
    background: url('/assets/templates/szboden/img/phone.png') no-repeat center;
  }
  .header .phone {
    margin-right: 60px;
  }
  .header .wrap {
    position: relative;
  }
  .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .first-block h1 {
    font-size: 28px;
    line-height: 44px;
  }
  .first-block p {
    font-size: 18px;
    line-height: 32px;
  }
  .about-block {
    padding: 0 0 10px 0;
    background: none;
  }
  .about-block .content {
    padding-left: 0;
  }
  .about-block:before {
    display: none;
  }
  .about-block .text {
    background: url('/assets/templates/szboden/img/image.png') center / cover;
    padding: 70px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    position: relative;
  }
  .about-block .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.3);
  }
  .about-block .content h2 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 270px;
    font-size: 30px;
  }
  .about-block .content .year {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .catalog-block h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .catalog-block .top-nav {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
  .catalog-block .list .item {
    width: 100%;
  }
  .info-blocks .item {
    padding: 45px 100px 45px 45px;
  }
  .info-blocks .item.color4 {
    padding: 45px 100px 45px 45px;
  }
  .bottom-nav .banner {
    margin-bottom: 0;
  }
  .bottom-nav nav {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .bottom-nav nav ul li {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
  .header.top .phone {
    margin-top: 0;
  }
  .popup .window {
    width: 500px;
    padding: 110px 30px;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
  .header .menu-button {
    right: 15px;
  }
  .first-block {
    margin-bottom: 60px;
  }
  .about-block .content p {
    text-align: center;
  }
  .about-block .text {
    margin: 30px -15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .catalog-block {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .news-block h1,
  .content-block h1,
  .news-block h2,
  .info-blocks h2,
  .catalog-block h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .catalog-block .list .item {
    margin-bottom: 0;
  }
  .catalog-block .list .item .image {
    height: 284px;
  }
  .catalog-block .list .item .info .start {
    margin-top: 15px;
  }
  .news-block h1,
  .content-block h1,
  .news-block h2,
  .info-blocks h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .info-blocks .item.color4 p {
    font-size: 22px;
  }
  .info-blocks .item.color4 {
    font-size: 17px;
  }
  .info-blocks .item.color4 button {
    margin-top: 15px;
  }
  .info-blocks .item.color4 {
    background: url('/assets/templates/szboden/img/bg4.png') center / cover;
  }
  .info-blocks {
    padding-bottom: 30px;
  }
  .news-block .list {
    margin: 0 -15px 0 0;
  }
  .inner .news-block .list {
     margin: 0;
  }
  .news-block .list .item {
    width: 320px;
    margin: 0 10px 0 0;
  }
  .news-block {
    padding-bottom: 60px;
  }
  .bottom-nav .banner {
    height: 144px;
  }
  .bottom-nav .banner .text {
    padding: 20px 30px 20px 20px;
  }
  .popup .window {
    width: 100%;
  }
}
