﻿header, footer, article, section, hgroup, nav, figure, aside, main {
    display: block;
}

body {
    margin: 0;
    color: #262626;
    font: 300 14px/18px "Open Sans", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 1370px;
    background: #ffffff;
}
/**, *:after, *:before{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      box-sizing:border-box;
}*/
img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-holder ol {
    list-style-type: none !important;
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 35px 20px 35px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.content {
    max-width: 1180px;
    margin: 0 auto;
}

.header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 235px);
}

.header-right .desk {
    display: inline-block;
    width: calc(100% - 400px);
    font-size: 40px;
    word-wrap: break-word;
    color: #000;
    line-height: 1.3;
    font-weight: 300;
}

.pt .header .header-right .desk {
    width: calc(100% - 435px);
}

.es .header .header-right .desk {
    width: calc(100% - 500px);
}

.header ul {
    display: flex;
    align-items: center;
    float: right;
    max-width: 800px;
    text-align: right;
    font: 300 22px/1 'Lato', Arial;
}

.pt .header ul {
    font-size: 18px;
}

.fr .header ul {
    font-size: 18px;
}

.es .header ul {
    font-size: 18px;
}

.header ul li {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px solid #f0f0f0;
    line-height: 1;
}

    .header ul li:first-child {
        padding: 5px 10px 5px 0;
    }

    .header ul li:last-child {
        padding: 5px 0 5px 10px;
        border: none;
    }

    .header ul li a {
        color: #6f6f6f;
        line-height: 1;
    }

        .header ul li a:hover {
            color: #dd3c31;
        }

.header .logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    margin-top: 0;
    font: 400 24px/30px 'Lato', Arial;
    color: #595959;
}

    .header .logo a {
        display: block;
        width: 150px;
        padding: 0 0 0 90px;
        font: 300 30px/30px 'Lato', Arial;
        color: #3c3c3c;
        background: url(../images/logo.png) no-repeat;
        height: 87px;
    }

        .header .logo a span {
            font: 400 30px/30px 'Lato', Arial;
            display: block;
        }

.main {
    background: #f7f7f7;
}

.content {
    overflow: hidden;
}

.main {
    padding: 60px 14px 50px 14px;
}

    .main .content, .header .content {
        width: 1350px;
    }

    .main .content {
        max-width: 1370px;
        box-sizing: border-box;
        display: flex;
        width: 100%;
    }

    .main .img-wrap {
        width: 20%;
        max-width: 269px;
        margin-right: 50px;
        margin-left: 20px;
        text-align: right;
        padding: 5px 0 0;
    }

        .main .img-wrap img {
            width: 100%;
            max-width: 259px;
        }

.center-box {
    width: 40%;
    float: left;
    margin-right: 30px;
    list-style: none;
    padding-top: 10px;
}

    .center-box .title {
        font: 300 32px/36px 'Lato', Arial;
        color: #3c3c3c;
        margin-bottom: 35px;
    }

        .center-box .title strong, .btn strong {
            font: 700 32px/36px 'Lato', Arial;
        }

        .center-box .title span sup {
            font-size: 10px;
            position: relative;
            top: -5px;
            left: 2px;
        }

        .center-box .title span {
            background: #dd3c31;
            padding: 0 5px;
            display: inline-block;
            color: #fff;
        }

    .center-box p {
        color: #646464;
        font: 400 25px/27px 'Lato', Arial;
        margin: 0 0 28px;
    }

    .center-box ul {
        list-style-image: url(../images/dot.png);
        list-style-position: inside;
    }

        .center-box ul li {
            font: 400 20px/21px 'Lato', Arial;
            padding-bottom: 10px;
            color: #646464;
        }

            .center-box ul li:last-child {
                text-decoration: underline;
                cursor: pointer;
            }

                .center-box ul li:last-child:hover {
                    color: #000;
                }

