@font-face {
  font-family: M-bold;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: M-semibold;
  src: url("../fonts/Montserrat-Semibold.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: M-light;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: M-medium;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: M-regular;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400; }
* {
  letter-spacing: normal;
  line-height: normal; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px; }

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
.icon-shake:hover img {
  -webkit-animation: bounce10 .5s linear infinite;
  animation: bounce10 .5s linear infinite; }
.icon-shake:hover svg {
  -webkit-animation: bounce10 .5s linear infinite;
  animation: bounce10 .5s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotation-effect:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s; }

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .prevent-shaking-animation:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3); }

.prevent-shaking-animation-noshadow {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .prevent-shaking-animation-noshadow:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }

.selectric-wrapper {
  font-size: 14px !important;
  padding-bottom: 0px !important; }
  .selectric-wrapper div {
    padding-bottom: 0px !important;
    padding-right: 0px !important; }
  .selectric-wrapper ul {
    margin: 0 auto !important;
    width: 100%; }
    .selectric-wrapper ul .selected {
      width: 100% !important;
      color: #fff !important;
      background-color: #000 !important;
      text-align: left; }
    .selectric-wrapper ul li {
      padding: 5px 25px !important;
      text-align: left !important; }
      .selectric-wrapper ul li:hover {
        background-color: #000 !important;
        color: #fff !important; }
  .selectric-wrapper .selected {
    background-color: #fff !important;
    width: auto !important;
    text-align: left !important; }

.selectric {
  margin-top: 0px;
  padding-bottom: 0px;
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent;
  background-image: url("../../images/icons/arrow-dd.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) calc(52% - 0px);
  background-size: 12px auto;
  position: relative;
  text-align: left !important;
  align-items: center !important;
  max-width: 100% !important;
  height: 20px !important; }
  .selectric .label {
    padding: 1px 25px !important;
    margin: 0;
    height: auto;
    font-family: sourceSansPro-regular;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase; }
  .selectric .button {
    display: none; }

.selectric-items {
  background-color: #fff;
  border: none;
  border: 3px solid #E6E6E6 !important;
  width: 100% !important;
  overflow: hidden;
  left: 0px;
  border-radius: 0px;
  align-items: center !important; }
  .selectric-items li {
    font-size: 20px;
    color: #000;
    font-family: sourceSansPro-regular !important;
    transition: all 0.2s linear;
    background-color: #fff;
    padding: 0px !important;
    text-align: center !important;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center; }
  .selectric-items .selectric-scroll {
    max-height: 200px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar {
      height: 5px;
      width: 10px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-track {
      background-color: transparent; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 0px; }

.selectric-open .selectric {
  border-radius: 5px 5px 0 0 !important; }
.selectric-open .selectric-items {
  border-top: 0px !important;
  border-radius: 0 0 5px 5px  !important;
  width: calc(100% + 0px ) !important; }

.selectric-items li:nth-of-type(1) {
  display: none; }

@media screen and (max-width: 900px) {
  .selectric {
    padding: 0px 5px !important; }
    .selectric label {
      padding: 0px 14px !important; } }
@-webkit-keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@use 'helper';
#wpadminbar {
  display: none !important; }

html, body {
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  width: 100% !important;
  font-family: M-regular;
  font-size: 16px;
  background-color: #F2F6FA; }

.seo-h1 {
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0; }

textarea:focus, input:focus {
  outline: none; }

html {
  scroll-behavior: smooth; }

.content-wrapper {
  width: 100%;
  max-width: 1490px;
  padding: 0px 20px;
  margin: 0 auto; }

.padding {
  padding-top: 117px; }
  @media screen and (max-width: 1153px) {
    .padding {
      padding-top: 107px; } }
  @media screen and (max-width: 767px) {
    .padding {
      padding-top: 80px; } }

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }

.default-page-min-height {
  min-height: calc(100vh - 260px); }

.default-page-min-height-small {
  min-height: calc(100vh - 380px); }

p {
  margin-bottom: 0px; }

a > p {
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }

img {
  object-fit: cover; }

.contain {
  object-fit: contain; }

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% + 14px);
  left: auto;
  right: calc(100% - 295px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite; }

.transition-default {
  transition: all .2s linear; }
  .transition-default:hover {
    transition: all .2s linear; }

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.wysiwyg-style .alignright {
  float: right !important;
  width: 40% !important;
  margin-left: 55px; }
.wysiwyg-style .alignleft {
  float: left !important;
  width: 40% !important;
  margin-right: 55px; }
.wysiwyg-style > img {
  width: 100%;
  height: auto;
  max-height: 589px;
  object-fit: cover;
  margin-bottom: 40px; }
.wysiwyg-style > p {
  color: #383838;
  font-family: M-regular;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 26px; }
  .wysiwyg-style > p:last-of-type {
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .wysiwyg-style > p {
      margin-bottom: 25px; } }
  .wysiwyg-style > p strong {
    font-family: M-bold; }
  .wysiwyg-style > p a:not(.default-button) {
    font-family: M-bold;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: relative;
    color: #383838; }
    .wysiwyg-style > p a:not(.default-button):hover:before, .wysiwyg-style > p a:not(.default-button):hover:after {
      width: 100%;
      opacity: 1; }
    .wysiwyg-style > p a:not(.default-button):after {
      left: 0;
      background-color: #383838; }
    .wysiwyg-style > p a:not(.default-button):before, .wysiwyg-style > p a:not(.default-button):after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 0;
      height: 1px;
      margin: 5px 0 0;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      backface-visibility: hidden; }
    .wysiwyg-style > p a:not(.default-button):hover {
      color: #383838;
      text-decoration: none; }
  .wysiwyg-style > p img {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    margin-bottom: 10px; }
.wysiwyg-style > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }
  .wysiwyg-style > ul li {
    font-family: M-regular;
    color: #383838;
    font-size: 16px;
    line-height: 36px;
    display: table;
    position: relative;
    padding-left: 21px;
    background-image: url("../../images/icons/list-icon.svg");
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 1px 17px; }
    .wysiwyg-style > ul li strong, .wysiwyg-style > ul li a {
      font-family: M-bold; }
.wysiwyg-style > h2, .wysiwyg-style > h3 {
  color: #383838;
  transition: all .2s linear; }
  .wysiwyg-style > h2 a, .wysiwyg-style > h3 a {
    font-family: M-bold; }
    .wysiwyg-style > h2 a:hover, .wysiwyg-style > h3 a:hover {
      color: #383838; }
.wysiwyg-style > h2 {
  color: #383838;
  font-family: M-regular;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px; }
.wysiwyg-style > h3 {
  color: #383838;
  font-family: M-bold;
  font-size: 25px;
  letter-spacing: normal;
  line-height: 35px;
  margin-bottom: 5px; }
.wysiwyg-style > h4 {
  font-family: M-regular;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: normal;
  color: #383838;
  margin-bottom: 25px; }
.wysiwyg-style > p + ul {
  margin-top: 20px; }
.wysiwyg-style > h2 + ul {
  margin-top: -10px; }
.wysiwyg-style .wysiwyg-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto 45px; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar {
    height: 5px; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-track {
    background-color: transparent; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #383838;
    border-radius: 0px; }
  .wysiwyg-style .wysiwyg-table-wrapper table {
    margin: 0; }
@media screen and (max-width: 1024px) {
  .wysiwyg-style > ul li, .wysiwyg-style p {
    font-size: 16px;
    line-height: 30px; } }
@media screen and (max-width: 767px) {
  .wysiwyg-style .alignright {
    width: 100% !important;
    float: unset !important;
    margin-left: 0px;
    max-height: 400px; }
  .wysiwyg-style .alignleft {
    width: 100% !important;
    float: unset !important;
    margin-right: 0px;
    max-height: 400px; } }

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px; }
  .video-wysiwyg:before {
    content: "";
    display: block;
    padding-top: 56.5%; }
  .video-wysiwyg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 40px) / 3.001);
  margin: 0px 10px 10px;
  transition: all .2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
    margin: 0px 10px 10px 0 !important; }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
    margin: 0px 0px 10px 10px !important; }
  .wysiwyg-gallery .single-gallery-element:before {
    content: "";
    display: block;
    padding-top: 88%; }
  .wysiwyg-gallery .single-gallery-element .gallery-image, .wysiwyg-gallery .single-gallery-element .darkness-effect {
    top: 0;
    left: 0;
    object-fit: cover; }
  .wysiwyg-gallery .single-gallery-element .gallery-image {
    max-height: 289px;
    max-width: 100%; }
  .wysiwyg-gallery .single-gallery-element .darkness-effect {
    background-color: #000;
    opacity: 62%;
    max-height: 289px !important; }
  .wysiwyg-gallery .single-gallery-element .number-additional {
    bottom: 18px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    font-family: M-bold; }
  .wysiwyg-gallery .single-gallery-element:hover {
    transition: all .2s linear;
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }

