@font-face {
  font-family: "OpenSansLight";
  src: url("../css/fonts/OpenSansLight.eot");
  src: url("../css/fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/OpenSansLight.woff") format("woff"),
    url("../css/fonts/OpenSansLight.ttf") format("truetype"),
    url("../css/fonts/OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../css/fonts/opensans.woff") format("woff"),
    url("../css/fonts/opensans.ttf") format("truetype"),
    url("../css/fonts/opensans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  font: 17px Verdana, Helvetica;
  color: #333333;
  font-family: "OpenSansLight", Verdana, Helvetica;
  scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}
.main p {
  padding: 12px 0;
}
h1,
h2 {
  /*text-align: justify;*/
  padding: 35px 0;
  color: #0d0d0d;
  font-weight: 400;
  font-size: 45px;
}
h2 {
  font-size: 35px;
}
@media screen and (max-width: 900px) {
  h1,
  h2 {
    padding: 25px 0;
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main p {
    padding: 0.5em 0;
  }
  h1,
  h2 {
    padding: 20px 0;
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  h2 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
}
.main b {
  font-family: "Open Sans";
}
.main img {
  border-width: 0px;
}
.l {
  float: left;
}
.r {
  float: right;
}
.clear {
  clear: both;
  line-height: 1px;
  width: 1px;
}
/* div.main { background-color: #500301; } */
.top {
  margin: 0px auto;
  width: 999px;
  background: url(/website/img/top_bg.jpg) no-repeat top center;
}
.content,
.footer div {
  margin: 0px auto;
  width: 823px;
  padding: 0px 88px;
}
.container {
  width: 1170px;
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1170px) {
  body * {
    box-sizing: border-box;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
img {
  max-width: 100%;
}

/*** Шапка ***/

/*Новый год*/
/* .header_slogan {
  background:url(/website/img/ny_bg.png) no-repeat bottom center;
} */

.flexslider {
  padding: 0px;
  background: #500301;
  position: relative;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  margin: 0;
  font-size: 0;
  max-height: 424px;
  height: auto;
}
.flex-viewport {
  width: 100%;
}
.flex-direction-nav {
  display: none;
}

.flexslider ul li img {
  max-height: 430px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .flexslider .flex-control-nav {
    bottom: 5px;
  }
}
@media screen and (max-width: 680px) {
  .flexslider {
    display: none;
  }
}
header {
  background-color: #fff;
  font-family: "OpenSansLight";
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fixed_header {
  display: none;
  padding: 5px 0 40px;
  background-color: #493c34;
  color: #fff;
}
.fixed .fixed_header {
  display: block;
}
.fixed_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_header .tel {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  color: #ffffff;
  font-family: "OpenSans", Verdana, Helvetica;
  text-decoration: none;
}
.fixed_header .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 27px;
  margin-top: -14px;
  background-image: url("/website/img/fixed_tel.png");
}
.fixed_header .tel span {
  white-space: nowrap;
}
.fixed_header .logo,
.container > .logo:first-child {
  padding: 0;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .container > .logo:first-child {
    padding-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .fixed_header {
    padding-bottom: 10px;
  }
  .fixed_header .container {
    padding-right: 70px;
  }
  .fixed_header .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fixed_header .tel {
    font-size: 18px;
  }
  .fixed_header .logo {
    width: calc(100% - 280px);
    padding-right: 15px;
  }
}
@media screen and (max-width: 720px) {
  .fixed_header .container {
    flex-wrap: wrap;
    padding-right: 15px;
  }
  .fixed_header .logo {
    width: 100%;
  }
  .fixed_header .logo img {
    width: 220px;
  }
  .fixed_header .tel {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .fixed_header .tel {
    font-size: 15px;
  }
  .fixed_header .tel span {
    font-size: 17px;
  }
}
@media screen and (max-width: 380px) {
  .fixed_header .tel {
    padding-left: 0;
  }
  .fixed_header .tel::before {
    display: none;
  }
}

nav {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-top: 15px solid #dda254;
  }
  nav.container {
    padding: 0;
  }
}
.fixed nav {
  margin-top: -32px;
}
@media screen and (max-width: 900px) {
  .fixed nav {
    margin-top: 0;
  }
}
nav > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 900px) {
  nav > ul {
    display: block;
  }
}
.container > .navigation-pages:first-child {
  padding: 0;
}
nav > ul > li {
  padding: 0;
  text-align: center;
  position: relative;
}
nav > ul > li > span,
nav > ul > li > a {
  color: #0d0d0d;
  display: block;
  background: transparent;
  padding: 25px 23px 30px;
  font-size: 15px;
  border-radius: 0 0 5px 5px;
  border: none;
}
.fixed nav > ul > li > span,
.fixed nav > ul > li > a {
  padding: 20px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "OpenSans", Verdana, Helvetica;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .fixed nav > ul > li > span,
  .fixed nav > ul > li > a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1040px) {
  nav > ul > li > span,
  nav > ul > li > a {
    padding: 15px 15px;
  }
  .fixed nav > ul > li > span,
  .fixed nav > ul > li > a {
    padding: 15px 8px;
  }
}
@media screen and (max-width: 991px) {
  .fixed nav > ul > li > span,
  .fixed nav > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  nav > ul > li > span,
  nav > ul > li > a {
    padding: 12px 10px;
    font-size: 15px;
  }
  .fixed nav > ul > li > span,
  .fixed nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .fixed nav > ul > li > span,
  nav > ul > li > span,
  nav > ul > li > a,
  .fixed nav > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 50px;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    background-color: #dda254;
  }
}
nav > ul > li:last-child {
  background: none;
}
nav ul li span,
nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
}
nav > ul > li:hover > span,
nav > ul > li > span.selected,
nav > ul > li.active > span,
nav > ul > li:hover > a,
nav > ul > li > a.selected,
nav > ul > li.active > a {
  background: #dda254;
}
@media screen and (max-width: 900px) {
  nav > ul > li:hover > span,
  nav > ul > li > span.selected,
  nav > ul > li.active > span,
  nav > ul > li:hover > a,
  nav > ul > li > a.selected,
  nav > ul > li.active > a {
    text-decoration: underline;
  }
}
nav ul ul {
  display: none;
  position: absolute;
  text-align: left;
  list-style: none;
  background: #af743f;
  padding: 15px;
  line-height: 2;
  border-radius: 0 0 5px 5px;
  width: 233px;
  font-size: 14px;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  nav ul ul {
    display: block;
    width: 100%;
    position: static;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border-radius: 0;
    background: #dda254;
  }
}
nav ul li:hover ul {
  display: block;
}
nav ul ul li a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 900px) {
  nav ul ul li a {
    color: #000;
    font-size: 13px;
  }
}
nav ul ul li a:hover {
  text-decoration: underline;
}

.header {
  margin-top: -10px;
  padding-top: 40px;
  background-image: url("/website/img/new_header.jpg");
  background-color: #490102;
  background-size: cover;
  color: #fff;
}
.fixed .header {
  display: none;
}
.header_text {
  /* width: 410px; */
  font-size: 30px;
  text-align: right;
}
.header_text p {
  position: relative;
}
.header_text b {
  font-weight: 700;
}
.header_text .header_wa {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
}
.header_text .header_wa img {
  width: 27px;
  position: relative;
  top: 3px;
}
.header_text a {
  font-size: 17px;
  color: inherit;
  text-decoration: none;
}
.header_text a b {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .header_text a {
    font-size: 15px;
  }
  .header_text a b {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .header_text {
    font-size: 15px;
  }
  .header_text a {
    font-size: 17px;
  }
  .header_text a b {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .header_text .header_wa {
    width: 23px;
    margin-right: 5px;
  }
  .header_text .header_wa img {
    width: 23px;
  }
  .header_text a b {
    font-size: 20px;
  }
}
.header_slogan,
.container > p.header_slogan:last-child {
  margin: 0;
  padding: 200px 0 135px;
  text-transform: uppercase;
  font-size: 65px;
}
@media screen and (max-width: 1170px) {
  .header_slogan,
  .container > p.header_slogan:last-child {
    padding: 5vw 0 3.5vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 340px) {
  .header_slogan {
    display: none;
  }
  .header {
    padding-bottom: 15px;
  }
}
.toggle_wrapper {
  display: none;
}
@media screen and (max-width: 900px) {
  .toggle_wrapper {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#menu-toggle {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: right;
  transform-origin: right;
  overflow: hidden;
}
#menu-toggle span {
  display: block;
  background: #fff;
  border-radius: 2px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 60px;
  height: 4px;
  position: relative;
  top: 24px;
  left: 20px;
  margin: 10px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 48px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 48px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
/*** Шапка end ***/

/*** Контентная часть ***/
/* .contentBg { background: url(/website/img/bg.gif) repeat top left; } */
.content {
  padding: 15px 0px 15px;
}
.content p {
  text-indent: 20px;
  margin: 7px 0px;
  text-align: justify;
}
.content a img {
  border: 2px solid #696866;
  margin: 6px;
}
.content img.r {
  margin: 7px 0px 7px 15px;
}
.content img.l {
  margin: 7px 15px 7px 0px;
}
.content img.noBorder {
  border-width: 0px;
}

@media screen and (max-width: 768px) {
  .content p {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .twoimages {
    display: flex;
    justify-content: space-between;
  }
  .twoimages a {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  .content img.r,
  .content img.l,
  a[href="/website/img/DSC02962+.jpg"] img {
    display: block;
    float: none !important;
    margin: 10px auto !important;
  }
}
.content-2 {
  padding: 0 15px 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 823px;
  /*     background-color:#ffcf95; */
}
@media screen and (max-width: 600px) {
  .content-2 {
    padding: 0 15px 25px;
  }
}
.content-2:after {
  display: block;
  clear: both;
  content: " ";
}

.content-2 p {
  text-indent: 20px;
  text-align: justify;
  line-height: 1.4;
}
.content-2 a img {
  border: 2px solid #696866;
  margin: 6px;
}
.content-2 img.r {
  margin: 7px 0px 7px 15px;
}
.content-2 img.l {
  margin: 7px 15px 7px 0px;
}
.content-2 img.noBorder {
  border-width: 0px;
}

.content h1.likeh2 {
  text-align: center;
  padding: 13px 0 17px;
}

.content h2 {
  /* 	background: url(header-bg.jpg) no-repeat;
	height: 18px; */
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #5d3b15;
  text-align: center;
  padding: 13px 0 17px;
}

.parket-list {
  margin: 0 auto 30px auto;
  width: 776px;
  padding-bottom: 20px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #ffe0c3; /* layer fill content + color overlay */
  -moz-box-shadow: 3px 4px 12px 1px rgba(96, 54, 0, 0.27); /* drop shadow */
  -webkit-box-shadow: 3px 4px 12px 1px rgba(96, 54, 0, 0.27); /* drop shadow */
  box-shadow: 3px 4px 12px 1px rgba(96, 54, 0, 0.27); /* drop shadow */
}

.parket-list-heading {
  margin: 0 auto;
  width: 822px;
  height: 62px;
  background: url("../img/heading-bg.jpg") no-repeat;
}

.parket-list h1 {
  font-family: Times New Roman, Verdana, Helvetica, serif;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-top: 10px;
  text-indent: 0 !important;
}

.parket-list ul {
  padding: 20px 0 0 15px;
  list-style: none;
}

.parket-list ul li {
  font-family: Times New Roman, Verdana, Helvetica, serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  padding-left: 40px;
  background: url("../img/list-img.png") 0 0 no-repeat;
}

.parket-services {
  background: url("../img/services_bg.jpg") 0 0 no-repeat;
  margin-left: 25px;
  height: 388px;
  padding-top: 15px;
}

.parket-services h2,
.parket-services h1 {
  text-align: center;
  color: #ffe9c7;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: 145px;
  height: 33px;
  margin-left: 40%;
  text-indent: 0;
  padding-top: 5px;
  text-shadow: 1px 1px 2px black;
}

.parket-services ul {
  margin-left: 50px;
}

.parket-services ul li {
  color: #ffe9c7;
  font-size: 20px;
  line-height: 1.7;
  list-style-image: url("../img/li_services.png");
  text-shadow: 1px 1px 2px black;
}

.parket_banner {
  background: url("../img/parket_bann.jpg") 0 0 no-repeat;
  width: 763px;
  height: 45px;
  margin-left: 31px;
}

.parket_banner h2 {
  color: #ffe9c7;
  text-indent: 0;
  text-align: center;
  font-size: 24px;
  padding: 7px;
  text-shadow: 1px 1px 2px black;
}

.laminat_banner {
  background: url("../img/laminat.jpg") 0 0 no-repeat;
  width: 766px;
  height: 70px;
  margin-left: 28px;
}

.laminat-color {
  width: 100%;
  overflow: auto;
  background: #fee5c7;
  padding: 15px 0;
}
.line {
  width: 765px;
  height: 3px;
  background: #998b7a;
  margin-left: 30px;
  margin-bottom: 15px;
}
.mar-35 {
  margin-left: 35px;
}

.laminat_banner h2 {
  color: #ffe9c7;
  text-indent: 0;
  text-align: center;
  font-size: 24px;
  padding: 7px;
  text-shadow: 1px 1px 2px black;
}

.mass_banner {
  background: url("../img/mass_doska.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 766px;
  min-height: 53px;
  max-width: 100%;
  margin: 0 auto;
}

.mass_banner h2 {
  color: #ffe9c7;
  text-indent: 0;
  text-align: center;
  font-size: 24px;
  padding: 12px;
  text-shadow: 1px 1px 2px black;
}

.parket-photo {
  margin: 0px 38px;
}

.parket-photo img {
  width: 230px;
  border: 4px solid #ffe6cc !important;
  border-radius: 3px;
}

.parket-roset {
  margin-left: 28px;
  height: 190px;
}

.parket-roset img {
  float: left;
  margin: 0 !important;
  margin-right: 5px !important;
  border: 0 !important;
}

.parket-bord {
  margin-left: 37px;
  height: 190px;
}

.parket-bord img {
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
}

.parket-h2 {
  color: #500301 !important;
  text-align: center;
}

.parket-h3 {
  font-family: Times New Roman, Verdana, Helvetica, serif;
  font-size: 18px;
  color: #351200;
  text-align: center;
}

.parket-text {
  padding: 0 30px;
  color: #000;
}

.parket-img {
  display: block;
  margin: 0 auto;
}

.parket-ul {
  padding-left: 50px;
  padding-top: 20px;
}

.parket-ul li {
  font-family: Times New Roman, Verdana, Helvetica, serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
}

.benefits {
  height: 327px;
  background: url("../img/benefits.jpg") 0 0 no-repeat;
}

#top_block {
  padding-top: 10px;
  width: 823px;
  height: 380px;
  background: url("../img/top_block_bg.jpg") 0 0 no-repeat;
  font-family: Verdana, Helvetica;
}

#top_block p {
  font-family: Verdana, Helvetica;
  font-size: 14px;
}

#top_block_title {
  margin: 0 auto;
  width: 780px;
  text-align: center;
  color: #fff;
  font-size: 24px !important;
  text-indent: 0;
  padding: 5px;
  font-family: Verdana, Helvetica;
  border-radius: 5px;
  background-color: rgba(127, 1, 0, 0.7);
}

#top_block_left {
  position: relative;
  float: left;
  width: 360px;
  height: 275px;
  padding: 10px;
  margin: 0 0 0 20px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.7;
  font-family: Verdana, Helvetica;
}

#top_block_left p span,
#top_block_right p span {
  font-weight: 600;
  font-family: Verdana, Helvetica;
}
#top_block_right {
  float: right;
  width: 360px;
  height: 275px;
  padding: 10px;
  margin: 0 20px 0 0px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.7;
  font-family: Verdana, Helvetica;
}

#middle_block {
  padding-top: 10px;
  width: 823px;
  height: 245px;
  background: rgba(68, 18, 0, 0.4);
  font-family: Verdana, Helvetica;
}

#middle_block p {
  font-family: Verdana, Helvetica;
  font-size: 14px;
  text-indent: 0;
  color: #ffcd85;
}

#middle_block_title {
  margin: 0 auto;
  width: 780px;
  text-align: center;
  color: #fff;
  font-size: 24px !important;
  text-indent: 0;
  padding: 5px;
  font-family: Verdana, Helvetica;
  border-radius: 5px;
  background-color: rgba(127, 1, 0, 0.7);
}

