*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
sup {
    line-height: 0;
    font-size: smaller;
    vertical-align: super;
}
sub {
    line-height: 0;
    font-size: smaller;
    vertical-align: sub;
}
.t-clear {
    clear: both;
}
.t-row {
    margin: 0;
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
.t-container.flexx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.t-container_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.t-container_100 {
    width: 100%;
    padding: 0;
}
.t-container_10 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1000px;
    padding: 0;
}
.t-container_8 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    padding: 0;
}
.t-container:before,
.t-container:after,
.t-container_10:before,
.t-container_10:after,
.t-container_8:before,
.t-container_8:after,
.t-container_100:before,
.t-container_100:after {
    display: table;
    content: ' ';
    width: 0;
}
.t-container:after,
.t-container_10:after,
.t-container_8:after,
.t-container_100:after {
    clear: both;
}
.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.t-col.flexx {
    align-items: stretch;
    height: inherit;
    margin-top: auto;
    margin-bottom: auto;
}
.t-col_flex {
    align-items: stretch;
    height: inherit;
    margin-top: auto;
    margin-bottom: auto;
}
.t-col_1 {
    max-width: 60px;
}
.t-col_2 {
    max-width: 160px;
}
.t-col_3 {
    max-width: 260px;
}
.t-col_4 {
    max-width: 360px;
}
.t-col_5 {
    max-width: 460px;
}
.t-col_6 {
    max-width: 560px;
}
.t-col_7 {
    max-width: 660px;
}
.t-col_8 {
    max-width: 760px;
}
.t-col_9 {
    max-width: 860px;
}
.t-col_10 {
    max-width: 960px;
}
.t-col_11 {
    max-width: 1060px;
}
.t-col_12 {
    max-width: 1160px;
}
.t-col_100 {
    max-width: 100vw;
}
.t-prefix_1 {
    padding-left: 100px;
}
.t-prefix_2 {
    padding-left: 200px;
}
.t-prefix_3 {
    padding-left: 300px;
}
.t-prefix_4 {
    padding-left: 400px;
}
.t-prefix_5 {
    padding-left: 500px;
}
.t-prefix_6 {
    padding-left: 600px;
}
.t-prefix_7 {
    padding-left: 700px;
}
.t-prefix_8 {
    padding-left: 800px;
}
.t-prefix_9 {
    padding-left: 900px;
}
.t-prefix_10 {
    padding-left: 1000px;
}
.t-prefix_11 {
    padding-left: 1100px;
}
.t-prefix_12 {
    padding-left: 1200px;
}
.t-width {
    width: 100%;
}
.t-width_1 {
    max-width: 60px;
}
.t-width_2 {
    max-width: 160px;
}
.t-width_3 {
    max-width: 260px;
}
.t-width_4 {
    max-width: 360px;
}
.t-width_5 {
    max-width: 460px;
}
.t-width_6 {
    max-width: 560px;
}
.t-width_7 {
    max-width: 660px;
}
.t-width_8 {
    max-width: 760px;
}
.t-width_9 {
    max-width: 860px;
}
.t-width_10 {
    max-width: 960px;
}
.t-width_11 {
    max-width: 1060px;
}
.t-width_12 {
    max-width: 1160px;
}
.t-width_100 {
    max-width: 100%;
}
.t-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.t-cell_25 {
    width: 25vw;
}
.t-cell_33 {
    width: 33.3333333vw;
}
.t-cell_50 {
    width: 50vw;
}
.t-cell_100 {
    width: 100vw;
}
@media screen and (max-width: 1200px) {
    .t-container {
        max-width: 960px;
        padding: 0;
    }
    .t-container_10 {
        max-width: 780px;
    }
    .t-container_8 {
        max-width: 640px;
    }
    .t-col {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }
    .t-col_1 {
        max-width: 60px;
    }
    .t-col_2 {
        max-width: 140px;
    }
    .t-col_3 {
        max-width: 220px;
    }
    .t-col_4 {
        max-width: 300px;
    }
    .t-col_5 {
        max-width: 380px;
    }
    .t-col_6 {
        max-width: 460px;
    }
    .t-col_7 {
        max-width: 540px;
    }
    .t-col_8 {
        max-width: 620px;
    }
    .t-col_9 {
        max-width: 700px;
    }
    .t-col_10 {
        max-width: 780px;
    }
    .t-col_11 {
        max-width: 860px;
    }
    .t-col_12 {
        max-width: 940px;
    }
    .t-prefix_1 {
        padding-left: 80px;
    }
    .t-prefix_2 {
        padding-left: 160px;
    }
    .t-prefix_3 {
        padding-left: 240px;
    }
    .t-prefix_4 {
        padding-left: 320px;
    }
    .t-prefix_5 {
        padding-left: 400px;
    }
    .t-prefix_6 {
        padding-left: 480px;
    }
    .t-prefix_7 {
        padding-left: 560px;
    }
    .t-prefix_8 {
        padding-left: 640px;
    }
    .t-prefix_9 {
        padding-left: 720px;
    }
    .t-prefix_10 {
        padding-left: 800px;
    }
    .t-prefix_11 {
        padding-left: 880px;
    }
    .t-prefix_12 {
        padding-left: 960px;
    }
    .t-width_1 {
        max-width: 60px;
    }
    .t-width_2 {
        max-width: 140px;
    }
    .t-width_3 {
        max-width: 220px;
    }
    .t-width_4 {
        max-width: 300px;
    }
    .t-width_5 {
        max-width: 380px;
    }
    .t-width_6 {
        max-width: 460px;
    }
    .t-width_7 {
        max-width: 540px;
    }
    .t-width_8 {
        max-width: 620px;
    }
    .t-width_9 {
        max-width: 700px;
    }
    .t-width_10 {
        max-width: 780px;
    }
    .t-width_11 {
        max-width: 860px;
    }
    .t-width_12 {
        max-width: 940px;
    }
    .t-width_100 {
        max-width: 100%;
    }
}
@media screen and (max-width: 960px) {
    .t-container {
        max-width: 640px;
    }
    .t-container.flexx {
        display: block;
    }
    .t-container_flex {
        display: block;
    }
    .t-col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .t-col_1,
    .t-col_2,
    .t-col_3,
    .t-col_4,
    .t-col_5,
    .t-col_6,
    .t-col_7,
    .t-col_8,
    .t-col_9,
    .t-col_10,
    .t-col_11,
    .t-col_12 {
        width: 100%;
        max-width: 100%;
    }
    .t-prefix_1,
    .t-prefix_2,
    .t-prefix_3,
    .t-prefix_4,
    .t-prefix_5,
    .t-prefix_6,
    .t-prefix_7,
    .t-prefix_8,
    .t-prefix_9,
    .t-prefix_10,
    .t-prefix_11,
    .t-prefix_12 {
        padding-left: none;
    }
}