.content .right {
    max-width: 380px;
    width: 40%;
    padding: 10px 20px 0 40px;
    border-left: 1px solid #dedede;
    margin-bottom: 40px;
    text-align: center;
}

.pt .content .right,
.it .content .right,
.es .content .right {
    max-width: 400px;
}

.fr .content .right {
    max-width: 435px;
}

.title-box {
    padding: 10px 0 10px 56px;
    font: 400 22px/22px "Lato", Arial;
    color: #666666;
    background: url(../images/title-box-bg.png) 0 20% no-repeat;
    margin-bottom: 20px;
    width: 90%;
    text-align: left;
    margin: 0 auto 33px;
}

    .title-box strong {
        display: block;
        text-transform: uppercase;
        color: #dd3c31;
        font: 900 22px/18px "Lato", Arial;
        padding-bottom: 3px;
    }

    .title-box p {
        color: #232323;
        margin: 5px 0;
        font: 400 16px/18px 'Lato', sans-serif;
    }

.right h1 {
    color: #dd3c31;
    font: 900 30px/28px "Lato", Arial;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.right h2 {
    font: 300 31px/32px 'Lato', Arial;
    margin: 0 0 25px;
}

.botton-block {
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

.botton-block img {
    vertical-align: top;
}

.btn {
    background: #4eaa2d;
    border: none;
    padding: 12px 22px 11px 87px;
    position: relative;
    font: 700 24px/1 'Lato', Arial, Helvetica, sans-serif;
    min-width: 200px;
    color: #fff;
    margin: 0 auto 19px;
    display: inline-block;
    text-align: center;
}

    .btn:after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        margin-top: 0;
        left: 0;
        width: 76px;
        height: 100%;
        background: url(../images/btn-after.png) 50% no-repeat;
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }

    .btn span.row {
        display: block;
        font: 300 16px/1.3 'Lato', Arial, Helvetica, sans-serif;
        text-transform: none;
        letter-spacing: 0;
    }

.fr .btn span.row {
    font-size: 17px;
}

.img-box {
    margin: 0 auto;
    width: 100%;
}

.main .img-box img {
    float: none;
    margin: 0;
    vertical-align: middle;
    margin: 0 7px 0 6px;
}

    .main .img-box img:last-child {
        margin: -3px 7px 0 19px;
    }

.info-block {
    background: #fff;
    padding: 106px 0 92px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.right-part {
    width: 50%;
    float: left;
    position: relative;
}
/*.right-part:before{
 content: '';
 position: absolute;
 width: 678px;
right: -100%;
top: 0;
 height: 578px;
 display: block;
 background: url(../images/img1-new.jpg);
}*/
.left-part {
    width: 50%;
    float: left;
    position: relative;
}

    .left-part .wrapper-block img {
        width: 100%;
        display: block;
        height: auto;
        max-width: 809px;
    }

.wrapper-block {
    max-width: 650px;
    width: 100%;
    float: right;
    padding: 0 34px 0 15px;
    box-sizing: border-box;
}


.left-part .wrapper-block {
    float: left;
    padding: 0;
    WIDTH: 100%;
    max-width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

.holder {
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 30px 33px;
    text-align: center;
}

    .holder h3 {
        font: 300 33px/34px 'Lato', Arial;
        color: #474747;
        background: #fff;
        padding: 0 15px;
        display: inline-block;
        margin: -30px 0 30px;
        position: relative;
        top: -5px;
    }

.features-box-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.features-box {
    width: 128px;
    margin-bottom: 27px;
    display: inline-block;
    text-align: center;
    font: 300 16px/16px 'Lato', Arial;
    min-height: 84px;
}

    .features-box img {
        margin-bottom: 11px;
    }

    .features-box.creare-box img {
        margin-bottom: 1px;
    }

    .features-box.convert-box img {
        margin-bottom: 8px;
    }

    .features-box.insert-box img {
        margin-bottom: 8px;
    }

.article h4 {
    color: #da281c;
    font: 700 24px/22px 'Lato', Arial;
    margin: 0 0 10px;
}

.article p {
    font: 300 20px/23px 'Lato', Arial;
    color: #333333;
    margin: 17px 0;
}

.article strong {
    color: #5b5b5b;
    font: 700 20px/22px 'Lato', Arial;
}

div.mymagicoverbox {
    display: block;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    font: 300 21px/22px 'Lato', Arial;
    color: #333333;
    letter-spacing: -1px;
}

    div.mymagicoverbox:hover {
        color: #000;
    }

.mymagicoverbox_fenetre {
    z-index: 9999;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    display: none;
    padding: 7px 0px 0;
    background-color: #dd3c31;
    color: #fff;
    font: 700 24px/58px 'Lato', Arial;
    max-height: 100%;
    overflow: auto;
}

#box_2 {
    margin: 0 auto;
    left: 0 !important;
    padding: 0;
    max-width: 900px;
    width: auto !important;
    right: 0;
    position: fixed;
    max-height: calc(100vh - 40px);
    top: 50%;
    transform: translateY(-50%);
}

.mymagicoverbox_fenetre {
    z-index: 9999;
    text-align: center;
    display: none;
    padding: 7px 0px 0;
    background-color: #dd3c31;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
}

#box_2 .box-header {
    background: #dd3c31;
    padding: 7px 0 0;
}

.mymagicoverbox_fenetreinterieur {
    padding: 53px 58px 53px 105px;
    background: #ffffff;
    color: #646464;
    font: 400 12px/18px 'Lato', sans-serif;
}

.mymagicoverbox_fermer {
    width: 30px;
    position: absolute;
    right: 18px;
    top: 5px;
    width: 29px;
    cursor: pointer;
}

.page-wrap {
    position: relative;
    /*max-width: 1910px;*/
    margin: 0 auto;
}

#box_2 .box-body {
    background: #fff;
    padding: 50px 0 30px;
}

