/* Developed at 01.11.2025 - https://newweb.kz - Aka Cheech */
HTML {
    margin: 0;
    padding: 0;
    height: 100%; 
}
BODY{
    color:#353535;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'GilroyRegular', Tahoma, sans-serif;
    /* 100% VH */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* 100% VH */
}
.wishGoToCart:hover {
    background-color: transparent;
    color: #333333;
}
.Wishlistproduct a {
    text-decoration: none;
    color: #757575;
}
.wishGoToCart {
    background-color: #00845e;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: ease .5s;
    border: 1px solid #00845e;
    display: inline-block;
    margin: 10px 0;
}
.cartEmpty svg{
    height: 200px;
    display:block;
    margin-bottom: 40px;
}
.productTitle {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    font-family: 'GilroyMedium';
    display: block;
    border-top: 1px solid #0dcc96;
}
.cartProduct {
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: ease 1s;
    padding: 5px 20px;
}
.cartProduct a {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
    transition: ease .5s;
    display: block;
}
.cartProduct a h2 {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
    width: 300px;
}
.cartProduct img {
    width: 80px;
    height: 80px;
}
.cartProductQuantity {
    background-color: #fff;
    display: inline-block;
    width: 142px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 0;
    text-align: left;
}
.cartProductQuantity input {
    display: block;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    height: 36px;
    width: 63px;
    text-align: center;
    float: left;
    padding: 0 3px;
    border: none;
    border-radius: 3px;
}
.cartProductQuantity .btn {
    text-align: center;
    display: block;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    position: relative;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    float: left;
    transition: ease 1s;
}
.cartDeleteAll:hover {
    color: #fff;
    background-color: #333333;
}
.cartOrderSummary h2 {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'MagistralBook', Tahoma, sans-serif;
    line-height: 1;
    margin-top: 40px;
    border-bottom: 1px solid #474747;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.summary-info {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #424141;
}

.summary-info {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #424141;
}

.cartCheckout {
    text-align: right;
}
.cartCheckout a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2c9901;
    border: 1px solid #2c9901;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    transition: ease .5s;
    margin-bottom: 100px;
}
.header__favourite img{
    height: 35px;
    transition: ease-in-out .5s;
}
.cartCheckout a:hover{
    background-color: transparent;
    color:#000;
}
.cart__wrap h1 {
    font-size: 34px;
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    color: #333;
}
.btn-delete{
    border-radius: 50% 50%;
    background-color: #000;
    color:#fff !important;
    padding: 3px 8px 5px 8px;
    display: block;
    line-height: 1;
    transition: ease-in-out .5s;

}
.cartDeleteAll {
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid rgb(233, 233, 233);
    display: inline-block;
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease .5s;
}
.detailsPrice{
    font-size: 34px;
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    color: #000000;
    margin-top: 20px;
    line-height: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}

