* {
    scrollbar-width: thin;
    scrollbar-color: #278ce6 #ffffff;
}

*::-webkit-scrollbar {
    width: 11px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #278ce6;
    border-radius: 14px;
    border: 3px solid #ffffff;
}

a {
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
}

header {
    padding: 45px 0 20px;
    border-bottom: 2px solid #0E086A;
    position: relative;
    z-index: 4;
}

header .logo {
    display: block;
    width: 100%;
}

header .logo img {
    width: 100%;
}

header .navbar {
    padding: 0;
    height: 100%;
}

header .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
}

header .navbar .navbar-nav > li {
    max-height: 75px;
    display: flex;
    align-items: center;
    position: relative;
    background: #10332d00;
    transition: 0.3s ease all;
}

header .navbar .navbar-nav > li > a {
    height: 100%;
    display: block;
    transition: 0.3s ease all;
    color: #A8B7BE;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 50px;
}

header .navbar .navbar-nav > li:not(.logo):not(.phone):hover {
    z-index: 3;
}

header .navbar .navbar-nav > li:not(.logo):not(.phone):hover > a {
    color: #1167D4;
}

header .navbar .navbar-nav > li:not(.logo):not(.phone) .dropMenu {
    display: none;
}

header .navbar .navbar-nav > li.submenu:not(.logo):not(.phone) > .dropMenu {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    background: #EAF0F2;
    min-width: 278px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease all;
    z-index: 1;
}

header .navbar .navbar-nav > li.submenu:not(.logo):not(.phone) > .dropMenu > .dropdown-menu {
    padding: 35px 0 25px;
}

