html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, {
	display: block;
}
html{
    margin: 0px;
    padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
.hide{
    display: none;
}
.wrapper{
	width: 946px;
	margin: auto;
}
.bold{
    font-weight: bold;
}
.btn{
	width: 134px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: auto;
}
.link {
	display: block;
}
.link span{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    color: #982A33;
    margin: 19px 0px;
    border-bottom: 2px solid #982A33;
}
.list-normal{
    margin: 30px 0px 30px 30px;

}
.list-normal span{
     width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000000;
    position: relative;
    top:-2px;
    margin-right: 5px;
    border-radius: 120px;

}
.list-normal li{
    padding: 6px 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
   
}
.list-bullit{
    margin: 30px 0px 30px 30px;

}

.list-border li{
    padding: 6px 0px;
   font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    padding-left: 15px;
}
.list-border span{
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000000;
    position: relative;
    top:-3px;
    margin-right: 10px;
    border-radius: 120px;
}
.list .bullit{
     background: url(../img/icons/bullit.png) no-repeat left center ;
}
.list-wrapp .list li{
    padding: 6px 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    padding-left: 15px;
}
.list-wrapp .list .bullit{
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000000;
    position: relative;
    top:-3px;
    margin-right: 10px;
    border-radius: 120px;
}
.line-270{
	width: 270px;
	height: 5px;
	display: block;
	background-color:#982A33;
}


.line-318{
	width: 318px;
	height: 5px;
	display: block;
	background-color:#982A33;
}


.line-351{
	width: 351px;
	height: 5px;
	display: block;
	background-color:#982A33;
}


 .line-top{
    margin-top: 30px;
}

#bg-win{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color:rgba(255,255,255,.7);
    z-index: 100000;
}
#bg-win .wrapp-bg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bg-win .wrapp-bg .warinng-win{
    width: 754px;
    background: linear-gradient(90deg, #4F3453 -0.49%, #982A33 100.49%);
    padding-top: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.45);
    border-radius: 32px;
}
#bg-win .wrapp-bg .warinng-win .close-wrapp{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom:4px;
    cursor: pointer;
}
#bg-win .wrapp-bg .warinng-win .close-wrapp .close{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    background-color: #ffffff;
}
#bg-win .wrapp-bg .warinng-win .close-wrapp .close i{
    color: #982A33;
}

#bg-win .wrapp-bg .warinng-win h1{
    color: #ffffff;
    text-align: center;
    width: 80%;
    margin: 40px auto 70px auto;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
}
#bg-win .wrapp-bg .warinng-win a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}




header .logo{
	background: urL(https://periodicfever.ru/wp-content/uploads/2022/10/header-bg.png) no-repeat;
    background-size: cover;
	width: 100%;
	padding: 30px 0px;
	
}
header .logo a{
	display: block;
	margin: auto;
	width: 708.14px;
	
}
header .logo a img{
	display: block;
	width: 100%;
    height:auto;
}
header .desc-menu{
	width: 946px;
	margin: auto;
	display: flex;
    align-items: center;
	justify-content:center;
	padding: 41px 0px;
}
header .desc-menu ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
header .desc-menu ul li a{
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-weight: bold;
    display: block;
    padding-bottom:10px;
    border-bottom:2px solid transparent;
    font-size: 18px;
}
header .desc-menu ul li .active-page{
    color: #982A33;
    border-bottom: 2px solid #982A33;
  
}
header .desc-menu  .btn-menu{
    width: 18px;
    cursor: pointer;
    display: none;
}
header .desc-menu  .btn-menu span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
}
header .desc-menu  .btn-menu span:nth-child(2){
    margin: 3px 0px;
}


 .menu-block-mob{
    width: 70%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    right: 0;
    background-color: #ffffff;
    display: none;
}

 .menu-block-mob .wrapp{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
 .menu-block-mob .wrapp .btn-menu-mob{
    width: 23px;
    height: 23px;
}
 .menu-block-mob .wrapp .btn-menu-mob span{
    display: block;
    width: 100%;
    height: 3px;
    background: #982A33;
}
 .menu-block-mob .wrapp .btn-menu-mob span:nth-child(2){
    margin: 5px 0px;
}
 .menu-block-mob ul.menu-mob{
    margin-top: 40px;
}
 .menu-block-mob ul.menu-mob li{
}
 .menu-block-mob ul.menu-mob li a{
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    display: block;
    width: 95%;
    padding: 11px 0px 10px 23px;
}
.menu-block-mob ul.menu-mob li:hover{
    box-shadow: -6px 0px 5px rgba(0, 0, 0, 0.35);
    background: url(../img/line-img.png) no-repeat 99% center;
    
}











#top-banner .win-slider{
    height: 419px;
	border-radius: 30px;
    position: relative;
	overflow: hidden;
}

