.main {
    max-width: 1440px;
    width: 100%;
    height: auto;
    font-family: 'Raleway', Arial, sans-serif;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapperfull {
    position: relative;
    width: 100%;
    height: auto;
}

.wrappercontent {
    position: relative;
    width: 100%;
    max-width: 1145px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.desk {
    display: block;
}

.tab {
    display: none;
}

.mobile {
    display: none;
}

.vhcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

a.cta {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    background: #6E2479;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
    font-weight: 700;
    display: block;
    cursor: pointer;
}

a.cta span {
    width: 275px;
    height: 24px;
    padding-left: 35px;
    background: url(../img/Icons/save.svg)no-repeat left center / 24px auto;
    display: inline-block;
    line-height: 23px;
}

li,
p {
    font-size: 16px;
    color: #212733;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 32px 0;
}

@media (max-width: 767px) {
    .desk {
        display: none;
    }
    .tab {
        display: block;
    }
    .mobile {
        display: block;
    }
}

/*LAYER*/
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000ab;
    z-index: 1000;
    display: none;
}
.layer .thanks{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    width: calc(100% - 40px);
    height:auto;
    background: #FFFFFF;
    padding:50px; 
    z-index: 1001;
}
.layer .thanks span.close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
    cursor: pointer;
}
.layer .thanks h2{
    text-align: center;
}
/* HEADER */

.header {
    position: relative;
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
    padding: 13px 20px;
}

.header .logo {
    width: 240px;
    height: auto;
}

.header h1 {
    font-family: 'Raleway';
    font-size: 24px;
    color: #000000;
    text-align: right;
    line-height: 29px;
    font-weight: 500;
    margin: 28px 0 0 0;
    float: right;
}

.header h1 span {
    font-family: 'Raleway';
    color: #01B4B1;
    font-weight: 900;
}

@media (max-width: 767px) {
    .header {
        padding: 16px 20px;
    }
    .header .logo {
        width: 100px;
    }
    .header h1 {
        font-size: 13px;
        margin: 3px 0 0 0;
    }
}


/* HERO */

.hero {
    position: relative;
}

.hero h2 {
    position: absolute;
    width: 57%;
    font-size: 48px;
    color: #000000;
    line-height: 56px;
    font-weight: 500;
    margin: 0;
}

.hero .wrappercontent {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.hero h2 span {
    color: #02B2AF;
    font-weight: 800;
}

@media (max-width:1023px) {
    .hero h2 {
        font-size: 30px;
        line-height: 46px;
    }
}

@media (max-width:767px) {
    .hero .wrappercontent {
        position: relative;
        top: -10vh;
        left: unset;
        transform: unset;
    }
    .hero h2 {
        position: relative;
        width: 100%;
        font-size: 24px;
        text-align: center;
        line-height: 28px;
    }
    .hero h3 {
        font-size: 20px;
        color: #000000;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 200;
        padding-bottom: 10px;
        background: url(../img/arrow-down.svg)no-repeat center 102% / 15px auto;
    }
}


/* INFO / FORM */

.info {
    top: -180px;
    padding-bottom: 83px;
}

.info .wrap-info {
    width: calc(100% - 432px);
    padding-right: 121px;
    float: left;
}

.info .wrap-info p.intro {
    font-size: 18px;
    color: #212733;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 600;
}

.info .wrap-info p span {
    color: #02B2AF;
}

.info .wrap-info .wrap-plus {
    background: #FFFFFF;
    border-radius: 0 0 0 30px;
    padding: 24px;
    border: 2px solid #02B2AF;
}

.info .wrap-info .wrap-plus h2 {
    font-size: 24px;
    color: #02B2AF;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 22px 0;
}

.info .wrap-info .wrap-plus ul {
    padding: 0;
    list-style-type: none;
}

.info .wrap-info .wrap-plus ul li {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 18px 0;
}

.info .wrap-info .wrap-plus ul li:last-child {
    margin: 0;
}

.info .wrap-info .wrap-plus ul li::before {
    position: absolute;
    left: 0;
    content: "•";
    color: #02B2AF;
    font-size: 40px;
}

.info form {
    position: relative;
    max-width: 432px;
    width: 100%;
    background-image: linear-gradient(0deg, #212733 2%, #363F52 100%);
    border-radius: 0 60px 0 0;
    padding: 220px 40px 30px 40px;
    float: right;
}

.info form .cover {
    position: absolute;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    width: 282px;
    height: auto;
    overflow: auto;
}

.info form input[type="tel"],
.info form input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #FFFFFF;
    padding: 7px;
    background: transparent;
    margin: 16px 0 0 0;
    color: #FFFFFF;
    outline: none;
}

.info form input::placeholder {
    color: #FFFFFF;
}

.info form input[type="submit"] {
    width: 100%;
    height: 48px;
    padding: 7px;
    margin: 0 0 16px 0;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: #02B2AF url(../img/download.svg)no-repeat 20px center / 24px auto;
}

.info form .wrap-input.check {
    position: relative;
    margin-top: 16px;
    padding-left: 35px;
}

.info form .requiered {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.info form input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 15px;
    background: #ffffff;
}

.info form input[type="checkbox"]:checked+.checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #dd8500;
}