@media screen and (max-width: 639px) {
    .t396__artboard_1 {
        height: auto !important;
    }
}
.banner1-c {
    height: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    background-color: #fff;
    /*url(../images/banner/banner1__bg2.png),url(../images/banner/banner1__bg1.png)*/
    background-image: url(../images/banner/banner1__bg5.png);
    background-position: bottom 0 left;
    background-repeat: repeat-x;
}
.banner1 {
    max-width: 1124px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    padding: 75px 0 80px;
    background-image: url(../images/banner/banner1__bg2.png), url(../images/banner/banner1__bg1.png);
    background-position: top 90px right 0px, top 110px right 350px;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
}
.banner1__txt1 {
    color: #3690ce;
    font-size: 23px;
    word-spacing: 10px;
    margin: 0 0 10px;
}
.banner1__f1,
.banner1__f2,
.banner1__f3 {
    display: block;
    max-width: 100%;
}
.banner1__f1 {
    margin: 0 0 15px 5px;
    width: 254px;
}
.banner1__f2 {
    margin: 0 0 20px 6px;
}
.banner1__f3 {
    width: 170px;
}
.banner1__txt2 {
    font-size: 27px;
    word-spacing: 10px;
    margin: 0 0 0 6px;
}
.banner1__txt3 {
    font-size: 20px;
    margin: 0 0 15px;
    display: inline-block;
}
.banner1__sep {
}
.banner1__t {
    display: table;
    width: 680px;
}
.banner1__td {
    vertical-align: middle;
    display: table-cell;
}
.banner1__td:nth-child(2) {
    text-align: right;
}
.banner1__bn-c {
    position: relative;
    z-index: 5;
    display: inline-block;
}
.banner1__bn-c:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    margin: 0 0 0 5px;
    display: inline-block;
    width: 61px;
    height: 42px;
    background: url(../images/banner/banner1__bg3.png) no-repeat bottom right;
    /*skew(-20deg, 30deg) rotate(-27deg)*/
    /*matrix3d(1, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.8) rotate(17deg)*/
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.8) rotate(17deg);
}
.banner1__bn {
    font-size: 23px;
    letter-spacing: 1px;
    padding: 15px 50px;
    color: #fff !important;
    background: #75cd3f;
    background-color: #7cb81b;
    display: inline-block;
}
.banner1__bn:hover {
    background-color: #68a52f;
}
.banner1__txt3 {
    text-align: left;
    font-size: 18px;
    border: 2px solid #d6d6d6;
    padding: 20px 30px 15px 70px;
    position: relative;
    z-index: 5;
    background: #fff url(../images/banner/banner1__bg4.png) no-repeat center left 12px;
    background-size: 38px auto;
}
.banner1__txt3-bg1 {
    position: absolute;
    border: 1px solid #d6d6d6;
    width: 10px;
    height: 10px;
    background: #7cb81b;
}
.banner1__txt3-bg1_1 {
    top: -6px;
    left: -6px;
}
.banner1__txt3-bg1_2 {
    top: -6px;
    right: -6px;
}
.banner1__txt3-bg1_3 {
    bottom: -6px;
    left: -6px;
}
.banner1__txt3-bg1_4 {
    bottom: -6px;
    right: -6px;
}
.banner1__txt3-1 {
    margin: 0 0 5px;
    word-spacing: 10px;
    font-size: 22px;
}
.banner2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url(../images/banner2/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner2__c {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner2__bn {
    margin-top: 26rem;
    font-size: 20px;
    padding: 21px 75px;
    color: #fff !important;
    background: #3998f7;
    background-color: #3998f7;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Roboto', Arial, sans-serif;
}
.banner2__bn:hover {
    background-color: #2e86dd;
}
.banner3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner3/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner4/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner5/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner7 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner7/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner8 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner8/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner9 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner9/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner10 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #000000;
    background-image: url(../images/banner10/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner11 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #d5e0ea;
    background-image: url(../images/banner11/desktop.jpg);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner12 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner12/desktop.jpg);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner13 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner13/desktop.jpg);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner14 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner14/desktop.jpg);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner15 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner15/april1.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}



