* {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
}

h2 span {
    color: #FBB91B;
}

h3 {
    margin-top: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

/* Header*/

header {
    position: fixed;
    width: 100%;
    height: 94px;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.header-wrapper {
    width: 1280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logowrapper {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.header-logowrapper p {
    font-family: Montserrat, sans-serif;
}

nav {
    display: flex;
    justify-content: center;
    position: relative;
    width: 700px;
    height: 100%;
}

nav .ul {
    display: flex;
    position: absolute;
    top: 0;
}

nav .ul .li {
    padding: 38px 20px;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

nav .ul .li:hover {
    color: #FBB91B;
    padding-bottom: 35px;
    border-bottom: 4px solid #FBB91B;
    cursor: pointer;
}

.header-contactswrapper {
    display: flex;
}

.header-phonemailwrapper {
    justify-items: right;
}

.header-phone {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

.header-mail {
    font-size: 17px;
    font-weight: 500;
}

.header-callbackwrapper {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.header-callbackbutton {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.header-callbackbutton:hover {
    color: #FBB91B;
}

.header-callbackline {
    width: 4px;
    height: 100%;
    background-color: #FBB91B;
    margin-left: 12px;
}

@media screen and (max-width: 768px) {
    header {
        display: none;
    }
}

/* General */

.general-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-bgwrapper {
    width: 100%;
    height: 100%;
    background-color: black;
	position: relative;
    display: flex;
	justify-content: space-between;	
}

.general-video {
	max-width: 33.3%;
    height: 100%;
    overflow: hidden;
    opacity: 0.4;
}

.general-contentwrapper {
	position: absolute;
	width: 1280px;
}

.general-contentwrapper h1 {
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 84px;
    color: white;
    margin-top: 94px;
}

.general-discriptorwrapper {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
}

.general-discriptorline {
    width: 100px;
    height: 4px;
    background-color: #FBB91B;
    margin-right: 30px;
    margin-top: 14px;
}

.general-discriptorwrapper p {
    color: white;
}

.general-contentwrapper button {
    margin-top: 30px;
    width: 260px;
    height: 54px;
    background-color: #FBB91B;
    color: black;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 768px) {

    .general-contentwrapper {
        position: absolute;
        width: auto;
        left: 20px;
    }
	
	.rap1 {
		width: 100%;
	}
	
	.rap2 {
		display: none;
	}
	
	.rap3 {
		display: none;
	}

    .general-contentwrapper h1 {
        font-size: 38px;
        line-height: normal;
        margin-top: 94px;
    }

    .general-discriptorwrapper {
        margin-top: 30px;
        font-size: 20px;
        display: flex;
        line-height: 28px;
    }

    .general-discriptorline {
        width: 2px;
        height: 82px;
        background-color: #FBB91B;
        margin-right: 20px;
        margin-top: 0;
    }

    .general-contentwrapper button {
        margin-top: 80px;
        width: 260px;
        height: 54px;
        background-color: #FBB91B;
        color: black;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: none;
        border: none;
    }
}

/* Services */

.services-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.services-contentwrapper {
    width: 1280px;
    margin-top: 150px;
    margin-bottom: 40px;
}

.services-contentwrapper h2 {
    margin-bottom: 15px;
}

.services-articlewrapper {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.services-articleleftcontent {
    display: flex;
}

.services-articleleftcontent article {
    width: 100%;
}

.services-articleline {
    width: 5px;
    height: 258px;
    background-color: #FBB91B;
    margin-right: 60px;
}

.services-articlenumber {
    font-size: 140px;
    font-weight: 700;
    color: #dcdcdc;
}

.services-articletitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -48px;
}

.services-articletext {
    font-size: 18px;
    position: relative;
    top: -34px;
    width: 72%;
}

.services-dividingline {
    height: 1px;
    width: 100%;
    background-color: #DCDCDC;
    position: absolute;
    left: 0;
}

.services-articlewrapper a {
    width: 230px;
    height: 54px;
    position: relative;
    top: 95px;
}

.services-articlewrapper a button {
    width: 230px;
    height: 54px;
    background-color: black;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
}

.services-articlewrapper a button:hover {
    background-color: #FBB91B;
    color: black;
    border: none;
}

@media screen and (max-width: 768px) {

    .services-contentwrapper {
        width: 100%;
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .services-contentwrapper h2 {
        margin-bottom: 0;
        margin-left: 20px;
    }

    .services-articlewrapper {
        padding: 0;
        display: block;
        margin-top: 80px;
    }

    .services-articleleftcontent {
        display: flex;
    }

    .services-articleleftcontent article {
        width: 100%;
    }

    .services-articleline {
        width: 2px;
        height: 230px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .services-articlenumber {
        font-size: 120px;
    }

    .services-articletitle {
        font-size: 24px;
        position: relative;
        top: -48px;
    }

    .services-articletext {
        font-size: 14px;
        position: relative;
        top: -34px;
        width: auto;
        margin-right: 20px;
    }

    .services-dividingline {
        height: 1px;
        width: 100%;
        background-color: #DCDCDC;
        position: absolute;
        left: 0;
        display: none;
    }

    .services-articlewrapper a {
        width: 230px;
        height: 54px;
        position: relative;
        top: 0;
        margin-left: 42px;
    }

    .services-articlewrapper a button {
        width: 230px;
        height: 54px;
        background-color: black;
        color: white;
    }
}

/* Info */

.info-wrapper {
    width: 100%;
    height: 275px;
    background-color: #FBB91B;
    display: flex;
    justify-content: center;
}

.info-contentwrapper {
    width: 1280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.info-leftarticle, .info-rightarticle {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-dividingline {
    width: 2px;
    height: 100%;
    background-color: white;
}

.info-articlefirstline {
    font-size: 22px;
    font-weight: 700;
}

.info-articlesecondline {
    font-size: 30px;
    font-weight: 700;
}

.info-articlesecondline span {
    font-size: 86px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {

    .info-wrapper {
        width: 100%;
        height: auto;
    }

    .info-contentwrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 60px 0;
    }

    .info-dividingline {
        width: 70%;
        height: 2px;
        opacity: 0.4;
    }

    .info-leftarticle, .info-rightarticle {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 40px 0;
    }

    .info-articlefirstline {
        font-size: 20px;
    }

    .info-articlesecondline {
        font-size: 30px;
    }

    .info-articlesecondline span {
        font-size: 70px;
    }
}

/* Benefits */

.benefits-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.benefits-contentwrapper {
    width: 1280px;
    margin-top: 150px;
}

.benefits-contentwrapper h2 {
    margin-bottom: 80px;
}

.benefits-articlewrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.benefits-articlewrapper article {
    display: flex;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.benefits-articlenumber {
    font-size: 24px;
    font-weight: 700;
    color: #FBB91B;
    margin-right: 30px;
}

.benefits-articletitle {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.benefits-articletext {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {

    .benefits-contentwrapper {
        width: 100%;
        margin-top: 120px;
    }

    .benefits-contentwrapper h2 {
        margin-bottom: 80px;
        margin-left: 20px;
    }

    .benefits-articlewrapper {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
    }

    .benefits-articlewrapper article {
        display: flex;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .benefits-articlenumber {
        font-size: 20px;
        color: #FBB91B;
        margin-right: 20px;
        margin-left: 20px;
    }

    .benefits-articletitle {
        font-size: 20px;
        margin-right: 20px;
    }

    .benefits-articletext {
        font-size: 14px;
        margin-top: 20px;
        margin-right: 20px;
    }

}

/* CallBackBlock */

.callbackblock-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.callbackblock-contentwrapper {
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.callbackblock-leftside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.callbackblock-titlewrapper {
    width: 882px;
    padding: 20px 0;
    background-color: #FBB91B;
    position: absolute;
    top: 80px;
    left: -40px;
    z-index: 2;
}

.callbackblock-titlewrapper p {
    margin-left: 40px;
    font-size: 38px;
    font-weight: 700;
}

.callbackblock-leftside form {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    position: relative;
    top: 40px;
}

.callbackblock-leftside form p {
    margin-top: 40px;
    margin-bottom: 20px;
}

.callbackblock-leftside form input {
    margin-bottom: 16px;
    width: 400px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
}

.callbackblock-leftside form button {
    width: 250px;
    height: 50px;
    background-color: black;
    color: white;
}

.callbackblock-rightside {
    width: 488px;
    height: 545px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.callbackblock-rightside img {
    height: 100%;
}

/* Start Callback */

.callback-form {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        .callback-form.active {
            display: block;
        }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
        }

        .overlay.active {
            display: block;
        }

 /* End Callback */

@media screen and (max-width: 768px) {

    .callbackblock-contentwrapper {
        width: 100%;
        display: block;
    }

    .callbackblock-leftside {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
    }

    .callbackblock-titlewrapper {
        width: 100%;
        padding: 20px 0;
        background-color: #FBB91B;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .callbackblock-leftside form {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
        position: relative;
        top: 0;
    }

    .callbackblock-titlewrapper p {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 32px;
    }
    .callbackblock-leftside form p {
        margin-top: 0;
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
}

    .callbackblock-leftside form input {
        margin-bottom: 16px;
        width: auto;
        height: 50px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0 15px;
        border: 1px solid #dcdcdc;
    }

    .callbackblock-leftside form button {
        width: 250px;
        height: 50px;
        background-color: black;
        color: white;
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .callbackblock-rightside {
        width: 100%;
        height: 460px;
    }

    .callbackblock-rightside img {
        height: 100%;
    }
}

/* Stages */

.stages-wrapper {
    width: 100%;
    background-color: #FBB91B;
    display: flex;
    justify-content: center;
}

.stages-contentwrapper {
    width: 1280px;
    padding-top: 120px;
    padding-bottom: 200px;
    position: relative;
}

.stages-bglineswrapper {
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.stages-bgline {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.stages-contentwrapper h2 {
    margin-bottom: 160px;
}

.stages-sheetnumberswrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.stages-sheetnumber {
    font-size: 48px;
    font-weight: 700;
    color: black;
    position: relative;
    left: 10px;
}

.stages-sheetline {
    width: 100%;
    height: 4px;
    background-color: black;
    margin-top: 8px;
    position: relative;
}

.stages-sheetlinecircleswrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: absolute;
    top: -8px;
    left: -10px;
}

.stages-sheetlinecircles {
    width: 12px;
    height: 12px;
    background-color: white;
    border: 4px solid black;
    border-radius: 100%;
    z-index: 2;
}

.stages-sheetlinestar {
    width: 52px;
    height: 52px;
    background-color: #FBB91B;
    border: 4px solid black;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -30px;
}

.stages-sheettextswrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.stages-sheettextwrapper {
    display: flex;
}

.stages-sheettextline {
    width: 2px;
    height: 100%;
    background-color: black;
    position: relative;
}

.stages-sheettext {
    margin: 100px 30px 12px 12px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: black;
}

@media screen and (max-width: 768px) {

    .stages-wrapper {
        width: 100%;
        background-color: #FBB91B;
        display: flex;
        justify-content: center;
    }

    .stages-contentwrapper {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 180px;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
    }

    .stages-bglineswrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        justify-content: space-between;
    }

    .stages-bgline {
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .stages-contentwrapper h2 {
        margin-bottom: 80px;
    }

    .stages-sheetwrapper {
        display: flex;
        justify-content: space-around;
    }

    .stages-sheetnumberswrapper {
        width: 80px;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 160px;
        margin-left: 0px;
    }

    .stages-sheetnumber {
        font-size: 32px;
        color: black;
        position: relative;
        left: 0;
    }

    .stages-sheetline {
        width: 4px;
        height: 960px;
        background-color: black;
        margin-top: 0;
        position: relative;
    }

    .stages-sheetlinecircleswrapper {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 160px;
        position: absolute;
        top: 0;
        left: -8px;
    }

    .stages-sheetlinecircles {
        width: 12px;
        height: 12px;
        background-color: white;
        border: 4px solid black;
        border-radius: 100%;
        z-index: 2;
    }

    .stages-sheetlinestar {
        width: 52px;
        height: 52px;
        background-color: #FBB91B;
        border: 4px solid black;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -30px;
        top: 960px;
    }

    .stages-sheettextswrapper {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 160px;
    }

    .stages-sheettextwrapper {
        display: block;
    }

    .stages-sheettextline {
        width: 80px;
        height: 2px;
        background-color: black;
        position: relative;
        top: 9px;
    }

    .stages-sheettext {
        margin: 24px 20px 0 20px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: black;
    }
}

/* Works */

.works-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.works-contentwrapper {
    width: 1280px;
    padding-top: 150px;
    position: relative;
}

.works-bglineswrapper {
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.works-bgline {
    width: 1px;
    height: 100%;
    background-color: rgba(230, 230, 230);
    z-index: -1;
}

.works-titlewrapper {
    display: flex;
    justify-content: space-between;
}

.works-titlewrapper p {
    width: 40%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.works-articleswrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
}

.works-articleswrapper article {
    margin-bottom: 80px;
}

/* Start Slider */

.slider {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.slides {
    display: flex;
    width: 300%; /* Для трех слайдов, измените в зависимости от количества */
    transition: transform 0.5s ease-in-out;
}
.slide {
    width: 33.33%; /* Для трех слайдов, измените в зависимости от количества */
    height: 380px;
    flex-shrink: 0;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}

/* End Slider */

.works-articletitle {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

.works-articletext {
    margin-top: 15px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {

    .works-contentwrapper {
        width: 100%;
        padding-top: 120px;
        position: relative;
    }

    .works-bglineswrapper {
        display: none;
    }

    .works-titlewrapper {
        display: block;
        width: 100%;
    }

    .works-titlewrapper h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .works-titlewrapper p {
        width: auto;
        font-size: 18px;
        line-height: 22px;
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .works-articleswrapper {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 90px;
    }

    .works-articletitle {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .works-articletext {
        margin-top: 12px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;

    }
}

/* Clients */

.clients-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #2D2D2D;
}

.clients-contentwrapper {
    width: 1280px;
}

.clients-contentwrapper h3 {
    color: white;
}

.clients-logoswraper {
    margin-top: 100px;
    margin-bottom: 160px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 80px;
}

.clients-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-logo img {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {

    .clients-contentwrapper {
        width: 100%;
    }

    .clients-logoswraper {
        margin-top: 100px;
        margin-bottom: 140px;
        margin-left: 40px;
        margin-right: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 60px;
    }

    .clients-logo {
        width: 100%;
        height: auto;

    }

    .clients-logo img {
        max-width: 100%;
        height: auto;
    }

}

/* About */

.about-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-contentwrapper {
    width: 1280px;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-bgline {
    width: 220px;
    height: 100%;
    background-color: #FBB91B;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: -1;
}

.about-textwrapper {
    width: 50%;
    margin-top: 40px;
}

.about-textwrapper p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.about-image {
    width: 556px;
    height: 670px;
    overflow: hidden;
}

.about-image img {
    height: 100%;
}

@media screen and (max-width: 768px) {

    .about-contentwrapper {
        width: 100%;
        padding: 100px 0 0 0;
        display: block;
    }

    .about-bgline {
        display: none;
    }

    .about-textwrapper {
        width: 100%;
    }

    .about-textwrapper h2 {
        margin-left: 20px;
    }

    .about-textwrapper p {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 80px;
        font-size: 14px;
        line-height: 18px;
    }

    .about-image {
        width: 100%;
        height: 460px;
    }
}

/* Footer */

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FBB91B;
}

.footer-contentwrapper {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-contactswrapper h2 {
    margin-bottom: 60px;
}

.footer-offerta {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.footer-address {
    margin-bottom: 40px;
}

.footer-phone {
    margin-bottom: 40px;
    font-size: 28px;
}

.footer-mails {
    display: flex;
    margin-bottom: 40px;
}

.footer-mails p {
    margin-right: 40px;
}

.footer-socialmedia {
    display: flex;
}

.footer-socialmedia img {
    margin-right: 20px;
    width: 30px;
}

@media screen and (max-width: 768px) {

    .footer-contentwrapper {
        width: 100%;
        display: block;
        position: relative;
    }
	
	.footer-contactswrapper {
		padding-left: 20px;
	}

    .footer-contactswrapper h2 {
        margin-top: 120px;
        margin-bottom: 40px;
    }

    .footer-socialmedia {
        margin-bottom: 80px;
    }

    .footer-contentwrapper iframe {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-offerta {
        position: absolute;
        bottom: 12px;
        left: 20px;
        font-size: 10px;
    }
}





