@import url("font-awesome.min.css");
@import url("font-robote.css");
@import url("grid.css");
@import url("desktop_hd.css");
@import url("desktop.css");
@import url("tablet.css");
@import url("mobile.css");
/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;subset=cyrillic,cyrillic-ext");*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic");



/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: Roboto;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		/*max-width: 1200px;*/
		max-width: 1600px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		/*width: 720px;*/
		width: 1600px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		/*width: 960px;*/
		width: px;
	}

	@media screen and (min-width: 1440px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1440px;
		}

	}

	@media screen and (min-width: 1024px) and (max-width: 1440px)
  {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			width: 1024px;
		}

	}

	@media screen and (min-width: 769px) and (max-width: 1024px)
  {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			width: 769px;
		}

		.\36 u, .\36 u\24 { /* 6u 12u -расстояние между колонками*/
			/*width: 50%;*/
			clear: none;
			margin-left: 15px;
		}


	}

	@media screen and (max-width: 769px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 329px;
		}

	}


/* Basic */

	body {
		/*background: #D4D9DD url("images/bg03.jpg");*/
		color: #fff;
		font-size: 14px;
		font-family: 'Roboto';
		font-weight: 300;
	}


	ul, ol, p, dl {
		margin: 0 0 2em 0;
	}

	a {
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	section > :last-child,
	.last-child {
		margin-bottom: 0 !important;
	}

/* Multi-use */

	.link-list li {
		padding: 0.2em 0 0.2em 0;
	}

		.link-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.link-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.quote-list li {
		padding: 1em 0 1em 0;
		overflow: hidden;
	}

		.quote-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		.quote-list li img {
			float: left;
		}

		.quote-list li p {
			margin: 0 0 0 90px;
			font-size: 1.2em;
			font-style: italic;
		}

		.quote-list li span {
			display: block;
			margin-left: 90px;
			font-size: 0.9em;
			font-weight: 400;
		}

	.check-list li {
		padding: 0.7em 0 0.7em 45px;
		font-size: 1.2em;
		background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
	}

		.check-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.feature-image {
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img {
			display: block;
			width: 100%;
		}

	.bordered-feature-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-feature-image img {
			display: block;
			width: 100%;
		}



/* Content */

	#content .quote-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .link-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .check-list li {
		border-bottom: solid 1px #e2e6e8;
	}

/* Footer */

	#footer .quote-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

	#footer .link-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

	#footer .check-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}




/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 2rem 2rem 0;
			top: 0.75rem;
		}

		.image.right {
			float: right;
			margin: 0 0 2rem 2rem;
			top: 0.75rem;
		}

		.image.fit {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.fit:first-child {
				margin-top: 0;
			}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 4rem 0;
			width: 100%;
		}

			.image.main:first-child {
				margin-top: 0;
			}

			.image.main img {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			.image.fit {
				margin: 2rem 0;
			}

			.image.main {
				margin: 2rem 0;
			}

		}

	a.image {
		overflow: hidden;
	}

		a.image img {
			-moz-transition: -moz-transform 0.2s ease-out;
			-webkit-transition: -webkit-transform 0.2s ease-out;
			-ms-transition: -ms-transform 0.2s ease-out;
			transition: transform 0.2s ease-out;
		}

		a.image:hover img {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

		.image.thumb {
			text-align: center;
		}

			.image.thumb:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				border-radius: 0.35em;
				border: solid 3px rgba(0, 0, 0, 0.5);
				color: #000;
				content: 'View';
				display: inline-block;
				font-size: 0.8em;
				font-weight: 400;
				left: 50%;
				line-height: 2.25em;
				margin: -1.25em 0 0 -3em;
				opacity: 0;
				padding: 0 1.5em;
				position: absolute;
				text-align: center;
				text-decoration: none;
				top: 50%;
				white-space: nowrap;
			}

			.image.thumb:hover:after {
				opacity: 1.0;
			}

			.image.thumb:hover:before {
				background: url("images/overlay.png"), url("images/overlay.png");
				opacity: 1.0;
			}


					/* Poptrox */

						@-moz-keyframes spin {
							0% {
								-moz-transform: rotate(0deg);
								-webkit-transform: rotate(0deg);
								-ms-transform: rotate(0deg);
								transform: rotate(0deg);
							}

							100% {
								-moz-transform: rotate(360deg);
								-webkit-transform: rotate(360deg);
								-ms-transform: rotate(360deg);
								transform: rotate(360deg);
							}
						}

						@-webkit-keyframes spin {
							0% {
								-moz-transform: rotate(0deg);
								-webkit-transform: rotate(0deg);
								-ms-transform: rotate(0deg);
								transform: rotate(0deg);
							}

							100% {
								-moz-transform: rotate(360deg);
								-webkit-transform: rotate(360deg);
								-ms-transform: rotate(360deg);
								transform: rotate(360deg);
							}
						}

						@-ms-keyframes spin {
							0% {
								-moz-transform: rotate(0deg);
								-webkit-transform: rotate(0deg);
								-ms-transform: rotate(0deg);
								transform: rotate(0deg);
							}

							100% {
								-moz-transform: rotate(360deg);
								-webkit-transform: rotate(360deg);
								-ms-transform: rotate(360deg);
								transform: rotate(360deg);
							}
						}

						@keyframes spin {
							0% {
								-moz-transform: rotate(0deg);
								-webkit-transform: rotate(0deg);
								-ms-transform: rotate(0deg);
								transform: rotate(0deg);
							}

							100% {
								-moz-transform: rotate(360deg);
								-webkit-transform: rotate(360deg);
								-ms-transform: rotate(360deg);
								transform: rotate(360deg);
							}
						}

						.poptrox-popup {
							-moz-box-sizing: content-box;
							-webkit-box-sizing: content-box;
							-ms-box-sizing: content-box;
							box-sizing: content-box;
							-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
							background: #fff;
							border-radius: 0.35em;
							box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
							overflow: hidden;
							padding-bottom: 3em;
						}

						.poptrox-popup img { /*Размеры изображения в галерее*/
							width: 800px;
						}
							.poptrox-popup .loader {
								text-decoration: none;
								-moz-animation: spin 1s linear infinite;
								-webkit-animation: spin 1s linear infinite;
								-ms-animation: spin 1s linear infinite;
								animation: spin 1s linear infinite;
								font-size: 1.5em;
								height: 1em;
								left: 50%;
								line-height: 1em;
								margin: -0.5em 0 0 -0.5em;
								position: absolute;
								top: 50%;
								width: 1em;
							}

								.poptrox-popup .loader:before {
									-moz-osx-font-smoothing: grayscale;
									-webkit-font-smoothing: antialiased;
									font-family: FontAwesome;
									font-style: normal;
									font-weight: normal;
									text-transform: none !important;
								}

								.poptrox-popup .loader:before {
									content: '\f1ce';
								}

							.poptrox-popup .caption {
								background: #fff;
								color: #000;
								bottom: 0;
								cursor: default;
								font-size: 0.9em;
								height: 3em;
								left: 0;
								line-height: 2.8em;
								position: absolute;
								text-align: center;
								width: 100%;
								z-index: 1;
							}

							.poptrox-popup .nav-next,
							.poptrox-popup .nav-previous {
								text-decoration: none;
								-moz-transition: opacity 0.2s ease-in-out;
								-webkit-transition: opacity 0.s ease-in-out;
								-ms-transition: opacity 0.2s ease-in-out;
								transition: opacity 0.2s ease-in-out;
								-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
								background: rgba(0, 0, 0, 0.01);
								cursor: pointer;
								height: 100%;
								opacity: 0;
								position: absolute;
								top: 0;
								width: 50%;
							}

								.poptrox-popup .nav-next:before,
								.poptrox-popup .nav-previous:before {
									-moz-osx-font-smoothing: grayscale;
									-webkit-font-smoothing: antialiased;
									font-family: FontAwesome;
									font-style: normal;
									font-weight: normal;
									text-transform: none !important;
								}

								.poptrox-popup .nav-next:before,
								.poptrox-popup .nav-previous:before {
									color: #fff;
									font-size: 2.5em;
									height: 1em;
									line-height: 1em;
									margin-top: -0.75em;
									position: absolute;
									text-align: center;
									top: 50%;
									width: 1.5em;
								}

							.poptrox-popup .nav-next {
								right: 0;
							}

								.poptrox-popup .nav-next:before {
									content: '\f105';
									right: 0;
								}

							.poptrox-popup .nav-previous {
								left: 0;
							}

								.poptrox-popup .nav-previous:before {
									content: '\f104';
									left: 0;
								}

							.poptrox-popup .closer {
								text-decoration: none;
								-moz-transition: opacity 0.2s ease-in-out;
								-webkit-transition: opacity 0.2s ease-in-out;
								-ms-transition: opacity 0.2s ease-in-out;
								transition: opacity 0.2s ease-in-out;
								-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
								color: #fff;
								height: 4em;
								line-height: 4em;
								opacity: 0;
								position: absolute;
								right: 0;
								text-align: center;
								top: 0;
								width: 4em;
								z-index: 2;
							}

								.poptrox-popup .closer:before {
									-moz-osx-font-smoothing: grayscale;
									-webkit-font-smoothing: antialiased;
									font-family: FontAwesome;
									font-style: normal;
									font-weight: normal;
									text-transform: none !important;
								}

								.poptrox-popup .closer:before {
									-moz-box-sizing: content-box;
									-webkit-box-sizing: content-box;
									-ms-box-sizing: content-box;
									box-sizing: content-box;
									border-radius: 100%;
									border: solid 3px rgba(255, 255, 255, 0.5);
									content: '\f00d';
									display: block;
									font-size: 1em;
									height: 1.75em;
									left: 50%;
									line-height: 1.75em;
									margin: -0.875em 0 0 -0.875em;
									position: absolute;
									top: 50%;
									width: 1.75em;
								}

							.poptrox-popup:hover .nav-next,
							.poptrox-popup:hover .nav-previous {
								opacity: 0.5;
							}

								.poptrox-popup:hover .nav-next:hover,
								.poptrox-popup:hover .nav-previous:hover {
									opacity: 1.0;
								}

							.poptrox-popup:hover .closer {
								opacity: 0.5;
							}

								.poptrox-popup:hover .closer:hover {
									opacity: 1.0;
								}

								/* Menu */
