::-webkit-scrollbar {
    display: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace;
    overflow-x: hidden;
}

img {
	border-radius: 25px;
}

.container {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
}

.first {
    padding-top: 50px;
    position: relative;
    z-index: 3;
}

.first-wrapper {
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
}

.first-wrapper__bg {
    width: 100%;
    position: relative;
}

.first-wrapper__bg-img {
	max-height: 802px;
    object-fit: cover;
	height: 802px;
    width: 100%;
    margin-bottom: -4px;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.first-wrapper__content {
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.first-wrapper__bg-dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.frame {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.first-frame {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.header {
    background-color: #fff;
    display: flex;
    padding: 22px 50px 23px;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

.header-logo, .header-socialMediaIcons__item img, .footer-logo, .footer-icon img, .frame, #burger img, .header-mobile-logo {
	border-radius: 0;
}


.header-mobile {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav .menu-item a {
    margin-right: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.nav .current-menu-item a {
    color: #F01E28;
}

.header-socialMediaIcons {
    display: flex;
    align-items: center;
}

.header-socialMediaIcons__item {
    width: 25px;
    height: 25px;
    background-color: #F01E28;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.btn {
    text-decoration: underline;
    color: #FFF;

    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 25px;
    background: #F01E28;
    padding: 13px 33px;
    display: block;
}

.h2-white {
    color: #FFF;

    font-family: "Space Grotesk", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    margin: 0;
}

.first-wrapper__content-content {
    width: 100%;
    max-width: 808px;
    margin-left: 200px;
    margin-top: 169px;
}

.first-links {
    margin-top: 64px;
    margin-bottom: 29px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.first-buttons {
    display: flex;
    gap: 27px;
}

.first-buttons .btn {
    padding: 0;
    height: 45px;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--border {
    background-color: transparent;
    border: 2px solid #FFF;
}

.text {
    padding-top: 205px;
    padding-bottom: 238px;
    position: relative;
}

.h2-red {
    color: #F01E28;

    font-family: "Space Grotesk", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 100% */
    text-transform: capitalize;
    margin: 0;
}

.text-title {
    margin-bottom: 50px;
    max-width: 673px;
}

.underline {
    text-decoration: underline;
}

.text-description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    max-width: 673px;
    margin: 0;
}

.text-frame {
    position: absolute;
    right: 0;
    bottom: -218px;
}

.text-frame-mobile {
    display: none;
}

.frame-dots {
    position: absolute;
    bottom: -100px;
}

.tagsSection {
    background: #000000;
    padding-top: 205px;
    padding-bottom: 205px;
}

.tagsSection-title {
    margin: 0;
    color: #F01E28;

    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: capitalize;
    max-width: 826px;
}

.tagsSection-tags {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 100px;
}

.tagsSection-tags__row {
    display: flex;
    gap: 25px;
}

.tagsSection-tags__row:nth-child(even) {
    margin-left: auto;
}

.tagsSection-tags__row-item {
    width: 275px;
    height: 175px;
    border-radius: 25px;
    border: 2px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;

    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.tagsSection-tags__row-item--lg {
    width: 575px;
    height: 175px;
    color: #F01E28;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 25px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tagsSection-tags__row-item--lg-content {
    max-width: 431px;
    width: 100%;
    margin: 0 auto;
}

.emergency-service {
    background-color: black;
    position: relative;
    padding-bottom: 205px;
}

.emergency-service-wrapper {
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    position: relative;
}

.emergency-service-wrapper__bg {
    width: 100%;
    position: relative;
    z-index: 3;
}

.emergency-service-wrapper__bg img {
    width: 100%;
    margin-bottom: -4px;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.emergency-service-wrapper__bg .container {
    margin-top: 202px;
    margin-left: 154px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.emergency-service-wrapper__bg-dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.emergency-service-frame {
    background: white;
    position: absolute;
    bottom: -205px;
    right: -50px;
}

.emergency-service-title {
    max-width: 556px;
}

.emergency-service-description {
    max-width: 656px;
    margin-top: 60px;
    color: #FFF;

    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.why {
    padding-top: 83px;
    padding-bottom: 206px;
    position: relative;
}

.why-title {
    text-align: right;
    max-width: 810px;
    margin-left: auto;
    margin-bottom: 100px;
}

.why-slider__item {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    border-radius: 25px;
    border: 2px solid #F01E28;
    height: 425px;
}

.why-slider__item--active {
    background-color: #F01E28;
    border-radius: 25px;
    height: 425px;
}

.why-slider__item--active .why-slider__item-text {
    color: #FFFFFF;
}

.why-slider__item a {
    text-decoration: none;
}

.why-slider__item-img {
    width: 100%;
}

.why-slider__item-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 57px;
}

#why-slider .swiper-pagination {
    display: none;
}

#why-slider .swiper-button-next {
    right: 0;
    margin-right: -100px;
    z-index: 100;
}

#why-slider .swiper-button-next:after {
    display: none;
}

#why-slider-next-btn {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 100;
    display: block;
}

.footer {
    background-color: black;
    padding-top: 127px;
    padding-bottom: 148px;
}

.footer-association {
    display: none;
}

.footer-line {
    margin-top: 70px;
    margin-bottom: 70px;
    display: block;
    border: none;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icons {
    display: flex;
    align-items: center;
}

.footer-icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.footer-icon:nth-child(3) {
    margin-right: 50px;
}

.footer-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-icons-mobile {
    display: none;
}
.footer-menu .menu-item a, .footer-menu__item-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-menu .menu-item {
    margin-right: 30px;
}

/*.footer-menu__item-link--active:last-child {*/
/*    margin-right: 0;*/
/*}*/

.footer-menu .current-menu-item a, .footer-menu__item-link--active {
    color: #F01E28;
}

.footer-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	word-spacing: -3px;
}

.page-first {
    margin-bottom: -205px;
    position: relative;
    z-index: 2;
}



.about {
    background-color: black;
    padding-top: 410px;
    padding-bottom: 410px;
    position: relative;
}

.about-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    max-width: 502px;
    margin: 50px 0 114px;
}

.about-tags__title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: capitalize;
    margin: 0 0 100px;
}

.about-frame {
    position: absolute;
    top: 452px;
    right: 0;
}

.about-tags {
    max-width: 875px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
}

.about-tags__item {
    border-radius: 25px;
    border: 2px solid #FFF;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 25px;
}

.about-tags__item--active {
    background-color: #fff;
    color: #F01E28;
}






.about-slider {
    margin-top: -205px;
}

#about-slider {
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
}

.emergency-service {
    background-color: black;
    position: relative;
    padding-bottom: 205px;
}

.emergency-service-wrapper {
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    position: relative;
}

.emergency-service-wrapper__bg {
    width: 100%;
    position: relative;
    z-index: 3;
}

.about-slider__slide-bg img {
    width: 100%;
    margin-bottom: -4px;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.about-slider__slide-bg .container {
    margin-top: 150px;
    margin-left: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about-slider__slide-bg-dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-slider__slide-description {
    color: #FFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: capitalize;
}

.about-slider__slide-title {
    color: #FFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 100% */
    text-transform: capitalize;
    margin-top: 141px;
    margin-bottom: 36px;
}

.about-slider .btn {
    max-width: 172px;
}

#about-slider .swiper-pagination {
    left: 150px;
    bottom: 150px;
    width: fit-content;
}

#about-slider .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

#about-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 20px 0 0;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    background-color: transparent;
}

#about-slider .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.text-slider {
    padding-top: 207px;
    padding-bottom: 206px;
    position: relative;
}

.text-slider > .container {
    position: relative;
}

.text-slider__slider-slide {
    border-radius: 25px;
    border: 2px solid #F01E28;
    background: #FFF;
    padding: 150px 194px 0 200px;
    height: 601px;
}

#text-slider {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    position: relative;
}

.text-slider-frame {
    position: absolute;
    top: -90px;
    left: -112px;
}

.text-slider__slider-slide-title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: capitalize;
    text-align: center;
}

