body.noscroll {
    overflow: hidden;
}
#zaym-form {
    position: fixed;
    width: 65%; 
    max-width: 800px;
}
.hide {
    display: none!important;
}
.loader-bg {
	z-index: 3000;
}
.loader {
	z-index: 3001;
}
.final-step {
	display: flex;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.step__title_final {
	font-size: 28px;
    margin-bottom: 25px;
    font-family: Montserrat-SemiBold;
	color: #000;
	text-align: center;
}
.item-center_info {
	position: relative;
	padding-left: 22px;
}
.icon_single_product {
	top: 2px!important;
	font-size: 16px;
	left: 0;
}
.item-right-bottom_list-item {
	font-size: 12px;
}
.item_rating-wrap {
	padding-top: 42px;
}
.jqmOverlay {
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
@media only screen and (min-width: 991px) {
	.text-field__input {
		font-size: 14px!important;
		height: 57px!important;
		padding: 10px 25px!important;
	}
}
@media (max-width: 768px) {
	.item_rating-wrap,
 	.item_img span {
		padding-top: 0;
	}
	#zaym-form {width: 90%;}
	.step-row {
		margin: 0 -10px;
	}

	.item_wrap_stick {
		width: 100%;
	}
	.item_wrap_body-left .item_wrap_head_text {
		display: block;
		position: absolute;
		text-align: center;
		bottom: -20px;
		width: 100%;
		padding: 0;
	}
	.item_wrap_body {
		flex-direction: column;
		padding-bottom: 20px;
	}
	.item_wrap_body-left { 
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item_wrap_body-center,
	.item_wrap_body-rigth,
	.item-bottom_list-item {
		width: 100%;
	}
	.item_img {
		margin: 0;
	}
	.item-center-top { flex-wrap: wrap; }
	.item-center_info { width: 50%; }
	.item_wrap_head .item_wrap_head_text { z-index: -1; }
	.item_wrap_body-center .item-center-bottom { display: none; }
	.item-right-bottom .item-center-bottom { display: block; margin-top: 20px; }
	.item_wrap_body-rigth { flex-direction: column-reverse; padding-top: 10px; }
	.item-right-top { margin-top: 20px; }
}

/* new-form */
body.noscroll {
	overflow: hidden;
}
.form-outer-wrapper {
	position: relative;
    /*max-width: 760px;*/
	max-height: 100vh;
    box-sizing: border-box;
    padding: 48px 98px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(11,31,53,.15);
	overflow: auto;
}
.form__head {
	color: #0b1f35;
	text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 24px;
	margin-top: 0;
}
.m-24,
.form__controls {
    margin-bottom: 24px;
}
.input__wrap {
    position: relative;
}
.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    user-select: none;
    z-index: 1;
}
.form__label {
    position: relative;
    display: block;
}
.input__inficator {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    padding-right: 12px;
}
.input__inficator > svg {
    display: none;
    cursor: pointer;
    user-select: none;
}
.input__wrap.success .input__inficator svg:first-child {
    display: block;
}
.input__wrap.error .input__inficator svg:last-child {
    display: block;
}
.form__label input:not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 57px;
    box-sizing: border-box;
    padding: 17px 35px 1px 12px;
    border: 0;
    border-bottom: 1px solid rgba(11,31,53,.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(11,31,53,.05);
    border-radius: 4px 4px 0 0;
    color: rgba(11,31,53,.9);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 16px;
    line-height: 100%;
    outline: 0;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 35px 1px 10px;
    font-size: 14px;
}
.input__wrap input:not([type="checkbox"]):hover,
.input__wrap input:not([type="checkbox"]):focus {
    padding-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-color: rgba(33,51,69,.9);
}
.input__wrap.success input:not([type="checkbox"]) {
    padding-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-color: rgba(11,31,53,.3);
}
.input__wrap.error input:not([type="checkbox"]) {
    padding-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-color: #ef3124;
}
.form__float-prompt {
    position: absolute;
    top: 10px;
    left: 12px;
    color: rgba(11,31,53,.6);
    font-size: 16px;
    pointer-events: none;
    transition: all .1s linear;
}
.form__prompt {
    margin-top: 5px;
    font-size: 10px;
    color: rgba(11,31,53,.6);
    line-height: 1;
}
.input__wrap.error .form__prompt span:first-child {
    display: none;
}
.input__wrap.error .form__prompt span:last-child {
    display: block;
}
.form__prompt span:last-child {
    display: none;
    color: #ef3124;
}
.form__empty-block {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 12px;
}
.label__checkbox {
    font-size: 14px;
    color: rgba(11,31,53,.9);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    cursor: pointer;
    font-weight: 400;
    user-select: none;
    line-height: 1.1;
}
.label__checkbox input {
    position: absolute;
    left: -9999999px;
    width: 0;
    height: 0;
}
.replace__checkbox {
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    background-color: transparent;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-color: rgba(11,31,53,.6);
    background-color: rgba(11,31,53,.05);
}
.label__checkbox.checked .replace__checkbox {
    border-color: rgba(11,31,53,.15);
    background-color: rgba(239,49,36,.85);
}
.label__checkbox .replace__checkbox path {
    fill: none;
}
.label__checkbox.checked .replace__checkbox path {
    fill: #fff;
}

.form__gender {
    box-sizing: border-box;
    margin-bottom: 24px;
}
.gender__title {
    margin-top: 4px;
    font-size: 16px;
    margin-bottom: .75em;
    color: rgba(11,31,53,.6);
    line-height: 1.4;
}
.gender__btn {
    position: relative;
    display: inline-block;
    border: 0;
    background: rgba(11,31,53,.07);
    cursor: pointer;
    user-select: none;
    height: auto;
    padding: 7px 10px;
    border-radius: 32px;
    line-height: 28px;
    margin-right: 12px;
    outline: none!important;
    font-size: 16px;
    color: #0b1f35;
    line-height: 1;
}
.gender__btn.active {
    color: #fff;
    background: #0b1f35;
}
.hidden {
    display: none!important;
}
.form__float-prompt.float,
.m-24 .form__float-prompt {
    top: 0px;
    font-size: 10px;
}
.politics {
    border-bottom-color: rgba(11,31,53,.4);
    color: #0b1f35;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
/*    text-decoration: none; */
    text-align: left;
}
.form__bottom {
    padding: 10px;
    /* background: #f5f7f9; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.form__guard {
    display: flex;
    align-items: center;
}
.guard__icon {
    margin-right: 16px;
}
.quard__text {
    width: 220px;
    color: rgba(11,31,53,.6);
    font-size: 14px;
    line-height: 1.1;
}
.form__submit {
    display: inline-flex;
    height: auto;
    min-width: 150px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 0;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    user-select: none;
    min-height: 50px;
    padding: 12px 25px;
    font-size: 18px;
    border-color: transparent;
    background-color: rgba(239,49,36,.85);
    color: #fff;
}
.form__gender.error {
    border-left: 1px solid rgba(239,49,36,.85);
    padding-left: 15px;
}
.form__gender.error .gender__error {
    display: block;
}
.gender__error {
    display: none;
    color: rgba(239,49,36,.85);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.none-confirmed {
    display: none;
    margin: 8px 0 0 26px;
    color: rgba(239,49,36,.9);
    font-size: 14px;
}
.none-confirmed.error {
    display: block;
}
.close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	opacity: 1;
	z-index: 3003;
}
@media (max-width: 1600px) {
	.form__empty-block {
		height: 10px;
	}
	.m-24, .form__controls {
		margin-bottom: 10px;
	}
	.form-outer-wrapper {
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	/*.form__label input:not([type="checkbox"]) {
		height: 40px;
	}*/
	.form__head {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.form__bottom {
		padding: 10px;
	}
	.label__checkbox {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.label__checkbox {
		font-size: 12px;
		line-height: 1.5;
	}
	.form__prompt {
		font-size: 12px;
		line-height: 1.2;
	}
	.quard__text {
		font-size: 12px;
	}
	#zaymForm {
		font-size: 14px;
	}
	.form__submit {
		min-height: 30px;
		padding: 8px 25px;
		font-size: 16px;
		width: 200px;
	}
	.form__label input:not([type="checkbox"]) {
		display: block;
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		padding: 10px 35px 1px 10px;
		font-size: 14px;
	}
	.form__float-prompt.float, .m-24 .form__float-prompt {
		top: -2px;
		font-size: 10px;
	}
	.form__float-prompt {
		top: 10px;
		font-size: 12px;
	}
	.input__inficator {
		padding-top: 10px;
	}
}
@media (max-width: 768px) {
    .form-outer-wrapper {
        max-width: 600px;
		background: #fff;
		padding-left: 50px;
		padding-right: 50px;
    }
}
@media (max-width: 480px) {
	#zaym-form {
		width: 100%;
    	height: 100vh;
	}
	.form-outer-wrapper {
		max-width: 100%;
		width: 100%;
    	height: inherit;
		border-radius: 0;
		margin: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.gender__btn {
		font-size: 14px;
		padding: 4px 6px;
		margin-right: 6px;
	}
	.label__checkbox {
		font-size: 10px;
		line-height: 1.2;
	}
	.gender__btn:last-child {
		margin-right: 0;
	}
 	.form__bottom {
		flex-direction: column;
	}
	.form__submit {
		margin-top: 15px;
		width: 100%;
	}
	.quard__text {
		width: auto;
		text-align: center;
	}
	.form__gender {
		flex-wrap: nowrap;
	}
}
.zaym__popular {
	font-size: 14em;
	color: #000000;
}
	.bestOffersBlock div {
		width: 100%;
		margin: auto;
		text-align: center;
		font-size: 16px;
		padding: 10px;
		margin: 10px;
	}
	.bestOffersBlock img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.bestOffersBlock {
		display: flex;
		background-color: #fff;
		border-radius: 18px;
		box-shadow: 0 0 2px 2px rgba(100, 158, 217, .1);
		flex-direction: column;
		flex: 0 0 280px;
	}
	.bestOffersBlock div:first-child {
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
	}
	.bestOffersBlock div {
		display: flex;
		width: 100%;
		margin: auto;
		justify-content: center;
		font-size: 14px;
	}
	.bestOffersButton .buttonA, .bankBlockLast .buttonA, .forButton .buttonA, .commBut .buttonA {
		background-color: rgb(43, 107, 171);
		font-weight: 400;
		font-size: 14px;
		transition: all .3s linear;
	}
	.buttonA {
		color: #F2F2F2;
		background-color: rgba(112, 182, 3, 1);
		border: none;
	}
	.buttonA, .buttonB {
		-webkit-appearance: none;
		display: block;
		width: 60%;
		font-size: 1.4em;
		padding: .6em 0;
		border-radius: .3em;
		text-align: center;
		margin: 0 auto;
		cursor: pointer;
}
.bestOffersName a {
	color: #2b6bab;
	font-size: 13px;
}
.bestOffersProcent span:first-child {
	font-size: 1.7em;
	font-weight: 600;
}
.bestOffers ul li a:last-child:hover, .bestOffers ul li:hover, .bestOffersName a:hover, .bestOffersProcent span span {
	color: #ff6b50 !important;
}
.tags a {
	transition: all .3s linear;
}
.tags a:hover,
.bankBlockLast a:hover, .bestOffersButton a:hover {
    background-color: #ff6b50;
	color: #ffffff;
}
.FormSlider {
	position: relative;
	z-index: 2;
	top: -4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* Тарифы */
.breadcrumbs-custom {padding-top: 100px;}
.bg-white { background-color: #ffffff!important;}
.bg-image-dark::before {
	background: transparent;
	display: none;
}
.flex-lg-row-reverse h3,
.flex-lg-row-reverse ul {
	color: #000000!important;
}
.flex-lg-row-reverse ul {
	list-style-type: circle;
}
.tarrif__aside {
	/* background-color: #f1f1f1; */
	height: 100%;
	border-radius: 20px 0 0 20px;
	padding: 52px 0 65px 0;
}
.tarrif__wrap {
	position: relative;
	height: 540px;
	color: #000000;
	margin: 0;
}
.tarrif__wrap__title {
	position: absolute;
	top: -70px;
	left: 20px;
	width: auto;
	color: #000000!important;
}
.tarrif__title {
	color: #000000!important;
}
.tarrif__wrap .row {
	height: 100%;
}
.tarrifs__wrap {
	/* background-color: #ffffff; */
	border-radius: 20px;
	height: 100%;
}
.tarrif .tarrif__services_item {
	text-align: center;
	/* line-height: 25px; */
}
.tarrif__services_item {
	/* line-height: 25px; */
	min-height: 50px;
	/* border-top: 1px solid #cecece; */
}
.tarrif__long {
	position: relative;
}
.tarrif__long::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #e6e7ec;
}
.tarrif__long-bottom::before {
	top: 0;
	bottom: auto;
}
.tarrif__aside-padding {
	padding-left: 20px;
	/* font-weight: 600; */
}
.tarrif__name {
	height: 30px;
	color: #000000!important;
}
.tarrif .tarrif__name {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}
.tarrif {
	padding: 20px 0;
}
.tarrif .tarrif__services_item {
	font-weight: 500;
}
.tarrif .tarrif__services_item:nth-child(3) {
	line-height: 70px;
	margin-bottom: 20px;
}
.tarrif__services_item:nth-child(3) {
	height: 70px;
	margin-bottom: 20px;
}
.tarrif__services_item:nth-child(4),
.tarrif__services_item:nth-child(6) {
	height: 50.6px;
}
.tarrif__services_item:last-child {
	height: 50px;
}
.tarrif__long {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #000000!important;
	padding-bottom: 20px;
	margin-bottom: 26px;
}
.tarrif__long-bottom {
	padding-top: 26px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 700;
}
.tarrif__btn {
	display: block;
	height: 45px;
	width: 100%;
	padding: 0;
	color: #ffffff;
	border-radius: 4px;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
	transition: all .3s linear;
	font-size: 14px;
	font-weight: 600;
}
.tarrif__btn:hover {
	background-color: rgb(255, 96, 96);
}
.tarrif-popular {
	position: relative;
	height: auto;
	background-color: #ffffff;
	transform: translateY(-80px);
	padding: 30px;
	margin: 0 10px;
	border-radius: 15px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	overflow: hidden;
	flex: 0 0 calc(33.33333% - 20px);
	max-width: calc(33.33333% - 20px);
}
.tarrif__popular {
	position: absolute;
	top: 12px;
	right: -45px;
	transform: rotate(45deg);
	background-color: rgb(255, 71, 71);
	font-weight: 600;
	color: #ffffff;
	padding: 6px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
.bg-white {
	background-color: #ffffff;
	padding: 160px 0;
}
.tarrif__wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 300%;
	height: 100%;
	transform: translateX(-50%);
	background-color: #f5f6fa;
	z-index: 0;
}
.red-text {
	color: rgb(255, 71, 71);
	font-size: 20px;
	line-height: 1;
}
.tarrif__mobile-show,
.mobile__text {
	display: none;
}
@media (max-width: 992px) {
	.tarrif__wrap {
		height: auto;
	}
	.mobile__text {
		display: block;
		font-weight: 400;
		font-size: 14px;
	}
	.tarrif__popular {
		transform: rotate(0);
		width: fit-content;
		left: 20px;
		top: 33px;
		padding: 3px 6px;
		font-size: 12px;
	}
	.tarrif__aside {
		display: none;
	}
	.tarrif-popular {
		height: auto;
		min-width: 100%;
		margin: 0;
		transform: translateY(0);
		padding: 20px;
	}
	.tarrifs__wrap {
		padding: 25px 0;
	}
	.tarrif-popular {
		margin-bottom: 20px;
	}
	.tarrif__services_item {
		height: auto!important;
		margin: 10px 0;
		text-align: left!important;
		line-height: 1.3!important;
	}
	.tarrif__services_item:first-child {
		padding-top: 20px;
	}
	.tarrif__long {
		margin-bottom: 0;
	}
	/* .tarrif__long,
	.tarrif .tarrif__name {
		text-align: left!important;
	} */
	.tarrif__btn,
	.tarrif__long-bottom {
		display: inline-block;
		width: calc( (100% - 30px) / 2);
	}
	.tarrif__btn {
		padding: 0;
	}
	.tarrif__long-bottom {
		margin-top: 0;
	}
	.tarrif__services {
		overflow: hidden;
		/* padding: 15px 0; */
		transition: all 0.3s linear;
	}
	.hidden-tarrif .tarrif__services {
		height: 0px;
	}
	.tarrif__mobile-show {
		position: absolute;
		right: 30px;
		top: 30px;
		height: 10px;
		width: auto;
		display: block;
	}
	.tarrif__long::before {
		left: 0;
		width: 100%;
	}
	.tarrif__long-bottom::before {
		width: calc(200% + 30px);
	}
	.tarrif__mobile-show {
		transform: rotate(180deg);
		cursor: pointer;
		transition: all .3s linear;
	}
	.hidden-tarrif .tarrif__mobile-show {
		transform: rotate(0);
	}
}

/* Select */

.nice-select.select-head {
	padding-left: 11px;
    padding-right: 25px;
	color: #003d80;
	font-weight: 600;
	line-height: 30px;
	height: 30px;
	margin-bottom: -8px;
}
.nice-select .option {
	padding-left: 11px;
	padding-right: 25px;
	line-height: 30px;
	height: 30px;
	min-height: 30px;
}
.select-head .option:hover {
	color: #ee7101;
}
.list > li + li {
	margin-top: 0;
}
.nice-select:after {
	border-bottom: 2px solid #003d80;
	border-right: 2px solid #003d80;
	height: 6px;
	width: 6px;
}
.rd-navbar-panel .nice-select.select-head {
	display: none;
}

@media (max-width: 1200px) {
	.top-phone {
		text-align: center;
	}
	.rd-nav-item.last-rd-nav-item {
		display: none;
	}
	.nice-select.select-head {
		margin-bottom: 0;
		position: absolute;
		right: 0;
		margin: 0 15px;
	}
	.rd-navbar-panel .nice-select.select-head {
		display: block;
	}
}