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

body{
    font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans';
    font-weight: 500;
}

h1{font-size: 34px; line-height: 33px;}
h2{font-size: 26px; line-height: 27px;margin-top: 1.29em!important;}
p{font-size: 16px;line-height: 28px;width: 100%;display: block;overflow: hidden;}
ul, ol{padding-left: 0;margin-left: 1em!important;}
a{outline: none !important; color:#0FA2D8; text-decoration: none;}
ol{margin-left: 40px !important;}



#breadcrumbs a{
    color:#0FA2D8;
    text-decoration: none;
}

.site-header{
    border: 0;
    margin-bottom: 0 !important;
}

 .phone-header{
    margin-bottom: 0px;
    font-size: 25px;
}

.phone-header a{
    color: #3A3A3A;
    text-decoration: none;
}

.logo{
    padding-right: 0;
    width: 22%;
}

.service-menu{
    padding-left: 0;
    width: 28%;
}

.free-small{
    margin-bottom: 0;
    font-size: 14px;
}

.contacts-header{
    text-align: right;
}

.feedback-btn{
    background-color: #0FA2D8;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 10px;
}

.feedback-btn:hover{
    background-color: #fff;
    color: #0FA2D8;
    border: 1px #0FA2D8 solid;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.5s;
}

.header-flex{
    align-items: center;
    margin-bottom: 30px;
}

#menu-menu-category{
    list-style: none;
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#menu-menu-category li{
    width: 220px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    height: 35px;
    align-items: center;
    display: grid;
}

#menu-menu-category li a{
    text-decoration: none;
    color:#3A3A3A;
}

#menu-menu-category li a:hover{
    text-decoration: none;
    color:#0FA2D8;
}

.m-menu{
    text-align: center;
    border-top: 1px solid #E3E3E3;
    box-shadow: 0px 16px 18px rgba(0,0,0, 5%);
}

.menu-menu-category-container{
    display: inline-block;
}

.banner-main{
    background-image: url(/wp-content/themes/bolnichnjy-online/img/background-banner-main.png);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.preim-block{
    margin-top: 50px;
    display: flex;
    margin-bottom: 50px;
}

.preim-p{
    width: 25%;
}

.preim-pic{
    height: 70px;
    float: left;
    margin-right: 10px;
}

.preim-p p{
    font-size: 17px;
}

.main-page-h{
    text-align: center;
    margin-bottom: 30px;
    margin-top:20px;
}

.block-oformlenie{
    display: flex;
    margin-bottom: 30px;
}

.oformlenie{
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,30%);
}

.oformlenie:hover {
    transform: scale(1.15);
    background: #fff;
    box-shadow: 8px 10px 20px rgb(0 0 0 / 42%);
    transition: 1s;
}

.img-fullwidth{
    display: flex;
    justify-content: center;
}

.img-test p {
    display: none;
    position: absolute;
    bottom: 45%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    color: #fff;
}

.img-test:hover{
    z-index: 100000;
    position: relative;
    background: #0FA2D8;
    transition: 1s;
}

.img-test:hover p{
    display: block;
    transition: 1s;
    transition-delay: 1.5s;
}

.hover_color{
    transition: 1s;
    opacity: 0.25;
}

.btn-zakaz{
    cursor: pointer;
    outline: unset;
    background-color: #3AB649;
    color: white;
    border-radius: 10px;
    padding: 12px 40px;
    text-decoration: none;
}

.btn-zakaz:hover{
    cursor: pointer;
    outline: unset;
    background-color: white;
    color: #3AB649;
    border-radius: 10px;
    padding: 12px 40px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #3AB649;
}

.form-block-middle{
    align-items: center;
}

