html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #333333;
	font-weight: 400;
	background: #ffffff;
}

.in {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../img/in.svg) no-repeat;
	background-size: cover;
	opacity: 50%;
	margin-top: 17px;
	margin-left: 10px;
}

.fb {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../img/fb.svg) no-repeat;
	background-size: cover;
	opacity: 50%;
	margin-top: 17px;
	margin-left: 10px;
}

.socials {
	text-align: right;
}

.header-contacts {
	background: #f05d13;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.header-phone:link,
.header-phone:visited {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

.header-phone:hover {
	color: #ffffff;
	text-decoration: underline;
}

.header-contacts .socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.header-contacts .in,
.header-contacts .fb {
	margin-top: 0;
	margin-left: 0;
}

.opa {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: rgba(0,0,0,0.6);
}

.slogan {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.slogan img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

a.our:link, a.our:visited {
	width: 260px;
	height: 50px;
	background: #273f78;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}

a.our:hover {
	background: #f05d13;
	text-decoration: none;
}

.slogan_geo {
	margin: 18px auto 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.slogan_actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 24px;
}

.slogan_actions a.our:link,
.slogan_actions a.our:visited {
	margin-top: 0;
}

a.consult_btn:link,
a.consult_btn:visited {
	min-width: 285px;
	height: 50px;
	padding: 0 24px;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #f05d13;
	background: #f05d13;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

a.consult_btn:hover {
	background: #273f78;
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.service_item {
	position: relative;
}

.service_item a:hover {
	background: #f05d13;
	text-decoration: none;
}

#maps {
	background: #f05d13;
	padding-bottom: 4px;
}

#why_choose {
	background: #ffffff;
	padding-bottom: 75px;
}

.why_intro {
	max-width: 850px;
	margin: -45px auto 45px auto;
	color: #444444;
	font-size: 17px;
	line-height: 28px;
}

.why_items {
	display: flex;
	flex-wrap: wrap;
}

.why_items > [class*="col-"] {
	display: flex;
}

.why_item {
	width: 100%;
	height: 100%;
	min-height: 250px;
	padding: 28px 24px;
	margin-bottom: 20px;
	background: #f2f2f2;
	border-left: 4px solid #f05d13;
}

.why_icon {
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin-bottom: 20px;
	background: #273f78;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
}

.why_item_title {
	color: #273f78;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 12px;
}

.why_item_text {
	color: #444444;
	font-size: 14px;
	line-height: 23px;
}

.map_heading {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.selectors {
	color: #ffffff;
}

.selectors {
	padding-top: 20px;
}

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

.created {
	color: #bebebe;
	font-size: 14px;
	padding-top: 15px;
}

.news_item a {
	color: #212121;
	font-size: 18px;
}

.news_item {
	padding-bottom: 30px;
}

a.all_news:hover {
	background: #f05d13;
	text-decoration: none;
}

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

.types_desc {
	color: #30295d;
	font-size: 14px;
	text-align: justify;
}

a.readmore:link, a.readmore:visited {
	color: #ffffff;
	display: block;
	width: 195px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	background: #273f78;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	transition: all 0.3s ease;
}

a.readmore:hover {
	background: #f05d13;
	text-decoration: none;	
}

.client_item {
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #cccccc;
	padding: 10px;
}

.client_item img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#order {
	background: url(../img/pic7.jpg) no-repeat center center;
	background-size: cover;
}

.proforma input[type="text"],
.proforma input[type="tel"] {
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.86);
	border: none;
	outline: none;
	border-radius: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
}

.proforma .iti {
	width: 100%;
	margin-bottom: 30px;
}

.proforma .iti input[type="tel"] {
	margin-bottom: 0;
	padding-left: 52px;
}

.proforma input[type="submit"] {
	width: 100%;
	height: 50px;
	background: #f05d13;
	border: none;
	outline: none;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#foooter {
	background: #273f78;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 6px solid #ffffff;
}

.flogo img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.copyright {
	color: #ffffff;
	font-size: 14px;
}

#foooter ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#foooter ul li {
	display: block;
	line-height: 27px;
}

#foooter ul li a:link, #foooter ul li a:visited {
	color: #ffffff;
	font-size: 16px;
}

.faddr {
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	padding-left: 40px;
	background: url(../img/pin.svg) no-repeat left center;
	background-size: 19px 29px;
	margin-bottom: 25px;
}

.fphone {
	font-size: 16px;
	line-height: 19px;
	padding-left: 40px;
	background: url(../img/phone.svg) no-repeat left center;
	background-size: 27px 27px;	
}

.fphone a {
	display: block;
	color: #ffffff;
}

.fin {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/in.svg) no-repeat;
	background-size: cover;
	opacity: 50%;
	margin-top: 17px;
	margin-left: 10px;
}

