@font-face {
    font-family: Non-Bureau-Medium;
    src: url(./font/non-bureau-extended-5.ttf);
}
@font-face{
    font-family: Non-Bureau-Regular;
    src: url(./font/Non-Bureau-Collection/Extended/NonBureauExtended-Regular.otf);
}
@font-face {
    font-family: Non-Bureau-Light;
    src: url(./font/non-bureau-extended-3.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(./font/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Normalidad-Wide;
    src: url(./font/NormalidadCompact-Thin_1.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(./font/Montserrat/static/Montserrat-Light.ttf);
}
body{
    background: #fff;
}
*{
    margin: 0;
}
button{
    background: #001361;
}
button:hover{
    background: #A0C4D8;
}
header{
    background-color: #001361;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    height: 134px;
    align-items:center;
    z-index: 1000;
}
.header-link{
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    font-family: Non-Bureau-Medium;
    text-transform:lowercase;
}
.header-link:hover{
    color:#fff !important;
}
.header-link-child{
    background: #fff;
    border-radius: 9px; 
    padding-left: 21px;
    padding-bottom: 14px;
    padding-right: 19px;
    position: absolute;
    display: none;
}
.header-item:hover + .header-link-child{
    display: block;
}
.header-link:hover + .header-link-child{
    display: block;
}
.header-link-child:hover{
    display: block;
}
.header-logo-img{
	height:29px;
}
.header-link-child-li{
    list-style-type: none;
    font-size: 15px;
    text-decoration:none;
    color:#001361;
    line-height: 100%;
    text-transform: lowercase;
    font-family: Normalidad-Wide;
    margin-top: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #00136133;
}
.header-link-child-li:hover{
       color:#001361;
}
.header-burger{
    display: none;
}
.header-burger-list{
    display: none;
}
.main{
    margin-top: 134px;
}
.header-tel{
    height: 17px;
    color: #fff;
    font-size: 14px;
    font-family: Non-Bureau-Medium;
    line-height: 100%;
    letter-spacing: 3%;
    text-decoration: none;
}
.carousel{
    height: 100%;
    background: url(./images/bg1.png);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 18%;
    padding-left: 11%;
    padding-right:11%;
    padding-bottom: 4%;
    margin-bottom: 45px;
    transition: background-position 0.5s ease;
    background-repeat: no-repeat;
}
.carousel-switch{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 18%;
}
.carousel-btns{
    height: 7%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.carousel-btns-mobile{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:78%;
	margin:0 auto;
	margin-bottom:20px;
}
  .carousel-btn-mobile{
    width: 25%;
    height: 48px;
    border-radius: 100px;
    background: #001361;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Non-Bureau-Regular;
    font-weight: 400;
    letter-spacing: 3%;
    text-transform: uppercase;
    word-spacing: 5px;
	text-decoration:none;
    }
.carousel-btn{
    width: 25%;
    height: 48px;
    border-radius: 100px;
    background: #001361;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Non-Bureau-Regular;
    font-weight: 400;
    letter-spacing: 3%;
    text-transform: uppercase;
    word-spacing: 5px;
}
.carousel-btn:hover{
    background: #A0C4D8;
    color:#fff;
}
.greetings{
    display: flex;
    justify-content: center;
}
.greetings-content{
    width: 78%;
}
.greetings-content-logo{
    width: 100%;
    margin-bottom: 60px;
}
.greetings-content-subtitle{
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    color: #001361;
    font-family: Non-Bureau-Light;
    font-weight: 300;
    margin-bottom: 42px;
}
.greetings-content-description{
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    color: #000;
}
.darling{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.darling-content{
    width: 78%;
}
.darling-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    font-size: 43px;
    color: #001361;
    letter-spacing: 3%;
    margin-bottom: 77px;
}
.darling-content-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
}
.darling-content-cards-card{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.darling-content-cards-card-img{
    height: 383px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 27px;
}
.darling-content-cards-card-link{
    width: 100%;
    border-radius: 69px;
    height: 56px;
    background: #001361;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    line-height: 50%;
    font-family: Normalidad-Wide;
    text-decoration:none;
    text-transform:lowercase;
}
.darling-content-cards-card-link:hover{
    background: #A0C4D8;
    color:#fff;
}
.advantages{
}
.advantage-icon{
    height: 20px;
    margin-right: 46px;
}
.advantage{
    display: flex;
    height: 129px;
    border-bottom: 2px solid #001361;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.advantage-left{
    display: flex;
    align-items: center;
    height: 62px;
    font-size: 26px;
    line-height: 100%;
    color: #001361;
    font-family: Normalidad-Wide;
    text-transform: lowercase;
    width: 36%;
}
.advantage-right{
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    width: 33%;
}
.procedures{
    padding-top: 20%;
    padding-bottom:  20%;
    padding-left: 12%;
    padding-right: 12%;
    background: url(./images/procedures-img.jpg);
    background-size: 100%;
    transition: background-position 0.5s ease;
    background-repeat: no-repeat;
}
.procedures-line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    align-items: center;
    text-align: center;
    font-family: Montserrat-Regular;
    font-weight: 400;
}
.guarantee{
    background: #001361;
    font-weight: 300;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Non-Bureau-Light;
    word-spacing: 5px;
}
.price{
    padding-top: 75px;
}
.price-preview{
    border-bottom: 2px solid #001361;
}
.price-title-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}
.price-title-line-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    font-size: 80px;
    color: #001361;
    letter-spacing: 3%;
}
.price-relevance{
    height: 47px;
    display: flex;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 26px;
    align-items: center;
    line-height: 100%;
    color: #000;
    margin-bottom: 33px;
}
.price-category{
    padding-left: 107px;
    padding-right: 107px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #001361;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}  
.price-category-title{
    display: flex;
    align-items: center;
    font-family: Normalidad-Wide;
    font-size: 46px;
    height: 62px;
    line-height: 100%;
    color: #001361;
    text-transform: lowercase;
}
.price-category-content{
    padding-left: 110px;
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 66px;
}
.description{
    background: url(./images/descriptionbg.png);
    background-size: 100%;
    padding-top: 138px;
    padding-bottom: 138px;
    padding-left: 90px;
    padding-right: 90px;
}
.description-content{
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 37.3px -1px #00000033;
    width: 100%;
    display: flex;
    border-radius: 90px;
    padding-top: 97px;
    padding-bottom: 97px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
}
.description-content-card{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description-content-card-title{
    font-weight: 400;
    font-family: Non-Bureau-Regular;
    font-size: 160px;
    line-height: 100%;
    color: #001361;
}
.description-content-card-icon{
    margin-bottom: 13px;
    height:35px;
}
.description-content-card-note{
    font-size: 30px;
    line-height: 30px;
    font-family: Normalidad-Wide;
    color: #fff;
    text-align: center;
}
.fishka{
    padding-left: 107px;
    padding-right: 107px;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #001361;
}
.fishka-title-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}
.fishka-title-line-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    font-size: 80px;
    color: #fff;
    letter-spacing: 3%;
}
.fishka-content{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.fishka-content-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 361px;
}
.fishka-content-card-img{
    border-radius: 30px;
    width: 361px;
    margin-bottom: 22px;
}
.fishka-content-card-title{
    font-family: Normalidad-Wide;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 22px;
    font-weight: 1;
    text-transform:lowercase;
}
.fishka-content-card-description{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}
.reviews{
    background: url(./images/descriptionbg.png);
    background-size: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
}
.reviews-title-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}
.reviews-title-line-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    font-size: 80px;
    color: #fff;
    letter-spacing: 3%;
}
.reviews-content{
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 37.3px -1px #00000033;
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 80px;
    border-radius: 90px;
    justify-content: space-between;
}
.reviews-content-card{
    padding: 44px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 16%;
}
.reviews-content-card-name{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #001361;
    margin-bottom: 22px;
}
.reviews-content-card-review{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    font-family: Montserrat-Light;
    margin-bottom: 50px;
}
.reviews-content-card-klinika{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 26px;
    line-height: 100%;
    color: #001361;
    width: 136px;
    margin-bottom: 22px;
}
.reviews-content-card-grade{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 26px;
    line-height: 100%;
    color: #001361;
}
.faqw{
    padding-top: 55px;
    padding-bottom: 55px;
}
.faqw-preview{
    padding-left: 107px;
    padding-bottom: 25px;
    border-bottom: 2px solid #001361;
}
.faqw-preview-title{
    font-weight: 300;
    font-family: Non-Bureau-Light;
    font-size: 80px;
    line-height: 100%;
    color: #001361;
}
.faqw-category{
    padding-left: 107px;
    padding-right: 107px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #001361;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faqw-category-title{
    display: flex;
    align-items: center;
    font-family: Normalidad-Wide;
    font-size: 46px;
    height: 62px;
    line-height: 100%;
    color: #001361;
    text-transform: lowercase;
}
.faqw-category-content{
    display: none;
    font-weight: 300;
    font-size: 26px;
    line-height: 100%;
    color: #000;
    padding-left: 110px;
    padding-right: 110px;
}    
    .faqw-category-btn{
        background:none;
        border:none;
    }
    .faqw-category-btn:hover{
                background:none;
        border:none;
    }
    .faqw-category-btn:active{
                background:none;
        border:none;
    }