.footer-banner{
    background-image: url(/wp-content/themes/bolnichnjy-online/img/footer-banner.png);
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-inputs{
    width: 250px;
    margin: auto;
}

.form-content{
    margin-top: 50px;
    text-align: center;
}

.form-phone-footer, .form-name-footer{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.form-submit-footer{
    width: 100%;
    background: #0FA2D8 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px;
}

.my-class-form{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.form-footer-head{
    font-size: 20px;
    margin-bottom: 20px;
}

.site-footer {
    background-color: #ffffff;
    color: #6d6d6d;
}

.ya-share2, .ya-share2{
    text-align: center;
}

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

.license p{
    margin-bottom: 0;
}

.delivery-work-hours p{
    margin-bottom: -5px;
}

.delivery-work-hours{
    justify-content: center;
    align-items:center;
}

.icons{
    text-align: center;
}

.delivery-phone a{
    color: #3A3A3A;
    font-size: 17pt !important;
    text-decoration: none;
}

.phone-free{
    line-height: 22px;
}

.image-delivery{
    margin: auto;
    padding-top: 40px;
}

.payment-sposob img{
    margin: auto;
}

.payment-subtitle{
    margin-bottom: 0;
    font-size: 18px;
}

.payment-description{
    font-size: 14px;
}

.preview-image {
    margin-bottom: 30px;
    width: auto;
    height: 200px;
    border-radius: 10px;
    max-width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.article ul li{list-style: none;}

.article ul li::before {
    content: '\2714';
    color: #0FA2D8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.blog-title{
    margin-top: 0 !important;
}

.page-title{
    margin-bottom: 45px;
}

.spravki-slider{
    background-image: url('/wp-content/themes/bolnichnjy-online/img/slider-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.btn-nbackgrnd{
    color: #0FA2D8;
    border: 1px solid #0FA2D8;
    
}

.btn-nbackgrnd {
    border-radius: 0;
    color: #0FA2D8 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14pt;
    text-transform: uppercase;
  }
.btn-nbackgrnd:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #0FA2D8;
    border-radius: 10px;
    color:#fff;
    z-index: -1;
    -webkit-transition: width 450ms ease-in-out;
    transition: width 450ms ease-in-out;
}
.btn-nbackgrnd:hover {
    color: #fff !important;

}
.btn-nbackgrnd:hover:after {
    width: 100%;
}

.price-preim{
    font-size: 18px;
}

.preim-price-block{
    font-size: 14px;
    line-height: 22px;
}

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

.price-phone{
    margin-bottom: 0;
}

.price-phone a{
    color:#3A3A3A;
    font-size: 17pt !important;
    text-decoration: none;
}

.color-phone{
    color: #049ed7;
}

.price-img{
    float: right;
}

.price-table{
    background: #F4F5F8;
    border: 2px solid #E3E3E3;
    border-radius: 10px;
    padding: 15px 45px;
    margin-bottom: 30px;
}

.price-table h2{
    margin-bottom: 30px;
}

.table-head{
    padding: 12px 0px;
    background: #eaeaea;
    border-radius: 10px;
}

.product-name{
    padding: 30px 5px 0px 5px;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.product-name a{
    color: #0FA2D8;
    text-decoration: none;
}

.product-name a:hover{
    color: #0FA2D8;
    text-decoration: none;
}

.product-price{
    padding: 30px 5px 0px 5px;
    border-bottom: 1px solid #E3E3E3;
}


.price-detail{
    margin-bottom: 0 !important;
}

.all-price{
    font-size: 14px;
    text-decoration: none;
    color: #0FA2D8;
}

.spr-osob{
    width: 50px;
    margin: auto;
}

.osobennosti{
    margin-bottom: 25px;
}

.buton a{
    display: block;
    width: 100%;
    background: #3AB649;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.buton a:hover{
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #3AB649;
    border-radius: 10px;
    color: #3AB649;
    font-weight: 800;
}

.osobennosti-img{
    padding-right: 0!important;
}

.reviews-content{
    margin-bottom: 70px;
    margin-top: 90px;
}

.review-single{
    background-image: url(/wp-content/themes/bolnichnjy-online/img/quotation-new.png);
    background-repeat: no-repeat;
    background-size: contain;   
}

.date{
    font-size:12px;
    color: #666; 
    margin-bottom: -10px;
    padding: 5px 10px;
}

.article-block{
    box-shadow: 1px 1px 10px rgba(0,0,0,15%);
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 50px;
    margin-left: 50px;
    padding: 0;
}

.article-block:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.category-main-page{
    background-image: url('/wp-content/themes/bolnichnjy-online/img/slider-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.category-list{
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.category-block{
    background: #fff;
    padding: 20px 30px;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 8px 10px 25px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
}

.category-name{
    text-transform: uppercase;
    margin-bottom: 0;
}

.category-name img{
    display: inline-block;
    margin-right: 15px;
}

.form-mobile{display: none;}
.caorusel-mobile{display: none;}

.button_calculate{
    cursor: pointer;
    outline: unset;
    background-color: #3AB649 !important;
    color: white !important;
    border-radius: 10px !important;
}

.button_calculate:hover {
    cursor: pointer;
    outline: unset;
    background-color: white !important;
    color: #3AB649 !important;
    border-radius: 10px;
    padding: 12px 40px;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid #3AB649 !important;
    box-shadow: none;
}

.form-middle-mobile{
    display: none;
}

.products.columns-3 li {
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 8px 6px rgb(0 0 0 / 22%);
}

.products.columns-3 li:hover {
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 8px 13px rgb(0 0 0 / 62%);
    transform: scale(1.05);
    transition: 0.3s;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 180px;
    width: auto;
    box-shadow: 2px 8px 6px rgb(0 0 0 / 22%);
}

.woocommerce-loop-product__title{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px;
}

.products.columns-3 li a{
    text-decoration: none;
}

.woocommerce-loop-product__title:hover{
    text-decoration: none;
    color:#0FA2D8;
    transition: 0.3s;
}

.btn{
    background-color: #0FA2D8;
    color: #fff;
    font-size: 18px;
    padding: 5px 65px;
    text-decoration: none;
    border-radius: 10px;
}

.btn:hover{
    background-color: #fff;
    color: #0FA2D8;
    font-size: 18px;
    border: 1px solid #0FA2D8;
    padding: 5px 65px; 
    text-decoration: none;
    border-radius: 10px;
}

#mobile_view_header{
    display: none;
}

.open-mobile-menu{display: none;}
.category-link{
    text-decoration: none;
    color:#0FA2D8;
}

.category-link:hover{
    text-decoration: none;
    color:#0FA2D8;
    font-weight: 600;
}

.category-block:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.zakaz-forma{
    width: 360px;
    margin-left: 15%;
}

.zakaz-text, .dop-infa{
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #E3E3E3 !important;
    margin-bottom: 10px;
    width: 100%;
}

.date-form{
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #E3E3E3 !important;
    margin-bottom: 10px;
    width: 100%; 
    height: 49px
}

.date-propusk-form{
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #E3E3E3 !important;
    margin-bottom: 10px;
    width: 100%; 
    height: 49px
}

.date-range{
    display: flex;
}

.date-propusk-form + .date-propusk-form{
    margin-left: 10px;
}

.zakaz-button{
    background: #0FA2D8 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px !important;
}

.zakaz-button:hover{
    background-color: #fff !important;
    color: #0FA2D8 !important;
    border: 1px solid #0FA2D8 !important;
    transition: 0.3s;
}

.photo-card {
    position: relative;
    padding: 22px 32px 36px 24px;
}

.photo-card:after, .photo-card:before {
    content: '';
    display: block;
    position: absolute;
}

.photo-card:before {
    border-left: 3px solid #0FA2D8;
    border-top: 3px solid #0FA2D8;
    left: 12px;
    top: 10px;
    width: 80px;
    height: 80px;
}

.photo-card .card-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 6px 21px rgb(34 87 142 / 23%);
    box-shadow: 0 6px 21px rgb(34 87 142 / 23%);
    position: relative;
    z-index: 2;
}

.photo-card .card-image:before {
    content: '';
    display: block;
    width: 81%;
    height: 69%;
    position: absolute;
    left: 22px;
    top: 26px;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    background: #fff;
    -webkit-box-shadow: 0 6px 21px rgb(34 87 142 / 23%);
    box-shadow: 0 6px 21px rgb(34 87 142 / 23%);
}

.who-needs{
    list-style: none;
    margin-left: 0 !important;
}

.who-needs li:before{
    content: '\2714';
    color: #0FA2D8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.zakaz-online, .zakaz-zvonok, .zakaz-bolnichnogo{
    text-align: center;
}

.phone-input, .name-input{
    width: 250px;
    background: #fff !important;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.submit-form{
    background-color: #3AB649 !important;
    color: #fff !important;
    border-radius: 10px !important;
    width: 250px !important;
    display: block !important;
    margin: auto !important;
    text-transform: uppercase !important;
}

.submit-form:hover{
    background-color: #fff !important;
    color: #3AB649 !important;
    border: 1px solid #3AB649 !important;
    transition: 0.3s;
}

.policy-text{
    position: relative;
    top: -40px;
}

.pum-close.popmake-close{
    outline: none !important; 
}

.block-category-product{
    justify-content: center;
}

.category-single{
    background: #fff;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 15%);
    margin: 20px;
    height: 220px;
}


.category-single img{
    margin: auto;
    padding-bottom: 10px;
}

.category-single p a{
    color:#3A3A3A;
    text-decoration: none;
}

.category-single:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.menu-fix{
    position: fixed;
}

.woocommerce-loop-product__title{
    min-height: 47px;
}

.blog-title a{
    text-decoration: none;
    color: #0FA2D8;
}

.next.page-numbers{
    color: #0FA2D8 !important;
    text-decoration: none;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #0FA2D8;
    box-shadow: 4px 2px 5px -2px #cecece;
    margin-left: 20px;
    width: 36px;
    display: inline-block;
}

.prev.page-numbers{
    color: #0FA2D8 !important;
    text-decoration: none;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #0FA2D8;
    box-shadow: 4px 2px 5px -2px #cecece;
    margin-left: 20px;
    width: 36px;
    display: inline-block;
}

.navigation{
    text-align: center;
    display: inline-block;
    width: 100%;
}

.woocommerce-ordering, .woocommerce-result-count{display: none;}
.woocommerce-pagination{width: 100%;}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 1px !important;
    background-color: #fff !important;
    color: #3A3A3A;
}

.page-numbers.current{
    color: #0FA2D8 !important;
}

.container-nav{
    display: flex;
    width: 100%;
}

.nav-previous{
    width: 50%;
}

.nav-next{
    width: 50%;
    text-align: end;
}

.form-submit-footer:hover{
    background: #fff !important;
    border-radius: 10px !important;
    color: #0FA2D8 !important;
    border: 1px solid #0FA2D8;
    transition: 0.3s;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: none !important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.prod-article{
    width: 29.4117647059%;
    float: left;
    margin-right: 3.882353%;
    margin-bottom: 40px;
    text-align: center;
}

.prod-article:before{
    content: none !important;
}

.title-prod-article{
    margin-bottom: 25px;
}

.agree{display: none;}

@media(max-width: 1400px){
	.col-md-3.service-menu{
		width: fit-content;
	}
}

/*[CUSTOMIZATION_BLOCK lb] task:172260*/
.main-404-error{display:flex;align-items:center;width:70%;margin:0 auto;}
.txt-warn-block{display:block;max-width:60%;}
.txt-warn-block h2{font-family:Roboto;font-style:normal;font-weight:bold;font-size:30px;line-height:35px;color:#0FA2D8;margin-top:0 !important;}
.img-warn-block{display:block;margin-right:10%;}
@media screen and (max-width: 796px){
    .main-404-error{display:block;width:100%;}
    .img-warn-block{width:70%;max-width:100%;margin:0 auto;}
    .txt-warn-block{width:100%;max-width:100%;margin:0 auto;text-align:center;}
    .txt-warn-block h2{font-size:23px;}
}
/*[/CUSTOMIZATION_BLOCK]*/