.text-slider__slider-slide-description {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 39px;
}

#text-slider .swiper-pagination {
    bottom: 20%;
}

#text-slider .swiper-pagination-bullet-active {
    background: #F01E28 !important;
}

#text-slider .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 20px 0 0;
    border: 2px solid #F01E28 !important;
    background-color: transparent;
}

#text-slider .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

#text-slider .swiper-button-next {
    right: 0;
    margin-right: -100px;
    z-index: 100;
}

#text-slider .swiper-button-next:after {
    display: none;
}

#text-slider-next-btn {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 100;
    display: block;
}
@media (max-width: 1350px) and (min-width: 1150px) {
	 	.first-wrapper__content{
	 		padding-left: 20px;
	 		padding-right: 20px;
	 	}

	 	.first-wrapper__bg{
	 		width: auto;
	 			margin: 0 auto!important;
	 		margin-left: 20px!important;
	 		margin-right: 20px!important;
	 	}
	 	.header-socialMediaIcons{
	 		margin-top: 10px;
	 	}

	 	.header>.btn{
	 		margin-top: 10px;
	 	}

	 	.first-frame {
	 		right: 25px;
    		width: 290px;
	 	}
	 } 
 
@media (max-width: 1150px) {
	.h2-white.first-title{
		text-align: center;
	}
}
@media (max-width: 1150px) and (min-width: 850px){
	.tagsSection-tags__row-item{
		width: 60%!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
    .about-tags__item{
		width: 60%!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
    .about-tags{
    	margin: 0 auto!important;
    }
}
@media (max-width: 1150px) {
	.about-tags{
    	margin: 0 auto!important;
    }
    .first {
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .first-wrapper__bg-img {
        margin-bottom: -3px;
        object-fit: cover;
        min-height: 100%;
        height: 575px;
        border-radius: 15px;
    }

    .first-wrapper__content {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .first-wrapper__bg-dark {
        border-radius: 15px;
    }

    .first-frame {
        right: 25px;
        width: 290px;
    }

    .header {
        display: none;
    }

    .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #burger {
        width: 36px;
        height: 36px;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }

    .btn {
        font-size: 12px;

        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 36px;
    }

    .h2-white {
        font-size: 42px;
        line-height: 42px;
    }

    .first-wrapper__content-content {
        margin: 114px auto 0;
    }

    .first-links {
        margin-top: 25px;
        margin-bottom: 44px;
        font-size: 14px;
        text-align: center;
    }

    .first-buttons {
        justify-content: center;
        gap: 12px;
    }

    .text {
        padding: 100px 25px;
    }

    .h2-red {
        font-size: 28px;
        line-height: 28px;
    }

    .text-title {
        margin-bottom: 46px;
    }

    .text-description {
        font-size: 14px;
        line-height: 24px;
    }

    .text-frame-mobile {
        display: block;
        position: absolute;
        bottom: -54.5px;
        right: 0;
    }

    .text-frame {
        display: none;
    }

    .frame-dots {
        display: none;
    }

    .tagsSection {
        padding: 100px 25px 100px;
    }

    .tagsSection-title {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }

    .tagsSection-tags {
        margin-top: 50px;
        padding-left: 33px;
        padding-right: 32px;
    }

    .tagsSection-tags__row {
        flex-direction: column;
    }

    .tagsSection-tags__row:nth-child(even) {
        margin-left: 0;
    }

    .tagsSection-tags__row-item {
        width: 100%;
        height: 125px;
    }

    .tagsSection-tags__row-item--lg {
        width: 100%;
        height: auto;
        padding: 37px 13px;
    }

    .tagsSection-tags__row-item--lg-content {
        width: 100%;
    }

    .emergency-service {
        padding-bottom: 83px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .emergency-service-wrapper__bg img {
        height: 575px;
        border-radius: 15px;
        object-fit: cover;
        min-height: 100%;
    }

    .emergency-service-wrapper__bg .container {
        margin-top: 148px;
        margin-left: 0;
    }

    .emergency-service-wrapper__bg-dark {
        border-radius: 15px;
    }

    .emergency-service-frame {
        bottom: -83px;
        right: -50px;
        width: 939px;
    }

    .emergency-service-title {
        font-size: 48px;
        line-height: 48px; /* 100% */
        text-align: center;
    }

    .emergency-service-description {
        margin-top: 24px;
        font-size: 24px;
        text-align: center;
    }

    .why {
        padding: 20px 25px 0;
    }

    .why-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .why-slider__item {
        margin-bottom: 165px;
    }

    #why-slider-next-btn {
        display: none;
    }

    #why-slider .swiper-pagination {
        bottom: 99px;
        display: block;
    }

    #why-slider .swiper-pagination-bullet {
        opacity: 1;
        width: 15px;
        height: 15px;
        border: 2px solid #F01E28;
        background-color: transparent;
        margin-left: 0;
        margin-right: 20px;
    }

    #why-slider .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    #why-slider .swiper-pagination-bullet-active {
        background-color: #F01E28;
    }

    .footer {
        padding-top: 102px;
        padding-bottom: 100px;
    }

    .footer-line {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer-row {
        padding-right: 25px;
        padding-left: 25px;
    }

    .footer-row:last-child {
        flex-direction: column;
        gap: 20px;
    }

    .footer-row-menu {
        align-items: baseline;
    }

    .footer-icons {
        display: none;
    }

    .footer-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 75px;
    }

    .footer-icons-mobile {
        display: flex;
    }

    .footer-association {
        display: block;
        width: 50px;
    }

    .footer-icon {
        width: 37px;
        height: 37px;
        margin-right: 11px;
    }

    .footer-icon img {
        height: 18px;
    }

    .footer-icon:nth-child(3) {
        margin-right: 0;
    }

    .footer-menu {
        display: block;
    }

    .footer-menu .menu-item a, .footer-menu__item-link {
        line-height: 24px;
    }

    .footer-text {
        font-size: 14px;
        text-align: center;
    }

    .page-first {
        margin-bottom: -105px;
    }

    .about {
        padding: 200px 25px;
    }

    .about-title {
        text-align: center;
    }

    .about-description {
        font-size: 14px;
        margin: 36px 0 50px;
        text-align: center;
    }

    .about-tags__title {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 50px;
        text-align: center;
    }

    .about-frame {
        top: 0;
        width: 103px;
    }

    .about-tags {
        padding-left: 35px;
        padding-right: 32px;
        grid-template-columns: 1fr;
        column-gap: 25px;
        row-gap: 25px;
    }

    .about-tags__item {
        height: 125px;
    }

    .about-tags__item--active {
        background-color: #fff;
        color: #F01E28;
    }

    .about-slider {
        margin-top: -95px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .about-slider__slide-bg img {
        margin-bottom: -4px;
        height: 575px;
        border-radius: 15px;
        object-fit: cover;
        min-height: 100%;
    }

    .about-slider__slide-bg .container {
        margin-left: 0;
        padding-left: 22px;
        padding-right: 23px;
    }

    .about-slider__slide-bg-dark {
        border-radius: 15px;
    }

    .about-slider__slide-description {
        font-size: 24px;
        text-align: center;
    }

    .about-slider__slide-title {
        font-size: 42px;
        line-height: 24px; /* 100% */
        margin-top: 47px;
        margin-bottom: 50px;
    }

    .about-slider .btn {
        margin: 0 auto;
    }

    #about-slider .swiper-pagination {
        left: 0;
        bottom: 50px;
        width: 100%;
    }

    .text-slider {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-slider__slider-slide {
        border-radius: 15px;
        padding: 81px 23px 81px 21px;
        height: 425px;
        margin-bottom: 66px;
    }

    #text-slider {
        width: 100%;
        max-width: 1004px;
        margin: 0 auto;
        position: relative;
    }

    .text-slider-frame {
        top: -29px;
        left: -17px;
        width: 244px;
    }

    .text-slider__slider-slide-title {
        font-size: 24px;
    }

    .text-slider__slider-slide-description {
        font-size: 16px;
        margin-top: 35px;
    }

    #text-slider .swiper-pagination {
        bottom: 0;
    }

    #text-slider .swiper-pagination-bullet {
        opacity: 1;
        width: 15px;
        height: 15px;
        margin: 0 20px 0 0;
        border: 2px solid #F01E28 !important;
        background-color: transparent;
    }

    #text-slider-next-btn {
        display: none;
    }
}