.banner3__c {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner4__c {
    max-width: 1057px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner5__c {
    max-width: 1057px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner7__c {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner8__c {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner9__c {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner10__c {
    max-width: 1094px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner11__c {
    max-width: 1094px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner12__c {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner13__c {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner14__c {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner15__c {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner-promo-spring15 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/banner-promo-spring15/desktop.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.banner-promo-spring15__c {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    height: 555px;
    box-sizing: border-box;
}
.banner-plugin__c {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    height: 480px;
    box-sizing: border-box;
}
.banner3__bn {
    margin-top: 25rem;
    font-size: 20px;
    padding: 17px 112px;
    color: #fff !important;
    background-color: #6bab43;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Roboto', Arial, sans-serif;
}
.banner4__bn {
    margin-top: 26rem;
    font-size: 24px;
    padding: 7px 30px;
    color: #fff !important;
    background-color: #a880e8;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner5__bn {
    margin-top: 26rem;
    font-size: 24px;
    padding: 7px 30px;
    color: #fff !important;
    background-color: #a880e8;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner7__bn {
    margin-top: 24rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #6897FF;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner8__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #6897FF;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner9__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #000000;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner10__bn {
    margin-top: 27rem;
    font-size: 18px;
    padding: 8px 45px;
    color: #000000 !important;
    background-color: #5EC141;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    font-weight: 700;
}
.banner11__bn-wrap {
    margin-top: 26rem;
    display: inline-block;
}
.banner11__bn {
    background-color: #27303f !important;
    position: relative !important;
    z-index: 1 !important;
    font-size: 18px;
    padding: 9px 45px;
    color: #ffffff !important;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    font-weight: 700;
    border: none;
}

.banner11__bn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(113.12deg, #72bdd1 -24.83%, #b778eb 51.41%, #e65b00 119.01%);
    border-radius: 12px;
    z-index: -1;
}
.banner12__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #000000;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
}
.banner13__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #273141;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    border: 2px solid #85A1D1;
}
.banner14__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #273141;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    border: 2px solid #85A1D1;
}

.banner15__bn {
    margin-top: 22rem;
    font-size: 22px;
    padding: 7px 40px;
    color: #fff !important;
    background-color: #ff7900;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    border: 2px solid #ff7900;
}
.banner-promo-spring15__bn {
    margin-top: 26rem;
    margin-left: -200px;
    font-size: 20px;
    padding: 17px 112px;
    color: #fff !important;
    background-color: #6bab43;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Roboto', Arial, sans-serif;
}
.banner-plugin__bn {
    margin-top: 22rem;
    font-size: 20px;
    padding: 5px 0px;
    color: #fff !important;
    background-color: #38598C;
    display: inline-block;
    border-radius: 20px;
    font-family: 'Century Gothic', AppleGothic, sans-serif;
    text-align: center;
    width: 560px;
}
.banner3__bn:hover {
    background-color: #527e36;
}
.banner4__bn:hover {
    background-color: #8265b0;
}
.banner5__bn:hover {
    background-color: #8265b0;
}
.banner7__bn:hover {
    background-color: #5782df;
}
.banner8__bn:hover {
    background-color: #5782df;
}
.banner9__bn:hover {
    background-color: #222222;
}
.banner10__bn:hover {
    background-color: #4e8e3a;
}
.banner11__bn:hover {
    background-color: #2f3949;
}
.banner12__bn:hover {
    background-color: #222222;
}
.banner13__bn:hover {
    background-color: #222A38;
}
.banner14__bn:hover {
    background-color: #222A38;
}
.banner-promo-spring15__bn:hover {
    background-color: #527e36;
}
.banner-plugin__bn:hover {
    background-color: #2c4871;
}

.banner-buy-online {
    width: 100%;
    max-width: 1159px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-buy-online2/1159-480.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}
.banner-buy-online3 {
    width: 100%;
    max-width: 1159px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-buy-online3/1159-480.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}
.banner-buy-online5 {
    width: 100%;
    max-width: 1159px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-buy-online5/1159-480.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}
.banner-buy-online6 {
    width: 100%;
    max-width: 1159px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-buy-online6/1159-480.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}
.banner-buy-online8 {
    width: 100%;
    max-width: 1149px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-buy-online8/1159-480.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}
.banner-buy-online9 {
    max-width: 1160px;
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-buy-online9/1159-480.png);
}
.banner-buy-online10 {
    max-width: 1160px;
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-buy-online10/1159-480.jpg);
}
.banner-buy-online11 {
    max-width: 1160px;
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-buy-online11/1159-480.jpg);
}
.banner-buy-online12 {
    max-width: 1160px;
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-buy-online12/1159-480.jpg);
}
.banner-buy-online13 {
    max-width: 1160px;
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bunner-buy-online14/banner-april1.png);
}
.banner-plugin {
    width: 100%;
    max-width: 1159px;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner-plugin/1159-480.jpg);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}

/*+++N E W S 1*/

.news1 {
    padding-bottom: 60px;
    background-color: #f5f5f5;
    font-family: 'Roboto', Arial, sans-serif;
}
.news1__h2 {
    margin: 0 auto 90px;
    text-align: center;
    max-width: 1160px;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 400;
    color: #333333;
}
.news1__ul {
    grid-template-columns: 1fr 1fr;
    display: grid;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 !important;
    row-gap: 20px;
}
.news1__li {
    margin-left: 20px;
    margin-right: 20px;
    list-style: none;
}
.news1__b {
    cursor: pointer;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 15px;
    text-decoration: none;
}
.news1__b:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1) !important;
    display: block;
}
.news1__img {
    border-radius: 15px 15px 0 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vw;
    max-height: 311px;
    display: block;
}
.news1__b1 {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    padding: 20px 20px 18px;
    display: block;
}
.news1__h3 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
    color: #333333;
    margin: 0 0 8px;
    display: block;
}
.news1__txt {
    color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
    margin: 0 0 15px;
    display: block;
}
.news1__date {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}
.news1__bn-c {
    margin-top: 90px;
    text-align: center;
}
.news1__bn {
    display: inline-block;
    vertical-align: top;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(124, 184, 27);
    border-radius: 15px;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    padding: 20px 60px;
    text-decoration: none;
}
.news1__bn:hover {
    background-color: #68a52f !important;
}

/*---N E W S 1*/

/*+++N E W S 0*/

.news0 {
    font-family: 'Roboto', Arial, sans-serif;
    max-width: 1160px;
    margin: 105px auto;
    padding: 0 20px;
}
.news0__a-c {
    margin: 0 0 34px;
}
.news0__a {
    font-size: 14px;
    color: #999 !important;
    font-weight: 300;
}
.news0__a-f {
    min-height: 30px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
}
.news0__date {
    letter-spacing: 1.5px;
    color: #b8b8b8;
    font-size: 10px;
    padding-bottom: 15px;
}
.news0__h2 {
    color: #333333;
    font-size: 36px;
    line-height: 1.23;
    margin: 0 0 30px;
    font-weight: 400;
}
.news0__f {
    max-width: 100%;
    margin: 0 0 30px;
}
.news0__edit {
    font-family: 'Gilroy', Arial, sans-serif;
    word-break: break-word;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
}
.news0__edit p {
    margin: 0 0 20px;
}
.news0__edit img {
    max-width: 100%;
}

/*---N E W S 0*/

/*+++N E W S - L I S T*/

.t-feed__container_1 {
    display: grid !important;
    align-items: baseline;
    grid-template-columns: 1fr 1fr 1fr;
}

/*---N E W S - L I S T*/

/*+++T R A I N I N G - C E N T R E S*/

