h2 {
	margin: 0;
	/* font-family: 'Roboto'; */
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	color: #1F160E;
}

h3 {
	/* font-family: 'Manrope'; */
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}

p {
	/* font-family: 'Manrope'; */
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0
}

.section-ort {
	position: relative;
	height: 840px;
	overflow: hidden;
}

.section-ort::before {
	content: "";
    width: 100% !important;
    height: 100% !important;
    background: #000 !important;
    opacity: 0.6 !important;
	display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}

.section-ort .ort-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.ort-container {
    max-width: 1312px;
	width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-ort .ort-container {
	max-width: calc(1040px + 2rem);
}

.ort-content-info {
	color: #ffffff;
}

.section-ort .ort-content-info {
	max-width: 852px;
}

.section-ort .ort-content-info h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
	font-weight: 600;
}

.section-ort .ort-content-info p {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.btn-ort {
    background: #DC3545;
    border: none !important;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    height: 54px;
    padding: 0.85rem 2.25rem;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
}

.section-ort img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.section-ort-description {
	padding: 80px 0 22px;
}

.ort-description-content {
	padding: 40px;
	display: flex;
	flex-direction: column;
	grid-gap: 12px;
	box-shadow: 0 4px 20px 0 #00000014;
	margin-bottom: 22px;
	border-radius: 20px;
}

.ort-description-content-info {
	/* font-family: 'Manrope'; */
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #484B5E;
}

.ort-description-gallery {
	display: flex;
	grid-gap: 22px;
}

.ort-description-image {
	display: flex;
	max-width: 412px;
	width: 100%;
	height: auto;
	max-height: 356px;
}

.ort-description-image img {
	width: 100%;
	height: 100%;
}

.section-ort-wave-tilt {
	margin-bottom: 70px;
}

.ort-wave-tilt-wrapper {
	padding: 40px;
	box-shadow: 0 4px 20px 0 #00000014;
	border-radius: 20px;
}

.ort-wave-tilt-head {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	margin-bottom: 40px;
}

.ort-wave-tilt-head h2,
.ort-wave-tilt-head p {
	text-align: center;
}

.ort-wave-tilt-content {
	display: flex;
	grid-gap: 24px;
}

.ort-wave-tilt-gallery {
	display: flex;
	max-width: 600px;
	width: 100%;
	grid-gap: 12px;
}

.ort-wave-tilt-image {
	border-radius: 12px;
	overflow: hidden;
}

.ort-wave-tilt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ort-wave-tilt-image-1 {
	width: 52%;
}

.ort-wave-tilt-image-block {
	width: 48%;
	display: flex;
	flex-direction: column;
	grid-gap: 12px;
}

.ort-wave-tilt-image-2 {
	max-height: 140px;
}

.ort-wave-tilt-image-inner-block {
	display: flex;
	grid-gap: 12px;
	height: 168px;
}

.ort-wave-tilt-image-3,
.ort-wave-tilt-image-4 {
	width: 50%;
}

.ort-wave-tilt-info-container {
	display: flex;
	flex-direction: column;
	grid-gap: 12px;
	max-width: 576px;
	width: 100%;
}

.section-ort-benefits {
	width: 100%;
	position: relative;
	padding: 40px 0 80px;
	color: #FFFFFF;
}

.section-ort-benefits::before {
	content: "";
	width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #310909E5 0%, #310909CF 0%);
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.ort-benefits-banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	object-fit: cover;
}

.section-ort-benefits h2 {
	margin-bottom: 80px;
	color: #FFFFFF;
}

.ort-benefits-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 24px;
	row-gap: 40px;
}

.ort-benefits-item {
	width: calc((100% / 3) - 24px);
	display: flex;
	flex-direction: column;
	grid-gap: 12px;
}

.ort-benefits-item svg {
	width: 40px;
	height: 40px;
}

.section-ort-standards {
	padding: 80px 0 73px;
}

.ort-standards-content {
	padding: 40px;
	box-shadow: 0 4px 20px 0 #00000014;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	margin-bottom: 32px;
}

.ort-standards-points {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
}

.ort-standards-point {
	display: flex;
	grid-gap: 4px;
	align-items: center;
}

