@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;
								}


/* 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);
	  }


}
