.layout_icon_right nav.footer-navigation {
    margin: 0;
}
.layout_icon_right {
    position: fixed;
    top: 256px;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 15px;
    row-gap: 26px;
}
.layout_icon_right .icon_wrapper {
    position: relative;
}
.layout_icon_right .icon_wrapper .group_color {
    display: flex;
    flex-direction: column;
    padding: 15px;
    row-gap: 26px;
}
.layout_icon_right .icon_wrapper ul {
    list-style: none;
    padding: 0;
    row-gap: 26px;
    display: flex;
    flex-direction: column;
    line-height: 0;
}
.layout_icon_right .icon_wrapper ul li a{
    color: #ffffff;
    font-size: 0;
    line-height: 0;
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li a::before{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook a::before{
    /* background-image: url(../images/facebook-blue.svg); */
    background-image: url(../svg/facebook.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin a::before{
    /* background-image: url(../images/linkedin-blue.svg); */
    background-image: url(../svg/linkedin.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube a::before{
    /* background-image: url(../images/youtube-blue.svg); */
    background-image: url(../svg/youtube.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email a::before{
    /* background-image: url(../images/email-blue.svg); */
    background-image: url(../svg/email.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp a::before{
    /* background-image: url(../images/whatsapp-blue.svg); */
    background-image: url(../svg/whatsapp.svg);
}

/* .layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook.active-white a::before{
    background-image: url(../images/facebook-white.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin.active-white a::before{
    background-image: url(../images/linkedin-white.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube.active-white a::before{
    background-image: url(../images/youtube-white.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email.active-white a::before{
    background-image: url(../images/email-white.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp.active-white a::before{
    background-image: url(../images/whatsapp-white.svg);
    background-image: url(../images/whatsapp.svg);
}

.layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook.active-green-dark a::before{
    background-image: url(../images/facebook-blue.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin.active-green-dark a::before{
    background-image: url(../images/linkedin-blue.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube.active-green-dark a::before{
    background-image: url(../images/youtube-blue.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email.active-green-dark a::before{
    background-image: url(../images/email-blue.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp.active-green-dark a::before{
    background-image: url(../images/whatsapp-blue.svg);
    background-image: url(../images/whatsapp.svg);
}

.layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook.active-white a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.facebook.active-green-dark a:hover::before{
    background-image: url(../images/facebook-hover.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin.active-white a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.linkedin.active-green-dark a:hover::before{
    background-image: url(../images/linkedin-hover.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube.active-white a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.youtube.active-green-dark a:hover::before{
    background-image: url(../images/youtube-hover.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email.active-white a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.email.active-green-dark a:hover::before{
    background-image: url(../images/email-hover.svg);
}
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp.active-white a:hover::before,
.layout_icon_right .icon_wrapper ul.footer-menu-social li.whatsapp.active-green-dark a:hover::before{
    background-image: url(../images/whatsapp-hover.svg);
    background-image: url(../images/whatsapp.svg);
} */

#page {
    overflow-x: hidden;
}
.hidden {
    display: none;
}
.home-title {
    padding: 21px 0 55px;
}
.home-title .heading-content p {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.45px;
    color: #000;
    margin-bottom: 23px;
}
.home-title .heading-content h2{
    color: #2957a4;
    font-family: Barlow;
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.home-slider {
    position: relative;
}
.home-slider .wrapper.iframe iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: inherit !important;
}
.home-slider .wrapper.video video{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-slider .item .image .image-mobile {
    display: none;
}
.home-slider .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-slider .item .content .container {
    width: 100%;
    max-width: 1386px;
}

.home-slider .item .content h2 {
    font-size: 70px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 30%);
}
.slider-counter {
    border-radius: 23px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 0px 8px rgb(200 200 200 / 50%);
    position: absolute;
    bottom: 41px;
    left: 51px;
    z-index: 1;
    color: #2957a4;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 9px 10px;
    min-width: 63px;
}
.home-slider .owl-nav {
    position: absolute;
    right: 53px;
    bottom: 41px;
    display: flex;
}
.home-slider .item .image,
.home-slider .wrapper.iframe,
.home-slider .wrapper.video{
    position: relative;
    padding-bottom: 43.056%;
}
.home-slider .item .image img {
    width: 100% !important;
    position: absolute;
    height: 100% !important;
    max-width: inherit !important;
    object-fit: cover;
}
.home-moisture {
    padding: 130px 0 250px;
    position: relative;
}
.home-moisture .col-text .content h2 {
    color: #2957a4;
    font-family: Barlow;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 43px;
    line-height: 48px;
}
.home-moisture .col-text .content p {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 38px;
}
.home-moisture .content-wraper .col-image .wraper {
    position: relative;
    padding-bottom: 116.505%;
}
.home-moisture .content-wraper .col-image .wraper img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: inherit !important;
}
.home-moisture .content-wraper .col-image .wraper:after {
    content: '';
    background-blend-mode: normal;
    position: absolute;
    right: -93px;
    top: 90px;
    width: 89%;
    height: 95.447%;
    z-index: -1;
}
.home-moisture .content-wraper{
    display: flex;
    align-items: center;
}
.home-moisture .content-wraper .col-text {
    width: 49%;
    padding-right: 115px;
    padding-bottom: 0;
}
.home-moisture .content-wraper .col-image {
    width: 51%;
}
.home-leading-brands {
    padding: 29px 0 99px;
}
.home-leading-brands .content h2 {
    font-family: Barlow;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 59px;
}
.home-leading-brands .content h2 br{
    display: none;
}
.home-leading-brands .content .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -28px;
    padding-bottom: 39px;
}
.home-leading-brands .content .items .item {
    width: 33.33%;
    padding: 0 28px;
}
.home-leading-brands .content .items .item .item-box{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px;
}
.home-leading-brands .content .items .item .icon {
    margin-right: 30px;
}
.home-leading-brands .content .items .item .sub-description h6 {
    font-family: Barlow;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.46875px;
    margin-bottom: 4px;
}
.home-leading-brands .content .items .item .sub-description p{
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2625px;
    margin: 0;
}
.home-leading-brands .content{
    text-align: center;
}
.more-link{
    color: #2957a4;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.2625px;
    text-decoration: none;
    padding-right: 23px;
    position: relative;
}
.more-link:after{
    content: '';
    background: url(../svg/arrow-link.svg) no-repeat center;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
}
.home-leading-brands .content .items .item .sub-description {
    text-align: left;
}
.home-feature-image .items-image .image{
    position: relative;
    padding-bottom: 40.348%;
}
.home-feature-image .items-image .image img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: inherit !important;
}
body {
    background: #fff;
}
.home-feature-image .content .container p {
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
    background: #fff;
    z-index: 2;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 76px 0 0;
}
.home-feature-image {
    overflow: hidden;
}
.home-superdry-desiccant .content h4 {
    color: #2957a4;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-superdry-desiccant .content h2 {
    font-family: Barlow;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 51px 0 20px;
}
.home-superdry-desiccant .content p {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 22px;
}
.home-superdry-desiccant .content .items {
    display: flex;
    margin: 0 -34px;
}
.home-superdry-desiccant .content .items .item {
    padding: 0 34px;
    width: 50%;
}
.home-superdry-desiccant .content .items .item .wraper {
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 0px 8px rgba(200,200,200,0.5);
}
.home-superdry-desiccant .content .items .item .wraper h4 {
    background: #2957a4;
    background-blend-mode: normal;
    color: #ffffff;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 28px 31px;
}
.home-superdry-desiccant .content .items .item .content-small {
    padding: 22px 27px 33px;
}
.home-superdry-desiccant .content .items .item .content-small p{
    margin-bottom: 27px;
}
.home-superdry-desiccant .content .items .item .wraper .wraper-img {
    padding-bottom: 54%;
    position: relative;
}
.home-superdry-desiccant .content .items .item .wraper .wraper-img img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
.home-feature-image .box-description:after{
    content: '';
    background: #eaeaea;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 17px;
    z-index: 1;
    transition: transform 1.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.37,0,.63,1);
    transform-origin: top left;
    transform: scaleX(0);
}
.home-feature-image .box-description.aos-animate:after{
    transform: scaleX(1);
}
.home-feature-image .box-description {
    position: relative;
    margin: 112px 0 50px;
}
.icon-with-title {
    position: relative;
}
.home-superdry-desiccant {
    padding: 50px 0 170px;
    position: relative;
}
.home-superdry-desiccant .content {
    position: relative;
}
.home-superdry-desiccant .content .info {
    max-width: 670px;
    margin-bottom: 62px;
}
.home-sd .content {
    display: flex;
}
.home-why-supperdry .content h2 {
    color: #2957a4;
    margin-bottom: 14px;
}
.icon-with-title h4 {
    padding-left: 26px;
    color: #2957a4;
}
.home-why-supperdry .content .items .item p {
    font-family: Barlow;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.35625px;
    margin: 0 0 17px;
}
.home-why-supperdry .content .items{
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 0;
}
.home-why-supperdry .content .items .item {
    border-bottom: 1px solid #eaeaea;
    padding: 53px 0 32px 53px;
    counter-increment: my-awesome-counter;
    position: relative;
}
.home-why-supperdry .content .items li.item:before {
    content: "0" counter(my-awesome-counter);
    position: absolute;
    left: 0;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2625px;
    background: none;
    top: inherit;
    width: auto;
    height: auto;
}
.home-why-supperdry .icon-with-title {
    margin: 137px 0 40px;
}
.home-why-supperdry .icon-with-title h4{
    color: #000;
}
.home-why-supperdry {
    padding: 165px 0 147px;
    position: relative;
}
.home-why-supperdry .icon-with-title img {
    width: 89px !important;
    height: 125px !important;
    left: -22px;
    top: -8px;
}
.home-why-supperdry .icon-with-title h4 {
    padding-left: 0;
}
.icon-with-title img {
    position: absolute;
    width: 48px !important;
    height: 67px !important;
    top: 5px;
    left: 8px;
    transform: translateY(-50%);
}
.home-sd {
    padding: 123px 0;
}
.home .home-sd .container {
    max-width: 1235px;
}
.home-sd .icon-with-title img {
    left: 0;
    top: 5px;
}
.home-sd .col-text .items .item .content-small {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    position: relative;
}
.home-sd .content .col-image .wraper:after {
    content: '';
    background-blend-mode: normal;
    position: absolute;
    left: -128px;
    top: -62px;
    width: 106%;
    height: 132.3%;
    z-index: -1;
}
.home-sd .content .col-image .wraper {
    position: relative;
}
.home-sd .col-text .items .item .content-small:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #2957a4;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.home-sd .col-text .items .item .content-small p {
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2625px;
    margin: 0;
}
.home-sd .col-text .items .item .img-wraper {
    min-height: 60px;
}
.home-sd .content .col-image {
    width: 30.2%;
    position: relative;
    z-index: 1;
}
.home-sd .col-text .items .item:first-child .content-small:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    left: -100%;
    top: -1px;
}
.home-sd .col-text .items .item:last-child .content-small:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: -100vw;
    top: -1px;
}
.home-sd .content .col-text {
    width: 69.8%;
    padding-left: 113px;
    padding-top: 28px;
}
.home-sd .content .col-text .info h2 {
    margin: 35px 0 22px;
}
.home-sd .content .col-text .info {
    max-width: 560px;
}
.home-sd .content .col-text .info p{
    margin-bottom: 22px;
}
.home-sd .content .col-text .info p a{
    font-size: 16px;
    line-height: 28px;
}
.home-slider .owl-nav.disabled {
    display: none;
}
.home-feature-image .items-image .image .image-mobile {
    display: none;
}
.home-superdry-desiccant:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 240px 0;
    bottom: 1.5%;
    right: 0;
}
.home-why-supperdry:before{
    content: '';
    position: absolute;
    width: 69.306%;
    height: 9.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 5.2%;
    right: -19.5%;
}
.home-moisture:before{
    content: '';
    position: absolute;
    width: 69.306%;
    height: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 7%;
    left: -31%;
}
.home-sd .icon-with-title h4 {
    padding-left: 20px;
}
.home-sd .col-text .items .item {
    width: 25%;
    text-align: center;
}
.home-sd .col-text .items {
    display: flex;
    justify-content: space-between;
    padding-top: 82px;
    margin-left: -55px;
    margin-right: -5px;
}
.home-moisture .content-wraper.mobile-active {
    display: none;
}
@media only screen and (min-width: 1280px){
    .home-slider .item .image,
    .home-slider .wrapper.iframe,
    .home-slider .wrapper.video{
        padding-bottom: calc(100vh - 314px);
        /* padding-bottom: 43.056%; */
        min-height: 400px;
    }
}
@media only screen and (max-width: 1279px){
    .home-sd .col-text .items{
        padding-top: 50px;
    }
    .home-superdry-desiccant {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1023px){
    .home-slider .item .content h2 {
        font-size: 50px;
    }
    .home-moisture .content-wraper .col-text {
        padding-right: 40px;
        padding-bottom: 0;
    }
    .home-moisture .content-wraper .col-image .wraper:after{
        right: -25px;
        height: calc(100% - 65px);
    }
    .home-moisture .content-wraper .col-image {
        padding-right: 25px;
    }
    .home-leading-brands .content .items {
        justify-content: flex-start;
        margin: 0 -20px;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .home-leading-brands {
        padding: 29px 0 60px;
    }
    .home-leading-brands .content .items .item {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 50px;
    }   
    .home-superdry-desiccant .content .items .item {
        padding: 0 12.5px;
    } 
    .home-superdry-desiccant .content .items {
        margin: 0 -12.5px;
    }
    .home-sd .content .col-text {
        width: 50%;
        padding-left: 50px;
    }
    .home-sd .content .col-image {
        width: 50%;
    }
    .home-sd .col-text .items {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .home-sd .col-text .items .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .home-why-supperdry {
        padding: 35px 0 169px;
    }
    .home-sd {
        padding: 123px 0 50px;
    }
    .home-title {
        padding-top: 0px;
    }
    .home-why-supperdry .icon-with-title {
        padding-left: 22px;
    }   
    .home-sd .col-text .items .item:nth-child(2) .content-small:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        right: -100%;
        top: -1px;
    } 
    .home-sd .col-text .items .item:nth-child(3) .content-small:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        left: -100%;
        top: -1px;
    } 
    .home-sd .content .col-image .wraper img {
        max-width: inherit !important;
    }
    .home-sd .content .col-image .wraper:after {
        left: -40px;
        top: -50px;
        width: 100%;
        height: calc(100% + 100px);
    }
    .home-sd .content .col-text .info h2 {
        margin: 30px 0 15px;
    }
    .home-sd .content .col-text .info p {
        margin-bottom: 10px;
    }
    .home-superdry-desiccant {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 899px){
    .home-sd .content .col-image .wraper:after {
        top: -60px;
        height: calc(100% + 150px);
    }
}
@media only screen and (max-width: 767.98px){
    .home-title .heading-content p{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .home-title .heading-content h2{
        font-size: 25px;
    }
    .home-slider .item .image .image-mobile {
        display: block;
    }
    .home-moisture .content-wraper {
        flex-wrap: wrap;
        display: none;
    }
    .home-moisture .content-wraper.mobile-active {
        display: block;
    }
    .home-moisture .content-wraper .col-text{
        order: 2;
        width: 100%;
        padding-right: 0;
        margin-top: 95px;
    }
    .home-moisture .col-text .content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 22px;
    }
    .home-moisture .content-wraper .col-image {
        width: 100%;
    }
    .home-moisture .col-text .content h2{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 28px;
    }
    .home-moisture .content-wraper .col-image .wraper {
        padding-bottom: 97.54%;
        width: 100%;
    }
    .home-moisture .content-wraper .col-image .wraper img {
        width: 90% !important;
    }
    .home-moisture .content-wraper .col-image .wraper:after {
        right: 3px;
        top: 52px;
        width: 74.63%;
        height: 100%;
    }
    .home-moisture .content-wraper .col-image {
        padding-right: 0;
    }
    .home-leading-brands .content .items .item {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 33px;
    }
    .home-feature-image .content .container p{
        font-size: 15px;
        margin: 0 28px 0 0;
    }
    .home-slider .item .image {
        padding-bottom: 90%;
    }
    .home-leading-brands .content h2 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 61px;
    }
    .home-leading-brands .content h2 br{
        display: block;
    }
    .home-leading-brands .content .items .item .sub-description {
        margin-top: 4px;
    }
    .home-superdry-desiccant .content h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 34px 0 20px;
    }
    .home-superdry-desiccant .content .items{
        flex-wrap: wrap;
        margin: 0;
    }
    .home-superdry-desiccant .content .items .item{
        width: 100%;
        margin-bottom: 62px;
        padding: 0;
    }
    .home-sd .content{
        flex-wrap: wrap;
    }
    .home-sd .content .col-image {
        width: 100%;
    }
    .home-sd .content .col-text {
        width: 100%;
        padding-left: 0;
        padding-top: 163px;
    }
    .home-moisture:before {
        width: 100.534%;
        height: 5.617%;
        bottom: 3.8%;
        left: -27%;
    }
    .home-moisture{
        padding: 86px 0 150px;
    }
    .home-leading-brands {
        padding: 24px 0 61px;
    }
    .home-leading-brands .content .items{
        margin: 0;
        padding-bottom: 13px;
    }
    .home-leading-brands .content .items .item .item-box {
        padding-bottom: 24px;
    }
    .home-feature-image .box-description {
        margin: 86px 0 24px;
    }
    .icon-with-title h4 {
        padding-left: 19px;
        font-size: 19px;
        line-height: 23px;
    }
    .icon-with-title img {
        top: 5px;
        left: 0px;
    }
    .home-superdry-desiccant .content p{
        font-size: 15px;
        line-height: 25px;
    }
    .home-superdry-desiccant .content .info {
        margin-bottom: 69px;
    }
    .home-superdry-desiccant .content .items .item .wraper h4{
        line-height: 19px;
        font-size: 16px;
        padding: 28px 28px 27px;
    }
    .home-superdry-desiccant .content .items .item .content-small {
        padding: 31px 20px 29px;
    }
    .home-superdry-desiccant .content .items .item .content-small p {
        margin-bottom: 37px;
    }
    .home-superdry-desiccant:before {
        width: 91.2%;
        height: 7.303%;
        bottom: 1.5%;
        right: -24.3%;
        background-position: unset;
    }
    .home-superdry-desiccant {
        padding: 52px 0 69px;
    }
    .home-sd {
        padding: 120px 0 48px;
    }
    .home-sd .content .col-image .wraper{
        margin-right: -25px;
    }
    .home-sd .content .col-image .wraper:after {
        left: -25px;
        top: -59px;
        width: 78.4%;
        height: calc(100% + 135px);
    }
    .home-sd .content .col-text .info p {
        font-size: 15px;
        line-height: 25px;
    }
    .home-sd .content .col-text .info p a {
        font-size: 15px;
        line-height: 25px;
    }
    .home-sd .content .col-text .info h2 {
        margin: 32px 0 18px;
    }
    .home-feature-image .items-image .image .image-mobile {
        display: block;
    }
    .home-sd .col-text .items {
        padding-top: 59px;
    }
    .home-sd .col-text .items .item {
        margin-bottom: 33px;
    }
    .home-sd .col-text .items .item .content-small {
        margin-top: 19px;
        padding-top: 22px;
    }
    .home-why-supperdry .content h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 28px;
    }
    .home-why-supperdry .content p {
        font-size: 15px;
        line-height: 25px;
    }
    .home-sd .col-text .items .item:nth-child(3) .content-small:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        left: -100%;
        top: -1px;
    }
    .home-sd .col-text .items .item:nth-child(2) .content-small:after{
        content: '';
        width: 100vw;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        right: -100vw;
        top: -1px;
    }
    .home-why-supperdry .icon-with-title img {
        width: 75px !important;
        height: 105px !important;
        left: 0;
        top: 0;
    }
    .home-why-supperdry .icon-with-title h4 {
        padding-left: 23px;
    }
    .home-why-supperdry .content .items .item p{
        margin: 0 0 34px;
    }
    .home-why-supperdry .content .items .item {
        padding: 21px 0 25px 51px;
    }
    .home-why-supperdry .icon-with-title {
        margin: 108px 0 21px;
        padding-left: 0;
    }
    .home-why-supperdry .content .items .item {
        padding: 37px 0 25px 51px;
    }
    .home-feature-image .box-description:after{
        top: 16px;
    }
    .home-why-supperdry {
        padding: 34px 0 60px;
    }
    .home-why-supperdry:before {
        width: 100.535%;
        height: 3.8%;
        bottom: -2.8%;
        right: -40.5%;
    }
    .home-sd .content .col-image .wraper img {
        max-width: 100% !important;
    }
    .home-superdry-desiccant .content .items .item .wraper img {
        max-width: inherit !important;
    }
    .home-title {
        padding: 0 0 37px;
    }
    body.home .site-main{
        padding-top: 27px;
    }
    .slider-counter{
        display: none;
    }
    .home-slider .top-banner .owl-dots button {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 100%;
        margin: 0 5px;
    }
    .home-slider .owl-dots {
        position: absolute;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        line-height: 0;
    }
    .home-slider .top-banner .owl-dots button.active {
        background: #2957a4;
    }
    .more-link:after{
        background: url(../png/arr-mobile-x2.png) no-repeat center;
        background-size: cover;
    }
}
@media only screen and (max-width: 479px){
    .home-slider .item .image {
        padding-bottom: 125.87%;
    }
    .home-moisture .content-wraper .col-image .wraper:after {
        height: calc(100% - 15px);
    }
    .home-moisture .content-wraper .col-image .wraper img {
        width: 83.08% !important;
    }
}
@media only screen and (max-width: 374px){
    .home-leading-brands .content .items .item{
        padding: 0;
    }
}
@media only screen and (max-width: 350px){
    .home-feature-image .box-description:after{
        display: none;
    }
    .home-feature-image .content .container p{
        margin: 0;
    }
}


