/* Basic CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html, body{
	width: 100%;
	height: 100%;
}
body{
	overflow-y: scroll;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.max-1140px{
	max-width: 1140px;
	margin: 0 auto;
}
.semi-bold{
	font-weight: 600;
}
::-webkit-inner-spin-button{
	display: none;
}
.full-width-box{
	width: 100%;
	position: relative;
	padding-top: 66px;
}
.underline, .sum-in-currency{
	/* text-decoration: underline; */
	color: #007bff;
}
/* .bg-for-scrolltop{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.bg-for-scrolltop:hover + .scrolltop-box,
.scrolltop-box:hover{
	display: block;
}
.scrolltop-box{
	display: none;
	position: fixed;
	left: 0;
	top: 0;

	width: 100px;
	height: 100%;
	color: #fff;
	z-index: -1;
	cursor: pointer;

	background: rgba(0, 0, 0, 0.4);
}
.scrolltop-box span{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 60px;
	font-family: "SF UI Display";
	font-size: 14px;
	z-index: 6;
} */

.modal-info-box{
	display: none;
	opacity: 0;
	padding: 10px 20px;
	border-radius: 4px;
	text-align: center;
	max-width: 250px;

	background: #dc3545;
	color: #fff;

	font-family: "SF UI Display";
	font-size: 14px;
	line-height: 20px;

	position: fixed;
	left: 40px;
	bottom: 30px;
	transition:  all .3s ease;
	z-index: -1;
}
.modal-info-box.visible{
	transform: translateY(-10px);
	opacity: 1;
	z-index: 2;
}
.modal-info-box.anvisible{
	transform: translateY(0px);
	opacity: 0;
}