.faqw-btn{
    margin-top: 45px;
    margin-left: 107px;
    height: 44px;
    width: 313px;
    background: #001361;
    border-radius: 100px;
    border: none;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 100%;
    font-family: Non-Bureau-Medium;
    font-weight: 500;
}
.map{
    padding-top: 75px;
    padding-bottom: 55px;
    background: #001361;
    padding-left: 107px;
    padding-right: 107px;
}
.map-logo{
    height: 46px;
    margin-bottom: 36px;
}
.map-content{
    display: flex;
    justify-content: space-between;
}
.map-content-img{
    height: 500px;
    border-radius: 30px;
}
.map-content-klinika-title{
    font-weight: 500;
    line-height: 100%;
    font-family: Non-Bureau-Medium;
    font-size: 16px;
    color: #fff;    
}
.map-content-klinika-adress{
    font-weight: 300;
    line-height: 100%;
    font-size: 16px;
    font-family: Non-Bureau-Light;
    color: #fff;
    margin-bottom: 20px;
    word-spacing: 3px;
}
.map-content-klinika-tel{
    font-weight: 500;
    line-height: 100%;
    font-family: Non-Bureau-Medium;
    font-size: 16px;
    color: #fff;
    text-decoration: none; 
}
.map-content-klinika{
    display: flex;
    align-items: flex-start;
    margin-bottom: 31px;
}
.map-content-klinika-btn{
    margin-left: 61px;
    width: 170px;
    height: 30px;
    border-radius: 100px;
    border: none;
    background: #fff;
    color: #001361;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    font-family: Non-Bureau-Medium;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    padding-top: 55px;
    padding-left: 107px;
    padding-right: 107px;
    padding-bottom: 55px;
}
.footer-input-title{
    font-weight: 300;
    font-family: Normalidad-Wide;
    font-size: 30px;
    line-height: 100%;
    text-transform: lowercase;
    color: #001361;
}
.footer-form{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 134px;
}
.footer-form-input{
    width: 343px;
    height: 56px;
    border-radius: 100px;
    border: 2px solid #001361;
    text-align: center;
    background-color: #fff;
    color: #001361;
    font-weight: 300;
    font-family: Normalidad-Wide;
    font-size: 22px;
    line-height: 100%;
}
.footer-form-btn{
    width: 343px;
    height: 62px;
    border-radius: 100px;
    border: 2px solid #001361;
    background-color: #001361;
    font-weight: 300;
    font-family: Normalidad-Wide;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    cursor: pointer;   
}
.footer-form-btn:hover{
    background: #A0C4D8;
    border-color: #A0C4D8;
}
.footer-tabs{
    display: flex;
    justify-content: space-between;
}
.footer-tabs-links{
    display: flex;
    
}
.footer-tabs-links-block-link{
    font-weight: 300;
    font-family: Non-Bureau-Light;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #001361;
    text-decoration: none;
}
.footer-tabs-links-block-link-first{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #001361;
    margin-bottom: 20px;
    text-decoration: none;
}
.footer-tabs-links-block{
    display: flex;
    flex-direction: column;
    margin-right: 19px;
}
.footer-tabs-info{
    display: flex;
    flex-direction: column;
}
.footer-tabs-info-links-tel{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #001361;
    text-decoration: none;
    margin-right: 48px;
}
.footer-tabs-info-links{
    align-items: center;
    display: flex;
    margin-bottom: 53px;
}
.footer-tabs-info-links-network{
    text-decoration: none;
    margin-right: 12px;
}
.darling-title-icon{
    margin-bottom: 10px;margin-left: 12px;
}
.price-relevance-icon{
    margin-right: 65px;
}
.price-category-title-icon{
    margin-right: 73px;
}
.faqw-category-title-icon{
    margin-right: 73px;
}
.price-category-content-price-title h4{
    font-size: 24px;
    line-height: 100%;
    text-transform: lowercase;
    font-family: Normalidad-Wide;
    color: #001361;
    font-weight:1;
}
.price-category-content-price-title p{
    font-family: Montserrat-Light;
    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    color: #000;
}
.price-category-content-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
}
.price-category-content-price-zapis{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 3%;
    font-family: Non-Bureau-Medium;
    color: #001361;
    display:none;
}
.price-category-content-price-zapis-btn{
    font-weight: 500;
    font-family: Non-Bureau-Medium;
    font-size: 22px;
    line-height: 100%;
    background: #001361;
    color: #fff;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 100px;
    margin-left: 31px;
    text-decoration:none;
}
.price-category-content-price-zapis-btn:hover{
    color:#fff;
}
.price-category-content-price-zapis-btn:active{
    color:#fff;
}
.price-category-btn{
    background:none;
    border:none;
}
.price-category-btn:hover{
    background:none;
    border:none;
}
.price-category-btn:active{
    background:none;
    border:none;
}
.price-category-content-price-zapis-btn-icon{
    margin-bottom: 8px;
    margin-right: 5px;
}
@media(max-width:767px){
    .header-link{
        display: none;
    }
    .header-tel{
        display: none;
    }
    .header-logo{
        height: 13px;
        margin-right: 48px;
    }
    .header-logo-img{
        height: 13px;
    }
    header{
        justify-content: center;
        align-items: center;
        height: 83px;
    }
    .header-networks{
        height: 19px;
    }
    .header-networks-link{
        height: 19px;
    }
    .header-networks-link-img{
        height: 19px;
    }
    .header-burger-list{
        width: 70%;
        background: #fff;
        position: fixed;
        top: 0;
        padding: 39px;
        flex-direction: column;
        right: 0;
        z-index: 33;
        height: 100vh;
        border-radius: 9px;
    }
    .header-burger-item{
        width: 252px;
        padding-bottom: 20px;
        border-bottom: 1px solid #00136133;
        margin-top: 14px;
    }
    .header-burger-link{
        font-size: 21px;
        line-height: 100%;
        text-transform: lowercase;
        text-decoration: none;
        color: #001361;
        font-family: Normalidad-Wide;
    }
    .main{
        margin-top: 83px;
    }
    .carousel{
        height: 500px;
        margin-bottom: 23px;
    }
    .carousel-btns{
        display: none;
    }
    .carousel-btns-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .carousel-btn-mobile{
        background: #001361;
        color: #fff;
        width: 80%;
        height: 47px;
        font-family: Non-Bureau-Regular;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        word-spacing: 5px;
		text-decoration:none;
    }
    .greetings{

    }
    .greetings-content-logo{
        margin-bottom: 26px;
        height: 33px;
    }
    .greetings-content-subtitle{
        font-size: 20px;
        margin-bottom: 18px;
    }
    .greetings-content-description{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .darling{
        padding-top: 15px;
    }
    .darling-title{
        font-size: 23px;
        margin-bottom: 28px;
    }
    .darling-title-icon{
        margin-bottom: 0px;
        margin-left: 0px;
        height: 18px;
    }
	.darling-content-cards{
		justify-content:center;
	}
    .darling-content-cards-card{
        height: 302px;
        margin-bottom: 15px;
    }
    .darling-content-cards-card-img{
        height: 302px;
        margin-bottom: 0px;
    }
    .darling-content-cards-card-link{
        width: 244px;
        height: 38px;
        margin-top: -66px;
        z-index: 2;
    }
    .advantage-left{
        font-size: 17px;
    }
    .advantage-right{
        font-size: 13px;
    }
    .advantage{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 24px;
    }
    .advantage-left{
        width: 100%;
    }
    .advantage-icon{
        height: 25px;
        margin-right: 13px;
    }
    .advantage-right{
        padding-left: 50px;
        width: 80%;
    }
    .procedures{
        height: 400px;
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
    }
    .switch-icon{
        height: 30px;
    }
    .guarantee{
        display: none;
    }
    .price{
        padding-top: 66px;
    }
    .price-preview{
        padding-left: 16px;
        padding-right: 16px;
    }
    .price-title-line{

    }
    .price-title-line-title{
        font-size: 40px;
    }
    .price-relevance{
        font-size: 11px;
    }
    .price-relevance-icon{
        margin-right: 42px;
        height: 24px;
    }
    .price-category-title-icon{
        margin-right: 42px;
        height: 17px;
    }
    .price-category{
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .price-category-title{
        font-size: 17px;
    }
    .price-category-btn-icon{
        height: 31px;
    }
    .description{
        display: none;
    }
    .fishka{
        padding-left: 19px;
        padding-right: 19px;
    }
    .fishka-title-line-title{
        font-size: 40px;
    }
    .fishka-content{
        flex-direction: column;
        align-items: center;
    }
    .fishka-content-card{
        margin-bottom: 30px;
        width: 80%;
    }
    .fishka-content-card-img{
        width: 100%;
        margin-bottom: 14px;
    }
    .fishka-content-card-title{
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 14px;
    }
    .fishka-content-card-description{
        font-size: 13px;
    }
    .reviews-title-line{
        padding-left: 19px;
        padding-right: 19px;
		margin-bottom:10px;
		flex-wrap:wrap;
		justify-content:center;
    }
    .reviews-title-line-title{
        font-size: 40px;
    }
    .reviews-content{
        flex-direction: column;
        padding-top: 50px;
        padding-left: 46px;
        padding-right: 46px;
        padding-bottom: 50px;
        width: 65%;
    }
    .reviews-content-card{
        width: 70%;
        margin-bottom: 20px;
    }
    .reviews-content-card-name{
        font-size: 19px;
    }
    .reviews-content-card-review{
        font-size: 11px;
    }
    .reviews-content-card-klinika{
        font-size: 17px;
    }
    .reviews-content-card-grade{
        font-size: 18px;
    }
    .reviews-content-card-grade-icon{
        height: 12.5px;        
    }
    .faqw{
        overflow: hidden;
    }
    .faqw-preview{
        padding-left: 19px;
    }
    .faqw-preview-title{
        font-size: 40px;
    }
    .faqw-category{
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 23px;
        padding-bottom: 23px;
        width: 100%;
    }
    .faqw-category-title{
        font-size: 17px;
        width: 265px;
    }
    .faqw-category-title-icon{
        margin-right: 22px;
        width: 19px;
    }
    .faqw-category-btn{
        height: 31px;
        width: 31px;
        background:none;
        border:none;
    }
    .faqw-category-btn-icon{
        height: 100%;
		width:auto;
    }
    .faqw-category-btn:hover{
                background:none;
        border:none;
    }
    .faqw-category-btn:active{
                background:none;
        border:none;
    }
    .faqw-btn{
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 244px;
        height: 33px;
        font-size: 20px;
        font-weight: 1;
        font-family: Normalidad-Wide;
        text-transform: lowercase;
    }
    .map{
        padding-left: 18px;
        padding-right: 18px;
    }
    .map-content-img{
        margin-bottom: 14px;
    }
    .map-logo{
        width: 277px;
    }
    .map-content{
        flex-direction: column;
    }
    .map-content-img{
        height: 315px;
    }
    .map-content-klinika{
        flex-direction: column;
        align-items: center;
    }
    .map-content-klinika-title{
        text-align: center;
    }
    .map-content-klinika-adress{
        text-align: center;
    }
    .map-content-klinika-tel{
        text-align: center;
    }
    .map-content-klinika-text{
        text-align: center;
        margin-bottom: 14px;
    }
    .map-content-klinika-btn{
        margin-left: 0;
    }
    footer{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-input-title{
        text-align: center;
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 19px;
    }
    .footer-form{
        flex-direction: column;
        align-items: center;
        margin-bottom: 55px;
    }
    .footer-form-input{
        width: 260px;
        height: 34px;
        margin-bottom: 13px;
        font-size: 14px;
    }
    .footer-form-btn{
        width: 260px;
        height: 34px;
        font-size: 14px;
    }
    .footer-tabs{
        flex-direction: column;
        display: flex;
    }
    .footer-tabs-links{
        flex-direction: column;
    }
    .footer-tabs-links-block{
        align-items: center;
        margin-bottom: 35px;
    }
    .footer-tabs-info{
        align-items: center;
    }
    .footer-tabs-info-links{
        flex-direction: column;
        align-items: center;
    }
    .footer-tabs-info-links-tel{
        margin-right: 0;
        margin-bottom: 5px;
        height: 24px;
        
    }
    .footer-tabs-info-links-network{
        margin-right: 0;
    }
    .footer-tabs-info-links-networks{
        display: flex;
        width: 93px;
        justify-content: space-between;
    }
    .footer-tabs-links-block-link{
        font-size: 18px;
    }
    .footer-tabs-links-block-link-first{
        font-size: 18px;
        margin-bottom: 14px;
    }
    .footer-tabs-info-links-tel{
        font-size: 18px;
        margin-right: 0;
    }
    .price-category-content{
        padding: 0;
    }
    .price-category-content-price{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .price-category-content-price-title{
        width: 284px;
    }
    .price-category-content-price-title h4{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .price-category-content-price-title p{
        font-size: 11px;
        margin-bottom: 15px;
    }
    .price-category-content-price-zapis{
        font-size: 17px;
        width: 284px;
        justify-content: space-between;
        display: flex;
        margin-top: 15px;
    }
    .price-category-content-price-zapis-btn{
        padding-top: 4.78px;
        padding-bottom: 6.78px;
        padding-right: 14.25px;
        padding-left: 12.85px;
        font-size: 9px;
    }
    .price-category-content-price-zapis-btn-icon{
        margin-bottom: -3px;
        margin-right: 3px;
        height: 13px;
        width: 13px;
    }
    .faqw-category-content{
        padding-left: 40px;
        font-size: 11px;
        padding-right: 60px;
    }
    .header-burger{
        display: block;
        height: 19px;
        margin-left: 27px;
    }
}
.accordion-title{
	font-family: Normalidad-Wide;
    font-size: 46px;
    height: 62px;
    line-height: 100%;
    color: #001361;
    text-transform: lowercase;
	font-weight:1;
}
.mission{
    background-color: #001361;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 505px;
	margin-bottom:100px;
}
.mission-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 80px;
    font-size: 84px;
}
.mission-link{
    background: #fff;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 100px;
    padding-right:121px;
    padding-left: 121px;
    font-family: Non-Bureau-Medium;
    text-transform: uppercase;
    color: #001361;
}
.mission-right{
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: space-evenly;
    height: 100%;
}
.mission-right-block-title{
    font-family: Non-Bureau-Light;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 44px;
	color:#fff;
}
.mission-right-block-description{
    font-family: Normalidad-Wide;
    font-weight: 1;
    font-size: 40px;
	color:#fff;
}
@media(max-width:767px){
	.accordion-title{
		font-size:17px !important;
	}
	.accordion button{
		height:auto !important;
	}
	.serv-item-title{
		font-size:17px !important;
	}
	.serv-item-price{
		font-size:17px !important;
	}
}
@media(max-width:393px){
	.fishka-title-line{
		flex-wrap:wrap;
		justify-content:center;
	}
}