@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
    padding: 55px 0 0 0;
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  position: relative;
}
.title {
  font-size: 42px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .title {
    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 {
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  min-height: 52px;
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #fff;
  background: none;
}
.order a:hover,
.order button:hover {
  background: #fff;
  color: #000 !important;
}
@media (max-width: 767px) {
  .order a,
  .order button {
    min-height: 45px;
  }
}
a,
button {
  transition: all 0.2s ease-in-out;
  color: #292929;
}
a:hover,
button:hover {
  color: #292929;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: none !important;
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
}
.form :-moz-placeholder {
  color: #999;
}
.form :-ms-input-placeholder {
  color: #999;
}
.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;
  font-size: 18px;
  background-color: #ededed;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #3d3d3d;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.form select {
  height: 60px;
}
.form textarea {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 16px;
  }
}
.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: 35px;
}
.humb {
  width: 40px;
  padding: 8px 7px;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #108cc2;
  transition: 0.3s;
}
.humb.active {
  background: none;
  top: 10px;
}
.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: #108cc2;
}
.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;
}
.header .h-top {
  padding: 5px 0;
}
.header .h-top .logo img {
  width: 57px;
}
.header .h-top form {
  position: relative;
}
.header .h-top form input {
  height: 34px;
  padding: 0 40px 0 20px;
  border-radius: 2px;
  border: 1px solid #c9c9c9;
  width: 100%;
}
.header .h-top form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
  padding: 0;
}
.header .h-top form button:hover {
  padding: 0.6;
}
.header .h-top .order a,
.header .h-top .order button {
  background: #12b7fe;
  width: 100%;
}
.header .h-top .order a:hover,
.header .h-top .order button:hover {
  background: #077bad;
  color: #fff !important;
}
.header .h-top .contacts a {
  text-decoration: none;
}
.header .h-top .contacts a:hover {
  color: #108cc2;
}
.header .h-bottom {
  background-color: #416ba4;
  z-index: 100;
}
.header .h-bottom.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .h-bottom .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.header .h-bottom .menu > li,
.header .h-bottom .menu > .nav-item {
  flex-grow: 1;
  width: 100%;
  position: initial;
}
.header .h-bottom .menu > li.righted .dropdown-menu,
.header .h-bottom .menu > .nav-item.righted .dropdown-menu {
  right: 0 !important;
  left: initial !important;
}
.header .h-bottom .menu > li.open > .nav-link:after,
.header .h-bottom .menu > li.open > a:after,
.header .h-bottom .menu > .nav-item.open > .nav-link:after,
.header .h-bottom .menu > .nav-item.open > a:after {
  transform: rotate(180deg);
}
.header .h-bottom .menu > li > .nav-link,
.header .h-bottom .menu > li > a,
.header .h-bottom .menu > .nav-item > .nav-link,
.header .h-bottom .menu > .nav-item > a {
  font-size: 18px;
  line-height: 65px;
  color: #ffffff;
  padding: 5px 15px;
  text-align: center;
}
.header .h-bottom .menu > li > .nav-link:hover,
.header .h-bottom .menu > li > .nav-link.active,
.header .h-bottom .menu > li > a:hover,
.header .h-bottom .menu > li > a.active,
.header .h-bottom .menu > .nav-item > .nav-link:hover,
.header .h-bottom .menu > .nav-item > .nav-link.active,
.header .h-bottom .menu > .nav-item > a:hover,
.header .h-bottom .menu > .nav-item > a.active {
  background: rgba(255,255,255,0.12941176470588);
}
.header .h-bottom .menu > li > .nav-link:after,
.header .h-bottom .menu > li > a:after,
.header .h-bottom .menu > .nav-item > .nav-link:after,
.header .h-bottom .menu > .nav-item > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #12b7fe transparent transparent transparent;
}
.header .h-bottom .menu > li .dropdown-menu,
.header .h-bottom .menu > .nav-item .dropdown-menu {
  min-width: 0;
  max-width: 100%;
  padding: 26px 63px 33px 32px;
  border: none;
  border-radius: 0;
  margin: 0;
  background: #ffffff;
}
.header .h-bottom .menu > li .dropdown-menu .row > div:not(:last-of-type),
.header .h-bottom .menu > .nav-item .dropdown-menu .row > div:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.header .h-bottom .menu > li .dropdown-menu .links div,
.header .h-bottom .menu > .nav-item .dropdown-menu .links div {
  margin-bottom: 10px;
  line-height: 1;
}
.header .h-bottom .menu > li .dropdown-menu .links div a,
.header .h-bottom .menu > .nav-item .dropdown-menu .links div a {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
  color: #353535;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
}
.header .h-bottom .menu > li .dropdown-menu .links div a:hover,
.header .h-bottom .menu > .nav-item .dropdown-menu .links div a:hover {
  border-color: #416ba4;
}
@media (max-width: 1199px) {
  .header .h-bottom {
    display: none;
  }
}
.main .slider {
  position: relative;
}
.main .slider .swiper-button div {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: url(../images/down-arrow.png) no-repeat center center / contain;
  width: 51px;
  height: 51px;
  transition: 0.3s;
}
.main .slider .swiper-button div:hover {
  opacity: 0.6;
}
.main .slider .swiper-button div:after {
  display: none;
}
.main .slider .swiper-button .main-next {
  right: 3%;
  transform: translateY(-50%) scale(-1,1);
}
.main .slider .swiper-button .main-prev {
  left: 3%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main .slider .swiper-button div {
    width: 40px;
    height: 40px;
  }
  .main .slider .swiper-button .main-next {
    right: 1%;
  }
  .main .slider .swiper-button .main-prev {
    left: 1%;
  }
}
.main .slider .swiper-pagination {
  bottom: 5%;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.main .slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  outline: none;
  background: #fff;
  border: 1px solid #00247d;
  opacity: 1;
}
.main .slider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 8px;
}
.main .slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #734bb0;
}
.main .slider .swiper-main {
  overflow: hidden;
  height: 650px;
}
.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: none;
}
.main .slider .swiper-main .swiper-slide .swiper-inner {
  opacity: 0;
  transform: translateX(100%);
  color: #fff;
  transition: 1s;
}
.main .slider .swiper-main .swiper-slide .swiper-inner .order a,
.main .slider .swiper-main .swiper-slide .swiper-inner .order button {
  max-width: 250px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .main .slider .swiper-main {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main .slider .swiper-main {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .main .slider .swiper-main {
    height: 370px;
  }
}
.lighting {
  padding: 60px 0 90px 0;
}
.lighting .container {
  max-width: 1860px;
}
.lighting .l-row {
  margin: 65px 0 0 0;
}
.lighting .l-row .row {
  margin: 0 -5px;
}
.lighting .l-row .row .l-outer {
  padding: 0 5px;
  margin: 5px 0;
}
.lighting .l-row.rectangle .l-block {
  min-height: 305px;
  text-decoration: none;
}
.lighting .l-row.rectangle .l-block:hover .title:before {
  right: -10px;
}
.lighting .l-row.rectangle .l-block a {
  text-decoration: none;
}
.lighting .l-row.rectangle .l-block .title {
  max-width: 400px;
}
.lighting .l-row.rectangle .l-block .title:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s;
}
.lighting .l-row.square .l-block {
  min-height: 355px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lighting .l-row.square .l-block:not(.big) {
  justify-content: space-between;
  flex-direction: column;
}
.lighting .l-row.square .l-block.big {
  align-items: center;
}
.lighting .l-block {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.lighting .l-block:not(.big):before,
.lighting .l-block:not(.big):after {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 50%;
  transition: 0.7s ease-in-out;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  opacity: 0;
}
.lighting .l-block:not(.big):before {
  left: 0;
  transform: translateX(-100%);
}
.lighting .l-block:not(.big):after {
  right: 0;
  transform: translateX(100%);
}
.lighting .l-block:not(.big):hover:before,
.lighting .l-block:not(.big):hover:after {
  transform: none;
  opacity: 1;
}
.lighting .l-block > div {
  position: relative;
  z-index: 2;
}
.lighting .l-block a {
  color: #fff;
}
.lighting .l-block.big {
  padding: 65px 30px 65px 80px;
  height: 100% !important;
}
.lighting .l-block.big:before {
  position: absolute;
  content: '';
  transition: 1s ease-in-out;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transform: scale(0);
  border: 7px solid rgba(255,255,255,0.43);
  opacity: 0;
}
.lighting .l-block.big:hover {
  filter: grayscale(0.7);
  transition-delay: 0.5s;
}
.lighting .l-block.big:hover:before {
  transform: scale(5);
  opacity: 1;
}
.lighting .l-block .l-inn .for-title .title:not(:last-of-type) {
  margin-bottom: 20px;
}
.lighting .l-block .l-inn .text {
  margin: 35px 0 60px 0;
}
.lighting .l-block .link {
  position: relative;
  padding: 0 0 0 15px;
}
.lighting .l-block .link:hover:before {
  opacity: 1;
}
.lighting .l-block .link:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 0;
  transition: 0.3s;
}
.lighting .l-block .link:not(:last-of-type) {
  margin-bottom: 5px;
}
.lighting .l-block .link a {
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .lighting {
    font-size: 16px;
  }
  .lighting .title {
    font-size: 38px;
  }
  .lighting .l-block {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lighting {
    font-size: 14px;
  }
  .lighting .l-block {
    padding: 30px;
    min-height: 295px !important;
  }
  .lighting .l-block .title {
    font-size: 30px;
  }
  .lighting .l-block.big {
    padding: 45px 20px 45px 30px;
  }
}
@media (max-width: 767px) {
  .lighting {
    padding: 40px 0 50px 0;
  }
  .lighting .l-row {
    margin: 40px 0 0 0;
  }
  .lighting .l-block {
    min-height: 260px !important;
    padding: 30px !important;
  }
  .lighting .l-block .link {
    padding: 0;
  }
}
.footer {
  padding: 50px 0 70px 0;
  color: #fff;
  background: #3fa0ca;
}
.footer a {
  color: #fff;
}
.footer .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .social a {
  text-decoration: none;
}
.footer .social a:hover {
  opacity: 0.6;
}
.footer .social a:not(:last-of-type) {
  margin-right: 10px;
}
.footer .f-2 .order a,
.footer .f-2 .order button {
  background: #12b7fe;
  width: 100%;
  border: none;
}
.footer .f-2 .order a:hover,
.footer .f-2 .order button:hover {
  background: #077bad;
  color: #fff !important;
}
.footer .f-2 .links {
  column-count: 2;
}
.footer .f-2 .links .link:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer .f-2 .links {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575px) {
  .footer .f-2 .links {
    column-count: 1;
  }
  .footer .contacts {
    margin: 20px 0;
  }
}