#top-banner .win-slider .s1{
	background: url(http://periodicfever.ru/wp-content/uploads/2021/10/slide1.jpg) no-repeat;
	background-size: cover;
	
}
#top-banner .win-slider .slide{height: 419px;}
#top-banner .win-slider .slide-bgColor{
    height: 100%;
    padding: 61px 60px 84px 60px;
    background-color: rgba(000,000,000,.5);  
    position: relative;  
}
#top-banner .win-slider .slide-bgColor h1, .slider_title{
	text-align: center;
	font-size: 48px;
	font-family: 'Roboto Slab', serif;
	color: #ffffff;
	margin-bottom: 45px;
	line-height: 63px;
}
.slider_title {
    display: block;
    font-weight: bold;
}
#top-banner .win-slider .slide-bgColor a{
    position: absolute;
    margin: auto;
    left:0;
    right: 0;
    top: 66%;
}
#top-banner .win-slider .custom-dots{
	width:80px;
    margin: auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 380px;
}
#top-banner .win-slider .custom-dots li{
	width: 6px;
	height: 6px;
	border-radius: 120px;
	background-color: #ffffff;
	cursor: pointer;
}
#top-banner .win-slider .custom-dots li.slick-active{
	background-color: #982A33;
}
#top-banner .win-slider .custom-dots li button{
	display: none;
}


#top-banner .serv-banner-slide{
    width: 100%;
    height: 100%;
    background: url(http://periodicfever.ru/wp-content/uploads/2024/07/banner.webp) no-repeat;
      background-size: cover;
}

#top-banner .serv-banner-slide .wrapper{
  
    padding: 50px 20px;
    display:flex;
    justify-content:flex-end;
    border-radius: 30px;
     
}
#top-banner .serv-banner-slide .wrapper .desc{
    width: 36%;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    text-align: center;
}

#top-banner .serv-banner-slide .wrapper .desc h2, .banner_span{
    text-align: center;
    font-size:17px;
    margin-bottom: 20px;
    line-height:23px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}
#top-banner .serv-banner-slide .wrapper .desc p{
    color: #ffffff;
    text-align: center;
    font-size:12px;
}
#top-banner .serv-banner-slide .wrapper .btn-test{
       width:70%;
       margin: 30px auto 30px auto;
       display: block;
       background: #FFFFFF;
       font-family: 'Roboto Slab', serif;
       text-align: center;
       padding: 10px 0px;
       color: #982A33;
       font-size: 12px;
       line-height: 141.7%;
       text-transform: uppercase;
       border-radius: 5px;
}

#top-banner .serv-banner-slide .wrapper .address{
    font-size: 12px;
    margin-top: 10px;
}


#diseases{
	width: 100%;	
}
#diseases h2, #diseases h1{
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 30px;
}
/*
#diseases .items{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 40px;
}
#diseases .items .item{
	display: block;
    width: 22%;
    margin-bottom:30px;
}
*/
#diseases .items{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 40px;
}
#diseases .items .item{
    display: block;
    text-align: center;
}




#diseases .items .item img{
        display: block;
        width: 100%;
}

#diseases .items .item h3, .preview_title{
    width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
    margin: auto;
	margin-top: 10px;
}
#diseases .items .item .preview_title{
	border-bottom: 1px solid #000000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
}
#diseases .items .item:hover h3 span, .preview_title{
    color: #982A33;
    border-bottom: 1px solid #982A33;
}
#bottom-baneer{
	width: 100%;
	margin-top: 50px;
}

#bottom-baneer .banner{
	background: url(http://periodicfever.ru/wp-content/uploads/2021/10/bg.jpg) no-repeat; 
	background-size: cover;
	border-radius: 20px;
}
#bottom-baneer .banner .bg{
	padding: 50px 0px;
	background-color:#982A33;
	border-radius: 20px;
	
}
#bottom-baneer .banner h2{
	font-family: 'Roboto Slab', serif;
	margin-bottom: 33px;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
}

footer {
	background: #F9F9F9;
	padding: 15px 0 15px 0px;
	margin-top: 99px;
    margin-bottom:0px;
}
footer p{
	font-family: 'PT Sans', sans-serif;
	font-size: 9px;
	margin-bottom: 20px;
}
footer  .logo{
        width: 200px;
        display:block;
        margin-bottom: 20px;
}
footer .logo img{
    display: block;
    width: 100%;
}
footer .address-footer{
    width: 43%;
}

footer .tab-footer{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 30px;
}
footer .tab-footer a{
    display: block;
    border-bottom: 1px solid #bbb5be;
    color: #000000;
    font-size: 9px;
    font-family: 'PT Sans', sans-serif;
}
footer .web-site{

    color: #1c8bfd;
    border-bottom: 1px solid #1c8bfd;   
}

footer .wrapper{
    margin-bottom: 0px;
}
.breadcrumbs{
    display: flex;
    align-items: center;
}
 .breadcrumbs>span{
    font-family: 'PT Sans', sans-serif;
    color: #A42130;
    font-weight: 400;

}
 .breadcrumbs span{
    display: block;
    margin: 0px 2px;
    text-transform: uppercase;
    font-size: 13px;
}
 .breadcrumbs span a{
   font-family: 'PT Sans', sans-serif;
   font-weight: 800;
    color: #A42130;
    text-transform: uppercase;
     font-size: 13px;
}

#desc-header{
    width: 100%;
    margin-bottom: 60px;
}
#desc-header h1{
    font-size: 44px;
   font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-top: 50px;
    line-height: 58px;
    word-wrap: break-word;
    word-break: break-all;
}

