.container--small {
	max-width: 854px;
}
.background-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*new-breadcrumb*/

.new-breadcrumb {
	padding: 0;
	margin-bottom: 2.5px;
}
.new-breadcrumb a {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #3c326b;
}

/*new-visual-block*/
.new-visual-block {
	margin-top: 25px;
}
.new-visual-block .container {
	padding-bottom: 0;
	padding-top: 0;
}
.new-visual-block h1 {
	font-family: "Roboto", sans-serif;
	font-size: 37px;
	font-weight: 400;
	line-height: 45px;
	color: #1e5191;
	letter-spacing: normal;
}
.new-visual-block h1 br {
	display: none;
}
.new-visual-block h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #798691;
}
.new-visual-block h3 br {
	display: none;
}
.new-visual-block span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #798691;
	margin-top: 20px;
}

@media only screen and (max-width: 992px) {
	.new-visual-block {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.new-visual-block {
		margin-top: 10px;
	}
	.new-breadcrumb a {
		font-size: 10px;
		line-height: 12px;
	}

	.new-visual-block h1 {
		font-size: 30px;
		line-height: 35px;
		text-align: center;
		margin-bottom: 15px;
	}
	.new-visual-block h1 br {
		display: block;
	}
	.new-visual-block h3 {
		font-size: 16px;
		line-height: 19px;
	}
	.new-visual-block h3 br {
		display: block;
	}
	.new-visual-block span {
		font-size: 15px;
		line-height: 17px;
		text-align: left;
	}
	.faq-block:hover h3 {
		color: #00aeef;
	}
	.new-breadcrumb .sm-d-block{
		display: block;
	}

}


.container--medium {
	max-width: 1280px;
}

.new-experiences-filters-block .container {
	padding-top: 21px;
	padding-bottom: 10px; 
	max-width: 1280px;
}

@media (min-width: 375px) {
	.new-experiences-filters-block .container {
		padding-bottom: 34px; 
	} 
}

@media (min-width: 768px) {
	.new-experiences-filters-block .container {
		padding-top: 50px;
		padding-bottom: 40px; 
	} 
}

@media (min-width: 992px) {
	.new-experiences-filters-block .container {
		padding-top: 60px;
		padding-bottom: 76px; 
	} 
}

.my-ot-sdk-show-settings {
	-webkit-transition:color linear .3s,background linear .3s,border-color linear .3s !important;
	transition:color linear .3s,background linear .3s,border-color linear .3s !important;
	background: none !important;
  	border: none !important;
  	padding: 0 !important;
	letter-spacing: 0.4px !important;
	color: #1c326b !important;
  	text-decoration: none !important;
  	cursor: pointer !important;
	font-size: 14px !important;
}
.my-ot-sdk-show-settings:focus,
.my-ot-sdk-show-settings:hover {
	outline:none !important;
	text-decoration:none !important;
	color: #59758d !important;
	font-size: 14px !important;
}

#ot-sdk-btn-floating{
	display: none !important;
}

