
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');


html {
	position: relative;
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	color: #242424;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	background: #f2f1ed;
}

#container {
	overflow: hidden;
	min-height: 100vh;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 10px 40px; 
	position: relative;
}

.pdtb {
	padding-top: 0;
	padding-bottom: 0;
}

* { 
	box-sizing: border-box;
}

p, h1, h2, h3, h4, h5 {
	margin: 24px 0;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h2 {
	font-size: 25px;
	font-weight: 700;
}

h3 {
	font-size: 42px;
	font-weight: 400;
}

h4 {
	font-size: 24px;
	font-weight: 400;
}
a {
	color: #242424;
	outline: none;
	text-decoration: none;
	transition: all .2s;
}
a:hover {
	color: #78b900;
}

a.green {
	color: #78b900;
}

a.green:hover {
	color: #242424;
}

strong, b {
	font-weight: 700;
}

img {
	display: table; 
	padding: 0; 
	margin: 0;
	max-width: 100%;
}

input, textarea {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	outline: none;
	border: 1px solid #c2c2c2;
	padding: 8px 16px;
	font-size: 16px;
	color: #242424;
}

.big-input input {
	border: none;
	height: 56px;
	border-radius: 28px;

}

input.big, textarea.big {
	padding: 15px 16px;
}
input.error, textarea.error {
	border: 1px solid red !important;
}
textarea {
	resize: none;
	height: auto;
	overflow: auto;
}
button {
	display: table;
	padding: 0 20px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	background-color: #98cb3b;
	color: #fff;
	text-align: center;
	height: 48px;
	border-radius: 24px;
	border: none;
	cursor: pointer;
	outline: none;
	font-weight: 300;
	cursor: pointer;
	transition: all .2s;
}

button.btn {
	padding-top: 0; 
}

input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	display: block;
	padding-left: 32px;
	padding-top: 5px;
	line-height: 100%;
	cursor: pointer;
}
input[type=checkbox] + label:before {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
input[type=checkbox]:checked + label:after {
	content:'';
	display: block;
	position: absolute;
	left: 7px;
	top: -2px;
	width: 21px;
	height: 19px;
}


input::-webkit-input-placeholder {color:#242424;}
input::-moz-placeholder          {color:#242424;}
input:-moz-placeholder           {color:#242424;}
input:-ms-input-placeholder      {color:#242424;}

textarea::-webkit-input-placeholder {color:#242424;}
textarea::-moz-placeholder          {color:#242424;}
textarea:-moz-placeholder           {color:#242424;}
textarea:-ms-input-placeholder      {color:#242424;}


.mob {
	display: none !important;
}


.form-box input, .form-box textarea {
	width: 100%;
}

.form-box .item {
	padding: 16px;
}


.btn {
	display: table;
	height: 56px;
	padding: 0 28px;
	padding-top: 18px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	background-color: #e93824;
	color: #fff;
	text-align: center;
	border-radius: 28px;
	line-height: 110%;
	transition: all .3s;
}
.btn:hover {
	background-color: #94ce2d;
	color: #fff;
}

.btn.ico span {
	padding-left: 40px;
	position: relative;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}
.btn.ico span:before {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 14px);
	left: 8px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ico-sprite-01.png);
	background-repeat: no-repeat;
}
.btn.ico:hover span:before {
	background-position-y: bottom; 
}

.btn-green {
	background-color: #9acd3c;
}

.btn-green:hover {
	background-color: #2f333e;
}

.btn.big {
	padding: 16px 60px;
	font-size: 16px;
}


.owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1168px;
	height: 0;
	background-color: red;
}

.owl-nav > * {
	position: absolute;
	top: -10px;
	width: 20px;
	height: 40px;
	background-image: url(../images/arrovs-slider.png);
	background-position: left top;
}

.white-slider .owl-nav > * {
	background-image: url(../images/arrovs-slider-2.png);
}

.owl-nav .owl-prev {
	left: 10px;
}

.owl-nav .owl-next {
	right: 10px;
	background-position: right top;
}

.owl-nav > *:hover {
	background-position-y: bottom;
}

.owl-dots {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 884px;
	height: 0;
	background-color: red;
	text-align: left;
	padding-left: 34px;
}

.dots-center .owl-dots {
	text-align: center;
}

.owl-dot {
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #fff;
	margin: 0 8px;
	border-radius: 50%;
}

.owl-dot.active {
	position: relative;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
}

.num-dots .owl-dots {
	counter-reset: counter; 
	text-align: left;
	padding-left: calc(50% - 16px);
}

.jq-selectbox {
	cursor: pointer;
}
.jq-selectbox__select {
	height: 42px;
	padding: 12px 32px 0 16px;
	border: none;
	background: #f8f8f8;
	box-shadow: 0 0 0 1px #e8e8e8;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	text-shadow: none;
	color: #242424;
	white-space: nowrap;
}
.jq-selectbox__select:hover {
	color: #333;
	border: none;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: none;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 19px;
	right: 14px;
	width: 14px;
	height: 5px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
}

.jq-selectbox__dropdown {
	width: auto;
	min-width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #e8e8e8;
	font-family: 'PT Sans', sans-serif;
	overflow: hidden;
	background-color: #fff;
	margin-top: 1px;
}
.jq-selectbox li {
	padding: 10px 16px;
}
.jq-selectbox li + li {
	border-top: 1px solid #e8e8e8;
}
.jq-selectbox li:hover {
	background-color: #f8f8f8;
}

li.long-arrow-down:after, li.long-arrow-up:after,
.jq-selectbox.long-arrow-down .jq-selectbox__select-text:after,
.jq-selectbox.long-arrow-up .jq-selectbox__select-text:after {
	content: "\2193";
	display: inline-block;
	padding: 0 0 0 7px;
	opacity: 1;
	line-height: 100%	;
	margin-bottom: 0;
	position: relative;
	top:1px;
	font-size: 18px;
}

li.long-arrow-up:after, .jq-selectbox.long-arrow-up .jq-selectbox__select-text:after  {
	content: "\2191";
}


.none {
	display: none;
}


table {
	border-collapse: separate; 
	border-collapse: collapse; 
	margin:30px 0; 
	width: 100%; 
	table-layout: fixed;
}
td, th {
	padding: 20px;
	vertical-align: middle; 
	word-wrap: break-word;
	text-align: left;
	font-weight: 300;

}
thead {
	background: #fb7134;
	color: #fff;
	font-size: 18px;
}



hr {
	display: block;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	border: none;
	margin: 0px;
	display: block;
	width: 100%;
}

.fs12 {
	font-size: 12px;
	line-height: 130%;
}

.fs15 {
	font-size: 15px;
	line-height: 130%;
}
.fs16 {
	font-size: 16px;
	line-height: 130%;
}
.fs18 {
	font-size: 18px;
	line-height: 130%;
}
.ttr {
	text-transform: uppercase;
}


ul {
	padding: 0; 
	margin: 0; 
	display: block; 
	list-style:none;
}
li {display: block; 
	padding: 0; 
	margin: 0;
}

ol {
	padding: 0; 
	margin: 20px 0; 
	counter-reset: li; 
	list-style: none; 
}
ol li {
	position: relative;
	margin-left: 40px;
	margin-bottom: 30px;
}
ol li:before {
	content: counter(li)'.';
	counter-increment: li;
	display: inline-block;
	color: #fb7134;
	position: absolute;
	top:1px;
	left:-40px;
	font-weight: 600;
}

.b-rub {
	font-size: 1em;
}

.index-plast {
	padding: 40px 0;
}

.dark-box  {
	color: #fff;
}
.dark-box a {
	color: #fff;
}
.dark-box a:hover {
	color: #94ce2d;
}

.row > *, .row-lws > * {
	float: left
}
.row:after, .row-lws:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.wdt100 {
	width: 100%;
}

.tbl {
	display: table;
}
.fll {
	float: left;
}

.flr {
	float: right;
}

.ofl {
	overflow: auto;
}
.oflh {
	overflow: hidden;
}
.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.center-chi {
	text-align: center 
}
.center-chi > * {
	margin-left: auto;
	margin-right: auto;
}
.clrfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden; 
	height: 0;
}
.clr {
	clear: both;
}
.clr-left {
	clear: left;
}

.block-tbl {
	display: table;
}
.block-tbl > * {
	display: table-cell;
	vertical-align: middle;
}

.row-t-lws {
	display: table;
	width: 100% !important;
}

.row-t-lws > * {
	display: table-cell;
	vertical-align: middle;
}


.mrgchi-0 > * {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mrgchi-2 > * {
	margin-top: 2px;
	margin-bottom: 2px;
}
.mrgchi-4 > * {
	margin-top: 4px;
	margin-bottom: 4px;
}
.mrgchi-8 > * {
	margin-top: 8px;
	margin-bottom: 8px;
}
.mrgchi-12 > * {
	margin-top: 12px;
	margin-bottom: 12px;
}
.mrgchi-16 > * {
	margin-top: 16px;
	margin-bottom: 16px;
}
.mrgchi-20 > * {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mrgchi-28 > * {
	margin-top: 28px;
	margin-bottom: 28px;
}
.mrgchi-32 > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
.mrgchi-64 > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.tobo > *:first-child {margin-top: 0 !important;}
.tobo > *:last-child {margin-bottom: 0 !important;}




@font-face {
	font-family: 'ALSRubl-Arial';
	src: url('../fonts/alsrubl-arial-regular.eot');
	src: url('../fonts/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/alsrubl-arial-regular.woff') format('woff'), url('../fonts/alsrubl-arial-regular.ttf') format('truetype'), url('../fonts/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ALSRubl-Arial';
	src: url('../fonts/alsrubl-arial-bold.eot');
	src: url('../fonts/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/alsrubl-arial-bold.woff') format('woff'), url('../fonts/alsrubl-arial-bold.ttf') format('truetype'), url('../fonts/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

.b-rub, .b-rub_arial {
	font-family: 'ALSRubl-Arial', Arial, sans-serif;
	line-height: normal;
}



.anim-01   {
	top: -60px;
	z-index: 3333;
	opacity: 0;
	pointer-events: none;
	transition: top .9s 0s, opacity .3s .01s;
}
.anim-01.open   {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: top .3s, opacity .3s .06s;
}

.anim-02   {
	top: -30px;
	opacity: 0;
	pointer-events: none;
	z-index: 3333;
	transition: top .9s 0s, opacity .3s .01s;
}
.anim-02.open   {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: top .3s, opacity .3s .06s;
}






.row-t {
	display: table;
	width: 100%;
}

.row-t > * {
	display: table-cell;
	vertical-align: middle;
}