/*
								body.is-menu-visible #header-wrapper {
									opacity: 0.15;
								}

								#menu {
									-moz-transform: translateX(25em);
									-webkit-transform: translateX(25em);
									-ms-transform: translateX(25em);
									transform: translateX(25em);
									-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
									-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
									-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
									transition: transform 0.5s ease, visibility 0.5s;
									-webkit-overflow-scrolling: touch;
									background: #eeeeee;
									border-left: solid 1px rgba(160, 160, 160, 0.3);
									box-shadow: none;
									height: 100%;
									max-width: 80%;
									overflow-y: auto;
									position: fixed;
									right: 0;
									top: 0;
									visibility: hidden;
									width: 25em;
									z-index: 10002;
								}

									#menu > * {
										border-top: solid 1px rgba(160, 160, 160, 0.3);
										padding: 3em;
									}

										#menu > * > :last-child {
											margin-bottom: 0;
										}

									#menu > :first-child {
										border-top: 0;
									}

									#menu .links {
										list-style: none;
										padding: 0;
									}

									#menu .links a {
				            color: #39393a;
				            font-family: 'Roboto';
				            font-size: 14px;
										margin-left: 4vw;
										font-weight: 400;
										text-decoration: none;
								    font-style: normal;
										display: block;
										border-bottom: 0;
										-moz-transition: color 0.2s ease;
										-webkit-transition: color 0.2s ease;
										-ms-transition: color 0.2s ease;
										transition: color 0.2s ease;
				  				}

									#menu .links a:first-child {
										margin-top: 3vw;
				  				}


				  				#menu .links a:hover {
				  					color: #39393a;
				  		      font-weight: 600;
				  				}
									#menu .links ul {
										list-style: none;
										margin: 0;
										padding-left: 0;
									}

									#menu .links ul li {
										display: inline-block;
										padding-left: 0;
										border: 0;
										border-top: dotted 1px rgba(160, 160, 160, 0.3);
										margin: 1.5em 0 0 0;
										padding: 1.5em 0 0 0;
									}


											#menu .links > li:first-child {
												border-top: 0;
												margin-top: 0;
												padding-top: 0;
											}



	#menu .links > li {
		border: 0;
		border-top: dotted 1px rgba(160, 160, 160, 0.3);
		margin: 1.5em 0 0 0;
		padding: 1.5em 0 0 0;
	}
									body.is-menu-visible #menu {
										-moz-transform: translateX(0);
										-webkit-transform: translateX(0);
										-ms-transform: translateX(0);
										transform: translateX(0);
										visibility: visible;
									}

							@media screen and (max-width: 736px) {


										#menu > * {
											padding: 1.5em;
										}
									}
*/

