body {
    background: #f2f5fa;
    color: #000000;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #f2f5fa;
}

body:has(section.homepage_section) header {
    background: transparent;
}

header.fixed {
    background: #ffffff;
    box-shadow: 0 10px 28px -15px rgba(0, 0, 0, 0.15);
}

body:has(section.homepage_section) header.fixed {
     background: #ffffff;
}

header.fixed .inner-header {
    padding: 22px 0;
}

header.fixed .inner-header .left-header {
    width: 15%;
}

.inner-header {
    margin: 0 0 0 auto;
    max-width: 93%;
}

.left-header {
    width: 20%;
}

.left-header img {
    width: 100%;
    display: table;
}

.menu-design {
    background: #000000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 40px 12px 25px;
    cursor: pointer;
}

/*.menu-design:hover {*/
/*    background: #ee2e2f;*/
/*}*/

.menu-design p {
    letter-spacing: 3px;
}

#nav-icon1 {
    width: 40px;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 20px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0;
    width: 100%;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
}

#nav-icon1 span:nth-child(3) {
    top: 16px;
    width: 100%;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 70%;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: translateX(0) rotate(-135deg);
    -moz-transform: translateX(0) rotate(-135deg);
    -o-transform: translateX(0) rotate(-135deg);
    transform: translateX(0) rotate(-135deg);
    width: 70%;
    left: 0;
}

.top-slider .swiper-wrapper {
    height: 100%;
}

.menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s cubic-bezier(0.75, 0.19, 0.24, 1);
}

.menu-container.open {
    top: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.menu-close {
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 5px;
    cursor: pointer;
    z-index: 2;
}

.menu-close svg {
    fill: #ee2e2f;
}

.menu-close:hover svg {
    fill: #000000;
}

.inner-menu-container {
    height: 100%;
    padding: 5% 0 3%;
}

.menu-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.menu-title:after {
    content: '';
    background: rgba(238, 46, 47, 0.1);
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.menu-title h3 {
    text-align: center;
    font-weight: 700;
    font-size: 65px;
    line-height: 100%;
}

.menu-title ul.first-bloc {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10rem;
}

/*.menu-title li.first-bloc-li {*/
/*    width: 15%;*/
/*}*/

/*.menu-title li.first-bloc-li:not(:first-child):not(:last-child) {*/
/*    width: 30%;*/
/*}*/

/*.menu-title li.first-bloc-li:not(:first-child):not(:last-child) .second-bloc-li {*/
/*    width: 50%;*/
/*}*/

.menu-title li.first-bloc-li .icn {
    min-height: 80px;
}

.menu-title .top-icon {
    margin-bottom: 15px;
}

.text-bgred {
    color: #ffffff;
    background: #ee2e2f;
    font-size: 30px;
    line-height: 100%;
    padding: 8px 15px;
    display: table;
}

.third-bloc-title {
    color: #ee2e2f;
    font-weight: 700;
    text-transform: uppercase;
}

ul.second-bloc li.second-bloc-li {
    padding-right: 20px;
    width: 100%;
}

ul.second-bloc li.second-bloc-li {
    width: 100%;
}

ul.third-bloc {
    margin-bottom: 20px;
}

ul.third-bloc li {
    padding: 5px 0;
}

ul.third-bloc li a {
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    line-height: 100%
}

ul.third-bloc li a:hover {
    color: #000000;
}

.menu-bottom li {
    margin: 0 30px;
}

.menu-bottom li a {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
}

.menu-bottom li a:hover {
    color: #ee2e2f;
}

.menu-icons {
    margin-top: 30px;
}


/* section */

section {
    margin-top: 250px;
}

section.homepage_section {
    margin-top: 0;
}

.top-section-slider .swiper-pagination {
    text-align: right;
    right: 7%;
    bottom: 10px;
}

.top-section-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: block;
    margin: 8px 0;
    background: transparent;
    border: 1px solid #000000;
    opacity: 1;
}

.top-section-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}

.banner_text {
    position: absolute;
    bottom: 8rem;
    left: 7rem;
    color: #fff;
    font-size: 4rem;
    max-width: 75rem;
    z-index: 1;
    line-height: 5rem;
    font-weight: 700;
}

.banner_arrow .swiper-button-next, 
.banner_arrow .swiper-button-prev {
    top: initial;
    bottom: 20rem;
}

.banner_arrow .swiper-button-next::after, 
.banner_arrow .swiper-button-prev::after {
    display: none;
}

.banner_arrow .swiper-button-next {
    left: 11rem;
    right: initial;
}