.btn-wishlist{
    color:#fff;
    background-color: rgb(255, 139, 57);
    border-radius: 5px;
    border:1px solid rgb(255, 139, 57);
    padding: 5px 10px;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.btn-wishlist:hover{
    color:#333;
    background-color: transparent;
}
.category__pages__content .product__item-cart{
    background-color: green;
    border:1px solid green;
    color:#fff;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.category__pages__content .product__item-cart:hover{
    color:#333;
    background-color: transparent;
}
.category__pages__content  .product__item .productCardActions{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.remark__pages__content .product__item-cart{
    background-color: green;
    border:1px solid green;
    color:#fff;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.remark__pages__content .product__item-cart:hover{
    color:#333;
    background-color: transparent;
}
.deatilsRelated .product__item-cart{
    background-color: green;
    border:1px solid green;
    color:#fff;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: ease-in-out .5s;
    font-size: 16px;
}
.remark__pages__content .productCardActions{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.deatilsRelated .product__item-cart:hover{
    color:#333;
    background-color: transparent;
}
.deatilsRelated .product__item .productCardActions{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.categoryLeft__block_button:hover{
    background-color: transparent;
    color:#000;
}
.categoryLeft__block_button{
    background-color: #8a0000;
    color: #000;
    transition: ease-in-out .5s;
    border: 1px solid #000;
    color:#fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
}
.sort-item select {
    padding: 5px 10px;
    outline: none;
    border-radius: 5px;
    background-color: #000000;
    cursor: pointer;
    color: #fff;
}
.categoryLeft__block input:focus{
    border:1px solid #00aeff;
}
.categoryLeft__block input{
    padding: 5px 10px;
    border-radius: 5px;
    border:1px solid #d6d6d6;
    transition: ease-in-out .5s;
    outline: none;
}
.detailPopular > h4 {
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}
.wishlistProducts{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding-bottom: 100px;
}
.deatilsRelated{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 100px;
}
.categoryLeft__block h3{
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 5px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
    border-radius: 10px;
}
.product-data__value{
    min-width:45%;
}
.product-data__name{
    min-width:45%;
    opacity:.8;
}
.product-data__item{
    display:flex;
    gap:20px;
    margin:0 0 6px;
}
.product-data{
    font-family: 'GilroyRegular' !important;
    font-size: 16px;
}
.detailDescr{
    font-family: 'GilroyRegular' !important;
    font-size: 16px;
}
.cat-tree-link { color: inherit; text-decoration: none; }
.cat-tree-link.is-active { font-weight: 700; }
.cat-tree-link.is-open { color: #48A0D2; }
.categoryLeft__block a{
    color:#333;
    text-decoration: none;
    transition: ease-in-out .5s;
    display: inline-block;
}
.categoryLeft__block a:hover{
    color:#48A0D2;
}
.product-title {
    transition: height 0.3s ease;
    font-family: 'GilroyRegular';
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #bbd1f3;
    margin-bottom: 10px;
    color:#333;
    font-size: 18px;
    text-decoration: none;
}
.product__item-trend{
    position: absolute;
    top: -1px;
    left:0;
    border-radius: 5px 0 0 0;
    padding: 6px 10px 5px 20px !important;
    color:#fff;
    display: block;
}
.product__item-trend-new{
    background-color: #1fa300;
}
.product-title {
    transition: height 0.3s ease;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #bbf3e3;
    margin-bottom: 10px;
}
.product__item-trend-hit{
    background-color: #ff9e00;
}
.product__item-trend-sale{
    background-color: #9b0000;
}
.product__item-trend-new::before {
    content: '';
    position: absolute;
    top:0;
    right: -28px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 29px 28px;
    border-color: transparent transparent #1fa300 transparent;
    transform: rotate(180deg);
}
.category__pages__content{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
}
.product__item{
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #d8deff;
    padding: 25px;
    position: relative;
    transition: ease .5s;
    text-decoration: none;
    color:#333;
    display: block;
    overflow: hidden;
    width: 270px !important;
}
.product__item:hover{
    border:1px solid #05674a;
}
.product__item img{
    width:100%;
}
.product__item-trend-sale::before {
    content: '';
    position: absolute;
    top:0;
    right: -28px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 30px 28px;
    border-color: transparent transparent #9b0000 transparent;
    transform: rotate(180deg);
}
.product__item-trend-hit::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -27px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 30px 28px;
    border-color: transparent transparent #ff9e00 transparent;
    transform: rotate(180deg);
}
.product__item-img{
    transition: ease-in-out .5s;
}
.product__item:hover .product__item-img{
    transform: scale(0.9);
}
.product__item{
    max-width: 310px;
}
.shopCategory{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}
.use-chosen {
    margin-right: 10px;
}
.shopSort{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 30px 0;
}
.remark__pages__content{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    padding-bottom: 40px;
}
.shopContent{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    padding-bottom: 100px;
}
.shopCategory__right{
    width: 75%;
}
.product__item-price {
    font-size: 26px;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
}
.product__item-price span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.product__item-link{
    text-decoration: none;
}
.shopCategory__left{
    width: 20%;
    padding:0 10px 100px 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    flex-direction: column;
    transition: ease-in-out .5s;
    box-shadow: 0px 0px 8px 0px rgba(103, 104, 105, 0.1);
    border: 1px solid #ebebeb;
    margin-bottom: 100px;
}
.commonBreadcrumbs ul:last-child li {
    padding-left: 10px;
}
.commonBreadcrumbs ul li a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    transition: ease 1s;
    padding-right: 10px;
    font-weight: bold;
}
.commonBreadcrumbs ul li a:hover{
    color:#0084a9;
}
.commonBreadcrumbs ul li{
    list-style: none;
}
.commonBreadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.commonBreadcrumbs a svg{
    width:14px;
    fill: #000;
    transition: ease-in-out .5s;
}
.commonBreadcrumbs a svg:hover{
    fill:#0084a9;
}
.commonBreadcrumbs {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 13px;
}
.swal-wide{
    max-width: 320px !important;
    background-color: rgb(255, 255, 255) !important;

}
.sweetTitle{
    font-size: 16px;
    max-width: 300px;
    color:#333333 !important;
}
.scrollTopBtn {
    background-color: #0a3629;
    padding: 10px 10px;
    border-radius: 10px;
    z-index: 100;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 10px;
    transition: ease .2s;
}
.davrTitle {
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    background-image: url(../images/design/h2__icon.png);
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}
.scrollTopBtn:hover{
    background-color: #009abd;
}
.scrollTopBtn img {
    height: 20px;
}
.header__bottom_special a:hover{
    color:#006880;
}
.header__bottom_special a{
    text-decoration: none;
    color:#333;
    transition: ease-in-out .5s;
}
#mobile_bar{
    display:none;
}
.footer__contacts ul li a:hover{
    color:#f0ff00;
}
.footer__contacts ul li a{
    text-decoration: none;
    color:#fff;
    display: block;
    margin-bottom: 10px;
    transition: ease-in-out .5s;
}
.footer__contacts ul li{
    list-style: none;
}
.footer__contacts ul{
    margin:0;
    padding:0;
}
.footer__contact_phone{
    background-image: url('../images/design/footer_phone_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px 0 5px 30px;
}
.footer__contact_email{
    background-image: url('../images/design/footer_email_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px 0 5px 30px;
}
.footer__contact_location{
    background-image: url('../images/design/footer_location_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px 0 5px 30px;
}
.footer__left_wrap ul li a{
    text-decoration: none;
    transition: ease-in-out .5s;
    color:#fff;
    display: block;
    margin-bottom:10px;
    padding-left: 20px;
    background-image: url('../images/design/footer__li_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.footer__left_wrap ul li a:hover{
    color:#f0ff00;
}
.footer__left_wrap ul li{
    list-style: none;
}
.footer__left_wrap ul{
    margin: 0;
    padding: 0;
}
.footer__categories_wrap{
    margin-right: 50px;
}
footer h3{
    font-size: 24px;
    font-family:'MagistralMedium', Tahoma, sans-serif;
    font-weight: normal;
}
.footer__contacts ul:nth-child(2) li a:hover{
    fill: #f0ff00;
}
.footer__contacts ul:nth-child(2) li a {
    text-decoration: none;
    transition: ease-in-out .5s;
}
.footer__contacts ul:nth-child(2) li {
    list-style: none;
    margin-right: 10px;
}
.footer__contacts ul:nth-child(2) {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 30px;
}
.year{
    margin-right: 20px;
    font-family:'MagistralBold', Tahoma, sans-serif;
    font-size: 40px;
}
.copyright{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.footer__logo_wrap p{
    color:#f0ff00;
    margin:0;
    font-size: 12px;
}
.copyright__wrap{
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    margin-top: 30px;
}
.copyright p{
    margin:0;
    font-size: 10px;
    text-transform: uppercase;
}
.footer__left_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
}
.footer__logo_wrap{
    text-align: center;
}
.footer{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;

}
.about__btn{
    cursor: pointer;
    background: #48A0D2;
    background: linear-gradient(180deg, rgba(72, 160, 210, 1) 0%, rgba(22, 97, 170, 1) 100%);
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    transition: ease-in-out .5s;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.about__btn:hover{
    color:#f0ff00;
}
.about__btn_wrap{
    text-align: right;
}
.footer__wrap{
    background: #009ABC;
    background: linear-gradient(180deg, rgba(0, 154, 188, 1) 0%, rgba(0, 113, 139, 1) 100%);
    border-radius: 40px 40px 0 0;
    margin-top: 40px;
}
.blog__item_content h3{
    margin: 0;
    transition: ease-in-out .5s;
}
.blog__item:hover .blog__item_content h3{
    color:#009abd;
}
.blog__item_content p{
    margin-bottom: 0;
}
.blog__item_content{
    padding: 10px;
}
.blog__item_img{
    width: 100%;
    transition: ease-in-out .5s;
}
.blog__item:hover .blog__item_img{
    transform: scale(1.1);
}
figure{    
    display: block;
    overflow: hidden;
    width: 100%;
    margin:0;
    padding: 0;
    height: 165px;
}
.blog__item{
    width: 32%;
    background-color: #fff;
    padding: 5px;
    transition: ease-in-out .5s;
    text-decoration: none;
    color:#333;
}
.blog__content {
    padding: 30px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.blog__wrapper h2{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'MagistralMedium', Tahoma, sans-serif;
    background-image: url(../images/design/h2__icon.png);
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
    font-weight: normal;
}
.blog__wrapper{
    background-color: #f6f2f2;
    border-radius: 0 0 50px 50px;
}
.about__logo_name img{
    margin-right: 20px;
}
.about__logo_name h1{
    margin: 0;
}
.about__logo_name{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-around;
}
.about__content h6{
    font-size: 18px;
    margin:0;
}
.about__home h2{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'MagistralMedium', Tahoma, sans-serif;
    background-image: url(../images/design/h2__icon.png);
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
    font-weight: normal;
}
.about__content_wrap{
    padding: 30px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
}
.about__wrapper{
    background-color: #f6f2f2;
    padding-bottom: 40px;
}
.best__item:last-child{
    padding-right: 20px;
    border:0;
}
.best__item img{
    margin-right: 20px;
}
.best__item{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    padding-right: 40px;
    border-right: 1px solid #e8e8e8;
}
.bests__wrap{
    background-color: #fff;
    border-radius: 70px;
    padding: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
}
.best__item h5{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.best__wrapper{
    background-color: #f6f2f2;
    padding-bottom: 40px;
}
.categories__item img{
    width: 100%;
}
.categories__item{
    border-radius: 50px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    box-shadow: 0px 0px 8px 0px rgb(200 216 228 / 20%);
    text-decoration: none;
    transition: ease-in-out .5s;
    border: 2px solid transparent;
    max-width: 350px;
    margin-bottom: 30px;
}
.categories__item:hover .categories__item_h4{
    color:#f0ff00;
}
.categories__item:hover{
    border-radius: 20px;
    border: 2px solid #028dc5;
}
.categories__item h4{
    font-size: 20px;
    color:#333;
    font-family:'MagistralMedium', Tahoma, sans-serif;
    margin:0;
    font-weight: normal;
}
.categories h2{
    text-transform: uppercase;
    font-size: 30px;
    font-family:'MagistralMedium', Tahoma, sans-serif;
    background-image: url('../images/design/h2__icon.png');
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    margin:0 0 30px 0;
    font-weight: normal;
}
.categories{
    padding-bottom: 1px;
}
.categories__wrapper{
    background-color: #f6f2f2;
    border-radius: 40px 40px 0 0;
    padding-top: 35px;
}
.categories__wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.slider__banner:nth-child(1){
    margin-bottom: 10px;
}
.slider__banner{
    background: #DADADA;
    background: linear-gradient(90deg,rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 15px 25px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(111 141 164 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(111 141 164 / 20%);
    box-shadow: 0px 0px 8px 0px rgba(111 141 164 / 20%);
}
.slider__banner_btn{
    cursor: pointer;
    background: #48A0D2;
    background: linear-gradient(180deg,rgba(72, 160, 210, 1) 0%, rgba(22, 97, 170, 1) 100%);
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 40px;
    color:#fff;
    text-align: center;
    transition: ease-in-out .5s;
    font-size: 14px;
}
.slider__banner_btn:hover{
    color:#f0ff00;
}
.slider__banner_content_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.slider__banner_content p{
    margin:0;
    padding:0;
    font-size: 16px;
    max-width: 180px;
}
.slider__banner h4{
    font-size: 26px;
    font-family:'MagistralBook', Tahoma, sans-serif;
    margin:0;
    padding:0;
}
.sliders__wrapper{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.slider__wrap{
    width: 870px;
    height: 460px;
    border-radius: 50px;
}
.sliders__wrapper{
    padding:15px 0;
}
.slides{
    padding:0;
    margin:0;
}
.header__bottom__nav ul li a:hover{
    color:#fff;
    background-color: #009ABC;
}
.header__bottom__nav ul li a{
    display: block;
    color:#333;
    padding: 15px 25px;
    border-left: 1px solid #c0c0c0;
    text-decoration: none;
    color: #333333;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
    font-size: 22px;
    transition: ease-in-out .1s;
}
.header__bottom__nav ul li{
    list-style: none;
}
.header__bottom__nav ul{
    padding:0;
    margin:0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.header__bottom_nav_wrap {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    height: 550px;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    top: 400px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 780px;
    z-index: 1000;
}
.header__bottom__catalog .header__burger__p {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
    font-size: 22px;
    transition: ease .5s;
    line-height: .9;
}
.header__burger:after {
    bottom: 3px;
}
.header__burger:after {
    content: '';
    background-color: #006880;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all .3s ease 0s;
}
#catalogBtn {
    position: relative;
    z-index: 101;
    cursor: pointer;
}
.header__burger {
    position: relative;
    width: 20px;
    height: 19px;
    margin-right: 10px;
}
.header__burger:before {
    content: '';
    background-color: #006880;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all .3s ease 0s;
}
#overlayMy {
    transition: ease-in-out .5s;
    cursor: pointer;
}
.header__burger span {
    position: absolute;
    background-color: #006880;
    left: 0;
    width: 100%;
    height: 2px;
    top: 8px;
    transition: all .3s ease 0s;
}
.header__burger:before {
    top: 2px;
}
.header__burger__btn {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    background-image: url(../images/design/categoryBg.png);
    background-repeat: no-repeat;
    padding: 10px 25px 10px 0;
}
.header__bottom__catalog {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.header__burger__btn:hover .header__burger__p {
    color: #006880;
}
.header__bottom_hit svg, .header__bottom_new svg, .header__bottom_sale svg{
    margin-right: 10px;
}
.header__bottom_hit, .header__bottom_new, .header__bottom_sale{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 10px;
    font-size: 18px;
    font-family:'MagistralBook', Tahoma, sans-serif;
}
.header__bottom_special p{
    display: block;
}
.header__bottom_special{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    padding-left: 10px;
    border-left:1px solid #c0c0c0;
}
.header__bottom__nav{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.headerSearchBtn {
    background-color: #000000;
    color: #fff;
    border-radius: 50px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 20px 10px 35px;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: ease 0.5s;
    position: absolute;
    right: 5px;
    top: 14px;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    background-image: url(../images/design/search__icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 10px center;
}
.headerSearchBtn:hover{
    color:#fff;
    background-color: #006880;
}
.headerSearchInput:focus{
    border:1px solid #006880;
}
.headerSearchInput {
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    padding: 14px 0 14px 30px;
    outline: none;
    width: 96%;
    margin-top: 10px;
    color: #6f6f6f;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    transition: ease .5s;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
    box-shadow: 0px 0px 8px 0px rgba(200 216 228 / 20%);
}
.header__middle__search {
    position: relative;
    width: 760px;
}
.header__btn:hover{
    color:#f0ff00;
}
.header__btn{
    color:#fff;
    background: #009FC2;
    background: linear-gradient(180deg,rgba(0, 159, 194, 1) 0%, rgba(0, 104, 128, 1) 100%);
    font-family:'GilroyMedium', Tahoma, Verdana, sans-serif;
    padding:5px 20px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer;
    transition: ease-in-out .5s;
}
.header__favourite svg{
    height: 37px;
    transition: ease-in-out .5s;
}
.header__cart p, .header__favourite p{
    color:#333;
    margin:0;
    font-size: 10px;
}
.header_position:hover span{
    background-color: #f0ff00;
    color:#000;
}
.header_position:hover .rotated__img {
    transform: perspective(400px) rotateY(180deg);
}
.detailsConent img{
    max-width: 100%;
}
.header__cart span, .header__favourite span{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex: 0 0 22px;
    transition: ease-in-out .5s;
}
.header__cart, .header__favourite{
    position: relative;
    text-decoration: none;
    text-align: center;
}
.header__cart img{
    height:40px;
    transition: ease-in-out .5s;
}
.header__nav_wrap{
    border-top:1px solid #c0c0c0;
    padding:10px 0;
}
.header__middle_logo p{
    margin:0;
    padding:0;
    font-size: 14px;
}
.header__slogan{
    font-size:30px;
    font-family:'MagistralBook', Tahoma, sans-serif;
}
.header__middle_cart_favourite{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}
.header__middle_wrap{
    padding: 10px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.head__right a:hover{
    color:#f0ff00;
}
.head__right a{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    transition: ease-in-out .5s;
    font-size:18px;
}
.head__right p{
    margin: 0 10px;
}
.head__right svg {
    margin-right: 10px;
}
.head__right{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.head__middle a:hover svg{
    fill: #f0ff00;
}
.head__middle a svg{
    transition: ease-in-out .5s;
}
.head__middle a{
    text-decoration: none;
    display: inline-block;
    margin:0 5px; 
}
.head__left{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.head__left a svg{
    margin-right: 10px;
}
.head__left a{
    font-size: 18px;
    text-decoration: none;
    color:#fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease-in-out .5s;    
}
.head__left a:hover{
    color:#f0ff00;
}
.head__left_email {
    margin-left: 20px;
}
.head__left_email svg{
    height: 20px;
}
header{
    background-color: #f6f2f2;
    border-radius: 0 0 40px 40px;
}
.head{
    padding: 5px 0;
    background: #1560A9;
    background: linear-gradient(180deg,rgba(21, 96, 169, 1) 0%, rgba(71, 159, 209, 1) 100%);
    border-radius: 0 0 40px 40px;
}
.head__right p{
    display: inline-block;
}
.remarkIcon {
    position: absolute;
    top: 0;
    right: 0;
    border-radius:0 0 0 5px ;
    padding: 5px 20px 5px 20px !important;
    display: block;
    color:#fff;
}
.remarkHit{
    background-color: #ff9e00;
}
.remarkNew{
    background-color: #1fa300;
}
.remarkSale{
    background-color: #9b0000;
}
.detailsPrice span {
    font-size: 28px;
    font-family: 'Arial', Tahoma, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
}
.deatailOneCLick{
    background-color: #515151;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    transition: ease 0.5s;
    border: 1px solid #515151;
}
.cartEmpty h2 {
    font-size: 35px;
}
.wishlistWrap h2 {
    font-size: 35px;
}
.cartEmpty {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wishlistWrap {
    text-align: center;
}
.cartEmpty a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #238802;
    border: 1px solid #238802;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 100px;
    display: inline-block;
    transition: ease .5s;
}
.wishlistWrap svg{
    display: inline-block;
    height: 200px;
    margin-bottom: 40px;
}
.cartEmpty a:hover{
    background-color: transparent;
    color:#333;
}
.deatailOneCLick:hover{
    background-color: transparent;
    color:#333;
}
.product__content_wrap{
    padding-top: 30px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.searchListHeaderA {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgb(232, 232, 232);
    font-size: 12px;
    transition: ease 1s;
}
.searchListHeaderA:hover{
    background-color: #e6e6e6;
    padding-left: 10px;
    color:#000000;
}
.searchListHeader {
    position: absolute;
    top: 56px;
    left: 10px;
    background-color: #fff;
    padding: 10px;
    width: 500px;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.detailsConent{
    max-width: 53%;
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.detailsConent .quantity .quantity-input > .btn {
    color: #2c9901;
    font-size: 20px;
    margin-top: 4px;
    text-decoration: none;
}
.detailsConent .quantity .quantity-input input {
    display: block;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    height: 36px;
    width: 63px;
    text-align: center;
    float: left;
    padding: 0 3px;
    border: none;
    border-radius: 3px;
}

.detailsConent .product__item-cart{
    background-color: #00a947;
    padding: 10px 40px 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: ease .5s;
    background-image: url(../images/design/cart_icon__btn.png);
    background-size: 25px 25px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin-right: 30px;
    border: 1px solid #008939;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.detailsConent .product__item-cart:hover{
    background-color: #005624;
}
.detailsConent .quantity .quantity-input > .btn {
    text-align: center;
    display: block;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    position: relative;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    float: left;
    transition: ease 1s;
    cursor: pointer;
}
.detailsConent .quantity .quantity-input > .btn:hover{
    background-color: #c4c4c4;
    color:#000;
}
.product__content_img{
   width: 40%;
}
.head__wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
svg{
    height:28px;
}
/* 100% VH */
main {
    flex-grow: 1;
}
/* 100% VH */
footer{
    background-color: #f6f2f2;
    border-radius: 50px 50px 0 0;
}
/* Fonts */
@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:'MagistralBook';
    src: url('../fonts/MagistralBook.ttf');
}
@font-face {
    font-family:'MagistralMedium';
    src: url('../fonts/MagistralMedium.ttf');
}
/* Fonts */
.container{
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #028dc5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #028dc5;
    border-radius: 10px;
}
*::selection {
    background: #f0ff00;
    color:#353535;
}
@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: 100;
    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: 5px;
    width:70px;
    height:70px;
    z-index: 100;
}

/* =====================
   Каталог в шапке (многоуровневое меню вправо)
   ===================== */

.header__bottom__catalog{position:relative;}

.header__bottom_nav_wrap{
    position:absolute;
    top:100%;
    left:-30px;
    display:none;
    z-index:9999;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition: ease-in-out .5s;
}

.header__bottom__catalog:hover .header__bottom_nav_wrap,
.header__bottom_nav_wrap:hover{
    display:block;
    left:0;

}


.header__bottom_nav_wrap .catalog-menu{
    list-style:none;
    margin:0;
    padding:6px 0;
    min-width:160px;
}


.header__bottom_nav_wrap .catalog-item{position:relative;}

.header__bottom_nav_wrap .catalog-item > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:10px 14px;
    text-decoration:none;
    max-width: 500px;
    color:#333;
    font-size: 14px;
    font-family:'GilroyMedium';
    border-bottom: 1px solid #e9e9e9;
    transition: ease .5s;
}

.header__bottom_nav_wrap .catalog-item > a:hover{
    background:rgba(0,0,0,.04);
    color:#1292e8;
}

.header__bottom_nav_wrap .catalog-item:hover > a{
    background:rgba(0,155,203,.04);
    color:#1292e8;
}

.header__bottom_nav_wrap .catalog-item::after{
    content:"";
    position:absolute;
    top:0;
    right:-16px;
    width:16px;
    height:100%;
}

.header__bottom_nav_wrap .catalog-arrow{opacity:.55;}

.header__bottom_nav_wrap .catalog-submenu{
    display:none;
    position:absolute;
    top:0;
    left:100%;
    min-width:200px;
    list-style:none;
    margin:0;
    padding:6px 0;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.header__bottom_nav_wrap .catalog-item:hover > .catalog-submenu{
  display:block;
}

/* =========================================================
   FIX: старые стили темы для .header__bottom_nav_wrap (flex/scale/hidden)
   ломали многоуровневый flyout. Ниже — жёсткий override.
   ========================================================= */

.header__bottom__catalog .header__bottom_nav_wrap{
    top: 100% !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: none; 
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
    flex-flow: initial !important;
    justify-content: initial !important;
}

.header__bottom__catalog:hover .header__bottom_nav_wrap,
.header__bottom_nav_wrap:hover,
.header__nav_wrap.active .header__bottom_nav_wrap{
    display: block !important;
}

.header__bottom__catalog.is-open .header__bottom_nav_wrap{
    display:block !important;
}

.header__bottom__catalog .header__bottom_nav_wrap > ul.catalog-menu{
    display: block !important;
}

.header__bottom__catalog .header__bottom_nav_wrap li > ul{
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
}

.header__bottom__catalog .header__bottom_nav_wrap li:hover > ul{
  display: block !important;
}
.header__burger__btn.active{
  background: rgba(0,0,0,.06);
  border-radius: 10px;
}

.header__burger__btn.active .header__burger span,
.header__burger__btn.active .header__burger:before,
.header__burger__btn.active .header__burger:after{
  opacity: 1;
  color:#009abd;
}

.product__item-img-wrap{
    margin: 0;
    padding: 0;
}
.form-text-anons {
    color: #6e6e6e;
    padding-bottom: 10px;
    text-align: center;
}
.detailsConent .quantity span {
    margin-right: 10px;
}
.detailsConent .quantity {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 0 20px 0;
}
.inputCall {
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #6e6e6e;
    outline: none !important;
    font-size: 12px;
    min-width: 300px;
    transition: ease-in-out .5s;
}
.loginFieldset{
    border:none;
}
.btn-form{
    color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 50px;
    background: #009abd;
    font-family:'GilroyMedium', Tahoma, Verdana, sans-serif;
    font-size:18px;
    border:1px solid #009abd;
    padding:10px 30px;
    margin-top: 20px;
    cursor: pointer;
}
.btn-form:hover{
    color: #333;
    background-color: transparent;
}
.formBtn {
    text-align: center;
}
.form-text {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    color: #6e6e6e;
    font-size: 30px;
    font-family: 'GilroyRegular', Tahoma, Verdana, sans-serif;
}