/* Footer */
footer#colophon {
    background: #2957a4;
    background-blend-mode: normal;
    box-shadow: 0px 0px 8px rgb(200 200 200 / 50%);
    max-width: inherit;
    margin: 0;
    padding: 53px 0 39px;
    overflow-x: hidden;
}
header.site-header .site-branding .site-logo .custom-logo {
    max-width: 100%;
}
footer#colophon .footer-top .footer-logo {
    padding-top: 2px;
}
footer#colophon .footer-top .footer-logo img {
    max-width: 227px;
    width: 100%;
}
footer#colophon .container {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
}
footer#colophon .footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}
footer#colophon .footer-top nav.footer-navigation ul {
    margin: 0 -18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer#colophon .footer-top nav.footer-navigation{
    margin: 0;
    padding: 0;
    width: 55.2%;
}
footer#colophon .footer-top nav.footer-navigation ul li {
    padding: 0 18px;
    list-style-type: none;
    margin-bottom: 24px;
}
footer#colophon .footer-top nav.footer-navigation ul li a{
    color: #ffffff;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}
footer#colophon .footer-top nav.footer-navigation ul li a:hover {
    color: #00BBF5;
}
footer#colophon .footer-top nav.footer-navigation ul li a:focus{
    background: none;
}
footer#colophon .site-info {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}
footer#colophon .site-info ul li{
    list-style-type: none;
    margin: 0 12px;
}
.footer-copyright {
    color: #ffffff;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0;
}
footer#colophon .site-info .social-box nav.footer-navigation {
    margin: 0;
    line-height: 0;
}
.follow-title {
    color: #ffffff;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 17px 0 0;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #2957a4;
    display: inline-block;
}
footer#colophon .site-info ul li a{
    color: #ffffff;
    font-size: 0;
    line-height: 0;
}
footer#colophon .site-info ul{
    margin: 0 -12px;
    padding: 0;
    display: flex;
    align-items: center;
}

