@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Fira+Sans:wght@300;400;500&display=swap');

body {
    font-family: Fira Sans;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

a,button{outline: none !important;}

h1{
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    clear: inherit
}

h2{
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 30px; 
    clear: inherit
}

h3{
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 24px; 
    clear: inherit
}

p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
    margin-top: 1.1em;
}

header{
    background: linear-gradient(180deg, #0279C0 0%, #004670 100%);
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    margin-bottom: 50px !important;
}

.right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 4.347826087%;
}

.main-header{
    max-width: 72.5em !important;
    margin: auto;
    display: flex;
    align-items: center;
}

.menu-header{
    width: 64.66%;
}

.logo-header, .contact-header{
    width: 17.7%;
    text-align: center;
}

.phone-number{
    font-family: Comfortaa;
    font-weight: 400;
    color:#fff;
    font-size: 18px;
}

.phone-number::before{
    content: url(/wp-content/themes/spravkashop/img/phone-voice.png);
    width: 20px;
    height: 40px;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 7px;
}

.contact-header p{
    margin-bottom: 8px;
}

.callback_btn{
    background: #03A4FE;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 15px 0 0 !important;
}
.reviews__title {
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
  .container__reviews {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 110px;            
}
.reviews__element {
   flex: 1 1 300px;   
}
.reviews__content {
    border-radius: 20px;
    border: 1px solid;
    border-color: #03A4FE;;
    padding: 20px;
    box-shadow: 7px 10px 10px rgb(0 0 0 / 32%); 
    display: flex;
    flex-direction: column;
    height: 100%;
}
.reviews__text {
    flex: 1 1 auto;
}
.reviews__author {
    font-weight: 700;
    color: #000;
    
}
.reviews__date {
    color: #03a4fe;   
}
.reviews__button {
    width: 100%;
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.reviews__link {
background: #03A4FE;
padding: 10px 30px;
border-radius: 30px;
color: #fff;
}

.main-banner{
    display: flex;
    min-height: 480px;
    padding-top: 125px;
}

.left-main-banner{
    width: 50%;
    margin-top: 50px;
}

.banner-mobile{
    display: none;
}

.banner-title{
    margin-bottom: 25px;
}

.left-main-banner p{
    margin-bottom: 10px;
}

.tezis_1::before{
    content: url(/wp-content/themes/spravkashop/img/carbon_delivery.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: 10px;
}

.tezis_2::before{
    content: url(/wp-content/themes/spravkashop/img/si-glyph_time-reload.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: 10px;
}

.tezis_3::before{
    content: url(/wp-content/themes/spravkashop/img/ant-design_medicine-box-outlined.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: 10px;
}

.btn-zakaz{
    background: #02C07C;
    border-radius: 30px;
    display: block;
    margin-top: 45px;
    padding: 15px;
    width: 200px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #004670;
}

.banner-title::after{
    content: url(/wp-content/themes/spravkashop/img/arrow_2.png);
    width: 40px;
    height: 5px;
    display: block;
    position: relative;
    margin-right: 20px;
    top: 0px;
    left: 230px;
}

.feauture-product{
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.03);
}

.feauture-heading{
    margin-bottom: 50px;
}

.content-block{
    padding: 80px 0px;
}

ul li{
    list-style: none;
}

ul li::before{
    content: url(/wp-content/themes/spravkashop/img/ul-img.png);
    position: relative;
    top: -3px;
    margin-right: 10px;
}

ul, ol {
    margin-left: 1em;
    padding: 0;
}

.main-text-column-1, .main-text-column-2{
    align-items: center;
}

.attention{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
}

.attention p{
    margin: 0;
}

.attention-img{
    float: left;
    position: relative;
    top: -45px;
    left: -20px;
}

.osobennosti-block{
    background-image: url(/wp-content/themes/spravkashop/img/osobennosti-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    padding: 90px;
    color: #fff;
}

.osobennosti-heading{color: #fff;}

.main_ol{
    list-style: none;
    margin-left: 0;
}

.main_ol li{
    padding-bottom: 20px;
}

.li_1::before{
    content: url(/wp-content/themes/spravkashop/img/li-1.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.li_2::before{
    content: url(/wp-content/themes/spravkashop/img/li-2.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.li_3::before{
    content: url(/wp-content/themes/spravkashop/img/li-3.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.li_4::before{
    content: url(/wp-content/themes/spravkashop/img/li-4.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.li_5::before{
    content: url(/wp-content/themes/spravkashop/img/li-5.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.li_6::before{
    content: url(/wp-content/themes/spravkashop/img/li-6.png);
    width: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.osobennosti-paragraph{
    font-weight: 500;
}

.preimushestva{
    display: flex;
    margin-top: 90px;
    margin-bottom: 50px;
}

.preim{
    width: 25%;
}

.preim img{
    margin: auto;
    padding-bottom: 25px;
}

.preim p{
    text-align: center;
}

.article-title {font-size: 18px;padding: 15px;}
.article-title a{color:#000; font-weight: 700;}
.excerpt-article{font-size: 16px; font-weight: 300; padding: 0px 15px;}

.article-block{
    display: inline-flex;
    width: 30%;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-right: 30px;
    min-height: 410px;
    margin-bottom: 40px;
}

.preview-image{
    background-image: url(http://dev.spravkashop.online/wp-content/uploads/2021/05/voditel-b.jpg);
    width: auto;
    height: 180px;
    max-width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px 30px 0px 0px;
}

.picture-block{
    max-height: 490px;
}

.picture-block img{
    z-index: 2;
    position: relative;
}

.gray-block{
    width: 100%;
    position: relative;
    top: -350px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 30px 0px 0px 30px;
    padding-left: 180px;
    margin-left: 35%;
    padding-top: 140px;
    height: 400px;
    display: block;
    z-index: 1;
}

.picture-block::before{
    content: '';
    z-index: 2;
    position: relative;
    display: block;
    background-image: url(/wp-content/themes/spravkashop/img/Rectangle11.png);
    max-width: 100%;
    height: 340px;
    background-repeat: no-repeat;
}

.gray-text{
    width: 50%;
}

.gray-text::before{
    content: url(/wp-content/themes/spravkashop/img/quote_1.png);
    display: block;
    position: relative;
    top: -12px;
    left: -23px;
}

.gray-text::after{
    content: url(/wp-content/themes/spravkashop/img/quote_2.png);
    display: block;
    position: relative;
    top: 38px;
    right: 25px;
    float: right;
}

.footer-form{
    background: rgba(0, 0, 0, 0.03);
    padding: 50px 0px;
    max-height: 510px;
}

.footer-content{display: flex;max-height: 450px;}

.form-block{width: 60%;}

.img-block img{
    position: relative;
    top: -120px;
}

#form_name, #form_phone{
    width: 370px;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 30px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#footer_submit{
    border-radius: 30px;
    width: 200px;
    background: #02C07C;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 3px 0px 0px #004670;
}

.site-footer{
    padding-bottom: 0 !important;
}

.copy{
    background: #004670;
    height: 46px;
}

.copy p{
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
}

.upbutton {
    background: url(/wp-content/themes/spravkashop/img/up.png) no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}

.product p{
    display: block;
    width: 100%;
    overflow: inherit;
}

.woocommerce-product-gallery__image a img{
    margin: auto;
    border-radius: 30px;
}

.summary.entry-summary{
    margin-top: 60px !important;
}

.pre-price{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.price-detail{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
}

.buy-button{
    border-radius: 30px;
    width: 200px;
    background: #02C07C;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 3px 0px 0px #004670;
    display: block;
    text-align: center;
    padding: 11px;
    margin-bottom: 50px;
}

.cash-p, .bank-p, .ecom-p{
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-top: 60px;
}

.cash-p::before{
    content: url(/wp-content/themes/spravkashop/img/cash-p.png);
    display: inline-block;
    margin-right: 30px;
    width: 28px;
    position: relative;
    top: 5px;
}

.bank-p::before{
    content: url(/wp-content/themes/spravkashop/img/bank-p.png);
    display: inline-block;
    margin-right: 30px;
    width: 28px;
    position: relative;
    top: 5px;
}

.ecom-p::before{
    content: url(/wp-content/themes/spravkashop/img/ecom-p.png);
    display: inline-block;
    margin-right: 30px;
    width: 28px;
    position: relative;
    top: 5px;
}

/* FOOTER */
.site-footer{
    background: linear-gradient(180deg, #0279C0 0%, #004670 100%);
}

.footer-bottom{
    margin-bottom: 30px;
}

#menu-footer-menu li::before{
    content: none;
}

.footer-logo{
    width: 30%;
}

.footer-menu{
    width: 40%;
}

.footer-contact {
    width: 30%;
    margin-left: 12%;
    display: flex;
    flex-direction: column;
}

#menu-footer-menu li a{
    text-decoration: none;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}

#menu-footer-menu li{
    width: 200px;
}

#menu-footer-menu{
    column-count: 2;
    list-style-type: decimal;
    height: 100px;
    margin-bottom: 0;
}

.footer-contact p{
    margin-bottom: 0px;
}

.footer-contact p .phone-number{
    text-decoration: none;
    color: #fff !important;
}

.footer-contact .callback_btn{
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-email::before{
    content: url(/wp-content/themes/spravkashop/img/carbon_mail-all.png);
    width: 20px;
    height: 40px;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 7px;
}

.footer-email{
    color: #fff !important;
    text-decoration: none !important;
}

.callback_btn.footer-callback{
    display: block;
    width: 210px;
}

.ya-share2__list.ya-share2__list_direction_horizontal li::before{
    content: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin-top: 10px !important;
}
/* END FOOTER */

/* CUSTOM WOOCOMMERCE */

.products.columns-4 li::before{
    content: none;
}

.products.columns-4 li{
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 20px;
}

.attachment-woocommerce_thumbnail{
    border-radius: 20px 20px 0px 0px;
    height: 200px;
    max-width: -webkit-fill-available;
}

.woocommerce-loop-product__title{
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000 !important;
    margin: 10px 10px 10px 10px;
    min-height: 40px;
    text-align: center;
}

.price{
    width: 40%;
    text-align: left;
    padding-left: 23px;
    position: relative;
    top: 8px;
    font-size: 16px;
    color: #000 !important;
}

.btn.loop-product{
    position: relative;
    top: -30px;
    left: 50px;
    background: #02C07C;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}
/* END CUSTOM WOOCOMMERCE */


/* PRICE PAGE */
.price-table{
    margin-bottom: 50px;
}

.price-head{
    background: #03A4FE;
    color: #fff;
}

.text a{
    color:#000;
    display: inline-flex;
}

.text a:hover{
    color:#03A4FE;
}

.text a::before{
    content: url(/wp-content/themes/spravkashop/img/arrow-price.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
/* END PRICE PAGE */

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
    float: left;
    margin-right: 30px;
    width: 430px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-numbers{
    padding: 10px 17px;
    box-shadow: 0 0 10px #ccc;
    margin: 0 1% 0 0;
    background: #ffffff;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    color:#03a4fe;
}

.page-numbers.current{
    color:#ffffff;
    background:#03a4fe;
}

.page-numbers.dots{
    display: none;
}

.article-page{
    padding-bottom: 80px;
}

.pagination{
    border: 0 !important;
    padding: 1em 2em;
    text-align: end !important;
}

.policy-form-link{
    overflow: hidden;
    width: 100%;
}

.policy-form-link input {
    margin-right: 9px;
}

.popup_callback{
    text-align: center;
}

#name-callback_popup{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 20px;
    outline: none;
}

#phone_callback_popup{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none;
    border-radius: 30px; 
}

.wpcf7-form-control.wpcf7-submit.btn-zakaz{
    margin-top: 20px !important;
    background: #02C07C !important;
    text-transform: uppercase;
    width: 200px !important;
    height: 50px !important;
    outline: none;
    border-radius: 30px;
    color: #fff !important;
}

.wpcf7 .ajax-loader {
    display: block !important;
}

.footer-form-block p{
    margin: 0 0 -0.58425em !important;
}

.footer-form-block .wpcf7-response-output{
    border-color: #dc3232 !important;
    margin: 0em -0.5em 0em !important;
}

#name-zakaz_popup{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none;
    border-radius: 30px; 
    margin-bottom: 20px;
    width:100%
}

#phone_zakaz_popup{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none;
    border-radius: 30px; 
    width: 100%;
    margin-bottom: 20px;
}

.comment_zakaz{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none;
    width: 100%;
    border-radius: 30px;
}

.popup-zakaz{
    text-align:center;
}

.mega-menu-description{display: none !important;}

#mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #03a4fe;
    border-radius: 50px 50px 50px 50px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
    z-index: 1000 !important;
}

.top-section{
    display: flex;
}

.thumb-img{
    margin-right: 40px;
    margin-bottom: 40px;
}

.content-bol{
    margin-bottom: 100px;
}

.mega-sub-menu li ul li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #03a4fe !important;
}

.look-like{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.spravka-blog{
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 20px;
    width: 26.05%;
    margin-right: 3.8%;
    margin-bottom: 30px;
}

.spravka-blog img{
    border-radius: 20px 20px 0 0;
    height: 192px;
    width: -webkit-fill-available;
}

.woocommerce-loop-product__title a{
    font-weight: 800!important;
    font-size: 16px!important;
    line-height: 22px;
    color: #000!important;
    margin: 10px;
    min-height: 40px;
    text-align: center;
}

.price.article {
    width: 40%;
    text-align: left;
    padding-left: 23px;
    position: relative;
    top: 17px;
    font-size: 16px;
    color: #000!important;
}

.btn.loop-product.article{
    position: relative;
    top: -29px;
    left: 111px;
    background: #02c07c;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}
.reviews__title {
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
  .container__reviews {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 110px;            
}
.reviews__element {
   flex: 1 1 300px;   
}
.reviews__content {
    border-radius: 20px;
    border: 1px solid;
    border-color: #03A4FE;;
    padding: 20px;
    box-shadow: 7px 10px 10px rgb(0 0 0 / 32%); 
    display: flex;
    flex-direction: column;
    height: 100%;
}
.reviews__text {
    flex: 1 1 auto;
}
.reviews__author {
    font-weight: 700;
    color: #000;
    
}
.reviews__date {
    color: #03a4fe;   
}
.reviews__button {
    width: 100%;
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.reviews__link {
background: #03A4FE;
padding: 10px 30px;
border-radius: 30px;
color: #fff;
}
/* M. Kalugin */

/* .otzivy {
    text-align: center;
} */

.site-content {
    padding-top: 160px;    
}