#box_2 .mymagicoverbox_fenetreinterieur {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

#box_2 p {
    margin: 0 0 10px;
}

#box_2 .section {
    margin: 0 0 30px;
}

#box_2 h4 {
    color: #dd3c31;
    font: 700 21px/25px 'Lato', sans-serif;
    margin: 0 0 34px;
}

#box_2 .box-sub-ttl {
    display: block;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}

#myfond_gris {
    display: none;
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.list {
    width: 45%;
    float: left;
    margin-right: 10px;
    text-align: left;
}

    .list:last-child {
        margin-right: 0%;
        float: right;
    }

    .list .name-feat {
        display: block;
        color: #dd3c31;
        margin-bottom: 12px;
        font: 700 22px/20px 'Lato', Arial;
    }

    .list ul {
        list-style-image: url(../images/dot.png);
        list-style-position: inside;
        font: 400 16px/28px 'Lato', Arial;
        margin-bottom: 25px;
    }

        .list ul .new {
            list-style: none;
        }

            .list ul .new span {
                position: relative;
                top: -2px;
                width: 42px;
                height: 15px;
                color: #fff;
                font: 900 10px/15px 'Lato', Arial;
                text-align: center;
                display: inline-block;
                background: url(../images/span-bg.png) no-repeat;
            }

        .list ul li {
            font: 400 16px/19px 'Lato', Arial;
            color: #666666;
        }