footer#colophon .site-info ul.footer-menu-social li a::before{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
footer#colophon .site-info ul.footer-menu-social li.facebook a::before{
    background-image: url(../svg/facebook-white.svg);
}
footer#colophon .site-info ul.footer-menu-social li.linkedin a::before{
    background-image: url(../svg/linkedin-white.svg);
    width: 20px;
    height: 20px;
}
footer#colophon .site-info ul.footer-menu-social li.youtube a::before{
    background-image: url(../svg/youtube-white.svg);
}
footer#colophon .site-info ul.footer-menu-social li.email a::before{
    background-image: url(../svg/email-white.svg);
}
footer#colophon .site-info ul.footer-menu-social li.whatsapp a::before{
    background-image: url(../svg/whatsapp-white.svg);
    /* background-image: url(../images/whatsapp.svg); */
}
footer#colophon .site-info ul.footer-menu-social li.facebook a:hover::before{
    background-image: url(../svg/facebook-hover.svg);
}
footer#colophon .site-info ul.footer-menu-social li.linkedin a:hover::before{
    background-image: url(../svg/linkedin-hover.svg);
}
footer#colophon .site-info ul.footer-menu-social li.youtube a:hover::before{
    background-image: url(../svg/youtube-hover.svg);
}
footer#colophon .site-info ul.footer-menu-social li.email a:hover::before{
    background-image: url(../svg/email-hover.svg);
}
footer#colophon .site-info ul.footer-menu-social li.whatsapp a:hover::before{
    background-image: url(../svg/whatsapp-hover.svg);
    /* background-image: url(../images/whatsapp.svg); */
}
footer#colophon .site-info .social-box {
    padding-top: 4px;
}
.follow-box:after {
    content: '';
    background: #fff;
    width: 100% ;
    height: 1px;
    position: absolute;
    top: 15px;
    z-index: 1;
}
.follow-box {
    position: relative;
    margin: 0 0 14px;
    display: flex;
}
.footer-copyright a {
    margin-left: 10px;
}
.footer-copyright img {
    width: 20px;
    height: 20px;
    opacity: 0.12;
}
footer#colophon .site-info .footer-copyright a:focus {
    background: none;
}
@media only screen and (max-width: 767.98px){
    .primary-navigation-open .follow-box {
        display: none;
    }
    footer#colophon .site-info {
        padding-right: 0;
        flex-wrap: wrap;
    }
    footer#colophon .footer-top nav.footer-navigation ul {
        margin: 0;
        display: block;
    }
    footer#colophon .footer-top nav.footer-navigation ul li {
        padding: 0;
        margin-bottom: 13px;
    }
    footer#colophon .footer-top {
        display: block;
        margin-bottom: 25px;
    }
    footer#colophon .footer-top .footer-logo img {
        max-width: 135px;
    }
    footer#colophon {
        padding: 33px 0 63px;
    }
    footer#colophon .footer-top nav.footer-navigation {
        width: 100%;
        margin-top: 35px;
    }
    .follow-box {
        margin: 0 0 13px;
    }
    footer#colophon .site-info .powered-by {
        margin-top: 34px;
        width: 100%;
    }
}
@media only screen and (max-width: 399px){
    .footer-copyright a {
        margin-left: 0px;
        margin-top: 5px;
        display: block;
        text-align: left;
    }
}

