/* ------- ПОДКЛЮЧЕНИЕ ШРИФТОВ ------- */

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format('truetype');
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
}
@font-face {
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format('truetype');
    font-family: "Montserrat-Bold";
    font-weight: normal;
    font-style: normal;
}
@font-face {
  src: url("../fonts/ProstoOne/ProstoOne.eot");
  src: url("../fonts/ProstoOne/ProstoOne.eot?#iefix") format("embedded-opentype"),
  url("../fonts/ProstoOne/ProstoOne.woff") format("woff"),
  url("../fonts/ProstoOne/ProstoOne.ttf") format("truetype");
  font-family: "ProstoOne";
  font-weight: normal;
  font-style: normal;
}
div.footer__created .icon {
  margin-right: 10px;
  fill: #f7e9bd
}
.mask-content {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
.mask-content p {
}
.mask-content_img {
  margin-bottom: 30px;
}
.marquiz-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-weight: 300;
  padding: 10px 30px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #E7BB7F;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
  white-space: nowrap;
  border: none;
  width: auto;
  border-radius: 10em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: absolute;
  right: auto;
  top: 58%;
  font-size: 18px;
}
#bye_block {
  padding: 0;
}
.marquiz-link:hover {
  color: #f4f4f4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 8px 8px rgba(0, 0, 0, 0.24);
}
.quiz-modal-active .mymodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 90;
  overflow: auto;
}

.quiz-modal-active .mymodal_content {
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  margin-top:70px;
  position: relative;
}
.burger {
  width: 35px;
  height: 22px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10001; }
@media(max-width: 470px){
  .burger{
    margin-top: 8px;
  }
}
.bye_block {
  max-width: 1920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.header__btn-menu, .quiz_close {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-left: 10px;
  cursor: pointer;
  z-index: 2000;
}
div.quiz_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2005;
  display: none;
}
.quiz-modal-active div.quiz_close {
  display: block;
}
.header__btn-menu span ,.quiz_close span {
  position: absolute;
  width: 32px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12px;
  text-indent: -9999px;
  background: #ffffff;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.header__btn-menu span:before,
.header__btn-menu span:after,
.quiz_close span:before,
.quiz_close span:after{
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  top: -8px;
  background: #ffffff;
  -webkit-transition: 0.25s 0.25s top ease-in-out, 0.25s 0s transform ease-in-out;
  -o-transition: 0.25s 0.25s top ease-in-out, 0.25s 0s transform ease-in-out;
  transition: 0.25s 0.25s top ease-in-out, 0.25s 0s transform ease-in-out;
}
div.quiz_close span:before,
div.quiz_close span:after{
  background: #000;
}
.header__btn-menu span:after {
  top: 8px;
}

.is-menu-active .header__btn-menu span, div.quiz_close span {
  background: transparent;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.is-menu-active .header__btn-menu span:before,
.is-menu-active .header__btn-menu span:after,
div.quiz_close span:before,
div.quiz_close span:after{
  top: 0;
  -webkit-transform: scale(1.15) rotate(45deg);
  -ms-transform: scale(1.15) rotate(45deg);
  transform: scale(1.15) rotate(45deg);
  -webkit-transition: 0.25s 0s top ease-in-out, 0.25s 0.25s transform ease-in-out;
  -o-transition: 0.25s 0s top ease-in-out, 0.25s 0.25s transform ease-in-out;
  transition: 0.25s 0s top ease-in-out, 0.25s 0.25s transform ease-in-out;
}

.is-menu-active .header__btn-menu span:after, div.quiz_close span:after {
  -webkit-transform: scale(1.15) rotate(-45deg);
  -ms-transform: scale(1.15) rotate(-45deg);
  transform: scale(1.15) rotate(-45deg);
}

.header--fixed {
  background: rgba(0, 0, 0, 0.95);
}

.is-menu-active, .quiz-modal-active {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}


.burger span {
  width: 100%;
  height: 2px;
  position: relative;
  background: #FFFFFF;
  display: block; }
.burger span:before, .burger span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF; }
.burger span:before {
  top: -10px;
  -webkit-transition: top 200ms 200ms, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 200ms 200ms, -o-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); }
.burger span:after {
  bottom: -10px;
  -webkit-transition: bottom 200ms 200ms, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 200ms 200ms, -o-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1); }
