body {
    background: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}


#wrapper {
    max-width: 1500px;
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid #052440;
}

.mobile-menu ul li a.mm-title span {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 0 25px
}

.mobile-menu ul li a.mm-title.toggle span::before {
    content: url("/img/arrow-down.svg");
    position: absolute;
    top: 3px;
    right: 0;
    width: 14px;
    height: 15px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mobile-menu ul li a.mm-title.active.toggle span::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu ul>li ul li {
    display: block;
    padding-left: 30px
}

.mobile-menu {
    display: none;
    background-color: #052440;
    padding-bottom: 25px;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 300;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-menu.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer
}

.hamburger-menu {
    display: none;
    vertical-align: middle;
    margin-right: 10px
}

.hamburger-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px
}
.cd-top.cd-fade-out {
    z-index: 9999999;
}
@media (max-width:1529px){
 .advantages-section.py-5 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width:50%;
    }
}
@media (max-width:991px){
    .my-pricing-left,.my-pricing-right{
        width:100%;
                -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mobile-menu{
        display:block;
    }
    .hamburger-menu {
    display:block;
}
   
}

@media (max-width:767px){
  .advantages-section.py-5 .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width:100%;
    }



   
}









a {
    text-decoration: none !important;
}

a:hover {
    color:  #052440;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.container {
    margin: 0 auto;
    padding: 0;
}


/* MAIN HEADER */
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 26;
        border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.main-header.inner-header {
    background: rgb(255 255 255 / 80%);
}

.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;
}

.hdr-lang-button img:last-child {
    width: 10px;
}

.dropdown {
    position: relative;
}

.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;
}

.dropdown-menu.opened {
    display: block;
    border-radius: 0;
    border: none;
    right: 0;
    width: 100%;
    min-width: unset;
}

.hdr-lang-list ul li a:hover {
    color: #AB885B;
}

.hdr-lang-list ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}

.hdr-link-list,
.hdr-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.hdr-link-list {
    padding: 5px 30px;
    background: #1A8B90;
}

.hdr-link--tel-title {
    font-size: 16px;
    font-weight: 600;
    color: #B9EEF0;
    background: #349FA4;
    padding: 5px 30px;
}

.hdr-link {
    color: #B9EEF0;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.50px;
}

.hdr-link img {
    width: 14px;
    margin-right: 8px;
}

.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;
}

.hdr-office-button img {
    width: 10px;
}

.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;
}

.hdr-search {
    position: relative;
}

.hdr-search:after {
    content: '';
    position: absolute;
    border-bottom: 15px solid transparent;
    border-right: 50px solid #AB885B;
}

.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;
}

.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;
}

.logo {
    position: relative;
    margin-top: 25px;
}

.logo img {
    max-width: 100%;
    z-index: 0;
    position: relative;
    max-width: 166px;
        margin-bottom: 10px;
}

.main-nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav-link {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    transition: all 0.3s;
}

.main-nav-link::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    border-top: 5px solid #052440;
    opacity: 0;
    transition: all 0.3s;
}

.main-nav-link img {
    padding-left: 5px;
}

a.main-nav-link.user-login:hover {
    background: #56504E;
}

a.main-nav-link.user-login {
    background: #097538;
    line-height: 40px;
    border-radius: 24px;
    color: #fff;
    padding: 0 30px 2px;
}

.main-nav>ul>li:hover .main-nav-link::after {
    opacity: 1;
}

.main-nav>ul>li:last-child:hover .main-nav-link::after {
    opacity: 0;
}

.has-submenu {
    position: relative;
}

.main-nav>ul:hover li:not(:hover) .main-nav-link {
    opacity: 0.5;
}

.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%);
}

.submenu.double-flex {
    display: flex;
    justify-content: space-between;
}

.submenu ul {
    margin-top: 15px;
}

.submenu.double-flex ul:not(:last-child) {
    margin-right: 50px;
}

.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;
}

.submenu ul li,
.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;
}

.submenu ul li a:hover {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #052440;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s;
}

.hamburger-menu {
    display: none;
}

.hamburger-menu span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #Fff;
    border-radius: 3px;
}

/* MAIN FOOTER */
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main-footer {
    background-color: #052440;
    padding: 70px 0 45px;
        z-index: 1 !important;
    position: relative;
}

.mft-item {
    max-width: 270px;
}

.mf-logo-container {
    position: relative;
    margin-bottom: 15px;
}

.mf-logo {
    position: relative;
}

.mft-email a:hover {
    color: white;
}

.mft-email {
    margin-bottom: 15px;
}

.mft-email a {
    font-weight: 400;
    color: #cccccccc;
    font-size: 15px;
    line-height: 25px;
    transition: 0.3s all;
}

.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 15px;
}

.footer-call-box a {
    width: 100%;
}

.footer-call-title {
    color: #74767F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.27em;
    padding-left: 0;
}

.footer-call {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
}

.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: 5px;
}

.mft-links li span {
    color: #333333;
    font-size: 16px;
    font-weight: 800;
}

.mft-links li a {
    color: #cccccccc;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.mft-links li a:hover {
    color: white;
    text-decoration: underline;
}

.mf-contact-title {
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    line-height: 24px;
    color: #DFF2FF;
    margin-bottom: 10px;
}

.mf-contact-title a {
    color: #fff;
}

.mf-contact-title a:hover {
    color: white;
}

.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-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;
}

.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;
}
a.xtwitter {
    background: #000000;
}
a.tiktok {
    background: #000000;
}
.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: #ffffff;
    line-height: 24px;
    text-align: center;
}

.mf-copyright-text.bold {
    color: #1D3257;
    font-weight: 500;
    margin-top: 14px;
}

.mf-copyright-text a:hover {
    color: #fff;
}

.mf-copyright-text a {
    color: #052440;
    transition: 0.3s all;
}

@media (max-width: 1691px) {
    .mh-top-right {
        padding-right: 0;
    }
}

@media (max-width: 1591px) {
    .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);
    }

    .mh-top-right {
        align-items: flex-start;
    }

    .hdr-lang-button {
        height: 30px;
    }

    .hdr-search-button {
        height: 30px;
    }
}

@media (max-width: 1399px) {
    .mh-bottom .container {
        justify-content: center;
    }

    .main-nav-link {
        font-size: 14px;
    }

    .footer-call-title {
        font-size: 14px;
    }

    .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;
    }
}

@media (max-width: 1199px) {
    .mh-bottom .container {
        justify-content: space-between;
    }

    .main-nav-link {
        font-size: 13px;
        padding: 0 10px;
    }

    .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;
    }
}

@media (max-width: 991px) {

    .mh-bottom,
    .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-nav {
        display: none;
    }

    .hamburger-menu {
        display: block;
        position: relative;
        top: 15px;
        cursor: pointer;
    }

    .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 {
        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;
    }
}

@media (max-width: 575px) {
    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;
    }
}

@media (max-width: 480px) {
    .main-header {
        position: relative;
        margin-bottom: 15px;
    }

    .hamburger-menu span {
        background: #1D3257;
    }
}


@media (min-width: 320px) and (max-width:575px) {
    .container {
        padding: 0 20px;
    }
}


@media (min-width: 1530px) {
    .container {
        min-width: 1500px !important;
    }

    .main-header .container {
        min-width: 1500px !important;
    }
}

@media (min-width: 1730px) {
    .main-header .container {
        min-width: 1500px !important;
    }
}