.training-centres-c {
    background-color: rgb(248, 248, 248);
}
.training-centres {
    max-width: 1160px;
    margin: 0 auto;
    font-family: 'Roboto', Arial, sans-serif;
}
.training-centres__t {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
    padding: 0 20px;
}
.training-centres__td {
    background: #fff;
    padding: 27px 30px;
    transition: all 0.2s linear;
    border-radius: 6px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.training-centres__td:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.training-centres__h {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    padding-top: 10px;
    line-height: 1.35;
    display: block;
}
.training-centres__txt {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #747474;
    font-weight: 300;
    padding-bottom: 0px;
}

/*---T R A I N I N G - C E N T R E S*/

@media screen and (max-width: 1400px) {
    .banner1-c {
        background-size: auto 70px;
        display: flex;
        align-items: center;
    }
    .banner1 {
        padding-right: 90px;
        padding-left: 90px;
        max-width: 1200px;
        background-position: top 155px right 90px, top 80px right 90px;
        background-size: 280px auto, 139px auto;
    }
    .banner1__txt1 {
        font-size: 20px;
    }
    .banner1__f1 {
        width: auto;
    }
    .banner1__f2 {
    }
    .banner1__f3 {
        width: auto;
    }
    .banner1__txt2 {
        font-size: 24px;
    }
    .banner1__t {
        width: 100%;
        max-width: 710px;
    }
    .banner1__bn {
        padding: 12px 65px;
        font-size: 18px;
    }
    .banner1__bn-c:before {
        transform: none;
        background-size: 56px auto;
        background-position: left top;
        margin: -10px 0 0 30px;
    }
    .banner1__txt3-1 {
        font-size: 18px;
    }
    .banner1__txt3 {
        background-size: 58px auto;
        padding: 20px 15px 20px 85px;
        background-position: left 10px center;
    }
    .banner3 {
        background-image: url(../images/banner3/banner__bg1x.png);
        background-size: contain;
    }
    .banner3__bn {
        margin-left: 101px;
        padding: 17px 111px;
        margin-top: 24.5rem;
    }
    .banner3__c{
        max-width: 1200px;
    }
    .banner4__bn {
        margin-left: 70px;
    }
    .banner4__c{
        max-width: 1200px;
    }
    .banner5__bn {
        margin-left: 70px;
    }
    .banner7__bn {
        margin-left: 70px;
    }
    .banner8__bn {
        margin-left: 10px;
    }
    .banner9__bn {
        margin-left: 10px;
    }
    .banner10__bn {
        margin-left: 10px;
    }
    .banner11__bn {
        margin-left: 10px;
    }
    .banner12__bn {
        margin-left: 10px;
    }
    .banner13__bn {
        margin-left: 10px;
    }
    .banner14__bn {
        margin-left: 10px;
    }
    .banner5__c{
        max-width: 1200px;
    }
    .banner7__c{
        max-width: 1170px;
    }
    .banner8__c{
        max-width: 1170px;
    }
    .banner9__c{
        max-width: 1170px;
    }
    .banner10__c{
        max-width: 1110px;
    }
    .banner11__c{
        max-width: 1110px;
    }
    .banner12__c{
        max-width: 1170px;
    }
    .banner13__c{
        max-width: 1170px;
    }
    .banner14__c{
        max-width: 1170px;
    }
	.banner15__c{
        max-width: 1170px;
    }
    .banner-promo-spring15 {
        background-image: url(../images/banner-promo-spring15/bigscreen.png);
        background-size: contain;
    }
    .banner-promo-spring15__bn {
        margin-left: 63px;
        padding: 17px 111px;
        margin-top: 25.5rem;
    }
    .banner-promo-spring15__c{
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .banner1 {
        padding-right: 30px;
        padding-left: 40px;
    }
    .banner2 {
        background-image: url(../images/banner2/banner__bg1x.png);
        background-size: contain;
    }
    .banner2__bn {
        margin-left: 2rem;
    }
    .banner-buy-online {
        background-image: url(../images/banner-buy-online2/940-472.png);
        max-width: 940px;
        height: 450px;
    }
    .banner-buy-online3 {
        background-image: url(../images/banner-buy-online3/940-472.png);
        max-width: 940px;
        height: 450px;
    }
    .banner-buy-online5 {
        background-image: url(../images/banner-buy-online5/940-472.png);
        max-width: 940px;
        height: 450px;
    }
    .banner-buy-online6 {
        background-image: url(../images/banner-buy-online6/940-472.png);
        max-width: 940px;
        height: 450px;
    }
    .banner-buy-online8 {
        background-image: url(../images/banner-buy-online8/940-472.png);
        max-width: 940px;
        height: 450px;
    }
    .banner-buy-online9 {
        background-image: url(../images/banner-buy-online9/940-472.png);
        max-width: 940px;
        height: 472px;
    }
    .banner-buy-online10 {
        background-image: url(../images/banner-buy-online10/940-472.jpg);
        max-width: 940px;
        height: 472px;
    }
    .banner-buy-online11 {
        background-image: url(../images/banner-buy-online11/940-472.jpg);
        max-width: 940px;
        height: 472px;
    }
    .banner-buy-online12 {
        background-image: url(../images/banner-buy-online12/940-472.jpg);
        max-width: 940px;
        height: 472px;
    }
    .banner-buy-online13 {
        background-image: url(../images/bunner-buy-online14/banner-april1.png);
        max-width: 95%;
        height: 472px;
    }
    .banner-plugin {
        background-image: url(../images/banner-plugin/940-472.jpg);
        max-width: 940px;
    }
    .banner4 {
        background-image: url(../images/banner4/banner__bg1x.png);
        background-size: contain;
    }
    .banner5 {
        background-image: url(../images/banner5/banner__bg1x.png);
        background-size: contain;
    }
    .banner7 {
        background-image: url(../images/banner7/banner__bg1x.png);
        background-size: contain;
    }
    .banner8 {
        background-image: url(../images/banner8/banner__bg1x.png);
        background-size: contain;
    }
    .banner8__c{
        max-width: 1000px;
    }
    .banner9 {
        background-image: url(../images/banner9/banner__bg1x.png);
        background-size: contain;
    }
    .banner9__c{
        max-width: 1000px;
    }
    .banner10 {
        background-image: url(../images/banner10/banner__bg1x.png);
        background-size: contain;
    }
    .banner11 {
        background-image: url(../images/banner11/banner__bg1x.jpg);
        background-size: contain;
    }
    .banner10__c{
        width: 90%;
    }
    .banner11__c{
        width: 90%;
    }
    .banner12 {
        background-image: url(../images/banner12/banner__bg1x.jpg);
        background-size: contain;
    }
    .banner13 {
        background-image: url(../images/banner13/banner__bg1x.jpg);
        background-size: contain;
    }
    .banner14 {
        background-image: url(../images/banner14/banner__bg1x.jpg);
        background-size: contain;
    }
    .banner12__c{
        max-width: 1000px;
    }
    .banner13__c{
        max-width: 1000px;
    }
    .banner14__c{
        max-width: 1000px;
    }
	    .banner15__c{
        max-width: 1000px;
    }
}

@media screen and (max-width: 960px) {
    .t-feed__container_1 {
        grid-template-columns: 1fr;
    }
    .t-feed__container_1 .t-feed__col-grid__wrapper {
        height: auto !important;
    }
    .banner2 {
        background-image: url(../images/banner2/banner_table_2.png);
    }
    .banner2__c {
        height: 800px;
    }
    .banner2__bn {
        margin-left: 2rem;
        padding: 15px 60px;
        margin-top: 20rem;
    }
    .banner3 {
        background-image: url(../images/banner3/banner_table_2.png);
    }
    .banner3__c {
        height: 800px;
    }
    .banner3__bn {
        margin-left: 80px;
        padding: 15px 69px;
        margin-top: 18rem;
    }
    .banner4 {
        background-image: url(../images/banner4/banner_table_2.png);
    }
    .banner4__c {
        height: 800px;
    }
    .banner4__bn {
        margin-left: 80px;
        margin-top: 25rem;
    }
    .banner5 {
        background-image: url(../images/banner5/banner_table_2.png);
    }
    .banner7 {
        background-image: url(../images/banner7/banner_table_2.png);
    }
    .banner5__c {
        height: 800px;
    }
    .banner7__c {
        height: 800px;
    }
    .banner8__c {
        max-width: 870px;
    }
    .banner9__c {
        max-width: 870px;
    }
    .banner5__bn {
        margin-left: 80px;
        margin-top: 25rem;
    }
    .banner7__bn {
        margin-left: 100px;
        margin-top: 25rem;
    }
    .banner12__c {
        max-width: 870px;
    }
    .banner13__c {
        max-width: 870px;
    }
    .banner14__c {
        max-width: 870px;
    }
	    .banner15__c {
        max-width: 870px;
    }
    .banner-promo-spring15 {
        background-image: url(../images/banner-promo-spring15/tablet.png);
    }
    .banner-promo-spring15__bn {
        margin-left: 21px;
        padding: 15px 69px;
        margin-top: 29rem;
    }
    .banner-promo-spring15__c{
        height: 800px;
    }
}
@media screen and (max-width: 940px) {

    .banner-buy-online {
        background-image: url(../images/banner-buy-online2/940-472.png);
        max-width: 800px;
        background-size: contain;
    }
    .banner-buy-online3 {
        background-image: url(../images/banner-buy-online3/940-472.png);
        max-width: 800px;
        background-size: contain;
    }
    .banner-buy-online5 {
        background-image: url(../images/banner-buy-online5/940-472.png);
        max-width: 800px;
    }
    .banner-buy-online6 {
        background-image: url(../images/banner-buy-online6/940-472.png);
        max-width: 830px;
    }
    .banner-buy-online8 {
        background-image: url(../images/banner-buy-online8/940-472.png);
        max-width: 900px;
    }
    .banner-buy-online9 {
        background-image: url(../images/banner-buy-online9/470-310.png);
        max-width: 470px;
        height: 310px;
    }
    .banner-buy-online10 {
        background-image: url(../images/banner-buy-online10/470-310.jpg);
        max-width: 470px;
        height: 310px;
    }
    .banner-buy-online11 {
        background-image: url(../images/banner-buy-online11/470-310.jpg);
        max-width: 470px;
        height: 310px;
    }
    .banner-buy-online12 {
        background-image: url(../images/banner-buy-online12/470-310.jpg);
        max-width: 470px;
        height: 310px;
    }
    .banner-buy-online13 {
        background-image: url(../images/bunner-buy-online14/banner-april1.png);
        max-width: 95%;
        height: 310px;
    }
    .banner10__bn {
        margin-top: 24rem;
    }
    .banner11__bn-wrap {
        margin-top: 24rem;
    }

}
@media screen and (max-width: 900px) {
    .news1__h3 {
        font-size: 15px;
    }
    .banner8__c {
        max-width: 720px;
    }
    .banner9__c {
        max-width: 720px;
    }
    .banner12__c {
        max-width: 720px;
    }
    .banner13__c {
        max-width: 720px;
    }
    .banner14__c {
        max-width: 720px;
    }
	    .banner15__c {
        max-width: 720px;
    }
    .banner-buy-online8 {
        background-image: url(../images/banner-buy-online8/470-310.png);
        height: 310px;
        background-size: contain;
    }

}

@media screen and (max-width: 800px){
    .banner-buy-online {
        background-image: url(../images/banner-buy-online2/470-310.png);
        height: 310px;
    }
    .banner-buy-online3 {
        background-image: url(../images/banner-buy-online3/470-310.png);
        height: 310px;
    }
    .banner-buy-online5 {
        background-image: url(../images/banner-buy-online5/470-310.png);
        height: 310px;
        background-size: contain;
    }
    .banner-buy-online6 {
        background-image: url(../images/banner-buy-online6/470-310.png);
        height: 310px;
        background-size: contain;
    }
    .banner11__bn-wrap {
        margin-top: 23rem;
    }
}

@media screen and (max-width: 768px) {
    .banner2__bn {
        padding: 11px 28px;
    }
    .banner3__bn {
        padding: 11px 28px;
    }
    .banner-promo-spring15__bn {
        padding: 11px 28px;
    }

    .training-centres__t {
        grid-template-columns: 1fr;
        gap: 40px 40px;
    }
    .training-centres__h {
        font-size: 16px;
    }

    .news0__h2 {
        font-size: 28px;
    }
    .news0__edit {
        font-size: 14px;
    }

    .banner1-c {
        background-size: auto 65px;
    }
    .banner1 {
        height: 640px;
        padding: 75px 15px 75px 45px;
        background-position: top 320px right 25px, top 275px right 15px;
        background-size: 204px auto, 82px auto;
    }
    .banner1__txt1 {
        font-size: 18px;
    }
    .banner1__f1 {
        width: 260px;
    }
    .banner1__f2 {
        width: 410px;
    }
    .banner1__f3 {
        width: 200px;
    }
    .banner1__txt2 {
        font-size: 23px;
        margin: 0 0 55px;
        margin: 0 0 30px;
    }
    .banner1__t {
        max-width: 235px;
        display: flex;
        flex-wrap: wrap;
    }
    .banner1__td:nth-child(2) {
        order: -1;
    }
    .banner1__bn {
        padding: 12px 35px;
        font-size: 20px;
    }
    .banner1__bn-c:before {
        /*    transform:none;
    background-size: 56px auto;
    background-position: left top;
    margin: -10px 0 0 30px;*/
    }
    .banner1__txt3-1 {
        font-size: 23px;
        text-shadow: 0 0 3px #fff;
    }
    .banner1__txt3 {
        background-size: 58px auto;
        padding: 70px 0 15px 0;
        margin: 0 0 70px;
        margin: 0 0 35px;
        background-position: left top;
        border: 0;
        background-color: transparent;
    }
    .banner1__txt3-bg1 {
        display: none;
    }

    .news1__img {
        height: 50vw;
    }
    .news1__h2 {
        margin-bottom: 45px;
        font-size: 30px;
    }
    .news1__bn {
        padding-right: 30px;
        padding-left: 30px;
    }
    .news1__bn-c {
        margin-top: 45px;
    }
    .news1__ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 700px) {
    .banner2__bn {
        margin-top: 21rem;
    }
    .banner3__bn {
        margin-top: 20rem;
    }
    .banner4__bn {
        padding: 4px 20px;
    }
    .banner5__bn {
        padding: 4px 20px;
    }
    .banner7__bn {
        padding: 4px 20px;
    }
    .banner-plugin {
        background-image: url(../images/banner-plugin/470-310.jpg);
        background-size: contain;
        height: 300px;
    }
    .banner-plugin__c {
        max-width: 280px;
}
    .banner-plugin__bn {
        margin-top: 13rem;
        font-size: 10px;
        padding: 5px 0px;
        width: 280px;
    }
}

@media screen and (max-width: 500px) {
    .news0__h2 {
        font-size: 20px;
    }
    .news0__edit {
        font-size: 12px;
    }

    .banner1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner1__f1 {
        width: 210px;
    }
    .banner1__f2 {
        width: 350px;
    }
    .banner2 {
        background-image: url(../images/banner2/banner_bg_m.png);
        background-size: cover;
    }
    .banner2__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0px;
    }
    .banner2__c {
        height: 675px;
    }
    .banner3 {
        background-image: url(../images/banner3/banner_bg_m.png);
        background-size: cover;
    }
    .banner3__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0px;
    }
    .banner3__c {
        height: 630px;
    }
    .banner4 {
        background-image: url(../images/banner4/banner_bg_m.png);
        background-size: cover;
    }
    .banner4__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner4__c {
        height: 575px;
    }
    .banner5 {
        background-image: url(../images/banner5/banner_bg_m.png);
        background-size: cover;
    }
    .banner7 {
        background-image: url(../images/banner7/banner_bg_m.png);
        background-size: cover;
    }
    .banner8 {
        background-image: url(../images/banner8/banner_bg_m.png);
    }
    .banner9 {
        background-image: url(../images/banner9/banner_bg_m.png);
    }
    
    .banner10 {
        background-image: url(../images/banner10/banner_bg_m.png);
    }
    .banner11 {
        background-image: url(../images/banner11/banner_bg_m.jpg);
    }
    .banner12 {
        background-image: url(../images/banner12/banner_bg_m.jpg);
    }
    .banner13 {
        background-image: url(../images/banner13/banner_bg_m.jpg);
    }
    .banner14 {
        background-image: url(../images/banner14/banner_bg_m.jpg);
    }
    .banner5__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner7__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner8__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner9__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner10__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner11__bn-wrap {
        margin: 0 auto;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .banner11__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        bottom: 0;
        display: inline-block;
    }
    .banner11__bn::before {
        display: none !important;
    }
    .banner12__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner13__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
    .banner14__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
	.banner15__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0;
    }
	
    .banner5__c {
        height: 575px;
    }
    .banner7__c {
        height: 575px;
    }
    .banner8__c {
        height: 550px;
    }
    .banner9__c {
        height: 550px;
    }
    .banner10__c {
        height: 550px;
    }
    .banner11__c {
        width: 100%;
        height: 550px;
    }
    .banner12__c {
        height: 550px;
    }
    .banner13__c {
        height: 550px;
    }
    .banner14__c {
        height: 550px;
    }
	    .banner15__c {
        height: 550px;
    }
    .banner-promo-spring15 {
        background-image: url(../images/banner-promo-spring15/mobile.png);
        background-size: cover;
    }
    .banner-promo-spring15__bn {
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        position: absolute;
        bottom: 0px;
    }
    .banner-promo-spring15__c{
        height: 630px;
    }
}
@media screen and (max-width: 480px) {
    .banner2__c {
        height: 600px;
    }
    .banner3__c {
        height: 600px;
    }
    .banner4__c {
        height: 500px;
    }
    .banner5__c {
        height: 500px;
    }
    .banner7__c {
        height: 500px;
    }
    .banner-promo-spring15__c {
        height: 600px;
    }
    .banner-buy-online9 {
        background-size: contain;
    }
    .banner-buy-online10 {
        background-size: contain;
    }
    .banner-buy-online11 {
        background-size: contain;
    }
    .banner-buy-online12 {
        background-size: contain;
    }
    .banner-buy-online13 {
        background-size: contain;
    }
}