/**/
.before-footer .content {
    max-width: 1290px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.before-footer {
    padding: 30px 0 25px;
    background: #f5f5f5;
}

    .before-footer .win {
        display: flex;
        max-width: 744px;
        padding: 23px 50px 16px 0;
        vertical-align: top;
        margin-right: 25px;
        border-right: 1px solid #d5d5d5;
    }

.btn-wrap {
    display: inline-block;
    max-width: 442px;
    padding: 26px 0 0 0;
    text-align: right;
    vertical-align: top;
}

.before-footer .media-box {
    display: inline-block;
    max-width: 260px !important;
    width: 100% !important;
}

.before-footer .win img {
    margin-right: 19px;
}

    .before-footer .win img:last-child {
    }

.before-footer .win p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

    .before-footer .win p span {
        display: flex;
        padding: 4px 0 0 1px;
        margin-bottom: 5px;
        color: #666666;
        font: 400 16px/18px'Lato', Arial, Helvetica, sans-serif;
    }

        .before-footer .win p span strong {
            display: inline-block;
            padding-right: 10px;
            font: 700 16px/18px'Lato', Arial, Helvetica, sans-serif;
        }

.content:after,
.footer:after,
.right-part:after,
header:after {
    clear: both;
    content: "";
    display: block;
}

.bottom-block img {
    vertical-align: bottom;
}

#box {
    position: absolute;
    max-width: 420px;
    padding: 30px 30px;
    /*height:230px;*/
    border: 1px solid #646464;
    z-index: 500;
    bottom: 0;
    left: 50%;
    text-align: center;
    background: #fff;
    transform: translateX(-50%);
}

    #box:before {
        content: url(../images/x.png);
        display: block;
        text-align: right;
        cursor: pointer;
    }

    #box a {
        padding: 0;
        font: 400 15px/24px 'Lato', Arial, Helvetica, sans-serif;
        border: none;
    }

#cookies {
    display: none;
    background-color: #fff;
    padding: 20px 36px 20px 30px;
    border: 1px solid #b3c1d1;
    position: fixed;
    bottom: 0;
    max-width: 840px;
    width: 60%;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
}

    #cookies p {
        max-width: 650px;
        margin-left: 2%;
        float: left;
        overflow: hidden;
        line-height: 2;
    }

    #cookies a {
        text-decoration: underline;
        color: #1e90ff;
    }

        #cookies a.accept {
            color: #777;
            font: 14px/100% arial, sans-serif;
            position: absolute;
            right: 5px;
            text-decoration: none;
            top: 5px;
        }

            #cookies a.accept:after {
                content: '✖';
            }


/* FAQ, About, Support, Privacy pages*/
.header .active a {
    color: #da281c;
}

.content-min {
    max-width: 970px;
    margin: 0 auto;
}

.content-min {
    max-width: 970px;
    margin: 0 auto;
}

.main.add-page {
    padding: 68px 0 88px;
    color: #1c1c1c;
}

.add-page a {
    text-decoration: none;
    position: relative;
}

    .add-page a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #1c1c1c;
    }

u {
    text-decoration: none;
}

.iframe.add-page a:hover:after {
    background: none;
}

.iframe.add-page h2 a:after {
    background: none;
}

.iframe.add-page .text-holder h4 {
    color: #646464;
    font: 700 18px/24px "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 11px;
}

#privacy strong,
#terms strong,
th {
    font-weight: 300;
}

.es .iframe ul,
.es .iframe p,
.fr .iframe ul,
.es .iframe p {
    margin: 0 0 14px;
}


.about.add-page p, .support.add-page p {
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.add-page h2 {
    color: #da281c;
    font: 700 24px/28px "Lato", Arial, Helvetica, sans-serif;
}

.add-page h3 {
    color: #5b5b5b;
    font: 700 20px/24px "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 13px;
}

.add-page p {
    margin: 0 0 13px;
    letter-spacing: -0.2px;
}

.add-page .add-info {
    margin: 20px 0;
}

    .add-page .add-info a {
        text-decoration: none;
        position: relative;
    }

        .add-page .add-info a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #1c1c1c;
        }

        .add-page .add-info a:hover:after {
            background: none;
        }

