html, body{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	background-color: #FDFDFD;
}

.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container, .col {
	padding: 0;
}

.row {
	margin: 0;
}

.modal-open{
	padding-right: 0 !important;
}

/************************************************** Плашка тестового сервера **************************************************/

.testmark {
	display: none;
	background:#f90;
	color:#333;
	font-weight: bold;
	padding: 12px;
	position: fixed;
}

/****************************************************************************************************/

/************************************************** Хедер **************************************************/

header{
	padding: 27px 18px;
}

header .header_wrapper{
	display: flex;
	flex-direction: row;
}

header .nav_wrapper{
	flex: 1;
}

header nav{
	padding-left: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

header nav .logo-wrapper{

}

header nav .logo-wrapper a{
	display: block;
	text-decoration: none;
	cursor: pointer;
}

header nav .logo-wrapper a:hover, header nav .logo-wrapper a:focus, header nav .logo-wrapper a:active{
	text-decoration: none;
}

header nav .logo-wrapper img{
	width: 38px;
}

header nav .phone-wrapper, header nav .phone-wrapper a, header nav .currency-wrapper,
header nav .currency-wrapper .dropdown-menu, header nav .currency-wrapper a,
header nav .contacts-wrapper span, header nav .contacts-wrapper a, header nav .contacts-wrapper i{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #fff;
}

header nav .phone-wrapper{
	flex: 1;
	text-align: right;
	padding: 0 19px;
}

header nav .phone-wrapper span{
	display: none;
}

header nav .phone-wrapper a{
	margin-left: 21px;
}

header nav .currency-wrapper{

}

header nav .currency-wrapper .dropdown img,
#side-menu .language .dropdown img{
	transition: transform .3s cubic-bezier(.25, .8, .25, 1);
}

header nav .currency-wrapper .dropdown.open img,
#side-menu .language .dropdown.open img{
	transform: rotate(180deg);
}

header nav .currency-wrapper>div{
	display: inline-block;
}

header nav .currency-wrapper .language{
	margin-left: 20px;
}

header nav .currency-wrapper .account{
	margin-left: 38px;
}

header nav .currency-wrapper .account a{
	font-weight: bold;
}

header nav .currency-wrapper .dropdown-menu,
#side-menu .language .dropdown-menu{
	background: #fff;
	border-radius: 5px;
	min-width: 50px;
	right: -7px;
}

header nav .currency-wrapper a{
	cursor: pointer;
	text-decoration: none;
}

header nav .currency-wrapper a:hover,
header nav .currency-wrapper a:focus,
header nav .currency-wrapper a:active,
#side-menu .site-menu a:hover,
#side-menu .site-menu a:focus,
#side-menu .site-menu a:active{
	text-decoration:  none;
}

header nav .currency-wrapper .dropdown-menu a,
#side-menu .language .dropdown-menu a{
	padding: 12px 20px;
	color: #20244A;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

header nav .currency-wrapper .dropdown-menu a:hover,
#side-menu .language .dropdown-menu a:hover{
	color: #FF6F1E;
}

header nav .currency-wrapper a span,
#side-menu .language a span{
	margin-right: 5px;
}

header nav .contacts-wrapper{
	display: flex;
	flex-direction: row;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
	margin-right: 42px;
}

header nav .contacts-wrapper span,
header nav .contacts-wrapper a,
header nav .contacts-wrapper i,
#side-menu .site-menu span,
#side-menu .site-menu a,
#side-menu .site-menu i{
	text-decoration: none;
	cursor: pointer;
}

header nav .contacts-wrapper .search-area,
#side-menu .search-area{
	width: 168px;
	height: 39px;
	border-radius: 5px;
	border: none;
	padding: 8px 15px 8px 13px;
	text-align: right;
	margin-right: 24px;
	transition: background .1s cubic-bezier(.25, .8, .25, 1);
}

header nav .contacts-wrapper .search-area.active,
#side-menu .search-area.active{
	background: rgba(255, 255, 255, 0.23);
}

header nav .contacts-wrapper .search-area input,
#side-menu .search-area input{
	display: none;
	border: none;
	width: 115px;
	float: left;
	background: none;
}

header nav .contacts-wrapper .search-area input:hover,
header nav .contacts-wrapper .search-area input:focus,
header nav .contacts-wrapper .search-area input:active,
#side-menu .search-area input:hover,
#side-menu .search-area input:focus,
#side-menu .search-area input:active{
	outline: none;
}

header nav .contacts-wrapper .search-area input.active,
#side-menu .search-area input.active{
	display: inline-block;
}

header nav .contacts-wrapper .search-area span,
#side-menu .search-area span{
	margin-right: 5px;
}

header nav .contacts-wrapper .search-area span.hidden,
#side-menu .search-area span.hidden{
	display: none;
}

header nav .contacts-wrapper .search-area i,
#side-menu .search-area i{
	height: 14px;
	width: 14px;
	background: url(../img/search.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
}

.burger-wrapper{
	margin: 13px 0;
	cursor: pointer;
}

.burger-menu span{
	display: block;
	width: 18px;
	border: 1px solid #fff;
	margin-bottom: 4px;
}

.burger-menu span:last-child{
	margin-bottom: 0;
}

/****************************************************************************************************/

/************************************************** Сервисы **************************************************/

.services-wrapper{
	margin-bottom: 70px;
}

