@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap&subset=latin-ext');

body {
	overflow-x: hidden;
	max-width: 100%;
	resize: none;
}
.container {
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	overflow: visible;
}
.help {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../img/info.png') no-repeat;
	background-size: 17px 17px;
	margin-left: 9px;
	position: relative;
	cursor: help;
}
.help-content {
	display: none;
	position: absolute;
	left: calc(100% + 10px);
	transform: translateY(calc(-50% + 8px));
	width: 320px;
	max-width: 70vw;
	z-index: 100;
	color: #fff;
}
.help-content.reverse {
	left: auto;
	right: calc(100% + 10px);
	display: block;
}
.help-content > div {
	display: inline-block;
	padding: 10px;
	background: #1D3F66;
	font-size: 0.8rem;
	line-height: 1rem;
	border: 1px solid #0D1F46;
	z-index: 1;
}
.help-content.reverse > div {
	left: auto;
	right: 0;
}
h2 {
	font-family: 'Noto Sans', PTSansRegular, Arial, Helvetica sans-serif;
	color: #393939;
}
.box {
	font-family: 'Noto Sans', PTSansRegular, Arial, Helvetica sans-serif;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
	color: #393939;
	font-size: 13px;
	line-height: 20px;
}
.box a {
	text-decoration: none;
}
.box > header {
	border: 1px solid #dfdfdf;
	background: #fff;
	padding: 12px;
}
.box > header > .top-line {
	display: flex;
}
.box > header > .top-line .top-left {
	display: flex;
	align-items: flex-start;
}
.box > header > .top-line .box-title {
	padding: 5px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #0d3965;
}
.box > header > .top-line .box-title a {
	color: #0d3965;
}
.box > header > .top-line .for-who > span {
	line-height: 60px;
	text-transform: uppercase;
	color: #0d3965;
	font-weight: 700;
	font-size: 12px;
}
.box > header > .top-line > .help {
	margin-top: 16px;
}
.box > header > .top-line .logo-holder > img {
	max-width: 160px;
	max-height: 80px;
	display: block;
}
.box > header > .top-line > .buttons {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.box > header > .top-line > .buttons .open-video {
	width: 37px;
	height: 37px;
	margin-left: 25px;
	display: block;
	background: url('../img/video-icon.png') no-repeat center center;
	background-size: 25px auto;
}
.box > header > .top-line > .buttons .open-gallery {
	width: 37px;
	height: 37px;
	margin-left: 25px;
	display: block;
	background: url('../img/gallery-icon.png') no-repeat;
	background-size: 37px auto;
}
.box > header > .top-line > .gallery {
	display: none;
}
.box > header > .bottom-line {
	display: flex;
	align-content: stretch;
	padding: 30px 30px 0;
}
.box > header > .bottom-line .price {
	font-size: 23px;
	line-height: 32px;
	color: #0d3965;
	display: inline-block;
}
.box > header > .bottom-line .price strong {
	font-size: 29px;
}
.box > header > .bottom-line > div {
	flex-grow: 1;
}
.box > header > .bottom-line > div > label {
	color: #0d3965;
	text-transform: uppercase;
	font-weight: 700;
	clear: both;
	width: 100%;
	display: inline-block;
}
.box > section {
	border: 1px solid #dfdfdf;
	border-top: none;
	background: #f5f5f5;
	padding: 22px 12px 12px;
}
.box > section > .promo-line {
	padding: 0 30px;
	display: flex;
	align-items: flex-start;
}
.box > section > .promo-line label.promo {
	color: #ec0000;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 30px;
	background: url('../img/promo.png') no-repeat right center;
	margin-right: 25px;
}
.box > section > .promo-line a {
	color: #0d3965;
	font-weight: 300;
	font-size: 1.1em;
}
.box > section > ul {
	padding: 5px 30px;
	list-style: none;
	margin: 1rem 0;
}
.box > section > ul > li {
	padding-left: 20px;
	background: url('../img/ok.png') no-repeat left 5px;
	background-size: auto 10px;
}
.box > section > footer {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 15px;
}
.box .btn {
	font-size: 13px;
}
.box > section > footer a:not(.btn) {
	color: #0d3965;
	text-transform: uppercase;
	font-weight: 700;
}
.show-details,
.hide-details {
	display: inline-block;
	padding-right: 25px;
	margin-right: 45px;
	position: relative;
}
.hide-details {
	display: none;
}
.show-details::after,
.hide-details::after {
	content: ' ';
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	border-bottom: 2px solid #0d3965;
	border-right: 2px solid #0d3965;
}
.hide-details::after {
	top: calc(50% - 2px);
	transform: rotate(-135deg);
}
.box > .details {
	display: none;
	margin-top: 5px;
}
.box > .details > .tabs {
	display: flex;
	align-content: stretch;
}
.box > .details > .tabs > a {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
	padding: 5px;
	min-height: 50px;
	line-height: 12px;
	margin-top: 3px;
	text-transform: uppercase;
	color: #fff;
	background: #aeaeae;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	border-radius: 16px 16px 0 0;
}
.box > .details > .tabs > a:first-child {
	border-radius: 0 16px 0 0;
}
.box > .details > .tabs > a:last-child {
	border-radius: 16px 0 0 0;
}
.box > .details > .tabs > a:not(:last-child) {
	margin-right: 1px;
}
.box > .details > .tabs > a.active {
	background: #fff;
	color: #0d3965;
	font-weight: 700;
	margin-top: 0;
	padding: 7px 5px 5px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
.box > .details > .content {
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
}
.box > .details > .content > div:not(.active) {
	display: none;
	transition: 0.3s ease-in-out 0s;
}
.box > .details > .content > div.active {
	display: block;
	transition: 0.3s ease-in-out 0s;
}
.box > .details > .content table {
	width: calc(100% - 24px);
	border-collapse: collapse;
	margin: 0 12px;
}
.box > .details > .content table th {
	width: 33%;
	text-align: right;
	vertical-align: middle;
	padding: 13px;
}
.box > .details > .content table td {
	padding: 13px;
}
.box > .details > .content table td ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.box > .details > .content table tr:nth-child(even) th,
.box > .details > .content table tr:nth-child(even) td {
	background: #f1f1f1;
}
.box > .details > .content table tr:nth-child(even) th {
	border-radius: 3px 0 0 3px;
}
.box > .details > .content table tr:nth-child(even) td {
	border-radius: 0 3px 3px 0;
}
.box > .details > footer {
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 27px 12px 12px;
	display: flex;
	align-content: stretch;
}
.box > .details > footer > div {
	flex-grow: 1;
}
.box > .details > footer > div:first-child {
	display: flex;
	align-items: flex-end;
}
.box > .details > footer > div:first-child a {
	text-transform: uppercase;

}
.box > .details > footer > div:first-child .help {
	bottom: 2px;
}
.box > .details > footer > div:first-child a:first-child {
	margin-right: 50px;
}
.box > .details > footer > div:last-child {
	display: flex;
	justify-content: flex-end;
}
.box > section > footer .btn,
.box > .details > footer .btn {
	display: inline-block;
	text-align: center;
	padding: 12px 15px;
	border-radius: 8px;
	line-height: 16px;
	min-width: 225px;
	color: #fff;
	margin-left: 20px;
}
.box > section > footer .btn-red,
.box > .details > footer .btn-red {
	text-transform: uppercase;
	background: #FF6600;
}
.box > section > footer .btn-red strong,
.box > .details > footer .btn-red strong {
	text-transform: none;
	font-size: 1.2em;
}

.box > .details > footer .btn-blue strong {
	font-size: 1.2em;
}
.box > .details > footer .btn-blue {
	border: 1px solid #0d3965;
	color: #0d3965;
}
.box > .details > footer a:not(.btn) {
	display: inline-block;
	color: #0d3965;
}
.fancybox-button.fancybox-button--play {
	display: none;
}
.faq {
	list-style: none;
	padding: 0;
	font-family: 'Noto Sans', PTSansRegular, Arial, Helvetica sans-serif;
	color: #393939;
	font-size: 13px;
	line-height: 20px;
}
.faq li {
	display: block;
	padding-left: 20px;
	position: relative;
	margin: 10px 0;
}
.faq li::before {
	content: '+';
	display: inline-block;
	position: absolute;
	left: 0;
	font-size: 1.3em;
	font-weight: 700;
	color: #0d3965;
}
.faq li.active::before {
	content: '-';
}
.faq li label {
	font-weight: 700;
	color: #0d3965;
	cursor: pointer;
}
.faq li > div {
	padding: 10px 0;
	display: none;
}
.faq li.active > div {
	display: block;
}
@media only screen and (min-width: 768px) {
	.box > .details > .content header {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.box > header > .top-line {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box > header > .top-line .top-left {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		position: relative;
	}
	.box > header > .top-line .box-title {
		text-align: right;
		flex-grow: 1;
		float: right;
		padding-bottom: 22px;
	}
	.box > header > .top-line .for-who {
		position: absolute;
		bottom: 0;
		right: 0;
		width: auto;
	}
	.box > header > .top-line > .buttons {
		width: 100%;
		justify-content: left;
		padding-top: 30px;
	}
	.box > header > .top-line > .buttons .open-video,
	.box > header > .top-line > .buttons .open-gallery {
		margin-left: 0;
		margin-right: 25px;
	}
	.box > header > .top-line .for-who {
		text-align: right;
	}
	.box > header > .top-line .for-who > span {
		line-height: normal;
		color: #0d3965;
	}
	.box > header > .top-line .for-who > .help {
		bottom: -3px;
	}
	.box > header > .bottom-line {
		padding: 30px 0 0;
		flex-wrap: wrap;
	}
	.box > header > .bottom-line > div {
		width: 100%;
		display: flex;
		line-height: normal;
		justify-content: space-between;
	}
	.box > header > .bottom-line > div > label {
		clear: none;
		order: 1;
		flex-grow: 4;
		line-height: 1em;
		min-width: 166px;
		width: calc(50% - 10px);
		padding: 10px 15px 10px 0;
		white-space: nowrap;
		margin-bottom: 4px;
	}
	.box > header > .bottom-line > div > .price {
		order: 2;
		flex-grow: 1;
		width: calc(50% - 10px);
		font-size: inherit;
		line-height: normal;
		padding: 2px 10px 7px;
	}
	.box > header > .bottom-line > div > .price strong {
		font-size: 1.4em;
	}
	.box > header > .bottom-line > div > .help {
		order: 3;
		width: 17px;
		margin-top: 4px;
	}
	.box > section > .promo-line {
		padding: 0;
	}
	.box > section > ul {
		padding: 5px 0;
	}
	.box > .details > footer {
		flex-direction: column;
	}
	.box > .details > footer > div:first-child {
		padding-bottom: 15px;
		justify-content: flex-end;
	}
	.box > .details > footer a:not(.btn) {
		height: 48px;
		display: flex;
		align-items: center;
	}
	.box > .details > footer > div:first-child .help {
		bottom: 15px;
	}
	.show-details,
	.hide-details {
		height: 48px;
		align-items: center;
	}
	.show-details.active,
	.hide-details.active {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {

	.box {
		margin-left: -15px;
		margin-right: -15px;
	}

	.help {
		width: 34px;
		height: 34px;
		background: url('../img/info.png') no-repeat center center;
		margin-left: 9px;
	}
	.box > header > .bottom-line > div > .help {
		width: 34px;
		height: 24px;
		margin-top: 0;
		margin-left: 9px;
		display: block;
		min-width: 34px;
	}
	.box > header > .top-line .for-who > .help {
		bottom: -11px;
	}
	.box > .details > footer > div:first-child .help {
		bottom: 7px;
	}
	.box {
		border-bottom: 1px solid #dfdfdf;
	}
	.box > header > .top-line .box-title {
		font-size: 28px;
	}
	.box > section {
		border-bottom: none;
	}
	.box > section > .promo-line {
		padding: 0;
	}
	.box > .details {
		margin: 0;
	}
	.box > .details > .tabs {
		display: none;
	}
	.box > .details > .content {
		background: #f5f5f5;
		padding: 0 12px;
	}
	.box > .details > footer {
		background: #f5f5f5;
		border-bottom: none;
	}
	.box > .details > .content > div {
		border-left: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		background: #fdfdfd;
	}
	.box > .details > .content > div:last-child {
		border-bottom: 1px solid #dfdfdf;
	}
	.box > .details > .content > div:not(.active) {
		display: block;
	}
	.box > .details > .content > div:not(.active) table {
		display: none;
	}
	.box > .details > .content > div.active table {
		display: table;
	}
	.box > .details > .content > div > header {
		background: #fff;
		color: #0d3965;
		text-transform: uppercase;
		font-size: 16px;
		padding: 15px 15px 15px 45px;
		font-weight: 700;
		cursor: pointer;
		border-top: 1px solid #dfdfdf;
		position: relative;
	}
	.box > .details > .content > div > header::before {
		content: '+';
		display: inline-block;
		width: 20px;
		height: 20px;
		font-size: 22px;
		text-align: center;
		line-height: 17px;
		font-weight: 400;
		position: absolute;
		left: 12px;
		margin: auto;
		top: 0;
		bottom: 0;
	}
	.box > .details > .content > div.active > header::before {
		content: '-';
	}
	.box > .details > .content > div.active > header {
		border-bottom: 1px solid #dfdfdf;
	}
	.box > .details > .content table {
		width: 100%;
		margin: 0;
	}
	.box > .details > .content table tr:nth-child(even) th,
	.box > .details > .content table tr:nth-child(even) td {
		border-radius: 0;
	}
}
@media only screen and (max-width: 719px) {
	.box > section > .promo-line {
		flex-direction: column;
	}
}
@media only screen and (max-width: 679px) {
	.box > header > .top-line .top-left {
		flex-wrap: wrap;
	}
	.box > header > .top-line .box-title {
		padding: 15px 0;
		width: 100%;
		text-align: left;
		font-size: 26px;
	}
	.box > header > .top-line .for-who {
		line-height: 34px;
		height: 34px;
		padding: 0;
		white-space: nowrap;
		top: -6px;
		bottom: unset;
	}
	.box > header > .top-line > .buttons {
		padding: 0;
	}
}
@media only screen and (max-width: 599px) {
	.box > section > footer .btn,
	.box > .details > footer .btn {
		width: 60% /*calc(50% - 40px); */
		min-width: 0;
	}
	.box > .details > footer > div:last-child .btn:first-child {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 539px) {
	.box > .details > footer > div:last-child {
		flex-direction: column;
	}
	
	.box > .details > footer .btn-blue {
	display: block;
}

	.box > section > footer .btn,
	.box > .details > footer .btn {
		width: 60%;
		min-width: 250px;
		margin: 10px auto 0 auto;
	}
	
	.box > section > footer {
		flex-direction: column-reverse;
		align-items: center;
	}
	.show-details.active,
	.hide-details.active {
		margin: 10px 0 0;
	}
	.box > .details > footer > div:first-child {
		flex-wrap: wrap;
	}
	.box > .details > footer > div:first-child a:not(.btn):first-child {
		width: 100%;
		justify-content: flex-end;
		margin: 0;
		padding-right: 27px;
	}
}
@media only screen and (max-width: 450px) {
	.box > header > .top-line .logo-holder > img {
		max-width: 140px;
		max-height: 70px;
	}
	.box > header > .top-line > .buttons .open-video {
		width: 33px;
		height: 33px;
		background-size: 22px auto;
	}
	.box > header > .top-line > .buttons .open-gallery {
		width: 33px;
		height: 33px;
		background-size: 33px auto;
	}
	.box > .details > .content table th,
	.box > .details > .content table td,
	.box > .details > .content table tr:nth-child(even) td {
		display: block;
		width: 100%;
		text-align: left;
		background: #fff;
		padding: 10px;
	}
	.box > .details > .content table th {
		background: #f1f1f1;
	}
	.box > header > .bottom-line > div > label {
		white-space: normal;
		word-wrap: break-word;
	}
}
@media only screen and (max-width: 384px) {
	.box > header > .top-line .box-title {
		font-size: 23px;
	}
}
@media only screen and (max-width: 360px) {
	.box > header > .top-line .logo-holder > img {
		max-width: 120px;
	}
}
@media only screen and (max-width: 320px) {
	.box > header > .top-line .box-title {
		font-size: 22px;
	}
	.box > header > .top-line .logo-holder > img {
		max-width: 105px;
	}
}
