	.hidden-form-m {
		display: none;
	}

	.validate-message {
		z-index: 9999;
	}

	.our-offices {
		margin-top: -30px;
		margin-bottom: 30px;
	}

	.our-offices-w {
		display: flex;
		justify-content: center;
	}

	.office-item {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 20px;
		box-sizing: border-box;
	}

	.office-item-link {
		text-decoration: none;
		cursor: pointer;
	}

	.office-item-link-active {
		position: relative;
		font-weight: bold;
	}

	.office-item-link-active:before {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
		background: #ff7200;
	}

	.m-offices-map {
		height: 400px;
	}

	.m-hr {
		display: block;
		margin: 20px 0;
		height: 1px;
		width: 100%;
		background: #B6B6B6;
		color: #B6B6B6;
		border: 0;
	}

	.payment-methods-m {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
    	padding-top: 20px;
    	padding-bottom: 20px;
	}

	.payment-methods-pic {
		display: block;
	}

	.requisites-m {
		display: flex;
		justify-content: center;
	}

	.requisites-m-item {
		width: 50%;
		padding-right: 20px;
		box-sizing:  border-box;
	}

	.requisites-m-item p {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.requisites-m-title {
		padding-bottom: 10px;
	}

	.map-m-title {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		line-height: 24px;
		padding: 20px 0;
	}

	.get-m-form-w {
		margin: 30px 0;
	}

	.get-m-form {
		padding: 10px 40px;
		color: #fff;
		border: 0px;
		font-size: 14px;
		font-family:'Roboto';
		font-weight: 700;
		background: #ff7200;
		cursor: pointer;
	}
	.contacts-send:hover {background:#ff8f35;}

	.m-form {
		display: none;
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    width: 100%;
	    min-height: 100%;
	    background-color: rgba(0, 0, 0, .5);
	    position: fixed;
	    z-index: 9999;
	}

	.booking-form {
		position: relative;
		background: #fff;
		padding: 70px 45px 40px 45px;
    	max-width: 660px;
    	margin: 10% auto;
	}

	.m-form-close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		background-image: url("../img/icons/close.png");
		background-repeat: no-repeat;
		background-size: 30px;
		z-index: 10000;
		cursor: pointer;
	}

	.m-form .booking-form-i {
		position: relative;
	}

	.m-form .validate-message {
		z-index: 10001;
	}

	.contacts-page-m .page-title {
		width: 100%;
		float: none;
		text-align: center;
	}

	.get-m-form-w-2 {
		display: none;
	}

	.payment-methods {
		width: 250px;
		padding-top: 50px;
	}
	.payment-methods-pic {
		display: block;
	    width: auto;
	    max-width: 200px;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.m-insert-adress {
		line-height: 26px;
	}

	.m-form .booking-form-i .input {
		border-radius: 0;
	}

	.m-form .booking-form-i .textarea-wrapper {
		border-radius: 0;
	}

	.m-form .contacts-send {
		border-radius: 0;
	}

	.requisites-m-item .write-us-title {
		text-align: center;
		padding-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
	}

	@media only screen and (max-width: 480px) {
		.payment-methods {
			margin: 0 auto;
		}
	}


.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.t-success {
	flex-direction: column !important;
	justify-content: center;
	align-items: center;
	padding: 3rem 5rem;
    text-align: center;
}

.t-success h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	color: #52d98c;
}

.t-success p {
	font-size: 1.1rem;
}

.step-done {
	background-color: transparent;
	color: inherit;
}

.photo-wrapper .offer-slider-img {
	overflow: hidden;
}

@media only screen and (max-width: 1040px) {


	.contacts-page-m .contacts-colls-l {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}

	.contacts-page-m .contacts-colls-r {
		margin: 0;
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}

	.requisites-m-item {
		width: 100%;
		padding-right: 0;
	}

	.requisites-m-item:first-child {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.requisites-m {
		flex-wrap: wrap;
	}

	.get-m-form-w {
		display: none;
	}
	.get-m-form-w-2 {
		display: block;
		margin-top: 30px;
	}

	.payment-methods-pic {
		max-width: 175px;
	}

	.contacts-page-m .maot-contacts-colls-txt {
		margin-top: 20px;
	}
	.contacts-page-m .maot-contacts-colls-copyright {
    	margin-top: 20px;
	}
}

@media only screen and (max-width: 800px) {

	.contacts-page {
		overflow: auto;
	}

	.our-offices {
		overflow: auto
	}
	.our-offices-w {
		width: max-content;
		padding: 10px 0;
	}

	.contacts-page-m .contacts-colls-l {
		margin-bottom: 0;
	}

	.booking-form {
		max-width: calc(100% - 40px);
		box-sizing: border-box;
		margin: 20% auto;
	}

	.contacts-page-holder {
		padding-bottom: 20px;
	}
}

/* Стили на странице Предложения */

.offer-wrapper {
	margin: 3rem auto;
	width: 80%;
	max-width: 1020px;
}

.offer-form {
	padding: 2rem;
	color: #7b7b7b;
	border-radius: 10px;
	box-shadow: 0 0 17px 1px rgb(0 0 0 / 10%);
}

.t-h1 {
	font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin: 1.5rem 0 2rem;
}

.t-h2 {
	font-size: 1.2rem;
    font-weight: 600;
}

.step-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
    margin: 1rem 0 2.5rem;
}

.t-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
}