.services-wrapper .list{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.services-wrapper .list a{
	background: rgba(255, 255, 255, 0.23);
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
	margin-right: 4px;
	margin-left: 4px;
}

.services-wrapper .list a:first-child{
	margin-left: 0;
}

.services-wrapper .list a:last-child{
	margin-right: 0;
}

.services-wrapper .list a:hover, .services-wrapper .list a:active, .services-wrapper .list a:focus
{
	color: #FF6F1E;
}

.services-wrapper .list a .icon{
	padding-right: 3px;
	vertical-align: middle;
}

.services-wrapper .list a .name{
	vertical-align: sub;
}

/****************************************************************************************************/

/************************************************** Форма поиска туров **************************************************/

.search-section{
	margin: 0;
	background: url(../img/cover_new.png) no-repeat center;
	background-size: cover;
}

.search-section .gradient, .search-section .smoke{
	height:  100%;
}

.search-section .gradient{
	background: linear-gradient(180deg, rgba(0, 45, 114, 0.29) 0%, rgba(0, 43, 107, 0) 100%);
}

.search-section .smoke{
	background: rgba(0, 0, 0, 0.2);
}

.search-section .search-form-wrapper{
	/*ПОКА ЗАКОММЕНЧЕНЫ СЧЕТЧИКИ*/
	padding: 7px 18px 27px;
}

.search-section .search-form-wrapper .slogan-wrapper{
	color: #fff;
	text-align: center;
}

.search-section .search-form-wrapper .slogan-wrapper span{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.search-section .search-form-wrapper .slogan-wrapper h1{
	margin-bottom: 52px;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

/************************************************** Поставщикам/Партнерам **************************************************/

.no-search-page{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

.no-search-page h4{
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	color: #FF6F1E;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.no-search-page h1{
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #FFFFFF;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.no-search-page .header-part-wrapper{
	background-color: #20244A;
	padding: 0 18px 50px;
}

.no-search-page .header-part-wrapper a{
	color: #FF6F1E;
}

.no-search-page a.btn{
	display: block;
	width: 100%;
	max-width: 322px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #FF6F1E;
	border: none;
	border-radius: 5px;
	margin: 56px auto 0;
	padding: 18px;
}

.no-search-page a.btn + a.btn {
	margin-top: 25px;
}

.no-search-page .tiles-part-wrapper{
	padding: 61px 18px 82px;
}

.no-search-page .title h3{
	font-style: normal;
	font-weight: 800;
	font-size: 19px;
	line-height: 128.1%;
	text-align: center;
	text-transform: uppercase;
	color: #20244A;
	margin-bottom: 10px;
}

.no-search-page .title h6{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #8D90A9;
	margin-bottom: 40px;
}

.no-search-page .tiles{

}

.no-search-page .tiles p{
	color: #8D90A9;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	text-align: center;
	box-shadow: 0 0 22px rgb(0 0 0 / 4%);
	align-items: center;
	justify-content: space-around;
}

.no-search-page .tiles>div,
.no-search-page .tiles p{
	width: 50%;
	height: 54px;
	float: left;
	margin-bottom: 15px;
	line-height: 1.2;
}

.no-search-page .tiles>div>div{
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	width: 100%;
	height: 54px;
	text-align: center;
}

.no-search-page .tiles>div:nth-child(odd),
.no-search-page .tiles p:nth-child(odd){
	padding-right: 8px;
}

.no-search-page .tiles>div:nth-child(even),
.no-search-page .tiles p:nth-child(even){
	padding-left: 8px;
}

.no-search-page .partner-tile>div{
	background: #FFFFFF;
	padding: 9px;
}

.no-search-page .partner-tile a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain !important;
}

.no-search-page .add-partner>div>div{
	display: inline-block;
	margin-top: 19px;
}

.no-search-page .add-partner div{
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.no-search-page .add-partner>div{
	background: #FF6F1E;
}

.no-search-page .add-partner .add-icon{
	background: url('../img/icons/add_seller.svg') no-repeat center;
	background-size: contain;
	height: 32px;
	width: 32px;
	margin: 0 auto ;
}

.no-search-page .title-img{
	background: url(../img/seller_partner_header.svg) no-repeat center;
	background-size: contain;
	height: 283px;
	position: relative;
	top: -127px;
	margin-left: 34px;
}

.no-search-page .plane-img{
	background: url(../img/plane.svg) no-repeat center;
	background-size: contain;
	height: 187px;
	position: relative;
	top: -100px
}

/****************************************************************************************************/

/****************************************************************************************************/

/************************************************** Конпка **************************************************/

.btn-split.red:after{
	background-image:
			url('../img/arrow-right.svg'),
			linear-gradient(180deg, #C00D0D 0%, #E30613 100%);
}

.btn-split-pay:after{
	content: "Купить";
	text-align: center;
	color: #fff;
	background-image: linear-gradient(180deg, #286BB3 0%, #69ACDF 100%);
}

/****************************************************************************************************/

/************************************************** Туры **************************************************/

.rating{
	display: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 45px;
	font-weight: 300;
	background: #E30613;
	color: #fff;
}

/****************************************************************************************************/

/************************************************** Популярные направления **************************************************/

.target-wrapper{
	padding-top: 90px;
}

.target-wrapper .title,
.map-wrapper .title{
	font-style: normal;
	font-weight: 800;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #20244A;
	margin-bottom: 20px;
	padding: 0 18px;
	z-index: 1000;
}

.target-list
{
	position: relative;
}

.target-list .all_targets{
	display: block;
	text-decoration: none;
	position: absolute;
	right: 18px;
	bottom: -86px;
	background: #FF6F1E;
	border-radius: 5px;
	padding: 13px 4px;
	font-style: normal;
	font-weight: 600;
	font-size: 8px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 77px;
	text-align: center;
	cursor: pointer;
}

.target-list .bx-wrapper{
	margin: 0 0 122px 0;
	box-shadow: none;
	background: transparent;
	border: none;
}

.target-list .bx-wrapper .bx-controls-direction a{
	display: block;
	background: #FF6F1E;
	width: 50px;
	border-radius: 5px;
	height: 50px;
	top: initial;
	bottom: -86px;
	filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.12));
	z-index: 100;
}

.target-list .bx-wrapper .bx-controls-direction a::after{
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 20px;
	left: 22px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.target-list .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 18px;
}

.target-list .bx-wrapper .bx-controls-direction a.bx-next{
	left: 77px;
}

.target-list .bx-wrapper .bx-controls-direction a.bx-next::after{
	left: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.target-list .bx-wrapper .bx-controls-direction a.disabled
{
	background: #fff;
	display: block;
}

.target-list .bx-wrapper .bx-controls-direction a.disabled::after{
	border: solid #8D90A9;
	border-width: 0 2px 2px 0;
}

.target-list .target
{
	padding: 0 18px;
	width: 240px !important;
}

.target-list .target .pre_wrapper{
	min-height: 387px;
	height: 387px;
	max-height: 387px;
	padding-top: 13px;
}

.target-list .target .wrapper
{
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

.target-list .target .price-part
{
	min-height: 261px;
	height: 261px;
	max-height: 261px;
	position: relative;
}

.target-list .target .price-part .__background
{
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0 ;
}

.target-list .target .price-part .__price
{
	padding: 8px 11px;
	background: #FF6F1E;
	border-radius: 5px;
	position: absolute;
	top: 13px;
	left: -4px;
	color:#fff;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.target-list .target .info-part
{
	min-height: 100px;
	max-height: 130px;
	padding: 12px 10px 13px 12px;
}

.target-list .target .info-part .__destination
{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #20244A;
	margin-bottom: 8px;
	word-break: break-word;
}

.target-list .target .info-part .__tours
{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #8D90A9;
	margin-bottom: 17px;
	word-break: break-word;
}

.target-list .target .info-part .location
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 4px;
	justify-content: flex-start;
	align-items: center;
}

.target-list .target .info-part .location span
{
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	text-transform: capitalize;
	color: #FF6F1E;
}

/****************************************************************************************************/

/************************************************** Плитка Положительных сторон (плюсы) **************************************************/

.advantages-wrapper{
	text-align: center;
	padding: 80px 18px;
	background: url('../img/dashed_curve.svg') no-repeat;
	background-position-y: 95%;
}

.advantages-wrapper .col{
	text-align: center;
	width: 100%;
	margin-bottom: 17px;
}

.advantages-wrapper .col>div{
	height: 163px;
	background: #FFFFFF;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 23px 8px 35px;
	margin: 0 auto;
}

.advantages-wrapper .col .icon{
	width: 53px;
	height: 52px;
	margin: 0 auto 16px auto;
	background-size: cover !important;
}

.advantages-wrapper .col .safety-payment .icon{
	background: url('../img/safety payment icon.png') no-repeat center;
}

.advantages-wrapper .col .service-quality .icon{
	background: url('../img/service quality icon.png') no-repeat center;
}

.advantages-wrapper .col .no-extra-charges .icon{
	background: url('../img/no extra charges icon.png') no-repeat center;
}

.advantages-wrapper .col .convenient-search .icon{
	background: url('../img/convenient search icon.png') no-repeat center;
}

.advantages-wrapper .col .header{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #20244A;
	margin-bottom: 9px;
}

.advantages-wrapper .col .text{
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	color: #8D90A9;
}

/****************************************************************************************************/

/************************************************** Коллекции **************************************************/

.collection-wrapper{
	padding-top: 36px;
}

.collection-wrapper .title{
	margin-bottom: 15px;
}

.collection-wrapper .sub-title{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #8D90A9;
	padding: 0 18px;
}

.collection-wrapper .target-list .target .pre_wrapper {
	padding-top: 39px;
}

.collection-wrapper .target-list .target .wrapper {
	background: initial;
	box-shadow: none;
	border-radius: 0;
}

.collection-wrapper .wrapper .col{
	height: 114px;
	margin-bottom: 13px;
}

.collection-wrapper .wrapper .col:nth-child(2){
	padding-right: 7px;
}

.collection-wrapper .wrapper .col:nth-child(3){
	padding-left: 7px;
}

.collection-wrapper .wrapper .tile-wrapper{
	background: linear-gradient(113.97deg, rgba(0, 0, 0, 0) 47.47%, rgba(0, 0, 0, 0.2925) 96.33%);
	border-radius: 10px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	height: 100%;
}

.collection-wrapper .wrapper .tile-wrapper .tile-background{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 13px 11px;
	text-decoration: none;
}

.collection-wrapper .wrapper .tile-wrapper .tile-background span{
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

.collection-wrapper .wrapper .tile-wrapper .tile-background span.number-of{
	text-decoration: none;
	font-size: 9px;
	line-height: 10px;
}

/****************************************************************************************************/

/************************************************** Карта интересных мест **************************************************/

.map-wrapper{
	margin-top: 243px;
	position: relative;
}

.map-wrapper .map-and-title{
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}

.map-wrapper .sightmap,
.map-wrapper .sightmap-small,
.map-wrapper .sightmap-big{
	height: 250px;
	overflow: hidden;
}

.map-wrapper .sights{
	display: none;
}

.map-wrapper .ymaps-2-1-79-copyright,
.ymaps-2-1-79-map-copyrights-promo{
	display: none;
}

.switcher-wrapper{
	text-align: center;
	margin-bottom: 21px;
	z-index: 1000;
}

.switcher-wrapper>span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #8D90A9;
}

.switcher-wrapper .switch {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 32px;
	margin-left: 13px;
	background: #D5D5D5;
	border-radius: 18px;
	vertical-align: middle;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.switcher-wrapper .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switcher-wrapper .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .3s cubic-bezier(.25, .8, .25, 1);
	transition: .3s cubic-bezier(.25, .8, .25, 1);
}

.switcher-wrapper .switch .slider:before {
	position: absolute;
	content: "";
	height: 28px;
	width: 28px;
	left: 1px;
	bottom: 2px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: .3s cubic-bezier(.25, .8, .25, 1);
	transition: .3s cubic-bezier(.25, .8, .25, 1);
}

.switcher-wrapper .switch input:checked + .slider {
	background-color: #FF6F1E;
}

.switcher-wrapper .switch input:checked + .slider:before {
	-webkit-transform: translateX(31px);
	-ms-transform: translateX(31px);
	transform: translateX(31px);
}

.switcher-wrapper .switch input:focus + .slider {
	box-shadow: 0 0 1px #FF6F1E;
}

.switcher-wrapper .switch .slider.round {
	border-radius: 34px;
}

.switcher-wrapper .switch .slider.round:before {
	border-radius: 50%;
}

.map-wrapper .title-wrapper{
	z-index: 100;
}

.map-wrapper .ymaps-2-1-79-inner-panes{
	overflow: initial;
}

.map-wrapper .ymaps-2-1-79-zoom__button {
	position: relative !important;
	display: inline-block;
	background: #FF6F1E;
	width: 20px;
	border-radius: 5px;
	height: 20px;
	filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.12));
}

.map-wrapper .ymaps-2-1-79-float-button{
	padding-left: 0;
	box-shadow: none;
	border: none;
}

.map-wrapper .ymaps-2-1-79-zoom{
	height: 20px !important;
	width: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}

.map-wrapper .ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled{
	background: #fff;
}

.map-wrapper .ymaps-2-1-79-float-button-icon{
	border: none;
	width: 50px;
	height: 50px;
}

.map-wrapper .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:
			linear-gradient(#fff,#fff),
			linear-gradient(#fff,#fff),
			transparent;
	background-position:center;
	background-size: 8px 2px,2px 8px;
	background-repeat:no-repeat;
}

.map-wrapper .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:
			linear-gradient(#fff,#fff),
			linear-gradient(#fff,#fff),
			transparent;
	background-position:center;
	background-size: 8px 2px,2px 2px;
	background-repeat:no-repeat;
}

.map-wrapper .ymaps-2-1-79-zoom__plus.ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled{
	display:inline-block;
	width:20px;
	height:20px;
	background:
			linear-gradient(#666,#666),
			linear-gradient(#666,#666),
			#fff;
	background-position:center;
	background-size: 8px 2px,2px 8px;
	background-repeat:no-repeat;
}

.map-wrapper .ymaps-2-1-79-zoom__minus.ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled{
	display:inline-block;
	width:20px;
	height:20px;
	background:
			linear-gradient(#666,#666),
			linear-gradient(#666,#666),
			#fff;
	background-position:center;
	background-size: 8px 2px,2px 2px;
	background-repeat:no-repeat;
}

.map-wrapper .ymaps-2-1-79-map{
	margin: 0 auto !important;
}

.map-wrapper .ymaps-2-1-79-map-bg{
	width: 100% !important;
}

.map-wrapper .map-title{
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: 0;
	padding: 0 18px;
}

.map-wrapper .map-title img{
	width:100%;
	height: auto;
}

.map-wrapper .sight-modal{
	top: 0 !important;
}

.map-wrapper .sight-modal .content{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.map-wrapper .sight-modal .info{
	background: #f2f2f2;
	border-radius: 8px;
	padding: 25px 18px 30px;
}

.map-wrapper .sight-modal .name{
	font-style: normal;
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: #20244A;
	margin-bottom: 15px;
}

.map-wrapper .sight-modal .text,
.map-wrapper .sight .name{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #8D90A9;
}

.map-wrapper .sight:hover .name {
	color: #23527c;
}

.map-wrapper .sight-modal .sale{
	margin-top: 40px;
}

.map-wrapper .count{
	font-weight: bold;
	color: #20244A;
	flex: 1;
	padding: 13px 16px;
}

.map-wrapper .btn-split{
	display: flex;
	position: relative;
	width: 100%;
	border-radius: 4px;
	border: none;
	background: #fff;
	text-decoration: none!important;
}

.map-wrapper .btn-next{
	display: block;
	background: #FF6F1E;
	width: 50px;
	border: none;
	border-radius: 0 5px 5px 0;
	height: 50px;
	filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.12));
	z-index: 100;
	position: relative;
}

.map-wrapper .btn-next::after{
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 20px;
	left: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.map-wrapper .close-area{
	padding: 0;
}

.map-wrapper .close-area .close{
	margin-top: 10px;
}

.map-wrapper .round{
	border-radius: 50%;
}

.map-wrapper .sights{
	padding: 0 18px;
	margin-top: 70px;
}

.map-wrapper .sight{
	margin-bottom: 20px;
	display:table;
	height: 50px;
	overflow: hidden;
}

.map-wrapper .sight .img{
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border: 2px  solid white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.map-wrapper .sight .info{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 100%;
}

.map-wrapper .sight .name{
	overflow: hidden;
}

.map-wrapper .sight:hover .img{
	border: 2px solid #FF6F1E;
}

.map-wrapper .sight-modal .img{
	width:100%;
	height: 300px;
	border-radius: 8px 8px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.map-wrapper .ymaps-2-1-79-controls__control{
	inset: 14px 14px auto auto !important;
}

/****************************************************************************************************/

/************************************************** Форма подписки на рассылку **************************************************/

.mail-form-wrapper{
	background: url('../img/mail-form_back_small.svg') no-repeat center;
	background-size: cover;
	margin-top: 104px;
	position: relative;
}

.mail-form-wrapper .message{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	box-shadow: 0 0 13px rgb(0 0 0 / 12%);
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	display: none;
}

.mail-form-wrapper .message div{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.mail-form-wrapper .background{
background: rgba(0, 0, 0, 0.15);
padding: 55px 18px 65px;
text-align: center;
}

.mail-form-wrapper .title-block{
margin-bottom: 40px;
}

.mail-form-wrapper .title-block h1{
font-style: normal;
font-weight: 800;
font-size: 19px;
line-height: 23px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
margin: 0 0 17px 0;
}

.mail-form-wrapper .title-block span{
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #FFFFFF;
}

.mail-form-wrapper .form-block{
padding: 0 22px;
}

.mail-form-wrapper .form-block .form-field{
margin-bottom: 23px;
}

.mail-form-wrapper .form-block .form-field input{
padding: 17px;
background: #FFFFFF;
border-radius: 5px;
border: none;
outline: none;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
width: 100%;
}

.mail-form-wrapper .form-block .form-field input::-webkit-input-placeholder,
.mail-form-wrapper .form-block .form-field input::-moz-placeholder,
.mail-form-wrapper .form-block .form-field input:-moz-placeholder,
.mail-form-wrapper .form-block .form-field input:-ms-input-placeholder{
text-transform: capitalize;
color: #B8B8BB;
}

.mail-form-wrapper .form-block .button,
.text-wrapper .button{
width: 100%;
margin: 0 auto;
}

.mail-form-wrapper .form-block .button div{
background: #FF6F1E;
border-radius: 5px;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 14px;
text-align: center;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #FFFFFF;
padding: 19px 17px 17px;
cursor: pointer;
}

.subscription-err{
color: #fff;
font-size: 12px;
margin-bottom: 7px;
}

/****************************************************************************************************/

/************************************************** Табы со списками тегов **************************************************/

.tabs-lists-wrapper{
	margin-top: 109px;
	padding: 0 18px;
}

.tabs-lists-wrapper .tabs{
	padding: 20px;
	background: #FF6F1E;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

.tabs-lists-wrapper .tabs li,
.tabs-lists-wrapper .tabs a{
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	color: #FF6F1E;
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 18px 17px;
	width: 100%;
	text-transform: uppercase;
}

.tabs-lists-wrapper .tabs a:hover,
.tabs-lists-wrapper .tabs a:focus,
.tabs-lists-wrapper .tabs a:active{
	text-decoration: none;
}

.tabs-lists-wrapper .lists{
	padding-top: 23px;
	text-align: center;
}

.tabs-lists-wrapper .lists .list-item{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: capitalize;
	color: #8D90A9;
	display: inline-block;
}

.tabs-lists-wrapper .lists .list-item::after{
	content: ',';
}

.tabs-lists-wrapper .lists .list-item:last-child::after{
	content: '';
}

.tabs-lists-wrapper .tabs.open{
	border-radius: 10px 10px 0 0;
}

.tabs-lists-wrapper .tabs.open>.dropdown-menu{
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0 0 5px 5px;
	border: none;
}

.tabs-lists-wrapper .tabs a{
	position: relative;
}

.tabs-lists-wrapper .tabs a::after{
	content: '';
	border: solid #FF6F1E;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 20px;
	right: 19px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition:  .3s cubic-bezier(.25, .8, .25, 1);
}

.tabs-lists-wrapper .tabs.open a::after{
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 23px;
}

/****************************************************************************************************/

/************************************************** Текст **************************************************/

.text-wrapper{
	background: url('../img/text_back_small.svg') no-repeat center;
	background-size: cover;
	position: relative;
	margin-top: 113px;
}

.text-wrapper .background{
	background: rgba(0, 0, 0, 0.3);
	padding: 46px 18px 41px;
	text-align: center;
}

.text-wrapper .header{

}

.text-wrapper .header h1{
	font-style: normal;
	font-weight: 800;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 41px;
}

.text-wrapper .text{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 41px;
}

.button a,
.button button{
	display: block;
	text-decoration: none;
	background: #FF6F1E;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 19px 0 17px;
	cursor: pointer;
	width: 100%;
	outline: none;
	border: none;
}

.text-wrapper .small-text{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	position: absolute;
	bottom: 31px;
	left: 0;
}

/****************************************************************************************************/

/************************************************** Кнопка Показать еще **************************************************/

.list-next{
	display: inline-block;
}

.btn-next,
.btn-next:active,
.btn-next:focus,
.btn-next:hover{
	display: block;
	text-decoration: none;
	background: #FF6F1E;
	border-radius: 5px;
	padding: 18px 16px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.btn-next.loading{
	background-image: url('../img/loader.gif');
	color: transparent;
	border-color: #ddd;
}

.btn-next.loading img{
	display: none;
}

/****************************************************************************************************/

/************************************************** Кабинет продавца **************************************************/

.seller-header{
	list-style: none;
	font-size:24px;
	padding: 0;
	margin: 20px 0 40px;
}
.seller-header > li{
	display: inline-block;
	margin-right: 5px;
}
.seller-header > li+li:before{
	content: "/";
	color: #999;
	margin-right: 5px;
}
.seller-header a{
	text-decoration: none!important;
}



.my-widget .form-group {
	width: 500px;
}

.my-widget #preview {
	margin-bottom: 20px;
	border: 1px dashed #777;
	width: fit-content;
}

.pay-terms {
	margin: 20px 0;
	font-size: 14px;
}

.input-buffer{
	/*font-family: Arial, Verdana, sans-serif;*/
	/*font-size: 14px;*/
	/*letter-spacing: 0.05em;*/
}
.input-buffer{
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	white-space: nowrap;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	display: inline;
	margin-left: 10px;
}

/****************************************************************************************************/

/************************************************** Футер **************************************************/

footer{
	margin-top: auto;
	padding: 22px 18px 28px;
}

.footer-info{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #8D90A9;
}

footer .row,
footer .left-part{
	display: flex;
	flex-direction: row;
	align-items: center;
}

footer .logo-wrapper{
	margin-right: 26px;
}

footer .logo-wrapper .logo-link img{
	height: 42px;
}

footer .menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
}

footer .site-menu{
	text-align: left;
	margin-right: 114px;
}

footer .bottom-part{
	display: block;
	border-top: 2px solid #F7F7F7;
	transform: rotate(-0.1deg);
	margin-top: 40px;
	padding-top: 19px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #8D90A9;
}

footer .bottom-part a{
	color: #8D90A9;
}

footer .link-part{
	text-align: right;
}

footer .link-part a{
	color: #FF6F1E;
	margin-right: 10px;
}

footer .link-part a:last-child{
	margin-right: 0;
}

footer .bottom-part .left-part{
	display: block;
}

footer .bottom-part .left-part > div{
	display: inline-block;
}

footer .bottom-part .left-part > div:last-child{
	float: right;
}

footer .legal-info{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #8D90A9;
	flex: .75;
	margin-left: 93px;
	margin-right: 65px;
	text-align: left;
}

.site-menu .header{
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #20244A;
	margin-bottom: 13px;
}

.site-menu ul{
	padding: 0;
	margin: 0;
}

.site-menu li{
	list-style: none;
	line-height: 0;
	margin-bottom: 8px;
}

.site-menu img{
	margin-right: 7px;
}

.site-menu a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #8D90A9;
}

.oranged a,
a.oranged{
	color: #FF6F1E;
}

.socials{
	margin-top: 15px;
}

.socials a{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 16px;
}

.socials a.inst{
	background: url('../img/icons/inst.png') no-repeat center;
}

.socials a.fb{
	background: url('../img/icons/fb.png') no-repeat center;
}

/****************************************************************************************************/

/************************************************** Боковое меню **************************************************/

#side-menu,
#login-modal,
#help-modal,
#whatsapp-modal{
	padding: 0;
}

#side-menu .menu{
	background: #fff;
	width: 100%;
	max-width: 375px;
	padding: 34px 18px 42px;
	display: flex;
	flex-direction: row;
}

#side-menu .burger-menu{
	margin-right: 18px;
	margin-top: 6px;
}

#side-menu .burger-menu span{
	border: 1px solid #B8B8BB;
}

#side-menu .burger-menu .burger-wrapper{
	margin: 0;
	cursor: default;
}

#side-menu .side-menu-wrapper{
	padding-top: 2px;
	flex: 1;
}

#side-menu .account{
	margin-bottom: 19px;
}

#side-menu .account a{
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #20244A;
}

#side-menu .language,
#side-menu .search-area,
#side-menu .contacts,
#side-menu .mail{
	margin-bottom: 6px;
}

#side-menu .language .dropdown-menu{
	left: -21px;
	right: auto;
}

#side-menu .language a,
#side-menu .search-area span,
#side-menu .contacts a,
#side-menu .mail a{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #20244A;
}

#side-menu .search-area i{
	background: url('../img/search_black.png') no-repeat center;
}

