@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans.woff2') format('woff2'), url('../fonts/ptsans.woff') format('woff'), url('../fonts/ptsans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/ptsansitalic.woff2') format('woff2'), url('../fonts/ptsansitalic.woff') format('woff'), url('../fonts/ptsansitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/ptsansbold.woff2') format('woff2'), url('../fonts/ptsansbold.woff') format('woff'), url('../fonts/ptsansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('../fonts/ptsansbolditalic.woff2') format('woff2'), url('../fonts/ptsansbolditalic.woff') format('woff'), url('../fonts/ptsansbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
html {
  height: 100%;
}
body {
	
	height: 100%;
    color: #454545;
    font-family: 'PT Sans', tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
	
}
main{
	height: 100%;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  margin: 0px;
  line-height: 1.2;
  margin-bottom: 15px;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 18px;
}
img {
  width: auto;
  max-width: 100%;
}
b {
  font-weight: 700;
}
a {
  color: #E01B26;
  text-decoration: underline;
}
a:visited {
  color: #E01B26;
}
a:hover {
  cursor: pointer;
  color: #E01B26;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #E01B26;
}
iframe {
  max-width: 100%;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.required[required] ~ span {
  position: absolute;
  top: 6px;
  right: 15px;
}
.required[required] ~ span:after {
  content: '*';
  font-family: 'PT Sans', tahoma, sans-serif;
  color: #E01B26;
  font-size: 16px;
}
.flex-wrap-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.row_h{
	display: flex;
	
	width: 500px;
	margin-left: 40%;
	margin-top: -100px;
	margin-bottom: 100px;
	
	
}


.button {
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  background: -moz-linear-gradient(to bottom, #E01B26 0%, #B01E26 100%);
  background: -webkit-linear-gradient(to bottom, #E01B26 0%, #B01E26 100%);
  background: -o-linear-gradient(to bottom, #E01B26 0%, #B01E26 100%);
  background: -ms-linear-gradient(to bottom, #E01B26 0%, #B01E26 100%);
  background: linear-gradient(to bottom, #E01B26 0%, #B01E26 100%);
  border: 0;
  color: #fcfcfc;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}
.button--fluid {
  display: block;
  text-align: center;
}
.button:visited {
  color: #fcfcfc;
}
.button:focus {
  color: #fcfcfc;
}
.button:active {
  color: #fcfcfc;
}
.button:hover {
  text-decoration: none;
  color: #fcfcfc;
  box-shadow: inset 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}

main#main_content{
	
	height: auto;
	display:flex;
	flex-basis: column;
	padding: 10px 0px 10px 0px;
	
	
}


.block{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.mine_slider{
	
	margin: 0 auto;
	width: 100%;
	position: relative;
	
	
}

.content_mine_block{
	margin-top: 15px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

/*Стили отдельной страницы*/

.con{
	
	border-radius: 2px;
	background-color: #F1F1F1;
	padding: 15px 0px 15px 0px;
}


.wp-block-file{
	display: flex;
	
}

.wp-block-file a.Link-broshur{
	width: 90%;
	
	
	font-family: sans-serif;
	color: #005FA0;
	font-size: 15px;
	font-weight: bold;
	text-align: bottom;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

.wp-block-file a.Link-broshur:hover{
	color: #8E5F88;
}
.wp-block-file a.wp-block-file__button{
	
	display: block;
	
}

/*Slider css*/

.maine_slider{
	
	
	
	
}
.slider{
	
	
	width: 99.9%;
	height: 100%;
	overflow: hidden;
	border-radius: 2px;
	

}   

.middle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	

}

.slides{

	width: 400%;
	height: 100%;
	display: flex;
}

.slide{
	width: 25%;
	transition: all 0.9s ease;
	
}

.navigation{
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	
}

.bar{
	width: 30px;
	height: 8px;
	margin: 6px;
	cursor: pointer;
	background-color: grey;
	opacity: 0.7;
	border-radius: 10px;
	transition: all 0.9s ease;

}

.bar:hover{
	opacity: 1;
	transform: scale(1.1);
}

input[name="r"]{
	position: absolute;
	visibility: hidden;
}



.img{
	width: 100%;
	height: 100%;
}

#r1:checked ~ .s1{
	margin-left: 0;
}

#r2:checked ~ .s1{
	margin-left: -25%;
}

#r3:checked ~ .s1{
	margin-left: -50%;
}

#r4:checked ~ .s1{
	margin-left: -75%;
}




.s1{
	
	animation: slider_animation 0.9s linear infinite;
	animation-delay: 15s;
	transition: all 200ms ease-out;
}

/*Slider css*/

div#promblock{
	
	max-width: 400px;
	height: auto;
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
	
		

}
div#post_div{
	
	width: 70%;
	height: 50%;
	
}




div#all_content{
	
	
	width:100%;
	
	
}

div#all_content span{
	font-size:18px;
	
	
}
.promo-block {
  font-size: 16px;
  color: #005FA0;
}
.promo-block__title {
  font-size: 50px;
  margin-bottom: 30px;
}
.promo-block__subtitle {
  display: block;
  font-size: 26px;
}
.promo-block__service-text {
  font-size: 18px;
  color: #E01B26;
  margin-bottom: 5px;
}
.promo-block__item {
  margin-bottom: 30px;
}
.promo-block__price {
  font-size: 56px;
  font-weight: 700;
  color: #E01B26;
  line-height: 1;
}
.page__title {
  font-size: 26px;
  font-weight: 700;
  color: #005FA0;
  margin-bottom: 20px;
}
/*.header {
 
	
}*/

header{
	 width: 100%;
	display: flex;
	flex-direction: column;
	 flex: 0 0 auto;
     padding: 2px 0px 0px 0px;
	 position: relative;
	
	
}


    #header_info_diller{
	    height: auto;
		display: flex;
		background-color: #F1F3F4;
		justify-content: center;
}

 #header_info_diller.header__description {
	
	 
     font-size: 8px;
     font-weight: bold;
     margin: 0;
}