.t-step span {
	margin-top: 5px;
	font-size: 0.8rem;
	color: #adadad;
}

.t-active {
	color: #777777 !important;
	box-shadow: 0 0 12px 1px rgb(0 0 0 / 10%);
}

.t-finish {
	background-color: #52d98c;
	color: #fff;
}

.num-step {
	width: 58px;
	height: 58px;
	color: #cfcfcf;
	text-align: center;
    line-height: 58px;
	font-size: 2.2rem;
	background-color: #ededed;
	border-radius: 10px;
}

.dec-line {
	position: absolute;
	border-top: 1px dotted;
	width: 15%;
	color: #919191;
	max-width: 205px;
}

.dec-line span:first-child {
	position: absolute;
	right: 0;
	top: -2px;
	border-top: 1px solid #919191;
	transform: rotate(45deg);
	width: 3px;
}

.dec-line span:last-child {
	position: absolute;
	right: 0;
	top: 0;
	border-top: 1px solid #919191;
	transform: rotate(-45deg);
	width: 3px;
}

.t-tab {
	display: none;
	flex-direction: row;
	justify-content: space-between;
}

.t-tab-left {
	width: 28%;
}

.t-tab-right {
	width: 70%;
}

.t-fieldset {
	display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}

.t-fieldset:last-child {
	margin-bottom: 0;
}

.t-fieldset p {
	font-size: 0.8rem;
	font-weight: 100;
	padding: 5px 0;
    margin: 0;
}

.t-column {
	width: 58%;
}

.t-column-r {
	width: 40%;
}

.offer-form .srch-tab-left, .offer-form .srch-tab-right {
	width: 48%;
}

.offer-form .srch-tab-left {
	margin-right: 2%;
}

.t-form-btn {
    font-family: 'robotobold';
    font-size: 1rem;
    font-weight: bold;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: #ff7200;
	cursor: pointer;
}

.offer-form .search-item-children {
	height: auto;
	height: 50px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 1rem;
    box-sizing: border-box;
}

.t-form-comment {
    width: 100%;
    font-family: 'roboto';
    font-size: 1.1rem;
    border-radius: 10px;
    color: #666666;
    padding: 0.8rem;
    border: 1px solid #bababa;
    cursor: pointer;
}

.offer-form .input-a {
	height: auto;
    font-size: 1.1rem;
    line-height: 50px;
    padding: 0 0.8rem;
    height: 50px;
    box-sizing: border-box;
}

.offer-form .input-a input[type='text']  {
	font-size: 1.1rem;
	padding: 0;
	color: #9f9f9f;
}

.offer-form .search-item-children-col-vo {
	font-size: 1.1rem;
}

.offer-form .date-icon {
	width: 22px;
	height: 22px;
	right: 10px;
}

.back-step {
	color: #3cceff;
	text-decoration: underline;
	cursor: pointer;
}

.t-dflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wdt-45 {
	width: 45%;
}

.wdt-5 {
	width: 50%;
}