#side-menu .search-area{
	text-align: left;
	padding: 0;
	height: auto;
	width: auto;
}

#side-menu .mail{
	margin-bottom: 26px;
}

#side-menu .header{
	margin-bottom: 13px;
}

#side-menu ul{
	margin-bottom: 30px;
}

#side-menu .site-menu:last-child ul{
	margin-bottom: 23px;
}

#side-menu li{
	margin-bottom: 8px;
}

#side-menu .socials{
	margin-top: 0;
}

.close-area{
	padding-top: 7px;
}

.close-area .close{
	opacity: 1;
	background: url('../img/icons/close-icon.png') no-repeat center;
	display: block;
	width: 11px;
	height: 11px;
}

/****************************************************************************************************/

/************************************************** Форма регистрации или входа **************************************************/

#login-modal,
#help-modal,
#whatsapp-modal {
	padding: 0 !important;
	z-index: 10000;
}

#whatsapp-modal .modal-body a{
	background-color: #16BE45;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 13px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.whatsapp-call-area{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.whatsapp-icon {
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background: url('../img/icons/whatsapp.svg') no-repeat center;
}

.order-call-plate {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #FF6F1E;
	z-index: 999;
	box-shadow: 0 0 13px rgb(0 0 0 / 88%);
}

.order-call-plate a {
	display: block;
	padding: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
	cursor: pointer;
}

