@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Oswald:wght@700&family=Playfair+Display:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*/ button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    line-height: 1.3;
}

p {
    margin: 0 0 15px
}

a {
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    vertical-align: middle;
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

body {
    background: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

html,
body {
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none !important;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.container {
    margin: 0 auto;
    padding: 0;
}

.about .swiper-container {
    position: relative;
}

.page-content-wrapper {
    overflow: hidden;
}

.page-content {
    padding: 60px 0;
    background: #F1F3F5;
    position: relative;
    z-index: 0;
}

.page-content-multi-flex-container {
    display: flex;
}

.page-content-left {
    width: 70%;
    padding-right: 60px;
}

.page-content-right {
    width: 30%;
}

.right-menu-wrapper {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 70px;
}

.right-menu-img {
    width: 100%;
}

.right-menu-img img {
    width: 100%;
    height: auto;
}

.right-menu-list {
    padding: 20px 0 70px 0;
}

.right-menu-list ul li {
    position: relative;
}

.right-menu-list ul li:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 60px;
    height: 1px;
    background: rgb(234, 234, 234);
    background: -moz-linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea", endColorstr="#fbfbfb", GradientType=1);
}

.right-menu-list ul li.active:after,
.right-menu-list ul li:hover:after {
    left: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fbfbfb", GradientType=1);
}

.right-menu-list ul li a {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #666666;
    transition: 0.3s all;
    padding: 0 0 0 60px;
}

.right-menu-list ul li.active a,
.right-menu-list ul li a:hover {
    color: #56BDC1;
    font-weight: 600;
}

.page-banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 505px;
    z-index: -1;
}

.page-banner .container {
    position: relative;
}

.page-banner.align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-nav ul {
    display: -ms-flexbox;
    display: flex;
}

.page-nav ul li:not(:first-child)::before {
    content: ">";
    display: inline-block;
    color: #8996a2;
    margin: 0 3px;
}

.page-nav ul li a {
    display: inline-block;
}

.page-nav ul li a:hover {
    text-decoration: underline;
}

.page-nav ul li:last-child a {
    color: #56BDC1;
    font-weight: 500;
}

.page-banner-title {
    color: #AB885B;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: -.025em;
    max-width: 542px;
}

.page-text h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.page-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #333333;
}

.main-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    bottom: 200px;
    left: 0;
    pointer-events: none;
}

.main-dots.swiper-pagination span.swiper-pagination-bullet {
    border-radius: 10px;
    border: none;
    margin-right: 7px;
    padding: 5px;
    background: #fff;
    opacity: 1;
    pointer-events: all;
}

.main-dots.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FBBF62;
    padding: 5px 14px;
}


.about-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.about-swiper-pagination span.swiper-pagination-bullet {
    border-radius: 7px;
    border: none;
    margin-right: 7px;
    padding: 4px;
    background: #D7D9DA;
    opacity: 1;
}

.about-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #48C1F0;
    padding: 4px 12px;
}

.news-slider-dots-container.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
    position: relative;
}

.news-slider-dots-container.swiper-pagination span.swiper-pagination-bullet {
    border-radius: 7px;
    border: none;
    margin-right: 7px;
    padding: 4px;
    background: #BBE8F9;
    opacity: 1;
}

.news-slider-dots-container.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #48C1F0;
    padding: 4px 12px;
}


html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.home-main .fixed-apply-button {
    display: none !important;
}


/*******HEADER*********/
/* MAIN HEADER */

.main-header a {
    text-decoration: none;
}

.main-header dl,
.main-header ol,
.main-header ul {
    margin-top: 0;
    margin-bottom: 0;
}

.main-header {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 26;
}

.main-header .hdr-lang-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    height: 74px;
    font-size: 16px;
    font-weight: 500;
    color: #Fff;
    background: transparent;
    padding: 0 13px;
    border: none;
    outline: none;
}

.main-header .hdr-lang-button img:last-child {
    width: 10px;
}

.main-header .dropdown {
    position: relative;
}

.main-header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    float: left;
    white-space: nowrap;
    background: #fff;
    padding: 6px 12px;
    transition: 0.3s all;
}

