.full-page-block {
	background: #cb5e49;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

@media(max-width: 1023px) {
	.full-page-block {flex-wrap: wrap}
	.full-page-block .heading-text {width: 100%}
}

.full-page-block .heading-text h1 {
	color: #fff;
	font-size: 45px;
}

@media(max-width: 390px) {
	.full-page-block .heading-text h1 {font-size: 40px}
}

.full-page-block .heading-text p {
	color: #622424;
	font-size: 16px;
	font-weight: 400;
	max-width: 500px;
}

#man-seating {
	position: relative;
	top: 6px;
}

@media(min-width: 1024px) {
	#man-seating-tablet {display: none}
}

@media(max-width: 1023px) {
	.full-page-block {justify-content: flex-end}
	.full-page-block .play-button div {margin-right: 40px}
	#man-seating {display: none}
	#man-seating-tablet {
		position: relative;
		top: 4px;
	}
}

@media(max-width: 430px) {
	.full-page-block .play-button {
		width: 100%;
		position: relative;
		top: 50px;
		left: 30px;
	}
}

#man-seating-message {
	position: absolute;
	top: 0px;
	left: -15px;
}

.main-wrapper {margin-top: 50px}

.overflow-hidden {overflow: hidden}
@media(max-width: 768px) {.white .btn__blobs, .red .btn__blobs {display: none}}

/* Основная часть */

/* Блок с оплатой */
.payment {
	background: #fff url("/img/tarrifs_bg.jpg") center center repeat;
    background-size: cover;
	padding-bottom: 60px;
	padding-top: 20px;
}

.payment h3 {
	color: #fff;
	font-size: 3rem;
	text-align: center; 
	margin-top: 50px;
	margin-bottom: 10px;
}

@media(max-width: 450px) {
	.payment h3 {font-size: 2rem}
}

.payment .table {
	background: #382C38;
	margin-top: 30px;
	padding: 50px 30px;
}