/* Header */
body .site-content {
    padding-top: 111px;
}
header.site-header {
    padding: 0;
    position: fixed;
    width: 100%;
    max-width: inherit;
    display: block;
    background: #fff;
    z-index: 9;
}
body.header-laguage-open .site-header {
    z-index: 999;
}
header.site-header .header-wraper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1440px;
    padding: 30px 52px 27px;
    position: relative;
    align-items: center;
    margin: 0 auto;
}
header.site-header:after {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    background: #eaeaea;
    bottom: 0;
    left: 0;
}
header.site-header:before {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    background: #eaeaea;
    bottom: 0;
    right: 0;
}
header.site-header nav#site-navigation ul li a {
    color: #191d34;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    letter-spacing: 0;
    text-align: left;
}
header.site-header nav#site-navigation ul li.current_page_item>a,
header.site-header nav#site-navigation ul li.current-menu-item>a{
    color: #2957a4;
    text-decoration: none;
}
header.site-header nav#site-navigation ul li.menu-item-has-children:hover>a {
    color: #2957a4;
}
header.site-header nav#site-navigation li.menu-item-has-children:first-child ul.sub-menu {
    left: -40px;
    min-width: 298px;
    transform: none;
}
header.site-header nav#site-navigation ul li a:hover{
    color: #2957a4;
    text-decoration: none;
}
.header-search .icon-search span.search-icon:before{
    content: '';
    background: url(../svg/search-interface-symbol.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: flex;
}
.header-search .search-form-wraper {
    display: none;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 111px;
    z-index: 1;
    background: #fff;
    padding: 36px 0;
    border-bottom: 1px solid #eaeaea;
}
.header-search .search-form-wraper .container {
    position: relative;
    max-width: 1440px;
}
.header-search .search-form-wraper .search-form .search-field {
    border: 0;
    border-bottom: 1px solid #a4a4a4;
    margin: 0;
    padding: 2px 40px 8px;
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
}
.header-search .search-form-wraper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
}
.header-search .search-form-wraper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
}
.header-search .search-form-wraper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
}
.header-search .search-form-wraper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
    color: #7d7d7d;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.39375px;
}
.header-search .search-form-wraper form.search-form {
    position: relative;
    max-width: 695px;
}
.header-search .search-form input.search-submit {
    position: absolute;
    padding: 0;
    font-size: 0;
    left: 0;
    top: 6px;
    margin: 0;
    background: url(../svg/search-interface-symbol-1.svg) no-repeat center !important;
    width: 21px;
    height: 21px;
    border: 0;
}
.header-search .search-form-wraper .close-icon:before{
    content: '';
    background: url(../svg/close-icon.svg) no-repeat center;
    width: 22px;
    height: 19px;
    display: flex;
}
.header-search .search-form-wraper .close-icon {
    position: absolute;
    right: 52px;
    top: 11px;
    cursor: pointer;
}
.header-search .search-form label {
    display: none;
}
.header-right {
    display: flex;
    width: 8%;
    justify-content: flex-end;
    padding-top: 3px;
    align-items: center;
}
header.site-header nav#site-navigation ul.sub-menu .sub-menu {
    padding: 0;
    border: 0;
    margin: 22px 0 0;
    position: static;
    transform: none;
}
header.site-header nav#site-navigation ul.sub-menu .sub-menu::before{
    display: none;
}
header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon {
    display: none;
}
header.site-header nav#site-navigation{
    margin: 0 auto;
    padding-left: 25px;
}
header.site-header .site-branding {
    margin: 0;
    width: 18%;
    max-width: 227px;
}
header.site-header .site-branding .site-logo {
    margin: 0;
}
header.site-header .site-branding .site-logo a:focus{
    border: 0;
    outline: 0;
}
header.site-header .site-branding .site-logo a img:hover,
header.site-header .site-branding .site-logo a img:focus{
    border: 0;
    outline: 0;
}
header.site-header nav#site-navigation ul li {
    margin: 0 18px;
}
.header-right .header-laguage ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
}
.header-right .header-laguage ul li{
    list-style-type: none;
}
.header-right .header-laguage ul.sub-menu li{
    margin-bottom: 22px;
}
header.site-header nav#site-navigation ul.sub-menu li {
    background: transparent;
    margin: 0 0 22px;
    padding: 0;
}
header.site-header nav#site-navigation ul.sub-menu {
    background: #ffffff;
    background-blend-mode: normal;
    padding: 62px 3px 0 36px;
    text-align: left;
    left: -36px;
    min-width: 262px;
    border: 0;
    display: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