#middle_block_left {
  position: relative;
  float: left;
  width: 200px;
  height: 215px;
  padding: 10px;
  margin: 0 0 0 20px;
  border-radius: 5px;
  background: rgba(68, 18, 0, 0.5);
  font-family: Verdana, Helvetica;
}

#middle_block_left p span,
#middle_block_right p span {
  font-weight: 600;

  font-family: Verdana, Helvetica;
  color: #fff;
}
#middle_block_right {
  float: right;
  width: 520px;
  height: 215px;
  padding: 10px;
  margin: 0 20px 0 0px;
  border-radius: 5px;
  background: rgba(68, 18, 0, 0.5);
  font-family: Verdana, Helvetica;
}

.benefits-head {
  text-align: right;
  font-size: 45px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 20px 30px 0 0;
}

.benefits-list {
  width: 390px;
  display: block;
  margin-left: 330px;
  margin-top: 15px;
  list-style: none;
}

.benefits-list li {
  color: #fff;
  font-size: 15px;
  font-family: Verdana, Helvetica;
  line-height: 1.5em;
  padding-left: 20px;
}

.benefits-list li:before {
  content: "\2014";
  padding-right: 7px;
}

.gallery {
  margin: 20px 0 0 15px;
}

.gallery .img {
  float: left;
  text-align: center;
}