.main-title {
  color: #000;
  font-family: bM-regular;
  font-size: 58px;
  margin-bottom: 67px;
  line-height: 71px;
  letter-spacing: 0px; }
  @media screen and (max-width: 767px) {
    .main-title {
      font-size: 28px !important;
      line-height: 33px !important;
      margin: 0 auto 29px auto; } }

.main-title-h2 {
  font-family: M-light;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .main-title-h2 {
      font-size: 24px;
      line-height: 28px; } }

.blue-gradient-bg {
  background: transparent linear-gradient(270deg, #3672DD 0%, #2E4C81 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF !important; }
  .blue-gradient-bg .wysiwyg-style * {
    color: #FFFFFF !important; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 45%;
  display: block;
  content: ''; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 950px) {
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 60px) / 4.001);
    margin: 0 20px 20px 0; }

  .video-wysiwyg {
    margin-top: 20px;
    margin-bottom: 20px; }

  .wysiwyg-gallery {
    margin: 15px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: start !important; }
    .wysiwyg-gallery .single-gallery-element {
      margin: 0px 20px 20px 0px; }
      .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
        margin: 0px 20px 20px 0px !important; }
      .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
        margin: 0px 0px 20px 0px !important; } }
@media screen and (max-width: 650px) and (min-width: 100px) {
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 20px) / 2.001) !important;
    margin: 0 20px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
      margin: 0px 0 20px 0 !important; } }
@media screen and (max-width: 500px) and (min-width: 100px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100% !important;
    margin: 0 0 20px !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
      margin: 0px 0px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
      margin: 0px 0 20px 0px !important; } }
@media screen and (min-width: 1224px) {
  .gallery .images-wrapper .single-image {
    width: calc((100% - 120px) / 4.001);
    margin: 0px 40px 37px 0; } }
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .gallery .images-wrapper .element-image {
    margin-bottom: 26px; } }
@media screen and (max-width: 767px) and (min-width: 576px) {
  .gallery .images-wrapper .single-image {
    width: 100%;
    margin: 0 30px 30px 0; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .default-page-min-height {
    min-height: calc(100vh - 443px - 100px); }

  .wysiwyg-style > p {
    font-size: 16px;
    line-height: 26px; }
    .wysiwyg-style > p strong {
      font-size: 16px;
      line-height: 26px; }
  .wysiwyg-style > img {
    margin-bottom: 30px; }
  .wysiwyg-style > p {
    font-size: 14px;
    margin-bottom: 20px; }
    .wysiwyg-style > p img {
      margin-bottom: 10px; }
  .wysiwyg-style > ul {
    margin-bottom: 20px; }
    .wysiwyg-style > ul li {
      line-height: 25px;
      background-position: 0 7px; }
  .wysiwyg-style > h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px; }
  .wysiwyg-style > h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px; }
  .wysiwyg-style > p + ul {
    margin-top: -20px; }
  .wysiwyg-style .wysiwyg-table-wrapper {
    margin: 0 auto 30px; } }
.date-created-post {
  font-family: M-regular;
  font-size: 18px;
  line-height: 23px;
  color: #383838;
  opacity: 54%;
  float: right;
  margin-top: 12px; }

.green-title {
  color: #00923F; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important; }

.white {
  color: #fff; }

.normal-arrow {
  pointer-events: none !important; }

.title-wrapper-inner {
  padding: 30px 0px; }
  .title-wrapper-inner .main-title-h2 {
    margin-bottom: 20px; }

.cookie-info {
  padding: 5px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff;
  border-top: 1px solid #000000;
  text-align: center; }
  .cookie-info .btn {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 20px;
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    text-align: center;
    max-width: 100%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .cookie-info .btn:hover {
      background-color: #033833;
      color: #fff;
      border: 1px solid #033833; }
  .cookie-info .btn.xs {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 7px; }

.hide-elem {
  display: none !important; }

.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center; }
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
.image-modal-window .modal-dialog {
  max-width: 1500px;
  background-color: transparent;
  margin: 0; }
  .image-modal-window .modal-dialog .modal-content {
    background-color: transparent;
    border: none !important;
    padding: 0; }
    .image-modal-window .modal-dialog .modal-content .align-modal-helper {
      padding: 15px !important;
      height: 100%; }
    .image-modal-window .modal-dialog .modal-content .gallery-slide-description {
      font-size: 16px;
      max-height: 72px;
      padding: 0 15px;
      margin: 7.5px 0;
      color: #fff; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar {
        width: 5px; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-track {
        background-color: transparent; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-thumb {
        background-color: #1d1815; }
    .image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
      max-height: 80vh;
      max-width: 100%;
      padding: 7.5px;
      object-fit: contain;
      background-color: transparent; }
    .image-modal-window .modal-dialog .modal-content .slide-image {
      width: auto;
      height: auto;
      padding: 0; }
    .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
      width: 100%;
      height: 800px; }
      .image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
        width: 100%;
        height: 100%; }
    .image-modal-window .modal-dialog .modal-content .carousel-inner {
      background-color: transparent !important; }
    .image-modal-window .modal-dialog .modal-content .carousel-item {
      background-color: transparent !important; }
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #1d1815;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all .2s linear; }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 1;
    transition: all .2s linear; }
.image-modal-window .carousel-control-prev {
  margin-left: 10px; }
.image-modal-window .carousel-control-next {
  margin-right: 10px; }
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #1d1815;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff; }
  .image-modal-window .modal-cross img {
    width: 20px !important;
    height: 20px !important; }
  .image-modal-window .modal-cross:hover {
    opacity: 1; }
  .image-modal-window .modal-cross:focus {
    outline: none; }

.modal-backdrop {
  opacity: .8 !important; }

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .image-modal-window .align-modal-helper {
    padding: 0 !important; } }
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .image-modal-window .modal-dialog .modal-content img {
    padding: 0; }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75; }
    .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
      opacity: 0.75; }
    .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
      opacity: 0.75; }
  .image-modal-window .modal-cross {
    opacity: 1; }
    .image-modal-window .modal-cross:hover {
      opacity: 1; }
    .image-modal-window .modal-cross:focus {
      opacity: 1; } }
