

/* Start:/dileram/style.css?177440905414925*/
.main-dileram .container-breadcrumb {
	display:none;
}
.main-dileram .container {
	padding:0;
	width:100%;
}
.main-dileram .container > section {
	margin-bottom:0;
}
.dileram-2024 {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	max-width:100%;
}
.screen-1 {
	display:flex;
	width:1400px;
	max-width:100%;
	margin:0 auto;
}

.screen-1-content {
	position:relative;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	min-height:660px;
	width:100%;
}
.screen-1-content .image {
	z-index:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
[id^="bx_incl_area"] .screen-1-content {
	flex-direction:column;
}
[id^="bx_incl_area"] .screen-1-content .image {
	position:static;
}
.screen-1-content .image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.screen-1-content .info {
    width: 100%;
    z-index: 1;
    padding: 45px 120px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.screen-1-content .info h1 {
	width:686px;
	max-width:100%;
	font-family:Bold;
	font-weight: normal;
	font-size: 42px;
	line-height: 1.4;
}
.screen-1-content .info h1 b {
	color:#F5BE0B;
	text-transform: uppercase;
}
.screen-1-content .info .brand-list {
	display:flex;
	flex-direction:column;
	gap:20px;
}
.screen-1-content .info .brand-item {
	display:flex;
	gap:12px;
}
.screen-1-content .info .brand-item:before {
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#F5BE0B;
	opacity: 0.3;
	position:relative;
	top:12px;
}

.screen-1-content .info .brand-item_content {
	display:flex;
	flex-direction:column;
	gap:13px;
}
.screen-1-content .info .brand-item_content-text {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	color: #F5BE0B;
	font-family: Arial, Bold, sanf-serif;
}
.screen-1-content .info .brand-item_content-img {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:30px;
}
.screen-1-content .info .brand-item_content-img img {
}

.screen-1-content .info .buttons {
	display:flex;
}
.screen-1-content .info .buttons .button {
	width:auto;
	padding:0 48px;
	font-size:20px;
	font-family:Bold;
	font-weight: bold;
	height:60px;
	border-radius:30px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;	
}

@media (max-width:1660px) {
	.screen-1-content {
		min-height:0;
	}
	.screen-1-content .info {
		padding:50px;
	}
}
@media (max-width:800px) {
	.screen-1-content .info {
		gap:30px;
	}
	.screen-1-content .info h1 {
		font-size:32px;
		line-height:normal;
	}
	.screen-1-content .info .brand-list {
		gap:15px;
	}
	.screen-1-content .info .brand-item:before {
		top:9px;
	}
	.screen-1-content .info .brand-item_content {
		gap:5px;
	}
	.screen-1-content .info .brand-item_content-text {
		font-size:20px;
		line-height:normal;
	}
}
@media (max-width:480px) {
	.screen-1-content .image:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-color:rgba(0, 0, 0, .4)
	}
	.screen-1-content .info {
		padding:50px 15px;
	}
	.screen-1-content .info h1 {
		font-size:24px;
	}
	.screen-1-content .info .buttons {
		justify-content:center;
	}
	.screen-1-content .info .buttons .button {
		padding:0 20px;
		font-size:16px;
		height:48px;
		border-radius:24px;
		width:100%;
	}		
}
@media only screen and (min-width: 951px) and (max-width: 1023px) {
	.main.main-dileram {
		padding-top:0 !important;
	}
}
.screen-2 {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:50px;
	padding:70px 0 90px;
}
.screen-2 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align:center;
}
.screen-2 .item-list {
	width:838px;
	max-width:100%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:50px;
}
.screen-2 .item-list .item {
	display:flex;
	gap:0px;
}
.screen-2 .item-list .item .image {
	flex: 0 0 auto;
	display:inline-flex;
	width:40px;
}

.screen-2 .item-list .item .info {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:15px;
}

.screen-2 .item-list .item .info .title {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	display: flex;
	color: #F5BE0B;
	text-transform:none;
}
.screen-2 .item-list .item .info .note {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}

@media (max-width:898px) {
	.screen-2 .item-list {
		width:100%;
		padding: 0 30px;
	}
}
@media (max-width:800px) {
	.screen-2 h2 {
		font-size:28px;
		line-height:1.6;
		padding: 0 30px;
	}
}

@media (max-width:480px) {
	.screen-2 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-2 .item-list {
		gap:30px;
	}
	.screen-2 .item-list .item .info {
		gap:10px;
	}
	.screen-2 .item-list .item .info .title {
		font-size:20px;
	}
	.screen-2 .item-list .item .info .note {
		margin-left:-40px;
		font-size:16px;
	}
}

.screen-3 {
	background-color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:50px;
	padding:80px 0 90px;
	color: #191C1D;
}
.screen-3 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
}
.screen-3-content {
	display:flex;
	align-items:stretch;
	gap:44px;
}
.screen-3-content .image {
	flex: 0 0 auto;
}
.screen-3-content .info {
	width:769px;
	max-width:calc(100% - 433px);
}
.screen-3-content .item-list {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:space-between;
	gap:50px;
}
.screen-3-content .item-list .item {
	display:flex;
	flex-direction:column;
	gap:15px;
}
.screen-3-content .item-list .item .title {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-transform:none;
}
.screen-3-content .item-list .item .note {
	font-size: 18px;
	line-height: 28px;
}