.gallery .img img {
  display: block;
  margin: 5px;
  border: 1px solid #ffffff;
}

.gallery .desc {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  width: 55px;
  margin: 5px;
}

.divider {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}

.parket-logo {
  margin: 20px 0;
  text-align: center;
}

/*** Контентная часть end ***/

/*** Футер ***/

footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url("/website/img/new_footer.jpg");
  background-color: #490102;
  background-size: cover;
  color: #fff;
  font-family: "OpenSansLight";
}
.footer_text {
  width: 350px;
  font-size: 16px;
}
.footer_text p {
  margin-bottom: 5px;
}
.footer_text a {
  color: inherit;
  text-decoration: underline;
}
.footer_text .footer_wa {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
}
.footer_text .footer_wa img {
  width: 20px;
  position: relative;
  top: 5px;
}
.footer_copy {
  width: 265px;
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 12px;
}
.footer_copy p {
  position: relative;
  padding-left: 25px;
}
.footer_copy p:last-child {
  background-image: url("/website/img/footer_vorle.png");
  background-position: left;
  background-repeat: no-repeat;
}
.footer_copy a {
  font-size: 17px;
  color: inherit;
  text-decoration: none;
}
.footer_copy .footer_creator a {
  font-size: inherit;
}
/*** Футер end ***/

.no-brdr {
  border: none !important;
}

#white_stripe {
  height: 290px;
  background-color: #ffffff;
  clear: both;
  text-align: center;
}

#white_stripe img {
  margin-top: 30px;
}

#benefits {
  background: url(../img/benefits_bg.png) no-repeat top center;
  width: 768px;
  height: 253px;

  padding: 19px 28px;
}

#benefits div {
  float: left;
  overflow: auto;
  color: #ffffff;
  font-family: Verdana, Helvetica;
}

#benefits div:first-of-type {
  width: 255px;
}
#benefits div:nth-of-type(2) {
  width: 303px;
}
#benefits div:last-of-type {
  width: 210px;
  font-size: 13px;
}

#benefits div span {
  color: #efcba4;
  padding: 5px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
#benefits div ul {
  padding: 0;
  margin: 10px 0 0 5px;
  list-style-type: disc;
}
#benefits div ul li {
  color: #ffffff;
  font-family: Verdana, Helvetica;
  font-size: 13px;
  text-align: left;
  margin: 5px 0;
  padding-left: 14px;
  background: url(../img/disc.png) no-repeat center left;
}
#benefits div:nth-of-type(2) ul li {
  background: url(../img/disc.png) no-repeat left 6px;
}
#benefits div:nth-of-type(2) ul {
  margin-top: 34px;
}
#benefits div:last-of-type ul {
  margin-top: 82px;
}

