.margin-bottom10 {
	margin-bottom: 10px;
}

.section__info {
	white-space: nowrap;
	padding: 20px 25px;
	background-image: repeating-linear-gradient(0deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(90deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(180deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(270deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px);
	background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}

.section__info a {
	display: inline-block;
	position: relative;
	margin-left: 32px;
	text-decoration: underline;
}

a.section__info-book::before,
a.section__info-screen::before,
a.section__info-import::before {
	content: '';
	position: absolute;
}

a.section__info-book::before,
a.section__info-screen::before {
	top: -2px;
	left: -32px;
	height: 25px;
	width: 25px;
}

a.section__info-import::before {
	top: -8px;
	left: -40px;
	height: 34px;
	width: 30px;
}

a.section__info-book::before {
	background-image: url('svg_book-search.svg');
}

a.section__info-screen::before {
	background-image: url('svg_aspect-ratio-outline.svg');
}

a.section__info-import::before {
	background-image: url('svg_import-line.svg');
}

.break {
	display: none;
	height: 0;
}

.gis__items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gis__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gis__item p {
	margin-bottom: 0;
	padding: 0 10px;
}

.gis__item-icon {
	margin-right: 0;
	padding: 0 10px;
}

.gis-steps h2,
.gis-calc h2 {
	margin-top: 0;
	margin-bottom: 34px;
}

.gis-steps {
	padding: 70px 0;
}

.gis-step {
	display: flex;
	align-items: center;
}

.gis-step span {
	color: #fff;
	background-color: #EA5E1F;
	border-radius: 50px;
	padding: 12px 19px;
	font-size: 20px;
	height: 50px;
	width: 50px;
	margin-right: 40px;
	position: relative;
}

.gis-step.down {
	margin-bottom: 47px;
}

.gis-step.down span::before {
	content: '';
	position: absolute;
	height: 40px;
	width: 6px;
	bottom: -44px;
	left: 22px;
	background-image: url(arrow-down.svg);
}

.gis-step p {
	margin-bottom: 0;
}

.gis-calc {
	background: linear-gradient(131.02deg, rgba(208, 231, 245, 0.2) 4.16%, rgba(240, 251, 238, 0.2) 101.57%);
	box-shadow: 5px 5px 25px 0 #e5f1f1;
	position: relative;
	overflow: hidden;
	padding: 70px 80px;
}

.gis-calc img {
	position: absolute;
	width: 201px;
	height: auto;
	right: 0;
	top: calc(50% - 170px);
}

.image-mob {
	display: none;
}

.image-item {
	display: flex;
	justify-content: space-between;
	align-items: start;
	box-shadow: 5px 5px 25px 0 #e5f1f1;
	padding: 40px 45px;
	margin-bottom: 25px;
}

.form-item-label {
	margin-bottom: 10px;
}

.form-item-count {
	padding: 10px 28px;
	background-color: transparent;
	background-image: repeating-linear-gradient(0deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(90deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(180deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px), repeating-linear-gradient(270deg, #3c6b9b, #3c6b9b 5px, transparent 5px, transparent 10px, #3c6b9b 10px);
	background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	border: none;
	font-size: 16px;
	width: 50%;
	margin-bottom: 35px;
}

.form-item-price {
	color: #3C6B9B;
	font-size: 24px;
	font-weight: 600;
}

.form-item-price .rouble::before {
	content: ' \20BD';
}

.gis__list {
	list-style: none;
	padding-left: 25px;
}

.gis__list li {
	line-height: 1.5;
	position: relative;
	font-weight: 300;
}

.gis__list li::before {
	content: '\2022';
	position: absolute;
	top: 1px;
	left: -15px;
}

.gis__promo {
	background: linear-gradient(92.82deg, rgba(1, 130, 205, 0.2) 0.78%, rgba(251, 239, 169, 0.2) 99.34%);
	padding: 98px 0;
}

.gis__promo .container {
	position: relative;
}

.gis__promo img {
	position: absolute;
	top: -59px;
	right: 0;
}

.gis__promo h1 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

.gis__promo h1 span {
	color: #EA5E1F;
}

.gis__promom-head-title {
	letter-spacing: 2px;
}

.btn-play {
	color: #000;
	margin-left: 100px;
	position: relative;
	cursor: pointer;
}

.btn-green {
	width: 85%;
    max-width: 465px;
	max-height: unset;
    padding: 10px 20px;
    margin: 20px 0;
    background: #39B54A;
    font-weight: 400;
    line-height: 180%;
    box-shadow: 0px 6.84024px 6.84024px rgb(0 0 0 / 25%);
    border-radius: 17.1006px;
    display: block;
}

.btn-white {
	border: 1px solid #39B54A;
	background-color: #fff;
	color: #39B54A;
}

.btn-white:hover {
	color: #fff;
}

.btn-shadow {
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-play::before {
	content: '';
	background-image: url("gis__play.svg");
	border-radius: 50%;
	height: 45px;
	width: 45px;
	left: -55px;
	top: -13px;
	position: absolute;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

section h2 {
	font-weight: 400;
}

input.m0 {
	width: auto!important;
	font-size: 14px!important;
	margin: 0!important;
	top: 0!important;
}
#univerform .popup__form-title {
	font-size: 20px !important;
	padding: 0 !important;
}
.askQ-input {
	border-radius: 5px !important;
	padding: 10px 14px !important;
}

@media (min-width: 992px) {
	#gis-video {
		width: 900px;
	}
}

@media (min-width: 1140px) {
	.container {
		max-width: 1140px;
	}
	.section .page_header .button-div {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.gis__items {
		flex-wrap: wrap;
	}
	.gis__item {
		display: flex;
		justify-content: start;
		flex-basis: 50%;
		margin-bottom: 30px;
	}
	.break {
		flex-basis: 100%;
	}
	.gis__promo {
		padding: 65px 0;
	}
	.gis__promo-btns {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gis__promo-btns a {
		margin-top: 30px;
	}
	.gis__promo-right {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 45px;
	}
	.gis__promo img {
		position: unset;
	}
}

@media (min-width: 769px) {

	.section .page_header h1 {
		font-size: 46px;
	}
	.section .page_header p {
		font-size: 28px;
	}
	.disclosure_methods .dis_text h3 {
		font-size: 24px;
	}
	.col-md_both {
		clear: both;
	}
	.top_container .top_container_left {
		width: 75%;
	}
	.page_header .btn-green {
		font-size: 22px;
		min-height: 58px;
	}
	.btn-green {
		font-size: 20px;
		min-height: 50px;
		margin-top: 59px;
	}
	
}

@media (max-width: 768px) {

	.gis__item {
		flex-basis: 100%;
	}

	.image-item {
		float: none;
	}

	.image-mob {
		width: auto;
		display: block;
	}

	.image-pk {
		display: none;
	}
	
	.bx-basket-fixed {
		display: none !important;
	}
	
	.section .page_header h1 {
		font-size: 40px;
	}
	.section .page_header p {
		font-size: 20px;
	}
	.disclosure_methods .dis_text h3 {
		font-size: 22px;
	}
	.col-sm_both {
		clear: both;
	}
	.container {
		max-width: 100% !important;
		padding: 0 10px !important;
	}
	.page_header .btn-green {
		margin: 20px auto;
	}
	.top_container div {
		width: 50%;
	}
	
}

@media (min-width: 577px) and (max-width: 768px) {
	.page_header .btn-green {
		font-size: 30px;
		min-height: 58px;
	}
	.btn-green {
		font-size: 20px;
		min-height: 50px;
	}

}

@media (min-width: 769px) and (max-width: 991px) {
	.image-item {
		width: 50%;
	}

	.image-mob {
		display: none;
	}

}

@media (min-width: 576px) {
	
	.h-blue h2 {
		font-size: 24px;
		width: 75%;
		margin-bottom: 35px;
	}
	
}

@media (max-width: 576px) {
	.gis__promo-btns {
		flex-direction: column;
	}
	.btn-play {
		margin-left: 50px;
		margin-top: 50px;
	}
	.section__info a {
		top: 2px;
		white-space: normal;
	}
	.gis-step.down {
		margin-bottom: 40px;
	}
	.gis-calc {
		padding: 50px 30px;
	}
	.margin-bottom80 {
		margin-bottom: 0 !important;
	}
	.gis-steps {
		padding: 40px 0;
	}
	.content_row {
		text-align: left;
		vertical-align: middle;

	}
	.section .page_header h1 {
		font-size: 25px;
	}
	.section .page_header p {
		font-size: 15px;
	}
	.h-blue h2 {
		font-size: 25px;
	}
	.disclosure_methods .dis_text h3 {
		font-size: 20px;
		text-align: center;
	}
	.btn-green {
		margin: 20px auto;
	}
	.dis_num img {
		width: 139px !important;
		margin: 0 auto;
	}
	.page_header .btn-green {
		font-size: 18px;
		min-height: 34px;
	}
	.btn-green {
		font-size: 16px;
		min-height: 42px;
	}
}

.top_container {
	display: flex;
    flex-direction: row;
}
.section .page_header {
	position: relative;
}
.section .page_header h1 {
	color: #3C6B9B;
    text-align: left;
	font-weight: bold;
	margin-top: 40px;
    margin-bottom: 30px;
}
.section .page_header p {
	text-align: left;
}
.h-blue h2 {
	/*color: #3C6B9B;*/
    font-weight: 500;
    line-height: 180%;
	/*text-transform: uppercase;*/
	margin: 0;
	margin-bottom: 50px;
}
.content_row {
	margin-bottom: 40px;
	display: flow-root;
}
.disclosure_methods .dis_text {
	margin-bottom: 53px;
}
.disclosure_methods .dis_text .text_content {
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
}
.disclosure_methods .dis_text .text_content span {
	margin-right: 10px;
}
.dis_num img {
	width: 100px;
    display: block;
}
.benefits_col {
	padding: 10px;
}
.benefits_col img {
	display: block;
    margin: 0 auto;
}
.benefits_col p {
	font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
	margin-top: 37px;
}
.benefits_btn p {
	margin-top: 56px;
}
.benefits_btn a {
	display: block;
    max-width: 465px;
    margin: 0 auto;
}