/* Developed in october 2025 by https://newweb.kz */
HTML {
    margin: 0;
    padding: 0;
    height: 100%;
}
BODY {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    color: #000;
    background-color: #f6f6f6;
    font-family: 'GilroyRegular', Tahoma, Verdana, sans-serif;
}
.year{
    color:#fff;
    font-size: 24px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    border-bottom: 1px solid #b1a7a7;
    padding-bottom: 10px;
}
.footer__copyright p{
    color:#fff;
    font-size:10px;
}
.footer__copyright{
    margin-top: 40px;
}
.footer__btn{
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size: 15px;
    background-image: url(../images/btn__bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 17px 48px 23px 48px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.footer__btn:hover{
    color:#333;
}
.footer__phone span{
    font-size: 24px;
}
.footer__phone{
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    transition: ease-in-out .5s;
    background-image: url(../images/header__phone.png);
    background-position: left 5px bottom 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 40px;
}
.footer__phone:hover{
    color:#333;
}
.footer__top_middle p{
    font-size: 19px;
    margin: 0 0 10px 0;
}
.footer__top_middle{
    max-width: 560px;
}
.footer__top_middle h4{
    font-weight: normal;
    margin:0;
    color:#fff;
    font-size: 36px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    line-height: 1;
}
.footer__top_left img{
    max-width: 60px;
}
.footer__logo__service {
    font-size: 57px;
    font-family: 'MagistralLight', Tahoma, Verdana, sans-serif;
}
.footer__logo_nb {
    font-size: 57px;
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    color: #fff;
    letter-spacing: -9px;
    margin-right: 5px;
}
.footer__top_left {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.footer__copyright{
    text-align: center;
}
.footer__top{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__wrapper{
    background: #CC6A00;
    background: linear-gradient(90deg,rgba(204, 106, 0, 1) 0%, rgba(255, 30, 0, 1) 100%);
    border-radius: 150px 150px 0 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 20px;
    left: 0;
    right: 0;
    padding-top: 30px;
}
footer{
    padding-top: 40px;
    background: #E6C098;
    background: linear-gradient(90deg,rgba(230, 192, 152, 1) 0%, rgba(249, 164, 152, 1) 100%);
    border-radius: 150px 150px 0 0;
    position: relative;
    z-index: 0;
    margin-top: 50px;
    padding: 90px 0 45px 0;
}
.how__item_content p{
    margin:0;
}
.how__item_content h4{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size:20px;
}
.how__item_content{
    max-width: 80%;
}
.how__item_num{
    font-size:140px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    line-height: 0.6;
    color:#efcdb8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8a57b;
}
.how__item_btn{
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size: 18px;
    background-image: url(../images/btn__bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 17px 48px 23px 48px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.how__item_btn:hover{
    color:#333;
}
.how__item{
    width: 24%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
}
.how__content{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.how__wrap h2{
    font-size: 48px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url(../images/h2__icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.text__phone{
    background-image: url('../images/text__phone.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px 0 5px 30px;
}
.text__content a{
    text-decoration: none;
    color:#cc6a00;
    transition: ease-in-out .5s;
    font-weight: bold;
}
.text__content a:hover{
    color:#333;
}
.text__content ul {
    padding: 0;
    margin: 20px 0;
}
.text__content ul li{
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    background-image: url('../images/text__icon_li.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.text__content h3{
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size: 30px;
    margin:0;
}
.reviews__wrap h2{
    font-size: 34px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-transform: uppercase;
}
.text__wrap h2{
    font-size: 34px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-transform: uppercase;
}
.brands__content{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.brand__item p{
    margin-top: 0;
}
.brand__item img{
    border-radius: 10px;
}
.brand__item{
    background-color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 10px;
}
.brands h2{
    font-size: 36px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon_white.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    color:#fff;
    text-transform: uppercase;
}
.brands .why__btn_wrap{
    padding-bottom: 40px;
}
.brands__wrapper{
    background: #B4B4B4;
    background: linear-gradient(90deg,rgba(180, 180, 180, 1) 0%, rgba(56, 56, 56, 1) 100%);    
    border-radius: 150px;
    position: absolute;
    z-index: -1;
    bottom:20px;
    top:0;
    left:0;
    right:0;
    padding-bottom: 30px;
}
.brands__wrap{
    padding-top: 40px;
    background: #E0E0E0;
    background: linear-gradient(90deg,rgba(224, 224, 224, 1) 0%, rgba(183, 183, 183, 1) 100%);
    border-radius: 150px;
    position: relative;
    z-index: 0;
}
.gallery{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
.gallery-fancy img{
    width: 100%;
}
.gallery-fancy{
    width: 24%;
    display: block;
}
.gallery{
    margin-top: 30px;
}
.gallery__wrap h2{
    font-size:48px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.about__content{
    max-width: 65%;
}
.about{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.about__wrap h2{
    font-size:48px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.about__wrap{
    padding: 30px 0;
    background-color: #e5e5e5;
    margin-top: 50px;
}
.why__right_dots{
    position: absolute;
    z-index: 0;
    right: 0;
    top:0;
}
.why__left_dots{
    position: absolute;
    z-index: 0;
    left: 0;
    bottom:0;
}
.why__wrap{
    margin-top: -130px;
    position: relative;
}
.why__btn {
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size: 18px;
    background-image: url('../images/btn__bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 17px 48px 23px 48px;
    color:#fff;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.why__btn:hover{
    color:#333;
}
.why__wrap h2{
    font-size:48px;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    background-image: url('../images/h2__icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.why__btn_wrap{
    text-align: center;
}
.why__item h3{
    text-align: center;
    font-weight: normal;
}
.why__content p{
    text-align: center;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    color:#7b7b7b;
    font-size: 20px;
}
.why__items{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.header__midder_left ul li{
    list-style: none;
    padding-left: 30px;
    background-image: url('../images/header__li__icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 40px;
}
.arrow__24_img{
    margin-bottom: 20px;
}
.arrow__go_img{
    animation: bounce 2s ease-in-out alternate infinite;
}
@keyframes bounce {
    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(40px);
    }

    100%{
        transform: translateY(0);
    }
}
.arrow__24_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 127px;
}
.arrow__24_wrap img{
    display:block;
}
.header__midder_left ul{
    padding:0;
    margin:0;
}
.header__midder_left{
    font-size:18px;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
}
h1 span{
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
}
h1{
    font-family: 'AkrobatLight', Tahoma, Verdana, sans-serif;
    font-size:40px;
    line-height: 1;
    color:#fff;
    font-weight: normal;
    text-transform: uppercase;
}
.header__middle_wrap img{
    max-width: 577px;
}
.header__middle_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.header__btn{
    font-size:24px;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.header__btn:hover{
    color:#fff;
}
.header__phone span{
    font-size:36px;
    font-family: 'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
}
.header__phone{
    font-size: 54px;
    color:#fff;
    text-decoration: none;
    font-family: 'AkrobatBold', Tahoma, Verdana, sans-serif;
    transition: ease-in-out .5s;
    background-image: url('../images/header__phone.png');
    background-position: left 5px bottom 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.header__phone:hover{
    color:#333333;
}
.header__middle_wrap{
    padding-top: 30px;
}
.header__top_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between; 
    border-bottom: 1px solid #eb9a74;
}
.header__logo__service{
    font-size:82px;
    font-family: 'MagistralLight', Tahoma, Verdana, sans-serif;
}
.header__logo_nb{
    font-size:82px;
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    color:#fff;
    letter-spacing: -9px;
    margin-right: 5px;
}
.header__top_logo{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
main{
    background-image: url('../images/header__bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

/* Whats app */
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

#whatsAppFixed a:hover {
    transform: rotate(30deg);
}

#whatsAppFixed a {
    transition: ease 1s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -1px;
}

#whatsAppFixed::after {
    animation-delay: .5s;
}

#whatsAppFixed::before,
#whatsAppFixed::after {
    content: '';
    position: absolute;
    border: 10px solid #69d74d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 100px;
    animation: pulse 1.8s linear infinite;
    z-index: 0;
}

#whatsAppFixed img {
    width: 70px;
    height: 70px;
}

#whatsAppFixed a {
    transition: ease 1s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -1px;
}

#whatsAppFixed::before,
#whatsAppFixed::after {
    content: '';
    position: absolute;
    border: 10px solid #69d74d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 100px;
    animation: pulse 1.8s linear infinite;
    z-index: 0;
}

#whatsAppFixed {
    position: fixed;
    bottom: 200px;
    right: 50px;
    width: 70px;
    height: 70px;
}

/* Fonts */
@font-face {
    font-family: 'AkrobatBold';
    src: url('../fonts/AkrobatBold.otf');
}
@font-face {
    font-family: 'AkrobatLight';
    src: url('../fonts/AkrobatLight.otf');
}
@font-face {
    font-family: 'AkrobatSemiBold';
    src: url('../fonts/AkrobatSemiBold.otf');
}
@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/GilroyBold.ttf');
}
@font-face {
    font-family: 'GilroyMedium';
    src: url('../fonts/GilroyMedium.ttf');
}
@font-face {
    font-family: 'GilroyRegular';
    src: url('../fonts/GilroyRegular.ttf');
}
@font-face {
    font-family: 'MagistralBold';
    src: url('../fonts/MagistralBold.ttf');
}
@font-face {
    font-family: 'MagistralLight';
    src: url('../fonts/MagistralLight.ttf');
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #930002;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #930002;
    border-radius: 10px;
}

*::selection {
    background: #930002;
    color: #fff;
}

#mobile_bar {
    display: none;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
.form-text {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    color: #333;
    font-size: 30px;
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
}
.mfControls {
    text-align: center;
}
.btn-form{
    font-family: 'GilroyBold', Tahoma, Verdana, sans-serif;
    font-size: 18px;
    background: #CC6900;
    background: linear-gradient(90deg,rgba(204, 105, 0, 1) 0%, rgba(255, 30, 0, 1) 100%);
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s;
    border:0;
    border-radius: 10px;
    outline:none;
}
.loginFieldset{
    outline:none;
    border:0;
}
.form-text-anons {
    color: #6e6e6e;
    padding-bottom: 10px;
    text-align: center;
}
.inputCall {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6e6e6e;
    outline: none;
    font-size: 12px;
    min-width: 278px;
}