.order-call-plate a:hover, .order-call-plate a:focus, .order-call-plate a:active {
	text-decoration: none;
}

.form-modal {
	max-width: 481px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-modal .close-area{
	padding: 0;
}

.form-modal .modal-wrapper{
	text-align: center;
	box-shadow: 0 0 13px rgb(0 0 0 / 12%);
	background-color: #fff;
	border-radius: 10px;
	padding: 23px 28px;
	position: relative;
	max-width: 240px;
}

.form-modal .modal-header,
.form-modal .modal-body,
.form-modal .modal-footer{
	max-width: 282px;
	margin: 0 auto;
	padding: 20px 0;
	border: 0;
}

.form-modal .no-max-width .modal-header,
.form-modal .no-max-width .modal-body,
.form-modal .no-max-width .modal-footer{
	max-width: 100%;
}

.form-modal .modal-header{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #20244A;
}

.form-modal .modal-body .modal-text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding-bottom: 30px;
}

.form-modal .modal-body .button,
.form-modal .modal-body input,
.form-modal .modal-body textarea{
	margin-bottom: 11px;
}

.form-modal .modal-body .button.col{
	padding-right: 0;
}

.form-modal .modal-body .button.col + .button.col{
	padding-right: 0;
	padding-left: 0;
}

.form-modal .modal-body .button:last-child{
	margin-bottom: 0;
}