.info form label a,
.info form label p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    margin: 0 0 16px 0;
}

.info form label a {
    margin: 0 0 35px 0;
    display: block;
}

.info form p.mentions {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    margin: 0 0 16px 0;
    text-align: center;
}

@media (max-width:1120px) {
    .info {
        top:-57px;
    }
    .info .wrap-info {
	    padding-right: 40px;
	}



}
@media (max-width: 767px) {
    .info {
        top: -30px;
        padding-bottom: 43px;
        display: flex;
        flex-direction: column-reverse;
    }
    .info form {
        max-width: unset;
        width: 100%;
        padding: 220px 16px 30px 16px;
        margin: 0 0 24px 0;
        float: left;
    }
    .info .wrap-info {
        width: 100%;
        padding: 0;
        float: right;
    }
    .info .wrap-info a.goto {
        width: 100%;
        height: auto;
        background: #02B2AF;
        padding: 16px;
        margin: 32px 0 16px 0;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        border: none;
        outline: none;
        cursor: pointer;
    }
}

.process {
    background: #EDEFF2;
    background-image: url(../img/bg_left.svg), url(../img/bg_right.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 273px auto, ;
    padding: 124px 0 80px 0;
}

.process .wrappercontent {
    max-width: 900px;
}

.process p.big {
    font-size: 24px;
    color: #212733;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 64px 0;
}

.process ol {
    padding: 0;
    counter-reset: listitem;
    list-style: none;
}

.process ol li {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    min-height: 300px;
    padding: 0 40px 0 25px;
}

.process ol li:nth-child(even) {
    float: right;
}

.process ol li:before {
    counter-increment: listitem;
    content: counters(listitem, '.') '.';
    color: #02B2AF;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 24px;
}

.process ol li h2 {
    font-size: 24px;
    color: #212733;
    line-height: 32px;
    font-weight: 600;
    min-height: 70px;
    margin: 0 0 16px 0;
}

.process ol li h3 {
    font-size: 16px;
    color: #212733;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.process ol li p {
    font-size: 16px;
    color: #212733;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 767px) {
    .process {
        background-size: 130px auto, 134px auto;
        padding: 64px 0;
    }
    .process p.big {
        font-size: 22px;
        margin: 0 0 32px 0;
    }
    .process ol li {
        width: 100%;
        min-height: unset;
        padding: 0 0 0 25px;
    }
    .process ol li h2 {
        min-height: unset;
    }
}


/* FOOTER  */

.footer {
    position: relative;
    background: #212733;
    padding: 47px 0;
}

.footer img {
    width: 240px;
    float: left;
}

.footer .wrap-legal {
    width: calc(100% - 280px);
    color: #FFFFFF;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
}

.footer .wrap-legal a {
    color: #FFFFFF;
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    margin-left: 15px;
}

.footer .wrap-legal p {
    font-size: 16px;
    color: #878787;
    text-align: right;
    font-weight: 400;
    margin: 15px 0 0 0;
}

@media (max-width: 767px) {
    .footer img {
        width: 130px;
        margin: 0 auto 27px auto;
        display: block;
        float: unset;
    }
    .footer .wrap-legal p,
    .footer .wrap-legal {
        width: 100%;
        text-align: center;
    }
}

.error {
    color: red;
    font-size: 10px;
}