.ort-standards-point i {
	background: url(assets/static/icon-check-one.svg) center center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.ort-standards-point span {
	/* font-family: "Manrope"; */
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #484B5E;
}

.ort-standards-image {
	width: 100%;
	height: 100%;
	max-height: 772px;
	object-fit: cover;
}

.section-ort-video {
	padding: 80px 0;
}

.ort-video-content {
	padding: 40px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 20px 0 #00000014;
}

.section-ort-video-heading {
	margin-bottom: 20px;
}

.section-ort-video-item {
	border-radius: 20px;
	overflow: hidden;
}

.section-ort-video-item iframe {
	width: 100%;
	height: 660px;
}

.section-support {
	background: #f5f7f8;
    padding: 4rem 0;
}

.section-heading {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.section-heading--bordered {
    text-align: center;
}

.section-heading--bordered .section-heading-title {
    display: inline-block;
    padding: 0 1rem 1rem;
    position: relative;
}

.section-heading--bordered .section-heading-title:after {
	content: "";
    display: block;
    background: #2f8e72;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-support .support-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 2rem;
}

.section-support .support-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid #62c1a5;
    padding: .9rem 1rem;
    border-radius: 8px;
}

.section-support .support-item-image {
    flex: 0 0 64px;
}

.section-support .support-item a {
    display: inline-block;
    text-decoration: none;
    color: #4c5259;
}

.section-support .support-item-image img {
    width: 100%;
    height: auto;
}

.section-support .support-bottom {
    text-align: center;
}

.section-support .btn-ort {
    font-size: 1.15rem;
    font-weight: 600;
	background-color: #3bb18f;
}

.btn-ort:hover, .btn-ort:focus, .btn-ort:active {
    background: #30353a !important;
    color: #fff !important;
}

.icon-phone {
    background: url(assets/static/icon-phone.png) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.ort-btn-abver {
    border: 1px solid #047500;
    border-radius: 40px;
    width: 135px;
    height: 135px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    color: #047500;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
    background: #f5f7f8;
    transition: 0.3s;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    z-index: 100;
}

.ort-btn-abver:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: #047500;
}

.ort-btn-abver img {
    width: 75px;
    height: auto;
}

@media screen and (max-width: 1300px) {
	.ort-wave-tilt-content {
		max-width: 990px;
	}
	
	.ort-wave-tilt-gallery {
		max-width: none;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.ort-wave-tilt-image-inner-block {
		height: auto;
	}
}

@media screen and (max-width: 991px) {
    .section-ort .ort-content-info {
        text-align: center;
        max-width: 100%;
        padding: 0 1rem;
    }
	
	.ort-wave-tilt-image-1,
	.ort-wave-tilt-image-block {
		width: 50%;
	}
	
	.ort-wave-tilt-image-inner-block {
		flex-direction: column;
	}
	
	.ort-wave-tilt-image-3, .ort-wave-tilt-image-4 {
		width: 100%;
	}
	
	.section-support .support-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 766px) {
	h2 {
		font-size: 1.75rem;
		line-height: 1.2;
	}
	
	.section-ort-description,
	.section-ort-wave-tilt,
	.section-ort-standards,
	.section-gallery,
	.section-ort-video,
	.section-support {
		padding: 40px 0;
	}
	
	.section-ort-wave-tilt {
		margin-bottom: 40px;
	}
	
	.section-ort .ort-content:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        bottom: -60px;
        left: 0;
        right: 0;
        height: 112px;
        background: linear-gradient(0deg, #eaeaea 41.96%, rgba(234, 234, 234, 0) 100%);
        transform: scale(-1, -1);
    }
	
    .section-ort .ort-content-info h1 {
        font-size: 2rem;
		line-height: 1.2;
    }
	
	.section-ort .ort-content-info p {
        font-size: 1rem;
        padding: 0 1rem;
    }
	
	.btn-ort {
        font-size: 0.85rem;
        width: 100%;
    }
	
	.ort-description-content {
		padding: 1rem;
	}
	
	.ort-description-gallery {
		flex-direction: column;
		align-items: center;
	}
	
	.ort-wave-tilt-wrapper {
		padding: 1rem;
	}
	
	.ort-wave-tilt-content {
		flex-direction: column;
	}
	
	.ort-wave-tilt-image-1, .ort-wave-tilt-image-block {
		max-width: 412px;
		width: 100%;
	}
	
	.ort-wave-tilt-image-2 {
		max-height: none;
	}
	
	.ort-wave-tilt-info-container {
		margin: 0 auto;
	}
	
	.ort-wave-tilt-info-container h3 {
		text-align: center;
	}
	
	.section-ort-benefits h2 {
		margin-bottom: 40px;
	}
	
	.ort-benefits-item {
		width: calc((100% / 2) - 24px);
	}
	
	.ort-standards-content {
		padding: 1rem;
	}
	
	.ort-video-content {
		padding: 1rem;
	}
	
	.section-ort-video-item iframe {
		height: 392px;
	}
	
	.section-heading {
        font-size: 1.75rem;
    }
	
	.section-support .support-grid {
        grid-template-columns: 1fr;
    }
	
	.ort-btn-abver {
        padding: 0.5rem;
        border-radius: 20px;
        width: 95px;
        height: 95px;
    }
	
	.ort-btn-abver img {
		width: 60%;
	}
}

@media screen and (max-width: 500px) {
	.ort-benefits-content {
		row-gap: 24px;
	}
	
	.ort-benefits-item {
		width: 100%;
	}
	
	.section-ort-video-item iframe {
		height: 280px;
	}
}