/* CONTACT PAGE */

.contact {
    position: relative;
    padding-top: 205px;
    padding-bottom: 205px;
}

.contact-title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 177.778% */
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    margin: 0;
    max-width: 673px;
    margin-bottom: 100px;
}

.contact-frame1 {
    position: absolute;
    right: 0;
    top: -107px;
}

.contact-form {
    width: 100%;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.contact-form p {
	margin: 0;
}

.contact-form__input {
    display: block;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #F01E28;
    padding-left: 50px;
    outline: 0;
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact-form__input::placeholder {
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact-form__inputrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
}

.contact-form__inputrow-input {
    display: block;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #F01E28;
    /*padding-left: 50px;*/
    outline: 0;
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
}

.contact-form__inputrow-input::placeholder {
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.contact-form__textarea {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100% !important;
    display: block;
    resize: none;
    height: 250px !important;
    border-radius: 10px;
    border: 2px solid #F01E28;
    padding-top: 50px;
    padding-left: 50px;
    outline: 0;
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact-form__textarea::placeholder {
    color: #F01E28;
    font-family: "Roboto Mono", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact-form__submit {
    margin-top: 50px;
    height: 45px;
    width: 172px;
    text-align: center;
    color: #FFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    border-radius: 25px;
    background: #F01E28;
    border: none;
}

.contact-frame2 {
    position: absolute;
    left: 0;
    bottom: -1px;
}

.contact-iframe {
    width: 100%;
    height: 645px;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 103px;
}

/* GALLERY PAGE */

.gallery-textimg {
    padding-top: 204px;
    padding-bottom: 100px;
}

.gallery-textimg__content {
    display: flex;
    justify-content: space-between;
}

.gallery-textimg__content-img {
    position: relative;
}

.gallery-textimg__content-img__photo {
    display: block;
    position: relative;
    z-index: 3;
    border-radius: 25px;
}
.gallery-textimg-frame {
    position: absolute;
    top: -110px;
    right: -118px;
}

.gallery-textimg__content-text {
    max-width: 571px;
}

.gallery-textimg__content-text__title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 100% */
    text-transform: capitalize;
    margin-bottom: 53px;
}

.gallery-textimg__content-text__description p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 33px;
}

.gallery-textimg__content-text__description p:last-child {
    margin-bottom: 0;
}

.gallery-projects {
    margin-bottom: 100px;
}

.gallery-projects__title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 177.778% */
    text-transform: uppercase;
    margin-bottom: 113px;
}

.gallery-projects__projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 28px;
	grid-row-gap: 28px;
    margin-bottom: 50px;
}

.gallery-projects__projects-item__img {
	border-radius: 25px;
	display: block;
	max-width: 350px;
	width: 100%;
	height: 225px;
	object-fit: cover;
}

.gallery-projects__projects-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F01E28;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-top: 44px;
}