a {
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:focus {
    outline: none; }
  a:before, a:after {
    transition: all .2s linear; }

button, button:focus {
  border: none !important;
  outline: none !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

input, textarea, button {
  transition: all .2s linear; }
  input:focus, textarea:focus, button:focus {
    outline: none; }

a, button {
  outline: none !important; }

a, button, input[type="submit"] input[type="button"] {
  cursor: pointer !important; }

input:focus {
  cursor: text; }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  margin-right: 10px;
  padding: 14px 56px;
  min-height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-family: M-bold;
  color: #fff;
  background-color: #4C9DED;
  border: 1px solid #4C9DED; }
  .button:last-of-type {
    margin-right: 0px; }
  .button:hover {
    background-color: #4C9DED;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 12px 23px;
      line-height: 21px; } }

.body-home-class {
  height: auto !important; }

.mobile-header-wrapper {
  max-height: 120px;
  height: 100%;
  padding: 0px 20px; }

.blu-theme {
  background: #00B0F2; }

.content-wrapper-blue {
  width: 100%;
  max-width: 1490px; }

.blue-line-wrapper {
  width: 38.85416%;
  margin-right: 0px;
  margin-left: auto; }

.nav-line {
  bottom: 0px;
  left: 0;
  width: 100vw;
  height: 0px; }
  .nav-line .nav-line-line {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
    background-color: #00B0F2;
    height: 46px;
    color: #fff;
    margin-left: auto; }
    .nav-line .nav-line-line .content-blue-line {
      justify-content: flex-end;
      width: 100%;
      max-width: 548px;
      padding-right: 20px;
      padding-left: 70px;
      height: 46px;
      font-size: 14px;
      line-height: 24px; }
      .nav-line .nav-line-line .content-blue-line * {
        color: #fff; }
      .nav-line .nav-line-line .content-blue-line a {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 30px; }
        .nav-line .nav-line-line .content-blue-line a span {
          position: relative; }
          .nav-line .nav-line-line .content-blue-line a span:hover:before, .nav-line .nav-line-line .content-blue-line a span:hover:after {
            width: 100%;
            opacity: 1; }
          .nav-line .nav-line-line .content-blue-line a span:after {
            left: 0;
            background-color: #fff; }
          .nav-line .nav-line-line .content-blue-line a span:before, .nav-line .nav-line-line .content-blue-line a span:after {
            content: "";
            position: absolute;
            bottom: 0px;
            width: 0;
            height: 1px;
            margin: 5px 0 0;
            transition: all 0.4s ease-in-out;
            opacity: 0;
            backface-visibility: hidden; }
        .nav-line .nav-line-line .content-blue-line a:not(:last-of-type) {
          margin-right: 20px; }
        .nav-line .nav-line-line .content-blue-line a img {
          position: absolute;
          height: 18px;
          width: 20px;
          object-fit: contain;
          left: 0px; }

.top-blue-ln {
  position: fixed;
  margin-left: auto;
  z-index: 1;
  width: 100vw;
  margin-left: auto; }

.desktop-menu {
  margin: 0 auto; }

.body-home-class .navbar-header {
  background-color: transparent; }

.languages-desktop {
  margin-left: 50px; }
  .languages-desktop a:not(:first-of-type) {
    margin-left: 5px; }
  .languages-desktop a img {
    height: 11px;
    object-fit: contain;
    max-width: 28px; }

.main-info-desktop {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  padding: 0px;
  margin-top: 0px; }
  .main-info-desktop .logo {
    padding-top: 10px;
    padding-bottom: 10px; }
    .main-info-desktop .logo a {
      z-index: 999999999;
      overflow: visible;
      max-width: 344px;
      max-height: 135px;
      -moz-transition: all linear 0.4s;
      -o-transition: all linear 0.4s;
      -webkit-transition: all linear 0.4s;
      transition: all linear 0.4s; }
      .main-info-desktop .logo a img {
        -moz-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -webkit-transition: all linear 0.4s;
        transition: all linear 0.4s;
        max-width: 344px;
        height: auto;
        max-height: 135px;
        object-fit: contain; }

.navbar {
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-default.blur {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); }

.navbar-header {
  box-shadow: 0px 5px 10px #0000001A;
  background-color: rgba(37, 43, 49, 0.75);
  width: 100%;
  display: flex;
  position: fixed !important;
  top: 0px;
  left: 0px;
  justify-content: center;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  min-height: 80px; }
  .navbar-header .menu {
    width: 100%;
    display: flex;
    align-items: center; }
    .navbar-header .menu ul {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 0px;
      padding-left: 0px;
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .navbar-header .menu ul li {
        padding: 10px 30px 10px 10px;
        text-wrap: none;
        max-width: 250px;
        overflow-x: clip;
        text-overflow: ellipsis;
        display: flex;
        align-items: center; }
        .navbar-header .menu ul li:last-of-type {
          padding: 10px 0px 10px 10px; }
        .navbar-header .menu ul li a {
          font-family: M-bold;
          color: #fff;
          font-size: 18px;
          line-height: 22px;
          font-style: normal;
          position: relative;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .navbar-header .menu ul li a:hover:before, .navbar-header .menu ul li a:hover:after {
            width: 100%;
            opacity: 1; }
          .navbar-header .menu ul li a:after {
            left: 0;
            background-color: #fff; }
          .navbar-header .menu ul li a:before, .navbar-header .menu ul li a:after {
            content: "";
            position: absolute;
            bottom: 0px;
            width: 0;
            height: 1px;
            margin: 5px 0 0;
            transition: all 0.4s ease-in-out;
            opacity: 0;
            backface-visibility: hidden; }

.navbar-scroll {
  max-height: 147px;
  box-shadow: 0px 5px 10px #0000001A; }
  .navbar-scroll .navbar-header {
    top: 0px; }

.header-content {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  height: 100%; }

.burger {
  height: 50px !important;
  width: 75px;
  border: none;
  background-color: transparent;
  position: relative; }
  .burger:focus {
    outline: none; }
  .burger .wrapper {
    width: 25px; }
    .burger .wrapper .line {
      border-radius: 0px;
      left: 0;
      top: 0;
      height: 2px;
      width: 18px;
      margin-bottom: 10px;
      background-color: #fff; }
      .burger .wrapper .line:nth-child(1) {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg);
        transition: all 0.2s linear; }
      .burger .wrapper .line:nth-child(3) {
        transform: rotate(-140deg);
        -webkit-transform: rotate(-140deg);
        transition: all 0.2s linear; }
      .burger .wrapper .line:nth-child(2) {
        width: 0;
        margin: 0 auto 10px; }
      .burger .wrapper .line:last-child {
        margin-bottom: 0; }

.mob-burger {
  margin: 0 0 0 10px; }
  .mob-burger .collapsed .line {
    position: static !important;
    border-radius: 5px !important; }
    .mob-burger .collapsed .line:nth-child(1) {
      margin-left: 7px;
      transform: rotate(0deg) !important;
      -webkit-transform: rotate(0deg) !important;
      transition: all 0.2s linear !important;
      width: 18px !important;
      margin-bottom: 7px !important; }
    .mob-burger .collapsed .line:nth-child(3) {
      transform: rotate(0deg) !important;
      -webkit-transform: rotate(0deg) !important;
      transition: all 0.2s linear !important;
      width: 18px !important; }
    .mob-burger .collapsed .line:nth-child(2) {
      width: 18px !important;
      transition: all 0.2s linear !important;
      margin-left: 2.5px; }
  .mob-burger .burger {
    height: 67px !important;
    width: 18px;
    border: none;
    background-color: transparent;
    position: relative; }
    .mob-burger .burger:focus {
      outline: none; }
    .mob-burger .burger .wrapper {
      width: 18px; }
      .mob-burger .burger .wrapper .line {
        border-radius: 5px;
        left: 0;
        top: 0;
        height: 2px;
        width: 18px;
        margin-bottom: 3px;
        background-color: #fff; }
        .mob-burger .burger .wrapper .line:nth-child(1) {
          transform: rotate(140deg);
          -webkit-transform: rotate(140deg);
          transition: all 0.2s linear; }
        .mob-burger .burger .wrapper .line:nth-child(3) {
          transform: rotate(-140deg);
          -webkit-transform: rotate(-140deg);
          transition: all 0.2s linear; }
        .mob-burger .burger .wrapper .line:nth-child(2) {
          width: 0;
          margin: 0 auto 7px;
          margin-left: 2.5px; }
        .mob-burger .burger .wrapper .line:last-child {
          margin-bottom: 0; }

@media screen and (max-width: 1700px) and (min-width: 768px) {
  .navbar-header .menu .ul-wrapper ul {
    margin-left: 0px;
    margin-right: 00px; }
    .navbar-header .menu .ul-wrapper ul li {
      padding: 10px 10px 10px 10px; } }
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .blue-line-wrapper {
    width: 60%; }

  .nav-line .nav-line-line .content-blue-line {
    max-width: 480px; } }
@media screen and (max-width: 767px) {
  .content-blue-line a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: M-bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px; }
    .content-blue-line a img {
      position: absolute;
      left: 0px; } }
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .navbar-scroll, .navbar-header {
    top: 0px; }
    .navbar-scroll .menu ul li, .navbar-header .menu ul li {
      padding: 10px 8px; } }
@media screen and (max-width: 1153px) and (min-width: 767px) {
  .navbar-header .menu .ul-wrapper ul {
    margin-left: 0px;
    margin-right: 0px; }
    .navbar-header .menu .ul-wrapper ul li {
      padding: 5px 5px 5px 5px; } }
@media screen and (max-width: 975px) and (min-width: 768px) {
  .languages-desktop {
    margin-left: 10px; }

  .navbar-header .menu ul li a {
    font-size: 16px; } }
@media screen and (max-width: 767px) and (min-width: 1171px) {
  .navbar-header .menu ul li {
    margin: 10px; } }
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .navbar-scroll .menu, .navbar-header .menu {
    justify-content: start; }
    .navbar-scroll .menu ul, .navbar-header .menu ul {
      padding-left: 0px;
      margin-right: 10px; } }
@media screen and (min-width: 768px) {
  .navbar-header .header {
    display: block !important; }
  .navbar-header .mobile-header-wrapper {
    display: none !important; }

  .mobile-wrapper .menu {
    display: none; } }
@media screen and (max-width: 767px) {
  .header .logo {
    display: none !important; }

  .mobile-logo-main {
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    margin-right: auto;
    overflow: visible;
    padding-right: 20px;
    z-index: 99999; }
    .mobile-logo-main img {
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s;
      transition: all linear 0.2s;
      width: 100%;
      height: auto;
      max-width: 174px;
      max-height: 69px;
      object-fit: contain; }

  .mobile-menu-hidden {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important; }

  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0; }

  .mobile-wrapper {
    width: 100%;
    max-width: 100%;
    height: 9999vh;
    top: 0;
    right: 0;
    z-index: 99999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    overflow: auto;
    overflow-x: hidden; }

  .mobile-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 43, 49, 0.75);
    top: 0;
    left: 0;
    position: fixed !important; }

  .mobile-wrapper .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    margin-top: 80px; }
    .mobile-wrapper .menu ul:not(.languages ul) {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0; }
      .mobile-wrapper .menu ul:not(.languages ul) li {
        max-width: 520px;
        white-space: pre-wrap;
        padding: 0px;
        align-items: center;
        display: flex; }
        .mobile-wrapper .menu ul:not(.languages ul) li a {
          font-family: M-bold;
          font-size: 19px;
          max-width: 520px;
          color: #fff;
          line-height: normal;
          margin-bottom: 30px;
          font-style: normal;
          letter-spacing: normal;
          white-space: pre-wrap;
          text-align: center; }

  .mob-burger .burger {
    height: 60px !important;
    width: 36px;
    z-index: 99999; } }
@media screen and (max-width: 767px) {
  .navbar-header {
    padding-top: 0px; } }
@media screen and (max-width: 767px) {
  .modal-open-special {
    overflow: hidden !important; }

  .navbar-header {
    padding-bottom: 0px; }

  .languages a:not(:last-of-type) {
    margin-right: 20px; } }
@media screen and (max-width: 350px) {
  .mobile-wrapper .menu ul li a {
    font-size: 16px; } }
.body-home-class .top-navbar {
  height: 0px; }
  .body-home-class .top-navbar .navbar-header {
    background-color: transparent; }

@media screen and (max-width: 300px) {
  .mobile-wrapper .menu ul:not(.languages ul) {
    padding-left: 0px; }

  .extra-info-mobile {
    padding-left: 10px; } }
.navbar-header .menu ul li {
  position: relative; }

.navbar-header .menu ul li {
  overflow-y: hidden;
  transition: all 0.4s ease-in; }

.navbar-header .menu ul li:hover {
  overflow: visible; }

.navbar-header .menu ul li:hover .sub-menu {
  overflow: visible;
  opacity: 1; }

.navbar-header .menu ul li .sub-menu:hover {
  max-height: 1000px; }

.selectric-wrapper {
  font-size: 16px !important;
  padding-bottom: 0px !important; }
  .selectric-wrapper div {
    padding-bottom: 0px !important;
    padding-right: 0px !important; }
  .selectric-wrapper ul {
    margin: 0 auto !important;
    width: 100%; }
    .selectric-wrapper ul .selected {
      display: none !important;
      width: 100% !important;
      color: #000 !important;
      background-color: rgba(255, 255, 255, 0.5) !important;
      text-align: left; }
    .selectric-wrapper ul li {
      padding: 5px 15px 5px 15px !important;
      text-align: left !important; }
      .selectric-wrapper ul li:hover {
        background-color: rgba(255, 255, 255, 0.5) !important;
        color: #000 !important; }
  .selectric-wrapper .selected {
    display: none !important;
    background-color: #fff !important;
    width: auto !important;
    text-align: left !important;
    font-family: M-semibold !important; }

.selectric {
  margin-top: 0px;
  padding-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: relative;
  text-align: left !important;
  align-items: center !important;
  width: 100% !important;
  height: 34px !important;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) calc(50% - 0px);
  background-size: 15px auto; }
  .selectric .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    padding: 5px 15px 5px 15px !important;
    margin: 0;
    line-height: normal;
    height: auto;
    font-family: M-semibold !important;
    color: #fff !important;
    font-size: 18px; }
  .selectric .button {
    display: none !important; }