.redblock {
  width: 100%;
  margin: 15px 0;
  background: #6d0100 url(./redbg.png) repeat-x 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.obl_pref {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.redblock .rb1 {
  width: 410px;
  padding-left: 20px;
}
.redblock .rb1 p,
.redblock .rb2 p {
  font-family: Verdana, Helvetica;
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
.redblock .rb2 {
  width: 380px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .redblock .rb1 {
    width: calc(100% - 320px);
  }
  .redblock .rb2 {
    width: 300px;
  }
}
@media screen and (max-width: 680px) {
  .redblock .rb1 {
    width: 100%;
    padding: 0 20px;
  }
  .redblock .rb2 {
    width: 300px;
    max-width: 100%;
  }
}
.redblock .rb2 p {
  color: #e9cb95;
  text-align: center;
}
.redblock .rb2 img {
  margin: 5px;
}
.redblock .rb3 {
  padding: 0px 20px;
}
.redblock .rb3 p {
  font-family: Verdana, Helvetica;
  font-size: 18px;
  color: #fff;
  text-indent: 0 !important;
}
.wblock {
  width: 100%;
  min-height: 30px;
  background: transparent url(./wbg.png) repeat-y 0px 0px;
  color: #000;
  font-family: Verdana, Helvetica;
  font-weight: bold !important;
  font-size: 18px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 24px;
}
.wblock span {
  color: #b80504;
  margin-right: 15px;
}
center.imggg img {
  margin: 0px;
  border: 1px solid #838383;
}
.partn_list {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fit, 149px);
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .partn_list {
    grid-template-columns: repeat(3, 32%);
  }
}
.partn_list img {
  display: block;
}
.partn {
  text-align: center;
  font-weight: bold !important;
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .partn {
    font-size: 15px;
  }
}
.obl_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.obl_gallery a {
  max-width: 32%;
  margin: 3px 0;
}
@media screen and (max-width: 414px) {
  .obl_gallery a {
    max-width: 49%;
  }
}
p.redtxt {
  color: #471305;
  font: 20px "OpenSansLight";
  padding: 0 20px 0 30px;
  text-align: left;
  text-indent: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 29px;
}
.line {
  width: 93%;
  margin: 0 auto;
  border-top: 1px solid #a18768;
  height: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#parketn {
  position: relative;
  height: 270px;
  margin-top: 25px;
}
#parketn img {
  position: absolute;
  left: 30px;
}
.white-block {
  background: #fff;
  height: 345px;
  padding-top: 263px;
  margin-bottom: 57px;
}
.white-block > div {
  padding: 0 30px;
}
.white-block > div:after {
  clear: both;
  display: block;
  content: " ";
}
.white-block > div img {
  float: left;
}
.white-block > div p {
  float: right;
  width: 513px;
  color: #471305;
  font: 20px "OpenSansLight";
  text-align: left;
  text-indent: 0px;
  line-height: 29px;
}
.white-block > p {
  font-size: 25px;
  color: #471305;
  padding: 0 30px;
  margin-top: 18px;
  text-indent: 0px;
  line-height: 30px;
  position: relative;
}
.contacts-block:after {
  display: block;
  clear: both;
  content: " ";
}
.contacts-block p {
  font-size: 21px;
  text-indent: 0;
  color: #510301;
  padding-top: 0;
  padding-left: 40px;
  position: relative;
}
.contacts-block .l {
  float: left;
}
.contacts-block .r {
  float: right;
}
@media screen and (max-width: 680px) {
  .contacts-block .l,
  .contacts-block .r {
    float: none;
  }
  .contacts-block .l + .fancybox {
    display: none;
  }
}
.address:before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  content: url(../img/co1.png);
}
.time:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/co2.png);
}
.phones:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/co3.png);
}
.pochta:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  content: url(../img/co4.png);
}
.contacts_tel {
  position: relative;
}
.contacts-block p a.contacts_wa {
  position: absolute;
  left: -39px;
  top: 2px;
}
.contacts_wa img {
  width: 24px;
}
.toup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 1.5%;
  z-index: 200;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .toup {
    bottom: 10px;
  }
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
p.anniversary {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.auto {
  margin: 12px auto;
  display: block;
}
.menu-stone {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
  text-align: center;
}
.menu-stone li {
  max-width: calc(49% - 30px);
}
.menu-stone li,
.navigation-main li {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.menu-stone li a,
.navigation-main li a {
  text-align: center;
  font-size: 17px;
  color: #6a0702;
  border-bottom: 1px solid #6a0702;
  text-decoration: none;
  padding: 10px 0px 14px;
  width: 161px;
  font-size: 14px;
}
.navigation-main li:first-child {
  margin-left: 0;
}
.navigation-main li:last-child {
  margin-right: 0;
}
.menu-stone li a:hover,
.navigation-main li a:hover,
.navigation-main li.active > a:hover {
  background: #e8cfaa;
}
.navigation-main > li > a {
  background: #4d443e;
  color: white;
  text-align: left;
  height: 109px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-size: 18px;
}
.menu-stone li a img,
.navigation-main li a img {
  width: 125px;
  height: 42px;
  margin: 0 auto 8px;
}
.menu-stone li a,
.menu-stone li a img {
  display: block;
  max-width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 293px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 840px) {
  aside {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  aside {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
aside * {
  box-sizing: border-box;
}
aside .menu-stone li,
aside .navigation-main li {
  display: block;
  margin: 0;
  padding: 0;
}

.content aside .menu-stone li a,
.content aside .menu-stone,
.content aside .navigation-main li a {
  display: flex;
  margin: 0;
}
.content aside .menu-stone li a img {
  border: none;
}
.content aside .menu-stone,
.content aside .navigation-main {
  width: 100%;
}
.content aside .menu-stone li a,
.content aside .navigation-main li a {
  font-size: 17px;
  display: block;
  width: 100%;
  padding: 10px 0px 9px 0;
}

.content aside .navigation-main li a {
  position: relative;
  border-radius: 2px;
  background-color: #d1c3b9;
  border-bottom: 1px solid #4d443e;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #4d443e;
  padding: 0;
  padding-left: 35px;
}

.content aside .navigation-main li a.main {
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px;
  border-radius: 2px;
  background-color: #4d443e;
  color: white;
  font-family: "OpenSansLight";
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 840px) {
  .content aside .navigation-main li a {
    padding-left: 15px;
  }
  .content aside .navigation-main li a.main {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .content aside .navigation-main li a.main {
    height: auto;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  .content aside .navigation-main > li > ul {
    display: none;
  }
}
.content aside .menu-stone a img,
.content aside .navigation-main a:before {
  display: block;
}
.content aside .navigation-main li.active > a {
  background: #dfd5ce;
}

.content aside .navigation-main li.active > a.main {
  background: #4d443e;
  color: white;
}

aside .navigation-main > li > ul > li > ul li > a {
  border: none;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 2px;
}

aside span {
  position: relative;
  border-radius: 2px;
  background-color: #d1c3b9;
  border-bottom: 1px solid #4d443e;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content aside .navigation-main li ul li.active ul li.active a {
  font-size: 14px;
  height: 100%;
}

.content aside .navigation-main li ul li.active ul li.active {
  font-size: 14px;
  height: 55px;
}

aside span.active {
  background-color: #dfd5ce;
}

aside .opener span::after {
  content: url(/website/img/opener__button_black.png);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

aside span::after {
  content: url(/website/img/open_button__white.png);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.content aside .navigation-main li ul li.opener * {
  background-color: #dfd5ce;
}

.content aside .navigation-main li ul li ul li {
  height: 0;
  transition: 0.5s;
}

.content aside .navigation-main li ul li.opener ul li a {
  height: 55px;
  transition: 0.5s;
  font-size: 14px;
}

.content aside .navigation-main li ul li ul li a {
  height: 0px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-size: 0px;
}

.aside-services:first-of-type {
  margin-top: 30px;
}

.content aside p.aside-services__text-text {
  margin: 0;
  padding: 0;
}
.content aside .navigation-main li ul li.opener ul li {
  height: 55px;
  transition: 0.5s;
}

.content aside .navigation-main a#menu-navigation_479:before {
  content: url(/website/img/perfectStone.png);
  width: 90px;
  margin-right: 12px;
}
.content aside .navigation-main a#menu-navigation_480:before {
  content: url(/website/img/whitehills.png);
  width: 90px;
  margin-right: 12px;
}
.content aside .navigation-main a#menu-navigation_482:before {
  content: url(/website/img/kasavaga.png);
  width: 90px;
  margin-right: 12px;
}
.content aside .navigation-main a#menu-navigation_481:before {
  content: url(/website/img/stoneland.png);
  width: 90px;
  margin-right: 12px;
}
.content aside .navigation-main a#menu-navigation_483:before {
  content: url(/website/img/amberWood.png);
  width: 90px;
  margin-right: 12px;
}

.content aside .navigation-main li.opener a#menu-navigation_486:before {
  content: url(/website/img/amberWood.png);
  width: 0px;
  height: 0px;
  margin-right: 12px;
  transition: 0.5s;
}

.content aside .navigation-main li.opener a#menu-navigation_513:before {
  content: url(/website/img/amberWood.png);
  width: 0px;
  height: 0px;
  margin-right: 12px;
  transition: 0.5s;
}

.content aside .navigation-main li a#menu-navigation_486.active::before,
.content aside .navigation-main li a#menu-navigation_513.active::before {
  content: url(/website/img/amberWood.png);
  width: 90px;
  height: 26px;
  margin-right: 12px;
  transition: 0.5s;
}

.content aside .navigation-main li.opener a#menu-navigation_486,
.content aside .navigation-main li.opener a#menu-navigation_513 {
  transition: 0.5s;
  overflow: hidden;
}

.content aside .navigation-main li.opener a#menu-navigation_486:before {
  content: url(/website/img/amberWood.png);
  width: 90px;
  height: 26px;
  margin-right: 12px;
  transition: 0.5s;
}

.content aside .navigation-main li.opener a#menu-navigation_513:before {
  content: url(/website/img/amberWood.png);
  width: 90px;
  height: 26px;
  margin-right: 12px;
  transition: 0.5s;
}