#desc-header  p{
    margin-top: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
}
#desc-header img{
    width: 100%;
    display: block;
    margin-top: 30px;
    border-radius: 20px;
}
#desc-header .btn-link{
    width: 250px;
    display: block;
    background-color: #982A33;
    color: #ffffff;
    text-align: center;
   font-family: 'PT Sans', sans-serif;
    padding: 15px 0px;
    margin-top: 20px;

}
#desc-header .column-wrapp{

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}


#desc-header .column-wrapp .desc-column{
    width: 50%;
    padding-right:30px;
 }
 #desc-header .column-wrapp .desc-column .first-p{
            margin-top: 0px;
 }
#desc-header .column-wrapp img{
    width: 50%;
    border-radius: 30px;
    margin-top: 0px;
 }


 #desc-header .column-wrapp .desc-column .link{
    margin-top:60px !important;
}

















#full-desc{
    width: 100%;
}
#full-desc h2{
    font-size: 36px;
    line-height: 47px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-all;
}
#full-desc .line{
    width: 270px;
    margin-top: 30px;
	margin-bottom: 0px;
}
#full-desc p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
}
#full-desc .wrapper>p{
    width: 95%;
}
#full-desc .wrapper>img{
    width: 100%;
    display: block;  
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}
#full-desc .inner-desc{
    margin-top: 35px;
}
#full-desc .inner-desc p{
	margin: 10px 0px 30px 0px;
}
#full-desc h3{
   margin-top: 30px;
   font-family: 'PT Sans', sans-serif;
}
#full-desc p{
  margin:30px 0px;
}
#full-desc .link{

    margin: 0px 0px 50px 0px;
    
}

#full-desc .icons{
	margin-top:30px;
}
#full-desc .icons .item{
    display: flex;
    margin-bottom: 10px;
}
#full-desc .icons .item img{
  
    display: block;
    margin-right: 30px;
}


#full-desc .icon-ok{
	width: 40px; 
    height: 40px;
	
}
#full-desc .icon-vector{
	width: 60px; 
    height: 60px;
	
}



#full-desc .icons .item  h3{
    margin: 0px 0px 10px 0px;
}
#full-desc .icons .item p{
    margin-top: 0px;
}
#full-desc .list-books h3, #full-desc .list-books h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
	margin-bottom: 30px;
}
#full-desc .list-books .list{
    margin-left: 0px;
	font-weight: 600;
}
#full-desc .list-books .list li{
    padding-left: 0px; 
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
    word-wrap: break-word;
    word-break: break-all;
}
#full-desc .list-books .num{
	font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}
#full-desc  .lists {
    margin-top: 40px;
}
#full-desc  .lists .titles{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
#full-desc  .lists img{
    width: 100%;
    display: block;
}
#full-desc  .lists p{
    margin-top: 30px;
}
#full-desc  .lists-block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#full-desc  .lists-block .item{
    
    width: 32%;
    padding-left: 26px;
    border-radius: 20px;
}

#full-desc  .lists-block .item .list-normal{
    margin-left: 0px;
    width: 90%;
	margin-top: 8px;
}
#full-desc  .lists-block .item .list-normal li{
    padding: 2px 0px;
}


#full-desc  .lists-block .item:nth-child(1){
    background-color: #D7E0EC;
}

#full-desc  .lists-block .item:nth-child(2){
    background-color: #D0B4D5;
}
#full-desc  .lists-block .item:nth-child(3){
    background-color: #EFADB7;
}
#full-desc .faq .item{ 
		margin-bottom: 40px;
}
#full-desc .faq .item .link{
	margin-bottom: 80px;
}
#full-desc .column-wrapp{

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 30px;
}


 #full-desc .column-wrapp .desc-column{
    width: 50%;
    padding-right:30px;

 }
 #full-desc .column-wrapp .desc-column .first-p{
            margin-top: 0px;
 }
#full-desc .column-wrapp img{
    width: 50%;
    border-radius: 30px;
 }


 #full-desc .column-wrapp .desc-column .link{
    margin-top:60px !important;
}


#cat-lf h1{
    font-size: 44px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
#cat-lf .border{
    width: 100%;
    background-color: #D8E0EB;
    margin-top: 50px;
    padding: 35px ;
     border-radius: 31px;
}

#cat-lf .border p:nth-child(1){
    margin-bottom: 30px;
}
#cat-lf .border p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
}
#cat-lf .cat-field{
    width: 100%;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-top: 40px;
}
#cat-lf .cat-field .item{
    display: block;
     margin-bottom:30px;
     text-align: center;
}

#cat-lf .cat-field .item img{
    width: 70%;
    display: block;
    margin: auto;
}
#cat-lf .cat-field .item  h3, .preview_title{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    text-align: center;
     color: #000000;
	margin: auto;
	margin-top: 10px;
    width: 54%;
	font-size: 16px;
}
#cat-lf .cat-field .item .preview_title{
    border-bottom: 1px solid #000000;
}
#full-desc-fl{
    width: 100%;
}
#full-desc-fl h2{
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

#full-desc-fl .header-icon{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
#full-desc-fl .header-icon h2{
    margin-left: 30px;
	margin-bottom: 0px;
}
#full-desc-fl  .line{
    width: 270px;
}
#full-desc-fl  .border{
    width: 100%;
    background-color: #D8E0EB;
    margin-top: 50px;
    padding: 35px ;
     border-radius: 31px;
}
#full-desc-fl  .border p{
	margin-bottom: 10px;
	margin-top: 0px;
}
#full-desc-fl  .border .desc ul{
	margin-left: 30px;
}
#full-desc-fl  p{
   font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
}