.burger:hover span {
  background: #C0AA78;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.burger:hover span:before, .burger:hover span:after {
  background: #C0AA78;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.burger.active span {
  background: transparent;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.burger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 200ms, -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 200ms, -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: top 200ms, -o-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.burger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 200ms, -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 200ms, -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: bottom 200ms, -o-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.header__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.is-menu-active .header__menu  {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__btn-menu {
  display: block;
}
.menu::-webkit-scrollbar {
  width: 2px;
  background-color: #040404; }
.menu::-webkit-scrollbar-thumb {
  background: #D0BC8D; }
.menu .container {
  height: 100%; }
.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 71px;
  height: 100vh;
  max-height: 1249px; }
.partners__carousel {
  padding: 20px 0;
}
.partners__carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-item__img img {
  max-height: 100px;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}
.partners__section {
  box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
}
@media (max-width: 1450px) {
  .menu-wrapper {
    padding-top: 100px; } }
@media (max-width: 1380px) {
  .menu-wrapper {
    max-height: 1080px;
    padding-top: 98px;
    padding-bottom: 58px; } }
@media (max-width: 991px) {
  .quiz-modal-active .mymodal_content {
    margin-top: 0;
  }
  .menu-wrapper {
    padding-top: 54px;
    padding-bottom: 8px;
    max-height: 800px; } }
@media (max-width: 767px) {
  .menu-wrapper {
    max-height: 692px; } }
@media (max-width: 470px) {
  .menu-wrapper {
    padding-bottom: 0;
    max-height: 600px; } }
@media (max-width: 767px) {
  .menu-logo {
    max-width: 180px; } }
@media (max-width: 470px) {
  .menu-logo {
    max-width: 136px; } }
.menu-logo img {
  width: 100%; }
.menu-bottom {
  padding-bottom: 50px;
  margin-top: 50px; }
@media (max-width: 470px) {
  .menu-bottom {
    padding-bottom: 47px;
    width: 100%;
    max-width: 338px; } }
.menu__btn {
  width: 338px;
  padding: 25px 40px; }
@media (max-width: 470px) {
  .menu__btn {
    padding: 20px 24.5px;
    width: 100%; } }
.menu-list {
  display: block;
  grid-gap: 35px;
  margin-top: 144px;
  margin-bottom: 238px;
  text-align: center;
  }
.menu-list li {
  margin: 10px 0;
}
@media (max-width: 1450px) {
  .menu-list {
    margin-top: 100px;
    margin-bottom: 138px; } }
@media (max-width: 1380px) {
  .menu-list {
    margin-top: 98px; } }
@media (max-width: 991px) {
  .menu-list {
    margin-top: 64px;
    margin-bottom: 50px;
    grid-gap: 30px; } }
@media (max-width: 767px) {
  .menu-list {
    grid-gap: 24px; } }
@media (max-width: 470px) {
  .menu-list {
    margin-top: 46px;
    margin-bottom: 39px; } }
.menu-list a {
  cursor: pointer;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
display: block}
@media (max-width: 991px) {
  .menu-list a {
    font-size: 24px; } }
@media (max-width: 767px) {
  .menu-list a {
    font-size: 20px; } }
.menu-list a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #D0BC8D;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.menu-list a:hover {
  color: #D0BC8D;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.menu-list a:hover:after {
  width: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0,0,0,0.7);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  /*   padding-bottom: 50px;  */
}
.popup-wrap{
  width: 100%;
  height: 100%;
  padding: 250px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .popup {
    padding-top: 100px; } }
@media (max-width: 1390px) {
  .popup {
    padding-top: 50px; } }
.popup-wr {
  position: relative;
  background: #fff;
  max-width: 713px;
  margin-left: auto;
  margin-right: auto;
  padding: 63px 110px 60px;
  border-radius: 2px; }
@media (max-width: 740px) {
  .popup-wr {
    margin-left: 20px;
    margin-right: 16px;
    padding: 33px 30px 44px; } }
@media (max-width: 380px) {
  .popup-wr {
    padding: 22px 20px 30px; } }
.popup__title {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 42px;
  line-height: 110%; }
@media (max-width: 740px) {
  .popup__title {
    font-size: 28px;
    margin-bottom: 18px; } }
.popup-lbl {
  margin-top: 47px !important; }
@media (max-width: 740px) {
  .popup-lbl {
    margin-top: 51px !important; } }
@media (max-width: 380px) {
  .popup-lbl {
    margin-top: 30px !important; } }
@media (max-width: 380px) {
  .popup-lbl span {
    font-size: 16px !important; } }
.popup .quiz-contact_politic {
  display: block;
  margin-top: 27px; }
@media (max-width: 380px) {
  .popup .quiz-contact_politic {
    margin-top: 20px; } }
.popup__send {
  margin-left: 0 !important;
  margin-top: 51px; }
@media (max-width: 740px) {
  .popup__send {
    max-width: 256px !important;
    margin-left: auto !important;
    margin-right: auto; } }
@media (max-width: 380px) {
  .popup__send {
    margin-top: 30px; } }
.popup .close {
  right: 30px;
  top: 30px; }
.popup .close path {
  stroke: #040404; }
@media (max-width: 740px) {
  .popup .close {
    right: 21px;
    top: 23px; } }
.hero {
  overflow: hidden;
  height: 100vh;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto; }
@media (min-width: 1921px) {
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#131212), color-stop(95%, rgba(0, 0, 0, 0.01)));
    background: -o-linear-gradient(left, #131212 0%, rgba(0, 0, 0, 0.01) 95%);
    background: linear-gradient(90deg, #131212 0%, rgba(0, 0, 0, 0.01) 95%);
    z-index: 10; } }
@media (min-width: 1921px) {
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#131212), color-stop(95%, rgba(0, 0, 0, 0.01)));
    background: -o-linear-gradient(right, #131212 0%, rgba(0, 0, 0, 0.01) 95%);
    background: linear-gradient(-90deg, #131212 0%, rgba(0, 0, 0, 0.01) 95%);
    z-index: 1; } }
@media (max-width: 950px) {
  .hero {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .hero {
    padding-bottom: 30px; } }
@media (max-width: 490px){
  .hero {
    max-height: 629px;
  }
}
.hero-bg {
  width: 100%;
  flex-grow: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 1100px) {
  .hero-bg {
    background-position: 50% 60px;
    background-size: 151.5%; } }
@media (max-width: 767px) {
  .hero-bg {
    background-position: 35% 75px;
    background-size: 167%;
    padding-right: 40px; } }
@media (max-width: 470px) {
  .hero-bg {
    padding-right: 0;
    background-position: 38% 73px;
    background-size: 205.5%; } }
.hero-bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -130px;
  width: 100%;
  height: 430px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(36.38%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(0, #000000 36.38%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0, #000 36.38%, rgba(0, 0, 0, 0) 100%); }
@media (max-width: 1300px) {
  .hero-bg:after{
    bottom: -190px;} }
@media (max-width: 1100px) {
  .hero-bg:after{
    bottom: -165px;} }
@media (max-width: 950px) {
  .hero-bg:after {
    height: 204px;
    bottom: -50px;} }
@media (max-width: 767px) {
  .hero-bg:after {
    height: 260px;
    bottom: -30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0)), color-stop(67%, #040404));
    background: -o-linear-gradient(top, rgba(4, 4, 4, 0) 0%, #040404 67%);
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, #040404 67%); } }
@media (max-width: 470px) {
  .hero-bg:after {
    height: 370px; } }
.hero-bg .container {
  height: 100%;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  padding: 0 0 100px}
.hero-abs {
  width: 859px;
  z-index: 100;
  position: absolute;
  left: 170px;
  top: 0;
  height: 1130px; }
@media (max-width: 1100px) {
  .hero-abs {
    width: 703px;
    top: -70px;
    height: 1095px;
    left: 129px; } }
@media (max-width: 950px) {
  .hero-abs {
    width: 525px; } }
@media (max-width: 767px) {
  .hero-abs {
    top: 0!important;
    width: 100%;
    left: 110px!important; } }
@media (max-width: 470px) {
  .hero-abs {
    display: none; } }
@media (max-height: 1160px){
  .hero-abs {
    height: 1050px;
    top: -110px;
  }
}
@media (max-height: 990px){
  .hero-abs {
    height: 1015px;
    top: -195px;
    left: 245px;
  }
}
@media (max-height: 850px){
  .hero-abs {
    top: -225px;
    width: 592px;
    left: 257px;
    height: 962px;
  }
}
.header .container {
  max-width: 1280px;
  padding: 0;
}
.hero-content {
  position: absolute;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 99px;
  height: 99px; }
@media (max-width: 1370px){
  .hero-bg .container, .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-content {
    width: 85px;
    height: 85px; }
}
@media (max-width: 950px) {
  .hero-content {
    width: 77px;
    height: 77px; } }
.hero-content img {
  width: 100%; }
.hero-content_box {
  padding: 20px 26px;
  width: 261px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(100%, -53%);
  -ms-transform: translate(100%, -53%);
  transform: translate(100%, -53%);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: 300; }
.hero-content_box.right{
  right: unset;
  left: 25px;
  -webkit-transform: translate(-100%, -53%);
  -ms-transform: translate(-100%, -53%);
  transform: translate(-100%, -53%);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .hero-content_box {
    padding: 9px;
    padding-left: 14px;
    width: 217px;
    font-size: 13px; } }
.hero-content_box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
  width: 25px;
  height: 25px;
  z-index: -1; }
.hero-content_box.right:before{
  left: unset;
  right: 0;

}
.hero-content:hover img {
  -webkit-animation: plus 0.5s forwards;
  animation: plus 0.5s forwards;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.hero-content:hover .hero-content_box {
  opacity: 1;
  -webkit-transform: translate(105%, -53%);
  -ms-transform: translate(105%, -53%);
  transform: translate(105%, -53%); }
.hero-content:hover .hero-content_box.right{
  -webkit-transform: translate(-105%, -53%);
  -ms-transform: translate(-105%, -53%);
  transform: translate(-105%, -53%);
}
.hero-bottom {
  position: absolute;
  left: 50%;
  top: 382px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1; }
@media (max-width: 991px) {
  .hero-bottom {
    display: none; } }
.hero__title {
  font-weight: 300;
  font-size: 52px;
  line-height: 116%;
  color: #f6ead0;
  font-weight: 300;
  position: relative;
  text-shadow: 1px 1px 6px #4b4037}
@media (max-height: 850px){
  .hero__title {
    font-size: 42px;
  }
  .hero__subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 1367px){
  .hero__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .hero__title {
    font-size: 40px; } }
@media (max-width: 767px) {
  .hero__title {
    font-size: 30px;
  margin-bottom: 0} }
.hero__subtitle {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f7e9bd;
  margin-top: 10px;
  position: relative; }
@media (max-height: 850px){
  .header{
    height: 80px;
  }
  .header .container{
    height: 100%;
    padding: 0 20px;
  }
  .hero-bg .container{
    padding: 0 20px 60px;
  }
  .header-row{
    height: 100%;
  }
}
@media (max-width: 1300px) {
  .hero__subtitle {
    margin-top: 20px;
    font-size: 16px; } }
@media (max-width: 950px) {
  .hero__subtitle {
    font-size: 18px; } }
@media (max-width: 767px) {
  .hero-bg .container {
    padding-bottom: 0;
  }
  .hero__subtitle {
    font-size: 15px;
    margin-bottom: 0} }
.hero-scroll {
  width: 100%;
  position: absolute;
  padding-top: 49px;
  padding-bottom: 29px;
  text-align: center;
  z-index: 99;
  line-height: 0;
  bottom: 0;
  left: 0;}
@media (max-width: 1100px) {
  .hero-scroll {
    padding-bottom: 47px; } }
@media (max-width: 950px) {
  .hero-scroll {
    display: none; } }
.hero-scroll__item {
  display: inline-block;
  cursor: pointer;
  position: relative; }
.hero-scroll .img-svg .scr1 {
  -webkit-animation: op3 1s steps(5, start) infinite;
  animation: op3 1s steps(5, start) infinite; }
.hero-scroll .img-svg .scr2 {
  -webkit-animation: op2 1s steps(5, start) infinite;
  animation: op2 1s steps(5, start) infinite; }
.hero-scroll .img-svg .scr3 {
  -webkit-animation: op1 1s steps(5, start) infinite;
  animation: op1 1s steps(5, start) infinite; }
@media (max-height: 850px){
  .hero-scroll {
    padding: 0 0 15px;
  }
}
@-webkit-keyframes op1 {
  0% {
    opacity: 0.1; }
  11% {
    opacity: 0.1; }
  22% {
    opacity: 0.1; }
  33% {
    opacity: 0.15; }
  44% {
    opacity: 0.25; }
  55% {
    opacity: 0.5; }
  66% {
    opacity: 1; }
  77% {
    opacity: 0.5; }
  88% {
    opacity: 0.25; }
  100% {
    opacity: 0.15; } }

@keyframes op1 {
  0% {
    opacity: 0.1; }
  11% {
    opacity: 0.1; }
  22% {
    opacity: 0.1; }
  33% {
    opacity: 0.15; }
  44% {
    opacity: 0.25; }
  55% {
    opacity: 0.5; }
  66% {
    opacity: 1; }
  77% {
    opacity: 0.5; }
  88% {
    opacity: 0.25; }
  100% {
    opacity: 0.15; } }

@-webkit-keyframes op2 {
  0% {
    opacity: 0.1; }
  11% {
    opacity: 0.15; }
  22% {
    opacity: 0.25; }
  33% {
    opacity: 0.5; }
  44% {
    opacity: 1; }
  55% {
    opacity: 0.5; }
  66% {
    opacity: 0.25; }
  77% {
    opacity: 0.15; }
  88% {
    opacity: 0.1; }
  100% {
    opacity: 0.1; } }

@keyframes op2 {
  0% {
    opacity: 0.1; }
  11% {
    opacity: 0.15; }
  22% {
    opacity: 0.25; }
  33% {
    opacity: 0.5; }
  44% {
    opacity: 1; }
  55% {
    opacity: 0.5; }
  66% {
    opacity: 0.25; }
  77% {
    opacity: 0.15; }
  88% {
    opacity: 0.1; }
  100% {
    opacity: 0.1; } }

@-webkit-keyframes op3 {
  0% {
    opacity: 0.25; }
  11% {
    opacity: 0.5; }
  22% {
    opacity: 1; }
  33% {
    opacity: 0.5; }
  44% {
    opacity: 0.25; }
  55% {
    opacity: 0.15; }
  66% {
    opacity: 0.1; }
  77% {
    opacity: 0.1; }
  88% {
    opacity: 0.1; }
  100% {
    opacity: 0.15; } }

@keyframes op3 {
  0% {
    opacity: 0.25; }
  11% {
    opacity: 0.5; }
  22% {
    opacity: 1; }
  33% {
    opacity: 0.5; }
  44% {
    opacity: 0.25; }
  55% {
    opacity: 0.15; }
  66% {
    opacity: 0.1; }
  77% {
    opacity: 0.1; }
  88% {
    opacity: 0.1; }
  100% {
    opacity: 0.15; } }

@-webkit-keyframes plus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes plus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background: -webkit-gradient(linear, left top, left bottom, from(#040404), to(rgba(4, 4, 4, 0)));
  background: -o-linear-gradient(top, #040404 0%, rgba(4, 4, 4, 0) 100%);
  background: linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
  z-index: 100; }
@media (max-width: 1100px) {
  .header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #040404), to(rgba(4, 4, 4, 0)));
    background: -o-linear-gradient(top, #040404 70%, rgba(4, 4, 4, 0) 100%);
    background: linear-gradient(180deg, #040404 70%, rgba(4, 4, 4, 0) 100%); } }
.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (max-width: 1100px) {
  .header-row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 44px;
  color: #fff; }
.header-right a{
  color: #fff;
  text-decoration: none;
  outline: none;
}
@media (max-width: 950px) {
  .header-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }
@media (max-width: 767px) {
  .header-right {
    padding-top: 20px; } }
@media (max-width: 470px) {
  .header-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media (max-width: 950px) {
  .header-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.header__tel {
  font-size: 24px;
  line-height: 130%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-weight: 300; }
.header__tel:hover {
  color: #C0AA78;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
@media (max-width: 767px) {
  .header__tel {
    font-size: 20px; } }
@media (max-width: 470px) {
  .header__tel {
    font-size: 18px;
    letter-spacing: 0.005em; } }
.header__btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-block: 7px;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-weight: 300; }
@media (max-width: 767px) {
  .header__btn {
    font-size: 12px;
    letter-spacing: 0.04em; } }
@media (max-width: 470px) {
  .header__btn {
    font-size: 11px;
    margin-block: 11px;
    letter-spacing: 0.05em; } }
.header__btn:after {
  content: '';
  position: absolute;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: #C0AA78;
  left: 0; }
.header__btn:hover {
  color: #C0AA78;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.custom-logo-link {
  position: relative;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.5)); }
.custom-logo-link .logo{
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100px;
}
.custom-logo-link span{
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #040404;
}
@media (max-width: 1370px) {
  .custom-logo-link {
    max-width: 160px; }
  .custom-logo-link .logo{
    width: 105px;
    top: 15px;
  }
  .custom-logo-link span{
    font-size: 12px;
    bottom: 30px;
  }
  .custom-logo-link .logo-wrap{
    width: 100%;
    margin-top: 0;
  }}
.logo-wrap {
  margin-top: -50px;
}
@media (max-width: 1100px) {
  .custom-logo-link {
    margin-right: auto; } }
@media (max-width: 950px) {
  .custom-logo-link {
    display: none; } }
.lang {
  cursor: pointer;
  margin-left: 50px;
  position: relative;
  margin-right: 44px; }
.lang-wr{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: none;
}
.lang-wr img{
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}
.lang-wr img.active{
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  transform: rotate(180deg);
}
.lang-list{
  display: none;
  width: 100%;
  background: rgba(164, 145, 103, 0.5);
  position: absolute;
  bottom: -5px;
  transform: translateY(100%);
  left: 0;
}
@media (max-width: 950px) {
  .lang {
    margin-left: auto;
    margin-right: 25px; } }
@media (max-width: 470px) {
  .lang {
    margin-right: 18px;
    margin-top: 10px; } }
.lang__text {
  font-size: 16px;
  line-height: 130%;
  margin-right: 8px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-weight: 300;
  text-transform: uppercase; }
.menu-item:hover {
  color: #C0AA78;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
.current-menu-item{
  position: absolute;
  left: -9999999px;
}
.menu-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.menu-item a{
  margin-right: 0;
}
.footer {
  color: #fff;
  padding-bottom: 75px; }
.footer .container{
  position: relative;
}
.read-more {
    display: none;
    color: #f7e9bd
}
@media (max-width: 991px) {
  .footer {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
   .mobile-toggle {
       display: none;
       text-align: center;
    }
    .mobile-toggle p:first-child{
        margin-top: 0;
    }
    .read-more {
        display: inline-block;
        cursor: pointer;

    }
  .footer {
    padding-top: 66px; } }

@media (max-width: 380px) {
  .footer {
    padding-top: 43px;
    overflow: hidden;
    position: relative; } }
.footer__abs {
  display: none;
  position: absolute;
  top: -565px;
  left: 0;
  width: 100%; }
@media (max-width: 380px) {
  .footer__abs {
    display: block; } }
.mask {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 25px; }
.mask-wr {
  position: relative;
  padding: 96px 0 44px;
  z-index: 1; }
@media (max-width: 1030px) {
  .mask-wr {
    padding-bottom: 0; } }
@media (max-width: 991px) {
  .mask-wr {
    padding-top: 47px; } }
@media (max-width: 720px) {
  .mask-wr {
    padding-bottom: 30px; } }
@media (max-width: 380px) {
  .mask-wr {
    padding-bottom: 20px; } }
@media (max-width: 470px) {
  .mask-content p {
    font-size: 16px;
  }

  .mask .container {
    padding-left: 19px;
    padding-right: 19px; } }
.mask__title {
  font-weight: 300;
  font-size: 42px;
  line-height: 110%;
  color: #040404;
  margin: 63px 0 50px; }
h2.mask__title span {
  color: inherit;
}
@media (max-width: 991px) {
  .mask__title {
    font-size: 30px;
    margin: 36px 0 26px; } }
@media (max-width: 470px) {
  .mask__title {
    font-size: 26px;
    margin: 40px 0 28px; } }
.mask__title~p {
  font-size: 18px;
  line-height: 130%;
  color: #040404;
  opacity: 0.64;
  font-weight: 300; }
@media (max-width: 991px) {
  .mask__title~p {
    font-size: 15px; } }
.mask__title~p+p {
  margin-top: 15px; }

@media (max-width: 1030px) {
  .mask-content {
    max-width: 728px; } }
@media (max-width: 1030px) {
  .mask-content {
    max-width: 728px; } }
@media (max-width: 991px) {
  .mask-content {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 470px) {
  .mask-content {
    padding: 0; } }
@media (max-width: 991px) {
  .mask-content img {
    max-width: 143px;
    height: auto; } }
.mask__abs {
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }
@media (max-width: 991px) {
  .mask__abs {
    max-width: 91%;
    top: 17px; } }
.functions {
  padding: 65px 0 45px;
  position: relative;
  overflow: hidden;
  background-color: #6a5442;
  color: #fff;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;}
.functions h2 {
  color: #fff;
}
@media (max-width: 1030px) {
  .functions {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .functions {
    padding-top: 34px;
    padding-bottom: 0} }
.functions:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  background: #f2f2f2; }
@media (max-width: 767px) {
  .functions:before {
    display: none; } }
.functions .container {
  position: relative; }
@media (max-width: 767px) {
  .functions .container {
    padding-left: 0;
    padding-right: 0; } }
.functions__abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
@media (max-width: 767px) {
  .functions__abs {
    display: none; } }
.functions h2 {
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
  margin: 0 0 30px;
  font-family: 'Montserrat'}

@media (max-width: 767px) {
  .functions h2 {
    font-size: 18px;
    margin-bottom: 30px; } }

.functions h2 span {
  font-weight: 400;
  display: block;
  color: #D0BC8D; }
.functions-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 767px) {
  .functions-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.functions-box.left {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;}
@media (max-width: 1030px) {
  .functions-box.left {
    width: 50%;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset; } }
@media (max-width: 767px) {
  .functions-box.left {
    width: 100%;
    padding-bottom: 40px;
    background-image: url(../img/mask.svg);
    background-repeat: repeat;
    background-size: contain;}
.functions .mask__abs {
  display: none;
}}
.functions-box.right {
  width: 50%;
  min-width: 50%;
  padding-left: 90px;
  padding-right: 20px;
  color: #574c43}
@media (max-width: 1030px) {
  .functions-box.right {
    width: 50%;
    padding-top: 0;
    padding-left: 44px; } }
@media (max-width: 767px) {
  .functions-box.right {
    width: 100%;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-gap: 40px;
    background: #f2f2f2;
    background-image: url(../img/mask.svg);
    background-repeat: repeat;
    background-size: contain;} }
@media (max-width: 380px) {
  .functions-box.right {
    padding-left: 16px;
    padding-right: 16px; } }
.functions-box.right .functions-list {
  max-width: 430px; }
@media (max-width: 1030px) {
  .functions-box.right .functions-list {
    max-width: 380px; } }
.functions-box.right .functions-list__item {
  font-size: 16px; }
.functions-box_item:first-child h4 span{
  display: block;
}
@media (max-width: 767px) {
  .functions-box_item:first-child h4 span{
    display: inline;
  }
  .functions-box {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 380px) {
  .functions-box {
    padding-left: 16px;
    padding-right: 16px; } }
.functions-box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  position: relative;
  margin: 0 0 30px; }
@media (max-width: 767px) {
  .functions-box h4 {
    font-size: 18px; } }
.functions-box h4 span {
  color: #D0BC8D;
  font-weight: 400; }
/*.functions-box h4:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*left: -90px;*/
  /*top: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  /*background-image: url("../img/plus.svg");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: 50% 50%;*/
  /*width: 32px;*/
  /*height: 32px; }*/
@media (max-width: 1320px) {
  .functions-box h4:before {
    left: -88px; } }
@media (max-width: 1030px) {
  .functions-box h4:before {
    left: -44px; } }
@media (max-width: 767px) {
  .functions-box h4:before {
    display: none; } }
.functions ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  max-width: 495px;
  padding: 0;
  margin-bottom: 30px}
@media (max-width: 1030px) {
  .functions ul {
    max-width: 438px; } }
.functions ul li {
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20px}
@media (max-width: 1030px) {
  .functions ul li {
    font-size: 15px; } }
.functions ul li:before {
  content: '';
  position: absolute;
  top: 4.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 4px solid #ebd7a8; }
@media (max-width: 380px) {
  .functions ul li:before {
    margin-right: 15px; } }
.functions-block {
  margin-top: 89px; }
@media (max-width: 1030px) {
  .functions-block {
    margin-top: 66px; } }
@media (max-width: 767px) {
  .functions-block {
    margin-top: 46px; } }
.functions-block__text {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 0 25px; }
@media (max-width: 1030px) {
  .functions-block__text {
    font-size: 15px; } }
.functions-block_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px; }
@media (max-width: 1030px) {
  .functions-block_row {
    margin-bottom: 28px; } }
@media (max-width: 767px) {
  .functions-block_row {
    margin-bottom: 23px; } }
.functions-block_row:last-child {
  margin-bottom: 0; }
.functions-block_row img {
  margin-top: 5px; }
.functions-bottom {
  margin-top: 98px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
@media (max-width: 1030px) {
  .functions-bottom {
    margin-top: 103px; } }
@media (max-width: 767px) {
  .functions-bottom {
    margin-top: 0;
    padding-left: 21px;
    padding-right: 21px;
    background: -o-linear-gradient(276.51deg, #171717 97.79%, #171717 97.79%);
    background: linear-gradient(173.49deg, #171717 97.79%, #171717 97.79%);
    padding-bottom: 81px; } }
.functions-bottom img {
  width: 100%;
  height: auto; }
.functions-bottom__text {
  font-size: 16px;
  line-height: 140%; }
.menu__btn.btn {
  color: #222;
  letter-spacing: 0;
}
.menu__btn.btn img {
  margin-left: 8px;
}
html.lock,
body.lock, body.lock main{
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
}
@media(max-height: 1176px){
  .menu-wrapper{
    padding-top: 95px;
    padding-bottom: 0;
  }
  .menu-list{
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
  }
}
@media(max-height: 900px){
  .menu-list{
    grid-gap: 15px;
  }
}
@media(max-height: 820px){
  .menu-list{
    margin-top: 75px;
  }
  .menu-logo{
    max-width: 170px;
  }
  .menu-list a{
    font-size: 20px;
  }
  .menu-wrapper{
    padding-top: 60px;
  }
  .menu-list{
    margin-top: 55px;
  }
}
@media (max-width: 380px) {
  .functions-bottom__text {
    font-size: 15px; } }
.functions-bottom_block {
  position: absolute;
  right: auto;
  top: -58px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 433px;
  padding: 20px 42px;
  background: -o-linear-gradient(309.74deg, #DAC38E 2%, #AB925A 98.79%);
  background: linear-gradient(140.26deg, #DAC38E 2%, #AB925A 98.79%);
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.4));
  border-radius: 2px; }
@media (max-width: 1030px) {
  .functions-bottom_block {
    right: 14px; } }
@media (max-width: 767px) {
  .functions-bottom_block {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 81px;
    max-width: 100%;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 380px) {
  .functions-bottom_block {
    padding-left: 16px;
    padding-right: 16px; } }
/* ------- ПОДКЛЮЧЕНИЕ БИБЛИОТЕК ------- */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #574c43;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #574c43;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
}
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee;
}

.jp-audio {
  width: 420px;
}

.jp-audio-stream {
  width: 182px;
}

.jp-video-270p {
  width: 480px;
}

.jp-video-360p {
  width: 640px;
}

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */

.jp-video-full div div {
  z-index: 1000;
}

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

.jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%;
}

.jp-audio .jp-interface {
  height: 80px;
}

.jp-audio-stream .jp-interface {
  height: 80px;
}

.jp-video .jp-interface {
  border-top: 1px solid #009be3;
}

/* @group CONTROLS */

.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.jp-audio .jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px;
}

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px;
}

.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px;
}

.jp-video .jp-controls {
  float: left;
}

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.jp-play {
  width: 40px;
  height: 40px;
}

.jp-play {
  background: url("../img/jplayer.blue.monday.jpg") 0 0 no-repeat;
}

.jp-play:focus {
  background: url("../img/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}

.jp-state-playing .jp-play {
  background: url("../img/jplayer.blue.monday.jpg") 0 -42px no-repeat;
}

.jp-state-playing .jp-play:focus {
  background: url("../img/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

.jp-stop,
.jp-previous,
.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}

.jp-stop {
  background: url("../img/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px;
}

.jp-stop:focus {
  background: url("../img/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

.jp-previous {
  background: url("../img/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}

.jp-previous:focus {
  background: url("../img/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

.jp-next {
  background: url("../img/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}

.jp-next:focus {
  background: url("../img/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}

.jp-audio .jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}

.jp-audio .jp-type-single .jp-progress {
  left: 110px;
  width: 186px;
}

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px;
}

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}

.jp-seek-bar {
  background: url("../img/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

.jp-play-bar {
  background: url("../img/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}

/* The seeking class is added/removed inside jPlayer */

.jp-seeking-bg {
  background: url("../img/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */

.jp-state-no-volume .jp-volume-controls {
  display: none;
}

.jp-volume-controls {
  position: absolute;
  top: 32px;
  left: 308px;
  width: 200px;
}

.jp-audio-stream .jp-volume-controls {
  left: 70px;
}

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px;
}

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px;
}

.jp-volume-max {
  left: 74px;
}

.jp-mute {
  background: url("../img/jplayer.blue.monday.jpg") 0 -170px no-repeat;
}

.jp-mute:focus {
  background: url("../img/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}

.jp-state-muted .jp-mute {
  background: url("../img/jplayer.blue.monday.jpg") -60px -170px no-repeat;
}

.jp-state-muted .jp-mute:focus {
  background: url("../img/jplayer.blue.monday.jpg") -79px -170px no-repeat;
}

.jp-volume-max {
  background: url("../img/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}

.jp-volume-max:focus {
  background: url("../img/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("../img/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer;
}

.jp-volume-bar-value {
  background: url("../img/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}

/* @end */

/* @group current time and duration */

.jp-audio .jp-time-holder {
  position: absolute;
  top: 50px;
}

.jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px;
}

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 166px;
  width: 130px;
}

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: 0.64em;
  font-style: oblique;
}

.jp-current-time {
  float: left;
  display: inline;
  cursor: default;
}

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer;
}

.jp-video .jp-current-time {
  margin-left: 20px;
}

.jp-video .jp-duration {
  margin-right: 20px;
}

/* @end */

/* @group playlist */

.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none;
}

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: 0.72em;
  font-weight: bold;
}

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: 0.72em;
}

.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}

.jp-playlist li div {
  display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

span.jp-artist {
  font-size: 0.8em;
  color: #666;
}

/* @end */

.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

.jp-video-full .jp-video-play {
  height: 100%;
}

.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../img/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.jp-video-play-icon:focus {
  background: url("../img/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}

.jp-jplayer {
  background-color: #574c43;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer;
}

.jp-full-screen {
  background: url("../img/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}

.jp-full-screen:focus {
  background: url("../img/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

.jp-state-full-screen .jp-full-screen {
  background: url("../img/jplayer.blue.monday.jpg") -60px -310px no-repeat;
}

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../img/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

.jp-repeat {
  background: url("../img/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

.jp-repeat:focus {
  background: url("../img/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

.jp-state-looped .jp-repeat {
  background: url("../img/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

.jp-state-looped .jp-repeat:focus {
  background: url("../img/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

.jp-shuffle {
  background: url("../img/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}

.jp-shuffle:focus {
  background: url("../img/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

.jp-state-shuffled .jp-shuffle {
  background: url("../img/jplayer.blue.monday.jpg") -60px -270px no-repeat;
}

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../img/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
  padding: 5px;
  font-size: 0.8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #574c43;
  display: none;
}

.jp-no-solution a {
  color: #574c43;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */

/*! jQuery UI - v1.12.1 - 2021-01-24
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */

@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/*
 * Fade with scale
 */

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

/*
 * Fade with slide
 */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/*
 * Scale
 */

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}

/*
 * Shake
 */

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Direction modifiers
 ========================================================================== */

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Duration modifiers
========================================================================== */

.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/* Origin modifiers
========================================================================== */

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
}

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
}

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
}

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */

/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */

.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Keyframes: Fade with slide
 ========================================================================== */

/*
 * Top
 */

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Bottom
 */

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Left
 */

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Right
 */

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Keyframes: Fade with scale
 ========================================================================== */

/*
 * Scale by 0.2
 */

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Scale by 1.5
 * Used by slideshow component
 */

@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Scale by 1.8
 */

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */

/*
 * Left
 */

@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Right
 */

@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Left third
 */

@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Right third
 */

@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Keyframes: Scale
 ========================================================================== */

@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */

@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* Keyframes: Shake
 ========================================================================== */

@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */

/*
 * Top fixed
 */

@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Bottom fixed
 */

@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* It's hidden, but still affects layout */

[data-uk-scrollspy] {
  visibility: hidden !important;
}

.uk-scrollspy-inview {
  visibility: visible !important;
}
/* ------- СБРОС СТИЛЕЙ ------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ------- ОБЩИЕ СТИЛИ ------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  font: 16px "Montserrat", sans-serif;
  line-height: 1.5;
  color: #574c43;
  background: #fff;
}

h1 {
  font-family: "ProstoOne", sans-serif;
  line-height: 120%;
  color: #6a5442;
}
h2,
h3 {
    font-family: "Montserrat-Bold";
    line-height: 120%;
    color: #6a5442;
    font-weight: 400
}
h1 span,
h2 span,
h3 span {
  color: #f7e9bd;
}

h1 {
  margin: 0 0 30px;
  font-size: 54px;
}

h2 {
  margin: 0 0 20px;
  font-size: 34px;
}

h3 {
  margin: 0 0 20px;
  font-size: 22px;
}

p span {
      color: #E7BB7F;
      font-weight: 300;
}

a {
  color: #f7e9bd;
  -webkit-transition: 0.25s color ease-in-out;
  -o-transition: 0.25s color ease-in-out;
  transition: 0.25s color ease-in-out;
}

a:hover,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.row,
.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrapper {
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
}

/* ------- СТИЛИЗАЦИЯ БИБЛИОТЕК ------- */

/* Lazy */

.lazy {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.7s opacity ease-in-out;
  -o-transition: 0.7s opacity ease-in-out;
  transition: 0.7s opacity ease-in-out;
}

.lazy[data-loaded="true"] {
  opacity: 1;
}

/* Owl carousel */

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.owl-prev svg,
.owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  fill: #000;
  -webkit-transition: 0.25s fill ease-in-out;
  -o-transition: 0.25s fill ease-in-out;
  transition: 0.25s fill ease-in-out;
}

.owl-prev:hover svg,
.owl-next:hover svg {
  fill: #2F271C;
}

.owl-prev {
  left: 10px;
}

.owl-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-next {
  right: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #f7e9bd;
  border: 2px solid #f7e9bd;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #f7e9bd;
}

.owl-dots {
  padding-top: 20px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #E5E5E5;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.owl-dots button.owl-dot.active {
  background: #f7e9bd;
}

.owl-carousel .owl-item div.owl-lazy[src^=""],
.owl-carousel .owl-item div.owl-lazy:not([src]) {
  max-height: none;
}

/* UI slider */

.ui-slider {
  background: none;
}

.ui-slider:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #E8E8E8;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  background: #f7e9bd;
}

.ui-slider .ui-slider-range {
  background: none;
}

.ui-slider .ui-slider-range:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #f7e9bd;
}

.ui-slider-horizontal {
  height: 40px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.ui-slider-horizontal.ui-slider {
  border: none;
  border-radius: 0;
}

/* jPlayer */

.jp-volume-bar {
  display: none;
}

.jp-interface {
  background: #ffffff;
}

.jp-audio {
  width: auto;
}

.jp-audio .jp-interface {
  height: 40px;
}

.jp-audio .jp-controls {
  width: auto;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}

.jp-audio .jp-progress-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  color: #000;
  border: none;
  background: #ffffff;
}

.jp-controls-holder {
  width: auto;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
}

.jp-play {
  width: 40px;
  height: 40px;
  background: #f7e9bd url("../img/play.svg") center center no-repeat;
  background-size: 16px 16px;
  -webkit-transition: 0.25s background-color ease-in-out;
  -o-transition: 0.25s background-color ease-in-out;
  transition: 0.25s background-color ease-in-out;
}

.jp-play:hover {
  background-color: #F3CB94;
}

.jp-play:focus {
  background: #DCB176 url("../img/play.svg") center center no-repeat;
  background-size: 16px 16px;
}

.jp-current-time,
.jp-duration {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-style: normal;
  cursor: default;
}

.jp-mute,
.jp-volume-max {
  width: 16px;
  height: 16px;
}

.jp-mute {
  background: url("../img/volume.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.jp-mute:focus {
  background: url("../img/volume.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.jp-volume-controls {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
}

.jp-volume-controls button {
  position: relative;
}

.jp-state-playing .jp-play {
  background: #f7e9bd url("../img/pause.svg") center center no-repeat;
  background-size: 16px 16px;
}

.jp-state-playing .jp-play:hover {
  background-color: #F3CB94;
}

.jp-state-playing .jp-play:focus {
  background: #DCB176 url("../img/pause.svg") center center no-repeat;
  background-size: 16px 16px;
}

.jp-state-muted .jp-mute {
  background: url("../img/mute.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.jp-state-muted .jp-mute:focus {
  background: url("../img/mute.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.jp-state-no-volume .jp-volume-controls {
  display: block;
}

/* Jquery modal */

.blocker {
  z-index: 500;
  background: rgba(0, 0, 0, 0.7);
}

.modal {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal a.close-modal {
  position: absolute;
  width: 20px;
  height: 20px;
  background: none;
  right: -35px;
  top: 0;
}

.modal a.close-modal:before,
.modal a.close-modal:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.modal a.close-modal:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal a.close-modal:before,
.modal a.close-modal:after {
  border-radius: 4px;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.modal a.close-modal:hover:before,
.modal a.close-modal:hover:after {
  background: #f7e9bd;
}

/* ------- КНОПКИ ------- */

button {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

button:focus {
  outline: none;
}

button:disabled {
  cursor: default;
}

.btn {
  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;
  padding: 5px 25px;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #2F271C;
  outline: none;
  background: #f7e9bd;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.25s background ease-in-out, 0.25s color ease-in-out, 0.25s border-color ease-in-out;
  -o-transition: 0.25s background ease-in-out, 0.25s color ease-in-out, 0.25s border-color ease-in-out;
  transition: 0.25s background ease-in-out, 0.25s color ease-in-out, 0.25s border-color ease-in-out;
}

.btn span {
  position: relative;
  top: 1px;
  -webkit-transition: 0.25s -webkit-transform ease-in-out;
  transition: 0.25s -webkit-transform ease-in-out;
  -o-transition: 0.25s transform ease-in-out;
  transition: 0.25s transform ease-in-out;
  transition: 0.25s transform ease-in-out, 0.25s -webkit-transform ease-in-out;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #2F271C;
  background: #F3CB94;
}

.btn:active {
  background: #DCB176;
}

.btn:active span {
  -webkit-transform: translate3d(0, 0, 0) translate(0, 6px);
          transform: translate3d(0, 0, 0) translate(0, 6px);
}

.btn--full {
  width: 100%;
}

.btn--no-wrap {
  white-space: nowrap;
}

.btn--small {
  height: 50px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}

.btn--small:active span {
  -webkit-transform: translate3d(0, 0, 0) translate(0, 4px);
          transform: translate3d(0, 0, 0) translate(0, 4px);
}

.btn--primary:hover {
  color: #2F271C;
  background: #F3CB94;
}

.btn--secondary {
  color: #fff;
  background: none;
  border: 2px solid #f7e9bd;
}

.btn--secondary:hover {
  color: #2F271C;
  background: #f7e9bd;
}

.btn--secondary:active {
  background: #D2A970;
}

.btn--icon .icon {
  margin-left: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.btn--icon:active span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.btn--disabled,
.btn:disabled {
  color: #fff;
  background: #bbb;
  cursor: default;
}

.btn--disabled:hover,
.btn:disabled:hover {
  color: #fff;
  background: #bbb;
}

/* ------- ИКОНКИ ------- */

.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.25s fill ease-in-out, 0.25s stroke ease-in-out;
  -o-transition: 0.25s fill ease-in-out, 0.25s stroke ease-in-out;
  transition: 0.25s fill ease-in-out, 0.25s stroke ease-in-out;
}

.icon-user,
.icon-phone {
  width: 20px;
  height: 20px;
  fill: #f7e9bd;
}

.icon-check {
  width: 12px;
  height: 12px;
  fill: #2F271C;
}

.icon-check-round {
  width: 16px;
  height: 16px;
  fill: #2F271C;
}

.icon-check-frame {
  width: 100px;
  height: 100px;
  fill: #f7e9bd;
}

.icon-check-semicircle {
  width: 30px;
  height: 30px;
  fill: #f7e9bd;
}

.icon-journal {
  width: 40px;
  height: 40px;
  fill: #2F271C;
}

.icon-instagram,
.icon-facebook,
.icon-vk,
.icon-youtube,
.icon-viber,
.icon-telegram,
.icon-whatsapp,
.icon-gmail {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-arrow {
  width: 50px;
  height: 30px;
  fill: #f7e9bd;
}

.icon-arrow-down {
  width: 25px;
  height: 25px;
  fill: #2F271C;
}

.icon-weight,
.icon-size {
  width: 20px;
  height: 20px;
  fill: #000;
}

.icon-play {
  width: 30px;
  height: 30px;
  fill: #2F271C;
}

.icon-plus {
  width: 30px;
  height: 30px;
  fill: #f7e9bd;
}

.icon-dev-logo {
  width: 50px;
  height: 10px;
  fill: #fff;
}

.icon-target {
  width: 30px;
  height: 30px;
  fill: #f7e9bd;
}

.icon-email {
  width: 20px;
  height: 20px;
  fill: #f7e9bd;
}

/* ------- ЭЛЕМЕНТЫ ФОРМ ------- */

input::-ms-clear {
  display: none;
}

label.error {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #E77F7F;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 18px 10px 58px;
  height: 70px;
  font-size: 16px;
  text-align: left;
  color: #000;
  background: #fff;
  border: 2px solid #f7e9bd;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.25s border-color ease-in-out;
  -o-transition: 0.25s border-color ease-in-out;
  transition: 0.25s border-color ease-in-out;
}

.form-control::-webkit-input-placeholder {
  color: #414141;
}

.form-control::-moz-placeholder {
  color: #414141;
}

.form-control:-ms-input-placeholder {
  color: #414141;
}

.form-control::-ms-input-placeholder {
  color: #414141;
}

.form-control::placeholder {
  color: #414141;
}

.form-control:focus,
.form-control:required {
  outline: none;
}

.form-control:disabled {
  color: #999;
  background: #ddd;
}

.form-control.error {
  border-color: #E77F7F;
}

.form-textarea {
  resize: none;
  height: auto;
  padding: 15px 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.form-column {
  width: 50%;
  padding: 0 5px;
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-box {
  position: relative;
  margin-bottom: 20px;
}

.form-box__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  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;
  pointer-events: none;
}

.form-box__input + label.error {
  position: absolute;
  top: 100%;
  padding-left: 60px;
}

.checkbox {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 25px;
  cursor: pointer;
}

.checkbox__label {
  display: block;
  padding: 5px 0 5px 35px;
}

.checkbox__text {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.checkbox__text a {
  display: inline-block;
  text-decoration: none;
  color: #8D652E;
}

.checkbox__text a:hover {
  text-decoration: underline;
}

.checkbox__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 2px solid #f7e9bd;
  -webkit-transition: 0.25s background;
  -o-transition: 0.25s background;
  transition: 0.25s background;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.checkbox__icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transition: 0.25s opacity;
  -o-transition: 0.25s opacity;
  transition: 0.25s opacity;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__icon {
  background: #f7e9bd;
}

.checkbox__input:checked + .checkbox__icon:before {
  opacity: 1;
}

.checkbox__input:checked + .checkbox__icon .icon {
  opacity: 1;
}

.checkbox__input.error + .checkbox__icon {
  border-color: #E77F7F;
}

.form-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-agreement label.error {
  position: absolute;
  top: 100%;
  margin-top: 0;
}

/* ------- Анимация ------- */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */

/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */

.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* It's hidden, but still affects layout */

[data-uk-scrollspy] {
  visibility: hidden !important;
}

.uk-scrollspy-inview {
  visibility: visible !important;
}

@-webkit-keyframes fontW {
  0% {
    font-weight: 400;
  }

  100% {
    font-weight: 700;
  }
}

@keyframes fontW {
  0% {
    font-weight: 400;
  }

  100% {
    font-weight: 700;
  }
}

@-webkit-keyframes fontNormal {
  0% {
    font-weight: 700;
  }

  100% {
    font-weight: 400;
  }
}

@keyframes fontNormal {
  0% {
    font-weight: 700;
  }

  100% {
    font-weight: 400;
  }
}

@-webkit-keyframes maiak {
  0% {
    color: rgba(255, 255, 255, 0.1);
  }

  100% {
    color: white;
  }
}

@keyframes maiak {
  0% {
    color: rgba(255, 255, 255, 0.1);
  }

  100% {
    color: white;
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bounceLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }

  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }

  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounceLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }

  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }

  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes bounceRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }

  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }

  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounceRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }

  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }

  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes scaleY {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes scaleY {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes translateY {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateY {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
  }

  100% {
    -webkit-filter: blur(2px) brightness(60%);
            filter: blur(2px) brightness(60%);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
  }

  100% {
    -webkit-filter: blur(2px) brightness(60%);
            filter: blur(2px) brightness(60%);
  }
}

@-webkit-keyframes blurGrey {
  0% {
    -webkit-filter: saturate(0%) blur(0) brightness(100%);
            filter: saturate(0%) blur(0) brightness(100%);
  }

  100% {
    -webkit-filter: saturate(0%) blur(2px) brightness(60%);
            filter: saturate(0%) blur(2px) brightness(60%);
  }
}

@keyframes blurGrey {
  0% {
    -webkit-filter: saturate(0%) blur(0) brightness(100%);
            filter: saturate(0%) blur(0) brightness(100%);
  }

  100% {
    -webkit-filter: saturate(0%) blur(2px) brightness(60%);
            filter: saturate(0%) blur(2px) brightness(60%);
  }
}

@-webkit-keyframes blurGrey2 {
  0% {
    -webkit-filter: saturate(100%) blur(2px) brightness(100%);
            filter: saturate(100%) blur(2px) brightness(100%);
  }

  100% {
    -webkit-filter: saturate(0%) blur(2px) brightness(60%);
            filter: saturate(0%) blur(2px) brightness(60%);
  }
}

@keyframes blurGrey2 {
  0% {
    -webkit-filter: saturate(100%) blur(2px) brightness(100%);
            filter: saturate(100%) blur(2px) brightness(100%);
  }

  100% {
    -webkit-filter: saturate(0%) blur(2px) brightness(60%);
            filter: saturate(0%) blur(2px) brightness(60%);
  }
}

@-webkit-keyframes underline {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}

@-webkit-keyframes placeholder_blick {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes placeholder_blick {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slideUp {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  will-change: transform, opacity;
}

.slideDown {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  will-change: transform, opacity;
}

.slideLeft {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
  will-change: transform, opacity;
}

.slideRight {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
  will-change: transform, opacity;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  will-change: transform, opacity;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  will-change: transform, opacity;
}

.bounceLeft {
  -webkit-animation-name: bounceLeft;
          animation-name: bounceLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
}

.bounceRight {
  -webkit-animation-name: bounceRight;
          animation-name: bounceRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  will-change: opacity;
}

.scaleY {
  -webkit-animation-name: scaleY;
          animation-name: scaleY;
}

.translateY {
  -webkit-animation-name: translateY;
          animation-name: translateY;
}

.blink {
  -webkit-animation: blink 3s linear 0s infinite normal;
          animation: blink 3s linear 0s infinite normal;
}

.blink-border:before {
  -webkit-animation: blink 2s linear 0s infinite normal;
          animation: blink 2s linear 0s infinite normal;
}

.animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animation-underline span:after {
  -webkit-animation: underline 0.7s linear normal;
          animation: underline 0.7s linear normal;
}

.animation-duration-0_5 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.animation-duration-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animation-duration-1_5 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.animation-duration-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animation-duration-2_5 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.animation-duration-3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

/* ------- ШАПКА ------- */


/* ------- ОСНОВНЫЕ БЛОКИ ------- */

/* Основные элементы */

.title {
  margin: 0 auto;
}

.title--center {
  text-align: center;
}

.section {
  padding: 50px 0;
}

/* Соц сети / мессенджеры */

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list li {
  margin: 0 5px 10px;
}

.social-list li a {
  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;
  width: 40px;
  height: 40px;
  border: 2px solid #f7e9bd;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.social-list li a:hover {
  background: #f7e9bd;
}

/* Блок с видео */

@-webkit-keyframes playScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes playScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

.play-block {
  position: relative;
  width: 100px;
  height: 100px;
  background: #f7e9bd;
  border-radius: 50%;
}

.play-block__circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f7e9bd;
  border-radius: 50%;
  -webkit-animation: playScale 3s infinite;
          animation: playScale 3s infinite;
}

.play-block__circle--delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.play-block__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  margin-left: 5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-block__icon .icon {
  display: block;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  padding-top: 70.35714286%;
}

.video__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000000;
}

.video__poster:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.85714286%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__icon-inner {
  padding-top: 100%;
}

.video__icon-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video__icon-play {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.video:hover .video__icon-play {
  background: #DCB176;
}

.video:hover .play-block__circle {
  border-color: #DCB176;
}

.video:hover .video__poster:before {
  background: rgba(0, 0, 0, 0.15);
}

/* Блок со списком */

.block-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  color: #f6ead0;
}

.block-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}

.block-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 4px solid #ebd7a8;
}

.block-list li:last-child {
  margin-bottom: 0;
}

/* ------- КОНТЕНТНАЯ ЧАСТЬ САЙТА ------- */

/* Первый экран */

.home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 130px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #000000;
}

.home:before {
  content: '';
  height: calc(100vh - 230px);
  display: block;
}

.home__title {
  max-width: 900px;
}

.home__title h1 {
  color: #ffffff;
}

.home__text {
  margin-bottom: 30px;
  max-width: 820px;
  font-size: 18px;
  color: #ffffff;
}

.home__button {
  margin-bottom: 120px;
}

.home__button .btn {
  min-width: 266px;
}

.home__advantages {
  padding-top: 50px;
  border-top: 1px solid #545454;
}

.home__advantages-items {
  margin: 60px -30px 0 -15px;
}

.home__content {
  position: relative;
}

.home__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home__video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.85);
}

.home__video .video-load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home__video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.advantage-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantage-item__icon {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}

.advantage-item__icon .icon {
  width: 100%;
  height: 100%;
  fill: #f7e9bd;
}

.advantage-item__text {

}

/* Ответьте на 5 вопросов */

.select-item {
  width: calc(33.33334% - 28px);
  margin: 0 14px 28px;
  cursor: pointer;
}

.select-item:hover {
  opacity: 0.9;
  box-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.select-item__img {
  padding-top: 62.823129%;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.select-item__box {
  position: relative;
  height: 60px;
  background: #ffffff;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.select-item__box-icon {
  top: 0;
  height: 100%;
  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;
  right: 0;
  width: 52px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.25s opacity ease-in-out;
  -o-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
}

.select-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 52px 2px 20px;
  height: 60px;
  font-weight: 500;
}

.select-item__checkbox-input {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

.select-item__input {
  height: 60px;
  display: block;
  width: 100%;
  padding: 2px 52px 2px 20px;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  color: #000;
  background: none;
}

.select-item__input::-webkit-input-placeholder {
  color: #9D9D9D;
}

.select-item__input::-moz-placeholder {
  color: #9D9D9D;
}

.select-item__input:-ms-input-placeholder {
  color: #9D9D9D;
}

.select-item__input::-ms-input-placeholder {
  color: #9D9D9D;
}

.select-item__input::placeholder {
  color: #9D9D9D;
}

.select-item__input:focus {
  outline: none;
}

.select-item.is_active .select-item__box {
  background: #f7e9bd;
}

.select-item.is_active .select-item__box-icon {
  opacity: 1;
}

.select-item.is_active .select-item__inner {
  pointer-events: auto;
}

.quiz__header {
  padding-bottom: 10px;
  padding-top: 50px;
}

.quiz__title {
  margin: 0 auto;
  text-align: center;	
}
.quiz__title p {
}
.quiz__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.quiz__discount-number {
  width: 180px;
  height: 200px;
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 15px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  background: url("../img/discount_seal.svg") 0 0 no-repeat;
  background-size: 100%;
}

.quiz__discount-text {
  font-size: 18px;
}

.quiz__discount-text span {
  display: block;
  font-weight: bold;
  font-size: 21px;
}

.quiz-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-box:before {
  content: '';
  display: block;
  height: 679px;
}

.quiz-box__main {
  width: 100%;
}

.quiz-box__inner {
  padding: 20px 30px 2px;
  min-height: 595px;
  background: #F4F4F4;
}

.quiz-box__content {
  margin: 0 auto;
  max-width: 938px;
}

.quiz-box__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.quiz-box__select-items {
  margin: 0 -14px;
}

.quiz-box__success {
  width: 100%;
  display: none;
}

.quiz-box__step {
  display: none;
}

.quiz-box__step.is_active {
  display: block;
}

.quiz-box__nav {
  position: relative;
  padding: 0 30px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #f7e9bd;
  -webkit-transition: 0.25s color ease-in-out, 0.25s opacity ease-in-out;
  -o-transition: 0.25s color ease-in-out, 0.25s opacity ease-in-out;
  transition: 0.25s color ease-in-out, 0.25s opacity ease-in-out;
}

.quiz-box__nav:hover {
  color: #F3CB94;
}

.quiz-box__nav:hover .icon {
  fill: #F3CB94;
}

.quiz-box__nav:disabled {
  color: #999999;
}

.quiz-box__nav:disabled .icon {
  fill: #999999;
}

.quiz-box__nav--prev .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quiz-box__nav--next .icon {
  margin-left: 18px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.quiz-box__nav--next:disabled {
  opacity: 0;
}

.quiz-box__footer {
  height: 90px;
  background: #574c43;
}

.quiz-box__process {
  position: relative;
  top: -3px;
  width: 156px;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #999999;
}

.quiz-box__process span {
  font-size: 60px;
  color: #f7e9bd;
}

.quiz-box__process-current {
  display: inline-block;
}

.quiz-box__process-total {
  display: inline-block;
}

.quiz-box--success .quiz-box__main {
  display: none;
}

.quiz-box--success .quiz-box__success {
  display: block;
}

.quiz-form {
  padding-bottom: 28px;
}

.quiz-form__image {
  margin-bottom: 20px;
}

.quiz-form__image img {
  display: block;
}

.quiz-form__price {
  margin: 0 0 30px;
  text-align: center;
}

.quiz-form__price-value {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
  font-size: 60px;
}

.quiz-form__price-text {

}

.quiz-form__text {
  margin: 20px 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.quiz-success {
  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;
  height: 100%;
  width: 100%;
  padding: 50px 15px 40px;
  text-align: center;
  background-color: rgba(38, 38, 38, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quiz-success__inner {
  width: 100%;
  max-width: 938px;
}

.quiz-success__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 34px;
  color: #f7e9bd;
  font-family: "ProstoOne", sans-serif;
}

.quiz-success__subtitle {
  position: relative;
  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-bottom: 10px;
  font-weight: 500;
  font-size: 19px;
  color: #ffffff;
}

.quiz-success__subtitle .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.quiz-success__text {
  margin-bottom: 10px;
  color: #ffffff;
}

.quiz-success__social {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #545454;
}

.quiz-success__social-text {
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}

/* Изучите устройство сейфа */

.construction-item {
  margin-bottom: 30px;
  width: 364px;
}

.construction-item__img {
  display: none;
  margin-bottom: 20px;
}

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

.construction-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.construction-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.construction-item__icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #f7e9bd;
}

.construction-item__text {
  max-width: 285px;
  color: #ffffff;
}

.construction {
  padding: 80px 0 50px;
  background: #131313;
}

.construction__title {
  padding-bottom: 30px;
}

.construction__title h2 {
  color: #ffffff;
}

.construction__title h2 span {
  display: block;
}

.construction__content {
  position: relative;
}

.construction__image {
  position: absolute;
  left: 360px;
  top: 0;
  height: calc(100% - 30px);
  width: 377px;
  max-width: 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;
}

.construction__items {
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 630px;
}

.construction__items .owl-prev,
.construction__items .owl-next {
  height: 100px;
  bottom: 0;
  top: auto;
  width: 32px;
  margin-top: 0;
}

.construction__items .owl-prev svg,
.construction__items .owl-next svg {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  fill: #fff;
}

.construction__items .owl-prev:hover svg,
.construction__items .owl-next:hover svg {
  fill: #f7e9bd;
}

.construction__items .owl-nav button.owl-prev,
.construction__items .owl-nav button.owl-next {
  border: none;
  background: none;
}

.construction__items .owl-nav button.owl-prev:hover,
.construction__items .owl-nav button.owl-next:hover {
  background: none;
}

.construction__items .owl-item img {
  width: auto;
}

/* Switzberg — храните ценности */

.security-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 14px;
  margin-bottom: 28px;
}

.security-item:before {
  content: '';
  display: block;
  height: 200px;
}

.security-item__img {
  position: relative;
  width: 200px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}

.security-item__img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
}

.security-item__content {
  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;
  padding: 15px 20px 15px 28px;
  background: #131313;
}

.security-item__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #f7e9bd;
}

.security-item__text {
  color: #A6A6A6;
}

.security {
  padding: 80px 0 52px;
}

.security__title {
  max-width: 680px;
}

.security__row {
  margin: 0 -14px;
  padding-bottom: 22px;
}

.security__column {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 28px;
}

.security__column--description {
  padding-top: 30px;
}

.security__text {

}

.security__text p {
  margin: 0 0 20px;
}

.security__sizes {
  margin: 0 -5px;
  max-width: 450px;
}

.security__sizes-item {
  position: relative;
  width: 196px;
  padding: 13px 10px 13px 50px;
  margin: 0 5px 10px;
  background: #F4F4F4;
}

.security__sizes-item .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.security__sizes-item span {
  font-weight: 500;
}

.security__items {
  margin: 0 -14px;
}

.security__items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.security__items .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.security__items .owl-prev,
.security__items .owl-next {
  margin-top: 0;
  top: 80px;
}

.security__items .owl-prev {
  left: 10px;
}

.security__items .owl-next {
  right: 10px;
}

.security__items.owl-loaded {
  margin: 0;
}

.security__items.owl-loaded .security-item {
  height: 100%;
}

/* Удобно использовать и приятно демонстрировать */

.gallery__items {
  margin: 0 -5px;
}

.gallery__items .owl-prev,
.gallery__items .owl-next {
  margin-top: -35px;
}

.gallery__items.owl-loaded {
  margin: 0;
}

.gallery__item {
  margin-bottom: 10px;
  width: 20%;
  padding: 0 5px;
}

.gallery__link {
  position: relative;
  display: block;
  padding-top: 53.76344086%;
}

.gallery__link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.25s opacity ease-in-out;
  -o-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
}

.gallery__link .icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.gallery__link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__link:hover:after,
.gallery__link:hover .icon {
  opacity: 1;
}

.demonstration {
  border-top: 1px solid #EAEAEA;
}

.demonstration .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.demonstration__title {
  max-width: 620px;
  padding: 0 10px;
}

.demonstration__text {
  padding: 0 10px;
  margin-bottom: 50px;
  text-align: center;
}

.demonstration__gallery {
  padding-bottom: 40px;
}

.demonstration__gallery-items {
  width: auto;
}

.demonstration__btn-catalog {
  padding-left: 40px;
  padding-right: 40px;
}

.demonstration__btn-catalog span {
  text-align: left;
}

.demonstration__btn-catalog .icon {
  margin-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* Обратная связь */

.feedback {
  position: relative;
  overflow: hidden;
}

.feedback__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feedback__bg div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.feedback__bg-mobile {
  display: none;
}

.feedback__content {
  position: relative;
}

.feedback__title {
  max-width: 850px;
}

.feedback__title h2 {
  color: #f7e9bd;
  font-size: 26px
}

.feedback__squares {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feedback__square {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1084px;
  height: 1084px;
  border: 2px solid #f7e9bd;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.feedback__square--2 {
  width: 1446px;
  height: 1446px;
}

.feedback__square--3 {
  width: 1808px;
  height: 1808px;
}

.feedback__subtitle {
  padding-bottom: 30px;
  text-align: center;
}

.feedback__subtitle h3 {
  color: #fff;
  margin-bottom: 0
}
.feedback__subtitle-1 h3 {
  font-size: 16px;
  font-family: 'Montserrat';
}
.feedback__form .form-group {
  margin-bottom: 20px;
}

.feedback__form .form-column {
  width: 270px;
}

.feedback__form .form-column--button {
  width: auto;
}

.feedback__form .form-control {
  color: #ffffff;
  border-color: #787878;
  background: none;
}

.feedback__form .form-control::-webkit-input-placeholder {
  color: #D1D1D1;
}

.feedback__form .form-control::-moz-placeholder {
  color: #D1D1D1;
}

.feedback__form .form-control:-ms-input-placeholder {
  color: #D1D1D1;
}

.feedback__form .form-control::-ms-input-placeholder {
  color: #D1D1D1;
}

.feedback__form .form-control::placeholder {
  color: #D1D1D1;
}

.feedback__form .form-control.error {
  border-color: #E77F7F;
}

.feedback__form .form-control + label.error {
  position: relative;
}

.feedback__form .btn-submit {
  padding-left: 38px;
  padding-right: 38px;
}

.feedback__form .checkbox__text {
  color: #ffffff;
}

.feedback__form .checkbox__text a {
  color: #f7e9bd;
}


/* Удобно использовать и приятно демонстрировать */

.appearance {
  padding-bottom: 0;
}

.appearance .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.appearance__text {
  margin: 0 auto 50px;
  max-width: 952px;
  text-align: center;

}

.appearance__text p:first-child {
  margin-top: 0;
}

.appearance__text p:last-child {
  margin-bottom: 0;
}

.appearance__gallery-items {
  margin: 0 -4px;
  width: auto;
}

.appearance__gallery-items.owl-loaded {
  margin: 0;
}

.appearance__gallery .gallery__item {
  width: 33.33334%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

/* Сейф достойный ваших ценностей */

.worth-item {
  width: calc(50% - 28px);
  margin: 0 14px 28px;
  background: #1D1D1D;
}

.worth-item__img img {
  display: block;
  width: 100%;
}

.worth-item__text {
  padding: 30px;
  color: #ffffff;
}

.worth {
  background: #131313;
}

.worth__title h2 {
  color: #ffffff;
}

.worth__text {
  margin: 0 auto 50px;
  max-width: 924px;
  text-align: center;
  color: #ffffff;
}

.worth__text p:first-child {
  margin-top: 0;
}

.worth__text p:last-child {
  margin-bottom: 0;
}

.worth__items {
  margin: 0 -14px;
  padding-bottom: 22px;
  width: auto;
}

.worth__items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worth__items .owl-prev,
.worth__items .owl-next {
  top: 90px;
  margin-top: 0;
}

.worth__items .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.worth__items .owl-dots button.owl-dot:not(.active) {
  background: #434343;
}

.worth__items.owl-loaded {
  margin: 0;
  width: 100%;
}

.worth__items.owl-loaded .worth-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

.worth__button .btn {
  padding-left: 38px;
  padding-right: 38px;
}

/* Для каждой ценности своя экспозиция */

.exposition-item {
  width: calc(33.33334% - 28px);
  margin: 0 14px 28px;
  background: #6a5442;
}
.exposition-item:hover {
  background: #574c43;
}
.exposition-item__img {
  padding-top: 76.92307692%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.exposition-item__content {
  padding: 30px;
}

.exposition-item__title h3 {
  margin-bottom: 10px;
  color: #f7e9bd;
}

.exposition-item__text {
  color: #A6A6A6;
}

.exposition {
  padding-bottom: 0;
}

.exposition__title {
  padding-bottom: 30px;
}

.exposition__items {
  margin: 0 -14px;
  width: auto;
}

.exposition__items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exposition__items .owl-prev,
.exposition__items .owl-next {
  top: 120px;
  margin-top: 0;
}

.exposition__items .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.exposition__items.owl-loaded {
  margin: 0;
  width: 100%;
}

.exposition__items.owl-loaded .exposition-item {
  height: 100%;
  width: 100%;
  margin: 0;
}

/* Знаменитости выбирают Switzberg */

.celebrity-item {
  width: 33.33334%;
  padding: 0 14px;
  margin-bottom: 28px;
  text-align: center;
}

.celebrity-item__inner {
  position: relative;
  padding-top: 87.91208791%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-color: #000;
}

.celebrity-item__inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(27.08%, rgba(0, 0, 0, 0.538462)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.538462) 27.08%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.538462) 27.08%, #000000 100%);
}

.celebrity-item__content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px 15px;
  color: #ffffff;
}

.celebrity-item__name {
  font-weight: 500;
}

.celebrities {
  padding-bottom: 52px;
  border-top: 1px solid #EAEAEA;
}

.celebrities__title {
  padding-bottom: 30px;
}

.celebrities__items {
  margin: 0 -14px;
  width: auto;
}

.celebrities__items .owl-prev,
.celebrities__items .owl-next {
  margin-top: -35px;
}

.celebrities__items.owl-loaded {
  margin: 0;
  width: 100%;
}

.celebrities__items.owl-loaded .celebrity-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 5 простых шагов */

.step-item {
  position: relative;
  width: calc(20% - 22px);
  margin: 0 11px 22px;
  padding: 53px 20px 20px;
  text-align: center;
  cursor: pointer;
}

.step-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6a5442;
  -webkit-transition: 0.25s background ease-in-out, 0.25s -webkit-transform ease-in-out;
  transition: 0.25s background ease-in-out, 0.25s -webkit-transform ease-in-out;
  -o-transition: 0.25s background ease-in-out, 0.25s transform ease-in-out;
  transition: 0.25s background ease-in-out, 0.25s transform ease-in-out;
  transition: 0.25s background ease-in-out, 0.25s transform ease-in-out, 0.25s -webkit-transform ease-in-out;
}
.bg-footer {
  background: #01110E;
  background-image: url(../img/bg-footer.jpg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top
}
.bg-footer:before, .steps:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
}

.feedback--3 {

}
.step-item__number {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  font-weight: bold;
  font-size: 130px;
  line-height: 0.8;
  color: #574c43;
}

.step-item__icon {
  position: relative;
}

.step-item__icon .icon {
  display: block;
  margin: 0 auto 20px;
  width: 61px;
  height: 60px;
  fill: #f7e9bd;
}

.step-item__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.step-item__text {
  position: relative;
  font-size: 14px;
  color: #f6ead0;
}

.step-item:hover:before {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  background: #222222;
}

.steps {
  padding-bottom: 58px;
  background: #4b4037;
  background-image: url(../img/fon.jpg);
  position: relative;
  background-position: center top;
}

.steps__title h2 {
  color: #ffffff;
}

.steps__text {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 900px;
  color: #ffffff;
}

.steps__text p:first-child {
  margin-top: 0;
}

.steps__text p:last-child {
  margin-bottom: 0;
}

.steps__items {
  margin: 0 -11px;
  width: auto;
}

.steps__items .owl-prev,
.steps__items .owl-next {
  margin-top: -35px;
}

.steps__items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steps__items .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.steps__items .owl-dots button.owl-dot:not(.active) {
  background: #434343;
}

.steps__items.owl-loaded {
  margin: 0;
  width: 100%;
}

.steps__items.owl-loaded .step-item {
  width: 100%;
  height: 100%;
  margin: 0;
}

.steps__button {
  padding-top: 28px;
}

.steps__button .btn {
  padding-left: 30px;
  padding-right: 30px;
}

/* Прочность и эстетика, дополняющие ваш статус */

.strength {
  padding-bottom: 52px;
}

.strength__title {
  max-width: 520px;
  padding-bottom: 30px;
}

.strength__items {
  width: auto;
}

.strength__items .exposition-item {
  text-align: center;
}

.strength__items .exposition-item__img {
  padding-top: 63.18681319%;
}

.strength__items .owl-prev,
.strength__items .owl-next {
  top: 95px;
  margin-top: 0;
}

.strength__items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strength__items .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.strength__items.owl-loaded {
  margin: 0;
  width: 100%;
}

.strength__items.owl-loaded .exposition-item {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Традиции швейцарских мастеров */

.video-item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}

.video-item__video {
  padding-top: 56.39097744%;
}

.traditions {
  padding-bottom: 52px;
  overflow: hidden;
}

.traditions__title {
  padding-bottom: 30px;
  max-width: 685px;
}

.traditions__row {
  margin: 0 -14px;
}

.traditions__column {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 30px;
}

.traditions__column--description {
  padding-top: 30px;
}

.traditions__text {

  text-align: center;
}

.traditions__text p:first-child {
  margin-top: 0;
}

.traditions__text p:last-child {
  margin-bottom: 0;
}

.traditions__video {
  margin: 0 -14px;
  width: auto;
}

.traditions__video .owl-stage-outer {
  overflow: visible;
}

.traditions__video.owl-loaded {
  margin: 0;
  width: 100%;
}

.traditions__video.owl-loaded .video-item {
  margin: 0;
  padding: 0;
}

/* Идеология, воплощенная в форме */

.ideology-item {
  padding: 30px;
  background: #343434;
}

.ideology-item__title {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.ideology-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.ideology-item__image {
  padding: 0 10px;
  width: 47.36842105%;
}

.ideology-item__image img {
  display: block;
  width: 100%;
}

.ideology-item__content {
  width: 52.63157895%;
  padding: 0 10px;
}

.ideology-item__block {
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.ideology-item__block-title {
  padding-top: 3px;
  margin-bottom: 13px;
  position: relative;
  font-weight: bold;
  color: #f7e9bd;
}

.ideology-item__block-title .icon {
  position: absolute;
  top: 0;
  left: -40px;
}

.ideology-item__block-list {
  margin-top: 0;
  font-size: 14px;
}

.ideology-item__block-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.ideology-item__block-list li:before {
  top: 4px;
}

.ideology-item__block:last-child {
  margin-bottom: 0;
}

.ideology {
  background: #131313;
}

.ideology__title {
  padding-bottom: 30px;
}

.ideology__title h2 {
  color: #ffffff;
}

.ideology__carousel {
  padding: 0 98px;
}

.ideology__carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ideology__carousel .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.ideology__carousel .owl-dots button.owl-dot:not(.active) {
  background: #434343;
}

.ideology__carousel .owl-prev,
.ideology__carousel .owl-next {
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.ideology__carousel .owl-prev svg,
.ideology__carousel .owl-next svg {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  fill: #fff;
}

.ideology__carousel .owl-prev:hover svg,
.ideology__carousel .owl-next:hover svg {
  fill: #000;
}

.ideology__carousel .owl-nav button.owl-prev,
.ideology__carousel .owl-nav button.owl-next {
  background: none;
}

.ideology__carousel .owl-nav button.owl-prev:hover,
.ideology__carousel .owl-nav button.owl-next:hover {
  background: #f7e9bd;
}

.ideology__carousel.owl-loaded .ideology-item {
  height: 100%;
}

/* Находим решения ваших вопросов */

.faq-item {
  position: relative;
  padding: 31px 90px 32px 30px;
  margin-bottom: 10px;
  background: #6a5442;
}

.faq-item__content {
  display: none;
}

.faq-item__title {
  font-size: 19px;
  color: #f7e9bd;
  font-family: 'ProstoOne';
}

.faq-item__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  cursor: pointer;
  background: #f7e9bd;
  -webkit-transition: 0.25s background ease-in-out;
  -o-transition: 0.25s background ease-in-out;
  transition: 0.25s background ease-in-out;
}

.faq-item__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.faq-item__icon:hover {
  background: #F3CB94;
}

.faq-item__icon:active {
  background: #DCB176;
}

.faq-item__text {
  padding-top: 20px;
  color: #f6ead0;
}

.faq-item.is_active .faq-item__icon .icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.faq {
  padding-bottom: 70px;
}

.faq__title {
  padding-bottom: 30px;
}

.faq__items {
  padding: 0 98px;
}

/* Владельцы о сейфах Switzberg */

.audio-player__item {
  margin-bottom: 6px;
}

.audio-player__item:last-child {
  margin-bottom: 0;
}
.review-item {
  transition: 0.2s;
}
.review-item:hover {

}
.review-item:hover .review-item__btn {
  display: flex;
}
.review-item:hover .review-item__img {

}
.review-item__img {

}
.reviews-slide_block {
  position: absolute;
  bottom: 31px;
  left: 20px;
  font-size: 18px;
  line-height: 140%;
  color: #D0BC8D;
  opacity: 0.9;
  z-index: 1;
  font-weight: bold
}
.reviews-slide_block p {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 0;
}
.review-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.29%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 64.29%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.29%, rgba(0, 0, 0, 0.9) 100%);
}
.review-item__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  transition: 0.2s;
  margin-bottom: -20px
}
.review-item__img img {
  display: block;
  width: 100%;
}

.reviews {
  overflow: hidden;
  background: #F4F4F4;
}

.reviews__title {
  padding-bottom: 30px;
}

.reviews__row {
  margin: 0 -14px;
}

.reviews__column {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 28px;
}

.reviews__video .video-item {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.reviews__video .video-item__video {
  padding-top: 67.66917293%;
}

.reviews__video .video__icon {
  width: 15.04%;
}

.reviews__carousel .owl-stage-outer {
  overflow: visible;
}

/* МОдальные окна */

.modal {
  width: 100%;
  max-width: 870px;
  padding: 30px;
}

.modal__image {
  width: 59.25925926%;
}

.modal__image img {
  display: block;
  width: 100%;
}

.modal__content {
  width: 40.74074074%;
  padding-left: 30px;
}

.modal__title {
  margin-bottom: 20px;
  font-family: "ProstoOne", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.modal__form .form-group {
  margin-bottom: 10px;
}

.modal__form .form-box {
  margin: 0;
}

.modal__form .form-control + label.error {
  position: relative;
}

.modal-success__content {
  text-align: center;
}

.modal-success__title {
  margin-bottom: 12px;
  font-family: "ProstoOne", serif;
  font-size: 34px;
  font-weight: bold;
}

.modal-success__subtitle {
  position: relative;
  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;
  margin-bottom: 36px;
  font-size: 19px;

  font-weight: 500;
}

.modal-success__subtitle .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  fill: #77CE94;
}

.modal-success__contacts {
  padding: 39px 0 16px;
  border-top: 1px solid #EAEAEA;
}

.modal-success__contacts span {
  font-weight: 500;
}

.modal-success__contacts a {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.modal-success__contacts a:hover {
  color: #f7e9bd;
}

.modal-success__contacts > div {
  margin-bottom: 5px;
}

.modal-success__contacts > div:first-child {
  margin-bottom: 11px;
}

.modal-success__social-text {
  margin-bottom: 10px;
  font-weight: 500;
}

.modal-success__social-list li {
  margin-bottom: 0;
}

.modal-success__social-list li a {
  width: 62px;
  height: 62px;
}

.modal-success__social-list li .icon {
  width: 32px;
  height: 32px;
  fill: #000;
}

.modal-politic .modal__title {
  text-align: center;
}

/* ------- ФУТЕР ------- */

.footer-menu__list {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 34% 22% 22% 22%;
  -ms-grid-columns: 34% 22% 22% 22%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu__list li {
  margin: 7px 25px;
}

.footer-menu__list li a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

.footer-menu__list li a:hover {
  color: #f7e9bd;
}

.footer-menu__list li:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.footer-menu__list li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.footer-menu__list li:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.footer-menu__list li:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.footer-menu__list li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.footer-menu__list li:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.footer-menu__list li:nth-child(7) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.footer-menu__list li:nth-child(8) {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 0 13px;
  font-size: 14px;
  color: #ffffff;
}

.footer__primary {
  padding: 20px 0;
}

.footer__secondary {
  padding: 20px 0;
  border-top: 1px solid #222222;
}

.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 5px
}

.footer__logo .logo {
  width: 130px;
  height: 130px;
}

.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__social {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 141px;
  padding-top: 10px;
}

.footer__social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px;
}

.footer__copy {
  color: #787878;
}

.footer__politic a {
  text-decoration: none;
}

.footer__politic a:hover {
  text-decoration: underline;
}

.footer__created {
  color: #787878;
  line-height: 1.8
}
.footer__created h4 {
  margin: 0 0 4px;
}
.footer__created .icon {
  position: relative;
  margin-left: 1px;
  top: -1px;
}

.footer__created a:hover .icon {
  fill: #f7e9bd;
}

/* ------- МЕДИА ЗАПРОСЫ ------- */

@media (max-height: 855px) {
  .home__button {
    margin-bottom: 50px;
  }
}

@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
  }

  .home__title {
    max-width: 800px;
  }
}

@media (max-width: 1199px) {
  .menu li {
    margin-left: 25px;
  }

  .header__request {
    margin-right: 10px;
  }

  .header__contacts-phone {
    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;
    width: 50px;
    height: 50px;
    border: 2px solid #f7e9bd;
    -webkit-transition: 0.25s background ease-in-out;
    -o-transition: 0.25s background ease-in-out;
    transition: 0.25s background ease-in-out;
  }

  .header__contacts-phone .icon {
    display: block;
  }

  .header__contacts-phone span {
    display: none;
  }

  .header__contacts-phone:hover {
    background: #f7e9bd;
  }

  .header__contacts-call {
    display: none;
  }

  .home {
    padding-top: 160px;
  }

  .home__button {
    margin-bottom: 70px;
  }

  .home__advantages-items {
    margin-right: -15px;
  }

  .construction__image {
    position: relative;
    left: 0;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }

  .construction__items {
    margin: 0 auto;
    max-width: 760px;
  }

  .security__column--description {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .footer__created {
    text-align: center;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 42px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu {
    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;
    overflow: auto;
    text-align: center;
    height: 100%;
    padding: 18px 0;
  }

  .menu li {
    margin: 12px 0;
  }

  .menu-list a {
    padding: 0 15px;
    font-size: 24px;
  }

  .header {
    padding: 20px 0;
  }

  .header__btn-menu {
    display: block;
  }

  .header__logo {
    margin-right: 0;
    position: relative;
    z-index: 1;
  }

  .header__right {
    position: relative;
  }

  .home {
    padding-bottom: 40px;
    padding-top: 90px;
    text-align: center;
  }

  .home__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .home__text {
    margin-left: auto;
    margin-right: auto;
  }

  .home__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home__advantages-items {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 600px;
  }

  .advantage-item {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantage-item__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
    .advantage-item__icon img {
        height: 100%;
    }
  .advantage-item__text {
    margin: 0 auto;
    max-width: 250px;
  }

  .quiz__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .quiz__title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .quiz__discount {
    margin-left: auto;
    margin-right: auto;
  }

  .select-item {
    width: calc(50% - 28px);
  }

  .quiz-form {
    padding-bottom: 10px;
  }

  .quiz-form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .quiz-form .form-column-button {
    width: 100%;
  }

  .quiz-form .form-box__input + label.error {
    position: relative;
  }

  .security-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .security-item__img {
    width: auto;
    height: 200px;
  }

  .security-item__img img {
    position: absolute;
    left: 0;
    top: 50%;
    height: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .security-item__title {
    margin-bottom: 5px;
  }

  .security-item__content {
    display: block;
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .security-item:before {
    display: none;
  }

  .security__row {
    display: block;
    margin: 0;
  }

  .security__column {
    width: auto;
    padding: 0;
  }

  .demonstration__gallery-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .demonstration__gallery .gallery__item {
    width: 33.33334%;
  }

  .feedback__form {
    margin: 0 auto;
    max-width: 600px;
  }

  .feedback__form .form-column {
    width: 50%;
  }

  .feedback__form .form-column--button {
    width: 100%;
  }

  .feedback__form .form-box__input + label.error {
    position: relative;
  }

  .exposition-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .exposition__items {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .celebrity-item {
    width: 50%;
  }

  .step-item {
    width: calc(33.33334% - 22px);
  }

  .steps__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-item {
    width: 50%;
  }

  .traditions__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .traditions__column--description {
    padding-top: 0;
  }

  .traditions__row {
    margin: 0;
  }

  .ideology-item__row {
    display: block;
    margin: 0;
  }

  .ideology-item__image,
  .ideology-item__content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .ideology-item__image {
    margin-bottom: 20px;
  }

  .faq__items {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews__row {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .review-item {
    width: 266px;
  }

  .footer-menu__list li {
    margin-left: 12px;
    margin-right: 12px;
  }

  .footer-menu__list li a {
    font-size: 15px;
  }

  .modal__image {
    display: none;
  }

  .modal__row {
    display: block;
  }

  .modal__content {
    padding: 0;
    width: auto;
  }

  .modal__title {
    text-align: center;
  }

  .modal-request,
  .modal-success {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .review-item__btn {
    display: flex;
  }
  h2 {
    font-size: 30px;
  }

  .quiz-box__inner {
    padding: 20px 15px;
  }

  .quiz-box__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .quiz-box__select-items {
    margin-left: -5px;
    margin-right: -5px;
  }

  .quiz {
    padding: 50px 0;
  }

  .select-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .construction {
    padding: 50px 0 40px;
  }

  .construction__image {
    display: none;
  }

  .construction__title {
    padding-bottom: 10px;
  }

  .construction__items {
    height: auto;
  }

  .construction-item {
    margin: 0;
    width: auto;
  }

  .construction-item__content {
    height: 100px;
    max-width: 390px;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
  }

  .construction-item__text {
    max-width: none;
    font-size: 14px;
  }

  .construction-item__img {
    display: block;
  }

  .security {
    padding-top: 50px;
  }

  .security__title {
    padding-bottom: 10px;
  }

  .demonstration__gallery .gallery__item {
    width: 50%;
  }

  .demonstration {
    padding: 50px 0;
  }

  .demonstration__title {
    padding-bottom: 10px;
  }

  .demonstration__text {
    margin-bottom: 30px;
  }

  .feedback {
    padding: 130px 0 0;
  }
  .feedback--2 {
    padding-top: 30px;
  }
  .appearance {
    padding: 0;
  }

  .appearance__text {
    margin-bottom: 30px;
    line-height: 1.3
  }
  .traditions__text, .steps__text, .faq-item__text {
    line-height: 1.3
  }
  .appearance__gallery .gallery__item {
    width: 50%;
  }

  .worth-item__img {
    height: 220px;
  }

  .worth-item__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  .worth-item__text {
    padding: 20px;
  }

  .worth {
    padding: 50px 0;
  }

  .worth__text {
    margin-bottom: 30px;
  }

  .worth__items {
    margin: 0;
    padding-bottom: 30px;
  }

  .exposition-item__content {
    padding: 20px;
  }

  .exposition-item__img {
    height: 280px;
    min-height: 280px;
    padding-top: 0;
  }

  .exposition {
    padding: 30px 0;
  }

  .exposition__title {
    padding-bottom: 10px;
  }

  .exposition__items {
    margin: 0;
  }

  .celebrity-item__inner {
    padding-top: 106.66666667%;
  }

  .celebrities {
    padding: 50px 0;
  }

  .celebrities__title {
    padding-bottom: 10px;
  }

  .celebrities__items {
    margin: 0;
  }

  .steps {
    padding: 50px 0;
  }

  .steps__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }

  .steps__text {
    margin-bottom: 30px;
  }

  .step-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .strength {
    padding: 50px 0;
  }

  .strength__title {
    padding-bottom: 10px;
  }

  .strength__items .exposition-item__img {
    padding-top: 0;
    height: 230px;
    min-height: 230px;
  }

  .video-item {
    width: 266px;
  }

  .traditions {
    padding: 30px 0;
  }

  .traditions__title {
    padding-bottom: 10px;
  }

  .traditions__column {
    margin-bottom: 20px;
  }

  .traditions__column--description {
    padding-bottom: 10px;
  }

  .traditions__video {
    margin: 0;
  }

  .ideology {
    padding: 50px 0;
  }

  .ideology__title {
    padding-bottom: 10px;
  }

  .ideology__carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .faq {
    padding: 30px 0 10px;
  }

  .faq__title {
    padding-bottom: 10px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .footer__primary-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__secondary {
    padding-top: 30px;
  }

  .footer__secondary-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }

  .footer__logo {
    margin-bottom: 23px;
  }

  .footer__menu {
    padding-bottom: 23px;
  }

  .footer__social {
    padding-top: 0;
  }

  .footer__copy {
    padding-bottom: 10px;
  }

  .footer__politic {
    padding-bottom: 20px;
  }

  .footer-menu__list li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .marquiz-link {
    font-size: 16px;
    height: auto;
  }
  .header {
    height: 155px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #040404), to(rgba(4, 4, 4, 0)));
    background: -o-linear-gradient(top, #040404 46%, rgba(4, 4, 4, 0) 100%);
    background: linear-gradient(180deg, #040404 46%, rgba(4, 4, 4, 0) 100%);
    padding: 0;
  }

  .header--fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header--fixed .header__menu {
    padding-top: 70px;
  }

  .home {
    background-position: 40% 100%;
  }

  .owl-nav {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 30px;
    background: url("../img/swipe.svg") center 0 no-repeat;
    background-size: 30px 30px;
    pointer-events: none;
  }

  .owl-nav button {
    display: none;
  }

  .construction .owl-nav {
    position: static;
    height: auto;
    display: block;
    background: none;
    pointer-events: auto;
  }

  .construction .owl-nav button {
    display: block;
  }

  .quiz__header {
    padding-bottom: 20px;
  }

  .quiz__discount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .quiz__discount-number {
    width: 68px;
    height: 75px;
    margin-right: 20px;
    font-size: 20px;
    background-image: url("../img/discount_seal.svg");
  }

  .quiz__discount-text {
    font-size: 12px;
  }

  .quiz__discount-text span {
    font-size: 16px;
  }

  .quiz-box:before {
    display: none;
  }

  .quiz-box__inner {
    min-height: 0;
  }

  .quiz-box__footer {
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .quiz-box__nav {
    padding: 0 20px;
    height: 60px;
  }

  .quiz-box__nav .icon {
    margin-right: 0;
    margin-left: 0;
  }

  .quiz-box__nav span {
    display: none;
  }

  .quiz-box__process {
    width: auto;
    top: auto;
  }

  .quiz-box__process {
    font-size: 20px;
  }

  .quiz-box__process span {
    font-size: 40px;
  }

  .select-item__box {
    height: 50px;
  }

  .select-item__box-icon {
    width: 40px;
  }

  .select-item__box-icon .icon {
    width: 10px;
    height: 10px;
  }

  .select-item__name,
  .select-item__input {
    height: 50px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 1.4;
  }

  .quiz-form .form-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .construction-item__text {
    max-width: 250px;
  }

  .security__column {
    margin-bottom: 20px;
  }

  .security__row {
    padding-bottom: 0;
  }

  .security__items .owl-nav {
    top: 150px;
  }

  .demonstration__gallery {
    padding-bottom: 30px;
  }

  .demonstration__gallery .gallery__item {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .feedback__bg-desktop {
    display: none;
  }

  .feedback__bg-mobile {
    display: block;
  }

  .feedback__title h2 {
    margin-bottom: 10px;
  }

  .feedback__subtitle {
    padding-bottom: 10px;
  }

  .feedback__form .form-column {
    width: 100%;
  }

  .feedback__form .form-box {
    margin-bottom: 10px;
  }

  .feedback__form .btn-submit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .appearance {
  }

  .appearance__gallery .gallery__item {
    margin: 0;
    padding: 0;
    width: auto;
  }

  .worth__button .btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  .worth__items .owl-nav {
    top: 170px;
  }

  .exposition__items .owl-nav {
    top: 230px;
  }

  .celebrities__items .owl-nav {
    display: none;
  }

  .steps__items .owl-nav {
    display: none;
  }

  .strength__items .owl-nav {
    top: 180px;
  }

  .ideology__carousel .owl-nav {
    top: 90px;
  }

  .ideology-item {
    padding: 20px 0;
  }

  .ideology-item__title {
    padding: 0 20px;
    font-size: 20px;
  }

  .ideology-item__block {
    padding-left: 0;
    padding-right: 0;
  }

  .ideology-item__block-title {
    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;
  }

  .ideology-item__block-title .icon {
    position: static;
    margin-right: 10px;
  }

  .ideology-item__content {
    padding: 0 20px;
  }

  .faq-item {
    padding: 20px 20px 50px;
  }

  .faq-item__icon {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
  }

  .reviews__video .video-item {
    width: 266px;
  }

  .reviews__video-carousel .owl-stage-outer {
    overflow: visible;
  }

  .blocker {
    padding: 46px 10px;
  }

  .modal a.close-modal {
    width: 36px;
    height: 36px;
    right: -10px;
    top: -36px;
  }

  .modal a.close-modal:before,
  .modal a.close-modal:after {
    height: 1px;
    width: 22px;
  }

  .quiz {
    padding-top: 20px;
  }

  .quiz__title {
    padding-bottom: 0px;
	max-width: 100%;
  }

  .quiz__title h2 {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 40px;
  }
	h3 {
	margin-bottom: 0;
	font-size: 18px;	
  }

  .quiz__header {
    padding-bottom: 10px;
  }

  .quiz-box__title {
    font-size: 16px;
  }

  .quiz-form {
    padding-bottom: 0;
  }
}

  .quiz-form__price-value {
	font-size: 40px;
}

  .quiz-form__text  {
	font-size: 14px;
	line-height: 1.2;
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .header__request-button {
    font-size: 12px;
  }

  .home {
    padding-bottom: 22px;
  }

  .home__title h1 {
    margin-bottom: 10px;
  }

  .home__button {
    margin-bottom: 30px;
  }

  .home__advantages {
  padding-top: 30px;
}
  .advantage-item {
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .advantage-item__icon {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
  }

  .advantage-item__text {
    max-width: 170px;
    font-size: 13px;
  }

  .quiz-success {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz-box__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz-form .form-box {
    margin-bottom: 10px;
  }

  .quiz-form .form-group {
    margin-bottom: 10px;
  }

  .quiz-form .btn-submit {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz-form__image {
    overflow: hidden;
    max-height: 90px;
  }

  .quiz-form .form-agreement label.error {
    display: none !important;
  }

  .quiz-success__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .quiz-success__icon .icon {
    width: 100%;
    height: 100%;
  }

  .quiz-success__title {
    font-size: 32px;
  }

  .demonstration__btn-catalog {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .appearance__title {
    padding-bottom: 10px;
  }

  .worth__title {
    padding-bottom: 10px;
  }

  .steps__title {
    padding-bottom: 10px;
  }

  .security__sizes {
    max-width: none;
  }

  .security__sizes-item {
    width: calc(50% - 10px);
  }

  .footer-menu__list {
    grid-template-columns: 60% 40%;
    -ms-grid-columns: 60% 40%;
  }

  .footer-menu__list li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  .footer-menu__list li:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }

  .footer-menu__list li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }

  .footer-menu__list li:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  .footer-menu__list li:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }

  .footer-menu__list li:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }

  .modal {
    padding: 20px 10px;
  }

  .modal__title {
    font-size: 18px;
  }

  .modal-success {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .modal-success__subtitle {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .modal-success__contacts {
    padding-top: 30px;
  }

  .modal-success__social-list {
    margin: 0 -5px;
  }

  .modal-success__social-list li a {
    width: 50px;
    height: 50px;
  }

  .modal-success__social-list li .icon {
    width: 18px;
    height: 18px;
  }

  .gallery__items .owl-nav {
    display: none;
  }
}

@media (max-width: 450px) {
  .security__sizes-item {
    padding-left: 10px;
    white-space: nowrap;
  }

  .security__sizes-item .icon {
    display: none;
  }

  .quiz-box__inner {
    padding-top: 12px;
  }

  .quiz-form__image {
    max-height: 72px;
  }
}

@media (max-width: 420px) {
.quiz__header {
  padding: 0;
}
}

@media (max-width: 350px) {
  .header__logo .logo {
    width: 50px;
    height: 50px;
  }
}
 .start-page__button{
 height: 80px;
}


.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding:20px 40px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left:50%;
    margin-left:-30%;
    width:60%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}