.dpt__head:before{
    display: none;
}

.dpt {
	font-family: Cabin;
    overflow: hidden;
	padding-bottom: 80px;
	color: #212529;
}
.dpt h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 32px;
}
.dpt__bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dpt__head {
    padding-top: 70px;
    padding-bottom: 80px;
	position: relative
}
.dpt__head-subtitle {
    font-size: 16px;
}
.dpt__head-subtitle img{
    height: 32px;
}
.dpt__head-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 72px;
    line-height: 88px;
    margin-top: 24px;
    margin-bottom: 32px;
}
.dpt__head-description {
    max-width: 50%;
    margin-top: 90px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.8;
}
.dpt__head-description.full-image {
    max-width: 100%;
}

.dpt__about{
    position: relative;
	background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 2;
}
.dpt__about-container {
    display: flex;
    justify-content: end;
}
.dpt__about-container.full-image {
    justify-content: center;
}
.dpt__about-image {
    flex: auto;
    text-align: right;
    margin-top: 0;
    transform: translateY(-50%);
}
.full-image .dpt__about-image {
    flex: 100%;
    text-align: center;
}

/* section info list */
.dpt__info-list {
    padding: 80px 0;
}
.dpt__info-list-item {
    margin-bottom: 50px;
}
.dpt__info-list-item:last-child {
    margin-bottom: 0;
}
.dpt__info-list-item-text-left,
.dpt__info-list-item-text-right {
    flex: 1;
}
.dpt__info-list-item-text-left {
    padding-right: 25px;
}
.dpt__info-list-item-text-right {
    padding-left: 25px;
}
.dpt__info-list-item-img-wrap-left,
.dpt__info-list-item-img-wrap-right {
    flex: 0 0 50%;
    width: 50%;
}
.dpt__info-list-item-img-wrap-left {
    padding-right: 25px;
}
.dpt__info-list-item-img-wrap-right {
    padding-left: 25px;
}
/* .dpt__info-list-item-img {
    min-height: 480px;
} */
.dpt__info-list-item-img-full {
    width: 100%;
}

/* section full image */
.dpt__full-image {
    padding: 50px 0;
}
.dpt__full-image img {
    width: 100%;
}

/* section text */
.dpt__section-text {
    padding: 40px 0;
}

/* section slider */
.dpt__gallery-carusel-3 {
    padding-top: 30px;
}
.dpt__gallery-carusel {
    margin: 0 auto !important;
}
.dpt__gallery-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 0 15px;
    height: auto;
    min-height: 500px;
    background-position: center;
}
.dpt__gallery-carusel .dpt__gallery-item {
    padding: 0;
}
/* .dpt__gallery-carusel .dpt__gallery-item img {
    max-width: 800px;
} */
.dpt__gallery .slick-arrow::before {
    display: none;
}
.dpt__gallery-carusel-3 .slick-prev {
    left: -40px;
}
.dpt__gallery-carusel-3 .slick-next {
    right: -40px;
}
.dpt__gallery-carusel .slick-prev {
    left: 40px;
}
.dpt__gallery-carusel .slick-next {
    right: 40px;
}
.dpt__gallery .slick-next,
.dpt__gallery .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 10;
}


.dpt__video {
    position: relative;
    padding-top: 130px;
}
.dpt__video-container {
    position: relative;
}
.dpt__video-container:before {
    display: none;
}
.dpt__video-youtube {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    border-radius: 8px;
    margin-bottom: 20px;
    z-index: 5;
}
.dpt__video-youtube iframe, .dpt__video-youtube a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dpt__video-youtube:after {
    content: '';
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}


@media (max-width: 767.98px) {
	.dpt{
		padding-bottom: 60px
	}
	.dpt__head {
		padding-top: 40px;
		padding-bottom: 40px
	}
    .dpt__head-description {
		display: block;
        max-width: 100%;
	}
    .dpt__about-container{
		flex-wrap: wrap
	}
    .dpt__about-image{
		order: 1;
		flex: 0 0 100%;
		margin-top: 40px;
		margin-bottom: 80px
	}
    /* section info list */
    .dpt__info-list-item {
        flex-flow: column wrap;
    }
    .dpt__info-list-item-text-left,
    .dpt__info-list-item-text-right,
    .dpt__info-list-item-img-wrap-left,
    .dpt__info-list-item-img-wrap-right {
        padding: 0 25px;
        max-width: 100%;
    }
    .dpt__info-list-item-img {
        min-height: auto;
        margin-bottom: 20px;
    }
    /* section slider */
    .dpt__gallery-carusel .dpt__gallery-item img {
        width: 100%;
        padding: 0 20px;
    }
}


@media (min-width: 1200px) {
    /* hero section */
    .dpt__about-image {
        flex: auto;
        text-align: right;
    }
    /* .dpt__about-image img {
        min-height: 780px;
    } */
}

@media (min-width: 1400px) {
    /* section slider */ 
    .dpt__gallery {
        height: 1080px;
        display: flex;
        align-items: center;
    }
    .dpt__gallery-item {
        min-height: 1080px;
    }
}