#full-desc-fl img.full-img{
    width: 100%;
    display: block;
    border-radius:30px;
    margin: 30px 0px;
}

#full-desc-fl .list-icon{
    margin-top: 32px;
}
#full-desc-fl .icon-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#full-desc-fl .list-icon .icon-item h3, #full-desc-fl .list-icon .icon-item p{
   font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    line-height: 150%;
    font-size: 16px;
    margin-left: 30px;
}
#full-desc-fl .src{
    margin-top: 30px;
}
#full-desc-fl .src h2{
    margin-bottom: 30px;
}

 
#full-desc-fl .link-block{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    color: #982A33;
    display: block;
    margin: 19px 0px 40px 0px;
}
#full-desc-fl .link-block span{
    border-bottom: 2px solid #982A33;
}
#full-desc-fl .advice-list{
    margin-top: 30px;
}
#full-desc-fl .advice-list .item{
    display: flex;
    margin-bottom: 40px;
}
#full-desc-fl .advice-list .item img{
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 30px;
}
#full-desc-fl .advice-list .item .desc{
    
}
#full-desc-fl .advice-list .item .desc h3{
   font-size: 18px;
   font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}
#full-desc-fl .advice-list .item .desc p{
    margin-top: 10px;
}

#full-desc-fl .advice-list .list{
	margin: 0px;
}

#full-desc-fl .advice-list .list .bullit{
     background: url(../img/icons/bullit.png) no-repeat left 14px;
}
#full-desc-fl .advice-list .list li{
    padding: 6px 0px;
   font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    padding-left: 15px;
}




#full-desc-fl .list-wrapp{
	margin-bottom: 30px;
}
#full-desc-fl .list-wrapp p{
	margin: 0px;
}
#full-desc-fl .list-wrapp .list{
	margin: 0px;
}
#full-desc-fl .list-wrapp .list li{
    padding-left: 0px;
}
#full-desc-fl .wrapp{
	display: flex;
}
#full-desc-fl .wrapp p{
	margin: 0px 0px 0px 30px;
	font-weight: 600;
}
#full-desc-fl .wrapp img{
	width: 75px;
	height: 75px;
}

#full-desc-fl .list-books h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
}
#full-desc-fl .list-books  .list li .num{
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
}
#full-desc-fl .list-books .list{
    margin-left: 0px;
}
#full-desc-fl .list-books .list li{
    padding-left: 0px; 
    font-family: 'PT Sans', sans-serif;
     font-weight: 400;
      word-wrap: break-word;
        word-break: break-all;
}
#full-desc-fl  .list-books .list{
    margin-top: 30px;
}
#full-desc-fl  .link{
    margin-top: 20px;
}

#full-desc-fl .column-wrapp{

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}


#full-desc-fl .column-wrapp .desc-column{
    width: 50%;
    padding-right:30px;
 }
 #full-desc-fl .column-wrapp .desc-column .first-p{
            margin-top: 0px;
 }
#full-desc-fl .column-wrapp img{
    width: 50%;
    border-radius: 30px;
    margin-top: 0px;
 }























#resources{
	width: 100%;
}

#resources{
	
}
#resources h1{
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
	font-size: 44px;
    line-height: 58px;
	margin-bottom: 31px;
}

#resources .res-filed{
	width: 100%;
	margin-top: 34px;
}

#resources .res-filed .item{
	width: 100%;
	margin-bottom: 70px;
}
#resources .res-filed .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
}
.item-type-2{
	flex-direction: row-reverse;
}
#resources .res-filed .item .desc{
	width: 65%;
}
#resources .res-filed .item img{
	width: 30%;
	display: block;
}
#resources .res-filed .item h2{
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	line-height: 125%;
	font-size: 20px;
	margin-bottom: 30px;
}

#resources .res-filed .item p{
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
	line-height: 125%;
}
#resources .res-filed .item p{
        margin-bottom: 20px;
}
#resources .res-filed .item .btn-clinic{
	width: 191px;
	display: block;
	text-align: center;
	padding: 7px 0px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
	border: 2px solid #000000;
	color:#000000;
	margin-top: 50px;
}
#table-doc{
	padding: 40px 0px 0px 0px;
}
#table-doc .table-desc  table{
	width:80%;
	margin: auto;
	border-collapse: collapse;
}
#table-doc .table-desc table tr .reg{
	width:20%;
}
#table-doc .table-desc table tr .city{
	    width: 20%;
}
#table-doc .table-desc table tr .name{
	width: 20%;
	padding-right: 27px;
}
#table-doc .table-desc table tr .address{
	width: 20%;
	padding-right: 10px;
}
#table-doc .table-desc table tr .site{
    width: 10%;
}

#table-doc .table-desc .top-row th{
	border-top: 4px solid  #A42130;
	border-bottom: 4px solid  #A42130;
	text-align: left;
	padding: 10px 0px 5px 0px;
	font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}
#table-doc .table-desc tr td{
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
	padding: 23px 0px;
	border-bottom: 1px solid #C4C4C4;
}
#table-doc .table-desc tr td a{
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
	color: #982A33;
	border-bottom:1px solid #982A33;
}
#table-doc  p.disc{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
    font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	width: 80%;
	margin:30px  auto 50px auto;
}







