@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*,
*::after,
*::before{
    box-sizing: border-box;
}
@font-face{
    font-family: 'SFProDisplay-Regular', sans-serif;
    src: url(/fonts/SofiaProRegular.woff2) format('woff2'),
    url(/fonts/SofiaProRegular.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #454967;
    font-size: 22px;
    line-height: 30px;
    background: #f4f1f1;
    overflow-x: hidden;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.container_top {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.page-btn3 {
    border: 1px solid #1E2D57;
    padding: 12px 10px;
    color: #1e2d57;
    border-radius: 5px;
    background: #ffffff;
    display: block;
    width: 83%;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    transition: .4s all;
    position: static;
    bottom: 0px;
}
.guarantee_block {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.page-btn {
    border: 1px solid #1E2D57;
    padding: 12px 10px;
    color: #1e2d57;
    border-radius: 5px;
    background: #ffffff;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    transition: .4s all;
}
.page-btn:hover{
    background: #1E2D57;
    color: #EFEDED;
}
.page-btn span{
    position: relative;
    padding-right: 20px;
    display: inline-block;
}
.page-btn span::before,
.page-btn span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: .4s all;
}
.page-btn span::before{
    width: 11px;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px solid #1E2D57;
}
.page-btn span::after{
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #1E2D57;
    border-right: 1px solid #1E2D57;
    top: 50%;
}
.page-btn:hover span::before{
    border-color: #FFFFFF;
    width: 17px;
    right: -5px;
}
.page-btn:hover span::after{
    border-color: #FFFFFF;
    right: -5px;
}
.page-section {
    padding: 30px 0;
}
.page-title {
    color: #1E2D57;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    /*margin-left: 320px;*/
    margin-bottom: 50px;
}
.page-block {
    border-radius: 5px;
    background: #ffffff;
    box-shadow:
            0px 0px 1.8px rgba(0, 0, 0, 0.02),
            0px 0px 4.3px rgba(0, 0, 0, 0.028),
            0px 0px 8.1px rgba(0, 0, 0, 0.035),
            0px 0px 14.5px rgba(0, 0, 0, 0.042),
            0px 0px 27.2px rgba(0, 0, 0, 0.05),
            0px 0px 65px rgba(0, 0, 0, 0.07);
    padding: 50px;
}
.page-wrapper{
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/*****************
    Header
******************/
.header-top {
    background: #1e2d57;
    padding: 30px 0;
}
.header-top__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top__logo img{
    display: block;
    max-width: 180px;
}
.header-top__right{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.header-top__phone{
    color: #efeded;
    line-height: 20px;
    position: relative;
    padding-left: 40px;
    margin-right: 30px;
    display: inline-block;
    font: 700 17px Rubik, sans-serif;
}
.header-top__phone::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 0;
    width: 20px;
    height: 20px;
    background-image: url("/images/phone-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.header-top__lng {
    font-weight: 700;
    color: #EFEDED;
    font-size: 18px;
    line-height: 21px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.header-top__lng-select {
    position: relative;
    display: block;
    padding-right: 16px;
}
.header-top__lng-select::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #D9D9D9;
}
.header-top__lng-item {
    display: none;
}
.header-content {
    position: relative;
    padding-bottom: 50px;
}
.header-content__bg {
    height: 650px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}
.header-content__bg-img{
    position: absolute;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    left: 0;
    top: 0;
    height: 100%;
}
.header-content__inner{
    z-index: 99;
    position: relative;
    padding-top: 100px;
}
.header-content__title {
    font-size: 52px;
    line-height: 62px;
    max-width: 700px;
    color: #1e2d57;
    margin-bottom: 165px;
    padding-top: 60px;
}
.header-content__title--mobile{
    display: none;
    font-size: 42px;
    line-height: 47px;
    max-width: 490px;
    color: #1e2d57;
    z-index: 1;
    margin-bottom: 15px;
}
.header-content__subtitle{
    display: none;
    font-size: 24px;
    line-height: 29px;
    max-width: 490px;
    width: 100%;
    z-index: 1;
    padding-bottom: 19px;
}
.header-content__inner-wrapper{
    display: flex;
    flex-direction: column;
}
.header-content__items {
    margin-bottom: 60px;
}
.header-content__items-title{
    display: none;
}
.header-content__items-inner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.info_mobile{
    padding-bottom: 34px;
}
.header-content__item {
    padding: 20px;
    background: #ffffff;
    min-height: 295px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow:
            0px 0px 1.8px rgba(0, 0, 0, 0.02),
            0px 0px 4.3px rgba(0, 0, 0, 0.028),
            0px 0px 8.1px rgba(0, 0, 0, 0.035),
            0px 0px 14.5px rgba(0, 0, 0, 0.042),
            0px 0px 27.2px rgba(0, 0, 0, 0.05),
            0px 0px 65px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    flex: 1;
}
.header-content__item:hover .header-content__item-btn{
    background: #1E2D57;
    color: #EFEDED;
}
.header-content__item-btn span::before{
    transform: translateY(-50%);
}
.header-content__item-btn span::after{
    transform: translateY(-53%) rotate(45deg);
}
.header-content__item:hover .header-content__item-btn span::before{
    border-color: #FFFFFF;
    width: 17px;
    right: -5px;
}
.header-content__item:hover .header-content__item-btn span::after{
    border-color: #FFFFFF;
    right: -5px;
}
.header-content__item-top {
    margin-bottom: 10px;
}
.header-content__item-img {
    margin-bottom: 30px;
    text-align: center;
}
.header-content__item-img img{
    max-height: 85px;
}
.header-content__item-title {
    line-height: 26px;
    color: #1e2d57;
    text-align: center;
    /*padding: 0 20px;*/
}
.header-content__socials {
    display: flex;
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #1e2d57;
    justify-content: space-between;
    align-items: center;
}
.header-content__socials-title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
    display: none;
}
.header-content__socials-phone--mobile{
    color: #efeded;
    font-size: 24px;
    display: none;
    line-height: 28px;
    min-width: 320px;
    padding: 25px 40px 25px 55px;
    background: #1E2D57;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.header-content__socials-phone--mobile span{
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
.header-content__socials-phone--mobile span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    line-height: 0;
    width: 30px;
    height: 30px;
    background-image: url("/images/phone-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-content__socials-text{
    display: none;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
.header-content__socials-item {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    box-shadow:
            0px 0px 1.8px rgba(0, 0, 0, 0.02),
            0px 0px 4.3px rgba(0, 0, 0, 0.028),
            0px 0px 8.1px rgba(0, 0, 0, 0.035),
            0px 0px 14.5px rgba(0, 0, 0, 0.042),
            0px 0px 27.2px rgba(0, 0, 0, 0.05),
            0px 0px 65px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background: #fff;
}
.header-content__socials-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.header-content__socials-icon img{
    width: 100%;
    display: block;
}
#service_2-section_2{
    margin-top: 25px;
}
.shop__wrapper-filters__item{
    margin-top: 26px;
}
/*****************
    Guarantee
******************/
.guarantee__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.guarantee__top-img {
    max-width: 420px;
    width: 100%;
    margin-right: 10px;
}
.guarantee__top-img img{
    display: block;
    width: 100%;
}
.guarantee__top-text {
    max-width: 1280px;
    width: 100%;
    padding-left: 50px;
}
.guarantee__top-text p{
    margin-bottom: 20px;
}
.guarantee__top-text p:last-child{
    margin-bottom: 0;
}
.guarantee__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guarantee__bottom-text {
    max-width: 1360px;
    flex:1;
}
.guarantee__bottom-img {
    max-width: 300px;
    flex:1;
}
.guarantee__bottom-img img{
    display: block;
    width: 100%;
}

/*****************
    Safe
******************/
.safe {
    padding-bottom: 140px;
}
.safe__top{
    margin-bottom: 50px;
}
.safe__content {
    position: relative;
    padding-bottom: 100px;
    width: 91%;
    margin-left: 4%;

}
.safe__content-img{
    position: relative;
    text-align: center;
}
.safe__content-img img{
    margin-right: 60px;
}
.safe__content-number{
    width: 36px;
    height: 36px;
    position: absolute;
    display: none;
    border-radius: 50%;
    background: #1E2D57;
    justify-content: center;
    font-family: 'SFProDisplay-Regular', sans-serif;
    font-weight: 400;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    line-height: 24px;
}
.safe__content-number--1{
    bottom: 37%;
    left: 39%;
}
.safe__content-number--2{
    bottom: 57%;
    left: 32%;
}
.safe__content-number--3{
    bottom: 38%;
    left: 54%;
}
.safe__content-number--4{
    bottom: 43%;
    right: 34%;
}
.safe__content-number--5{
    bottom: 54%;
    right: 24%;
}
.safe__content-item {
    width: 250px;
    position: absolute;
}
.safe__content-item--1{
    width: 200px;
    top: 160px;
    left: 0;
}
.safe__content-item--2{
    left: 0;
    bottom: 35px;
}
.safe__content-item--3{
    left: 48%;
    transform: translateX(-50%);
    bottom: -92px;
}
.safe__content-item--4{
    right: 0;
    bottom: -45px;
}
.safe__content-item--5{
    width: 200px;
    top: 90px;
    right: 0;
}
.safe__content-line{
    position: absolute;
}
.safe__content-line img{
    display: block;
    width: 100%;
}
.safe__content-item--1 .safe__content-line{
    top: 45px;
    left: 92px;
    width: 327px;
}
.safe__content-item--2 .safe__content-line{
    top: -282px;
    left: 58px;
    width: 426px;
}
.safe__content-item--3 .safe__content-line{
    top: -170px;
    left: 35px;
    width: 136px;
}
.safe__content-item--4 .safe__content-line{
    top: -232px;
    left: -275px;
    width: 279px;
}
.safe__content-item--5 .safe__content-line{
    width: 226px;
    left: -211px;
    top: 60px;
}
.safe__content-item .safe__content-number{
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.safe__content-item__img {
    margin-bottom: 30px;
    position: relative;
}
.safe__content-item__title {
    color: #1c1c1c;
    line-height: 26px;
    margin-bottom: 5px;
}
.safe__content-item__text {
    font-size: 18px;
    line-height: 25px;
}
/*****************
    Professionals
******************/
.professionals__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 25px;
}
.professionals__items-item {
    padding-top: 60px;
    text-align: center;
}
.professionals__item-img {
    text-align: center;
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
}
.professionals__item-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.professionals__item-text {
    font-size: 14px;
    line-height: 20px;
}
.products__inner-wrapper>.products__inner-item{
    /*min-height: 632px;*/
}

/*****************
    Info
******************/
.info {
    padding-bottom: 50px;
}
.info__block,
.partners__block{
    text-align: center;
}
.info__block-title,
.partners__block-title {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #1E2D57;
}
.info__block-text {
    font-size: 18px;
    line-height: 25px;
}
/*****************
    Partners
******************/
.partners {
    padding-bottom: 100px;
}
.partners__block-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners__block-item {
    width: 22%;
    display: flex;
    justify-content: center;
}
.partners__block-item img{
    display: block;
}
/*****************
    Footer
******************/
.footer {
    background: #1e2d57;
    padding: 50px 0;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1220px;
}
.footer-text {
    position: relative;
    padding-left: 30px;
}
.footer-text::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/images/footer-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
}
/*****************
    Service top
******************/
.service-top__content {
    position: relative;
}
.service-top--reverse{
    padding-top: 0;
}
.service-top__content-block {
    width: 100%;
    position: relative;
    min-height: 395px;
    padding: 15px 45px;
    background-position: left;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: 750px;
}
.service-top--reverse .service-top__content-block{
    background-position: right;
    justify-content: flex-start;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.service-top__content-block__img{
    display: none;
}
.service-top__content-info {
    max-width: 468px;
    padding-right: 73px;
}
.service-top__ingo-title {
    margin-bottom: 25px;
    line-height: 26px;
    font-weight: 700;
    color: #1c1c1c;
}
.service-top__content-message {
    right: 10px;
    top: auto;
    bottom: -12px;
    cursor: pointer;
    /*transform: translateY(0);*/
    position: fixed;
    z-index: 999;
    bottom:15px;
    right:15%;
}
.service_2_slider {
    margin-bottom: 30px;
}
/*****************
    Services top
******************/
.services__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 25px;
    max-width: 1500px;
    width: 100%;
    padding: 0px 15px;
    margin: auto;
    margin-bottom: 50px;
}
.services__items-item {
    display: flex;
    box-shadow: 0px 0px 1.8px rgba(0, 0, 0, 0.02),
    0px 0px 4.3px rgba(0, 0, 0, 0.028),
    0px 0px 8.1px rgba(0, 0, 0, 0.035),
    0px 0px 14.5px rgba(0, 0, 0, 0.042),
    0px 0px 27.2px rgba(0, 0, 0, 0.05),
    0px 0px 65px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: #ffffff;
}
.services__item-img {
    max-width: 275px;
}
.services__item-img img{
    width: 275px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    display: block;
}
.services__item-info{
    padding: 25px;
}
.services__item-title {
    font-size: 18px;
    line-height: 21px;
    color: #1e2d57;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 60px;
}
.services__item-title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: #1e2d57;
}
.services__item-text {
    font-size: 14px;
    line-height: 19px;
}
.services__locks {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.services__locks-title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #1e2d57;
}
.services__locks-text {
    background: #e9eaef;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 29px;
    color: #1e2d57;
    font-weight: 500;
    max-width: 580px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.services__locks-text__img {
    position: absolute;
    left: 0;
    top: 0;
}
.services__locks-items {
    display: flex;
    justify-content: space-between;
    max-width: 540px;
    width: 100%;
}
.services__locks-items__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.services__locks-items__item:last-child{
    margin-bottom: 0;
}
.services__locks-item-img {
    margin-right: 13px;
}
.services__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 70px
}
.services__contact-left {
    display: flex;
    align-items: center;
    max-width: 255px;
    width: 100%;
}
.services__contact-img {
    margin-right: 40px;
}
.services__contact-title {
    line-height: 26px;
}
.services__contact-text {
    max-width: 450px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.services__contact-phone {
    color: #efeded;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 20px 7px 50px;
    background: #1E2D57;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
}
.services__contact-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    line-height: 0;
    width: 20px;
    height: 20px;
    background-image: url(/images/phone-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/*****************
    Products
******************/
.products {
    padding-bottom: 20px;
}
.products-title {
    max-width: 800px;
    margin: 50px auto 50px;
}
.products-container {
    position: relative;
}
.products__inner{
    padding: 0 10px;
}
.products__inner-wrapper {
    /*padding-bottom: 60px;*/
}
.page-btn3{
    bottom: 20px;
}
.products__inner-item {
    padding: 25px;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    /*min-height: 515px;*/
    /*height:601px;*/
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03),
    0px 0px 16px rgba(0, 0, 0, 0.06);
    background: #fff;
    min-width: 251px;
}
.products__inner-item__img {
    height: 220px;
    display: flex;
    justify-content: center; /* Align items horizontally in center */
    align-items: center; /* Align items vertically in center */
}
.products__inner-item__img img{
    /*display: block;*/
    /*width: 100%;*/
    /*height: 290px;*/
    max-width: 100%; /* Adjust this value as needed */
    max-height: 100%; /* Adjust this value as needed */
    /* Ensure the image scales proportionally */
    width: auto;
    height: auto;
    object-fit: contain;
}
.products__inner-item__info {
    /*margin-bottom: 15px;*/
    /*height: 210px;*/
}
.products__inner-item-title {
    line-height: 26px;
    margin-bottom: 10px;
    margin-top:15px;
    max-height:120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* Adjust to 3 lines */
    -webkit-box-orient: vertical;
    height: 63px;  /* This should be triple the line-height if the line-height is 21px */
    line-height: 21px;
    font-weight: 500;
}
.products__inner-item__text {
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 102px;
    line-height: 21px;
}
.products__inner-item__item{
    display: block;
}
.products__inner-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.products__inner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #555555;
}
.products__inner-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #838383;
}
.products-arrow{
    width: 17px;
    height: 17px;
    top: 45%;
    cursor: pointer;
    position: absolute;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #080809;
    border-radius: 2px;
    z-index: 99;
}
.products__inner-prev {
    transform: translateY(-50%) rotate(-45deg);
    left: -30px;
}
.products__inner-next {
    transform: translateY(-50%) rotate(135deg);
    right: -30px;
}
.swiper-wrapper{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

/*header*/
.header {
    background-color: #1e2d57;
    display: flex;
    flex-direction: column;
    line-height: 100%;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    /*gap: 5px;*/
    position: fixed;
    width: 100%;
    top:0;
    z-index: 1000;
}
.header-content {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px;
}
.header-inner {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    width: 100%;
    max-width: 1500px;
    gap: 20px;
    padding:0 15px;
}
.logo {
    /*aspect-ratio: 5.88;*/
    object-fit: cover;
    object-position: center;
    width: 278px;
    max-width: 100%;
}
.availability {
    justify-content: center;
    align-items: end;
    color: #efeded;
    text-align: right;
    margin: auto 0;
    padding: 12px 30px 0;
    font: 700 17px Rubik, sans-serif;
}
.contact-info {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    padding-left: 61px;
    flex-direction: column;
    text-align: right;
    flex: 1;
    margin: auto 0;
}
.contact-text {
    color: #334e9b;
    align-self: end;
    font: 400 14px Rubik, sans-serif;
}
.contact-details {
    align-self: start;
    display: flex;
    margin-top: 5px;
    gap: 20px;
    font-size: 24px;
    color: #efeded;
    font-weight: 700;
    white-space: nowrap;
    justify-content: space-between;
}
.phone-icon {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 20px;
    margin: auto 0;
}
.phone-number {
    font-family: Rubik, sans-serif;
    white-space: nowrap;
}
.language-services {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 140%;
    flex:1;
    justify-content: flex-end;
}
.language-selector {
    display: flex;
    gap: 10px;
    height: 38px;
}
.language-btn {
    display: flex;
    align-items: center;
    font-family: Rubik, sans-serif;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #1e2d57;
    color: #efeded;
    padding: 7px 10px;
    cursor: pointer;
}
.language-btn.active {
    font-family: Rubik, sans-serif;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #1e2d57;
    padding: 7px 10px;
    display:flex;
    align-items: center;
    pointer-events: none;
}
.language-btn-mob {
    font-family: Rubik, sans-serif;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    /*background-color: #fff;*/
    color: #1e2d57;
    padding: 7px 10px;
    display:flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 43px;
    height:38px;
    padding-top: 4px;
}
.language-btn-mob.active {
    font-family: Rubik, sans-serif;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #1e2d57;
    color: #fff;
    padding: 7px 10px;
    display:flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 43px;
    height:38px;
}
.services-button {
    position: relative;
    justify-content: center;
    border-radius: 5px;
    background-color:#fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #1e2d57;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
}
.services-text {
    font-family: Rubik, sans-serif;
}
.services-icon {
    aspect-ratio: 1.82;
    object-fit: cover;
    object-position: center;
    width: 11px;
    stroke-width: 2px;
    stroke: #1e2d57;
    border-color: rgba(30, 45, 87, 1);
    border-style: solid;
    border-width: 2px;
    margin: auto 0;
}

/*menu*/
.menu {
    border-radius: 10px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    max-width: 267px;
    flex-direction: column;
    font-size: 18px;
    color: #1e2d57;
    font-weight: 700;
    line-height: 120%;
}
.menu-item {
    font-family: Rubik, sans-serif;
    border-bottom: 1px solid rgba(239, 237, 237, 1);
    background-color: #fff;
    justify-content: center;
    padding: 20px 30px;
}
.menu-item-home {
    white-space: nowrap;
}
.menu-item-locks {
    width: 100%;
    line-height: 22px;
}
.menu-item-alarms,
.menu-item-cameras,
.menu-item-access {
    white-space: nowrap;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 100;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
}
.dropdown-content ul {
    list-style-type: none;
    padding: 0;
}
.dropdown-content a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.services-button:hover .dropdown-content {
    display: block;

}
.dropdown-content a:hover + ul {
    display: block;

}
.decorative-image-services {
    width: 100%;
    max-width: 11px;
    aspect-ratio: 1.82;
    /*object-fit: cover;*/
    object-position: center;
    stroke: #1e2d57;
    stroke-width: 2px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 32px;
    position: relative;
}
.view-all-products-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background-color:  #fff;
    border: 1px solid rgba(30, 45, 87, 1);
    border-radius: 5px;
    font-size: 14px;
    color: #1e2d57;
    font-weight: 400;
    line-height: 140%;
    width: 250px;
    transition: background-color 0.3s ease;
    margin-top: 17px;
}
.view-all-products-container:hover {
    background: #1E2D57;
    color: #EFEDED;

}
.arrow-icon-hover {
    display: none;
    height: 16px;
    width: 16px;
    }
.view-all-products-container:hover .arrow-icon-hover {
    display: inline-block;
}
.view-all-products-container:hover .arrow-icon {
    display: none;
}
.view-all-products-text {
    font-family: Rubik, sans-serif;
}
.arrow-icon {
    width: 12px;
    margin: auto 0;
    fill: #1e2d57;
}
.dropdown-content-mobile {
    display: none; /* Hide the menu items by default */
}
.sos-container-mobile{
    display: none;
}
.container-mobile{
    display: none;
}
.read-more-button-mobile{
    display: none;
}
.services-section-mobile{
    display: none;
}
.product-item-mobile {
    background-color:  #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.page-btn3:hover{
    background: #1E2D57;
    color: #EFEDED;
}
.page-btn3 span{
    position: relative;
    padding-right: 20px;
    display: inline-block;
}
.page-btn3 span::before,
.page-btn3 span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: .4s all;
}
.page-btn3 span::before{
    width: 11px;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px solid #1E2D57;
}
.page-btn3 span::after{
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #1E2D57;
    border-right: 1px solid #1E2D57;
    top: 50%;
}
.page-btn3:hover span::before{
    border-color: #FFFFFF;
    width: 17px;
    right: -5px;
}
.page-btn3:hover span::after{
    border-color: #FFFFFF;
    right: -5px;
}
.service-top {
    margin-top:110px;
}
.products__inner-item__btn{
 margin-top:10px;
}

@media( max-width: 767px) {
    .products__inner-item__text {
        font-size: 14px;
        line-height: 19px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;  /* Adjust to 7 lines */
        -webkit-box-orient: vertical;
        height: 147px;  /* Adjust based on line-height, here assuming line-height is 21px */
        line-height: 21px;

    }
}
@media (max-width: 1400px) {
    /*****************
        Service top
    ******************/
    .service-top__content-message{
        right: 10px;
        top: auto;
        /*bottom: -12px;*/
        cursor: pointer;
        transform: translateY(0);
    }
    .shop__wrapper-filters__item{
        margin-top: 0;
    }

    /*****************
        Products
    ******************/
    .products__inner-next {
        right: -7px;
    }
    .products__inner-prev {
        left: -7px;
    }
}
@media (min-width: 1210px) {
    .swiper{
        position: static!important;
    }
    .swiper-wrapper{
        position: static!important;
        /*transform: none!important;*/
    }

    .safe__content-items{
        transform: none!important;
    }

    .swiper-slide {
        height: auto!important;
    }
    .safe__content-item--3{
        transform: translateX(-50%)!important;
    }
}
@media (max-width: 1210px) {
    /*****************
        Safe
    ******************/
    .safe{
        padding-bottom: 70px;
    }
    .safe__content{
        padding-bottom: 0;
    }
    .safe__content-container{
        padding: 0 30px;
    }
    .safe__content-img{
        width: 100%;
        position: relative;
    }
    .safe__content-img img{
        width: 100%;
        display: block;
        margin-right: 0;
    }
    .safe__content-number{
        display: flex;
    }
    .safe__content-items{
        position: relative;
        z-index: 1;
    }
    .safe__content-item{
        width: 48%;
        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
    }
    .safe__content-arrow {
        width: 17px;
        height: 17px;
        top: 45%;
        cursor: pointer;
        position: absolute;
        border-left: 2px solid;
        border-top: 2px solid;
        border-color: #080809;
        border-radius: 2px;
        z-index: 99;
    }
    .safe__content-prev {
        transform: translateY(-50%) rotate(-45deg);
        left: 4px;
    }
    .safe__content-next {
        transform: translateY(-50%) rotate(135deg);
        right: 4px;
    }
    .safe__content-item--2{
        width: 100%;
    }
    .safe__content-item--3{
        transform: translateY(0);
    }
    .safe__content-item--4,
    .safe__content-item--5{
        margin-bottom: 0;
    }
    .safe__content-line{
        position: static;
        display: none;
    }
    .safe__content-item__img{
        margin-left: 20px;
    }


    /*****************
        Services
    ******************/
    .services__item-img img{
        width: 250px;
    }
    .services__contact{
        padding: 25px;
    }

}
@media (max-width: 1180px) {
    /*****************
        Products
    ******************/
    .products__inner-item__img img{
        width: auto;
        margin: 0 auto;
        height: 220px;
    }

}
@media (max-width: 991px) {

    .page-title {
        font-size: 27px;
        line-height: 30px;
        margin-left: 0px;
        margin-top: 1px;
        margin-bottom: 40px;
    }

    .page-title_1 {
        font-size: 27px;
        line-height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 27px;
        margin-bottom: 40px;
    }

    .page-title_top {
        font-size: 27px;
        line-height: 30px;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-block{
        padding: 25px;
        border-radius: 10px;
    }


    /*****************
        Header
    ******************/
    .header-top{
        padding: 20px 0;
        background: #ffffff;
    }
    .header-top__phone{
        display: none;
    }
    .header-top__lng {
        color: #1e2d57;
        border-color: #1e2d57;
    }
    .header-top__lng-select::after{
        border-bottom: 6px solid #1e2d57;
    }
    .header-content__bg{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 40px;
        height: 420px;
    }
    .header-content__title{
        display: none;
    }
    .header-content__title--mobile{
        font-size: 42px;
        line-height: 47px;
        display: block;
        max-width: 490px;
    }
    .header-content__subtitle{
        display: block;
    }
    .header-content__inner{
        padding-top: 50px;
    }
    .header-content__items{
        order: 1;
    }
    .header-content__socials{
        flex-direction: column;
    }
    .header-content__socials-title{
        display: block;
    }
    .header-content__socials-phone--mobile{
        display: block;
    }
    .header-content__socials-text{
        display: block;
    }
    .header-content__socials-item-whatsapp{
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        padding: 25px;
    }
    .header-content__socials-item--phone{
        display: none;
    }
    .header-content__socials-item {
        margin-bottom: 10px;
        justify-content: center;
        min-width: 320px;
    }
    .header-content__socials-item:last-child{
        margin-bottom: 0;
    }
    .header-content__items-title{
        display: block;
    }
    .header-content__items {
        margin-top: 100px;
        margin-bottom: 0;
    }
    .header-content__items-inner {
        width: 65%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 25px;
    }
    .header-content__item{
        min-height: unset;
        display: block;
        flex: 1;
    }
    .header-content__item-top{
        margin-bottom: 0;
    }
    .header-content__item-img{
        margin-bottom: 20px;
    }
    .header-content__item-title{
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }
    .header-content__item-btn{
        display: none;
    }


    /*****************
        Guarantee
    ******************/
    .guarantee__top,
    .guarantee__bottom{
        flex-direction: column;
    }
    .guarantee__top-img{
        margin-right: 0;
        margin-bottom: 50px;
    }
    .guarantee__top-text{
        max-width: none;
        width: 95%;
        padding-left: 0;
        margin:0 auto;
    }
    .guarantee__bottom-text{
        max-width: none;
        margin-bottom: 50px;
    }


    /*****************
        Professionals
    ******************/
    .professionals__items{
        grid-template-columns: repeat(2, 1fr);
    }


    /*****************
        Partners
    ******************/
    .partners__block-item img{
        width: 100%;
    }


    /*****************
        Service top
    ******************/
    .services{
        padding-bottom: 1px;
    }
    .service-top__content-block{
        background-image: none!important;
        display: block;
        padding: 0;
        margin: 0 auto;
        max-width: 600px;
        min-height: unset;
    }
    .service-top__content-block__img{
        display: block;
    }
    .service-top__content-block__img img{
        border-radius: 10px 10px 0 0;
        width: 100%;
        display: block;
    }
    .service-top__content-info{
        padding: 25px;
        max-width: none;
        font-size: 20px;
    }
    .service-top__ingo-text{
        line-height: 28px;
    }
    .service-top__ingo-title{
        line-height: 24px;
    }


    /*****************
        Service top
    ******************/
    .service-top__content-message {
        right: 10px;
        /*bottom: -15px;*/
        padding: 10px;
        background: rgb(255 255 255 / 40%);
        border-radius: 10px;
    }
    .service-top__content-message img{
        width: 40px;
        height: 40px;
        display: block;
    }




    /*****************
        Services
    ******************/
    .services__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .services__item-title{
        padding-right: 0;
    }
    .services__contact{
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    .services__contact-left{
        flex-direction: column;
        max-width: none;
        margin-bottom: 50px;
    }
    .services__contact-title{
        text-align: center;
    }
    .services__contact-img{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .services__contact-text{
        margin-bottom: 50px;
    }
    .services__contact-phone{
        font-size: 24px;
        line-height: 28px;
        text-align: right;
        padding: 25px 35px 25px 65px;
        min-width: 247px;
    }
    .services__contact-phone::before{
        width: 34px;
        height: 34px;
        background-size: cover;
    }


    /*****************
        Products
    ******************/
    .products{
        padding-top: 1px;
    }
    .products__inner-next,
    .products__inner-prev{
        display: none;
    }
}
@media (max-width: 991px) {
    .view-all-products-container {
        padding: 0 20px;
        height: 50px;
    }
}
@media (max-width: 771px) {
    /*****************
        Safe
    ******************/
    .safe{
        padding-bottom: 50px;
    }
    .safe__content-img .safe__content-number{
        width: 26px;
        height: 26px;
        font-size: 19px;
        line-height: 19px;
    }


    /*****************
        Partners
    ******************/
    .partners__block-items{
        flex-direction: column;
    }
    .partners__block-item{
        max-width: 200px;
        width: 100%;
        margin-bottom: 50px;
    }
    .partners__block-item:last-child{
        margin-bottom: 0;
    }


    /*****************
        Services
    ******************/
    .services__locks-title{
        font-size: 24px;
        line-height: 28px;
    }
    .services__locks-text{
        padding: 20px 45px;
    }

}
@media (max-width: 575px) {
    /*****************
        Header
    ******************/
    .header-content__item{
        padding: 20px 10px;
    }
    .header-content__socials-phone--mobile{
        min-width: auto;
        width: 100%;
    }
    .header-content__socials-item{
        width: 100%;
        min-width: auto;
    }


    /*****************
         Safe
     ******************/
    .safe {
        padding-bottom: 0;
    }
    .safe__content{
        margin: 0 15px;

    }
    .safe__content-arrow {
        width: 13px;
        height: 13px;
    }
    .safe__content-prev {
        left: 12px;
    }
    .safe__content-next {
        right: 12px;
    }
    .safe__content-item__img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;

    }
    .safe__content-item .safe__content-number {
        width: 26px;
        height: 26px;
        font-size: 19px;
        line-height: 18px;
        left: -18px;
    }
    .safe__content-item__img img{
        width: 100%;
        display: block;
    }
    .safe__content-number--1 {
        bottom: 31%;
        left: 31%;
    }
    .safe__content-number--2 {
        bottom: 49%;
        left: 19%;
    }
    .safe__content-number--3 {
        bottom: 34%;
        left: 53%;
    }
    .safe__content-number--4 {
        bottom: 37%;
        right: 26%;
    }
    .safe__content-number--5 {
        bottom: 47%;
        right: 13%;
    }



    /*****************
        Professionals
    ******************/
    .professionals__items{
        grid-template-columns: repeat(1, 1fr);
    }


    /*****************
        Services
    ******************/
    .services__items-item{
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
        flex-direction: column;
    }
    .services__item-img{
        max-width: none;
    }
    .services__item-img img{
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .services__locks-items{
        flex-direction: column;
    }
    .services__locks-items-column{
        margin-bottom: 20px;
    }
    .services__locks-items-column:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 430px) {
    /*****************
        Header
   ******************/
    .header-content__bg{
        align-items: flex-start;
        padding: 40px 20px;
        height: 210px;
    }
    .header-content__title--mobile{
        font-size: 26px;
        line-height: 31px;
    }
    .header-content__subtitle{
        max-width: 230px;
    }

    /*****************
        Partners
    ******************/
    .footer__inner{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 70px;
    }
    .footer-copyright{
        margin-bottom: 25px;
    }


}
@media(max-width:767px){
    .products {
        padding-bottom: 1px;
    }
}
@media (max-width: 991px) {
    .header-content {
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction:column;
    }
}
@media only screen and (max-width: 767px) {
    .page-btn3 {
        border: 1px solid #1E2D57;
        padding: 12px 10px;
        color: #1e2d57;
        border-radius: 5px;
        background: #ffffff;
        display: block;
        width: 83%;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        text-align: center;
        transition: .4s all;
        position: static;
        bottom: 20px;
        margin-top:15px;
    }

    .header-content {
        display: none; /* Hide desktop menu on mobile */
    }
    .header{
        /*position:fixed;*/
        width:100%;
        z-index: 9999;
    }

    .mobile-menu{
        display: block;
    }

    .services-section-mobile{
        display: none;
    }

    /*.mobile-menu .dropdown-content.active {*/
    /*    display: block; !* Show the menu items when active *!*/
    /*}*/

    .page-top-mobile_1{
        padding-top: 12px;
    }

    /*mobile menu*/


    .product-item-mobile {
        background-color:  #fff;
        display: flex;
        /*max-width: 380px;*/
        flex-direction: column;
        justify-content: center;
    }

    .product-details-mobile {
        border: 1px solid rgba(239, 237, 237, 1);
        border-top: 0;
        background-color:  #fff;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    .product-info-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }

    .product-image-mobile {
        /*aspect-ratio: 5;*/
        /*object-fit: cover;*/
        object-position: center;
        width: 100%;
        flex: 1;

    }

    .menu-icon-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(30, 45, 87, 1);
        border-radius: 5px;
        background-color: #fff;
        margin: auto 0;
        padding: 12px;
    }

    .menu-line-mobile {
        background-color:  #1e2d57;
        height: 2px;
        width: 100%;
        margin-bottom: 4px;
    }

    .menu-line-mobile:last-child {
        margin-bottom: 0;
    }

    .header {
        padding: 0;
        position: fixed;
        top:0;
    }

    .dropdown-content-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dropdown-content-mobile ul a {
        display: block;
        padding: 10px 20px; /* Adjust as needed */
        text-decoration: none;
        color: #000; /* Adjust as needed */
        border-bottom: 1px solid #ccc; /* Add a border between items */
    }

    .dropdown-content-mobile ul a:hover {
        background-color: #f0f0f0; /* Adjust as needed */
    }

    .dropdown-content-mobile {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: none;
        width: 100%;
        z-index: 9999;
    }

    .dropdown-content-mobile.active {
        display: block;
        z-index: 9999;
    }

    .sos-container-mobile {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-blend-mode: normal, soft-light, normal;
        overflow: hidden;
        aspect-ratio: 2;
        /*max-width: 360px;*/
        padding: 15px 41px;
        height: 255px;
        width:87%;
        margin:0 auto;
        min-width: 300px;
    }

    .background-image-mobile {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .sos-title-mobile {
        position: relative;
        color: #1e2d57;
        font: 700 19px/26px Rubik, sans-serif;
    }

    .sos-description-mobile {
        position: relative;
        color: #1e2d57;
        font: 400 14px/23px Rubik, sans-serif;
        padding-bottom: 2px;
    }

    .container-mobile {
        background-color: #efeded;
        display: flex;
        /*max-width: 360px;*/
        flex-direction: column;
        font-size: 14px;
        color: #1e2d57;
        font-weight: 700;
        padding-top: 20px;
        /*padding-left: 8%;*/
        width:78%;
        margin : 0 auto;
    }

    .urgent-message-mobile {
        font: 20px/24px Rubik, sans-serif;
    }

    .phone-container-mobile {
        justify-content: center;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #1e2d57;
        display: flex;
        margin-top: 25px;
        gap: 20px;
        font-size: 24px;
        color: #efeded;
        white-space: nowrap;
        line-height: 120%;
        padding: 25px;
    }

    .icon-mobile {
        aspect-ratio: 1;
        object-position: center;
        width: 30px;
    }

    .phone-number-mobile {
        font-family: Rubik, sans-serif;
    }

    .instructions-mobile {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin-top: 25px;
    }

    .whatsapp-container-mobile {
        justify-content: center;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        display: flex;
        margin-top: 25px;
        gap: 20px;
        font-size: 24px;
        white-space: nowrap;
        line-height: 120%;
        padding: 25px;
    }

    .whatsapp-text-mobile {
        font-family: Rubik, sans-serif;
    }

    .telegram-container-mobile {
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        display: flex;
        margin-top: 10px;
        width: 100%;
        font-weight: 400;
        white-space: nowrap;
        line-height: 140%;
        padding: 7px 20px;
    }

    .telegram-content-mobile {
        display: flex;
        gap: 10px;
    }

    .telegram-icon-mobile {
        aspect-ratio: 1;
        object-position: center;
        width: 20px;
    }

    .telegram-text-mobile {
        font-family: Rubik, sans-serif;
    }

    .messenger-container-mobile {
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        display: flex;
        margin-top: 10px;
        width: 100%;
        font-weight: 400;
        white-space: nowrap;
        line-height: 140%;
        padding: 7px 20px;
    }

    .messenger-content-mobile {
        display: flex;
        gap: 10px;
    }

    .messenger-icon-mobile {
        aspect-ratio: 1;
        object-position: center;
        width: 20px;
    }

    .messenger-text-mobile {
        font-family: Rubik, sans-serif;
    }

    .services-section-mobile {
        display: block;
        background-color: #efeded;
        color: #1e2d57;
        font-family: Rubik, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 auto;
        max-width: 480px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 5px;

        text-align: center;
        width: 100%;
    }

    .services-title-mobile {
        font-size: 32px;
        line-height: 38px;
    }

    .services-grid-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 25px;
    }

    .service-card-mobile {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.15);
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 10px;
    }

    .service-icon-mobile {
        align-self: center;
        aspect-ratio: 1;
        fill: #1e2d57;
        object-fit: contain;
        width: 80px;
    }

    .service-name-mobile {
        margin-top: 30px;
        font-size: 17px;
    }

    .guarantee__top-text__paragraph.hidden {
        display: none;
    }
    .read-more-button-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 20px;
        border: 1px solid rgba(30, 45, 87, 1);
        border-radius: 5px;
        background-color:  #1e2d57;
        color:  #efeded;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        width:150px;}

    .read-more-text-mobile {
        font-family: Rubik, sans-serif;
    }

    .read-more-icon-mobile {
        width: 22px;
        aspect-ratio: 2.44;
        object-fit: contain;
        fill:  #fff;
    }

    .professionals__items-item.page-block.mobile{
        display: none;
    }

    .professionals__items{
        grid-template-rows: repeat(1, 1fr);
    }

    .view-all-products-container{

        height: 48px;
    }

    /*xxxx end of mobile style*/

}
@media(max-width: 900px){
    .info_mobile {
        padding-bottom: 1px;
    }
}
@media (max-width: 991px) {
    .header-inner {
        flex-wrap: wrap;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .contact-details {
        white-space: initial;
    }
}
@media (max-width: 991px) {
    .language-en {
        white-space: initial;
    }
}
@media (max-width: 991px) {
    .language-services {
        white-space: initial;
    }
}
@media (max-width: 991px) {
    .language-selector {
        white-space: initial;
    }
}
@media (max-width: 991px) {
    .language-lv {
        white-space: initial;
    }
}
@media (max-width: 991px) {
    .services-button {
        white-space: initial;
    }
}
@media(max-width: 900px){
    .partners {
        padding-bottom: 35px;
    }
}
@media(max-width: 767px) {
    .safe__top {
        margin-bottom: 1px;
    }
}
@media (max-width: 767px) {
    .guarantee__top-text {
        max-width: 1280px;
        width: 98%;
        margin: 0 auto;
        padding-left: 0;
    }
}
@media(max-width: 1300px){
    .header-content__item{
        /*width: 199px;*/
        padding: 14px;
    }
}
@media(max-width: 900px){

    .page-section {
        padding: 1px 0;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 43px 15px;
    }

    .container_slider {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 43px 1px 15px 15px;
    }



    .container_index {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 1px 15px;
    }
}
@media (max-width: 991px) {
    .container_index {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    .container_top {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}