@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

body, html {
	width: 100%;
	height: 100%;
	/*font-family: 'Poppins', sans-serif;*/
	font-family:  Roboto Slab,Arial,serif;
	color: #222;
	background: #F1F2E7;
	/*background-image: url('../img/75winner/map.jpg');*/
}

a {
	text-decoration: none !important;
}


.imgcenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper1 {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;

}

.open {
	display: flex !important;
}
/*.wrapper1 div {
	margin-left: 5px;

}*/

.wrapper1 div.light {
	margin-left: 5px;

}

.newsgrid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 350px 2px;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
}

.newsbox1:hover, .newsbox2:hover, .newsbox3:hover, .newsbox4:hover, .newsbox5:hover, .newsbox6:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.newsbox1 .newsbox2 .newsbox3 {
	min-height: 32vh;
	background-size: cover;
	background-position: center;
}

.newsgrid a {
	color: #000;
}


.newsbox1 {
	grid-column: 1/3;
	grid-row: 1/2;
	padding: 5px;
}

.newsbox3 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox4 {
	grid-column: 2;
	grid-row: 3;
	padding: 5px;
}

.newsbox5 {
	grid-column: 3;
	grid-row: 3;
	padding: 5px;
}

.newsbox6 {
	grid-column: 4;
	grid-row: 3;
	padding: 5px;
}

.newsname {
	font-size: 14px;
	padding-left: 7px;
	padding-right: 7px;
	/*text-indent: 1.5em;*/
	text-align: left;
}

.newsname1 {
	font-size: 1em !important;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: justify;
}

.center-block {		
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.newsbox1 img, .newsbox2 img {
	text-align: center;
	width: 60%;
	height: auto;
}

.newsbox1,.newsbox2 a {
	padding-top: 7px;
	padding-left: 7px;
}



/*Важная информация*/


.uk-list-a li a:not(.ext) {
  font-weight: 500;
}

.uk-list > li > a {
  display: block;
  padding: 10px 0;
}

.uk-list>li:hover{background:#ffd}

.uk-link:hover, a:hover {
  color: #044faa;
  text-decoration: none;
}

.uk-icon-link:focus,
.uk-icon-link:hover {
 color:rgba(31,34,41,.5);
 outline:0
}


.nns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
   /* padding: 5px 0;*/
}

.nns2 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 30px;
   /* padding: 5px 0;*/
}


.nns .uk-list-a {
  font-size: 0.9rem;
}

.nns2 .uk-list-a {
  font-size: 0.9rem;
}

.tm-child-list > ul, .uk-list {
  list-style: none;
}

.uk-list-a li a span[uk-icon], .uk-table-striped td a span[uk-icon] {
  color: crimson;
}

.nns .uk-list-a span {
  font-size: 0.8rem;
}

.nns2 .uk-list-a span {
  font-size: 0.8rem;
}
.uk-list-a span[uk-icon] {
  margin-right: 6px;
}
.uk-icon {
  margin: 0;
    margin-right: 0px;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
.uk-list-a li a:not(.ext) {
  font-weight: 500;
}
.uk-link, a {
  color: #0d5baa;
  cursor: pointer;
  text-decoration: none;
}



.nns .uk-list-a span {
  font-size: 0.8rem;
}

.nns2 .uk-list-a span {
  font-size: 0.8rem;
}

.uk-list-a span:not(.uk-icon) {
  display: block;
  color: #777;
  font-size: 0.9rem;
}

.uk-list-a li a:not(.ext) {
  font-weight: 500;
}

.tm-child-list > ul, .uk-list {
  list-style: none;
}

.uk-h3 {
  font-size: 1.17rem;
  line-height: 1.4;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: none;
}
/*--------*/



/* Блок новостей*/


.grid * {
    box-sizing: border-box;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0;

}



/*меню*/
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
	background-color: #3E4248;
	color: #FAF6F2;
	padding: 0 40px;
}