.navigation-aside__item {
  font-size: 14px !important;
}
.content:after {
  display: block;
  clear: both;
  content: " ";
}
.catalog-content {
  float: right;
  width: 580px;
  max-width: calc(100% - 315px);
  padding-top: 40px;
}
@media screen and (max-width: 840px) {
  .catalog-content {
    max-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .catalog-content {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
.content .catalog-content p {
  text-indent: 0;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}
@media screen and (max-width: 540px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list > div {
  background: #fff;
  margin: 0 0 11px;
  text-align: center;
}
.pagination-centered {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
  text-align: center;
}
.pagination-centered li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  font: 600 14px "Open Sans", sans-serif;
}
.pagination-centered li a {
  color: #6a0702;
  background: #fff;
  padding: 4px 7px;
  text-decoration: none;
}
.pagination-centered li.active a,
.pagination-centered li a:hover {
  background: none;
}
.product-list > div:nth-child(3n) {
  margin-right: 0;
}
.product-list > div img {
  border: none;
}
.product-list {
  font-family: "Open Sans", sans-serif;
}
.product-list > div a.imgs {
  border: 1px solid #96514d;
  display: block;
  max-width: 183px;
  box-shadow: 0 1px 0 #c2bdbd;
  margin: 0 auto;
  padding: 2px;
  line-height: 0;
  margin-bottom: 7px;
}
.product-list > div a.imgs img {
  margin: 0;
}
.product-list > div a.item_name {
  color: #6a0702;
  font: 500 14px "Open Sans", sans-serif;
  text-decoration: none;
  padding: 0 6px;
  text-indent: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.product-list > div a.item_name:hover {
  text-decoration: underline;
}
.product-list > div p {
  margin: 0 auto;
  margin: 0;
  color: #6a0702;
  font: 700 15px "Open Sans", sans-serif;
}
.product-list > div p.item_price {
  display: block;
  text-align: center;
  margin: 9px 0 8px;
  padding: 0;
}
.product-list > div p b {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .product-list > div p b {
    font-size: 20px;
  }
}
.product-list > div a.more {
  margin: 0 auto 13px;
  border: 1px solid #6a0702;
  border-radius: 5px;
  text-decoration: none;
  color: #6a0702;
  font: 500 15px "Open Sans", sans-serif;
  padding: 8px 0;
  display: block;
  width: 131px;
  text-align: center;
}
.product-list > div a.more:hover {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  background-color: #6a0702;
  color: #fff;
}
.product-list > div a.more:active,
.product-list > div a.more:focus {
  box-shadow: inset -1px 0 7px rgba(0, 0, 0, 0.3),
    inset 0 -1px 7px rgba(0, 0, 0, 0.3), inset 1px 0 7px rgba(0, 0, 0, 0.3),
    inset 0 1px 7px rgba(0, 0, 0, 0.3);
}
.catalog-show {
  background: #fff;
  padding: 12px 0;
}
.catalog-content.catalog-show {
  width: 524px;
  padding-top: 40px;
}
.catalog-content.catalog-show h1 {
  color: #6a0702;
  font-size: 24px;
  text-indent: 0;
  margin: 20px 0 12px;
}
@media screen and (max-width: 768px) {
  .catalog-content.catalog-show h1 {
    margin: 0;
  }
}
.catalog-content h1.parket-h2 {
  margin-top: 0;
  margin-left: 0;
  width: auto;
}
.breadcrumbs {
  color: #84745d;
  font: 11px "Open Sans", sans-serif;
  letter-spacing: 0.2px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
#lightgallery img,
.lSSlideOuter .lSPager.lSGallery img {
  padding: 2px;
  border: 1px solid #6a0702;
}
#lightgallery,
.imgs-product {
  width: 524px;
  max-width: 100%;
}

.imgs-product {
  cursor: pointer;
}
.content .imgs-product a img {
  margin: 0;
}
.lSSlideOuter .lSPager.lSGallery img {
  max-width: 92%;
  border-radius: 0;
}
.lg-backdrop,
.lg-outer .lg-thumb-outer {
  background: #500301;
}
.features {
  clear: both;
  padding-top: 20px;
}
.features li {
  float: none !important;
}
.catalog-content.catalog-show:after {
  display: block;
  clear: both;
  content: " ";
}
.content .features h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #6a0702;
  font-size: 14px;
  text-shadow: none;
  text-indent: 0;
  text-align: left;
}
.content .features p {
  color: #6a0702;
  font: 14px "Open Sans", sans-serif;
  text-indent: 0;
  text-align: left;
  line-height: 21px;
}
.content .features p.big_price {
  color: #6a0702;
  font-size: 15px;
  font-weight: 700;
  background: #fff2df;
  padding: 40px 19px 30px;
  margin-top: 22px;
}
.content .features p.big_price b {
  font-size: 24px;
}
.content aside p {
  text-indent: 0;
}
.tel_block {
  background: #6a0702;
  color: #fff;
  text-transform: uppercase;
  font: 15px "Open Sans", sans-serif;
  padding: 20px;
  margin: 20px 0;
}
.tel_block b {
  font-size: 22px;
}

.assortiment {
  text-align: center;
  background: rgba(68, 18, 0, 0.4);
}
.assortiment div {
  display: inline-block;
  width: 29%;
  min-height: 200px;
  vertical-align: top;
  padding: 0 10px;
  margin: 15px 0 15px 5px;
}
.assortiment div[data-href] {
  cursor: pointer;
}
.assortiment div:nth-of-type(1) {
  background: url(/website/img/assortiment_1.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(2) {
  background: url(/website/img/assortiment_2.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(3) {
  background: url(/website/img/assortiment_3.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(4) {
  background: url(/website/img/assortiment_4.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(5) {
  background: url(/website/img/assortiment_5.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(6) {
  background: url(/website/img/assortiment_6.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(7) {
  background: url(/website/img/assortiment_7.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(8) {
  background: url(/website/img/assortiment_8.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(9) {
  background: url(/website/img/assortiment_9.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(10) {
  background: url(/website/img/assortiment_10.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment div:nth-of-type(11) {
  background: url(/website/img/assortiment_11.jpg) center no-repeat;
  background-size: 100% auto;
}
.assortiment p {
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: -157px;
  width: 100%;
  font: 15px Segoe;
  font-weight: normal;
  font-weight: bold;
  color: #552b11;
  padding: 10px 0;
  line-height: 1;
}
.assortiment div:nth-of-type(10) p {
  padding: 3px 0;
  vertical-align: -165px;
}
.begh {
  padding: 15px 30px;
  background-color: #fee5c7;
  width: 823px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  color: #430102;
}
.begh h2 {
  text-transform: uppercase;
  text-indent: -5px;
  margin-bottom: 15px;
}
.begh p {
  text-indent: 0;
}
p.parket-text {
  position: relative;
}
span.vybpat_dosku {
  color: #fff;
  position: absolute;
  top: 140px;
  right: 120px;
  text-decoration: underline;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
}
.content-2 a img[src*="amber_wood"] {
  margin: 5px 0;
}

.brown-bg {
  background-color: #d1c3b9;
}
.lbrown-bg {
  background-color: #e8e1dc;
}
.main_img {
  margin: 50px 0;
}
.service_list {
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service_list li {
  width: 33.33%;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .service_list li p {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .service_list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service_list li {
    width: 100%;
    text-align: center;
  }
}
.service_list li span {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service_list li span {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .service_list li span {
    font-size: 20px;
  }
}
.main-cat_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 235px);
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .main-cat_list {
    grid-template-columns: repeat(3, 32%);
  }
}
@media screen and (max-width: 520px) {
  .main-cat_list {
    grid-template-columns: repeat(2, 48%);
  }
}
.main-cat_list li {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .main-cat_list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-cat_list li {
    margin-bottom: 20px;
    text-align: center;
  }
}
.main-cat_list li p {
  width: 131px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .main-cat_list li p {
    width: 100%;
    text-align: center;
  }
}
.main-cat_list li p a {
  color: inherit;
  text-decoration: none;
}
.check-list {
  align-items: flex-start;
  margin: 0;
  padding: 30px 0 80px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .check-list {
    padding: 25px 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .check-list {
    padding: 0 0 40px;
  }
}
.check-list li {
  position: relative;
  width: 30%;
  margin-bottom: 10px;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .check-list li {
    width: 48%;
  }
  .check-list li:nth-child(3) {
    order: 5;
  }
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/website/img/new_check1.png");
}
.slide1 {
  position: relative;
  color: #fff;
  text-align: center;
}
.slide1 p:first-of-type {
  position: absolute;
  top: 40%;
  left: 0;
  padding: 0;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.slide1 p:last-of-type {
  position: absolute;
  top: 70%;
  left: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.wood-bg {
  padding-bottom: 80px;
  background-image: url("/website/img/main_new_backgr-min.jpg");
  background-size: cover;
  color: #e8dfd1;
}
@media screen and (max-width: 900px) {
  .wood-bg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wood-bg {
    padding-bottom: 30px;
  }
}
.wood-bg .big {
  padding: 8px 0;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wood-bg .big {
    font-size: 20px;
  }
}
.pref_list {
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 30px 0 80px;
  list-style: none;
}
.pref_list li {
  position: relative;
  width: 19%;
  margin-bottom: 30px;
  padding-top: 180px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .pref_list {
    padding: 0 0 40px;
  }
  .pref_list li {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .pref_list {
    padding: 0;
  }
  .pref_list li {
    width: 48%;
  }
}
.pref_list li::before {
  content: "";
  position: absolute;
  left: calc(50% - 81.5px);
  top: 0;
  width: 163px;
  height: 163px;
  background-image: url("/website/img/main_pr_back.png");
}
.pref_list li::after {
  content: "";
  position: absolute;
  left: calc(50% - 81.5px);
  top: 0;
  width: 163px;
  height: 163px;
  background-image: url("/website/img/main_pr_1.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 400px) {
  .pref_list li {
    padding-top: 130px;
    font-size: 16px;
  }
  .pref_list li::before {
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    background-size: contain;
  }
  .pref_list li::after {
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    background-size: 30%;
  }
}
.pref_list li.pref_2::after {
  background-image: url("/website/img/main_pr_2.png");
}
.pref_list li.pref_3::after {
  background-image: url("/website/img/main_pr_3.png");
}
.pref_list li.pref_4::after {
  background-image: url("/website/img/main_pr_4.png");
}
.pref_list li.pref_5::after {
  background-image: url("/website/img/main_pr_5.png");
}
.pref_list li.pref_6::after {
  background-image: url("/website/img/main_pr_6.png");
}
.pref_list li.pref_7::after {
  background-image: url("/website/img/main_pr_7.png");
}
.pref_list li.pref_8::after {
  background-image: url("/website/img/main_pr_8.png");
}
.pref_list li.pref_9::after {
  background-image: url("/website/img/main_pr_9.png");
}
.producer_list {
  margin: 0;
  padding: 30px 0 140px;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .producer_list {
    padding: 0 0 40px;
  }
}
.producer_list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .producer_list {
    justify-content: flex-start;
  }
  .producer_list li {
    max-width: 24%;
    margin: 0 0.5% 25px;
  }
}
div[style="background: #fff;"] + .clear {
  display: none;
}
.choose-link {
  display: block;
  max-width: 769px;
  margin: 0 auto;
  position: relative;
}
span.vybpat_dosku {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  text-align: center;
  text-decoration: underline;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  span.vybpat_dosku {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  span.vybpat_dosku {
    display: block;
    position: static;
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
    color: #500301;
  }
}
.imgs-product ul {
  list-style: none;
}
.producer_title {
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  color: #986b3a;
  text-align: center;
}
.producer_block div {
  margin-bottom: 30px;
}
.producer_block p {
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
}
.producer_block a {
  display: block;
  margin: 0 auto;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(117, 76, 36);
  border-style: solid;
  border-radius: 17px;
  background-color: rgb(255, 255, 255);
  color: #000000;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
}
.producer_block a:hover {
  color: #fff;
  background-image: linear-gradient(
    to top,
    rgb(120, 77, 36) 0%,
    rgb(156, 111, 60) 100%
  );
}

.parket1 {
  padding: 135px 0 145px;
  background-image: url("/website/img/napol1.jpg");
  background-size: cover;
}
.parket1--nopolp {
  padding: 65px 0;
  background-image: url("/website/img/nopolp_1.jpg");
  background-size: cover;
}
.parket1--laminat {
  padding: 60px 0 45px;
}
.parket1--laminat p {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.parket1--laminat p b {
  font-family: "Open Sans";
  font-weight: 700;
}
.parket1--laminat p b span {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .parket1--nopolp {
    padding: 30px 0;
  }
  .parket1--laminat p {
    font-size: 20px;
  }
  .parket1--laminat p b span {
    font-size: 35px;
  }
}
.parket1--nopolp div {
  max-width: 1140px;
  margin: 0 auto;
  padding: 35px 15px;
  border-radius: 2px;
  background-color: rgba(21, 0, 0, 0.5);
}
.parket1 p:first-child {
  max-width: 815px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  background-image: url("/website/img/napol_rassrochka.png");
  background-size: cover;
  font-size: 85px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 600;
}
.parket1--nopolp p:first-child {
  padding: 10px 15px;
  background-image: linear-gradient(to right, #700438, #bc0c6c);
}
.parket1 p:first-child span {
  display: inline-block;
  width: 247px;
  font-size: 32px;
  font-weight: 300;
}
.parket1 p:first-child span b {
  display: block;
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .parket1 p:first-child {
    font-size: 60px;
  }
  .parket1 p:first-child span {
    font-size: 25px;
  }
  .parket1 p:first-child span b {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .parket1 {
    padding: 75px 0 85px;
  }
  .parket1--nopolp {
    padding: 30px 0;
  }
  .parket1 p:first-child {
    font-size: 45px;
  }
  .parket1 p:first-child span {
    font-size: 20px;
  }
  .parket1 p:first-child span b {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .parket1--laminat {
    padding: 30px 0;
  }
}
.parket1--laminat div {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-radius: 2px;
  background-image: linear-gradient(transparent 20%, rgba(21, 0, 0, 0.502) 20%);
}

.parket_services {
  margin: 0;
  padding: 45px 0 70px;
  list-style: none;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .parket_services {
    padding: 0 0 30px;
  }
}
.parket_services li {
  position: relative;
  width: 23%;
  margin-bottom: 25px;
  padding-top: 192px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .parket_services {
    display: grid;
    grid-template-columns: repeat(3, 32%);
  }
  .parket_services li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .parket_services {
    grid-template-columns: repeat(2, 49%);
  }
}
.parket_services li::before {
  content: "";
  position: absolute;
  left: calc(50% - 88.5px);
  top: 0;
  width: 177px;
  height: 177px;
  background-repeat: no-repeat;
  background-image: url("/website/img/napol_usl1.png");
}
@media screen and (max-width: 414px) {
  .parket_services li {
    padding-top: 150px;
    font-size: 15px;
  }
  .parket_services li::before {
    left: 50%;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    background-size: 100%;
    background-position: center;
  }
}
.parket_services li.parket_service2::before {
  background-image: url("/website/img/napol_usl2.png");
}
.parket_services li.parket_service3::before {
  background-image: url("/website/img/napol_usl3.png");
}
.parket_services li.parket_service4::before {
  background-image: url("/website/img/napol_usl4.png");
}
.parket_services li.parket_service5::before {
  background-image: url("/website/img/napol_usl5.png");
}
.parket_services li.parket_service6::before {
  background-image: url("/website/img/napol_usl6.png");
}
.parket_services li.parket_service7::before {
  background-image: url("/website/img/napol_usl7.png");
}
.parket_services li.parket_service8::before {
  background-image: url("/website/img/napol_usl8.png");
}
.container > :first-child {
  padding-top: 45px;
}
@media screen and (max-width: 900px) {
  .container > :first-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .container > :first-child {
    padding-top: 25px;
  }
}
.parket-page .container:first-child > :first-child {
  padding-top: 0;
}
.container > img:last-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .container > img:last-child {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .container > img:last-child {
    margin-bottom: 40px;
  }
}
.container > img {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .container > img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .container > img {
    margin-bottom: 20px;
  }
}
.parket_works {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .parket_works {
    padding-bottom: 15px;
  }
}
.parket_works h2 {
  padding-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .parket_works .mg-top {
    margin-top: 60px;
  }
}
.parket_works h2 + p {
  font-size: 25px;
}
.parket_works .service_list li {
  width: 33.33%;
  margin-bottom: 10px;
  padding-top: 0;
}
.parket_works .service_list .all {
  width: 100%;
  font-size: 25px;
}
@media screen and (max-width: 360px) {
  .parket_works .service_list li {
    width: 100%;
  }
  .parket_works .service_list .all {
    text-align: center;
  }
}

.circle-text {
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .circle-text {
    margin-bottom: 30px;
  }
}
.circle-text > p {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 177px;
  padding: 0;
  border-radius: 50%;
  background-color: #d1c3b9;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.circle-text > p::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.circle-text:first-of-type > p {
  font-size: 35px;
}
.circle-text:first-of-type > p span {
  font-size: 70px;
}
.circle-text div {
  width: calc(100% - 240px);
}
@media screen and (max-width: 600px) {
  .circle-text > p {
    margin: 0 auto;
  }
  .circle-text div {
    width: 100%;
  }
}
.parket_tel {
  margin-bottom: 50px;
  padding: 55px 70px 50px;
  background-image: url("/website/img/napol_back.jpg");
  background-size: cover;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.parket_tel p {
  padding: 0;
}
.parket_tel p:first-child {
  position: relative;
  padding: 0 0 50px;
  font-size: 30px;
}
.parket_tel p:first-child::before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
}
.parket_tel b {
  font-size: 40px;
}
.parket_tel a {
  font-size: 30px;
  text-decoration: none;
  color: inherit;
  cursor: initial;
}
@media screen and (max-width: 480px) {
  .parket_tel {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .parket_tel p:first-child,
  .parket_tel a {
    font-size: 22px;
  }
  .parket_tel b {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .parket_tel b {
    font-size: 25px;
  }
}
.parket_tel_wa {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
}
.parket_tel_wa img {
  width: 20px;
  position: relative;
  top: 3px;
}
.circle-text h2 {
  width: 100%;
  text-align: center;
}
.circle-text h2 + p {
  font-size: 20px;
}
.circle-text h2 + p span {
  font-size: 55px;
}
.container--space {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .container--space {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.container > p:last-child {
  padding-bottom: 55px;
}
.parket_works > p:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .parket_works > p:last-child,
  .container > p:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .parket_works > p:last-child,
  .container > p:last-child {
    padding-bottom: 30px;
  }
}
.container--space > p:last-child {
  padding-bottom: 0;
}
.parket_steps {
  padding: 40px 0 60px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .parket_steps {
    padding: 0 0 30px;
  }
}
.parket_steps li {
  margin-bottom: 15px;
}
.parket_steps li p {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-family: "Open Sans";
}
.parket_steps li p span {
  display: block;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #dcd2ca;
  font-size: 25px;
  line-height: 47px;
}
.parket_ways {
  display: grid;
  grid-template-columns: repeat(5, 19%);
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 30px 0 40px;
}
@media screen and (max-width: 800px) {
  .parket_ways {
    grid-template-columns: repeat(4, 24%);
  }
}
@media screen and (max-width: 600px) {
  .parket_ways {
    grid-template-columns: repeat(3, 32%);
  }
}
@media screen and (max-width: 480px) {
  .parket_ways {
    grid-template-columns: repeat(2, 49%);
    font-size: 15px;
  }
}
.parket_ways li {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans";
}

.parket_catalog {
  padding-bottom: 80px;
}
.parket_catalog > a {
  margin-bottom: 15px;
}
.parket_btn {
  display: block;
  border-radius: 10px;
  background-color: rgb(200, 33, 35);
  width: 383px;
  max-width: 100%;
  margin: 35px auto 0;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .parket_catalog {
    padding-bottom: 40px;
  }
  .parket_btn {
    margin: 15px auto 0;
    padding: 16px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .parket_catalog {
    padding-bottom: 30px;
  }
}
.parket_btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.laminat_news {
  padding-bottom: 15px;
}
.laminat_news .row {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
.laminat_news .row div {
  width: calc(100% - 470px);
}
@media screen and (max-width: 900px) {
  .laminat_news .row div {
    width: calc(100% - 430px);
  }
}
@media screen and (max-width: 768px) {
  .laminat_news .row {
    margin-bottom: 20px;
  }
  .laminat_news .row img {
    width: 40%;
  }
  .laminat_news .row div {
    width: 55%;
  }
}
@media screen and (max-width: 580px) {
  .laminat_news .row img {
    width: auto;
  }
  .laminat_news .row div {
    width: 100%;
    margin-top: 15px;
  }
}
.laminat_news .laminat_news-title {
  position: relative;
  padding-top: 0;
  font-size: 25px;
  color: #242424;
}
.laminat_news-title::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #242424;
}
@media screen and (max-width: 768px) {
  .laminat_news .laminat_news-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .laminat_news-title::before {
    left: -10px;
  }
}

.laminat_news .check-list {
  padding: 15px 0;
}
.laminat_news .check-list li {
  width: 100%;
}
.circle-text--laminat:first-of-type > p,
.circle-text--laminat:first-of-type > p big {
  font-size: 25px;
}
.circle-text--laminat:first-of-type > p span {
  font-size: 35px;
}
.circle-text--laminat:first-of-type > p b {
  font-size: 60px;
  font-weight: 400;
}
.laminat_producer {
  margin-bottom: 50px;
  justify-content: space-around;
}
.laminat_producer h2 {
  width: 100%;
  text-align: center;
}
.laminat_producer div p {
  padding: 0 0 15px;
  font-size: 25px;
}
.laminat_producer div img {
  padding: 0 20px;
}
.laminat_producer div a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #e4e6e3;
  color: #0d0d0d;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Open Sans";
}
.laminat_producer + .circle-text--laminat > p {
  font-size: 20px;
}
.laminat_producer + .circle-text--laminat > p b {
  font-size: 55px;
  font-weight: 400;
}
.laminat_list {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .laminat_list {
    margin-bottom: 30px;
  }
}
.laminat_list h2 {
  text-align: center;
}
.laminat_list .parket_services {
  padding-bottom: 0;
}
.laminat_list .parket_services li {
  position: relative;
  width: 19%;
  margin-bottom: 70px;
  padding-top: 170px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .laminat_list .parket_services li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .laminat_list .parket_services li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.laminat_list .parket_services li::before {
  content: "";
  position: absolute;
  left: calc(50% - 76px);
  top: 0;
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
@media screen and (max-width: 414px) {
  .laminat_list .parket_services li::before {
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    margin-left: 0;
  }
}
li.laminat_service1::before {
  background-image: url("/website/img/laminat_list_1.jpg");
}
li.laminat_service2::before {
  background-image: url("/website/img/laminat_list_2.jpg");
}
li.laminat_service3::before {
  background-image: url("/website/img/laminat_list_3.jpg");
}
li.laminat_service4::before {
  background-image: url("/website/img/laminat_list_4.jpg");
}
li.laminat_service5::before {
  background-image: url("/website/img/laminat_list_5.jpg");
}
li.laminat_service6::before {
  background-image: url("/website/img/laminat_list_6.jpg");
}
li.laminat_service7::before {
  background-image: url("/website/img/laminat_list_7.jpg");
}
li.laminat_service8::before {
  background-image: url("/website/img/laminat_list_8.jpg");
}
li.laminat_service9::before {
  background-image: url("/website/img/laminat_list_9.jpg");
}
li.laminat_service10::before {
  background-image: url("/website/img/laminat_list_10.jpg");
}
.laminat_list .parket_services li small {
  display: block;
  font-size: 15px;
}
.laminat_subtitle {
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .laminat_subtitle {
    font-size: 20px;
  }
}
.laminat_steps {
  padding: 15px 0 20px;
}
.laminat_steps li {
  width: 100%;
}
.laminat_steps li b {
  text-transform: uppercase;
}
.laminat_types h2 {
  padding-top: 0;
  text-align: center;
}
.laminat_thickness {
  display: flex;
  align-items: center;
}
.laminat_thickness span {
  min-width: 130px;
  margin-right: 12px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .laminat_thickness span {
    align-self: flex-start;
    min-width: 100px;
    padding: 10px;
    font-size: 18px;
  }
}
.laminat_classes h2 {
  text-align: center;
}
.laminat_class {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.laminat_class b {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .laminat_class b {
    font-size: 19px;
  }
}
.main__footer {
  padding: 35px 0 40px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 253px;
}

.footer__company {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 226px;
}

.footer__logo_text {
  color: #dda153;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
}

.footer__socials {
  align-self: flex-end;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer__company {
    margin-right: 20px;
  }
}
.footer__vk {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__vk a {
  display: block;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}
.footer__vk p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footer__vk a {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .footer__vk p {
    display: none;
  }
}
.footer__logo_text--sm,
.footer_copy--sm {
  display: none;
}
@media screen and (max-width: 720px) {
  .main__footer {
    padding: 15px 0;
    background-size: cover;
  }
  .footer__container {
    flex-wrap: wrap;
    height: auto;
  }
  .footer__company {
    width: 100%;
    height: auto;
  }
  .footer__text {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .footer__company .footer__logo_text,
  .footer__company .footer_copy {
    display: none;
  }
  .footer__logo_text--sm {
    align-self: center;
  }
  .footer__logo_text--sm,
  .footer_copy--sm {
    display: block;
  }
  .footer_copy--sm {
    margin: 0;
  }
  .footer_text {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer_copy--sm {
    margin: 10px 0 0;
  }
}
.page-container {
  width: 1170px;
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1170px) {
  .page-container,
  .parket-page .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.parket-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 85px;
}
@media screen and (max-width: 768px) {
  .parket-page {
    padding: 25px 0 35px;
  }
}
.parket-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parket-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parketHeder__title {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 45px;
}
.parketHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .parketHeder__title {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .parketHeder__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .parketHeder__title {
    font-size: 20px;
  }
}
.parketHeader__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.payment {
  background: url("../img/parket__image/payment.jpg");
  padding: 67px;
  margin-bottom: 45px;
}

.payment__container {
  border-radius: 2px;
  background-color: rgba(21, 0, 0, 0.5);
  padding: 35px 140px;
}

.payment__info {
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#700438),
    to(#bc0c6c)
  );
  background-image: linear-gradient(to right, #700438 0%, #bc0c6c 100%);
  border-radius: 3px;
}

.payment__title {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 89px;
  font-weight: 400;
  line-height: 89px;
  text-transform: uppercase;
}

.material {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
}

.uslugi {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.aboutUs__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.aboutUs__text:not(:last-of-type) {
  margin-bottom: 15px;
}

.aboutUs__text:last-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .aboutUs__text:last-of-type {
    margin-bottom: 20px;
  }
}
.aboutUs {
  margin-bottom: 60px;
}

.catalog {
  margin-bottom: 75px;
}

.catalog__title {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .catalog__title {
    font-size: 25px;
  }
}
.catalog-container {
  text-align: center;
}

.catalog__amber_logo {
  margin-bottom: 30px;
}

.catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px 15px;
}
.catalog__grid figure img {
  margin-bottom: 10px;
}

.catalog__grid figcaption {
  width: 182px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.offer {
  background-color: #d1c3b9;
  padding-top: 85px;
  padding-bottom: 95px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .offer {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.offer__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.offer__text:not(:last-of-type) {
  margin-bottom: 15px;
}

.offer__text:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .offer__text:last-of-type {
    margin-bottom: 30px;
  }
}

.parket_tel {
  padding: 55px 70px 50px;
}
@media screen and (max-width: 600px) {
  .parket_tel {
    padding: 25px 20px 30px;
  }
}
.parketFooter__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .parketFooter__info {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.parketFooter__info-graph {
  min-width: 178px;
  height: 178px;
  background-color: #d1c3b9;
  padding: 9px;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 55px;
}
@media screen and (max-width: 600px) {
  .parketFooter__info-graph {
    margin-bottom: 15px;
  }
}
.info-graph__wrapper {
  border: 2px solid #ffffff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-family: Verdana, Helvetica;
}

.info-graph__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: white;
}

.info-graph__title {
  color: white;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.info-graph__title span {
  margin-left: -9.9px;
}

.info-text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.parket__page {
  margin-top: 20px;
  margin-bottom: 65px;
}
.parketPluses {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .parket__page {
    margin-bottom: 30px;
  }
  .parketPluses {
    margin-bottom: 20px;
  }
}

.parketPluses__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.parketGalary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.parketGalary__image {
  max-width: 32%;
  margin-bottom: 15px;
}
@media screen and (max-width: 414px) {
  .parketGalary__image {
    max-width: 48%;
  }
  .parketGalary__image:nth-child(3n) {
    display: none;
  }
}
.content {
  width: 973px;
}
@media screen and (max-width: 1170px) {
  .content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navigation-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 293px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 40px;
}

.navigation-aside a img {
  border: none;
  margin: none;
}

.navigation-aside .aside-services p {
  margin: 0;
  text-align: justify;
  padding: 0;
}

.navigation-aside__list_header {
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px;
  border-radius: 2px;
  background-color: #4d443e;
  color: white;
  font-family: "OpenSansLight";
  font-size: 18px;
  font-weight: 300;
}

.navigation-aside__decorstone {
  margin-bottom: 30px;
}

.navigation-aside__list {
  padding-bottom: 70px;
  background-color: #d1c3b9;
  border-radius: 2px;
}

ul a {
  text-decoration: none;
  color: #333333;
}

.navigation-aside__item {
  position: relative;
  border-radius: 2px;
  background-color: #d1c3b9;
  border-bottom: 1px solid #4d443e;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-aside__item p {
  font-size: 14px;
  font-weight: 300;
}

.navigation-aside__item svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation-aside__item.rotateSvg {
  background-color: #dfd5ce;
}

.navigation-aside__item.rotateSvg svg {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: #4d443e;
}

.openCatalog.animationBlocker .navigation-aside__item-catalog {
  -webkit-animation: opener 0.5s;
  animation: opener 0.5s;
}

.navigation-aside__item-catalog {
  background-color: #dfd5ce;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.openCatalog .item-catalog__item {
  height: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-catalog__item {
  height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.catalog__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  font-size: 14px;
  padding-left: 35px;
  border-bottom: 1px solid #4d443e;
}

.catalog__item img {
  margin-right: 15px;
  min-width: 90px;
}

.navigation-aside__item_image {
  min-width: 90px;
  text-align: center;
  margin-right: 12px;
}

.aside-services {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #dfd5ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .aside-services {
    display: none;
  }
}
.aside-services img {
  margin-right: 20px;
}

.aside-services:not(:last-of-type) {
  margin-bottom: 16px;
}

.aside-services__text {
  color: #4d443e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}

.aside-services__text::after {
  content: "";
  position: absolute;
  height: 59px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  background-color: #4d443e;
}

.navigation-main > li:first-of-type {
  padding-bottom: 70px;
  background-color: #d1c3b9;
}
@media screen and (max-width: 767px) {
  .navigation-main > li:first-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 1250px) {
  .payment__container {
    padding: 35px 70px;
  }
  .payment__title {
    font-size: 85px;
  }
}

@media (max-width: 1170px) {
  .catalog__grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .catalog__grid figcaption {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .catalog {
    margin-bottom: 35px;
  }
  .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 1100px) {
  .payment__container {
    padding: 35px 35px;
  }
  .payment__title {
    font-size: 5vw;
  }
  .material,
  .uslugi {
    font-size: 3vw;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .payment {
    padding: 20px;
    margin-bottom: 25px;
  }
  .payment__container {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog__grid figure img {
    margin-bottom: 5px;
  }
}
@media (max-width: 414px) {
  .payment__info {
    height: 68px;
  }
}
@media screen and (max-width: 380px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@-webkit-keyframes opener {
  from {
    height: 55px;
  }
  to {
    height: 0px;
  }
}

@keyframes opener {
  from {
    height: 55px;
  }
  to {
    height: 0px;
  }
}

.contacts-block p a {
  font-size: 21px;
  text-indent: 0;
  color: #510301;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  padding: 0;
}

.tel_block a {
  color: #fff;
  text-transform: uppercase;
  font: 22px "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .contacts-block p a,
  .tel_block a {
    font-size: 20px;
  }
}
.contacts_map {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}
.contacts_map #map {
  flex-grow: 1;
  line-height: 0;
}
.contacts_map > img {
  max-width: 50%;
}
@media screen and (max-width: 680px) {
  .contacts_map {
    flex-wrap: wrap;
  }
  .contacts_map #map {
    width: 100%;
    height: 300px;
  }
  .contacts_map > img {
    max-width: 100%;
    order: -1;
  }
}
.fix_wa {
  position: fixed;
  right: 2%;
  bottom: 100px;
  z-index: 2;
  transition: 0.2s;
}
.fix_wa:hover {
  transform: scale(1.04);
  transform-origin: center;
}
@media screen and (max-width: 480px) {
  .fix_wa {
    width: 40px;
  }
}
.nopolp_text {
  padding-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .nopolp_text {
    padding-bottom: 30px;
  }
}
.nopolp_text__img {
  margin-top: 30px;
}
.lbrown-bg .nopolp_text {
  padding-top: 30px;
}
.napolp_works {
  padding-top: 30px;
  padding-bottom: 0;
}
.napolp_works .service_list--napolp {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .nopolp_text__img {
    margin-top: 20px;
  }
  .lbrown-bg .nopolp_text {
    padding-top: 20px;
  }
  .napolp_works {
    padding-top: 20px;
  }
  .napolp_works .service_list--napolp {
    margin-bottom: 20px;
  }
}
.napolp_works .service_list--napolp li {
  width: 48%;
}
.napolp_works .service_list .all {
  margin-bottom: 20px;
}
.nopolp_plintus .container > h2:first-child,
.nopolp_plintus h2 {
  padding: 15px 0 0;
}
.nopolp_images3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 10px;
}
.nopolp_images3 img {
  width: 32%;
}
.biofa_title {
  padding-bottom: 20px;
}
.biofa_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 35px -50px;
  padding: 45px 50px;
  border-radius: 15px;
  background-color: rgb(232, 225, 220);
}
@media (max-width: 1280px) {
  .biofa_block {
    margin: 35px -15px;
    padding: 45px 15px;
  }
}
@media (max-width: 768px) {
  .biofa_block {
    padding: 20px 15px;
  }
}

.biofa_block__text {
  width: calc(100% - 335px);
}
@media (max-width: 768px) {
  .biofa_block img {
    width: 200px;
  }
  .biofa_block__text {
    width: calc(100% - 230px);
  }
}
@media (max-width: 480px) {
  .biofa_block img {
    width: 130px;
  }
  .biofa_block__text {
    width: calc(100% - 160px);
  }
}
@media (max-width: 414px) {
  .biofa_block img {
    width: 100px;
  }
  .biofa_block__text {
    width: calc(100% - 130px);
  }
}
.nopolp_text--him > h2:first-child,
.nopolp_text--him h2 {
  padding-top: 30px;
  padding-bottom: 15px;
}
.breadcrumbs + .blocks_22 {
  margin-top: 20px;
}
.blocks_22 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blocks_22 {
    grid-column-gap: 15px;
  }
}
@media (max-width: 480px) {
  .blocks_22 {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.blocks_22__item {
  position: relative;
  font-size: 0;
}
.blocks_22__item a:first-of-type {
  position: absolute;
  left: 46.5%;
  bottom: 5.8%;
  width: 6.4%;
  height: 7%;
}
.blocks_22__item a:last-of-type {
  position: absolute;
  left: 54%;
  bottom: 5.8%;
  width: 38.5%;
  height: 7%;
}
.blocks_22__item:nth-child(2) a:first-of-type {
  left: 38.6%;
}
.blocks_22__item:nth-child(2) a:last-of-type {
  left: 46.3%;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr .container p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}

.footer__politic-link {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.footer__politic-link:visited {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .politic-page {
    padding-left: 25px;
  }
}
.gdpr__link {
  text-decoration: underline;
  color: #76b8ee;
}
.gdpr__link:visited {
  color: #76b8ee;
}