header .navbar .navbar-nav > li.submenu:not(.logo):not(.phone):hover > .dropMenu {
    opacity: 1;
    pointer-events: auto;
    filter: drop-shadow(0px 0 13px rgba(0, 0, 0, 0.18));
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li {
    position: relative;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li > a {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 23px;
    min-height: 55px;
    text-align: left;
    color: #0E086A;
    padding: 0 19px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li:before {
    content: "";
    position: absolute;
    left: -22px;
    right: -22px;
    bottom: 0;
    top: 0;
    opacity: 0;
    background: #0E086A;
    z-index: 0;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li:hover > a {
    color: #fff;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li:hover:before {
    opacity: 1;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.56));
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu:after {
    content: "";
    height: 17.1px;
    width: 9.66px;
    background: #fff;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-mask-image: url(../img/svg/caret-right.svg);
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    transition: 0.5s ease all;
    opacity: 0;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu:hover:after {
    opacity: 1;
    left: -5px;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu:hover > .dropMenu {
    width: 280px;
    opacity: 1;
    pointer-events: auto;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu:hover > .dropMenu .dropdownmenu {
    opacity: 1;
    transition: 0.5s 0.3s ease all;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu > .dropMenu {
    width: 0;
    background: #0E086A;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-30%);
    padding: 24px 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease width;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu > .dropMenu .dropdownmenu {
    white-space: nowrap;
    width: 280px;
    opacity: 0;
    transition: unset;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu > .dropMenu .dropdownmenu li a {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #fff;
    padding: 0 24px;
    font-weight: 600;
    display: block;
}

header .navbar .navbar-nav > li.submenu > .dropMenu > .dropdownmenu > li.submenu > .dropMenu .dropdownmenu li a:hover {
    color: #278CE6;
}

.slider {
    background-color: #278CE6;
    overflow: hidden;
    max-height: 31vw;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg {
    aspect-ratio: 1296/600;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .brand {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.14;
    color: #0E086A;
    text-align: right;
    transition: 0.5s 0.2s ease all;
    transform: translateX(50%);
    opacity: 0;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .model {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.14;
    text-align: right;
    margin-bottom: 12px;
    transition: 0.5s 0.3s ease all;
    opacity: 0;
    transform: translateX(50%);
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .model .subModel {
    font-weight: 500;
    width: 100%;
    display: block;
    transition: 0.5s 0.4s ease all;
    transform: translateX(50%);
    opacity: 0;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .desc {
    font-size: 30px;
    color: #fff;
    text-align: right;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 23px;
    transition: 0.5s 0.5s ease all;
    transform: translateX(50%);
    opacity: 0;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide .slideBg .icons img {
    width: 60px;
    transition: 0.5s 0.6s ease all;
    transform: translateY(50%);
    opacity: 0;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .brand {
    transform: translateX(0);
    opacity: 1;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .model {
    transform: translateX(0);
    opacity: 1;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .model .subModel {
    transform: translateX(0);
    opacity: 1;
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .desc {
    opacity: 1;
    transform: translateX(0);
}

.slider .swiper.mainSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .slideBg .icons img {
    opacity: 1;
    transform: translateY(0);
}

.groups {
    padding-top: 40px;
    position: relative;
    margin-bottom: 70px;
}

.groups h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 35px;
}

.groups .groupCat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.groups .groupCat .group {
    width: 25%;
    margin-bottom: 35px;
    aspect-ratio: 1;
    background: linear-gradient(#eaf0f2 0%, #dbe3e6 100%);
    padding: 30px 40px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.groups .groupCat .group .icon {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    aspect-ratio: 102/127;
    position: relative;
    z-index: 4;
    transition: 0.3s ease all;
    height: 35%;
    background: #0E086A;
    margin-bottom: 40px;
}

.groups .groupCat .group span {
    position: relative;
    z-index: 4;
    color: #0E086A;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    transition: 0.3s ease all;
    margin-bottom: 15px;
}

.groups .groupCat .group p {
    position: relative;
    z-index: 4;
    color: #0E086A;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    transition: 0.3s ease all;
    text-align: center;
}

.groups .groupCat .group:after {
    position: absolute;
    content: "";
    background: linear-gradient(#278ce6 0%, #1167d4 100%);
    inset: 0;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease all;
    color: #0E086A;
}

.groups .groupCat .group:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.groups .groupCat .group:hover .icon {
    background: #fff;
}

.groups .groupCat .group:hover span {
    color: #fff;
}

.groups .groupCat .group:hover p {
    color: #fff;
}

.groups .groupCat .group:hover:after {
    opacity: 1;
    transform: scale(1.05);
}

.groups:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-color: #0E086A;
    aspect-ratio: 1920/190;
}

section.mainInfo {
    position: relative;
    margin-bottom: 45px;
}

section.mainInfo h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-bottom: 33px;
}

section.mainInfo .infoArea {
    position: relative;
}

section.mainInfo .infoArea p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.69;
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

section.mainInfo .infoArea .imgParent {
    position: relative;
    width: 100%;
    height: 100%;
}

section.mainInfo .infoArea .imgParent img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

section.mainInfo .infoArea:before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    background: linear-gradient(45deg, #1168d4 0%, #1ba5ea 100%);
    bottom: 0;
    left: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}

section.mainInfo .infoArea:after {
    position: absolute;
    content: "";
    background-color: #EAF0F2;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.mainBrands {
    margin-bottom: 50px;
}

.mainBrands h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.mainBrands .brand {
    width: 100%;
    aspect-ratio: 196/110;
    background-color: #EAF0F2;
    margin-bottom: 25px;
    cursor: pointer;
    display: block;
}

.mainBrands .brand img {
    transform: scale(0.68);
    filter: grayscale(1);
    transition: 0.4s ease all;
}

.mainBrands .brand:hover img {
    transform: scale(1);
    filter: grayscale(0);
}

.models {
    margin-bottom: 40px;
    position: relative;
}

.models:after {
    content: "";
    background-color: #EAF0F2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: -1;
    height: 300px;
}

.models h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    text-align: center;
}

.models .model {
    display: block;
}

.models .model .imgArea {
    display: flex;
    aspect-ratio: 195/236;
    -webkit-mask-image: url("../img/svg/modelbg.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(#278ce6 0%, #1167d4 100%);
    justify-content: center;
    align-items: center;
    position: relative;
}

.models .model .imgArea img {
    position: relative;
    z-index: 1;
    height: 41%;
}

.models .model .imgArea:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85%;
    transition: 0.3s ease all;
    z-index: 0;
    background: linear-gradient(#278ce6 0%, #001a9c 50.2%, #070435 100%);
    opacity: 0;
}

.models .model span {
    font-size: 16px;
    color: #646464;
    line-height: 1.3;
    text-align: center;
    padding: 0 20px;
    font-weight: 500;
    display: block;
}

.models .model:hover .imgArea:after {
    height: 100%;
    opacity: 1;
}

.models .contactParent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.models .contactParent .contactButton {
    padding: 20px 40px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.16;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #A8B7BE;
    transition: 0.3s ease all;
}

.models .contactParent .contactButton:hover {
    background-color: #278CE6;
}

.blogs {
    position: relative;
    padding-top: 35px;
}

.blogs.subBlog ul {
    list-style: disc;
    padding-left: 20px;
}

.blogs.subBlog ul li {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #646464;
    text-align: justify;
    font-weight: 400;
}

.blogs h2 {
    font-size: 30px;
    line-height: 1.23;
    /*color: #278CE6;*/
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.blogs .blog {
    padding: 8px;
    background-color: #EAF0F2;
    display: block;
    transition: 0.3s ease all;
}

.blogs .blog img {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 30px;
}

.blogs .blog span {
    margin-bottom: 20px;
    padding: 0 20px;
    display: block;
    color: #646464;
    line-height: 1.22;
    font-weight: 600;
    transition: 0.3s ease all;
}

.blogs .blog:hover {
    background-color: #278CE6;
    box-shadow: -1px 1px 20px -4px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: -1px 1px 20px -4px rgba(90, 90, 90, 0.64);
    -moz-box-shadow: -1px 1px 20px -4px rgba(90, 90, 90, 0.64);
}

.blogs .blog:hover span {
    color: #fff;
}

.blogs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(30deg, #1168d4 0%, #1ba5ea 100%);
    aspect-ratio: 1920/295;
    z-index: -1;
}

.blogs .readMoreParent {
    display: flex;
    margin-top: 55px;
    justify-content: center;
    align-items: center;
}

.blogs .readMoreParent .readMoreButton {
    padding: 20px 40px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.16;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #A8B7BE;
    transition: 0.3s ease all;
}

.blogs .readMoreParent .readMoreButton:hover {
    background-color: #278CE6;
}

.blogs.subBlog {
    padding-top: 75px;
    margin-bottom: 100px;
}

.blogs.subBlog h2 {
    text-align: left;
}

.blogs.subBlog .blog {
    margin-bottom: 30px;
}

.blogs.subBlog .bannerimg {
    width: 100%;
    margin-bottom: 55px;
}

.blogs.subBlog p {
    font-size: 18px;
    line-height: 1.5;
    color: #646464;
    margin-bottom: 30px;
    text-align: justify;
    font-weight: 300;
}

footer {
    background-color: #0E086A;
    padding: 50px 0;
    margin-top: 55px;
}

footer .border-right {
    border-right: 1px solid #1167D4;
}

footer .dvcenter {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

footer ul > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    transition: 0.3s ease all;
}

footer ul > li > a:hover {
    color: #1167D4;
}

footer .sosyal {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

footer .sosyal a {
    display: block;
    margin-bottom: 22px;
}

footer .sosyal a:hover .icon {
    fill: #64737a;
}

footer .sosyal a .icon {
    transition: 0.3s ease all;
    width: 24px;
    height: 24px;
    fill: #fff;
}

footer .footerdesc {
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footerdesc .footer-info span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #fff;
}

footer .footerdesc .footer-info span.title {
    font-weight: 600;
}

footer .footerdesc .copyright {
    color: #64737a;
    font-size: 14px;
    line-height: 19px;
    margin: 20px 0;
}

footer .footerdesc .ebulten {
    width: 390px;
    margin-left: auto;
}

footer .footerdesc .ebulten label {
    color: #1167D4;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-bottom: 10px;
}

footer .footerdesc .ebulten .form-group {
    position: relative;
}

footer .footerdesc .ebulten .form-control {
    color: #A8B7BE;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
}

footer .footerdesc .ebulten .form-control::-webkit-input-placeholder {
    color: #A8B7BE;
    font-size: 14px;
}

footer .footerdesc .ebulten .form-control:-ms-input-placeholder {
    color: #A8B7BE;
    font-size: 14px;
}

footer .footerdesc .ebulten .form-control::placeholder {
    color: #A8B7BE;
    font-size: 14px;
}

footer .footerdesc .ebulten button {
    font-size: 18px;
    font-weight: bold;
    color: #0E086A;
    background: transparent;
    border: 0;
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 50px;
    z-index: 2;
    cursor: pointer;
}

footer .imza {
    color: #A8B7BE;
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
}

footer .imza a {
    font-weight: bold;
    color: #A8B7BE;
}

footer .imza a:hover {
    color: #fff;
    border-bottom: 2px solid #A8B7BE;
}

.page-banner.products-banner {
    margin-bottom: -202px;
}

.page-banner.products-banner .banner-top {
    background: #EAF0F2;
    height: 287px;
}

.page-banner.products-banner.product-banner {
    margin-bottom: -170px;
}

.page-banner .banner-top {
    height: 450px;
    position: relative;
    background: linear-gradient(#278ce6 0%, #1167d4 100%);
}

.page-banner .banner-top .img {
    display: block;
    position: absolute;
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-banner .banner-bottom {
    height: 72px;
    background-color: #0E086A;
}

.page-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-content h4 {
    font-weight: bold;
    font-size: 30px;
    color: #278ce6;
}

.page-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #646464;
}

.sidebar h4 {
    font-weight: bold;
    font-size: 20px;
    color: #278ce6;
    margin-bottom: 20px;
}

.sidebar .sldm-nav {
    padding: 0 0 75px;
}

.sidebar .sldm-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.sidebar .sldm-nav ul.sldm-default > li {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 300;
}

.sidebar .sldm-nav ul.sldm-default > li > a:hover {
    background-color: #ced9df;
}

.sidebar .sldm-nav ul.sldm-default > li > a.active {
    background-color: #ced9df;
}

.sidebar .sldm-nav ul.sldm-default > li > a:focus {
    background-color: #ced9df;
}

.sidebar .sldm-nav ul.sldm-default > li + li {
    border-top: 1px solid #dbe3e6;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu + li {
    border-top: 1px solid #1167d4;
}

.sidebar .sldm-nav > ul.sldm-default > li.sldm-submenu:first-child > a {
    border-radius: 10px 10px 0 0;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu:last-child a {
    border-radius: 0 0 10px 10px;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu:last-child .sldm-open {
    border-radius: 0 !important;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu:last-child .sldm-open + ul {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a {
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
    height: 80px;
    background: #278ce6;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a .icon {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 40.09px;
    height: 42.51px;
    background: #fff;
    margin-right: 19px;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a:hover {
    background-color: #1167d4;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a:focus {
    background-color: #1167d4;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a:after {
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    text-align: center;
    -webkit-mask-image: url("../img/sidebar_arrow.svg");
    background: #1167d4;
    right: 10px;
    bottom: 0;
    z-index: 999;
    opacity: 0;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a:hover:after {
    right: 10px;
    color: #394c53;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a:active:after {
    right: 10px;
    color: #394c53;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a.sldm-open {
    background-color: #1167d4;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu > a.sldm-open:after {
    opacity: 1;
    bottom: -10px;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu ul {
    display: none;
    background: #eaf0f2;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu ul li {
    background: #eaf0f2;
}

.sidebar .sldm-nav ul.sldm-default li.sldm-submenu ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #646464;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 23px;
}

.product-listing {
    position: relative;
    z-index: 3;
}

.product-list .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-list .head h4 {
    font-weight: bold;
    font-size: 20px;
    color: #278CE6;
    margin-bottom: 20px;
}

.product-list .products .product {
    display: flex;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #A8B7BE;
    padding: 13px 12px;
    flex-direction: column;
    margin-bottom: 24px;
    transition: border ease 0.3s;
}

.product-list .products .product:hover {
    background: linear-gradient(#fff 0%, #EAF0F2 100%);
    border: 1px solid #278CE6;
}

.product-list .products .product:hover .title {
    color: #278CE6;
}

.product-list .products .product .image {
    position: relative;
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list .products .product .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
}

.product-list .products .product .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
    width: 100%;
    max-width: 80%;
    text-align: center;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all ease 0.3s;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}

.pagination li a {
    color: #A8B7BE;
    background-color: #EAF0F2;
    display: flex;
    padding: 12px 17px 10px;
    font-size: 18px;
    line-height: 1.22;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    border-radius: 6px;
    font-weight: 500;
}

.pagination li.active a, .pagination li:hover a {
    color: #fff;
    background: #278CE6;
}

.breadcrumb {
    --breadcrumbTextColor: $ darkgray;
    --breadcrumbTextColorActive: $ darkgray;
    --uiBreadcrumbDividerColor: var(--breadcrumbDividerColor, inherit);
    --uiBreadcrumbDividerSize: var(--breadcrumbDividerSize, 1rem);
    --uiBreadcrumbIndent: var(--breadcrumbIndent, .75rem);
    --breadcrumbDividerSize: 16px;
    --uiBreadcrumbTextColor: var(--breadcrumbTextColor);
    --uiBreadcrumbTextColorActive: var(--breadcrumbTextColorActive);
    --breadcrumbDividerColor: var(--uiBreadcrumbTextColor);
    --rLinkTextColor: var(--uiBreadcrumbTextColor);
    margin-bottom: 0;
}

.breadcrumb .r-list {
    --uirListPaddingLeft: var(--rListPaddingLeft, 0);
    --uirListMarginTop: var(--rListMarginTop, 0);
    --uirListMarginBottom: var(--rListMarginBottom, 0);
    --uirListListStyle: var(--rListListStyle, none);
    padding-left: var(--uirListPaddingLeft) !important;
    margin-top: var(--uirListMarginTop) !important;
    margin-bottom: var(--uirListMarginBottom) !important;
    list-style: var(--uirListListStyle) !important;
}

.breadcrumb .r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

.breadcrumb .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--uiBreadcrumbIndent);
}

.breadcrumb .breadcrumb__group {
    display: inline-flex;
    align-items: center;
}

.breadcrumb .breadcrumb__divider {
    margin-left: var(--uiBreadcrumbIndent);
    font-size: var(--uiBreadcrumbDividerSize);
    color: var(--uiBreadcrumbDividerColor);
}

.breadcrumb span.breadcrumb__point {
    color: #646464;
    font-weight: bold;
}

.footerbanner {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: -55px;
}

.footerbanner .textArea {
    padding-left: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.footerbanner .textArea span {
    font-size: 35px;
    line-height: 1.23;
    color: #fff;
    font-weight: 700;
}

.footerbanner .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 73px 0;
}

.footerbanner .buttons a {
    font-size: 18px;
    line-height: 1.16;
    color: #fff;
    padding: 20px 30px;
    border: 2px solid #fff;
    background: transparent;
    transition: 0.3s ease all;
    min-width: 210px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
}

.footerbanner .buttons a:hover {
    background: #1167D4;
}

.footerbanner .imgParent {
    position: relative;
    height: 100%;
}

.footerbanner .imgParent img {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 750/350;
}

.footerbanner:before {
    content: "";
    background: #1771d9;
    background: linear-gradient(60deg, #1771d9 0%, #2284e2 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    aspect-ratio: 1920/296;
}

.breadcrumb-area {
    position: relative;
}

.prodDetail {
    position: relative;
    padding-top: 60px;
}

.prodDetail .prodImgParent {
    aspect-ratio: 636/820;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #278CE6;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.prodDetail .prodImgParent .prodImg {
    width: 100%;
}

.prodDetail .prodDesc h1 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
}

.prodDetail .prodDesc table tr {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.13;
    color: #646464;
}

.prodDetail .prodDesc table tr th {
    font-weight: 600;
}

.prodDetail .prodDesc table tr td {
    font-weight: 500;
}

.prodDetail .prodDesc .prodMaterial {
    border-top: 1px solid #278CE6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.prodDetail .prodDesc .prodMaterial .imgParent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prodDetail .prodDesc .prodMaterial .imgParent span {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #278CE6;
    display: inline-block;
    width: 50px;
    aspect-ratio: 50/60;
    margin-right: 10px;
}

.prodDetail .prodDesc .prodMaterial .imgParent img {
    max-height: 75px;
    filter: grayscale(1);
}

.prodDetail .prodDesc .prodMaterial a {
    font-size: 18px;
    line-height: 1.16;
    color: #646464;
    padding: 20px 30px;
    border-radius: 100px;
    border: 1px solid #646464;
    transition: 0.3s ease all;
}

.prodDetail .prodDesc .prodMaterial a:hover {
    background: #278CE6;
    border-color: #278CE6;
    color: #fff;
}

.prodDetail:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #1771d9;
    background: linear-gradient(60deg, #1771d9 0%, #2284e2 100%);
    height: 119px;
}

.otherProds {
    margin-top: 70px;
    margin-bottom: 150px;
}

.otherProds h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 35px;
}

.contactPage {
    padding-top: 70px;
    background: #EAF0F2;
    position: relative;
    z-index: 1;
}

.contactPage h2 {
    font-size: 30px;
    line-height: 1.23;
    color: #278CE6;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 140px;
}

.contactPage form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.contactPage form span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.22;
    color: #A8B7BE;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.contactPage form .left {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 12px);
}

.contactPage form .left input {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    transition: 0.3s ease all;
    color: #A8B7BE;
    font-size: 16px;
    line-height: 1.5;
}

.contactPage form .left input:focus {
    outline: unset;
    border-color: #278CE6;
    box-shadow: unset;
}

.contactPage form .right {
    width: calc(50% - 12px);
}

.contactPage form .right textarea {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    transition: 0.3s ease all;
    color: #A8B7BE;
    font-size: 16px;
    line-height: 1.5;
    height: 240px;
}

.contactPage form .right textarea:focus {
    border-color: #278CE6;
    outline: unset;
    box-shadow: unset;
}

.contactPage form .btnParent {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 60px;
}

.contactPage form .btnParent button {
    padding: 20px 60px;
    border-radius: 100px;
    background-color: #A8B7BE;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    transition: 0.3s ease all;
    border: none;
}

.contactPage form .btnParent button:hover {
    background-color: #278CE6;
}

.contactPage form .btnParent button:active {
    background-color: #278CE6;
}

.contactPage .contactInfo {
    background: #104abb;
    background: linear-gradient(45deg, #104abb 0%, #278ce6 100%);
    border-radius: 10px 10px 0 0;
}

.contactPage .contactInfo .infoParent {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 40px;
}

.contactPage .contactInfo .infoParent span {
    width: 50%;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}

.contactPage .contactInfo .infoParent span.light {
    font-weight: 400;
}

.contactPage .contactInfo .infoParent span:nth-child(even) {
    padding-left: 30px;
}

.contactPage:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 178px;
    background: #1771d9;
    background: linear-gradient(60deg, #1771d9 0%, #2284e2 100%);
}

.maps {
    margin-bottom: -55px;
}

.maps iframe {
    width: 100%;
    height: 610px;
}

header .ekatalog {
    white-space: nowrap;
    background: #278ce6;
    color: white;
    padding: 8px 17px;
    border-radius: 10px;
    margin-left: 20px;
}

header .navbar {
    display: flex;
    align-items: baseline;
}

æ