.banner_arrow .swiper-button-prev {
    left: 7rem;
    right: initial;
}

.top-section-text {
    padding: 4% 0;
    text-align: center;
}

.top-section-text .top-text-two {
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 1.5rem;
    line-height: 2.5rem;
    max-width: 65rem;
    margin: 0 auto;
}

.top-section-text .top-text-two span {
   color: #ee2e2f;
}

.top-section-text .top-text-three {
    font-size: 1.2rem;
}

.cta-carbo a {
    display: inline-block;
    color: #ee2e2f;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 35px;
    border: 1px solid #ee2e2f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}

.cta-carbo a:hover {
    background: #ee2e2f;
    color: #ffffff;
}

.inner-right-top-section .photo-top {
    width: 80%;
    position: relative;
    padding-left: 20%;
}

.inner-right-top-section .photo-top .content {
    position: absolute;
    top: 50px;
    left: 25px;
    z-index: 2;
}

.inner-right-top-section .photo-top .content h1 {
    font-size: 73px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

.inner-right-top-section .photo-top .inner {
    margin-top: 10%;
}

.inner-right-top-section .photo-top .inner:before {
    content: '';
    background: url('../images/icn-vector-image.png') no-repeat;
    width: 97px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 47px;
    left: -47px;
    z-index: 2;
}

.inner-right-top-section .photo-top .inner:after {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-right-top-section .marker {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2;
}

.inner-right-top-section .marker .text h4 {
    color: #ee2e2f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}

.inner-right-top-section .photo-bottom {
    max-width: 40%;
    margin: 0 0 0 auto;
    top: -150px;
    z-index: 1;
}

.inner-right-top-section .marker a:hover + .text h4 {
    color: #000000;
}

.inner-right-top-section .marker .video-play-button:hover:after, .inner-right-top-section .marker .video-play-button:hover:before { 
    background: #000000;
}

span.dot-red { color: #ee2e2f; }
span.dot-black { color: #000000; }


/* Services bloc */

.title-gCarbo h3 {
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
}

.title-gCarbo h3.services {
    font-size: 24px;
    color: #ee2e2f;
    text-transform: uppercase;
}

.title-gCarbo h3 span.transparent-text {
    display: block;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ee2e2f;
}

.services-bloc-repeated {
    width: 24%;
    margin-right: 1%;
}

.services-bloc-repeated:last-child {
    margin-right: 0;
}

.services-bloc-repeated .photo {
    overflow: hidden;
}

.services-bloc-repeated:hover .photo img {
    transform: scale(1.2);
}

.services-bloc {
    margin: 50px 0 100px;
}

.services-bloc-repeated {
    cursor: pointer;
}

.services-bloc .content {
    margin: 0 0 0 auto;
    display: table;
    top: -40px;
    right: 35px;
    position: relative;
}

.services-bloc .content .content-inner {
    background: #ee2e2f;
    padding: 10px 50px 10px 15px;
    position: relative;
    display: table;
}

.services-bloc .content .inner {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.services-bloc .content .image img {
    display: table;
}

.services-bloc .content .text-container {
    margin-left: 20px;
    color: #ffffff;
    font-size: 14px;
}

.services-bloc .content .text-container p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.services-bloc-repeated:hover .content .btn .arrow {
    width: 18px;
}

.services-bloc .content .content-inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #000; 
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .5s cubic-bezier(.3,.1,.3,1);
}

.services-bloc .services-bloc-repeated:hover .content .content-inner:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.btn .arrow { 
    background: #ffffff;
}

.btn .arrow:before {
    background: #ffffff;
}

.btn .arrow:after {
    background: #ffffff;
}


/* Brands bloc */

.brands-slider-bloc {
    margin: 80px 0 150px;
}

.brands-slider-bloc .swiper-container {
    padding-bottom: 50px;
}

.brands-slider .swiper-wrapper {
    align-items: center;
}

.brands-slider .swiper-slide img {
    display: table;
    margin: 0 auto;
}

.brands-slider-bloc .swiper-pagination {
    text-align: center;
    width: 100%;
    z-index: 1;
}

.brands-slider-bloc .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border: 1px solid #000000;
    opacity: 1;
}

.brands-slider-bloc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}


/* Recent news */

.right-news-section .container {
    padding: 0 15%;
}

.right-news-section .container h3 {
    font-size: 40px;
    color: #ee2e2f;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.right-news-section .container h4 {
    /*font-weight: 700;*/
    font-size: 18px;
    margin-bottom: 15px;
}

.right-news-section .container .cta-carbo a {
    font-size: 12px;
}

  
/* Specialisation */

.specialisation-section .bloc-space {
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f5fa+0,ffffff+100 */
    background: #f2f5fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f5fa 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f5fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f5fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.specialisation-section .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.left-specialisation-bloc .container {
    padding-right: 10%;
}

.left-specialisation-bloc .container h3 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-specialisation-bloc .container .cta-carbo {
    margin-top: 40px;
}

.left-specialisation-bloc .container .cta-carbo a {
    font-size: 12px;
}

.red-text {
    color: #ee2e2f;
}


/* About Page */

/* About top section */

.right-top-about h1 {
    font-size: 73px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    /*left: -70px;*/
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.right-top-about h1:before {
    content: '';
    background: url('../images/icn-vector-image.png') no-repeat;
    background-size: cover;
    width: 97px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
}

.right-top-about-text {
    padding-right: 120px;
}

.right-top-about-text ul {
    padding-top: 15px;
}

.right-top-about-text li {
    padding-left: 20px;
    position: relative;
}

.right-top-about-text li:not(:last-child) {
    padding-bottom: 10px;
}

.right-top-about-text li:before {
    content: '';
    background: #ee2e2f;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

.right-top-about h2 {
    /*font-weight: 700;*/
    padding-bottom: 20px;
}

.top-section-about.contact .right-top-about h2 {
    font-size: 24px;
}

.top-section-about.contact .right-top-about h3 {
    font-size: 22px;
}


/* about objectives */

.title-gCarbo p {
    padding-right: 100px;
    font-size: 18px;
}

.objectives-squares-repeated:nth-child(5):before {
    content: '';
    background: url('../images/icn-objectives-vector.png') no-repeat;
    background-size: cover;
    width: 211px;
    height: 180px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}

.objectives-squares-repeated:nth-child(5):hover:before {
    bottom: -20px;
}

.objectives-squares-repeated {
    width: 32.7%;
    margin-right: 0.2%;
    margin-bottom: 0.2%;
    position: relative;
}

.objectives-squares-repeated:hover .photo:before {
    content: '';
    background: rgba(238, 46, 47);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.objectives-squares-repeated:nth-child(5) .photo:before {
    display: none;
}

.objectives-squares-repeated .content {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 80%;
}

.objectives-squares-repeated .content .icn {
    padding-bottom: 10px;
}

.objectives-squares-repeated .content h3 {
    color: #ee2e2f;
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
    padding-bottom: 15px;
}

.objectives-squares-repeated:hover .content h3, .objectives-squares-repeated:hover .content p {
    color: #fff;
}

/* About Strike force */

.strikeForce-square-repeated {
    width: 46%;
    margin-right: 4%;
    position: relative;
    top: 0;
}

.strikeForce-square-repeated:hover {
    top: -20px;
}

.strikeForce-square-repeated:hover .photo:before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.strikeForce-square-repeated .text {
    position: relative;
    left: 100px;
    color: #ee2e2f;
    font-size: 60px;
    line-height: 100%;
    top: -20px;
    font-weight: 700;
}

.strikeForce-square-repeated .text.top {
    order: 1;
    top: -40px;
}

.strikeForce-square-repeated:hover .text {
    color: #000;
}


/* Services page */

.top-section-about.services:before {
    content: '';
    background: #fff;
    width: 55%;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.services-gases:before {
    content: '';
    background: #fff;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.left-services-gases {
    padding-right: 12%;
}

.left-services-gases h4 {
    font-weight: 700;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 30px;
    width: 100%;
}

.gases-desc-repeated:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.gases-desc-repeated {
    padding: 30px 0;
}

.gases-desc-repeated.pdf {
    cursor: pointer;
}

.gases-desc-repeated.pdf.active {
    padding: 30px 0 0;
}

.gases-desc-shown {
    color: rgba(0, 0, 0, 0.3);
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    padding: 0 25px;
}

.gases-desc-hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    top: -20px;
}

.gases-desc-repeated.active .gases-desc-hidden {
    opacity: 1;
    top: 0;
    visibility: visible;
    max-height: 100%;
    padding-top: 25px;
}

.inner-gases-desc-hidden {
    display: none;
}

.gases-desc-repeated.active .inner-gases-desc-hidden {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gas-sheet-bloc:before {
    content: '';
    background: rgb(238, 46, 47, 0.1);
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gas-sheet-bloc {
    padding: 15px 20px;
    margin-top: 30px;
}

.gas-sheet-bloc .icon {
    width: 10%;
    position: relative;
}

.gas-sheet-bloc .icon img {
    display: block;
}

.gas-sheet-bloc .text {
    width: 70%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #ee2e2f;
    text-transform: capitalize;
    transition: all 0.2 ease-out 0s;
}

.gas-sheet-bloc .button {
    width: 20%;
    position: relative;
}

.gas-sheet-bloc .button .cta-carbo a {
    margin: 0 auto;
    padding: 8px 20px;
}

.open-accordion .btn .text { 
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
}

.gases-desc-repeated.active.pdf .open-accordion .btn .text {
    font-weight: 700;
    margin-left: 15px;
    color: #000;
}

.section-gases-desc sub {
    font-size: 12px;
    left: -4px;
    position: relative;
    transition: none;
}

.open-accordion .btn .arrow {
    background: #000;
    width: 20px;
    height: 3px;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
}

.gases-desc-repeated.active.pdf .open-accordion .btn .arrow {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
}

.gases-desc-repeated:first-child .open-accordion .btn .arrow { 
    top: -5px;
}

.open-accordion .btn .arrow:before {
    background: #000;
    width: 10px;
    height: 3px;
    margin-top: -4px;
    transition: none;
}

.open-accordion .btn .arrow:after {
    background: #000;
    width: 10px;
    height: 3px;
    margin-top: 4px;
    transition: none;
}

.services-gases:nth-child(even) {
    margin: 50px 0;
}

.services-gases:nth-child(even):before {
    left: auto;
    right: 0;
}

.services-gases:nth-child(even) .left-services-gases {
    order: 2;
    padding-left: 12%;
    padding-right: 0;
}

.services-gases:nth-child(even) .right-services-gases {
    order: 1;
}


/* contact */

.top-section-about.contact {
    z-index: 1;
}

.contact-details-repeated {
    margin-bottom: 40px;
}

.contact-details-repeated:nth-child(odd) {
    padding-right: 20px;
}

.contact-details-title {
    text-transform: uppercase;
    color: #aeb4be;
    font-size: 14px;
    padding-bottom: 7px;
    letter-spacing: 2px;
}

.contact-details-desc {
    font-size: 18px;
    font-weight: 700;
}

.contact-form-section {
    background: #fff;
    padding-top: 140px;
    padding-bottom: 100px;
    top: -70px;
    margin-bottom: -70px;
}

.contact-form-title h3 {
    font-size: 24px;
    font-weight: 700;
}

#map_canvas {
    height: 350px;
}

.contact-form .umbraco-forms-page {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .umbraco-forms-page fieldset {
    position: relative;
}

.contact-form .umbraco-forms-page fieldset:nth-child(1) {
    width: 30%;
}

.contact-form .umbraco-forms-page fieldset:nth-child(2) {
    width: 60%;
}

.contact-form .umbraco-forms-navigation {
    width: 100%;
    position: relative;
}

.contact-form .umbraco-forms-field {
    width: 100%;
    position: relative;
}

.contact-form .umbraco-forms-page fieldset:nth-child(1) .umbraco-forms-field {
    margin-bottom: 30px;
}

.contact-form .umbraco-forms-field label {
    display: none;
}

.contact-form .umbraco-forms-form .umbraco-forms-field.email input.text {
    text-transform: none;
}

.contact-form .umbraco-forms-form input.text, .contact-form .umbraco-forms-form textarea {
    max-width: 100% !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-form .umbraco-forms-form input.text:focus, .contact-form .umbraco-forms-form textarea:focus {
    border: 0;
    border-bottom: 1px solid #000;
}

.contact-form .umbraco-forms-form input.text::placeholder, .contact-form .umbraco-forms-form textarea::placeholder {
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-form .umbraco-forms-field.message label {
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contact-form .umbraco-forms-form .umbraco-forms-field.message textarea {
    border: 1px solid #000;
    padding: 8px;
}

.contact-form .umbraco-forms-field.agreetotermsandconditions .umbraco-forms-field-wrapper {
    display: flex;
    align-items: center;
}

.contact-form .umbraco-forms-field.agreetotermsandconditions .umbraco-forms-field-wrapper label {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: 700;
    display: block;
    margin-left: 15px;
}

.contact-form .umbraco-forms-page fieldset:nth-child(2) .umbraco-forms-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .umbraco-forms-field.message {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .umbraco-forms-field.captcha {
    width: 35%;
}

.contact-form .umbraco-forms-field.agreetotermsandconditions {
    width: 60%;
}

.contact-form .umbraco-forms-navigation input {
    display: table;
    color: #ee2e2f;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 35px;
    border: 1px solid #ee2e2f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    cursor: pointer;
    background: transparent;
}

.contact-form .umbraco-forms-navigation input:hover {
    background: #ee2e2f;
    color: #ffffff;
}

/* our markets */

.services-carbo-top .swiper-container {
    overflow: initial;
}

/*.services-carbo-top .swiper-slide .photo:after {*/
/*    content: '';*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/* .services-carbo-top .swiper-slide.swiper-slide-active .photo:after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */

.services-carbo-top .swiper-wrapper {
    align-items: center;
}

.services-carbo-top .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.services-carbo-top .swiper-slide.swiper-slide-active .photo {
    transform: scale(1.1);
}

.services-carbo-bottom .swiper-slide {
    cursor: pointer;
}

.services-carbo-bottom .swiper-slide .text {
    text-align: center;
    color: #ee2e2f;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    padding-top: 10px;
}

.services-carbo-bottom .swiper-slide.swiper-slide-thumb-active .text {
    display: block;
}

.services-carbo-bottom .swiper-slide img {
    width: 60%;
    margin: 0 auto;
    display: table;
}

.services-carbo-bottom .photo-gray {
    display: block;
}

.services-carbo-bottom .photo-red {
    display: none;
}

.services-carbo-bottom .swiper-slide.swiper-slide-thumb-active .photo-gray {
    display: none;
}

.services-carbo-bottom .swiper-slide.swiper-slide-thumb-active .photo-red {
    display: block;
}

.services-carbo-bottom .swiper-wrapper {
    align-items: center;
}

.services-carbo-bottom .swiper-slide.swiper-slide-thumb-active .photo-red img {
    width: 80%;
}

.services-carbo-top .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    color: #fff;
    z-index: 2;
}

.services-carbo-top .content .title {
    font-size: 30px;
    line-height: 150%;
    display: table;
    transition: all 0.1s ease-out 0s;
}

.services-carbo-top .content .desc {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.5s ease-out 0s;
}

.services-carbo-top .swiper-slide.swiper-slide-active .content .title {
    background: #ee232f;
    padding: 5px 10px;
}

.services-carbo-top .swiper-slide.swiper-slide-active .content .desc {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    padding-top: 20px;
    padding-right: 30px;
}

.services-carbo-top .content .desc ul {
    display: none;
}

.services-carbo-top .swiper-slide.swiper-slide-active .content .desc ul {
    display: block;
}

.services-carbo-top .content .desc li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.services-carbo-top .content .desc li:before {
    content: '-';
    font-size: 26px;
    position: absolute;
    left: 0;
    top: -4px;
}





/* footer */

footer {
    background: #ffffff;
}

.left-top-footer {
    width: 40%;
}

.inner-left-top-footer {
    width: 75%;
}

.left-top-footer-t {
    margin-bottom: 30px;
    position: relative;
}

.left-top-footer-t img {
    width: 100%;
    display: table;
}

.left-top-footer-b .photo:not(:last-child) {
    margin-right: 20px;
}

.right-top-footer {
    width: 60%;
}

.inner-right-top-footer {
    max-width: 85%;
    margin: 0 0 0 auto;
}

.footer-links {
    width: 30%;
}

.footer-links li {
    display: block;
}

.footer-links li a {
    display: table;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.footer-links li a:first-child {
    padding-top: 0;
}

.footer-links li a:hover {
    color: #ee2e2f;
}

.footer-address {
    width: 40%;
}

.footer-address .title {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
}

.footer-address .desc {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.footer-address-bloc {
    margin-top: 15px;
}

.footer-address-bloc .text:not(:last-child) {
    margin-right: 50px;
}

.footer-address-bloc a:hover {
    color: #ee2e2f;
}

.footer-icons {
    width: 17%;
}

.footer-icons .title {
    text-transform: uppercase;
    padding-bottom: 5px;
}

.footer-icons-bloc .icon:not(:last-child) {
    margin-right: 10px;
}

.footer-icons-bloc .icon svg {
    fill: #ee2e2f;
}

.footer-icons-bloc .icon svg:hover {
    fill: #000000;
}

.bottom-footer {
    padding: 15px 0;
    font-size: 14px;
}

.bottom-footer:before {
    content: '';
    background: #bfcbe0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.right-bottom-footer a:hover {
    color: #ee2e2f;
}


/* animations */

@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}

.anim {
    opacity: 0;
}

@keyframes anim1 {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.anim2 {
    opacity: 0;
}

@keyframes anim2 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slideL {
    opacity: 0;
}

@keyframes slideL {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slideR {
    opacity: 0;
}

@keyframes slideR {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
