
body {
    width: 100%;
    font-family: "Noto Sans", serif;
    font-size: 17px;
    line-height: 1.3;
    overflow-x: hidden;
    color: #8a8a8a;
    font-weight: 400;
}

strong, b {
    font-weight: 700;
}

a:hover {
    color: #0262c8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Exo", serif;
    font-weight: 700;
}

.art-item {
    width: 50%;
}

.img-home-cat-icon {
    width: 35px;
}


.wrap-play-border {
    border: 10px solid rgba(255, 255, 255, 0.5);
    width: 140px;
    border-radius: 50%;
    position: absolute;
    right: 75px;
    bottom: 80px;
    cursor: pointer;
    transition: .5s;
}

.wrap-play-border:hover {
    filter: drop-shadow(0px 0px 10px #fff);
}

.wrap-play {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

img#play-slider {
    width: 25px;
}

section.page-details {
    padding: 60px 15px;
}


a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:focus {
    text-decoration: none;
}

.container {
    max-width: 1310px !important;
}

.right-col-h p {
    margin-bottom: 0;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}


i.fa.fa-close.close-home-form {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
}

img.site-logo {
    width: 120px;
}

footer img.site-logo {
    width: 150px;
}

.img-icon-header {
    max-width: 19px;
    margin-right: -10px;
}

li.list-inline-item.li-ht.li-v-line {
    margin-left: 20px;
}

li.list-inline-item.li-ht.li-v-line {
    margin-left: 30px;
    border-left: 2px solid #0262c8;
    height: 25px;
    margin-right: 15px;
}

.header-top {
    background: #3b3b3b;
    padding: 20px 15px;
    color: #d9e4ee;
}

.header-top a {
    color: #d9e4ee;
    font-size: 18px;
}

li.list-inline-item.li-ht {
    display: inline-flex;
    text-align: left;
    gap: 20px;
    align-items: center;
}

.header-top .navbar {
    justify-content: flex-end;
    padding: 0 15px;
}

.get-quote {
    display: flex;
    gap: 10px;
    align-items: center;
}

a.to-cart {
    display: flex;
    width: 160px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 20px;
    font-weight: 500;
    margin: 0 0 0 auto;
}

a.to-cart:hover {
    background: #d15f58;
    border-color: #d15f58;
}

img.arrow-btn {
    max-width: 24px;
    display: block;
    margin-left: 10px;
}

.left-col-h {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
}

img.img-soc {
    height: 25px;
    margin-right: 30px;
}

.li-ht a {
    color: #ffffff !important;
    font-size: 14px;
    min-width: fit-content;
}

.li-ht a:hover {
    filter: drop-shadow(0px 0px 10px #ffffff);
}

a.p-link-link {
    font-weight: 700;
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.li-ht span {
    color: #737373;
    font-size: 15px;
    display: block;
    margin-top: -5px;
    opacity: .65;
}


span.v-border {
    display: inline-block;
    border-left: 2px solid #f1f1f1;
    height: 75px;
    margin: 0 15px -30px;
}


i.fa.fa-facebook-f {
    color: #fff;
}

header {
    background: #fff;
    position: relative;
    color: #fff;
    height: 130px;
    display: flex;
    align-items: center
}


.col-soc {
    text-align: right;
}

ul.list-inline.list-unstyled.list-stuff {
    margin: 38px 0 0;
}


.col-nav {
    text-align: left;
    padding-left: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}


nav .navbar-expand-lg {
    padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header i.fa.fa-facebook-f {
    font-size: 25px;
}


.ul-soc li {
    margin-left: 20px;
}

img.img-search {
    height: 25px;
    margin-right: 15px;
}

ul.list-inline.list-unstyled.ul-soc-header.margin-0 {
    margin-bottom: 0;
}


/*Lang */

img.img-lang {
    max-width: 25px;
    padding-bottom: 0;
    margin-top: -2px;
}


.lang-dropdown {
    position: relative;
}

.lang-dropdown .dropdown-item {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    color: #000000;
}

.lang.dropdown-menu {
    z-index: 1000;
    list-style: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    top: 40px !IMPORTANT;
    font-size: 10px;
    text-align: left !important;
    left: -21px !important;
    min-width: 75px !important;
    color: #fff;
    letter-spacing: 2px;
    padding: 0;
    flex-direction: row !important;
}

.lang.dropdown-menu > li > a {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 300;
}

.lang.dropdown-menu > li.active > a {
    color: #2d2d2d;
    font-size: 15px !important;
    font-weight: 700;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.lang.dropdown-menu > li {
    margin: 0;
    background: transparent !important;
    color: #ffffff;
    font-size: 15px !important;
}

/*Lang */

.slider-text {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    right: 0;
    top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    min-height: fit-content;
}

.v-strip-g {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: 100%;
    opacity: .7;
    transition: 0.5s;
}

.v-strip-g:hover {
    opacity: 1;
}

.v-strip {
    display: block;
    height: 100%;
    border-left: 1px solid #fff;
}


.slider-title {
    font-size: 82px;
    color: #fff;
    font-family: "Exo", serif;
    font-weight: 700;
    line-height: 1;
    max-width: 600px;
    text-align: center;
}

img.mouse-scroll {
    max-height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}

h3.slider-subtitle {
    font-size: 28px;
    font-weight: 300;
    width: 590px;
}


span.slider-strip {
    width: 115px;
    display: block;
    border-bottom: 3px solid #b9ccf0;
    margin: 40px 0;
}


a.slider-btn {
    display: flex;
    background: rgba(255, 255, 255, .1);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    width: 240px;
    height: 65px;
    transition: 0.5s;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

a.slider-btn:hover {
    background: #0262c8;
    color: #ffffff;
}

a.slider-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.slider-btn span:nth-child(1) {
    width: 175px;
}

span.sl-btn {
    background: #fff;
    height: 65px;
    width: 65px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}


img.slider-logo {
    max-width: 640px;
    margin: 0 auto;
}

.slider-hr {
    width: 160px;
    opacity: 1;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.slider-arrows-group {
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 80px;
    left: 50px;

}

.border-arc .slider-arrows-group {
    max-width: 140px;
}

.slider-arrow {
    position: absolute;
    max-width: 55px;
    cursor: pointer;
}

.slider-left-arrow.slick-arrow {
    transform: rotate(180deg);

}


.slider-arrows-group.sag-partner {
    bottom: 120px;
    width: 100%;
    left: 0;
    right: 0;
}


.slider-right-arrow.slick-arrow {
    margin-left: 85px;
}

.slick-dots li button:before {
    font-size: 30px !important;
}

.slider .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1;
}

.slider .slick-dots li button:before {
    opacity: 1 !important;
    color: #9b9893 !important;

}

.slider .slick-dots {
    bottom: 300px !important;
}


.slider-left-arrow-partner.slick-arrow {
    transform: rotate(180deg);
    left: -65px;

}

.slider-right-arrow-partner.slick-arrow {
    right: -65px;

}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-start;
}


.slider-arrows-groups.sag-review {
    position: absolute;
    right: 100px;
    top: 270px;
}

.slider-left-arrow-review.slick-arrow {
    transform: rotate(180deg);
    left: 0;

}

.slider-right-arrow-review.slick-arrow {
    right: 0;
}

span.navbar-toggler-icon {
    border-top: 2px solid #fff;
    display: block;
    margin-bottom: -20px;
    width: 35px;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: initial !important;
}


#header a.nav-link {

    font-size: 19px;
    margin: 0 5px;
    transition: 0.5s;
    color: #ffffff;
}

.col-xl-2.col-phone {
    background: #0262c8;
}


.searchbtn i.fa.fa-search {
    color: #fff;
    position: absolute;
    top: 25%;
    right: 30px;
    font-size: 27px;
}

.search-icon i.fa.fa-search {
    color: #fff;
    font-size: 25px;
}


img.img-call {
    max-width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}


a.call {
    font-size: 28px;
    display: block;
    margin: 25px auto 0;
    color: #000;
    transition: 0.5s;
}

a.call:hover {
    opacity: 0.7;
}

li.nav-item {
    position: relative;
    margin: 0 50px 0 0;
}

li.nav-item a span {
    font-size: 18px;
    font-family: "Exo", serif;
    color: #1a2b5c;
    font-weight: 600;
}

li.nav-item.active span, li.nav-item span:hover {
    color: #085cab;
}

.col-menu {
    padding: 10px 0 10px 30px;
    background: #ffffff;
}


.strip-link {
    transition: 0.15s;
}

li.nav-item.active > .strip-link, li.nav-item:hover > .strip-link {
    max-width: 55px;
    border-bottom: 4px solid #085cab;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
    border-radius: 3px;
}

.dropdown-menu li.nav-item.active > .strip-link,
.dropdown-menu li.nav-item:hover > .strip-link {
    display: none !important;
}

li.nav-item.active span {
    font-family: "Exo", serif;

}


.choice-town span {
    max-width: 140px;
}

img.arrow-btn.abs {
    position: absolute;
    right: 45px;
    top: 45px;
}

ul.list-unstyled.dropdown-menu.drop-town.show {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.town-col.navbar {
    text-align: right !important;
}


.choice-town {
    position: absolute;
    right: 0;
    top: 10px;
    background: #0062b9;
    width: 200px;
    height: 60px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
}

.choice-town:hover {
    color: #ffffff;
    background: #1a2b5c;

}

img.btn_icon {
    margin-bottom: 2px;
}

ul.dropdown-menu .strip-link {
    display: none;
}

li.nav-item.active span,
a.nav-link:hover span {
    /*border-bottom: 1px solid #0262c8;*/

}

a.nav-link span:hover {
    transition: 0.5s;
}

ul.dropdown-menu .strip-link {
    display: none;
}


a.nav-link {
    padding: 0 !important;
}

/*Buton za responsiv menu */

.toggle-menu span {
    background-color: #1a2b5c;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    left: calc(50% - 25px);
    position: absolute;
    top: calc(50% - 0);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #1a2b5c;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before {
    top: 7px;
    margin-top: 5px;
}

.toggle-menu span:after {
    top: -7px;
    margin-top: -5px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    margin: 0 !important;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*Buton za responsiv menu */


img.cat-icon {
    max-width: 90px;
    display: block;
    margin: 30px auto 50px;
}


.hs-1 {
    padding: 0;
    background: #f6f7fc;
    color: #fff;
    min-height: 215px;
    position: relative;
    margin-top: 30px;
}

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

.boxes {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: -120px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}

.box-s1 {
    width: 250px;
    height: 210px;
    border-bottom: 7px solid #0062b9;
    border-radius: 7px;
    padding: 0 35px 0;
    background: #ffffff;
    color: #1a2b5c;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.box-s1:hover {
    box-shadow: 0 0 15px #e2e3e8;
}

h2.main-title {
    font-size: 25px;
    font-weight: 700;
    font-family: "Exo", serif;
    margin-bottom: 25px;
    margin-top: 35px;
    color: #1a2b5c;
}

h3.main-text {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

a.circle-btn {
    display: flex;
    width: 230px;
    height: 230px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: -50px;
    margin-top: 50px;
    transition: .5s;
}

a.circle-btn:hover {
    background: #0262c8;
    border-color: #0262c8;
}

h2.mark-title {
    font-size: 65px;
    background: #0262c8;
    padding: 5px 15px 5px 5px;
    display: inline;
    line-height: 1.8;
}

.wrap-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.wrap-box {
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding: 70px 60px 0;
    gap: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.large-txt p, .large-txt a {
    font-size: 23px;
}

.wrap-box:hover {
    box-shadow: 0 0 16px 0 #42a9dd;
}

.wrap-box a {
    color: #ffffff;
}

.wrap-box a:hover {
    color: #ffffff !important;
}

.wrap-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 169, 221, .6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 30px;
    padding: 60px;
}

.wrap-box:hover .overlay {
    opacity: 1;
}

.wrap-box:hover > .wrap-icon, .wrap-box:hover .i-title {
    opacity: 0;
}

.wrap-box h3 {
    font-size: 31px;
    font-family: "Exo", serif;
    color: #ffffff;

}

h3.ex-title {
    font-size: 27px;
    text-transform: uppercase;

    margin-bottom: 40px;
}

p.ex-text {
    font-size: 21px;
    font-weight: 200;
}

.border-right {
    border-right: 2px solid #dedfe0;
}

article.hs-cats {
    padding: 330px 15px 80px;
    background: #ececed;
}

.row.ex-row {
    padding: 50px;
    margin-top: -270px;
    position: relative;
    background: #fff;
}

.ex-col {
    text-align: center;
    padding: 30px;
}


ul.home-cat-text {
    padding-left: 0;
    margin-top: 35px;
    min-height: 105px;
}

.wrap-home-cat {
    padding: 40px;
    box-shadow: 0 0 10px 0 #e2e2e2;
    min-height: 600px;
    position: relative;
    margin-bottom: 30px;
}

a.see-all-subcats {
    display: block;
    background: #0262c8;
    border: 1px solid #0262c8;
    color: #fff;
    width: 200px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 30px;

    letter-spacing: 2px;
    position: absolute;
    bottom: 45px;
}

a.see-all-subcats:hover {
    background: #ffffff;
    color: #0262c8;
}

a.see-all-subcats > i {
    margin-left: 20px;
}


.wrap-home-cat ul li {
    background-position-y: 6px;
    padding: 4px 0 3px 25px;
    list-style: none;
    margin: 8px 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    background-size: 15px;
    line-height: 1.2;
    font-size: 19px;
    color: #101010;

}

.wrap-home-cat ul li a {
    color: #101010;
    opacity: 0.6;
    font-weight: 400;
}

.wrap-home-cat ul li a:hover {
    opacity: 1;
}

.home-cat-title {
    margin: 25px 0 5px;
    min-height: 55px;
}

.home-cat-title a {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;

    color: #343d44;
    line-height: 1;

}

.home-cat-title a:hover {
    color: #343d44;
    opacity: 0.7;
}

span.title-strip.hct-strip {
    margin: 0 0 20px 0;
    border-width: 8px;
    width: 50px;
}

img.img-fluid.img-homecat-icon {
    height: auto;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
}

.row-prods {
    display: flex;
    align-items: center;
    padding: 60px;
    border-radius: 25px;
    border-left: 25px solid #67b7df;
    box-shadow: 0 0 10px 0 #e5e5e5;
    gap: 60px;
    background: #ffffff;
    margin-bottom: 30px;
}

.new-product {
    color: #94383d;
    text-transform: uppercase;
    font-family: "Exo", serif;
    font-size: 19px;
    margin-bottom: 5px;
}

.p-content {
    column-count: 2;
}

.prod-img {
    width: 250px;
    min-width: 250px;
}

h2.p-title {
    font-size: 29px;
    font-family: "Exo", serif;;
    color: #434344;
    max-width: 480px;
}

a.p-link {
    position: absolute;
    right: 0;
    background: #0262c8;
    color: #fff !important;
    width: 190px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 0 30px;
    top: 0;
    gap: 15px;
    cursor: pointer;
}

a.p-link:hover {
    background: #67b7df !important;
    opacity: 1 !important;
}

a.p-link i {
    font-size: 23px;
    margin-bottom: 2px;
}


.cat-contetnt {
    margin: 40px 0 80px;
    text-align: center;
}

.p-model {
    font-size: 19px;
    font-family: "Exo", serif;
    color: #131313;
    opacity: .4;
    margin: -5px 0 15px;
}

.p-price {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #014f8c;
    margin-bottom: 20px;
}

section.content-1 {
    background: linear-gradient(to top, #131313 830px, white 830px);
    width: 100%; /* задава ширината на секцията */
    height: auto; /* за динамична височина */
    padding: 50px 15px 80px;
    position: relative;
}

.prod-list {
    background: linear-gradient(to bottom, white 180px, #f2f4fa 180px);
    width: 100%; /* задава ширината на секцията */
    height: auto; /* за динамична височина */
}

.prod-list {
    background: linear-gradient(to bottom, white 180px, #f2f4fa 180px, #f2f4fa calc(100% - 180px), white calc(100% - 180px));
    width: 100%; /* задава ширината на секцията */
    height: auto; /* за динамична височина */
    padding: 80px 15px;
}

.img-info-box {
    max-width: 135px;
}

.info-box {
    background: #fff;
    padding: 70px;
    box-shadow: 0 0 10px 0 #e5e5e5;
    display: flex;
    gap: 60px;
    align-items: center;
    font-size: 21px;
}

img.g-icon {
    max-width: 90px;
}

.g-box {
    background: #fff;
    padding: 70px;
    box-shadow: 0 0 10px 0 #e5e5e5;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    font-size: 21px;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    font-family: "Exo", serif;
}

.g-box-item {
    border-bottom: 1px solid #dedfe0;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 50px;
    font-size: 23px;
    min-width: 100%;
}


a.make-request-cat i {
    font-size: 25px;
    margin-bottom: 2px;
}

section.content-2 {
    padding: 120px 15px 300px;
}

img.service-icon {
    max-width: 70px;
}

.sh-1 {
    width: 180px;
    background: #434954;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-left: 7px solid #67b7df;
    border-radius: 7px 0 0 0;
}

.sh-2 {
    padding: 50px;
    font-family: "Exo", serif;;
    font-size: 30px;
    background: #ffffff;
    border-radius: 0 7px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.sh-2 a {
    color: #434344;
    display: inline-flex;
    align-items: center;
}

.sh-2 a:hover {
    color: #0262c8;
}

.sh-2 span {
    max-width: 60%;
    display: inline-block;
    line-height: 1.2;

}

.service-header {
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 0 #e5e5e5;

}

.service-body {
    padding: 50px;
    border-radius: 0 0 7px 7px;
    font-size: 23px;
    font-family: "Exo", serif;
}

.service-box-prod {
    box-shadow: 0 0 10px 0 #e5e5e5;
    margin-bottom: 70px;
    border-radius: 7px;
    position: relative;
    width: 100%;

}

img.img-fluid.img-arrow-right {
    position: absolute;
    right: 50px;
}


/*img.img-fluid.img-homecat-icon:hover {*/
/*    opacity: 0.7;*/
/*}*/

section.blank-section {
    background: #f4f4f4;
    padding: 0 15px 70px;

}

img.img-arrow-btn {
    display: inline-block;
    max-width: 15px;
}

.row-home-cat {
    margin-bottom: 50px;
}

.hs-cats hr {
    margin: 80px 0;
}


.wrap-img-arrow {
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
    position: absolute;
    right: 20px;
}

.wrap-img-arrow:hover {
    opacity: 0.7;
}

.wrap-cat-title {
    background: #272b34;
    color: #fff;
    font-size: 17px;

    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 20px 45px 20px 20px;
    line-height: 1.1;
    min-height: 80px;
    align-items: center;
    position: relative;
}


p.m-title {
    font-size: 54px;

    position: absolute;
    left: 40px;
    top: 140px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
}

a.m-link {
    display: block;
    width: 215px;
    padding: 10px;
    color: #fefefe;
    border: 1px solid currentColor;
    position: absolute;
    left: 40px;
    bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;

    font-size: 23px;
    transition: 0.5s;
}

a.m-link:hover {
    opacity: 0.7;
}

img.right-arrow {
    max-width: 30px;
    margin-left: 20px;
}

.ct-text p {
    max-width: 290px;
}

.ct-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}

.box-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;


}

.box-ch {
    width: 320px;
    padding: 30px;
    height: 475px;
    color: #ffffff;
    position: relative;
}


img.box-icon {
    max-width: 60px;
    margin-bottom: 70px;
}

.box-ch h3 {
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.box-ch p {
    line-height: 1.3;
    font-weight: 400;
}


a.box-learn-more {
    display: block;
    width: 180px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #0262c8;
    padding: 10px;

    text-align: center;
    transition: 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
}


.home-title.home-t-white {
    color: #fff;
    position: relative;
}

.wrap-title {
    position: relative;
}

span.yellow-element {
    background: #0262c8;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -15px;
}

img.img-fluid.pic-2 {
    position: absolute;
    left: 0;
    top: -78px;
}


img.img-check {
    max-width: 30px;
    display: block;
    margin: 0 auto;
}


.square {
    background: #0262c8;
    width: 65px;
    height: 65px;
    padding: 18px;
    display: inline-block;
}

.w-txt {

    font-size: 32px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.row-ws {
    margin-top: 120px;
}

.col-xl-6.align-self-center.col-w-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
}


article.hs-4 {
    padding: 140px 0 230px;
    background: url("../images/bg/bg-reviews.jpg") no-repeat right;
    background-size: cover;

}

.sl-cr i {
    width: 85px;
    height: 85px;
    background: #eff0f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 35px;
    margin-bottom: 15px;
    cursor: pointer;
}


.sl-cr .fa-angle-right:before {
    content: "\f105";
    margin-left: 5px;
    margin-top: -5px;
}

.review-box {
    background: #fff;
    border: 1px solid #f3f3f3;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
    padding: 50px;
    box-shadow: 0px 0px 15px #efefef;
    margin: 10px 15px;
    border-radius: 10px;
}

.slider-arrows-group.sag-review {
    bottom: 140px;
    width: 100%;
    left: auto;
    right: 100px;
}


.hs-7 {
    padding: 100px 15px 60px;
}

img.img-fluid.img-blog-pic {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.wrap-news {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px #dbdbdb;
    margin-bottom: 30px;
}

.wrap-news-info {
    padding: 25px 45px 45px;
    min-height: 370px;
    position: relative;
}

p.news-date {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

h2.news-title {
    font-size: 25px;
    font-weight: 700;
    color: #1a2b5c;
    font-family: "Exo", serif;
    min-height: 90px;
}

.news-short {
    font-size: 15px;
}

h2.news-title a {
    color: #1a2b5c;
}

h1.newsTitle {
    color: #1a2b5c;
    font-weight: 700;
}

p.news-short {
    font-size: 15px;
    color: #8a8a8a;
}

a.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 60px;
    font-size: 11px;
    text-transform: uppercase;
    color: #152349;
    border: 1px solid #0262c8;
    border-radius: 5px;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
}

a.read-more:hover {
    color: #ffffff;
    background: #0262c8;
}

.hs-7 .basic-btn {
    margin-top: 50px;
}

.hs-7 .row {
    margin-top: 70px;
}


a.make-request {
    color: #131313;
    display: flex;
    width: 230px;
    height: 230px;
    border: 1px solid currentColor;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 50px auto 0;
    font-weight: 500;
}

a.make-request:hover {
    box-shadow: 0 0 15px #d7d2d2;
    border-color: #fefefe;
}

.hs-8 .row {
    margin: 120px 0 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;

}

.col-request a {
    color: #000000;
}


.col-request {
    color: #000000;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.5s;
}

.col-request:hover {
    background: #0262c8;
    color: #ffffff;
}

.col-request:hover a {
    color: #ffffff;
}

.col-request:nth-child(2) {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

img.img-quote {
    max-width: 100px;
    margin: 90px auto 0;
    display: block;
}

h3.review-title {
    font-size: 25px;
    font-weight: 700;
    color: #1a2b5c;
    font-family: "Exo", serif;
    margin: 20px auto 10px;
}

.review-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #8a8a8a;
    font-style: italic;
    margin-top: 40px;
    min-height: 60px;
}

i.fa.fa-star {
    color: #d6ba37;
    font-size: 25px;
}

i.fa.fa-star-o {
    color: #d8d6d6;
    font-size: 25px;
}


.review-name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
}


.hs-5 {
    background: #f6f7fc;
    padding: 120px 0 80px;
}

img.img-fluid.img-hat {
    position: absolute;
    max-width: 650px;
    border-radius: 5px;
    top: -180px;
}

.title-group {
    width: fit-content;
    margin: 0 auto;
}

.st-title {
    color: #1a2b5c;
    font-size: 38px;
    font-weight: 700;
    font-family: "Exo", serif;
    margin-bottom: -5px;
}

.s-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.statistic {
    display: flex;
    gap: 40px;
    margin-left: 45px;
}

.hs-5 .r-col {
    padding-left: 80px;
}

.hs-5 hr {
    margin: 80px 0;

}

img.img-partner {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 70px;
    object-fit: cover;
}

.sag-partner {
    position: absolute;
    bottom: 43px;
    width: 100%;
    right: 0;
}

.sag-partner .slick-arrow {
    font-size: 23px;
    cursor: pointer;
}

.slider-right-arrow-partner.slick-arrow {
    right: -25px;
    position: absolute;
}

.slider-left-arrow-partner.slick-arrow {
    left: -25px;
    position: absolute;
}

.col-adv {
    position: relative;
    margin: 0;
    border-top: 1px solid currentColor;
    padding: 50px;
    display: flex;
    gap: 50px;
    transition: .5s;
}

.col-adv:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
}

.col-adv:hover {
    background: #0262c8;
}

.adv-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
}

.adv-text {
    font-size: 17px;
    line-height: 2;
}


.useful {
    margin-top: 100px;
}

img.img-fluid.img-decor {
    display: block;
    margin: 0 auto;
}


a.learn-more {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #0262c8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;

    font-size: 23px;
    transition: 0.5s;
    background: #0262c8;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -28px;
}


a.learn-more-2 {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #0262c8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;

    font-size: 23px;
    transition: 0.5s;
    background: #0262c8;
    margin: 50px auto 50px;
    bottom: -28px;
}

a.learn-more-2:hover {
    opacity: 0.7;
}

img.img-partner {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.hs-6 {
    padding: 120px 0 80px;
    position: relative;
    background: url("../images/bg/bg-icons.jpg") no-repeat center;
    background-size: cover;
    text-align: center;

}

.hs-6 .basic-btn:hover {
    background: #0262c8;
    box-shadow: 0 0 10px #c3ddf8;
}

.hs-6 p {
    max-width: 900px;
    margin: 20px auto 40px;
    /* MIRELA*/
    color: #ffffffc2;
}

.slider-box {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 60px 0 0;
    position: relative;
}

.find-us {
    display: block;
    width: 440px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
}

p.find-us-txt {
    margin: 0;
    font-size: 44px;

    font-weight: 700;
    border: 2px solid #9d8252;
    color: #9d8252;
    text-transform: uppercase;
    text-align: center;
}


span.sp-4 {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #9d8252;
    margin-bottom: 15px;
}


section.gallery {
    margin-top: 140px;
}


p.town-info, p.town-info a {
    font-size: 23px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #979797;
    line-height: 1.3;
    transition: 0.5s;
}

p.town-info a:hover {
    color: #101010;
}


.wrap-r-info {
    background: #34302f;
    padding: 30px 0 30px 30px;
    border-left: 10px solid #ad956c;
    position: relative;
    height: 90px;
    margin-top: 1px;
}


span.r-title {

    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

img.img-inline.res-icon {
    max-width: 40px;
    padding-bottom: 10px;
}

.row.row-reservation {
    margin-top: 80px;
}

a.r-link {
    display: grid;
    background: #0262c8;
    width: 88px;
    text-align: center;
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    align-content: center;
}

a.r-link:hover {
    background: #8f7b5b;
    color: #ffffff;
}


a.s-learn-more {
    display: block;
    font-weight: 700;
    color: #ce6067;
    transition: 0.5s;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}


.img-cut {
    position: relative;
}


a.yellow-btn.see-all-articles {
    margin-top: 120px;
}


.ul-mail li a {
    color: #ffffff;
    font-size: 31px;
}

.ul-mail {
    display: flex;
    justify-content: space-between;
}

img.img-inline.icon-contacts {
    max-width: 65px;
    margin: -20px 10px 0 0;
}


.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

section.slider {
    margin-bottom: -30px;
}


img.amenities-img {
    max-width: 65px;
    margin: 0 auto 20px;
    display: block;
}


.slider-arrow1 {
    position: absolute;
    max-width: 25px;
    cursor: pointer;
}

.slider-amenities {
    margin-top: 100px;
}

.slider-amenities .slick-dots li.slick-active button:before,
.gallery-slider .slick-dots li.slick-active button:before {
    color: #000000 !important;
    opacity: 1;
}

.slider-left-arrow1.slick-arrow {
    transform: rotate(180deg);
    left: 0;
}

.slider-right-arrow1.slick-arrow {
    right: 0;

}


.slider-amenities .slick-dots {
    bottom: -80px !important;
}


.gallery-slider .slick-dots {

    bottom: -50px !important;
}

.col-about-right {
    padding-left: 100px;
}

a.about-link {
    display: block;
    width: 215px;
    padding: 10px;
    color: #000;
    border: 1px solid #0262c8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;

    font-size: 23px;
    transition: 0.5s;
    background: #0262c8;
    margin-top: 70px;
}

a.about-link:hover {
    background: #ffffff;
}


.accent {
    color: #0262c8 !important;
}


.home-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a2b5c;
    font-family: "Exo", serif;;
    margin: 0 auto 30px;
    line-height: 1;
}

p.subtext {
    text-align: center;
    font-size: 27px;
    margin: 40px auto 0;
}


span.home-title-strip {
    display: block;
    margin: 0 auto;
    width: 90px;
    border-bottom: 3px solid #0262c8;
}


.home-title a, .home-title a:hover {
    color: #272b34;
}

.home-title.border-left {
    border-left: 8px solid #ee4036;
    padding: 15px 0 15px 20px;
}

span.title-strip {
    display: block;
    width: 55px;
    border-bottom: 8px solid #0262c8;
    margin: 0 auto;
}


span.slide-strip.home-title-strip {
    margin-bottom: 15px;
}


img.adv-icon {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}


p.adv-title {

    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin: 30px auto;
}


.home-title.ht-strip {
    border-left: 10px solid #0262c8;
    padding-left: 30px;
    margin-left: -40px;
}


p.ame-txt {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;

    color: #000;
    opacity: 1 !important;
    line-height: 1.2;
    margin: 0 auto;
}


article.hs-2 {
    position: relative;
    padding: 120px 0;
}

a.basic-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
    background: #0262c8;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

a.basic-btn:hover {
    background: #1a2b5c;
}

a.empty-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
    background: #fff;
    color: #1a2b5c;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #1a2b5c;
}

a.empty-btn:hover {
    box-shadow: 0 0 15px #1a2b5c;
    border-color: #a7acbb;
}

.btns-group {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.home-label {
    display: flex;
    width: 150px;
    height: 40px;
    background: #cfe1f4;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0262c8;
    margin-bottom: 25px;
}


.hs-2 .r-col {
    padding-left: 30px;
}

img.img-fluid.img-megaboard {
    width: 100%;
    height: 840px;
    object-fit: cover;
}

.bord-group {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(152, 27, 35, .75);
    width: 505px;
    height: 100%;
    display: flex;
    padding: 0 30px 0 50px;
    align-items: center;
    color: #ffffff;
}

h2.b-title {
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
}

h3.b-subtitle {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}

.b-strip {
    width: 45px;
    border-bottom: 3px solid;
    margin-bottom: 25px;
}

.b-text {
    font-size: 17px;
    font-weight: 500;
    max-width: 300px;
    opacity: .8;
}

a.b-link {
    color: #fff;
    display: flex;
    margin-top: 50px;
    font-size: 20px;
}

a.b-link:hover {
    filter: drop-shadow(0px 0px 10px #ffffff);
}


article.hs-3 {
    background: url("../images/bg/bg-gray.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0;
}


.wrap-border {
    background: #fff;
    padding: 50px 40px;
    text-align: center;
    min-height: 410px;
    border-bottom: 7px solid #0262c8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.cr-image {
    background: #f1f2f8;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

span.underline-title {
    display: block;
    width: 35px;
    border-bottom: 2px solid #0262c8;
    margin: -5px auto 25px;
}

.hs-3 .row {
    margin-top: 80px;
}


img.s-icon {
    height: 55px;
}

.s-num {
    color: #67b7df;
    font-size: 70px;
    font-family: "Exo", serif;;
}

.s-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.row-statistic .col-lg-4 {
    width: fit-content;
}

.row-statistic p {
    font-family: 'Akrobat-Light', sans-serif;
    font-size: 23px;
    margin: 0;
    color: #ffffff;
    max-width: 350px;
    line-height: 1;
}

img.head-icon {
    max-width: 50px;
    display: block;
    margin: 0 auto 15px;
}

img.img-fluid.img-adv-icon {
    max-height: 70px;
    display: block;
    margin: 0 auto 30px;
}

.row-advantages .col-xl-3.col-lg-6 {
    color: #131313;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    font-family: "Exo", serif;
    padding: 30px;
}

.service-box {
    position: relative;
    background: #f2f2f2;
    padding: 30px;
    min-height: 340px;
}

img.img-service-icon {
    max-width: 45px;
}

img.img-service-link {
    max-width: 18px;
}

a.service-link {
    width: 30px;
    height: 30px;
    display: flex;
    background: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: 0.5s;
}

a.service-link:hover {
    background: #0262c8;
}


h3.service-title {

    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}


.data-group {
    padding: 120px 0 60px 120px;
}

img.img-fluid.img-map {
    height: 100%;
    object-fit: cover;
    max-height: 1280px;
}

.wrap-address {
    background: #ee4036;
    padding: 40px 0 40px 60px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}

.data-group a.is-icon {
    height: 15px !important;
    width: 15px !important;
    margin-right: 10px;
}

.data-group .ul-soc-header {
    text-align: right;
    margin-bottom: 0;
    margin-right: 70px;
}

.data-group span.phone-big {
    color: #fff;
    transition: 0.5s;
}

.data-group span.phone-big:hover {
    color: #ee4036;
}

.wrap-address p {
    margin-bottom: 5px;
}

.wrap-address a {
    color: #ffffff;
    font-size: 15px;
}

p.a-title {

    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

p.adv-subtitle {
    font-size: 18px;
    max-width: 270px;
    margin: 0 auto;
    letter-spacing: 1px;
    opacity: 0.7;
}

p.service-text {
    font-size: 13px;
    line-height: 1.3;
}

form#form1 {
    position: relative;
}


.left-side-form {
    background: #323c4e;
    padding: 45px;
    color: #fff;
    font-size: 19px;
}

.left-side-form h2 {
    font-size: 38px;
    font-weight: 800;

}

.left-side-form a {
    color: #ffffff;
    font-size: 22px;
}

.left-side-form a:hover {
    filter: drop-shadow(0px 0px 10px #fff);
}

.cont-box {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin: 45px 0;
}

.img-c-icon {
    width: 35px;
    opacity: 1;
}

.right-side-form {
    padding: 45px;
    border: 1px solid #8e8785;
}

.right-side-form h2 {
    font-size: 35px;
    color: #323c4f;
    margin-bottom: 20px;
}


button.btn.btn-request.btn-home-subbmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 145px;
    background: #0262c8;
    color: #ffffff;
    font-size: 50px;
    border-radius: 50%;
    z-index: 1;
    transition: .5s;
    position: absolute;
    right: 1px;
    bottom: -15px;
}

button.btn.btn-request.btn-home-subbmit:hover {
    background: #323c4e;
}

i.fa.fa-send {
    margin-left: -10px;
}


button.btn.btn-request.btn-home-subbmit i.fa.fa-chevron-right {
    margin-left: 13px;
    font-size: 16px;
}


.navbar-nav .dropdown-item {
    background-color: transparent;
}

.navbar-nav .dropdown-menu.show {
    left: 0;
    top: 30px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    border: 1px solid #1a2b5c;
    border-radius: 5px;
}


img.arrow-menu {
    max-width: 20px;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 16px;
}


.dropdown-toggle span {
    position: relative;
}

a.nav-link.dropdown-toggle.dropdown-toggle::after {
    content: '';
    position: absolute;
    top: 9%;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url('../images/icons/right-arrow-blue.svg') no-repeat center center;
    background-size: contain;
    border: none;
    transform: rotate(90deg);
}


.navbar-nav .dropdown-menu.show .dropdown-menu.show {
    left: 310px;
    top: -27px;
    min-width: 225px;
}

.navbar-nav .dropdown-menu.show .dropdown-menu.show .dropdown-menu.show {
    left: 233px;
    top: -27px;
    min-width: fit-content;
}

.navbar-nav .dropdown-menu.show .dropdown-menu.show .dropdown-menu.show .dropdown-menu.show {
    left: 120px;
    top: -27px;
    min-width: fit-content;
}

.navbar-nav .dropdown-menu li {
    margin: 0 !important;
    padding: 5px 25px;
}

.navbar-nav .dropdown-menu li a {
    color: #1a2b5c;
    padding: 8px 0;
    font-size: 17px;
    text-wrap: wrap;
    font-family: "Exo", serif;
    font-weight: 500;
}

.navbar-nav .dropdown-menu li a
.navbar-nav .dropdown-item li:hover a {
    color: #ffffff !important;
    background-color: transparent;
}

.navbar-nav .dropdown-menu li:hover,
.navbar-nav .dropdown-menu li:focus,
.navbar-nav .dropdown-menu li.active,
.navbar-nav .dropdown-menu li.active {
    background: #c9e6f4;
    color: #014f8c !important;
}

.navbar-nav .dropdown-menu li > a:hover,
.navbar-nav .dropdown-menu li > a:focus,
.navbar-nav .dropdown-menu li.nav-item > a.active,
.navbar-nav .dropdown-menu li.nav-item > a.active {
    color: #000000 !important;
}

a.nav-link-reserve {
    display: block;
    width: 185px;
    text-align: center;
    background: #0262c8;
    color: #000;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    transition: 0.5s;
}

a.nav-link-reserve:hover {
    color: #0262c8;
    background: #000000;
}

i.fas.fa-chevron-right {
    margin-left: 15px;
    font-size: 18px;
}

footer {
    padding: 70px 0 30px;
    /* background: #323c4e; */
    /* MIRELA */
    background: url("../images/bg/bg-icons.jpg") no-repeat center;
    background-size:cover;
        /* end mirela*/
    color: #ffffff;
}

a.logo-txt {
    font-size: 17px;
    font-weight: 700;
}

img.footer-waves {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer a.is-icon {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.f-icon {
    display: flex;
    gap: 15px;
}

img.phone-circle {
    display: inline-block;
    max-width: 30px;
    margin: 5px 15px 20px 0;
}

span.phone-big {
    font-weight: 600;
    font-size: 29px;
}

footer p, footer a {
   /* color: #8a8a8a; */
   /* mirela */
    color: #ffffffc2 ;
    transition: 0.5s;
    font-size: 16px;
}

.ul-services {
    column-count: 2;
}

.soc-links {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cont-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.left-side-form .cont-group {
    margin: 55px 0;
}

.soc-links a:hover {
    filter: drop-shadow(0px 0px 10px #ffffff);
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 80px;
}

footer ul li {
    margin-bottom: 15px;
}

footer h4 {
    font-size: 16px;
    font-weight: 600;

}

img.img-icon-footer {
    height: 35px;
}


.list-hidden > p {
    margin-left: 10px;
}

footer a i {
    transition: 0.5s;
    color: #fff;
}

footer i.fa.fa-facebook-f {
    margin-left: 3px;
    margin-right: 15px;
}

footer p i {
    color: #ffffff;
    font-size: 17px;
    opacity: 1 !important;
    margin-right: 5px;
}

a.send-request {
    text-decoration: underline;
    font-family: "Exo", serif;
}

footer a:hover,
footer a i:hover {
    filter: drop-shadow(0px 0px 10px #ffffff);
    opacity: 1;
    color: #fff;
}

footer .f-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 1 !important;
    color: #ffffff !important;
    font-family: "Exo", serif;

}

/*footer .col-xl-4.col-lg-4 .f-title {*/
/*    text-align: center;*/
/*}*/

footer p.f-phone a {
    color: #c8c8c8;
    font-size: 18px;
    font-weight: 300 !important;
}

.two-columns {
    column-count: 2;
}

.t-c-3 {
    column-count: 3;
}

.t-c-2 li:nth-child(-n+5) {
    break-after: avoid-column;
}

.p-btn > i {
    position: absolute;
    right: 20px;
    color: #c8c8c8;
    top: 5px;
}

.p-btn {
    position: relative;
    cursor: pointer;
}


.page-title-group {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 210px;
}

h1.page-title {
    color: #000000;
    font-size: 65px;
    display: inline-block;
    margin-bottom: 40px;
}

span.page-title-strip {
    width: 90px;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin-bottom: 25px;
}

h2.center-title {
    font-size: 51px;
    color: #9d8252;

    font-weight: 700;
    display: inline-block;
    margin: 0 30px 60px;
}


img.icon-footer {
    max-width: 15px;
    margin-right: 5px;
}


img.img-inline.phone-img {
    max-width: 20px;
    padding-bottom: 5px;
    margin-right: 5px;
}

img.logo-footer {
    max-width: 200px;
    display: inline-block;
    margin-top: 0;

}

footer hr {
    margin: 60px 0 40px;
}


span.f-strip {
    width: 20px;
    display: block;
    border-bottom: 2px solid #868c97;
    margin: 0 0 20px;
}

.copyright {
    color: #8a8a8a;
    font-size: 11px;
    padding: 0;

}

.copyright p, .copyright a {
    /* color: #8a8a8a; */
    /* mirela */ 
    color: #ffffffc2;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 0;
}


img.img-fluid.img-article-big {
    display: block;
    height: 400px;
    width: 870px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 30px;
}

.row-articles {
    margin-top: 80px;
}


.container-black {
    background: #000000;
}

.contact-form h2 {
    font-size: 65px;
    font-weight: 800;
    max-width: fit-content;
    margin: 30px auto 90px;
}

.contact-form h3 {
    font-size: 24px;
    font-weight: 400;
}

.contact-form .underline {
    margin-top: -105px;
}

/*Pagination*/

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 15px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px 3px;
    margin: 0 10px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border-left: 0;
    border: none;
    border-radius: 0 !important;
    font-size: 21px;
    font-weight: 300;
    transition: 0.5s;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #000000;
    background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #ffffff !important;
    cursor: default;
    background-color: #0262c8 !important;
    border-color: #f3f3f5 !important;
    font-weight: 300;
}

.pagination i.fa.fa-chevron-left,
.pagination i.fa.fa-chevron-right {
    font-size: 18px;
    margin-top: 5px;
}

/*END Pagination*/


.wrap-h-box.position-relative {
    width: 544px;
    height: 350px;
    margin-left: 15px;
}

img.img-fluid.prod-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.see-prod {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    background: #0262c8;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.see-prod:hover {
    background: #343d44;
}


a.see-prod .fa-chevron-right {
    font-size: 18px;
    color: #fff;
}

.prod-home-slider-arrow {
    font-size: 25px;
    cursor: pointer;
    opacity: 0.6;
}

.sa-left {
    position: absolute;
    left: -20px;
}

.sa-right {
    position: absolute;
    right: -20px;
}


.list-products {
    margin-top: 70px;
}

.wrap-home-prod.position-relative {
    max-width: 420px;
    box-shadow: 0 0 10px 0 #e2e2e2;
    display: block;
    margin: 30px auto;
}


img.img-fluid.prod-image-list {
    width: 100%;
    height: 270px;
    object-fit: contain;
    padding: 10px;
}

.row-list-products {
    margin-top: 50px;
}

.prod-description {
    background: #fff;
    padding: 25px 30px 20px;
    min-height: 220px;
    margin-bottom: 30px;

}

h3.prod-home-title {
    color: #101010;
    text-transform: uppercase;

    font-size: 19px;
    padding: 5px 20px 0;
    min-height: 100px;
}

.cat-home-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    color: #242424;
    opacity: 0.5;
    display: block;
    margin-top: 10px;
    padding: 0 20px 10px;
    max-width: 85%;
    min-height: 50px;
}

h4.cat-home-title:hover {
    opacity: 1;
}

span.price {
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}

.row-home-products {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 80px;
}

a.see-all-prods {
    position: relative;
    display: block;
    width: 210px;
    padding: 10px;
    text-align: center;
    border: 1px solid #c3ab82;
    font-size: 17px;
    text-transform: uppercase;

    color: #000;
    margin-top: 25px;
    transition: 0.5s;
}

a.see-all-prods > i {
    margin-left: 10px;
}

a.see-all-prods:hover {
    color: #000000;
    background: #c3ab82;
}

.rg {
    margin-bottom: 15px;
    margin-left: 0;
}

.rg .cols {
    padding: 0;

}


.col-lg-6.cols.col-text {
    background: #34302f;
    color: #fff;
    padding: 100px 50px 0;
}

img.img-fluid.img-rest {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.t-title {
    font-size: 26px;

    border-left: 10px solid #0262c8;
    padding-left: 40px;
    margin-left: -50px;
    margin-bottom: 45px;
    color: #ffffff !important;
}

a.l-more {
    position: relative;
    display: block;
    width: 220px;
    padding: 20px;
    text-align: center;
    border: 1px solid #c3ab82;
    font-size: 17px;
    text-transform: uppercase;

    color: #fff;
    margin-top: 50px;
    transition: 0.5s;
}

a.l-more:hover {
    background: #c3ab82;
    color: #ffffff;
}

a.l-more i {
    margin-left: 10px;
}

.col-text p {
    max-width: 580px;
    line-height: 1.8;
    opacity: 0.9;
}


.linked-products {
    background: #f7f7f7;
    padding: 120px 15px;
}

.linked-slide button.slick-prev.slick-arrow,
.linked-slide button.slick-next.slick-arrow {
    margin-top: -65px;

}

.linked-slide .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome", "sans-serif";
    margin-left: -40px;
    font-size: 40px;
    color: #000000;
    opacity: 1;
}

.linked-slide .slick-next:before {
    content: '\f054';
    font-family: "FontAwesome", "sans-serif";
    margin-right: -40px;
    font-size: 40px;
    color: #000000;
    opacity: 1;
}

.slick-next {
    right: -20px !important;
}

.slick-prev {
    left: -20px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick', sans-serif;
    font-size: 15px !important;
    line-height: 1;
    color: #000 !important;

}


.slick-prev, .slick-next {
    width: 30px !important;
    height: 20px !important;

}

.modal-body {
    padding: 2rem;
}

.slick-prev:before {
    transform: rotate(0deg) !important;
}

/**/

.prod-slider-nav button.slick-prev.slick-arrow,
.prod-slider-nav button.slick-next.slick-arrow {
    margin-top: 0;
}

.prod-slider-nav .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome", "sans-serif";
    margin-left: 0;
    font-size: 15px;
    color: #000000;
    opacity: 1;
}

.prod-slider-nav .slick-next:before {
    content: '\f054';
    font-family: "FontAwesome", "sans-serif";
    margin-right: 0;
    font-size: 15px;
    color: #000000;
    opacity: 1;
}

.breadcrumb {
    font-size: 23px;
    color: #000000;
    margin-bottom: 45px;
    opacity: .6;
}

.breadcrumb-item {
    font-size: 23px;
    color: #000000;
    opacity: 0.6;
}

.breadcrumb-item:hover {
    color: #000000;
    opacity: 1;
}

strong.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb i.fa.fa-angle-right {
    margin: 1px 11px;
    color: #000000;
    opacity: .6;
    font-size: 25px;
}


h3.service-name {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 7px;
}

h3.service-name a {
    color: #000;
    transition: 0.5s;
}

h3.service-name a:hover {
    color: #0262c8;
}


.prod-descriptions {
    margin-top: 50px;
}

.prod-descriptions p {
    margin-bottom: 5px;
}

h4.linked-title {
    color: #323c45;
    font-size: 19px;
    text-transform: uppercase;

    margin-bottom: 25px;
}

.linked-group {
    display: flex;
    flex-wrap: wrap;
}

.linked-group div {
    margin-right: 20px;
    font-size: 19px;
    color: #0262c8;
    font-weight: 400;

}

.row.row-practis {
    margin-left: 140px;
}


h1.slider-title.service-title {
    max-width: 660px;
    line-height: 1;
}

.slider-text.service-txt {
    bottom: 160px;
    margin-left: -10px;
}


section.product-info {
    padding: 80px 15px;
    background: #f6f7fc;
}

.art-info .container-spec {
    background: #fff;
    padding: 100px;
    position: relative;
}

.header-box-shadow {
    box-shadow: 0 10px 35px 0 #d9d9d9;
}

.product-info h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}


section.page-info {
    padding: 60px 15px 100px;
    color: #1c2b5b;
}

a.get-hour {
    display: block;
    margin: 50px auto 30px;
    text-align: center;
    width: 400px;
    padding: 15px 0 10px;
    background: #0262c8;
    color: #000;

    font-size: 27px;
    text-transform: uppercase;
    position: relative;
}

a.get-hour:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    transition: 0.5s;
}

a.get-hour:hover {
    opacity: 0.7;
}

section.product-gallery {
    position: relative;
}

label.error {
    color: #dc3545;
    text-transform: math-auto;
}

label[for="field_answers20_5"], label[for="field_answers1_5"] {
    display: none;
}


span.chk-txt {
    position: absolute;
    margin: 11px;
}

label#field_answers2_5 {
    display: none;
}

.chk-txt a {
    color: #daa707;
}

span.chk-txt {
    position: absolute;
    margin: 17px 10px 0;
    font-size: 16px;
}

label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #323c4f;
}


.form-control.home-form {
    height: 50px;
    border-radius: 0;
    border: none #323c4f;
    border-bottom: 1px solid;
    background-color: #ffffff !important;
    padding: 5px 5px 5px 0 !important;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 300;
}

.form-control.home-form::placeholder {
    /*color: #ffffff;*/
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    color: #323c4f;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


form hr {
    margin: 40px 10px 10px !important;
    width: 97% !important;
}

textarea {
    min-height: 130px !important;
}

.modal-header {
    padding: 16px 0;

    font-weight: 600;
    text-transform: uppercase;
}

button#make_request {
    display: inline-block;
    width: 230px;
    background: #0262c8;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px;
    border: 1px solid #0262c8;
    transition: 0.5s;
    margin-top: 30px;
    border-radius: 30px;
}

button#make_request:hover {
    background: #000000;
    border: 1px solid #000000;
}


hr.service-hr {
    margin: 90px 0 50px;
    border-bottom: 2px solid #e1e1e1;
    opacity: 1;
}

img.img-fluid.img-gallery {
    object-fit: cover;
    width: 500px;
    height: 325px;
    padding: 10px
}

.icon-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col-picture {
    text-align: right;
}


.icon-groups > div {
    flex: 1 0 20%;
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 38px;
    max-width: 200px;
}


img.img-inline.more-extras {
    max-width: 25px;
    cursor: pointer;
}

a.go-to-more {
    position: absolute;
    right: 20px;
    bottom: 70px;
}


.prod-image-thumb {
    cursor: pointer;
    width: 115px !important;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
}


.prod-slider-main img.img-fluid.prod-image-main {
    display: block;
    width: 530px;
    margin: 0 auto 20px;
    height: auto;
    object-fit: contain;
    border: 1px solid #eee;
}

h1.home-title.ht-strip.single-world {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cols.col-form {
    background: #34302f;
    padding: 60px;
    color: #fff;
    position: relative;
}

img.logo-form {
    max-width: 300px;
    margin: 0 auto 50px;
}


/*Switch button*/

.col-12.form-check.form-switch {
    margin-left: 12px;
}

.form-check-input:checked {
    background-color: #0262c8 !important;
    border-color: #a1a6ad !important;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #a1a6ad !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230262c8'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}

.form-check.form-switch {
    font-size: 15px;
}

/*END Switch button*/

.form-check.form-switch a {
    color: #0262c8;
}

.prod-form {
    padding: 120px 15px !important;
}

a.book-now {
    display: block;
    margin-top: 40px;
    text-align: center;
    width: 195px;
    padding: 13px;
    background: #0262c8;
    color: #000;

    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
}

a.book-now:hover {
    background: #000000;
    color: #ffffff;
}


.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0262c8 !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.form-control:focus {
    box-shadow: none !important;
}

.img-page-custom {
    margin-bottom: 30px;
}

.bdpw-clock-digit.cursor {
    color: #0262c8 !important;
}

a {
    color: #0262c8;
}

.big-border-left {
    border-left: 20px solid #0262c8;
}

.big-border-right {
    border-right: 20px solid #0262c8;
}

.page-h4 {
    margin-top: 150px;
}

section.page-section-2 {
    background-size: contain;
    width: 100%;
    height: auto;
    padding: 0 15px
}

.page-section-3 {
    background: #0262c8;
    padding: 300px 15px 180px;
    color: #FFFFFF;
    text-align: center;
}

.page-section-4 {
    background: #ffffff;
    padding: 100px 15px 300px;
}


.other-services {
    column-count: 2;
    margin-top: 50px;
}

.other-services li {
    margin-bottom: 10px;
}


.other-services li a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 28px;
    font-family: "Exo", serif;
    color: #131313;
}

.other-services li a:hover {
    color: #0262c8;
}

.know-box {
    width: 900px;
    height: 220px;
    border-radius: 10px;
    background: #e9edf6;
    padding: 50px;
    margin: -110px auto 0;
    display: flex;
    align-items: center;
    gap: 50px;
}

.page-section-3 p {
    font-size: 27px;
    max-width: 90%;
    margin: 0 auto 15px;
    line-height: 1.3;
}

.page-section-3 a {
    color: #94d1ef;
    font-family: "Exo", serif;
}

.page-section-3 a:hover {
    color: #0262c8;
}


iframe#map {
    height: 300px;
    filter: grayscale(1);
}

a.l-more {
    color: #ffffff !important;
}

.page-gallery {
    background-image: linear-gradient(0deg, #000000 330px, #ffffff 0%);

    min-height: 500px;
    padding: 0 0 60px;
}

.event-request {
    padding: 100px 15px;
}


.cat-description {
    margin-bottom: 50px;
    margin-top: -30px;
}


.gallery-menu img.img-fluid.img-gallery {
    object-fit: cover;
    width: 100%;
    height: 630px;
    padding: 10px;
}

.cat-txt-title {
    position: absolute;
    top: -185px;
}

.cat-txt-title .title-strip {
    border-color: #bacdf0;
    border-width: 2px;
}

.cat-txt-title h1 {
    font-size: 70px;
    color: #fff;
    font-family: "Exo", serif;
    font-weight: 700;
}


.cat-txt-title span.title-strip {
    margin: 0;
    width: 85px;
}

img.img-fluid.prod-image-main {
    min-height: 220px;
    object-fit: cover;
}

img.img-fluid.page-image-main {
    min-height: 220px;
    object-fit: cover;
}


.timeline {
    display: flex;
    flex-direction: row;
}


.timeline-item {
    width: 185px;
    text-align: center;
    margin: 0 10px 0 0;
}

img.time-line {
    display: block;
    margin: 0 auto;
    width: 100%;
}

h3.t-year.accent {
    font-size: 30px;

    margin-top: 10px;
}

p.t-text {
    font-size: 13px;
    line-height: 1.2;
}

.timline-text {
    min-height: 100px;
}

.timeline-item.ti-down {
    margin-top: 15px;
}

section.about-1 {
    position: relative;
    overflow: hidden;
    padding: 120px 15px 160px;
    background-color: #ececed;

}

img.img-m {
    max-width: 90px;
    margin: 0 40px 20px 0;
}

.m-info h3 {
    font-size: 31px;
    margin-bottom: 20px;
}

.m-info p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
}

.wrap-m {
    background: #fff;
    padding: 35px;
    display: flex;
    position: relative;
    color: #272b34;
    min-height: 210px;
}

span.col-strip {
    border-bottom: 10px solid #0262c8;
    width: 80%;
    display: block;
    margin: 0 auto;
}


section.about-2 {
    position: relative;
    padding: 20px 15px 80px;
    background-color: #ececed;

}

section.about-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #272b34
}

.row-circles {
    position: relative;
    margin-top: -90px;
}

img.img-fluid.img-static {
    display: block;
    margin: 0 auto 25px;
}

p.s-text {
    font-size: 15px;
    line-height: 1.3;
    color: #272b34;
}

h3.s-title {
    color: #272b34;
    font-size: 22px;
    margin-bottom: 25px;
}

.about-3 {
    padding: 120px 15px;
}

img.img-p {
    max-height: 60px;
    margin-bottom: 50px;
}

p.pr-txt {
    font-size: 20px;

    font-weight: 400;
    max-width: 300px;
}

.col-proizv {
    padding: 30px 30px 30px 35px;
}

.about-4 {
    padding: 120px 15px 200px;
    background: #f2f2f2;
}

.about-5 {
    padding: 60px 15px;
    background: #272b34;
    color: #ffffff;
    position: relative;
}

img.img-fluid.img-ser {
    height: 450px;
    object-fit: cover;
}

img.img-fluid.img-s5 {
    position: absolute;
    top: -105px;
    bottom: 0;
    object-fit: contain;
    right: 0;
}

.about-6 {
    padding: 140px 15px;
    background: #f2f2f2;
}

.about-7 {
    padding: 140px 15px;
}

.row-prize {
    background: #ffffff;
}

.is-icon {
    background-size: cover !important;
    display: inline-block;
}

.header-top .is-icon {
    width: 25px;
    height: 25px;
    margin-right: 30px;
}


img.img-fluid.img-gallery {
    padding: 0;
    object-fit: contain;
    margin-bottom: 30px;
    aspect-ratio: 16/9;
}

.pdf-document {
    background: #0262c8;
    padding: 10px 15px;
    text-align: center;
    width: 260px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}


.pdf-document:hover {
    background: #000000;
}

.wrap-prod {
    margin-bottom: 30px;
}


.home-title2 {
    font-size: 32px;
    color: #202020;
    font-weight: 800;
    font-family: "Jost", "sans-serif";
    margin-bottom: 40px;
    text-transform: uppercase;
}

.see-all-new a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #d2d2d2;
    padding: 10px 40px;
    width: fit-content;
    transition: 0.5s;
    margin: 0 auto;
    color: #202020;
}

.see-all-new a:hover,
.see-all-new a:focus {
    background: #202020;
    color: #ffffff;
}

img.img-fluid.img-inline.img-slider {
    width: 100%;
}


.cat-txt-title.page-txt-title {
    top: -160px;
}

.town-background {
    background: linear-gradient(to top, #ebeef7 700px, #ffffff 700px);
    width: 100%; /* задава ширината на секцията */
    height: auto; /* за динамична височина */
}

.c-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.c-item div {
    font-size: 23px;
    font-family: 'Akrobat-Light', sans-serif;
    line-height: 1.2;
    max-width: 480px;
}

.img-rounded {
    border-radius: 30px;
}


.row-txt-section {
    margin-top: 50px;
}

.acc-header {
    display: flex;
    width: 100%;
    box-shadow: 0 0 20px 0 #d2d2d2;
    border-radius: 10px;
    position: relative;
}

.ac-1 {
    min-width: 175px;
    width: 175px;
    height: 165px;
    border-left: 10px solid #67b7df;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    background: #ebeff7;
}

.ac-2 {
    background: #fff;
    height: 165px;
    padding: 50px;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.ac-2 h3 {
    font-family: "Exo", serif;;
    font-size: 30px;
    color: #434344;
}

.ac-2 h4 {
    font-family: "Exo", serif;
    font-size: 23px;
    color: #131313;
    opacity: .4;
}

i.acc-arrow {
    font-size: 45px;
    position: absolute;
    right: 35px;
}

.acc-box {
    margin-bottom: 30px;
}

.acc-body {
    background: #ffffff;
    padding: 70px;
    box-shadow: 0 0 20px 0 #d2d2d2;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

thead {
    background: #5f92b9;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f7f9fc;
    color: var(--bs-table-striped-color);
}

tbody tr {
    background: #eff2f9;
}

tbody tr td {
    text-align: center;
}

.table > :not(caption) > * > * {
    padding: 10px 25px;
}

.g-box-item p {
    font-family: "Exo", serif;
    margin-bottom: 15px;
    line-height: 1.2;
}

.doc-title, .doc-title a {
    color: #014f8c;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
}

.document {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.map-col iframe {
    min-height: 800px;
    /*filter: grayscale(1);*/
    margin-top: -100px;
}

section.page-info.wave-padding {
    padding-bottom: 300px;
}

h5.modal-title {
    font-size: 30px;
}

.form-check-input.switch.error {
    border-color: #dc3545;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #105a9e !important;
    background-color: transparent !important;
    border: transparent !important;
    opacity: 1;
    font-weight: 700;
}

.nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    border: none !important;
}

.nav-tabs li.nav-item {
    display: flex;
    max-height: 50px;
    font-size: 21px;


}

.nav-tabs button.nav-link {
    color: #105a9e !important;
    opacity: .7;
    transition: .5s;
    margin-bottom: 0 !important;
    border: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    opacity: 1 !important;
    border: none !important;
    margin: 0 !important;
    font-size: 21px !important;
    font-weight: 700;

}

.col-lg-8.col-form {
    padding-left: 50px;
}

.datepicker td, .datepicker th {
    border-radius: 0 !important;

}


.datepicker th {
    background: #0262c8 !important;
    font-weight: 600 !important;
}


img.img-fluid.img-chevron-more {
    max-width: 44px;
}

span.m-text {
    color: #000;
    text-transform: uppercase;
}

.m-arrow {
    display: flex;
    align-items: center;
    gap: 15px;
}

.more-group {
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: 50px;
}


/* styles.css */
.share-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.social-button {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-button img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%); /* Приложи сив филтър за иконите */
    transition: filter 0.3s ease;
}

.social-button img:hover {
    filter: none; /* Премахни филтъра при задържане */
}


.title-square {
    width: 120px;
    height: 140px;
    background: #0262c8;
    position: absolute;
    left: -90px;
    margin-top: 5px;
}

.person-section {
    padding: 90px 15px;
}

.person-box {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}

img.img-person {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 30px;
    object-fit: cover;
}

.person-info {
    padding: 40px;
}

p.person-position {
    font-size: 18px;
    font-weight: 800;
    color: #0262c8;
}

p.person-name {
    font-size: 38px;
    font-weight: 800;
}

.person-contacts {
    padding: 30px;
    border-top: 2px solid #efeeee;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.person-contacts i.fa {
    width: 30px;
    height: 30px;
    background: #0262c8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.person-contacts a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}

.person-contacts a:hover {
    color: #0262c8;
}

.person-contacts > div {
    display: flex;
    align-items: center;
}


.pb-custom {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.pb-custom .person-contacts {
    flex-direction: column;
}

.pb-custom .person-contacts {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
    text-align: left;
    line-height: 1.4;
    border: none;

}

.person-text {
    font-size: 13px;
    opacity: .65;
    min-height: 55px;
}

.page-info.c-back {
    background: url("../images/bg/bg-sec-6.jpg") no-repeat bottom left;
    background-size: cover;
    padding-bottom: 0;
}

.page-info.c-back h2 {
    font-size: 65px;
    width: fit-content;
    margin-bottom: 60px;
}

.page-info.c-back h2 .underline {
    margin-top: -105px;
}

a.circle-btn.cb-black {
    border-color: #000;
    color: #000;
}

.ab-us-3 {
    padding: 80px 0;
    background: linear-gradient(to bottom, white 0%, white calc(100% - 200px), #f5f4f0 calc(100% - 200px), #f5f4f0 100%);
}


.ab-us-3 .col-lg-4 {
    text-align: center;
    margin-bottom: 30px;
}

.ab-us-3 img {
    margin-bottom: 30px;
}

.ab-us-3 h3 {
    font-size: 38px;
    font-weight: 800;
}


.ab-us-3 .row {
    margin: 0;
}

.ab-us-3 h2 {
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 50px;
}

.ab-us-3 p {
    font-size: 21px;
    margin-bottom: 0;
}

.nums {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 100px 0;
}

.num:nth-child(2) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.num {
    padding: 90px 30px;
    font-size: 88px;
    font-weight: 800;
    text-align: center;
    flex: 1;
}

.num span {
    display: block;
    font-size: 26px;
    font-weight: 500;
}

.img-bulet {
    margin-bottom: 0 !important;
}

.ip {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ip p {
    margin: 0;
    font-size: 20px;
}

.custom-p {
    margin-top: 45px;
    margin-bottom: 15px !important;
}

.ab-us-4 {
    background: url("../images/bg/bg-sec-7.jpg") no-repeat right;
    background-size: cover;
    padding: 170px 15px 130px;
    color: #fff;
}

.ab-us-4 h2 {
    font-size: 65px;
    font-weight: 800;
    z-index: 2;
    width: fit-content;
    margin-bottom: 0;
}

.ab-us-4 h2 .underline {
    border-bottom: 25px solid #0262c8;
    width: 102%;
    margin-top: -30px;
    display: block;
}

.ab-us-4 ul li {
    margin-bottom: 20px;
}

.stat-red {
    background: #0262c8;
    display: flex;
    padding: 30px 40px;
    justify-content: space-between;
    align-items: center;
}


.stat-text {
    font-size: 21px;
    font-weight: 800;
}

.ss-group {
    flex: 1;
    display: flex;
    align-items: center;
}

.stat-gray {
    background: #867e7c;
    height: 100%;
}


@media (max-width: 1560px) {
    .sl-cr i {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .slider-arrows-groups.sag-review {
        position: absolute;
        right: 35px;
        top: 270px;
    }

    .slider-title {
        font-size: 65px;
    }

    .slider-text {
        top: 100px;
        gap: 25px;
    }

}

@media (max-width: 1440px) {

    .cat-txt-title h1 {
        font-size: 60px;
    }

    .cat-txt-title {
        top: -150px;
    }

    article.hs-2 {
        padding: 80px 0;
    }

    .slider-arrows-groups.sag-review {
        position: absolute;
        right: 10px;
        top: 270px;
    }

}

@media (max-width: 1370px) {
    .boxes {
        gap: 20px;
        margin: -90px auto 0;
    }

    .slider-arrows-groups.sag-review {
        position: absolute;
        right: 45px;
        top: auto;
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .slider-left-arrow-partner.slick-arrow {
        left: -15px;
    }

    .slider-right-arrow-partner.slick-arrow {
        right: -15px;

    }

}

@media (max-width: 1280px) {

    .cat-txt-title {
        top: -150px;
        left: 30px;
    }


    .slider-text {
        top: 80px;
        gap: 25px;
    }

    .slider-title {
        font-size: 60px;
    }

    header {
        padding: 0 20px;
    }

    .hs-1 {
        padding: 0 30px;
    }

    article.hs-2 {
        padding: 80px 10px;
    }

    article.hs-3 {
        padding: 80px 20px;
    }

    .wrap-border {
        padding: 40px;
    }

    article.hs-4 {
        padding: 110px 20px 180px;
    }

    .hs-5 {
        padding: 95px 30px 80px;
    }

    footer {
        padding: 70px 15px 30px;
    }

    .sl-cr .fa-angle-right:before {
        margin-left: 5px;
        margin-top: 0;
    }

}

@media (max-width: 1200px) {

    .box-s1 {
        width: 250px;
        height: 230px;
        padding: 20px;
    }

    .home-title {
        font-size: 40px;
    }

    .wrap-border {
        padding: 30px;
        min-height: 380px;
    }

    .review-box {
        padding: 30px;
    }

    img.img-fluid.img-hat {
        position: absolute;
        max-width: 615px;
        border-radius: 5px;
        top: -155px;
    }

    .statistic {
        display: flex;
        gap: 40px;
        margin-left: 20px;
    }

    .wrap-news-info {
        padding: 25px;
    }

    a.read-more {
        width: 125px;
        height: 40px;
    }

    .hs-7 .basic-btn {
        margin-top: 25px;
    }

    li.nav-item {
        position: relative;
        margin: 0 35px 0 0;
    }

    li.nav-item a span {
        font-size: 17px;
    }

    .slider-title {
        font-size: 40px;
    }

    h2.main-title {
        font-size: 20px;
        margin-bottom: 18px;
        margin-top: 35px;
    }


}

@media (max-width: 1199px) {

    .left-side-form .cont-group {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 25px 0;
    }

    img.img-fluid.img-hat {
        position: relative;
        max-width: inherit;
        border-radius: 5px;
        top: inherit;
        margin-bottom: 25px;
    }

    .hs-5 .r-col {
        padding-left: 30px;
    }

    .hs-5 {
        padding: 40px 30px 80px;
    }

    .statistic {
        display: flex;
        gap: 20px;
        margin-left: 0;
    }

    .st-text {
        font-size: 13px;
    }

    .st-title {
        font-size: 35px;
    }

    .hs-7 {
        padding: 60px 15px;
    }

    .ul-services {
        column-count: 1;
    }

    footer hr {
        margin: 15px 0 30px;
    }

    footer img.site-logo {
        margin-bottom: 15px;
    }

    footer {
        padding: 45px 15px 30px;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    footer .f-title {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .choice-town {
        width: 170px;
        height: 50px;
    }

}

@media (max-width: 992px) {

    h2.news-title {
        min-height: inherit;
    }


    a.read-more {
       position: relative;
        bottom: auto;
    }

    .wrap-news-info {

        min-height: inherit;
    }

    .cat-txt-title h1 {
        font-size: 45px;
    }

    img.img-fluid.prod-image-main {
        min-height: 170px;
        object-fit: cover;
    }

    .cat-txt-title {
        top: -115px;
        left: 30px;
    }

    header {
        height: auto;
        padding: 10px 20px 0;
    }

    .col-lg-10.col-nav.align-self-center {
        align-self: flex-start !important;
        align-items: flex-start !important;
        display: contents;
    }

    .choice-town {
        top: 17px;
    }


    #form1 textarea {
        max-width: 70%;
    }


    .left-side-form {
        padding: 50px 50px 20px;
    }

    section.product-info {
        padding: 40px 15px;
    }

    .breadcrumb-item, .breadcrumb {
        font-size: 18px;
    }

    .breadcrumb i.fa.fa-angle-right {
        font-size: 20px;
    }


    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 20px;
    }

    .navbar-nav .dropdown-menu.show {
        max-width: initial;
        min-width: fit-content;
    }


    li.nav-item {
        margin-bottom: 5px !important;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    .navbar-expand-lg {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: -30px;
    }

    div#navbarNavDropdown {
        margin-bottom: 0;
        margin-top: 0;
        justify-content: center;
    }

    nav .navbar-expand-lg {
        margin-top: 55px;
    }

    .toggle-menu span {
        margin-left: 5px;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        display: block;
        margin: 20px 0 0 0;
        max-width: 40px;
        height: 40px;
        text-align: center;
        position: absolute;
        left: auto;
        right: 205px;
        transform: scale(0.9);
    }


    .navbar-expand-lg {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        padding: 5px 0;
    }

    .nav-item.active a > span {
        border-bottom: 1px solid #ffffff;
    }

    .navbar-nav {
        margin-bottom: 23px !important;
    }

    li.nav-item {
        text-align: center;
        padding-bottom: 15px;
        margin: 0;
    }

    a.nav-link.dropdown-toggle.dropdown-toggle::after {
        content: '';
        position: absolute;
        top: 14%;
        margin-left: 3px;
        width: 15px;
        height: 15px;
        transform: rotate(90deg);
    }

    .boxes {
        gap: 20px;
        position: relative;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-s1 {
        width: 220px;
        height: 220px;
        padding: 20px;
    }

    .hs-1 {
        padding: 40px 30px;
    }

    .strip-link {
        display: none !important;
    }

    a.slider-btn {
        width: 200px;
        height: 50px;
    }

    span.sl-btn {
        height: 50px;
        width: 50px;
    }

    a.nav-link {
        position: relative;
    }

    .hs-2 img.img-fluid {
        display: block;
        margin: 0 auto 30px;
    }

    article.hs-2 {
        padding: 60px 10px;
    }

    article.hs-2 .home-label {
        margin-left: auto;
        margin-right: auto;
    }

    article.hs-2 .home-title {
        text-align: center;
    }

    .home-title {
        font-size: 35px;
    }

    .hs-2 .r-col {
        padding-left: 30px;
        text-align: center;
    }

    .btns-group {
        display: flex;
        gap: 20px;
        margin: 40px auto 0;
        width: 100%;
        justify-content: center;
    }

    .wrap-border {
        padding: 30px;
        min-height: inherit;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .hs-3 .row {
        margin-top: 45px;
    }

    article.hs-4 {
        padding: 40px 20px 135px;
    }

    div#slider-review {
        margin-top: 30px;
    }

    .hs-4 .col-lg-4 {
        text-align: center;
    }

    .home-title br {
        display: none;
    }

    .hs-4 .home-label {
        margin: 0 auto 15px;
    }

    .hs-4 .home-title {
        margin-bottom: 15px;
    }

    .hs-4 a.basic-btn {
        margin: 0 auto;
    }

    .slider-arrows-groups.sag-review {
        position: absolute;
        right: 0;
        top: auto;
        display: flex;
        gap: 10px;
        margin-top: 10px;
        justify-content: center;
        width: 100%;
    }

    img.img-fluid.img-hat {
        margin: 0 auto 30px;
        display: block;
    }

    .statistic {
        display: flex;
        gap: 40px;
        margin-left: 0;
        justify-content: center;
        margin-bottom: 60px;
    }

    .hs-5 .r-col {
        padding-left: 30px;
        text-align: center;
    }

    .hs-5 .home-label {
        margin: 0 auto 20px;
    }

    .hs-6 {
        padding: 70px 20px 80px;
    }

    .copyright.container .col-xl-6.text-end {
        text-align: center !important;
    }

    .copyright.container {
        text-align: center;
    }

    .copyright p, .copyright a {
        margin-bottom: 10px;
    }

    section.product-info {
        padding: 40px 10px;
    }

}


@media (max-width: 610px) {

    img.img-fluid.img-article-big {
        display: block;
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: top;
        margin-bottom: 30px;
    }


    .slider-title {
        font-size: 30px;
    }

    .slider-text {
        top: 65px;
        gap: 15px;
    }

    a.slider-btn {
        transform: scale(0.8);
    }

    .home-title {
        font-size: 30px;
    }

    .box-s1 {
        width: 48%;
        height: 220px;
        padding: 20px;
    }

    .header-top {
        padding: 20px 0;

    }

    header {
        height: auto;
        padding: 10px 10px 0;
    }

    .right-col-h p {
        font-size: 12px;
    }

    .left-col-h {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    .header-top a {
        font-size: 12px;
    }

    .header-top i.fa {
        font-size: 15px !important;
        margin-right: 3px !important;
    }

    img.arrow-btn {
        max-width: 15px;
        display: block;
        margin-left: 10px;
    }

    .get-quote {
        display: flex;
        gap: 5px;
        align-items: center;
    }


    .left-side-form h2, .right-side-form h2 {
        font-size: 35px;

    }

    .contact-form h3 {
        font-size: 18px;
        font-weight: 400;
    }

    #form1 textarea {
        max-width: 100%;
    }



    .contact-form h2 {
        font-size: 45px;
        font-weight: 800;
        max-width: fit-content;
        margin: 30px auto 60px;
    }

    .contact-form .underline {
        border-bottom: 20px solid #0262c8;
        width: 100%;
        margin-top: -74px;
    }

    button.btn.btn-request.btn-home-subbmit {
        font-size: 25px;
        position: relative;
        right: 1px;
        bottom: -15px;
        border-radius: 5px;
        width: 250px;
        margin: 20px auto;
        height: 55px;
    }


    .right-side-form, .left-side-form {
        padding: 25px;
    }

    .left-side-form {
        padding: 50px 30px 20px;
    }

     /* MIRELA  */

    .hs-6 {
    background: url("../images/bg/our-maxg-mobile.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
     
    }
    
    footer {

    
    /* MIRELA */
    background: url("../images/bg/footer-m.jpg") no-repeat center;
 
        
}

}

@media (max-width: 440px) {

    section.page-info {
        padding: 35px 10px;
    }

    .left-side-form .cont-group {
        gap: 0;
        margin: 20px 0;
    }

    .cat-txt-title h1 {
        font-size: 35px;
    }

    img.img-fluid.prod-image-main {
        min-height: 130px;
        object-fit: cover;
    }

    .cat-txt-title {
        top: -85px;
        left: 15px;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        display: block;
        margin: 17px auto 0;
        max-width: 40px;
        height: 40px;
        text-align: center;
        position: absolute;
        left: auto;
        right: 0;
        transform: scale(0.9);
        left: 0;
    }

    .col-lg-4.col-6.right-col-h.align-self-center {
        width: 100%;
        text-align: center;
    }

    .choice-town {
        width: 135px;
        height: 40px;
        font-size: 10px;
    }

    .boxes {
        gap: 15px;
    }

    h2.news-title {
        font-size: 20px;
    }

    p.news-short {
        font-size: 13px;
    }

    img.st-icon {
        width: 40px !important;
    }

    .s-item {
        gap: 5px;
    }

    .st-title {
        font-size: 25px;
    }

    .st-text {
        font-size: 10px;
    }

    body {
        font-size: 15px;
    }

    .home-label {
        transform: scale(0.8);
        margin-bottom: 15px !important;
    }

    article.hs-3 {
        padding: 50px 20px;
    }

    .home-title {
        font-size: 27px;
    }

    .hs-1 {
        padding: 30px 10px;
    }

    h2.main-title {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .box-s1 img {
        width: 50px !important;
    }

    .box-s1 {
        width: 47%;
        height: 180px;
        padding: 10px;
    }

    img.img-fluid.img-inline.img-slider {
        width: 100%;
        min-height: 220px;
        object-fit: cover;
    }

    .slider-title {
        font-size: 25px;
    }

    .header-top {
        padding: 10px 0;
    }

    img.site-logo {
        width: 100px;
        padding: 5px 0 8px;
        margin-left: -10px;
    }

    .left-col-h {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .header-top .row {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }


    .form-check.form-switch {
        font-size: 15px;
    }

    .left-side-form h2, .right-side-form h2 {
        font-size: 27px;
    }


    .contact-form h2 {
        font-size: 35px;
        font-weight: 800;
        max-width: fit-content;
        margin: 30px auto 60px;
    }

    .contact-form .underline {
        border-bottom: 17px solid #0262c8;
        width: 100%;
        margin-top: -60px;
    }

    .left-side-form h2, .right-side-form h2 {
        font-size: 30px;
    }

    .right-side-form, .left-side-form {
        padding: 30px 15px;
    }

    .img-c-icon {
        width: 30px;
        opacity: .5;
    }

    .cont-box {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        margin: 45px 0;
    }

    .left-side-form a, .left-side-form p {
        font-size: 15px;
    }


    .copyright p, .copyright a {
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        opacity: 0.6;
        margin-bottom: 0;
    }

    .hs-5 hr {
        margin: 50px 0;
    }

    img.img-fluid.img-blog-pic {
        height: 240px;
    }

    .hs-7 .row {
        margin-top: 40px;
    }

    section.page-details {
        padding: 40px 10px;
    }
    
 
  
    
}

@media (max-width: 413px) {

    .cat-txt-title h1 {
        font-size: 30px;
    }

    article.hs-2 {
        padding: 25px 10px 40px;
    }

    .hs-1 {
        padding: 20px 0;
    }

    .hs-5 {
        padding: 40px 10px 80px;
    }

    .statistic {
        display: flex;
        gap: 20px;
        margin-left: 0;
        justify-content: center;
        margin-bottom: 60px;
    }

    .slider-left-arrow-partner.slick-arrow {
        left: 0px;
    }

    .slider-right-arrow-partner.slick-arrow {
        right: 0;
    }


}


div#debug-icon {
    display: none !important;
}

/*Back to top*/
#toTopBtn {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 98;
    padding: 21px;
    background-color: #0262c8;
    display: none;
    border: 1px solid #0262c8;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
}

.cd-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: url("../images/cd-top-arrow.svg") no-repeat center 50%;
    background-color: #ffffff;
    font-family: "FontAwesome", "sans-serif" !important;
}

/*END Back to top*/