/* User agreement */
	#checkbox-container {
		margin-left: 230px;
		margin-top: 0px;
		width:20px;
		float:left;
 	}
  	#checkbox-container input {
	   	width: 60px;
			-webkit-transform: scale(1.5,1.5);
	  }


/*
										#nav-container {
											margin-top: 10px;

											display: -moz-flex;
											display: -webkit-flex;
											display: -ms-flex;
											display: flex;
											-moz-justify-content: space-between;
											-webkit-justify-content: space-between;
											-ms-justify-content: space-between;
											justify-content: space-between;
											background-color: #ffffff;
											height: 3.5em;
											left: 0;
											line-height: 3.5em;
											top: 0;
											width: 100%;
											z-index: 10000;
										}

											#nav-container a {
												color: inherit;
												text-decoration: none;
											}

											#nav-container ul {
												list-style: none;
												margin: 0;
												padding-left: 0;
											}

												#nav-container ul li {
													display: inline-block;
													padding-left: 0;
												}

											#nav-container h1 {
												height: inherit;
												line-height: inherit;
												padding: 0 0 0 1.5em;
												white-space: nowrap;
											}

												#nav-container h1 a {
													font-size: 0.7em;
												}

											#nav-container .links {
												-moz-flex: 1;
												-webkit-flex: 1;
												-ms-flex: 1;
												flex: 1;
												height: inherit;
												line-height: inherit;
												margin-left: 1.5em;
												overflow: hidden;
												padding-left: 1.5em;
											}

												#nav-container .links ul li {
													border-left: solid 1px rgba(160, 160, 160, 0.3);
													line-height: 1;
													margin-left: 1em;
													padding-left: 1em;
												}

													#nav-container .links ul li:first-child {
														border-left: 0;
														margin-left: 0;
														padding-left: 0;
													}

													#nav-container .links ul li a {
														border-bottom: 0;
														font-family: "Raleway", Helvetica, sans-serif;
														font-size: 0.7em;
														font-weight: 400;
														letter-spacing: 0.25em;
														text-transform: uppercase;
													}

											#nav-container .main {
												height: inherit;
												line-height: inherit;
												text-align: right;
											}

												#nav-container .main ul {
													height: inherit;
													line-height: inherit;
												}

													#nav-container .main ul li {
														height: inherit;
														line-height: inherit;
														white-space: nowrap;
													}

														#nav-container .main ul li > * {
															display: block;
															float: left;
														}

														#nav-container .main ul li > a {
															text-decoration: none;
															border-bottom: 0;
															color: #aaaaaa;
															overflow: hidden;
															position: relative;
															text-indent: 4em;
															width: 4em;
														}

															#nav-container .main ul li > a:before {
																-moz-osx-font-smoothing: grayscale;
																-webkit-font-smoothing: antialiased;
																font-family: FontAwesome;
																font-style: normal;
																font-weight: normal;
																text-transform: none !important;
															}

															#nav-container .main ul li > a:before {
																display: block;
																height: inherit;
																left: 0;
																line-height: inherit;
																position: absolute;
																text-align: center;
																text-indent: 0;
																top: 0;
																width: inherit;
															}

											#nav-container form {
												margin: 0;
											}

												#nav-container form input {
													display: inline-block;
													height: 2.5em;
													position: relative;
													top: -2px;
													vertical-align: middle;
												}

											#nav-container #search {
												-moz-transition: all 0.5s ease;
												-webkit-transition: all 0.5s ease;
												-ms-transition: all 0.5s ease;
												transition: all 0.5s ease;
												max-width: 0;
												opacity: 0;
												overflow: hidden;
												padding: 0;
												white-space: nowrap;
											}

												#nav-containerr #search input {
													width: 12em;
												}

												#nav-container #search.visible {
													max-width: 12.5em;
													opacity: 1;
													padding: 0 0.5em 0 0;
												}

											@media screen and (max-width: 980px) {

												#nav-container .links {
													display: none;
												}

											}

											@media screen and (max-width: 736px) {

												#nav-container {
													height: 2.75em;
													line-height: 2.75em;
												}

													#nav-container h1 {
														padding: 0 0 0 1em;
													}

													#nav-container .main .search {
														display: none;
													}

											}
*/
}