.main-header .dropdown-menu.opened {
    display: block;
    border-radius: 0;
    border: none;
    right: 0;
    width: 100%;
    min-width: unset;
}

.main-header .hdr-lang-list ul li a:hover {
    color: #AB885B;
}

.main-header .hdr-lang-list ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}


.main-header .hdr-link-list,
.main-header .hdr-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .hdr-link-list {
    padding: 5px 30px;
    background: #1A8B90;
}

.main-header .hdr-link--tel-title {
    font-size: 16px;
    font-weight: 600;
    color: #B9EEF0;
    background: #349FA4;
    padding: 5px 30px;
}

.main-header .hdr-link {
    color: #B9EEF0;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.50px;
}

.main-header .hdr-link img {
    width: 14px;
    margin-right: 8px;
}

.main-header .hdr-office-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 208px;
    height: 38px;
    color: #fff;
    background: rgba(42, 42, 42, 0.3);
    padding: 0 15px 0 20px;
    border: none;
    outline: none;
}

.main-header .hdr-office-button img {
    width: 10px;
}

.main-header .hdr-office-button::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -4.5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7px 7.5px 0;
    border-color: transparent rgba(42, 42, 42, 0.3) transparent transparent;
}

.main-header .hdr-search {
    position: relative;
}

.main-header .hdr-search:after {
    content: '';
    position: absolute;
    border-bottom: 15px solid transparent;
    border-right: 50px solid #AB885B;
}

.main-header .hdr-search-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 74px;
    background-color: #AB885B;
    border: none;
    outline: none;
    padding: 0;
}

.main-header .hdr-search-button img {
    width: 19px;
}


.main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-header .logo {
    position: relative;
}

.main-header .logo img {
    max-width: 100%;
    z-index: 0;
    position: relative;
}

.main-header .main-nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .main-nav>ul li {
    cursor: pointer;
}

.main-header .main-nav-link {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    transition: all 0.3s;
}

.main-header a.main-nav-link fa-icon.ng-fa-icon,
.main-header a.main-nav-link i {
    margin-right: 7px;
    font-size: 17px;
}

.main-header .main-nav-link::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    border-top: 3px solid #4B4895;
    opacity: 0;
    transition: all 0.3s;
}

.main-header .main-nav-link.user-login::after {
    content: none;
}

.main-header .main-nav-link img {
    padding-left: 5px;
}

.main-header a.main-nav-link.user-login:hover {
    background: #56504E;
}

.main-header a.main-nav-link.user-login {
    background: #FBBF62;
    line-height: 40px;
    border-radius: 24px;
    color: #363636;
    padding: 0 30px 2px;
    font-weight: 600;
}

.main-header a.main-nav-link.user-login.product-request {
    margin-left: 15px;
    background: #4B4895;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.main-header a.main-nav-link.user-login.product-request:hover {
    background: #FBC162;
}

.main-header .main-nav>ul>li:hover .main-nav-link::after {
    opacity: 1;
}

.main-header .main-nav>ul>li:last-child:hover .main-nav-link::after {
    opacity: 0;
}

.has-submenu {
    position: relative;
}

.main-header .main-nav>ul:hover li:not(:hover) .main-nav-link {
    opacity: 0.5;
}

.main-header .submenu {
    position: absolute;
    left: 15px;
    white-space: nowrap;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 5;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 75px rgb(0 0 0 / 7%), 0 4px 100px rgb(0 0 0 / 5%);
}

.main-header .submenu.double-flex {
    display: flex;
    justify-content: space-between;
}

.main-header .submenu.double-flex ul:not(:last-child) {
    margin-right: 50px;
}

.main-header .submenu.double-flex ul li:first-child {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border-bottom: 1px solid #6666669c;
    margin-bottom: 10px;
}

.main-header .submenu ul li,
.main-header .submenu ul a {
    display: block;
}

.submenu ul li a {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    transition: 0.3s all;
    padding-left: 0px;
    padding-right: 16px;
    border-radius: 5px;
}

