@import url(../fonts/pfdintextcomppro/stylesheet.css);
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PF Din Text Comp Pro', sans-serif;
  background: #000;
  color: #fff;
  font-size: 20px;
}
::selection {
  background: #ff8e4c;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: #ff8e4c;
}
a:hover {
  color: #ff8e4c;
  text-decoration: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  padding-top: 160px;
  letter-spacing: 0.05em;
}
footer {
  height: 340px;
  background: #000;
  padding: 0 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
}
.footer__left {
  text-align: center;
  width: 620px;
}
.footer__right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer__right .flex {
  display: flex;
}
.footer__right .flex--2 {
  margin-left: 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__right .flex--3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  align-items: flex-end;
}
.footer--2 {
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}
.footer--2 .flex--4 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.footer--2 .footer__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--2 .flex--2 {
  padding-bottom: 0;
}
.footer--2 .phone {
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
  margin-right: 50px;
}
.footer--2 .flex--3 {
  opacity: 0.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: none;
  text-align: left;
  align-items: flex-start;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
}
.footer--2 .delivery {
  flex-direction: column;
}
.footer--2 .delivery-icon {
  margin: 15px 0 0 0;
}
.footer .menu-item.active {
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #161616;
  padding: 50px 0 0 50px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
header.scrolled {
  height: 80px;
  padding-top: 30px;
}
header.scrolled .logo {
  width: 162px;
  height: 24px;
}
header.scrolled .basket {
  height: 80px;
  margin-top: -30px;
}
header.scrolled .basket__icon {
  left: 30px;
  transform: translateY(-50%);
  top: 50%;
}
header.scrolled .basket__title {
  opacity: 0;
  left: 80px;
  transform: translateY(-50%);
  top: 50%;
}
header.scrolled .basket__cnt {
  left: 80px;
  transform: translateY(-50%);
  top: 50%;
}
.header__right {
  display: flex;
}
.logo {
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 282px;
  height: 61px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
}
.logo--2 {
  background-image: url(../img/logo-i.svg);
  width: 480px;
  height: 140px;
}
.logo--3 {
  background-image: url(../img/logo-i.svg);
  width: 267px;
  height: 78px;
}
.logo-discovery {
  background: url(../img/logo-discovery.svg) no-repeat center / contain;
  width: 212px;
  height: 45px;
}
.basket {
  width: 160px;
  height: 160px;
  background: #ff8e4c;
  margin-top: -50px;
  position: relative;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.basket:hover {
  color: #000;
}
.basket__icon {
  display: inline-block;
  background: url(../img/icon-cart.png) no-repeat center / contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  transition: all 0.3s ease;
}
.basket__title {
  font-size: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  transition: all 0.3s ease;
}
.basket__cnt {
  font-size: 17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 112px;
  transition: all 0.3s ease;
}
.menu {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
  margin-top: -10px;
}
.menu-item {
  margin-left: 15px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-item.active,
.menu-item:hover {
  text-decoration: none;
  color: #000;
}
.menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #ff8e4c;
}
.menu-item:hover:after,
.menu-item.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.menu-item span {
  position: relative;
  z-index: 2;
}
.menu--footer {
  flex-direction: column;
  margin-top: 0;
}
.menu--footer .menu-item {
  margin-left: 0;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  line-height: 34px;
}
.menu--footer .menu-item:after {
  content: "";
  width: 0;
  bottom: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: none;
  transition: all 0.3s ease;
}
.menu--footer .menu-item:hover {
  background: transparent;
  text-decoration: none;
  color: #fff;
}
.menu--footer .menu-item:hover:after {
  width: 100%;
}
.menu--footer-2 {
  margin-bottom: 30px;
}
.menu--footer-2 .menu-item {
  font-size: 15px;
  line-height: 27px;
}
.menu--sub {
  position: absolute;
  top: 694px;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 50;
}
.menu--sub.active {
  position: fixed;
  top: 80px;
}
.menu--sub-trigger {
  position: absolute;
  top: 630px;
  left: 0;
}
.menu--sub .menu-item {
  font-size: 18px;
  margin-left: 0;
  color: #000;
  height: 100%;
  padding: 15px 15px 0 15px;
}
.social {
  line-height: 0;
  display: flex;
}
.social-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background: no-repeat center / contain;
}
.social-icon--fb {
  background-image: url(../img/icon-fb.png);
}
.social-icon--inst {
  background-image: url(../img/icon-inst.png);
}
.social-icon--tg {
  background-image: url(../img/icon-tg.png);
}
.social-icon--vk {
  background-image: url(../img/icon-vk.png);
}
.social-icon--y {
  background-image: url(../img/icon-y.png);
}
.social-icon--dzen {
  background-image: url(../img/icon-dzen.png);
}
.delivery {
  line-height: 0;
  display: flex;
}
.delivery-icon {
  display: inline-block;
  width: 216px;
  height: 92px;
  margin-left: 15px;
  background: no-repeat center / contain;
}
.delivery-icon--yandex {
  background-image: url(../img/icon-yandex-food@2x.png);
}
.delivery-icon--delivery {
  background-image: url(../img/icon-delivery-club@2x.png);
}
.phone {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.phone small {
  font-size: 80%;
  opacity: 0.5;
  font-weight: normal;
}
.inst {
  font-size: 18px;
  text-transform: uppercase;
}
.inst a {
  color: #fff;
}
.copyright {
  font-size: 12px;
  line-height: 21px;
  opacity: 0.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.bg {
  display: inline-block;
  width: 100%;
  height: 590px;
  position: absolute;
  top: 0;
  left: 0;
}
.section {
  position: relative;
}
.section--top {
  min-height: 590px;
  background: no-repeat center / cover;
  padding: 50px;
}
.section--voile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section--voile:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--voile * {
  position: relative;
  z-index: 1;
}
.section--orange {
  background: #ff8e4c;
}
.section--black {
  background: #161616;
}
.section--flex {
  display: flex;
}
.section--1 {
  min-height: 710px;
  background: no-repeat center / cover;
  padding: 50px 50px 110px;
  background-image: url('../img/pic/01.jpg');
  background-image: -webkit-image-set(url('../img/pic/01.jpg') 1x, url('../img/pic/01@2x.jpg') 2x, url('../img/pic/01@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/01.jpg') 1x, url('../img/pic/01@2x.jpg') 2x, url('../img/pic/01@2x.jpg') 3x);
}
.section--1 .bg {
  height: 710px;
}
.section--2 {
  background: #161616;
  padding: 0 50px 35px;
}
.section--2 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--2 .slider-outer {
  margin-bottom: 40px;
}
.section--2 .outer {
  margin-top: -60px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.section--3 {
  display: flex;
}
.section--3 > * {
  width: 50%;
}
.section--5 {
  background: #161616;
  padding: 50px;
}
.section--5 .pic {
  height: 700px;
}
.section--5 .slider-outer {
  margin-bottom: 50px;
}
.section--7 {
  background: #dadbe0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px;
  color: #000;
}
/*.section--7:before {
  width: 135px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.section--7:after {
  width: 50px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #505152;
}*/
.section--7 .title {
  margin: 30px 0;
}
.section--9 {
  background: #161616;
  padding-top: 70px;
}
.section--9 .title {
  text-align: center;
  margin-bottom: 70px;
}
.section--10 {
  display: flex;
  align-items: stretch;
}
.section--2-1 {
  background-image: url('../img/pic/101.jpg');
  background-image: -webkit-image-set(url('../img/pic/101.jpg') 1x, url('../img/pic/101@2x.jpg') 2x, url('../img/pic/101@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/101.jpg') 1x, url('../img/pic/101@2x.jpg') 2x, url('../img/pic/101@2x.jpg') 3x);
}
.section--3-1 {
  background-image: url('../img/pic/201.jpg');
  background-image: -webkit-image-set(url('../img/pic/201.jpg') 1x, url('../img/pic/201@2x.jpg') 2x, url('../img/pic/201@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/201.jpg') 1x, url('../img/pic/201@2x.jpg') 2x, url('../img/pic/201@2x.jpg') 3x);
}
.section--4-1 {
  background-image: url('../img/pic/301.jpg');
  background-image: -webkit-image-set(url('../img/pic/301.jpg') 1x, url('../img/pic/301@2x.jpg') 2x, url('../img/pic/301@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/301.jpg') 1x, url('../img/pic/301@2x.jpg') 2x, url('../img/pic/301@2x.jpg') 3x);
}
.section--5-1 {
  background-image: url('../img/pic/401.jpg');
  background-image: -webkit-image-set(url('../img/pic/401.jpg') 1x, url('../img/pic/401@2x.jpg') 2x, url('../img/pic/401@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/401.jpg') 1x, url('../img/pic/401@2x.jpg') 2x, url('../img/pic/401@2x.jpg') 3x);
}
.section--5-1 .title {
  margin-top: 35px;
}
.section--5-2 {
  display: flex;
  align-items: stretch;
}
.section--5-4 {
  display: flex;
}
.section--5-4 .item {
  width: 20%;
}
.section--5-5 {
  padding: 100px 250px;
  text-align: center;
  background: #1c1c1c;
}
.section--5-5:after {
  content: "";
  background: url(../img/logo-stamp.svg) no-repeat center / contain;
  width: 144px;
  height: 144px;
  position: absolute;
  right: 50px;
  top: 35px;
}
.section--5-6 .pic {
  height: 700px;
}
.section--6-1 {
  height: 800px;
  display: flex;
}
.section--7-1,
.section--8-1 {
  background-image: url('../img/pic/701.jpg');
  background-image: -webkit-image-set(url('../img/pic/701.jpg') 1x, url('../img/pic/701@2x.jpg') 2x, url('../img/pic/701@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/701.jpg') 1x, url('../img/pic/701@2x.jpg') 2x, url('../img/pic/701@2x.jpg') 3x);
}
.section--7-1 .title,
.section--8-1 .title {
  margin-bottom: 40px;
}
.section--7-1 .title--very-big,
.section--8-1 .title--very-big {
  margin-bottom: 15px;
}
.section--7-2,
.section--8-2 {
  display: flex;
  align-items: stretch;
}
.section--7-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #161616 url(../img/logo-stamp.svg) no-repeat center bottom 313px;
  background-size: 144px auto;
  padding: 140px 250px 110px;
}
.section--7-4 .btns {
  padding-top: 360px;
}
.section--8-1 {
  background-image: url('../img/pic/801.jpg');
  background-image: -webkit-image-set(url('../img/pic/801.jpg') 1x, url('../img/pic/801@2x.jpg') 2x, url('../img/pic/801@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/801.jpg') 1x, url('../img/pic/801@2x.jpg') 2x, url('../img/pic/801@2x.jpg') 3x);
}
.section--8-4 {
  text-align: center;
  background: #161616;
  padding: 80px;
}
.section--9-1 {
  background-image: url('../img/pic/601.jpg');
  background-image: -webkit-image-set(url('../img/pic/601.jpg') 1x, url('../img/pic/601@2x.jpg') 2x, url('../img/pic/601@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/601.jpg') 1x, url('../img/pic/601@2x.jpg') 2x, url('../img/pic/601@2x.jpg') 3x);
}
.section--9-2 {
  display: flex;
  align-items: stretch;
}
.section--9-2 > .block {
  width: 50%;
}
.section--9-2 .pic--4 {
  flex: 1;
}
.map {
  flex: 1;
}
.map-info {
  width: 470px;
  background: #fff;
  position: relative;
}
.map-info .office-info {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px;
}
.pic {
  background: no-repeat center / cover;
}
.pic--flex {
  flex: 1;
}
.pic--1 {
  background-image: url('../img/pic/402.jpg');
  background-image: -webkit-image-set(url('../img/pic/402.jpg') 1x, url('../img/pic/402@2x.jpg') 2x, url('../img/pic/402@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/402.jpg') 1x, url('../img/pic/402@2x.jpg') 2x, url('../img/pic/402@2x.jpg') 3x);
}
.pic--2 {
  background-image: url('../img/pic/403.jpg');
  background-image: -webkit-image-set(url('../img/pic/403.jpg') 1x, url('../img/pic/403@2x.jpg') 2x, url('../img/pic/403@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/403.jpg') 1x, url('../img/pic/403@2x.jpg') 2x, url('../img/pic/403@2x.jpg') 3x);
}
.pic--3 {
  background-image: url('../img/pic/404.jpg');
  background-image: -webkit-image-set(url('../img/pic/404.jpg') 1x, url('../img/pic/404@2x.jpg') 2x, url('../img/pic/404@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/404.jpg') 1x, url('../img/pic/404@2x.jpg') 2x, url('../img/pic/404@2x.jpg') 3x);
}
.pic--4 {
  background-image: url('../img/pic/603.jpg');
  background-image: -webkit-image-set(url('../img/pic/603.jpg') 1x, url('../img/pic/603@2x.jpg') 2x, url('../img/pic/603@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/603.jpg') 1x, url('../img/pic/603@2x.jpg') 2x, url('../img/pic/603@2x.jpg') 3x);
}
.pic--5 {
  background-image: url('../img/pic/602.jpg');
  background-image: -webkit-image-set(url('../img/pic/602.jpg') 1x, url('../img/pic/602@2x.jpg') 2x, url('../img/pic/602@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/602.jpg') 1x, url('../img/pic/602@2x.jpg') 2x, url('../img/pic/602@2x.jpg') 3x);
}
.pic--6 {
  background-image: url('../img/pic/802.jpg');
  background-image: -webkit-image-set(url('../img/pic/802.jpg') 1x, url('../img/pic/802@2x.jpg') 2x, url('../img/pic/802@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/802.jpg') 1x, url('../img/pic/802@2x.jpg') 2x, url('../img/pic/802@2x.jpg') 3x);
}
.pic--7 {
  background-image: url('../img/pic/803.jpg');
  background-image: -webkit-image-set(url('../img/pic/803.jpg') 1x, url('../img/pic/803@2x.jpg') 2x, url('../img/pic/803@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/803.jpg') 1x, url('../img/pic/803@2x.jpg') 2x, url('../img/pic/803@2x.jpg') 3x);
}
.pic--8 {
  background-image: url('../img/pic/804.jpg');
  background-image: -webkit-image-set(url('../img/pic/804.jpg') 1x, url('../img/pic/804@2x.jpg') 2x, url('../img/pic/804@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/804.jpg') 1x, url('../img/pic/804@2x.jpg') 2x, url('../img/pic/804@2x.jpg') 3x);
}
.pic--9 {
  background-image: url('../img/pic/06.jpg');
  background-image: -webkit-image-set(url('../img/pic/06.jpg') 1x, url('../img/pic/06@2x.jpg') 2x, url('../img/pic/06@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/06.jpg') 1x, url('../img/pic/06@2x.jpg') 2x, url('../img/pic/06@2x.jpg') 3x);
}
.pic--10 {
  background-image: url('../img/pic/07.jpg');
  background-image: -webkit-image-set(url('../img/pic/07.jpg') 1x, url('../img/pic/07@2x.jpg') 2x, url('../img/pic/07@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/07.jpg') 1x, url('../img/pic/07@2x.jpg') 2x, url('../img/pic/07@2x.jpg') 3x);
}
.pic--11 {
  background-image: url('../img/pic/08.jpg');
  background-image: -webkit-image-set(url('../img/pic/08.jpg') 1x, url('../img/pic/08@2x.jpg') 2x, url('../img/pic/08@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/08.jpg') 1x, url('../img/pic/08@2x.jpg') 2x, url('../img/pic/08@2x.jpg') 3x);
}
.pic--12 {
  background-image: url('../img/pic/13.jpg');
  background-image: -webkit-image-set(url('../img/pic/13.jpg') 1x, url('../img/pic/13@2x.jpg') 2x, url('../img/pic/13@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/13.jpg') 1x, url('../img/pic/13@2x.jpg') 2x, url('../img/pic/13@2x.jpg') 3x);
}
.pic--13 {
  background-image: url('../img/pic/18.png');
  background-image: -webkit-image-set(url('../img/pic/18.png') 1x, url('../img/pic/18@2x.png') 2x, url('../img/pic/18@2x.png') 3x);
  background-image: image-set(url('../img/pic/18.png') 1x, url('../img/pic/18@2x.png') 2x, url('../img/pic/18@2x.png') 3x);
}
.pic--14 {
  background-image: url('../img/pic/19.jpg');
  background-image: -webkit-image-set(url('../img/pic/19.jpg') 1x, url('../img/pic/19@2x.jpg') 2x, url('../img/pic/19@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/19.jpg') 1x, url('../img/pic/19@2x.jpg') 2x, url('../img/pic/19@2x.jpg') 3x);
}
.pic--15 {
  background-image: url('../img/pic/703.jpg');
  background-image: -webkit-image-set(url('../img/pic/703.jpg') 1x, url('../img/pic/703@2x.jpg') 2x, url('../img/pic/703@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/703.jpg') 1x, url('../img/pic/703@2x.jpg') 2x, url('../img/pic/703@2x.jpg') 3x);
}
.pic--16 {
  background-image: url('../img/pic/702.jpg');
  background-image: -webkit-image-set(url('../img/pic/702.jpg') 1x, url('../img/pic/702@2x.jpg') 2x, url('../img/pic/702@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/702.jpg') 1x, url('../img/pic/702@2x.jpg') 2x, url('../img/pic/702@2x.jpg') 3x);
}
.pic--17 {
  background-image: url('../img/pic/704.jpg');
  background-image: -webkit-image-set(url('../img/pic/704.jpg') 1x, url('../img/pic/704@2x.jpg') 2x, url('../img/pic/704@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/704.jpg') 1x, url('../img/pic/704@2x.jpg') 2x, url('../img/pic/704@2x.jpg') 3x);
}
.pic--18 {
  background-image: url('../img/pic/410.jpg');
  background-image: -webkit-image-set(url('../img/pic/410.jpg') 1x, url('../img/pic/410@2x.jpg') 2x, url('../img/pic/410@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/410.jpg') 1x, url('../img/pic/410@2x.jpg') 2x, url('../img/pic/410@2x.jpg') 3x);
}
.pic--20 {
  background-image: url('../img/pic/808.jpg');
  background-image: -webkit-image-set(url('../img/pic/808.jpg') 1x, url('../img/pic/808@2x.jpg') 2x, url('../img/pic/808@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/808.jpg') 1x, url('../img/pic/808@2x.jpg') 2x, url('../img/pic/808@2x.jpg') 3x);
}
.pic--21 {
  background-image: url('../img/pic/809.jpg');
  background-image: -webkit-image-set(url('../img/pic/809.jpg') 1x, url('../img/pic/809@2x.jpg') 2x, url('../img/pic/809@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/809.jpg') 1x, url('../img/pic/809@2x.jpg') 2x, url('../img/pic/809@2x.jpg') 3x);
}
.pic--22 {
  background-image: url('../img/pic/810.jpg');
  background-image: -webkit-image-set(url('../img/pic/810.jpg') 1x, url('../img/pic/810@2x.jpg') 2x, url('../img/pic/810@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/810.jpg') 1x, url('../img/pic/810@2x.jpg') 2x, url('../img/pic/810@2x.jpg') 3x);
}
.pic--23 {
  background-image: url('../img/pic/811.jpg');
  background-image: -webkit-image-set(url('../img/pic/811.jpg') 1x, url('../img/pic/811@2x.jpg') 2x, url('../img/pic/811@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/811.jpg') 1x, url('../img/pic/811@2x.jpg') 2x, url('../img/pic/811@2x.jpg') 3x);
}
.pic--24 {
  background-image: url('../img/pic/812.jpg');
  background-image: -webkit-image-set(url('../img/pic/812.jpg') 1x, url('../img/pic/812@2x.jpg') 2x, url('../img/pic/812@2x.jpg') 3x);
  background-image: image-set(url('../img/pic/812.jpg') 1x, url('../img/pic/812@2x.jpg') 2x, url('../img/pic/812@2x.jpg') 3x);
}
.tns-autowidth {
  vertical-align: top;
}
.title {
  font-size: 55px;
  line-height: 59px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.title--big {
  font-size: 70px;
  line-height: 88px;
}
.title--medium {
  font-size: 64px;
  line-height: 62px;
}
.title--no-margin {
  margin-bottom: 0;
}
.title--xs {
  font-size: 25px;
  line-height: 30px;
}
.title--small {
  font-size: 30px;
  line-height: 36px;
}
.title--very-big {
  font-size: 107px;
  line-height: 104px;
}
.title--tiny {
  font-size: 15px;
  line-height: 20px;
}
.block {
  padding: 25px;
}
.block__title {
  font-size: 48px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
.block__text {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.block__text--up {
  text-transform: uppercase;
}
.block__block {
  margin: 0 -15px -15px;
  padding: 15px 15px;
}
.block__btn {
  margin-top: 40px;
  line-height: 0;
}
.block__btn--right {
  text-align: right;
}
.block__btn--no-margin {
  margin-top: 0;
}
.block--gray {
  background: #1c1c1c;
}
.block--orange {
  background: #ff8e4c;
  color: #000;
}
.block--pic-big {
  display: flex;
  width: 100%;
  padding: 0;
}
.block--pic-big .pic {
  flex: 1;
}
.block--pic-big .block__text {
  width: 480px;
  padding: 35px 50px;
}
.block--col {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.block--col .pic {
  height: 960px;
  width: 100%;
}
.block--col .block__text {
  padding: 35px 40px;
  margin-bottom: 0;
  flex: 1;
}
.block--1 {
  background: #b0593b;
  width: 450px;
}
.block--1 .block__block {
  background: #161616;
}
.block--2 {
  padding: 100px 125px;
}
.block--4 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px 0;
}
.block--4 .title {
  margin: 0;
}
.block--4 .block__btn {
  margin: -50px -50px -50px 0;
  background: #000;
  padding: 0 50px 0 30px;
  display: flex;
  align-items: center;
  width: 480px;
}
.block--5 {
  padding: 50px;
}
.block--6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  padding: 0;
}
.block--6 .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.block--7 {
  text-align: center;
  padding: 0 60px;
}
.block--7 .pic {
  width: 453px;
  height: 857px;
}
.block--8 {
  width: 620px;
  padding: 50px 0 0 50px;
  background: #2e2e2e;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-family: 'PF Din Text Comp Pro', sans-serif;
  height: 66px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #161616;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  background: #ff8e4c;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #242424;
}
.btn:hover:after,
.btn.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 3;
}
.btn--black {
  background: #000;
  color: #fff;
}
.btn--black:hover {
  color: #161616;
}
.btn--black:after {
  background: #ff8e4c;
}
.btn--gray {
  background: #c9c9c9;
  color: #fff;
}
.btn--gray:hover {
  color: #161616;
}
.btn--gray:after {
  background: #ff8e4c;
}
.btn--tiny {
  height: 44px;
  padding: 0 15px;
  font-size: 24px;
  line-height: 24px;
  min-width: auto;
}
.btn--sm {
  font-size: 25px;
  line-height: 25px;
}
.btn--xs {
  font-size: 19px;
  line-height: 19px;
}
.btn--full {
  width: 100%;
}
.btn--big {
  font-size: 44px;
  line-height: 44px;
  height: 100px;
  padding: 0 50px;
}
.btn--square {
  width: 40px;
  height: 40px;
  padding: 0;
  min-width: 0;
}
.text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
.text--big {
  font-size: 38px;
  line-height: 41px;
  font-weight: normal;
}
.slider-outer {
  margin: 0 -50px;
  position: relative;
  display: block;
  overflow: hidden;
  letter-spacing: normal;
}
.slider-outer--2 .tns-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  outline: none;
}
.slider-outer--2 .tns-controls [data-controls="prev"],
.slider-outer--2 .tns-controls [data-controls="next"] {
  width: 66px;
  height: 66px;
  background: #ff8e4c;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  transform: none;
  top: auto;
  transition: all 0.3s ease;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:after,
.slider-outer--2 .tns-controls [data-controls="next"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #242424;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:hover:after,
.slider-outer--2 .tns-controls [data-controls="next"]:hover:after,
.slider-outer--2 .tns-controls [data-controls="prev"].active:after,
.slider-outer--2 .tns-controls [data-controls="next"].active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:hover,
.slider-outer--2 .tns-controls [data-controls="next"]:hover {
  width: 66px;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:hover:before,
.slider-outer--2 .tns-controls [data-controls="next"]:hover:before {
  background-image: url(../img/arrow-white.png);
}
.slider-outer--2 .tns-controls [data-controls="prev"]:before,
.slider-outer--2 .tns-controls [data-controls="next"]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center / 11px auto;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.slider-outer--2 .tns-controls [data-controls="prev"] {
  background-color: #ffae7f;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:before {
  transform: rotate(180deg);
}
.slider--pics .pic {
  width: 100%;
}
.ok {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: green url(../img/check.svg) no-repeat center / 40% auto;
  display: none;
}
.item {
  width: 452px;
  height: 309px;
  position: relative;
  line-height: 0;
  background: #000;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.05em;
}
.item:hover .item__img {
  transform: scale(1.1);
}
.item:after {
  content: "";
  position: absolute;
  z-index: 8;
  border: 0 solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.item__link {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.item:hover:after {
  border-width: 12px;
}
.item:hover .item__buy {
  opacity: 1;
  top: 12px;
  left: 12px;
}
.item__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.item__img--second {
  opacity: 0;
}
.item__price {
  display: none;
  position: relative;
}
.item-fly {
  padding: 18px;
  background: #c6c6c6;
  display: inline-block;
  width: 250px;
  position: absolute;
}
.item-fly__title {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
.item-fly__btn {
  margin: 0 -8px -8px;
}
.item-fly__btn--2 {
  background: #b2b2b2;
  display: flex;
  align-items: center;
}
.item-fly__additional {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 500;
}
.item__buy {
  width: 66px;
  height: 66px;
  background: #ff8e4c;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.item__buy span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 30px;
  background: url(../img/icon-cart.png) no-repeat center / contain;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  transition: all 0.3s ease;
}
.item__buy:hover span {
  background-image: url(../img/icon-cart-orange.png);
}
.item__buy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #242424;
}
.item__buy:hover:after,
.item__buy.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.item__buy.ok {
  background: green;
}
.item__buy.ok:after {
  background-color: green;
}
.item--big {
  width: 537px;
  height: 367px;
}
.item--cut:hover .item__img {
  opacity: 0;
  transform: none;
}
.item--cut:hover .item__img--second {
  opacity: 1;
}
.item--2:after {
  border-color: #ff8e4c;
}
.fly {
  transform: translateY(-100%);
  opacity: 0;
}
.float {
  position: fixed;
  opacity: 0;
}
.float.active {
  opacity: 1;
  z-index: 999;
}
.float .fly {
  opacity: 1;
}
.tns-controls {
  outline: none;
}
.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
  width: 66px;
  height: 103px;
  background: #fff url(../img/arrow.svg) no-repeat center / 22px auto;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.tns-controls [data-controls="prev"]:disabled,
.tns-controls [data-controls="next"]:disabled {
  opacity: 0;
}
.tns-controls [data-controls="prev"]:hover,
.tns-controls [data-controls="next"]:hover {
  width: 80px;
}
.tns-controls [data-controls="prev"] {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 0;
}
.tns-outer [data-action] {
  display: none;
}
.partners {
  display: flex;
  flex-wrap: wrap;
}
.partner {
  width: 25%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.partner img {
  max-width: 200px;
  max-height: 120px;
}
.partner--light {
  background: #0f0f0f;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.js-marquee {
  display: flex;
}
.offices {
  margin-left: -50px;
}
.office {
  font-size: 35px;
  line-height: 31px;
  font-weight: 300;
  text-transform: uppercase;
  height: 120px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  background: #0e0e0e;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.office:nth-child(2n) {
  background: #161616;
}
.office:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #ff8e4c;
}
.office:hover:after,
.office.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.office:hover,
.office.active {
  color: #000;
}
.office span {
  position: relative;
  z-index: 2;
}
.office.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: 5;
  width: 0;
  display: inline-block;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #ff8e4c;
}
.office-info {
  position: absolute;
  top: 50px;
  right: 50px;
  background: #fff;
  padding: 20px;
  font-size: 19px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 226px;
  height: 180px;
  color: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.office-info.active {
  opacity: 1;
  z-index: 1;
}
.office-info__title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.office-info__pic {
  width: 100%;
  height: 335px;
  background: no-repeat center / cover;
}
.office-info__btn {
  margin-top: 40px;
  padding: 0 10px;
}
.office-info--2 .office-info__address,
.office-info--2 .office-info__phone {
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 10px;
}
.office-info--2 .office-info__work {
  font-size: 22px;
  line-height: 35px;
  font-weight: normal;
}
.showcase__title {
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
  color: #fff;
  text-align: center;
}
.showcase__title--black {
  background: #000;
  color: #fff;
}
.showcase__title--2 {
  font-size: 50px;
  line-height: 62px;
  justify-content: flex-start;
  height: 160px;
  font-weight: 100;
  padding: 0 50px;
  background: #161616;
  color: #fff;
}
.showcase-block {
  display: flex;
  flex-wrap: wrap;
}
.showcase-block .item {
  width: 25%;
}
.popup {
  width: 1220px;
  border: 1px solid #ff8e4c;
  padding: 0;
  background: #000;
  letter-spacing: 0.05em;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
}
.popup__slider {
  position: relative;
  line-height: 0;
  flex: 1;
}
.popup__slider .tns-outer,
.popup__slider .tns-ovh,
.popup__slider .tns-inner,
.popup__slider .tns-slider {
  height: 100%;
}
.popup__slider [data-controls="prev"]:disabled,
.popup__slider [data-controls="next"]:disabled {
  opacity: 1;
  cursor: default;
}
.popup__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
}
.popup__content .popup__col {
  padding: 35px 30px;
}
.popup__content .popup__col--first {
  background: #232323;
  width: 450px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
}
.popup__content .popup__col--last {
  flex: 1;
}
.popup__img {
  width: 1220px;
  height: 755px;
  background: no-repeat center / cover;
  line-height: 0;
}
.popup__img img {
  height: 100%;
}
.popup__title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.popup__price {
  background: #343434;
  margin: -20px -20px 20px;
  padding: 20px;
}
.popup__price--flex {
  display: flex;
}
.popup__text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
.popup__text-additional {
  font-size: 25px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  margin-top: 35px;
}
.popup-price {
  background: #ffa875;
  display: flex;
  justify-content: space-between;
  height: 66px;
}
.popup-price__icon {
  width: 66px;
  height: 100%;
  background: #ff8e4c;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.popup-price__icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #000;
}
.popup-price__icon:hover:after,
.popup-price__icon.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.popup-price__icon:before {
  content: "";
  background: url(../img/icon-cart.png) no-repeat center / 31px auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.popup-price__icon:hover:before {
  background-image: url(../img/icon-cart-orange.png);
}
.popup-price__price {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.popup-price__additional {
  background: #1a1a1a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.popup-price__additional .nselect {
  width: 100%;
}
.popup-price__additional .nselect--dark {
  width: 100%;
}
.popup-price__additional .nselect.nsOrange .nselect__head {
  font-size: 22px;
}
.popup-price__cant-buy {
  background: none;
  height: auto;
  display: block;
}
.popup-price__cant-buy .popup-price__icon {
  display: none;
}
.popup-price__cant-buy .popup-price__price {
  padding: 0;
  color: #fff;
  display: inline-block;
}
.popup-price__cant-buy .popup-price__price:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.popup-price__cant-buy .popup-price__price--no-additional:after {
  display: none;
}
.popup-price__cant-buy .popup-price__additional {
  background: transparent;
  display: inline-block;
  padding: 0;
  font-size: 30px;
}
.fancybox-close-small {
  width: 66px;
  height: 66px;
  opacity: 1;
  background: #000;
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-close-small:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/icon-close.png) no-repeat center / 27px auto;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.fancybox-close-small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #ff8e4c;
}
.fancybox-close-small:hover:after,
.fancybox-close-small.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.fancybox-close-small:hover:before {
  background-image: url(../img/icon-close-black.png);
}
.dn {
  display: none;
}
.fancybox-content.bg-white {
  padding: 35px;
  color: #000;
  background: #fff;
}
.fancybox-content.bg-white .fancybox-close-small {
  background-color: #ff8e4c;
}
.fancybox-content.bg-white .fancybox-close-small:before {
  background-image: url(../img/icon-close-black.png);
}
.fancybox-content.bg-white .fancybox-close-small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #000;
}
.fancybox-content.bg-white .fancybox-close-small:hover:after,
.fancybox-content.bg-white .fancybox-close-small.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.fancybox-content.bg-white .fancybox-close-small:hover:before {
  background-image: url(../img/icon-close.png);
}
.fancybox-content.bg-gray {
  background: #000;
  padding: 50px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  max-width: 950px;
}
.fancybox-content.bg-gray .fancybox-close-small {
  background-color: #b0593b;
}
.fancybox-content.bg-gray .fancybox-close-small:before {
  background-image: url(../img/icon-close.png);
}
.fancybox-content.bg-gray .fancybox-close-small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: #ff8e4c;
}
.fancybox-content.bg-gray .fancybox-close-small:hover:after,
.fancybox-content.bg-gray .fancybox-close-small.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.fancybox-content.bg-gray .fancybox-close-small:hover:before {
  background-image: url(../img/icon-close-black.png);
}
.fancybox-content.thanks {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  width: 750px;
  padding: 60px;
  font-size: 38px;
  line-height: 47px;
}
.fancybox-content.thanks .title {
  font-size: 62px;
  line-height: 77px;
}
p {
  margin: 0;
}
p + p {
  margin-top: 15px;
}
.select-custom {
  display: none;
}
.nselect.nsOrange {
  line-height: 0;
  max-width: 100%;
}
.nselect.nsOrange .nselect__head {
  line-height: normal;
  height: 66px;
  background: #ff8e4c;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 30px;
  font-weight: 500;
  padding: 0 86px 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nselect.nsOrange .nselect__head span {
  text-overflow: ellipsis;
}
.nselect.nsOrange .nselect__head::after {
  right: 0;
  top: 0;
  content: '';
  position: absolute;
  width: 66px;
  height: 100%;
  border: none;
  background: url(../img/arrow-down.svg) no-repeat center / 16px auto;
}
.nselect.nsOrange .nselect__head:before {
  right: 0;
  top: 0;
  content: '';
  position: absolute;
  width: 66px;
  height: 100%;
  border: none;
  background: #ffa875;
}
.nselect.nsOrange .nselect__inner {
  line-height: normal;
  background: #161616;
  top: 66px;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  z-index: 100;
}
.nselect.nsOrange .nselect__inner:before {
  display: none;
}
.nselect.nsOrange .nselect__list {
  padding: 0;
  overflow-y: auto;
}
.nselect.nsOrange .nselect__list li span {
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #ff8e4c;
  border-bottom: none;
  height: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.nselect.nsOrange .nselect__list li span:hover {
  background: #ffa875;
  color: #161616;
}
.nselect.nsOrange._top .nselect__inner {
  bottom: 66px;
  transform: none;
}
.nselect.nsOrange._checked .nselect__head {
  background: #ff8e4c;
  color: #000;
}
.nselect--dark .nselect.nsOrange .nselect__head {
  background: #000;
  color: #fff;
}
.nselect--dark .nselect.nsOrange .nselect__head::after {
  background-image: url(../img/arrow-down-white.svg);
}
.nselect--dark .nselect.nsOrange .nselect__head:before {
  background: #161616;
}
.nselect--dark .nselect.nsOrange._checked .nselect__head {
  background: #000;
  color: #fff;
}
.nselect--gray .nselect.nsOrange .nselect__head {
  background: #8f8f8f;
  color: #fff;
}
.nselect--gray .nselect.nsOrange .nselect__head::after {
  background-image: url(../img/arrow-down-white.svg);
}
.nselect--gray .nselect.nsOrange .nselect__head:before {
  background: #737373;
}
.nselect--gray .nselect.nsOrange._checked .nselect__head {
  background: #8f8f8f;
  color: #fff;
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
}
.contacts > div {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  background: #282828;
}
.contacts > div:first-child {
  background: #ff8e4c;
  color: #000;
}
.contacts > div:first-child .contacts__email {
  color: #000;
}
.contacts > div:first-child .contacts__email:hover {
  color: #000;
}
.contacts > div:nth-child(4) {
  background: #000;
}
.contacts > div.showMobile {
  display: none;
}
.contacts > div.bg-dark {
  background: #000;
}
.contacts > div.bg-gray {
  background: #282828;
}
.contacts > div.single {
  width: 100%;
}
.contacts__title {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.contacts__phone {
  font-size: 40px;
  margin-bottom: -5px;
}
.contacts__email {
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.contacts__email:hover {
  text-decoration: underline;
  color: #fff;
}
.contacts__email--small {
  font-size: 30px;
}
.contacts__work {
  font-size: 30px;
}
.contacts__link {
  font-size: 25px;
}
.form {
  padding: 50px;
  background: #1b1b1b;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form__title {
  font-size: 50px;
  line-height: 60px;
}
.form__row {
  margin-top: 50px;
  position: relative;
}
.form__row-required {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  text-transform: lowercase;
  font-weight: 300;
}
.form__row--price {
  display: flex;
  line-height: 0;
  justify-content: space-between;
  align-items: stretch;
}
.form__price {
  background: #f3f3f3;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 24px;
}
.form input {
  border: 0;
  border-bottom: 9px solid #282828;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  background: transparent;
  padding: 0;
  font-family: 'PF Din Text Comp Pro', sans-serif;
  width: 100%;
  height: 86px;
  margin-top: -25px;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.form input::placeholder {
  color: #fff;
}
.form textarea {
  border: 0;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  background: #282828;
  padding: 35px;
  font-family: 'PF Din Text Comp Pro', sans-serif;
  width: 100%;
  height: 400px;
  font-style: italic;
  letter-spacing: 0.05em;
}
.form textarea::placeholder {
  color: #fff;
}
.form--2 {
  padding: 0;
  background: transparent;
  width: 790px;
}
.form--2 input {
  color: #000;
}
.form--2 input::placeholder {
  color: #000;
}
.form--2 textarea {
  height: 220px;
}
.form--transparent {
  padding: 0;
  background: transparent;
}
.form--transparent input {
  color: #000;
}
.form--transparent input::placeholder {
  color: #000;
}
.form--transparent textarea {
  height: 200px;
}
.black {
  color: #000;
}
.cart {
  flex: 1;
  background: #e6e6e6;
}
.cart__header {
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 500;
  height: 120px;
}
.cart__title {
  font-size: 30px;
  line-height: 49px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.cart__title--big {
  font-size: 35px;
}
.cart__cnt {
  font-size: 20px;
  line-height: 49px;
  color: #000;
}
.cart__body {
  padding: 30px 50px 0;
  min-height: 1100px;
}
.cart__section {
  padding: 0 0 10px;
}
.cart__empty {
  padding: 100px 50px;
  color: #000;
  font-size: 50px;
  font-style: italic;
  display: none;
}
.cart-rows {
  padding-top: 25px;
}
.cart-row {
  min-height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #000;
  margin-bottom: 30px;
}
.cart-row__pic {
  width: 250px;
  background: no-repeat center / cover;
  height: 100%;
}
.cart-row__content {
  flex: 1;
  padding: 15px 30px 30px;
  background: #f3f3f3;
}
.cart-row__name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  text-decoration: none;
}
.cart-row__text {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.cart-cnt {
  background: #dbdbdb;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-width: 170px;
}
.cart-cnt__count {
  display: flex;
  line-height: 0;
  background: #fff;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
}
.cart-cnt__items {
  padding: 0 15px;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  flex: 1;
}
.cart-cnt__del {
  font-size: 17px;
  text-decoration: underline;
  color: #5d5d5d;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}
.cart-cnt__del:hover {
  text-decoration: none;
}
.cart-cnt__title {
  font-size: 22px;
  line-height: 22px;
  padding: 0 0 10px;
}
.cart-block {
  display: flex;
  background: #fff;
}
.cart-block__col {
  width: 600px;
  position: relative;
}
.cart-float {
  background: #e6e6e6;
  width: 500px;
  padding: 32px;
  position: relative;
  margin: 50px 0 50px 50px;
  color: #000;
  transition: top 0.3s ease;
}
.cart-float.scrolled {
  top: 123px;
}
.cart-float .title {
  margin-bottom: 25px;
}
.cart-float .title--tiny {
  margin-bottom: 30px;
}
.cart-float .nselect {
  margin-bottom: 35px;
  width: 100%;
}
.cart-float .nselect.nsOrange .nselect__head {
  background: #8f8f8f;
  color: #fff;
  max-width: none;
}
.cart-float .nselect.nsOrange .nselect__head:before {
  background: #737373;
}
.cart-float .nselect.nsOrange .nselect__head:after {
  background-image: url(../img/arrow-down-white.svg);
}
.cart-float .nselect.nsOrange._checked .nselect__head {
  background: #8f8f8f;
  color: #fff;
}
.cart-float .form__row:first-child {
  margin-top: 20px;
}
.legend {
  color: #000;
  font-style: italic;
  padding: 1vw 0 0;
  font-size: 80%;
}
.datepicker {
  font-family: 'PF Din Text Comp Pro', sans-serif;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
}
.datepicker--cell {
  border-radius: 0;
}
.datepicker--cell.-focus- {
  background: #ff8e4c;
  color: #000;
}
.datepicker--cell.-selected- {
  background: #ff8e4c;
  color: #000;
}
.datepicker--cell.-selected-.-focus- {
  background: #ff8e4c;
  color: #000;
}
.datepicker--cell.-current- {
  background: #c6c6c6;
  color: #000;
}
.datepicker--cell.-current-.-selected- {
  background: #ff8e4c;
  color: #000;
}
.datepicker--nav-action {
  border-radius: 0;
}
.showMobile {
  display: none;
}
body {
  font-size: 1.11111111vw;
}
h1,
.h1 {
  font-size: 2.22222222vw;
  margin: 0 0 0.83333333vw;
}
h2,
.h2 {
  font-size: 1.66666667vw;
  margin: 0 0 0.83333333vw;
}
h3,
.h3 {
  font-size: 1.11111111vw;
  margin: 0 0 0.83333333vw;
}
main {
  padding-top: 8.88888889vw;
}
footer {
  height: 18.88888889vw;
  padding: 0 2.77777778vw 0 0;
}
.footer__left {
  width: 34.44444444vw;
}
.footer__right .flex--2 {
  margin-left: 2.77777778vw;
}
.footer--2 {
  padding-top: 2.22222222vw;
  padding-bottom: 2.22222222vw;
}
.footer--2 .phone {
  font-size: 1.38888889vw;
  line-height: 2.22222222vw;
  margin-right: 2.77777778vw;
}
.footer--2 .flex--3 {
  font-size: 1.38888889vw;
  line-height: 1.61111111vw;
}
.footer--2 .delivery-icon {
  margin: 0.83333333vw 0 0 0;
}
header {
  padding: 2.77777778vw 0 0 2.77777778vw;
  height: 8.88888889vw;
}
header.scrolled {
  height: 4.44444444vw;
  padding-top: 1.66666667vw;
}
header.scrolled .logo {
  width: 9vw;
  height: 1.33333333vw;
}
header.scrolled .basket {
  height: 4.44444444vw;
  margin-top: -1.66666667vw;
}
header.scrolled .basket__icon {
  left: 1.66666667vw;
}
header.scrolled .basket__title {
  left: 4.44444444vw;
}
header.scrolled .basket__cnt {
  left: 4.44444444vw;
}
.logo {
  width: 15.66666667vw;
  height: 3.38888889vw;
}
.logo--2 {
  width: 26.66666667vw;
  height: 7.77777778vw;
}
.logo--3 {
  width: 14.83333333vw;
  height: 4.33333333vw;
}
.logo-discovery {
  width: 11.77777778vw;
  height: 2.5vw;
}
.basket {
  width: 8.88888889vw;
  height: 8.88888889vw;
  margin-top: -2.77777778vw;
}
.basket__icon {
  width: 1.77777778vw;
  height: 1.77777778vw;
  top: 1.66666667vw;
}
.basket__title {
  font-size: 1.33333333vw;
  top: 4.16666667vw;
}
.basket__cnt {
  font-size: 0.94444444vw;
  top: 6.22222222vw;
}
.menu {
  margin-right: 1.66666667vw;
  margin-top: -0.55555556vw;
}
.menu-item {
  margin-left: 0.83333333vw;
  font-size: 1.22222222vw;
  padding: 0.27777778vw 0.55555556vw;
}
.menu--footer {
  margin-top: 0;
}
.menu--footer .menu-item {
  margin-left: 0;
  font-size: 1.11111111vw;
  padding: 0;
  line-height: 1.88888889vw;
}
.menu--footer .menu-item:after {
  bottom: 0.27777778vw;
}
.menu--footer-2 {
  margin-bottom: 1.66666667vw;
}
.menu--footer-2 .menu-item {
  font-size: 0.83333333vw;
  line-height: 1.5vw;
}
.menu--sub {
  top: 38.55555556vw;
  height: 3.11111111vw;
  padding: 0;
  margin: 0;
}
.menu--sub.active {
  top: 4.44444444vw;
}
.menu--sub-trigger {
  top: 35vw;
}
.menu--sub .menu-item {
  font-size: 1vw;
  padding: 0.83333333vw 0.83333333vw 0 0.83333333vw;
}
.social-icon {
  width: 1.88888889vw;
  height: 1.88888889vw;
  margin-right: 0.83333333vw;
}
.delivery-icon {
  width: 11.94444444vw;
  height: 5.11111111vw;
  margin-left: 0.83333333vw;
}
.phone {
  font-size: 1.38888889vw;
  margin-top: 1.38888889vw;
  margin-bottom: 0.83333333vw;
}
.inst {
  font-size: 1vw;
}
.copyright {
  font-size: 0.66666667vw;
  line-height: 1.16666667vw;
}
.section--top {
  min-height: 32.77777778vw;
  padding: 2.77777778vw;
}
.section--1 {
  min-height: 39.44444444vw;
  padding: 2.77777778vw 2.77777778vw 6.11111111vw;
}
.section--2 {
  padding: 0 2.77777778vw 1.94444444vw;
}
.section--2 .slider-outer {
  margin-bottom: 2.22222222vw;
}
.section--2 .outer {
  margin-top: -3.33333333vw;
}
.section--5 {
  padding: 2.77777778vw;
}
.section--5 .pic {
  height: 38.88888889vw;
}
.section--5 .slider-outer {
  margin-bottom: 2.77777778vw;
}
.section--7 {
  padding: 2.77777778vw;
}
.section--7:before {
  width: 7.5vw;
}
.section--7:after {
  width: 2.77777778vw;
}
.section--7 .title {
  margin: 1.66666667vw 0;
}
.section--9 {
  padding-top: 3.88888889vw;
}
.section--9 .title {
  margin-bottom: 3.88888889vw;
}
.section--5-1 .title {
  margin-top: 1.94444444vw;
}
.section--5-5 {
  padding: 5.55555556vw 13.88888889vw;
}
.section--5-5:after {
  width: 8vw;
  height: 8vw;
  right: 2.77777778vw;
  top: 1.94444444vw;
}
.section--5-6 .pic {
  height: 38.88888889vw;
}
.section--6-1 {
  height: 44.44444444vw;
}
.section--7-1 .title,
.section--8-1 .title {
  margin-bottom: 2.22222222vw;
}
.section--7-1 .title--very-big,
.section--8-1 .title--very-big {
  margin-bottom: 0.83333333vw;
}
.section--7-4 {
  background-position: center bottom 17.38888889vw;
  background-size: 8vw auto;
  padding: 7.77777778vw 13.88888889vw 6.11111111vw;
}
.section--7-4 .btns {
  padding-top: 20vw;
}
.section--8-4 {
  padding: 4.44444444vw;
}
.map-info {
  width: 26.11111111vw;
}
.map-info .office-info {
  padding: 1.66666667vw;
}
.title {
  font-size: 3.05555556vw;
  line-height: 3.27777778vw;
  margin-bottom: 1.94444444vw;
}
.title--big {
  font-size: 3.88888889vw;
  line-height: 4.88888889vw;
}
.title--medium {
  font-size: 3.55555556vw;
  line-height: 3.44444444vw;
}
.title--no-margin {
  margin-bottom: 0;
}
.title--small {
  font-size: 1.66666667vw;
  line-height: 2vw;
}
.title--very-big {
  font-size: 5.94444444vw;
  line-height: 5.77777778vw;
}
.title--tiny {
  font-size: 0.83333333vw;
  line-height: 1.11111111vw;
}
.title--xs {
  font-size: 1.38888889vw;
  line-height: 1.66666667vw;
}
.block {
  padding: 1.38888889vw;
}
.block__title {
  font-size: 2.66666667vw;
  line-height: 2.55555556vw;
  margin-bottom: 1.38888889vw;
}
.block__text {
  font-size: 1.11111111vw;
  margin-bottom: 1.11111111vw;
  font-weight: 300;
}
.block__block {
  margin: 0 -0.83333333vw -0.83333333vw;
  padding: 0.83333333vw 0.83333333vw;
}
.block__btn {
  margin-top: 2.22222222vw;
}
.block--pic-big {
  padding: 0;
}
.block--pic-big .block__text {
  width: 26.66666667vw;
  padding: 1.94444444vw 2.77777778vw;
}
.block--col {
  padding: 0;
}
.block--col .pic {
  height: 53.33333333vw;
}
.block--col .block__text {
  padding: 1.94444444vw 2.22222222vw;
  margin-bottom: 0;
}
.block--1 {
  width: 25vw;
}
.block--2 {
  padding: 5.55555556vw 6.94444444vw;
}
.block--4 {
  padding: 0 0 2.77777778vw 0;
}
.block--4 .block__btn {
  margin: -2.77777778vw -2.77777778vw -2.77777778vw 0;
  padding: 0 2.77777778vw 0 1.66666667vw;
  width: 26.66666667vw;
}
.block--5 {
  padding: 2.77777778vw;
}
.block--6 {
  padding: 0;
}
.block--7 {
  padding: 0 3.33333333vw;
}
.block--7 .pic {
  width: 25.16666667vw;
  height: 47.61111111vw;
}
.block--8 {
  width: 34.44444444vw;
  padding: 2.77777778vw 0 0 2.77777778vw;
}
.btn {
  height: 3.66666667vw;
  padding: 0 1.38888889vw;
  font-size: 1.66666667vw;
  line-height: 1.66666667vw;
  min-width: 11.11111111vw;
}
.btn--tiny {
  height: 2.44444444vw;
  padding: 0 0.83333333vw;
  font-size: 1.33333333vw;
  line-height: 1.33333333vw;
  min-width: auto;
}
.btn--sm {
  font-size: 1.38888889vw;
  line-height: 1.38888889vw;
}
.btn--xs {
  font-size: 1.05555556vw;
  line-height: 1.05555556vw;
}
.btn--big {
  font-size: 2.44444444vw;
  line-height: 2.44444444vw;
  height: 5.55555556vw;
  padding: 0 2.77777778vw;
}
.btn--square {
  width: 2.22222222vw;
  height: 2.22222222vw;
  padding: 0;
  min-width: 0;
}
.text {
  font-size: 1.66666667vw;
  line-height: 2vw;
}
.text--big {
  font-size: 2.11111111vw;
  line-height: 2.27777778vw;
}
.slider-outer {
  margin: 0 -2.77777778vw;
}
.slider-outer--2 .tns-controls [data-controls="prev"],
.slider-outer--2 .tns-controls [data-controls="next"] {
  width: 3.66666667vw;
  height: 3.66666667vw;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:before,
.slider-outer--2 .tns-controls [data-controls="next"]:before {
  background-size: 0.61111111vw auto;
}
.slider-outer--2 .tns-controls [data-controls="prev"]:hover,
.slider-outer--2 .tns-controls [data-controls="next"]:hover {
  width: 3.66666667vw;
}
.item {
  width: 25.11111111vw;
  height: 17.16666667vw;
}
.item:hover:after {
  border-width: 0.66666667vw;
}
.item:hover .item__buy {
  top: 0.66666667vw;
  left: 0.66666667vw;
}
.item-fly {
  padding: 1vw;
  width: 13.88888889vw;
}
.item-fly__title {
  font-size: 1.33333333vw;
  line-height: 1.61111111vw;
  margin-bottom: 1.38888889vw;
}
.item-fly__btn {
  margin: 0 -0.44444444vw -0.44444444vw;
}
.item-fly__additional {
  font-size: 1.11111111vw;
  line-height: 1.61111111vw;
  padding-left: 0.83333333vw;
}
.item__buy {
  width: 3.66666667vw;
  height: 3.66666667vw;
}
.item__buy span {
  width: 1.72222222vw;
  height: 1.66666667vw;
}
.item--big {
  width: 29.83333333vw;
  height: 20.38888889vw;
}
.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
  width: 3.66666667vw;
  height: 5.72222222vw;
  background-size: 1.22222222vw auto;
}
.tns-controls [data-controls="prev"]:hover,
.tns-controls [data-controls="next"]:hover {
  width: 4.44444444vw;
}
.partner {
  height: 15.55555556vw;
}
.partner img {
  max-width: 11.11111111vw;
  max-height: 6.66666667vw;
}
.offices {
  margin-left: -2.77777778vw;
}
.office {
  font-size: 1.94444444vw;
  line-height: 1.72222222vw;
  height: 6.66666667vw;
  padding: 0 2.77777778vw;
}
.office.active:before {
  border-width: 1.27777778vw 0 1.27777778vw 1.27777778vw;
}
.office-info {
  top: 2.77777778vw;
  right: 2.77777778vw;
  padding: 1.11111111vw;
  font-size: 1.05555556vw;
  line-height: 1.61111111vw;
  width: 12.55555556vw;
  height: 10vw;
}
.office-info__title {
  font-size: 2.77777778vw;
  line-height: 3.05555556vw;
  margin-bottom: 1.94444444vw;
}
.office-info__pic {
  height: 18.61111111vw;
}
.office-info__btn {
  margin-top: 2.22222222vw;
  padding: 0 0.55555556vw;
}
.office-info--2 .office-info__address,
.office-info--2 .office-info__phone {
  font-size: 1.66666667vw;
  line-height: 1.94444444vw;
  font-weight: normal;
  margin-bottom: 0.55555556vw;
}
.office-info--2 .office-info__work {
  font-size: 1.22222222vw;
  line-height: 1.94444444vw;
}
.showcase__title {
  font-size: 2.22222222vw;
  line-height: 2.61111111vw;
  height: 6.44444444vw;
}
.showcase__title--2 {
  font-size: 2.77777778vw;
  line-height: 3.44444444vw;
  height: 8.88888889vw;
  padding: 0 2.77777778vw;
}
.popup {
  width: 67.77777778vw;
}
.popup__content {
  min-height: 19.44444444vw;
}
.popup__content .popup__col {
  padding: 1.94444444vw 1.66666667vw;
}
.popup__content .popup__col--first {
  width: 25vw;
  padding: 1.11111111vw;
}
.popup__img {
  width: 67.77777778vw;
  height: 41.94444444vw;
}
.popup__title {
  font-size: 1.66666667vw;
  line-height: 2vw;
}
.popup__price {
  margin: -1.11111111vw -1.11111111vw 1.11111111vw;
  padding: 1.11111111vw;
}
.popup__text {
  font-size: 1.66666667vw;
  line-height: 2vw;
}
.popup__text-additional {
  font-size: 1.38888889vw;
  line-height: 2vw;
  margin-top: 1.94444444vw;
}
.popup-price {
  height: 3.66666667vw;
}
.popup-price__icon {
  width: 3.66666667vw;
}
.popup-price__icon:before {
  background-size: 1.72222222vw auto;
}
.popup-price__price {
  font-size: 1.66666667vw;
  padding: 0 1.38888889vw;
}
.popup-price__additional {
  font-size: 1.22222222vw;
}
.popup-price__additional .nselect.nsOrange .nselect__head {
  font-size: 1.22222222vw;
}
.popup-price__cant-buy {
  height: auto;
}
.popup-price__cant-buy .popup-price__price {
  padding: 0;
}
.popup-price__cant-buy .popup-price__price:after {
  margin: 0 0.27777778vw;
}
.popup-price__cant-buy .popup-price__additional {
  padding: 0;
  font-size: 1.66666667vw;
}
.fancybox-close-small {
  width: 3.66666667vw;
  height: 3.66666667vw;
}
.fancybox-close-small:before {
  background-size: 1.5vw auto;
}
.nselect.nsOrange .nselect__head {
  height: 3.66666667vw;
  font-size: 1.66666667vw;
  padding: 0 4.77777778vw 0 1.11111111vw;
}
.nselect.nsOrange .nselect__head::after {
  width: 3.66666667vw;
  background-size: 0.88888889vw auto;
}
.nselect.nsOrange .nselect__head:before {
  width: 3.66666667vw;
}
.nselect.nsOrange .nselect__inner {
  top: 3.66666667vw;
}
.nselect.nsOrange .nselect__list li span {
  padding: 0 1.11111111vw;
  font-size: 1.11111111vw;
  height: 2.22222222vw;
}
.nselect.nsOrange._top .nselect__inner {
  bottom: 3.66666667vw;
}
.contacts > div {
  padding: 2.77777778vw;
  height: 29.44444444vw;
}
.contacts__title {
  font-size: 2.77777778vw;
  line-height: 3.33333333vw;
  margin-bottom: 1.11111111vw;
}
.contacts__phone {
  font-size: 2.22222222vw;
  margin-bottom: -0.27777778vw;
}
.contacts__email {
  font-size: 2.22222222vw;
  margin-bottom: 1.66666667vw;
}
.contacts__email--small {
  font-size: 1.66666667vw;
}
.contacts__work {
  font-size: 1.66666667vw;
}
.contacts__link {
  font-size: 1.38888889vw;
}
.form {
  padding: 2.77777778vw;
}
.form__title {
  font-size: 2.77777778vw;
  line-height: 3.33333333vw;
}
.form__row {
  margin-top: 2.77777778vw;
}
.form__row-required {
  font-size: 0.83333333vw;
}
.form__price {
  font-size: 1.66666667vw;
  line-height: 2vw;
  padding: 0 0 0 1.33333333vw;
}
.form input {
  border-bottom: 0.5vw solid #282828;
  font-size: 1.66666667vw;
  height: 4.77777778vw;
  margin-top: -1.38888889vw;
}
.form textarea {
  font-size: 1.66666667vw;
  padding: 1.94444444vw;
  height: 12.22222222vw;
}
.form--2 {
  padding: 0;
  width: 43.88888889vw;
}
.form--2 textarea {
  height: 12.22222222vw;
}
.form--transparent {
  padding: 0;
}
.form--transparent textarea {
  height: 11.11111111vw;
}
.cart__header {
  padding: 0 2.77777778vw;
  height: 6.66666667vw;
}
.cart__empty {
  padding: 5.55555556vw 2.77777778vw;
  font-size: 2.77777778vw;
}
.cart__title {
  font-size: 1.66666667vw;
  line-height: 2.72222222vw;
}
.cart__title--big {
  font-size: 1.94444444vw;
}
.cart__cnt {
  font-size: 1.11111111vw;
  line-height: 2.72222222vw;
}
.cart__body {
  padding: 1.66666667vw 2.77777778vw 0;
  min-height: 61.11111111vw;
}
.cart__section {
  padding: 0 0 0.55555556vw;
}
.cart-rows {
  padding-top: 1.38888889vw;
}
.cart-row {
  min-height: 8.88888889vw;
  margin-bottom: 1.66666667vw;
}
.cart-row__pic {
  width: 13.88888889vw;
}
.cart-row__content {
  padding: 0.83333333vw 1.66666667vw 1.66666667vw;
}
.cart-row__name {
  font-size: 1.11111111vw;
  font-weight: 500;
  line-height: 1.61111111vw;
  margin-bottom: 0.55555556vw;
}
.cart-row__text {
  font-size: 0.88888889vw;
  line-height: 1.11111111vw;
}
.cart-cnt {
  padding: 0.55555556vw;
  min-width: 9.44444444vw;
}
.cart-cnt__count {
  margin-bottom: 0.83333333vw;
}
.cart-cnt__items {
  padding: 0 0.83333333vw;
  font-size: 0.94444444vw;
  line-height: 1.11111111vw;
}
.cart-cnt__del {
  font-size: 0.94444444vw;
}
.cart-cnt__title {
  font-size: 1.22222222vw;
  line-height: 1.22222222vw;
  padding: 0 0 0.55555556vw;
}
.cart-block__col {
  width: 33.33333333vw;
}
.cart-float {
  width: 27.77777778vw;
  padding: 1.77777778vw;
  margin: 2.77777778vw 0 2.77777778vw 2.77777778vw;
}
.cart-float.scrolled {
  top: 6.83333333vw;
}
.cart-float .title {
  margin-bottom: 1.38888889vw;
}
.cart-float .title--tiny {
  margin-bottom: 1.66666667vw;
}
.cart-float .nselect {
  margin-bottom: 1.94444444vw;
}
.cart-float .form__row:first-child {
  margin-top: 1.11111111vw;
}
.fancybox-content.bg-gray {
  padding: 2.77777778vw;
  font-size: 1.11111111vw;
  line-height: 1.5vw;
  max-width: 52.77777778vw;
}
.fancybox-content.thanks {
  width: 41.66666667vw;
  padding: 3.33333333vw;
  font-size: 2.11111111vw;
  line-height: 2.61111111vw;
}
.fancybox-content.thanks .title {
  font-size: 3.44444444vw;
  line-height: 4.27777778vw;
}
@media only screen and (max-width: 767px) {
  .showMobile {
    display: initial;
  }
  .showDesktop {
    display: none!important;
  }
  body.open .menu {
    top: 0;
  }
  main,
  .popup,
  .item {
    letter-spacing: 0.15em;
  }
  .slider-outer {
    letter-spacing: normal;
  }
  header {
    padding: 0 0 0 40px;
    height: 150px;
    align-items: center;
    background: #161616;
    z-index: 99;
  }
  header.scrolled {
    height: 80px;
    padding-top: 0;
  }
  header.scrolled .logo {
    width: 115px;
    height: 24px;
  }
  header.scrolled .hamburger-outer {
    height: 80px;
  }
  header.scrolled .basket {
    height: 80px;
    margin-top: 0;
  }
  header.scrolled .basket__icon {
    left: 30px;
  }
  header.scrolled .basket__cnt {
    left: 100px;
  }
  .logo {
    width: 282px;
    height: 61px;
  }
  .logo--3 {
    width: 319px;
    height: 94px;
  }
  .logo--2 {
    width: 660px;
    height: 192px;
  }
  .logo-discovery {
    width: 212px;
    height: 45px;
  }
  .basket {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }
  .basket__icon {
    width: 48px;
    height: 48px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
  }
  .basket__title {
    display: none;
  }
  .basket__cnt {
    font-size: 35px;
    left: auto;
    transform: none;
    top: 10px;
    right: 15px;
  }
  .basket__cnt span {
    display: none;
  }
  .hamburger-outer {
    width: 150px;
    height: 150px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .menu {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    top: -100%;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 150px;
    transition: all 0.3s ease;
  }
  .menu-item {
    margin: 10px;
    font-size: 40px;
    padding: 15px 25px;
  }
  .menu--top {
    z-index: 98;
  }
  .wrapper {
    padding-top: 150px;
  }
  .section--top {
    min-height: 465px;
    padding: 40px;
  }
  .section--voile {
    padding: 95px 60px;
  }
  .section--voile .title {
    text-align: center;
    margin-bottom: 70px;
  }
  .section--voile .title + .title--small {
    margin-top: -30px;
  }
  .section--1 {
    padding: 465px 0 0 0;
    background-size: auto 465px;
    background-position: center top;
    background-color: #161616;
    background-image: url('../img/pic/mobile/01.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/01.jpg') 1x, url('../img/pic/mobile/01@2x.jpg') 2x, url('../img/pic/mobile/01@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/01.jpg') 1x, url('../img/pic/mobile/01@2x.jpg') 2x, url('../img/pic/mobile/01@2x.jpg') 3x);
  }
  .section--1 .block__title br {
    display: none;
  }
  .section--1 .block__text {
    margin-bottom: 40px;
  }
  .section--1 .block__btn {
    margin-top: -100px;
  }
  .section--2 {
    padding: 0 40px 35px;
    background: #ff8e4c;
  }
  .section--2 .slider-outer {
    margin-bottom: 40px;
  }
  .section--2 .outer {
    margin-top: -130px;
  }
  .section--3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background: #161616;
  }
  .section--3 > * {
    width: 100%;
  }
  .section--3 .pic {
    height: 510px;
  }
  .section--5 {
    background: #ff8e4c;
    padding: 0 40px;
  }
  .section--5 .title {
    color: #000;
  }
  .section--5 .pic {
    height: 400px;
  }
  .section--5 .slider-outer {
    margin-bottom: 0;
    background: #000;
    line-height: 0;
  }
  .section--5 .slider-outer--2 {
    margin-bottom: 40px;
  }
  .section--5 .slider-outer--2:after {
    content: "";
    background: #c5d1d8;
    width: 100vw;
    height: 400px;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 1;
  }
  .section--5 .slider-outer .tns-outer {
    position: relative;
    z-index: 2;
  }
  .section--7 {
    padding: 40px 40px 0;
    display: block;
  }
  .section--7:before {
    width: 100%;
    top: auto;
    bottom: 390px;
    height: 465px;
    z-index: 1;
  }
  .section--7:after {
    display: none;
  }
  .section--7 .slider-outer {
    background: #000;
    line-height: 0;
    padding: 40px 0;
  }
  .section--7 .pic {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 60px;
  }
  .section--9 {
    background: #fff;
    color: #000;
    padding-top: 60px;
  }
  .section--9 .title {
    margin-bottom: 60px;
  }
/*  .section--10 .map {
    display: none;
  }*/
  .section--10 .office-info {
    display: none!important;
  }
  .section--2-1 {
    background-image: url('../img/pic/mobile/04.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/04.jpg') 1x, url('../img/pic/mobile/04@2x.jpg') 2x, url('../img/pic/mobile/04@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/04.jpg') 1x, url('../img/pic/mobile/04@2x.jpg') 2x, url('../img/pic/mobile/04@2x.jpg') 3x);
  }
  .section--3-1 {
    background-image: url('../img/pic/mobile/06.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/06.jpg') 1x, url('../img/pic/mobile/06@2x.jpg') 2x, url('../img/pic/mobile/06@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/06.jpg') 1x, url('../img/pic/mobile/06@2x.jpg') 2x, url('../img/pic/mobile/06@2x.jpg') 3x);
  }
  .section--4-1 {
    background-image: url('../img/pic/mobile/05.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/05.jpg') 1x, url('../img/pic/mobile/05@2x.jpg') 2x, url('../img/pic/mobile/05@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/05.jpg') 1x, url('../img/pic/mobile/05@2x.jpg') 2x, url('../img/pic/mobile/05@2x.jpg') 3x);
  }
  .section--5-1 {
    background-image: url('../img/pic/mobile/07.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/07.jpg') 1x, url('../img/pic/mobile/07@2x.jpg') 2x, url('../img/pic/mobile/07@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/07.jpg') 1x, url('../img/pic/mobile/07@2x.jpg') 2x, url('../img/pic/mobile/07@2x.jpg') 3x);
  }
  .section--5-1 .title {
    margin-top: 70px;
  }
  .section--5-2 {
    display: block;
  }
  .section--5-3 .block--pic-big .pic {
    height: 950px;
  }
  .section--5-4 .item {
    width: 33.3%;
    height: 270px;
  }
  .section--5-5 {
    padding: 130px 75px 460px;
  }
  .section--5-5:after {
    width: 188px;
    height: 188px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 150px;
  }
  .section--5-6 .pic {
    height: 400px;
  }
  .section--6-1 {
    height: auto;
    display: block;
  }
  .section--6-1 .map {
    height: 600px;
  }
  .section--7-1 {
    background-image: url('../img/pic/mobile/11.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/11.jpg') 1x, url('../img/pic/mobile/11@2x.jpg') 2x, url('../img/pic/mobile/11@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/11.jpg') 1x, url('../img/pic/mobile/11@2x.jpg') 2x, url('../img/pic/mobile/11@2x.jpg') 3x);
  }
  .section--7-1 .title {
    margin-top: 70px;
  }
  .section--7-2 {
    display: block;
  }
  .section--7-4 {
    padding: 130px 75px 110px;
    background-size: 188px auto;
    background-position: center bottom 320px;
  }
  .section--7-4 .btns {
    padding-top: 420px;
  }
  .section--8-1 {
    background-image: url('../img/pic/mobile/08.jpg');
    background-image: -webkit-image-set(url('../img/pic/mobile/08.jpg') 1x, url('../img/pic/mobile/08@2x.jpg') 2x, url('../img/pic/mobile/08@2x.jpg') 3x);
    background-image: image-set(url('../img/pic/mobile/08.jpg') 1x, url('../img/pic/mobile/08@2x.jpg') 2x, url('../img/pic/mobile/08@2x.jpg') 3x);
  }
  .section--8-2 {
    display: block;
  }
  .section--9-2 {
    display: block;
  }
  .section--9-2 > .block {
    width: 100%;
  }
  .pic--flex {
    flex: none;
  }
  .pic--13 {
    background-image: url('../img/pic/mobile/04.png');
    background-image: -webkit-image-set(url('../img/pic/mobile/04.png') 1x, url('../img/pic/mobile/04@2x.png') 2x, url('../img/pic/mobile/04@2x.png') 3x);
    background-image: image-set(url('../img/pic/mobile/04.png') 1x, url('../img/pic/mobile/04@2x.png') 2x, url('../img/pic/mobile/04@2x.png') 3x);
    height: 857px;
  }
  .block__title {
    font-size: 55px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .block__text {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .block__btn {
    margin-top: 40px;
  }
  .block__btn--no-margin {
    margin-top: 0;
  }
  .block--col {
    flex: none;
  }
  .block--col .pic {
    height: 1000px;
  }
  .block--col .block__text {
    padding: 35px 40px;
    flex: none;
  }
  .block--pic-big {
    flex-direction: column;
    padding: 0;
  }
  .block--pic-big .pic {
    flex: none;
    height: 540px;
  }
  .block--pic-big .block__text {
    width: 100%;
    padding: 40px;
  }
  .block--pic-big-2 {
    background: #ff8e4c;
  }
  .block--pic-big-2 .block__text {
    width: auto;
    margin: -100px 40px 40px;
    background: #000;
  }
  .block--1 {
    background: transparent;
    width: 100%;
    padding: 35px 40px 200px;
  }
  .block--8 {
    width: 100%;
    padding: 40px 40px 0;
  }
  .block--9 {
    padding: 30px 40px;
    color: #fff;
    background: #b0593b;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
  }
  .block--mobile-gray {
    background: #1c1c1c;
    color: #fff;
  }
  .block--mobile-orange {
    background: #ff8e4c;
    color: #000;
  }
  .block--mobile-col-reverse {
    flex-direction: column-reverse;
  }
  .btn {
    height: 66px;
    padding: 0 25px;
    font-size: 30px;
    line-height: 30px;
    min-width: 200px;
  }
  .btn--tiny {
    height: 44px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 24px;
  }
  .btn--sm {
    font-size: 25px;
    line-height: 25px;
  }
  .btn--xs {
    font-size: 19px;
    line-height: 19px;
  }
  .btn--big {
    font-size: 44px;
    line-height: 44px;
    height: 100px;
    padding: 0 50px;
  }
  .btn--arrows span {
    position: relative;
  }
  .btn--arrows span:before,
  .btn--arrows span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0 7.5px;
    border-color: #000 transparent transparent transparent;
    transition: all 0.3s ease;
  }
  .btn--arrows span:after {
    left: auto;
    right: -20px;
  }
  .btn--arrows:hover span:before,
  .btn--arrows:hover span:after {
    border-color: #fff transparent transparent transparent;
  }
  .btn--square {
    width: 80px;
    height: 80px;
    min-width: 0;
  }
  .item {
    width: 452px;
    height: 309px;
  }
  .item:hover:after {
    border-width: 0;
  }
  .item:hover .item__buy {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .item__img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
  }
  .item__img--second {
    opacity: 0;
  }
  .item-fly {
    display: none;
  }
  .item__buy {
    width: 86px;
    height: 86px;
    opacity: 1;
    top: auto;
    bottom: 0;
  }
  .item__buy span {
    width: 41px;
    height: 40px;
  }
  .item__price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    background: #000;
  }
  .item__price--2 {
    left: auto;
    right: 0;
    background: #c6c6c6;
    color: #000;
    font-size: 32px;
    padding: 0 10px;
    line-height: 32px;
  }
  .item__price--orange {
    background: #ff8e4c;
  }
  .item__price-name {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    white-space: nowrap;
    padding: 0 20px;
  }
  .item--big {
    width: 537px;
    height: 367px;
  }
  .item--mobile-hidden {
    display: none;
  }
  .float {
    display: none;
  }
  .slider-outer {
    margin: 0 -40px;
    overflow: visible;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"],
  .slider-outer--2 .tns-controls [data-controls="next"] {
    width: 66px;
    height: 66px;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"]:hover,
  .slider-outer--2 .tns-controls [data-controls="next"]:hover {
    width: 66px;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"]:before,
  .slider-outer--2 .tns-controls [data-controls="next"]:before {
    background-size: 11px auto;
  }
  .tns-controls [data-controls="prev"],
  .tns-controls [data-controls="next"] {
    width: 66px;
    height: 103px;
    background-size: 22px auto;
  }
  .tns-controls [data-controls="prev"]:hover,
  .tns-controls [data-controls="next"]:hover {
    width: 66px;
  }
  .tns-nav {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    z-index: 1;
  }
  .tns-nav [data-nav] {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-right: 14px;
    padding: 0;
    border: 0;
    transition: all 0.3s ease;
  }
  .tns-nav [data-nav].tns-nav-active {
    background: #ff8e4c;
  }
  .title {
    font-size: 55px;
    line-height: 59px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  .title--big {
    font-size: 70px;
    line-height: 88px;
  }
  .title--medium {
    font-size: 64px;
    line-height: 62px;
  }
  .title--no-margin {
    margin-bottom: 0;
  }
  .title--small {
    font-size: 35px;
    line-height: 47px;
  }
  .title--very-big {
    font-size: 107px;
    line-height: 104px;
  }
  .title--extra {
    font-size: 195px;
    line-height: 189px;
  }
  .title--xs {
    font-size: 37px;
    line-height: 45px;
  }
  .title--tiny {
    font-size: 22px;
    line-height: 26px;
  }
  .text {
    font-size: 30px;
    line-height: 36px;
  }
  .text--big {
    font-size: 38px;
    line-height: 41px;
  }
  .partner {
    width: 50%;
    height: 280px;
    background: #000;
  }
  .partner img {
    max-width: 200px;
    max-height: 120px;
  }
  .partner:nth-child(2n-1) {
    background: #0f0f0f;
  }
  .partner:nth-child(4n) {
    background: #0f0f0f;
  }
  .partner:nth-child(4n-1) {
    background: #000;
  }
  .offices {
    margin-left: -40px;
    margin-right: -40px;
  }
  .map-info {
    width: auto;
    height: auto;
    margin: -100px 40px 40px;
  }
  .map-info .office-info {
    padding: 40px;
  }
  .office {
    font-size: 42px;
    line-height: 38px;
    height: 150px;
    padding: 0 40px;
  }
  .office.active:before {
    display: none;
  }
  .office-info {
    position: relative;
    top: auto;
    right: auto;
    font-size: 19px;
    line-height: 29px;
    display: none;
  }
  .office-info.active {
    display: flex;
  }
  .office-info__title {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 35px;
  }
  .office-info__pic {
    width: 100%;
    height: 475px;
    margin-top: 50px;
  }
  .office-info__btn {
    margin-top: 40px;
    padding: 0 10px;
  }
  .office-info--2 .office-info__address,
  .office-info--2 .office-info__phone {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .office-info--2 .office-info__work {
    font-size: 31px;
    line-height: 50px;
  }
  .social-icon {
    display: inline-block;
    width: 50%;
    height: 150px;
    margin-right: 0;
    line-height: 0;
    position: relative;
    background: #ff8e4c;
  }
  .social-icon span {
    background: no-repeat center / 62px auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
  }
  .social-icon--fb span {
    background-image: url(../img/icon-fb-black.png);
  }
  .social-icon--inst span {
    background-image: url(../img/icon-inst-black.png);
  }
  .social-icon--tg span {
  background-image: url(../img/icon-tg-black.png);
  }
  .social-icon--y span {
    background-image: url(../img/icon-y-black.png);
  }
  .social-icon--vk span {
    background-image: url(../img/icon-vk-black.png);
  }
    .social-icon--dzen span {
    background-image: url(../img/icon-dzen-black.png);
  }
  .social-icon:nth-child(odd) {
    background-color: #ff9d64;
  }
  .social-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top left;
    background-color: #000;
  }
  .social-icon:hover:after,
  .social-icon.active:after {
    transform: scaleY(1);
    transform-origin: bottom left;
  }
  .social-icon:hover.social-icon--fb span {
    background-image: url(../img/icon-fb.png);
  }
  .social-icon:hover.social-icon--inst span {
    background-image: url(../img/icon-inst.png);
  }
  .delivery {
    background: #272727;
    padding: 40px;
    margin-bottom: 110px;
    justify-content: space-between;
  }
  .delivery-icon {
    width: 323px;
    height: 137px;
    margin-left: 0;
  }
  .delivery__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .delivery__items {
    display: flex;
    justify-content: space-between;
  }
  .delivery--2 {
    flex-direction: column;
    align-items: stretch;
  }
  .delivery--2 .delivery-icon {
    opacity: 0.2;
  }
  .delivery--2 .delivery__title {
    opacity: 0.2;
  }
  footer {
    flex-direction: column;
    padding: 0 0 25px;
    height: auto;
    background: #0e0e0e;
    align-items: stretch;
  }
  footer .logo {
    margin: 70px auto;
  }
  .phone {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    padding-right: 40px;
  }
  .showcase__title {
    font-size: 100px;
    line-height: 100px;
    background: #fff;
    min-height: 220px;
    color: #000;
    font-weight: 500;
    padding: 50px 0;
    height: auto;
  }
  .showcase__title--2 {
    background: #000;
    color: #fff;
    justify-content: center;
  }
  .showcase-block .item {
    width: 100%;
    height: 460px;
  }
  .showcase__more {
    line-height: 0;
    background: #fff;
    text-align: center;
    padding: 40px;
  }
  .showcase__more--dark {
    background: #000;
  }
  .nselect.nsOrange {
    width: 100%;
  }
  .nselect.nsOrange .nselect__head {
    height: 66px;
    background: #161616;
    color: #fff;
    font-size: 30px;
    padding: 0 86px 0 20px;
    max-width: 100%;
    width: 100%;
  }
  .nselect.nsOrange .nselect__head::after {
    width: 66px;
    background-size: 16px auto;
    background-image: url(../img/arrow-down-white.svg);
  }
  .nselect.nsOrange .nselect__head:before {
    width: 66px;
    background: #000;
  }
  .nselect.nsOrange .nselect__inner {
    top: 66px;
  }
  .nselect.nsOrange .nselect__list li span {
    padding: 0 20px;
    font-size: 30px;
    height: 66px;
  }
  .nselect.nsOrange._checked .nselect__head {
    background: #161616;
    color: #fff;
  }
  .nselect.nsOrange._top .nselect__inner {
    bottom: 100%;
    transform: none;
  }
  .select-outer {
    padding: 30px 40px;
    background: #ff8e4c;
  }
  .select-outer.active {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .select-outer.active + .select-outer-after {
    height: 126px;
  }
  .select-menu-trigger {
    position: absolute;
    top: -80px;
  }
  .form {
    padding: 50px;
    width: 100%;
  }
  .form__title {
    font-size: 50px;
    line-height: 60px;
  }
  .form__row {
    margin-top: 50px;
  }
  .form__row-required {
    font-size: 15px;
  }
  .form__price {
    font-size: 45px;
    line-height: 71px;
    padding: 0 0 0 40px;
  }
  .form input {
    border-bottom: 9px solid #282828;
    font-size: 30px;
    height: 86px;
    margin-top: -25px;
  }
  .form textarea {
    font-size: 30px;
    font-weight: 300;
    padding: 35px;
    height: 400px;
  }
  .form--2 {
    padding: 0;
    width: 100%;
  }
  .form--2 textarea {
    height: 220px;
  }
  .form--transparent {
    padding: 0;
  }
  .form--transparent textarea {
    height: 200px;
  }
  .fancybox-close-small {
    width: 66px;
    height: 66px;
  }
  .fancybox-close-small:before {
    background-size: 27px auto;
  }
  .fancybox-content.bg-white {
    padding: 35px;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-slide--html .form {
    width: 600px;
  }
  .popup {
    width: 100%;
    border: none;
  }
  .popup__wrapper {
    height: auto;
  }
  .popup__content {
    display: block;
    min-height: auto;
  }
  .popup__content .popup__col {
    padding: 35px 40px;
  }
  .popup__content .popup__col--first {
    width: 100%;
  }
  .popup__content .popup__col--last {
    flex: none;
  }
  .popup__img {
    width: 100vw!important;
    height: 475px;
  }
  .popup__title {
    font-size: 30px;
    line-height: 36px;
  }
  .popup__text {
    font-size: 30px;
    line-height: 36px;
  }
  .popup__text-additional {
    font-size: 25px;
    line-height: 36px;
    margin-top: 35px;
  }
  .popup-price {
    margin: 0;
    height: auto;
  }
  .popup-price__icon {
    width: 88px;
    height: 88px;
  }
  .popup-price__icon:before {
    background-size: 31px auto;
  }
  .popup-price__price {
    font-size: 40px;
    color: #000;
    background: #ffa875;
  }
  .popup-price__additional {
    font-size: 33px;
    flex: none;
    background: #000;
  }
  .popup-price__additional .nselect--dark,
  .popup-price__additional .nselect.nsOrange,
  .popup-price__additional .nselect.nsOrange .nselect__head {
    height: 100%;
  }
  .popup-price__additional .nselect.nsOrange .nselect__head {
    font-size: 33px;
  }
  .popup-price__additional-inner {
    padding: 0 30px;
  }
  .popup-price__cant-buy .popup-price__price:after {
    margin: 0 10px;
  }
  .popup-price__cant-buy .popup-price__additional {
    font-size: 30px;
  }
  .popup-price-outer {
    background: #232323;
    padding: 40px 100px;
    line-height: 0;
  }
  .popup-price-outer .popup-price {
    background: transparent;
    display: flex;
    justify-content: center;
  }
  .contacts > div {
    width: 100%;
    padding: 55px 40px;
    height: 365px;
    background: #000;
  }
  .contacts > div:nth-child(3) {
    background: #282828;
  }
  .contacts > div.showMobile {
    display: flex;
  }
  .contacts--mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .contacts--mobile-flex .contacts__title {
    margin-bottom: 0;
  }
  .contacts__title {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .contacts__phone {
    font-size: 40px;
    margin-bottom: -5px;
  }
  .contacts__email {
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .contacts__email:hover {
    text-decoration: underline;
    color: #fff;
  }
  .contacts__email--small {
    font-size: 30px;
  }
  .contacts__work {
    font-size: 30px;
  }
  .contacts__link {
    font-size: 35px;
  }
  .cart {
    display: block;
    flex: none;
  }
  .cart__header {
    height: 220px;
    justify-content: center;
  }
  .cart__title {
    font-size: 55px;
    line-height: 84px;
    text-align: center;
  }
  .cart__title--big {
    font-size: 100px;
  }
  .cart__cnt {
    display: none;
  }
  .cart__body {
    padding: 30px 40px 60px;
    min-height: 0;
  }
  .cart__section {
    padding: 0;
  }
  .cart__empty {
    padding: 100px 40px;
    font-size: 60px;
    text-align: center;
  }
  .cart-rows {
    padding-top: 25px;
  }
  .cart-row {
    min-height: 0;
    flex-direction: column;
    margin-bottom: 125px;
  }
  .cart-row__pic {
    width: 100%;
    height: 410px;
  }
  .cart-row__content {
    flex: none;
    padding: 30px 40px;
  }
  .cart-row__name {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .cart-row__text {
    font-size: 21px;
    line-height: 24px;
  }
  .cart-cnt {
    background: #fff;
    padding: 20px 40px 20px 20px;
    flex-direction: row;
    min-width: 0;
    position: relative;
    align-items: center;
  }
  .cart-cnt__count {
    margin-bottom: 0;
    width: auto;
  }
  .cart-cnt__count .btn {
    font-size: 62px;
    line-height: 62px;
  }
  .cart-cnt__items {
    padding: 0 30px;
    font-size: 35px;
    line-height: 35px;
  }
  .cart-cnt__del {
    font-size: 24px;
    position: absolute;
    right: 0;
    bottom: -45px;
  }
  .cart-cnt__title {
    font-size: 47px;
    line-height: 47px;
    padding: 0;
  }
  .cart-block {
    display: block;
  }
  .cart-block__col {
    width: auto;
  }
  .cart-float {
    background: #fff;
    width: 100%;
    padding: 32px;
    position: relative;
    top: auto;
    right: auto;
    color: #000;
    margin: 0!important;
  }
  .cart-float.scrolled {
    top: auto;
  }
  .cart-float .title {
    margin-bottom: 35px;
  }
  .cart-float .title--tiny {
    margin-bottom: 40px;
  }
  .cart-float .nselect {
    margin-bottom: 50px;
  }
  .cart-float .form__row:first-child {
    margin-top: 20px;
  }
  .fancybox-content.bg-gray {
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    max-width: none;
  }
  .fancybox-content.thanks {
    width: 100%;
    padding: 60px;
    font-size: 38px;
    line-height: 47px;
  }
  .fancybox-content.thanks .title {
    font-size: 62px;
    line-height: 77px;
  }
  .legend {
    font-size: 310%;
  }
  header {
    padding: 0 0 0 5.33333333vw;
    height: 20vw;
  }
  header.scrolled {
    height: 10.66666667vw;
    padding-top: 0;
  }
  header.scrolled .logo {
    width: 15.33333333vw;
    height: 3.2vw;
  }
  header.scrolled .hamburger-outer {
    height: 10.66666667vw;
  }
  header.scrolled .basket {
    height: 10.66666667vw;
    margin-top: 0;
  }
  header.scrolled .basket__icon {
    left: 4vw;
  }
  header.scrolled .basket__cnt {
    left: 13.33333333vw;
  }
  .logo {
    width: 37.6vw;
    height: 8.13333333vw;
  }
  .logo--3 {
    width: 42.53333333vw;
    height: 12.53333333vw;
  }
  .logo--2 {
    width: 88vw;
    height: 25.6vw;
  }
  .logo-discovery {
    width: 28.26666667vw;
    height: 6vw;
  }
  .basket {
    width: 20vw;
    height: 20vw;
    margin-top: 0;
  }
  .basket__icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .basket__cnt {
    font-size: 4.66666667vw;
    left: auto;
    top: 1.33333333vw;
    right: 2vw;
  }
  .hamburger-outer {
    width: 20vw;
    height: 20vw;
  }
  .menu {
    padding-top: 20vw;
  }
  .menu-item {
    margin: 1.33333333vw;
    font-size: 5.33333333vw;
    padding: 2vw 3.33333333vw;
  }
  .wrapper {
    padding-top: 20vw;
  }
  .section--top {
    min-height: 62vw;
    padding: 5.33333333vw;
  }
  .section--voile {
    padding: 12.66666667vw 8vw;
  }
  .section--voile .title {
    margin-bottom: 9.33333333vw;
  }
  .section--voile .title + .title--small {
    margin-top: -4vw;
  }
  .section--1 {
    padding: 62vw 0 0 0;
    background-size: auto 62vw;
  }
  .section--1 .block__text {
    margin-bottom: 5.33333333vw;
  }
  .section--1 .block__btn {
    margin-top: -13.33333333vw;
  }
  .section--2 {
    padding: 0 5.33333333vw 4.66666667vw;
  }
  .section--2 .slider-outer {
    margin-bottom: 5.33333333vw;
  }
  .section--2 .outer {
    margin-top: -17.33333333vw;
  }
  .section--3 .pic {
    height: 68vw;
  }
  .section--5 {
    padding: 0 5.33333333vw;
  }
  .section--5 .pic {
    height: 53.33333333vw;
  }
  .section--5 .slider-outer {
    margin-bottom: 0;
    line-height: 0;
  }
  .section--5 .slider-outer--2 {
    margin-bottom: 5.33333333vw;
  }
  .section--5 .slider-outer--2:after {
    height: 53.33333333vw;
    top: 24vw;
    left: 0;
  }
  .section--7 {
    padding: 5.33333333vw 5.33333333vw 0;
  }
  .section--7:before {
    bottom: 52vw;
    height: 62vw;
  }
  .section--7 .slider-outer {
    line-height: 0;
    padding: 5.33333333vw 0;
  }
  .section--7 .pic {
    margin-bottom: 5.33333333vw;
    margin-top: 8vw;
  }
  .section--9 {
    padding-top: 8vw;
  }
  .section--9 .title {
    margin-bottom: 8vw;
  }
  .section--5-1 .title {
    margin-top: 9.33333333vw;
  }
  .section--5-3 .block--pic-big .pic {
    height: 126.66666667vw;
  }
  .section--5-4 .item {
    height: 36vw;
  }
  .section--5-5 {
    padding: 17.33333333vw 10vw 61.33333333vw;
  }
  .section--5-5:after {
    width: 48.8vw;
    height: 25.06666667vw;
    top: auto;
    bottom: 20vw;
  }
  .section--5-6 .pic {
    height: 53.33333333vw;
  }
  .section--6-1 .map {
    height: 80vw;
  }
  .section--7-1 .title {
    margin-top: 9.33333333vw;
  }
  .section--7-4 {
    padding: 17.33333333vw 10vw 14.66666667vw;
    background-size: 25.06666667vw auto;
    background-position: center bottom 42.66666667vw;
  }
  .section--7-4 .btns {
    padding-top: 56vw;
  }
  .pic--13 {
    height: 114.26666667vw;
  }
  .block__title {
    font-size: 7.33333333vw;
    line-height: 7.2vw;
    margin-bottom: 4vw;
  }
  .block__text {
    font-size: 3.6vw;
    line-height: 4.53333333vw;
    margin-bottom: 2.66666667vw;
  }
  .block__btn {
    margin-top: 5.33333333vw;
  }
  .block__btn--no-margin {
    margin-top: 0;
  }
  .block--col .pic {
    height: 133.33333333vw;
  }
  .block--col .block__text {
    padding: 4.66666667vw 5.33333333vw;
  }
  .block--pic-big {
    padding: 0;
  }
  .block--pic-big .pic {
    height: 72vw;
  }
  .block--pic-big .block__text {
    padding: 5.33333333vw;
  }
  .block--pic-big-2 .block__text {
    margin: -13.33333333vw 5.33333333vw 5.33333333vw;
    background: #000;
  }
  .block--1 {
    padding: 4.66666667vw 5.33333333vw 26.66666667vw;
  }
  .block--8 {
    padding: 5.33333333vw 5.33333333vw 0;
  }
  .block--9 {
    padding: 4vw 5.33333333vw;
    font-size: 5.33333333vw;
  }
  .btn {
    height: 8.8vw;
    padding: 0 3.33333333vw;
    font-size: 4vw;
    line-height: 4vw;
    min-width: 26.66666667vw;
  }
  .btn--tiny {
    height: 5.86666667vw;
    padding: 0 2vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .btn--sm {
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
  }
  .btn--xs {
    font-size: 2.53333333vw;
    line-height: 2.53333333vw;
  }
  .btn--big {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    height: 13.33333333vw;
    padding: 0 6.66666667vw;
  }
  .btn--arrows span:before,
  .btn--arrows span:after {
    left: -2.66666667vw;
    border-width: 1.2vw 1vw 0 1vw;
  }
  .btn--arrows span:after {
    left: auto;
    right: -2.66666667vw;
  }
  .btn--square {
    width: 10.66666667vw;
    height: 10.66666667vw;
    min-width: 0;
  }
  .item {
    width: 60.26666667vw;
    height: 41.2vw;
  }
  .item__buy {
    width: 11.46666667vw;
    height: 11.46666667vw;
  }
  .item__buy span {
    width: 5.46666667vw;
    height: 5.33333333vw;
  }
  .item__price {
    font-size: 3.2vw;
    height: 5.86666667vw;
    padding: 0 2vw;
  }
  .item__price--2 {
    left: auto;
    right: 0;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    padding: 0 1.33333333vw;
  }
  .item__price-name {
    max-width: 66.66666667vw;
    padding: 0 2.66666667vw;
  }
  .item--big {
    width: 71.6vw;
    height: 48.93333333vw;
  }
  .slider-outer {
    margin: 0 -5.33333333vw;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"],
  .slider-outer--2 .tns-controls [data-controls="next"] {
    width: 8.8vw;
    height: 8.8vw;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"]:hover,
  .slider-outer--2 .tns-controls [data-controls="next"]:hover {
    width: 8.8vw;
  }
  .slider-outer--2 .tns-controls [data-controls="prev"]:before,
  .slider-outer--2 .tns-controls [data-controls="next"]:before {
    background-size: 1.46666667vw auto;
  }
  .tns-controls [data-controls="prev"],
  .tns-controls [data-controls="next"] {
    width: 8.8vw;
    height: 13.73333333vw;
    background-size: 2.93333333vw auto;
  }
  .tns-controls [data-controls="prev"]:hover,
  .tns-controls [data-controls="next"]:hover {
    width: 8.8vw;
  }
  .tns-nav {
    bottom: 5.33333333vw;
    left: 5.33333333vw;
  }
  .tns-nav [data-nav] {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.86666667vw;
  }
  .title {
    font-size: 7.33333333vw;
    line-height: 7.86666667vw;
    margin-bottom: 4.66666667vw;
  }
  .title--big {
    font-size: 9.33333333vw;
    line-height: 11.73333333vw;
  }
  .title--medium {
    font-size: 8.53333333vw;
    line-height: 8.26666667vw;
  }
  .title--no-margin {
    margin-bottom: 0;
  }
  .title--small {
    font-size: 4.66666667vw;
    line-height: 6.26666667vw;
  }
  .title--very-big {
    font-size: 14.26666667vw;
    line-height: 13.86666667vw;
  }
  .title--extra {
    font-size: 26vw;
    line-height: 25.2vw;
  }
  .title--xs {
    font-size: 4.93333333vw;
    line-height: 6vw;
  }
  .title--tiny {
    font-size: 2.93333333vw;
    line-height: 3.46666667vw;
  }
  .text {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  .text--big {
    font-size: 5.06666667vw;
    line-height: 5.46666667vw;
  }
  .partner {
    height: 37.33333333vw;
  }
  .partner img {
    max-width: 26.66666667vw;
    max-height: 16vw;
  }
  .offices {
    margin-left: -5.33333333vw;
    margin-right: -5.33333333vw;
  }
  .map-info {
    margin: -13.33333333vw 5.33333333vw 5.33333333vw;
  }
  .map-info .office-info {
    padding: 5.33333333vw;
  }
  .office {
    font-size: 5.6vw;
    line-height: 5.06666667vw;
    height: 20vw;
    padding: 0 5.33333333vw;
  }
  .office-info {
    font-size: 2.53333333vw;
    line-height: 3.86666667vw;
  }
  .office-info__title {
    font-size: 9.33333333vw;
    line-height: 10.4vw;
    margin-bottom: 4.66666667vw;
  }
  .office-info__pic {
    height: 63.33333333vw;
    margin-top: 6.66666667vw;
  }
  .office-info__btn {
    margin-top: 5.33333333vw;
    padding: 0 1.33333333vw;
  }
  .office-info--2 .office-info__address,
  .office-info--2 .office-info__phone {
    font-size: 5.6vw;
    line-height: 6.66666667vw;
    margin-bottom: 2.66666667vw;
  }
  .office-info--2 .office-info__work {
    font-size: 4.13333333vw;
    line-height: 6.66666667vw;
  }
  .social-icon {
    height: 20vw;
  }
  .social-icon span {
    background-size: 8.26666667vw auto;
  }
  .delivery {
    padding: 5.33333333vw;
    margin-bottom: 14.66666667vw;
  }
  .delivery-icon {
    width: 43.06666667vw;
    height: 18.26666667vw;
    margin-left: 0;
  }
  .delivery__title {
    font-size: 4vw;
    line-height: 4.8vw;
    margin-bottom: 2.66666667vw;
  }
  footer {
    padding: 0 0 3.33333333vw;
  }
  footer .logo {
    margin: 9.33333333vw auto;
  }
  .phone {
    font-size: 2.4vw;
    padding-right: 5.33333333vw;
  }
  .showcase__title {
    font-size: 13.33333333vw;
    line-height: 13.33333333vw;
    min-height: 29.33333333vw;
    padding: 6.66666667vw 0;
  }
  .showcase-block .item {
    height: 61.33333333vw;
  }
  .showcase__more {
    line-height: 0;
    padding: 5.33333333vw;
  }
  .nselect.nsOrange .nselect__head {
    height: 8.8vw;
    font-size: 4vw;
    padding: 0 11.46666667vw 0 2.66666667vw;
  }
  .nselect.nsOrange .nselect__head::after {
    width: 8.8vw;
    background-size: 2.13333333vw auto;
  }
  .nselect.nsOrange .nselect__head:before {
    width: 8.8vw;
  }
  .nselect.nsOrange .nselect__inner {
    top: 8.8vw;
  }
  .nselect.nsOrange .nselect__list li span {
    padding: 0 2.66666667vw;
    font-size: 4vw;
    height: 8.8vw;
  }
  .select-outer {
    padding: 4vw 5.33333333vw;
  }
  .select-outer.active {
    top: 10.66666667vw;
    left: 0;
  }
  .select-outer.active + .select-outer-after {
    height: 16.8vw;
  }
  .select-menu-trigger {
    top: -10.66666667vw;
  }
  .form {
    padding: 6.66666667vw;
  }
  .form__title {
    font-size: 6.66666667vw;
    line-height: 8vw;
  }
  .form__row {
    margin-top: 6.66666667vw;
  }
  .form__row-required {
    font-size: 2vw;
  }
  .form__price {
    font-size: 6vw;
    line-height: 9.46666667vw;
    padding: 0 0 0 5.33333333vw;
  }
  .form input {
    border-bottom: 1.2vw solid #282828;
    font-size: 4vw;
    height: 11.46666667vw;
    margin-top: -3.33333333vw;
  }
  .form textarea {
    font-size: 4vw;
    padding: 4.66666667vw;
    height: 53.33333333vw;
  }
  .form--2 {
    padding: 0;
  }
  .form--2 textarea {
    height: 29.33333333vw;
  }
  .form--transparent {
    padding: 0;
  }
  .form--transparent textarea {
    height: 26.66666667vw;
  }
  .fancybox-close-small {
    width: 8.8vw;
    height: 8.8vw;
  }
  .fancybox-close-small:before {
    background-size: 3.6vw auto;
  }
  .fancybox-content.bg-white {
    padding: 4.66666667vw;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-slide--html .form {
    width: 80vw;
  }
  .popup__content .popup__col {
    padding: 4.66666667vw 5.33333333vw;
  }
  .popup__img {
    height: 63.33333333vw;
  }
  .popup__title {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  .popup__text {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  .popup__text-additional {
    font-size: 3.33333333vw;
    line-height: 4.8vw;
    margin-top: 4.66666667vw;
  }
  .popup-price__icon {
    width: 11.73333333vw;
    height: 11.73333333vw;
  }
  .popup-price__icon:before {
    background-size: 4.13333333vw auto;
  }
  .popup-price__price {
    font-size: 5.33333333vw;
    padding: 0 4.66666667vw;
  }
  .popup-price__additional {
    font-size: 4.4vw;
  }
  .popup-price__additional .nselect.nsOrange .nselect__head {
    font-size: 4.4vw;
  }
  .popup-price__additional-inner {
    padding: 0 4vw;
  }
  .popup-price__cant-buy .popup-price__price:after {
    margin: 0 1.33333333vw;
  }
  .popup-price__cant-buy .popup-price__additional {
    font-size: 4vw;
  }
  .popup-price-outer {
    padding: 5.33333333vw 13.33333333vw;
  }
  .contacts > div {
    padding: 7.33333333vw 5.33333333vw;
    height: 48.66666667vw;
  }
  .contacts--mobile-flex {
    margin-bottom: 2.66666667vw;
  }
  .contacts--mobile-flex .contacts__title {
    margin-bottom: 0;
  }
  .contacts__title {
    font-size: 6.66666667vw;
    line-height: 8vw;
    margin-bottom: 2.66666667vw;
  }
  .contacts__phone {
    font-size: 5.33333333vw;
    margin-bottom: -0.66666667vw;
  }
  .contacts__email {
    font-size: 5.33333333vw;
    margin-bottom: 4vw;
  }
  .contacts__email--small {
    font-size: 4vw;
  }
  .contacts__work {
    font-size: 4vw;
  }
  .contacts__link {
    font-size: 4.66666667vw;
  }
  .cart__header {
    height: 29.33333333vw;
  }
  .cart__title {
    font-size: 7.33333333vw;
    line-height: 11.2vw;
  }
  .cart__title--big {
    font-size: 13.33333333vw;
  }
  .cart__body {
    padding: 4vw 5.33333333vw 8vw;
    min-height: 0;
  }
  .cart__empty {
    padding: 13.33333333vw 5.33333333vw;
    font-size: 8vw;
  }
  .cart-rows {
    padding-top: 3.33333333vw;
  }
  .cart-row {
    margin-bottom: 16.66666667vw;
  }
  .cart-row__pic {
    height: 54.66666667vw;
  }
  .cart-row__content {
    padding: 4vw 5.33333333vw;
  }
  .cart-row__name {
    font-size: 3.6vw;
    line-height: 4.8vw;
    margin-bottom: 3.33333333vw;
  }
  .cart-row__text {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
  .cart-cnt {
    padding: 2.66666667vw 5.33333333vw 2.66666667vw 2.66666667vw;
  }
  .cart-cnt__count .btn {
    font-size: 8.26666667vw;
    line-height: 8.26666667vw;
  }
  .cart-cnt__items {
    padding: 0 4vw;
    font-size: 4.66666667vw;
    line-height: 4.66666667vw;
  }
  .cart-cnt__del {
    font-size: 3.2vw;
    bottom: -6vw;
  }
  .cart-cnt__title {
    font-size: 6.26666667vw;
    line-height: 6.26666667vw;
  }
  .cart-float {
    padding: 4.26666667vw;
  }
  .cart-float .title {
    margin-bottom: 4.66666667vw;
  }
  .cart-float .title--tiny {
    margin-bottom: 5.33333333vw;
  }
  .cart-float .nselect {
    margin-bottom: 6.66666667vw;
  }
  .cart-float .form__row:first-child {
    margin-top: 2.66666667vw;
  }
  .fancybox-content.bg-gray {
    padding: 2.66666667vw;
    font-size: 2.66666667vw;
    line-height: 3.6vw;
  }
  .fancybox-content.thanks {
    padding: 8vw;
    font-size: 5.06666667vw;
    line-height: 6.26666667vw;
  }
  .fancybox-content.thanks .title {
    font-size: 8.26666667vw;
    line-height: 10.26666667vw;
  }
}
.menu-btn {
    margin-left: -60px;
}
.showMobile .menu-btn {
  position: absolute;
  bottom: 52vw;
  z-index: 100;
  left: 30%;
  margin-left: 0;
}




.sbmMobilePhone {
  position: fixed;
  bottom: 180px;
  right: 0;
  z-index: 10;
  font-size: 0;
  width: 48px;
  height: 48px;
  background-color: #ff8e4c;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 473.8 473.8' xml:space='preserve'%3e%3cpath d='M374 294a47 47 0 0 0-33-16c-13 0-24 5-35 15l-31 32-8-4-10-5a343 343 0 0 1-109-118l23-23 9-8c21-21 21-48 0-69l-28-28-9-9-19-19c-10-9-21-15-33-15s-24 6-34 15h-1L22 77a73 73 0 0 0-21 46c-3 29 6 57 13 74a471 471 0 0 0 233 250 244 244 0 0 0 94 27c23 0 43-8 58-25 5-7 11-12 18-19l13-12c10-11 15-23 15-35s-6-24-16-34l-55-55zm36 105-12 12-19 20a48 48 0 0 1-38 16h-4c-30-2-58-14-78-24A444 444 0 0 1 39 188c-9-25-13-44-11-63 1-11 5-21 14-29l34-34c5-5 10-8 15-8 6 0 11 4 14 7l1 1 18 18 9 9 28 28c10 10 10 20 0 31l-9 8-25 25h-1c-8 9-7 17-5 23v1c8 17 18 33 33 52v1a367 367 0 0 0 111 92l1 1c3 2 7 3 10 3 8 0 13-6 15-7l34-35c4-3 9-7 15-7 7 0 12 4 15 7l55 56c10 10 10 20 0 31zM256 113c26 4 50 17 69 36s31 42 36 69c1 6 7 11 13 11h2c8-2 13-9 12-16A154 154 0 0 0 261 86c-8-1-15 4-16 11s4 15 11 16z'/%3e%3cpath d='M473 209A254 254 0 0 0 264 0a13 13 0 1 0-4 27 227 227 0 0 1 187 186c1 7 6 12 13 12l2-1c8-1 13-8 11-15z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
}

.footer-pp {
    width: 100%;
    padding-left: 44vw;
    margin-top: -59px;
}
.container-content {
    max-width: 1360px;
    min-height: 20vw;
    margin: 0 auto;

}
.pp-text {
  font-size: 18px;
}
.menu-btn {
    margin-left: -60px;
}
.section--work {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-work #allrecords a.btn--work {
  color: #000;
}
.page-work #allrecords a.btn--work:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .title--very-big--mob {
    font-size: 11.266667vw;
  }
}
