.banner {

}
.banner .item {

background-size: cover;

background-position: 50% 50%;

display: flex;

align-items: flex-end;

height: calc(100vh - 130px);
}
.banner .item .description {

display: flex;

padding: 100px 100px 100px calc((100vw - var(--container-width))/2);

background: rgba(255,255,255,.75);

border-radius: 0 20px 0 0;

width: var(--container-width);

box-sizing: border-box;
}
.banner .item .content {

width: 75%;

display: flex;

flex-direction: column;

align-items: flex-start;
}
.banner .item .title {

font-size: 65px;

font-weight: 300;

color: #404040;
}
.banner .item .subtitle {

font-size: 32px;

font-weight: 200;

color: #404040;

margin: 25px 0 35px;
}
.banner .item .show-more {

padding: 15px 120px 15px 30px;

background: #4058AF;

font-size: 24px;

color: #fff;

border-radius: 10px;

position: relative;

display: flex;

align-items: center;
}
.banner .item .social-icons {

margin: 0;

padding: 0;

list-style: none;

width: 25%;

display: none;

flex-direction: column;

align-items: flex-end;

gap: 20px;
}
.banner .item .social-icons a {
	
padding: 15px;
	
display: flex;
	
background: #fff;
	
border-radius: 50%;
}
.banner .item .social-icons img {

width: 36px;
}
.our-advantages {

}
.our-advantages .inner-content {

display: flex;

gap: 30px;
}
.our-advantages .image {

background-image: url('../images/adventures/b0dee584-7473-4a87-89b3-afe6979f9766.png');

width: 700px;

height: 600px;

background-position: 50% 50%;

background-size: cover;

border-radius: 10px;
}
.our-advantages .list {

padding: 0;

margin: 0;

list-style: none;

gap: 30px;

display: flex;

flex-direction: column;

width: calc(100% - 530px);
}
.our-advantages .list li {
	
display: flex;
	
position: relative;
	
padding: 33px 25px;
	
background: #F5F5F5;
	
border-radius: 10px;
}
.our-advantages .list img {

width: 60px;

height: 60px;

position: absolute;

top: 25px;

right: 25px;
}
.our-advantages .list p {

font-size: 20px;

font-weight: 200;

width: 50%;
}
.popular-products {

}
.popular-products .product-list {

}
.popular-products .product-card {

}
.popular-products .product-card .image {

position: relative;

width: 100%;

height: 350px;

overflow: hidden;

border-radius: 10px;

display: flex;

align-items: center;

justify-content: center;
}
.popular-products .product-card .image img {
min-height: 100%;
    max-height: 150%;
    min-width: 100%;
position: absolute;
}
.popular-products .product-card .title {font-size: 20px;font-weight: 200;margin: 15px 0;white-space: nowrap;
  
  /* 2. Скрывает все, что выходит за границы блока */overflow: hidden; 
  
  /* 3. Добавляет многоточие к обрезанному тексту */text-overflow: ellipsis;}