#table-doc .serach{
	width: 100%;
}

#table-doc .table-mob{
	padding: 0px 0px 40px 0px;
	display: none;
}
#table-doc .table-mob .serach>.wrapper{
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	border: 3px solid #982A33;
}
#table-doc .serach button{
	width: 10%;
	background-color: transparent;
	border: none;
	padding: 5px 0px; 
	border-right:3px solid #982A33;
	
}
#table-doc .serach button img{
	width: 70%;
	display: block;
	margin:auto;
}
#table-doc .serach  input{
	width:90%;
	border: none;

	font-family: 'PT Sans', sans-serif;
	font-style: normal;
    font-weight: 300;
    font-style:italic;
    outline: none;
    padding-left: 10px;
}




#table-doc .table-mob .table{
	width:100%;
	margin: 20px auto 0px auto;
	padding: 21px 0px 0px 0px;
	border-top: 5px solid #982A33;
	
}
#table-doc .table-mob .table .item{
	width:100%;
	margin: auto;
	border-bottom: 1px solid #C4C4C4;
	padding-top: 17px;
}

#table-doc .table-mob  .table-row{
	margin-bottom: 12px;
}
#table-doc .table-mob  .table-row .header{

	font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}
#table-doc .table-mob  .text{
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}


#table-doc .table-mob .table-row a{
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
	color: #982A33;
	border-bottom:1px solid #982A33;
}
#table-doc .table-mob .table-row .web-site{
	padding-bottom: 17px;
}





















#materials{
	width: 62%;
	margin: 40px auto 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	grid-gap: 40px;
	
}
#materials .doc-item{
    position: relative;
}
#materials img.last-doc{
    width: 60% !important;
}
#materials .doc-item img{
	width: 80%;
	display: block;
    margin: auto;
}

#materials .doc-item h2{
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	text-align: center;
    margin-top: 10px;
	color: #982A33;
    margin-top: 20px;
    margin-bottom: 80px;
}

#materials .doc-item a{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
	width: 110px;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 10px 0px;
    margin: auto;
	border: 1px solid #000001;
	color: #000001;
   
}


#bg-childrens{
	
	background-repeat:no-repeat;
	background-position: 0px 20px;
	background-size: cover;
}
#childs-story .items{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 120px;
	margin-bottom: 112px;
}
#childs-story .items .item{
	width: 41%;
	box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-radius: 18px;
	padding: 32px 0px 65px 48px;
	position: relative;
}
#childs-story .items .item img{
	width: 195.32px;
	height: 256px;
	position: absolute;
	top: -110px;
	left: 60%;
}
#childs-story .items .item h2{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	width: 200px;
	margin-bottom: 40px;
}

#childs-story .items .item h3{
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	width: 200px;
	font-size: 24px;
    line-height: 29px;
}
#childs-story .items .item p{
	width: 70%;
	margin: 30px 0px 0px 0px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
}
#childs-story .items .item .show-story{
	width: 70%;
	display: block;
	padding: 15px 0px;
	text-align: center;
	border-radius: 20px;
	background: #982A33;
	margin-top: 30px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
}


#childs-boy .title-img{
	
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -160px;
}
#childs-boy .title{
	margin-bottom: 50px;
}
#childs-boy .title h2{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
    color: #982A33;
} 

#childs-boy .title h3{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	color:#982A33;
} 
#childs-boy .title p{
	font-size: 28px;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color:#982A33;
	margin-top: 30px;
}

#childs-boy  .info-wrapp{
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.25);
	border-radius: 18px;
	margin-top: 100px;
	margin-bottom: 134px;
	padding-top: 20px;
	padding-bottom: 65px;
}
#childs-boy .info-wrapp .header{
	width: 90%;
	margin: 0px auto 20px auto;
}

#childs-boy .info-wrapp .header h4{
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	margin-bottom: 37px;
}
#childs-boy .info-wrapp .info-item{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0px auto 40px auto;
	align-items: center;
}
#childs-boy .info-wrapp .info-item .desc{
	width: 50%;
}
#childs-boy .info-wrapp .info-item .desc p{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	line-height: 125%;
	margin-bottom: 20px;
}
#childs-boy .info-wrapp .info-item  img{
	width:45%;
}


#childs-girl .title-img{
	
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -160px;
}
#childs-girl .title{
	margin-bottom: 50px;
}


#childs-girl .title h2{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	color:#982A33;
} 
#childs-girl .title h3{
	font-size: 28px;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color:#982A33;
	margin-top: 30px;
}

#childs-girl  .info-wrapp{
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.25);
	border-radius: 18px;
	margin-top: 100px;
	padding-top:80px;
	padding-bottom: 65px;
	margin-bottom: 112px;
}
#childs-girl .info-wrapp .header{
	width: 90%;
	margin: 0px auto 20px auto;
}