#header_min_container {
	width: 100%;
	height: auto;
	margin: 0;	
	display: flex;
	justify-content: center;
	
	
}

#logo_div{
	width: 30%;
	display: flex;
	justify-content: center;
	
	
	
}
#logo_div a{
	display:block;
}
#header_info{
	width: 70%;
	display:flex;
	justify-content: left;
	position: relative;
	
}
#phone_div{
	display:flex;
    flex-wrap: wrap;
	max-width: 180px;
	height:auto;
	margin-top: 2px;
	padding: 0px 0px 0px 5px;
	
	
	
	;
	
	
}

#phone_div img{
	width: 20px;
	height: 20px;
}
#phone_div a{
	
	margin-top: 1px;
	margin-left: 5px;
	background-color: white;
	
	
}

a.header_link{
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a#phone2{
	
}

h1.header__description{
	
	font-size:25px;
}
.header-menu {
	width: 100%;
	height: 55px;
	margin-top: 5px;
	padding-left: 10px;
    display: flex;
  /*justify-content: flex-end;*/
    align-items: center;
	text-align: left;
    background-color: #004494;
}
.footer{
	
	width:100%;
	height: auto;
	border: 1px, solid, black;
	background-color: #004494;
	color: #FFFFFF;
	
	
}


footer.footer div.footer-container{
	width: 100%;
	height: 100%;
	border: 1px solid white;
	/*background-color: #E0E0E0;*/
	
}


.RemmDat{
	width: 100%;
	height:50px;
	display: flex;
	justify-content: center;
	
	
	
	
}

.RemmDat p{
	
	margin-top: 1%;	
	
	
}

.AdresDat{
	width: 100%;
	display: flex;
	justify-content: center;
	
	
}

/*@media (max-width: 991px) {
  .header-menu {
	  align-items: center;
	  text-align: left;
    padding-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}*/

@media(max-width: 1366px){
	.slider{
		
		
		
	}
	
}

@media (max-width: 767px) {
	html{
		padding: 0;
		margin: 0;
		
	}
	
	.mine_slider{
		
		
	}
	.slider{
		
		
	}	
	
	.navigation{
	
	bottom: -5px;
	
	
}
	
	
	main#main_content{
		display: block;
	}
	
	
	
	
	main.content h2.promo-block__title{
		
		font-size: 25px;
	}
	
	span.promo-block__subtitle{
		
		font-size: 15px;
	}
	
	div#all_content{
		
		width: auto;
		
	}
	#prom_block{
		width: auto;
	}
	#post_glavnaya{
		padding: 2px 2px 2px 2px;
		
	}
	#images{
		
		margin-bottom: 5px;
	}
	
	
	#all_content{
		
		width: 400px;
		
	}
	#images{
		width: 300px;
		
	}
	div.wrapper{
		width: 100%;
		height: auto;
		
	}
	header.header{
		width: 100%;
		
		
	}	
  .header-menu {
	 
	  margin-top:2px;
	 display: flex;
	 align-items: center;
     justify-content: flex-start;
  }
	
	header div.col-6{
		
		
		position: absolute;
		width: 100%;
		font-size: 12px;
			
		
	}	
	
	#header_min_container{
		
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		
		
		
	}
	
	div.container div.row{
		
		
	}
	
	#header_info{
		height:100%;
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	#header_info_diller{
		padding: 0px 0px 0px 0px;
		height: auto;
		width:100%;
		justify-content: center;
		
	}
	h1.header__description{
		 margin: 0;
		font-size: 15px;
		font-weight: bold;
	}
	
	#phone_div{
		width: auto;
		height: auto;
		margin-top: 3px;
		
		
	}
	#phone_div a{
		
	}
	div.row_h{
		display: none;
	}
	#logo_div{
		
		width:100%;
		
	}
.promo-block {
		
		width: 100%;
	    height: auto;
		display: flex;
	    justify-content: flex-start;
	   
	}
}
a.header-menu__link {
  display: inline-block;
  margin: 0 10px;
  font: arial, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}
/*.header-menu__link:visited {
  color: #454545;
	
}*/

.header-menu__link:hover {
  /*color: #E01B26;*/
	text-decoration: underline;
}
.header-menu__phone-link {
  font-size: 26px;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none;
}
.footer {
  flex: 0 0 auto;
}

a.header-menu__phone-link{
		font-size: 14px;
	}


	/* Стили страницы с Брошюрами */

.info_broshuri{
    padding: 10px 0px 10px 25px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
		justify-content: center;
		

}
	.contein_info{
    display: grid;
    gap: 2px;
    grid-conplate-columns: 1fr;
		min-height: 200px;
		max-width: 80%;
		border: 2px solid #F9F9F9;

	}


.image{
  display: inline-grid;
	
	justify-content: center;

}

.link_broshur{
				display: flex;
				justify-content: center;
	     
}

.link_broshur > a{
	     text-decoration: none;
	     color: #004494;
	     font-family: sans-serif;
	     font-weight: bold;
}

.link_broshur > a:hover{
	     
	     color: #117194;
	     
}
.image > img{
	  width: 90%;
	  height: 100%;
	  border: 3px solid #F9F5F9;
	  
	}