.offer-form .list-group-dir, .offer-form .list-group-fr {
	top: 50px;
}

.offer-form .list-group-dir li, .offer-form .list-group-fr li {
	height: auto;
	line-height: 1;
}

.step-done {
	background-color: #52d98c;
	color: #fff !important;
}

.photo-wrapper {
	width: 100%;
	margin: 3rem auto;
}

.photo-wrapper .slider-block-c {
	padding: 0;
}

.photo-wrapper .offer-slider-img img {
	width: 260px;
	height: 185px;
}

.offer-form .adults-info {
	top: 53px;
    width: 100%;
}

.offer-form .plus-minus, .offer-form .children-info {
	height: 50px;
}
.offer-form .children-info {
	top: 104px;
	width: 100%;
}
.offer-form .plus-minus__wrapper, .offer-form .plus-minus__text {
	height: 50px;line-height: 50px;
}

@media screen and (max-width: 960px) {
	.t-tab {
		flex-direction: column;
	}

	.t-tab-left, .t-tab-right {
		width: 100%;
	}

	.t-tab-left {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 640px) {
	.t-tab, .t-dflex, .t-fieldset {
		flex-direction: column;
	}

	.t-tab-left, .t-tab-right {
		width: 100%;
	}

	.t-tab-left {
		margin-bottom: 1rem;
	}
	.wdt-45 {
		width: 100%;
	}

	.wdt-5, .t-column-r, .t-column {
		width: 100%;
	}

	.offer-form .input-a {
		margin-bottom: 1.5rem;
	}

	.offer-wrapper {
		width: 90%;
	}

	.t-step span {
		display: none;
	}

	.offer-form {
		padding: 0;
		box-shadow: none;
	}
	.step-wrapper {
		margin-top: 1.5rem;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.dec-line {
		position: relative;
		width: 100%;
		background-color: #c4c4c4;
		height: 10px;
		border-radius: 3px;
		order: 3;
		border: none;
	}
	.t-step {
		order: 1;
		width: 50%;
	}

	.t-step p {

	}

	.num-step {
		background-color: transparent;
		width: auto;
		height: auto;
		margin-bottom: 0.5rem;
		font-size: 1rem;
		line-height: 1;
		border-radius: 0;
	}

	.t-active {
		box-shadow: none;
	}

	.t-fieldset:last-child {
		flex-direction: row;
	}

	.t-column-r .input-a {
		margin-bottom: 0;
	}

	.offer-form .search-item-children {
		line-height: 55px;
		height: 55px;
		padding: 0 1rem;
	}

	.offer-form .input-a {
		line-height: 55px;
		height: 55px;
	}

	.t-h1 {
		font-size: 1.8rem;
	}

	.adults-info, .children-info {
		width: 100%;
	}

	.offer-form .list-group-dir, .offer-form .list-group-fr {
		top: 56px;
	}

	.active-step {
		width: 50%;
		background-color: #52d98c;
	}
	.dec-line {
		max-width: 100%;
	}
	.dec-line span {
		display: none;
	}

	.l-done:before {
		content: " ";
		height: 10px;
		border-radius: 3px;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		background-color: #52d98c;
	}

	.step-done {
		color: #52d98c !important;
		background-color: transparent;
	}

	.t-order-send .t-step {
		display: none;
	}

	.t-order-send  p {
		font-weight: 600;    
		color: #52d98c;
		font-size: 1rem;
	}

	.t-order-send .l-done:before {
		width: 100%;
	}

	.photo-wrapper .offer-slider-img img {
		width: auto;
		height: 62px;
	}
.photo-wrapper .offer-slider-img img {
	min-height: 60px;
	max-height: 90px;
}

.photo-wrapper .offer-slider-img {
	overflow: hidden;
}
	.t-form-btn, .t-fieldset p {
		width: 48%;
	}
	.t-fieldset p {
		font-size: 0.7rem;
	}

	.t-success {
		padding: 1.2rem;
	}

	.t-success h2 {
		font-size: 2rem;
	}

	.offer-form .plus-minus__wrapper, .offer-form .plus-minus__text {
		font-size: 1rem;
	}

	.offer-form .plus-minus {
		padding-left: 1rem;
	}
}