@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
  font-family: "Open Sans";
  font-size: 15px;
  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;
}
a {
  transition: 0.3s;
}
p.big {
  font-size: 18px;
}
@media (max-width: 767px) {
  p.big {
    font-size: 15px;
  }
}
.min-title {
  font-size: 25px;
}
.min-title.min {
  font-size: 20px;
}
.min-title.big {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .min-title {
    font-size: 22px;
  }
  .min-title.big {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .min-title {
    font-size: 19px !important;
  }
}
.title {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
  }
}
.bold {
  font-weight: 700;
}
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: 20px 25px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  color: #ffffff;
  background: #0e0c3f;
}
.order a:hover,
.order button:hover {
  background: #032389;
}
.manage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.61);
}
.manage .logo img {
  width: 70px;
}
.humb {
  width: 40px;
  padding: 8px 7px;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #032389;
  transition: 0.3s;
}
.humb.active {
  background: none;
  top: 7px;
}
.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: #fff;
  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: #032389;
}
.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 {
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  padding: 40px 25px 40px 25px;
  position: relative;
  transition: 0.3s;
}
.product:hover {
  border-color: #0e0c3f;
}
.product .labe {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 3px 7px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
.product .labe .icon {
  margin: 0 5px 0 0;
  line-height: 0;
}
.product .labe.hit {
  background-color: #d20107;
  left: 0;
  top: 35px;
}
.product .pic {
  height: 260px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .pic img {
  max-width: 100%;
  max-height: 100%;
}
.product .name {
  color: #000;
  display: block;
  margin: 35px 0 20px 0;
  text-transform: uppercase;
}
.product .more {
  margin: 0 0 35px 0;
}
.product .more a {
  text-decoration: underline;
  color: #000;
}
.product .more a:hover {
  text-decoration: none;
}
.product .order a,
.product .order button {
  width: 180px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .product {
    padding: 20px;
    text-align: center;
  }
  .product .pic {
    height: 200px;
  }
  .product .name {
    margin: 15px 0 15px 0;
  }
  .product .more {
    margin: 0 0 20px 0;
  }
  .product .order a,
  .product .order button {
    width: 100%;
  }
}
.header .h-top {
  background-color: #f9f9f9;
  padding: 10px 0;
}
.header .h-top .hr-top a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.header .h-top .hr-top a:hover {
  color: #0e6aa6;
}
.header .h-top .hrb-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0 0 0;
}
.header .h-top .hrb-block .icon {
  width: 38px;
  margin: 0 15px 0 0;
}
.header .h-top .hrb-block .text {
  flex: 1;
}
.header .h-top .hrb-block .text p {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #626262;
  text-transform: uppercase;
}
.header .h-top .hrb-block .text a {
  color: #0e6aa6;
  text-decoration: none;
  font-weight: 700;
}
.header .h-top .hrb-block .text a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .header .h-top {
    padding: 20px 0 20px 0;
  }
  .header .h-top .hrb-block {
    max-width: 260px;
    margin: 20px auto 0;
  }
}
.header .h-bottom {
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  transition: 0.3s;
  z-index: 1000;
}
.header .h-bottom.active {
  position: fixed;
}
.header .h-bottom.active .menu > div a {
  line-height: 50px;
  box-shadow: none;
  outline: none;
}
.header .h-bottom .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header .h-bottom .menu div a {
  padding: 0;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.header .h-bottom .menu > div {
  flex-grow: 1;
  width: 100%;
}
.header .h-bottom .menu > div.open > a {
  background: rgba(3,35,137,0.12);
}
.header .h-bottom .menu > div > a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 60px;
  padding: 5px 15px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 0;
}
.header .h-bottom .menu > div > a:after {
  transition: 0.3s;
}
.header .h-bottom .menu > div > a:not(.active):hover {
  background: rgba(3,35,137,0.12);
}
.header .h-bottom .menu > div > a:after {
  transition: 0.3s;
  border-top-color: #0e6aa6;
}
.header .h-bottom .menu > div > a.active {
  color: #0e6aa6 !important;
}
.header .h-bottom .menu .dropdown-menu {
  min-width: 0;
  padding: 26px 50px 33px 35px;
  border: none;
  border-radius: 0;
  margin: 0;
  background: #f1f1f1;
  min-width: 570px;
}
.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;
}
.header .h-bottom .menu .dropdown-menu div a:hover,
.header .h-bottom .menu .dropdown-menu div a.active {
  border-color: #0e6aa6;
}
.header .h-bottom .menu .dropdown-menu div a:hover:before,
.header .h-bottom .menu .dropdown-menu div a.active:before {
  opacity: 1;
}
.header .h-bottom .menu .dropdown-menu div a:hover {
  border-color: #0e6aa6;
}
.main .slider {
  position: relative;
}
.main .slider .swiper-button div {
  transition: 0.3s;
  outline: none;
}
.main .slider .swiper-button div:hover:after {
  color: #4ca1d7;
}
.main .slider .swiper-button div:after {
  font-size: 50px;
  color: #fff;
  transition: 0.3s;
}
.main .slider .swiper-button div:hover:after {
  color: #032389;
}
.main .slider .swiper-button .swiper-button-next {
  right: 5%;
}
.main .slider .swiper-button .swiper-button-prev {
  left: 5%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main .slider .swiper-button .swiper-button-next {
    right: 1%;
  }
  .main .slider .swiper-button .swiper-button-prev {
    left: 1%;
  }
}
@media (max-width: 767px) {
  .main .slider .swiper-button div:after {
    font-size: 30px;
    color: #acacac;
    transition: 0.3s;
  }
}
.main .slider .swiper-pagination {
  right: initial;
  top: initial;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  outline: none;
  opacity: 1;
}
.main .slider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 4px;
}
.main .slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #0a1250;
}
@media (max-width: 767px) {
  .main .slider .swiper-pagination {
    bottom: 0px;
  }
  .main .slider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.main .slider .swiper-main {
  overflow: hidden;
  height: 720px;
}
.main .slider .swiper-main .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .slider .swiper-main .swiper-slide.swiper-slide-active .swiper-inner {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main .slider .swiper-main {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main .slider .swiper-main {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .main .slider .swiper-main {
    height: 400px;
  }
}
.main .swiper-inner {
  transition: 1.5s;
  transform: scale(0);
  opacity: 0;
  color: #fff;
}
.main .swiper-inner .title {
  margin: 0 0 30px 0;
}
.main .swiper-inner .min-title {
  margin: 0 0 35px 0;
}
.main .swiper-inner .order a {
  font-size: 25px;
  background: #032389;
  border-radius: 5px;
}
.main .swiper-inner .order a:hover {
  background: #0e0c3f;
}
@media (max-width: 767px) {
  .main .swiper-inner .title {
    margin: 0 0 20px 0;
  }
  .main .swiper-inner .min-title {
    margin: 0 0 20px 0;
  }
  .main .swiper-inner .order a {
    font-size: 16px;
  }
}
.products .container {
  max-width: 1750px;
}
.products .title {
  margin: 0 0 80px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .products .title {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .products .title {
    margin: 0 0 40px 0;
  }
}
.products .slider {
  position: relative;
  padding: 0 80px;
}
@media (max-width: 991px) {
  .products .slider {
    padding: 0 30px;
  }
}
.products .slider .swiper-button div {
  transition: 0.3s;
  outline: none;
  width: 58px;
  height: 58px;
  background: #b4b4b4;
  border-radius: 50%;
}
.products .slider .swiper-button div:after {
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.products .slider .swiper-button div:hover {
  background: #0e0c3f;
}
.products .slider .swiper-button .swiper-button-next {
  right: 0;
}
.products .slider .swiper-button .swiper-button-prev {
  left: 0;
}
@media (max-width: 991px) {
  .products .slider .swiper-button div {
    width: 30px;
    height: 30px;
  }
  .products .slider .swiper-button div:after {
    font-size: 10px;
    transition: 0.3s;
  }
}
.recommended {
  padding: 110px 0 100px 0;
  background-color: #f4f4f4;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recommended {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .recommended {
    padding: 40px 0 50px 0;
  }
}
.top {
  padding: 100px 0 100px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .top {
    padding: 40px 0 50px 0;
  }
}
.what {
  padding: 100px 0 70px 0;
  text-align: center;
  background: url(../images/what-bg.jpg) no-repeat center / cover;
  color: #fff;
}
.what .w-block {
  margin: 65px 0 0 0;
}
.what .w-block:hover .icon {
  transform: translateY(-10px);
}
.what .w-block .icon {
  height: 122px;
  margin: 0 0 40px 0;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what .w-block .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .what {
    padding: 70px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .what {
    padding: 40px 0 50px 0;
  }
  .what .w-block {
    margin: 40px auto 0;
  }
  .what .w-block .icon {
    height: 70px;
    margin: 0 0 20px 0;
  }
}
.benefits {
  padding: 110px 0 150px 0;
  border-top: 1px solid #b7b7b6;
  text-align: center;
}
.benefits .b-block {
  margin: 85px 0 0 0;
}
.benefits .b-block:hover .icon {
  transform: translateY(-10px);
}
.benefits .b-block .icon {
  height: 72px;
  margin: 0 0 25px 0;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .b-block .icon img {
  max-width: 100%;
  max-height: 100%;
}
.benefits .b-block .min-title {
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .benefits {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding: 40px 0 50px 0;
  }
  .benefits .b-block {
    margin: 40px auto 0;
  }
  .benefits .b-block .icon {
    height: 50px;
    margin: 0 0 15px 0;
  }
}
.clients {
  padding: 110px 0 110px 0;
  text-align: center;
  background-color: #f4f4f4;
}
.clients .container {
  max-width: 1700px;
}
.clients .slider {
  position: relative;
  padding: 0 100px;
}
.clients .slider .client {
  padding: 0 10px;
  display: block;
}
.clients .slider .client:hover {
  filter: grayscale(100%);
}
.clients .slider .client img {
  max-width: 100%;
  max-height: 100%;
}
.clients .slider .swiper-button div {
  transition: 0.3s;
  outline: none;
}
.clients .slider .swiper-button div:after {
  font-size: 50px;
  color: #acacac;
  transition: 0.3s;
}
.clients .slider .swiper-button div:hover:after {
  color: #0e0c3f;
}
.clients .slider .swiper-button .swiper-button-next {
  right: 0;
}
.clients .slider .swiper-button .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .clients .slider .swiper-button div:after {
    font-size: 30px;
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .clients {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 50px 0 50px 0;
  }
  .clients .slider {
    padding: 0 50px;
  }
}
.footer .f-block {
  background: #0e0c38;
  padding: 40px 50px 20px 20px;
}
.footer .f-block .f-inner {
  max-width: 530px;
  color: #fff;
}
.footer .f-block a {
  color: #fff;
  text-decoration: none;
}
.footer .f-block .contacts .fb-block:not(:last-of-type) {
  margin-bottom: 35px;
}
.footer .f-block .contacts .icon {
  width: 18px;
}
.footer .f-block .contacts a {
  display: block;
}
.footer .f-block .contacts a:hover {
  color: #1542d1;
}
.footer .f-block .forma {
  margin: 10px 0 20px 0;
}
.footer .f-block .forma ::-webkit-input-placeholder {
  color: #a2a2a2;
}
.footer .f-block .forma ::-moz-placeholder {
  color: #a2a2a2;
}
.footer .f-block .forma :-moz-placeholder {
  color: #a2a2a2;
}
.footer .f-block .forma :-ms-input-placeholder {
  color: #a2a2a2;
}
.footer .f-block .forma .inputblock {
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.footer .f-block .forma .inputblock .icon {
  margin: 0 11px 0 0;
}
.footer .f-block .forma input,
.footer .f-block .forma select,
.footer .f-block .forma textarea {
  color: #fff;
  width: 100%;
  background: none;
  outline: none;
  border: none;
}
.footer .f-block .forma input {
  height: 40px;
}
.footer .f-block .forma textarea {
  height: 100px;
  resize: none;
}
.footer .f-block .forma .order button {
  background: #032389;
  transition: 0.3s;
}
.footer .f-block .forma .order button:hover {
  background: #000;
}
.footer .f-block .f-bottom {
  text-align: center;
}
.footer .f-block .f-bottom p {
  font-size: 12px;
  color: #8e8e8e;
}
@media (max-width: 767px) {
  .footer .f-block {
    padding: 30px 20px 20px 20px;
  }
  .footer .f-block .logo img {
    width: 200px;
  }
  .footer .f-block .contacts .fb-block:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .footer .map {
    height: 300px !important;
  }
}
@media (max-width: 575px) {
  .footer .f-block .logo img {
    width: 100px;
  }
}
