* {
  font-family: 'Proxima Nova Rg';
  box-sizing: border-box;
  position: relative;
  border: 0;
  outline: 0;
}
body,html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.contacts {
  background: #443029;
  height: 35px;
  width: 100%;
}
section, nav, footer, header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.container {
  width: calc( 100% - 70px );
}
.contacts .flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.contacts img {
  width: 18px;
  height: 18px;
}
.contacts a.tel {
  font-weight: bold;
  color: white;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
}
.contacts a + a {
  margin-left: 10px;
}
nav {
  height: 120px;
  background: #EFEBE4;
}
.menu {
  width: 52px;
  height: 38px;
  transition-duration: 0.5s;
  margin-top: -14px;
}
.menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 52px;
  top: 30px;
  background-color: #4E4C4F;
}
.menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 52px;
  height: 3px;
  background-color: #4E4C4F;
  content: "";
  top: -15px;
}
.menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 52px;
  height: 3px;
  background-color: #4E4C4F;
  content: "";
  top: 15px;
}
.menu.open .icon {
  transition: 0.5s;
}
.menu.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-15px, -8px);
}
.menu.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-15px, 8px);
}
.menu:hover {
  cursor: pointer;
}
.menu:hover .icon,
.menu:hover .icon:after,
.menu:hover .icon:before {
  background-color: #443029;
}
nav .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu-list {
  position: absolute;
  top: 120px;
  background: #f0ebe4;
  padding: 40px;
  margin-left: -35px;
  left: -300px;
  transition: left 0.5s ease-in-out;
  z-index: 3;
}
.menu.open + .menu-list {
  left:0px;
}
.menu-list strong {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #4e4c4f;
}
.menu-list ul {
  list-style-type: none;
  left: 0;
  padding: 0;
  margin: 3px 0 0 0;
  color: #4e4c4f;
}
.menu-list div+div {
  margin-top: 17px;
}
.logo {
  position: absolute;
  left: calc(50% - 71px);
  margin-top: -5px;
}
.logo a svg path {
  transition: fill 0.5s ease-in-out;
}
.logo a:hover svg path {
  fill: #443029;
}
nav .icons a {
  text-decoration: none;
  line-height: 1;
}
nav .icons a + a {
  margin-left: 18px;
}
section.banner {
  height: 475px;
}
section.banner div.slide {
  height: 100%;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner div.slide01 {
  background-image: url(images/banner/banner0.jpg);
}
section.banner div.slide02 {
  background-image: url(images/banner/banner1.jpg);
}
section.banner div.headline {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
section.banner div.headline h2 {
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 120px;
  color: #fff;
  margin: 0;
}
section.banner div.headline p {
  font-size: 15px;
  color: white;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  background: #9CBFD5;
}
section.banner div.headline.right,
section.banner div.headline.left {
  align-items: flex-end;
  position: absolute;
  width: 300px;
  right: 35px;
  height: 100%;
}
section.banner div.headline.left {
  align-items: flex-start;
  right: auto;
  left: 35px;
}
section.banner div.headline h3 {
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  color: #fff;
  margin: 0;
}
section.banner div.headline.right h2,
section.banner div.headline.right h3,
section.banner div.headline.right p,
section.banner div.headline.left h2,
section.banner div.headline.left h3,
section.banner div.headline.left p {
  text-align: left;
  width: 100%;
}
section.banner div.headline.right > div,
section.banner div.headline.left > div {
  margin: auto;
}
section.banner video {
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.banner .video-wrapper {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.swiper-slide div.video {
  width: 100vw;
}
.marquee > div {
  width: 100%;
  height: 32px;
  color: white;
  background-color: #9CBFD5;
  font-weight: bold;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-top: 8px;
}
.marquee > div span {
  display: inline-block;
}
.marquee > div span { 
  margin-left: 30px;
}
.marquee > div span:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 6px;
  left: -18px;
  border-radius: 100%;
  background-color: #fff;
}
section.about {
  padding: 94px 0px;
}
section.about .container {
  display: flex;
}
section.about .flex {
  display: flex;
  max-width: 890px;
  align-items: center;
  margin: 0 auto;
}
section.about .flex p {
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-size: 20px;
  padding-left: 40px;
  margin: 50px auto 0;
}
section.collections {
  margin-top: 20px;
}
section.collections .swiper-slide {
  width: 28%;
  height: 493px;
  background: #EFEBE4;
  border-radius: 20px;
}
section.collections strong {
  padding: 30px;
  width: 45%;
  font-size: 24px;
  color: #4E4C4F;
  display: block;
  z-index: 2;
}
section.collections .swiper {
  width: calc( 100% + 70px );
  height: 100%;
  padding-right: 35px;
  margin-left: -35px;
  padding-left: 35px;
}
section.collections .swiper img {
  max-height: 90%;
  width: auto;
  max-width: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 1;
}
.slider-icon {
  position: absolute;
  right: 0px;
  top: -60px;
}
img {
  max-width: 100%;
  height: auto;
}
section:not(.banner) h2 {
  font-size: 48px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
}
section.advantages {
  margin-top: 94px;
}
section.advantages div.flex {
  display: flex;
  justify-content: space-between;
}
section.advantages .ad-icon {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0;
  background-color: #9CBFD5;
}
section.advantages .flex p {
  font-weight: bold;
  color: #9CBFD5;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
section.advantages div.flex > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
section.popular {
  margin-top: 90px;
}
section.popular .flex {
  display: flex;
  justify-content: space-between;
}
section.popular .flex > div {
  width: calc( (100% - 80px) / 5 );
}
section.popular .flex > div img {
  border-radius: 20px;
}
section.popular .flex strong {
  font-size: 18px;
  display: block;
  padding: 10px 0px 0px 12px;
}
section.popular .flex strong + p {
  margin: 0;
  padding-left: 12px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 18px;
}
section.popular span.old-price {
  opacity: .5;
  text-decoration: line-through;
}
.reviews .swiper {
  width: calc( 100% + 70px );
  height: 100%;
  padding: 0 35px;
  margin-left: -35px;
}
.reviews {
  margin-top: 84px;
}
.reviews .swiper-slide {
  width: 30%;
}
.reviews .swiper img + img {
  width: 400px;
  position: absolute;
  bottom: 110px;
  left: -20px;
}
.reviews .swiper-slide > img:first-child {
  border-radius: 20px;
}
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display {
  display: none !important;
  -webkit-appearance: none!important;
  opacity: 0!important;
  visibility: hidden!important;
}
nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 25;
  height: 50px;
}
nav.fixed + section.banner {
  margin-top: 120px;
}
nav.fixed .icons svg {
  height: 28px;
  width: auto;
}
nav.fixed div.logo svg {
  width: 90px;
  height: auto;
}
nav.fixed div.logo {
  left: calc(50% - 45px);
}
nav.fixed div.menu-list {
  top: 50px;
}
nav.fixed .menu .icon {
  height: 2px;
  width: 42px;
  top: 25px;
}
nav.fixed .menu .icon:before {
  width: 42px;
  height: 2px;
  top: -10px;
}
nav.fixed .menu .icon:after {
  width: 42px;
  height: 2px;
  top: 10px;
}
nav.fixed .menu.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.65) translate(-15px, 8px);
}
nav.fixed .menu.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.65) translate(-15px, -8px);
}
section.join {
  margin-top: 120px;
}
section.join .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.join div.image {
  width: 50%;
}
section.join div.text {
  padding-left: 30px;
  width: 50%;
}
section.join h2 {
  margin: 0;
  line-height: 1;
}
section.join .image img {
  border-radius: 20px;
}
a.button {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 233px;
  height: 52px;
  background: #9CBFD5;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  transition-delay: 0.6s;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px;
}
a.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4E4C4F;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
a.button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9CBFD5;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
a.button div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  text-transform: uppercase;
  overflow: hidden;
}
a.button span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
a.button span:first-child {
  color: #fff;
  transform: translateY(24px);
}
a.button span:last-child {
  color: #fff;
  transform: translateY(0);
}
a.button:hover {
  background: #4E4C4F;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
a.button:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
a.button:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
a.button:hover span:first-child {
  transform: translateY(0);
}
a.button:hover span:last-child {
  transform: translateY(-24px);
}
.marquee > div > span:first-child {
  margin-left: 15px;
}
.form {
  border-radius: 20px;
  width: 50%;
  padding: 30px;
  background-color: #EFEBE4;
}
.form h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.form h3 {
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 15px;
}
form input, form textarea {
  width: 100%;
  background: #fff;
  border: 0px;
  outline: 0px;
}
*:focus {
  outline: none
}
form input {
  height: 60px;
  padding: 15px;
  color: #555555;
  font-size: 20px;
}
form label {
  position: absolute;
  cursor: text;
  color: #555555;
  font-size: 20px;
  transition: all .3s ease;
  left: 15px;
  top: 15px;
}
input:not(.empty) + label,
input:focus + label,
textarea:not(.empty) + label,
textarea:focus + label {
  top: 5px;
  font-size: 12px;
}
section.ask {
  margin-top: 170px;
}
section.ask .flex {
  display: flex;
}
.form-item {
  margin-bottom: 10px;
}
form textarea {
  font-size: 20px;
  padding: 15px;
  height: 120px;
}
.submit {
  padding-top: 7px;
  display: flex;
  align-items: center;
}
.submit p {
  padding-left: 25px;
  font-size: 13px;
  color: #9CBFD5;
}
form {
  margin-bottom: 0;
}
.map {
  position: absolute;
  right: 0px;
  z-index: -1;
  border-radius: 20px;
  background-image: url(images/map.png);
  background-size: cover;
  width: calc( 50% + 150px );
  height: 750px;
  top: -75px;
}
footer {
  background-color: #9CBFD5;
  height: 200px;
  margin-top: 90px;
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer .flex {
  display: flex;
}
footer .logo-text p {
  color: #fff;
  font-size: 12px;
}
footer .footer-menu {
  display: flex;
}
.footer-menu strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu ul li {
  padding-top: 6px;
  font-size: 12px;
}
.footer-icons a + a {
  margin-left: 15px;
}
footer .container {
  padding-top: 35px;
}
footer .logo-text {
  margin-right: 90px;
}
footer .footer-menu div + div {
  margin-left: 35px;
}
footer .flex > div:first-child {
  display: flex;
}
footer .flex {
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 50px);
  }
  .menu-list {
    margin-left: -25px;
  }
  section.advantages .ad-icon {
    width: 200px;
    height: 200px;
  }
  section.advantages .ad-icon img {
    height: 100px;
    width: auto;
  }
  section.popular .flex strong,
  section.popular .flex strong+p {
    font-size: 16px;
  }
}
@media (max-width: 1110px) {
  .submit {
    flex-wrap: wrap;
  }
  .submit p.small {
    padding-left: 0px;
  }
  section.popular .flex>div {
    width: calc((100% - 60px) / 5);
  }
  section.collections .swiper img {
      max-height: 85%;
  }
  section.advantages .ad-icon {
    width: 150px;
    height: 150px;
  }
  section.advantages .ad-icon img {
    height: 90px;
  }
  section.advantages .flex p {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .reviews .swiper-slide {
    width: 42%;
  }
  section.collections strong {
    padding: 20px;
    font-size: 22px;
  }
  section:not(.banner) h2 {
    font-size: 38px;
  }
  section.popular .flex>div {
    width: calc((100% - 45px) / 3);
  }
  section.popular .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.popular .flex>div {
    margin-right: 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 900px) {
  .footer-menu > div:first-child {
    display: none;
  }
  footer .flex {
    flex-wrap: wrap;
  }
  footer .footer-icons {
    width: 100%;
  }
  footer {
    height: 240px;
  }
  footer .footer-icons svg {
    width: 30px;
    height: auto;
  }
  .footer-icons a+a {
    margin-left: 8px;
  }
  footer .flex>div:first-child {
    width: 100%;
    justify-content: space-between;
  }
  footer .logo-text {
    margin-right: 0px;
  }
  .footer-menu {
    width: 170px;
  }
  section.collections .swiper-slide {
      width: 36%;
  }
  section.advantages .flex p {
    margin-top: 20px;
    width: 70%;
  }
  section.advantages .ad-icon {
    width: 110px;
    height: 110px;
  }
  section.advantages .ad-icon img {
    height: 70px;
  }
}
@media (max-width: 780px) {
  section.ask .flex {
    flex-wrap: wrap;
  }
  .form {
    width: 100%;
  }
  .map {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    height: 75vh;
  }
  section.ask {
    margin-top: 70px;
  }
  .form h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  section.join div.flex {
    flex-wrap: wrap;
  }
  section.join div.flex div.image,
  section.join div.flex div.text {
    width: 100%;
  }
  section.join div.flex div.text {
    padding-left: 0px;
    padding-top: 30px;
  }
  nav.fixed .menu {
    margin-top: -22px;
  }
  .reviews .swiper-slide {
    width: 66%;
  }
  .reviews .swiper img+img {
    bottom: 90px;
  }
  section.collections .swiper-slide {
    width: 44%;
  }
  nav.fixed + section.banner {
    margin-top: 72px;
  }
  nav .icons svg {
    width: 28px;
    height: 28px;
  }
  .logo svg {
    width: 96px;
    height: auto;
  }
  nav {
    height: 72px;
  }
  .menu.open .icon:before {
    transform: rotateZ(-45deg) scaleX(0.65) translate(-16px, -7px);
  }
  .menu.open .icon:after {
    transform: rotateZ(45deg) scaleX(0.65) translate(-16px, 7px);
  }
  .menu {
    width: 42px;
    height: 28px;
  }
  .menu .icon {
    height: 2px;
    width: 42px;
    top: 20px;
  }
  .menu .icon:after {
    width: 42px;
    height: 2px;
    top: 12px;
  }
  .menu .icon:before {
    width: 42px;
    height: 2px;
    top: -12px;
  }
  .menu-list {
    top: 72px;
    padding: 25px;
  }
  .logo {
    margin-top: -7px;
    left: calc(50% - 48px);
  }
}
@media (max-width: 678px) {
  section.popular .flex>div {
    width: calc((100% - 30px) / 2);
  }
  section.advantages div.flex {
    flex-wrap: wrap;
  }
  section.advantages div.flex>div {
    width: 50%;
  }
  section.advantages div.flex>div:nth-child(3),
  section.advantages div.flex>div:nth-child(4) {
    margin-top: 30px;
  }
  section:not(.banner) h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  section.collections .swiper-slide {
    height: 343px;
  }
  section.collections strong {
    padding: 18px;
    font-size: 18px;
  }
  .slider-icon {
    width: 26px;
    top: -45px;
  }
  section.about .flex p {
    margin-top: 0px;
    font-size: 18px;
  }
  section.about img {
    width: 90px;
  }
  section.banner {
    height: 385px;
  }
  section.banner div.headline.right,
  section.banner div.headline.left {
    right: auto;
    left: 25px;
    top: 25px;
    height: auto;
  }
  section.banner .slide.right:not(.video):before,
  section.banner .slide.left:not(.video):before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(68,48,41,.8) 0%, rgba(68,48,41,0) 55%);
    content: "";
  }
}
@media (max-width: 600px) {
  section.join div.flex div.text {
    padding-top: 20px;
  }
  .reviews .swiper-slide {
    width: 86%;
  }
  section.about .flex p {
    font-size: 16px;
  }
  section.about {
    padding: 64px 0px;
  }
  nav .icons a+a {
    margin-left: 7px;
  }
  .logo, nav.fixed div.logo {
    left: 60px;
  }
  .contacts .flex {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  footer .logo-text {
    width: 100%;
  }
  footer .flex>div:first-child {
    flex-wrap: wrap;
  }
  footer {
    height: auto;
  }
  footer .footer-menu div+div {
    margin-left: 0px;
  }
  footer .footer-icons {
    margin: 30px 0px 20px;
  }
  section.collections .swiper-slide {
    width: 66%;
  }
  section.collections {
    margin-top: 70px;
  }
  section.collections .swiper-slide {
    height: 303px;
  }
  section.collections .swiper img {
    max-height: 81%;
  }
  section.about img {
    width: 200px;
    position: absolute;
    margin-left: -110px;
  }
  section.about { 
    padding-top: 84px;
  }
  section.about .flex p {
    padding-left: 110px;
  }
  nav .icons svg {
    width: 24px;
    height: 24px;
  }
  .container {
    width: calc(100% - 40px);
  }

}