@media (max-width:1260px) {
	.screen-3 h2 {
		padding: 0 30px;
	}
	.screen-3-content {
		padding:0 30px;
		gap:30px;
	}
	.screen-3-content .info  {
		flex: 1 1 auto;
		width:auto;
		max-width:none;
	}
}
@media (max-width:800px) {
	.screen-3 h2 {
		font-size:28px;
		line-height:1.6;
	}	
	.screen-3-content .image {
		display:none;
	}
}
@media (max-width:480px) {
	.screen-3 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-3-content .item-list {
		gap:30px;
	}
	.screen-3-content .item-list .item {
		gap:10px;                      
	}                                  
	.screen-3-content .item-list .item .title {
		font-size:20px;                
	}                                  
	.screen-3-content .item-list .item .note {
		font-size:16px;
	}	
}

.screen-4 {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	padding:80px 0 90px;
	display:flex;
	flex-direction:column;
	gap:50px;
}
.screen-4 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
}
.screen-4 .item-list {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:30px;
}
.screen-4 .item-list .item {
	position:relative;
}
.screen-4 .item-list .item .image {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:6px;
}
.screen-4 .item-list .item .image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.screen-4 .item-list .item .info {
	position:relative;
	z-index:1;
	min-height:290px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	gap:7px;
	padding:40px 82px;
}
.screen-4 .item-list .item .info .title {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #F5BE0B;
}
.screen-4 .item-list .item .info .note {
	font-family:Bold;
font-weight: 700;
	font-size: 20px;
	line-height: 160%;
}


@media (max-width:1060px) {
	.screen-4 {
		width:100%;
		max-width:100%;
	}
	.screen-4 .item-list {
		width:100%;
		max-width:100%;
		padding:0 30px;
	}
	.screen-4 h2 {
		padding: 0 30px;
	}
}
@media (max-width:800px) {
	.screen-4 h2 {
		font-size:28px;
		line-height:1.6;
	}	
	.screen-4 .item-list .item .info {
		padding:30px;
	}
}
@media (max-width:480px) {
	.screen-4 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-4 .item-list {
		padding:0;
	}
	.screen-4 .item-list .item .info .title {
		font-size:20px;
		line-height:1.6;
	}
	.screen-4 .item-list .item .info .note {
		font-size:16px;
		line-height:1.6;
	}

}

.screen-5 {
	background-color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:50px;
	padding:80px 0 90px;
	color: #191C1D;
}
.screen-5 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
}
.screen-5-content {
	display:flex;
	align-items:stretch;
	gap:51px;
	width:1010px;
	max-width:100%;
	margin: 0 auto;
}
.screen-5-content .image {
	flex: 0 0 auto;
}
.screen-5-content .info {
	flex: 1 1 auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:35px;
}
.screen-5-content .info .text {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:35px;
	max-width:100%;
}
.screen-5-content .info .text p {
	margin:0;
	padding:0;
	font-size: 18px;
	line-height: 28px;
}
.screen-5-content .info .buttons {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}
.screen-5-content .info .button-white { 
	height: 46px;
	width:249px;
	border-radius:23px;
	background-color: #fff;
	color:#191c1d;
	font-size: 16px;
	font-family: Regular;
    font-family:Bold;
font-weight: 700;
	text-transform:none;
	border:1px solid #191c1d;
	transition:all .35s ease;
}

.screen-5-content .info .button-white:hover { 
	background-color:#191c1d;
	color:#fff;
}

@media (max-width:1070px) {
	.screen-5 h2 {
		padding: 0 30px;
	}
	.screen-5-content {
		padding:0 30px;
		gap:30px;
	}
	.screen-5-content .info  {
		flex: 1 1 auto;
		width:auto;
		max-width:none;
	}
	.screen-5-content .image {
		max-width:45%;
	}
	.screen-5-content .image img {
		max-width:100%;
		height:auto;
	}
}
@media (max-width:800px) {
	.screen-5 h2 {
		font-size:28px;
		line-height:1.6;
	}	
	.screen-5-content {
		flex-direction:column;
		align-items:stretch;
	}
	.screen-5-content .image {
		max-height:300%;
		height:300px;
		width:100%;
		max-width:100%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;		
	}
	.screen-5-content .image img{
		max-height:100%;
		width:auto;
		margin:0 auto;
		object-fit: contain;
	}
}
@media (max-width:480px) {
	.screen-5 {
		padding:30px 0 40px;
		gap:30px;
	}
	.screen-5-content .info {
		gap:1rem;
	}
	.screen-5-content .info .text {
		gap:1rem;
	}
	.screen-5-content .info .text p {
		font-size:1rem;
	}
}