.popular-products .product-card .description {font-size: 14px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;min-height: 50px;}
.popular-products .product-card .show-more {
width: calc(100% - 6px);
    margin: 0 3px;

display: flex;

padding: 10px 0;

justify-content: center;

border: 1px solid #4058AF;

margin-top: 20px;

border-radius: 10px;

font-size: 16px;

font-weight: 200;

color: #4058AF;

cursor: pointer;
transition: .25s;
}
.popular-products .product-card .show-more:hover {
	background: #4058AF;
	color: #fff;
}
.gallery {

}
.gallery .images-block {

display: flex;

gap: 30px;
}
.gallery .images-list {

width: calc(40% - 30px);

height: 600px;

position: relative;

padding-bottom: 30px;
}
.gallery .images-list .owl-dots {

width: 100%;

height: 30px;

display: flex;

justify-content: center;

align-items: center;

position: absolute;

bottom: 0;

left: 0;

gap: 10px;
}
.gallery .images-list.owl-carousel .owl-stage-outer {
	border-radius: 10px;
}
.gallery .images-list .owl-dots button {

width: 10px;

height: 10px;

background: #D9D9D9;

transition: .25s;
}
.gallery .images-list .owl-dots button:hover,
.gallery .images-list .owl-dots button.active {
	
background: #4058AF;
}
.gallery .images-list:nth-of-type(1) {

width: 60%;
}
.gallery .images-list .image {

position: relative;

display: flex;

justify-content: center;

align-items: center;

height: 600px;
}
.gallery .images-list .image img {

position: absolute;

width: 100%;
}
.gallery .our-info {

display: flex;

justify-content: space-between;

padding-top: 50px;
}
.gallery .our-info .block {

display: flex;

align-items: flex-end;
}
.gallery .our-info .bold {color: #4058AF;font-weight: 300;font-size: 64px;line-height: 70%;padding-right: 10px;}
.gallery .our-info .description {

font-size: 16px;

font-weight: 200;
}
.about-company {

background: #F5F5F5;

margin-top: 80px;

padding-bottom: 80px;
}
.about-company .inner-content {

display: flex;

gap: 30px;

align-items: center;
}
.about-company .image {

background-image: url(../images/about.png);

width: 600px;

height: 400px;

background-position: 50% 50%;

background-size: cover;

border-radius: 10px;
}
.about-company .text {

width: calc(100% - 630px);

font-weight: 200;

font-size: 16px;

line-height: 140%;
}
.delivery {

}
.delivery .image {

width: 100%;

border-radius: 10px;
}
.delivery .info {

margin-top: 30px;

display: flex;

justify-content: space-between;

gap: 30px;
}
.delivery .info-block {
calc(width: 50% - 15px);calc(width: 50% - 15px);calc(width: 50% - 15px);calc(width: 50% - 15p);calc(width: 50% - 15);calc(width: 50% - 1);calc(width: 50% -);calc(width: 50% revert-layer);calc(width: 50% revert-layer);calc(width: 50% -);calc(width: 50%);calc(width: 50%);calc(width: 50);calc(width: 5);width: calc(50% - 15px);background: #F5F5F5;padding: 15px;border-radius: 10px;display: flex;align-items: center;}
.delivery .info-block .icon {

width: 120px;

height: 120px;

margin-right: 15px;

background: #fff;

border-radius: 10px;

box-shadow: 5px 5px 10px -5px #d7d7d7;

display: flex;

align-items: center;

justify-content: center;
}
.delivery .info-block .icon img {

width: 70px;
}
.delivery .info-block .description {

}
.delivery .info-block .description .title {

font-weight: 200;

margin-bottom: 5px;

font-size: 18px;
}
.delivery .info-block .description .text {

}
.contacts-block {

margin-bottom: 80px;
}
.contacts-block .inner-content {

display: flex;

gap: 30px;
}
.contacts-block .info {

width: calc(35% - 30px);
}
.contacts-block .bold {

font-weight: 300;

margin-bottom: 5px;

font-size: 18px;
}
.contacts-block .text {

margin-bottom: 20px;
}
.contacts-block .semibold {

font-weight: 200;
}
.contacts-block .phone-list {

list-style: none;

padding: 0;

margin: 0 0 40px;
}
.contacts-block .phone-list li {

display: flex;

align-items: center;

padding-left: 25px;

margin: 10px 0;

position: relative;
}
.contacts-block .phone-list li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	background-image: url('../images/icons/phone.svg');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.contacts-block .phone-list li b {
	
font-weight: 200;
}
.contacts-block .other-contacts {

list-style: none;

padding: 0;

margin: 0;
}
.contacts-block .other-contacts li {

display: flex;

align-items: center;

padding-left: 25px;

margin: 10px 0;

position: relative;
}
.contacts-block .other-contacts li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.contacts-block .other-contacts li[type="mail"]::before {
	
background-image: url(../images/icons/mail.svg);
}
.contacts-block .other-contacts li[type="skype"]::before {
	
background-image: url(../images/icons/skype.svg);
}
.contacts-block .other-contacts li[type="navigation"]::before {
	
background-image: url(../images/icons/navigation.svg);
}
.contacts-block .map {
	
width: 65%;
	
border-radius: 10px;
	
overflow: hidden;
}
.other-block {}
.other-block .image-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-block .image-block img {
    width: 100%;
    border-radius: 10px;
}
.other-block .image-block .text-block {
    position: absolute;
    background: rgba(255,255,255,.75);
    bottom: 60px;
    width: calc(100% - 120px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.other-block .image-block .text {
    font-size: 20px;
    font-weight: 200;
}
.other-block .image-block a {
    padding: 15px 120px 15px 30px;
    background: #4058AF;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.our-advantages {
		display: none;
	}
	.gallery {
		display: none;
	}
	.about-company {
		display: none;
	}
	.delivery .info {
	flex-direction: column;
	gap: 15px;
	margin: 15px 0 0;
	}
	.delivery .info-block {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	}
	.delivery .info-block .icon {
	width: 70px;
	height: 70px;
	}
	.delivery .info-block .icon img {
	width: 50px;
	}
	.delivery .info-block .description .title {
	font-size: 14px;
	}
	.delivery .info-block .description .text {
	font-size: 12px;
	}
	.banner .item .description {
	padding: 10px;
	width: 100%;
	border-radius: 0;
	}
	.banner .item .title {
	font-size: 28px;
	}
	.banner .item .subtitle {
	margin: 15px 0 20px;
	font-size: 18px;
	}
	.banner .item .show-more {
	font-size: 16px;
	font-weight: 200;
	padding: 10px 50px 10px 10px;
	}
	.banner .item .social-icons {
	gap: 10px;
	}
	.banner .item .social-icons a {
	padding: 7px;
	}
	.banner .item .social-icons img {
	width: 20px;
	}
	.banner .item {
	height: calc(100vh - 190px);
	}
	.popular-products .product-card .image {
	height: 180px;
	}
	.popular-products .product-card .title {
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	}
	.popular-products .product-card .show-more {
	font-size: 14px;
	padding: 9px;
	box-sizing: border-box;
	}
	.popular-products .product-card .description {
	font-size: 12px;
	-webkit-line-clamp: 2;
	}
	.contacts-block .info {
	width: 100%;
	}
	.contacts-block .bold {
	font-size: 16px;
	}
	.contacts-block .text {
	font-size: 14px;
	}
	.contacts-block .semibold {
	font-weight: 100;
	}
	.contacts-block .phone-list li {
	font-size: 14px;
	}
	.contacts-block .other-contacts li {
	font-size: 14px;
	}
	.contacts-block .inner-content {
	flex-direction: column;
	}
	.contacts-block .map {
	display: none;
	}
	.title-block {
		margin-top:30px;
	}
	.other-block .image-block .text-block {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    bottom: 0;
}
	.other-block .image-block .text {
    font-size: 14px;
}
	.other-block .image-block a {
    font-size: 16px;
    font-weight: 200;
    padding: 10px 50px 10px 10px;
}
}