.selectric-open .selectric {
  border-radius: 5px 5px 0 0 !important; }
.selectric-open .selectric-items {
  border-top: 0px !important;
  border-radius: 0 0 5px 5px !important;
  width: 100% !important; }

.selectric-items {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  width: 100% !important;
  overflow: hidden;
  border-radius: 22px;
  width: auto !important;
  align-items: center !important; }
  .selectric-items li {
    font-size: 16px;
    color: #fff;
    font-family: M-semibold !important;
    transition: all 0.2s linear;
    background-color: #000000;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center !important;
    width: 100%; }
  .selectric-items .selectric-scroll {
    max-height: 200px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar {
      height: 5px;
      width: 10px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-track {
      background-color: transparent; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
      background-color: #000 !important;
      border-radius: 5px; }

.margin-top-blue-line {
  margin-top: 46px; }

.show-desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .show-desktop {
    display: flex !important; } }
.inner-page {
  margin-top: 112px; }
  @media screen and (max-width: 767px) {
    .inner-page {
      margin-top: 60px; } }

.footer .footer-blue {
  background-color: #4C9DED;
  padding: 20px 0px; }
  .footer .footer-blue * {
    color: #fff;
    font-family: M-regular;
    font-size: 16px;
    line-height: 28px; }
  .footer .footer-blue a:hover {
    color: #fff; }
  .footer .footer-blue .icons-soc img {
    width: 20px;
    height: 20px;
    object-fit: contain; }
  .footer .footer-blue .icons-soc a {
    margin-bottom: 20px; }
    .footer .footer-blue .icons-soc a:not(:last-of-type) {
      margin-right: 10px; }
  .footer .footer-blue .soc-footer p {
    margin-bottom: 20px; }
  .footer .footer-blue .footer-logo {
    margin-right: 20px; }
    .footer .footer-blue .footer-logo img {
      min-width: 80px;
      width: 100%;
      max-width: 282px;
      height: 111px;
      object-fit: contain; }
  .footer .footer-blue .requisites-footer {
    width: 100%;
    max-width: 600px;
    margin-right: 20px; }
    .footer .footer-blue .requisites-footer ul {
      padding: 0px;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0px; }
      .footer .footer-blue .requisites-footer ul li {
        width: calc((100% - 30px) / 2);
        margin: 0px 30px 20px 0px; }
        .footer .footer-blue .requisites-footer ul li:nth-of-type(2n) {
          margin: 0px 0px 20px 0px; }
  .footer .footer-blue .soc-footer, .footer .footer-blue .requisites-footer {
    margin-bottom: -20px; }
.footer .footer-white {
  padding: 20px 0px; }
  .footer .footer-white .footer-copyright {
    display: flex;
    align-items: center; }
    .footer .footer-white .footer-copyright a {
      margin-left: 3px; }
    .footer .footer-white .footer-copyright * {
      font-family: M-medium;
      font-size: 16px;
      line-height: 28px;
      color: #3E3E3F;
      text-align: center; }
@media screen and (max-width: 1000px) {
  .footer .mobile-wrap {
    flex-wrap: wrap; }
  .footer .footer-logo {
    width: 100%;
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .footer .soc-footer {
    align-items: center !important; }
  .footer .mobile-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .footer .footer-logo {
    width: unset; }
  .footer .footer-blue .soc-footer p {
    margin-bottom: 10px; }
  .footer .footer-blue .requisites-footer {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    flex-wrap: wrap; }
    .footer .footer-blue .requisites-footer a {
      margin-bottom: 10px; }
    .footer .footer-blue .requisites-footer ul li {
      width: 100%; }
      .footer .footer-blue .requisites-footer ul li:not(:last-of-type) {
        margin: 0px 0px 20px 0px; }
      .footer .footer-blue .requisites-footer ul li:last-of-type {
        margin-bottom: 0px; }
  .footer .footer-blue .soc-footer, .footer .footer-blue .requisites-footer {
    margin-bottom: 0px; }
  .footer .footer-copyright {
    display: flex;
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .footer .bck-top {
    display: none !important; }
  .footer .footer-white {
    padding: 10px 0px; }
    .footer .footer-white .footer-copyright .developed-by {
      display: inline-flex;
      align-items: center;
      width: 100%;
      max-width: 140px;
      margin: 0 auto; }
      .footer .footer-white .footer-copyright .developed-by a {
        margin-left: 0px; }
        .footer .footer-white .footer-copyright .developed-by a svg {
          width: 80%; }
    .footer .footer-white .footer-copyright * {
      font-size: 12px; } }

single-Product-style.scss.gallery-images-wrapper {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  single-Product-style.scss.gallery-images-wrapper .single-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto; }
  @media screen and (min-width: 601px) {
    single-Product-style.scss.gallery-images-wrapper .single-gallery-image:nth-of-type(4) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 4; }
    single-Product-style.scss.gallery-images-wrapper .single-gallery-image:nth-of-type(8) {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 4;
      grid-row-end: 4;
      height: 100%;
      max-height: 230px; }
    single-Product-style.scss.gallery-images-wrapper .single-gallery-image:nth-of-type(7) {
      max-height: 230px; } }

@media screen and (max-width: 1024px) {
  .d-flex-wrapper-gallery {
    flex-direction: column; } }
@media screen and (max-width: 600px) {
  .gallery-images-wrapper {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 20px; }
    .gallery-images-wrapper .single-gallery-image:nth-last-of-type(1) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 4;
      grid-row-end: 4; }
    .gallery-images-wrapper .single-gallery-image:nth-last-of-type(2) {
      grid-column-start: 1;
      grid-column-end: 3; } }
@media screen and (max-width: 450px) {
  .gallery-images-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 0px; }
    .gallery-images-wrapper .single-gallery-image {
      margin-bottom: 20px; }
      .gallery-images-wrapper .single-gallery-image img {
        max-height: 350px; } }
.small-gallery .single-gallery-image:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2; }
.small-gallery .single-gallery-image:nth-of-type(8) {
  max-height: unset; }