.ffb {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/fb.svg) no-repeat;
	background-size: cover;
	opacity: 50%;
	margin-top: 17px;
	margin-left: 10px;
}

.fsocials {
	margin-top: 15px;
}


@media (min-width: 768px) {
	body {
		padding-top: 70px;
	}

	.proforma {
		width: 555px;
		margin: 0px auto;
	}
	
	.bg1 img {
		width: calc(100% - 15px);
		height: auto;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	.bg1 {
		background: #273f78;
		height: 70px;
		position: relative;
	}
	
	#video {
		width: 100%;
		height: calc(100vh - 80px);
		position: relative;
		overflow: hidden;
		background: #273f78 url(https://thermoflex.kg/uploads/gallery/9b40890a3f5400fc0d65effb181ce4a7.jpeg) no-repeat;
		background-size: cover;
	}

	#video iframe {
		width: 100%;
		height: 900px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
	}
	
	.slogan_items {
		width: 650px;
		margin: 0px auto;
	}
	
	.slogan_item {
		color: #ffffff;
		font-size: 22px;
		margin-top: 10px;
	}
	
	#header {
		background: linear-gradient(to right, #273f78 50%, #f05d13 50%);
		background-size: 100% 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	
	.contentheading {
		color: #444444;
		font-size: 36px;
		text-transform: uppercase;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.contentheading2 {
		color: #ffffff;
		font-size: 36px;
		text-transform: uppercase;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.service_item a {
		width: 100%;
		display: block;
		height: 124px;
		line-height: 124px;
		background: #273f78;
		color: #ffffff;
		border-left: 4px solid #f05d13;
		color: #ffffff;
		font-size: 20px;
		padding-left: 25px;
		padding-right: 130px;
		margin-bottom: 30px;
		transition: all 0.3s ease;
	}
	
	#services {
		background: #f2f2f2;
		padding-bottom: 60px;
	}
	
	.selectors select {
		display: inline-block;
		width: 190px;
		height: 20px;
		background: #c34202;
		outline: none;
		border: none;
		color: #ffffff;
		border-radius: 5px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
	.teplee img {
		width: 80%;
		height: auto;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	.teplee {
		height: 60px;
		position: relative;
	}
	
	#map {
		height: 635px;
	}
	
	a.all_news:link, a.all_news:visited {
		width: 250px;
		height: 45px;
		line-height: 45px;
		display: inline-block;
		background: #273f78;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		border-radius: 5px;
		transition: all 0.3s ease;
		margin-top: 45px;
	}
	
	#news {
		padding-bottom: 90px;
	}
	
	#types {
		background: #f2f2f2;
		padding-bottom: 90px;
	}

	#clients {
		padding-top: 0px;
		padding-bottom: 90px;
	}
	
	.types_head {
		color: #444444;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 15px;
	}
	
	.order_ {
		background: rgba(50,40,90,0.7);
		padding-bottom: 90px;
	}
	
	.fhead {
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		margin-bottom: 15px;
	}
	
	.bg2 {
		background: #f05d13;
		height: 70px;
		position: relative;
	}
	
	.topmenu ul li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
		line-height: 70px;
	}

	.topmenu a {
		font-size: 17px;
		color: #ffffff;
	}
	
	.topmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	.with_sub {
		position: relative;
		z-index: 1000;
	}

	.submenu {
		position: absolute;
		left: 0px;
		top: 70px;
		z-index: 1000;
		display: none;
		width: 380px;
		background: #273f78;
	}
	

	.inner {
		min-height: 480px;
	}
	
	.inner2 {
		min-height: 320px;
	}
	
	.gallery_item {
		width: 100%;
		height: 200px;
		border: 1px solid #cccccc;
		padding: 10px;
		position: relative;
		margin-bottom: 10px;
	}
	
	.grow .items .item .img {
		width: 512px;
		/* height: 265px; */
		float: left;
		text-align: center;
	}

	.grow .items .item .text {
		width: 520px;
		float: right;
		text-align: left;
	}
	
	.grow .items .item .year {
		width: 86px;
		height: 1248px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -43px;
		background: url(../img/year.png) center top no-repeat;
		text-align: center;
	}
	
	.grow .items .item:nth-child(even) .img {
		float: right;
	}

	.grow .items .item:nth-child(even) .text {
		float: left;
		text-align: right;
	}

	.grow .items .item:last-child .year {
		background: url(../img/year-last.png) center top no-repeat;
		padding-bottom: 50px;
	}
	
	.grow .items .item {
		padding-bottom: 115px;
		overflow: hidden;
		position: relative;
	}
	
	.year2 {
		display: none;
	}
	
	.info-window img {
		width: 100%;
		height: auto;
	}
	
	.info-window {
		width: 280px;
	}
	
	.proname {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	
	.power {
		font-size: 18px;
		font-weight: bold;
		background: url(../img/power.svg) no-repeat left center;
		background-size: 23px 25px;
		color: #f05d13;
		padding-left: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.readmore2 a:link, .readmore2 a:visited {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #273f78;
		color: #ffffff;
		display: block;
		outline: none;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 15px;
		text-decoration: none;
	}
	
	.static img, .static2 img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	
}

@media (max-width: 767px) {
	body {
		padding-top: 58px;
	}
	
	.static2 table {
		max-width: 100%;
	}
	
	.static img, .static2 img {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.readmore2 a:link, .readmore2 a:visited {
		width: 100%;
		max-width: 200px;
		height: 40px;
		line-height: 40px;
		background: #273f78;
		color: #ffffff;
		display: block;
		outline: none;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 15px;
		text-decoration: none;
	}
	
	.power {
		font-size: 12px;
		font-weight: bold;
		background: url(../img/power.svg) no-repeat left center;
		background-size: 12px 13px;
		color: #f05d13;
		padding-left: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.proname {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	
	.info-window img {
		width: auto;
		height: auto;
		max-height: 50px;
	}
	
	.year2 {
		width: 60px;
		height: 60px;
		line-height: 60px;
		background: #273f78;
		border-radius: 50%;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.grow .items .item {
		padding-bottom: 30px;
		overflow: hidden;
		position: relative;
	}
	
	.grow .items .item .year {
		display: none;
	}
	
	.grow .items .item .img {
		width: 100%;
		text-align: center;
	}

	.grow .items .item .text {
		width: 100%;
		text-align: left;
	}
	
	.gallery_item {
		width: 100%;
		height: 200px;
		border: 1px solid #cccccc;
		padding: 10px;
		position: relative;
		margin-bottom: 15px;
	}

	.submenu {
		display: none;
		width: 100%;
		background: #273f78;
		text-align: center;
	}
	
	.topmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translate(0,-50%);
		width: 100%;
		text-align: center;
	}
	
	.topmenu ul li {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.topmenu a {
		font-size: 24px;
		color: #ffffff;
	}
	
	.topmenu {
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 10001;
		background: #273f78;
	}
	
	.hamburger {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #273f78 url(../img/hamburger.svg) no-repeat center center;
		background-size: 25px 25px;
		position: fixed;
		z-index: 10000;
		right: 15px;
		top: 11px;
	}
	
	.menu-close {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #273f78 url(../img/close.svg) no-repeat center center;
		background-size: 30px 30px;
		position: absolute;
		z-index: 11000;
		right: 15px;
		top: 13px;		
	}
	
	.fhead {
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.order_ {
		background: rgba(50,40,90,0.7);
		padding-bottom: 45px;
	}
	
	.types_head {
		color: #444444;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#types {
		background: #f2f2f2;
		padding-bottom: 5px;
	}

	#why_choose {
		padding-bottom: 30px;
	}

	.why_intro {
		margin: -15px auto 25px auto;
		font-size: 15px;
		line-height: 24px;
	}

	.why_item {
		min-height: 0;
		padding: 22px 20px;
	}

	#clients {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	
	#news {
		padding-bottom: 45px;
	}
	
	a.all_news:link, a.all_news:visited {
		width: 250px;
		height: 45px;
		line-height: 45px;
		display: inline-block;
		background: #273f78;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		border-radius: 5px;
		transition: all 0.3s ease;
	}
	
	#map {
		height: 435px;
	}
	
	.teplee {
		padding-top: 10px;
		padding-bottom: 25px;
		text-align: center;
	}
	
	.teplee img {
		width: 80%;
		height: auto;
	}
	
	.selectors select {
		display: block;
		width: 100%;
		height: 30px;
		background: #c34202;
		outline: none;
		border: none;
		color: #ffffff;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	
	.map_heading {
		text-align: center;
	}
	
	#services {
		background: #f2f2f2;
	}
	
	.service_item a {
		width: 100%;
		display: block;
		height: 124px;
		background: #273f78;
		color: #ffffff;
		border-left: 4px solid #f05d13;
		color: #ffffff;
		font-size: 16px;
		padding-left: 25px;
		padding-right: 130px;
		margin-bottom: 15px;
		transition: all 0.3s ease;
		padding-top: 37px;
	}
	
	.contentheading {
		color: #444444;
		font-size: 30px;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contentheading2 {
		color: #ffffff;
		font-size: 30px;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#header {
		background: #273f78;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	
	.slogan_item {
		color: #ffffff;
		font-size: 15px;
		line-height: 1.35;
		margin-top: 8px;
	}

	.slogan_geo {
		max-width: 275px;
		margin: 13px auto 0;
		font-size: 13px;
		line-height: 1.3;
	}

	.slogan_actions {
		display: block;
		margin-top: 16px;
	}

	.slogan_actions a.our:link,
	.slogan_actions a.our:visited,
	a.consult_btn:link,
	a.consult_btn:visited {
		display: block;
		width: 246px;
		min-width: 0;
		height: 44px;
		padding: 0 16px;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	a.consult_btn:link,
	a.consult_btn:visited {
		margin-top: 14px;
	}
	
	.slogan_items {
		width: 100%;
		max-width: 300px;
		margin: 0px auto;
	}

	.slogan img {
		width: 92%;
		margin-bottom: 14px;
	}
	
	#video {
		width: 100%;
		height: 510px;
		position: relative;
		overflow: hidden;
	}

	#video iframe {
		width: 800px;
		height: 400px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
	}
	
	.bg1 {
		background: #273f78;
		height: 58px;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		align-items: center;
	}
	
	.bg1 img {
		width: 104px;
		max-width: 100%;
		height: auto;
	}		

	.header-contacts {
		background: #273f78;
		height: 58px;
		min-height: 58px;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 70px;
		justify-content: flex-end;
	}

	.header-phone:link,
	.header-phone:visited {
		display: block;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid rgba(255,255,255,0.5);
		border-radius: 50%;
		background: rgba(255,255,255,0.12) url(../img/phone.svg) no-repeat center center;
		background-size: 22px 22px;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
	}

	.header-contacts .socials {
		display: none;
	}
	
	.proforma {
		width: 100%;
	}
	
	.topmenu, .socials {
		display: none;
	}
	
}

.submenu a:link, .submenu a:visited {
	display: block;
	color: #ffffff;
	min-height: 30px;
	line-height: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
}

.submenu a:hover {
	text-decoration: none;
}

.readmore2 a:hover {
	background: #f05d13;
}

.static {
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 25px;
}

.static2 table {
	margin: 15px auto 25px auto;
}

.static2 table td {
	padding: 15px;
	text-align: left;
}

.static2 table tr {
	background: #273f78;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: all 0.3s ease;
}

.static2 table tr:hover {
	background: #f05d13;
}

.static2 {
	font-size: 16px;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.pagi {
	padding-bottom: 30px;
}

.wh h1 {
	padding-bottom: 20px;
}

.gallery_item img {
	width: auto;
	height: auto;
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

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

.staff_name {
	font-weight: bold;
}

.staff_dol {
	font-style: italic;
}

.grow .items {
    padding: 50px 0;
}

html>body .clearfix {
    display: block;
}

.grow .items .item .text p.title {
    font-size: 24px;
	font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

.grow .items .item .text p {
    color: #6b6b6b;
    line-height: 24px;
    padding-bottom: 25px;
	font-size: 17px;
}

.grow .items .item .year span {
    display: inline-block;
    padding-top: 30px;
    padding-left: 3px;
    color: #ffffff;
    font-size: 18px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

a.playvideo {
	color: #f05d13;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	background: url(../img/playvideo.png?test=1) no-repeat center top;
	background-size: 100px 100px;
	padding-top: 110px;
	margin-bottom: 30px;
}

a.insta {
	background: url(/uploads/чычы.jpg) no-repeat left center;
	background-size: 19px 19px;
	display: inline-block;
	padding-left: 23px;
}

.whatsapp-fixed {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background: #25d366;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(0,0,0,0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fixed:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0,0,0,0.3);
}

.whatsapp-fixed svg {
	width: 34px;
	height: 34px;
	fill: #ffffff;
}

.thank_area {
	background: #f2f2f2;
	min-height: 520px;
	padding: 145px 0 95px;
	text-align: center;
}

.thank_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 24px;
	background: #294785;
	border-radius: 50%;
	color: #ffffff;
	font-size: 34px;
}

.thank_area h1 {
	margin: 0 0 22px;
	color: #444444;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
}

.thank_area p {
	max-width: 680px;
	margin: 0 auto 34px;
	color: #555555;
	font-size: 18px;
	line-height: 1.6;
}

.thank_btn {
	display: inline-block;
	min-width: 220px;
	height: 52px;
	padding: 0 30px;
	background: #f05d13;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
}

.thank_btn:hover,
.thank_btn:focus {
	background: #294785;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.whatsapp-fixed {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}

	.whatsapp-fixed svg {
		width: 31px;
		height: 31px;
	}

	.thank_area {
		min-height: 420px;
		padding: 105px 0 65px;
	}

	.thank_icon {
		width: 62px;
		height: 62px;
		margin-bottom: 18px;
		font-size: 28px;
	}

	.thank_area h1 {
		font-size: 28px;
		line-height: 1.25;
	}

	.thank_area p {
		font-size: 16px;
	}

	.thank_btn {
		width: 100%;
		min-width: 0;
	}
}