.payment .table .row.images {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.payment .table .row.images div {
	margin-bottom: 30px;
	position: relative;
}

@media(min-width: 1251px) {
	.payment .table .row.images div {
		width: 30%;
	}
	
	.payment .table .row.images div:not(:last-of-type):not(:nth-child(3n)) {margin-right: 3%}
}

@media(max-width: 1250px) and (min-width: 851px) {
	.payment .table .row.images div {
		width: 46%;
	}
	
	.payment .table .row.images div:not(:nth-child(2n)) {margin-right: 3%}
}

@media(max-width: 850px) {
	.payment .table .row.images div {
		width: 90%;
	}
}

.payment .table .row.images div img {
	opacity: 0.3; 
	transition: none;
	width: 100%;
}
.payment .table .row.images div img:hover {opacity: 1; cursor: pointer}

.payment .table .row.images div.active img {opacity: 1}
.payment .table .row.images div:not(.active) i {display: none}

.payment .table .row.images div.active i {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

@media(min-width: 451px) {.payment .table .row.images div.active i {font-size: 50px}}
@media(max-width: 450px) {.payment .table .row.images div.active i {font-size: 35px}}

.row.buy {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.row.buy .nice-select {
	background: #2B242E;
	border: 1px solid #221d23;
	color: #fff;
	margin-bottom: 20px;
}

.nice-select:hover, .nice-select:focus {border: 1px solid #888888}

.nice-select .list {
	box-shadow: none;
	background: #2B242E;
	border: 2px solid #221d23;
	font-size: 14px;
	
	-webkit-box-shadow: 10px 0px 18px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 10px 0px 18px 0px rgba(0,0,0,0.52);
	box-shadow: 10px 0px 18px 0px rgba(0,0,0,0.52);
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover 
{background: #211D22}

.nice-select li {font-weight: 500!important;}

.nice-select {
	width: 120px;
	margin: 0 auto;
}

.row.buy .btn {
	text-align: center;
	margin: 0 auto;
}

@media(min-width: 401px) {.row.buy .btn {width: 200px}}
@media(max-width: 400px) {.row.buy .btn {max-width: 200px}}

/* Блок с описанием возможностей */
.blocks-info {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2f2f2;
}

.blocks-info h3 {
	font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #333;
}

.blocks-info .allInfo {
	display: flex;
	justify-content: space-between;
}

.blocks-info .allInfo > div:not(.icon-block) {
	width: 300px;
	border-radius: 9px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}

.blocks-info .allInfo > div.icon-block {
	font-weight: 900;
	font-size: 50px;
	transform: translateY(50px);
	color: #2f3c43;
}

.blocks-info .allInfo > div img {
	width: 80px;
	margin-bottom: 20px;
}

.blocks-info .allInfo > div h5 {
	font-size: 20px;
	color: #E06149;
}

.blocks-info .allInfo > div p {
	width: 250px;
	margin: 0 auto;
}

@media(max-width: 990px) and (min-width: 780px) {
	.blocks-info .allInfo > div:not(.icon-block) {
		width: 200px
	}
	
	.blocks-info .allInfo > div p {
		width: auto;
		margin: 0;
	}
}

@media(max-width: 779px) {
	.blocks-info .allInfo {
		flex-wrap: wrap; 
		justify-content: space-between;
		
	}
	
	.blocks-info .allInfo > div:not(.icon-block) {width: 50%}
	.blocks-info .allInfo > div.icon-block {text-align: center; width: 50%}
	
	.blocks-info .allInfo > div p {
		width: auto;
		margin: 0;
	}
}

/* Модальное окно */
.modalDialog {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display: none;
}

.modalDialog .close {
	float: right;
	color: #232323;
	font-size: 20px;
	font-weight: 700;
}

.modalDialog .close:hover {color: #E06149}

.modalDialog > div {
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 40px 30px;
	background: #fff;
	border-radius: 9px;
	box-sizing: border-box;
	max-width: 90%;
}

.modalDialog > div > h2 {
	font-size: 36px;
	color: #232323;
	font-weight: 700; 
	margin-bottom: 5px;
}

.modalDialog > div > p {color: #232323}

.modalDialog input:not(#rulles_get_pop_up) {
	width: 90%;
	margin: 10px 0;
	padding: 20px 5%;
    border: 1px solid #cdd0d1;
    border-radius: 9px;
    background-color: transparent;

    font-family: Montserrat,sans-serif;
    font-weight: 200;
    font-size: 1rem;
}

.modalDialog input:not(#rulles_get_pop_up):focus {border-color: #F26651}

.checkmark + label {
	top: 4px;
	position: relative;
	cursor: pointer;
}

#rulles_get_pop_up {
	-webkit-appearance: none;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	float: left;
	border: 1px solid #bbbfc0;
	border-radius: 5px;
	height: 25px;
	width: 25px;
	background-color: #fff;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	color: #606161;
}

.checkmark:hover {
	background-color: #f4f4f4;
}

#messageErrorUser_get_pop_up {
	margin-top: 20px;
	font-weight: 400;
    color: #E06149;
}

.modalDialog .btn {
	padding: 12px 15%;
	font-size: 18px;
	margin-top: 30px;
	display: block;
}

#formPay button:disabled {
	background: #434343;
	cursor: not-allowed;
	color: #fff!important;
}

#formPay button:disabled div {background: #434343;}

@media(max-width: 500px) {
	.modalDialog > div {padding: 20px}
}

#payment_types {display: none}
	
#payment_types .input {
    width: 90%;
    padding: 15px 5%;
    line-height: 200%;
    cursor: pointer;
}

#payment_types .input:hover {background-color: #f1f1f1}

#payment_types .radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
#payment_types .radio + label {cursor: pointer}
#payment_types .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
#payment_types .radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
}
#payment_types .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #e06149;
	border-radius: 50%;
	background: #FFF;
}
#payment_types .radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #e06149;
	opacity: 0;
	transition: all .2s;
}
#payment_types .radio:checked + label:after {opacity: 1}
#payment_types .radio:focus + label:before {box-shadow: 0 0 0 3px rgba(224, 97, 73, 0.15)}