/************ TABLE OF CONTENTS ***************
  * General
  * Typography
  * Elements
    * Popups
    * Buttons
  * Layout
**********************************************/
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.sprite-next{
	width: 32px;
	height: 45px; 

	background-image: url('../img/sprite.png');
	background-position: 0 0;
}

.sprite-prev{
	width: 32px;
	height: 45px; 

	background-image: url('../img/sprite.png');
	background-position: -32px 0;
}

/***********************************************
* Layout
***********************************************/
.content2{
	padding-top: 34px;
	padding-bottom: 34px; 

	text-align: left;
}
.content2__title{
	font-size: 20px;

	margin-bottom: 25px; 

	letter-spacing: normal;

	color: #737373;
}
.content2__title-with-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 25px; 

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content2__title-with-link .content2__title{
	margin-bottom: 0;
}
.content2__title-link{
	cursor: pointer;
}
.content2__title-link .icon{
	font-size: 0;

	display: inline-block;

	width: 16px;
	height: 10px;
	margin-right: 10px; 

	vertical-align: middle;
}
.content2__title-link span{
	font-size: 16px;
	font-weight: 500;

	color: #22a9be;
}
.content2__title-link.active .icon{
	display: none;
}
@media (min-width: 1440px){
	.content2 .container{
		width: 1435px;
	}
}
.content2__wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content2__sidebar{
	width: 246px;
	margin-right: 20px; 

	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.content2__sidebar-item{
	margin-bottom: 10px; 
	padding: 20px;

	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}
.content2__sidebar-title{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;

	margin-bottom: 9px; 

	color: #898989;
}
.content2__sidebar p{
	font-size: 14px;

	margin-bottom: 6px; 

	color: #898989;
}
.content2__sidebar .form-wrap{
	position: relative;
}
.content2__sidebar .form-wrap .input-icon{
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}
.content2__sidebar .form-control{
	font-size: 14px;
	height: 40px;
	color: #898989; 
	border: 1px solid #cacaca;
}
.form-control--error{
	border-color:red!important;
}
.error{
	color:red!important;
	font-size:14px;
}
.content2__sidebar .form-group{
	margin-bottom: 7px;
}
.content2__sidebar .form-group:last-child{
	margin-bottom: 0;
}
.content2__info{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.content2 .select-filter	+ .select2 .select2-selection--single .select2-selection__rendered{
	font-family: 'Roboto';
	font-size: 14px;
}
.content2 .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -5px; 

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content2 .col-6{
	width: 50%;
	padding: 5px;
}
.content2__check-label{
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 7px;
	padding-left: 27px;

	cursor: pointer; 

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content2__check-label input{
	display: none;
}
.content2__check-label input:checked	+ .checkbox-custom-dummy:before{
	opacity: 1;
}
.content2__check-label input:checked	+ .checkbox-custom-dummy	+ span{
	font-weight: bold;
}
.content2__check-label .checkbox-custom-dummy{
	position: absolute;
	top: 4px;
	left: 0; 

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 14px;
	height: 14px;

	border: 1px solid #cacaca;
	background: #fff;
}
.content2__check-label .checkbox-custom-dummy:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 8px;
	height: 6px;
	margin: auto; 

	content: '';

	opacity: 0;
	background: url('../images/icon-check.png') no-repeat;
	background-size: cover;
}
.content2__check-label span{
	font-size: 14px;

	color: #898989;
}
.content2__check-label .star{
	display: inline-block;

	margin-right: 2px;
}
.content2__hidden-labels{
	display: none;
}
.content2__hidden-labels-btn{
	padding-top: 5px;

	cursor: pointer;
}
.content2__hidden-labels-btn span{
	font-size: 14px;

	margin-right: 5px; 

	color: #22a9be;
}
.content2__hidden-labels-btn.active svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.content2__hidden-labels-btn svg{
	vertical-align: middle;
}
.content2__map{
	display: none;

	width: 515px;
	height: 1327px;
	margin-left: 20px; 

	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);

	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.content2__catalog-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content2__catalog-wrap_with-map .content2__map{
	display: block;
}
.content2__catalog-wrap_with-map .catalog__item{
	margin-bottom: 10px;
	padding-left: 15px;
}
.content2__catalog-wrap_with-map .catalog__info{
	min-height: 0;
}
.content2__catalog-wrap_with-map .catalog__image{
	width: 143px;
	height: 143px;
}
.content2__catalog-wrap_with-map .catalog__header{
	min-height: 144px;
	margin-bottom: 5px; 
	margin-left: 163px;
	padding-top: 25px;
}
.content2__catalog-wrap_with-map .catalog__city{
	line-height: 1;

	display: block; 

	border-right: none;
}
.content2__catalog-wrap_with-map .catalog__place{
	display: block;
}
.content2__catalog-wrap_with-map .catalog .rating{
	margin-bottom: 15px;
}
.content2__catalog-wrap_with-map .catalog__offer{
	padding-top: 9px;
	padding-bottom: 13px;
}
.content2__catalog-wrap_with-map .catalog__offer:last-child{
	padding-bottom: 13px;

	border-bottom: 1px solid #e1e1e1;
}
.content2__catalog-wrap_with-map .catalog__offer-name{
	width: 28.2%;
}
.content2__catalog-wrap_with-map .catalog__offer-info{
	width: 19.9%;
}
.content2__catalog-wrap_with-map .catalog__offer-price{
	    flex-direction: column; 

	width: 24.6%;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.content2__catalog-wrap_with-map .catalog__offer-price-special{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.content2__catalog-wrap_with-map .catalog__offer-btn{
	width: 26.7%;
	padding: 0;
}
.content2__catalog-wrap_with-map .catalog__hidden-offers{
	display: none;
}
.content2__catalog-wrap_with-map .catalog__hidden-offers-toggle{
	text-align: center;
}

.input-with-icon{
	position: relative;
}
.input-with-icon.center .form-control{
	height: 48px; 
	padding-right: 30px;
	padding-left: 30px;

	text-align: center;
}
.input-with-icon.center .icon{
	left: 15px;
}
.input-with-icon .icon{
	font-size: 0; 

	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;

	width: 15px;
	height: 15px;
	margin: auto;
}
.input-with-icon .icon.icon_minus{
	width: 19px;
	height: 2px;

	cursor: pointer; 

	border-radius: 2px;
	background-color: #22a9be;
}
.input-with-icon .icon.icon_plus{
	right: 12px;
	left: auto;

	width: 19px;
	height: 19px;

	cursor: pointer;
}
.input-with-icon .icon.icon_plus:before,
.input-with-icon .icon.icon_plus:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 19px;
	height: 2px;
	margin: auto; 

	content: '';

	border-radius: 2px;
	background-color: #22a9be;
}
.input-with-icon .icon.icon_plus:after{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.input-with-icon .form-control{
	padding-left: 35px;
}

.select-filter_small	+ .select2 .select2-selection--single{
	line-height: 40px; 

	height: 40px;
}
.select-filter_small	+ .select2 .select2-selection--single .select2-selection__rendered{
	font-family: 'Roboto';
}

.catalog{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.catalog__item{
	position: relative; 

	margin-bottom: 18px;
	padding: 15px;
	padding-bottom: 20px;
	padding-left: 267px;

	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}
.catalog__image{
	position: absolute;
	top: 15px;
	left: 15px; 

	width: 232px;
	height: 230px;
}
.catalog__image img{
	max-width: 100%;
	max-height: 100%;
}
.catalog__info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;

	min-height: 220px;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catalog__header{
	min-height: auto;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 12px; 

	border-bottom: 1px solid #e1e1e1;
}
.catalog__title{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;

	margin-bottom: 6px; 

	color: #22a9be;
}
.catalog__title a{
	color: inherit;
}
.catalog .rating{
	margin-bottom: 10px;
}
.catalog__city{
	font-size: 14px;
	line-height: 1;
	line-height: 24px;

	display: inline-block;

	margin-right: 5px; 
	margin-bottom: 1px;
	padding-right: 8px;

	color: #898989;
	border-right: 1px solid #e1e1e1;
}
.catalog__place{
	font-size: 12px;

	display: inline-block; 

	color: #898989;
}
.catalog__offer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding-top: 9px;
	padding-bottom: 9px;

	border-bottom: 1px solid #e1e1e1;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog__offer:last-child{
	padding-bottom: 0;

	border-bottom: none;
}
.catalog__offer	+ .catalog__offer{
	padding-bottom: 9px;

	border-bottom: 1px solid #e1e1e1;
}
.catalog__offer-name{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4; 

	width: 31.2%;

	text-transform: uppercase;

	color: #898989;
}
.catalog__offer-info{
	width: 16.9%;
}
.catalog__offer-info span{
	font-size: 14px;

	margin-right: 2px; 

	color: #898989;
}
.catalog__offer-special{
	font-family: 'Roboto'; 
	font-size: 14px;
	line-height: 1.2;

	display: inline-block;

	padding: 0 7px;

	color: #898989;
	border: 1px solid #ffcb02;
	border-radius: 3px;
}
.catalog__offer-price{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: bold;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 27.6%;

	text-align: center;

	color: #898989;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.catalog__offer-price span{
	text-align: right;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.catalog__offer-price-special{
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;

	color: #0090d6;

	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.catalog__offer-btn{
	width: 24.3%;
	padding-right: 33px; 
	padding-left: 20px;
}
.catalog__offer-btn .btn{
	font-size: 14px;

	width: 100%;
	padding: 7px;

	letter-spacing: normal;
}
.catalog__hidden-offers{
	display: none;
}
.catalog__hidden-offers-toggle{
	font-size: 14px;

	margin-bottom: -20px !important;
	padding: 15px 0;

	cursor: pointer; 
	text-transform: uppercase;

	color: #22a9be;
}
.catalog__hidden-offers-toggle.active svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.catalog__hidden-offers-toggle span{
	margin-right: 5px;
}
.catalog__hidden-offers-toggle svg{
	vertical-align: middle;
}

.rating{
	font-size: 0;
}
.rating__star{
	display: inline-block;

	margin-right: 2px;
}

.popup{
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;

	overflow: auto; 

	width: 100%;
	height: 100%;
}
.popup:before{
	display: inline-block;

	height: 100%;

	content: '';
	vertical-align: middle;
}
.popup__wrap{
	display: inline-block;

	width: 989px;
	margin: auto;
	padding: 19px;

	text-align: left; 
	vertical-align: middle;

	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}
.popup__wrap_order{
	width: 1039px;
}
.popup-overlay{
	position: fixed;
	z-index: 1000; 
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	opacity: .5;
	background-color: #000;
}
.popup__title{
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: normal;

	margin-bottom: 22px; 

	text-transform: uppercase;

	color: #737373;
}

.card__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding-bottom: 5px; 

	border-bottom: 1px solid #e1e1e1;
}

.card__slider{
	width: 509px;
	height: 509px;
	margin-right: 20px; 
	margin-bottom: 20px;

	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.card__slider img{
	max-width: 100%;
	max-height: 100%;
}

.card__thumbs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -7.7px; 

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.card__thumb{
	width: 72px;
	height: 72px;
	margin: 0 7.7px;
	margin-bottom: 15.4px;
}
.card__thumb img{
	max-width: 100%;
	max-height: 100%;
}

.card__title{
	font-family: 'Roboto';
	font-size: 20px;

	margin-bottom: 10px; 
	padding-top: 10px;

	text-transform: uppercase;

	color: #737373;
}

.card .rating{
	margin-bottom: 10px;
}

.card__city{
	font-size: 14px;
	line-height: 1;
	line-height: 24px;

	display: inline-block;

	margin-right: 5px; 
	margin-bottom: 1px;
	padding-right: 8px;

	color: #898989;
	border-right: 1px solid #e1e1e1;
}
.card__city-place{
	margin-bottom: 17px;
}

.card__place{
	font-size: 12px;

	display: inline-block; 

	color: #898989;
}

.card__desc h3{
	font-size: 16px;
	font-weight: 500;

	margin-bottom: 12px; 

	color: #898989;
}

.card__desc p{
	font-size: 14px;
	line-height: 1.45; 

	color: #737373;
}

.card__hidden-desc{
	display: none;
}
.card__hidden-desc-toggle{
	padding-top: 5px; 

	cursor: pointer;
}
.card__hidden-desc-toggle span{
	font-size: 14px;

	margin-right: 8px; 

	color: #22a9be;
}
.card__hidden-desc-toggle.active svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.card__hidden-desc-toggle svg{
	vertical-align: middle;
}

.card__map{
	width: 100%;
	height: 547px;

	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}
.card__map-wrap{
	width: 424px;
	margin-left: 20px; 

	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card__bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding-top: 33px;
}

.card__subtitle{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;

	margin-bottom: 20px; 

	color: #898989;
}

.card__lists{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card__list{
	list-style: none;
}
.card__list-columns{
	margin-bottom: 14px; 

	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}
.card__list-wrap{
	margin-bottom: 14px;

	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.card__list li{
	font-size: 14px;

	position: relative;

	margin-bottom: 7px; 
	padding-left: 12px;

	color: #898989;
}
.card__list li:before{
	position: absolute;
	top: 8px;
	left: -1px; 

	width: 5px;
	height: 5px;

	content: '';

	border: 1px solid #22a9be;
	border-radius: 50%;
}
.card__list-title{
	font-family: 'Roboto';
	font-size: 16px;

	margin-bottom: 8px; 

	text-transform: uppercase;

	color: #898989;
}

.card__hidden-lists{
	display: none;
}
.card__hidden-lists-toggle{
	cursor: pointer;
	text-align: center;
}
.card__hidden-lists-toggle span{
	font-size: 14px;

	margin-right: 8px; 

	color: #22a9be;
}
.card__hidden-lists-toggle.active svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.card__hidden-lists-toggle svg{
	vertical-align: middle;
}

.order .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 16px; 

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}
.order .row:last-child{
	margin-bottom: 0;
}
.order .row .order__box{
	height: 100%;
}

.order__box{
	margin-bottom: 10px; 
	padding: 20px;

	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}

.order__card{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.order__card-image{
	width: 156px;
	height: 156px;
	margin-right: 21px; 

	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.order__card-image img{
	max-width: 100%;
	max-height: 100%;
}
.order__card-info{
	padding-top: 11px;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.order__card-title{
	font-family: 'Roboto';
	font-size: 18px;

	margin-bottom: 15px; 
	padding-bottom: 13px;

	text-transform: uppercase;

	color: #737373;
	border-bottom: 1px solid #e1e1e1;
}
.order__card-offer-title{
	font-size: 14px;
	font-weight: 500;

	margin-bottom: 10px; 

	text-transform: uppercase;

	color: #898989;
}
.order__card-offer-label{
	font-size: 14px;

	margin-bottom: 13px; 

	color: #737373;
}
.order__card-offer-label span{
	margin-right: 5px;
}
.order__card-offer-special{
	font-family: 'Roboto'; 
	font-size: 14px;
	line-height: 1.2;

	display: inline-block;

	padding: 1px 7px;

	vertical-align: middle;

	color: #898989;
	border: 1px solid #ffcb02;
	border-radius: 3px;
}
.order__card-price{
	font-size: 16px;
	font-weight: bold;

	margin-top: 23px;
	padding-top: 10px; 

	color: #898989;
	border-top: 1px solid #e1e1e1;
}

.order__title{
	font-size: 18px;

	margin-bottom: 29px; 
	padding-top: 10px;

	text-transform: uppercase;

	color: #737373;
}
.order__title	+ .order__box{
	margin-top: -15px;
}

.order__subtitle{
	font-size: 16px;

	margin-bottom: 12px; 

	text-transform: uppercase;

	color: #737373;
}

.order .col-xs-4{
	width: auto;
}
.order .col-xs-4 .form-control{
	min-width: 216px;
}
.order .col-xs-4 .form-group{
	margin-bottom: 0;
}
.order .col-xs-4 .form-group p{
	width: auto;
	margin-right: 20px;
}

.order .form-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 10px; 

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order .form-group:last-child{
	margin-bottom: 0;
}
.order .form-group p{
	font-size: 14px;

	width: 83px;
	margin-bottom: 0; 

	color: #898989;
}

.order .form-control{
	height: 48px;
}

.order__btns{
	text-align: right;
}
.order__btns .cancel-btn{
	font-size: 16px;
	font-weight: bold;

	padding: 0;

	text-align: center;
	text-transform: uppercase;

	color: #cacaca;
	border: none;
	background: none;
}
.order__btns .btn{
	font-size: 16px;

	min-width: 245px;
	margin-left: 55px;
	padding: 12px 26px;

	letter-spacing: 0;
}

.order__map{
	height: 283px;
	margin: 0 -20px;
	margin-top: 10px;
	margin-bottom: -30px;
}

.order__radio-label{
	position: relative;

	margin-top: 6px;
	margin-right: 45px;
	margin-bottom: 10px; 
	padding-left: 26px;

	cursor: pointer;
}
.order__radio-label:last-child{
	margin-bottom: 0;
}
.order__radio-label input{
	display: none;
}
.order__radio-label input:checked	+ .radio-custom-dummy:before{
	opacity: 1;
}
.order__radio-label input:checked	+ span	+ span{
	font-weight: bold;

	color: #0090d6;
}
.order__radio-label .radio-custom-dummy{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;

	display: inline-block;

	width: 14px;
	height: 14px;
	margin: auto; 
	margin-right: 15px;

	vertical-align: middle;

	border: 1px solid #cacaca;
	border-radius: 50%;
}
.order__radio-label .radio-custom-dummy:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 6px;
	height: 6px;
	margin: auto;

	content: '';
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease; 

	opacity: 0;
	border-radius: 50%;
	background: #22a9be;
}
.order__radio-label span{
	font-size: 14px;
	font-weight: bold;

	display: inline-block;

	-webkit-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
	vertical-align: middle;

	color: #898989;
}

.order__check-label{
	position: relative;

	margin-top: 6px;
	margin-right: 27px;
	margin-bottom: 10px; 
	padding-left: 26px;

	cursor: pointer;
}
.order__check-label:last-child{
	margin-bottom: 0;
}
.order__check-label input{
	display: none;
}
.order__check-label input:checked	+ .checkbox-custom-dummy:before{
	opacity: 1;
}
.order__check-label input:checked	+ span	+ span{
	font-weight: bold;
}
.order__check-label .checkbox-custom-dummy{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;

	display: inline-block;

	width: 14px;
	height: 14px;
	margin: auto; 
	margin-right: 15px;

	vertical-align: middle;

	border: 1px solid #cacaca;
}
.order__check-label .checkbox-custom-dummy:before{
	position: absolute;
	top: 0;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 8px;
	height: 8px;
	margin: auto;

	content: '';
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease; 

	opacity: 0;
	background: url('../img/svg_original/icon-check.svg') no-repeat;
	background-position: center center;
	background-size: contain;
}
.order__check-label span{
	font-size: 14px;
	font-weight: 400;

	display: inline-block;

	-webkit-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
	vertical-align: middle;

	color: #898989;
}

.order_visa .order__box{
	padding: 10px 20px;
}

.order_visa .order__subtitle{
	font-size: 16px;
	font-weight: 500;

	margin-top: 8px; 

	text-transform: none;

	color: #898989;
}

.order_visa .form-group{
	display: block;
}
.order_visa .form-group.mb18{
	margin-bottom: 18px;
}

.order_visa .form-inline{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.order_visa .form-inline .form-group{
	margin-right: 20px;
	margin-bottom: 15px; 

	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.order_visa .form-inline .form-group p{
	width: auto;
	margin-bottom: 7px;
}

.order_visa .select2{
	max-width: 316px;
	margin-bottom: 13px;
}

.order_visa .select2-container--bootstrap .select2-selection--single{
	line-height: 40px; 

	height: 40px;
}

.order_visa .form-control{
	width: 227px;
	height: 40px;
}
.order_visa .form-control.w3{
	width: 315px;
}
.order_visa .form-control.w2{
	width: 246px;
}

.order_visa .btn{
	font-size: 16px;
	font-weight: bold;

	margin-top: 20px;
	padding: 12px 27px;

	text-transform: uppercase;

	color: #fff;
}

.order__date{
	position: relative;
}
.order__date .icon{
	font-size: 0; 

	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;

	width: 15px;
	height: 15px;
	margin: auto;
}
.order__date .form-control{
	font-size: 14px;

	width: 204px; 
	height: 40px;
	padding-left: 35px;

	color: #898989;
}
.order__date-and-age{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-right: 5px; 

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order__date-and-age .form-control{
	margin-right: 20px;
}

.order__age p{
	font-size: 14px;

	margin-bottom: 0 !important; 

	color: #898989;
}

.order__summary{
	font-size: 14px;
	font-weight: 500;

	margin-top: 21px;
	margin-bottom: 19px; 

	text-align: right;
	text-transform: uppercase;

	color: #898989;
}
.order__summary b{
	font-size: 16px;
	font-weight: bold;

	margin-left: 12px;

	text-transform: none; 

	color: #898989;
}
.order__summary b	+ b{
	padding-left: 13px; 

	border-left: 1px solid #e1e1e1;
}
.order__summary_border{
	margin-top: 10px;
	padding-top: 18px; 

	border-top: 1px solid #e1e1e1;
}

.order__add-btn{
	font-size: 14px;
	line-height: 16px;

	padding: 31px 15px;

	cursor: pointer; 
	text-align: center;
	text-transform: uppercase;

	color: white;
	border: 1px dashed #cacaca;
	background-color: #0090d6;
}

.order__select-field{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 16px 0; 

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order__select-field .order__subtitle{
	margin-top: 0;
	margin-right: 49px; 
	margin-bottom: 0;
}
.order__select-field .select2{
	max-width: 493px; 
	margin-bottom: 0;
}
.order__select-field p{
	font-size: 14px;

	margin-right: 42px; 
	margin-bottom: 0;

	color: #898989;
}

.order__tabs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-top: 18px; 

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.order__tabs li{
	margin-right: 30px; 
	padding-bottom: 9px;

	-webkit-transition: border-bottom-color .2s ease;
	     -o-transition: border-bottom-color .2s ease;
	        transition: border-bottom-color .2s ease;

	border-bottom: 2px solid transparent;
}
.order__tabs li.active{
	border-bottom-color: #0090d6;
}
.order__tabs li.active a{
	font-weight: bold;
}
.order__tabs a{
	font-size: 14px;

	color: #898989;
}

.order .tab-content{
	padding-top: 20px;
	padding-bottom: 20px;
}

.order__info{
	position: relative;

	padding-left: 45px;
}
.order__info .icon{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;

	margin: auto;
}
.order__info .icon	+ p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	min-height: 41px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order__info p{
	font-size: 14px;

	color: #898989;
}

.order .normal	+ .select2{
	width: 204px !important;
	margin-bottom: 0;
}

.order-msg{
	position: relative; 

	padding-top: 63px;
	padding-bottom: 63px;

	text-align: center;
}
.order-msg:after{
	position: absolute;
	right: 0;
	bottom: 33px;
	left: 0;

	width: 50px;
	height: 1px;
	margin: auto;

	content: '';

	background-color: #e1e1e1;
}
.order-msg__image{
	margin-bottom: 20px;
}
.order-msg__title{
	font-size: 20px;

	margin-bottom: 10px; 

	letter-spacing: normal;
	text-transform: uppercase;

	color: #737373;
}
.order-msg__desc{
	font-size: 14px;

	max-width: 511px;
	margin: auto; 

	color: #737373;
}

.two-btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	color: #000; 

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.two-btns .btn{
	width: 100%;
	max-width: 366px;
	padding-right: 5px; 
	padding-left: 5px;
}
.two-btns .btn-wrap{
	max-width: 366px;
	margin: 0 10px; 

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.two-btns p{
	font-size: 14px;

	color: #898989;
}
.two-btns p a{
	font-size: 14px;

	color: #22a9be;
}
.two-btns p svg{
	display: inline-block;

	margin-left: 5px; 

	vertical-align: middle;
}

.max-w-small{
	max-width: 1085px;
}

.calc{
	max-width: 885px;
	margin: auto;
	margin-top: 53px;
}
.calc__row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.calc__row_no-wrap{
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.calc__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: calc(100% - 20px); 
	margin: 0 10px;
	margin-bottom: 20px;
	padding: 18px 26px;

	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, .1);

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.calc__item:last-child{
	margin-bottom: 20px;
}
.calc__item_w2{
	width: calc(50% - 20px);
	padding: 25px 26px;
}
.calc__item_w3{
	width: calc(33.33333% - 20px);
}
.calc__item_w3-5{
	width: calc(44.2% - 20px);
}
.calc__item_no-shadow{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.calc__item_column{
	    flex-direction: column; 

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.calc__item_left{
	padding: 38px 27px;
	padding-bottom: 46px; 

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.calc__item_start{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.calc__item_start .form-group{
	margin-right: 32px;
}
.calc__item_no-padding{
	padding: 0;
}
.calc__item .btn{
	width: 100%;
	max-width: 333px;
	padding-top: 12px;
	padding-bottom: 12px;

	letter-spacing: 0;
}
.calc__date{
	position: relative;
}
.calc__date input{
	font-size: 14px;

	position: absolute;
	top: 0;
	left: 0;

	width: auto;
	width: 117px;
	width: 100%;
	height: auto;
	height: 100%;
	padding: 0;
	padding-left: 27px;

	cursor: pointer;
	text-transform: uppercase;

	opacity: 0; 
	color: #0090d6;
	border: none;
}
.calc__date .icon{
	position: absolute;
	top: 1px;
	left: 3px;
}
.calc__date .icon svg{
	stroke: #0090d6;
}
.calc__date-text{
	font-size: 14px;

	padding-left: 25px;

	cursor: pointer; 
	text-transform: uppercase;

	color: #0090d6;
}
.calc__date-field{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.calc__date-field p{
	font-size: 14px;

	margin-right: 10px;
	margin-bottom: 0; 

	text-transform: uppercase;

	color: #737373;
}
.calc__radio-label{
	position: relative; 

	margin-bottom: 32px;
	padding-left: 40px;

	cursor: pointer;
}
.calc__radio-label:last-child{
	margin-bottom: 0;
}
.calc__radio-label input{
	display: none;
}
.calc__radio-label input:checked	+ .radio-custom-dummy:before{
	opacity: 1;
}
.calc__radio-label input:checked	+ span	+ span{
	font-weight: bold;

	color: #0090d6;
}
.calc__radio-label .radio-custom-dummy{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;

	display: inline-block;

	width: 25px;
	height: 25px;
	margin: auto; 
	margin-right: 15px;

	vertical-align: middle;

	border: 1px solid #e1e1e1;
	border-radius: 50%;
}
.calc__radio-label .radio-custom-dummy:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 11px;
	height: 11px;
	margin: auto;

	content: '';
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease; 

	opacity: 0;
	border: 1px solid #0090d6;
	border-radius: 50%;
}
.calc__radio-label span{
	font-size: 14px;

	display: inline-block;

	-webkit-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
	vertical-align: middle;
	text-transform: uppercase;

	color: #737373;
}
.calc__check-label{
	position: relative; 

	margin-bottom: 17px;
	padding-left: 42px;

	cursor: pointer;
}
.calc__check-label:last-child{
	margin-bottom: 0;
}
.calc__check-label input{
	display: none;
}
.calc__check-label input:checked	+ .checkbox-custom-dummy:before{
	opacity: 1;
}
.calc__check-label input:checked	+ span	+ span{
	font-weight: bold;

	color: #0090d6;
}
.calc__check-label .checkbox-custom-dummy{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;

	display: inline-block;

	width: 25px;
	height: 25px;
	margin: auto; 
	margin-right: 15px;

	vertical-align: middle;

	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.calc__check-label .checkbox-custom-dummy:before{
	position: absolute;
	top: 0;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 16px;
	height: 16px;
	margin: auto;

	content: '';
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease; 

	opacity: 0;
	background: url('../img/svg_original/icon-check.svg') no-repeat;
	background-position: center center;
}
.calc__check-label span{
	font-size: 14px;

	display: inline-block;

	-webkit-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
	vertical-align: middle;
	text-transform: uppercase;

	color: #737373;
}
.calc__price{
	font-size: 60px;

	text-transform: uppercase;

	color: #737373;
}
.calc__price .cyr{
	font-size: 30px;
	font-weight: 500;

	display: inline-block;

	margin-left: -8px; 

	text-transform: uppercase;

	color: #737373;
}
.calc__price-wrap{
	line-height: 1; 

	text-align: center;
}
.calc__price-wrap p{
	font-size: 14px;

	margin-bottom: 5px; 

	text-transform: uppercase;

	color: #737373;
}
.calc .form-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 0;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.calc .form-group p{
	font-size: 14px;

	margin-right: 15px; 
	margin-bottom: 0;

	text-transform: uppercase;

	color: #737373;
}
.calc .select2{
	width: 172px !important;
}
.calc .select-filter_small	+ .select2 .select2-selection--single{
	line-height: 31px;

	height: 34px;
	padding-right: 15px; 
	padding-left: 0;

	border: none;
	border-bottom: 1px solid #e1e1e1;
}
.calc .select2-container .select2-selection--single .select2-selection__rendered{
	font-size: 14px;

	left: 3px;

	text-transform: uppercase;

	color: #0090d6;
}
.calc .select2-container--bootstrap .select2-selection--single .select2-selection__arrow{
	right: 0;
}

/***********************************************
* Updates 10.06
***********************************************/

input.mask-latin {
	text-transform: uppercase;
}

.order__delete-tourist {
	margin-top: 6px;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}

.order_visa .form-control.w2.passport {
	width: 146px;
}

.order_visa .form-control.w4{
	width: 100px;
}

.order_visa select.form-control.sex {
	color: #898989;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-appearance: menulist-button;
}

.hello-message {
	font-size: 14px;
	color: #737373;
	text-align: center;
}

.tooltip {
	position: absolute;
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
	z-index: 9999;
	opacity: 0;
	transition: opacity .3s linear;
	background-color: #737373;
	/*box-shadow: 0 0 0 3px rgba(0,0,0,.2);*/
}

.tooltip__angle {
	position: absolute;
	bottom: -12px;
	left: 20px;
	border-width: 12px 12px 0;
	border-style: solid;
	border-color: #737373;
	display: none;
}

.tooltip__text {
	font-size: 13px;
	color: #fff;
}

h5.rules {
	font-size: 16px;
	margin-bottom: 15px;
}

h5.rules a {
	color: red;
}

.order__delete-tourist {
	color: red;
	white-space: nowrap;
}

#visa-form input::placeholder {
	color: #a5a5a5db;
}

.btn.btn-primary.add-zayav {
	background-color:	#0090d6!important;;
}

.btn.btn-primary.add-zayav:hover, .btn.btn-primary.add-zayav:after {
	background-color:	#0090d6!important;;
}
/***********************************************
* Updates END
***********************************************/