.main-header .submenu ul li a:hover {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FBBF62;
    color: #fff;
}

.main-header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s;
}

.main-header .hamburger-menu {
    display: none;
}

.main-header .hamburger-menu span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #Fff;
    border-radius: 3px;
}

/*******HEADER*********/
/* MOBILE MENU */
.mobile-menu .accordion ul.inner {
    overflow: hidden;
    display: none;
}

.mobile-menu .accordion ul.inner.active {
    display: block;
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    cursor: pointer;
}

.mobile-menu ul.inner.active li a {
    border-left: 1px solid #fff;
    border-bottom: 0px !important;
}

.mobile-menu ul li a.mm-title span {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 0 20px;
}

.mobile-menu ul li a.mm-title.toggle span::before {
    content: url("../img/arrow-down.svg");
    position: absolute;
    top: 3px;
    right: 0;
    width: 14px;
    transition: all .4s;
}

.mobile-menu ul li a.mm-title.active.toggle span::before {
    transform: rotate(180deg);
}

.mobile-menu ul>li ul li {
    display: block;
    padding-left: 36px !important;
}

.mobile-menu {
    display: none;
    background-color: #4B4895;
    padding-bottom: 25px;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    height: 100%;
    overflow: auto;
    transform: translateX(100%);
    transition: all ease-in .2s;
}

.mobile-menu.active {
    transition: all ease-out .3s;
    transform: translate(0);
}

.mobile-menu .mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer;
}
/**FOOTER**/
/* MAIN FOOTER */
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a {
    text-decoration: none;
}

.main-footer {
    background-color: #ECECEC;
    padding: 110px 0 40px;
 }
 .mft-item {
  max-width: 290px;
}
    .mf-logo-container {
      position: relative;
      margin-bottom: 20px;
  }
    .mf-logo {
      position: relative;
  }
  .mft-address {
    margin-bottom: 20px;
}

.mft-address a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.mft-email {
  margin-bottom: 20px;
}
.mft-email a {
  font-weight: 400;
  color: #4B4896;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s all;
  text-decoration: underline!important;
}
.mft-email a:hover {
  color: #FBBF62;
}

  .mf-logo a {
    z-index: 1;
    position: relative;
  }
  .mf-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-call-box {
    text-align: right;
    margin: 0 0 35px;
  }.footer-call-box a {
      width: 100%;
  }.footer-call-title {
    font-family: 'Oswald', sans-serif;
    color: #4B4896;
    font-size: 13px;
    line-height: 16.1px;
    font-weight: 700;
    letter-spacing: 0.32em;
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
  }.footer-call-title:before {
    position: absolute;
    content: '';
    background: url(../img/footer-headphones.png);
    width: 15px;
    height: 19px;
    left: -6px;
    bottom: -2px;
  }.footer-call {
    font-family: 'Oswald', sans-serif;
    color: #404040;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
  }

   
  .mf-copyright, .mf-copyright a {
    color: #DFF2FF;
  }
  .mf-copyright a {
    color: #74767F;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .mf-copyright a:hover {
    color: #51C0EA;
    text-decoration: underline;
  }
  
  .mf-copyright-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
    .mf-copyright-links a {
      display: block;
      position: relative;
     }
     .mf-copyright-links a:not(:last-child) {
      margin-right: 20px;
  }
  .mf-copyright-links a:not(:last-child):after {
      content: '|';
      position: absolute;
      margin-left: 10px;
  }
  
  .mft-links li,
  .mft-links li span,
  .mft-links li a {
    display: block; }
  
  .mft-links li {
    margin-bottom: 0; }
    ul.mft-links.information-pages li {
      margin-bottom: 0;
  }
  .mft-links li span {
    color: #333333;
    font-size: 16px;
    font-weight: 800; }
    .mft-links li a {
      color: #383737;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      transition: 0.3s all;
  }
  ul.mft-links.information-pages li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
  .mft-links li a:hover {
    color: #FBBF62;
    text-decoration: underline;
  }
      .mf-contact-title {
        font-size: 14px !important;
        font-weight: 600;
        position: relative;
        line-height: 24px;
        color: #383737;
        margin-bottom: 0;
    }
    .mf-contact-title a{
      color: #383737;
      transition: 0.3s all;
    }
    .mf-contact-title a:hover{
      color: #FBBF62;
    }.mft-item.center {
      width: -moz-available;
      width: -webkit-fill-available;
      width: fill-available;
  }
