/*<meta />*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');*/

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3333;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #fff;
}

@media screen and (max-width: 999px)
{
	body
	{
		font-size: 16px;
	}
}

.page_ready
{
	min-height: 100%;
}

.page_open,
.popup-open
{
	overflow: hidden;
}

h1,
.title_h1
{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 24px;
}

h1:first-child,
.title_h1:first-child
{
	margin-top: 0;
}

@media screen and (max-width: 999px)
{
	h1,
	.title_h1
	{
		font-size: 22px;
	}
}

h2,
.title_h2
{
	font-size: 30px;
	line-height: 1.25;
	margin: 30px 0;
}

h2 b,
.title_h2 b
{
	color: #1f9cd7;
}

h2:first-child,
.title_h2:first-child
{
	margin-top: 0;
}

h3,
.title_h3
{
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
}

h3 b,
.title_h3 b
{
	color: #1f9cd7;
}

h3:first-child,
.title_h3:first-child
{
	margin-top: 0;
}

@media screen and (max-width: 999px)
{
	h3,
	.title_h3
	{
		margin-bottom: 18px;
	}
}

h4,
.title_h4
{
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
}

h4:first-child,
.title_h4:first-child
{
	margin-top: 0;
}

@media screen and (max-width: 999px)
{
	h4,
	.title_h4
	{
		font-size: 16px;
		margin-bottom: 14px;
	}
}

a
{
	-webkit-transition: .125s linear;
	transition: .125s linear;
	text-decoration: underline;
	color: #1f9cd7;
}

a:hover
{
	text-decoration: none;
	color: #0e8bc6;
}

p
{
	margin: 24px 0;
}

p:first-child
{
	margin-top: 0;
}

p:last-child
{
	margin-bottom: 0;
}

img
{
	border: 0;
}

img[align='left']
{
	float: left;
	margin: 0 60px 20px 0;
}

@media screen and (max-width: 999px)
{
	img[align='left']
	{
		margin-right: 20px;
	}
}

img[align='right']
{
	float: right;
	margin: 0 0 20px 60px;
}

@media screen and (max-width: 999px)
{
	img[align='right']
	{
		margin-left: 20px;
	}
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: '';
}

.clearfix:after
{
	clear: both;
}

.wrapper,
.header__inner,
.search__inner
{
	position: relative;
	box-sizing: border-box;
	min-width: 260px;
	max-width: 1156px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 480px)
{
	.wrapper,
	.header__inner,
	.search__inner
	{
		padding-right: 10px;
		padding-left: 10px;
	}
}

.hidden
{
	display: none;
}