.form-modal .modal-body input,
.form-modal .modal-body textarea{
	border: 1px solid #8D90A9;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	padding: 17px 19px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

.form-modal .modal-body input::-webkit-input-placeholder,
.form-modal .modal-body input::-moz-placeholder,
.form-modal .modal-body input:-moz-placeholder,
.form-modal .modal-body input:-ms-input-placeholder,
.form-modal .modal-body textarea::-webkit-input-placeholder,
.form-modal .modal-body textarea::-moz-placeholder,
.form-modal .modal-body textarea:-moz-placeholder,
.form-modal .modal-body textarea:-ms-input-placeholder{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #8D90A9;
}

.form-modal .modal-footer {
	text-align: center;
	padding-bottom: 0;
}

.form-modal .modal-footer a,
.form-modal .form-field div{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #8D90A9;
}

.form-modal .modal-footer a {
	display: block;
	margin-bottom: 8px;
}

.form-modal .modal-footer a:last-child {
	margin-bottom: 0;
}

.form-modal .modal-footer a.oranged{
	color: #FF6F1E;
}

.form-modal .dark{
	color:#20244A;
}

.form-modal .close-area .close{
	position: absolute;
	opacity: .5;
	top: 22px;
	right: 22px;
}

.form-modal .modal-enter-group{
	display: none;
}

.form-modal .form-field.agreement{
	margin-bottom: 21px;
	text-align: right;
}

.form-modal .form-field.agreement input{
	width: 19px;
	height: 19px;
	display: inline-block;
	float: left;
}

.form-modal .form-field.agreement div{
	display: inline-block;
	text-align: left;
	position: relative;
	top: 4px;
	width: 150px;
}

.form-modal .modal-success-group .modal-text{
	padding-bottom: 0;
}

.form-modal .text-danger{
	font-size: 10px;
	line-height: 13px;
}

.form-modal .submit-success,
.form-modal .submit-error{
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}

.form-modal .error-field{
	display: block;
	text-align: center;
}

/****************************************************************************************************/

/************************************************** Articles **************************************************/

.submenu ul{
	padding: 0;
	list-style: none;
}

.submenu li{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.submenu li:last-child {
	margin-bottom: 0;
}

.submenu li a{
	display: block;
	width: 100%;
	padding: 18px;
	text-decoration: none;
	color: #FF6F1E;
	background: #FCE7DB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.submenu li.active a{
	background: #FF6F1E;
	color: #fff;
}

.event-list{
	margin: 58px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.event-list a{
	text-decoration: none;
}

.event.row{
	background: #FFFFFF;
	box-shadow: 0 -1px 22px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	margin-bottom: 19px;
}

.event-img{
	border-radius: 10px 10px 0 0;
	background-color: #ddd;
}

.event-img .img{
	height: 173px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.event-info{
	padding: 18px 20px;
}

.event-info .header{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #20244A;
	margin-bottom: 11px;
}

.event-info .teaser,
.event-info .date{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #8D90A9;
	margin-bottom: 19px;
}

.event-info .date{
	margin-bottom: 0;
}

/****************************************************************************************************/

/************************************************** Media Queries **************************************************/

@media(min-width: 320px){
	header nav .phone-wrapper span{
		display: inline;
	}

	.target-list .target
	{
		width: 320px !important;
	}

	.target-list .bx-wrapper .bx-controls-direction a.bx-next{
		left: 87px;
	}

	.target-list .all_targets{
		padding: 13px 10px;
		font-size: 12px;
		width: 126px;
	}

	.advantages-wrapper {
		background-size: contain;
		background-position-y: 95%;
	}

	#side-menu .burger-menu{
		margin-right: 24px;
	}

	.form-modal .form-field.agreement div{
		width: 230px;
	}

	.form-modal .modal-wrapper{
		max-width: 320px;
	}
}

@media(min-width: 360px){
	.target-list .target
	{
		width: 360px !important;
	}

	.target-list .all_targets {
		bottom: -86px;
		padding: 13px 16px 11px;
		width: 166px;
	}

	.form-modal .form-field.agreement div{
		width: 255px;
	}

	.form-modal .modal-wrapper{
		max-width: 360px;
	}
}

@media(min-width: 375px){
	.target-list .target
	{
		width: 180px !important;
		padding-left: 7px;
		padding-right: 7px;
	}

	.target-list .target:first-child
	{
		padding-left: 18px;
		padding-right: 7px;
	}

	.target-list .target:last-child
	{
		padding-left: 7px;
		padding-right: 18px;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 191px !important;
	}

	.advantages-wrapper .col{
		width: 50%;
	}

	.advantages-wrapper .col:nth-child(odd){
		padding-right: 15px;
	}

	.advantages-wrapper .col>div {
		padding: 23px 3px 35px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 375px !important;
		padding-right: 18px;
		padding-left: 18px;
	}

	.form-modal {
		margin: 0 28px 0 18px;
	}

	.form-modal .modal-wrapper{
		max-width: 375px;
	}
}

@media(min-width: 384px){
	.target-list .target
	{
		width: 185px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 196px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 384px !important;
	}

	.form-modal .modal-wrapper{
		max-width: 384px;
	}
}

@media(min-width: 411px){
	.target-list .target {
		width: 198px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 209px !important;
	}

	.target-list .all_targets {
		width: 197px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 411px !important;
	}

	.form-modal .modal-wrapper{
		max-width: 411px;
	}
}

@media(min-width: 412px){
	.target-list .target {
		width: 199px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 210px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 412px !important;
	}

	.form-modal .modal-wrapper{
		max-width: 412px;
	}
}

@media(min-width: 414px){
	.target-list .target {
		width: 200px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 211px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 414px !important;
	}

	.map-wrapper .map-and-title {
		padding-bottom: 80px;
	}

	.form-modal .modal-wrapper{
		max-width: 414px;
	}
}

@media(min-width: 480px){
	.target-list .target {
		width: 233px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 244px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 480px !important;
	}

	.map-wrapper .map-and-title {
		padding-bottom: 90px;
	}

	.form-modal .modal-wrapper{
		max-width: 480px;
		padding: 28px 33px;
	}
}

@media(min-width: 533px){
	.search-section .search-form-wrapper .slogan-wrapper .centered-block{
		text-align: center;
		display: inline-block;
	}

	.search-section .search-form-wrapper .slogan-wrapper .centered-block .brand-block{
		text-align: right;
	}

	.search-section .search-form-wrapper .slogan-wrapper .centered-block .slogan-block h1{
		margin-top: 0;
	}

	.target-list .target {
		width: 174px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 185px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 533px !important;
	}

	.form-modal {
		margin: 0 auto 18px;
	}

	.form-modal .modal-wrapper{
		max-width: 100%;
	}
}

@media(min-width: 568px){
	.target-list .target {
		width: 185px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 196px !important;
	}

	.advantages-wrapper .col{
		padding-right: 13px;
	}

	.advantages-wrapper .col>div{
		height: 225px;
		padding: 36px 21px 56px 21px;
	}

	.advantages-wrapper .col:nth-child(even){
		padding-right: 0;
		padding-left: 13px;
	}

	.advantages-wrapper .col .icon{
		width: 63px;
		height: 62px;
		margin-bottom: 28px;
	}

	.advantages-wrapper .col .header{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 15px;
	}

	.advantages-wrapper .col .text{
		font-size: 12px;
		line-height: 14px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 568px !important;
	}

	.mail-form-wrapper .form-fields-wrapper{
		display: flex;
		flex-direction: row;
	}

	.mail-form-wrapper .form-block .button,
	.text-wrapper .button{
		width: 50%;
	}

	.mail-form-wrapper .form-block .form-field {
		flex: 1;
	}

	.mail-form-wrapper .form-block .form-field:first-child{
		padding-right: 10px;
	}

	.mail-form-wrapper .form-block .form-field:last-child{
		padding-left: 10px;
	}
}

@media(min-width: 600px){
	.target-list .target {
		width: 196px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 207px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 600px !important;
	}
}

@media(min-width: 640px){
	.target-list .target {
		width: 209px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 220px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 640px !important;
	}
}

@media(min-width: 667px){
	.target-list .target {
		width: 218px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 229px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 667px !important;
	}
}

@media(min-width: 720px){
	.target-list .target {
		width: 236px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 247px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 720px !important;
	}

	.no-search-page .tiles>div,
	.no-search-page .tiles p{
		width: 33%;
	}

	.no-search-page .tiles>div:nth-child(3n+1),
	.no-search-page .tiles p:nth-child(3n+1){
		padding-right: 8px;
	}

	.no-search-page .tiles>div:nth-child(3n+2),
	.no-search-page .tiles p:nth-child(3n+2){
		padding-right: 8px;
		padding-left: 8px;
	}

	.no-search-page .tiles>div:nth-child(3n+3),
	.no-search-page .tiles p:nth-child(3n+3){
		padding-left: 8px;
	}
}

@media(min-width: 731px){
	.target-list .target {
		width: 240px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 251px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 731px !important;
	}
}

@media(min-width: 736px){
	.target-list .target {
		width: 241px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 252px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 736px !important;
	}
}

@media(min-width: 768px){
	.container{
		width: 100%;
		margin: 0 auto;
	}

	header{
		padding: 27px 33px;
	}

	header nav {
		padding-left: 38px;
	}

	header nav .phone-wrapper {
		text-align: left;
		padding: 0 19px 0 66px;
	}

	.search-section .search-form-wrapper .slogan-wrapper .centered-block .slogan-block h1{
		font-size: 40px;
		margin-bottom: 57px;
		line-height: 45px;
	}

	.target-list .target {
		width: 186px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 197px !important;
	}

	.bx-wrapper .bx-pager {
		padding-bottom: 0;
	}

	.advantages-wrapper {
		background: url('../img/dashed_curve_big.svg') no-repeat;
		background-position-y: 100%;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 768px !important;
	}

	.collection-wrapper .wrapper .col{
		height: 250px;
		margin-bottom: 23px;
		padding: 0 10px;
	}

	.collection-wrapper .wrapper .col:nth-child(2),
	.collection-wrapper .wrapper .col:last-child{
		padding-right: 0;
	}

	.collection-wrapper .wrapper .col:nth-child(3),
	.collection-wrapper .wrapper .col:first-child{
		padding-left: 0;
	}

	.collection-wrapper .title{
		font-size: 27px;
		line-height: 32px;
	}

	.collection-wrapper .wrapper .tile-wrapper .tile-background{
		padding: 20px;
	}

	.collection-wrapper .wrapper .tile-wrapper .tile-background span{
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
	}

	.collection-wrapper .wrapper .tile-wrapper .tile-background span.number-of{
		font-weight: 400;
		font-size: 13px;
		line-height: 18px;
	}

	.footer-info{
		font-size: 14px;
		line-height: 16px;
	}

	footer .logo-wrapper .logo-link img{
		height: 35px;
		width: auto;
	}

	#side-menu .contacts{
		margin-bottom: 26px;
	}

	#side-menu .menu{
		height: 100%;
		padding: 34px 33px 42px;
	}

	.map-wrapper .sight-modal .content{
		width: 50%;
	}

	.form-modal .modal-body .button.col{
		padding-right: 15px;
	}

	.form-modal .modal-body .button.col + .button.col{
		padding-right: 0;
		padding-left: 15px;
	}

	.submenu li{
		width: 50%;
	}

	.submenu li:nth-child(odd),
	.event-list a:nth-child(odd){
		padding-right: 5px;
	}

	.submenu li:nth-child(even),
	.event-list a:nth-child(even){
		padding-left: 5px;
	}

	.order-call-plate a {
		padding: 20px;
		font-size: 18px;
	}
}

@media(min-width: 800px){
	.target-list .target {
		width: 194px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 205px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 800px !important;
	}
}

@media(min-width: 812px){
	.target-list .target {
		width: 197px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 208px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 812px !important;
	}
}

@media(min-width: 823px){
	.target-list .target {
		width: 200px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 211px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 823px !important;
	}
}

@media(min-width: 854px){
	.target-list .target {
		width: 208px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 219px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 854px !important;
	}
}

@media(min-width: 960px){
	.target-list .target {
		width: 234px !important;
	}

	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 245px !important;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 960px !important;
	}
}

