
.form-wrapper .wpcf7-response-output{
  position: absolute;
  color: #fff;
  bottom: 0;
}
.form-wrapper .wpcf7-not-valid-tip{
  display: none;
}
.form-wrapper .input.wpcf7-not-valid{
  border-color: red;
}
.about-page__text ul:first-of-type{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.about-page__text ul{
  margin-bottom: 30px;
}
.about-page__text ul li{
  width: 100%;
  max-width: 673px;
  padding-left: 55px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 992px){
  .about-page__text ul:first-of-type{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .about-page__text ul li {
    padding-left: 30px;
    max-width: 100%;
  }
}
.pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*.pagination .prev{*/
/*  margin: 0 auto 0 0 ;*/
/*}*/
/*.pagination .next{*/
/*  margin: 0 0 0 auto;*/
/*}*/
.service-dark__item .service-dark__item-desc .btn-primary {
  max-width: 235px;
}
.popup-crt .popup-crt__info-not-availability{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-right: 30px;
  color: #E34949;
}

.popup-crt .product-item__label li {
  margin-right: 10px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.popup-crt .product-item__label li:last-of-type {
  margin-right: 0;
}
.product-item .product-item__label li{
  margin-bottom: 5px;
}
.product-item .product-item__label li:last-of-type{
  margin-bottom: 0;
}
.reviews-wrapper .slick-dots{
  left: -5%;
}
.pagination .next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58398 0.5L6.58398 5.5L1.58398 10.5L0.412109 9.32812L4.24023 5.5L0.412109 1.67188L1.58398 0.5Z' fill='%23FADEBD'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58398 0.5L6.58398 5.5L1.58398 10.5L0.412109 9.32812L4.24023 5.5L0.412109 1.67188L1.58398 0.5Z' fill='%233A2B24'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .prev{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58594 1.67188L2.75781 5.5L6.58594 9.32812L5.41406 10.5L0.414062 5.5L5.41406 0.5L6.58594 1.67188Z' fill='%23F6C487'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .prev:hover{
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58594 1.67188L2.75781 5.5L6.58594 9.32812L5.41406 10.5L0.414062 5.5L5.41406 0.5L6.58594 1.67188Z' fill='%233A2B24'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.pagination{
  position: relative;
}
.category-product .btn-primary .icon{
  margin-right: 10px;
}
/*......dont remove....................*/
* {
  padding: 0;
  margin: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  -ms-overflow-style: scrollbar; }

body {
  height: 100vh; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

html,
body {
  height: 100%; }
@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px; } }
@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 12px; } }

.page-wrapper {
  font-size: 14px; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.wrapper {
  max-width: 1920px;
  margin: 0 auto; }
@media screen and (max-width: 1920px) {
  section.wrapper {
    max-width: 1920px; } }

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 10; }
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%; } }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-wrapper {
    display: block;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@-moz-document url-prefix() {
  .wrapper {
    height: auto; }
  html,
  body {
    height: auto; }
  input[type=number] {
    padding: 5px !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.static-header {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

ul {
  padding: 0;
  list-style: none; }

button {
  cursor: pointer;
  border: 0;
  outline: none; }

a {
  display: inline-block;
  text-decoration: none; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #131110;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 24px;
  line-height: 28px;
  color: #131110; }

h2 {
  font-size: 22px;
  line-height: 34px;
  color: #131110; }

h3 {
  font-size: 18px;
  line-height: 26px;
  color: #131110; }

h4 {
  font-size: 16px;
  line-height: 28px;
  color: #131110; }

h5 {
  font-size: 16px;
  line-height: 26px;
  color: #131110; }

h6 {
  font-size: 14px;
  line-height: 21px;
  color: #131110; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 768px) {
  .container {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1410px; } }
@media (min-width: 1700px) {
  .container {
    max-width: 1560px; } }

body.is-scroll {
  overflow: hidden; }

p {
  font-size: 18px;
  line-height: 26px;
  color: #323841;
  margin-bottom: 10px; }

strong {
  color: #3A2B24; }

img {
  display: block;
  font-size: 12px;
  line-height: 14px; }

.list li {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #3A2B24;
  padding-left: 45px;
  margin-bottom: 25px;
  position: relative; }
.list li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url("../images/bullet.png") no-repeat;
  width: 19px;
  height: 20px; }

section {
  position: relative;
  padding: 40px 0; }

.section {
  position: relative;
  padding: 100px 0; }

.row.min {
  margin-left: -5px;
  margin-right: -5px; }

.row.min > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.overflow {
  overflow: hidden !important; }

.hidden {
  display: none !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.icon {
  width: 20px;
  height: 20px; }

a,
button,
input,
select,
textarea,
span,
.icon {
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }

button {
  cursor: pointer; }

.link {
  color: #F6C487;
  text-decoration: underline; }
.link:hover {
  text-decoration: none; }

.btn {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 40px 11px;
  border: 1px solid transparent;
  border-radius: 5px; }

.btn-primary {
  background: transparent;
  height: 70px;
  min-width: 230px;
  border-radius: 4px;
  padding: 10px 34px 10px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3A2B24;
  position: relative; }
.btn-primary:hover:before {
  top: 3px; }
.btn-primary:hover span, .btn-primary:hover .icon {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px); }
.btn-primary:before, .btn-primary:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  left: 0; }
.btn-primary:before {
  top: 0;
  z-index: 2;
  -webkit-transition: all ease 150ms;
  -o-transition: all ease 150ms;
  transition: all ease 150ms;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.36%, #F7DDB7), color-stop(84.87%, #E4B67F));
  background: -o-linear-gradient(top, #F7DDB7 23.36%, #E4B67F 84.87%);
  background: linear-gradient(180deg, #F7DDB7 23.36%, #E4B67F 84.87%); }
.btn-primary:after {
  top: 3px;
  background: #6A4A1A;
  z-index: 1; }
.btn-primary span {
  margin-right: 10px;
  position: relative;
  z-index: 3; }
.btn-primary .icon {
  fill: #3A2B24;
  position: relative;
  z-index: 4; }

.text-site {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff; }

.section-link {
  text-align: center; }
.section-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.title-site {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #3A2B24;
  padding: 50px 0 67px 0;
  position: relative; }
.title-site.title-site__white {
  color: #FADEBD; }
.title-site:before, .title-site:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto; }
.title-site:before {
  top: 0;
  background: url("../images/svg/ic-title.svg") no-repeat;
  width: 27px;
  height: 36px; }
.title-site:after {
  bottom: 0;
  background: url("../images/svg/ic-title-bottom.svg") no-repeat;
  width: 214px;
  height: 50px; }

.subtitle-site {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: center; }
.subtitle-site.subtitle-site__white {
  color: #ffffff; }

.label {
  position: relative; }
.label .icon {
  position: absolute;
  width: 11px;
  height: 15px;
  fill: #CFA571;
  top: 35px;
  z-index: 2;
  margin-top: -8px;
  left: 26px; }

.input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1D232B;
  height: 70px;
  background: #ffffff;
  border: 1px solid #FADEBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 20px 10px 51px;
  outline: none; }

.textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1D232B;
  background: #ffffff;
  border: 1px solid #FADEBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 20px 10px 51px;
  outline: none;
  height: 190px;
  resize: none; }

.slider-controls {
  position: relative;
  top: -37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.slider-controls div {
  width: 65px;
  height: 65px;
  border-radius: 4px;
  border: 1px solid #FADEBD;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.slider-controls div:hover {
  cursor: pointer;
  border-color: #F6C487;
  background: #F6C487; }
.slider-controls div:hover .icon {
  fill: #3A2B24; }
.slider-controls .icon {
  width: 12px;
  height: 12px;
  fill: #F6C487; }

.slick-dots {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin: 51px auto 0; }
.slick-dots li {
  margin-right: 10px; }
.slick-dots li:last-of-type {
  margin-right: 0; }
.slick-dots li.slick-active button {
  background: #cfa571; }
.slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(207, 165, 113, 0.22); }
.slick-dots button:hover {
  background: #cfa571; }

.slide {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
.slide:after {
  position: absolute;
  content: '';
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border-radius: 4px;
  border: 1px solid rgba(250, 222, 189, 0.22); }
.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px; }

.top-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #FADEBD;
  background: #FADEBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.top-btn:hover {
  cursor: pointer;
  border-color: #F6C487;
  background: #F6C487; }
.top-btn:hover .icon {
  fill: #3A2B24; }
.top-btn .icon {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.breadcrumbs {
  position: absolute;
  top: 81px;
  width: 100%;
  left: 0;
  z-index: 2; }
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.breadcrumbs li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #553834;
  margin-right: 56px;
  position: relative; }
.breadcrumbs li:after {
  position: absolute;
  content: '';
  right: -37px;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58398 0.5L6.58398 5.5L1.58398 10.5L0.412109 9.32812L4.24023 5.5L0.412109 1.67188L1.58398 0.5Z' fill='%23C6C3C2'/%3E%3C/svg%3E%0A") no-repeat; }
.breadcrumbs li:last-of-type {
  margin-right: 0; }
.breadcrumbs li:last-of-type:after {
  display: none; }
.breadcrumbs a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #C6C3C2; }
.breadcrumbs a:hover {
  text-decoration: underline; }

.pagination {
  margin-bottom: 100px;
  width: 100%; }
.pagination ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.pagination li {
  margin: 0 5px; }
.pagination li:first-of-type {
  margin: 0  auto 0 0; }
.pagination li:last-of-type {
  margin: 0 0 0 auto; }
.pagination a, .pagination span {
  width: 65px;
  height: 65px;
  border-radius: 4px;
  border: 1px solid #FADEBD;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3A2B24; }
.pagination a:hover, .pagination a.active {
  cursor: pointer;
  border-color: #F6C487;
  background: #F6C487; }
.pagination a:hover .icon, .pagination a.active .icon {
  fill: #3A2B24; }
.pagination a .icon {
  width: 12px;
  height: 12px;
  fill: #F6C487; }

.wysiwyg h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #3A2B24;
  margin-bottom: 29px; }

.wysiwyg p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24;
  margin-bottom: 15px; }

.wysiwyg strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24; }

.wysiwyg ul, .wysiwyg ol {
  padding-left: 30px; }
.wysiwyg ul li, .wysiwyg ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px; }

.wysiwyg ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CFA571; }

.wysiwyg ol {
  list-style: none;
  counter-reset: my-counter; }
.wysiwyg ol li {
  counter-increment: my-counter; }
.wysiwyg ol li:before {
  content: counter(my-counter);
  color: #CFA571;
  position: absolute;
  left: 0;
  top: 0; }

.quotes-block {
  border: 1px solid rgba(207, 165, 113, 0.28);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px 18px;
  max-width: 1270px;
  margin: 0 auto; }
.quotes-block .quotes-media {
  margin: 0 auto 38px; }
.quotes-block .quotes-media img {
  margin: 0 auto; }
.quotes-block .quotes-text {
  margin: 0 auto 28px;
  max-width: 1010px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24; }
.quotes-block .quotes-title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #C6C3C2; }

.accordion-item {
  margin-bottom: 25px; }
.accordion-item.is-open .accordion-title {
  padding-bottom: 8px; }

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 19px;
  cursor: pointer; }
.accordion-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #CFA571; }

.accordion-title__media {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #FADEBD;
  border-radius: 2px;
  border: 1px solid #CFA571;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
.accordion-title__media .icon {
  width: 16px;
  height: 16px;
  fill: #3A2B24; }

.accordion-title__text {
  width: calc(100% - 60px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  color: #3A2B24; }

.accordion-inner {
  display: none;
  margin-top: 15px;
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #4E4E4E;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #CFA571;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 35px #D1D0CE;
  box-shadow: 0px 4px 35px #D1D0CE;
  border-radius: 4px; }

.input-radio, .input-checkbox {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.label-checkbox {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #3A2B24;
  display: inline-block;
  padding-left: 50px;
  position: relative; }
.label-checkbox:before, .label-checkbox:after {
  position: absolute;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.label-checkbox:after {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid rgba(207, 165, 113, 0.28);
  left: 0;
  top: 50%;
  margin-top: -15px; }
.label-checkbox:before {
  left: 8px;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  z-index: 2;
  -webkit-transition: all ease .1s;
  -o-transition: all ease .1s;
  transition: all ease .1s;
  opacity: 0;
  background: url("../images/svg/ic-check.svg") no-repeat;
  background-size: 15px; }
.label-checkbox a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #276FDE; }

.label-radio {
  position: relative;
  padding-left: 35px;
  padding-top: 7px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 20px;
  color: #96948A;
  font-weight: 400; }
.label-radio:before, .label-radio:after {
  position: absolute;
  content: '';
  border-radius: 100%;
  top: 50%; }
.label-radio:after {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(246, 196, 135, 0.5);
  left: 0;
  margin-top: -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.label-radio:before {
  left: 6px;
  width: 10px;
  height: 10px;
  background: #F6C487;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  margin-top: -2px; }

.input-radio:checked + .label-radio:before,
.input-checkbox:checked + .label-checkbox:before {
  opacity: 1; }

.input-checkbox:checked + .label-checkbox:after {
  opacity: 1;
  background: #ffffff;
  border-color: #CFA571; }

.input-radio:checked + .label-radio:before {
  opacity: 1; }

.input-radio:checked + .label-radio {
  color: #2C2B25; }

.not-found {
  padding: 120px 0 120px; }
.not-found .not-top-bg {
  position: absolute;
  top: 300px;
  left: 14%; }
.not-found .not-top-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }
.not-found .not-bottom-bg {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 200px;
  right: 200px; }
.not-found .not-bottom-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }
.not-found .title-site {
  margin-bottom: 40px; }
.not-found .not-found__wrap {
  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;
  min-height: 400px; }
.not-found .subtitle-site {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #3A2B24; }
.not-found .btn-primary span {
  margin-right: 0;
  margin-left: 10px; }
.not-found .not-found__title {
  position: relative;
  margin-bottom: 100px; }
.not-found .not-found__title span {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 250px;
  line-height: 250px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #3A2B24;
  position: relative;
  z-index: 2; }
.not-found .not-found__title span:nth-of-type(2) {
  position: absolute;
  top: 0;
  z-index: 1;
  left: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #CFA571; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.page-content {
  margin-top: 81px; }

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #2C2B25;
  border-bottom: 1px solid #C6C3C2; }
.header .container {
  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; }
.header-logo {
  margin-right: 113px; }
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.header-nav li {
  margin-right: 129px;
  position: relative; }
.header-nav li:after {
  position: absolute;
  content: '';
  right: -48px;
  top: 50%;
  margin-top: -8px;
  width: 11px;
  height: 11px;
  background: url("../images/svg/ic-bullet-nav.svg") no-repeat; }
.header-nav li:last-of-type {
  margin-right: 0; }
.header-nav a {
  padding: 29px 0 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #9C8683;
  position: relative; }
.header-nav a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  opacity: 0;
  margin: 0 auto;
  height: 2px;
  background: #FADEBD;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
.header-nav a:hover {
  color: #ffffff; }
.header-nav a:hover:before {
  width: 40px;
  opacity: 1; }
.header-phone {
  margin-left: auto;
  position: relative;
  right: -10px;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.header-phone:before {
  position: absolute;
  content: '';
  left: -38px;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 33px;
  background: rgba(50, 56, 65, 0.4); }
.header-phone a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #FADEBD; }
.header-phone a:hover {
  color: #F6C487; }
.header-phone a:hover .icon {
  fill: #F6C487; }
.header-phone a .icon {
  position: relative;
  left: -5px;
  width: 12px;
  height: 14px;
  fill: #FADEBD; }
.header-phone span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9C8683;
  position: relative;
  top: 4px;
  left: 19px; }

.header-nav-btn {
  display: none;
  width: 30px;
  height: 20px;
  position: relative; }
.header-nav-btn:before, .header-nav-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #FADEBD;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
.header-nav-btn:before {
  top: 0; }
.header-nav-btn:after {
  bottom: 0; }
.header-nav-btn span {
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px auto 0;
  width: 100%;
  height: 2px;
  background: #FADEBD;
  position: absolute; }
.header-nav-btn.is-open span {
  width: 40%;
  opacity: 1;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 65%; }
.header-nav-btn.is-open:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 60%;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto; }
.header-nav-btn.is-open:after {
  bottom: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.footer {
  padding: 50px 0;
  background: #131110; }
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.footer-logo a {
  margin-right: 50px; }
.footer-logo span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff; }
.footer-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.footer-info li {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
.footer-info li:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 33px;
  background: rgba(50, 56, 65, 0.4); }
.footer-info li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #FADEBD; }
.footer-info li a:hover {
  color: #F6C487; }
.footer-info li a:hover .icon {
  fill: #F6C487; }
.footer-info li a .icon {
  width: 12px;
  height: 14px;
  fill: #FADEBD; }
.footer-info li span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9C8683;
  margin-top: 4px;
  margin-right: 30px; }
.footer-info li:first-of-type {
  padding-top: 8px;
  margin-right: -4px; }
.footer-info li:first-of-type:before {
  left: -55px;
  margin-top: -11px; }
.footer-info li:first-of-type a {
  line-height: 26px;
  font-weight: 400; }
.footer-info li:first-of-type a .icon {
  position: absolute;
  left: -23px;
  top: 13px; }
.footer-info li:last-of-type {
  width: 180px;
  text-align: right;
  padding: 11px 0 0 0; }
.footer-info li:last-of-type:before {
  left: 0;
  margin-top: -5px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
.popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 120; }
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  fill: #3A2B24;
  cursor: pointer; }
.popup-wrap {
  padding: 40px;
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
  background: #ffffff; }
.popup-wrap .label {
  margin-bottom: 20px;
  width: 100%;
  display: block; }
.popup-wrap .input {
  width: 100%; }
.popup-title {
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #3A2B24; }
.popup-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3A2B24;
  margin-bottom: 30px;
  text-align: center; }
.popup .modal-group {
  margin: 33px 0 34px; }
.popup-overlay {
  position: absolute;
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), -o-linear-gradient(0.01deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), linear-gradient(89.99deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
.popup-video .popup-wrap {
  max-width: 700px; }
.popup video {
  width: 100%; }

.popup-crt .popup-overlay {
  background: rgba(0, 0, 0, 0.7); }

.popup-crt .popup-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1010px;
  padding: 50px 48px;
  overflow: auto;
  max-height: 90vh; }

.popup-crt .popup-crt__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.popup-crt .popup-crt__media {
  position: relative;
  max-width: 404px;
  width: 100%; }

.popup-crt .crt-slider {
  width: 320px;
  position: relative;
  margin: 0 auto; }
.popup-crt .crt-slider .slide img {
  max-height: 260px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.popup-crt .prev, .popup-crt .next {
  position: absolute;
  top: 50%;
  cursor: pointer; }
.popup-crt .prev .icon, .popup-crt .next .icon {
  fill: #CFA571; }

.popup-crt .prev {
  left: 0; }

.popup-crt .next {
  right: 0; }

.popup-crt .slick-dots {
  margin: 0 auto 0; }

.popup-crt .product-item__label {
  position: relative;
  margin-bottom: 20px; }

.popup-crt .popup-crt__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3A2B24;
  margin-bottom: 20px; }

.popup-crt .popup-crt__info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup-crt .popup-crt__info-availability {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #28AA55;
  margin-right: 30px; }

.popup-crt .popup-crt__info-code {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9C8683; }

.popup-crt .popup-crt__desc {
  width: calc(100% - 404px);
  padding-left: 56px; }

.popup-crt .popup-crt__price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3A2B24;
  margin-bottom: 40px; }

.popup-crt .popup-crt__dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.popup-crt .popup-crt__dtl .popup-crt__dtl-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #C6C3C2;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.popup-crt .crt-item__count {
  border: 1px solid #CFA571;
  border-radius: 4px;
  max-width: 155px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.popup-crt .crt-item__count input {
  width: 50px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #1F1F1F; }

.popup-crt .btn-counter {
  background: transparent;
  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;
  width: 50px; }
.popup-crt .btn-counter .icon {
  width: 15px;
  height: 20px;
  fill: #3A2B24; }

.popup-crt .btn-minus .icon {
  width: 10px;
  height: 15px; }

.popup-crt .popup-crt__characteristics {
  width: 100%;
  margin-top: 88px;
  padding-left: 40px; }

.popup-crt .characteristics-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #3A2B24;
  margin-bottom: 30px; }

.popup-crt .characteristics-list {
  width: 100%;
  max-width: 752px; }
.popup-crt .characteristics-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #CFA571;
  border-bottom: 0;
  background: #ffffff; }
.popup-crt .characteristics-list li:last-of-type {
  border-bottom: 1px solid #CFA571; }
.popup-crt .characteristics-list li:nth-of-type(2n) {
  background: rgba(248, 248, 248, 0.62); }
.popup-crt .characteristics-list span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #3A2B24;
  width: 50%; }
.popup-crt .characteristics-list span:first-of-type {
  font-weight: 400; }
.popup-crt .characteristics-list span:last-of-type {
  font-weight: 600;
  text-align: right; }

.popup-crt .md-none {
  display: block; }

.popup-crt .md-block {
  display: none; }

@media screen and (max-width: 992px) {
  .popup-crt .md-none {
    display: none; }
  .popup-crt .md-block {
    display: block; }
  .popup-crt .md-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup-crt .popup-crt__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup-crt .popup-crt__media {
    margin: 0 auto 40px; }
  .popup-crt .popup-crt__desc {
    width: 100%;
    padding-left: 0; }
  .popup-crt .popup-crt__characteristics {
    padding-left: 0;
    margin-top: 50px; }
  .popup-crt .characteristics-list li {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup-crt .characteristics-list li span {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
  .popup-crt .characteristics-list li span:last-of-type {
    text-align: center;
    margin-bottom: 0; }
  .popup-crt .popup-wrap {
    max-width: 680px;
    padding: 20px; } }

@media screen and (max-width: 768px) {
  .popup-crt .popup-wrap {
    height: 100vh; }
  .popup-crt .popup-crt__info {
    margin-bottom: 15px; }
  .popup-crt .product-item__label {
    margin-bottom: 10px; }
  .popup-crt .popup-crt__media {
    margin-bottom: 20px; } }

@media screen and (max-width: 440px) {
  .popup-crt .popup-crt__title {
    font-size: 18px;
    line-height: 24px; }
  .popup-crt .crt-item__count {
    margin: 0 20px 20px 0; }
  .popup-crt .btn-primary {
    margin: 0 0 0 0; } }

@media screen and (max-width: 380px) {
  .popup-crt .crt-slider {
    max-width: 270px; }
  .popup-crt .prev {
    left: -10px; }
  .popup-crt .next {
    right: -10px; } }

.hero-wrapper {
  text-align: center;
  background-size: cover;
  position: relative; }
.hero-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), -o-linear-gradient(0.01deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), linear-gradient(89.99deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%); }
.hero-wrapper .container {
  position: relative;
  z-index: 2; }

.hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 50px;
  margin-bottom: 15px;
  letter-spacing: .1px;
  left: 4px;
  position: relative; }
.hero-subtitle:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url("../images/svg/ic-title.svg") no-repeat;
  width: 27px;
  height: 36px; }

.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 86px;
  line-height: 130%;
  color: #FADEBD;
  max-width: 1080px;
  margin: 0 auto 42px;
  padding-bottom: 54px;
  position: relative; }
.hero-title:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: url("../images/svg/ic-title-bottom.svg") no-repeat;
  width: 214px;
  height: 50px; }

.hero-text {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px; }

.hero-link {
  margin-bottom: 84px; }

.about-wrapper {
  padding: 120px 0 83px; }
.about-wrapper .about-section-bg {
  position: absolute;
  top: 290px;
  left: 4%; }
.about-wrapper .about-section-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }
.about-wrapper .title-site {
  margin-bottom: 45px; }

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.about-inner {
  width: 51%;
  margin-left: -15px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 17px; }

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 30px);
  position: relative;
  margin: 0 15px 30px;
  padding: 65px 45px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 270px;
  border-radius: 4px;
  border: 1px solid #CFA571; }
.about-item:after {
  position: absolute;
  content: '';
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background: rgba(250, 222, 189, 0.32);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CFA571; }

.about-item__media {
  width: 50%;
  position: relative;
  max-height: 64px; }
.about-item__media:after {
  position: absolute;
  content: '';
  right: 50px;
  bottom: -15px;
  width: 54px;
  height: 54px;
  background: #CFA571;
  border-radius: 50%;
  opacity: 0.22;
  z-index: 1; }
.about-item__media .icon {
  width: 70px;
  height: 70px;
  fill: #9C8683;
  position: relative;
  z-index: 2; }

.about-item__numb {
  width: 50%;
  text-align: right;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #CFA571; }

.about-item__desc {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24; }

.about-media {
  width: calc(49% - 45px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 58px 58px 58px 50px;
  top: -17px; }
.about-media .video-media {
  position: relative;
  z-index: 2; }
.about-media .video-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.about-media .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.about-media .video-bg span {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url("../images/svg/ic-bg-video.svg") no-repeat; }
.about-media .video-bg span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.about-media .video-bg span:nth-of-type(2) {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.about-media .video-bg span:nth-of-type(3) {
  left: 0;
  bottom: 0; }
.about-media .video-bg span:nth-of-type(4) {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.about-media .video-bg-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.about-media .video-bg-line span {
  position: absolute; }
.about-media .video-bg-line span:before, .about-media .video-bg-line span:after {
  position: absolute;
  content: '';
  height: 2px; }
.about-media .video-bg-line span:before {
  background: #FADEBD; }
.about-media .video-bg-line span:after {
  opacity: .63;
  background: #FADEBD; }
.about-media .video-bg-line span:nth-of-type(1) {
  left: 10px; }
.about-media .video-bg-line span:nth-of-type(3) {
  right: 10px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.about-media .video-bg-line span:nth-of-type(1), .about-media .video-bg-line span:nth-of-type(3) {
  top: 0;
  height: 100%;
  width: 10px; }
.about-media .video-bg-line span:nth-of-type(1):before, .about-media .video-bg-line span:nth-of-type(3):before {
  left: 0;
  width: 2px;
  height: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.about-media .video-bg-line span:nth-of-type(1):after, .about-media .video-bg-line span:nth-of-type(3):after {
  left: 10px;
  width: 2px;
  height: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.about-media .video-bg-line span:nth-of-type(2) {
  top: 17px; }
.about-media .video-bg-line span:nth-of-type(4) {
  bottom: 16px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.about-media .video-bg-line span:nth-of-type(2), .about-media .video-bg-line span:nth-of-type(4) {
  right: 0;
  width: 100%;
  height: 10px; }
.about-media .video-bg-line span:nth-of-type(2):before, .about-media .video-bg-line span:nth-of-type(4):before {
  top: 0;
  left: 50%;
  width: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.about-media .video-bg-line span:nth-of-type(2):after, .about-media .video-bg-line span:nth-of-type(4):after {
  top: 10px;
  width: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.about-media .video-play {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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; }
.about-media .video-play .text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff; }
.about-media .video-play .button {
  margin-bottom: 30px; }
.about-media .video-play .icon {
  width: 80px;
  height: 80px;
  fill: #ffffff; }

.gallery-wrapper {
  padding: 120px 0 88px;
  background-size: cover;
  position: relative; }
.gallery-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), -o-linear-gradient(0.01deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), linear-gradient(89.99deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%); }
.gallery-wrapper .container {
  position: relative;
  z-index: 2; }
.gallery-wrapper .title-site {
  margin: 0 auto 30px; }
.gallery-wrapper .subtitle-site {
  max-width: 750px;
  margin: 0 auto 34px; }
.gallery-wrapper .slick-list {
  margin: 0 -15px; }
.gallery-wrapper .gallery-slider-controls {
  top: -38px; }

.gallery-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px; }

.service-dark {
  position: relative;
  padding: 119px 0 80px; }
.service-dark .service-dark-bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.service-dark .service-dark-bg .icon {
  width: 83px;
  height: 83px;
  fill: #CFA571;
  opacity: 0.53; }
.service-dark__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
.service-dark__item {
  width: calc(33.33% - 30px);
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 15px 0;
  border: 1px solid #CFA571;
  border-radius: 4px;
  position: relative; }
.service-dark__item-media img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.service-dark__item-desc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 55px 53px 30px;
  z-index: 2;
  text-align: left; }
.service-dark__item-desc .btn-primary {
  height: 53px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 10px 44px  10px 61px; }
.service-dark__item-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #FADEBD;
  min-height: 60px;
  margin-bottom: 29px; }
.service-dark__item-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px; }

.service-wrapper .title-site {
  margin-bottom: 47px; }

.service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 19px; }

.service-item {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  padding: 40px 40px 55px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.service-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.service-item__bg span {
  position: absolute;
  background: url("../images/svg/ic-bg-service.svg") no-repeat;
  width: 69px;
  height: 65px;
  background-size: cover; }
.service-item__bg span:nth-of-type(1) {
  top: -4px; }
.service-item__bg span:nth-of-type(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.service-item__line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.service-item__line span {
  position: absolute;
  width: 100%; }
.service-item__line span:before, .service-item__line span:after {
  position: absolute;
  content: ''; }
.service-item__line span:nth-of-type(1) {
  top: 5px;
  right: 0;
  height: 10px; }
.service-item__line span:nth-of-type(3) {
  bottom: 5px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.service-item__line span:nth-of-type(1), .service-item__line span:nth-of-type(3) {
  height: 10px; }
.service-item__line span:nth-of-type(1):before, .service-item__line span:nth-of-type(3):before {
  top: 0;
  right: 19px;
  width: calc(100% - 100px);
  height: 2px;
  background: #9C8683; }
.service-item__line span:nth-of-type(1):after, .service-item__line span:nth-of-type(3):after {
  height: 2px;
  top: 6px;
  right: 30px;
  width: calc(100% - 128px);
  opacity: 0.63;
  background: #9C8683; }
.service-item__line span:nth-of-type(2) {
  right: 15px;
  top: 22px; }
.service-item__line span:nth-of-type(4) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 12px;
  bottom: 21px; }
.service-item__line span:nth-of-type(2), .service-item__line span:nth-of-type(4) {
  width: 10px;
  height: 100%; }
.service-item__line span:nth-of-type(2):before, .service-item__line span:nth-of-type(4):before {
  top: 0;
  right: 0;
  height: calc(100% - 100px);
  width: 2px;
  background: #9C8683; }
.service-item__line span:nth-of-type(2):after, .service-item__line span:nth-of-type(4):after {
  width: 2px;
  top: 14px;
  right: 5px;
  height: calc(100% - 120px);
  opacity: 0.63;
  background: #9C8683; }

.service-item__media {
  margin-bottom: 15px; }
.service-item__media .icon {
  width: 70px;
  height: 70px;
  fill: #CFA571; }

.service-item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #CFA571;
  margin-bottom: 14px; }

.service-item__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #1F1F1F; }

.catalog-wrapper {
  padding: 80px 0 120px; }
.catalog-wrapper .title-site {
  margin-bottom: 50px; }
.catalog-wrapper .btn-primary .icon {
  position: relative;
  left: 19px; }

.catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px; }
.catalog-wrap .product-item {
  width: calc(25% - 30px);
  margin: 0 15px 30px; }

.catalog-wrap {
  position: relative;
  z-index: 2; }

.section-link {
  z-index: 1;
  position: relative; }

.form-wrapper {
  background-size: cover;
  position: relative;
  padding: 66px 0 70px; }
.form-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), -o-linear-gradient(0.01deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), linear-gradient(89.99deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%); }
.form-wrapper .container {
  position: relative;
  z-index: 2; }

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-wrap__desc {
  width: 40%; }
.form-wrap__desc .title-site {
  text-align: left;
  padding: 0;
  margin-bottom: 19px; }
.form-wrap__desc .title-site:before, .form-wrap__desc .title-site:after {
  display: none; }

.form-wrap__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  max-width: 490px; }

.form-wrap__form {
  width: 60%;
  padding: 69px 0 0 30px; }
.form-wrap__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.form-wrap__form .label {
  margin-right: 20px;
  min-width: 310px; }
.form-wrap__form .input {
  width: 100%; }

.reviews-wrapper {
  padding: 95px 0 71px; }
.reviews-wrapper .title-site {
  margin-bottom: 33px; }
.reviews-wrapper .slick-dots li.slick-active button {
  background: #553834; }
.reviews-wrapper .slick-dots button {
  background: #FADEBD; }
.reviews-wrapper .reviews-bg {
  position: absolute;
  top: 50%;
  margin-top: -180px; }
.reviews-wrapper .reviews-bg .icon {
  height: 367px;
  width: 140px;
  fill: #CFA571; }

.reviews-slider {
  width: calc(100% - 9%);
  margin: 0 0 0 auto; }

.reviews-item {
  padding: 40px 32px;
  background: rgba(250, 222, 189, 0.32);
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.reviews-item:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 12px;
  opacity: .32;
  background: url("../images/svg/ic-brackets.svg") no-repeat;
  width: 140px;
  height: 115px; }

.reviews-item__top {
  width: 50%; }
.reviews-item__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.reviews-item__top li {
  margin-right: 5px; }
.reviews-item__top li:last-of-type {
  margin-right: 0; }
.reviews-item__top .icon {
  width: 17px;
  height: 17px;
  fill: #FFD953; }

.reviews-item__top-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #3A2B24;
  display: block;
  margin-bottom: 20px; }

.reviews-item__top-date {
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
  color: #553834;
  opacity: 0.7; }

.reviews-item__text {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24; }

.trust-wrapper {
  padding: 120px 0 84px;
  background-size: cover;
  position: relative; }
.trust-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), -o-linear-gradient(0.01deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%);
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.76) 15.27%, rgba(31, 31, 31, 0.24) 55.92%, rgba(31, 31, 31, 0.74) 90.69%), linear-gradient(89.99deg, rgba(31, 31, 31, 0.92) 10.57%, rgba(31, 31, 31, 0.6) 50.65%, rgba(31, 31, 31, 0.87) 90.81%); }
.trust-wrapper .container {
  position: relative;
  z-index: 2; }
.trust-wrapper .title-site {
  margin: 0 auto 34px; }
.trust-wrapper .subtitle-site {
  max-width: 750px;
  margin: 0 auto 50px; }
.trust-wrapper .slick-list {
  margin: 0 -15px; }
.trust-wrapper .gallery-slider-controls {
  top: -38px; }

.trust-slider .slide {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.trust-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 33px 30px 36px; }

.trust-item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 26px; }

.trust-item__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #553834;
  margin-bottom: 17px; }

.trust-item__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #3A2B24; }

.all-product {
  padding: 0; }
.all-product .product-wrapper {
  padding: 60px 0; }
.all-product .product-wrapper:first-of-type {
  padding: 120px 0 60px; }
.all-product .product-wrapper:last-of-type {
  padding: 60px 0 120px; }
.all-product .product-wrapper .product-wrapper-bg {
  position: absolute;
  top: 290px;
  left: 4%; }
.all-product .product-wrapper .product-wrapper-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }
.all-product .title-site {
  margin-bottom: 50px; }
.all-product .catalog-wrap {
  margin: 0 -15px 19px; }

.category-product {
  padding: 120px 0 100px; }
.category-product .title-site {
  margin-bottom: 46px; }
.category-product .product-wrapper-bg {
  position: absolute;
  top: 350px;
  left: 4%; }
.category-product .product-wrapper-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }

.about-top {
  padding: 120px 0 40px; }
.about-top .title-site {
  margin-bottom: 43px; }
.about-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.about-top__desc {
  width: 50%;
  max-width: 700px; }
.about-top__media {
  max-width: 750px;
  width: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(207, 165, 113, 0.28);
  border-radius: 4px; }
.about-top__media img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(207, 165, 113, 0.43); }
.about-top-inner {
  padding: 120px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.about-top .quotes-block {
  margin-bottom: 120px; }

.about-info {
  margin-bottom: 30px; }
.about-info .about-top__item {
  margin-bottom: 50px; }
.about-info .about-top__item:last-of-type {
  margin-bottom: 0; }
.about-info .about-top__item:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.about-info .about-top__item:nth-of-type(2n + 1) .wysiwyg {
  padding-left: 20px; }
.about-info .about-top__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.about-info .about-top__item:nth-of-type(2n) .wysiwyg {
  padding-right: 20px; }

.about-slider .slick-list {
  margin: 0 -15px; }

.question-wrapper {
  padding: 40px 0 106px; }
.question-wrapper .title-site {
  margin-bottom: 67px; }
.question-wrapper .reviews-bg {
  position: absolute;
  top: -50px; }
.question-wrapper .reviews-bg .icon {
  height: 367px;
  width: 140px;
  fill: #CFA571; }

.question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.question-desc {
  width: 50%;
  padding-right: 30px;
  padding-top: 13px; }

.about-event {
  padding: 8px 0 120px; }
.about-event .title-site {
  margin-bottom: 48px; }
.about-event .about-info {
  margin-bottom: 50px; }

@media screen and (max-width: 1200px) {
  .about-top .quotes-block {
    margin-bottom: 60px; }
  .about-top__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-info .about-top__item:nth-of-type(2n), .about-info .about-top__item:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-top__desc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .about-top__media {
    margin: 0 auto 30px; }
  .about-top-inner {
    padding: 60px 0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .question-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .question-desc {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 992px) {
  .about-top__media {
    width: 100%; } }

.reviews-top {
  padding: 120px 0 110px; }
.reviews-top .title-site {
  margin-bottom: 65px; }
.reviews-top .pagination {
  max-width: 1240px;
  margin: 0 auto; }

.reviews-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1270px;
  margin: 0 auto 50px; }
.reviews-top__wrap .reviews-item {
  width: calc(50% - 60px);
  margin: 0 30px 60px;
  position: relative; }
.reviews-top__wrap .reviews-item:before {
  position: absolute;
  content: '';
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 4px;
  border: 1px solid rgba(250, 222, 189, 0.22); }

.reviews-contact {
  background-color: rgba(85, 56, 52, 0.1);
  background-size: cover;
  padding: 120px 0; }
.reviews-contact .title-site {
  margin-bottom: 50px; }
.reviews-contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1010px;
  margin: 0 auto; }
.reviews-contact .label {
  width: 33.333%;
  margin-right: 15px; }
.reviews-contact .input {
  width: 100%; }
.reviews-contact .label-textarea {
  width: 100%;
  margin: 15px 0 25px; }
.reviews-contact .label-textarea .icon {
  top: 20px;
  margin-top: 0; }
.reviews-contact .label-textarea textarea {
  width: 100%; }
.reviews-contact .review-form__rating span {
  font-size: 14px;
  line-height: 18px; }
.reviews-contact .review-form__rating input {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1; }
.reviews-contact .review-form__rating .rating-label {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px; }
.reviews-contact .review-form__rating .rating-label .icon {
  width: 26px;
  height: 26px; }
.reviews-contact .rating {
  border: none;
  float: left; }
.reviews-contact .rating .rating {
  width: auto; }
.reviews-contact .clear {
  clear: both; }
.reviews-contact .rating > label {
  float: right; }
.reviews-contact .rating > label .icon {
  fill: transparent;
  stroke: #FFD953;
  stroke-width: 1.2px; }
.reviews-contact .rating > label:before {
  margin: 5px;
  font-size: 2em;
  display: inline-block; }
.reviews-contact .rating > input {
  display: none; }
.reviews-contact .rating:not(:checked) > label:hover .icon, .reviews-contact .rating:not(:checked) > label:hover ~ label .icon, .reviews-contact .rating > input:checked + label:hover .icon, .reviews-contact .rating > input:checked ~ label .icon, .reviews-contact .rating > input:checked ~ label:hover .icon, .reviews-contact .rating > input:checked ~ label:hover ~ label .icon, .reviews-contact .rating > label:hover ~ input:checked ~ label .icon {
  fill: #FFD953; }
.reviews-contact .review-form__rating span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3A2B24;
  float: left;
  margin: 5px 10px 0 15px; }

.reviews-contact {
  position: relative; }
.reviews-contact:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 56, 52, 0.1); }
.reviews-contact .container {
  position: relative;
  z-index: 2; }
.reviews-contact .service-dark-bg {
  position: absolute;
  right: 249px;
  top: 231px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg); }
.reviews-contact .service-dark-bg .icon {
  width: 83px;
  height: 83px;
  fill: #CFA571;
  opacity: 0.53; }

@media screen and (max-width: 992px) {
  .reviews-contact .service-dark-bg {
    display: none; }
  .modal-group {
    width: 100%;
    margin-bottom: 30px; } }

@media screen and (max-width: 900px) {
  .reviews-contact .label {
    width: calc(50% - 15px); }
  .reviews-contact .label:nth-of-type(2) {
    width: 50%;
    margin-right: 0; }
  .reviews-contact .review-form__rating {
    margin-top: 15px; }
  .reviews-contact .label-textarea {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .reviews-top__wrap .reviews-item {
    width: calc(100% - 15px); } }

@media screen and (max-width: 567px) {
  .reviews-top .reviews-top__wrap .reviews-item {
    width: 100%;
    margin: 0 15px 30px; }
  .reviews-contact .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .reviews-contact .label:nth-of-type(2) {
    width: 100%; }
  .reviews-contact .review-form__rating {
    margin-top: 15px; }
  .reviews-contact .label-textarea {
    width: 100%; } }

.contact-top {
  padding: 120px 0; }
.contact-top .title-site {
  margin-bottom: 50px; }
.contact-top .reviews-bg {
  position: absolute;
  top: 50%;
  margin-top: -180px; }
.contact-top .reviews-bg .icon {
  height: 367px;
  width: 300px;
  fill: #CFA571; }

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact-desc {
  width: 50%;
  padding-top: 60px;
  padding-left: 249px; }

.contact-media {
  max-width: 750px;
  width: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(207, 165, 113, 0.28);
  border-radius: 4px; }
.contact-media img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(207, 165, 113, 0.43); }

.contact-list {
  margin-bottom: 30px;
  max-width: 389px;
  border-bottom: 1px solid rgba(207, 165, 113, 0.28); }
.contact-list li {
  margin-bottom: 18px; }
.contact-list li:last-of-type {
  margin-bottom: 30px; }
.contact-list a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3A2B24; }
.contact-list a:hover {
  color: #276FDE; }
.contact-list a:hover strong {
  color: #3A2B24; }
.contact-list strong {
  font-weight: 600;
  margin-right: 7px; }
.contact-list img {
  margin-right: 16px; }

.contact-loc {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #3A2B24; }
.contact-loc .icon {
  width: 14px;
  height: 19px;
  fill: #CFA571; }

@media screen and (max-width: 1440px) {
  .contact-desc {
    padding-left: 100px; } }

@media screen and (max-width: 992px) {
  .reviews-bg {
    display: none; }
  .contact-top {
    padding: 100px 0 60px; }
  .contact-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-desc {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
    padding-left: 0; }
  .contact-media {
    width: 100%; } }

.service-top {
  padding: 120px 0;
  background-size: cover; }
.service-top .title-site {
  margin-bottom: 50px; }
.service-top .about-section-bg {
  position: absolute;
  top: 310px;
  left: 4%; }
.service-top .about-section-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }

.service-top__item {
  margin-bottom: 30px; }
.service-top__item ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
.service-top__item li {
  width: 100%;
  max-width: 673px;
  padding-left: 55px;
  margin-bottom: 20px;
  position: relative; }
.service-top__item li:before {
  position: absolute;
  content: '';
  left: 40px;
  top: 8px;
  background: #CFA571;
  width: 6px;
  height: 6px;
  border-radius: 50%; }
.service-top__item:last-of-type ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

.service-top__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #3A2B24;
  margin-bottom: 30px; }

@media screen and (max-width: 992px) {
  .service-top {
    padding: 80px 0 60px; }
  .service-top__item ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .service-top__item li {
    padding-left: 30px;
    max-width: 100%; }
  .service-top__item li:before {
    left: 0; } }

.event-wrapper {
  padding: 120px 0 120px; }
.event-wrapper .title-site {
  margin-bottom: 50px; }
.event-wrapper .about-top__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.event-wrapper .btn-primary {
  margin: 50px 0 0 0; }
.event-wrapper .event-top-bg {
  position: absolute;
  top: 300px;
  left: 4%; }
.event-wrapper .event-top-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }
.event-wrapper .event-bottom-bg {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  right: 200px; }
.event-wrapper .event-bottom-bg .icon {
  width: 75px;
  height: 75px;
  fill: #CFA571;
  opacity: 0.74; }

.event-gallery:after {
  display: none; }

@media screen and (max-width: 1700px) {
  .event-wrapper .about-top__desc {
    padding-left: 30px; } }

@media screen and (max-width: 992px) {
  .event-wrapper {
    padding: 80px 0 60px; } }

@media screen and (max-width: 1200px) {
  .event-wrapper .about-top__desc {
    padding-left: 0; }
  .event-wrapper .about-top__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.product-item {
  background: rgba(250, 222, 189, 0.32);
  border: 1px solid rgba(250, 222, 189, 0.32);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 17px 17px 8px 20px;
  position: relative;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
.product-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.47);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.47);
  z-index: 2;
  padding: 17px 17px 0 20px;
  background: rgba(250, 222, 189, 0.8);
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.product-item__media {
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 410px;
  margin-bottom: 32px; }
.product-item__media img {
  width: 100%; }
.product-item__label {
  position: absolute;
  top: 0;
  left: 0; }
.product-item__label li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  width: 55px;
  height: 32px;
  padding: 5px;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.product-item__label .TOP {
  background: #28AA55;
  color: #ffffff; }
.product-item__label .pers {
  background: #E34949;
  color: #ffffff; }
.product-item__label .NEW {
  background: #5284E7;
  color: #ffffff; }
.product-item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #3A2B24;
  margin-bottom: 15px; }
.product-item__characteristics {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #9C8683;
  margin-bottom: 20px;
  text-align: center; }
.product-item__price {
  text-align: center; }
.product-item__price .old-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #553834;
  position: relative;
  display: inline-block;
  margin-right: 15px; }
.product-item__price .old-price:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #553834; }
.product-item__price .current-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #3A2B24;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block; }
.product-item__button {
  padding: 0 0 40px 0;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
.product-item__button .btn-primary {
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1700px) {
  .header-nav li {
    margin-right: 90px; }
  .form-wrap__form .label {
    margin-right: 20px;
    min-width: 250px; }
  .trust-item {
    padding: 23px 20px 26px; }
  .about-item {
    padding: 45px 45px 30px;
    min-height: 230px; }
  .about-item__media {
    max-width: 90px; }
  .about-item__media:after {
    right: 0; }
  .service-dark__item-title {
    margin-bottom: 15px; } }

@media screen and (max-width: 1440px) {
  .header-nav li {
    margin-right: 60px; }
  .header-nav li:after {
    right: -30px; }
  .header-logo {
    margin-right: 70px; }
  .about-item {
    padding: 25px 25px 15px;
    min-height: 200px; }
  .service-dark__item-desc {
    padding: 25px 30px 15px; }
  .service-dark__item-text {
    margin-bottom: 15px; }
  .service-dark__item-media {
    height: 245px; }
  .service-item {
    padding: 30px 30px 30px 30px; }
  .product-item__media {
    min-height: 300px; }
  .form-wrap__desc {
    width: 50%; }
  .form-wrap__form {
    padding: 40px 0 0 30px; }
  .form-wrap__form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form-wrap__form .label {
    margin-right: 20px;
    min-width: 250px;
    width: calc(50% - 20px); }
  .form-wrap__form .btn-primary {
    margin: 20px auto 0; }
  .reviews-item {
    padding: 20px; }
  .reviews-slider {
    width: 100%;
    margin: 0 auto;
    max-width: 1410px; }
  .about-media .video-bg-line span:nth-of-type(2):before, .about-media .video-bg-line span:nth-of-type(4):before {
    width: 45%; }
  .about-media .video-bg-line span:nth-of-type(2):after, .about-media .video-bg-line span:nth-of-type(4):after {
    width: 35%; } }

@media screen and (max-width: 1200px) {
  .header-nav li {
    margin-right: 40px; }
  .header-nav li:after {
    right: -25px; }
  .header-nav li:last-of-type:after {
    opacity: 0; }
  .header-logo {
    margin-right: 30px; }
  .about-wrapper {
    padding: 60px 0; }
  .about-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about-inner {
    width: 100%;
    margin: 0 0 20px 0; }
  .about-media {
    top: 0;
    width: 80%;
    margin: 0 auto; }
  .service-dark__item-media {
    height: 260px; }
  .service-dark__item-title {
    font-size: 21px;
    line-height: 25px;
    min-height: 50px; }
  .service-item {
    width: calc(50% - 30px); }
  .catalog-wrap .product-item {
    width: calc(33.33333% - 30px); }
  .form-wrapper .title-site {
    font-size: 30px;
    line-height: 44px; }
  .form-wrap__form .label {
    min-width: 210px; } }

@media screen and (max-width: 992px) {
  .service-dark {
    padding: 60px 0 80px; }
  .product-item__button {
    opacity: 1;
    border: 0;
    border-top: 0;
    background: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 0; }
  .header {
    padding: 10px 0 11px; }
  .header-nav {
    opacity: 0;
    z-index: -1;
    top: 0;
    visibility: hidden;
    background-color: #2C2B25;
    border-bottom: 1px solid #C6C3C2;
    position: absolute;
    right: 0;
    padding: 0 60px; }
  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-nav li {
    margin-right: 0; }
  .header-nav li:last-of-type:after {
    opacity: 1; }
  .header-nav a {
    padding: 10px 0 15px;
    min-width: 100px;
    text-align: center; }
  .header-phone {
    right: 20px;
    margin: 0 auto;
    /*opacity: 0;*/
    /*z-index: -1;*/
    /*top: 0;*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*width: 220px;*/
    /*height: 60px;*/
    /*text-align: center;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*background: #2C2B25;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
  }
  .header-phone:before {
    display: none; }
  .header-phone span {
    left: 0; }
  .header-nav-btn {
    display: block; }
  .header.is-open .header-nav, .header.is-open .header-phone {
    opacity: 1;
    visibility: visible; }
  .header.is-open .header-nav {
    z-index: 2;
    top: calc(100% + 1px); }
  .header.is-open .header-phone {
    z-index: 1; }
  .hero-title {
    font-size: 46px; }
  .gallery-wrapper {
    padding: 60px 0 60px; }
  .service-dark__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .service-dark__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px; }
  .service-dark__item-media {
    height: 220px; }
  .catalog-wrap .product-item {
    width: calc(50% - 30px); }
  .form-wrapper .title-site {
    text-align: center; }
  .form-wrapper .form-wrap__text {
    max-width: 570px;
    margin: 0 auto;
    text-align: center; }
  .form-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form-wrap__desc {
    width: 100%; }
  .form-wrap__form {
    width: 100%;
    padding: 40px 0 0 0; }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-logo a {
    margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  .about-inner, .service-inner {
    margin: 0 0 30px; }
  .about-item, .service-item {
    width: 100%;
    margin: 0 0 30px; }
  .service-wrap, .service-dark__wrap {
    margin: 0 0 30px; }
  .service-dark__item {
    width: 100%; }
  .about-media {
    width: 100%; }
  .footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-logo {
    margin-bottom: 20px;
    width: 100%; }
  .footer-info li:first-of-type {
    padding-left: 30px; }
  .footer-info li:first-of-type:before {
    left: 0; }
  .footer-info li:first-of-type a .icon {
    left: 10px;
    top: 16px; } }

@media screen and (max-width: 567px) {
  .popup-wrap {
    padding: 15px; }
  .popup-call .btn-primary {
    margin-bottom: 20px; }
  .popup-call .modal-group {
    margin: 15px 0; }
  .popup-close {
    top: 10px;
    right: 10px; }
  .popup-video .popup-wrap {
    padding: 20px; }
  .catalog-wrap {
    margin: 0 0 30px; }
  .catalog-wrap .product-item {
    width: 60%;
    margin: 0 auto 30px; }
  .form-wrap__form .label {
    width: 100%;
    margin-right: 0;
    margin-top: 20px; }
  .about-media .video-bg span {
    width: 60px;
    height: 60px;
    background-size: cover; } }

@media screen and (max-width: 480px) {
  .pagination a, .pagination span {
    width: 40px;
    height: 40px; }
  .title-site {
    font-size: 30px;
    line-height: 40px; }
  .service-dark__item-media {
    height: 250px; }
  .service-dark__item-desc .btn-primary {
    padding: 10px 30px 10px 30px;
    min-width: 180px; }
  .catalog-wrap .product-item {
    width: 80%; }
  .footer-info ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-info li {
    width: 100%;
    margin-bottom: 20px; }
  .footer-info li:last-of-type {
    text-align: left;
    padding-left: 15px; } }

@media screen and (max-width: 420px) {
  .slider-controls div {
    width: 45px;
    height: 45px; }
  .about-media {
    padding: 40px; }
  .about-media .video-play .button {
    margin-bottom: 10px;
    max-width: 50px; }
  .about-media .video-play .text {
    max-width: 80%; }
  .catalog-wrap {
    margin: 0 0 19px; }
  .catalog-wrap .product-item {
    width: 90%; }
  .service-item__title {
    font-size: 18px;
    line-height: 20px; }
  .reviews-item__top {
    width: 100%; }
  .reviews-item__top-date {
    width: 100%;
    text-align: left; } }

@media screen and (max-width: 360px) {
  .service-dark__item {
    padding: 0; }
  .service-dark__item-media {
    height: 300px; }
  .btn-primary {
    min-width: 180px; }
  .catalog-wrap .product-item {
    width: 100%; } }