#childs-girl .info-wrapp .header h2{
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	margin-bottom: 37px;
}
#childs-girl .info-wrapp .info-item{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	align-items: center;
	margin-bottom: 37px;
}
#childs-girl .info-wrapp .info-item .desc{
	width: 50%;
}
#childs-girl .info-wrapp .info-item .desc .list{
	margin-left: 23px;
	margin-top: -10px;
}
#childs-girl .info-wrapp .info-item .desc .list span{
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 120px;
	display: inline-block;
	position: relative;
	 top:-3px;
	margin-right: 10px;
}
#childs-girl .info-wrapp .info-item .desc .list  li{
	
   font-family: 'PT Sans', sans-serif;
	font-style: 300;
	margin-bottom: 10px;
}
#childs-girl .info-wrapp .info-item .desc h4{
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-style: 600;
	margin-bottom: 20px;
}
#childs-girl  .info-wrapp .info-item .desc p{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	line-height: 125%;
	margin-bottom: 20px;
}
#childs-girl .info-wrapp .info-item  img{
	width:45%;
}





#childs-girl .info-wrapp .border{
	width: 90%;
	margin: 0px auto 42px auto;
	background-color: #D8E0EB;
	border-radius: 26px;
	padding: 20px 45px 30px 25px;
}

#childs-girl .info-wrapp .border   p{
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	line-height: 125%;
	margin-bottom: 20px;
}




#story{
	
	
}


#story h1{
	font-size: 44px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
    line-height: 58px;
	margin-bottom: 30px;
}
#story p{
	margin-top: 30px;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
}

#story h2{
	font-family: 'PT Sans', sans-serif;
	font-style: 600;
	margin-top: 30px;
	margin-bottom: 19px;
}
#story .video{
	width: 100%;
	position: relative;
}
#story .video video{
	 width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
	border-radius: 30px;
}

#story .video .play{
	width: 100px;
	height: 77px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
    cursor: pointer;
}
#story .video .play img{
	width: 100%;
}

#header-test{
    padding-bottom: 50px;
}
#header-test h1{
    font-family: 'Roboto Slab', serif;
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 30px
}
#test-wrapp{
    position: relative;
    width: 100%;
    height:650px;
}
#test-banner{
    width: 100%;
    padding-bottom: 120px;
    position: absolute;
}
#test-banner .wrapper:nth-child(1){
    background: url(http://periodicfever.ru/wp-content/uploads/2022/10/banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 20px;
    display:flex;
    justify-content:flex-end;
    border-radius: 30px;
     
}
#test-banner .wrapper:nth-child(1) .desc{
    width: 36%;
    font-family: 'Roboto Slab', serif;
}

#test-banner .wrapper:nth-child(1) .desc h2, #test-banner .wrapper:nth-child(1) .desc p.banner_title{
   
    font-size:18px;
    margin-bottom: 20px;
    line-height:23,74px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#test-banner .wrapper:nth-child(1) .desc p{
    color: #ffffff;
    margin-bottom: 40px;
}
#test-banner .wrapper:nth-child(1) button{
       width:40%;
       display: block;
       background: #FFFFFF;
       font-family: 'PT Sans', sans-serif;
       font-weight: 400;
       text-align: center;
       padding: 10px 0px;
       color: #982A33;
       font-size: 16px;
       line-height: 141.7%;
       text-transform: uppercase;
       border-radius: 5px;
       border:none;
       cursor: pointer;
}
#test-banner .desc-p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 26px;
}

#test{
    position: absolute;
    width: 100%;
    height: auto;
    padding: 40px 0px 220px 0px;
    margin-bottom: 200px;
    display: none;
}
#test .wrapper{
     position: relative;
}

#test .wrapper h1 {
    font-size: 44px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-bottom: 30px;
}
#test .wrapp-item{
    margin-bottom: 60px;
    width: 100%;
    position: absolute;
   display: none;
}
#test .q1{
    display: block;
}
#test h2, #test p.question_title{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
}
#test .item{
    padding: 30px;
    border: 1px solid #000000;
    border-radius: 30px;
}
#test .item h3, #test .item p.question_num{
    margin-bottom: 10px;
   font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
#test .item .text-btns{
     display: flex;
     align-items: flex-start;
      justify-content: space-between;
}
#test .item .text-btns p{
    width: 80%;
    font-family: 'PT Sans', sans-serif;
    line-height: 150%;
}
#test .item .btns{
     width: 17%;
     display: flex;
      justify-content: space-between;
}
#test .item .btns button{
    width: 45%;
    background-color: #982A33;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 7px 0px;
    cursor: pointer;
}


#test-banner-true{
    position: absolute;
    width: 100%;
    display: none;
}
#test-banner-true .wrapper:nth-child(1){
    background: url(http://periodicfever.ru/wp-content/uploads/2022/10/banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 20px 20px 20px;
    display:flex;
    justify-content:flex-end;
    border-radius: 30px;
     
}
#test-banner-true .wrapper:nth-child(1) .desc{
    width: 36%;
    font-family: 'Roboto Slab', serif;
}

#test-banner-true .wrapper:nth-child(1) .desc h2, #test-banner-true .wrapper:nth-child(1) .desc p.test_banner_title{
   
    font-size:18px;
    margin-bottom: 20px;
    line-height:23,74px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#test-banner-true .wrapper:nth-child(1) .desc p{
    color: #ffffff;
    margin-bottom: 40px;
}
#test-banner-true .wrapper:nth-child(1) .btn-test{
       width:40%;
       display: block;
       background: #FFFFFF;
       font-family: 'PT Sans', sans-serif;
       font-weight: 400;
       text-align: center;
       padding: 10px 0px;
       color: #982A33;
       font-size: 16px;
       line-height: 141.7%;
       text-transform: uppercase;
       border-radius: 5px;
}
#test-banner-true .p-normal{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 26px;
}
#test-banner-true .p-bold{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 26px;
}
#test-banner-true button{
    width: 184px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 141.7%;
    background: #982A33;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    margin-top: 21px;
    cursor: pointer;
}