header.site-header nav#site-navigation ul.sub-menu ul.sub-menu {
    padding-left: 20px;
}
header.site-header nav#site-navigation ul li:hover ul.sub-menu {
    display: block;
}
header.site-header nav#site-navigation ul.sub-menu:before{
    content: '';
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    left: 0;
    top: 40px;
}
header.site-header nav#site-navigation ul.sub-menu:after{
    display: none;
}
header.site-header nav#site-navigation ul.sub-menu li a{
    text-align: left;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    vertical-align: top;
}
header.site-header nav#site-navigation ul.sub-menu li a:before{
    content: '';
    background: url(../svg/arrow-link.svg) no-repeat center;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 10px;
    transform: translateX(-200%);
    opacity: 0;
}
header.site-header nav#site-navigation ul.sub-menu li a:hover:before{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}
.header-right .header-laguage ul li.pll-parent-menu-item>a {
    display: none;
}
.header-right .header-laguage ul li button.sub-menu-icon span{
    display: none;
}
.header-right .header-laguage ul li button.sub-menu-icon{
    background: transparent;
    padding: 0;
    border: 0;
}
.header-right .header-laguage ul li button.sub-menu-icon:focus{
    border: 0;
    outline: none;
}
.header-right .header-laguage ul li button.sub-menu-icon:before {
    content: '';
    background: url(../svg/internet.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: flex;
}
.header-right .header-laguage ul.sub-menu {
    position: absolute;
    text-align: left;
    left: -62px;
    width: 121px;
    margin-top: 40px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    background-blend-mode: normal;
    padding: 23px 10px 0 24px;
    z-index: 9;
    display: none;
}
.header-right .header-search {
    margin-right: 20px;
    position: relative;
}
#cookie-notice #cn-notice-buttons a#cn-accept-cookie{
    border: 2px solid #fff;
    padding: 5px 15px;
    min-width: 146px;
    margin-left: 97px;
    order: 1;
    padding-right: 35px;
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2625px;
    color: #fff;
    position: relative;
}
#cookie-notice #cn-notice-buttons a#cn-accept-cookie:hover {
    background: #fff;
    border-color: #2957a4;
}
#cookie-notice #cn-notice-buttons a#cn-accept-cookie:hover{
    color: #2957a4;
}
#cookie-notice #cn-notice-buttons a{
    color: #ffffff;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin: 0;
}
#cookie-notice #cn-notice-buttons .more-link:before{
    background: url(../svg/arrow-link-white.svg) no-repeat center;
    top: 13px;
    right: 37px;
}
#cookie-notice #cn-notice-buttons .more-link:after{
    top: 13px;
    right: 37px;
}
#cookie-notice #cn-notice-buttons:hover .more-link:after{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}
#cookie-notice #cn-notice-text,
#cookie-notice #cn-notice-text a{
    color: #ffffff;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin: 0;
}
#cookie-notice #cn-notice-text a{
    padding: 0;
    margin-left: 5px;
    text-decoration: underline;
}
#cookie-notice #cn-notice-text a::before,
#cookie-notice #cn-notice-text a::after{
    display: none;
}
#cookie-notice #cn-close-notice {
    display: none;
}
#cookie-notice #cn-notice-buttons a:not(#cn-accept-cookie):before, #cookie-notice #cn-notice-buttons a:not(#cn-accept-cookie):after {
    display: none;
    padding: 0;
}
#cookie-notice #cn-notice-buttons a:not(#cn-accept-cookie){
    text-decoration: underline;
    padding: 0;
    margin-left: 5px;
}
#cookie-notice .cookie-notice-container {
    padding: 32px 51px 30px;
    justify-content: center;
    align-items: center;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after{
    background-color: #fff;
}
.header-right .header-search .icon-search{
    cursor: pointer;
}
.header-right .header-laguage ul.sub-menu li a {
    color: #191d34;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
}
.header-right .header-laguage ul.sub-menu li.current-lang a {
    color: #2957a4;
    text-decoration: none;
}
.header-right .header-laguage ul.sub-menu li a:hover{
    color: #2957a4;
}
@media only screen and (max-width: 1399px){
    header.site-header nav#site-navigation ul li {
        margin: 0 12px;
    }
    header.site-header nav#site-navigation ul.sub-menu{
        left: -24px;
    }
    #cookie-notice #cn-notice-buttons a#cn-accept-cookie{
        margin-left: 10px;
        min-width: 135px;
    }
    #cookie-notice .cookie-notice-container {
        padding: 32px 25px 30px;
    }
}
@media only screen and (max-width: 1279px){
    header.site-header nav#site-navigation .menu-button-container{
        display: block;
        padding: 0;
        right: 25px;
        background: none;
        top: 34px;
        width: auto;
    }
    header.site-header nav#site-navigation .primary-menu-container {
        position: fixed;
        transform: translateY(0);
        top: 87px;
        background: #fff;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        padding: 45px 23px 25px;
        height: 100vh;
        margin: 0;
    }
    .primary-navigation-open header.site-header nav#site-navigation .primary-menu-container{
        opacity: 1;
        visibility: visible;
    }
    header.site-header nav#site-navigation .primary-menu-container ul {
        display: block;
        padding: 0;
    }
    header.site-header nav#site-navigation #primary-mobile-menu span {
        font-size: 0;
    }
    header.site-header nav#site-navigation #primary-mobile-menu{
        padding: 0;
        height: auto;
    }
    header.site-header nav#site-navigation{
        position: static;
    }
    header.site-header.has-logo:not(.has-title-and-tagline) .site-branding .site-logo {
        padding: 0;
        position: static;
        display: block;
    }
    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: block;
    }
    header.site-header .site-branding {
        width: 50%;
    }
    header.site-header .header-wraper{
        padding: 16px 25px 17px;
    }
    .header-right{
        width: 50%;
        padding-right: 43px;
    }
    header.site-header nav#site-navigation #primary-mobile-menu:focus {
        outline: none;
    }
    header.site-header nav#site-navigation .primary-menu-container ul li {
        max-width: 100%;
        margin: 0;
        display: block;
        padding-bottom: 25px;
    }
    header.site-header nav#site-navigation .primary-menu-container ul li a{
        text-align: left;
        font-size: 18px;
        margin-right: 25px;
        display: inline-block;
    }
    header.site-header nav#site-navigation .primary-menu-container ul ul.sub-menu li a{
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }
    header.site-header nav#site-navigation ul.sub-menu:before{
        border: 0;
        height: 0;
    }
    header.site-header nav#site-navigation .primary-menu-container ul.sub-menu {
        margin: 0;
        left: 0;
        transform: none;
        padding-left: 30px;
        padding-top: 25px;
        display: block;
        position: static;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon+ul.sub-menu {
        display: none;
    }
    header.site-header nav#site-navigation ul.sub-menu li a:before{
        display: none;
    }
    header.site-header nav#site-navigation .primary-menu-container ul.sub-menu li {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    header.site-header nav#site-navigation .primary-menu-container ul.sub-menu li:last-child{
        padding-bottom: 0;
    }
    #cookie-notice #cn-notice-buttons{
        margin-left: 0;
        min-width: 146px;
        display: inline-block;
        vertical-align: top;
    }
    #cookie-notice #cn-notice-text {
        margin-bottom: 15px;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon {
        display: inline-block;
        height: auto;
        width: auto;
        position: relative;
        top: -2px;
        background: transparent;
        padding: 0;
        border: 0;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon svg{
        display: none;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon:focus{
        outline: 0;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon span:before {
        display: block;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon .icon-minus {
        display: none;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon.active .icon-minus {
        display: block;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon.active .icon-plus {
        display: none;
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon .icon-plus:before{
        content: '';
        background: url(../svg/icon-submenu.svg) no-repeat center;
        width: 15px;
        height: 9px;
        transform: rotate(180deg);
    }
    header.site-header nav#site-navigation ul li.menu-item-has-children .sub-menu-icon .icon-minus:before{
        content: '';
        background: url(../svg/icon-submenu.svg) no-repeat center;
        width: 15px;
        height: 9px;
    }
    .header-right .header-laguage ul.sub-menu {
        position: fixed;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 57px;
        height: 100vh;
        border: 0;
    }
    .header-right .header-laguage ul.sub-menu {
        top: 66px;
        height: calc(100vh - 66px);
    }    
    .admin-bar .header-right .header-laguage ul.sub-menu {
        top: 112px;
        height: calc(100vh - 112px);
    }
    .header-right .header-laguage ul.sub-menu li a{
        font-size: 18px;
        line-height: 26px;
    }
    .header-right .header-laguage ul.sub-menu li {
        margin-bottom: 25px;
    }
    .header-search .search-form-wraper .close-icon{
        display: none;
    }
    .header-search .search-form-wraper{
        padding: 23px 0;
        border: 0;
        height: 100vh;
        left: 0;
        transform: none;
        top: 87px;
    }
    .header-search .search-form-wraper form.search-form {
        max-width: inherit;
    }
    .header-search .search-form input.search-submit {
        right: 0;
        left: inherit;
        background: url(../svg/search-mobile.svg) no-repeat center !important;
    }
    .header-search .search-form-wraper .search-form .search-field{
        padding: 2px 40px 8px 0;
    }
    .header-search .search-form-wraper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #a4a4a4;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
    }
    .header-search .search-form-wraper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
        color: #a4a4a4;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
    }
    .header-search .search-form-wraper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
        color: #a4a4a4;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
    }
    .header-search .search-form-wraper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
        color: #a4a4a4;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
    }
    #cookie-notice .cookie-notice-container #cn-close-notice {
        right: 5px;
        top: 12px;
        transform: none;
    }
    #cookie-notice #cn-notice-buttons a#cn-accept-cookie{
        margin-left: 0;
    }
    body .site-content {
        padding-top: 87px;
    }
    main#main {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767.98px){
    header.site-header.has-logo:not(.has-title-and-tagline) .site-branding .site-logo img {
        max-height: max-content;
        max-width: 135px;
    }
    #cookie-notice #cn-notice-text,
    #cookie-notice #cn-notice-text a{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.2625px;
    }
    #cookie-notice #cn-notice-buttons {
        padding: 3px 15px;
    }
    #cookie-notice .cookie-notice-container {
        padding: 17px 25px 18px;
    }
    body .site-content {
        padding-top: 70px;
    }
    header.site-header nav#site-navigation .menu-button-container{
        top: 26px;
    }
    .header-search .search-form-wraper{
        top: 70px;
    }
    header.site-header nav#site-navigation .primary-menu-container {
        top: 70px;
    }
    header.site-header nav#site-navigation ul.sub-menu li a:before{
        background: url(../png/arr-mobile-x2.png) no-repeat center;
        background-size: cover;
    }
    #cookie-notice #cn-notice-buttons .more-link:before{
        background: url(../png/arr-white-x2.png) no-repeat center;
        background-size: cover;
    }
    main#main {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 360px){
    header.site-header nav#site-navigation .primary-menu-container ul li a{
        font-size: 15px;
    }
}