@media(min-width: 992px){
	header{
		padding-right: 87px;
	}

	.search-section .search-form-wrapper {
		/*ПОКА ЗАКОММЕНЧЕНЫ СЧЕТЧИКИ*/
		padding: 7px 87px 27px;
	}

	.target-wrapper {
		padding-top: 110px;
	}

	.target-wrapper .title,
	.map-wrapper .title{
		margin-bottom: 30px;
		padding: 0 87px;
		font-size: 25px;
		line-height: 30px;
	}

	.target-list .target,
	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 210px !important;
		padding-left: 12px;
		padding-right: 12px;
	}

	.target-list .bx-wrapper {
		margin-left: 75px;
		margin-right: 75px;
	}

	.target-list .bx-wrapper .bx-controls-direction a.bx-prev{
		left: 12px;
	}

	.target-list .bx-wrapper .bx-controls-direction a.bx-next{
		left: 80px;
	}

	.target-list .all_targets{
		right: 87px;
	}

	.advantages-wrapper{
		padding: 160px 87px;
		background-position: center;
		background-position-y: 25%;
	}

	.advantages-wrapper .col{
		width: 25%;
	}

	.advantages-wrapper .col:nth-child(odd),
	.advantages-wrapper .col:nth-child(even){
		padding-right: 13px;
		padding-left: 13px;
	}

	.advantages-wrapper .col:first-child{
		padding-left: 0;
	}

	.advantages-wrapper .col:last-child{
		padding-right: 0;
	}

	.advantages-wrapper .col>div{
		max-width: 257px;
	}

	.collection-wrapper{
		padding-top: 28px;
	}

	.collection-wrapper .title{
		margin-bottom: 15px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 842px !important;
		padding-right: 12px;
		padding-left: 12px;
	}

	.collection-wrapper .sub-title{
		padding: 0 87px;
	}

	.title-wrapper{
		position: relative;
	}

	.map-wrapper{
		margin-left: 67px;
		margin-right: 67px;
	}

	.map-wrapper .map-and-title{
		padding-bottom: 100px;
	}

	.map-wrapper .title{
		padding: 0;
		line-height: 0;
		margin-top: 35px;
	}

	.switcher-wrapper{
		position: absolute;
		left: 20px;
		top: -16px;
	}

	.switcher-wrapper>span{
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: #D5D5D5;
	}

	.switcher-wrapper .switch {
		margin-left: 15px;
		margin-bottom: 0;
	}

	.map-wrapper .sightmap,
	.map-wrapper .sightmap-big,
	.map-wrapper .sightmap-small{
		height: 611px;
		overflow: initial;
	}

	.map-wrapper .ymaps-2-1-79-zoom{
		height: 50px !important;
		width: 119px;
	}

	.map-wrapper .ymaps-2-1-79-zoom__button {
		width: 50px;
		height: 50px;
	}

	.map-wrapper .ymaps-2-1-79-controls__control {
		inset: -55px 20px auto auto !important;
	}

	.map-wrapper .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon{
		width:50px;
		height:50px;
		background:
				linear-gradient(#fff,#fff),
				linear-gradient(#fff,#fff),
				transparent;
		background-position:center;
		background-size: 12px 2px,2px 12px;
		background-repeat:no-repeat;
	}

	.map-wrapper .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon{
		width:50px;
		height:50px;
		background:
				linear-gradient(#fff,#fff),
				linear-gradient(#fff,#fff),
				transparent;
		background-position:center;
		background-size: 12px 2px,2px 2px;
		background-repeat:no-repeat;
	}

	.map-wrapper .ymaps-2-1-79-zoom__plus.ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled{
		width:50px;
		height:50px;
		background:
				linear-gradient(#666,#666),
				linear-gradient(#666,#666),
				#fff;
		background-position:center;
		background-size: 12px 2px,2px 12px;
		background-repeat:no-repeat;
	}

	.map-wrapper .ymaps-2-1-79-zoom__minus.ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled{
		width:50px;
		height:50px;
		background:
				linear-gradient(#666,#666),
				linear-gradient(#666,#666),
				#fff;
		background-position:center;
		background-size: 12px 2px,2px 2px;
		background-repeat:no-repeat;
	}

	.mail-form-wrapper{
		margin-top: 148px;
		background: none;
	}

	.mail-form-wrapper .background {
		background: url(../img/mail-form_back.svg) no-repeat center;
		padding: 55px 65px 65px;
	}

	.mail-form-wrapper .title-block h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.mail-form-wrapper .form-block {
		display: flex;
		flex-direction: row;
	}

	.mail-form-wrapper .form-block .button {
		flex: 1;
		padding-left: 20px;
	}

	.mail-form-wrapper .form-block .form-field {
		margin-bottom: 0;
	}

	.mail-form-wrapper .form-fields-wrapper {
		flex: 2;
	}

	.text-wrapper{
		background: url('../img/text_back.svg') no-repeat center;
		background-size: cover;
		margin-top: 120px;
	}

	.text-wrapper .background{
		padding: 79px 87px 84px;
		text-align: left;
	}

	.text-wrapper .header h1{
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 36px;
		text-transform: capitalize;
		text-align: left;
	}

	.text-wrapper .text{
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		width: 50%;
	}

	.text-wrapper .button{
		width: 197px;
		margin: 0;
	}

	footer .container{
		padding: 55px 87px 64px
	}

	footer .row{
		align-items: flex-start;
	}

	footer .left-part{
		flex: .17;
		align-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .logo-wrapper{
		margin-right: 0;
		margin-bottom: 17px;
	}

	footer .bottom-part .left-part > div{
		display: inline-block;
		margin-right: 20px;
	}

	footer .bottom-part .left-part > div:last-child{
		margin-right: 0;
		float: none;
	}

	#side-menu,
	#login-modal,
	#help-modal,
	#whatsapp-modal{
		left: -18px;
	}

	#side-menu .menu{
		padding: 34px 51px 42px;
	}

	#side-menu .burger-menu{
		margin-right: 26px;
	}

	.tabs-lists-wrapper{
		padding: 0 67px;
	}

	.tabs-lists-wrapper .tabs{
		padding: 36px 20px;
		display: flex;
	}

	.tabs-lists-wrapper .tabs li{
		margin-right: 20px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		text-align: center;
		background: rgba(255, 255, 255, 0.25);
		color: #fff;
	}

	.tabs-lists-wrapper .tabs li.active-tab{
		background: #FFFFFF;
		color: #FF6F1E;
	}

	.tabs-lists-wrapper .tabs li:last-child{
		margin-right: 0;
	}

	.no-search-page .tiles>div,
	.no-search-page .tiles p{
		width: 25%;
		margin-bottom: 21px;
		height: 84px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.no-search-page .tiles>div>div{
		height: 84px;
	}

	.no-search-page .tiles>div:nth-child(4n+1){
		padding-left: 0;
		padding-right: 10px;
	}

	.no-search-page .tiles p:nth-child(4n+1){
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-search-page .tiles>div:nth-child(4n+4){
		padding-right: 0;
		padding-left: 10px;
	}

	.no-search-page .tiles p:nth-child(4n+4){
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-search-page .add-partner>div>div{
		font-size: 11px;
		margin-top: 10px;
	}

	.no-search-page .header-part-wrapper{
		background: #20244A url('../img/header_with_plane.png') no-repeat center;
		background-size: cover;
		background-position-y: -69px;
		padding: 24px 87px 73px;
	}

	.no-search-page a.btn, .no-search-page a.btn + a.btn{
		display: inline-block;
		width: auto;
		margin-top: 27px;
	}

	.no-search-page h1{
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 36px;
		text-transform: unset;
	}

	.no-search-page .title h3{
		font-weight: 800;
		font-size: 25px;
		line-height: 30px;
	}

	.no-search-page .title h6{
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 75px;
	}

	.no-search-page .tiles-part-wrapper{
		padding: 132px 87px 82px;
	}

	.no-search-page .add-partner>div{
		padding-top: 15px;
		cursor: pointer;
	}

	.no-search-page .add-partner .add-icon{
		display: block !important;
	}

	.no-search-page .text-part{
		padding-right: 27px;
	}

	.submenu{
		text-align: center;
	}

	.submenu li{
		width: 33.33333333%;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 200px;
	}

	.event-list{
		margin: 50px 0;
	}

	.event-list a,
	.submenu li:nth-child(odd),
	.event-list a:nth-child(odd),
	.submenu li:nth-child(even),
	.event-list a:nth-child(even){
		padding-right: 10px;
		padding-left: 10px;
	}

	.submenu li:nth-child(3n+1),
	.event-list a:nth-child(3n+1){
		padding-left: 0;
	}

	.submenu li:nth-child(3n+3),
	.event-list a:nth-child(3n+3){
		padding-right: 0;
	}
}

@media (min-width: 1024px) {
	.target-list .target,
	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 218px !important;
	}

	.services-wrapper .list a{
		padding: 10px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 976px !important;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 1280px;
		margin-right: auto;
		margin-left: auto;
	}

	.target-list .bx-wrapper {
		max-width: 1280px !important;
	}

	.target-list .target,
	.target-list .target:first-child,
	.target-list .target:last-child{
		width: 282px !important;
	}

	.services-wrapper{
		padding: 0 103px;
	}

	.collection-wrapper .target-list .target,
	.collection-wrapper .target-list .target:first-child,
	.collection-wrapper .target-list .target:last-child{
		width: 1130px !important;
	}

	.mail-form-wrapper .background {
		display: flex;
		flex-direction: row;
		padding: 100px 87px;
	}

	.mail-form-wrapper .title-block {
		margin-bottom: 0;
		flex: 0.7;
		text-align: left;
	}

	.mail-form-wrapper .title-block h1 {
		margin: 0;
		text-align: left;
	}

	.mail-form-wrapper .form-block {
		flex: 1;
	}

	#side-menu .menu{
		padding: 34px 33px 42px;
	}

	#side-menu .side-menu-wrapper {
		padding-top: 5px;
	}

	#side-menu .header {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 13px;
	}

	#side-menu .site-menu a:hover,
	#side-menu .site-menu a:focus,
	#side-menu .site-menu a:active{
		text-decoration: none;
	}

	.no-search-page .tiles>div,
	.no-search-page .tiles p{
		width: 20%;
		height: 94px;
	}

	.no-search-page .tiles>div:nth-child(4n+1),
	.no-search-page .tiles p:nth-child(4n+1){
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-search-page .tiles>div:nth-child(4n+4),
	.no-search-page .tiles p:nth-child(4n+4){
		padding-right: 10px;
		padding-left: 10px;
	}

	.no-search-page .tiles>div:nth-child(5n+1){
		padding-left: 0;
		padding-right: 10px;
	}

	.no-search-page .tiles p:nth-child(5n+1){
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-search-page .tiles>div:nth-child(5n+5){
		padding-right: 0;
		padding-left: 10px;
	}

	.no-search-page .tiles p:nth-child(5n+5){
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-search-page .text-part{
		padding-right: 74px;
	}

	.no-search-page .header-part-wrapper {
		background-position-y: -84px;
		padding-top: 57px;
	}

	.subscription-err {
		position: absolute;
		bottom: 70px;
		right: 210px;
	}

	.no-search-page a.btn + a.btn {
		float: right;
	}
}

@media (min-width: 240px) and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	footer .left-part{
		display: block;
		width: 100%;
	}
}

@media (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	footer .left-part{
		display: block;
		width: 33%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-search .search-date .dropdown-menu .calendar{
		display: block !important;
	}

	.site-search .search-date .dropdown-menu .calendar .calendar-wrapper,
	.site-search .search-date .dropdown-menu .calendar .buttons-wrapper{
		display: block !important;
	}

	footer .left-part{
		display: block !important;
	}

	.site-search .search-date .dropdown-menu .calendar .calendar-wrapper a:first-child::after,
	.site-search .search-date .dropdown-menu .calendar .buttons-wrapper a:first-child::after
	{
		right:auto !important;
	}

	.site-search .search-date .dropdown-menu .calendar .calendar-wrapper .nav,
	.site-search .search-date .dropdown-menu .calendar .buttons-wrapper .nav
	{
		height: 0 !important;
	}
}

/****************************************************************************************************/