#test-banner-false{
    position: absolute;
    width: 100%;
    display: none;
}
#test-banner-false .wrapper:nth-child(1){
    background: url(http://periodicfever.ru/wp-content/uploads/2022/01/banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 20px 20px 20px;
    display:flex;
    justify-content:flex-end;
    border-radius: 30px;
     
}
#test-banner-false .wrapper:nth-child(1) .desc{
    width: 36%;
    font-family: 'Roboto Slab', serif;
}

#test-banner-false .wrapper:nth-child(1) .desc p.test_banner_title{
   
    font-size:18px;
    margin-bottom: 20px;
    line-height:23,74px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#test-banner-false .wrapper:nth-child(1) .desc p{
    color: #ffffff;
    margin-bottom: 40px;
}
#test-banner-false .wrapper:nth-child(1) .btn-test{
       width:40%;
       display: block;
       background: #FFFFFF;
       font-family: 'PT Sans', sans-serif;
       font-weight: 400;
       text-align: center;
       padding: 10px 0px;
       color: #982A33;
       font-size: 16px;
       line-height: 141.7%;
       text-transform: uppercase;
       border-radius: 5px;
}
#test-banner-false .p-normal{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 26px;
}
#test-banner-false .p-bold{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 26px;
}
#test-banner-false button,#test-wrapp a{
    width: 184px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 141.7%;
    background: #982A33;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    margin-top: 21px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}

#tabs{
    width: 100%;
    padding: 30px 0px;
}
#tabs .wrapper{
   display: flex;
   justify-content: space-between;
}

#tabs .wrapper a, #tabs .wrapper p{
    background-color: #982A33;
    padding: 15px 0px;
    color: #ffffff;
    width:220px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}


#serv-banner{
    width: 100%;
}

#serv-banner .wrapper{
    background: url(https://periodicfever.ru/wp-content/uploads/2022/10/banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 20px;
    display:flex;
    justify-content:flex-end;
    border-radius: 30px;
     
}
#serv-banner .wrapper .desc{
    width: 36%;
    font-family: 'Roboto Slab', serif;
}

#serv-banner .wrapper .desc h2{
    text-align: center;
    font-size:18px;
    margin-bottom: 20px;
    line-height:23,74px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#serv-banner .wrapper .desc p{
    color: #ffffff;
    text-align: center;
}
#serv-banner .wrapper .btn-test{
       width:70%;
       margin: 50px auto 0px auto;
       display: block;
       background: #FFFFFF;
       font-family: 'Roboto Slab', serif;
       text-align: center;
       padding: 10px 0px;
       color: #982A33;
       font-size: 16px;
       line-height: 141.7%;
       text-transform: uppercase;
       border-radius: 5px;
}

#serv-banner .wrapper .address{
    font-size: 12px;
    margin-top: 10px;
}


#method-contact{
    padding: 50px 0px;
    
}
#method-contact h2{
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
}

#method-contact .serv-contact{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 49px;
}
#method-contact .serv-contact .item{
    background-color: #982A33;
    width: 200px;
    padding: 20px 0px 60px 0px;
    border-radius: 10px;
    position: relative;
}
#method-contact .serv-contact  .item img{
    width: 77px;
    display: block;
    margin: auto;
}
#method-contact .serv-contact  .item p{
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 20px 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding: 0px 20px;
}

#method-contact .serv-contact .btn-contact{
    position: absolute;
    top: 74%;
    left: 0px;
    right: 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: auto;
    width: 90%;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    border: 1px solid  #ffffff;
}
#map .wrapper{
   
}
#map .wrapper:nth-child(2){
 height: 712px;
 overflow: hidden;
}
#map .wrapper .map-border{
    overflow: hidden;
    border: 3px solid #982A33;
    border-radius: 20px;
}

#map .tab-map{
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#map .tab-map span{
    display: block;
    width: 33%;
    text-align: center;
    background-color: #982A33;
    border: 1px solid #982A33;
    color: #ffffff;
    padding: 5px 0px;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}
#map .tab-map span.active{
    background-color:#ffffff;
     color: #982A33;
}
#map .children-map{
    display: none;
}
#map .adults-map{
     display: none;
}
#afferta-tabs{
    width: 100%;
    padding: 30px 0px 0px 0px;
}
#afferta-tabs p{
    font-family: 'PT Sans', sans-serif;
     font-weight: 400;   
}
#afferta-tabs .wrapper .tabs{
   display: flex;
   justify-content: space-between;
   margin: 30px 0px;
}

#afferta-tabs  .tabs a{
    background-color: #982A33;
    padding: 15px 0px;
    color: #ffffff;
    width:220px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

#afferta-tabs .afferta{
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
#afferta-tabs   .afferta #check{
  display:none;
}
#afferta-tabs   .afferta label{
    cursor:pointer;
}
#afferta-tabs   .afferta label a{
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 1px solid #000000;
}
#afferta-tabs  .afferta label:before{
    content: '';
    display:inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #982A33;
    position:relative;
    top: 6px;
    border-radius: 3px;
    margin-right:10px;
}
#afferta-tabs  .afferta #check:checked+label:before{
    background-color: #982A33;
}