.screen-6 {
	padding:80px 30px 90px;
	display:flex;
	flex-direction:column;
	background: #191c1d;
	gap:50px;
	align-items:center;
	position:relative;
	min-height:523px;
}
.screen-6:before  {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	background: url(/dileram/images/screen-6.png) left top -384px  no-repeat;
	mix-blend-mode: luminosity;
}
.screen-6 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height:normal;
	color: #F5BE0B;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.screen-6 .item-list {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:90px;
	position:relative;
	z-index:1;
}
.screen-6 .item-list .item {
	display:inline-flex;
	flex-direction:column;
	gap:30px;
	max-width:263px;
	align-items: flex-start;
}
.screen-6 .item-list .item .stat {
	font-family: Oswald;
	/* font-style: italic; */
	font-weight: 400;
	font-size: 110px;
	line-height: 1;
	letter-spacing: -0.04em;
	position:relative;
	display:inline-flex;
	padding-right: 70px;
}
.screen-6 .item-list .item .stat-wrap {
	position:relative;
	display:inline-flex;
}
.screen-6 .item-list .item .stat-wrap span {
	color: #F5BE0B;        
}                          
.screen-6 .item-list .item .stat-wrap .icon {
	position:absolute;
	right:-68px;
	bottom: -10px;
	display:inline-flex;
}                          
.screen-6 .item-list .item .note {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}

@media (max-width:1020px) {
	.screen-6 .item-list {
		justify-content: space-arownd;
		gap:30px;
	}
	.screen-6 .item-list .item {
		max-width: 233px;
	}
	.screen-6 .item-list .item .stat {
		font-size:80px;
	}
	.screen-6 .item-list .item .note {
		font-size:18px;
		line-height:1.6;
	}
	.screen-6 .item-list .item .stat-wrap .icon {
		width:52px;
		right: -48px;
	}
	.screen-6 .item-list .item .stat-wrap .icon img {
		width:100%;
		height:auto;
	}
}
@media (max-width:800px) {
	.screen-6 h2 {
		font-size:28px;
		line-height:1.6;
	}
}

@media (max-width:760px) { 
	.screen-6 .item-list {
		flex-direction:column;
		justify-content: flex-start;
		gap:30px;
	}
	.screen-6 .item-list .item {
		max-width: 100%;
		flex-direction:row;
		align-items:center;
	}
	.screen-6 .item-list .item .stat {
		width:190px;
		padding-right: 50px;
	}
	.screen-6 .item-list .item .note {
		padding-top: 10px;
	}
}

@media (max-width:480px) { 
	.screen-6 .item-list .item {
		flex-direction:column;
		align-items:center;
	}
	.screen-6 .item-list .item .stat {
		width:auto;
	}
	.screen-6 .item-list .item .note {
		padding-top: 0;
		text-align:center;
	}
}


.screen-7 {
	background:#fff;
	padding:80px 30px 110px;
	color:#191c1d;
}
.screen-7 h2 {
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	width:569px;
	max-width:100%;
	margin:0 auto 50px;
	padding:0 30px;
}
.screen-7 .slogan {
	font-style: italic;
	font-family:Bold;
font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	margin-bottom:26px;
}
.screen-7 .info {
	width: 632px;
	max-width:100%;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 60px;
}
.screen-7 .info a {
	color:#F5BE0B;
}
.screen-7 .info a:hover {
	text-decoration:underline;
}
.screen-7 .contacts {
}
.screen-7 .contacts .phone {
	text-align:center;
	margin-bottom:11px;
	font-style: normal;
	font-family:Bold;
font-weight: 700;
	font-size: 33px;
	line-height: 160%;
	text-transform: uppercase;
}
.screen-7 .contacts .phone a {
	color: #191C1D;
}
.screen-7 .contacts .phone a:hover {
	text-decoration:underline;
}

.screen-7 .contacts .email {
	font-family:Bold;
font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.screen-7 .contacts .email a{
	color: #191C1D;
}
.screen-7 .contacts .email a:hover {
	text-decoration:underline;
}

@media (max-width:800px) {
	.screen-7 h2 {
		font-size:28px;
		line-height:1.6;
	}	
}
@media (max-width:480px) {
	.screen-7 {
		padding:30px 30px 40px;
		gap:30px;
	}
	.screen-7 h2 {
		margin-bottom:15px;
	}	
	.screen-7 .slogan {
		font-size:18px;
		margin-bottom:15px;
	}
	.screen-7 .info {
		font-size:1rem;
		line-height:1.6;
		margin-bottom:30px;
	}
	.screen-7 .contacts .phone {
		font-size:28px;
		margin-bottom:5px;
	}
	.screen-7 .contacts .email {
		font-size:20px;
	}
}

/* End */


/* Start:/local/templates/havens-2024/components/bitrix/news.list/dileram.screen-1.v3/style.css?1774281987345*/
.brand-image-list {
	display:flex;
	/* flex-wrap:wrap; */
	align-items:center;
	gap:24px;
	max-width:100%;
}
.brand-image-list-img {
	flex: 0 1 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.brand-image-list-img img {
	max-width:100%;
	height:auto;
}
@media (max-width:480px) {
	.brand-image-list {
		gap:10px;
	}
}
/* End */
/* /dileram/style.css?177440905414925 */
/* /local/templates/havens-2024/components/bitrix/news.list/dileram.screen-1.v3/style.css?1774281987345 */