.small-gallery .single-gallery-image:nth-of-type(7) {
  max-height: unset; }

.title-wrap-product {
  border-bottom: 1px solid #36322E;
  padding: 5px 0px;
  margin-bottom: 25px; }
  .title-wrap-product span {
    color: #36322E;
    font-family: rubik-medium;
    font-size: 22px;
    line-height: 27px; }

.single-product {
  width: 20%; }
  .single-product .product-name {
    background-color: #35312E;
    color: #fff;
    z-index: 1;
    padding: 10px;
    font-size: 18px; }

a:before, a:after {
  transition: all .2s linear; }

.card-link {
  border: 1px solid #F80F0F; }
  .card-link:before {
    content: "";
    display: block;
    padding-top: 77%; }

.absolute-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }

@media screen and (max-width: 767px) {
  .single-product .product-name {
    font-size: 17px;
    line-height: 20px; } }
.stations-wrapper {
  display: grid; }
  .stations-wrapper .show {
    display: block !important; }
  @media screen and (min-width: 768px) {
    .stations-wrapper {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px; } }
  @media screen and (max-width: 767px) and (min-width: 500px) {
    .stations-wrapper {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }
  @media screen and (max-width: 499px) {
    .stations-wrapper {
      display: flex;
      flex-direction: column; }
      .stations-wrapper .single-station {
        margin-bottom: 30px; } }

.contact-form {
  min-height: 447px;
  background: #fff;
  width: 100%;
  padding: 30px; }
  .contact-form form input:not(input[type=submit]), .contact-form form textarea {
    height: 50px;
    border: 2px solid #E2E7EB;
    background-color: #ffffff;
    color: #435362;
    padding: 15px 20px;
    font-size: 16px; }
    .contact-form form input:not(input[type=submit]):focus, .contact-form form textarea:focus {
      border: 2px solid #435362; }
    .contact-form form input:not(input[type=submit])::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
      font-family: M-regular; }
    .contact-form form input:not(input[type=submit])::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
      font-family: M-regular; }
    .contact-form form input:not(input[type=submit]):-moz-placeholder, .contact-form form textarea:-moz-placeholder {
      font-family: M-regular; }
    .contact-form form input:not(input[type=submit]):-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
      font-family: M-regular; }
    .contact-form form input:not(input[type=submit])::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
      font-size: 16px; }
    .contact-form form input:not(input[type=submit])::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
      font-size: 16px; }
    .contact-form form input:not(input[type=submit]):-moz-placeholder, .contact-form form textarea:-moz-placeholder {
      font-size: 16px; }
    .contact-form form input:not(input[type=submit]):-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
      font-size: 16px; }
    .contact-form form input:not(input[type=submit])::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
      color: #435362; }
    .contact-form form input:not(input[type=submit])::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
      color: #435362; }
    .contact-form form input:not(input[type=submit]):-moz-placeholder, .contact-form form textarea:-moz-placeholder {
      color: #435362; }
    .contact-form form input:not(input[type=submit]):-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
      color: #435362; }
  .contact-form form textarea {
    min-height: 194px;
    width: 100%;
    margin-bottom: 20px; }
  .contact-form form .top-inputs {
    margin-bottom: 10px; }
    .contact-form form .top-inputs .single-input-field {
      position: relative;
      margin-right: 13px;
      margin-bottom: 10px;
      width: 100%; }
      .contact-form form .top-inputs .single-input-field:last-of-type {
        margin-right: 0px; }
    .contact-form form .top-inputs input {
      width: 100%; }
  .contact-form form .checkbox-privacy {
    margin-bottom: 20px; }
  .contact-form form .checkbox-single {
    font-size: 0;
    border: 0px solid transparent !important; }
    .contact-form form .checkbox-single .checkbox-title {
      font-family: M-regular;
      font-size: 16px !important;
      line-height: 26px;
      cursor: pointer;
      color: #435362; }
      .contact-form form .checkbox-single .checkbox-title a {
        position: relative;
        color: #435362;
        text-decoration: none; }
        .contact-form form .checkbox-single .checkbox-title a:hover:before, .contact-form form .checkbox-single .checkbox-title a:hover:after {
          width: 100%;
          opacity: 1; }
        .contact-form form .checkbox-single .checkbox-title a:after {
          left: 0;
          background-color: #435362; }
        .contact-form form .checkbox-single .checkbox-title a:before, .contact-form form .checkbox-single .checkbox-title a:after {
          content: "";
          position: absolute;
          bottom: 0px;
          width: 0;
          height: 1px;
          margin: 5px 0 0;
          transition: all 0.4s ease-in-out;
          opacity: 0;
          backface-visibility: hidden; }
    .contact-form form .checkbox-single .checkbox-back {
      width: 18px;
      height: 18px;
      border: 2px solid #E2E7EB;
      cursor: pointer;
      margin-right: 11px;
      transition: all 0.2s linear;
      overflow: hidden;
      background-color: transparent; }
      .contact-form form .checkbox-single .checkbox-back .checkbox-mark {
        background: #435362 !important;
        width: 100% !important;
        height: 100% !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.1s linear; }
        .contact-form form .checkbox-single .checkbox-back .checkbox-mark img {
          width: 11px; }
    .contact-form form .checkbox-single input {
      left: -9999px; }
      .contact-form form .checkbox-single input:checked ~ .checkbox-label .checkbox-back {
        border: transparent !important; }
        .contact-form form .checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
          opacity: 1; }
  .contact-form form .submit-link-button-form {
    background-color: #4C9DED;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: M-medium;
    font-size: 16px;
    padding: 0px;
    border-radius: 2px; }

.warning-message {
  margin-top: 10px;
  font-family: Poppins-semibold;
  font-size: 16px;
  color: #c72828;
  visibility: hidden;
  opacity: 0;
  transition: all .2s linear; }

.warning-message-visible {
  display: flex !important;
  visibility: visible;
  opacity: 1; }

.warning-validation input, .warning-validation textarea {
  border: 2px solid #c72828 !important; }
.warning-validation .asterisk {
  color: #c72828 !important; }
.warning-validation::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c72828 !important; }
.warning-validation:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c72828;
  opacity: 1; }
.warning-validation::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c72828 !important;
  opacity: 1; }
.warning-validation:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c72828 !important; }
.warning-validation::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c72828 !important; }
.warning-validation::placeholder {
  /* Most modern browsers support this now. */
  color: #c72828 !important; }

.contact-form form .warning-validation .checkbox-back {
  border: 2px solid #c72828 !important; }
.contact-form form .warning-validation .checkbox-title a {
  color: #c72828 !important; }
  .contact-form form .warning-validation .checkbox-title a:hover:before, .contact-form form .warning-validation .checkbox-title a:hover:after {
    width: 100%;
    opacity: 1; }
  .contact-form form .warning-validation .checkbox-title a:after {
    left: 0;
    background-color: #c72828 !important; }
  .contact-form form .warning-validation .checkbox-title a:before, .contact-form form .warning-validation .checkbox-title a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden; }

.success-submit-wrapper {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px; }
  .success-submit-wrapper .success-message {
    font-family: M-bold;
    font-size: 20px;
    color: #008E00;
    opacity: 0;
    transition: all .2s linear; }
    .success-submit-wrapper .success-message .success-message-image {
      width: 50px;
      height: auto;
      max-height: 50px;
      margin-right: 20px; }

.show-success-message {
  display: flex;
  justify-content: center;
  visibility: visible;
  height: 100%;
  width: 100%; }
  .show-success-message .success-message {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 20px; }
    .contact-form form .top-inputs {
      flex-direction: column;
      margin-bottom: 0px; }
      .contact-form form .top-inputs .single-input-field {
        position: relative;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%; }
    .contact-form form .submit-wrapper {
      flex-direction: column;
      align-items: center; }
      .contact-form form .submit-wrapper .checkbox-single {
        margin-bottom: 10px; } }
.map {
  background: #fff;
  width: 100%;
  min-height: 447px; }

.map-info {
  max-width: 259px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #435362;
  font-size: 14px;
  line-height: 24px; }
  .map-info strong {
    margin-bottom: 15px;
    display: flex; }
  .map-info .single-contact-el {
    margin-bottom: 20px; }
  .map-info .openhour-map span strong {
    margin-bottom: 10px;
    margin-right: 5px; }
  .map-info .navigation {
    margin-top: 30px; }
    .map-info .navigation a:not(:last-of-type) {
      margin-bottom: 15px; }

@media screen and (max-width: 600px) and (min-width: 481px) {
  .map-info {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row !important; }
    .map-info .single-contact-el {
      width: 50%; } }
@media screen and (max-width: 600px) {
  .map-info {
    max-width: 100%; }

  .single-contact-el {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px; }

  .openhour-map {
    align-items: center !important; } }
@media screen and (max-width: 480px) {
  .map-info .navigation {
    margin-top: 15px; } }
/* Pages */
/* LANDING */
.hero-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%); }
  .hero-wrapper .semiopacity-image {
    background: transparent linear-gradient(91deg, #3672DD 0%, #30341103 100%) 0% 0% no-repeat padding-box; }
  .hero-wrapper .hero-title {
    font-family: M-bold;
    font-size: 50px;
    line-height: 66px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff; }

.blue-content-wrapper {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto; }

.hero-content-wrapper h1 {
  font-family: M-bold;
  font-size: 50px;
  line-height: 66px;
  text-align: right;
  margin-bottom: 0px;
  color: #00B0F2;
  margin-right: 25px; }

.top-semiopacity {
  margin-top: 287px;
  margin-bottom: 149px; }
  .top-semiopacity p {
    font-family: M-regular;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: left; }

.semiopacity-main-wrapper {
  margin-bottom: 42px;
  min-height: 530px; }
  .semiopacity-main-wrapper .semiopacity-image {
    min-height: 530px;
    overflow: hidden; }
    .semiopacity-main-wrapper .semiopacity-image img {
      z-index: -1; }
    .semiopacity-main-wrapper .semiopacity-image .semiopacity-layer {
      z-index: -1;
      background-color: rgba(10, 69, 35, 0); }
    .semiopacity-main-wrapper .semiopacity-image .top-semiopacity h1, .semiopacity-main-wrapper .semiopacity-image .top-semiopacity p {
      max-width: 620px;
      color: #fff; }
  @media screen and (max-width: 1024px) {
    .semiopacity-main-wrapper {
      margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    .semiopacity-main-wrapper {
      margin-bottom: 20px; } }

.slick-prev, .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: #00923F; }
  .slick-prev:before, .slick-next:before {
    content: none; }
  .slick-prev:hover, .slick-next:hover {
    background-color: #00923F; }
    .slick-prev:hover svg, .slick-next:hover svg {
      fill: #B2B2B2; }

.slick-initialized .slick-slide {
  padding: 0px 10px; }

.slick-prev {
  margin-left: -39px; }

.slick-next {
  margin-right: -39px; }

@media screen and (max-width: 1400px) and (min-width: 767px) {
  .slick-prev {
    margin-left: -10px; }

  .slick-next {
    margin-right: -10px; }

  .background-image-slider {
    padding: 0px 50px; } }
@media screen and (max-width: 767px) {
  .hero-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 95%); }

  .semiopacity-main-wrapper .semiopacity-image {
    min-height: 100vh; }

  .hero-wrapper .hero-title {
    font-size: 40px;
    line-height: 54px; }

  .top-semiopacity {
    margin-top: 50%;
    margin-bottom: 50px; }
    .top-semiopacity p {
      font-size: 25px;
      line-height: 33px; }

  .semiopacity-main-wrapper .fly-over-wrapper img {
    height: 84px;
    max-width: 150px; }

  .semiopacity-main-wrapper .fly-over-wrapper {
    min-height: unset; }
    .semiopacity-main-wrapper .fly-over-wrapper .single-side {
      padding: 30px 20px; }
    .semiopacity-main-wrapper .fly-over-wrapper h2 {
      margin-bottom: 20px;
      font-size: 34px;
      line-height: 41px; } }
@media screen and (max-width: 767px) {
  .hero-wrapper .hero-title, .hero-content-wrapper h2 {
    font-size: 28px;
    line-height: 32px; }

  .semiopacity-main-wrapper .semiopacity-image .top-semiopacity h1, .semiopacity-main-wrapper .semiopacity-image .top-semiopacity p {
    max-width: 100%;
    text-align: center;
    margin-right: 0px; }

  .hero-wrapper .top-semiopacity p {
    font-size: 16px;
    line-height: 20px; } }
.page-content {
  margin-bottom: 50px; }
  .page-content .semiopacity-main-wrapper {
    min-height: auto;
    margin-bottom: 50px; }
    .page-content .semiopacity-main-wrapper .semiopacity-image {
      min-height: 489px; }
  .page-content .top-semiopacity {
    margin-bottom: 50px; }
  @media screen and (max-width: 901px) {
    .page-content {
      margin-bottom: 30px; }
      .page-content .semiopacity-main-wrapper .semiopacity-image, .page-content .semiopacity-main-wrapper {
        min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .page-content {
      margin-bottom: 20px; }
      .page-content .semiopacity-main-wrapper {
        margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .multiple-items .slick-track {
    margin-left: 50px; } }
@media screen and (max-width: 767px) {
  .multiple-items .slick-track {
    margin-left: 30px; } }
.stations {
  background-color: #F2F6FA;
  position: relative;
  padding-bottom: 50px; }

.city-list {
  margin-bottom: 10px; }
  .city-list ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap; }
    .city-list ul li {
      padding: 20px 35px; }
      .city-list ul li a {
        color: #435362;
        font-family: M-bold;
        font-size: 20px;
        line-height: 28px; }
        .city-list ul li a:hover {
          color: #00B0F2 !important; }
      .city-list ul li.current-menu-item {
        color: #00B0F2 !important; }

.stations-wrapper .single-station {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #A7B7C6;
  padding: 28px 20px 15px 20px; }
  .stations-wrapper .single-station .city {
    font-family: M-medium;
    font-size: 14px;
    color: #435362;
    left: 10px;
    top: -17.5px;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #A7B7C6;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s; }
  .stations-wrapper .single-station .content {
    font-family: M-medium;
    font-size: 14px;
    color: #435362;
    margin-bottom: 10px; }
  .stations-wrapper .single-station .number {
    font-family: M-bold;
    font-size: 14px;
    color: #435362; }
  .stations-wrapper .single-station:hover .city {
    background-color: #00B0F2;
    color: #fff;
    border: 1px solid #00B0F2; }

@media screen and (max-width: 767px) {
  .city-list ul li {
    padding: 20px;
    width: 50%; }

  .stations {
    padding-bottom: 30px; } }
@media screen and (max-width: 319px) {
  .city-list ul li {
    padding: 0px 0px 20px 0px;
    width: 100%;
    display: flex;
    justify-content: center; } }
.btn.active {
  color: #00B0F2 !important; }

.filterDiv {
  display: none; }

.about-us {
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%); }
  .about-us .blue-decor {
    width: 100%;
    max-width: 51px;
    height: 4px;
    background-color: #00B0F2;
    margin: 0 auto 50px; }

.background-decoration-blue {
  background-size: contain;
  background-position: 100% 0%;
  background-repeat: no-repeat; }

.small-wrapper {
  max-width: 720px;
  padding: 80px 20px 40px 20px; }

@media screen and (max-width: 767px) {
  .about-us {
    clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%); }

  .small-wrapper {
    padding: 35px 20px 40px 20px; } }
/* LANDING END */
.single-page .stations {
  padding-top: 50px; }
.single-page .right .map {
  min-height: 447px; }

.opened-station {
  background: #fff; }
  .opened-station .left .stations-wrapper-single {
    display: flex !important;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px; }
    .opened-station .left .stations-wrapper-single .single-station {
      padding: 15px 20px; }
      .opened-station .left .stations-wrapper-single .single-station .title-single-st-opened {
        display: block;
        font-family: M-semibold;
        margin-bottom: 10px; }
      .opened-station .left .stations-wrapper-single .single-station .content {
        font-family: M-medium;
        margin-bottom: 0px;
        line-height: 26px; }
    .opened-station .left .stations-wrapper-single .navigation {
      padding: 15px 40px; }
      .opened-station .left .stations-wrapper-single .navigation a:not(:last-of-type) {
        margin-right: 30px; }

.navigation img {
  width: 100%;
  height: auto;
  max-width: 108px;
  max-height: 26px;
  object-fit: contain; }

.map-content-wrapper {
  min-height: 447px;
  display: grid;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  grid-template-columns: 19% 1fr;
  max-width: 175rem;
  margin-left: calc((100vw - 1450px) / 2); }

@media screen and (max-width: 1491px) {
  .map-content-wrapper {
    margin-left: 20px; } }
@media screen and (max-width: 1024px) {
  .opened-station .left .stations-wrapper-single .navigation {
    padding: 15px 20px; }
    .opened-station .left .stations-wrapper-single .navigation .d-flex:first-of-type {
      justify-content: flex-start !important; }

  .map-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
    margin: 0; }
    .map-content-wrapper .right .map {
      min-height: 350px; } }
@media screen and (max-width: 1360px) {
  .map-content-wrapper {
    grid-template-columns: 35% 1fr; } }
@media screen and (max-width: 767px) {
  .single-page .opened-station .left .stations-wrapper-single .navigation {
    padding: 15px 20px; }
    .single-page .opened-station .left .stations-wrapper-single .navigation .d-flex:first-of-type {
      justify-content: space-between !important; }
  .single-page .stations {
    padding-top: 30px; }
  .single-page .map-content-wrapper .right .map {
    min-height: 250px; } }
@media screen and (max-width: 499px) {
  .stations-wrapper-single {
    margin-bottom: 20px; } }
.contact-info-block {
  background-color: #323A41;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px; }
  .contact-info-block .lr-contacts-wrapper {
    padding-bottom: 50px; }
    @media screen and (min-width: 1025px) {
      .contact-info-block .lr-contacts-wrapper .left {
        padding-right: 10px; }
      .contact-info-block .lr-contacts-wrapper .right {
        padding-left: 10px; } }
  @media screen and (max-width: 1024px) {
    .contact-info-block .lr-contacts-wrapper {
      flex-direction: column-reverse; }
      .contact-info-block .lr-contacts-wrapper .right {
        margin-bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .contact-info-block .lr-contacts-wrapper .right .map {
      flex-direction: column-reverse; } }

.service .blue-gradient-bg {
  background: transparent linear-gradient(90deg, #3672DD 0%, #2E4C81 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding-top: 80px;
  padding-bottom: 80px; }
  .service .blue-gradient-bg .triangle-right-down {
    margin-left: 10px; }
    .service .blue-gradient-bg .triangle-right-down img {
      width: 10px;
      height: 6px;
      object-fit: contain;
      transition: linear all .4s; }
  .service .blue-gradient-bg .show-down-direction img {
    transform: rotate(180deg); }
  .service .blue-gradient-bg .dropdown-info {
    display: none; }
  .service .blue-gradient-bg .left .text-wrapper {
    margin-right: 70px;
    position: relative;
    margin-bottom: 100px; }
    .service .blue-gradient-bg .left .text-wrapper .yellow-arrow {
      width: 100%;
      height: 100%;
      max-width: 261px;
      max-height: 198px;
      margin-bottom: -200px;
      margin-left: 40%;
      object-fit: contain; }
    .service .blue-gradient-bg .left .text-wrapper p {
      font-family: M-regular;
      font-size: 16px;
      line-height: 26px;
      width: 100%;
      max-width: 472px; }

.single-dropdown-blue-bg {
  border-radius: 5px;
  background-color: #fff;
  color: #435362;
  padding: 15px 20px; }
  .single-dropdown-blue-bg h2 {
    font-family: M-medium;
    font-size: 16px;
    line-height: 28px;
    color: #435362; }
  .single-dropdown-blue-bg .dropdown-info {
    margin-top: 16px; }
    .single-dropdown-blue-bg .dropdown-info p {
      font-family: M-regular;
      font-size: 16px;
      color: #435362;
      line-height: 28px;
      text-align: left; }
  .single-dropdown-blue-bg:not(:last-of-type) {
    margin-bottom: 15px; }

.options-wrapper {
  margin: 40px 0px 20px 0px; }
  @media screen and (min-width: 768px) {
    .options-wrapper .single-option {
      width: calc((100% - 90px) / 4);
      margin: 0px 30px 20px 0px; }
      .options-wrapper .single-option:nth-of-type(4n) {
        margin: 0px 0px 20px 0px; } }
  @media screen and (max-width: 767px) and (min-width: 401px) {
    .options-wrapper {
      margin: 20px 0px 20px 0px; }
      .options-wrapper .single-option {
        width: calc((100% - 20px) / 2);
        margin: 0px 20px 20px 0px; }
        .options-wrapper .single-option:nth-of-type(2n) {
          margin: 0px 0px 20px 0px; } }
  @media screen and (max-width: 400px) {
    .options-wrapper .single-option {
      width: 100%;
      margin: 0px 0px 20px 0px; } }

@media screen and (max-width: 1024px) {
  .service .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .service .blue-gradient-bg {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .service .blue-gradient-bg .left .text-wrapper {
    margin-right: 0px;
    margin-bottom: 30px; }
    .service .blue-gradient-bg .left .text-wrapper p {
      max-width: 100%;
      text-align: center; }
    .service .blue-gradient-bg .left .text-wrapper .yellow-arrow {
      display: none !important; }
  .service .blue-gradient-bg .content-wrapper {
    flex-direction: column; } }

/*# sourceMappingURL=style.css.map */

.home_video_block {
  height: 690px;
  background: #ecf0f4;
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -75px;
  margin-top: -75px;
}
.home_video_wrap {
  height: auto;
  max-height: 550px;
  width: 100%;
  max-width: 880px;
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
.home_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  transform: translateX(-50%)translateY(-50%);
  filter: invert(1);
  transition: ease-in-out 0.2s;
}
.home_video_wrap:hover .home_video_play {
  transform: translateX(-50%)translateY(-50%)scale(1.1);
}
.home_video_thumbnail {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home_video_block { height: 550px; }
}
@media (max-width: 500px) {
  .home_video_block {
    height: 460px;
    margin-top: -105px;
    padding-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .home_video_block {
    height: 440px;
    margin-top: -105px;
    padding-bottom: 40px;
  }
}

.banner_wrapper {
  padding: 45px 0 45px 0;
  display: flex;
  justify-content: center;
  background: white;
  clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
  margin: -130px 0 20px 0;
}
.banner_wrapper img {
  height: auto;
  max-width: 100%;
}

:root{
    --cc-text: #212529;
    --cc-btn-primary-bg: #4c9ded;
    --cc-btn-primary-hover-bg: #397bbd;
}