@font-face {
    font-family: 'Rotonda';
    src: url('../fonts/RotondaC.eot');
    src: local('RotondaC'),
    url('../fonts/RotondaC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RotondaC.woff') format('woff'),
    url('../fonts/RotondaC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Rotonda';
    src: url('../fonts/RotondaC-Bold.eot');
    src: local('RotondaC Bold'), local('RotondaC-Bold'),
    url('../fonts/RotondaC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RotondaC-Bold.woff') format('woff'),
    url('../fonts/RotondaC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-overflow-style: scrollbar;
}

body {
    margin: 0;
    font-family: "Arial", "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.overflow-hidden{
    overflow: hidden !important;
}
input,
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.mobile-nav{
    width: 100%;
    height: 0;
    background-color: #eef2f7;
    z-index: 120;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 20px 0;
}
.mobile-nav.active{
    position: fixed;
    top: 0;
    height: 100vh;
    opacity: 1;
}
.mobile-nav .mobile-logo{
    display: table;
    max-height: 70px;
    margin: 0 auto 20px;
}
.mobile-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.mobile-nav .menu li{
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
.mobile-nav .menu li a{
    text-decoration: none;
    display: table;
    margin: auto;
    font-weight: 600;
    font-family: Rotonda,Arial,sans-serif;
    color: #4e6073;
    font-size: 20px;
}
.mobile-nav .menu li a:hover{
    text-decoration: underline;
}
.mobile-nav .menu li a svg{
    width: 12px;
    height: 12px;
    fill: #4e6073;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-nav .sub-menu{
    display: none;
}
.mobile-nav .sub-menu.active{
    display: block;
    background-color: #d9e0ea;
    margin-top: 10px;
    padding: 10px 0;
}
.mobile-nav .menu li.active > a{
    color: #8094dd;
}
.mobile-nav .sub-menu li a{
    font-size: 17px;
}
.mobile-nav .action-b{
    display: none;
}
.mobile-nav .top-social,
.mobile-nav .favorites-bl{
    display: inline-table;
}
.mobile-nav .favorites-bl{
    position: relative;
    top: 8px;
    float: left;
    margin-right: 15px;
}
.mobile-nav .mobile-header{
    display: table;
    margin: 0 auto 20px;
}
.smartphoto{
    z-index: 110!important;
}
.main-image .swiper-slide{
    align-items: center;
    display: flex;
    text-align: center;
}
.modal .product-title{
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 600;
    color: #4e6073;
    text-align: center;
    font-size: 28px;
    margin: 0 0 10px;
}
.modal .product-media-container{
    padding: 0;
    position: relative;
    z-index: 2;
}
.modal .product-media-container .wrap {
	overflow: hidden;
    padding: 15px 30px 15px 110px;
}
.modal .product-media-container .main-image {
    position: relative;
    height: 500px;
    margin: auto;
    z-index: 1;
}
.modal .product-media-container .main-image .swiper-slide a{
    margin: auto;
}
.modal .product-media-container .main-image.single-image {
    padding-left: 0;
}
.modal .product-media-container .additional-images{
    left: 0;
}
.top-catalog{
    position: relative;
}
.catalog-top{
    display: none;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 101;
    background-color: #fff;
    width: 300px;
    padding: 12px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    visibility: hidden;
}
.catalog-top.active{
    display: block;
    opacity: 1;
    visibility: visible;
}
.catalog-top .t-menu-cat{
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalog-top .t-menu-cat li{
    display: block;
    position: relative;
    padding: 3px 15px;
}
.catalog-top .t-menu-cat li a{
    text-decoration: none;
    color: #777;
    font-weight: bold;
    font-family: Rotonda,Arial,sans-serif;
    display: block;
    font-size: 16px;
    line-height: 16px;
    border-radius: 18px;
    padding: 10px 20px;
    position: relative;
}
.catalog-top .t-menu-cat li a svg{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    fill: #999;
}
.catalog-top .t-menu-cat > li:hover > a,
.catalog-top .t-menu-cat > li.active > a,
.catalog-top .t-menu-cat > li > ul > li:hover > a,
.catalog-top .t-menu-cat > li > ul > li.active > a{
    background-color: #f7f7f7;
}
.catalog-top .t-menu-cat > li.active > a,
.catalog-top .t-menu-cat > li > ul > li.active > a{
    background-color: #00b2f2;
    color: #fff;
}
.catalog-top .t-menu-cat > li.active > a svg,
.catalog-top .t-menu-cat > li > ul > li.active > a svg{
    fill: #fff;
}
.catalog-top .t-menu-cat > li > ul{
    display: none;
    position: absolute;
    top: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left: 100%;
    width: 100%;
}
.catalog-top .t-menu-cat > li:hover > ul{
    display: block;
    padding: 12px 0;
}
.search_box #search_box-result {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 15px;
    width: calc(100% - 30px);
    overflow: auto;
    z-index: 2;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,.14);
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    display: none;
}
.search_box .items .item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    align-items: center;
    padding: 8px 0;
}
.search_box .item .image{
    -ms-flex: 0 0 530px;
    flex: 0 0 50px;
    max-width: 50px;
}
.search_box .item .image img{
    max-width: 100%;
}

.search_box .item .name{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}
.search_box .item .name a{
    text-decoration: none;
    color: #0094ca;
    font-size: 15px;
}
.search_box .item .category{
    margin-top: 3px;
    font-size: 13px;
    color: #757575;
}

.search_box .item .price-box{
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    font-weight: bold;
}
.search_box  .show-more-result{
    padding: 20px 0;
    text-align: center;
}
.search_box  .show-more-result a{
    text-decoration: none;
    font-weight: bold;
    color: #29b1ec;
}
.product-modal{
    padding-top: 30px!important;
    max-height: 90%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.product-modal::-webkit-scrollbar {
    width: 0;
}
.product-modal .btn-bay-fast{
    display: none;
}

.spin-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(34,45,74,.7);
    z-index: 1000;
    top: 0;
    left: 0;
}
.spinner{
    position: absolute;
    height: 60px;
    width: 60px;
    border: 3px solid transparent;
    border-top-color: #254E70;
    top: 50%;
    left: 50%;
    margin: -30px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
.spinner::before,
.spinner::after{
    content:'';
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.spinner::before{
    border-top-color: #254E70;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    animation: spin 3s linear infinite;
}

.spinner::after{
    border-top-color: #FFFBFE;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    animation: spin 4s linear infinite;
}

@keyframes spin{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.reviews-page-list{
    padding-bottom: 20px;
}
.map-s,
.sidebar,
.category-view{
    margin-bottom: 20px;
}
.product-details-view{
    overflow-x: hidden;
    margin-bottom: 20px;
}
.product-details-view .tab-bl{
    background-color: #f6f7fb;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}
.product-details-view .tab-bl::before{
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 0;
    background-color: #e5eaf0;
}
.product-details-view .tab{
    display: table;
    margin: auto;
    height: 60px;
    border-radius: 30px;
    background-color: #e5eaf0;
}
.product-details-view .tab button{
    display: inline-table;
    margin: auto;
    height: 60px;
    border-radius: 30px;
    background: none;
    width: 250px;
    text-align: center;
    border: none;
    font-size: 15px;
    cursor: pointer;
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    color: #4e6073;
    line-height: 30px;
}
.product-details-view .tab button:hover{
    background-color: #dbe1e8;
}
.product-details-view .tab button.active{
    background-color: #00b2f2;
    color: #fff;
}
.modal .product-desc .title{
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 600;
    color: #4e6073;
    font-size: 18px;
}
.modal .product-desc,
.product-details-view .tabs{
    color: #406484;
    font-size: 15px;
    max-width: 1200px;
    margin: 20px auto 0;
}
.product-desc.text-hide{
    max-height: 100px;
    overflow: hidden;
}
.modal .product-desc{
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.modal .product-desc .show-full-text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 600;
    color: #0094ca;
    cursor: pointer;
    display: table;
}
.product-desc .hide-content-over{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);
    transition: height ease-in .3s;
    z-index: 2;
}

.full-product{
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 600;
    color: #0094ca;
    font-size: 18px;
    margin: auto;
    border: 2px solid #0094ca;
}
.product-details-view .tabs .product-description{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.product-details-view .tabs .product-description ul{
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}
.product-details-view .tabs .product-description ul li{
    margin-bottom: 2px;
}
.product-details-view .tabs .info{
    background-color: #9ba2b5;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
}
.product-details-view .tabs .info p{
    margin: 0;
}

.reviews-page .review-form,
.product-details-view .reviews .review-form{
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 15px;
    min-width: 320px;
}

.reviews-page .review-form::before,
.product-details-view .reviews .review-form::before{
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    top: 0;
    background-color: #8094dd;
    z-index: -1;
    border-radius: 40px;
}
.reviews-page .review-form{
    padding: 25px;
    display: table;
    margin: 40px auto 0;
    max-width: 700px;
    width: 100%;
}
.reviews-page .review-form::before{
    width: 100%;
    left: 0;
}

.rating-area {
    overflow: hidden;
    display: table;
}

.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
}
.rating-area > label:before {
    font-family: FontAwesome;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: #f7ce0a;
}
.rating-area > input:checked ~ label::before {
    content: '★';
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover::before,
.rating-area:not(:checked) > label:hover ~ label::before,
.rating-area:not(:checked) > label:hover ~ label {
    color: #f7ce0a;
    content: '★';
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #f7ce0a;
}
.rating-area > input:checked + label::before ~ label::before,
.rating-area > label:hover ~ input ~ label::before,
.rating-area > input:checked + label::before{
    content: '★';
}
.rate-area > label:active {
    position: relative;
}
.smart_filter .filters__result__button__block_inner {
    display: inline-flex;
    align-items: center;
    color: #3b4952;
    padding: 8px 15px 8px 15px;
    background: #fff;
    border: 1px solid #fff;
    -o-box-shadow: 0 0 18px rgba(0,0,0,.18);
    box-shadow: 0 0 18px rgba(0,0,0,.18);
    border-radius: 9px;
    line-height: 25px;
    margin: auto;
    position: relative;
}
.smart_filter .filter__preloader {
    display: none;
    position: absolute;
    top: 8px;
    right: 125px;
    background-image: url(/images/filter-preloader.gif);
    width: 40px;
    height: 47px;
    background-repeat: no-repeat;
}
.smart_filter .filters__result-corner {
    border-right: 9px solid rgba(225,198,25,0);
    border-bottom: 9px solid #fff;
    border-left: 9px solid rgba(255,255,255,0);
    left: 50%;
    top: -10px;
    margin-left: -9px;
}
.smart_filter .filters__result-corner,
.smart_filter .filters__result-corner em {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
}
.smart_filter .filters__result-corner em {
    border-right: 8px solid rgba(254,220,0,0);
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(255,255,255,0);
    left: -8px;
    top: 3px;
}
.smart_filter #filter_count_products,
.smart_filter #filter_count_products_num {
    font-weight: 700;
}
.smart_filter #filter_count_products {
    margin-right: 2px;
}
.smart_filter #filter_count_products_num {
    margin-right: 15px;
}
.smart_filter #filters__result__button {
    background-color: #00b2f2;
    color: #fff;
    display: block;
    padding: 2px 15px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    float: right;
}
.advantages-bl{
    margin-bottom: 20px;
}
.module.about-main{
    background-color: #fbfbfb;
    padding: 10px 15px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 5px;
    font-size: 15px;
    color: #696969;
}
.module.about-main .title-1{
    margin-top: 0;
}
.module.about-main .title-1::after{
    display: none;
}
.module.main-adv .adv-c ul{
    margin: 10px 0;
    padding-left: 30px;
    list-style: none;
}
.module.main-adv .adv-c ul li{
    position: relative;
    font-size: 18px;
    color: #737373;
    margin-top: 10px;
}
.module.main-adv .adv-c ul li::before{
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/icon-check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    height: 17px;
    width: 17px;
    top: 5px;
    left: -25px;
}
.insta-bl{
    border-top: solid 2px #e4e4e4;
    background-image: url('/images/insta-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 40px;
}
.insta-bl .insta-logo {
    text-align: center;
}
.insta-bl .insta-name {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}
.insta-bl .insta-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 40px;
}
.insta-bl .insta-button {
    text-align: center;
}
.insta-bl .insta-button a {
    background: rgb(80,92,202);
    background: -moz-linear-gradient(90deg, rgba(80,92,202,1) 0%, rgba(190,50,179,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(80,92,202,1) 0%, rgba(190,50,179,1) 100%);
    background: linear-gradient(90deg, rgba(80,92,202,1) 0%, rgba(190,50,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#505cca",endColorstr="#be32b3",GradientType=1);
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 10px;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.insta-bl .row > div {
    align-self: center;
}
footer {
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #818282;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('/images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.footer-logo-bl{
    font-size: 13px;
}
footer h3, footer .h3-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    position: relative;
    line-height: 18px;
    padding-bottom: 4px;
}
footer h3::after,
footer .h3-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #00b2f2;
}
footer .menu {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
footer .menu li a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
footer .menu li a:hover {
    text-decoration: underline;
}

.module.footer-contacts{
    margin-top: 0;
}
.module.footer-contacts .h3-title{
    margin-bottom: 6px;
}
.module.footer-contacts .f-phone a,
.module.footer-contacts .f-whatsapp a,
.module.footer-contacts .f-email a{
    font-size: 18px;
    color: #818282;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
.module.footer-contacts .f-phone a::before,
.module.footer-contacts .f-whatsapp a::before,
.module.footer-contacts .f-email a::before{
    position: absolute;
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    left: 0;
    top: 0;
}
.module.footer-contacts .f-phone a::before{
    background-image: url(../img/icon-phone.svg);
}
.module.footer-contacts .f-whatsapp a::before{
    background-image: url(../img/icon-whatsapp.svg);
}
.module.footer-contacts .f-email a::before{
    background-image: url(../img/icon-email-blue.svg);
    top: 4px;
}
.module.footer-contacts .f-form-btn{
    line-height: 5px;
}
.module.footer-contacts .f-form-btn button{
    background: no-repeat;
    border: none;
    margin-left: 25px;
    font-size: 11px;
    color: #818282;
    line-height: 0;
    cursor: pointer;
}
.module.footer-contacts .f-whatsapp,
.module.footer-contacts .f-email{
    margin-top: 15px;
}
.module.footer-contacts .f-whatsapp .f-wts-link {
    line-height: 5px;
}
.module.footer-contacts .f-whatsapp .f-wts-link a{
    font-size: 11px;
    color: #818282;
}
.module.footer-contacts .f-whatsapp .f-wts-link a::before{
    display: none;
}
.module.footer-contacts .f-adress{
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}
.module.footer-contacts .f-adress .icon-map-marker{
    height: 22px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-image: url(../img/icon-map-marker.svg);
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
}
.module.footer-contacts .f-adress .adrs{
    font-size: 13px;
    color: #727272;
}
.module.footer-contacts .f-adress .f-oph{
    font-size: 12px;
    color: #727272;
    display: block;
}
.copyright{
    border-top: 1px solid #f2f2f2;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #9d9c9c;
}
.bottom-fix-contacts {
    position: fixed;
    bottom: 90px;
    z-index: 3;
    opacity: 0;
    display: table;
    right: 30px;
    width: 50px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bottom-fix-contacts.active {
    opacity: 1;
}
.bottom-fix-contacts button,
.bottom-fix-contacts a{
    position: absolute;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgb(112, 142, 157);
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bottom-fix-contacts .icon{
    display: table;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
.bottom-fix-contacts .whatsapp-fix .icon{
    background-image: url(../img/icon-whatsapp-white.svg);
}
.bottom-fix-contacts .phone-fix .icon{
    background-image: url(../img/icon-phone-white.svg);
}
.bottom-fix-contacts .open-form-btn{
    padding-top: 6px;
}
.bottom-fix-contacts .open-form-btn .icon{
    background-image: url(../img/icon-email.svg);
}
.bottom-fix-contacts.active .whatsapp-fix{
    bottom: 0;
}
.bottom-fix-contacts.active .phone-fix{
    bottom: 60px;
}
.bottom-fix-contacts.active .open-form-btn{
    bottom: 120px;
}
.category-faq .title-faqs {
    font-family: Rotonda,Arial,sans-serif;
    letter-spacing: .3px;
    color: #4e6073;
    font-size: 20px;
}
.category-faq .question-title {
    font-family: Rotonda,Arial,sans-serif;
    letter-spacing: .3px;
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 9px;
}
.category-faq .faq-answer {
    color: #777;
    font-size: 15px;
}
.category-faq .faq-answer a{
    color: #00b2f2;
}
.category-faq .faq-answer ul{
    list-style: none;
}
.category-faq .faq-answer ul li{
    margin-bottom: 8px;
}
.add-to-cart-widget {
    position: fixed;
    right: -200px;
    top: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 178px;
    color: #0bac51;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1000;
}

.search-overlay,
.filter-overlay,
.top-mobile-catalog-overlay,
.modal-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,45,74,.7);
    z-index: 99;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.search-overlay.active,
.filter-overlay.active,
.top-mobile-catalog-overlay.active,
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.modal {
    position: fixed;
    left: -3000px;
    top: 50%;
    transform: translate(-3000px,-50%);
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 10px;
    padding: 15px;
}
.modal.active {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.mobile-nav button.close,
.modal button.close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../img/icon-close.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table;
    width: 15px;
    height: 15px;
    border: none;
    opacity: .6;
    cursor: pointer;
}
.modal .form-title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    font-family: Rotonda,Arial,sans-serif;
    position: relative;
    display: table;
}
.modal .form-title::before {
    height: 3px;
    width: 100px;
    background-color: #00b2f2;
    bottom: -2px;
    z-index: -1;
    position: absolute;
    content: "";
}
.modal .text {
    font-size: 13px;
    padding: 0 0 15px;
    color: #777;
}
.modal .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.modal .form-control label {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    border-right: 1px solid #e4e4e4;
    font-size: 25px;
    text-align: center;
    align-self: center;
    height: 40px;
}
.modal .form-control input {
    background: none;
    border: none;
    width: 100%;
    -ms-flex: 0 0 calc(100% - 41px);
    flex: 0 0 calc(100% - 41px);
    max-width: calc(100% - 41px);
    height: 40px;
    padding: 5px 10px;
}
.modal .prod-name,
.modal label.label-message {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-family: Rotonda,Arial,sans-serif;
    color: #777;
}
.modal textarea{
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
    min-height: 100px;
    outline: none;
    padding: 10px;
    color: #777;
    margin-bottom: 20px;
}
.modal .form-control .icon-user{
    background: url("../img/icon-user.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table;
    width: 15px;
    height: 20px;
    margin-left: 12px;
    margin-top: 10px;
}
.modal .form-control .icon-phone {
    background: url("../img/icon-phone.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table;
    width: 18px;
    height: 20px;
    margin-left: 10px;
    margin-top: 12px;
}
.modal .form-control .icon-email {
    background: url("../img/icon-email-blue.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table;
    width: 18px;
    height: 20px;
    margin-left: 11px;
    margin-top: 14px;
}
.pay-box-modal{
    max-width: 450px;
}
.paybox-logo{
    margin: auto;
    display: table;
}
.pay-box-modal p{
    color: #777;
    font-size: 18px;
    text-align: center;
}
.success-bay{
    display: table;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #777;
}
.success-bay h2{
    font-family: Rotonda,Arial,sans-serif;
    font-weight: 600;
    color: #4e6073;
    text-align: center;
    font-size: 22px;
    margin: 0 0 10px;
}
.modal-svyaz{
    max-width: 600px;
    width: calc(100% - 30px);
}
.modal .button-control button{
    margin: auto;
}
.error-email-0, .error-email-valid, .error-name, .error-phone {
    color: red;
    font-size: 12px;
    display: none;
}
.success-message {
    font-size: 12px;
    color: #25d050;
    text-align: center;
    position: relative;
    top: -7px;
    display: none;
}
.msg-error {
    font-size: 12px;
    color: #e31a20;
    text-align: center;
    position: relative;
    top: -7px;
    display: none;
}
.rf-button-send{
    font-size: 15px;
}
.modal-zvonok {
    max-width: 320px;
    width: calc(100% - 40px);
}
.modal-one-click{
    max-width: 400px;
    width: calc(100% - 40px);
}
.widget-cart .cart-items .cart-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.widget-cart .cart-items .cart-item .image{
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.widget-cart .cart-items .cart-item .image img{
    max-width: 100%;
}
.widget-cart .cart-items .cart-item .info{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10px;
}
.widget-cart .cart-items .cart-item .info a{
    font-size: 14px;
    color: #29b1ec;
    line-height: 16px;
    display: table;
    text-decoration: none;
    font-weight: 500;
}.widget-cart .cart-items .cart-item .info a:hover{
     text-decoration: underline;
 }
.widget-cart .cart-items .cart-item .info .item-bottom{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 13px;
    margin-top: 5px;
}
.widget-cart .cart-items .cart-item .info .item-bottom .quantity-box{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.widget-cart .cart-items .cart-item .info .item-bottom .btn-cart-item-delete{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    cursor: pointer;
    color: #c6c4c4;
    font-size: 11px;
}
.widget-cart .cart-body .cart-title{
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.widget-cart .cart-body .cart-title .close-btn{
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    font-size: 13px;
}
.widget-cart .cart-body .cart-list{
    padding: 10px 15px;
    max-height: 350px;
    overflow: auto;
    scrollbar-width: initial;
}
.widget-cart .cart-body .cart-list .cart-item{
    padding-bottom: 10px;
}
.widget-cart .cart-body .cart-bottom{
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
}
.widget-cart .cart-body .cart-bottom::after{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 0;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    z-index: -1;
}
.widget-cart .cart-body .cart-bottom .cart-total,
.widget-cart .cart-body .cart-bottom #economy{
    font-size: 14px;
}
.widget-cart .cart-body .cart-bottom .cart-total span,
.widget-cart .cart-body .cart-bottom #economy span{
    font-weight: bold;
}
.widget-cart .cart-body .cart-bottom a{
    text-decoration: none;
    display: block;
    margin-top: 15px;
    background-color: #0e90d2;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.widget-cart #cart-empty {
    text-align: center;
    font-size: 14px;
}
.add-to-cart-widget{
    position: fixed;
    right: -200px;
    top: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 178px;
    color: #0bac51;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1000;
}
.add-to-cart-widget.active{
    right: 0;
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(66, 169, 219, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(66, 169, 219, 0);
    }
}
@keyframes radial-pulse-w {
    0% {
        box-shadow: 0 0 0 0px rgba(43, 183, 66, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(43, 183, 66, 0);
    }
}