.mft-item:last-child ul.mft-links {
    border: none;
    padding: 0;
  }
      /* .mf-contact-title:before {
        position: absolute;
        content: '';
        left: -17px;
        background: url(../img/location-icon.png) no-repeat 0 0;
        width: 12px;
        height: 18px;
    } */
  .mf-tel {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  
  .mf-address {
    max-width: 204px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #A2D4F6;
  }
  .mf-mail {
    color: #333333!important;
    font-weight: 600!important;
  }
  .social-links {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
  }
    .social-links li {
      display: block;
      margin-right: 21px; }
      .social-links li:last-child {
        margin-right: 0;
    }
    .social-links li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      width: 35px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -.01em;
      height: 35px;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s all;
      position: relative;
  }
  .social-links li a:before {
    position: absolute;
    content: '';
    border: 1px solid #4b489552;
    border-radius: 50%;
    left: -9px;
    right: -9px;
    top: -9px;
    bottom: -9px;
    transition: 0.3s all;
}
    .social-links li a:hover {
      color: #fff; }
      a.facebook {
        background: #0066FF;
    }
      .social-links li a.facebook:hover {
        background: #0066FF;
    }
    a.twitter {
      background: #00acee;
  }
    .social-links li a.twitter:hover {
      background: #00acee;
  }a.instagram {
    background: #CE2D95;
}
    .social-links li a.instagram:hover {
      background: #CE2D95;
  }
  .social-links li a.linkedin:hover {
    background: #0077B5;
}a.linkedin {
  background: #0077B5;
}
a.youtube {
  background: #F70000;
}
.social-links li a img {
    max-width: 15px;
    max-height: 15px;
}
  
  .mf-bottom {
    margin-top: 35px; }
    .mf-development {
      display: flex;
      justify-content: space-between;
  }
  .mf-copyright-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .mf-copyright-text.bold {
    color: #1D3257;
    font-weight: 500;
    margin-top: 14px;
}
.mf-copyright-text a:hover {
  color: #fff;
}
.mf-copyright-text a {
  color: #52A233;
  transition: 0.3s all;
}
/****/
/* MOBILE MENU */
/*******MEDIA*********/
@media (min-width: 320px) and (max-width:575px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 1691px) {

    /*******HEADER*********/
    .main-header .mh-top-right {
        padding-right: 0;
    }

    /*******HEADER*********/
}

@media (max-width: 1591px) {

    /*******HEADER*********/
    .main-header .mh-top {
        margin-bottom: 0px;
        height: 10px;
        background: rgb(2, 41, 71);
        background: linear-gradient(90deg, rgb(2, 41, 71) 0%, rgb(17, 70, 120) 50%, rgb(0, 35, 61) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022947", endColorstr="#00233d", GradientType=1);
    }

    .main-header .mh-top-right {
        align-items: flex-start;
    }

    .main-header .hdr-lang-button {
        height: 30px;
    }

    .main-header .hdr-search-button {
        height: 30px;
    }

    /*******HEADER*********/
}

@media (max-width: 1530px) {
    .main-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 100px;
    }

    /*******HEADER*********/
    .main-header .main-nav-link {
              font-size: 9px !important;
        padding: 0px 14px !important;
    }

    /*******HEADER*********/
}

@media (min-width: 1530px) {
    .container {
        min-width: 1500px !important;
    }

    .main-header .container {
        min-width: 1500px !important;
    }

}

@media (max-width: 1399px) {

    /*******HEADER*********/
    .main-header {
        top: 37px;
    }

    .main-header .logo {
        max-width: 200px;
    }

    .main-header .mh-bottom .container {
        justify-content: center;
    }

    .main-header .main-nav-link {
        font-size: 14px;
    }

    .main-header a.main-nav-link.user-login {
        line-height: 35px;
        border-radius: 18px;
        padding: 0 15px;
        font-size: 13px;
    }

    .main-header a.main-nav-link.user-login.product-request {
        margin-left: 10px;
        font-size: 10px;
    }

    /*******HEADER*********/
    /*******footer*********/
    .footer-call-title {
        font-size: 14px;
    }
    .footer-call-title:before {
      left: -20px;
  }
    .footer-call {
      font-size: 22px;
  }
  .mf-contact-title {
    font-size: 14px !important;
    line-height: 22px;
    color: #DFF2FF;
    margin-bottom: 8px;
  }
  ul.mft-links {
    padding-left: 10px !important;
  }
  .mft-links li a{
    font-size: 13px;
    line-height: 22px;
  }
  .social-links li {
    margin-right: 14px;
  }
  .mf-copyright-text {
    font-size: 14px;
  }
    /*******footer********/
}

@media (max-width: 1199px) {

    /*******HEADER*********/
    .main-header .logo {
        max-width: 150px;
    }

    .main-header .mh-bottom .container {
        justify-content: space-between;
    }

    .main-header .main-nav-link {
        font-size: 12px;
        padding: 0 7px;
    }

    .main-header a.main-nav-link.user-login {
        line-height: 33px;
        border-radius: 17px;
        padding: 0 10px;
        font-size: 12px;
    }

    .main-header a.main-nav-link.user-login.product-request {
        margin-left: 10px;
        font-size: 10px;
    }

    /*******HEADER*********/
       /*******footer*********/
       .mft-item:last-child ul.mft-links {
        padding: 0!important;
      }
      .footer-call:after {
        width: 40px;
        height: 37px;
      }
      .footer-call-title {
        padding-left: 0;
      }
      .footer-call{
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        padding-left: 0;
        line-height: 18px;
      }
      .mft-links li a {
        padding: 0 5px;
      }
          /*******footer*********/
}

@media (max-width: 991px) {

    /*******HEADER*********/
    .main-header .mh-bottom,
    .main-header .mh-top {
        background: rgb(17, 70, 120);
        background: -moz-linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        background: linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#114678", endColorstr="#00233d", GradientType=1);
    }

    .main-header .main-nav {
        display: none;
    }

    .main-header .hamburger-menu {
        display: block;
        position: relative;
        top: 15px;
        cursor: pointer;
    }

    /*******HEADER*********/
    /* MOBILE MENU */
    .mobile-menu {
        display: block;
    }

    /* MOBILE MENU */
     /*******footer*********/
     
  .footer-call-title:before {
    left: -5px;
}
  .mf-top {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.mft-item {
  margin-bottom: 25px;
}
.mft-item:last-child .mf-contact-title {
  text-align: center;
}
.social-links[_ngcontent-lka-c11] {
  justify-content: center;
}
.mft-links li {
  text-align: center;
}
.mf-contact-title {
  text-align: center;
}
.mf-copyright-links a {
  text-align: center;
}
.mft-email {
  text-align: center;
}.footer-call-box a {
  width: 195px;
  display: block;
}
.footer-call-box {
  display: flex;
  justify-content: center;
}
.social-links {
  justify-content: center;
}
      /*******footer*********/
}

@media (min-width: 1730px) {
    .main-header .container {
        min-width: 1700px !important;
    }
}

@media (max-width:767px) {
    .main-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 10px;
    }
}
@media (max-width:575px){
    /*******footer*********/
    ul.mft-links {
        flex-direction: column;
    }
    .mf-copyright-links {
      flex-direction: column;
    }
    .mf-copyright-links a:not(:last-child):after {
      content: "";
      position: absolute;
      margin-left: 0;
    }
    /*******footer*********/
}
@media (max-width:480px) {

    /*******HEADER*********/
    .main-header {
        position: relative;
        margin-bottom: 45px;
        top: 22px;
    }

    .main-header .hamburger-menu span {
        background: #1D3257;
    }

    /*******HEADER*********/
}

/*******MEDIA*********/