.logo1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
	height: 90px;
}

.logo2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.24rem;
	width: 180px;
	height: 90px;
}

.navi {
	display: flex;
	width: 700px;
	padding: 0 40px;
}

.navi ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.burger {
	display: none;
	position: relative;
	z-index: 50;
	align-items: center;
	justify-content: flex-end;
	width: 30px;
	height: 18px;
}

.burger span {
	height: 2px;
	width: 80%;
	transform: scale(1);
	background-color: #FAF6F2;
}

.burger::before, .burger::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #FAF6F2;
	transition: all 0.3s ease 0s;
}

.burger::before {
	top: 0
}

.burger::after {
	bottom: 0
}

/*Добавление класс active для анимации иконки бургера*/
.burger.active span {
	transform: scale(0)
}


.burger.active::before{
	top: 50%;
	transform: rotate(-45deg) translate(0, -50%);
}



.burger.active::after{
	bottom: 50%;
	transform: rotate(45deg) translate(0, 50%);
}





.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 1150px;
    margin: 0 auto;   
}

.cookie-consent-text {
    flex-grow: 1;
    margin-right: 20px;
    font-size: 14px;
}

.cookie-consent-text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent-button {
    background-color: #4C81AF;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
}

.cookie-consent-button:hover {
    background-color: #6A98C1;
}

@media (max-width: 768px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-text {
        margin-right: 0;
        margin-bottom: 10px;
    }
}ы











/* Кол-во блоков на разных экранах */
@media only screen and (max-width: 1200px) {
    .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .burger {
		display: flex;
	}

	.logo1 {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	width: 200px;
	height: 90px;
	}

	.logo2 {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	width: 180px;
	height: 90px;
	}

	.navi {
		display: none;
		flex-direction: column;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0; bottom: 0; left: 0; right: 0;
		z-index: 50;
		overflow: auto;
		padding: 50px 40px;
		background-color: black;
		animation: burgerAnimation 0.4s;

	}

	.navi ul {
		flex-direction: column;
		row-gap: 30px;
	}

}

@keyframes burgerAnimation {
	from {opacity: 0}
	to {opacity: 1}
}

