@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.title.blue {
  color: #0089c5;
}
.title.white {
  color: #ffffff;
}

.btn {
  display: block;
  width: 100%;
  background-color: #0089c5;
  color: #ffffff;
  font-size: 30px;
  padding: 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.btn:hover, .btn:focus {
  opacity: 0.8;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
.logo:before, .logo:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #0089c5;
}
.logo img {
  height: 60px;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 100vh; */
}
.main .title {
  margin-bottom: 40px;
}
.main .left {
  background-image: -webkit-linear-gradient(3.24deg, rgb(37, 96, 121) 0%, rgb(8, 29, 46) 100%);
  background-image: -moz-linear-gradient(3.24deg, rgb(37, 96, 121) 0%, rgb(8, 29, 46) 100%);
  background-image: -o-linear-gradient(3.24deg, rgb(37, 96, 121) 0%, rgb(8, 29, 46) 100%);
  background-image: linear-gradient(0.241turn, rgb(37, 96, 121) 0%, rgb(8, 29, 46) 100%);
  width: 650px;
  padding: 30px;
}
.main .left .title {
  text-align: center;
}
.main .left img {
  width: 100%;
}
.main .left .text {
  margin: 40px 0 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.main .left .text p {
  margin-bottom: 1rem;
}
.main .left .text p:last-child {
  margin-bottom: 0;
}
.main .wrapper {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.main .wrapper .logo {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .wrapper .logo:after {
  display: none;
}
.main .wrapper .title {
  margin-bottom: 0;
}
.main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}
.main .right .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.main .right .categories a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  border: 1px solid #dedede;
  padding: 34px 0;
  gap: 30px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.main .right .categories a:before {
  content: "🠒";
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #0089c5;
  color: #0089c5;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 800;
  font-size: 50px;
  line-height: 72px;
}
.main .right .categories a:hover, .main .right .categories a:focus {
  opacity: 0.75;
}
.main .right .categories a img {
  max-width: 260px;
  max-height: 230px;
}
.main .right .categories a .title-2 {
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f3543;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.category {
  background-color: rgb(240, 251, 255);
  padding: 30px 120px;
  height: 100vh;
}
.category .swiper-button-prev,
.category .swiper-button-next {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" width="800px" height="800px" viewBox="0 0 32 32" version="1.1" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><title>arrow-right-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-310.000000, -1089.000000)" fill="%230089c5"><path d="M332.535,1105.88 L326.879,1111.54 C326.488,1111.93 325.855,1111.93 325.465,1111.54 C325.074,1111.15 325.074,1110.51 325.465,1110.12 L329.586,1106 L319,1106 C318.447,1106 318,1105.55 318,1105 C318,1104.45 318.447,1104 319,1104 L329.586,1104 L325.465,1099.88 C325.074,1099.49 325.074,1098.86 325.465,1098.46 C325.855,1098.07 326.488,1098.07 326.879,1098.46 L332.535,1104.12 C332.775,1104.36 332.85,1104.69 332.795,1105 C332.85,1105.31 332.775,1105.64 332.535,1105.88 L332.535,1105.88 Z M326,1089 C317.163,1089 310,1096.16 310,1105 C310,1113.84 317.163,1121 326,1121 C334.837,1121 342,1113.84 342,1105 C342,1096.16 334.837,1089 326,1089 L326,1089 Z" id="arrow-right-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>');
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.category .swiper-button-prev:after,
.category .swiper-button-next:after {
  display: none;
}
.category .swiper-button-prev:hover,
.category .swiper-button-next:hover {
  opacity: 0.8;
}
.category .swiper-button-prev {
  left: -76px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category .swiper-button-next {
  right: -76px;
}
.category .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.category .wrapper .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.category .wrapper .btn__return {
  padding: 15px 30px;
  background-color: #0089c5;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 24px;
  display: block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.category .wrapper .btn__return:first-child {
  text-transform: uppercase;
}
.category .wrapper .btn__return:last-child {
  background-color: #1d1d1d;
}
.category .wrapper .btn__return:hover, .category .wrapper .btn__return:focus {
  opacity: 0.8;
}
.category .swiper-slide,
.category .swiper-wrapper {
  height: auto;
}
.category .products a {
  display: block;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 76px;
  height: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.category .products a:hover, .category .products a:focus {
  opacity: 0.75;
}
.category .products a .img {
  width: 420px;
  height: 420px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.category .products a .info {
  padding: 30px 20px 20px 20px;
}
.category .products a .title-3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #0089c5;
}
.category .products a .title-2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.category .products a .text {
  font-size: 20px;
  line-height: 1.5;
}
.category .products a .btn__blue {
  width: 150px;
  line-height: 56px;
  background-color: #1d1d1d;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.product .logo {
  padding: 30px 120px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product .swiper-slide,
.product .swiper-wrapper {
  height: -webkit-calc(100vh - 119px);
  height: -moz-calc(100vh - 119px);
  height: calc(100vh - 119px);
}
.product .btns {
  position: fixed;
  top: 50%;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  z-index: 99;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product .btns span {
  padding: 12px;
}
.product .btns .swiper-button-prev,
.product .btns .swiper-button-next {
  display: block;
  position: relative;
  display: block;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 80px;
  height: 80px;
  padding: 25px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product .btns .swiper-button-prev::after,
.product .btns .swiper-button-next::after {
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 30px;
}
.product .btns .swiper-button-prev:hover,
.product .btns .swiper-button-next:hover {
  opacity: 1;
}
.product .btns .swiper-button-prev:hover::after,
.product .btns .swiper-button-next:hover::after {
  color: #0089c5;
}
.product__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 120px;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__top .swiper-slide,
.product__top .swiper-wrapper {
  height: auto;
}
.product__top .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product__top .slider {
  width: 630px;
  position: relative;
}
.product__top .slider__top .img {
  width: 630px;
  height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.product__top .slider .swiper-button-prev,
.product__top .slider .swiper-button-next {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" width="800px" height="800px" viewBox="0 0 32 32" version="1.1" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><title>arrow-right-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-310.000000, -1089.000000)" fill="%230089c5"><path d="M332.535,1105.88 L326.879,1111.54 C326.488,1111.93 325.855,1111.93 325.465,1111.54 C325.074,1111.15 325.074,1110.51 325.465,1110.12 L329.586,1106 L319,1106 C318.447,1106 318,1105.55 318,1105 C318,1104.45 318.447,1104 319,1104 L329.586,1104 L325.465,1099.88 C325.074,1099.49 325.074,1098.86 325.465,1098.46 C325.855,1098.07 326.488,1098.07 326.879,1098.46 L332.535,1104.12 C332.775,1104.36 332.85,1104.69 332.795,1105 C332.85,1105.31 332.775,1105.64 332.535,1105.88 L332.535,1105.88 Z M326,1089 C317.163,1089 310,1096.16 310,1105 C310,1113.84 317.163,1121 326,1121 C334.837,1121 342,1113.84 342,1105 C342,1096.16 334.837,1089 326,1089 L326,1089 Z" id="arrow-right-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>');
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product__top .slider .swiper-button-prev:after,
.product__top .slider .swiper-button-next:after {
  display: none;
}
.product__top .slider .swiper-button-prev:hover,
.product__top .slider .swiper-button-next:hover {
  opacity: 0.8;
}
.product__top .slider .swiper-button-prev {
  left: -60px;
  top: 291px;
  margin: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__top .slider .swiper-button-next {
  right: -60px;
  top: 291px;
  margin: 0;
}
.product__top .slider__bottom {
  margin-top: 10px;
}
.product__top .slider__bottom .swiper-slide {
  width: 100px;
  border: 2px solid transparent;
}
.product__top .slider__bottom .swiper-slide.swiper-slide-thumb-active {
  border-color: rgba(0, 0, 0, 0.15);
}
.product__top .slider__bottom .img {
  width: 96px;
  height: 96px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.product__top .info {
  padding-left: 120px;
}
.product__top .info .title-2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.35;
  color: #0089c5;
}
.product__top .info .title-3 {
  font-size: 28px;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.product__top .info .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  padding-right: 12px;
}
.product__top .info .text * {
  margin-bottom: 1.25rem;
}
.product__top .info .text *:last-child {
  margin-bottom: 0;
}
.product__top .info .text * li {
  margin-bottom: 0.5rem;
}
.product__top .info .text table {
  width: -webkit-calc(100% + 3px);
  width: -moz-calc(100% + 3px);
  width: calc(100% + 3px);
}
.product__top .info .text table tr {
  border-bottom: 8px solid #ffffff;
  background-color: #f7f7f7;
}
.product__top .info .text table tr:nth-child(2n) {
  background-color: #efefef;
}
.product__top .info .text table tr:last-child {
  border-bottom: 0;
}
.product__top .info .text table tr td {
  padding: 18px;
  font-size: 20px;
  border-right: 3px solid #ffffff;
}
.product__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 120px 60px 60px;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #fff;
}
.product__center .left {
  width: 500px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  max-height: -webkit-calc(100vh - 255px);
  max-height: -moz-calc(100vh - 255px);
  max-height: calc(100vh - 255px);
  margin-top: 76px;
}
.product__center .left .swiper-slide {
  height: auto;
  padding-right: 12px;
}
.product__center .left .swiper-slide > p:first-child {
  font-weight: 700;
}
.product__center .left .swiper-slide * {
  margin-bottom: 1.25rem;
}
.product__center .left .swiper-slide *:last-child {
  margin-bottom: 0;
}
.product__center .left .swiper-slide * li {
  margin-bottom: 0.5rem;
}
.product__center .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1180px;
}
.product__center .right .title {
  margin-bottom: 20px;
  text-align: left;
  padding: 5px;
  border-bottom: 3px solid #0089c5;
  width: -webkit-calc(100vw - 180px);
  width: -moz-calc(100vw - 180px);
  width: calc(100vw - 180px);
}
.product__center .right .table {
  max-height: 825px;
}
.product__center .right .table .swiper-slide,
.product__center .right .table .swiper-wrapper {
  height: 100%;
}
.product__center .right .table table {
  width: -webkit-calc(100% + 3px);
  width: -moz-calc(100% + 3px);
  width: calc(100% + 3px);
}
.product__center .right .table table tr {
  border-bottom: 8px solid #ffffff;
  background-color: #f7f7f7;
}
.product__center .right .table table tr:nth-child(2n) {
  background-color: #efefef;
}
.product__center .right .table table tr:last-child {
  border-bottom: 0;
}
.product__center .right .table table tr td {
  padding: 18px;
  font-size: 20px;
  border-right: 3px solid #ffffff;
}
.product ol,
.product ul {
  padding-left: 30px;
}
.product ol li,
.product ul li {
  list-style: auto;
}
.product ul li {
  list-style: disc;
}

.mainBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 120px 30px 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s -o-transform;
  -moz-transition: 0.3s transform, 0.3s -moz-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -moz-transform, 0.3s -o-transform;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainBtns .toggle {
  display: none;
}
.mainBtns .btn__return {
  padding: 15px 30px;
  background-color: #1d1d1d;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mainBtns .btn__return:nth-child(3) {
  background-color: #0089c5;
}
.mainBtns .btn__return:hover, .mainBtns .btn__return:focus {
  opacity: 0.8;
}