/* Это логотип */
.tn-elem[data-elem-id="1681821141528"]{z-index:3;top:23px;left:calc(50% - 600px + 20px);width:88px !important;height:38px !important;}


/* Скрываем кнопку Google Play */
#rec664551723 .tn-elem[data-elem-id="1625436910542"] {
	display: none !important;
}

/* Стили кнопки it-аккредитации */
#rec664551723 .tn-elem[data-elem-id="17386805115921"] {
  color: #dbdbdb;
  z-index: 19;
  top: 279px;
  left: calc(50% - 600px + 141px);
  width: 165px;
  height: auto;
}
#rec664551723 .tn-elem[data-elem-id="17386805115921"] .tn-atom {
  vertical-align: middle;
  color: #dbdbdb;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  opacity: 0.4;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    top: 362px;
    left: calc(50% - 480px + 169px);
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    top: 465px;
    left: calc(50% - 320px + 29px);
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    top: 600px;
    left: calc(50% - 240px + 198px);
    height: auto;
  }
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    top: 656px;
    left: calc(50% - 160px + 106px);
    height: auto;
  }
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] {
    text-align: center;
  }
  #rec664551723 .tn-elem[data-elem-id="17386805115921"] .tn-atom {
    white-space: normal;
    line-height: 1.85;
    background-size: cover;
  }  
}

  #rec664551723 .t396__artboard {
  height: 322px !important;
  background-color: #1f1f1f;
}
#rec664551723 .t396__filter {
  height: 322px !important;
}
#rec664551723 .t396__carrier {
  height: 322px !important;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  #rec664551723 .t396__artboard,
  #rec664551723 .t396__filter,
  #rec664551723 .t396__carrier {
    height: 468px !important;
  }
  #rec664551723 .t396__artboard {
    background-color: #1f1f1f;
  }
  #rec664551723 .t396__filter {
  }
  #rec664551723 .t396__carrier {
    background-position: center center;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec664551723 .t396__artboard,
  #rec664551723 .t396__filter,
  #rec664551723 .t396__carrier {
    height: 592px !important;
  }
  #rec664551723 .t396__filter {
  }
  #rec664551723 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 639px) {
  #rec664551723 .t396__artboard,
  #rec664551723 .t396__filter,
  #rec664551723 .t396__carrier {
    height: 770px !important;
  }
  #rec664551723 .t396__filter {
  }
  #rec664551723 .t396__carrier {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 479px) {
  #rec664551723 .t396__artboard,
  #rec664551723 .t396__filter,
  #rec664551723 .t396__carrier {
    height: 820px !important;
  }
  #rec664551723 .t396__filter {
  }
  #rec664551723 .t396__carrier {
    background-attachment: scroll;
  }
}
.more-button {
    text-align: center; 
    height: 100px; 
    margin-top: 60px;
}
.more-button a {
    color: #ffffff !important; 
    font-size: 19px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 3px;
    background-color: #ff6a6a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    padding: 15px 50px;
    margin: 40px 0px;    
}
.more-button a:hover {
    background-color: #fe516d;
}
.download_arch{
    color: #ffffff !important; 
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 3px;
    background-color: #ff6a6a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    padding: 15px 50px;
    margin: 40px 0px;
    border-radius: 30px;    
}
.download_arch:hover {
    background-color: #fe516d;    
}
/*Блок партнеры*/
.partners-wrap {
    background-color: #f8f8f8;
}
.partners_c {
    font-family: 'Roboto', Arial, sans-serif;
    max-width: 1160px;
    margin: 0 auto;
    padding: 120px 20px;
}
.partners_c0 {
    font-family: 'Roboto', Arial, sans-serif;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0px 20px 120px;
}
.partners__text {
    font-family: 'Gilroy', Arial, sans-serif;
    word-break: break-word;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}