/*Contact page*/
.content-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 145px;
    max-width: 1440px;
    margin: 0 auto;
}
.content-contact  .col-left-image {
    width: 46.1%;
}
.content-contact .right-section {
    width: 50%;
    padding-left: 81px;
}
.content-contact .col-left-image .wraper {
    position: relative;
    padding-bottom: 136.52%;
}
.content-contact .col-left-image .wraper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-page {
    padding-top: 66px;
}
.contact-page .section-heading {
    margin-bottom: 72px;
}
.content-contact .right-section .content .form-field {
    display: flex;
    margin-bottom: 24px;
}
.content-contact .right-section .content .form-field span:first-child {
    padding-right: 10px;
}
.content-contact .right-section .content .form-field span:last-child {
    padding-left: 10px;
}
.content-contact .right-section .content p {
    margin: 0;
}
.content-contact .right-section .content button[type=submit] {
    color: #2957a4;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.2625px;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0 22px 0 0;
    position: relative;
    margin-left: 3px;
}
.content-contact .right-section .content .form-field.last span {
    padding: 0;
}
.content-contact .right-section .content button[type=submit]:before,
.content-contact .right-section .content button[type=submit]:after{
    content: '';
    background: url(../svg/arrow-link.svg) no-repeat center;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 9px;
}
.content-contact .right-section .content button[type=submit]:hover:before,
.content-contact .right-section .content button[type=submit]:hover:after{
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}
.content-contact .right-section .content button[type=submit]:after{
    transform: translateX(-200%);
    opacity: 0;
}
.content-contact .right-section .content button[type=submit]:hover:before{
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}
.content-contact .right-section .content button[type=submit]:hover:after{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.content-contact .right-section form textarea {
    height: 160px;
}
.contact-bottom .content-box {
    border-top: 1px solid #eaeaea;
    padding-top: 116px;
    display: flex;
}
.contact-bottom{
    margin-top: 94px;
    padding-bottom: 217px;
    position: relative;
}
.contact-bottom .content-box .left-content h2 {
    color: #2957a4;
    line-height: 1.2;
}
.contact-page .container {
    max-width: 1160px;
}
.content-contact .right-section form h3 {
    color: #2957a4;
    margin: 0 0 30px;
}
.contact-bottom .content-box .left-content {
    width: 35%;
}
.contact-bottom .content-box .right-content {
    width: 65%;
    padding-left: 43px;
}
.contact-bottom .content-box .right-content p {
    margin-bottom: 45px;
}
.content-contact .right-section .content .form-field span {
    width: 100%;
    line-height: 0;
}
.content-contact .right-section .content .form-field.last {
    margin-bottom: 46px;
}
.content-contact .right-section .content .recaptcha {
    margin-bottom: 35px;
    display: block;
}
.contact-bottom:before{
    content: '';
    position: absolute;
    width: 69.306%;
    height: 30%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 15.2%;
    right: -25%;
}
.content-contact .right-section .content .form-field span.wpcf7-not-valid-tip{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    margin-bottom: 0;
}
.content-contact .col-left-image .img-mobile {
    display: none;
}
@media only screen and (max-width: 1279px){
    .content-contact {
        padding-right: 25px;
    }
    .content-contact .right-section {
        padding-left: 45px;
    }
    .content-contact .right-section .content .recaptcha {
        margin-bottom: 25px;
    }
    .contact-page {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 1023px){
    .content-contact{
        padding-right: 25px;
    }
    .content-contact .right-section {
        padding-left: 0;
    }
    .content-contact .right-section .content .form-field.last {
        margin-bottom: 20px;
    }
    .content-contact .right-section form h3 {
        margin: 0 0 22px;
    }
    .content-contact .right-section .content .form-field {
        margin-bottom: 20px;
    }
    .contact-bottom .content-box .right-content {
        padding-left: 40px;
    }
    .contact-bottom .content-box{
        padding-top: 70px;
    }
    .contact-bottom {
        margin-top: 70px;
    }
    .contact-page .section-heading {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 767.98px){
    .home-slider .item .content h2 {
        font-size: 42px;
    }
    .content-contact{
        flex-wrap: wrap;
        padding-right: 0;
    }
    .content-contact .col-left-image {
        width: 100%;
        margin-bottom: 40px;
    }
    .content-contact .right-section{
        width: 100%;
        padding: 0 25px;
    }
    .contact-bottom .content-box{
        flex-wrap: wrap;
    }
    .contact-bottom .content-box .left-content {
        width: 100%;
    }
    .contact-bottom .content-box .right-content {
        padding-left: 0;
        width: 100%;
    }
    .contact-page {
        padding-top: 0;
    }
    .contact-page .section-heading {
        margin-bottom: 35px;
    }
    .content-contact .col-left-image .wraper {
        padding-bottom: 97.87%;
    }
    .content-contact .right-section form h3 {
        line-height: 36px;
        font-size: 30px;
        margin: 0 0 32px;
    }
    .content-contact .right-section .content .form-field span:first-child {
        padding-right: 4px;
    }
    .content-contact .right-section .content .form-field span:last-child {
        padding-left: 4px;
    }
    .content-contact .right-section .content .form-field {
        margin-bottom: 24px;
    }
    .content-contact .right-section .content .form-field.mobile {
        flex-wrap: wrap;
    }
    .content-contact .right-section .content .form-field.mobile {
        margin-bottom: 0;
    }
    .content-contact .right-section .content .form-field.mobile span{
        padding: 0;
        margin-bottom: 24px;
    }
    .content-contact .right-section .content .form-field.last span {
        padding: 0;
    }
    .content-contact .right-section form textarea {
        height: 223px;
    }
    .content-contact .right-section .content .form-field.last {
        margin-bottom: 35px;
    }
    .contact-bottom {
        margin-top: 60px;
        padding-bottom: 131px;
    }
    .contact-bottom .content-box {
        padding-top: 64px;
    }
    .contact-bottom .content-box .left-content h2{
        font-size: 30px;
        margin: 0 0 62px;
    }
    .contact-bottom .content-box .right-content p {
        margin-bottom: 49px;
    }
    .contact-bottom:before {
        width: 100%;
        height: 8.5%;
        bottom: 5.2%;
        right: -35%;
    }
    .content-contact .right-section .content .form-field span.wpcf7-not-valid-tip {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        margin-bottom: 0;
    }
    .content-contact .col-left-image .img-mobile {
        display: block;
    }
    .content-contact .right-section .content button[type=submit]:before,
    .content-contact .right-section .content button[type=submit]:after{
        background: url(../png/arr-mobile-x2.png) no-repeat center;
        background-size: cover;
    }
}
@media only screen and (max-width: 360px){
    .content-contact .right-section .content .form-field{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .content-contact .right-section .content .form-field span:last-child {
        padding-left: 0;
    }
    .content-contact .right-section .content .form-field span{
        margin-bottom: 24px;
    }
    .content-contact .right-section .content .form-field span:first-child {
        padding-right: 0;
    }
    .content-contact .right-section .content .recaptcha iframe {
        transform: scale(0.8);
    }
}
/* div#CybotCookiebotDialog[data-template=popup] {
    transform: translate(-200%,-200%);
} */