.text-center
{
	text-align: center;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-accent
{
	color: #facf00;
}

.text-warning
{
	color: #f42b36;
}

.text-success
{
	color: #7cbd56;
}

@media screen and (max-width: 999px)
{
	.text-desktop
	{
		display: none;
	}
}

.text-mobile
{
	display: none;
}

@media screen and (max-width: 999px)
{
	.text-mobile
	{
		display: inline;
	}
}

.text-nowrap
{
	white-space: nowrap;
}

.text-ico
{
	margin: -2px 5px 0;
	vertical-align: middle;
}

.text-ico:first-child
{
	margin-left: 0;
}

.text-ico:last-child
{
	margin-right: 0;
}

@media screen and (max-width: 999px)
{
	.block-desktop
	{
		display: none;
	}
}

.block-mobile
{
	display: none;
}

@media screen and (max-width: 999px)
{
	.block-mobile
	{
		display: block;
	}
}

/* Button Styles */

.btn,
.header__button
{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	box-sizing: border-box;
	min-width: 50px;
	height: 30px;
	padding: 0 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .125s ease-out;
	transition: .125s ease-out;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	border: 0;
	outline-color: #1f9cd7;
	background: #1f9cd7;
	text-shadow: none;
}

.btn:hover,
.header__button:hover
{
	color: #fff !important;
	background: #0e8bc6;
}

.btn_normal
{
	color: #fff;
	background: #1f9cd7;
}

.btn_normal:hover
{
	color: #fff;
	background: #0e8bc6;
}

.btn_light
{
	color: #1f9cd7 !important;
	background: #fff;
}

.btn_light:hover
{
	color: #0e8bc6 !important;
	background: #fff;
}

.btn_success
{
	background: #7cbd56;
}

.btn_success:hover
{
	background: #6bac45;
}

.btn_accent
{
	background: #facf00;
}

.btn_accent:hover
{
	background: #e9be00;
}

.btn_warning
{
	background: #f42b36;
}

.btn_warning:hover
{
	background: #e31a25;
}

.btn_lined,
.header__button
{
	color: #1f9cd7 !important;
	border: 1px solid #1f9cd7;
	background: none;
}

.btn_lined:hover,
.header__button:hover
{
	color: #fff !important;
	border-color: #0e8bc6;
	background: #0e8bc6;
}

.btn_lined_light
{
	color: #fff !important;
	border: 1px solid #fff;
	background: none;
}

.btn_lined_light:hover
{
	color: #fff !important;
	border-color: #0e8bc6;
	background: #0e8bc6;
}

.btn_success_lined
{
	color: #7cbd56 !important;
	border: 1px solid #7cbd56;
	background: none;
}

.btn_success_lined:hover
{
	color: #fff !important;
	border-color: #6bac45;
	background: #6bac45;
}

.btn_wide
{
	display: block;
	width: 100%;
}

.btn + .btn,
.header__button + .btn,
.btn + .header__button,
.header__button + .header__button
{
	margin-left: 10px;
}

.btn_big
{
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	border-width: 2px;
}

.btn_big.btn_lined,
.btn_big.header__button,
.btn_big.btn_success_lined
{
	line-height: 34px;
}

.btn_big,
.btn_bigger
{
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	padding-right: 40px;
	padding-left: 40px;
}

.btn_big.btn_lined,
.btn_big.header__button,
.btn_big.btn_success_lined,
.btn_bigger.btn_lined,
.btn_bigger.header__button,
.btn_bigger.btn_success_lined
{
	line-height: 34px;
}

.btn_big.btn_lined,
.btn_big.header__button,
.btn_big.btn_lined_light,
.btn_bigger.btn_lined,
.btn_bigger.header__button,
.btn_bigger.btn_lined_light
{
	line-height: 36px;
}

.btn_big
{
	border-width: 2px;
}

.btn_big.btn_lined,
.btn_big.header__button,
.btn_big.btn_lined_light
{
	line-height: 34px;
}

.btn_radius
{
	border-radius: 3px;
}

.btn:active,
.header__button:active
{
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

/* Header Styles */

.header
{
	position: relative;
	z-index: 200;
	top: 0;
	box-sizing: border-box;
	min-width: 300px;
	padding: 32px 0 16px;
	background: #fff;
}

@media screen and (max-width: 999px)
{
	.header
	{
		height: auto;
		padding: 20px 0;
	}
}

.header__inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 999px)
{
	.header__inner
	{
		display: block;
	}
}

.header__main
{
	text-decoration: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media screen and (max-width: 999px)
{
	.header__main
	{
		position: relative;
		z-index: 101;
	}
}

.header__home
{
	display: inline-block;
	text-decoration: none;
}

.header__logo
{
	width: 202px;
	height: 34px;
	vertical-align: bottom;
}

@media screen and (max-width: 999px)
{
	.header__logo
	{
		width: 176px;
		height: 30px;
	}
}

.header__slogan
{
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	display: block;
	margin: 24px 0 3px;
	text-transform: uppercase;
	color: #1f9cd7;
}

@media screen and (min-width: 1200px)
{
	.header__slogan
	{
		font-size: 28px;
		margin-top: 17px;
	}
}

@media screen and (max-width: 999px)
{
	.header__slogan
	{
		display: none;
	}
}

.header__nav
{
	margin: 0 0 2px;
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.header__actions
{
	position: relative;
	margin: 0 0 30px;
}

@media screen and (max-width: 999px)
{
	.header__actions
	{
		position: absolute;
		z-index: 101;
		top: 0;
		right: 72px;
		margin: 0;
	}
}

@media screen and (max-width: 762px)
{
	.header__actions
	{
		margin: 0;
		padding: 45px 0 0;
	}
}

@media screen and (max-width: 762px)
{
	.header__button
	{
		position: absolute;
		top: 0;
		right: 50px;
	}
}

@media screen and (max-width: 480px)
{
	.header__button
	{
		display: none;
	}
}

.header__burger
{
	position: absolute;
	z-index: 180;
	top: 0;
	right: 20px;
	visibility: hidden;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	opacity: 0;
}

@media screen and (max-width: 999px)
{
	.header__burger
	{
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (max-width: 480px)
{
	.header__burger
	{
		right: 10px;
	}
}

.header__burger-ico
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 0;
	background: #1f9cd7;
}

.header__burger-ico:before,
.header__burger-ico:after
{
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	margin: -1px 0 0 0;
	content: '';
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
	background: inherit;
}

.header__burger-ico:after
{
	top: auto;
	bottom: -9px;
}

.page_open .header__burger-ico
{
	background: transparent;
}

.page_open .header__burger-ico:before
{
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #7cbd56;
}

.page_open .header__burger-ico:after
{
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #7cbd56;
}

/* Search Styles */

.search
{
	position: relative;
	z-index: 102;
	display: block;
}

.search__form
{
	position: relative;
	max-width: 310px;
	margin: 20px 0 16px 2px;
}

@media screen and (max-width: 999px)
{
	.search__form
	{
		max-width: 100%;
		margin: 0 0 16px;
	}
}

.search__field
{
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 2px 40px 2px 10px;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search__field:focus
{
	border-color: #7cbd56;
	outline-color: #7cbd56;
}

@media screen and (max-width: 762px)
{
	.search__field
	{
		width: 100%;
	}
}

.search__button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: #7cbd56 url('../images/ico_search_white.svg') no-repeat 50% 50%;
}

.search__button:hover
{
	background-color: #6bac45;
}

.search__button:focus
{
	outline-color: #7cbd56;
}

input[type='search']::-webkit-search-cancel-button
{
	display: none;
}

input[type='search']::-ms-clear
{
	display: none;
}