@media only screen and (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
.grid-item {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    transition: box-shadow .3s;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;  
}
.grid-item .image {
	padding-top: 10px;
    height: 200px;
    overflow: hidden;
}
.grid-item .info_news {
    position: relative;
    height: calc(100% - 200px);
    padding: 16px 14px 80px 14px;
}
.grid-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.grid-item .image img  {
      transition: transform 280ms ease-in-out;
    display: block;
    width: 85%;
    height: 120%;
    object-fit: cover;   
    display: block;
    margin: 0 auto; 
}
.grid-item:hover .image img  {
    transform: scale(1.1);
}
.info_news h6 {
    font-family: 'Roboto', Тahoma, sans-serif;
    color: #337AB7;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}
.info-text p {
    font-size: 15px;
    text-align: left;
    text-indent: 1px;
    line-height: 20px;
    font-family: Verdana, sans-serif; 
    margin-bottom: 10px;
}

.info-text p:last-child {
    margin-bottom: 0;
}
.grid-item .button-wrap {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
}

.priem-btn {
    display: flex;
    text-decoration: none;
    margin-left: 50px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}

.priem-btn:hover,
.priem-btn:active,
.priem-btn:focus {
    color: #FFF;
}


/* Кнопка подробнее */
.atuin-btn {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    color: #FFF;
}
.atuin-btn:after,
.atuin-btn:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.atuin-btn:before {
    top: -6px;
}
.atuin-btn:hover:after,
.atuin-btn:hover:before,
.atuin-btn:active:after,
.atuin-btn:active:before,
.atuin-btn:focus:after,
.atuin-btn:focus:before {
    width: 100%;
    left: 0;
}


/*--------------*/





.included div{
}


/*Блок профилактика*/
.wrapper2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
}

.boxprofilak {
	width: 100%
	min-height: 32vh;
	margin: 1em;
	
}

.All75Winner {
	margin-top: 0;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
	
}

.All75Winner a{
	color: #000;
}

.winner75 {
	background-image: url('../img/75winner/P-75_style_billboard2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 70%;
	margin: 0;
	/*opacity: 0.5;*/
}

.vihodzapred {
  word-wrap: break-word;
  overflow: hidden;
}

.winnerbox {
    min-height: 15vh;
	background-size: cover;
	background-position: center;

}

.winnerbox p {
	text-align: center;
}

.winnerbox img {
	width: 100%;
	max-height: 200px;
	height: auto;
}

/*.winnerbox:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}*/


.gridevents {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
}

.gridevents a {
	color: #000;
}

.eventbox {
    min-height: 20vh;
	background-size: cover;
	background-position: center;

}

.eventbox p {
	text-align: left;
}

.eventbox:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navigation {
	color: #6c757d;;
}

.navigation a {
	color: #6c757d;;
}


.videoland {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.videoland_item {
	margin-left: 10px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	max-height: 360px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}


.blago {
	/*background-image: url(/resourse/img/fon_blago.png);*/
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
}

.blago_title {
	/*padding-top: 2%;*/
    background: rgba(75, 80, 83, 0.8);
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
}

.blago_text {
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 600;
}

#koronoinner {
	width: 100% !important;
	height: auto !important;
}

#koronaro{
	width: 50%;
	background: #212529;
}




.profilakt {
	margin-left: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.profilakt_item {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	max-height: 390px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.profilakt_item p {
	text-align: center;
}

.profilakt_item img {
	width: 100%;
	max-height: 320px;
	height: auto;
}

.profilakt_item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}


.winner75land {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.winner75land_item {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 24vh;
	/*border: 1px solid #000;*/
	max-height: 360px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.winner75land_item p {
	font-size: 14px !important;
	text-align: left;
	color: #000;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
}

.winner75land_item img {
	width: 100%;
	max-height: 320px;
	height: auto;
}

.winner75land_item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.winner75landban {
    background-image: url('../img/75winner/7068.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 180px;
	margin: 0;
}


/*Профилактика вся */

.Allprofilakt {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
}

.Allprofilakt a {
	color: #000;
}

.profilaktbox {
    min-height: 30vh;
	background-size: cover;
	background-position: center;

}

.profilaktbox p {
	text-align: center;
}

.profilaktbox img {
	width: 100%;
	max-height: 200px;
	height: auto;
}

#profilakimg {
	width: 50% !important;
}

.profilaktbox:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}


.info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.info_item {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.info_item_1 {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	grid-column: 1/3;
	grid-row: 2;
	padding: 5px;
}

.info_item li {
	margin: 0;
	padding: 5px;
}

img.img_happi {
	text-align: center;
	width: 95%;
}


/*Навигация*/
.navbar-nav li {
	padding-right: 10px;
}
.nav-link {
	font-size: 1em !important;
	font-weight: 500;

}

/*ОТзывы*/
.reviews {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	height: auto;
	grid-gap: 1em;
	background-color: #fff;
}

.reviews_item1 {
	margin-left: 10%;
	margin-right: 10%;
	min-height: 32vh;
	max-height: 720px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	grid-column: 1/3;
	grid-row: 1/2;
	padding: 5px;

}

.reviews_item2 {
	font-size: 12px;
	margin-right: 5%;
	min-height: 32vh;
	max-height: 1040px;
/*	border: 1px solid #000;*/
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	grid-column: 3/5;
	grid-row: 1/3;

}

.reviews_item3 {
	margin-left: 10%;
	margin-right: 10%;
	min-height: 15vh;
	max-height: 200px;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	grid-column: 1/3;
	grid-row: 2/3;

}





/*.dropdown-menu {
	min-width: 300px !important;
	max-height: 600px;
	
	
}*/


/*Меню*/
/*.dropdown-menu .dropdown-menu {
    top: auto;
    left: 100%;
    transform: translateY(-2.5rem);
    overflow-y: auto !important;
}*/
.dropdown-menu {
   overflow: auto !important;
}

.dropdown-menu {
	min-width: 300px !important;
	max-height: 600px;
	
	
}


.width-40-pct {
  width: 100%;
}



/*
.dropdown-item.submenu::after {
    content: '▸';
    margin-left: 0.5rem;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    opacity: 1;
    transition: opacity .3s .1s;
}*/



/*Меню--*/


/*.dropdown-menu a {
	color: #000;
}*/

/*Высота всей карусели*/
.carousel-inner {
	height: 680px;
}


  .width-40-pct {
    max-width: 40%;
    width: 40%;
  }


.carousel-inner img {
	/*transform: translateY(-30%);*/
	width: 100%;
	height: 100%;

}

.carousel-item img {
	opacity: 0.8;
}


.carousel-caption {
	position: absolute;
	top: 70%;
	transform: translateY(-60%);
	text-shadow: 1px 1px 10px #000;

}

.display-2 {
	font-size: 3em;
}


.navbar-inverse {
	background: radial-gradient(at top, #F0FFF0, #FFFFF0) !important;*/   
}

#datanews {
	color: #6c757d;;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: sans-serif;
	font-size: 1em;
}

.AllNews {
	margin-top: 5px;
}

.AllNews img {
	width: 35%;
	height: auto;
	text-align: center; 
}

.pull-right {
	float: right !important;
}


.imgNewsBig h2, .imgNewsSmall h2 {
	font-weight: normal;
	font-size: 1.3 em;
	color: #636363;
	font-family: Comic Sans MS, sans-serif;
}

.imgNewsBig p, .imgNewsSmall p {
	width: 90%;
	margin-left: 5%;
}

.article img {
	width: 40%;
}

.article div {
	width: 20%;
}

.article {
	width: 40%;
	margin-left: 5%;
	background: #f6f6f6;
	padding: 1%;
	float: left;

}


.event {
	/*background: #99C0AE;*/

}


/*Главные специалисты*/
.glavspec {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
}


.sectiongl {
	margin: 5px;
}

/*Контакты*/
.kontakt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
}


.kontakt_item1 {
	grid-column: 1/5;
	grid-row: 1/2;
}

.kontakt_item2 {
	grid-column: 1/5;
	padding: 5px;
}




/*Меню пациентвм*/
.card-item  {
	color: #000 !important;
}

.card-item {
	padding: 7px;
	font-family: sans-serif;
	line-height: 1;
}

.card-item:hover, .card-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.pravilapriema {
	font-weight: normal;
	font-size: 1em;
	font-family: sans-serif;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	text-indent: 1.5em;
	text-align: justify;
}

.vazhno li {
	text-align: left;
}

.dropleft {
	position: absolute !important;
}


div.scrollup {
      position: fixed; /* фиксированная позиция */
      color: #fff; /* цвет текста */
      background-color: #9442bd; /* цвет заднего фона */
      right: 20px; /* расстояние от правого края */
      bottom: 0px; /* расстояние от нижнего края */
      padding: 4px 10px; /* отступы до содержимого блока */
      font-size: 20px; /* размер шрифта (иконки) */
      border-top-left-radius: 4px; /* скругление верхнего левого угла */
      border-top-right-radius: 4px; /* скругление верхнего правого угла */
      cursor: pointer; /* форма курсора */
      display: none; /* не отображать элемент */
      text-align: center; /*выравнивание содержимого элемента по центру */
}

div.scrollup:hover {
      background-color: #9442bd; /* цвет заднего фона при наведении */
}

footer {
	color: #fff;
	font-family: sans-serif;
}

footer .row {
	margin-top: 5px;
}


footer li {
	list-style-type: none;
}

#f  {
	position: relative;
	margin-top: -150px; /* отрицательное значение высоты футера */
	height: 150px;
	clear:both;
}


footer a {
	color: #fff;
	font-family: sans-serif;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

footer a:hover {
	color: #bdbdbd;
}




@media (max-width: 640px) {

/*th, td {
	white-space: normal;
}*/


.nns {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 30px;
   /* padding: 5px 0;*/
}



.sectiongl {
	margin: 0px;
}

.container {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.textfosmall {
	margin: 0;
	padding-top: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}

.carousel-item {
	height: 100%;
	width: 100%;
}

.carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	text-shadow: 1px 1px 10px #000;

}

.display-2 {
	font-size: 1.5em;
}

.wrapper1 {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;

}

.wrapper1 div {
	margin-left: 1px;
}

.boxnews {
	padding-left: 10px;
	padding-right: 10px;
}



.newsgrid {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 10px;
	font-size: 16px;
	margin-right: 14px;
}


.newsbox1 .newsbox2 .newsbox3 {
	min-height: 25vh;
	background-size: cover;
	background-position: center;
}


.newsbox1 {
	grid-column: 1;
	grid-row: 1;
	padding: 5px;
}

.newsbox3 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox4 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox5 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox6 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}


.carousel-inner {
	height: 200px;
}


.winner75 {
	background-image: url('../img/75winner/P-75_style_billboard2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 40%;
	margin: 0;
}

.winner75landban {
	height: 45px;
	margin: 0;
}

.profilaktbox {
    min-height: 270px;
	background-size: cover;
	background-position: center;

}

#profilakimg {
	width: 60% !important;
}

.text-alignment {
	text-align: left !important;

}



/*75 лет победы*/
.winner75land {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.newsname1 {
	font-size: 0.9em !important;
}


/*Профилактика*/

.profilakt {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

/*Информация*/
.info {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}


/*Главные специалисты*/
.glavspec {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
}


.sectiongl {
	margin: 5px;
}

/*Меню пациентвм*/
.menu_pacient  {
	display: none;
}


.gridevents {
    display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
	margin-left: 7px;
	margin-right: 7px;
}

.gridevents a {
	color: #000;
}

.eventbox {
    min-height: 20vh;
	background-size: cover;
	background-position: center;

}

.eventbox p {
	text-align: left;
}

.scrollup div {
      position: fixed; /* фиксированная позиция */
      color: #fff; /* цвет текста */
      background-color: #9442bd; /* цвет заднего фона */
      right: 20px; /* расстояние от правого края */
      bottom: 0px; /* расстояние от нижнего края */
      padding: 4px 10px; /* отступы до содержимого блока */
      font-size: 20px; /* размер шрифта (иконки) */
      border-top-left-radius: 4px; /* скругление верхнего левого угла */
      border-top-right-radius: 4px; /* скругление верхнего правого угла */
      cursor: pointer; /* форма курсора */
      display: none; /* не отображать элемент */
      text-align: center; /*выравнивание содержимого элемента по центру */
}
.scrollup div:hover {
      background-color: #9442bd; /* цвет заднего фона при наведении */
}

.admindolzn {
    text-align: center !important;
}

.admininfo {
	display: block !important;
	font-size: 1em !important;
	text-align: center !important;
}

/*Контакты*/
.kontakt {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
}

.kontakt_item1 {
	grid-column: 1;
	grid-row: 1;
	margin-right: 5px !important; 
	margin-left: 5px !important;
}

.kontakt_item2 {
	grid-column: 1;
	padding: 5px;
	margin-right: 5px !important; 
	margin-left: 5px !important;
}


.info {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.info_item {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}


.info_item_1 {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32vh;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	grid-column: 1/3;
	grid-row: 2;
	padding: 5px;
}



.info_item_1 {
	grid-column: 1/2;
	grid-row: 3;
}

.info_item li {
	margin: 0;
	padding: 5px;
}

.reviews {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.reviews_item1 {
	margin-left: 5%;
	margin-right: 5%;
	min-height: 32vh;
	max-height: 820px;
	grid-column: 1;
	grid-row: 1;

}

.reviews_item2 {
	margin-left: 5%;
	grid-column: 1;
	grid-row: 2;
}

.reviews_item3 {
	margin-left: 5%;
	grid-column: 1;
	min-height: 32vh;
	grid-row: 7;
}

.footer-ul-xs {
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

/*Секция данные о враче*/
#headingOne {
	padding: 1% !important;
}


.list-group-item, .padding-xs  {
	padding: 0;
}

.All75Winner {
	margin-top: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
	
}


.Allprofilakt {
    display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
}

.vazhno {
	margin: 14px;
	/*margin-left: 3%;*/
}

.vazhno li {
	text-align: left;
}

.vazhno li a {
	font-size: 13px;
}

}

@media (min-width:640px) and (max-width: 768px) {

.textfosmall {
	margin: 0;
	padding-top: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}
	
	.newsgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 10px;
	font-size: 14px;
}


.newsbox1 .newsbox2 .newsbox3 {
	min-height: 25vh;
	background-size: cover;
	background-position: center;
}


.newsbox1 {
	grid-column: 1;
	grid-row: 1;
	padding: 5px;
}

.newsbox3 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox4 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox5 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.newsbox6 {
	grid-column: 1;
	grid-row: 3;
	padding: 5px;
}

.carousel-inner {
	height: 370px;
}


.display-2 {
	font-size: 3em;
}

.carousel-caption {

	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	text-shadow: 1px 1px 10px #000;
}

/*Картинки в статьях*/
.thumb img {
            -webkit-filter: grayscale(0);
            filter: none;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 5px;
        }
 
        .thumb img:hover {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }
 
        .thumb {
            padding: 5px;
        }


.gridevents {
    display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 2px;
}

.gridevents a {
	color: #000;
}

.eventbox {
    min-height: 20vh;
	background-size: cover;
	background-position: center;

}

.eventbox p {
	text-align: left;
}


.profilaktbox {
    min-height: 36vh;
	background-size: cover;
	background-position: center;

}


.info {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}


.info_item p, .info_item li {
	font-size: 0.8em;

}

.reviews_item1 {
	min-height: 32vh;
	max-height: 880px;

}

.winner75landban {
	height: 70px;
	margin: 0;
}


}




/*
@media (min-width:800px) and (max-width: 600px) {

	.newsgrid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 10px;
	font-size: 14px;
}




}*/





/*@media (min-width: 768px) and (max-width:992px){*/
	@media (min-width: 768px) and (max-width:799px){

.navmenu {
   font-size: 0.9em !important;
}

		.newsgrid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 10px;
}

.newsbox1 {
	grid-column: 1;
	grid-row: 1/3;
	padding: 5px;
}

.newsname {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	text-indent: 1.5em;
	text-align: justify;
}

.newsname1 {
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	text-indent: 1.5em;
	text-align: justify;
}

.newsbox1 img, .newsbox2 img {
	text-align: center;
	width: 70%;
	height: auto;
}

.newsbox1,.newsbox2 a {
	padding-top: 7px;
	padding-left: 7px;
}

.carousel-inner {
	height: 300px;
}

.slides {
	height: 300px;
}

.slidekorono {
	width: 50% !important;
}

.carousel-indicators {
	display: none;
}

.carousel-inner img {
	transform: translateY(-30%);
	width: 100%;
	height: 100%;
}

.display-2 {
	font-size: 3.5em;
}

.carousel-caption {

	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	text-shadow: 1px 1px 10px #000;
}

.profilaktbox {
    min-height: 36vh;
	background-size: cover;
	background-position: center;

}

.admindolzn {
    text-align: center !important;
}

.admininfo {
	display: block !important;
	font-size: 1em !important;
	text-align: center !important;
}

.reviews_item1 {
	min-height: 32vh;
	max-height: 850px;

}

.winner75landban {
	height: 80px;
	margin: 0;
}

}


@media (min-width: 800px) and (max-width: 889px) {

.carousel-inner {
	height: 400px;
}

.navmenu {
   font-size: 0.9em !important;
}

.info_item p, .info_item li  {
	font-size: 0.8em;

}

.admindolzn {
    text-align: center !important;
}

.admininfo {
	display: block !important;
	font-size: 1em !important;
	text-align: center !important;
}

.reviews_item1 {
	min-height: 32vh;
	max-height: 800px;

}

.winner75landban {
	height: 80px;
	margin: 0;
}

}



@media (min-width: 890px) and (max-width: 983px) {

.carousel-inner {
	height: 450px;
}

.navmenu {
   font-size: 0.9em !important;
}

.caret {
	display: none !important;
}

.info_item p, .info_item li {
	font-size: 0.8em;

}

.reviews_item1 {
	min-height: 32vh;
	max-height: 800px;

}

.winner75landban {
	height: 90px;
	margin: 0;
}

}




@media (min-width: 984px) and (max-width:1024px) {

.carousel-inner {
	height: 500px;
}

.navmenu {
   font-size: 0.9em !important;
}

.eventbox {
    min-height: 25vh;
	background-size: cover;
	background-position: center;

}

.profilaktbox {
    min-height: 36vh;
	background-size: cover;
	background-position: center;

}

.nav-link {
	/*font-size: 1em !important;*/
	padding-left: 0 !important;
	padding-right: 0 !important;

}

.caret {
	display: none !important;
}

.info_item p, .info_item li {
	font-size: 0.8em;

}

.admindolzn {
    text-align: center !important;
}

.admininfo {
	display: block !important;
	font-size: 1em !important;
	text-align: center !important;
}

.reviews_item1 {
	min-height: 32vh;
	max-height: 800px;

}

.winner75landban {
	height: 100px;
	margin: 0;
}

}


@media (min-width: 1025px) and (max-width:1280px) {

	.navbar-brand {
		font-size: 1rem !important;
	}	

	.navmenu {
		font-size: 0.9em !important;
	}

	.nav-link {
		padding-left: 0.1rem !important; 
		padding-right: 0rem !important;
	}

	h3 {
		font-size: 1.4rem !important;
	}

	.newsname {
	font-size: 14px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	/*text-indent: 1.5em;*/
	text-align: left;


}

	.newsdata {
		font-size: 13px;
		padding-top: 5px;
	}

	.carousel-inner {
	height: 500px;
}

	.newsgrid {
		font-size: 14px;

	}

.profilaktbox {
    min-height: 36vh;
	background-size: cover;
	background-position: center;

}

.carousel-inner {
	height: 600px;
}

/*ОТзывы*/
.reviews {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	grid-gap: 1em;
	background-color: #fff;
}

.reviews_item1 {
	margin-left: 6%;
	margin-right: 6%;
	min-height: 32vh;
	max-height: 695px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	grid-column: 1/3;
	grid-row: 1/2;
	padding: 5px;

}

.reviews_item2 {
	font-size: 12px;
	margin-right: 5%;
	min-height: 32vh;
	height: auto;
/*	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	grid-column: 3/5;
	grid-row: 1/2;

}

.info_item p, .info_item li {
	font-size: 0.8em !important;

}

.admininfo {
	font-size: 0.9em !important;
}

.reviews_item1 {
	min-height: 32vh;
	max-height: 800px;

}

.winner75landban {
	height: 120px;
	margin: 0;
}


}

@media (min-width: 1281px) and (max-width:1335px) {

.info_item p, .info_item li {
	font-size: 0.8em !important;

}

.winner75landban {
	height: 70px;
	margin: 0;
}




}