/* warning date inputs */
.inputs-date div.warning-date-inputs{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;

	background: rgba(255,255,255,1);
	color: #303030;
	border-radius: 4px;

	font-family: "SF UI Display";
	font-size: 16px;
	line-height: 22px;
	margin: 0!important;
	font-weight: 400;
}
.inputs-date .warning-date-inputs .mess-warning-di{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;

	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 20px;
}
.mess-warning-di svg{
	position: absolute;
	left: 10px;
	top: 10px;

	width: 25px;
	height: 25px;
}
.mess-warning-di span{
	display: none;
	max-width: 500px;
}
.timer-warning{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;

	width: 25px;
	height: 25px;

	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

/* inputs date */
header{
	width: 100%;
	height: 66px;
	background: #fff;
}
.main-header{
	position: relative;
	z-index: 2;
	width: 100%;

	text-align: center;

	font-family: "SF UI Display";
	color: #fff;
}
.main-header h1{
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 25px;
}
.main-header p{
	position: relative;
	font-size: 16px;
	margin-bottom: 75px;
}
.main-header p:after{
	position: absolute;
	content: "";
	left: calc(50% - 25px);
	bottom: -25px;

	width: 50px;
	height: 2px;
	background: #fff;
}
.full-width{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 500px;

	background: url("../img/EoAB8aTc2xQ_.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	/* margin-bottom: 66px; */
}
.full-width::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 1;

	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.datepicker{
	font-family: "SF UI Display";
	font-size: 14px;
}
.input-group-addon{
	position: absolute;
	right: 0;
	bottom: 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 40px;

	color: #555;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}
.input-group-addon svg{
	width: 15px;
	height: 15px;
}
.form-control{
	padding-right: 40px;
	box-sizing: border-box;
	cursor: pointer;
}

.inputs-date{
	position: relative;
	z-index: 2;
	width: 100%;
	/* margin: 50px 0; */
	/* padding-left: 20px;
	padding-right: 20px; */
	padding: 20px;
	background: rgba(255,255,255,0.35);
	border-radius: 4px;
	/* border-left: 2px solid #007bff; */

	font-family: "SF UI Display";
	font-size: 14px;
	color: #fff;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.inputs-date div{
	position: relative;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
}

.inputs-date label {
	/* margin-right: 10px; */
	margin-bottom: 10px;
}

.inputs-date input, .inputs-date select {
	width: 150px;
	height: 40px;
	font-family: "SF UI Display";
	font-size: 14px;
	color: #303030;
	text-align: center;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
}
.inputs-date select { text-align-last: center; }
.inputs-date button{
	padding: 10px 15px;
	font-size: 14px;
	font-family: "SF UI Display";
	color: #303030;
	box-sizing: border-box;

	background: #007bff;
	border: 1px solid #007bff;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s ease;
	align-self: flex-end;
}
.inputs-date button:hover{
	/* background: none;
	color: #007bff; */
	background: #1176e3;
}
#adult-people-count,
#children-count{
	width: 90px;
}

/* Main */
.hotel-rooms-conteiner{
	width: 100%;
	font-family: "SF UI Display";
	font-weight: 400;
	font-size: 14px;
	color: #303030;
	padding-bottom: 50px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-items: center;
}
.hotel-room-box{
	position: relative;
	max-width: calc(33.3333333333% - 10px);
	/* padding: 20px; */
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	/* margin-bottom: 40px; */

	border-radius: 10px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: default;
	margin-bottom: 15px;
	margin-right: 15px;
}
.bg-rooms{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.hotel-room-box:nth-child(3n+3){
	margin-right: 0;
}
.room-type{
	color: #344583;
}
.hotel-room-img{
	width: 100%;
	/* min-width: 350px;
	max-width: 350px; */
}
.hotel-room-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.hotel-room-info{
	width: 100%;
	/* max-width: 760px; */
	/* padding-left: 25px; */
}
.hotel-room-info>p,
div.paragraph{
	position: relative;
	width: 100%;
	text-align: center;
	/* margin-bottom: 10px; */
	line-height: 20px;
	padding: 15px 20px;
}
div.paragraph{
	padding-bottom: 30px;
}

p.desc-paragraph{
	position: relative;
  text-align: justify;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
div.paragraph::after{
	position: absolute;
	content: "...";
	left: 20px;
	bottom: 15px;
	color: #303030;

	width: 20px;
	height: 10px;
	line-height: 0;
	letter-spacing: 1.5px;
	text-align: left;
}
.left-count-rooms{
	border-bottom: 1px solid #ccc;
	padding-top: 0!important;
}

.border-bottom{
	border-bottom: 1px solid #ccc;
}
.hotel-room-info>p:last-child{
	margin-bottom: 0;
}
.hotel-room-info span{
	color: #007bff;
	cursor: pointer;
}
.hotel-room-info span.booking{
	position: relative;
	z-index: 2;
	float: right;
	margin-right: 20px;
	padding: 10px 14px;
	color: #fff;
	background: #007bff;
	border-radius: 4px;
	margin-bottom: 20px;
}
.hotel-room-info span.more-info-about-room{
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 20px;
	color: #303030;
	padding: 10px 0;
	text-decoration: underline;
}
.hotel-room-info span.booking,
.hotel-room-info span.more-info-about-room{
	display: block;
	margin-top: 20px;
}
.hotel-room-info span:hover{
	text-decoration: underline;
}
.hotel-room-info span.more-info-about-room:hover{
	text-decoration: none;
}

/* open hotel room step 1 */
.open-hotel-room{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;

	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);

	font-family: "SF UI Display";
	font-weight: 400;
	font-size: 14px;
	color: #303030;
	/*line-height: 20px;*/
	display: none;
}
.flex-wrap{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
	position: relative;
}
.bg-close-form{
	position: fixed;
	width: 100%;
	height: 100%;

	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.close-ohrb{
	position: absolute;
	z-index: 11;
	right: 25px;
	top: 25px;
	cursor: pointer;
	display: none;
}
.close-ohrb svg{
	width: 30px;
	height: 30px;
	transition: all .3s ease;
}
.close-ohrb path{
	transition: all .3s ease;
}
.close-ohrb:hover svg g path{
	fill: #007bff;
}
.opened-hotel-room-box{
	position: relative;
	z-index: 3;

	max-width: 660px;
	max-height: 600px;
	overflow-y: auto;

	background: rgba(255, 255, 255, .9);
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	box-sizing: border-box;

	/*display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;*/
}

::-webkit-scrollbar {
    width: 10px;
    height: 18px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2.1px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: red;
}

.main-ohrb-img{
	width: 100%;
	height: 350px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-attachment: fixed;
	margin-bottom: 5px;
}
.mini-slider{
	position: relative;
	width: 100%;
	height:75px;
	/* padding: 0 5px; */
	margin-bottom: 25px;
	/*box-sizing: border-box;*/
	overflow: hidden;
}
.next-gallery-item,
.prev-gallery-item{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	z-index: 2;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.next-gallery-item:hover span,
.prev-gallery-item:hover span{
	opacity: 1;
}
.prev-gallery-item{
	left: 0;
}
.next-gallery-item span,
.prev-gallery-item span{
	transition: all .3s ease;
	cursor: pointer;
	opacity: 0;
	/* display: none; */
	display: block;
	width: 40px;
	height: 40px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	background: rgba(0,0,0,0.7);
}

.next-gallery-item span img,
.prev-gallery-item span img{
	width: 20px;
	height: 20px;
}
.next-gallery-item span img{
	margin-left: 5px;
}
.prev-gallery-item span img{
	margin-right: 2px;
}

.wrap-mini-slider{
	height: 100%;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.wrap-mini-slider img{
	height: 100%;
	margin-right: 5px;
	cursor: pointer;
}
.wrap-mini-slider img:last-child{
	margin-right: 0;
}
.text-ohrb-box{
	width: 100%;
	padding: 0 25px;
	margin-bottom: 15px;
	line-height: 20px;
}
.text-ohrb-box p{
	padding-top: 15px;
}
.text-ohrb-box p:first-child{
	padding-top: 0;
}
.opened-hotel-room-box button{
	padding: 17px 15px;
    font-size: 14px;
    font-family: "SF UI Display";
    color: #303030;
    box-sizing: border-box;
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
    line-height: 0;

    margin-bottom: 25px;
    margin-right: 25px;
    align-self: flex-end;
}
.opened-hotel-room-box button:hover{
	background: none;
    color: #007bff;
}
.bron-step-2{
	float: right;
}
.cost-info{
	font-weight: bold;
}
/* .total_cost_info{
	text-decoration: underline;
} */

/* step 2 -> contacts data */
.input-user-data{
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 25px;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

svg.status-input{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 35px;
}

svg.status-input path {
  stroke-dasharray: 1400;
  animation: dasharray .3s linear;
}
svg.status-input.error path{
	fill: #d43f3a;
}
svg.status-input.success path{
	fill: #5cb85c;
}

@keyframes dasharray {
	from {
    stroke-width: -1400;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.input-user-data:first-child{
	margin-top: 25px;
}

.input-user-data input, .input-user-data select{
	height: 100%;
	box-sizing: border-box;

	font-size: 14px;
    font-family: "SF UI Display";
    color: #303030;
    border: 1px solid #ccc;
}
#select-currency{
	position: relative;
	min-width: 90px;
	height: 40px;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	margin-top: 24px;
	/* background: rgba(255,255,255,.5); */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#select-currency img{
	margin-left: 15px;
}

/* currency list */
.currency-list{
	display: none;
	position: absolute;
	/* right: 40px; */
	left: calc(50% - 560px);
	bottom: 66px;
	z-index: 2;
}
.currency-list-box{
	/* width: 100px; */
	width: 1120px;
	height: 30px;
	overflow: auto;
	position: relative;
	background: rgba(255,255,255,.5);
	border-radius: 4px;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

	font-size: 12px;
  font-family: "SF UI Display";
  color: #303030;
}
.currency-list-box>div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 2.5px 10px;
	align-items: center;
	height: 100%;
	/* width: 100%; */
	width: 80px;
	/* margin-top: 10px; */
	/* margin-right: 10px; */
	transition: background-color .3s ease;
	cursor: pointer;
}
.currency-list-box>div:hover{
	/* background: #007bff; */
	background: rgba(255,255,255,.6);
	/* color: #fff; */
}
.currency-list-box div img{
	margin-left: 10px;
}
/* end */

.input-user-data input{
	min-width: 300px;
	padding-left: 15px;
}

#birthday, #birthday-year{
	width: 75px;
}
#birthday-month{
	width: 130px;
}

.input-user-data select{
	margin-right: 10px;
}

option{
	text-align: center;
}

.input-user-data select:last-child{
	margin-right: 0;
}

.input-user-data label{
	width: 135px;
	margin-right: 25px;
}

.bron-step-1{
	float: left;
	margin-right: 0;
	margin-left: 25px;
}

.bron-step-3{
	float: right;
}

/* Additional services */
.additional-services{
	padding: 25px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.additional-services>div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
	/* flex-wrap: wrap; */
}
.additional-services img{
	width: 35px;
	height: 35px;
	margin-right: 20px;
}
.additional-services h2{
	font-size: 18px;
  margin-bottom: 35px;
}
.additional-services p{
	line-height: 20px;
	max-width: 405px;
	padding-right: 15px;
}
.additional-services>div:last-child{
	margin-bottom: 0;
}
.cost-as{
	padding-right: 10px;
	font-weight: 600;
	transition: color .3s ease;
	color: #303030;
}
.cost-as.checked, .cost-as .value_in_currency,
.total-as-cost .value_in_currency{
	color: #007bff;
}
.buttons-as button{
	margin: 0;
	transition: all .3s ease;
}
.additional-services .buttons-as{
	width: 100%;
	justify-content: space-between;
}
.addition-services-step{
	float: right;
}
.addition-services-step.back-step{
	float: left;
	margin-right: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.total-as-cost{
	display: none;
	font-weight: 600;
}

/* bron step 3 -> bying types */
.bying-types-box{
	width: 100%;
	height: 100%;
	padding: 25px;

	font-size: 14px;
    font-family: "SF UI Display";
    color: #303030;
}
.bying-types-box h2{
	font-size: 18px;
	margin-bottom: 20px;
}

.bying-types-box h3 {
	margin-bottom: 10px;
	font-weight: 600;
}

.bying-types-box h4 {
	margin-bottom: 20px;
	font-weight: 600;
}

.bying-types-box p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
}
.bying-types-box p.total-cost{
	margin-bottom: 30px;
}
.bying-types{
	position: relative;
	min-width: 350px;
	height: 50px;
	margin-bottom: 20px;

	border: 1px solid #ccc;
	border-radius: 4px;
}

.bying-types:last-child{
	margin-bottom: 0;
}

.bying-types label{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.bying-types svg{
	width: 30px;
	height: 30px;
	margin-right: 15px;
	margin-left: 20px;
}

.bying-types-box .bron-end{
	float: right;
	margin-right: 0;
}

.bying-types-box .bron-step-2{
	margin-right: 0;
	float: left;
}

.bying-types input{
	width: 15px;
	height: 15px;

	margin: 0!important;
	position: absolute;
	right: 20px;
	top: calc(50% - 7.5px);
}

/* bron end */
.bron-end-box{
	width: 100%;
	height: 100%;
	padding: 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

    font-family: "SF UI Display";
    color: #303030;
}
.bron-end-box svg{
	width: 100px;
	height: 100px;
	margin-bottom: 25px;
	animation: ping_pong .5s alternate;
}
.bron-end-box path {
	fill: #5cb85c;
	fill-opacity: 1;
	stroke-width: 1;
	stroke: #5cb85c;
	stroke-dasharray: 500 0;
	animation: dasharray 2s alternate;
}

@keyframes dasharray {
	0% {
		fill: none;
		stroke-dasharray: 0 500;
		fill-opacity: 0;
	}
	50%{
		fill-opacity: 0.2;
	}
	100% {
		/*fill: #5cb85c;*/
		/*stroke: rgba(0,0,0, .5);*/
		stroke-dasharray: 500 0;
		fill-opacity: 1;
	}
}

@keyframes ping_pong {
	0% {
		transform: translateY(-10px);
	}
	50%{
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

.bron-end-box p{
	font-size: 14px;
}

.bron-end-box span{
	margin-top: 15px;
	font-size: 11px;
}

/* first adaptivity */
@media (max-width: 1140px) {
	.currency-list{
		right: unset;
		bottom: unset;

		left: 0;
    top: 187px;
    z-index: 12;
	}
	.currency-list-box{
		flex-wrap: wrap;
		height: unset;
		width: 100%;
		padding: 14px 0;
    background: rgba(255,255,255,0.9);
		justify-content: center;
	}
	.currency-list-box>div{
		height: 35px;
	}
	.main-header p{
		margin-bottom: 50px;
	}

	.inputs-date{
		flex-wrap: wrap;
	}
	.inputs-date input,
	#adult-people-count,
	#children-count{
		width: 100%;
	}
	.inputs-date div{
		margin-right: 20px;
		width: calc(50% - 10px);
	}
	.input-group.date{
		width: 100%!important;
	}
	.inputs-date div:nth-child(2),
	.inputs-date div:nth-child(4){
		margin-right: 0;
	}
	.inputs-date div:nth-child(3),
	.inputs-date div:nth-child(4){
		margin-top: 20px;
	}

	.inputs-date div:nth-child(5){
		width: 100%;
    margin-right: 0;
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	}
	.inputs-date div:nth-child(5) label{
		margin-bottom: 0;
    margin-right: 15px;
	}
	.inputs-date div:nth-child(5) span{
		width: 100px;
	}

	#search-hotel-rooms{
		width: 100%;
		margin-top: 20px;
	}

	/* .empty-search-p{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.empty-search-p svg{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	} */

	.hotel-room-box{
		margin: 15px;
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}

	.open-hotel-room{
		overflow-y: scroll;
		background: rgba(0, 0, 0, .8);
	}
	.flex-wrap{
		height: unset;
		min-height: 100%;
	}
	.opened-hotel-room-box{
		width: 100%;
		max-width: 100%;
		max-height: unset;
	}
	.mini-slider{
		padding: 0;
	}

	.input-user-data{
		height: 64px;
		flex-direction: column;
		align-items: flex-start;
	}
	.input-user-data input{
		min-width: 100%;
	}
	.input-user-data label{
		margin-right: 0;
		margin-bottom: 10px;
	}

	.additional-services>div{
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.additional-services>div>div{
		margin-bottom: 25px;

		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.additional-services>div>div br{
		display: none;
	}
	.additional-services img{
		margin-right: 0;
		width: 100px;
		height: 100px;
	}
	.additional-services p{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.cost-as{
		padding-right: 20px;
	}
	.cost-as .value_in_currency{
		padding-left: 3px;
	}
	.buttons-as{
		flex-direction: row!important;
		flex-wrap: wrap;
	}
	.buttons-as span{
		order: 1;
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	.buttons-as button:first-child{
		order: 2;
	}
	.buttons-as button:last-child{
		order: 3;
	}

	.bying-types{
		min-width: 100%;
	}
	.bying-types-box p{
		margin-bottom: 25px;
	}

	.bron-end-box p{
		line-height: 20px;
	}
	.bron-end-box span{
		line-height: 14px;
	}
	.bron-end-box p,
	.bron-end-box span{
		text-align: center;
	}

	.close-ohrb{
		display: block;
		right: 10px;
		top: 10px;
	}
}