.support {
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.about .content-min span {
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.add-page a:hover,
.privacy .add-page a:hover,
.about .add-page a:hover,
.faq .add-page a:hover,
.support .add-page a:hover {
    text-decoration: none;
    color: #000;
}

.support a.under-light,
.support a.under-light-l,
.faq a.under-light,
.about a.under-light {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
}

    .support a.under-light:after,
    .support a.under-light-l:after,
    .faq a.under-light:after,
    .about a.under-light:after {
        content: "";
        display: block;
        width: 114px;
        position: absolute;
        bottom: 3px;
        height: 1px;
        background: #1c1c1c;
    }

    .support a.under-light:after {
        width: 104px;
    }

    .support a.under-light-l:after {
        width: 83px;
    }

@-moz-document url-prefix() {
    .support a.under-light-l:after {
        width: 86px;
    }
}

.about a.under-light:after {
    width: 86px;
}

.support a.under-light:hover:after,
.support a.under-light-l:hover:after,
.faq a.under-light:hover:after,
.about a.under-light:hover:after {
    display: none;
}
/*.content-min{    font: 20px/24px Lato-Light, Arial, Helvetica, sans-serif;

}*/
/* Privacy */
.add-page.privacy {
    color: #1c1c1c;
    font: 300 18px/24px "Lato", Arial, Helvetica, sans-serif;
}

.privacy h2 {
    margin: 0 0 53px;
}

.privacy .text-holder {
    padding: 0 0 33px;
}

.privacy h3 {
    color: #646464;
    font: 700 18px/24px "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 11px;
}

.privacy p {
    letter-spacing: 0;
}
/* FAQ */
body.faq {
    font: 700 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.faq h2 {
    margin: 0 0 29px;
}

.faq .item-list {
    color: #5d5d5d;
    padding: 0 0 25px;
}

    .faq .item-list li {
        padding: 0 0 24px;
        font: 700 20px/24px "Lato", Arial, Helvetica, sans-serif;
    }

    .faq .item-list span {
        display: block;
        color: #1c1c1c;
        padding: 0 0 0 28px;
        font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
        letter-spacing: -0.3px;
    }

.faq mark {
    background: none;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #4b4b4b;
    font-weight: 400;
}

.faq a {
    color: #1c1c1c;
}
/* About Us*/
body.about, body.support {
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.about h2, .support h2 {
    margin: 0 0 13px;
}

.about .text {
    padding: 0 0 28px;
}

.about strong, .support .info strong {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #5b5b5b;
    letter-spacing: 0;
    font-weight: 700;
}

.about.add-page ul {
    padding: 0 0 0 28px;
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

    .about.add-page ul li {
        padding: 0 0 13px;
    }

        .about.add-page ul li:last-child {
            padding: 0;
        }

.bullet {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 8px;
    background: #da281c;
    border-radius: 5px;
    margin: -2px 5px 0 0;
}

.about ul .add-list {
    padding: 16px 0 29px 26px;
}

.address-box.first {
    max-width: 493px;
}

.address-box {
    display: inline-block;
    vertical-align: top;
    max-width: 470px;
    padding: 26px 0 24px;
    font: 300 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

    .address-box h3 {
        margin: 0;
    }

address {
    font-style: normal;
}

.about span {
    display: block;
}

    .about span a {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        color: #4d4d4d;
        font-weight: 400;
    }
/* Support*/
.support .text {
    padding: 0 0 38px;
}

.support .wrap {
    padding: 23px 0 0;
    position: relative;
}

    .support .wrap:after {
        content: '';
        display: block;
        clear: both;
    }

.support .left {
    float: left;
    background: #fff;
    border: 1px solid #8c8c8c;
    max-width: 470px;
    width: 45%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 20px 43px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 1px 1px #d9d9d9;
    box-shadow: inset 0 0 1px 1px #d9d9d9;
}

    .support .left h2 {
        margin: 0 0 22px;
    }

.support .right {
    float: right;
    max-width: 430px;
    width: 45%;
    padding: 68px 0 0;
}

    .support .right a {
        color: #5b5b5b;
    }

.support .info {
    padding: 0 0 24px;
}

    .support .info span {
        display: block;
    }

.support strong {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.support .right strong {
    color: #5b5b5b;
}

.support .right {
    margin: 0 0 24px;
    letter-spacing: 0;
}

.support.add-page .add-info {
    position: absolute;
    bottom: 0;
    margin: 0 -55px 0 0;
}

.list-ul li {
    overflow: hidden;
}

.list-ul .num, .list-ul .info {
    float: left;
}

.list-ul .num {
    max-width: 20px;
    width: 5%;
    padding-right: 10px;
}

.list-ul .info {
    max-width: 940px;
}


/*Dynamik Text*/
.dynamictext-color mark {
    color: #fd4049;
    background: none;
}

.dynamictext-bold {
    font-weight: 700;
}

    .dynamictext-bold .dynamictext-color {
        font-weight: 700 !important;
    }

.center-box .title .dynamictext-color {
    display: inline-block;
    background: transparent !important;
    padding: 0 !important;
}
/*Dynamik Text*/

/* lang */
.fr .header .logo a,
.it .header .logo a,
.es .header .logo a,
.pt .header .logo a {
    padding: 15px 0 0 90px;
}

.es .header ul {
    max-width: 845px;
}

.fr .features-box, .de .features-box, .de .features-box span, .it .features-box {
    vertical-align: bottom;
}

.fr .list ul .new span {
    width: 50px;
    height: 18px;
    background-position: 1px 0;
    background-size: contain;
    line-height: 16px;
}

.it .list ul .new span {
    width: 50px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    background-size: contain;
}

.de .title-box {
    width: 285px;
}

.pt .btn,
.es .btn {
    font-size: 22px;
}

    .pt .btn span.row,
    .es .btn span.row {
        font-size: 20px;
    }
/*madia*/
body {
    min-width: 320px;
}

.burger {
    display: none;
}

.menu {
    overflow: hidden;
}

    .menu.open {
        position: absolute;
        width: 100%;
        height: 100vh;
        right: 0;
        top: 0;
        background: #fff;
        max-width: 200px;
        padding: 90px 20px 20px 20px;
        text-align: left;
        z-index: 4;
        -webkit-box-shadow: -3px 0 9px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: -3px 0 9px 0px rgba(0,0,0,0.2);
        box-shadow: -3px 0 9px 0px rgba(0,0,0,0.2);
    }

.header .menu.open ul {
    padding: 0;
    float: none;
}

    .header .menu.open ul li {
        border-right: none;
    }


.btn.btn-sm {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 15px;
    text-transform: none;
    min-width: auto;
    font-weight: 400;
    margin: 20px 0 0;
    background: #da281c;
}

    .btn.btn-sm:after {
        display: none;
    }

@media screen and (min-width: 2000px) {
    .right-part:before {
        width: 769px;
        right: -86%;
    }
}

/*@media screen and (max-width: 1300px) {.right-part {width: 60%;}}*/
@media screen and (max-width: 1250px) {
    .header {
        padding: 20px;
    }

        .header .logo a {
            width: 85px;
            font-size: 18px;
            line-height: 1;
            height: 50px;
            padding: 0 0 0 50px !important;
            background-size: contain;
        }

    .en .header .logo a {
        font-size: 22px;
        height: 70px;
        padding: 0 0 0 65px !important;
        background-size: contain;
    }

    .header .logo a span {
        font-size: 18px;
        line-height: 1;
    }

    .header .header-right {
        font-size: 20px;
        width: calc(100% - 175px);
    }

    .header-right .desk {
        font-size: 20px;
        width: calc(100% - 300px);
    }

    .header ul {
        font-size: 18px !important;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .left-part {
        display: none;
    }

    .right-part {
        width: 100%;
    }

    .wrapper-block {
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    .holder {
        text-align: center;
    }

    .es .header ul {
        font-size: 18px;
    }

    .pt .header ul {
        font-size: 23px;
    }
}

@media screen and (max-width: 1150px) {
    .header {
        align-items: flex-start;
        overflow: inherit;
    }

    .header-right {
        height: 100%;
        min-height: 50px;
    }

    .en .header-right {
        min-height: 70px;
    }

    .header-right .desk {
        width: calc(100% - 75px) !important;
    }

    .menu {
        display: none;
    }

        .menu.open {
            display: block;
            position: fixed;
        }

        .menu ul {
            flex-direction: column;
        }

            .menu ul li {
                display: block;
                width: 100%;
                text-align: right;
                padding: 10px 0 !important;
            }

    .burger {
        position: absolute;
        top: 35px;
        right: 15px;
        width: 27px;
        height: 20px;
        display: flex;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        z-index: 5;
    }

    .en .burger {
        top: 45px;
    }

    .burger.active {
        position: fixed;
    }

    .burger span {
        display: block;
        height: 2px;
        background-color: #000;
        width: 100%;
        margin: auto;
    }

    .burger:before {
        position: absolute;
        top: calc(100% - 3px);
        content: '';
        transform-origin: 50% 50%;
        display: block;
        height: 2px;
        background-color: #000;
        width: 100%;
        margin: auto;
    }

    .burger:after {
        position: absolute;
        top: 1px;
        left: 0;
        content: '';
        transform-origin: 50% 50%;
        display: block;
        height: 2px;
        background-color: #000;
        width: 100%;
        margin: auto;
    }

    .burger:before {
        top: calc(100% - 3px);
    }

    .burger.active span {
        opacity: 0;
    }

    .burger.active:after {
        transform: rotate(-45deg);
        top: 9px;
    }

    .burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header ul li {
        display: block;
    }

    .header ul {
        text-align: left;
    }

    .support.add-page .add-info {
        margin: 0;
    }
}

@media screen and (max-width: 1060px) {
    .before-footer .content {
        flex-direction: column;
        align-items: center;
    }

        .before-footer .content .win {
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin-right: 0;
            padding: 20px 0;
            border: 0;
        }

    .before-footer .win img:last-child {
        margin-right: 0;
    }

    .before-footer .content div.win p {
        padding-top: 30px;
        width: 100%;
    }

        .before-footer .content div.win p span {
            flex-direction: column;
            text-align: center;
        }

            .before-footer .content div.win p span strong {
                padding: 0 0 5px 0;
            }
}

@media screen and (max-width: 1024px) {
    .center-box {
        width: 50%;
        margin-left: 30px;
    }

    .main .img-wrap {
        display: none;
    }

    .content-min {
        padding: 0 10px;
    }
}

@media screen and (max-width: 930px) {
    .mymagicoverbox_fenetreinterieur {
        padding: 53px 50px;
    }
}

@media only screen and (max-width: 860px) {
    #box_2 {
        margin: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
    }

        .header .header-right {
            width: 100%;
            padding-top: 15px;
            min-height: 100%;
        }

    .header-right .desk {
        width: 100% !important;
        text-align: center;
    }

    .main .content {
        flex-direction: column;
        text-align: center;
    }

    .center-box,
    .content .right {
        width: 90%;
        margin: 0 auto;
        border: none;
    }

    .center-box {
        border-bottom: 1px solid #dedede;
        padding-bottom: 50px;
    }

    .content .right {
        padding: 0;
        border-left: none;
        margin-top: 30px;
    }

    .article {
        margin: 0 10px;
    }

    .support .left,
    .support .right {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .support.add-page .add-info {
        position: static;
        margin: 10px 0;
    }

    .win {
        padding: 23px 5px 16px;
        border: none;
    }

    .es .win, .pt .win {
        padding: 23px 13px 16px;
    }

    .pt .title-box, .es .title-box, .it .title-box {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .burger {
        top: 25px;
        right: 10px;
    }

    .en .burger {
        top: 35px;
    }

    .list {
        width: 100%;
        float: none;
    }

    .header {
        padding: 10px;
    }

    .mymagicoverbox_fenetreinterieur {
        padding: 10px;
    }

    .mymagicoverbox_fenetre {
        font: 700 18px/20px 'Lato', Arial;
    }

    .list .name-feat,
    .list ul {
        margin-bottom: 5px;
    }

        .list ul li,
        .list .name-feat {
            font: 700 12px/14px 'Lato', Arial;
        }

    .mymagicoverbox_fermer {
        top: 10px;
        right: 10px;
    }

    #box_2 .mymagicoverbox_fenetreinterieur {
        font: 12px/14px 'Lato', Arial;
    }

    #box_2 .section {
        margin: 0
    }

    #box_2 h4 {
        font: 700 16px/20px 'Lato', sans-serif;
        margin: 0 0 10px;
    }

    #box_2 .box-header {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        padding: 15px 45px 15px 10px;
    }

    #box {
        padding: 15px;
    }

        #box:before {
            position: absolute;
            right: 5px;
            top: 5px;
        }

    .es .win, .pt .win {
        padding: 23px 5px 16px;
    }


    .features-box {
        width: 49%;
    }
}

@media screen and (max-height: 700px) {
    #box_2 .mymagicoverbox_fenetreinterieur {
        font: 12px/14px 'Lato', Arial;
    }

    #box_2 .section {
        margin: 0
    }

    #box_2 h4 {
        font: 700 16px/20px 'Lato', sans-serif;
        margin: 0 0 10px;
    }

    .before-footer .content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 380px) {
    /*.header .logo a {
        font-size: 22px;
    }*/

    .page-wrap .btn {
        font-size: 19px;
        min-width: initial;
        display: block;
    }

        .page-wrap .btn span.row {
            font-size: 16px;
        }

    .fr .page-wrap .btn span.row {
        font-size: 11px;
    }

    .content .right:before {
        left: 5%;
        top: -30%;
    }

    .en .title-box {
        width: 75%;
    }
}

@media screen and (max-width: 325px) {
    .content .right:before {
        left: -1%;
    }
}


.footer {
    display: block;
    background: #E3E3E3;
    padding: 22px 15px;
}

.footer_content {
    display: block;
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.footer-info {
    display: block;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.footer-info p {
    display: block;
    font: 400 14px/1.5 "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #666666;
    padding-bottom: 8px;
    margin: 0;
}

.footer-info p.secondary {
    font-size: 12px;
    line-height: 1.3;
}

.footer-nav {
    display: block;
    width: 100%;
    padding-top: 8px;
}

.footer-nav .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    float: none;
}

.footer-nav .list .item {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.footer-nav .list .item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 4px);
    background-color: #666666;
    transform: translateY(-50%);
}

.footer-nav .list .item:last-child:after {
    display: none;
}

.footer-nav .list .item a {
    display: inline-block;
    font: 400 12px/1.5 "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #646464;
    padding: 0 5px;
    text-decoration: none;
}

.footer-nav .list .item .optanon-show-settings {
    display: inline-block;
    font: 400 12px/1.5 "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #646464;
    padding: 0 5px;
    text-decoration: none;
    cursor: pointer;
}

#optanon-cookie-policy {
    display: none;
}

.optanon-show-settings-popup-wrapper .optanon-show-settings-middle span.optanon-show-settings {
    text-decoration: none;
}

.footer-nav .list .item a:hover {
    text-decoration: underline;
}

.footer-nav .list .item .optanon-show-settings:hover {
    text-decoration: underline;
}

.footer-sub-info {
    display: block;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
}

.footer-sub-info > div {
    padding-top: 16px;
}

.footer-sub-info p {
    display: block;
    font: 400 14px/1.5 "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #666666;
    padding-bottom: 8px;
    margin: 0;
}

@media screen and (max-width: 850px) {
    .footer-nav .list .item:after {
        display: none;
    }

    .footer-nav .list .item {
        padding: 3px 10px;
    }
}