.partners__text-center {
    font-family: 'Gilroy', Arial, sans-serif;
    word-break: break-word;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.distributor__text {
    font-family: 'Gilroy', Arial, sans-serif;
    word-break: break-word;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
.partners__h2 {
    color: #333333;
    font-size: 36px;
    line-height: 1.23;
    margin: 0 0 30px;
    font-weight: 400;
    text-align: center;
}
.partners__h3 {
    color: #333333;
    font-size: 28px;
    line-height: 1.23;
    margin: 0 0 30px;
    font-weight: 400;
    text-align: center;
}
.partners-list {
    max-width: 1160px;
    margin: 0 auto;
    font-family: 'Roboto', Arial, sans-serif;
    padding-bottom: 60px;
}
.partners__t {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    padding: 0 20px;
}
.partners__form {
    margin: 0 auto;
    font-family: 'Roboto', Arial, sans-serif;
}
@media screen and (max-width: 959px) {
    .partners__t {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 639px) {
    .partners__t {
        grid-template-columns: 1fr;
    }
}
/*стили details КС2019*/
.details-cs19 {
    background-color: #f8f8f8;
}
.summary-cs19 {
    text-align: center; 
    color: #ffffff !important; 
    font-size: 19px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
    border-radius: 15px;
    background-color: #ff6a6a;
    background-position: center center;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    padding: 15px 50px;
    width: 140px;
    margin: 0px auto 50px;
}
/*Новый блок Docker КС2024 и Команды */
.docker0 {
    background-color: rgb(248, 248, 248);
    padding-bottom: 15px;
}
.docker0__c {
    box-sizing: border-box;
    width: 960px;
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 1);
    background-color: #ffffff;
    margin: 0 auto;
}
.docker0__head {
    margin: 30px 0px 50px 50px;
}
.docker0__head img {
    width: 60px;
    display: inline-block;
}
.docker0__head p {
    max-width: 600px;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: 50px;
}
.docker0__conf {
    display: flex;
    border-top: 1px solid rgba(225, 225, 225, 1);
}
.docker0__conf__desc {
    max-width: 530px;
    border-right: 1px solid rgba(225, 225, 225, 1);
    padding: 30px 50px 20px 50px;
}
.docker0__conf-head {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.docker0__conf-desc {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.docker0__conf-text {
    max-width: 530px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 20px;
    border: 1px solid #2496EE;
    padding: 20px;
    border-radius: 15px;    
}
.docker0__conf-text p {
    font-weight: 700;
}
.docker0__conf-text > ul, .docker0__conf-text > ol, .docker0__conf-text > li {
    color: #999999;
}
.docker0__conf__button {
    margin: 40px auto 0;
}
.docker0__conf__button button {
    display: inline-block;
    color: #ffffff;
    background-color: #575757;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    width: 178px;
    height: 44px;
    border-radius: 15px;
    border-width: 0px;
    cursor: pointer;
}
.docker0__conf__button button:hover {
    background-color: #444444;
}
@media screen and (max-width: 959px) {
    .docker0__c {
        width: 560px;
    }
    .docker0__head {
        text-align: center;
        margin: 30px auto;
    }
    .docker0__head img {
        margin-bottom: 20px;
    }
    .docker0__head p {
        margin: 0;
    }
    .docker0__conf{
        display: inline-block;
        padding: 30px;
    }
    .docker0__conf__desc {
    border: 0;
    padding: 0;
    }
    .docker0__conf-head {
        text-align: center;
    }
    .docker0__conf-desc {
        text-align: center;
    }
    .docker0__conf__button {
        text-align: center;
        margin: 0;
    }
    .docker0__conf__button button {
        width: 168px;
        height: 40px;
    }
}
@media screen and (max-width: 639px) {
    .docker0__c {
        width: 460px;
    }
    .docker0__head p {
        font-size: 16px;
    }
    .docker0__conf-head {
        font-size: 16px;
    }
    .docker0__conf {
        padding: 15px;
    }
    .docker0__conf-text {
        padding: 10px;
        line-height: 1.15;
    }
}
@media screen and (max-width: 479px) {
    .docker0__c {
        width: 300px;
    }
}

/*Карточка товара Для разработчиков ПО*/
.developer-card, .note-buyonline {
    background-color: rgb(248, 248, 248);
    padding-top: 20px;
}

.developer-card__c, .note-buyonline__c {
    width: 1160px;
    margin: 0 auto;
}
.developer-card__item {
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    padding: 20px;
    font-family: "Roboto", Arial, sans-serif;
    color: #000000;
    font-weight: 500;
}
.developer-card__top {
    display: flex;
}
.developer-card__left {
    display: flex;
    width: 50%;
    border-right: 1px solid #00188D;
    padding-right: 25px;
}
.developer-card__info {
    margin-top: 55px;
}
.developer-card__title {
    font-size: 30px;
}
.developer-card__title1 {
    font-size: 15px;
    margin-top: 15px;
}
.developer-card__price {
    font-size: 24px;
    margin-top: 30px;
    color: #00188D;
}
.developer-card__image img {
    width: 200px;
    transition: transform 0.3s ease;
}
.developer-card__right {
    width: 50%;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 20px 30px;
}
.developer-card__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0px 0px 0px !important; 
}
.developer-card__list ul {
    padding: 0 !important;
}
.developer-card__list img {
    width: 26px;
    height: 100%;
    margin-right: 10px;
}

.developer-card__list li {
    display: flex;
    align-items: center;
    list-style: none;
    line-height: 38px;
    color: #333333;
    font-size: 15px;
    font-weight: 300;
}
.developer-card__list-right {
    font-weight: 400;
}
.developer-card__list-right p {
    margin: 10px 0;
}
.developer-card__bottom {
    text-align: center;
    padding: 40px 0px 20px 0px;
}

.developer-card__button-more {
    background-image: linear-gradient(0.006turn, rgba(0, 24, 141) 0%, rgb(0 24 141 / 70%) 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    width: 297px;
    height: 60px;
    border-radius: 10px;
    border-width: 0;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-family: "Roboto", Arial, sans-serif;
}
.developer-card__button-buy {
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    width: 297px;
    height: 60px;
    border: 1px solid #00188D;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-family: "Roboto", Arial, sans-serif;
}
.developer-card__button-more:hover, .developer-card__button-buy:hover{
    transform: scale(1.03);
}
.developer-card__image img:hover {
    transform: scale(1.18);
}
.t-popup__container-buyonline {
    width: 560px !important;
}
.form-buyonline {
    padding: 0px 25px;
}
.form-buyonline-title {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.form-buyonline-description {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}
.note-buyonline__c p {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {
    .developer-card__c, .note-buyonline__c {
        width: 940px;
    }
    .developer-card__title {
        font-size: 22px;
    }
    .developer-card__title1 {
        font-size: 14px;
    }
    .developer-card__right {
        font-size: 14px;
    }
    .t-popup__container-buyonline {
        width: 460px !important;    
    }
}
@media screen and (max-width: 959px) {
    .developer-card__c, .note-buyonline__c {
        width: 460px;
    }
    .developer-card__top {
        display: inline-block;
    }
    .developer-card__left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #00188D;
        padding: 0 0 25px 0;
    }
    .developer-card__right {
        width: 100%;
    }
    .developer-card__image img {
        width: 190px;
        margin-left: 15px;
    }
    .developer-card__info {
        margin-left: -15px;
    }
    .developer-card__price {
        margin-top: 5px;
    }
    .developer-card__right {
        padding: 15px 0px 20px 0px;
    }
    .developer-card__list {
        padding: 15px 0px 0px 0px !important;
    }
    .developer-card__list img {
        height: auto;
    }
    .developer-card__bottom {
        display: flex;
        flex-direction: row-reverse;
        padding: 10px 0px 0px 0px;
        justify-content: center;
    }
    .developer-card__button-more, .developer-card__button-buy {
        width: 188px;
        margin: 0 10px;
    }
}
@media screen and (max-width: 639px) {
    .developer-card__title {
        font-size: 20px;
    }
    .developer-card__right {
        font-size: 14px;
    }
    .developer-card__price {
        font-size: 20px;
    }
    .developer-card__item {
        padding: 20px 40px 30px 40px;
    }
    .developer-card__image img {
        margin-left: 0;
    }
    .developer-card__info {
        margin-left: 10px;
    }
    .developer-card__list li {
        font-size: 13px;
    }
    .developer-card__bottom {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
    }
    .developer-card__button-more, .developer-card__button-buy {
        width: 208px;
        height: 53px;
        margin: 5px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .t-popup__container-buyonline {
    width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    .developer-card__c, .note-buyonline__c {
        width: 90%;
    }
    .developer-card__item {
        padding: 40px 20px 40px 20px;
    }
    .developer-card__image {
        width: 55%;
    }
    .developer-card__info {
        width: 45%;
    }
    .developer-card__image img {
        width: 100%;
        margin-left: 0;
    }
    .developer-card__info {
        margin-left: -10px;
        margin-top: 15px;
    }
    .developer-card__title {
        font-size: 5vw;
    }
    .developer-card__title1 {
        font-size: 4vw;
    }
    .developer-card__price {
        font-size: 6vw;
    }
    .developer-card__right {
        font-size: 4vw;
        padding: 10px;
    }
    .developer-card__list {
        display: block;
    }
    .developer-card__list li {
        font-size: 4vw;
    }
    .developer-card__button-more, .developer-card__button-buy {
        font-size: 4.5vw;
        width: 80%;
    }
    .developer-card__bottom {
        display: inline-block;
        width: 100%;
    }
    .developer-card__list li {
        width: 100%;
    }
    .developer-card__list-right p {
        margin: 20px 0 10px 0;
    }
}

/* Стили попап окна "Заявка на покупку Р7-Офис" на странице for-business */
.for-business-c {
    width: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    margin: 0 auto;
    top: 60px !important;
    max-width: 560px;
}
.for-business-form {
    padding: 40px 25px;
    background: #fff;
}
.for-business-title {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.for-business-description {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}


/* Стили попап окна "Заявка на демо Р7-Офис" на странице for-business */
.for-business-c1 {
    width: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    margin: 0 auto;
    top: 60px !important;
    max-width: 560px;
}
.for-business-form1 {
    padding: 40px 25px;
    background: #fff;
}
.for-business-title1 {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.for-business-description1 {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}



/* Видео на странице Активация */
.activation__video {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.activation__video-c {
    max-width: 760px;
    width: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 1200px) {
.activation__video-c {
    max-width: 620px;
    }
}



/* Видео на странице buyonline */
.buyonline__tutorial {
    background-color: rgb(248, 248, 248);
    padding-top: 115px;
}
.buyonline__tutorial-c {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.buyonline__tutorial-title {
    width: 399px;
    color: #333333;
    font-size: 46px;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
}

.buyonline__video {
    width: 659px;
}
.buyonline__video-c {
    position: relative;
}
.buyonline__video-c::before {
    content: "Видеоинструкция";
    position: absolute;
    top: 42px;
    left: 39px;
    width: 140px;
    height: 35px;
    background-color: #6bab43;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
}

.buyonline__video-element {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.buyonline__video-title {
    color: #333333;
    font-size: 26px;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}
.tn-elem__8127043181727168020316 {
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .buyonline__tutorial-c {
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }
    .buyonline__tutorial-title,  
    .buyonline__video {
        width: 100%;
        max-width: 659px;
        margin-bottom: 20px; 
    }
    .buyonline__tutorial-title {
        order: 1;
    }
    .buyonline__video {
        order: 2;
    }
    .buyonline__tutorial-title {
        text-align: center;
    }
    .buyonline__video-title {
        display: none;
    }
    .tn-elem__8127043181727168020316 {
        display: block !important;
    }
    .buyonline__video-c::before {
        top: 30px;
        left: 30px;
    }
}
@media screen and (max-width: 959px) {
    .buyonline__video {
        width: 620px;
    }
    .buyonline__tutorial-title {
        font-size: 34px;
    }
    .buyonline__video-c::before {
        left: 20px;
    }
}
@media screen and (max-width: 639px) {
    .buyonline__video {
        width: 460px;
    }
    .buyonline__tutorial-title {
        font-size: 28px;
    }
    .buyonline__video-c::before {
        height: 25px;
        font-size: 12px;
    }
}
@media screen and (max-width: 479px) {
    .buyonline__video {
        width: 90%;
    }
}



/*Таблица на странице it-accreditation */

.it-accreditation__table {
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
  font-size: 16px;
}

.it-accreditation__table th,
.it-accreditation__table td {
  border: 1px solid #d9d9d9;
  padding: 20px;
  text-align: left;
  word-break: keep-all
}
.it-accreditation__table th a,
.it-accreditation__table td a {
  word-break: break-all;
}

.it-accreditation__table th {
  background-color: #eeeeee;
}
@media screen and (max-width: 639px) {
    .it-accreditation__table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
    .it-accreditation__table {
    font-size: 14px;
    }
    .it-accreditation__table th, 
    .it-accreditation__table td {
    padding: 8px;
    }
}
@media screen and (max-width: 500px) {
    .it-accreditation__table {
    font-size: 12px;
    }
}

.form__field.t-input-block .t-input.t-input-phonemask {
    font-family: "Gilroy", sans-serif;
}

.form__field.t-input-block .t-input.t-input-phonemask::placeholder {
    color: #aaacb2;
}





