@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700&amp;subset=cyrillic);
* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.center {
  text-align: center;
}

.aa-social.aa-center .a2a_kit {
  text-align: center;
}
.aa-social .a2a_kit a {
  display: inline-block;
  float: none;
}
.aa-social .a2a_kit a span {
  border-radius: 0;
  padding: 5px;
}

.field-feedbackform-email {
  position: relative;
  /*&:after {
  	color: $gold;
  	font-family: 'FontAwesome';
  	pointer-events: none;
  	content: '\f06a';
  	display: block;
  	position: absolute;
  	height: 17px;
  	width: 17px;
  	font-size: 1.5rem;
  	line-height: 18px;
  	background: #ffffff;
  	text-align: center;
  	top: 14px;
  	border-radius: 13px;
  	right: 15px;
  }*/
}

a.btn-scrolltop {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 180px;
  right: 30px;
  border-radius: 100%;
  border: 1px solid #d2a637;
  background: rgba(210, 166, 55, 0);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
a.btn-scrolltop.shown {
  opacity: 1;
  pointer-events: auto;
}
a.btn-scrolltop .fa {
  line-height: 36px;
  font-size: 20px;
  color: #d2a637;
}
a.btn-scrolltop:hover {
  background: #d2a637;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
a.btn-scrolltop:hover .fa {
  color: white;
}
@media (max-width: 1023px) {
  a.btn-scrolltop {
    bottom: 110px;
    right: 90px;
  }
}

a.btn-back-fixed {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 5%;
  left: 5%;
  border-radius: 100%;
  border: 1px solid #d2a637;
  background: rgba(210, 166, 55, 0);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
a.btn-back-fixed.shown {
  opacity: 1;
  pointer-events: auto;
}
a.btn-back-fixed .fa {
  margin-left: -2px;
  line-height: 36px;
  font-size: 20px;
  color: #d2a637;
}
a.btn-back-fixed:hover {
  background: #d2a637;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
a.btn-back-fixed:hover .fa {
  color: white;
}

a.btn-messageus,
span.btn-messageus {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 30px;
  transform: translateX(15%);
  z-index: 10;
}
a.btn-messageus img,
span.btn-messageus img {
  width: 60px;
}

.g-recaptcha > div {
  width: auto !important;
  margin-bottom: 25px;
}

/* ------------------------------------------------------------- */
.autocomplete-suggestions {
  border: none;
  background: none;
  overflow: auto;
  padding: 8px 15px;
  max-height: 600px !important;
}

.autocomplete-suggestion {
  padding: 0;
  position: relative;
  background: white;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.autocomplete-suggestion a {
  display: block;
  text-decoration: none;
  color: #252525;
}

.autocomplete-price {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 95px;
  background: white;
  padding: 8px 5px;
}
.autocomplete-price .autocomplete-pricenew,
.autocomplete-price .autocomplete-priceold {
  width: 100%;
  text-align: right;
  padding-right: 15px;
  line-height: 17px;
  height: 17px;
}
.autocomplete-price .autocomplete-pricenew {
  color: #d2a637;
  font-weight: 500;
}
.autocomplete-price .autocomplete-priceold {
  text-decoration: line-through;
}

.autocomplete-thumb {
  width: 50px;
  height: 50px;
  border-radius: 0 0 27px 0;
  border-bottom: 2px solid #d2a637;
  margin-right: 15px;
  display: block;
  float: left;
  background-position: center;
  background-size: cover;
  background-color: #252525;
}

.autocomplete-selected {
  background: #fafafa;
}
.autocomplete-selected .autocomplete-price {
  background: #fafafa;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #d2a637;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* ------------------------------------------------------------- */
.page {
  padding: 80px 0 175px 0;
}

.check-wrap {
  margin-bottom: 15px;
  text-align: left;
  padding: 0 22px;
}
.check-wrap input[type=checkbox] {
  height: auto;
  width: auto;
  line-height: 100%;
  border-radius: none;
  border: none;
  background: none;
  outline: none;
  margin: 0;
}
.check-wrap label {
  font-size: 1rem;
  color: grey;
}
.check-wrap a {
  color: #d2a637 !important;
}

p.not-found {
  max-width: 900px;
  color: #252525;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.static-page .dpa * {
  text-align: left;
}
.static-page .dpa p {
  margin: 0 0 15px 0;
}
.static-page .dpa ul {
  color: #1a1a1a;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  letter-spacing: 1px;
  padding-left: 20px;
  margin: 0 0 25px 0;
}
.static-page .p-left * {
  text-align: left;
}
.static-page .p-left p {
  margin: 0 0 15px 0;
}
.static-page .p-left ul,
.static-page .p-left ol {
  color: #1a1a1a;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  letter-spacing: 1px;
  padding-left: 20px;
  margin: 0 0 25px 0;
}
@media (max-width: 1023px) {
  .static-page .p-left * {
    font-size: 1.1rem;
  }
  .static-page .p-left p {
    font-size: 1.1rem;
  }
  .static-page .p-left ul,
  .static-page .p-left ol {
    font-size: 1.1rem;
  }
}
.static-page b.b-gold {
  color: #d2a637;
}
.static-page h2 {
  font-size: 1.7142857143rem;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 45px 0;
}
.static-page h3 {
  font-size: 1.7142857143rem;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.static-page p {
  max-width: 900px;
  color: #252525;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
}
.static-page p:last-child {
  margin-bottom: 45px;
}
.static-page .btn-gold {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  margin: 0 10px;
  line-height: 40px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: white;
  background: #d2a637;
  border: 2px solid #d2a637;
}
.static-page .btn-gold .fa {
  margin-left: 5px;
}
.static-page .btn-gold {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.static-page .btn-gold:hover {
  background: rgb(214.6836734694, 175.2632653061, 75.8163265306);
  border: 2px solid rgb(214.6836734694, 175.2632653061, 75.8163265306);
}
.static-page .btn-gold.outlined {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  color: #d2a637;
  background: rgba(210, 166, 55, 0);
  border: 2px solid #d2a637;
  margin-bottom: 10px;
}
.static-page .btn-gold.outlined:hover {
  color: white;
  background: #d2a637;
}
@media (max-width: 1023px) {
  .static-page .btn-gold {
    font-size: 1.116rem;
  }
}

/*------------------------- Mobile-nav -------------------------*/
.mobile-nav.inner .burger {
  display: none;
  position: fixed;
  top: 24px;
}
.mobile-nav.inner .burger > span {
  background: #252525;
}
.mobile-nav.inner .burger.cross > span {
  background: #fff;
}
.mobile-nav.inner .nav {
  display: none;
  position: fixed;
  width: 100vw;
  right: 0;
  top: 0;
}
.mobile-nav .burger {
  display: block;
  position: absolute;
  right: 5vw;
  top: 8vh;
  width: 38px;
  height: 31px;
  cursor: pointer;
  z-index: 100;
}
.mobile-nav .burger > span {
  display: block;
  height: 5px;
  position: absolute;
  width: 38px;
  background: #191919;
  margin-bottom: 8px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.mobile-nav .burger > span:nth-child(1) {
  top: 0px;
}
.mobile-nav .burger > span:nth-child(2) {
  top: 13px;
}
.mobile-nav .burger > span:nth-child(3) {
  top: 26px;
}
.mobile-nav .burger > span:last-child {
  margin-bottom: 0;
}
.mobile-nav .burger.cross > span {
  background: #fff;
}
.mobile-nav .burger.cross > span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav .burger.cross > span:nth-child(2) {
  opacity: 0;
}
.mobile-nav .burger.cross > span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav .nav {
  position: absolute;
  margin: 0;
  height: 100vh;
  width: 415px;
  right: -415px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 90;
  padding: 20vh 0;
  -webkit-transition: right 300ms;
  -moz-transition: right 300ms;
  -ms-transition: right 300ms;
  -o-transition: right 300ms;
  transition: right 300ms;
}
.mobile-nav .nav.opened {
  right: 0;
}
.mobile-nav .nav a,
.mobile-nav .nav span {
  color: white;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none !important;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
}

/*------------------------- Menu -------------------------*/
.top-menu {
  padding: 23px 0;
  min-height: 94px;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 10;
}
.top-menu .header-container {
  max-width: 90%;
  margin: 0 auto;
}
.top-menu .header-container .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 550px) {
  .top-menu .header-container .header-row {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .top-menu .header-container .header-row .logo-block {
    width: 45%;
  }
}
@media (max-width: 550px) {
  .top-menu .header-container .header-row .logo-block {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-menu .header-container .header-row .logo-block img {
  width: 180px;
  max-width: 100%;
}
.top-menu .header-container .header-row .header-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}
.top-menu .header-container .header-row .menu-block {
  display: flex;
  justify-content: center;
}
.top-menu .header-container .header-row .menu-block nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-menu .header-container .header-row .menu-block nav a, .top-menu .header-container .header-row .menu-block nav span {
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.15rem;
  text-decoration: none;
  font-weight: bold;
  color: #454545;
  margin-left: 10px;
  -webkit-transition: color 100ms;
  -moz-transition: color 100ms;
  -ms-transition: color 100ms;
  -o-transition: color 100ms;
  transition: color 100ms;
}
.top-menu .header-container .header-row .menu-block nav a.active, .top-menu .header-container .header-row .menu-block nav span.active {
  color: #d2a637;
}
.top-menu .header-container .header-row .menu-block nav a:hover, .top-menu .header-container .header-row .menu-block nav span:hover {
  color: #d2a637;
}
@media (max-width: 1023px) {
  .top-menu .header-container .header-row .menu-block {
    display: none;
  }
}
.top-menu .header-container .header-row .header-top {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 655px) {
  .top-menu .header-container .header-row .header-top {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.top-menu .header-container .header-row > div {
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .top-menu .header-container .header-row {
    margin-right: 50px;
  }
}

/*------------------------- Hero -------------------------*/
.hero {
  background-color: #252525;
  position: relative;
  z-index: 0;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.hero .vegas-slide {
  z-index: -5;
}
.hero {
  /*------ temporary ------
     background: {
         image: url('/images/catalog/hero.jpg');
         size: 100%;
         position: center;
         attachment: fixed;
     };
     &.kenburns{
         background-size: 120%;
     }
     @include transition(background-size 10000ms);
     ------ temporary ------*/
}
.hero .row-hero {
  height: 290px;
}
.hero h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5714285714rem;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: white;
}
.hero .search {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("/images/catalog/search_glass.png");
  background-position: 338px center;
  background-repeat: no-repeat;
  height: 40px;
  width: 375px;
  z-index: 300;
  border-radius: 20px;
  display: block;
  margin: auto;
  color: white;
  font-size: 0.7142857143rem;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 40px;
  outline: none;
  /*@include transition(500ms);

        &:focus{
            color: $grey;
            background-color: white;
        }*/
}
.hero .search::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.hero .search:-moz-placeholder {
  color: white;
  opacity: 0.8;
}
.hero .search::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
.hero .search:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
.hero p {
  color: white;
  display: block;
  margin: auto;
  max-width: 560px;
  text-align: center;
  font-weight: 300;
  font-size: 1.1428571429rem;
}
.hero .btn-back {
  background: white;
  color: #252525;
  height: 40px;
  width: 190px;
  border-radius: 20px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 0.7142857143rem;
  text-transform: uppercase;
  line-height: 40px;
  outline: none;
  text-decoration: none;
}
.hero .btn-back .fa {
  margin-right: 10px;
  -webkit-transition: margin 300ms;
  -moz-transition: margin 300ms;
  -ms-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.hero .btn-back:hover .fa {
  margin-right: 15px;
}

/*------------------------- Submenu -------------------------*/
.submenu {
  display: block;
  position: relative;
  background: #252525;
}
.submenu .categories {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .submenu .categories {
    display: block;
  }
}
.submenu .categories .sub-item {
  display: inline-block;
}
.submenu .categories .sub-item > a {
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  font-size: 0.9771428571rem;
  height: 100px;
  color: white;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
  padding-left: 60px;
}
.submenu .categories .sub-item > a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 11px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #f9f9f9 transparent;
}
.submenu .categories .sub-item > a[href^="/catalog/collections"] {
  display: none;
}
.submenu .categories .sub-item .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 70px;
  left: 14px;
  overflow: auto;
  background: #f9f9f9;
  text-align: center;
  list-style: none;
  padding: 10px 0;
  z-index: 10;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.submenu .categories .sub-item .dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 0.8571428571rem;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 30px;
  -webkit-transition: color 100ms;
  -moz-transition: color 100ms;
  -ms-transition: color 100ms;
  -o-transition: color 100ms;
  transition: color 100ms;
}
.submenu .categories .sub-item .dropdown a:hover {
  color: #d2a637;
}
.submenu .categories .sub-item .dropdown .btn-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 38px;
  height: 31px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 940px) {
  .submenu .categories .sub-item .dropdown .btn-close {
    display: block;
  }
}
.submenu .categories .sub-item .dropdown .btn-close span {
  display: block;
  height: 3px;
  position: absolute;
  width: 30px;
  background: #f9f9f9;
}
.submenu .categories .sub-item .dropdown .btn-close span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submenu .categories .sub-item .dropdown .btn-close span:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.submenu .categories .sub-item.active a:after {
  display: block;
}
@media (max-width: 1345px) {
  .submenu .categories .sub-item.active a:after {
    display: none;
  }
}
.submenu .categories .sub-item.active .dropdown {
  display: flex;
}

/*------------------------- Footer -------------------------*/
footer {
  min-height: 270px;
  color: white;
  padding: 50px 0 50px 0;
  position: relative;
  background-image: url("/images/site/footer.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
footer .logo-footer {
  filter: brightness(0) invert(1);
  width: 180px;
  max-width: 100%;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(26, 26, 26, 0.95);
}
footer h4 {
  font-size: 1.5714285714rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
}
footer p {
  font-size: 1rem;
  opacity: 0.8;
  margin: 25px 0 20px 0;
  font-weight: 300;
}
footer a,
footer span {
  color: white;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.8;
  line-height: 1.7142857143rem;
}
footer .catalog-footer-link {
  margin-top: 10px;
}
footer .mail-link {
  color: white;
  font-size: 1rem !important;
  opacity: 0.8 !important;
  font-weight: 300 !important;
  text-transform: none;
  line-height: 1.2142857143rem;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
footer .mail-link:hover {
  color: #d2a637 !important;
  opacity: 1 !important;
}
footer nav.nav-soc {
  margin-bottom: 15px;
}
footer nav.nav-soc .btn-soc {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  filter: grayscale(1);
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
footer nav.nav-soc .btn-soc:hover {
  opacity: 1;
  filter: grayscale(0);
}
footer nav.nav-soc .btn-soc.facebook {
  background-image: url("/images/site/social/icon-fb.png");
}
footer nav.nav-soc .btn-soc.instagram {
  background-image: url("/images/site/social/icon-inst.png");
}
footer nav.nav-soc .btn-soc.pinterest {
  background-image: url("/images/site/social/icon-pnt.png");
}
footer nav.nav-soc .btn-soc.vk {
  background-image: url("/images/site/social/icon-vk.png");
}
footer nav.nav-soc .btn-soc.ok {
  background-image: url("/images/site/social/icon-ok.png");
}
footer nav.nav-soc .btn-soc.twitter {
  background-image: url("/images/site/social/icon-tw.png");
}
footer nav.nav-soc .btn-soc.youtube {
  background-image: url("/images/site/social/icon-yt.png");
}
footer nav.nav-soc .btn-soc.telegram {
  background-image: url("/images/site/social/icon-tg.png");
}
footer .copyright {
  margin-bottom: 0;
  text-align: center;
}
footer .sitemap-link {
  text-align: center;
  margin-top: 10px;
}
footer .sitemap-link a {
  text-transform: none;
}

/*------------------------- Preloader -------------------------*/
.preloader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: white;
}
.preloader.forceshow {
  display: block;
}
.preloader.forceshow.hidden {
  display: none;
}

.preloader-feedback {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background: white;
}
.preloader-feedback.hidden {
  display: none;
}

@media (max-width: 767px) {
  .preloader {
    display: block;
  }
  .preloader.hidden {
    display: none;
  }
}
/*----------------------- Main News -----------------------*/
.light-modal {
  display: block;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 450px;
  max-height: 100%;
  overflow: auto;
  -webkit-box-shadow: -4px 4px 16px -1px rgba(34, 60, 80, 0.23);
  -moz-box-shadow: -4px 4px 16px -1px rgba(34, 60, 80, 0.23);
  box-shadow: -4px 4px 16px -1px rgba(34, 60, 80, 0.23);
}
.light-modal .modal-inner {
  display: block;
  padding: 25px;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  width: 100%;
}
.light-modal .modal-inner .modal-header {
  position: relative;
  margin-bottom: 20px;
}
.light-modal .modal-inner .modal-header .modal-close {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
}
.light-modal .modal-inner .modal-header h1 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.light-modal .modal-inner .modal-body p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.light-modal .modal-inner .modal-body p:last-child {
  margin-bottom: 0;
}
.light-modal .modal-inner .modal-body a {
  color: #d2a637;
  opacity: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.light-modal .modal-inner .modal-body a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .light-modal {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .light-modal {
    width: 100%;
  }
  .light-modal .modal-inner .modal-body p {
    font-size: 17px;
  }
}
.site-error {
  text-align: center;
}
.site-error .err-header {
  background-color: rgba(255, 255, 255, 0.3);
}
.site-error .err-header #err-slideshow {
  min-height: 500px;
  z-index: -1;
}
.site-error .err-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  display: inline-block;
  padding: 20px;
  transform: translateX(-50%);
}
.site-error .err-logo img {
  max-width: 400px;
}
.site-error .err-block {
  margin-top: -200px;
  background-color: white;
}
.site-error h1 {
  margin: 0;
  font-size: 15em;
}
.site-error h2 {
  font-size: 30px;
  margin: 0;
}
.site-error a.err-link {
  display: inline-block;
  color: white;
  background-color: #3e454d;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 15px;
  margin-bottom: 100px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.site-error .err-message {
  font-size: 16px;
  margin: 10px 0 70px 0;
}

.sitemap {
  text-align: left;
}
.sitemap div {
  font-size: 16px;
}
.sitemap div > div {
  margin-left: 20px;
}
.sitemap div a {
  color: black;
  font-size: 16px;
}
.sitemap div a:hover {
  color: #d2a637;
}

/* Search */
.search-bar {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
.search-bar .search-input {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #979797;
  border-radius: 25px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 2px;
  width: 100%;
  max-width: 24px;
  font-size: 14px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.search-bar .search-input:focus {
  outline: none;
}
.search-bar .search-input.show {
  max-width: calc(100% - 2px);
}
.search-bar .search-close {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  background: white;
  height: 26px;
  margin-top: 1px;
  z-index: 2;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.search-bar .search-close.show {
  opacity: 1;
  visibility: visible;
}
.search-bar .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 1px solid #979797;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  background-color: white;
  cursor: pointer;
  color: #979797;
  text-align: center;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.search-bar .search-button:hover {
  background-color: #d2a637;
  color: white;
}
.search-bar .search-button:hover img {
  filter: invert(1);
}
.search-bar .search-button img {
  width: 16px;
  transition: 0.3s all ease;
}
.search-bar #quick-search-results {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  box-shadow: 2px 2px 2px rgba(36, 63, 83, 0.23);
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .search-bar #quick-search-results {
    top: 31px;
  }
}
.search-bar #quick-search-results > .quick-search-title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 4px 10px;
  background-color: #f1f1f1;
  color: #888888;
  font-size: 12px;
  pointer-events: none;
}
.search-bar #quick-search-results > a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.search-bar #quick-search-results > a:hover {
  color: #d2a637;
}
.search-bar #quick-search-results::-webkit-scrollbar {
  width: 10px;
}
.search-bar #quick-search-results::-webkit-scrollbar-track {
  background-color: #ccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-bar #quick-search-results::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 5px;
}

/* Phone Button */
.header-call {
  display: flex;
  gap: 11px;
  z-index: 1;
}
.header-call > a {
  color: white;
  border: 1px solid #979797;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.header-call > a:hover {
  background-color: #d7af4c;
}
.header-call > a:hover img {
  filter: invert(1);
}
.header-call > a img {
  width: 14px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.header-call-tooltip {
  position: absolute;
  top: -1px;
  color: white;
  border-radius: 8px;
  width: 150px;
  padding: 6px 10px;
  background: #d2a637;
  pointer-events: none;
  opacity: 0;
  left: calc(100% + 25px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
@media (max-width: 1023px) {
  .header-call-tooltip {
    display: none;
  }
}

.descktop-call-tooltip {
  top: 15px;
}

.header-call-phone {
  position: relative;
}
.header-call-phone:hover .header-call-tooltip {
  left: calc(100% + 5px);
  opacity: 1;
}

.header-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header-buttons {
    font-size: 12px;
  }
}
.header-buttons {
  /* Salons Button */
}
.header-buttons .salons-btn {
  margin-right: 15px;
}
.header-buttons .salons-btn > a, .header-buttons .salons-btn > span {
  color: white;
  background-color: #d2a637;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  min-width: 142px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1199px) {
  .header-buttons .salons-btn > a, .header-buttons .salons-btn > span {
    padding: 5px 10px;
  }
}
@media (max-width: 1023px) {
  .header-buttons .salons-btn > a, .header-buttons .salons-btn > span {
    min-width: unset;
  }
}
.header-buttons .salons-btn > a, .header-buttons .salons-btn > span {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.header-buttons .salons-btn > a:hover, .header-buttons .salons-btn > span:hover {
  background-color: #d7af4c;
}
.header-buttons .region-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 100px;
}
@media (max-width: 1023px) {
  .header-buttons .region-btn {
    position: static;
  }
}
.header-buttons .region-btn > a {
  color: black;
  text-decoration: none;
  line-height: 14px;
  white-space: nowrap;
}
.header-buttons .region-btn > a > i {
  font-size: 12px;
  line-height: 14px;
}
.header-buttons .region-btn > .region-btn__confirm {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: -7px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  color: black;
  min-width: 330px;
  border: 1px solid #d2a637;
  z-index: 1;
}
.header-buttons .region-btn > .region-btn__confirm.show {
  display: block;
}
.header-buttons .region-btn > .region-btn__confirm > a {
  color: #d2a637;
  font-weight: bold;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .header-buttons .region-btn > .region-btn__confirm {
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}

.change-region-modal {
  display: none;
  background: rgba(0, 0, 0, 0.93);
  color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.change-region-modal .change-region-container {
  position: relative;
  width: 70vw;
  margin: auto;
  background: white;
  padding: 50px;
  max-width: 920px;
  text-align: left;
}
.change-region-modal .change-region-container p {
  font-size: 1.1428571429rem;
  color: #252525;
  margin: 0 0 25px 0;
  line-height: 125%;
}
.change-region-modal .change-region-container h3 {
  font-size: 1.2857142857rem;
  color: #252525;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.change-region-modal .change-region-container .regions {
  columns: 4 100px;
}
.change-region-modal .change-region-container .regions > a {
  display: block;
  color: black;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.change-region-modal .change-region-container .regions > a:hover {
  color: #d2a637;
}
.change-region-modal .btn-close {
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 50;
}
.change-region-modal .btn-close span {
  display: block;
  height: 4px;
  position: absolute;
  width: 38px;
  background: #fff;
}
.change-region-modal .btn-close span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.change-region-modal .btn-close span:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pohjabutton {
  display: inline-block;
  padding: 12px 26px;
  margin: 20px 10px 40px 10px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8571428571rem;
  line-height: 0.8571428571rem;
  background: #d2a637;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.pohjabutton:hover {
  background: #d7af4c;
}

.phone-corner-btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  background: #d2a637;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.phone-corner-btn:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.4);
}
.phone-corner-btn:hover .descktop-call-tooltip {
  left: calc(100% - 220px);
  opacity: 1;
  text-align: center;
}
.phone-corner-btn > i {
  font-size: 40px;
  color: white;
}

/*# sourceMappingURL=site.css.map */
