@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial/ArialRegular/ArialRegular.eot');
  src: url('../fonts/Arial/ArialRegular/ArialRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial/ArialRegular/ArialRegular.woff2') format('woff2'), url('../fonts/Arial/ArialRegular/ArialRegular.woff') format('woff'), url('../fonts/Arial/ArialRegular/ArialRegular.ttf') format('truetype'), url('../fonts/Arial/ArialRegular/ArialRegular.svg#ArialMT') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial/ArialBold/ArialBold.eot');
  src: url('../fonts/Arial/ArialBold/ArialBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial/ArialBold/ArialBold.woff2') format('woff2'), url('../fonts/Arial/ArialBold/ArialBold.woff') format('woff'), url('../fonts/Arial/ArialBold/ArialBold.ttf') format('truetype'), url('../fonts/Arial/ArialBold/ArialBold.svg#../fonts/Arial/ArialBold/ArialBold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
@media (max-width: 1199px) {
  body {
    padding-top: 45px;
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  position: relative;
  z-index: 5;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
p.big {
  font-size: 20px;
}
@media (max-width: 767px) {
  p.big {
    font-size: 16px;
  }
}
.min-title,
h3 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .min-title,
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .min-title,
  h3 {
    font-size: 19px;
  }
}
.title,
h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title,
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title,
  h2 {
    font-size: 25px;
  }
}
p,
.min-title,
.title {
  margin: 0;
  position: relative;
}
.order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.order a,
.order button {
  padding: 10px 20px;
  min-height: 50px;
  color: #ffffff;
  border-radius: 2px;
  background: #dc7200;
  cursor: pointer;
  border: none;
}
.order a:hover,
.order button:hover {
  background: #e58925;
}
@media (max-width: 767px) {
  .order a,
  .order button {
    min-height: 50px !important;
    font-size: 16px !important;
  }
}
.reg {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}
a,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: none !important;
}
.form ::-webkit-input-placeholder {
  color: #6b6b6b;
}
.form ::-moz-placeholder {
  color: #6b6b6b;
}
.form :-moz-placeholder {
  color: #6b6b6b;
}
.form :-ms-input-placeholder {
  color: #6b6b6b;
}
.form label.error {
  display: none !important;
}
.form input,
.form select,
.form textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  outline: none;
  background-color: #fff;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #dc7200;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.form select {
  height: 50px;
}
.form textarea {
  padding: 10px 15px;
}
.manage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #242528;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 0px 1px 5px -1px rgba(255,255,255,0.2);
}
.manage .logo img {
  width: 37px;
}
.humb {
  width: 40px;
  padding: 8px 7px;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #fed100;
  transition: 0.3s;
}
.humb.active {
  background: none;
  top: 10px;
}
.humb.active div {
  background: #fff;
}
.humb.active .dv-2 {
  opacity: 0;
}
.humb.active .dv-1 {
  transform: rotate(-45deg);
}
.humb.active .dv-3 {
  transform: rotate(45deg) translate(-10px,-10px);
}
.humb div {
  height: 4px;
  background: #000;
  transition: 0.3s;
}
.humb div:not(:last-of-type) {
  margin-bottom: 3px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 290px;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
  padding: 50px 30px 50px 30px;
  overflow-y: scroll;
  background: #242528;
}
.mobile-menu.active {
  transform: none;
}
.mobile-menu .close-menu {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 30px;
  line-height: 10px;
  height: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.mobile-menu .close-menu:hover {
  color: #d41584;
}
.mobile-menu .logo {
  margin: 0 0 40px 0;
}
.mobile-menu .logo img {
  width: 60px;
}
.mobile-menu .menu > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.mobile-menu .menu > div > a {
  text-transform: uppercase;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #f8f8f8;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div > a.active {
  text-decoration: underline;
}
.mobile-menu .menu > div .dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: initial !important;
  float: none !important;
  border-radius: 0;
  padding: 15px;
}
.mobile-menu .menu > div .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 5px;
}
.mobile-menu .menu > div .dropdown-menu div a {
  color: #000;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div .dropdown-menu div a.active {
  text-decoration: underline;
}
.menu-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.69);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu-back.active {
  opacity: 1;
  visibility: visible;
}
.product {
  max-width: 300px;
  margin: auto;
  border: 1px solid #a6a6a6;
  transition: 0.3s;
  border-radius: 2px;
  overflow: hidden;
}
.product:hover {
  border-color: #dc7200;
}
.product .pic {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  height: 290px;
  display: block;
}
.product .pic .labe {
  position: absolute;
  right: -40px;
  top: 20px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: red;
  font-size: 20px;
  transform: rotate(45deg);
}
.product .p-inner {
  padding: 25px 20px;
}
.product .p-inner .info {
  margin: 12px 0 17px 0;
}
.product .p-inner .colors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 34px 0;
}
.product .p-inner .colors .color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.product .p-inner .colors .color:not(:last-of-type) {
  margin-right: 7px;
}
.product .p-inner .order a,
.product .p-inner .order button {
  width: 100%;
}
.slider {
  position: relative;
  padding: 0 140px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .slider {
    padding: 0 30px;
  }
}
.slider img {
  max-width: 100%;
}
.slider .swiper-button div {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 1px solid #8c8c8c;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: 0.3s;
  outline: none;
}
.slider .swiper-button div:hover {
  border-color: #000;
}
.slider .swiper-button div:hover:after {
  color: #000;
}
.slider .swiper-button div:after {
  font-size: 40px;
  color: #8c8c8c;
  transition: 0.3s;
}
.slider .swiper-button div.swiper-button-next {
  right: 0;
}
.slider .swiper-button div.swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider .swiper-button div {
    width: 60px;
    height: 60px;
  }
  .slider .swiper-button div:after {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-button div {
    width: 30px;
    height: 30px;
  }
  .slider .swiper-button div:after {
    font-size: 12px;
  }
  .slider .swiper-button div.swiper-button-next {
    right: -10px;
  }
  .slider .swiper-button div.swiper-button-prev {
    left: -10px;
  }
}
.slider .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #c8c8c8;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  box-shadow: none;
}
.slider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 5px;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #dc7200;
}
@media (max-width: 767px) {
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header {
    position: relative;
  }
}
.header .h-top {
  background: #242528;
  padding: 13px 0;
  color: #fff;
}
.header .h-top a {
  color: #fff;
}
.header .h-top .ht-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header .h-top .ht-block .icon {
  line-height: 0;
  width: 24px;
  margin: 0 15px 0 0;
  text-align: center;
}
.header .h-top .ht-block .icon img {
  max-width: 100%;
}
.header .h-top .ht-block p {
  flex: 1;
}
@media (max-width: 1199px) {
  .header .h-top .ht-block {
    margin-top: 10px;
  }
}
.header .h-bottom {
  background: rgba(49,51,54,0.66);
  transition: 0.3s;
  padding: 10px 0;
  width: 100%;
  top: 0;
}
.header .h-bottom.active {
  background-color: #313336;
  position: fixed;
}
.header .h-bottom.active .logo img {
  
}
.header .h-bottom.active .phone {
  padding: 20px 0 10px 0px;
}
.header .h-bottom .logo img {
  transition: 0.3s;
}
.header .h-bottom .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 -10px 0;
}
.header .h-bottom .menu div a {
  padding: 0;
  color: #000;
  font-size: 14px;
}
.header .h-bottom .menu > div:not(:last-of-type) {
  margin-right: 25px;
}
.header .h-bottom .menu > div.open > a {
  border-color: #dc7200;
}
.header .h-bottom .menu > div.open > a:after {
  transform: rotate(-180deg);
}
.header .h-bottom .menu > div > a {
  text-align: center;
  display: block;
  line-height: 1;
  padding: 10px 0 30px 0;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #fff;
}
.header .h-bottom .menu > div > a:not(.active):hover {
  border-color: #dc7200;
}
.header .h-bottom .menu > div > a:not(.active):hover:after {
  transform: rotate(-180deg);
}
.header .h-bottom .menu > div > a:after {
  transition: 0.3s;
  border-top-color: #dc7200;
}
.header .h-bottom .menu .dropdown-menu {
  min-width: 0;
  padding: 26px 50px 33px 35px;
  border: none;
  border-radius: 0;
  margin: 0;
  background: #ffffff;
}
.header .h-bottom .menu .dropdown-menu.cnt-2 {
  column-count: 2;
}
.header .h-bottom .menu .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 10px;
}
.header .h-bottom .menu .dropdown-menu div a {
  line-height: 1;
  border-bottom: 1px solid transparent;
  text-transform: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.header .h-bottom .menu .dropdown-menu div a:hover,
.header .h-bottom .menu .dropdown-menu div a.active {
  border-color: #dc7200;
}
.header .h-bottom .phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 0 20px 0px;
  transition: 0.3s;
}
.header .h-bottom .phone .icon {
  margin: 0 15px 0 0;
}
.header .h-bottom .phone a {
  color: #fff;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.header .h-bottom .phone a:hover {
  color: #dc7200;
}
@media (max-width: 1199px) {
  .header .h-bottom {
    background: #242528;
  }
  .header .h-bottom .phone {
    padding: 0px 0 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .header .h-bottom .phone {
    justify-content: center;
  }
}
.main {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 130px 0 50px 0;
  min-height: 850px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.main:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}
@media (max-width: 1199px) {
  .main:before {
    background: url(../images/main-bg.jpg) no-repeat center top / cover;
  }
}
.main video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
}
.main h3 {
  margin: 40px 0 85px 0;
}
.main .order a {
  min-height: 67px;
  max-width: 280px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main {
    padding: 180px 0 50px 0;
    min-height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main {
    min-height: 0;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .main {
    min-height: 0;
    padding: 35px 0;
  }
  .main h3 {
    margin: 25px 0 35px 0;
  }
}
.products h2 {
  text-align: center;
  margin: 0 0 65px 0;
}
.products .container {
  max-width: 1515px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .products h2 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .products h2 {
    margin: 0 0 30px 0;
  }
}
.new-products {
  padding: 85px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .new-products {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .new-products {
    padding: 35px 0 0 0;
  }
}
.recommend-products {
  padding: 80px 0 100px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recommend-products {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .recommend-products {
    padding: 50px 0 50px 0;
  }
}
.where {
  padding: 85px 0 80px 0;
  background: #ededed;
}
.where .container {
  max-width: 1680px;
}
.where .w-block {
  max-width: 395px;
  margin: 65px auto 0;
  transition: 0.3s;
}
.where .w-block:hover {
  transform: translateY(-10px);
}
.where .w-block .pic img {
  max-width: 100%;
}
.where .w-block .text {
  margin: 22px 0 0 0;
}
.where .w-block .text .name {
  margin: 0 0 10px 0;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .where {
    padding: 60px 0 60px 0;
  }
  .where .w-block {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .where {
    padding: 35px 0 40px 0;
  }
  .where .w-block {
    margin: 30px auto 0;
  }
  .where .w-block .text {
    margin: 15px 0 0 0;
  }
}
.get-list {
  padding: 40px 0 40px 0;
  min-height: 530px;
  text-align: center;
  color: #fff;
  background: url(../images/get-bg.jpg) no-repeat center / cover;
}
.get-list hgroup h2 {
  margin: 0 0 25px 0;
}
.get-list form .inputblock,
.get-list form .order {
  margin: 65px auto 0;
}
.get-list form .inputblock {
  width: 290px;
}
@media (max-width: 1199px) {
  .get-list {
    min-height: 0;
  }
  .get-list form .inputblock,
  .get-list form .order {
    margin: 25px auto 0;
    width: 100%;
  }
  .get-list form .order a,
  .get-list form .order button {
    width: 100%;
  }
}
.about {
  padding: 90px 0 70px 0;
}
.about h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
.about .text {
  text-align: justify;
}
.about .text p:not(:last-of-type) {
  margin-bottom: 23px;
}
.about .order {
  margin: 30px 0 0 0;
}
.about .order a {
  width: 100%;
  max-width: 230px;
}
.about .slider {
  padding: 0 0 30px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 35px 0 50px 0;
  }
  .about h2 {
    margin: 0 0 30px 0;
  }
  .about .slider {
    margin: 0 0 30px 0;
  }
  .about .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.partners {
  padding: 0 0 90px 0;
  text-align: center;
}
.partners .container {
  max-width: 1700px;
}
.partners hr {
  margin: 50px 0 130px 0;
}
.partners .partner a {
  display: block;
}
.partners .partner a:hover {
  filter: grayscale(100%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .partners {
    padding: 0 0 60px 0;
  }
  .partners hr {
    margin: 40px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .partners {
    padding: 0 0 35px 0;
  }
  .partners hr {
    margin: 35px 0 30px 0;
  }
}
.footer {
  padding: 140px 0 190px 0;
  position: relative;
}
.footer .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .f-block {
  max-width: 560px;
  box-shadow: 0 0 31px 1px rgba(0,0,0,0.09);
  background-color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.footer .f-block:hover {
  border-color: #dc7200;
}
.footer .f-block .logo {
  padding: 25px 25px 25px 55px;
}
.footer .f-block .f-top {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.footer .f-block .f-top a {
  text-decoration: none;
}
.footer .f-block .f-top a:hover {
  color: #dc7200;
}
.footer .f-block .f-bottom {
  padding: 25px 25px 25px 55px;
}
.footer .f-block .f-bottom .ht-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.footer .f-block .f-bottom .ht-block:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer .f-block .f-bottom .ht-block .icon {
  line-height: 0;
  width: 24px;
  margin: 0 15px 0 0;
  text-align: center;
}
.footer .f-block .f-bottom .ht-block .icon img {
  max-width: 100%;
}
.footer .f-block .f-bottom .ht-block p {
  flex: 1;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 0px 0;
  }
  .footer .map {
    position: relative;
    height: 300px;
  }
  .footer .f-block {
    margin: auto;
    max-width: 100%;
  }
  .footer .f-block .logo,
  .footer .f-block .f-bottom {
    padding: 25px;
  }
}