.gallery-projects__footer {
    display: flex;
    gap: 57px;
    align-items: center;
    justify-content: space-between;
}

.gallery-projects__footer-hr {
    border: none;
    width: 100%;
    height: 2px;
    background: #F01E28;
}

.gallery-projects__footer-btn {
    color: #FFF;
    text-align: center;
    background: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    width: 172px;
    height: 45px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.gallery-projects-2 {
    margin-bottom: 205px;
}

/* RESIDENTAL PAGE */

.residental-content {
    background-color: black;
    color: #FFFFFF;
    padding-top: 410px;
    padding-bottom: 396px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 98px;
    grid-row-gap: 70px;
}

.info-grid__item-title {
    color: #F01E28;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: uppercase;
    margin-bottom: 50px;
}

.info-grid__item-content h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 36px;
}

.info-grid__item-content ul {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.residental-partners {
    width: 100%;
    border-radius: 25px;
    background: #D9D9D9;
    padding-top: 89px;
    padding-bottom: 84px;
    padding-left: 103px;
    padding-right: 99px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1412px;
    margin: 0 auto;
    padding-bottom: -205px;
}

.partners-section {
    padding-bottom: 205px;
    margin-top: -205px;
}

/* SHEET METAL PAGE */

.sheetmetal-content {
    background-color: black;
    color: #FFFFFF;
    padding-top: 410px;
    padding-bottom: 396px;
}

.sheetmetal-important {
    max-width: 1412px;
    width: 100%;
    border-radius: 25px;
    background: #F01E28;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 207px;
    padding-right: 207px;
}

.sheetmetal-important-text {
    text-align: center;
    color: #FFFFFF;
}

.sheetmetal-important-text h4 {
    margin: 0;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.sheetmetal-important-text p {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.sheetmetal-content .info-grid__item-content h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.sheetmetal-content .info-grid__item-content ul {
    margin-top: 0;
    padding-left: 30px;
}