* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

body {
  background-color: #fafafa;
}

:focus, :active {
  outline: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #df001f;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.text p {
  font-size: 14px;
  line-height: 26px;
  color: #8d8d8d;
  font-family: 'Conv_FiraGO-Regular';
}

.gel {
  font-family: 'bpg_gel';
}

header {
  position: relative;
  height: 100vh;
  margin-bottom: 80px;
}

header .header {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 2;
}

header .header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}

header .header .header_inner h1 a {
  height: 38px;
  display: block;
}

header .header .header_inner h1 img {
  height: 38px;
}

header .header .header_inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header .header_inner .right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header .header_inner .right .menu li a {
  display: inline-block;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
  color: #333;
  padding: 0 20px;
  font-family: 'Conv_FiraGO-Medium';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .header .header_inner .right .menu li a svg {
  fill: #333;
  margin-left: 6px;
}

header .header .header_inner .right .menu li a:hover {
  color: #df001f;
}

header .header .header_inner .right .menu li a:hover svg {
  fill: #df001f;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .header .header_inner .right .menu li a:first-child:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header .header .header_inner .right .menu li a.active {
  color: #df001f;
}

header .header .header_inner .right .menu li a.active svg {
  fill: #df001f;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .header .header_inner .right .menu li ul {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

header .header .header_inner .right .menu li ul li a {
  padding: 15px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

header .header .header_inner .right .menu li ul li:last-child {
  border: 0;
}

header .header .header_inner .right .menu li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: menu 0.4s forwards;
          animation: menu 0.4s forwards;
}

header .header .header_inner .right .languages {
  margin: 0 15px;
}

header .header .header_inner .right .languages a img {
  height: 23px;
}

header .header .header_inner .right .user {
  margin: 0 15px;
}

header .header .header_inner .right .user a {
  width: 34px;
  height: 34px;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .header .header_inner .right .user a svg {
  height: 12px;
  fill: #333;
}

header .header .header_inner .right .user a:hover {
  background-color: #df001f;
}

header .header .header_inner .right .user a:hover svg {
  fill: #fff;
}

header .header .header_inner .right .cart {
  margin: 0 15px;
  position: relative;
}

header .header .header_inner .right .cart a {
  width: 34px;
  height: 34px;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .header .header_inner .right .cart a svg {
  height: 12px;
  fill: #333;
}

header .header .header_inner .right .cart a:hover {
  background-color: #df001f;
}

header .header .header_inner .right .cart a:hover svg {
  fill: #fff;
}

header .header .header_inner .right .cart .count {
  width: 24px;
  height: 24px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  font-family: 'Conv_FiraGO-Medium';
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header .header_inner .right .burger_button {
  padding: 13px 16px 10px 16px;
  border-radius: 2px;
  border: solid 1px #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: none;
}

@-webkit-keyframes menu {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header .main_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .main_slider .swiper-container {
  width: 100%;
  height: calc(100vh);
}

header .main_slider .swiper-container .slider_item {
  position: relative;
  height: 100%;
}

header .main_slider .swiper-container .slider_item .slider_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

header .main_slider .swiper-container .slider_item .slider_image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .main_slider .swiper-container .slider_item .slider_image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

header .main_slider .slider_text {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 25vh;
  left: 0;
  z-index: 1;
}

header .main_slider .slider_text .texts_inside {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .main_slider .slider_text .texts_inside h2 {
  font-size: 50px;
  color: #df001f;
  margin-bottom: 25px;
  font-family: 'Conv_FiraGO-Bold';
  font-style: italic;
}

header .main_slider .slider_text .texts_inside a {
  font-size: 18px;
  color: #df001f;
  font-family: 'Conv_FiraGO-Bold';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .main_slider .slider_text .texts_inside a span {
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  color: #df001f;
  font-family: 'Conv_FiraGO-Bold';
}

header .main_slider .slider_text .texts_inside a:hover {
  color: #333;
}

header .main_slider .slider_text .texts_inside a:hover span {
  margin-left: 15px;
  color: #333;
}

header .main_slider .swiper-slide-active .slider_text.anim h2, header .main_slider .swiper-slide-active .slider_text.anim h3, header .main_slider .swiper-slide-active .slider_text.anim a {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: slide 1s forwards;
          animation: slide 1s forwards;
}

header .main_slider .swiper-slide-active .slider_text.anim h2 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

header .main_slider .swiper-slide-active .slider_text.anim a {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

header .main_slider .slider_pagination {
  position: absolute;
  bottom: 0;
  right: calc( 50% - 544px);
  left: auto;
  width: 100%;
  height: 66px;
}

header .main_slider .slider_pagination .header_slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0px 18px 0 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet {
  height: 20px;
  width: 50px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  margin: 0 8px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 8px;
  left: 0;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #333;
  border-radius: 2px;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet:hover:before {
  background-color: #777;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet-active:before {
  background-color: #777;
}

header .main_slider .slider_pagination .header_slider_pagination .swiper-pagination-bullet-active:after {
  background-color: #df001f;
  -webkit-animation: bullet 5.2s;
          animation: bullet 5.2s;
}

@-webkit-keyframes bullet {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes bullet {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 120px;
}

.categories .category {
  width: 24%;
}

.categories .category .category_image {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 297px;
}

.categories .category .category_image img {
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories .category h2 a {
  display: inline-block;
  padding: 10px;
  color: #333;
  font-size: 20px;
  font-family: 'Conv_FiraGO-Bold';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.categories .category p {
  padding: 0 10px;
  color: #555;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Medium';
}

.categories .category:hover .category_image {
  -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}

.categories .category:hover h2 a {
  color: #df001f;
}

footer {
  background-color: #222;
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #999;
  padding: 40px 0 20px;
}

footer .footer_top .col {
  width: 24%;
}

footer .footer_top .niu_international {
  color: #999;
  font-size: 10px;
  font-family: 'Conv_FiraGO-Regular';
  padding: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition: 0.4s;
}

footer .footer_top .niu_international svg {
  fill: #999;
  margin-bottom: 6px;
  -webkit-transition: 0;
  transition: 0;
}

footer .footer_top .niu_international:hover svg {
  fill: #df001f;
}

footer .footer_top .contact_info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 18px;
  font-family: 'Conv_FiraGO-Regular';
  padding: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer_top .contact_info li a svg {
  fill: #999;
  height: 16px;
  margin-right: 16px;
}

footer .footer_top .contact_info li a:hover {
  color: #df001f;
}

footer .footer_top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_top .socials li {
  margin-right: 16px;
}

footer .footer_top .socials li a {
  padding: 16px;
  display: inline-block;
}

footer .footer_top .socials li a:first-child {
  padding-left: 0;
}

footer .footer_top .socials li a svg {
  height: 16px;
  fill: #999;
}

footer .footer_top .socials li a:hover svg {
  fill: #df001f;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

footer .footer_top .menu li a {
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-family: 'Conv_FiraGO-Regular';
  padding: 8px 0;
}

footer .footer_top .menu li a:hover {
  color: #df001f;
}

footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

footer .footer_bottom p {
  color: #999;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Regular';
}

footer .footer_bottom a img {
  height: 16px;
}

.inner header {
  height: 66px;
}

.model_page h2 {
  display: inline-block;
  color: #333;
  font-size: 24px;
  font-family: 'Conv_FiraGO-Regular';
  margin: 30px 0;
}

.model_page .model_image img {
  max-width: 100%;
}

.model_page .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 80px;
}

.model_page .products .product {
  width: 24%;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.model_page .products .product:nth-child(4n) {
  margin-right: 0;
}

.model_page .products .product h3 a {
  color: #333;
  font-size: 18px;
  font-family: 'Conv_FiraGO-Medium';
  display: inline-block;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.model_page .products .product .price {
  color: #777;
  font-size: 18px;
  font-family: 'Conv_FiraGO-Regular';
}

.model_page .products .product:hover {
  -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.002);
          transform: scale(1.002);
}

.model_page .products .product:hover h2 a {
  color: #df001f;
}

.model_page .products .product .add_cart {
  width: 40px;
  height: 40px;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 14px;
}

.model_page .products .product .add_cart svg {
  height: 18px;
  fill: #555;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.model_page .products .product .add_cart:hover {
  background-color: #df001f;
}

.model_page .products .product .add_cart:hover svg {
  fill: #fff;
}

.about_page section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.about_page section .count {
  width: 30%;
  color: #df001f;
  font-size: 5vw;
  font-family: 'Conv_FiraGO-Bold';
}

.about_page section .about_text {
  width: 70%;
}

.about_page section .about_text h3 {
  color: #222;
  font-size: 32px;
  font-family: 'Conv_FiraGO-Regular';
  padding-bottom: 24px;
  margin-bottom: 24px;
  padding-top: 20px;
  position: relative;
}

.about_page section .about_text h3:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #df001f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about_page section .about_text p {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Conv_FiraGO-Regular';
}

.about_page section .about_text ul {
  margin: 50px 0;
  border-left: 1px solid #000;
}

.about_page section .about_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}

.about_page section .about_text ul li:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
  border: 2px solid #df001f;
  position: absolute;
  top: 10px;
  left: -10px;
}

.about_page section .about_text ul li span:first-child {
  color: #ccc;
  font-size: 40px;
  font-family: 'Conv_FiraGO-Medium';
  margin-bottom: 16px;
}

.about_page section .about_text ul li span:last-child {
  font-family: 'Conv_FiraGO-Regular';
  color: #333;
  font-size: 18px;
}

.contact_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}

.contact_page .contact_image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_page .contact_image img {
  max-width: 100%;
  max-height: 80vh;
  -webkit-box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
          box-shadow: 0 0 10px rgba(250, 250, 250, 0.3);
}

.contact_page .contact_text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}

.contact_page .contact_text h2 {
  font-size: 28px;
  font-family: 'Conv_FiraGO-Medium';
  color: #333;
  margin-bottom: 40px;
}

.contact_page .contact_text .contact_info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  font-size: 18px;
  font-family: 'Conv_FiraGO-Regular';
  padding: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact_page .contact_text .contact_info li a svg {
  fill: #444;
  height: 16px;
  margin-right: 16px;
}

.contact_page .contact_text .contact_info li a:hover {
  color: #df001f;
}

.contact_page .contact_text .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_page .contact_text .socials li {
  margin-right: 16px;
}

.contact_page .contact_text .socials li a {
  padding: 16px;
  display: inline-block;
}

.contact_page .contact_text .socials li a:first-child {
  padding-left: 0;
}

.contact_page .contact_text .socials li a svg {
  height: 16px;
  fill: #444;
}

.contact_page .contact_text .socials li a:hover svg {
  fill: #df001f;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#map {
  height: 60vh;
}

.auth_page {
  min-height: calc(100vh - 400px);
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth_page h2 {
  font-size: 36px;
  color: #444;
  font-family: 'Conv_FiraGO-Bold';
  margin-bottom: 40px;
}

.auth_page form {
  width: 400px;
}

.auth_page form .input_group {
  margin-bottom: 14px;
}

.auth_page form .input_group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  color: #df001f;
  padding: 16px;
  border: 1px solid #999;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 14px;
  border-radius: 3px;
}

.auth_page form .input_group input:placeholder {
  color: #555;
  padding: 10px;
  font-size: 14px;
}

.auth_page form .input_group input[type="submit"] {
  background-color: #df001f;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.auth_page form .input_group input:focus, .auth_page form .input_group input:hover {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.auth_page .auth_questions {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth_page .auth_questions a {
  color: #df001f;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Medium';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.auth_page .auth_questions a:last-child {
  color: #333;
}

.auth_page .auth_questions a:hover {
  font-weight: bold;
}

.cart_page {
  margin-bottom: 80px;
}

.cart_page h2 {
  font-size: 36px;
  color: #444;
  font-family: 'Conv_FiraGO-Bold';
  margin-bottom: 40px;
}

.cart_page table {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: collapse;
}

.cart_page table thead {
  background-color: #df001f;
}

.cart_page table thead th {
  padding: 24px 16px;
  font-size: 20px;
  color: #fff;
  font-family: 'Conv_FiraGO-Bold';
  text-align: left;
}

.cart_page table thead th:nth-child(n + 3) {
  width: 15%;
}

.cart_page table tbody td {
  padding: 16px;
  font-size: 16px;
  color: #444;
  font-family: 'Conv_FiraGO-Medium';
  text-align: left;
}

.cart_page table tbody td:nth-child(1) {
  padding-left: 24px;
}

.cart_page table tbody td .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_page table tbody td .main .image {
  margin-right: 20px;
}

.cart_page table tbody td .main .image img {
  height: 100px;
}

.cart_page table tbody td .remove {
  cursor: pointer;
}

.cart_page table tbody td .remove svg {
  height: 18px;
  fill: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart_page table tbody td .remove:hover svg {
  fill: #df001f;
}

.cart_page table tbody td .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #fafafa;
  border-radius: 2px;
  width: 96px;
  overflow: hidden;
}

.cart_page table tbody td .quantity span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ececec;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.cart_page table tbody td .quantity span svg {
  width: 10px;
  fill: #676767;
}

.cart_page table tbody td .quantity span:hover {
  background-color: #df001f;
}

.cart_page table tbody td .quantity span:hover svg {
  fill: #fff;
}

.cart_page table tbody td .quantity input {
  width: 40px;
  height: 32px;
  background-color: #fff;
  border: 0;
  text-align: center;
}

.cart_page table tbody td .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_page table tbody td .colorPicker {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 25px;
  width: 25px;
}

.cart_page table tbody td .colorPicker .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #eee;
  border-radius: 2px;
}

.cart_page table tbody td .colorPicker .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart_page table tbody td .colorPicker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cart_page table tbody td .colorPicker input:checked ~ .checkmark {
  background-color: #2196F3;
}

.cart_page table tbody td .colorPicker input:checked ~ .checkmark:after {
  display: block;
}

.cart_page table tbody td .colorPicker:hover input ~ .checkmark {
  background-color: #ccc;
}

.cart_page table tfoot td {
  padding: 24px 16px;
  font-size: 16px;
  color: #444;
  font-family: 'Conv_FiraGO-Medium';
}

.cart_page table tfoot td .price {
  color: #df001f;
  font-size: 20px;
  font-family: 'Conv_FiraGO-Bold';
}

.cart_page .next {
  text-align: right;
  padding: 24px;
}

.cart_page .next a {
  padding: 10px 24px;
  display: inline-block;
  border: 2px solid #df001f;
  color: #df001f;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 18px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cart_page .next a:hover {
  background-color: #df001f;
  color: #fff;
}

.checkout_page {
  margin-bottom: 80px;
  min-height: calc(100vh - 400px);
}

.checkout_page h2 {
  font-size: 36px;
  color: #444;
  font-family: 'Conv_FiraGO-Bold';
  margin-bottom: 40px;
}

.checkout_page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
}

.checkout_page form .col {
  width: 50%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkout_page form .col:first-child {
  margin-right: 16px;
}

.checkout_page form .input_group {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout_page form .input_group label {
  display: inline-block;
  margin-bottom: 14px;
  color: #333;
  font-size: 16px;
  font-family: 'Conv_FiraGO-Medium';
}

.checkout_page form .input_group .select2-container .select2-selection--single {
  height: 48px;
  border-radius: 2px;
  border: 1px solid #d6d1d1;
}

.checkout_page form .input_group .select2-container .select2-selection--single:hover {
  -webkit-box-shadow: 0 0 2px #999;
          box-shadow: 0 0 2px #999;
}

.checkout_page form .input_group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 24px;
  color: #333;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Regular';
}

.checkout_page form .input_group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 36px;
}

.checkout_page form .input_group .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
}

.checkout_page form .input_group textarea {
  height: 144px;
  padding: 24px;
  border-radius: 2px;
  border: 1px solid #d6d1d1;
  color: #333;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Regular';
  resize: none;
}

.checkout_page form .next {
  text-align: right;
  padding: 24px;
}

.checkout_page form .next button {
  padding: 10px 24px;
  display: inline-block;
  border: 2px solid #df001f;
  color: #df001f;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 18px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  cursor: pointer;
}

.checkout_page form .next button:hover {
  background-color: #df001f;
  color: #fff;
}

.profile_page {
  margin-bottom: 80px;
  min-height: calc(100vh - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile_page .left {
  width: 300px;
}

.profile_page .left .profile {
  background-color: #df001f;
  color: #fff;
  font-size: 18px;
  font-family: 'Conv_FiraGO-Medium';
  padding: 16px 24px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile_page .left .profile span {
  background-color: #cc1931;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.profile_page .left .profile span svg {
  height: 10px;
  fill: #fff;
}

.profile_page .left ul {
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
}

.profile_page .left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 4px;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #fafafa;
  font-family: 'Conv_FiraGO-Bold';
  font-size: 12px;
}

.profile_page .left ul li a svg {
  fill: #333;
  height: 12px;
  margin-right: 8px;
}

.profile_page .left ul li a:hover {
  color: #df001f;
  border-bottom-color: #df001f;
}

.profile_page .left ul li a:hover svg {
  fill: #df001f;
}

.profile_page .left ul li:last-child {
  border-bottom: 0;
}

.profile_page .left ul li:last-child a {
  border-bottom: 0;
}

.profile_page .right {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile_page .right h2 {
  font-size: 36px;
  line-height: 62px;
  color: #444;
  font-family: 'Conv_FiraGO-Bold';
  margin-bottom: 20px;
}

.profile_page .right form {
  width: 400px;
}

.profile_page .right form .input_group {
  margin-bottom: 14px;
}

.profile_page .right form .input_group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  color: #333;
  padding: 16px;
  border: 1px solid #999;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 14px;
  border-radius: 3px;
}

.profile_page .right form .input_group input:placeholder {
  color: #555;
  padding: 10px;
  font-size: 14px;
}

.profile_page .right form .input_group input[type="submit"] {
  background-color: #df001f;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.profile_page .right form .input_group input:focus, .profile_page .right form .input_group input:hover {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.profile_page .right .orders {
  width: 90%;
}

.profile_page .right .order {
  width: 100%;
  border: 1px solid #fafafa;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.profile_page .right .order .order_title {
  background-color: #df001f;
  color: #fff;
  font-size: 14px;
  font-family: 'Conv_FiraGO-Bold';
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.profile_page .right .order .order_title .time {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile_page .right .order .order_title .time svg {
  fill: #fff;
  vertical-align: middle;
  height: 16px;
  margin-right: 8px;
}

.profile_page .right .order .order_title:hover {
  background-color: #cc1931;
}

.profile_page .right .order .order_desc {
  background-color: #fff;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.profile_page .right .order .order_desc table {
  width: 100%;
  border-collapse: collapse;
}

.profile_page .right .order .order_desc table thead tr {
  border-bottom: 1px solid #fafafa;
}

.profile_page .right .order .order_desc table thead tr td {
  color: #333;
  font-family: 'Conv_FiraGO-Bold';
  font-size: 12px;
  text-align: left;
  padding: 8px 0;
}

.profile_page .right .order .order_desc table tbody td {
  color: #555;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 14px;
}

.profile_page .right .order .order_desc table tbody .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
  font-family: 'Conv_FiraGO-Medium';
  font-size: 14px;
}

.profile_page .right .order .order_desc table tbody .product .image {
  margin-right: 20px;
}

.profile_page .right .order .order_desc table tbody .product .image img {
  height: 90px;
}

.profile_page .right .order .order_desc table tfoot tr {
  border-top: 1px solid #fafafa;
}

.profile_page .right .order .order_desc table tfoot tr td {
  color: #555;
  font-family: 'Conv_FiraGO-Medium';
  padding: 8px 0;
  font-size: 12px;
}

.profile_page .right .order .order_desc table tfoot tr td .price {
  color: #df001f;
  font-family: 'Conv_FiraGO-Bold';
  font-size: 14px;
}

.profile_page .right .order .order_desc.active {
  height: 200px;
  overflow-y: auto;
}

body.product {
  background-color: #111;
}

body.product header {
  margin-bottom: 0;
  height: auto;
}

body.product .product_header {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  padding-top: 76px;
}

body.product footer {
  border-top: 1px solid #777;
}

body.product .product_page section {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
}

body.product .product_page section .product_info {
  position: absolute;
  width: 450px;
  padding: 100px 130px 80px 170px;
  background-color: rgba(33, 33, 33, 0.9);
}

body.product .product_page section .product_info h3 {
  font-family: DINOffcPro;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: 'Conv_FiraGO-Medium';
  margin-bottom: 30px;
}

body.product .product_page section .product_info p {
  font-size: 16px;
  line-height: 1.63;
  color: #d1d3d3;
  font-family: 'Conv_FiraGO-Regular';
}

body.product .product_page section .product_info .count {
  color: #df001f;
  font-size: 48px;
  font-family: 'Conv_FiraGO-Medium';
  position: absolute;
  top: 40px;
  left: 80px;
}

body.product .product_page section:nth-child(3n+1) {
  background-size: cover;
}

body.product .product_page section:nth-child(3n+1) .product_info {
  top: calc(100% - 600px);
  left: calc(50% - 375px);
}

body.product .product_page section:nth-child(3n+2) {
  background-size: 50%;
  background-position: 5% 25%;
}

body.product .product_page section:nth-child(3n+2) .product_info {
  right: calc(50% - 750px);
  bottom: 20%;
}

body.product .product_page section:nth-child(3n+3) {
  background-size: 45%;
  background-position: calc(5% + 850px) 65%;
}

body.product .product_page section:nth-child(3n+3) .product_info {
  top: 15%;
  left: 5%;
}

ul.pr_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.pr_menu li a {
  padding: 10px;
  display: inline-block;
  color: #8d8d8d;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Conv_FiraGO-Regular';
}

ul.pr_menu li a:hover {
  color: #fff;
}

ul.pr_menu li a.active {
  color: #fff;
}

ul.pr_menu li:first-child a {
  font-family: 'Conv_FiraGO-Bold';
  color: #fff;
  font-size: 24px;
  font-style: italic;
}

ul.pr_menu li:last-child a {
  color: #df001f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.pr_menu li:last-child a svg {
  fill: #df001f;
  height: 12px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

ul.pr_menu li:last-child a:hover {
  color: #fff;
}

ul.pr_menu li:last-child a:hover svg {
  fill: #fff;
}

body.specs {
  background-color: #fff;
}

body.specs header {
  margin-bottom: 0;
  height: auto;
}

body.specs header .header_inner {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

body.specs .product_header {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 76px;
}

body.specs .product_header ul li a {
  color: #212121;
}

body.specs .product_header ul li a:hover {
  color: #A4A9AD;
}

body.specs .product_header ul li a.active {
  color: #A4A9AD;
}

body.specs .product_header ul li:first-child a {
  color: #212121;
}

body.specs .product_header ul li:last-child a {
  color: #df001f;
}

body.specs .product_header ul li:last-child a svg {
  fill: #df001f;
}

body.specs .product_header ul li:last-child a:hover {
  color: #A4A9AD;
}

body.specs .product_header ul li:last-child a:hover svg {
  fill: #A4A9AD;
}

body.specs .product_slider .product_images {
  width: 100%;
  height: 430px;
  position: relative;
}

body.specs .product_slider .product_images .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

body.specs .product_slider .product_images .image img {
  max-width: 100%;
  max-height: 100%;
}

body.specs .product_slider .product_images .image.active {
  opacity: 1;
  z-index: 5;
}

body.specs .product_slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px;
}

body.specs .product_slider ul li {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin: 0 30px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.specs .product_slider ul li:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

body.specs .scheme_image {
  margin-top: 60px;
  text-align: center;
}

body.specs .scheme_image img {
  max-width: 100%;
}

body.specs .scheme_image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}

body.specs .scheme_image ul li {
  margin-right: 40px;
}

body.specs .scheme_image ul li span {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  line-height: 1.63;
  color: #5c6670;
  font-family: 'Conv_FiraGO-Regular';
}

body.specs .specification {
  padding: 60px 0;
  border-top: solid 1px #a4a9ad;
}

body.specs .specification h3 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin: 20px 80px;
  line-height: 24px;
  font-family: 'Conv_FiraGO-Medium';
}

body.specs .specification table {
  width: 500px;
  margin: 0 auto;
}

body.specs .specification table tr td {
  width: 50%;
  font-size: 16px;
  line-height: 1.63;
  color: #a4a9ad;
  margin: 10px 0;
  font-family: 'Conv_FiraGO-Regular';
  height: 40px;
}

body.specs .specification table tr td:last-child {
  color: #5c6670;
}
/*# sourceMappingURL=style.css.map */