#error h1{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 44px;
}
#error{
    padding-bottom: 300px;
}


#callback-win{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: rgba(000,000,000,.5);
    z-index: 3333;
}
#callback-win .wrrap-callback{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;


}
#form-callback{

    width: 500px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 15px rgba(000,000,000,0.1);
}
#form-callback form{
    width:90%;
    margin: auto;
    padding: 10px 0px;
}
#form-callback form .close-wrapp{
    width: 100%;
    margin: 0px auto 20px auto;
    display: flex;
    justify-content: flex-end;
}
#form-callback form .close-wrapp .close{
    width: 20px;
    height: 20px;
    position: relative;
}
#form-callback form .close-wrapp .close span{
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 2px;
   width: 100%;
   background-color: #000000;
   display: block;
}
#form-callback form .close-wrapp .close .line1{
    transform: rotate(47deg);
}
#form-callback form .close-wrapp .close .line2{
    transform: rotate(-47deg);
}
#form-callback form h1{
    margin-bottom: 15px;
   font-size: 24px;
     font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
}
#form-callback form h2{
    font-size: 18px;
   font-family: 'PT Sans', sans-serif;
}
#form-callback form .wrrap-input{
    width: 100%;
    border-radius: 4px; 
    margin-bottom: 10px;
}
#form-callback form .hide{
    display: none;
}
#form-callback form .text-input{
    width: 100%;
    padding-bottom: 10px;
    display: none;
   font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
#form-callback form .wrrap-input input{
        border-radius: 4px; 
        border:none;
        height:41px;
        width: 100%;
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
}  
#form-callback form .wrrap-input .error{
    color: #DB524E;
    font-size: 14px;
   font-family: 'PT Sans', sans-serif;
}

 #form-callback form .small-font-size{
    font-size: 12px;
    padding-top: 5px;
}

#form-callback form .wrrap-comment textarea{
    width: 100%;
    height: 90px;
    display: block;
    margin-top:5px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border: none;
    outline: none;
    resize: none;
    padding: 5px 10px;
   font-family: 'PT Sans', sans-serif;
}
#form-callback form .wrrap-btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#form-callback form .wrrap-afferta .afferta{
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
#form-callback form .wrrap-afferta  #check2{
  display: none;
}
#form-callback form .wrrap-afferta label{
    cursor:pointer;
     font-family: 'PT Sans', sans-serif;
     font-weight: bold;
}
#form-callback form .wrrap-afferta label a{
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 1px solid #000000;
}
#form-callback form .wrrap-afferta .checkPlease{
    color: #DB524E;
}
#form-callback form .wrrap-afferta label:before{
    content: '';
    display:inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #982A33;
    position:relative;
    top: 6px;
    border-radius: 3px;
    margin-right:10px;
}
#form-callback form .wrrap-afferta #check2:checked+label:before{
    background-color: #982A33;
}
#form-callback form .wrrap-btn button{
    width: 49%;
    border: 1px solid #A42130;
    border-radius: 5px;    
    padding: 20px;
    cursor: pointer;
}
#form-callback form .wrrap-btn button.close{
    background-color: #FFFFFF;
    color: #A42130;
}
#form-callback form .wrrap-btn button.send{
    background-color:#A42130;;
    color: #FFFFFF;;
}


#form-callback form  .wrrap-success{
    border: 1px solid #1b8f34;
    padding: 5px;
    margin-top: 5px;
     display: none;
}


#form-callback form  .wrrap-success p{
     font-family: 'PT Sans', sans-serif;
     color: #1b8f34;;
     font-weight: bold;
}


#form-callback form  .wrrap-error{
    border: 1px solid #DB524E;
    padding: 5px;
    margin-top: 5px;
    display: none;
}


#form-callback form  .wrrap-error p{
     font-family: 'PT Sans', sans-serif;
     color: #DB524E;
     font-weight: bold;
}

#static-page ul {
    margin: 20px 0;
}

#static-page ul li {
    padding: 6px 0px;
    font-family: 'PT Sans', sans-serif;
     padding-left: 15px;
     list-style: disc;
     list-style-position: inside;
}

#static-page h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
	margin: 20px 0;
}
#static-page h2{
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
	margin: 30px 0;
}

#static-page p {
    margin-top: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
}

.other-block {
	margin: 48px 0 0 0;
	display: flex;
	width: 100%;
	gap: 15px;

	.other-block_content {
		.other-block_title {
		font-family: Roboto Slab;
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		}

		.other-block_text {
		p {
				margin: 16px 0 23px !important;
		font-family: PT Sans;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
			}
		}

		.other-block_button {
		font-family: Inter;
		font-size: 15px;
		font-weight: 500;
		line-height: 18px;
		text-align: center;
		width: 122px;
		height: 38px;
		border-radius: 34px;
		background: #831414;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		}		
	;
		display: flex;
		flex-basis: 55%;
		flex-direction: column;
		background: #EFEFEF;
		border-radius: 25px;
		padding: 30px 28px 44px;
	}

	img {
		max-width: calc(45% - 15px);
		border-radius: 30px;
		object-fit: cover;
	}
}