html {
    font-size: 62.5%;
}

@media (max-width: 768px) {
    html {
        font-size: 50%;
        max-width: 100vw;
        overflow-x: auto;
    }
    body {
        max-width: 100vw;
    }
    #main{
        overflow-x: hidden;
    }
}

.height-20,
.height-50,
.height-90,
.height-150,
.height-180,
.height-230,
.height-340,
.parent {
    position: relative;
}

.bot-round.txt-size-20,
.txt-size-20 {
    font-size: 1pc;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.full-centered,
.txt-center,
.vertically-centered {
    text-align: center;
}

.intro-slides .column h3,
.txt-shadow {
    text-shadow: 1px 1px 2px rgba(51, 0, 0, 0.5);
}

#youtube,
.bnl ol {
    list-style: none;
}

.clearfix,
.container,
.thesocial {
    clear: both;
}

#apprev .flags a,
#apprev .flags strong span,
.boton,
.botorange,
.flags-intro a,
.test-score h4 {
    text-transform: uppercase;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Open Sans, Arial;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}

.container {
    display: block;
}

a:hover {
    text-decoration: none;
    /*color: none;*/
}

a.underline {
    text-decoration: underline;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
a:visited,
a:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: underline;
    text-decoration-line: underline;
    color: #23527c;
}

.gradient-orange {
    background-color: #fc6a12;
    background: -webkit-linear-gradient(#fa5d12, #fe7613);
    background: -o-linear-gradient(#fa5d12, #fe7613);
    background: -moz-linear-gradient(#fa5d12, #fe7613);
    background: linear-gradient(#fa5e12, #fe7613);
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pad-mar-0,
ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }
    .intro-slides .intro-a .btn {
        margin-bottom: 15px;
    }
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.pad-10 {
    padding: 10px;
}

.pad-10-0 {
    padding: 10px 0;
}

.pad-20 {
    padding: 20px;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-20-0 {
    padding: 20px 0;
}

.pad-25-important {
    padding: 25px !important;
}

.pad-40-0 {
    padding: 40px 0;
}

.pad-30-0 {
    padding: 30px 0;
}

.pad-30 {
    padding: 30px;
}

.pad-b-0 {
    padding-bottom: 0;
}

.mar-70-no {
    margin: 70px auto;
}

.mar-40-no {
    margin: 40px auto;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot20 {
    margin-bottom: 20px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-0-pad-10 {
    margin: 0;
    padding: 10px 0;
}

.boton {
    font-size: 110%;
    padding: 13px;
    font-weight: 400;
}

.boton,
.boton.aligncenter {
    display: inline-block;
}

.boton.white-border {
    border: 3px solid #fff;
    color: #fff;
}

.boton.opaque {
    background-image: url(../images/bg-white-opacity20.png);
    background-repeat: repeat;
    color: #fff;
}

.boton:hover {
    text-decoration: none;
}

.txt-size-40 {
    font-size: 220%;
    line-height: 120%;
}

.txt-size-30 {
    font-size: 185%;
    line-height: 120%;
}

.txt-size-20 {
    font-size: 146%;
    line-height: 126%;
}

.txt-size-17 {
    font-size: 130%;
    line-height: 130%;
}

.txt-size-14 {
    font-size: 105%;
    line-height: 130%;
}

.txt-size-12 {
    font-size: 90%;
    line-height: 110%;
}

#centerPagesNoRight {
    margin: 0 auto;
}

body .container {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-primary {
    background: #36beaa;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #36beaa),
        color-stop(100%, #9ce8e0)
    );
    background: -webkit-linear-gradient(top, #36beaa, #9ce8e0);
    background: linear-gradient(180deg, #36beaa, #9ce8e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36beaa', endColorstr='#9ce8e0', GradientType=0);
    background-color: #80d0c7;
    display: block;
    color: #fff;
}

.bg-color-orange {
    background-color: #f47921;
}

h2.cityLanguage{
    color: #000;
    font-size: 24px !important;
}


h3.cityLanguage{
    color: #000;
    font-size: 20px !important;
}

.bg-color-orange a{
    color: #fff;
    text-decoration: underline;
}

.border-3-orange {
    border: 3px solid #f47921;
}

.border-3-blue {
    border: 3px solid #00c7bc;
}

.border-3-white {
    border: 3px solid #fff;
}

.bg-white-color-orange {
    color: #f47921;
    background-color: #fff;
}

.bg-orange-color-white {
    background-color: #f47921;
    color: #fff;
}

.bg-blue-color-white {
    background-color: #00c7bc;
    color: #fff;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-gray {
    background-color: #ddd;
}

.bg-color-celeste {
    background-color: #3cb2fa;
}

.bg-color-red {
    background-color: #b82741;
}

.bg-color-red2 {
    background-color: #c62f34;
}

.bg-color-red3 {
    background-color: #ff5351;
}

.bg-color-aqua {
    background-color: #2d74c7;
}

.bg-color-purple {
    background-color: #815cfe;
}

.bg-color-purple2 {
    background-color: #6c3a8f;
}

.bg-color-salmon {
    background-color: #ba1b34;
}

.bg-color-olive {
    background-color: #c7cd2f;
}

.bg-color-verde {
    background-color: #02b19d;
}

.txt-color-blue3.fixclient,
.txt-color-red {
    color: #b61300;
}

.txt-color-white {
    color: #fff !important;
}

.txt-color-gray {
    color: #8e8e8e;
}

.txt-color-auto {
    color: #333;
}

.txt-color-blue,
.txt-color-turquoise {
    color: #000;
}

.txt-color-blue2 {
    color: #039;
}

.txt-color-blue3 {
    color: #00c7bc;
}

.txt-color-orange {
    color: #f47921;
}

.boton.txt-color-orange,
.txt-color-orange2 {
    color: #f47921;
}

.gradient-third:hover,
.newslinks a {
    color: #fff;
}

.percent-100 {
    width: 100%;
    height: 100%;
}

.min-height-250 {
    min-height: 250px;
}

.max-height-250 {
    max-height: 250px;
}

.gradient-cartoons {
    background: #9c1725;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #9c1725),
        color-stop(48%, #990c4e),
        color-stop(100%, #dc1027)
    );
    background: -webkit-linear-gradient(top, #9c1725, #990c4e 48%, #dc1027);
    background: linear-gradient(180deg, #9c1725, #990c4e 48%, #dc1027);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c1725', endColorstr='#dc1027', GradientType=0);
}

.gradient-greetings {
    background: #d7dd3c;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #d7dd3c),
        color-stop(50%, #66dec3),
        color-stop(100%, #d7dd3c)
    );
    background: -webkit-linear-gradient(top, #d7dd3c, #66dec3 50%, #d7dd3c);
    background: linear-gradient(180deg, #d7dd3c, #66dec3 50%, #d7dd3c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7dd3c', endColorstr='#d7dd3c', GradientType=0);
}

.gradient-red2 {
    background: #a40000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #a40000),
        color-stop(100%, #e10000)
    );
    background: -webkit-linear-gradient(top, #a40000 1%, #e10000);
    background: linear-gradient(180deg, #a40000 1%, #e10000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a40000', endColorstr='#e10000', GradientType=0);
}

.gradient-red {
    background: #740019;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #740019),
        color-stop(100%, #cf0240)
    );
    background: -webkit-linear-gradient(top, #740019 1%, #cf0240);
    background: linear-gradient(180deg, #740019 1%, #cf0240);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#740019', endColorstr='#cf0240', GradientType=0);
}

.gradient-pink {
    background: #8b1c4c;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #8b1c4c),
        color-stop(100%, #d043b8)
    );
    background: -webkit-linear-gradient(top, #8b1c4c, #d043b8);
    background: linear-gradient(180deg, #8b1c4c, #d043b8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b1c4c', endColorstr='#d043b8', GradientType=0);
}

.gradient-yellow {
    background: #ffb800;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffb800),
        color-stop(100%, #ffe700)
    );
    background: -webkit-linear-gradient(top, #ffb800, #ffe700);
    background: linear-gradient(180deg, #ffb800, #ffe700);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb800', endColorstr='#ffe700', GradientType=0);
}

.gradient-orange-yellow,
.gradient-secondary.fixclient {
    background: #ea4904;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ea4904),
        color-stop(100%, #f2b424)
    );
    background: -webkit-linear-gradient(top, #ea4904, #f2b424);
    background: linear-gradient(180deg, #ea4904, #f2b424);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4904', endColorstr='#f2b424', GradientType=0);
}

.gradient-primary {
    background: #f14b1e;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f14b1e),
        color-stop(100%, #fbc250)
    );
    background: -webkit-linear-gradient(top, #f14b1e, #fbc250);
    background: linear-gradient(180deg, #f14b1e, #fbc250);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14b1e', endColorstr='#fbc250', GradientType=0);
}

.gradient-orange-yellow.fixclient,
.gradient-secondary {
    background: #01b19c;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #01b19c),
        color-stop(100%, #82e4dc)
    );
    background: -webkit-linear-gradient(top, #01b19c, #82e4dc);
    background: linear-gradient(180deg, #01b19c, #82e4dc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b19c', endColorstr='#82e4dc', GradientType=0);
}

.gradient-third {
    background: #9e0c00;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #9e0c00),
        color-stop(100%, #df1d00)
    );
    background: -webkit-linear-gradient(top, #9e0c00, #df1d00);
    background: linear-gradient(180deg, #9e0c00, #df1d00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0c00', endColorstr='#df1d00', GradientType=0);
    color: #fff;
}

.gradient-ugly {
    background: #fffaf7;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #fffaf7),
        color-stop(100%, #ffa361)
    );
    background: -webkit-linear-gradient(top, #fffaf7 1%, #ffa361);
    background: linear-gradient(180deg, #fffaf7 1%, #ffa361);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaf7', endColorstr='#ffa361', GradientType=0);
}

.gradient-blue {
    background: #05378c;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #05378c),
        color-stop(100%, #37addb)
    );
    background: -webkit-linear-gradient(top, #05378c, #37addb);
    background: linear-gradient(180deg, #05378c, #37addb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05378c', endColorstr='#37addb', GradientType=0);
}

.gradient-bordeaux {
    background: #753334;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #753334),
        color-stop(100%, #d38489)
    );
    background: -webkit-linear-gradient(top, #753334, #d38489);
    background: linear-gradient(180deg, #753334, #d38489);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#753334', endColorstr='#d38489', GradientType=0);
}

.gradient-red-tiles {
    background-color: #6a070a;
    background-repeat: repeat;
    background-image: url(../images/fullpanel-bg-lovedones.png);
}

.gradient-rombos {
    background-color: #8ac7bf;
    background-repeat: repeat;
    background-image: url(../images/bg-tile-rombos.png);
}

.bg-white,
h4.white-blue {
    background-color: #fff;
}

.img-100 {
    width: 100%;
}

.fullpanel,
.gradient-chairs {
    background-repeat: no-repeat;
    min-height: auto;
    background-size: cover;
    background-position: 50%;
}

.height-20 {
    height: 20px;
    padding: 0;
}

.height-50 {
    height: 50px;
}

.height-90 {
    height: 90px;
}

.height-150 {
    height: 150px;
}

.height-180 {
    height: 180px;
}

.height-230 {
    height: 230px;
}

.height-340 {
    height: 340px;
}

.vertically-centered {
    vertical-align: middle;
    display: table-cell;
}

.full-centered {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
    right: 0;
}

.aligncenter,
.margincenter {
    text-align: center;
    margin: 0 auto;
}

.aligncenter {
    display: block;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-justify {
    text-align: justify;
}

.flags-intro,
.fullpanel,
.gradient-chairs {
    text-align: center;
}

.shadows {
    box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.8);
}

.content-form {
    padding-top: 15px !important;
}

.corners {
    border-radius: 10px;
}

.corner-a {
    border-radius: 10px 0 0;
}

.corner-b {
    border-radius: 0 10px 0 0;
}

.corner-bc {
    border-radius: 0 10px 10px 0;
}

.corner-ad {
    border-radius: 10px 0 0 10px;
}

.fullpanel .slice {
    height: 296px;
    padding-left: 0;
    padding-right: 0;
}

.navbar1 a {
    color: #f47921;
    border-right: 1px solid #f47921;
    padding: 0 10px;
    display: inline-block;
}

.intro-slides .intro-a {
    background-image: url(../images/bg-home-a-new.jpg);
    background-size: cover;
    height: 638px;
}

.intro-slides .intro-b1 {
    background-image: url(../images/bg-home-b1.jpg);
    background-size: cover;
    height: 126px;
}

.intro-slides .intro-b2 {
    background-image: url(../images/bg-home-b2.jpg);
    background-size: cover;
    height: 126px;
}

.intro-slides .intro-b3 {
    background-image: url(../images/bg-home-b3.jpg);
    background-size: cover;
    height: 126px;
}

.intro-slides .column h3 {
    font-size: 24px;
    color: #fff;
    padding: 15px;
    display: block;
    line-height: 30px;
    font-weight: 700;
}

.row.intro-slides {
    margin: 0;
    padding: 0;
}

/* flags-intro */

.bg-home-flags .container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.flags-intro span {
    display: block;
    height: 68px;
    width: 90px;
}

.flags-intro a,
h4 {
    display: inline-block;
    font-weight: 600;
}

.flags-intro a {
    padding: 95px 0 0 7px;
    background-image: url(../images/mastil-flags.png);
    background-position: 0px 0px;
    width: 84px;
    height: 172px;
    margin: 0 5px 0px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}

.flags-intro a.english {
    background-position: -0px 0px;
}

.flags-intro a.spanish {
    background-position: -84px 0px;
}

.flags-intro a.french {
    background-position: -168px 0px;
}

.flags-intro a.german {
    background-position: -252px 0px;
}

.flags-intro a.portuguese {
    background-position: -420px 0px;
}

.flags-intro a.italian {
    background-position: -336px 0px;
}

.flags-intro a.mandarin-chinese {
    background-position: -504px 0px;
}

.flags-intro a.arabic {
    background-position: -588px 0px;
}

.flags-intro a.russian {
    background-position: -672px 0px;
}

.flags-intro a.japanese {
    background-position: -756px 0px;
}

.flags-intro a.other {
    background-position: -840px 0px;
}

.flags-intro {
    margin-bottom: -4px;
}

.flags-intro a img {
    display: none;
}

.flags-intro .lang-item a {
    margin: auto;
}

.lang-item a {
    color: #f47921;
}

.flags-intro a:hover strong {
    color: #41b0a0;
    text-decoration: none;
    background-color: #fff;
}

.flags-intro a strong {
    width: 74px;
    height: 40px;
    display: table-cell;
    width: 1%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-collapse: collapse;
}

@media (max-width: 992px) {
    .bg-home-flags .container {
        padding-bottom: 20px;
    }
    .flags-intro a img {
        display: block;
    }
    .flags-intro span {
        display: block;
        height: 68px;
        width: 90px;
    }
    .flags-intro a,
    h4 {
        display: inline-block;
        font-weight: 600;
    }
    .flags-intro a {
        padding: 0px;
        background-image: none !important;
        height: auto;
        width: 90px;
        margin: 0 5px 12px;
        color: #fff;
        font-size: 85%;
    }
    .flags-intro .lang-item a {
        margin: auto;
    }
    .flags-intro a:hover strong {
        color: #41b0a0;
        text-decoration: none;
        background-color: #fff;
    }
    .flags-intro a strong {
        padding: 4px;
    }
}

/* */

.lang-item {
    float: left;
    width: 12%;
    margin-right: 10px;
    margin-left: 10px;
}

h4 {
    padding: 8px 15px;
    margin: 0 0 30px;
    font-size: 150%;
    line-height: 120%;
}

h4.white-blue {
    color: #45b7aa;
}

h4.blue-white {
    color: #fff;
    background-color: #45b7aa;
}

h4.orange-white {
    color: #fff;
    background-color: #f47921;
}

h4.yellow-white {
    color: #fff;
    background-color: #feac00;
}

h4.red-white {
    color: #fff;
    background-color: #b91300;
}

#box-trivia a img {
    border: 3px solid #b91300;
    border-radius: 8px;
}

.gradient-chairs {
    background-image: url(../images/fullpanel-officetable.jpg);
}

#box-ban-allergycards {
    background-image: url(../images/bg-ban-allergycards.jpg);
}

#box-ban-allergycards,
#box-ban-promotions {
    height: 180px;
    background-position: 50%;
    background-size: cover;
}

#box-ban-promotions {
    background-image: url(../images/banner-promo-bg.jpg);
}

/*#box-ban-appreviews{background-image:url(../images/bg-ban-appreviews.jpg);height:180px;background-position:50%;background-size:cover}*/

#box-ban-freecourse .bg-ban,
#box-ban-online .bg-ban,
#box-ban-testimonials .bg-ban {
    background-position: 100%;
    height: 230px;
    background-size: cover;
}

#box-ban-freecourse .bg-ban {
    background-image: url(../images/bg-freecoursebook.jpg);
}

#box-ban-testimonials .bg-ban {
    background-image: url(../images/bg-testimonials.jpg);
}

#box-ban-online .bg-ban {
    background-image: url(../images/bg-ban-appreviews.jpg);
}

#box-ban-online .part-2 {
    background-image: url(../images/banner-img-online.jpg);
    height: 230px;
    background-position: 50%;
    background-size: cover;
}

#box-ban-quickinquiry.fullpanel {
    background-image: url(../images/bg-ban-quickin.jpg);
}

#box-ban-jobs {
    background-image: url(../images/bg-ban-jobs.jpg);
}

.col-right {
    float: right;
}

.col-left {
    float: left;
}

#box-ban-jobs .boton {
    font-weight: 700;
    font-size: 16px;
    margin: 15px 5px 0;
    padding: 5px 10px;
}

@media (max-width: 992px) {
    #box-ban-promotions img {
        width: 100%;
        height: auto;
    }
    .intro-slides .intro-a {
        height: auto;
    }
}

@media (max-width: 768px) {
    #box-ban-promotions img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 550px) {
    #box-ban-promotions img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .col-left,
    .col-right {
        float: none;
    }
    #box-ban-quickinquiry.fullpanel {
        background: #305846;
        background: -webkit-linear-gradient(top, #305846, #73ba9a);
        background: linear-gradient(180deg, #305846, #73ba9a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#305846', endColorstr='#73ba9a', GradientType=0);
    }
    #box-ban-quickinquiry .bg-ban {
        background-image: url(../images/bg-ban-quickin2.jpg);
    }
    #box-ban-jobs {
        background: #15b5aa;
        background: -webkit-linear-gradient(top, #15b5aa, #46d0bd);
        background: linear-gradient(180deg, #15b5aa, #46d0bd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15b5aa', endColorstr='#46d0bd', GradientType=0);
    }
    #box-ban-jobs .bg-ban {
        background-image: url(../images/bg-ban-jobs2.jpg);
    }
}

.fullpanel.online-group {
    background-image: url(../images/fullpanel-online-group.png);
}

.fullpanel.aboutus {
    background-image: url(../images/fullpanel-aboutus.jpg);
}

.fullpanel.clientcase {
    background-image: url(../images/fullpanel-clientcase.jpg);
}

.fullpanel.teachercase {
    background-image: url(../images/fullpanel-teachercase.jpg);
}

.fullpanel.clients {
    background-image: url(../images/fullpanel-clients.jpg);
}

.fullpanel.contact {
    background-image: url(../images/fullpanel-contact.jpg);
}

.fullpanel.languagecity {
    background-image: url(../images/fullpanel-languagecity.jpg);
}

.fullpanel.faq {
    background-image: url(../images/fullpanel-faq.jpg);
}

.fullpanel.groups {
    background-image: url(../images/fullpanel-groups.jpg);
}

.fullpanel.ban-leveltest {
    background-image: url(../images/bg-ban-leveltest.jpg);
}

.fullpanel.leveltests {
    background-image: url(../images/fullpanel-leveltests.jpg);
}

.fullpanel.languagetest {
    background-image: url(../images/fullpanel-languagetest.jpg);
}

.fullpanel.sitemap {
    background-image: url(../images/fullpanel-sitemap.jpg);
}

.fullpanel.onetoone {
    background-image: url(../images/fullpanel-onetoone.jpg);
}

.fullpanel.online {
    background-image: url(../images/fullpanel-online.jpg);
}

.fullpanel.lang-spanish {
    background-image: url(../images/fullpanel-lang-spanish.jpg);
}

.fullpanel.map-usa {
    background-image: url(../images/fullpanel-map-usa.jpg);
}

.fullpanel.map-can {
    background-image: url(../images/fullpanel-map-can.jpg);
}

.fullpanel.teacher {
    background-image: url(../images/fullpanel-teacher.jpg);
}

.fullpanel.levels {
    background-image: url(../images/fullpanel-levels.jpg);
}

.fullpanel.social {
    background-image: url(../images/fullpanel-social.jpg);
}

.fullpanel.types {
    background-image: url(../images/fullpanel-types.jpg);
}

.fullpanel.terms {
    background-image: url(../images/fullpanel-terms.jpg);
}

.fullpanel.pricing {
    background-image: url(../images/fullpanel-pricing.jpg);
}

.fullpanel.worksheets {
    background-image: url(../images/fullpanel-worksheet.jpg);
}

.fullpanel.allergycards {
    background-image: url(../images/fullpanel-allergycards.jpg);
}

.fullpanel.langtrivia {
    background-image: url(../images/fullpanel-langtrivia.jpg);
}

.fullpanel.newsletters {
    background-image: url(../images/fullpanel-newsarchive.jpg);
}

.fullpanel.feedback {
    background-image: url(../images/fullpanel-feedback.jpg);
}

.fullpanel.bg-ouch {
    background-image: url(../images/fullpanel-bg-ouch.jpg);
    height: auto;
}

.fullpanel.bg-sneezes {
    background-image: url(../images/fullpanel-sneezes.jpg);
    height: auto;
}

.fullpanel.bg-celebrity-accents {
    background-image: url(../images/fullpanel-celebrity-accent.jpg);
    height: auto;
}

.fullpanel.bg-trueorfalse {
    background-image: url(../images/fullpanel-bg-trueorfalse.jpg);
    height: auto;
}

.fullpanel.bg-verbrace {
    background-image: url(../images/fullpanel-bg-verbrace.jpg);
    height: auto;
}

.fullpanel.bg-moviephrases {
    background-image: url(../images/fullpanel-bg-moviephrases.jpg);
    height: auto;
}

.fullpanel.promotions {
    background-image: url(../images/fullpanel-promotions.jpg);
    height: auto;
}

.fullpanel.testimonials-main {
    background-image: url(../images/fullpanel-testimonials.jpg);
    height: auto;
}

@media (max-width: 767px) {
    .testimonials-banner-img {
        width: 100%;
        height: auto;
    }

    .fullpanel.testimonials-main {
        background-position: 26%;
    }
    .fullpanel.promotions {
        background-position: 70%;
    }
}

.fullpanel.appreview {
    background-image: url(../images/fullpanel-appreview.jpg);
    height: auto;
}

.fullpanel.our-language-levels {
    background-image: url(../images/fullpanel-our-language-levels.jpg);
    height: auto;
}

.gradient-promos {
    background-image: url(../images/bg-repeat-promo1.jpg);
    height: auto;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.bg-ban {
    height: 150px;
}

.bg-ban,
.photo-group {
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
}

.photo-group {
    background-image: url(../images/img-photo-group01.jpg);
    background-size: cover;
    height: 550px;
}

.bg-home-flags {
    background-image: url(../images/bg_home_flags.jpg);
    background-size: cover;
    height: auto;
}

.mission1,
.mission2 {
    line-height: 20px;
    height: 275px;
    font-size: 16px;
}

@media (max-width: 1000px) {
    .mission1,
    .mission2 {
        line-height: 18px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .mission1,
    .mission2 {
        line-height: 22px;
        font-size: 16px;
        height: auto;
    }
    .fullpanel.teacher {
        background-position: 100% 0;
    }
    .fullpanel.pricing {
        background-position: -770px 0;
    }
    .fullpanel.contact {
        background-position: -640px -50px;
    }
    .fullpanel.clientcase {
        background-position: -230px 0;
    }
    .fullpanel.faq {
        background-position: -690px 0;
    }
    .photo-group {
        margin-left: 15px;
        margin-right: 15px;
        height: 400px;
        background-position: 50%;
    }
    .item {
        margin-bottom: 10px;
    }
    .height-50,
    .height-90,
    .height-150,
    .height-180 {
        height: auto;
    }
    .full-centered,
    .vertically-centered {
        position: relative;
        top: auto;
        transform: translate(-50%);
        padding: 20px 0;
    }
}

@media (max-width: 450px) {
    .fullpanel.teacher {
        background-position: -560px 0;
    }
}

.form-group .form-control {
    margin-bottom: 8px;
}

#box-leveltest {
    background-image: url(../images/bg-home-tests.jpg);
    background-size: cover;
}

#box-leveltest .bubble {
    /* background-image: url(../images/bubble-a.png);
    background-repeat: no-repeat;
    background-position: 0 0;*/
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    height: 160px;
    width: 134px;
}

#box-leveltest .bubble.bub02 {
    background-image: url(../images/bubble-b.png);
}

#box-leveltest .bubble a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 16px 0px 10px 00px;
}

#box-leveltest .bubble a img {
    float: left;
    margin: 0 8px 0 0;
}

#box-leveltest .bubble a span {
    display: block;
    line-height: 20px;
    padding: 4px 0 0;
}

.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header p,
.header address,
.header a,
.header img{
    margin: 0;
    padding: 0;
}
.header{
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
}
.header__logo{
    display: block;
    width: 130px;
}
.header__logo>*{
    width: 100%;
}
.header__top{
    background-color: rgba(98, 98, 98, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}
.header__top>*{
    font-size: 12px;
    line-height: 17px;
    color: #626262;
}
.header__top>*:first-child::after{
    content: '·';
    display: inline-block;
    margin: 0 5px;
}
.header__top>*:last-child:not(:first-child){
    font-weight: bold;
}
.header__container{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header__nav {
    flex-grow: 1;
    padding: 0 26px;
    display: flex;
    justify-content: flex-end;
}
.header__nav ul{
    display: flex;
    align-items: center;
}
.header__nav ul li>*{
    font-size: 13px;
    line-height: 18px;
    color: #2B2B2B;
    white-space: nowrap;
}
.header__nav ul li:not(:last-child){
    margin-right: 15px;
}
.header__btn{
    display: flex;
    align-items: center;
}
.header__burger{
    display: none;
    width: 30px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}
.header__burger>*{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    z-index: 100;
    overflow-y: auto;
    flex-direction: column;
}
.menu__close{
    position: fixed;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
}
.menu__close>*{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu__container {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 28px 30px;
}
.menu__logo > * {
    width: 100%;
}
.header .menu__logo {
    display: block;
    width: 120px;
    margin-bottom: 15px;
}
.menu__btn {
    padding-top: 25px;
    width: 100%;
}
.header .menu__btn a.inquiry-btn {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.menu__nav li{
    text-align: center;
}
.menu__nav li>*{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.menu__nav li:not(:last-child){
    margin-bottom: 20px;
}
.help-block-error{
    color:#a94442;
}



.menu__container {
     align-items: unset;
     justify-content: unset;
    padding: 0;
}

.header .menu__logo {
    margin-bottom: 25px;
}

.menu__close {
    width: 27px;
    height: 27px;
}

.menu__btn {
    margin-top: auto;
    padding: 0 26px 30px;
}

.menu__nav li:not(:last-child) {
    margin-bottom: 18px;
    border-bottom: 1px solid #707070;
    padding-bottom: 17px;
}
.menu__head {
    padding: 37px 15px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.menu__text {
    text-align: center;
    color: #626262;
    font-size: 14px;
    line-height: 23px;
}
.menu__text > p:nth-child(2) {
    font-weight: bold;
}
.menu__nav {
    padding: 26px 16px 36px;
}
.menu__nav > ul {
    max-width: 100%;
    margin: 0 auto;
    min-width: 240px;
    width: max-content;
}


@media (max-width: 991px) {
    .header__top>*:first-child:not(:last-child){
        display: none;
    }
    .header__top{
        display: none;
    }
    .header__top > * {
        font-size: 11px;
        line-height: 15px;
    }
    .header__nav{
        display: none;
    }
    .header__logo{
        width: 104px;
    }
    .header a.inquiry-btn {
        padding: 5px 13px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 17px;
    }
    .header__burger{
        display: block;
    }
}

a.inquiry-btn{
    padding: 9px 15px;
    background-color: #FF7000;
    border-radius: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}


.footer {
    background-color: #EEEEEE;
}
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer address,
.footer a,
.footer img{
    margin: 0;
    padding: 0;
    color: #000;
}
.footer a,
.footer a:visited{
    color: #000;
}
.footer::before{
    content: '';
    display: block;
    width: 100%;
    height: 13px;
    background-color: #626262;
}
.footer__container{
    padding: 20px 0 32px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.footer__content {
    display: flex;
    margin: 0 -20px;
}
.footer__content>*{
    margin: 0 20px;
    display: flex;
    flex-direction: column;
}
.footer__content *{
    font-size: 13px;
    line-height: 20px;
}
.footer__content a{
    font-weight: bold;
    width: max-content;
}

.footer__nav{
    margin-bottom: 25px;
}
.footer__nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer__nav ul li{
    padding: 0;
}
.footer__nav ul li:not(:last-child){
    margin-right: 10px;
}
.footer__nav li>*{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    white-space: nowrap;
}
.footer__title{
    margin-bottom: 2px;
}
.footer__title>*{
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.footer__address{
    width: max-content;
    max-width: 230px;
}
.footer__address>*{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    font-style: normal;
}
.footer__address:not(:last-child){
    margin-bottom: 17px;
}
.footer__social:not(:first-child){
    margin-top: 20px;
}
.footer__social{
    font-size: 0;
    display: flex;
    justify-content: flex-end;
}
.footer__social>*{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
}
.footer__social>*:not(:last-child){
    margin-right: 20px;
}
.footer__social>* img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__bottom{
    padding: 0 15px 15px;
}
.footer__bottom>*{
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
.footer__license{
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}
.footer__license-item{
    height: 66px;
    width: max-content;
}
.footer__license-item.big{
    height: 80px;
}
.footer__license-item:not(:last-child){
    margin-right: 20px;
}
.footer__license-item img{
    width: auto;
    height: 100%;
    object-fit: contain;
}

.footer__left {
    flex-grow: 1;
}
.footer__follow{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 25px;
}
.footer__follow *{
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}
.footer__follow-title>*{
    font-weight: 400;
}
.footer__follow-links>*{
    font-weight: bold;
}
.footer__follow-links>*:not(:last-child)::after{
    content: ' / ';
}



@media (max-width: 768px) {
    .footer__container{
        flex-direction: column;
        padding: 25px 0;
    }
    .footer__block{
        width: 100%;
        max-width: 100%;
        align-items: center;
    }
    .footer__block > * {
        font-size: 12px;
        line-height: 24px;
    }
    .footer__nav ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
    .footer__nav ul li{
        text-align: center;
        width: max-content;
    }
    .footer__nav ul li>*{
        text-align: center;
        font-size: 14px;
        line-height: 28px;
    }
    .footer__nav ul li:not(:last-child) {
        margin: 0 10px;
    }
    .footer__address{
        text-align: center;
    }
    .footer__address:not(:last-child) {
        margin-bottom: 9px;
    }
    .footer__license{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__license-item {
        margin-top: 20px;
    }
    .footer__bottom {
        max-width: 82%;
        margin: 0 auto;
    }
    .footer__bottom>* {
        font-size: 11px;
        line-height: 19px;
    }
    .footer__social{
        padding: 7px 0;
    }

    .footer__content{
        flex-direction: column;
        align-items: center;
    }
    .footer__content>*:not(:last-child){
        margin-bottom: 20px;
    }
    .footer__left{
        margin-bottom: 30px;
    }

    .footer__follow {
        align-items: center;
    }
    .footer__follow * {
        text-align: center;
    }
    .footer__social {
        justify-content: center;
        margin: 0 -17.5px;
    }
    .footer__social > * {
        margin: 0 17.5px!important;
    }

}

.footer {
    background-color: #fff;
    overflow: hidden;
}
.footer::before {
    background-color: #FF7E00;
}

.footer__nav li > * {
    line-height: 20px;
}

.footer__nav ul li:not(:last-child) {
    margin-right: 0;
}

.footer__nav ul {
    align-items: flex-start;
    flex-direction: column;
}

.footer__follow-links {
    display: flex;
    flex-direction: column;
}

.footer__follow * {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.footer__follow {
    align-items: flex-start;
    margin-bottom: 22px;
}

.footer__follow-links > :not(:last-child)::after {
    content: none;
}

.footer__social {
    justify-content: flex-start;
}

.footer__license {
    align-items: flex-start;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__license-item:not(:last-child) {
    margin-right: 0;
}
.footer__license-item.big {
    height: 68px;
}

.footer__license-item {
    height: 66px;
}
.footer__license>*:not(:last-child) {
    margin-bottom: 18px;
}

.footer__license-row {
    display: flex;
    align-items: center;
}
.footer__license-row>*:not(:last-child) {
    margin-right: 5px;
}
.footer__license-row .footer__license-item:not(.big) {
    height: 55px;
}
.footer__container {
    padding: 16px 0 20px;
}
.footer__block {
    flex-basis: 130px;
}





.container{
    width: 100%;
    max-width: 1060px;
}

.intro-slides .main-slide,
.slides {
    text-align: left;
    position: absolute;
    right: 10%;
    bottom: 15px;
    font-weight: 700;
}

.narrow {
    padding-right: 15%;
    padding-left: 15%;
}

.fullpanel .slice h1 {
    text-align: center;
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.container h2 {
    font-size: 150%;
    line-height: 100%;
    font-weight: 700;
    margin-top: 0;
}

#box-clientlist .item {
    margin-bottom: 10px;
}

#box-address h5 {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 120%;
    color: #fff;
}

#box-address strong {
    color: #333;
    padding-bottom: 5px;
    display: block;
}

#box-ban-community .container {
    background-image: url(../images/bg-ban-social.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.fullpanel .slice h1.multiline {
    font-weight: 600;
    font-size: 160%;
    line-height: 100%;
    padding: 10px;
}

.fullpanel .slice h1.short {
    width: 70%;
    margin-left: 15%;
}

.fullpanel .slice .multiline strong {
    font-size: 230%;
    line-height: 100%;
    display: block;
}

.flags-intro.link-orange a strong {
    color: #f47921;
    padding: 0 4px 10px;
}

#social-landing {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    color: #333;
}

#social-landing .quicks {
    text-align: center;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    font-size: 10px;
}

#social-landing .quicks li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    margin-left: 12px;
}

#social-landing .quicks li a {
    font-weight: 400;
    text-transform: uppercase;
    padding: 47px 0 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 50px;
    background-image: url(../images/quicksicons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#social-landing .quicks li a.fb {
    background-position: 7px 0;
    color: #4c76be;
}

#social-landing .quicks li a.tw {
    background-position: -54px 0;
    color: #00c7ff;
}

#social-landing .quicks li a.bl {
    background-position: -172px 0;
    color: #fcc433;
}

#social-landing .quicks li a.yt {
    background-position: -231px 0;
    color: #fd3f39;
}

#social-landing .quicks li a.pi {
    background-position: -288px 0;
    color: #ff3635;
}

#social-landing .quicks li a.in {
    background-position: -347px 0;
    color: #231f20;
}

#social-landing .quicks li a.lin {
    background-position: -115px 0;
    color: #0b86ca;
}

#social-landing h1 {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0;
    color: #333;
}

#social-landing .head {
    padding: 0 15px 20px;
}

#social-landing .quicks strong {
    display: inline-block;
    height: 40px;
    width: 160px;
    position: relative;
}

#social-landing .quicks strong span {
    position: absolute;
    width: 150px;
    left: 0;
}

#social-landing .sbox {
    background-color: #efefef;
    border-radius: 12px;
    margin: 0 auto 15px;
    padding: 10px;
    width: 690px;
    position: relative;
    border: 2px solid #f47921;
}

#social-landing .sbox .right {
    float: right;
    width: 510px;
    overflow: hidden;
}

#social-landing .sbox .right.wyt {
    background-color: #fff;
    width: 500px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

#social-landing .sbox .right.wbl {
    background-color: #fff;
    width: 520px;
    border-radius: 6px;
}

#social-landing .sbox .left {
    float: left;
    width: 150px;
}

#social-landing .sbox .left img {
    border: none;
}

#social-landing .sbox .tinf a {
    line-height: 14px;
    background-color: #d2d8dc;
    padding: 10px;
    width: 108px;
    margin: 10px 0 15px;
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: #036;
}

#social-landing .widgetblog {
    font-size: 12px;
    padding: 0 10px 0 0;
    height: 300px;
    overflow-y: auto;
}

#social-landing .widgetblog h2 {
    display: block;
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
}

#social-landing .widgetblog h3 {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0 0 2px;
}

#social-landing .widgetblog .wpost h3 a {
    text-decoration: none;
}

#social-landing .widgetblog .info {
    font-size: 11px;
    color: #999;
    display: block;
    padding: 0 0 5px;
}

#social-landing .widgetblog .wpost a {
    color: #f17721;
}

#social-landing .widgetblog .wpost {
    margin-bottom: 10px;
    border-bottom: 1px dashed #d6d6d6;
    padding: 5px 0 5px 15px;
}

#social-landing .widgetblog .wpost p {
    margin: 0 0 10px;
    font-size: 12px;
}

#social-landing #youtube-list li {
    width: 235px;
}

#youtube {
    padding: 0;
}

#youtube li {
    display: inline-block;
    padding: 5px;
}

#youtube img {
    width: 240px;
}

#social-landing .anchor {
    position: absolute;
    top: -110px;
    display: block;
    height: 150px;
}

@media (max-width: 768px) {
    #social-landing .quicks strong,
    #social-landing .quicks strong span {
        width: 100%;
        left: auto;
        display: block;
        text-align: center;
    }
    #social-landing .sbox .tinf,
    #social-landing .sbox .tinf a,
    #social-landing .sbox .ttip {
        text-align: center;
        display: block;
    }
    #social-landing .sbox .tinf a {
        margin: 10px auto;
        width: 100%;
    }
    #social-landing #youtube-list li,
    #social-landing .fb-page,
    #social-landing .sbox,
    #social-landing .sbox .left,
    #social-landing .sbox .right,
    #social-landing .sbox .right.wbl,
    #social-landing .sbox .right.wyt {
        width: 100%;
    }
    #social-landing .widgetblog {
        height: auto;
        overflow: auto;
    }
    #social-landing .sbox .col-sm-12 {
        height: auto;
        width: 100%;
        overflow: auto;
    }
}

.test-box .question {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d6d6d6;
    margin: 20px;
}

.test-box .pregunta {
    padding: 20px 0px 10px;
    font-size: 1pc;
    font-weight: 600;
    text-align: left;
}

.progreso {
    position: relative;
    margin: 0 10px;
}

.progreso table td.progre {
    padding: 0;
    height: 100%;
    margin: 0;
    width: 10pc;
    background-image: url(../images/img-progress-dash.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}

#generator-index .desc,
.percent,
.thesocial .socialbot a {
    background-repeat: no-repeat;
}

.backbot a {
    background-repeat: no-repeat;
}

.percent {
    position: absolute;
    display: block;
    width: 156px;
    height: 140px;
    background-image: url(../images/img-progress.png);
    background-position: 0 0;
}

.percent.p0 {
    top: 0;
    height: 35px;
}

.percent.p10-1 {
    top: 89%;
    background-position: 0 3px;
    height: 140px;
}

.percent.p10-2 {
    top: 89%;
    background-position: 0 -100px;
    height: 140px;
}

.percent.p10-3 {
    top: 88%;
    background-position: 0 -206px;
    height: 140px;
}

.percent.p10-4 {
    background-color: #fff;
    background-position: 0 -352px;
    height: 100px;
    bottom: 0;
    top: 95%;
}

.percent.p10-5 {
    background-color: #fff;
    background-position: 0 -455px;
    height: 73px;
    bottom: 0;
    top: 95%;
}

.table.pricing td,
.table.pricing th {
    border-color: #5fd6cb;
    padding: 15px;
    text-align: center;
}

.table.pricing th {
    border-top: 0;
}

.pricing__platform-logo {
    max-width: 100px;
}

.bnl ol li {
    position: relative;
    margin-bottom: 20px;
}

.bnl li p {
    padding-left: 60px;
    line-height: 140%;
}

.bnl span {
    position: absolute;
    line-height: 25px;
    font-size: 30px;
    color: #f47921;
}

#box-ban-dual,
#box-ban-dual2 {
    position: relative;
}

#box-ban-dual .ban-quick {
    background-image: url(../images/bans-bg-quick.jpg);
    background-repeat: repeat-x;
    text-align: right;
    background-position: center top;
    display: block;
}

#box-ban-dual .ban-quick img {
    float: right;
}

#box-ban-dual .ban-freeb img.big {
    display: block;
}

#box-ban-dual .ban-freeb img.small {
    display: none;
}

#box-ban-dual .ban-freeb img {
    float: left;
}

@media (max-width: 768px) {
    #box-ban-dual .ban-quick,
    #box-ban-dual .ban-freeb {
        text-align: center;
    }
    #box-ban-dual .ban-quick img,
    #box-ban-dual .ban-freeb img {
        float: none;
        margin: 0 auto;
    }
    #box-ban-dual .ban-freeb img.big {
        display: none;
    }
    #box-ban-dual .ban-freeb img.small {
        display: block;
    }
}

#box-social {
    background-size: cover;
    background-image: url(../images/bg-home-socials.jpg);
}

.widgetbox {
    padding: 10px;
    background-color: #2f72b6;
    border-radius: 8px;
    display: block;
    margin: auto 10px;
}

.widgetbox.twitter {
    background-color: #00d9ff;
}

.widgetbox.googleplus {
    background-color: #fe5441;
}

.widgetbox.blog {
    background-color: #00d3c8;
}

.widgetbox.instagram {
    background-color: #c13181;
}

.widgetbox.twitter .inner .join {
    border-top: 4px solid #00d9ff;
}

.widgetbox.instagram .inner .join {
    border-top: 4px solid #c13181;
}

.widgetbox.googleplus .inner .join {
    border-top: 4px solid #fe5441;
}

.widgetbox.blog .inner .join {
    border-top: 4px solid #00d3c8;
}

.widgetbox .inner {
    font-size: 11px;
    padding: 0;
    text-align: left;
    display: block;
    background-color: #fff;
}

.widgetbox .inner .fb-page {
    text-align: left;
    margin: 0 auto;
}

.widgetbox .inner ul {
    height: 370px;
    overflow: auto;
    padding: 8px;
    overflow-wrap: break-word;
}

.widgetbox .inner ul li {
    list-style-type: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

.widgetbox .inner a {
    color: #f47921;
    font-weight: 700;
}

.widgetbox .inner .join {
    font-size: 13px;
    border-top: 4px solid #2f72b6;
    text-align: center;
    display: block;
    padding: 5px;
}

#generator-index {
    font-size: 12px;
    color: #ff4c00;
    text-align: center;
}

#generator-index h1,
#generator-index h3 {
    margin: 0 0 10px;
    display: block;
    font-weight: 300;
}

#generator-index .desc {
    padding: 15px 20px 40px;
    background-color: #fff;
    background-image: url(../images/bg-desc-generator.gif);
    background-position: bottom;
    font-weight: 100;
}

#generator-index .headlines {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
}

#generator-index .links {
    margin: 20px auto 0;
}

#generator-index .links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#generator-index .links ul li {
    display: inline-block;
    height: 180px;
    padding: 0;
    margin: 0 5px;
}

#generator-index .links ul li a {
    background-image: url(../images/bg-box-generator.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    margin: 0;
    padding: 0;
    height: 112px;
    width: 138px;
    position: relative;
}

#generator-index .links ul li span {
    position: absolute;
    top: 120px;
    display: block;
}

#generator-index .links .gen-01 {
    background-position: -138px 0;
}

#generator-index .links .gen-02 {
    background-position: -276px 0;
}

#generator-index .links .gen-03 {
    background-position: 0 0;
}

#generator-index .links .gen-04 {
    background-position: -138px -107px;
}

#generator-index .links .gen-05 {
    background-position: 0 -107px;
}

#generator-index .links .gen-06 {
    background-position: -276px -107px;
}

#generator-index .links .gen-07 {
    background-position: 0 -214px;
}

#generator-index .links .gen-08 {
    background-position: -276px -214px;
}

#generator-index .links .gen-09 {
    background-position: -138px -214px;
}

.thesocial .socialbot.bot-fb a {
    background-color: #3b5998;
    background-position: 5px -86px;
}

.thesocial .socialbot.bot-tw a {
    background-color: #00aced;
    background-position: 5px -57px;
}

.thesocial .socialbot.bot-gp a {
    background-color: #dd4b39;
    background-position: 5px -28px;
}

.thesocial .socialbot.bot-pi a {
    background-color: #d02c32;
    background-position: 5px -113px;
}

.thesocial .socialbot.bot-in a {
    background-color: #025a85;
    background-position: 5px -141px;
}

.thesocial .socialbot.bot-em a {
    background-color: #95a601;
    background-position: 4px -169px;
}

.thesocial .socialbot.bot-wa a {
    background-color: #2ab200;
    background-position: 5px 6px;
}

.thesocial .socialbot a {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    background-image: url(../images/thesocial-icons.png);
    height: 26px;
    margin: 0 auto;
    width: 124px;
}

.thesocial .socialbot a .sonet {
    padding: 5px 0 9px 32px;
    line-height: 16px;
    text-align: left;
    float: left;
}

.thesocial .socialbot a .count {
    padding: 6px 3px;
    margin: 1px;
    border-radius: 0 3px 3px 0;
    width: 32px;
    display: none;
    float: right;
    line-height: 1pc;
    font-size: 14px;
    color: #eee;
}

.thesocial .socialbot.bot-fb a .count {
    background-color: #476bb8;
}

.thesocial .socialbot.bot-tw a .count {
    background-color: #14c2f5;
}

.thesocial .socialbot.bot-gp a .count {
    background-color: #e15e4f;
}

.thesocial .socialbot.bot-pi a .count {
    background-color: #e4373d;
}

.thesocial .socialbot.bot-in a .count {
    background-color: #126b96;
}

.thesocial .socialbot.bot-em a .count {
    background-color: #a3b50b;
}

.thesocial .socialbot.bot-wa a .count {
    background-color: #2ec109;
}

.thesocial {
    text-align: center;
    margin: 10px auto;
    padding: 10px 0 6px;
}

.thesocial .socialbot {
    display: inline-block;
    margin: 3px 5px;
    height: 24px;
}

.backbot {
    display: block;
    position: relative;
    margin-top: 235px !important;
    z-index: 1;
    margin-left: 20px;
}

.backbot {
    display: block;
    position: relative;
}

.backbot a {
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.55);
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    color: #fff;
    font-size: 24px;
    height: 55px;
    padding: 12px 0 0 60px;
    background-image: url(../images/arrow-back.png);
    background-position: 0 0;
}

@media (max-width: 768px) {
    h1 .backbot {
        padding: 0 60px;
    }
    h1 .backbot a {
        width: 60px;
        overflow: hidden;
    }
}

header .block-a {
    height: 50px;
}

header.smaller .block-a {
    height: auto;
}

header .navbar-brand {
    float: left;
    height: 80px;
    padding: 0;
    width: 180px;
    overflow: visible;
}

#topnavbar {
    background-color: #fff;
}

header {
    position: relative;
}

header.smaller {
    background-image: none;
}

header #navbar {
    float: right;
}

header #navbar ul {
    padding: 30px 15px 30px 0;
}

header.smaller #navbar ul {
    padding: 6px 15px 14px 0;
}

header #navbar ul li a {
    font-size: 12px;
    padding: 0 6px;
    border-right: 1px solid #f47921;
}

header #navbar ul li a:hover {
    color: #f47921;
}

header .block05 {
    float: left;
    padding: 30px 12px 0;
}

header.smaller .block05 {
    background-color: transparent;
    float: right;
    padding: 7px 1px 6px;
    text-align: right;
    display: block;
    position: absolute;
    left: 205px;
    top: 23px;
}

header .block05 a,
header.smaller .block05 a {
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 1px 8px;
    margin: 0 3px;
    color: #fff;
    background-color: #f47921;
    border: 1px solid #f47921;
    border-radius: 3px;
}

header.smaller .block05 a:hover {
    background-color: #fff;
    color: #f47921;
}

@media (max-width: 1200px) {
    header .block05 a,
    header.smaller .block05 a {
        margin: 0 0 5px;
    }
    header .block05 {
        width: 230px;
        padding: 16px 0 0;
        text-align: center;
    }
    header.smaller #navbar ul {
        padding: 6px 15px 1px 0;
    }
    header.smaller .block05 {
        width: 180px;
        text-align: left;
        left: 170px;
        background: 0 0;
        top: 10px;
        padding: 6px 0 0;
        float: right;
    }
    header.smaller .navbar-brand {
        padding: 0;
        width: 170px;
        overflow: hidden;
    }
}

.opinion {
    min-height: 110px;
}

#box-ban-testimonials .testim-right .author {
    max-height: 42px;
    overflow: hidden;
}

@media (max-width: 986px) {
    .opinion {
        min-height: 155px;
    }
    .widgetbox .inner .join {
        font-size: 12px;
        padding: 5px 0;
    }
    .widgetbox.googleplus .inner ul,
    .widgetbox.twitter .inner ul {
        height: 250px;
    }
    header #navbar ul {
        padding: 14px 15px 12px 0;
    }
    header.smaller #navbar ul {
        padding: 6px 15px 1px 0;
    }
    header .block05 {
        position: absolute;
        right: 15px;
        bottom: 5px;
        width: auto;
        text-align: center;
        padding: 6px 0 0;
        float: right;
    }
    header.smaller .block05 {
        width: 100%;
        height: auto;
        text-align: right;
        left: auto;
        right: 0;
        bottom: 5px;
        background: #fff;
        top: 78px;
        padding: 0 15px 0 0;
        float: right;
        border-bottom: 1px solid #ddd;
    }
}

header .block01 {
    display: block;
    width: 50%;
    height: 50px;
    float: right;
    text-align: center;
    padding: 15px 30px 10px;
    -webkit-transition: all.3s;
    transition: all.3s;
}

header .block02 {
    display: block;
    width: auto;
    height: 40px;
    float: left;
    padding: 8px 0 0;
    text-align: right;
}

header.smaller .block01 {
    height: 44px;
    text-align: center;
    color: #80d0c7;
    background-color: #fff;
}

header.smaller .block01,
header.smaller .block02 {
    display: block;
    width: auto;
    float: right;
    -webkit-transition: all.3s;
    transition: all.3s;
}

header.smaller .block02 {
    height: 40px;
    padding: 8px 0 0;
    text-align: right;
    background: 0 0;
}

header .block01 {
    color: #fff;
    background-color: #626262;
}

.smaller header .block01 {
    background: 0 0;
}

header .head-social {
    margin-top: 7px;
    margin-right: 30px;
    display: block;
    float: left;
}

header .head-social a {
    color: #888888;
    text-decoration: none;
    font-size: 2em;
    margin: 0;
}

header.smaller .head-social a {
    color: #41d1c8;
}

footer .footer-social a {
    padding-left: 3px;
    padding-right: 3px;
    color: #f48e2c;
    text-decoration: none;
    font-size: 3em;
    margin: 0;
}

nav.bground {
    background-position: 0 0;
}

nav.bground,
nav.bgroundsmall {
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    display: block;
    text-align: center;
    -webkit-transition: all.3s;
    transition: all.3s;
}

nav.bgroundsmall {
    background-position: 0 -50px;
}

.navbar-default .navbar-nav li a,
header .collapse a {
    color: #ff7a0b;
}

.navbar-default .navbar-nav li a:hover {
    color: #fff;
}

header {
    overflow-y: visible;
}

header .across {
    display: block;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #888888;
    padding-top: 6px;
}

header.smaller .across {
    display: none;
}

@media (max-width: 1200px) {
    .txt-about.txt-size-17 {
        font-size: 16px;
        line-height: 22px;
    }
    header.smaller .block-a {
        width: 100%;
    }
    header.smaller .block03 {
        position: absolute;
        padding-top: 10px;
    }
}

@media (max-width: 988px) {
    header .block01 {
        font-size: 12px;
    }
    header.smaller .block-a {
        width: 100%;
    }
    header .across {
        width: 170px;
        padding-top: 0;
    }
}

@media (max-width: 850px) {
    .opinion {
        min-height: 185px;
    }
}

@media (max-width: 768px) {
    header .block01,
    header .head-social,
    header.smaller .block01,
    header.smaller .head-social {
        display: none;
    }
    .opinion {
        min-height: auto;
    }
    header .across,
    header.smaller .across {
        top: 10px;
        left: 142px;
        position: absolute;
        float: none;
        display: block;
        color: #ff7a0b;
        text-align: left;
    }
    header .navbar-header {
        height: 60px;
        position: relative;
    }
    header .navbar-brand,
    header.smaller .navbar-brand {
        margin-left: auto;
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 170px;
        overflow: hidden;
        padding: 0;
    }
    header .navbar-brand img,
    header.smaller .navbar-brand img {
        width: 160px;
        height: auto;
    }
    header .block05,
    header.smaller .block05 {
        position: absolute;
        top: 2px;
        left: 155px;
        right: auto;
        padding: 6px 0 0;
        float: right;
        width: 180px;
        text-align: left;
        border-bottom: none;
    }
    header .block05.nuevo,
    header.smaller .block05.nuevo {
        position: relative;
        top: 2px;
        left: auto;
        right: auto;
        padding: 6px 0;
        float: none;
        width: auto;
        text-align: center;
        margin: 0 auto 2px;
        border-bottom: none;
    }
    header {
        background-color: #fff;
    }
    header .block01 {
        display: none;
    }
    header .block-a,
    header.smaller .block-a {
        display: none;
        height: 1px;
    }
    header #navbar {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
    }
    header #navbar ul,
    header.smaller #navbar ul {
        padding: 6px 0 5px;
        margin: 0;
    }
    header #navbar ul li a {
        font-weight: 600;
        color: #ff7a0b;
        font-size: 14px;
        padding: 8px 10px;
        border-right: none;
        border-top: 1px solid #9ea0a4;
    }
    header #navbar ul li a:hover {
        color: #444;
    }
}

@media (max-width: 600px) {
    section .narrow .narrow {
        padding: 0;
    }
}

@media (max-width: 450px) {
    header .across,
    header.smaller .across {
        font-size: 11px;
        line-height: 14px;
        width: 90px;
        text-align: left;
    }
    span.txt-hide {
        display: none;
    }
    header .block05,
    header.smaller .block05 {
        width: 130px;
        left: 145px;
    }
}

.form-inquiry.modal .modal-header,
.form-horizontal .modal-header {
    background-color: #f80;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.form-inquiry.modal .modal-body {
    padding-bottom: 0;
}

.form-inquiry.modal .modal-footer {
    border: none;
    text-align: center;
    padding-bottom: 30px;
}

.form-inquiry.modal .modal-body {
    padding: 30px 50px 0;
}

.form-inquiry.modal .fields {
    padding: 0;
}

.form-inquiry h4 {
    padding: 0;
    display: block;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.form-inquiry .form-control {
    border: 1px solid #f80;
    color: #f80;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-inquiry .btn {
    color: #fff;
    border-radius: 18px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    margin: 0 10px;
    padding: 10px 25px;
}

.form-inquiry .btn.btn-submit {
    background-color: #f80;
}

.form-inquiry .btn.btn-cancel {
    background-color: #00c7bc;
}

.form-inquiry .btn.btn-cancel:hover,
.form-inquiry .btn.btn-submit:hover {
    background-color: #f95b0d;
}

.form-inquiry label {
    padding: 7px 1px 0 0;
    text-align: right;
}

#box-testimonials .container {
    padding: 30px 100px;
}

@media (max-width: 768px) {
    header .block-a,
    header.smaller .block-a {
        display: block;
        height: auto;
    }
    #box-testimonials .container,
    .box-testimonials .container {
        padding: 10px;
    }
    #box-testimonials .item .border,
    .box-testimonials .item .border {
        padding-top: 40px !important;
    }
}

@media (min-width: 769px) {
    #box-testimonials .item,
    .box-testimonials .item {
        padding: 0 0 0 70px;
    }
}

#box-testimonials .item,
.box-testimonials .item {
    background-image: url(../images/img-quote.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

#box-testimonials .item h4,
.box-testimonials .item h4 {
    display: block;
    margin: 0;
    text-align: left;
    color: #f47921;
    padding: 0;
}

#box-testimonials .item .border,
.box-testimonials .item .border {
    border: 1px solid #ffb13c;
    border-radius: 10px;
    padding: 20px;
    text-align: justify;
    margin: 5px 0 20px;
}

#apprev .mainbox {
    background-color: #00ceb8;
    position: relative;
}

#apprev .apprev-icons {
    position: absolute;
    right: 10px;
    bottom: 160px;
    width: 40%;
}

#apprev .flags {
    padding: 5px 15px 0;
    color: #fff;
}

#apprev .flags strong span {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    display: block;
}

#apprev .flags strong {
    clear: both;
    display: block;
    text-align: center;
}

#apprev .flags a {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: 80px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    margin: 5px 0;
}

#apprev .flags a:hover {
    color: #000;
}

.fullpanel.ban-leveltest {
    height: auto;
}

.fullpanel.ban-leveltest .h4 {
    display: block;
    background-color: #41d1c8;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin: 0 auto;
    width: 100%;
    padding: 6px 10px;
}

.chinese-popover {
    position: relative;
    background-color: white;
    list-style-type: none;
    border: 1px solid #999;
    border-radius: 18px;
    outline: none;
    padding: 10px;
    width: 75%;
    margin-left: 10%;
    box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.chinese-popover::before {
    content: "▲";
    position: absolute;
    font-size: 15px;
    top: -15px;
    left: 30px;
    color: #999;
}

.fullpanel.ban-leveltest .desc {
    display: block;
    background-color: #ff7000;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
}

/*.fullpanel.ban-leveltest .desc */

@media (max-width: 768px) {
    #apprev .apprev-icons {
        display: none;
    }
    .fullpanel.ban-leveltest .desc,
    .fullpanel.ban-leveltest .h4 {
        width: 60%;
    }
}

.center-parent {
    position: relative;
}

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

.shares {
    margin: 10px;
}

.rounded-orange {
    border: 2px solid #f80;
    border-radius: 10px;
    padding: 30px;
}

.panel-orange {
    color: #f47921;
}

.panel-orange .panel-heading.in,
.panel-orange .panel-heading:hover {
    background-color: #f47921;
    color: #fff;
    border-bottom: 0;
}

.panel-orange .collapse.in {
    /*border-top-: none;*/
    border: 2px solid #f47921;
    border-radius: 0 0 6px 6px;
}

.inputs-bg-orange-color-white input,
.inputs-bg-orange-color-white select,
.inputs-bg-orange-color-white textarea {
    background-color: #f47921;
    color: #fff;
}

.inputs-color-orange input,
.inputs-color-orange select,
.inputs-color-orange textarea {
    background-color: #fff;
    color: #f47921;
    border-color: #f47921;
}

.inputs-color-black input.form-control,
.inputs-color-black select.form-control,
.inputs-color-black textarea.form-control {
    background-color: #fff;
    color: #666;
    border-color: #666;
}

.inputs-bg-orange-color-white::-webkit-input-placeholder,
.inputs-bg-orange-color-white select::-webkit-input-placeholder,
.inputs-bg-orange-color-white textarea::-webkit-input-placeholder {
    color: #fff;
}

.inputs-bg-orange-color-white input::-moz-placeholder,
.inputs-bg-orange-color-white select::-moz-placeholder,
.inputs-bg-orange-color-white textarea::-moz-placeholder {
    color: #fff;
}

.inputs-bg-orange-color-white input:-ms-input-placeholder,
.inputs-bg-orange-color-white select:-ms-input-placeholder,
.inputs-bg-orange-color-white textarea:-ms-input-placeholder {
    color: #fff;
}

.ms-container {
    width: 100% !important;
}

.test-score .levelis {
    font-size: 30px;
    color: #cb0e11;
    display: block;
    padding: 0;
    line-height: 40px;
}

.test-score h4 {
    font-size: 34px;
    color: #fff;
    background-color: #a60405;
    padding: 10px 15px;
    line-height: 30px;
    font-weight: 100;
}

.test-score .level {
    font-size: 50px;
    color: #fff;
}

.test-score .seal {
    position: absolute;
    top: -100px;
    left: 80px;
}

.test-score .seal .parent {
    height: 231px;
    width: 231px;
    position: relative;
    margin: 0 auto;
}

.test-score .generated {
    position: absolute;
    top: 93px;
    left: 47px;
    z-index: 1;
}

.test-score .subtit {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 6px 0 5px;
    border-bottom: 2px solid #fff;
}

.test-score .closequestions {
    display: block;
    padding: 10px;
    text-align: center;
}

.test-score .closequestions a {
    font-size: 14px;
    border: 2px solid #fff;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}

.test-score .social {
    text-align: left;
}

.test-score .shareyour {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    line-height: 60px;
}

#box-ban-online .testim-left,
#box-ban-testimonials .testim-left {
    padding: 48px 25px 0 0;
    line-height: 26px;
    text-align: right;
    color: #fff;
    font-size: 22px;
}

#box-ban-testimonials .testim-left strong {
    font-size: 36px;
    font-weight: 100;
}

#box-ban-online .testim-left strong {
    font-size: 30px;
    font-weight: 100;
}

#box-ban-online .testim-left div,
#box-ban-testimonials .testim-left div {
    font-size: 36px;
    display: block;
    padding-top: 10px;
}

#box-ban-online .testim-left span,
#box-ban-testimonials .testim-left span,
.botmore {
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 15px;
    border: 2px solid #fff;
    color: #fff;
}

#box-ban-testimonials .testim-right {
    color: #f47921;
    text-align: center;
    width: 800px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
    background-color: #fff;
    background-image: url(../images/bg-ban-ttile.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}

.bandas,
.widgetbox .topsoc {
    background-repeat: no-repeat;
    background-position: 50%;
}

#box-ban-testimonials .testim-right .author strong {
    display: block;
}

#box-ban-testimonials .testim-right .author {
    border-top: 1px solid #faaf8e;
    padding-top: 8px;
    line-height: 16px;
    font-size: 12px;
}

@media (max-width: 1260px) {
    #box-ban-testimonials .testim-right {
        width: 62%;
    }
    .lg-resize {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .max-height-250,
    .min-height-250 {
        min-height: auto;
    }
    #box-ban-allergycards,
    #box-ban-appreviews,
    #box-ban-online .bg-ban,
    #box-ban-promotions,
    #box-ban-testimonials .bg-ban,
    #box-ban-testimonials .testim-right .height-230 {
        height: auto;
    }
    #box-ban-online .testim-left,
    #box-ban-testimonials .testim-left {
        text-align: center;
        padding: 30px 5px;
    }
    #box-ban-testimonials .testim-right {
        width: auto;
        padding: 20px 0 0 30px;
        background-image: none;
    }
    #box-ban-testimonials .testim-right .author {
        padding: 5px 0 25px;
    }
    .test-score .level {
        font-size: 38px;
    }
    .column.min-height-250 {
        margin: 10px 15px 25px;
    }
    #box-ban-freecourse .txt-left,
    #box-ban-freecourse .txt-left .alignleft {
        text-align: center;
        float: none;
    }
    .fullpanel .slice h1 {
        font-size: 24px;
    }
    .max-height-250 {
        max-height: 500px;
        height: auto;
        width: 100%;
    }
    .sm-resize {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 988px) {
    .test-score .seal {
        position: relative;
        top: -20px;
        left: auto;
    }
    .test-score .shareyour,
    .test-score .social {
        text-align: center;
    }
    .table.pricing td {
        background-color: #f57630;
    }
    .table.pricing td,
    .table.pricing th {
        font-size: 14px;
        padding: 10px;
    }
    .narrow.narrowfix {
        padding: 0;
    }
    .md-resize {
        width: 100%;
        height: 100%;
    }
}

.btn.btn-block {
    margin: 6px 0;
}

#box-meetteacher .meet-box {
    position: relative;
    margin-left: 50px;
    padding-left: 80px;
}

#box-meetteacher .meet-pic {
    position: absolute;
    top: 14px;
    left: -60px;
}

.border-top-1 {
    border-top: 1px solid #fff;
    padding-top: 6px;
    margin-top: 6px;
}

.border-all-1 {
    border: 1px solid #f47921;
    color: #f47921;
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}

.thesocial {
    width: 450px;
}

@media (max-width: 988px) {
    #box-meetteacher .height-150 {
        height: 60px;
    }
    .border-all-1 {
        display: block;
        font-size: 11px;
    }
}

@media (max-width: 450px) {
    .progreso table td.progre {
        padding: 0;
        height: 100%;
        margin: 0;
        width: 10pc;
        background-image: url(../images/img-progress-dash-rd.png);
        background-repeat: repeat-y;
        background-position: 0 0;
    }
    .percent {
        background-image: url(../images/img-progress_rd.png);
    }
    .progreso table td.progre {
    }
    .percent.p0 {
        background-position: 0 3px;
        height: 23px;
        top: -10px;
        width: 80px;
    }
    .percent.p10-1 {
        top: 97%;
        background-position: 0 3px;
        height: 75px;
        width: 80px;
    }
    .percent.p10-2 {
        top: 97%;
        background-position: 0 -60px;
        height: 68px;
        width: 80px;
    }
    .percent.p10-3 {
        top: 97%;
        background-position: 0 -106px;
        height: 70px;
        width: 80px;
    }
    .percent.p10-4 {
        top: 97%;
        background-position: 0 -160px;
        height: 70px;
        width: 80px;
    }
    .percent.p10-5 {
        top: 97%;
        background-position: 0 -220px;
        height: 70px;
        width: 80px;
    }
    .percent.p10-6 {
        top: 95%;
        background-position: 0 3px;
        height: 108px;
        margin-left: 18px;
        width: 80px;
    }
    .percent.p10-7 {
        top: 95%;
        background-position: 0 3px;
        height: 108px;
        margin-left: 18px;
        width: 80px;
    }
    .fullpanel.ban-leveltest .desc,
    .fullpanel.ban-leveltest .h4 {
        width: 100%;
    }
    .table.pricing .pri-col {
        width: 140px;
    }
    .table-responsive {
        border: none;
    }
    .table-responsive .table tbody tr td,
    .table-responsive .table tfoot tr td {
        white-space: normal;
    }
    .xs-resize {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 600px) {
    .thesocial {
        width: auto;
    }
    #apprev .narrow {
        padding: 0;
    }
}

@media (max-width: 768px) {
    #apprev .apprev-icons {
        display: none;
    }
    .fullpanel .slice h1.short {
        width: 100%;
        margin-left: auto;
    }
}

.like-us.list-inline li {
    height: 20px;
    margin-top: 5px;
}

.like-us.list-inline .gplus,
.like-us.list-inline .twitter {
    vertical-align: bottom;
}

#lang-all a {
    position: relative;
    margin: 10px 0;
    line-height: 23px;
}

#lang-all a span.flagy {
    position: absolute;
    left: -16px;
    top: -6px;
}

.widgetbox .topsoc {
    display: block;
    height: 50px;
}

.widgetbox.facebook .topsoc {
    background-image: url(../images/topsoc_01.png);
}

.widgetbox.twitter .topsoc {
    background-image: url(../images/topsoc_02.png);
}

.widgetbox.googleplus .topsoc {
    background-image: url(../images/topsoc_03.png);
}

.widgetbox.blog .topsoc {
    background-image: url(../images/topsoc_04.png);
}

.widgetbox.instagram .topsoc {
    background-image: url(../images/topsoc_05.png);
}

.find-search {
    color: #fff;
    /*boder: none;*/
    outline: 0;
    margin: 10px auto 0;
    border-radius: 6px;
    padding: 8px 20px;
    line-height: 28px;
    font-size: 26px;
    font-weight: 600;
    border: 1px solid #c00;
    background-color: #b91300;
}

.find-search:hover {
    background-color: #f47921;
    border-color: #f45921;
}

.botorange {
    background-color: #fff;
    border: 2px solid #f47921;
    color: #f80;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 700;
}

.botorange:hover {
    background-color: #f47921;
    color: #fff;
}

.inset-shadow {
    box-shadow: inset 0 -8px 10px 2px hsla(0, 0%, 60%, 0.21);
}

@font-face {
    font-display: swap;
    font-family: Mono Social Icons Font;
    src: url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.eot);
    src: url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.woff)
            format("woff"),
        url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.ttf)
            format("truetype"),
        url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont)
            format("svg");
    src: url(../fonts/mono-social-icons/MonoSocialIconsFont-1.10.ttf)
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

.symbol,
a.symbol:before {
    font-family: Mono Social Icons Font;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    /*font-smoothing: antialiased;*/
}

a.symbol:before {
    font-size: 130%;
}

#banner-birthday.bandas {
    background-image: url(../images/banners/bg-banner-happybirthday.jpg);
}

#banner-lovedones.bandas {
    background-image: url(../images/banners/bg-banner-lovedones.jpg);
}

#banner-englishverbsrace.bandas {
    background-image: url(../images/banners/bg-banner-englishverbsrace.jpg);
}

#banner-moviephrases.bandas {
    background-image: url(../images/banners/bg-banner-moviephrases.jpg);
}

#banner-howtosayouch.bandas {
    background-image: url(../images/banners/bg-banner-howtosayouch.jpg);
}

#banner-spanishverbsrace.bandas {
    background-image: url(../images/banners/bg-banner-spanishverbsrace.jpg);
}

#banner-cartoon.bandas {
    background-image: url(../images/banners/bg-banner-cartoon.jpg);
}

#banner-celebrity.bandas {
    background-image: url(../images/banners/bg-banner-celebrity.jpg);
}

#banner-quiz.bandas {
    background-image: url(../images/banners/bg-banner-quiz.jpg);
}

#banner-quiz-game-list.bandas {
    background-image: url(../images/banners/bg-banner-quiz-list.jpg);
    height: 500px;
}

.bandas {
    background-size: cover;
    background-color: #fff;
}

.bandas .container {
    padding: 0;
}

.banner-small {
    display: none;
    width: 100%;
    height: auto;
}

@media (max-width: 980px) {
    .banner-big {
        max-height: 213px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    .banner-big {
        display: none;
    }
    .banner-small {
        display: block;
    }
}

/* levels page */

#detailed ul .ditem {
    border-radius: 10px;
    border: 1px solid #33cfc4;
    background-color: #33cfc4;
    margin: 0 0 15px;
}

#detailed .ditem div.right {
    border-radius: 0 8px 8px 0;
    color: #828282;
    background-color: #fff;
    padding: 10px 20px;
    float: left;
    width: 90%;
    font-size: 16px;
    line-height: 21px;
}

#detailed .ditem div h4 {
    font-weight: 700;
    color: #33cfc4;
    display: block;
    margin: 0;
    padding: 0 0 5px;
    font-size: 22px;
    line-height: 26px;
}

#detailed .ditem span {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
    width: 10%;
    float: left;
    margin: 40px auto 0;
    text-shadow: 1px 1px 1px #194859;
}

#factors .inside {
    border-radius: 10px;
    padding: 25px 40px;
    color: #393939;
    font-size: 16px;
}

#factors .inside p,
#tips p {
    line-height: 135%;
    margin: 18px 0;
}

#tips p {
    font-size: 18px;
    color: #666;
}

#tips h2 {
    font-size: 28px;
    display: block;
    padding: 14px 0 7px;
}

#factors h3 {
    font-size: 26px;
    display: block;
    color: #00cabf;
    line-height: 34px;
}

hr.empty {
    border-top: none;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
}

/*
Andrés Cleaned Styles
    - Section -
0 - Common
1 - Video
2 - Three Row Module
3 - Spanish Level Tests
4 - Study online with our live lessons
5 - Testimonials
6 - Our Clients include
7 - Client case studies
8 - Spanish App Review
9 - Spanish Language Essentials
10 - Pre Video


    - Banners -

1 - The Teacher's Handbooks
2 - Banner American Slang

    - Hr Page -

1 - Hr Page

*/

/*
---------------------------
Common
----------------------------
 */

.bg-1 {
    background: #01b19c;
}

/* ---------------------------
	Video
	----------------------------
 */

.video-bg {
    background: #f9d96a;
    margin-bottom: 25px;
    padding: 20px 0;
}

.video-bg .preview-video-wrap {
    background: url(../images/bg-video-stripes.png) no-repeat center center;
    background-size: 97%;
    padding: 33px;
}

.video-bg h2 {
    font-family: "Satisfy", cursive;
    color: #c87753;
    font-size: 60px;
    line-height: 68px;
    text-shadow: 4px 3px 0px rgba(255, 255, 255, 0.99);
}

.video-bg a.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius-: 5px;
    border-radius: 5px;
    font-family: Economica, sans-serif;
    background: #218191;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 20px;
}

.preview-video-wrap {
    margin-top: 15px;
}

.preview-video-wrap .btn-show-video {
    cursor: pointer;
}

.preview-video-wrap .btn-player {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -95px;
    margin-left: -95px;
    z-index: 300;
}

@media (max-width: 1199px) {
    .video-bg h2 {
        font-size: 46px;
    }
    .video-bg .preview-video-wrap {
        background-size: 100%;
    }
    .preview-video-wrap .btn-player {
        width: 90px;
        height: 90px;
        margin-top: -45px;
        margin-left: -45px;
    }
    .preview-video-wrap .btn-player img {
        width: 100%;
    }
}

@media (max-width: 982px) {
    .video-bg h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .video-bg .col-sm-5 {
        text-align: center;
    }
    .video-bg .col-sm-5 img {
        display: block;
    }
    .preview-video-wrap .btn-player {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .preview-video-wrap .btn-player img {
        width: 100%;
    }
}

/*
---------------------------
 Three Modules
----------------------------
*/

.three-row-module {
    margin: 50px 0;
}

.three-row-module h3 {
    color: #f47921;
    font-size: 25px;
    font-family: Open Sans, sans-serif;
}

.three-row-module hr {
    border: 0;
    border-top: 1px solid #fd6f12;
    margin: 10px 20px;
}

.three-row-module p {
    font-family: Open Sans, sans-serif;
    color: #424242;
    font-size: 15px;
    line-height: 22px;
}

.three-row-module ul {
    list-style-type: none;
    margin-top: 35px;
}

.three-row-module ul li {
    display: inline-block;
    margin: 0 10px;
}

.three-row-module ul li:last-child a {
    padding: 25px;
    position: relative;
    top: -8px;
}

@media (max-width: 980px) {
    .three-row-module h3 {
        font-size: 22px;
    }
    .three-row-module p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .three-row-module ul li:last-child a {
        padding: 25px;
        position: relative;
        top: 0;
        margin-top: 20px;
    }
}

@media (max-width: 766px) {
    .three-row-module ul li:last-child a {
        top: -8px;
    }
}

/*
---------------------------
 Spanish Level Test
----------------------------
*/

.lang-level-test-wrap {
    padding-left: 0px;
    padding-right: 40px;
    background-image: url(../images/simple-sky-bg.png);
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 30px;
    background-position: center center;
}

.lang-level-test-wrap .flag {
    position: relative;
    left: 0px;
    top: 10px;
}

.slvtest h2 {
    background: #03cbc2;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 32px;
    font-weight: 800;
}

.slvtest h2,
.slvtest h3 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.slvtest h3 {
    background: #fd6f12;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 20px;
}

.lang-level-test-wrap.hrpage a {
    margin-top: -20px;
}

.lang-level-test-wrap.lang-level-test-general {
    padding: 0px;
    background-image: url(../images/simple-sky-bg-all.png);
    border-radius: 0px;
}

.lang-level-test-wrap.hrpage {
    background-position: center center;
    padding: 0 0 20px 0;
    background-image: url(../images/bg-ban-leveltest-hr.jpg);
    border-radius: 12px;
}

.lang-level-test-wrap.lang-level-test-general .slvtest h2 {
    border-top-right-radius: 10px;
}

.lang-level-test-wrap.lang-level-test-general .slvtest h3 {
    border-bottom-right-radius: 10px;
}

.lang-level-test-wrap .app-link span {
    line-height: 23px;
    display: inline;
    vertical-align: bottom;
    margin: 0 5px;
}

.lang-level-test-wrap .app-link {
    margin: 10px auto;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 90%;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-weight: 400;
    display: inline-block;
}

@media (max-width: 768px) {
    .lang-level-test-wrap {
        padding-right: 0px;
    }
    .lang-level-test-wrap .wrapper-flag {
        text-align: center;
        max-width: 350px;
        width: 80%;
        min-width: 100px;
        margin: 20px auto;
        left: auto;
        top: auto;
        margin-left: 0px;
    }
    .slvtest h2 {
        font-size: 22px;
        font-family: Open Sans, sans-serif;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px !important;
    }
    .slvtest h3 {
        font-size: 19px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px !important;
    }
}

@media (max-width: 480px) {
    .slvtest h2 {
        font-size: 20px;
    }
    .slvtest h3 {
        font-size: 16px;
    }
    .backbot {
        margin-top: 290px !important;
    }
    .fullpanel .slice h1 {
        padding-left: 130px;
    }
    .bot-round.txt-size-20,
    .txt-size-20 {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .btn-continue-test {
        font-size: 13px;
        margin: 0px;
        color: #fff;
        border: none;
    }
    .test-box .question {
        width: 200px;
    }
}

@media (min-width: 760px) {
    .btn-continue-test {
        font-size: 15px;
        color: #fff;
        border: none;
    }
    .btn-continue-test p a:hover {
        color: #fff !important;
        border: none;
    }
}

@media (max-width: 760px) {
    .backbot {
        margin-top: 300px !important;
    }
    .fullpanel .slice h1 {
        padding-left: 20px;
    }
}

/*
---------------------------
 	Study online with our live lessons
----------------------------
*/

.sowoll {
    background-image: url("../images/sowoll-bg.png");
    padding: 100px 16% 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sowoll h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    font-size: 36px;
}

.sowoll h3 span {
    font-weight: 800;
}

.sowoll a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.sowoll a:hover {
    color: #fff;
    opacity: 0.9;
}

.sowoll .button-sowoll {
    text-align: right;
}

@media (max-width: 1200px) {
    .sowoll h3 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .sowoll {
        padding: 100px 5%;
        margin: 0;
        background-position: -340px;
    }
    .sowoll .button-sowoll {
        text-align: center;
    }
    .sowoll h3 {
        font-size: 26px;
        text-align: center;
    }
}

/*
---------------------------
 	Testimonials
----------------------------
*/

.testimonials {
    /*border: 1px solid #fd6f12;margin-bottom: 25px;background: #ededed;border-radius: 10px; margin-top: 10px;*/
    background-image: url(../images/bg-home-testimonials.jpg);
    background-size: cover;
    height: auto;
}

.testimonials .title {
    background: #80d0c7;
    text-transform: uppercase;
    border-top-left-radius: 10px;
}

.testimonials .title h2 {
    font-size: 38px;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    padding-top: 46px;
    text-align: center;
}

.testimonials .subtitle {
    background: #fd6f12;
    border-bottom-left-radius: 10px;
}

.testimonials .subtitle h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 23px;
    padding-bottom: 32px;
    text-align: center;
}

.testimonials .item {
    text-align: center;
    margin: 0 0;
}

.testimonials .item h3 {
    font-size: 34px;
    color: #FF770E;
    font-weight: 400;
    line-height: 44px;
}

.testimonials .item hr {
    margin: 10px;
    border: 0;
    border-top: 1px solid #fd6f12;
}

.testimonials .item h5 {
    font-size: 17px;
    color: #545454;
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonials .item p {
    color: #545454;
    font-size: 12px;
}
.testimonials {
    padding: 30px 0 0;
}
.testimonials .carousel-inner {
    padding-bottom: 13px;
}



.testimonials .row .column,
#box-ban-dual2 .row .column {
    position: relative;
}

#box-ban-dual2 .ban-test .carousel-indicators li,
.testimonials #carousel-testimonials .carousel-indicators li {
    bottom: 0px;
    background: #8c8c8c;
    width: 12;
    height: 12;
    margin: 1px;
}

.testimonials #carousel-testimonials .carousel-indicators li.active,
.testimonials #carousel-testimonials .carousel-indicators li:hover {
    background: #ee6b17;
}

#box-ban-dual2 .ban-test .carousel-indicators,
.testimonials #carousel-testimonials .carousel-indicators {
    position: absolute;
    top: 211px;
    margin-left: -50px;
    width: 100px;
    left: 50%;
    bottom: 0px;
    margin-bottom: 0px;
}

#box-ban-dual2 .ban-test a.boton,
.testimonials a.boton {
    margin: 10px auto 20px;
    position: absolute;
    width: 120px;
    margin-left: -60px;
    left: 50%;
    top: 230px;
}

#box-ban-dual2 .ban-test .carousel-indicators {
    top: 300px;
}

#box-ban-dual2 .ban-test a.boton {
    top: 480px;
}

@media (max-width: 1200px) {
    .testimonials .title h2 {
        font-size: 27px;
    }
}


/*
 ---------------------------
  Our clients include
 ----------------------------
 */

#box-clientlist.yellow {
    background-color: #ffd159;
    background-image: none;
}

#box-clientlist {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3f888f;
    /*background-image: url(../images/bg-home-clients.jpg);*/
    background-size: cover;
}

#box-clientlist h3 {
    color: #ffffff;
    background: none;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-top: 50px;
}

#box-clientlist .wrapper {
    overflow: hidden;
    padding-bottom: 55px;
    padding-top: 15px;
}

#box-clientlist .wrapper .item {
    padding: 5px 10px;
    background: #fff;
    height: 204px;
    display: table-cell;
    vertical-align: middle;
}

#box-clientlist .wrapper .item img {
    margin-top: 10px;
}

#box-clientlist .boton {
    position: relative;
}

#box-clientlist .wrapper .item h4 {
    font-size: 12px;
    color: #4a4a4a;
    margin-top: 9px;
    margin-bottom: 0px;
}

#box-clientlist .boton {
    position: relative;
    top: -25px;
}

@media (max-width: 988px) {
    #box-clientlist h3 {
        text-align: center;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    #box-clientlist .wrapper .item {
        height: auto;
        min-height: 105px;
        display: block;
        padding-bottom: 15px;
    }
}

/*#box-clientlist .item{text-align:center;border:1px solid #6dc6bb;font-size:90%;font-weight:700;padding:15px;display:block;height:150px;margin-right:0}
#box-clientlist .item strong{font-size:130%;font-weight:700;color:#b61300;display:block;padding:8px 0 6px}
#box-clientlist .item .col-xs-4{position:absolute;left:0;top:50%;margin-top:-40px}
#box-clientlist .item .col-xs-8{position:absolute;left:22%;top:50%;margin-top:-40px}*/

/*
 ---------------------------
  Client case studies
 ----------------------------
 */

.ccstudies {
    background-image: url(../images/bg-home-clientcase.jpg);
    background-size: cover;
}

.ccstudies h4 {
    color: #fd6f12;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
}

.ccstudies h6 {
    color: #d7610a;
    text-align: center;
}

.ccstudies .wrap {
    /*border: 1px solid #fd6f12;padding: 20px;*/
    padding-bottom: 30px;
    border-radius: 10px;
}

.ccstudies .item-case {
    position: relative;
    background: #faece1;
    border-radius: 15px;
    padding: 21px;
    margin-left: 58px;
    padding-left: 90px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #ff7000;
    min-height: 154px;
}

.ccstudies .item-case .mg {
    position: absolute;
    left: -61px;
    top: 10px;
}

.ccstudies .item-case a {
    font-size: 20px;
}

.ccstudies .item-case a,
.ccstudies .item-case h5 {
    color: #ff7000;
    font-family: Open Sans, sans-serif;
}

.ccstudies .item-case h5 {
    font-weight: 700;
}

.ccstudies .item-case hr {
    margin: 5px;
    border: 0;
    border-top: 1px solid #faece1;
}

.ccstudies .item-case p {
    color: #ff7000;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}

.ccstudies .viewall {
    position: relative;
    top: -25px;
}

@media (max-width: 768px) {
    .ccstudies a.boton {
        padding: 5px;
        font-size: 14px;
        top: -20px;
    }
}

/*
 ---------------------------
 	Spanish App Review
 ----------------------------
 */

#box-ban-appreviews {
    overflow: hidden;
    height: 196px;
    background-image: url(../images/bg-ban-appreviews.jpg);
    background-position: 50%;
    background-size: cover;
}

#box-ban-appreviews a.boton {
    margin-top: 72px;
    font-weight: bolder;
    font-family: Open Sans, Arial;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc162+0,e8a046+100 */
    background: #ffc162;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc162, #e8a046);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, #ffc162 0, #e8a046);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc162', endColorstr='#e8a046', GradientType=0);
}

#box-ban-appreviews h1,
#box-ban-appreviews h2,
#box-ban-appreviews h3 {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-transform: rotate(358deg);
    -webkit-transform: rotate(358deg);
    -o-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
    transform: rotate(358deg);
    font-family: "Open Sans", sans-serif;
}

#box-ban-appreviews h1 {
    background: #f27440;
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 3px 0px;
    margin: 0 auto;
    max-width: 100px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

#box-ban-appreviews h2 {
    background: #ec5654;
    color: #fff;
    font-size: 40px;
    display: block;
    padding: 8px;
    margin: 0 auto;
    max-width: 120px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

#box-ban-appreviews h3 {
    background: #ffb353;
    color: #fff;
    font-size: 40px;
    display: block;
    padding: 8px;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

#box-ban-appreviews h1 {
}

@media (max-width: 1089px) {
    #box-ban-appreviews a.boton {
        margin-top: 52px;
    }
}

@media (max-width: 768px) {
    #box-ban-appreviews {
        height: auto;
        padding-bottom: 20px;
    }
    #box-ban-appreviews .img-responsive {
        margin: 0 auto;
    }
}

/*
---------------------------
	Spanish Language Essentials
----------------------------
*/

.sle h4 {
    color: #fd6f12;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.sle .row.rmore {
    height: 50px;
    display: block;
}

.sle .item {
    background: #ededed;
    border-radius: 10px;
    margin-top: 20px;
}

.sle .item .hd {
    background: #d7610a;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 50px;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.sle .item .hd h3 {
    padding: 10px;
    font-family: Open Sans, sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.sle .item .bd {
    background: #ff9606;
    padding: 10px;
    padding-bottom: 45px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sle .item ul {
    list-style-type: none;
}

.sle .item ul li {
    color: #fff;
    margin-bottom: 5px;
}

.sle a.btn {
    background: #ff7a0b;
    color: #fff;
    position: relative;
    top: -20px;
    text-transform: uppercase;
    border: 2px solid #ff7a0b;
}

.sle .option ul {
    list-style-type: none;
    margin-top: 35px;
}

.sle .option ul li {
    display: inline-block;
    margin: 0 10px;
}

.sle .option ul li:last-child a {
    padding: 25px;
    position: relative;
    top: -8px;
}

.sle .option {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .sle .option ul li:last-child a {
        top: 0;
        margin-top: 10px;
    }
    .sle .item img {
        width: 100%;
    }
    /*.sle .item{margin-bottom: 50px; margin-top: 20px;}*/
}

/*
---------------------------
	HELPERS
----------------------------
*/

.embed-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-orange {
    color: #fd6f12;
    background: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/*
---------------------------
	PRE VIDEO
----------------------------
*/

.pre-video {
    font-size: 15px;
    color: #fff;
}

/*
---------------------------
	THE TEACHER HANDBOOK BANNER
----------------------------
*/

.tthandbookbanner {
    background: url("../images/blackboard-tth.png") no-repeat 59% top #dbdbdb;
    margin-bottom: 10px;
}

.tthandbookbanner .wrapper-banner {
    min-height: 200px;
}

.tthandbookbanner .desktop {
    position: absolute;
    bottom: 0;
}

.tthandbookbanner a {
    background: #000;
    color: #fff;
    position: absolute;
    bottom: 28%;
    z-index: 30;
    right: 20%;
    padding: 20px 35px !important;
    -webkit-box-shadow: 2px 5px 14px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 5px 14px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 5px 14px -9px rgba(0, 0, 0, 0.75);
}

.tthandbookbanner a,
.tthandbookbanner .logo-tth {
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

@media (max-width: 1198px) {
    .tthandbookbanner a {
        right: 10%;
    }
    .logo-tth {
        margin-top: 43px;
    }
}

@media (max-width: 912px) {
    .tthandbookbanner a {
        right: 0%;
    }
}

@media (max-width: 768px) {
    .tthandbookbanner {
        padding-top: 49px;
        background-size: 91%;
    }
    .tthandbookbanner .logo-tth {
        margin: 0 auto;
    }
    .tthandbookbanner a {
        position: relative;
        right: auto;
        display: block;
        width: 124px;
        margin: 0 auto;
    }
    .tthandbookbanner .wrapper-banner {
        text-align: center;
        margin-top: 22px;
        min-height: 50px;
    }
    .tthandbookbanner .desktop {
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 27px;
    }
}

/*
---------------------------
	Banner American Slang
----------------------------
*/

.banner-aslang {
    background: url(../images/banner-american-slang.jpg) center center no-repeat;
    min-height: 120px;
    background-size: cover;
}

.banner-aslang a {
    background: #fff;
    color: #b71a0f;
    font-weight: bold;
    margin-top: 92px;
    padding: 20px 37px !important;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

@media (max-width: 912px) {
    .banner-aslang a {
        margin-top: 72px;
    }
}

@media (max-width: 842) {
    .banner-aslang a {
        margin-top: 42px;
    }
}

@media (max-width: 768px) {
    .banner-aslang img {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    .banner-aslang a {
        margin-top: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 468px) {
    .testapp img {
        width: 100% !important;
    }
}

@media (min-width: 468px) {
    .testapp {
        display: none !important;
    }
}

/*
---------------------------
	HR CONTENT
----------------------------
*/

.hr-content p {
    color: #3e3e3e;
}

.hr-content p a {
    color: #f47921;
}

.hr-content ul {
    list-style: disc outside;
    margin-left: 13px;
    color: #db7b38;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr-content ul li {
    margin-bottom: 15px;
}

.hr-content ul li p {
    color: #3e3e3e;
    font-size: 16px;
}

.fullpanel.hr-page {
    background: url(../images/fullpanel-hr.jpg) no-repeat center center;
    background-size: cover;
}

.hr-content-bstripe {
    background: #454545;
    padding: 30px 0;
    margin-bottom: 5px;
}

.hr-content-bstripe p {
    font-size: 19px;
    line-height: 29px;
    color: #fff;
}

.hr-content-bstripe p a {
    border-bottom: 1px solid #ff9c00;
    color: #fff;
}

/*
---------------------------
	PRICING TABLES
----------------------------
*/

.pricing-tables.green-line .table {
    color: #f48e2c;
}

.pricing-tables.white-line .table {
    color: #fff;
}

.pricing-tables .table tr td,
.pricing-tables .table tbody td,
.pricing-tables .table > thead > tr > th {
    border-top: none;
    border-bottom: 0;
}

.pricing-tables .table * {
    text-align: center;
}

.pricing-tables .table thead th,
.pricing-tables .table tbody td,
.pricing-tables .table tfoot td {
    padding: 0;
}

.pricing-tables h3 {
    text-align: left !important;
}

.pricing-tables h3 span {
    font-size: 14px;
    display: block;
    text-align: left !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pricing-tables h2 {
    font-size: 21px;
    padding: 15px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 0;
}

.pricing-tables.green-line h2 {
    border-left: 2px solid #57bbae;
    border-right: 2px solid #57bbae;
    border-top: 2px solid #57bbae;
}

.pricing-tables.white-line h2 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.pricing-tables h2 strong {
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.pricing-tables h2.skype {
    margin-left: 5px;
    margin-right: 0;
    padding-top: 23px;
    padding-bottom: 27px;
}

.pricing-tables p {
    font-size: 13px;
    margin: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pricing-tables p.costface {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 0;
}

.pricing-tables p.costskype {
    margin: 0;
    margin-left: 5px;
    margin-bottom: 0;
}

.pricing-tables p.time {
    text-align: left;
    padding-left: 5px;
}

.pricing-tables.green-line tfoot p.costface,
.pricing-tables.green-line tfoot p.costskype,
.pricing-tables.white-line tfoot p.costface,
.pricing-tables.white-line tfoot p.costskype {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pricing-tables .table-striped tbody tr:last-child p {
    padding-bottom: 45px !important;
}

.pricing-tables.green-line tfoot p.costface,
.pricing-tables.green-line tfoot p.costskype {
    border-bottom: 2px solid #57bbae;
}

.pricing-tables.white-line tfoot p.costface,
.pricing-tables.white-line tfoot p.costskype {
    border-bottom: 2px solid #fff;
}

.pricing-tables.green-line p.costface,
.pricing-tables.green-line p.costskype {
    border-left: 2px solid #57bbae;
    border-right: 2px solid #57bbae;
}

.pricing-tables.white-line p.costface,
.pricing-tables.white-line p.costskype {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pricing-tables .table-striped > tbody > tr:nth-of-type(odd) {
    background: #f48e2c;
    color: #fff;
}

.pricing-tables .table-striped > tbody > tr:nth-of-type(even) {
    background: #fef9f4;
    color: #f48e2c;
}

.pricing-tables.green-line a,
.pricing-tables.white-line a {
    position: relative;
    top: -35px;
    color: #fff;
    background-color: #00b9aa;
    border: 1px solid #fff;
}

.pricing-tables td.pri-spe p {
    padding-top: 0px;
}

.pricing-tables td.pri-spe span {
    display: block;
    line-height: 20px;
    float: left;
    padding: 10px 0px 0px 0px;
}

.pricing-tables td.pri-spe span.popular {
    padding: 0 0 0 20px;
}

#pricing-section-canada {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

/*
---------------------------
	Reviwed module
----------------------------
*/

.review-by {
    background: #00ccb7;
    padding: 10px;
    margin-top: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.review-by hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}

.review-by * {
    color: #fff;
    text-align: left;
}

.review-by .img-wrap {
    max-width: 140px;
    -webkit-box-shadow: 0px 3px 0px -1px rgba(0, 112, 100, 1);
    -moz-box-shadow: 0px 3px 0px -1px rgba(0, 112, 100, 1);
    box-shadow: 0px 3px 0px -1px rgba(0, 112, 100, 1);
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.review-by p.reviewed {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 5px;
}

.review-by h2 {
    font-weight: 300;
}

@media (max-width: 768px) {
    .review-by .img-wrap {
        margin: 0 auto;
        display: block;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*
---------------------------
	Banner True or False
----------------------------
*/

#banner-tof {
    display: block;
}

#banner-tof .columna-left {
    background-image: url(../images/bg-grad-yellow.png);
    background-repeat: repeat-x;
    background-position: left top;
    display: table;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

#banner-tof .columna-left p {
    font-weight: 100;
}

#banner-tof .columna-right {
    display: table;
    height: 213px;
    text-align: center;
    background-color: #fff;
}

#banner-tof .columna-right a {
    text-decoration: none;
}

#banner-tof .columna-right a:hover strong {
    background-color: #fe7702;
}

#banner-tof .columna-right strong {
    background-color: #366cd9;
    color: #fff;
    padding: 8px 30px;
    margin: 5px auto 0;
    border-radius: 6px;
    font-size: 18px;
}

#banner-tof span {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 26px;
}

#banner-tof .columna-left .img-left {
    float: left;
}

#banner-tof .columna-left .img-right {
    float: right;
}

@media (min-width: 768px) {
    #banner-trueorfalse {
        background-image: url(../images/bg-grad-yellow-2.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto;
    }
}

@media (max-width: 980px) {
    #banner-tof span {
        font-size: 20px;
        line-height: 22px;
    }
    #banner-tof .columna-right img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 380px) {
    #banner-tof .columna-right img {
        width: 100%;
        height: auto;
    }
}

.intro-slides .slogan {
    text-align: center;
    display: auto;
    padding-top: 370px;
}

.intro-slides .slogan h3 {
    text-shadow: none;
    font-size: 2.8em;
    line-height: 1.3em;
    font-weight: 600;
}

@media (max-width: 992px) {
    .intro-slides .slogan {
        padding-top: 70px;
    }
    .intro-slides .slogan h3 {
        font-size: 1.8em;
        line-height: auto;
    }
}

@media (max-width: 768px) {
    #banner-tof .columna-right,
    #banner-tof .columna-left {
        display: block;
        padding: 20px;
        height: auto;
    }
    #banner-tof span {
        display: block;
        text-align: center;
        width: 100%;
    }
    #banner-tof .columna-right img {
        width: auto;
        height: auto;
    }
}

#pre-footer {
    background-color: #eeeeee;
}

/*** NEW-LL ***/

.pricing-tables p {
    font-size: 16px;
}

.pricing-tables.green-line h2.skype {
    padding-top: 10px;
}

.pricing-tables.green-line h2 {
    height: 84px;
}

.pricing-tables.green-line h3,
.pricing-tables.green-line img.flag {
    float: left;
}

.pricing-tables.green-line.CANADA th {
    color: #00b8aa;
}

.pricing-tables.green-line td .note {
    padding-top: 10px;
    display: block;
    text-align: left;
    font-size: 13px;
    color: #686868;
}

.sle.inner {
    border-radius: 20px;
    border: 4px solid #ff7000;
}

.pacifico {
    font-family: "Satisfy", cursive;
}

.sle.inner {
    border-radius: 20px;
    margin: 50px auto 40px;
    padding: 15px 40px 30px;
    border: 4px solid #ff7000;
}

.sle.inner h4 {
    font-family: "Satisfy", cursive;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 100;
    line-height: 70px;
    margin-top: -60px;
}

.sle.inner h4 span {
    background-color: #fff;
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 850px) {
    .sle.inner h4 span {
        display: block;
    }
}

@media (max-width: 420px) {
    .sle.inner {
        padding: 0px;
    }
    .sle.inner h4 {
        font-size: 36px;
        line-height: 46px;
    }
}

.bg-color-orange-light {
    background-color: #ff9606;
}

.fullpanel.language-lessons .slice,
.fullpanel.flagcity.city .slice {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .fullpanel.city .slice .multiline {
        font-size: 20px;
    }
    .fullpanel.city .slice .multiline strong {
        font-size: 22px;
    }
    .fullpanel .slice {
        height: 356px;
    }
    .fullpanel.language-lessons .slice,
    .fullpanel.city .slice {
        padding-bottom: 25px;
        vertical-align: bottom;
    }
    .fullpanel.language-lessons .slice,
    .fullpanel.flagcity.city .slice {
        display: table-cell;
        text-align: center;
        width: 1%;
    }
}

.h1under {
    margin: 0;
    text-align: center;
    padding: 12px 5px;
    font-size: 30px;
    font-weight: 600;
}

#langcity-search {
    background-color: #f80;
    display: table-cell;
    vertical-align: bottom;
    background-image: url(../images/bg-lang-search.jpg);
    background-size: cover;
    height: 382px;
    width: 1%;
    background-position: top center;
}

#langcity-search .inner {
    min-height: 100px;
    padding: 20px 10px;
    background-image: url(../images/bg-black-50.png);
    background-repeat: repeat;
    vertical-align: bottom;
    text-align: center;
}

#langcity-search .searchbox {
    display: table;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
}

#langcity-search .searchbox div {
    line-height: 54px;
    background-color: #fff;
    display: table-cell;
    margin: 0;
}

#langcity-search .searchbox .parte1 {
    padding: 0 20px;
    background-image: url(../images/searchbox-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 50px;
}

#langcity-search .searchbox .greensearch {
    background-color: #00d0c0;
    font-size: 17px;
    color: #fff;
    padding: 0 20px;
    border: none;
    -webkit-appearance: none;
}

#langcity-search .searchbox .greensearch:hover {
    background-color: #ff9606;
}

#langcity-search .searchbox .parte2 input {
    font-size: 17px;
    border: none;
    -webkit-appearance: none;
    line-height: 24px;
    height: 30px;
}

@media (max-width: 550px) {
    #langcity-search .searchbox div {
        display: block;
    }
    #langcity-search .searchbox .parte1 {
        padding: 0 20px;
        background-image: none;
        padding-right: 20px;
    }
}

.ban-test .carousel-indicators {
    bottom: -30px;
}

#box-ban-dual2 .ban-case .item-case .quote {
    margin-top: 80px;
    color: #00867e;
    background-color: #e6f9f7;
    padding: 50px 10px 30px;
}

#box-ban-dual2 .ban-case .item-case .quote .name {
    font-size: 20px;
}

#box-ban-dual2 .ban-case .item-case {
    position: relative;
}

#box-ban-dual2 .ban-case .carousel-inner .item-content {
    padding-top: 16px;
}

#box-ban-dual2 .ban-case .item-case .mg {
    width: 134px;
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -67px;
}

#box-ban-dual2 .ban-test {
    background-image: url(../images/bg-ban-world-a.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: top right;
    display: block;
    background-color: #ed7344;
    min-height: 628px;
}

#box-ban-dual2 .ban-case {
    background-image: url(../images/bg-ban-world-b.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: top left;
    display: block;
    background-color: #02d1c1;
    min-height: 628px;
}

#box-ban-dual2 .ban-test .inner,
#box-ban-dual2 .ban-case .inner {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

#box-ban-dual2 .pibe {
    height: 291px;
    /*diaplay: block;*/
    width: 156px;
    margin-left: -78px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 10;
}

#box-clientlist.yellow {
    position: relative;
}

#box-clientlist.yellow .wrapper {
    padding-bottom: 10px;
}

.botfix {
    background-color: #015266;
    font-size: 14px;
    padding: 10px;
    margin: 70px auto 0px;
    height: 60px;
}

#box-clientlist .boton.botfix {
    top: 0;
}


#lessons-info a {
    font-weight: 600;
    color: #ff7a0b;
}

#lessons-info h3 {
    font-weight: 700;
    color: #ff7a0b;
    font-size: 20px;
}

#lessons-info .row {
    margin-bottom: 15px;
}

#lessons-info .row .col-sm-3 img {
    margin-top: 15px;
}

.pricing-tables.green-line a,
.pricing-tables.white-line a {
    top: 0px;
}

.no-mastil {
    text-align: center;
    padding-bottom: 0;
}

.no-mastil .lang-item {
    display: inline-block;
    width: 120px;
    height: 104px;
    padding: 0;
    margin: 0;
    float: none;
}

.no-mastil .lang-item strong {
    color: #f47921;
    line-height: 14px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    footer .footer-social a {
        padding: 10px 0 !important;
        font-size: 2.4em !important;
    }
}

@media (max-width: 920px) {
    #box-ban-dual2 .ban-case .boton {
        font-size: 12px;
    }
    .botfix {
        margin: 20px auto 0px;
    }
    footer .footer-social a {
        padding: 10px 0 !important;
        font-size: 2.4em !important;
    }
}

@media (max-width: 768px) {
    .pricing-tables p {
        font-size: 14px;
    }
    .pricing-tables.green-line img.flag {
        display: none;
    }
    .pricing-tables.green-line h2 {
        height: auto;
    }
    #box-ban-dual2 .ban-case .boton {
        font-size: 14px;
    }
    #box-ban-dual2 .pibe {
        display: none;
    }
    #box-ban-dual2 .ban-test .inner,
    #box-ban-dual2 .ban-case .inner {
        width: 80%;
        margin: 0 auto;
    }
    .widgetbox {
        margin: 10px auto;
        width: 228px;
    }
    footer .footer-social,
    footer .nav-footer {
        display: inline-block;
        text-align: center;
    }
    footer .footer-social {
        padding: 10px 0;
    }
    footer .footer-social a {
        padding: 10px 0 !important;
    }

    .footer__nav ul {
        columns: 2;
        column-gap: 22px;
        display: block;
    }
    .footer__nav ul li {
        width: 100%;
    }
    .footer__nav ul li:not(:last-child) {
        margin: 0;
    }
    .footer__nav ul li > * {
        font-size: 12px;
        line-height: 24px;
    }
    .footer__block > * {
        line-height: 18px;
    }
    .footer__social {
        padding: 0;
    }

    .footer__container {
        padding: 13px 0 20px;
    }

    .footer__nav {
        margin-bottom: 17px;
    }

    .footer__address {
        margin: 0 auto;
    }

    .footer__container {
        gap: 0;
    }

    .footer__follow {
        align-items: center;
        margin-bottom: 26px;
        margin-top: 22px;
        text-align: center;
    }

    .footer__follow * {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }

    .footer__social {
        justify-content: center;
    }

    .footer__license > :not(:last-child) {
        margin-bottom: 9px;
    }

    .footer__license-item {
        margin-top: 0;
    }
    .footer__license {
        margin-top: 27px;
    }
    .footer__container {
        padding: 13px 0 17px;
    }

}

@media (max-width: 620px) {
    .pricing-tables .table thead h3 strong {
        display: block;
        padding-top: 30px;
    }
    .pricing-tables.green-line h3 {
        height: 90px;
        padding-top: 0px;
        margin-top: 0;
    }
    .pricing-tables.green-line h2 {
        height: 90px;
        margin-top: 0;
    }
    .pricing-tables tr th h3 {
        font-size: 20px;
    }
    .pricing-tables tr th h2 {
        font-size: 16px;
    }
    .pricing-tables tr th h2 img {
        max-width: 125px;
        width: 100%;
        height: auto;
    }
    .pricing-tables p {
        font-size: 12px;
        height: 66px;
    }
    .pricing-tables.green-line a {
        font-size: 11px;
    }
    .pricing-tables.green-line td .note {
        padding-right: 8px;
        font-size: 11px;
    }
}

.carousel-indicators {
    position: relative;
    bottom: -33px;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.carousel {
    padding-top: 24px;
}

.carousel-inner {
    padding-bottom: 24px;
}

#box-ban-dual2 .ban-case .carousel-inner {
    height: 280px;
    padding-bottom: 14px;
}

#box-ban-dual2 .ban-case .item-case .quote {
    height: auto;
    display: block;
    margin-top: 70px;
    padding-bottom: 10px;
}

#box-ban-dual2 .ban-case .carousel {
    padding-top: 0px;
}

.is-url {
    display: block;
    max-width: 96%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 450px) {
    .fullpanel.clients {
        background-position: 0 0;
    }
}

@media (max-width: 450px) {
    .fullpanel.leveltests {
        background-position: -650px 0;
    }
}

@media (max-width: 450px) {
    .fullpanel.groups {
        background-position: -715px 0;
    }
}

.feeds .column {
    padding-left: 2px;
    padding-right: 2px;
    width: 20%;
}

#job-inquiry .form-horizontal .control-label {
    color: #f47921;
}

#job-inquiry label {
    color: #f47921;
}

.narrow-text {
    padding-right: 20%;
    padding-left: 20%;
    color: #777;
    text-align: justify;
}

.narrow-title {
    padding-right: 20%;
    padding-left: 20%;
    text-align: justify;
}

.narrow-description {
    padding-right: 155px;
    padding-left: 155px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}

/* inquiry */

.modal-backdrop.in {
    opacity: 0.7;
}

.modal-open[style="padding-right: 15px;"] .navbar-fixed-top {
    padding-right: 15px;
}

@media (max-width: 767px) {
    #header-grid {
        display: grid;
        grid-template-columns: 35% 45% 20%;
        grid-template-rows: 70px auto auto;
    }
    .navbar-header {
        grid-column: 1/4;
        grid-row: 1/2;
    }
    header #navbar {
        grid-column: 1/4;
    }
    .block-a {
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .navbar-header > button {
        grid-column: 3/4;
        grid-row: 1/2;
    }
    .block05 {
        grid-column: 1/4;
        grid-row: 2/3;
    }
    #main {
        width: 100vw;
        overflow: hidden;
    }
}

.box.linkedin {
    text-align: center;
}

.feed-social-la {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto;
}

@media (min-width: 768px) {
    .feed-social-la {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 2%;
    }
    .widgetbox.facebook {
        grid-column: 1/2;
    }
    .widgetbox {
        width: 100%;
    }
}

/** BEGIN 2019 STYLES **/

.grid-container {
    display: grid;
    grid-template-columns:
        [grid-start] minmax(5rem, 1fr) [center-start] repeat(
            8,
            minmax(min-content, 14rem)
        )
        [center-end] minmax(5rem, 1fr) [grid-end];
    grid-auto-rows: min-content;
}

.white-separator {
    margin-top: 5px;
}

.full-element {
    grid-column: grid-start / grid-end;
}

.center-element {
    grid-column: center-start / center-end;
    justify-self: center;
}

@media (max-width: 900px) {
    .center-element {
        grid-column: grid-start / grid-end;
    }
}

.valentines-grid {
    background-image: url(/global/images/banners/valentines-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 2fr 1.2fr 0.6fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
}

.valentines-grid__image {
    grid-column: 1/2;
}

.valentines-grid__image img {
    width: 100%;
}

.valentines-grid__text {
    grid-column: 2/3;
    font-size: 1.8rem;
    color: #fff;
    line-height: 3rem;
}

.valentines-grid__text h3,
.valentines-grid__text-normal span,
.valentines-popup__text h3 {
    font-weight: 700;
    color: #c73e54;
    margin: 0;
    line-height: 3rem;
}

.valentines-grid__text-normal {
    letter-spacing: 1px;
    font-size: 2.1rem;
}

.valentines-grid__text-small {
    font-size: 1rem;
    font-weight: bold;
}

.valentines-grid__button {
    grid-column: 3/4;
}

.valentines-grid__button a,
.valentines-grid__button a:link,
.valentines-grid__button a:visited,
a.valentines-popup__button-text,
a.valentines-popup__button-text:link,
a.valentines-popup__button-text:visited {
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    border: 2px solid #c73e54;
    border-radius: 1rem;
    padding: 0.8rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
}

.valentines-grid__button a:hover,
.valentines-grid__button a:active,
a.valentines-popup__button-text:hover,
a.valentines-popup__button-text:active {
    color: #c73e54;
    text-decoration: none;
    background-color: #fff;
}

@media (max-width: 767px) {
    .valentines-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 8rem;
        justify-items: center;
    }
    .valentines-grid__image {
        grid-row: 1/2;
        grid-column: 1/2;
    }
    .valentines-grid__text {
        grid-row: 2/3;
        grid-column: 1/2;
        padding: 0 1.5rem;
    }
    .valentines-grid__button {
        grid-row: 3/4;
        grid-column: 1/2;
    }
}

.valentines-popup-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    display: none;
}

.valentines-popup {
    background-color: #000;
    width: 80rem;
    height: 45rem;
    background-image: url(/global/images/banners/valentines-bg.jpg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 25rem auto;
}

.valentines-popup__close,
.easter-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    background-color: white;
    border-radius: 60%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(50%, -35%);
    cursor: pointer;
}

.valentines-popup__text {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 1rem 3rem;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.8rem;
    line-height: 3rem;
    width: 92%;
}

.valentines-popup__text i {
    font-style: normal;
    border-bottom: 2px solid #f1d3d5;
    font-weight: bolder;
}

.valentines-popup__button {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 3rem;
    align-self: center;
}

.valentines-popup__image {
    grid-column: 1/3;
}

.valentines-popup__image img {
    width: 100%;
}

@media (max-width: 767px) {
    .valentines-popup-container {
        width: 100vw;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        z-index: 1030;
        background-color: #000;
        opacity: 1;
    }
    .valentines-popup {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        text-align: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .valentines-popup__close,
    .easter-popup__close {
        transform: translate(-50%, -15px);
        width: 4rem;
        height: 4rem;
        font-size: 2.8rem;
    }
    .valentines-popup__image {
        display: none;
    }
    .valentines-popup__text {
        grid-column: 1/2;
        grid-row: 1/2;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
    }
    .valentines-popup__text h3 {
        display: inline;
        font-size: 2.5rem;
        margin-top: 1.2rem;
    }
    .valentines-popup__button {
        margin-left: 0;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

.easter-grid {
    background-image: url(/global/images/banners/easter-bg.png);
    background-size: 35%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 0.8fr 1.8fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
    min-height: 25rem;
    background-position-x: 112%;
    background-position-y: 55%;
    padding-left: 8rem;
}

.easter-grid__titles img,
.easter-popup__titles img {
    width: 75%;
    margin-left: 12.5%;
}

img.easter-grid__titles--2 {
    width: 60%;
}

.easter-grid__text h3,
.easter-popup__text h3 {
    color: #f4b84d;
    font-size: 2.4rem;
}

.easter-grid__text--normal {
    font-size: 2.4rem;
    color: #912200;
    width: 80%;
    line-height: 3rem;
}

.easter-grid__text--small {
    color: #7a7a7a;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.easter-grid__button,
.easter-grid__button:link,
.easter-grid__button:visited {
    background-color: #912200;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 1.5rem;
    padding: 0.8rem 1.4rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    margin-bottom: 2rem;
    display: inline-block;
}

@media (max-width: 767px) {
    .easter-grid {
        grid-template-columns: 1fr;
        background-size: 90%;
        background-repeat: no-repeat;
        align-items: center;
        grid-gap: 2rem;
        background-position-x: 600%;
        padding-left: 0;
        padding: 0 3.5rem;
    }
    .easter-grid__titles img {
        width: 50%;
        margin-left: 0;
    }
    .easter-grid__text--normal {
        width: 65%;
        font-size: 2.1rem;
    }
    .easter-grid__text h3 {
        font-size: 2.1rem;
    }
    .easter-grid__text--small {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
}

.easter-popup {
    background-color: #fff;
    width: 80rem;
    height: 45rem;
    background-image: url(/global/images/banners/easter-bg.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    grid-template-rows: 25rem auto;
    padding-top: 2rem;
    background-size: 75%;
    background-position-x: 37rem;
    background-repeat: no-repeat;
}

.easter-popup__text {
    padding-left: 12.5%;
}

.easter-popup__text--normal {
    font-size: 2rem;
    color: #912200;
    line-height: 2.4rem;
}

.easter-popup__titles--mobile {
    display: none;
}

@media (max-width: 767px) {
    .easter-popup {
        background-image: none;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        text-align: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .easter-popup__titles {
        display: none;
    }
    .easter-popup__titles--mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .easter-popup__titles--mobile img {
        width: 70%;
    }
    .easter-popup__titles img {
        width: auto;
        height: 100%;
    }
    img.easter-popup__titles--2 {
        width: auto;
        height: 100%;
    }
    .easter-popup__text {
        padding-left: 0;
    }
    .easter-popup__text h3 {
        font-size: 2rem;
    }
    .easter-popup__text--normal {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 0;
    }
}

.narrow-ext {
    padding: 20px 0;
    padding-right: 12%;
    padding-left: 7%;
    text-align: justify;
}

.summer-banner {
    background-image: url(/global/images/summer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 45% 40% 15%;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
    height: 20rem;
    overflow: hidden;
    padding: 0 12%;
    color: #d66c69;
}

.summer-banner__titles {
    padding-left: 10%;
}

.summer-popup__titles,
.summer-popup__text {
    margin: 10px 0;
}

.summer-banner__titles h2,
.summer-popup__titles h2 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 8rem;
    line-height: 3rem;
    font-weight: 500;
}

.summer-popup__titles h2 {
    font-size: 4.6rem;
    margin-bottom: 0;
}

.summer-banner__titles h4,
.summer-popup__titles h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    letter-spacing: 4px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin-top: 5px;
}

.summer-popup__titles h4 {
    font-size: 2rem;
}

.summer-banner__text h3,
.summer-popup__text h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 0;
}

.summer-popup__text h3 {
    font-size: 1.3rem;
}

.summer-banner__text-normal {
    font-size: 1.6rem;
}

.summer-popup__text {
    font-size: 1.3rem;
}

.summer-banner__text-small,
.summer-popup__text-small {
    font-size: 1.3rem;
    font-weight: bold;
}

.summer-banner__button-link,
.summer-banner__button-link:hover,
.summer-banner__button-link:active,
.summer-banner__button-link:visited,
.summer-popup__button-link,
.summer-popup__button-link:hover,
.summer-popup__button-link:active,
.summer-popup__button-link:visited {
    background-color: #d66c69;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.3rem;
    padding: 1rem 2rem;
    font-weight: bold;
    align-self: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .summer-banner {
        background-image: url(/global/images/summer_bg_mobile.jpg);
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        align-items: center;
        grid-gap: 2rem;
        overflow: hidden;
        padding: 0 0 4rem 0;
        background-position: center;
    }
    .summer-banner__titles {
        background-color: #ffc1b4;
        display: flex;
        padding: 5% 5% 2% 5%;
        align-items: baseline;
    }
    .summer-banner__titles h4,
    .summer-popup__titles h4 {
        font-size: 2.5rem;
        margin-left: 15px;
        letter-spacing: 0;
    }
    .summer-banner__titles h2,
    .summer-popup__titles h2 {
        font-size: 4.5rem;
        color: #ef6d6c;
    }
    .summer-banner__text {
        padding: 0 8%;
        text-align: center;
    }
    .summer-banner__text-small {
        display: none;
    }
    .summer-banner__button-link,
    .summer-banner__button-link:hover,
    .summer-banner__button-link:active,
    .summer-popup__button-link,
    .summer-popup__button-link:hover,
    .summer-popup__button-link:active {
        display: inline;
    }
    .summer-banner__button {
        margin: 10px auto 0;
    }
}

.summer-popup {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-image: url(/global/images/popup_summer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
    padding: 0 12% 0 27%;
    color: #d66c69;
    z-index: 100;
    background-position: bottom;
}

.summer-popup__close {
    position: absolute;
    top: 10px;
    background-color: #fff;
    font-size: 3.6rem;
    text-align: center;
    color: #087f9c;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50%;
    align-self: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-30px);
    right: 5%;
}

@media (max-width: 767px) {
    .summer-popup {
        background-color: #cef0de;
        padding: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-items: center;
        grid-gap: 0.5rem;
        color: #fff;
        z-index: 100;
        text-align: center;
        background-image: none;
    }
    .summer-popup__text {
        padding: 0 5%;
    }
    .summer-popup__text,
    .summer-popup__text h3 {
        color: #d66c69;
        font-size: 1.6rem;
    }
    .summer-popup__titles {
        grid-column: 1/2;
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        background-color: #ffc1b4;
        margin: 0;
        padding: 10px;
    }
    .summer-popup__titles h2 {
        font-size: 4rem;
        margin-bottom: 0;
    }
    .summer-popup__titles h4 {
        font-size: 2.4rem;
        letter-spacing: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .summer-popup__button {
        margin-bottom: 15px;
    }
    .summer-popup__close {
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 2.5rem;
        transform: translateY(-25px);
    }
}

.banda-la {
    background-image: url(../images/la_banner_desktop.png);
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    background-position: center;
}

.banda-la__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    width: 55%;
    margin-left: 33%;
    margin-right: 12%;
    text-align: left;
}

.banda-la__title {
    color: #f9d96a;
    text-transform: uppercase;
    font-size: 2.5em;
    font-family: "Teko", sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

.banda-la__text {
    font-family: "Open Sans", sans-sans-serif;
    color: white;
    font-size: 1.2em;
    line-height: 1.2;
}

.banda-la__form {
    margin-top: 10px;
    display: flex;
}

.banda-la__form input {
    padding-left: 10px;
    height: 50px;
    border-radius: 15px;
    border: 0;
    outline: 0;
    min-width: 300px;
    max-width: 450px;
}

.banda-la__form button {
    height: 50px;
    border-radius: 15px;
    border: 0;
    outline: 0;
    background-color: #f9d96a;
    color: #218191;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-size: 1.8em;
    padding: 0 20px;
    margin-left: 28px;
    transform: translateX(-30px);
}

@media (max-width: 767px) {
    .banda-la {
        background-image: url(../images/la_banner_mobile.png);
        background-size: cover;
        padding-top: 5%;
        padding-bottom: 5%;
        background-position: center;
    }
    .banda-la__grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        width: 94%;
        margin-left: 3%;
        margin-right: 0;
        text-align: justify;
    }
    .banda-la__title {
        font-size: 1.8em;
        text-align: justify;
    }
    .banda-la__text {
        font-size: 1em;
    }
    .banda-la__form {
        margin-top: 120px;
        display: flex;
        width: 100%;
        justify-self: center;
        justify-content: center;
        padding-left: 30px;
    }
}

.christmas-banner {
    background-image: url(/global/images/christmas_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
    min-height: 22rem;
    padding-left: 20%;
    color: white;
}

.christmas-banner__titles h2,
.christmas-popup__titles h2 {
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.christmas-banner__titles h2 {
    font-size: 3.8rem;
    margin: 0;
}

.christmas-popup__titles h2 {
    font-size: 1.8rem;
    margin: 0;
}

.christmas-banner__titles h4,
.christmas-popup__titles h4 {
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0;
}

.christmas-banner__titles h4 {
    font-size: 3.5rem;
}

.christmas-popup__titles h4 {
    font-size: 1.6rem;
    margin: 0;
}

.christmas-banner__text {
    margin-top: 1rem;
    font-size: 1.6rem;
}

.christmas-banner__text p,
.christmas-popup__text p {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.35;
    margin-bottom: 0;
    font-weight: 300;
}

.christmas-banner__text span,
.christmas-popup__text span {
    font-size: 1.2rem;
    font-style: italic;
}

.christmas-banner__button-link,
.christmas-banner__button-link:hover,
.christmas-banner__button-link:active,
.christmas-banner__button-link:focus,
.christmas-popup__button-link,
.christmas-popup__button-link:hover,
.christmas-popup__button-link:active,
.christmas-popup__button-link:focus {
    background-color: #fff;
    font-size: 1.6rem;
    text-align: center;
    color: #ad0004;
    text-transform: uppercase;
    display: inline;
    border-radius: 1.8rem;
    padding: 1rem 3rem;
    font-weight: bold;
    align-self: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Helvetica Neue", sans-serif;
    width: 100%;
    text-decoration: none;
}

.christmas-popup__button-link,
.christmas-popup__button-link:hover,
.christmas-popup__button-link:active,
.christmas-popup__button-link:focus {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
}

@media (max-width: 767px) {
    .christmas-banner {
        background-image: url(/global/images/christmas_mobile_bg.png);
        grid-template-columns: 50%;
        grid-template-rows: auto;
        height: auto;
        align-items: center;
        grid-gap: 2rem;
        overflow: hidden;
        padding: 20px 5%;
        background-size: cover;
        background-position: right;
    }
    .christmas-banner__titles h2,
    .christmas-popup__titles h2 {
        font-size: 2.2rem;
    }
    .christmas-banner__titles h4,
    .christmas-popup__titles h4 {
        font-size: 2rem;
    }
    .christmas-banner__button-link,
    .christmas-banner__button-link:hover,
    .christmas-banner__button-link:active,
    .christmas-popup__button-link,
    .christmas-popup__button-link:hover,
    .christmas-popup__button-link:active {
        display: inline;
    }
    .christmas-banner__button {
        margin: 10px 0;
        text-align: left;
        margin-bottom: 25px;
    }
}

.christmas-popup {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-image: url(/global/images/christmas_popup.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 0.7fr 0.8fr auto 0.1fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 2rem;
    padding: 10px 20% 10px 20%;
    color: #fff;
    z-index: 100;
    background-position: bottom;
}

.christmas_popup__text {
    font-size: 1.5rem;
}

.christmas-popup__close {
    background-color: #fff;
    font-size: 1.3rem;
    text-align: center;
    color: #950104;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50%;
    align-self: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 3%;
}

@media (max-width: 767px) {
    .christmas-popup {
        background-image: url(/global/images/christmas_popup_mobile.png);
        padding: 15px 5% 5px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-items: center;
        grid-gap: 1.5rem;
        color: #fff;
        z-index: 100;
        text-align: center;
    }
    .christmas-popup__text {
        font-size: 1.4rem;
        width: 80%;
        margin: auto;
    }
    .christmas-popup__titles {
        grid-column: 1/2;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
        align-items: center;
    }
    .christmas-popup__titles h2 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .christmas-popup__titles h4 {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
    .christmas-popup__button {
        margin-bottom: 15px;
    }
    .christmas-popup__close {
        position: absolute;
        top: 10px;
        right: 10px;
        transform: none;
        width: 20px;
        height: 20px;
        font-size: 2rem;
    }
}

.ts-banner-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-position: center;
}

.ts-banner-grid--1 {
    background-image: url(/global/images/banners/travel-scholarship-bg-1.jpg);
}

.ts-banner-grid--2 {
    background-image: url(/global/images/banners/travel-scholarship-bg-2.jpg);
}

.ts-banner-grid--3 {
    background-image: url(/global/images/banners/travel-scholarship-bg-3.jpg);
}

.ts-banner-grid__text {
    width: 60%;
    padding: 20px 0 20px 5%;
}

.ts-banner-grid__text > h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    width: 90%;
}

.ts-banner-grid__text > h2 > span {
    background-color: #fa7900;
    font-weight: bold;
}

.ts-banner-grid__text > p {
    font-size: 16px;
    line-height: 1.4;
}

.ts-banner-grid__cta {
    background-image: url(/global/images/banners/travel-scholarship-cta-bg.png);
    padding: 20px 4% 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ts-banner-grid__cta > img {
    max-width: 70%;
}

.ts-banner-grid__button {
    color: white;
    background-color: #f77900;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 40px;
    font-weight: bold;
}

.ts-banner-grid__button:hover,
.ts-banner-grid__button:active,
.ts-banner-grid__button:visited {
    color: white;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .ts-banner-grid {
        grid-template-columns: 60% 40%;
    }
    .ts-banner-grid__text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ts-banner-grid {
        grid-template-columns: 1fr;
        border: 5px solid #00cabf;
    }
    .ts-banner-grid__text,
    .ts-banner-grid__text > h2 {
        width: 100%;
    }
    .ts-banner-grid__text {
        padding: 0 5%;
        text-align: center;
    }
    .ts-banner-grid__cta {
        background-image: none;
        padding: 20px 5%;
    }
    .ts-banner-grid__cta > img {
        max-width: 85%;
    }
}

.tt-youtube-icon::before {
    content: "";
    background-image: url(/global/images/youtube-icon.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-position: center center;
    transform: translateY(7px);
}

.tt-carousel__text--link {
    display: block;
    z-index: 1;
    cursor: pointer;
    color: #000;
    text-decoration: underline;
}

#home-video {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
}

.home-video-overlay {
    display: flex;
    position: absolute;
    top: 0;
    background-image: none;
    justify-content: center !important;
    padding-top: 39% !important;
    width: 100%;
}

.home-video-btn {
    padding: 13px;
    font-weight: 400;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s;
}

.home-video-btn:first-child {
    margin-right: 60px;
}

.home-video-btn:hover,
.home-video-btn:active,
.home-video-btn:visited {
    color: #fff;
}

.home-video-btn--green:hover {
    background-color: #00c7bc;
    transition: background-color 0.3s;
}

.home-video-btn--orange:hover {
    background-color: #f47921;
    transition: background-color 0.3s;
}

.intro-slides-mobile {
    display: none;
}

#home-video-mobile {
    display: none;
}

@media (max-width: 767px) {
    .intro-slides-mobile {
        display: block;
    }
    #home-video {
        display: none;
    }
    #home-video-mobile {
        display: block;
        width: 100%;
    }
    .home-video-overlay {
        flex-direction: column;
        align-items: center;
        padding-top: 300px !important;
    }
    .home-video-btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 1500px) {
    .home-video-overlay {
        padding-top: 35% !important;
    }
}

#allabout > h4 {
    font-family: "Open Sans", sans-sans-serif;
    color: #22d0c2;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.allabout-flex {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-left: 15%;
}

.allabout-grid {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-column-gap: 30px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.allabout-grid > h3 {
    text-transform: uppercase;
    font-size: 70px;
    color: #fd733f;
    font-family: "Bebas Neue", sans-serif;
    text-align: right;
    margin: 0;
    line-height: 1;
}

.allabout-grid__content {
    color: #fd733f;
}

.allabout-grid__content > h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

.allabout-grid__btn,
.allabout-grid__btn:hover {
    background-color: #fd733f;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
}

@media (max-width: 767px) {
    .allabout-flex {
        width: 95%;
        margin-left: 5%;
    }
    .allabout-grid {
        grid-template-columns: 1fr;
    }
    .allabout-grid > h3 {
        text-align: left;
        margin-bottom: 10px;
    }
}

.spinning-online-banner {
    display: grid;
    grid-template-columns: auto auto;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    color: #fd9626;
    font-weight: lighter;
    padding: 0 10%;
    align-items: center;
    grid-column-gap: 20px;
    grid-template-rows: auto;
    line-height: 1.2;
}

.spinning-online-banner > div {
    padding: 5% 0;
}

.spinning-online-banner > img {
    width: auto;
    height: 100%;
}

.spinning-online-banner > div > a,
.spinning-online-banner > div > a:hover,
.spinning-online-banner > div > a:visited,
.spinning-online-banner > div > a:active {
    color: #fd9626;
    text-decoration: underline;
    display: inline-block;
}

@media (max-width: 767px) {
    .spinning-online-banner {
        grid-template-columns: 1fr;
        font-size: 20px;
        padding: 0 5% 5%;
        grid-row-gap: 10px;
        grid-template-rows: 180px auto;
        line-height: 1.2;
        justify-items: center;
    }
    .spinning-online-banner > div {
        grid-row: 2/3;
        padding: 0;
        text-align: justify;
    }
    .spinning-online-banner > img {
        grid-row: 1/2;
    }
}

/*   LL STyles*/

.banda-online-lessons {
    background-image: url(/global/images/banners/banner-online-classes-q.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    min-height: 350px;
    background-size: cover;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online-lessons__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 11%;
    width: 40%;
}

.online-lessons__content--2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 11%;
    width: 35%;
}

.online-lessons__title--1 {
    color: #fff;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 1.35;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
}

.online-lessons__title--2 {
    color: #fff;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 1.35;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.online-lessons__text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}

.online-lessons__btn {
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #f97521;
    padding: 8px 20px;
    border-radius: 6px;
    align-self: flex-start;
    font-size: 15px;
    transition: all 0.4s;
    font-weight: bold;
}

.online-lessons__btn:visited {
    color: #fff;
}

.online-lessons__btn:hover,
.online-lessons__btn:visited:hover {
    color: #f97521;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.4s;
}

.banda-hybrid-lessons {
    background-color: #f97521;
    background-repeat: no-repeat;
    min-height: 350px;
    background-size: cover;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banda-hybrid-lessons--1 {
    background-image: url("/global/images/banners/banda-hybrid-1.jpg");
}

.banda-hybrid-lessons--2 {
    background-image: url("/global/images/banners/banda-hybrid-2.jpg");
}

.banda-hybrid-lessons--3 {
    background-image: url("/global/images/banners/banda-hybrid-3.jpg");
}

.hybrid-lessons__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hybrid-lessons__content--1 {
    margin-left: 25%;
    width: 32%;
}

.hybrid-lessons__content--2 {
    margin-left: 11%;
    width: 35%;
}

.hybrid-lessons__content--3 {
    padding-right: 21%;
    text-align: right;
}

.hybrid-lessons__title {
    color: #fff;
    font-weight: bolder;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 1.35;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hybrid-lessons__text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .hybrid-lessons__text--darkbg {
        background: #349c91;
        border-radius: 4px;
        padding: 10px 0;
    }
}

.hybrid-lessons__btn {
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #f37922;
    padding: 8px 20px;
    border-radius: 6px;
    align-self: flex-start;
    font-size: 15px;
    transition: all 0.4s;
    font-weight: bold;
    white-space: nowrap;
}

@media (min-width: 971px) and (max-width: 1080px) {
    .hybrid-lessons__btn {
        font-size: 14px;
    }
}

@media (min-width: 761px) and (max-width: 970px) {
    .hybrid-lessons__btn {
        font-size: 11px;
    }
}

@media (min-width: 450px) and (max-width: 761px) {
    .hybrid-lessons__btn {
        font-size: 15px;
    }
}

@media (min-width: 396px) and (max-width: 449px) {
    .hybrid-lessons__btn {
        font-size: 13px;
    }
}

@media (min-width: 342px) and (max-width: 395px) {
    .hybrid-lessons__btn {
        font-size: 11px;
    }
}

@media (min-width: 100px) and (max-width: 341px) {
    .hybrid-lessons__btn {
        font-size: 10px;
    }
}

.hybrid-lessons__btn:hover {
    color: #b4520c;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.4s;
}

.hybrid-lessons__content--3 > .hybrid-lessons__btn {
    align-self: flex-end;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .online-lessons__content {
        margin-left: 5%;
        width: 50%;
    }
    .banda-hybrid-lessons--1 {
        background-position: -300px;
    }
    .hybrid-lessons__content--1 {
        margin-left: 10%;
        width: 40%;
    }
    .hybrid-lessons__content--2 {
        margin-left: 5%;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .banda-online-lessons {
        background-image: url(/global/images/banners/banda-online-classes-q-mobile.jpg);
        background-size: cover;
        background-position: top;
    }
    .online-lessons__content,
    .online-lessons__content--2 {
        margin-left: 3vw;
        width: 94vw;
        padding-top: 300px;
        text-align: center;
        padding-bottom: 40px;
    }
    .online-lessons__btn {
        align-self: center;
    }
    .banda-hybrid-lessons {
        min-height: auto;
        background-size: cover;
        background-position: right;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .banda-hybrid-lessons--1 {
        background-position: 96%;
        text-align: right;
    }
    .banda-hybrid-lessons--2 {
        background-image: url(/global/images/banners/banda-hybrid-2-mobile.jpg);
        background-position: bottom;
        background-size: contain;
    }

    .hybrid-lessons__content--1 {
        margin-left: 4vw;
        width: 92vw;
        padding: 40px 0;
    }
    .hybrid-lessons__content--2 {
        margin-left: 4vw;
        width: 92vw;
        padding-bottom: 250px;
        padding-top: 40px;
    }
    .hybrid-lessons__content--3 {
        text-align: center;
        padding: 20px;
    }
    .hybrid-lessons__content--3 > .hybrid-lessons__title {
        font-size: 18px;
    }
    .hybrid-lessons__content--1 > .hybrid-lessons__btn,
    .hybrid-lessons__content--3 > .hybrid-lessons__btn {
        align-self: center !important;
    }
}

a {
    color: #23527c;
    text-decoration: none;
}

/* ---------------------------
	Online Lessons
	----------------------------
 */

.online-classes-desc {
    display: grid;
    grid-template-columns: 1fr;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #777;
    font-weight: lighter;
    align-items: start;
    grid-column-gap: 20px;
    grid-template-rows: auto;
    line-height: 1.2;
    text-align: justify;
    padding: 0 15%;
}

@media (max-width: 500px) {
    .online-classes-desc {
        padding: 0 12%;
        box-sizing: content-box;
        grid-template-columns: auto auto;
    }
    .online-classes-btns {
        max-width: 80%;
    }
}

.online-classes-btns {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.online-classes-btn {
    background-color: #22d0c2;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.online-classes-btn:hover,
.online-classes-btn:link,
.online-classes-btn:active,
.online-classes-btn:visited {
    color: #fff;
    text-decoration: none;
}

.online-classes-btn:not(:last-of-type) {
    margin-right: 15px;
}

.full-element.online-level-tests {
    background-image: url(/global/images/banners/level-test-online.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    height: 375px;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 1fr 180px 0.92fr;
    align-items: center;
    grid-column-gap: 50px;
}

@media (max-width: 1200px) {
    .full-element.online-level-tests {
        grid-template-columns: 1fr 180px 0.88fr;
    }
}

@media (min-width: 1500px) {
    .full-element.online-level-tests {
        height: 450px;
    }
}

.online-level-tests__big-text {
    color: #646464;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: lighter;
    background: #fff;
    max-width: 50%;
    padding: 15px 30px;
    border-radius: 10px;
    justify-self: center;
}

.online-level-tests__big-text > b {
    font-weight: 900;
    color: #fd6f21;
}

.online-level-tests__cellphone {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    transform: translateX(3px);
}

.online-level-tests__flag-container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-transform: scaleY(0.5) translateY(-10%);
    -ms-transform: scaleY(0.5) translateY(-10%);
    transform: scaleY(0.5) translateY(-10%);
    padding: 20px 10px;
}

.online-level-tests__flag-container > img {
    -webkit-transform: translateY(-50%) scaleY(2);
    -ms-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    margin-bottom: 10px;
}

.online-level-tests__flag-container > h4 {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

.online-level-tests__cellphone--text {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fd6f21;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    max-width: 65%;
}

.online-level-tests__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online-level-tests-txt1 {
    color: #fd6f21;
    font-size: 20px;
}

.online-level-tests-txt2 {
    color: #0000004a;
    font-size: 20px;
}

.app-link {
    margin: 10px auto;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 90%;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-weight: 400;
    display: inline-block;
}

.app-link span {
    line-height: 23px;
    display: inline;
    vertical-align: bottom;
    margin: 0 5px;
}

.online-classes-desc li {
    list-style: none;
}

ul {
    list-style: none;
}

.online-classes-desc li::before {
    content: "\2022";
    color: #f37922;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.online-classes-desc p:empty {
    background: tomato;
}

.language-resources-intro {
    background-color: #feebde;
    color: #777777;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    padding: 30px 10%;
}

.language-resources-intro > h2 {
    text-align: center;
    color: #f97621;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
}

.language-resources-intro > p {
    color: #777777;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
    line-height: 1.3;
}

.language-resources-list__item {
    padding: 30px 10%;
    font-family: "Open Sans", sans-serif;
    color: #1a1a1a;
    font-size: 14px;
}

.language-resources-list__item:nth-child(odd) {
    background-color: #fff;
}

.language-resources-list__item:nth-child(even) {
    background-color: #feebde;
}

.language-resources-list ul,
.language-resources-list li {
    list-style: disc !important;
    line-height: 20px;
}

.language-resources-list li {
    padding: 5px 0 5px 0;
}

.language-resource-title {
    text-transform: uppercase;
    font-size: 60px;
    color: #f97621;
    font-family: "Bebas Neue", sans-serif;
    text-align: right;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    align-items: baseline;
}

.language-resource-title__translation {
    opacity: 0.68;
    font-size: 28px;
    margin-left: 10px;
}

.language-resource-subtitle {
    font-weight: bold;
    color: #f97621;
    margin: 10px 0;
    padding: 0;
    display: block;
    font-size: 16px;
}

.language-resource-tag {
    background-color: #f97621;
    font-size: 15px;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 4px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .full-element.online-level-tests {
        background-image: none;
        background-color: #fff;
        height: auto;
        grid-template-columns: 1fr;
    }
    .online-level-tests__cellphone {
        background-image: url(/global/images/banners/level-test-online.jpg);
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 52.5%;
    }
    .online-level-tests__big-text {
        grid-row: 2/3;
        max-width: 100%;
        font-size: 14px;
        text-align: center;
        margin: 0;
    }
    .online-level-tests__btns {
        padding: 0 5%;
        text-align: center;
    }
    .online-level-tests__btns > a {
        font-size: 12px !important;
    }
}

/* ---------------------------
	Online Lessons
	----------------------------
 */

.select-language-text {
    color: #00d0c6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}

.online-courses-flags {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------
	Open Groups
	----------------------------
 */

.steps {
    padding: 25px 15%;
}

.steps__text {
    color: #505050;
    font-weight: lighter;
    line-height: 1.2;
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1px;
}

.steps__subtitle {
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    font-size: 30px;
    text-align: center;
    margin: 40px 0px;
    letter-spacing: 1px;
}

.steps__subtitle_ext {
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    margin: 40px 0px;
    letter-spacing: 1px;
}

.steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 50px;
}

.steps__grid-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
}

.steps__grid-element > img {
    max-width: 125px;
    width: 80px;
    height: 80px;
}

.steps__grid-element > p {
    color: #707070;
    font-size: 15px;
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    margin: 14px 0 25px -1px;
}

.steps__grid-element::before {
    content: "";
    width: 139px;
    position: relative;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30%;
    left: 85%;
}

.steps__grid-element:last-child::before {
    opacity: 0;
}

.steps__buttons {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}

.steps__buttons > a {
    background-color: #21cac0;
    color: #fff;
    border-radius: 6px;
    padding: 6px 20px;
}

.steps__buttons > a:not(:last-child) {
    margin-right: 30px;
}

.steps__buttons > p:not(:last-child) {
    margin-right: 30px;
}

.og-txt-color {
    color: #646464;
}

.og-span {
    color: #fd7e25;
    font-weight: bold;
}

.og-span-ext {
    color: #fd7e25;
}

.og-ul {
    margin-left: 25px;
    line-height: 0.8em;
}

.og-li {
    list-style-type: disc;
}
.borde-ri {
    border-right: 1px solid #fd7e25;
}

.ll-test-result-modal-dialog {
    width: 800px;
}

.ll-test-result-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
}

.ll-test-result-text,
.ll-test-result-modal-dialog .checkbox label {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 0 40px;
    color: #999;
}

.ll-test-result-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    grid-column-gap: 30px;
}

.ll-test-result-form input,
.ll-test-result-form select,
.ll-test-result-form textarea {
    border: 1px solid #fb7822;
}

.ll-test-result-form textarea {
    height: 80px;
}

.ll-test-result-form > .form-group,
.ll-test-result-form > div > .form-group,
.ll-test-result-form > div > #slc-city > .form-group {
    display: flex;
    margin-bottom: 5px !important;
}

.ll-test-result-form > .form-group > .control-label,
.ll-test-result-form > div > .form-group > .control-label,
.ll-test-result-form > div > #slc-city > .form-group > .control-label {
    text-align: right;
    margin: 0;
    width: 40% !important;
    color: #000;
    font-size: 13px;
    padding-right: 0;
}

.ll-test-result-form > .form-group > div,
.ll-test-result-form > div > .form-group > div,
.ll-test-result-form > div > #slc-city > .form-group > div {
    width: 100% !important;
}

.ll-test-result-modal-dialog button.btn {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    background: #20c8bd !important;
    padding: 10px 20px;
    border: 0 !important;
}

@media (max-width: 800px) {
    .ll-test-result-modal-dialog {
        width: calc(100% - 20px);
    }
    .ll-test-result-form {
        grid-template-columns: 1fr;
    }
    .ll-test-result-form > .form-group,
    .ll-test-result-form > div > .form-group,
    .ll-test-result-form > div > #slc-city > .form-group {
        flex-direction: column;
    }
    .ll-test-result-form > .form-group > .control-label,
    .ll-test-result-form > div > .form-group > .control-label,
    .ll-test-result-form > div > #slc-city > .form-group > .control-label {
        text-align: left;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

.google-review-banner--1 {
    background-color: #fff;
    background-image: url("/global/images/banners/google-review.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 60% 35%;
    grid-column-gap: 5%;
    grid-template-rows: auto;
    align-items: center;
    grid-column-gap: 40px;
    overflow: hidden;
    padding: 80px 17%;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.google-review-banner--1__text > h2 {
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
    text-align: right;
    margin-bottom: 10px;
}

.google-review-banner--1__text > p {
    font-weight: lighter;
    font-size: 30px;
    text-align: right;
    line-height: 1;
}

.google-review-banner--1__badge > a > div {
    background: #f5f5f5;
    border-radius: 10px;
    border: 3px solid #cccccc;
    padding: 15px 35px;
    max-width: 250px;
    font-family: "Open Sans", sans-serif;
    color: #222;
}

.google-review-banner--1__badge > a {
    color: inherit;
    text-decoration: none;
}

.google-review-banner--1__badge > a:hover {
    text-decoration: none;
}

.google-review-banner__rating {
    display: flex;
    align-items: baseline;
}

.google-review-banner__rating > p {
    margin: 0;
    margin-right: 5px;
}

.google-review-banner--2 {
    background-color: #fff;
    display: grid;
    grid-template-columns: 65% 35%;
    grid-column-gap: 40px;
    grid-template-rows: auto;
    align-items: center;
    overflow: hidden;
    padding: 60px 10%;
    font-family: "Open Sans", sans-serif;
}

.google-review-banner--2__text {
    color: #fff;
}

.google-review-banner--2__text > h2 {
    font-weight: 500;
    color: #00d0c6;
    padding-right: 10%;
}

.google-review-banner--2__text > p {
    font-size: 28px;
    color: #737373;
    font-weight: lighter;
    line-height: 1.25;
}

.google-review-banner--2__badge > a {
    color: inherit;
    text-decoration: none;
}

.google-review-banner--2__badge > a:hover {
    text-decoration: none;
}

.google-review-banner--2__badge > a > div {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 35px;
    max-width: 250px;
    font-family: "Open Sans", sans-serif;
    border: 3px solid #cccccc;
}

.star {
    width: 75px;
    position: relative;
    color: red;
}

.rating {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.rating span {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    color: gold;
}

.rating span:before {
    content: "\2606\2606\2606\2606\2606";
    position: absolute;
    color: #bdbdbd;
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .google-review-banner--1 {
        padding: 30px 10%;
    }
    .google-review-banner--2 {
        padding: 30px 10%;
        background-image: none;
    }
}

@media (max-width: 767px) {
    .google-review-banner--1 {
        background-position: -600px;
    }
    .google-review-banner--1,
    .google-review-banner--2 {
        grid-template-columns: 1fr;
        padding: 50px 10%;
    }
    .google-review-banner--1__text,
    .google-review-banner--2__text {
        text-align: center;
    }
    .google-review-banner--1__text > h2,
    .google-review-banner--2__text > h2 {
        margin-bottom: 10px;
        font-size: 24px !important;
        text-align: center;
    }
    .google-review-banner--1__text > p {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .google-review-banner--2__text > p {
        font-size: 20px;
        max-width: none;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .google-review-banner--2__text > h2 {
        padding-right: 0;
    }
    .google-review-banner--1__badge,
    .google-review-banner--2__badge {
        display: flex;
        justify-content: center;
    }
    .google-review-banner--1__badge > a > div,
    .google-review-banner--2__badge > a > div {
        max-width: 200px;
    }
    .google-review-banner--2 {
        background-image: none;
    }
    .google-review-banner--2__text {
        grid-row: 1/2;
    }
}

.banda-open-groups {
    background-image: url("/global/images/online-classes/online-groups-bg.png");
    background-color: #fed158;
}

.banda-open-groups > div {
    width: 39%;
}

@media (max-width: 767px) {
    .banda-open-groups {
        background-image: none;
    }
    .banda-open-groups > div {
        width: 90%;
        margin-left: 5%;
    }
    .banda-open-groups::before {
        background-image: url("/global/images/online-classes/online-groups-mob-1.png");
        display: block;
        content: "";
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 50%;
    }
    .banda-open-groups::after {
        background-image: url("/global/images/online-classes/online-groups-mob-2.png");
        display: block;
        content: "";
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 59%;
    }
    .steps__grid {
        grid-template-columns: 1fr;
    }
    .steps__buttons {
        flex-direction: column;
        text-align: center;
    }
}

.trial-popup-blur {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
    display: none;
}

.trial-popup-container {
    background-color: #22d2c8;
    border-radius: 5px;
    width: 280px;
    padding: 30px 35px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.trial-popup-arrow {
    position: absolute;
    right: 3%;
    top: 2%;
    font-size: 32px;
    cursor: pointer;
}

.trial-popup-container a {
    color: #fff;
    text-decoration: none;
    align-self: center;
}

.trial-popup-text {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.trial-popup-text__bold {
    background: #fd7b22;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 5px;
}

.trial-popup-text--shadow {
    position: absolute;
    top: 33px;
    left: 38px;
    z-index: 1;
}

.trial-popup-container__hidden {
    display: none !important;
    opacity: 0;
}

@supports (-webkit-text-stroke: 1px #fd7b22) {
    .trial-popup-text--shadow {
        -webkit-text-stroke: 1px #fd7b22;
        -webkit-text-fill-color: transparent;
    }
}

/*     SPOTIFY BANNERS     */

.spotify-general {
    background-image: url("/global/images/banners/spotify-general.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding: 50px 10% 50px 55%;
    display: flex;
    align-items: center;
}

.spotify-specific {
    background-image: url("/global/images/banners/spotify-specific.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding: 50px 10% 50px 45%;
    display: flex;
    align-items: center;
}

.spotify-general__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    text-align: right;
    padding-left: 30px;
    color: #fff;
}

.spotify-general__title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spotify-general__btn {
    border: 2px solid #fff;
    border-radius: 30px;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    padding: 12px 32px;
    color: #fff;
    transition: all 0.5s;
    font-size: 22px;
    letter-spacing: 1px;
}

.spotify-general__btn:hover {
    background-color: #fff;
    color: #22d0c2;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .spotify-general {
        background-position-x: -200px;
        padding: 50px 10% 50px 35%;
    }
    .spotify-specific {
        background-position-x: -200px;
        padding: 50px 10% 50px 35%;
    }
}

@media (max-width: 767px) {
    .spotify-general {
        background-image: url("/global/images/banners/spotify-general-mob.jpg");
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .spotify-specific {
        background-image: url("/global/images/banners/spotify-specific-mob.jpg");
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .spotify-general__content {
        padding-left: 0px;
        padding-top: 200px;
    }
    .spotify-general__title {
        font-size: 35px;
        margin: 0 0 20px;
    }
    .spotify-general__btn {
        padding: 10px 20px;
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .spotify-general__image {
        width: 40%;
        height: auto;
    }
}

@media (min-width: 2300px) {
    .spotify-general__image {
        width: 25%;
        height: auto;
    }
}

/*     TEACHER CASE STUDIES FIXES     */

.gradient-chairs #case-studies ul {
    grid-column-gap: 100px;
}

.gradient-chairs #case-studies > ul > li {
    display: flex;
    flex-direction: column;
}

.gradient-chairs #case-studies .user {
    position: absolute;
    transform: translateX(-50%);
}

.gradient-chairs #case-studies .quote {
    padding: 0;
    border: 0;
    background-color: #f0f0f0;
}

.gradient-chairs #case-studies .quote .name {
    color: #fff;
    background-color: #3ec5b5;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding-left: 75px;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 40px;
}

.gradient-chairs #case-studies .quote .where,
.gradient-chairs #case-studies .quote blockquote {
    text-align: left;
    padding-left: 75px;
    padding-right: 20px;
}

.gradient-chairs #case-studies .quote .read-more {
    color: #f17721;
    text-transform: uppercase;
    border: 1px solid #f17721;
    border-radius: 8px;
    padding: 4px 12px;
    justify-self: flex-end;
    align-self: flex-end;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: bold;
}

.gradient-chairs #case-studies .quote .read-more:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .gradient-chairs #case-studies ul {
        padding: 0 15%;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
    }
}

@media (max-width: 767px) {
    .gradient-chairs #case-studies ul {
        padding: 0 10%;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}

/* Select to filter testimonials by language */
#language-id-select {
    max-width: 50%;
}

#form-language-select {
    margin-top: 2%;
    margin-bottom: -4%;
    display: flex;
    align-self: center;
    justify-content: center;
}

.all-lessons a {
    text-decoration: underline !important;
}

/*     STYLES FOR NEW INQUIRY FORM     */

.inquiry-2021__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: #fff;
    border-radius: 30px;
    grid-column-gap: 15px;
    position: relative;
    max-width: 70vw;
    margin: 20px auto;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    padding: 0;
}

.inquiry-2021__close {
    position: absolute;
    top: 30px;
    right: 20px;
    background: none;
    border: 0;
    font-size: 45px;
    outline: none;
    color: rgba(0, 0, 0, 0.41);
    z-index: 10;
}

.inquiry-2021__grid .modal-header {
    background-color: #ff8800 !important;
    color: #fff;
    border-radius: 30px !important;
    padding: 40px 25px !important;
    border: 0 !important;
    text-align: left !important;
}

.inquiry-2021__grid .modal-body {
    padding: 30px 70px 30px 0px !important;
    border: 0;
}

.inquiry-2021__grid .modal-header > h4 {
    font-size: 60px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: left !important;
}

.inquiry-2021__grid .modal-header > p {
    margin-top: 20px;
    font-size: 18px;
    display: block;
    line-height: 1.2;
}

.inquiry-2021__grid .form-group {
    display: grid;
    color: #fff;
    grid-template-columns: 120px 1fr;
    text-align: right;
    grid-column-gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.inquiry-2021__grid .form-group > label {
    color: #000;
}

.inquiry-2021__grid .form-group > .col-sm-8,
.inquiry-2021__grid .form-group > .col-sm-4 {
    width: 100% !important;
    padding: 0 !important;
}

.inquiry-2021__grid .form-group > .col-sm-8 > input,
.inquiry-2021__grid .form-group > .col-sm-8 > select {
    border: 1px solid #ff8800;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 0;
}

.inquiry-2021__grid .form-group > .col-sm-8 > textarea {
    height: 100px;
    border-radius: 10px;
    resize: none;
}

.inquiry-2021__grid .btn-submit {
    position: relative;
    left: calc(calc(100% - 100px) / 2);
    border: 0;
    background-color: #03c7bc;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    transform: translateX(50%);
}

@media (max-width: 1200px) {
    .inquiry-2021__grid {
        max-width: 75vw;
    }
}

@media (max-width: 1000px) {
    .inquiry-2021__grid {
        max-width: 85vw;
    }
}

@media (max-width: 768px) {
    .inquiry-2021__grid {
        max-width: 90vw;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .inquiry-2021__grid .modal-header > h4 {
        font-size: 40px;
    }

    .inquiry-2021__grid .modal-header > p {
        font-size: 16px;
    }

    .inquiry-2021__grid .modal-body {
        padding: 20px !important;
    }

    .inquiry-2021__grid .form-group {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .inquiry-2021__grid .form-group > .col-sm-8,
    .inquiry-2021__grid .form-group > .col-sm-4 {
        text-align: left;
    }

    .inquiry-2021__grid .btn-submit {
        left: 0;
        display: block;
        margin: auto;
        transform: none;
    }
}

/*     NEW LEVEL TEST RESULTS     */

.level-test-results {
    position: absolute;
    z-index: 10000;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    width: 70vw;
    min-width: 900px;
}

.level-test-results__close {
    position: absolute;
    top: 2%;
    right: 2%;
    color: #707070;
    font-size: 36px;
    cursor: pointer;
}

.level-test-results__body {
    display: flex;
    padding: 20px 10%;
    position: relative;
    flex-direction: column;
}

.level-test-results__title {
    grid-column: 1/3;
    margin-bottom: 40px;
}

.level-test-results__title > h1 {
    color: #fd7021;
    font-weight: bolder;
    font-size: 50px;
    margin: 0 0 5px;
}

.level-test-results__title > h3 {
    color: #41d1c9;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.level-test-results__badge {
    position: absolute;
    left: -70px;
    top: -15px;
}

.level-test-results__badge > img {
    max-width: 190px;
}

.level-test-results__badge > p {
    position: absolute;
    z-index: 10000;
    color: #fff;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -150%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.level-test-results__badge > p > span {
    font-size: 36px;
    display: block;
    margin-top: 10px;
}

.level-test_results__score-container {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px;
    background-color: #f47922;
    color: #fff;
    font-size: 18px;
    padding-left: 60px;
    position: relative;
    left: 50px;
    width: 94%;
}

.level-test-results__results {
    text-align: left;
}

.level-test-results__results > h2 {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 36px;
}

.level-test-results__results > h3 {
    font-weight: lighter;
    font-size: 22px;
}

.level-test-results__results > p {
    font-size: 11px;
    font-style: italic;
    margin: 0;
}

.level-test-results__results > hr {
    margin: 10px 0;
}

.level-test_results__score-container > p {
    margin: 0;
    font-weight: lighter;
    line-height: 1;
}

.level-test_results__level-container > p {
    text-transform: uppercase;
}

.level-test_results__level-container > span {
    font-size: 11px;
    color: #707070;
    font-style: italic;
}

.level-test-results__actions {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 0 8% 20px;
}

.level-test-results__actions ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
}

.level-test-results__join {
    align-self: center;
    margin-top: 30px;
    color: #707070;
}

.level-test-results__join > p,
.level-test-results__share > p {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.level-test-results__join > a {
    color: #fd7021;
    border: 1px solid #fd7021;
    border-radius: 10px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    height: 35px;
    align-items: center;
}

.level-test-results__join > a:hover {
    text-decoration: none;
}

.level-test-results__share > ul,
.level-test-results__improve > ul {
    margin: 0;
    padding: 0;
}

.level-test-results__share > ul > li:not(:last-of-type) {
    margin-right: 15px;
}

.level-test-results__share > ul > li > a > img {
    width: 50px;
}

.level-test-results__improve > ul > li > a > img {
    width: 40px;
}

.level-test-results__improve > p {
    font-size: 12px;
    color: #707070;
}

.level-test-results__improve > p > span {
    color: #fd7021;
    font-weight: bold;
}

.level-test-results__footer {
    color: #fff;
    background-color: #41d1c9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px 20px;
}

.level-test-results__footer-btns {
    display: flex;
    justify-content: center;
}

.level-test-results__footer-btns > a {
    color: #fd7021;
    font-family: "Helvetica Neue", sans-serif;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
    background-color: #fff;
    text-transform: uppercase;
}

.level-test-results__footer-btns > a:first-of-type {
    margin-right: 10px;
}

.level-test-results__footer-btns > a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .level-test-results {
        top: 30px;
        left: 5vw;
        transform: none;
        border-radius: 20px;
        width: 90vw;
        min-width: auto;
    }
    .level-test-results__body {
        padding: 20px 20px 0;
    }

    .level-test-results__title,
    .level-test_results__score-container,
    .level-test_results__level-container {
        grid-column: 1/2;
    }

    .level-test-results__title {
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .level-test-results__title > h1 {
        font-size: 28px;
    }

    .level-test-results__title > h3 {
        font-size: 14px;
    }

    .level-test_results__score-container {
        margin-top: 10px;
        left: 30px;
        width: 90%;
    }

    .level-test_results__level-container,
    .level-test_results__score-container {
        border: 0;
        padding: 0;
        align-items: flex-start;
        font-size: 20px;
    }

    .level-test_results__level-container > span {
        width: 150%;
        transform: translate(-40%, 10px);
        text-align: center;
    }

    .level-test-results__badge {
        position: absolute;
        left: -50px;
        transform: none;
        top: -5px;
    }

    .level-test-results__badge > img {
        max-width: 130px;
    }

    .level-test-results__results {
        padding: 10px 10px 10px 95px;
    }

    .level-test-results__results > hr {
        margin: 5px 0;
    }

    .level-test-results__results > h2 {
        font-size: 18px;
        margin: 5px 0 10px;
    }

    .level-test-results__results > h3 {
        font-weight: lighter;
        font-size: 14px;
        margin: 6px 0;
    }

    .level-test-results__results > p {
        font-size: 9px;
        line-height: 1;
    }

    .level-test-results__badge > p {
        top: 80%;
    }

    .level-test-results__actions {
        flex-direction: column;
        margin-top: 20px;
    }

    .level-test-results__join > a {
        height: 40px;
    }

    .level-test-results__improve {
        margin-top: 20px;
    }

    .level-test-results__footer-btns {
        flex-direction: column;
        padding: 0 5%;
    }

    .level-test-results__footer-btns > a:first-of-type {
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

/*     LANGUAGE GUIDES     */

.language-guide {
    font-family: "Open Sans", sans-serif;
    padding: 20px 0 30px;
}

.language-guide--orange {
    background-color: #fff4ee;
}

.language-guide .container {
    display: flex;
    flex-direction: column;
}

.language-guide a {
    color: #fd6f21;
    text-decoration: underline;
}

.language-guide .section-link {
    font-size: 22px;
    line-height: 1.6;
    font-weight: lighter;
}

.language-guide a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.language-guide .title {
    font-size: 32px;
    color: #fd6f21;
    font-weight: 600;
    margin: 30px 0 15px;
}

.language-guide .title--center {
    text-align: center;
}

.language-guide .text {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.language-guide .table-scroller {
    max-width: 100%;
}

.language-guide .table {
    width: auto;
    margin: 30px auto;
    font-size: 18px;
    max-width: 80%;
}

.language-guide .table th {
    color: #fd6f21;
    font-weight: bold;
    border-top: 0 !important;
}

.language-guide .table tr:not(:first-of-type) {
    border-top: 2px solid rgba(253, 111, 33, 0.53) !important;
}

.language-guide .table th,
.language-guide .table td {
    padding: 5px 20px;
    vertical-align: middle;
}

.language-guide .table td:nth-of-type(even),
.language-guide .table th:nth-of-type(even),
.language-guide .table .blue-cell {
    background-color: rgba(0, 202, 190, 0.18) !important;
}

.language-guide .table td.white-cell {
    background-color: #fff !important;
}

.language-guide .table span {
    font-size: 10px;
    display: block;
}

.language-guide .tables-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px auto;
    grid-column-gap: 20px;
    justify-content: center;
}

.language-guide .table--green,
.language-guide .table--orange {
    max-width: 100%;
    margin: 0;
}

.language-guide .table--green th {
    color: #00cabe;
    font-weight: bold;
    border-top: 0 !important;
}

.language-guide .table--orange tr,
.language-guide .table--green tr {
    height: 45px;
}

.language-guide .table--orange th,
.language-guide .table--orange td,
.language-guide .table--green th,
.language-guide .table--green td {
    padding: 5px 0;
}

.language-guide .table--orange tr:not(:first-of-type) {
    border-top: 2px solid rgba(253, 111, 33, 0.53) !important;
}

.language-guide .table--green tr:not(:first-of-type) {
    border-top: 2px solid rgba(0, 202, 190, 0.53) !important;
}

.language-guide .table--padded th,
.language-guide .table--padded td {
    padding: 10px 60px;
}

.language-guide .table .text-orange {
    color: #fd6f21;
}

.language-guide .table .translation {
    font-size: 14px;
    font-style: italic;
}

.language-guide .table .phonetic-symbol {
    font-size: 30px;
    text-align: center;
}

.language-guide .table .phonetic-symbol > span {
    font-size: 10px;
}

.language-guide .subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 0;
    margin: 0 0 5px;
}

.language-guide ul.list {
    list-style-type: disc;
    padding-left: 60px;
    margin: 10px 0 25px;
    font-size: 16px;
    line-height: 1.4;
}

.language-guide ol.numbered {
    list-style-type: decimal;
    padding-left: 60px;
    margin: 30px 0;
    line-height: 1.4;
    font-size: 16px;
}

.language-guide ol.lettered {
    list-style-type: lower-alpha;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.4;
}

.language-guide .columns--3 {
    columns: 3;
}

.language-guide .official-language-countries {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 60px;
    margin: 0 auto 40px;
    width: 60%;
    align-content: center;
    max-height: 270px;
    row-gap: 10px;
}

.language-guide .official-language-countries--french {
    max-height: 430px;
}

.language-guide .official-language-countries--german {
    max-height: 70px;
}

.language-guide .official-language-countries--portuguese {
    max-height: 170px;
}

.language-guide .official-language-countries--arabic {
    max-height: 350px;
}

.language-guide .official-language-country {
    display: flex;
    align-items: center;
    height: 30px;
    width: 33%;
}

.language-guide .official-language-country__img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.language-guide .verbal-modes {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    grid-column-gap: 5px;
    margin: 30px auto;
    width: 100%;
    justify-content: center;
}

.language-guide .verbal-mode {
    background-color: rgba(0, 202, 190, 0.18);
    display: flex;
    flex-direction: column;
    padding: 6px 15px;
}

.language-guide .verbal-mode {
    font-size: 11px;
}

.language-guide .verbal-mode b {
    color: #fd6f21;
    font-weight: bold;
    font-size: 16px;
}

.language-guide .cards-container {
    display: grid;
    grid-template-columns: repeat(auto, 220px);
    grid-row-gap: 5px;
    grid-column-gap: 20px;
    margin: 40px auto;
    width: 100%;
    justify-content: center;
}

.cards-container--2 {
    grid-template-columns: repeat(2, 220px);
}

.cards-container--3 {
    grid-template-columns: repeat(3, 220px);
}

.cards-container--4 {
    grid-template-columns: repeat(4, 155px);
}

.language-guide .card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.language-guide .card__img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 5px;
}

.language-guide .card__original {
    color: #00cabe;
}

.language-guide .card__original--bigger {
    font-size: 24px;
    display: block;
}

.language-guide .card__translation {
    font-size: 12px;
}

.language-guide .button {
    font-size: 20px;
    color: #fff;
    background-color: #fd6f21;
    border-radius: 10px;
    padding: 10px 25px;
    text-decoration: none;
    margin: 20px auto 0;
    text-align: center;
    line-height: 1.5;
}

.language-guide .embedded-video {
    margin: 40px auto;
    max-width: 90% !important;
}

.language-guide .pomodoro-container {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    grid-column-gap: 20px;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}

.language-guide .pomodoro-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    text-align: center;
}

.language-guide .pomodoro-step img {
    max-width: 100%;
    margin-bottom: 10px;
}

.language-guide .table--alt td {
    text-align: center;
}

.language-guide .table--alt th {
    background-color: transparent !important;
    color: #fa6b27;
    font-size: 18px;
    font-weight: normal;
    border: 0;
    text-align: center;
}

.language-guide .table--alt th:nth-of-type(even) {
    color: #00cabe;
}

.language-guide .table--alt td:nth-of-type(odd) {
    background-color: rgba(239, 165, 130, 0.18);
}

.language-guide .alt-subtitle {
    font-size: 18px;
    color: #fa6b27;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 10px;
}

.language-guide .korean-consonants-grid,
.language-guide .korean-vowels-grid {
    margin: 10px auto 40px;
    display: grid;
    grid-template-columns: repeat(5, 150px);
    grid-auto-rows: 150px;
    grid-gap: 8px;
}

.language-guide .korean-consonant {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #00cabe;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.language-guide .korean-vowel {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    color: #00cabe;
    border: 1px solid #00cabe;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.language-guide .korean-vowel--orange {
    color: #fa6b27;
    border: 1px solid #fa6b27;
}

.language-guide .korean-consonant > b,
.language-guide .korean-vowel > b {
    font-size: 70px;
    margin-bottom: 0px;
    line-height: 1;
}

.language-guide .korean-consonant > span,
.language-guide .korean-vowel > span {
    font-size: 16px;
}

.language-guide .korean-consonant--double {
    background-color: #fa6b27;
}

.language-guide .phrase-highlight {
    color: #00cabe;
    font-size: 20px;
    text-align: center;
    margin: 30px 0 45px;
    line-height: 1.25;
}

.language-guide .italian-endings {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 45px;
}

.language-guide .italian-ending {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.language-guide .italian-ending:not(:last-of-type) {
    margin-right: 40px;
}

.language-guide .italian-ending b {
    color: #00cabe;
    font-size: 20px;
    margin-bottom: 5px;
}

.language-guide .italian-ending span {
    font-size: 22px;
}

.chinese-diagram {
    max-width: 480px;
    margin: 30px auto;
}

.chinese-grammar-example {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 40px;
}

.chinese-grammar-example__img {
    max-width: 350px;
    margin-right: 30px;
}

.chinese-grammar-example__content > b {
    font-size: 22px;
    color: #00cabe;
    font-weight: bold;
}

.chinese-grammar-example__content > p {
    color: #000000;
    font-weight: normal;
    font-size: 22px;
}

.chinese-verbs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 40px;
}

.chinese-verb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 30px;
}

.chinese-verb__ideograms {
    font-size: 24px;
    color: #00cabe;
}

.chinese-verb__original {
    color: #00cabe;
    font-size: 13px;
    font-weight: bold;
}

.chinese-verb__translation {
    font-size: 13px;
    color: #000;
}

.chinese-pronunciation-table {
    display: grid;
    grid-template-columns: repeat(5, 120px);
    grid-column-gap: 30px;
    justify-content: center;
    margin: 30px auto 40px;
}

.chinese-pronunciation {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.chinese-pronunciation__phonetic {
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    color: #00cabe;
    border-top: 2px solid #00cabe;
    border-left: 2px solid #00cabe;
    border-right: 2px solid #00cabe;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chinese-pronunciation__phoneme {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fd6f21;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #fd6f21;
}

.chinese-pronunciation__translation {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fd6f21;
    border-bottom: 2px solid #fd6f21;
    border-left: 2px solid #fd6f21;
    border-right: 2px solid #fd6f21;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.portuguese-verbs-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 25px 0 40px;
}

.portuguese-verbs-chart > div {
    margin: 0 20px;
    color: #00cabe;
    font-size: 24px;
}

.arabic-alphabet {
    margin: 10px auto 40px;
    display: grid;
    grid-template-columns: repeat(5, 150px);
    grid-auto-rows: 150px;
    grid-column-gap: 8px;
    grid-row-gap: 20px;
}

.arabic-letter {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #00cabe;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.arabic-letter__arabic {
    font-size: 66px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.arabic-letter__western {
    font-size: 20px;
    font-weight: lighter;
}

.arabic-vowels {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0 40px;
}

.arabic-vowel {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.arabic-vowel > b {
    font-size: 30px;
    color: #00cabe;
    font-weight: bold;
    margin-bottom: 10px;
}

.arabic-vowel > p {
    font-size: 22px;
    color: #333333;
}

.arabic-grammar-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 40px;
}

.arabic-grammar-example {
    margin: 0 30px;
}

.arabic-grammar-example > b {
    display: block;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.arabic-grammar-example > p {
    font-size: 16px;
}

.language-guide .table td.orange-cell {
    background-color: rgba(239, 165, 130, 0.18) !important;
}

.chinese-pinyin-mob {
    display: none;
}

@media (max-width: 768px) {
    .language-guide .table {
        font-size: 15px;
    }

    .language-guide .cards-container {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
    }

    .language-guide .official-language-countries {
        max-height: 390px;
        width: 80%;
    }

    .language-guide .official-language-countries--french {
        max-height: 630px;
    }

    .language-guide .official-language-countries--german {
        max-height: 110px;
    }

    .language-guide .official-language-countries--portuguese {
        max-height: 220px;
    }

    .language-guide .official-language-countries--arabic {
        max-height: 550px;
    }

    .language-guide .official-language-country {
        width: 50%;
    }

    .language-guide .pomodoro-container {
        grid-template-columns: repeat(5, 1fr);
        grid-row-gap: 30px;
    }

    .language-guide .table-scroller {
        overflow-x: auto;
    }

    .language-guide .korean-consonants-grid,
    .language-guide .korean-vowels-grid,
    .language-guide .arabic-alphabet {
        grid-template-columns: repeat(3, 150px);
    }

    .chinese-pronunciation-table {
        grid-template-columns: repeat(3, 120px);
        grid-row-gap: 30px;
    }

    .arabic-grammar-grid {
        flex-direction: column;
    }

    .arabic-grammar-example {
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .hidden-mobile {
        display: none;
    }

    .chinese-pinyin-mob {
        display: flex;
        flex-direction: column;
        margin: 40px 0 0;
    }

    .chinese-pinyin-mob-header {
        display: flex;
        margin-bottom: 25px;
        align-items: center;
    }

    .chinese-pinyin-mob-header > h5 {
        color: #fd6f21;
        font-weight: bold;
        font-size: 22px;
        margin: 0 10px 0 0;
    }
    .chinese-pinyin-mob-header > b {
        margin: 0 10px;
        font-size: 16px;
    }
    .chinese-pinyin-mob-header > p {
        margin: 0 0 0 10px;
        font-size: 16px;
    }

    .chinese-pinyin-mob-item {
        margin: 10px 0;
    }

    .chinese-pinyin-mob-item:not(:last-of-type) {
        border-bottom: 1px solid #fd6f21;
    }

    .chinese-pinyin-mob-item__radical {
        color: #fd6f21;
        font-weight: bold;
        font-size: 22px;
    }

    .chinese-pinyin-mob-item__variation {
        font-size: 16px;
    }

    .chinese-pinyin-mob-item__meaning {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
    }
}

@media (max-width: 425px) {
    .language-guide .section-link {
        display: block;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .language-guide a.anchor {
        top: -130px;
    }

    .language-guide .button {
        font-size: 16px;
    }

    .language-guide .title {
        font-size: 26px;
        margin: 15px 0;
    }

    .language-guide .table,
    .language-guide .table .translation {
        font-size: 12px;
    }

    .language-guide .text {
        font-size: 14px;
    }

    .language-guide ul.list,
    .language-guide ol.numbered,
    .language-guide ol.lettered {
        padding-left: 35px;
        font-size: 14px;
    }

    .language-guide .columns--3 {
        columns: 1;
    }

    .language-guide .official-language-countries {
        max-height: none;
        align-content: baseline;
    }

    .language-guide .official-language-country {
        width: 100%;
    }

    .language-guide .cards-container {
        grid-template-columns: 1fr;
    }

    .language-guide .card {
        flex-direction: row;
    }

    .language-guide .card__img {
        width: 60%;
        margin-right: 25px;
    }

    .language-guide .verbal-modes {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        margin: 10px 0 30px;
        text-align: center;
    }

    .language-guide .pomodoro-container {
        grid-template-columns: 1fr;
        width: 60%;
        margin: 30px auto;
    }

    .language-guide .korean-consonants-grid,
    .language-guide .korean-vowels-grid,
    .language-guide .arabic-alphabet {
        grid-template-columns: repeat(2, 100px);
        grid-auto-rows: 100px;
    }

    .language-guide .korean-consonant > b,
    .language-guide .korean-vowel > b {
        font-size: 50px;
    }

    .language-guide .korean-consonant > span,
    .language-guide .korean-vowel > span {
        font-size: 12px;
    }

    .language-guide .italian-endings {
        flex-direction: column;
    }

    .language-guide .italian-ending {
        align-items: center;
    }

    .language-guide .italian-ending:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .language-guide .chinese-diagram {
        max-width: 80%;
    }

    .language-guide .chinese-pronunciation-table {
        grid-template-columns: repeat(2, 120px);
    }

    .language-guide .chinese-grammar-example,
    .language-guide .chinese-verbs {
        flex-direction: column;
    }

    .language-guide .chinese-grammar-example__img {
        max-width: 90%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .language-guide .chinese-verb {
        margin: 10px 0;
    }

    .language-guide .arabic-vowels {
        flex-direction: column;
    }

    .language-guide .arabic-vowel {
        margin: 10px 0;
        text-align: center;
    }



    .language-guide .table--padded th,
    .language-guide .table--padded td {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .sitemap-container li {
        margin: 14px 0;
    }
}

.level-test-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15% 30px 45%;
}

.level-test-banner-mobile {
    display: none;
}

.slvtest .boton {
    transform: translateY(-30px);
    color: #fc7013;
}

.level-test-banner--general {
    background-image: url("/global/images/level-tests-backgrounds/desktop/all.png");
    padding: 50px 20%;
}

@media (min-width: 1400px) {
    .level-test-banner {
        padding: 50px 15% 50px 45%;
    }

    .level-test-banner--general {
        padding: 50px 20%;
    }
}

@media (min-width: 900px) and (max-width: 1150px) {
    .level-test-banner {
        background-position-x: -150px;
        padding: 30px 10% 30px 40%;
    }

    .level-test-banner--general {
        padding: 50px 15%;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .level-test-banner {
        background-position-x: -150px;
        padding: 30px 5% 30px 40%;
    }

    .level-test-banner--general {
        padding: 50px 10%;
    }
}

@media (max-width: 767px) {
    .level-test-banner {
        padding: 0;
        background-image: none !important;
        display: flex;
        flex-direction: column;
    }

    .level-test-banner--general {
        padding: 0;
    }

    .level-test-banner-mobile {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .slvtest {
        background-color: #fc7013;
    }

    .slvtest h2 {
        margin-top: 0;
    }
}

.level-test-banner--arabic {
    background-image: url("/global/images/level-tests-backgrounds/desktop/arabic.png");
}

.level-test-banner--chinese {
    background-image: url("/global/images/level-tests-backgrounds/desktop/chinese.png");
}

.level-test-banner--mandarin-chinese {
    background-image: url("/global/images/level-tests-backgrounds/desktop/chinese.png");
}

.level-test-banner--danish {
    background-image: url("/global/images/level-tests-backgrounds/desktop/danish.png");
}

.level-test-banner--dutch {
    background-image: url("/global/images/level-tests-backgrounds/desktop/dutch.png");
}

.level-test-banner--english {
    background-image: url("/global/images/level-tests-backgrounds/desktop/english-uk.png");
}

.level-test-banner--french {
    background-image: url("/global/images/level-tests-backgrounds/desktop/french.png");
}

.level-test-banner--german {
    background-image: url("/global/images/level-tests-backgrounds/desktop/german.png");
}

.level-test-banner--greek {
    background-image: url("/global/images/level-tests-backgrounds/desktop/greek.png");
}

.level-test-banner--hebrew {
    background-image: url("/global/images/level-tests-backgrounds/desktop/hebrew.png");
}

.level-test-banner--italian {
    background-image: url("/global/images/level-tests-backgrounds/desktop/italian.png");
}

.level-test-banner--japanese {
    background-image: url("/global/images/level-tests-backgrounds/desktop/japanese.png");
}

.level-test-banner--korean {
    background-image: url("/global/images/level-tests-backgrounds/desktop/korean.png");
}

.level-test-banner--norwegian {
    background-image: url("/global/images/level-tests-backgrounds/desktop/norwegian.png");
}

.level-test-banner--polish {
    background-image: url("/global/images/level-tests-backgrounds/desktop/polish.png");
}

.level-test-banner--portuguese {
    background-image: url("/global/images/level-tests-backgrounds/desktop/portuguese.png");
}

.level-test-banner--russian {
    background-image: url("/global/images/level-tests-backgrounds/desktop/russian.png");
}

.level-test-banner--spanish {
    background-image: url("/global/images/level-tests-backgrounds/desktop/spanish.png");
}

.level-test-banner--swedish {
    background-image: url("/global/images/level-tests-backgrounds/desktop/swedish.png");
}

.level-test-banner--turkish {
    background-image: url("/global/images/level-tests-backgrounds/desktop/turkish.png");
}

.level-test-banner--english-usa {
    background-image: url("/global/images/level-tests-backgrounds/desktop/english-usa.png");
}

.level-test-banner--english-aus {
    background-image: url("/global/images/level-tests-backgrounds/desktop/english-aus.png");
}

.level-test-banner--english-uk {
    background-image: url("/global/images/level-tests-backgrounds/desktop/english-uk.png");
}

.thank-you-page .typ-section-1 p:not(:last-child) {
    margin-bottom: 15px;
}
.thank-you-page .typ-section-1 {
    padding: 50px 15%;
    text-align: center;
    background-color: #eeeeee;
}

.thank-you-page .typ-section-1 h1 {
    color: #f37922;
    font-size: 50px;
    font-family: "SF Pro", Arial, Helvetica, sans-serif;
}

.thank-you-page .typ-section-1 p {
    color: #888888;
    font-size: 24px;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto;
}

.thank-you-page .typ-section-2 {
    padding: 50px 10%;
    background-color: #fff;
    text-align: center;
}

.thank-you-page .typ-section-2 p {
    color: #8a8a8a;
    font-size: 20px;
    line-height: 1.2;
    width: 60%;
    margin: 0 auto 30px;
}

.thank-you-page .blog-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.thank-you-page .blog-post {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 5px;
}

.thank-you-page .blog-post-image {
    width: 100%;
}

.thank-you-page .blog-post-text-container {
    background-color: #f37922;
    color: #fff;
    padding: 8px 20px 15px;
}

.thank-you-page .blog-post-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.thank-you-page .blog-post-cta {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

.thank-you-page .blog-post-cta:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .thank-you-page .typ-section-1 {
        padding: 50px 5%;
    }

    .thank-you-page .typ-section-1 h1 {
        font-size: 36px;
    }

    .thank-you-page .typ-section-1 p {
        font-size: 18px;
        width: 90%;
    }

    .thank-you-page .blog-posts-container {
        grid-template-columns: 1fr;
    }

    .thank-you-page .typ-section-2 {
        padding: 30px 5%;
    }

    .thank-you-page .typ-section-2 p {
        font-size: 16px;
        width: 90%;
    }

    .thank-you-page .blog-post {
        margin: 0 10px 10px;
    }

    .thank-you-page .blog-post-title {
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    .all-language-lessons-container {
        width: 998px;
    }
}

.which-language {
    padding-left: 8px;
    padding-right: 8px;
}

.ny-objectives {
    display: flex;
    height: 350px;
    background-color: #eeeeee;
}

.ny-objectives__content {
    display: flex;
    align-items: center;
}

.ny-objectives__content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ny-objectives__notepad {
    height: 250px;
    width: auto;
    margin-right: 40px;
    transform: translateX(-45px);
}

.ny-objectives__text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    color: #545454;
    line-height: 1;
    margin-bottom: 20px;
}

.ny-objectives__text > span {
    color: #f37922;
    display: block;
}

.ny-objectives__btn {
    background-color: #f37922;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 8px;
}

.ny-objectives__btn:hover,
.ny-objectives__btn:active,
.ny-objectives__btn:visited {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .ny-objectives {
        height: 300px;
    }

    .ny-objectives__notepad {
        height: 200px;
        margin-right: 25px;
    }

    .ny-objectives__text {
        font-size: 50px;
    }
}

@media (min-width: 800px) and (max-width: 999px) {
    .ny-objectives {
        height: 250px;
    }

    .ny-objectives__notepad {
        height: 150px;
        margin-right: 15px;
    }

    .ny-objectives__text {
        font-size: 40px;
    }
}

@media (max-width: 799px) {
    .ny-objectives {
        flex-direction: column;
        height: auto;
    }

    .ny-objectives__notepad {
        height: auto;
        width: 100%;
        transform: none;
        margin-right: 0;
    }

    .ny-objectives__content {
        padding: 30px 10%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .ny-objectives__text {
        font-size: 34px;
        text-align: left;
    }

    .ny--desktop-only {
        display: none;
    }

    .ny--mobile-only {
        display: block;
    }

    .ny-objectives__text > span {
        display: inline;
    }

    .ny-objectives__content > div {
        display: grid;
        grid-template-columns: 120px 1fr;
        grid-column-gap: 15px;
    }
}

@media (min-width: 800px) {
    .ny--desktop-only {
        display: block;
    }

    .ny--mobile-only {
        display: none;
    }
}

.language-promo{
    width: 100%;
    padding: 40px;
    text-align: center;
    background-size: cover;
}
.language-promo__img{
    width: 107px;
    height: 107px;
    margin: 0 auto;
}
.language-promo__img>*{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.language-header{
    padding: 16px 15px 5px;
}
.language-title{
    text-align: center;
    margin-bottom: 11px;
}
.language-title>*{
    font-size: 48px;
    line-height: 56px;
    color: #707070;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}
.language-title>* span{
    color: #ff7000;
}
.language-cta{
    text-align: center;
}
.language-cta a.inquiry-btn{
    color: #fff;
    text-decoration: none;
}
.language-cta a.inquiry-btn:hover{
    text-decoration: underline;
}

.language-guide.new-language{
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
}
.language-guide.new-language .links{
    padding-top: 15px;
}
.language-guide.new-language .section-link{
    font-size: 22px;
    line-height: 40px;
}
.language-guide.new-language .cards-container {
    margin: 30px auto 15px;
}
.language-guide.new-language .cards-container.cards-container--3 {
    display: flex;
    margin: 30px -10px 15px;
    grid-column-gap: unset;
}
.language-guide.new-language .cards-container.cards-container--3 .card{
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}
.language-guide.new-language .card__translation {
    text-align: center;
}
.language-guide.new-language .verbal-modes {
    display: flex;
    gap: 8px;
    margin: 15px auto 34px;
}
.language-guide.new-language .verbal-mode {
    font-size: 17px;
    flex-basis: 0;
    flex-grow: 1;
    padding: 15px 30px 24px;
    line-height: 23px;
}
.language-guide.new-language .verbal-mode b {
    font-size: 16px;
    text-transform: uppercase;
}

.language-guide.new-language {
    padding: 40px 0 30px;
}
.language-guide.new-language h2 {
    margin: 0 0 20px;
    font-size: 32px;
    color: #fd6f21;
    font-weight: 600;
    line-height: 43px;
}
.language-guide.new-language h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 0;
    margin: 20px 0 5px;
}
.language-guide.new-language li {
    padding-left: 15px;
}
.language-guide.new-language ul:last-child,
.language-guide.new-language ol:last-child{
    margin-bottom: 0;
}
.language-guide.new-language ol li:not(:last-child) {
    margin-bottom: 20px;
}
.language-guide.new-language .container>p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
.language-guide.new-language .button {
    font-size: 16px;
    padding: 8px 19px;
}
.language-guide.new-language .table-thin.table {
    max-width: 707px;
    width: 100%;
}
.language-guide.new-language .table-scroller.table-thin .table {
    max-width: 707px;
}

.language-guide.new-language .table-scroller.table-smaller .table {
    max-width: 812px;
    margin-top: 0;
}
.language-guide.new-language .table-scroller.table-smaller .table th,
.language-guide.new-language .table-scroller.table-smaller .table td{
    padding: 13px 25px;
}
.language-guide.new-language .table-scroller.table-smaller .table th{
    padding: 10px !important;
}
.language-guide.new-language .table-scroller.table-smaller .table td:first-child{
    font-size: 18px;
    line-height: 23px;
}
.language-guide.new-language .table-scroller.table-smaller .table--alt th:nth-of-type(2n){
    background: transparent!important;
}
.language-guide.new-language .table-scroller .table--even th,
.language-guide.new-language .table-scroller .table--even td{
    width: calc(100% / 3);
}
.language-guide.new-language .cards-container--2 {
    display: grid;
    grid-template-columns: repeat(2, 350px);
}
.language-guide.new-language .card__original,
.language-guide.new-language .card__translation {
    font-size: 19px;
    line-height: 26px;
}
.language-guide.new-language .official-language-countries {
    width: 79%;
}
.language-guide.new-language .official-language-country__img {
    width: 40px;
    margin-right: 10px;
}
.language-guide.new-language .official-language-country {
    height: unset;
}
.language-guide.new-language .official-language-countries--arabic {
    max-height: 482px;
}
.language-guide.new-language .language-country__name{
    font-size: 22px;
    line-height: 28px;
}
.language-guide.new-language .arabic-alphabet{
    grid-template-columns: repeat(5, 128px);
    grid-auto-rows: 128px;
}
.language-guide.new-language .container>ul{
    list-style-type: disc;
    padding-left: 18px;
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 1.4;
}
.language-guide.new-language .container>ul>li {
    padding-left: 3px;
}
.language-guide.new-language .container>p+.language-cta {
    margin-top: 20px;
}

.big-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px 0 27px;
}
.big-text>*{
    font-size: 24px;
    line-height: 33px;
    color: #00CABE;
    font-weight: 400;
}
.big-text.big-text_row{
    flex-direction: row;
    justify-content: center;
}
.big-text.big-text_row>*:not(:last-child){
    margin-right: 64px;
}
.big-text b{
    font-weight: bolder;
}
@media (max-width: 700px) {
    .big-text>*{
        font-size: 18px;
        line-height: 24px;
    }
}
.arabic-letter {
    background-color: #6F6F6F;
}
ol.list {
    padding-left: 80px;
    font-weight: bold;
}
ol.list li span{
    font-weight: normal;
}
@media (min-width: 769px) {
    .language-guide.new-language .table-scroller.table-small .table th, .language-guide.new-language .table-scroller.table-small .table td {
        padding: 6px 33px;
        font-size: 20px;
    }
    .language-guide.new-language .table-scroller.table-small .table {
        max-width: 812px;
        opacity: .7;
    }
}

.language-guide.new-language .table-scroller.table-thin .table {
    max-width: 810px;
}
.language-guide.new-language .table-scroller.table-thin .table th,
.language-guide.new-language .table-scroller.table-thin .table td {
    font-size: 12px;
    line-height: 14px;
}
.language-guide.new-language .table-scroller.table-portuguese .table tr{
    height: 50px;
}
.language-guide.new-language .table-scroller.table-portuguese .table th,
.language-guide.new-language .table-scroller.table-portuguese .table td:not(:first-child) {
    font-size: 13px;
    line-height: 17px;
}
.language-guide.new-language .table-scroller.table-portuguese .table td {
    padding: 5px 24px!important;
}
.language-guide.new-language .table-scroller.table-portuguese.table-padding .table td {
    padding: 15px 24px !important;
}
.language-guide.new-language .table-scroller.table-portuguese .table th{
    font-size: 19px!important;
    line-height: 26px!important;
    padding: 12px 24px!important;
}
.language-guide.new-language .table-scroller.table-portuguese .table td:first-child:not(.blue-cell) {
    font-size: 18px!important;
    line-height: 21px!important;
}
.language-guide.new-language.language-guide--orange .table--alt td:nth-of-type(2n+1) {
    background-color: transparent;
}
.language-guide.new-language .official-language-countries.four-items {
    max-height: 200px;
}
.language-guide.new-language .official-language-countries.seven-items {
    max-height: 350px;
}
.language-guide.new-language .official-language-countries.eleven-items {
    max-height: 580px;
}

.language-guide.new-language .table-french-smaller>.table{
    max-width: 710px!important;
}
.language-guide.new-language .table-french-smaller>.table tr>td{
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
}
.language-guide.new-language .table-french-smaller>.table tr>td b{
    font-size: 28px;
    line-height: 45px;
    font-weight: normal;
}
.language-guide.new-language .table-french-smaller>.table tr>td b+*{
    font-size: 8px;
    line-height: 11px;
}
.language-guide.new-language .table-french-smaller>.table tr>td:not(:last-child){
    text-align: center;
}
.language-guide.new-language .table-french-smaller>.table tr>td:nth-child(1){
    width: 90px;
}
.language-guide.new-language .table-french-smaller>.table tr>td:nth-child(2),
.language-guide.new-language .table-french-smaller>.table tr>td:nth-child(4){
    width: 82px;
}
.language-guide.new-language .table-french-smaller>.table tr>td:nth-child(3){
    width: 105px;
}
.language-guide.new-language .table-french-smaller:not(.table-french)>.table tr>td:nth-child(5){
    width: 126px;
}

.language-guide.new-language .table-idioms>.table{
    max-width: 870px!important;
}
.language-guide.new-language .table-idioms>.table tr>td{
    font-size: 13px;
    line-height: 15px;
    padding: 10px 17px;
    width: 25%;
}
.language-guide.new-language .table-centered>.table {
    max-width: 680px!important;
}
.language-guide.new-language .table-centered>.table tr>th{
    font-size: 16px;
    line-height: 22px;
}
.language-guide.new-language .table-centered>.table tr>*{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 17px;
    text-align: center;
    width: 50%;
}

.language-guide.new-language .table-translation>.table {
    max-width: 780px!important;
}
.language-guide.new-language .table-scroller.table-translation>.table tr>th{
    font-size: 16px!important;
}
.language-guide.new-language .table-translation>.table tr>th,
.language-guide.new-language .table-translation>.table tr>td{
    font-size: 16px;
    line-height: 22px;
    padding: 10px 30px;
}
.language-guide.new-language .korean-consonant:not(.korean-consonant--double) {
    background-color: #6F6F6F;
}
.pomodoro-title{
    color: #00CABE;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 30px 0 5px;
}
.pomodoro-subtitle{
    color: #FD6F21;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px;
}
@media (min-width: 769px) {
    .language-guide.new-language .table-scroller .table {
        max-width: 95%;
        width: 100%;
    }
    .language-guide.new-language .table-scroller .table th,
    .language-guide.new-language .table-scroller .table td {
        padding: 13px 50px;
        font-size: 18px;
    }

    .language-guide.new-language .table-scroller .table th {
        font-size: 21px !important;
        line-height: 28px;
    }

    .language-guide.new-language .table-scroller .table span {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 1199px){
    .language-guide.new-language .official-language-countries--arabic {
        max-height: 495px;
    }
}
@media (max-width: 890px){
    .language-guide.new-language .official-language-countries--arabic {
        max-height: 500px;
    }
}

@media (max-width: 768px){
    .language-guide.new-language .official-language-countries--arabic {
        width: 100%;
        margin-left: 10px;
    }
    .language-guide.new-language .official-language-countries {
        max-height: unset!important;
        width: max-content;
    }
    .language-guide.new-language .language-country__name {
        font-size: 16px;
        line-height: 18px;
    }
    .language-guide.new-language .official-language-country__img {
        width: 30px;
    }
    .language-guide.new-language .official-language-country {
        width: max-content;
        min-width: 200px;
    }


    .language-guide.new-language .arabic-alphabet {
        grid-template-columns: repeat(5, 100px);
        grid-auto-rows: 100px;
        overflow-x: auto;
        width: calc(100% + 50px);
        overflow-y: hidden;
        margin-left: -25px;
        padding-left: 25px;
        margin-right: -25px;
        padding-right: 25px;
    }
    .language-guide .arabic-letter__arabic {
        font-size: 40px;
    }

    .language-guide .arabic-letter__western {
        font-size: 15px;
    }



    .language-guide.new-language .container>p:not(.big-text) {
        text-align: justify;
    }


    .big-text.big-text_row {
        justify-content: space-around;
    }
    .big-text.big-text_row > :not(:last-child) {
        margin-right: 10px;
    }


    .pomodoro-title,
    .pomodoro-subtitle{
        font-size: 11px;
        line-height: 15px;
        margin: 0;
    }
    .pomodoro-title{
        margin-top: 20px;
    }


    .language-guide.new-language .pomodoro-container:not(.cards-container--2){
        margin: 10px 0 30px;
        grid-template-columns: repeat(5, 1fr)!important;
        width: 100% !important;
        grid-column-gap: 8px;
    }
    .language-guide.new-language .cards-container .card {
        width: calc(100% - 20px)!important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .language-guide.new-language .cards-container:not(.cards-container--2) {
        width: calc(100% + 20px)!important;
    }

    .language-guide .card__img {
        width: 100%!important;
        margin-right: 0!important;
    }

    .language-guide.new-language .card__original,
    .language-guide.new-language .card__translation {
        text-align: center;
        font-size: 11px;
        line-height: 15px;
    }
    .language-guide.new-language .cards-container .card div{
        font-size: unset;
        line-height: unset;
    }
    .language-guide.new-language .cards-container:not(.cards-container--2) {
        grid-row-gap: 0;
    }
    .language-guide.new-language .cards-container:not(.cards-container--2) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .language-guide.new-language .cards-container--2 {
        display: flex;
        grid-column-gap: 15px;
    }
    .language-guide.new-language .cards-container--2 .card__img {
        min-height: 100px;
        object-fit: cover;
    }
    .language-guide .card {
        max-width: 214px;
    }




    .language-guide.new-language .table-scroller,
    .language-guide.new-language .container>.table{
        max-width: calc(100% + 50px);
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
    }


    .language-guide.new-language .verbal-mode {
        max-width: 270px;
        margin: 0 auto;
        width: 100%;
        text-align: left;
        padding: 11px 20px;
        line-height: 18px;
    }
    .language-guide.new-language .verbal-mode b {
        line-height: 25px;
    }


    .language-guide.new-language .korean-consonants-grid,
    .language-guide.new-language .korean-vowels-grid {
        grid-template-columns: repeat(5, 85px);
        grid-auto-rows: 85px;
        overflow-x: auto;
        width: calc(100% + 50px);
        margin: 10px -25px 40px;
        padding-left: 25px;
    }
    .language-guide.new-language h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .language-guide.new-language ul.list, .language-guide.new-language ol.numbered, .language-guide.new-language ol.lettered {
        padding-left: 13px;
    }
    .language-guide.new-language li {
        padding-left: 0;
    }
    .language-guide.new-language .table-scroller.table-thin .table {
        min-width: 450px;
    }
    .language-promo__img {
        width: 73px;
        height: 73px;
    }
    .language-promo {
        padding: 22px;
    }
    .language-title > * {
        font-size: 32px;
        line-height: 38px;
        margin: 0;
    }
    .language-header {
        padding: 13px 15px 0;
    }
    .language-title {
        margin-bottom: 15px;
    }
    .language-guide.new-language {
        padding: 19px 0 30px;
    }
    .language-guide .container {
        padding: 0 25px;
    }
    .language-guide.new-language .list{
        padding-left: 20px;
    }
    .language-guide.new-language .list br+br{
        display: none;
    }
    .language-guide.new-language .container li,
    .language-guide.new-language .container>p,
    .language-guide .text {
        font-size: 14px;
    }
    .language-guide.new-language .section-link {
        font-size: 14px;
        line-height: 18px;
    }
    .language-guide .official-language-countries {
        max-height: unset;
        flex-direction: column;
        max-width: 260px;
    }
    .language-guide .official-language-country {
        width: 100%;
    }
    .language-guide .official-language-countries {
        margin: 0 auto 28px;
    }
    .language-cta {
        margin-top: 16px;
    }
    .language-guide .title {
        font-size: 26px;
        line-height: 34px;
    }
    .language-guide .table {
        max-width: 100%;
    }
    .language-guide.new-language .verbal-modes {
        flex-direction: column;
    }
    .language-guide.new-language .verbal-mode {
        font-size: 13px;
        min-height: 91px;
    }
    .language-guide.new-language .table-scroller .table {
        min-width: 600px;
        max-width: unset;
        width: auto;
    }
    .language-guide.new-language .button {
        font-size: 13px;
    }
    .language-guide.new-language ul.list {
        margin: 10px 0 7px;
    }
    .language-guide.new-language .pomodoro-step{
        font-size: 5.5px;
        line-height: 8px;
    }
}


.city-lang__promo.fullpanel .slice h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 48px;
    line-height: 57px;
    color: #707070;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    position: static;
}
.city-lang__promo.fullpanel .slice {
    height: 335px;
    display: flex;
    align-items: flex-end;
}
.city-lang__promo-container {
    width: 100%;
    background: #FFF4ED;
    padding: 25px 25px 0;
    margin-bottom: -33px;
}
.city-lang__title > * > span,
.city-lang__title > * > strong{
    font-weight: 400;
    color: #FF7000;
}
.city-lang__subtitle{
    margin-bottom: 15px;
}
.city-lang__subtitle:not(:first-child) {
    margin-top: 42px;
}
.container .city-lang__subtitle.center>*{
    text-align: center;
}
.container .city-lang__subtitle>*{
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
    color: #FF7000;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
}
.city-lang__section{
    padding: 30px 0;
    font-size: 16px;
}

.city-lang section:nth-child(even){
    background: #FFF4ED;
}
.city-lang__section:nth-child(2){
    padding-top: 54px;
}
.city-lang__section p{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: justify;
}
.city-lang__section p a{
    color: #FF7000;
}
.city-lang__section p:not(:last-child){
    margin-bottom: 20px;
}
.city-lang__section h2,
.city-lang__section h3,
.city-lang__section h4,
.city-lang__section h5,
.city-lang__section h6{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.city-lang__section ul{
    list-style: disc;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: 16px;
    padding-left: 0;
}
.city-lang__cta{
    text-align: center;
}
.city-lang__cta a.inquiry-btn{
    padding: 8px 19px;
    font-size: 16px;
    line-height: 22px;
}
.city-lang__lessons{
    padding: 30px 0 40px;
}
.city-lang__center{
    padding: 0 70px;
    text-align: center;
}
.city-lang__section .city-lang__center>*{
    text-align: center;
    margin: 0;
}

.langs{
    display: flex;
    flex-wrap: wrap;
    margin: -40px -18px 0;
}
.langs:not(:last-child){
    margin-bottom: 25px;
}
.langs:last-child{
    margin-bottom: 15px;
}
.langs .lang-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.langs .lang-item {
    float: unset;
    max-width: 114px;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 40px;
}
.langs .lang-item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.case-studies {
    padding: 22px 0 50px;
    background: #FFF4ED;
}
.case-studies__title {
    margin-bottom: 11px;
}
.container .case-studies__title > *{
    font-size: 40px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #FF7000;
    text-transform: capitalize;
}

.case-studies__subtitle {
    margin-bottom: 18px;
}
.case-studies__subtitle > *{
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    color: #333333;
    font-weight: 400;
}
.case-studies__container{
    max-width: 953px;
    width: 100%;
    margin: 0 auto;
}
.case-studies__container .carousel{
    padding: 0;
    float: unset;
}

.case-studies__item{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 26px 50px 26px 37px;
    display: flex;
    align-items: center;
}
.case-studies__item:not(:last-child){
    margin-bottom: 11px;
}
.case-studies__item-img{
    display: block;
    width: 134px;
    height: 134px;
    margin-right: 28px;
    flex-shrink: 0;
}
.case-studies__item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case-studies__item-content>*{
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin: 0;
    text-align: justify;
}
.case-studies__item-content>*:not(:last-child){
    margin-bottom: 10px;
}
.case-studies__item-info{
    display: flex;
    flex-direction: column;
}
.case-studies__item-info>*{
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.case-studies__item-info a{
    font-weight: bold;
}
.case-studies__btn{
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.case-studies__btn>*{
    display: block;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #FF7000;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 19px;
    text-transform: uppercase;
}
.case-studies__btn>*:hover{
    color: #fff;
    text-decoration: underline;
}

.clients-lesson .container .case-studies__title > *{
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
}
.clients-lesson .case-studies__title{
    margin-bottom: 0;
}

.city-lang__lessons-item{
    display: flex;
    align-items: center;
}
.city-lang__lessons-item:not(:last-child){
    margin-bottom: 30px;
}
.city-lang__lessons-img{
    width: 146px;
    height: 146px;
    flex-shrink: 0;
    margin-right: 32px;
    border-radius: 28px;
    overflow: hidden;
}
.city-lang__lessons-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.city-lang__lessons-content{
    text-align: justify;
}
.city-lang__lessons-content>*{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.city-lang__lessons-content h2,
.city-lang__lessons-content h3,
.city-lang__lessons-content h4,
.city-lang__lessons-content h5,
.city-lang__lessons-content h6{
    font-weight: bold;
}
.city-lang__lessons-content a{
    color: #FF7000;
}
.city-lang__lessons .city-lang__subtitle{
    margin-bottom: 30px;
}

@media (max-width: 991px){
    .city-lang__promo.fullpanel .slice h1 {
        margin: 0 0 13px;
        font-size: 32px;
        line-height: 38px;
    }

    .city-lang__section ul li{
        margin-bottom: 4px;
    }

    .city-lang__promo-container {
        padding: 13px 15px 0;
        margin-bottom: 0;
    }

    .city-lang__cta a.inquiry-btn {
        padding: 9px 25px;
        font-size: 13px;
        line-height: 18px;
    }

    .city-lang__promo.fullpanel .slice {
        height: 254px;
        padding-bottom: 0;
    }

    .city-lang__section:nth-child(2) {
        padding-top: 20px;
    }

    .city-lang__section p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .city-lang__section {
        padding: 25px 0;
    }
    .container .case-studies__title > *,
    .container .city-lang__subtitle > * {
        font-size: 26px;
        line-height: 34px;
    }


    .city-lang__subtitle {
        margin-bottom: 20px;
    }
    .langs .lang-item {
        margin-right: 25px;
        margin-left: 25px;
        width: 100%;
    }
    .langs {
        margin: -40px -25px 0;
        justify-content: center;
    }
    .city-lang__section h2, .city-lang__section h3, .city-lang__section h4, .city-lang__section h5, .city-lang__section h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .case-studies__title {
        margin-bottom: 5px;
    }

    .case-studies__subtitle {
        margin-bottom: 14px;
    }

    .case-studies__subtitle > * {
        font-size: 16px;
        line-height: 26px;
    }

    .case-studies__item {
        padding: 18px 30px 28px;
        flex-direction: column;
    }

    .case-studies__item-img {
        margin-right: 0;
        margin-bottom: 14px;
    }


    .case-studies__item:not(:last-child) {
        margin-bottom: 17px;
    }

    .case-studies__btn {
        margin-top: 21px;
    }

    .case-studies__btn > * {
        line-height: 19px;
    }

    .case-studies {
        padding: 22px 0 26px;
    }


    .city-lang__lessons-item {
        flex-direction: column;
    }
    .city-lang__lessons .city-lang__subtitle {
        margin-bottom: 20px;
    }

    .city-lang__lessons-img {
        margin-right: 0;
        margin-bottom: 18px;
    }
    .city-lang__lessons-content > * {
        font-size: 14px;
        line-height: 20px;
    }
    .city-lang__lessons-content h2, .city-lang__lessons-content h3, .city-lang__lessons-content h4, .city-lang__lessons-content h5, .city-lang__lessons-content h6 {
        font-size: 16px;
        line-height: 22px;
    }
}


.top-tips{
    padding: 46px 0 30px;
    background: #ffffff;
}
.top-tips__title{
    margin-bottom: 30px;
}
.container .top-tips__title>*{
    font-size: 34px;
    line-height: 46px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}
.top-tips__item{
    display: flex;
    grid-column-gap: 12px;
}
.top-tips__item:not(:last-child){
    margin-bottom: 60px;
}
.top-tips__item-col{
    display: flex;
    flex-direction: column;
}
.top-tips__item-col>*:not(:last-child){
    margin-bottom: 12px;
}
.top-tips__item-col:first-child{
    width: 33%;
    flex-shrink: 0;
}
.top-tips__item-col:last-child>*:first-child{
    flex-grow: 0;
}
.top-tips__item-img img{
    width: 100%;
}
.top-tips__item-img,
.top-tips__item-text{
    border-radius: 20px;
    overflow: hidden;
}
.top-tips__item-text{
    background: #FFF4ED;
    padding: 22px 25px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
}
.top-tips__item-text.mobile{
    display: none;
}
.top-tips__item-text>*{
    margin: 0;
}
.top-tips__item-text>h2,
.top-tips__item-text>h2>a,
.top-tips__item-text>h3,
.top-tips__item-text>h3>a,
.top-tips__item-text>h4,
.top-tips__item-text>h4>a,
.top-tips__item-text>h5,
.top-tips__item-text>h5>a,
.top-tips__item-text>h6,
.top-tips__item-text>h6>a{
    margin: 0;
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    line-height: 22px;
}
.top-tips__item-text>h2,
.top-tips__item-text>h3,
.top-tips__item-text>h4,
.top-tips__item-text>h5,
.top-tips__item-text>h6{
    margin-bottom: 3px;
}
.top-tips__item-text a{
    color: #FF7000;
}
.top-tips__item-title>*{
    margin: 0;
    font-size: 34px;
    line-height: 46px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.top-tips__item-title>* span{
    color: #FF7000;
    font-weight: bold;
}

.top-tips__item-col:not(:last-child) {
    width: 32.5%;
    flex-shrink: 0;
}

@media (max-width: 991px){
    .top-tips__title {
        margin-bottom: 22px;
    }
    .top-tips__item-text.mobile{
        display: block;
        padding: 7px;
        margin-bottom: 7px;
        border-radius: 10px;
    }
    .top-tips__item-text.desktop{
        display: none;
    }
    .top-tips__item{
        flex-direction: column;
    }
    .top-tips__item-img{
        width: 146px;
        margin: 0 auto 22px!important;
    }

    .top-tips__item-title > * {
        font-size: 16px;
        line-height: 22px;
    }


    .top-tips__item:not(:last-child){
        margin-bottom: 34px;
    }
    .top-tips__item-col:not(:last-child){
        margin-bottom: 14px;
        width: 100%;
    }
    .top-tips__item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .top-tips__item-text > h2, .top-tips__item-text > h2 > a, .top-tips__item-text > h3, .top-tips__item-text > h3 > a, .top-tips__item-text > h4, .top-tips__item-text > h4 > a, .top-tips__item-text > h5, .top-tips__item-text > h5 > a, .top-tips__item-text > h6, .top-tips__item-text > h6 > a {
        font-size: 14px;
        line-height: 20px;
    }

}


.testimonials{
    background: #ffffff!important;
    padding-top: 30px;
}
.testimonials__slider{
    max-width: 630px;
    margin: 0 auto;
}
.testimonials__slide-title{
    padding: 20px 0;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
    position: relative;
}
.testimonials__slide-title>*{
    margin: 0;
}
.testimonials__slide-title::before{
    top: 0;
}
.testimonials__slide-title::after{
    bottom: 0;
}
.testimonials__slide-title::before,
.testimonials__slide-title::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #b7b7b7;
    height: 1px;
}


@media (max-width: 768px) {
    .clients-lesson .container .case-studies__title > *,
    .testimonials .container .case-studies__title > * {
        font-size: 24px;
        line-height: 33px;
    }
    .top-tips {
        padding: 46px 0 10px;
    }
}

.clients-lesson{
    padding: 50px 0 70px;
}
@media (min-width: 769px) {
    .clients-lesson__container {
        padding: 40px 0 56px;
        display: flex;
        justify-content: space-around;
    }
    .clients-lesson__item {
        flex-basis: 0;
        flex-grow: 1;
    }
}
.clients-lesson__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.clients-lesson__item-img {
    width: 70px;
    height: 70px;
    margin-bottom: 9px;
}
.clients-lesson__item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.clients-lesson__item>*{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px){
    .testimonials .case-studies {
        padding: 20px 0 34px;
        margin-top: 40px;
    }
    .clients-lesson {
        padding: 40px 0;
    }


}





.home-promo {
    position: relative;
    padding: 70px 0 63px;
}
.home-promo__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-promo__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-promo__title {
    margin-bottom: 24px;
}
.home-promo__title > * {
    margin: 0;
    font-size: 54px;
    line-height: 58px;
    color: #fff;
    width: max-content;
    max-width: 100%;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
}
.home-promo__title > * > * {
    display: block;
}
.home-promo__text {
    width: 100%;
    max-width: 344px;
}
.home-promo__text > * {
    width: 100%;
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}
.home-promo__container {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 38px;
}
.home-promo__btn {
    margin-bottom: 15.2px;
}
.inquiry-btn {
    background: #FF872D;
    border: 1px solid #FF7000;
}
.inquiry-btn.inquiry-btn--big {
    font-size: 19px;
    line-height: 26px;
    padding: 8px 34px;
    min-width: 320px;
    max-width: 100%;
}
.inquiry-btn.inquiry-btn--uprcs {
    text-transform: uppercase;
}
.inquiry-btn.inquiry-btn--mid {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 20px;
    border-radius: 10px;
}






.banner-face-to-face {
    padding: 70px 0 80px;
    background: #FF8F46;
}
.banner-face-to-face__container {
    display: flex;
    align-items: center;
}
.banner-face-to-face .banner-title>* {
    text-transform: uppercase;
}
.container .banner-title > * {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 12px;
}
.banner-face-to-face__content {
    width: 43%;
    margin-right: 9%;
}
.banner-face-to-face__img {
    width: 48%;
}
.banner-text > * {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.banner-btn {
    margin-top: 20px;
}
.inquiry-btn.inquiry-btn--gray {
    background: #626262;
    border: none;
}
.image-rotate {
    perspective: 216px;
    perspective-origin: 50% 50%;
    position: relative;
}
.image-rotate::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 63%;
}
.image-rotate > * {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 26px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(-6deg);
}
.image-rotate.image-rotate--right > * {
    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(6deg);
}
.banner-face-to-face__img {
    transform: translateX(-6%);
}
@media (max-width: 768px) {

    .banner-face-to-face__container {
        flex-direction: column-reverse;
    }

    .banner-face-to-face {
        padding: 65px 0;
    }

    body .container {
        padding-left: 26px;
        padding-right: 26px;
    }

    .banner-face-to-face__content {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        max-width: 450px;
        margin-inline: auto;
    }

    .banner-face-to-face__img {
        width: 100%;
    }

    .banner-face-to-face__img {
        transform: translateX(-4%);
    }

    .container .banner-title > * {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 6px;
        text-align: center;
    }

    .banner-text > * {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .inquiry-btn.inquiry-btn--big {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 12px;
    }

    .image-rotate {
        max-width: 401px;
        margin-inline: auto;
    }

    .banner-face-to-face__content > div:nth-child(2) {
        padding: 0 10px;
    }

}


.testimonials {
    padding: 3.125rem 0;
}
.testimonials__container {
    display: flex;
    grid-column-gap: 1.875rem;
    justify-content: flex-end;
}
.testimonials__slider {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials__img {
    display: flex;
    justify-content: center;
    width: 50%;
}
.testimonials__img > * {
    max-width: 30.625rem;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.testimonials__btn {
    display: flex;
    justify-content: center;
}
.testimonials__btn .button {
    text-transform: none;
}
.testimonials__item-text {
    text-align: center;
    border-bottom: 1px solid #ff770e;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.testimonials__item-text > * {
    font-size: 2.125rem;
    color: #ff770e;
    font-weight: 400;
    line-height: 2.75rem;
    quotes: none;
    text-align: center;
}
.testimonials__item-cite {
    text-align: center;
    margin-bottom: 0.3125rem;
}
.testimonials__item-cite > * {
    font-size: 1.0625rem;
    color: #545454;
    font-weight: 600;
    font-style: normal;
}
.testimonials__item-note {
    text-align: center;
}
.testimonials__item-note > * {
    color: #545454;
    font-size: 0.75rem;
}
.testimonials .swiper {
    padding-bottom: 2.5rem;
}


.section-title>*{
    font-size: 34px;
    line-height: 46px;
    color: #FF872D;
    margin: 0;
}


.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0!important;
    line-height: 0;
}

:root {
    --swiper-pagination-bullet-horizontal-gap: 2.5px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #626262;
    --swiper-pagination-bullet-inactive-opacity: .35;
}

.testimonials {
    text-align: center;
}

.testimonials__slider {
    margin-top: 22px;
}

.testimonials__item-text {
    border-bottom: none;
    padding-bottom: 25px;
    margin-bottom: 14px;
    position: relative;
    flex-grow: 1;
}

.testimonials__item-text > * {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}
.testimonials__item-text::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 100%;
    max-width: 183px;
    background: #707070;
    transform: translateX(-50%);
}

.testimonials__item-cite {
    margin-bottom: 4px;
}

.testimonials__item-cite > * {
    font-size: 18px;
    color: #626262;
    line-height: 24px;
}

.testimonials__item-note > * {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.testimonials .swiper {
    padding-bottom: 33px;
}

.testimonials__btn {
    margin-top: 20px;
}
.container .section-title > * {
    margin: 0;
    font-size: 34px;
    line-height: 46px;
    color: #FF872D;
    text-align: center;
}
.container .section-title.section-title--white > * {
    color: #fff;
}
.container .section-title.section-title--mid > * {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    color: #3F3F3F;
    font-weight: 400;
    text-align: center;
}
.container .section-subtitle > * {
    margin: 0;
    font-size: 24px;
    line-height: 33px;
    color: #3F3F3F;
    text-align: center;
}
.testimonials__item.swiper-slide {
    padding: 30px 20px 20px;
    border-radius: 20px;
    background: #F6F6F6;
    height: auto;
    display: flex;
    flex-direction: column;
}
.testimonials .swiper {
    width: 100%;
}

.testimonials__slider {
    width: 100%;
    max-width: unset;
}


@media (max-width: 768px) {
    .testimonials__container {
        flex-direction: column;
    }
    .testimonials__item-text > * {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonials__img {
        width: 100%;
        margin-bottom: 45px;
    }
    .testimonials__slider {
        width: 100%;
    }

    .testimonials {
        padding: 50px 0 30px;
    }

    .container .section-title > * {
        font-size: 28px;
        line-height: 38px;
    }

    .container .section-subtitle > * {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonials__slider {
        margin-top: 13px;
    }

    .testimonials .swiper {
        padding-bottom: 37px;
    }

    .testimonials__btn {
        margin-top: 27px;
    }

}




.banner-trial{
    padding: 60px 0 70px;
    background: #FF8F46;
}
.banner-trial__container{
    display: flex;
    align-items: center;
}
.banner-trial__img {
    flex-shrink: 0;
    width: 50%;
    margin-left: -1%;
    margin-right: 62px;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FFFFFF49 57%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.banner-trial__img .image-rotate{
    width: 55.5%;
}
.banner-trial__img .image-rotate:nth-child(even)  {
    margin-top: -16%;
    margin-left: auto;
    margin-right: 2%;
}
.banner-trial__img .image-rotate::before {
    padding-top: 74%;
}
@media (max-width: 768px) {

    .banner-trial {
        padding: 65px 0 40px;
    }

    .banner-trial__container {
        flex-direction: column;
    }

    .banner-trial__img {
        width: 100%;
        margin-right: 0;
    }

    .banner-trial__img .image-rotate {
        margin-inline: 0;
    }

    .banner-trial__img .image-rotate:nth-child(2n) {
        margin-inline: auto 0;
    }

    .banner-trial__content {
        margin-top: 30px;
    }
    .banner-trial__content .banner-title {
        margin-bottom: 13px;
    }
}



.case-studies {
    padding: 60px 0;
    background: rgba(238, 238, 238, 0.5);
}

.case-studies__container {
    margin-top: 18px;
}
.case-studies__item-img {
    margin-right: 20px;
}

.case-studies__item {
    padding: 32px 0;
    padding-right: 50px;
    padding-left: 31px;
    position: relative;
}
.case-studies__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 98px;
    z-index: 1;
    background: #D5D5D5 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 0px 20px;
}
.case-studies__item-img {
    flex-shrink: 0;
}

.case-studies__item-info {
    width: max-content;
}

.case-studies__item-info a {
    font-size: 34px;
    line-height: 44px;
}

.case-studies__item-info > * {
    line-height: 28px;
}

.case-studies__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 108px;
    border-left: 1px solid #707070;
    margin-left: 24px;
    padding-left: 35px;
}
.case-studies__item-content > * {
    font-size: 22px;
    line-height: 33px;
    text-align: left;
}

.case-studies__container {
    max-width: 100%;
}
.case-studies__item-heading {
    display: flex;
    align-items: center;
    max-width: 65%;
    position: relative;
    z-index: 2;
}
.case-studies__btn {
    margin-top: 30px;
}

@media (min-width: 769px) {
    .clients-lesson__container {
        padding: 57px 0;
    }
}
@media (max-width: 768px) {
    .case-studies {
        padding: 50px 0;
    }

    .case-studies__item-heading {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        padding-bottom: 14px;
        margin-bottom: 12px;
        position: relative;
    }
    .case-studies__item-heading::before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 1px;
        width: 250px;
        background: #707070;
    }
    .case-studies__item {
        padding: 22px;
    }

    .case-studies__item-img {
        margin-right: 0;
    }

    .case-studies__item-info {
        margin-right: 0;
        min-height: 0;
        border-right: none;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .case-studies__item-info > * {
        color: #000;
    }

    .case-studies__item-content > * {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .case-studies__btn {
        margin-top: 26px;
    }

    .inquiry-btn.inquiry-btn--mid {
        font-size: 14px;
        line-height: 20px;
    }

    .case-studies__item-content {
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .case-studies__item::before {
        bottom: unset;
        width: auto;
        border-radius: 20px 20px 0 0;
        right: 0;
        height: 88px;
    }
    .clients-lesson .swiper {
        padding: 40px 0 50px;
    }
}



.google-rating {
    padding: 94px 0 83px;
    background: rgba(238, 238, 238, 0.5);
}
.google-rating__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.google-rating__content {
    max-width: 700px;
    margin-right: 10%;
}


.container .google-rating__title.section-title > * {
    text-align: left;
    font-weight: 400;
}
.google-rating__badge {
    max-width: 290px;
}

.google-rating__badge > a {
    display: block;
    width: 100%;
}

.google-rating__badge > a > div {
    max-width: 290px;
}

.google-rating__text {
    margin-top: 0.9375rem;
}
.google-rating__text > * {
    font-size: 22px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 30px;
}

.google-rating__badge {
    max-width: 290px;
    width: 100%;
}
.google-rating__badge > a {
    color: inherit;
    text-decoration: none;
}
.google-rating__badge > a:hover {
    text-decoration: none;
}
.google-rating__badge > a > div {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 35px;
    max-width: 290px;
    font-family: "Open Sans", sans-serif;
    border: 3px solid #cccccc;
}
.google-rating__badge > a img {
    height: 15px;
    width: auto;
    margin-top: 5px;
}
.google-rating__rating {
    display: flex;
    align-items: baseline;
}
.google-rating__rating > p {
    margin: 0;
    margin-right: 5px;
}
.google-rating .star {
    width: 80px;
    position: relative;
    color: red;
}
.google-rating .rating {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.google-rating .rating span {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    color: gold;
}
.google-rating .rating span:before {
    content: "☆☆☆☆☆";
    position: absolute;
    color: #bdbdbd;
    z-index: -1;
}
@media (max-width: 991px) {
    .google-rating {
        padding: 30px 0;
    }
    .google-rating__container {
        flex-direction: column;
    }
    .google-rating__content {
        text-align: center;
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .google-rating__title {
        margin-bottom: 10px;
        padding-right: 0;
    }
    .google-rating__title > * {
        font-size: 24px;
        text-align: center !important;
    }
    .google-rating__text > * {
        font-size: 20px;
        line-height: 1.2;
    }
    .google-rating__badge {
        display: flex;
        justify-content: center;
    }
    .google-rating__badge > a > div {
        max-width: 200px;
    }
}
@media (max-width: 768px) {
    .google-rating {
        padding: 70px 0 60px;
    }
    .google-rating__text > * {
        font-size: 18px;
        line-height: 24px;
    }
    .google-rating__content {
        margin-bottom: 25px;
    }

    .google-rating__badge > a {
        width: auto;
    }

    .google-rating__title br {
        display: none;
    }

}















.want-learn{
    padding: 26px 0 33px;
}
.want-learn__list{
    display: flex;
    justify-content: space-between;
    grid-column-gap: 20px;
}
.want-learn__list-item{
    position: relative;
    max-width: 80px;
    width: 100%;
}
.want-learn__list-item{
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #626262;
    font-family: "Helvetica Neue", sans-serif;
}
.want-learn__list-img{
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 13px;
}
.want-learn__list-img>*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.want-learn__list-img::before{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.want-learn__list-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.want-learn__title {
    margin-bottom: 23px;
}
.container .want-learn__title > * {
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    color: #626262;
    text-transform: none;
    font-weight: bold;
    font-family: "Helvetica Neue", sans-serif;
}

@media (max-width: 768px) {
    .home-promo__title > * {
        font-size: 24px;
        line-height: 26px;
        font-weight: 300;
    }
    .home-promo {
        padding: 38px 0 26px;
    }
    .home-promo__container {
        width: 344px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .home-promo__title {
        margin-bottom: 46px;
        margin-left: 17px;
        align-self: flex-start;
        max-width: 43vw;
        min-width: 160px;
    }
    .home-promo__text > * {
        font-size: 12px;
        line-height: 14px;
    }
    .home-promo__text {
        max-width: 220px;
    }
    .home-promo__bg img {
        object-position: 75%;
    }
    .home-promo__btn {
        max-width: 100%;
    }
    .home-promo__btn .inquiry-btn {
        width: 320px;
        min-width: unset;
    }



    .want-learn__list {
        grid-column-gap: 0;
        flex-wrap: wrap;
        margin: 0 -16px;
    }
    .want-learn__list-item {
        font-size: 10px;
        line-height: 12px;
        width: calc(25% - 32px);
        margin: 0 16px 23px;
    }
    .want-learn__list-img {
        margin-bottom: 12px;
    }
    .want-learn {
        padding: 20px 10px 17px;
    }
    .container .want-learn__title > * {
        font-size: 23px;
        line-height: 28px;
    }
    .want-learn__title {
        margin-bottom: 26px;
    }
}




.inquiry-2022__grid {
    max-width: 740px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.inquiry-2022__inner{
    background: #fff;
    padding: 23px 23px 37px;
    border-radius: 36px;
    width: 100%;
    position: relative;
}
.inquiry-2022.form-inquiry.modal .modal-header {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    margin-bottom: 21px;
    border: none;
}
.inquiry-2022.form-inquiry h4 {
    font-size: 32px;
    line-height: 43px;
    color: #5D5D5D;
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
    margin-bottom: 5px;
}
.inquiry-2022.form-inquiry.modal .modal-body {
    padding: 0;
    max-width: 570px;
    margin: 0 auto;
}
.inquiry-2022 .modal-header > * {
    max-width: 432px;
    margin: 0 auto;
    text-align: center;
    color: #141414;
    font-size: 14px;
    line-height: 19px;
}

.inquiry-2022__row {
    display: flex;
    grid-column-gap: 20px;
}
.inquiry-2022__row:not(:last-child) {
    margin-bottom: 14px;
}
.inquiry-2022__row .form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.inquiry-2022__row .col-sm-8 {
    width: 100%;
    padding: 0;
}
.inquiry-2022__row label {
    padding: 0;
    text-align: left;
    margin-bottom: 5.3px;
    font-size: 11px;
    line-height: 15px;
    width: 100%;
}
.inquiry-2022__row  .form-control {
    border: 2px solid #C4C4C4;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 11px;
    line-height: 15px;
    color: #5D5D5D;
    font-weight: normal;
    padding: 8px 10px;
    box-sizing: border-box;
    height: 35px;
}
.inquiry-2022__row textarea.form-control{
    resize: vertical;
    min-height: 67px;
    max-height: 120px;
}
.inquiry-2022__row .form-control {
    padding: 8px 10px;
}
.inquiry-2022__grid .btn-submit {
    width: 100%;
    border: none;
    outline: none;
    background: #FB8835;
    border-radius: 10px;
    padding: 13px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.inquiry-2022__grid .btn-submit:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .inquiry-2022__grid {
        margin: 15px;
    }
    .inquiry-2022__inner {
        padding: 17px 13px 19px;
        border-radius: 15px;
    }
    .inquiry-2022.form-inquiry h4 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    .inquiry-2022 .modal-header > * {
        font-size: 12px;
        line-height: 18px;
    }
    .inquiry-2022__row {
        grid-column-gap: 10px;
    }
    .inquiry-2022__row textarea.form-control {
        min-height: 94px;
        max-height: 150px;
    }
    .inquiry-2022 .inquiry-2021__close {
        top: 15px;
        right: 19px;
        font-size: 25px;
    }
}



.pricing-promo{
    padding: 40px 0 34px;
    background: #FFF4ED;
}
.pricing-promo__title>*{
    margin: 0;
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
    color: #626262;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
}



.pricing-tabs {
    margin-bottom: 87px;
}
.pricing-tabs__heading {
    display: flex;
    padding: 26px 0 21px;
    grid-column-gap: 40px;
    justify-content: center;
}
.pricing-tabs__body {
    margin-top: 50px;
}
.pricing-tabs__heading+.pricing-tabs__body {
    margin-top: 0;
}
.pricing-tabs__nav {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .3s;
    cursor: pointer;
}
.pricing-tabs__nav:hover,
.pricing-tabs__nav.is-active{
    border-bottom-color: #FF7000;
}
.pricing-tabs__nav.is-active{
    pointer-events: none;
}
.pricing-tabs__tab:not(.is-active){
    display: none;
}
.pricing-tabs__tab-inner{
    display: flex;
    grid-column-gap: 30px;
}

.pricing-tabs__container {
    max-width: 900px;
    margin: 0 auto;
}
.pricing-tabs__item {
    width: 100%;
    border: 1px solid #C1C1C1;
    padding: 0 30px 57px;
    border-radius: 20px;
}
.pricing-tabs__item-heading {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 26px;
}
.pricing-tabs__item-img {
    position: relative;
    width: 31%;
    flex-shrink: 0;
}
.pricing-tabs__item-img__inner {
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
    height: auto;
}
.pricing-tabs__item-img__inner::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.pricing-tabs__item-img__inner>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.pricing-tabs__item-img__inner {
    top: -5px;
}
.pricing-tabs__item-title>* {
    font-size: 30px;
    line-height: 41px;
    color: #626262;
    margin: 0;
}
.pricing-tabs__item-subtitle>* {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    color: #626262;
}
.pricing-tabs__item {
    position: relative;
}
.pricing-tabs__item li{
    position: relative;
    padding-left: 37px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.pricing-tabs__item li:not(:last-child){
    margin-bottom: 25px;
}
.pricing-tabs__item li::before{
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.389' height='21.389' viewBox='0 0 21.389 21.389'%3E%3Cpath id='Icon_awesome-check-square' data-name='Icon awesome-check-square' d='M19.1,23.639H2.292A2.292,2.292,0,0,1,0,21.347V4.542A2.292,2.292,0,0,1,2.292,2.25H19.1a2.292,2.292,0,0,1,2.292,2.292V21.347A2.292,2.292,0,0,1,19.1,23.639ZM9.325,18.957l8.785-8.785a.764.764,0,0,0,0-1.08l-1.08-1.08a.764.764,0,0,0-1.08,0L8.785,15.176,5.44,11.831a.764.764,0,0,0-1.08,0l-1.08,1.08a.764.764,0,0,0,0,1.08l4.965,4.965a.764.764,0,0,0,1.08,0Z' transform='translate(0 -2.25)' fill='%2300cabe'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pricing-tabs__item .inquiry-btn {
    padding: 15px 15px 17px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.pricing-tabs__item-btn {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 0;
    transform: translateY(50%);
}



.pricing-text+.testimonials {
    background: #EEEEEE !important;
    padding-top: 48px;
}
.pricing-text {
    margin-bottom: 53px;
}
.pricing-text *:not(a) {
    color: #333333;
}
.pricing-text a {
    text-decoration: underline;
}
.pricing-text .pricing-tabs__container>* {
    font-size: 16px;
    line-height: 22px;
}
.pricing-text .pricing-tabs__container>*:not(:last-child) {
    margin-bottom: 22px;
}
.pricing-text__small>* {
    font-size: 12px;
    line-height: 18px;
}
.pricing-text__small>*:not(:last-child) {
    margin-bottom: 18px;
}



@media (min-width: 769px) {
    .testimonials-dark .testimonials {
        padding: 48px 0 0 !important;
        background: rgba(238, 238, 238, 0.5) !important;
    }

    .testimonials-dark .testimonials .item h3 {
        font-size: 30px;
        line-height: 39px;
    }

    .testimonials-dark .testimonials .carousel-inner {
        padding-bottom: 0;
        max-width: 544px;
        margin: 0 auto;
    }

    .testimonials-dark .testimonials__slider {
        max-width: 765px;
        background: #fff;
        padding: 21px 0;
        border-radius: 20px;
    }

    .testimonials-dark .testimonials__slide-title {
        padding: 0;
        margin: 0 auto 12px;
    }

    .testimonials-dark .testimonials__slide-title::before,
    .testimonials-dark .testimonials__slide-title::after {
        content: none;
    }

    .testimonials-dark .testimonials .case-studies__subtitle {
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .testimonials-dark .testimonials {
        background: rgba(238, 238, 238, 0.5) !important;
    }
    .pricing-promo__title > * {
        font-size: 32px;
        line-height: 38px;
    }
    .pricing-promo {
        padding: 18px 0 17px;
    }
    .pricing-tabs__heading {
        padding: 10px 0 17px;
    }
    .pricing-tabs__tab-inner {
        flex-direction: column;
    }
    .pricing-tabs__item-heading {
        padding: 10px 0 16px;
        margin-bottom: 16px;
    }
    .pricing-tabs__item-title > * {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .pricing-tabs__item-subtitle > * {
        font-size: 15px;
        line-height: 20px;
    }
    .pricing-tabs__item li::before {
        top: 2px;
        width: 13px;
        height: 13px;
    }
    .pricing-tabs__item li:not(:last-child) {
        margin-bottom: 15px;
    }
    .pricing-tabs__item li {
        padding-left: 26px;
        font-size: 12px;
        line-height: 17px;
    }
    .pricing-tabs__item {
        padding: 0 18px 42px;
    }
    .pricing-tabs__item .inquiry-btn {
        padding: 14px 15px 14px;
        font-size: 13px;
        line-height: 18px;
    }
    .pricing-tabs__item:not(:last-child) {
        margin-bottom: 55px;
    }
    .pricing-tabs__item-img__inner {
        right: -6px;
    }
    .pricing-tabs__item-img__inner {
        top: 3px;
    }
    .pricing-promo__title {
        max-width: 210px;
        margin: 0 auto;
    }
    .pricing-tabs {
        margin-bottom: 96px;
    }
    .pricing-text .pricing-tabs__container > :not(:last-child) {
        margin-bottom: 20px;
    }
    .pricing-text .pricing-tabs__container > * {
        font-size: 14px;
        line-height: 20px;
    }
    .pricing-text__small > * {
        font-size: 11px;
    }
}



.page-promo {
    padding: 40px 0;
    background: #FFF4ED;
}
.page-promo__title > * {
    margin: 0;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #626262;
}
@media (max-width: 768px){
    .page-promo {
        padding: 32px 0;
    }
    .page-promo__title > * {
        font-size: 32px;
        line-height: 38px;
    }
}



.all-languages__container {
    padding: 8px 0 66px;
    display: flex;
    flex-wrap: wrap;
}
.all-languages__item {
    width: calc(100% / 9 - 20px);
    margin: 8px 10px 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    position: relative;
    min-width: 80px;
}
.all-languages__item-img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.all-languages__item-img>* {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.all-languages__item-title {
    text-align: center;
}
.all-languages__item-title>* {
    font-size: 12px;
    line-height: 17px;
    color: #3F3F3F;
    font-weight: 400;
    text-align: center;
    transition: color .3s ease;
}
.all-languages__item-link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: transparent;
}
.all-languages__item:hover .all-languages__item-title>*{
    color: #FF7000;
}

@media (max-width: 768px){
    .all-languages__container {
        padding: 5px 10px 66px;
        margin: 0 -7px;
    }
    .all-languages__item {
        width: calc(100% / 3 - 14px);
        margin: 10px 7px 0;
        min-width: 80px;
    }
}



.inquiry-steps{

}

.inquiry-steps__step~.inquiry-steps__step {
    display: none;
}

.inquiry-steps__wrapper {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin: 20px 0;
    justify-content: center;
}
.inquiry-steps__inner {
    max-width: 920px;
    width: 100%;
    border-radius: 36px;
    background: #fff;
    padding: 55px 30px 30px;
    position: relative;
}

.inquiry-steps--step-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 13px;
}
.inquiry-steps__step-inner {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
.inquiry-steps .check {
    columns: 2;
    text-align: left;
    max-width: 742px;
    margin: 30px auto 10px;
    font-size: 17px;
    line-height: 23px;
    column-width: auto;
    column-gap: 70px;
}

.inquiry-steps .check > li {
    margin-bottom: 18px;
    break-inside: avoid;
    padding-left: 27px;
    position: relative;
    width: max-content;
    max-width: 120%;
}
.inquiry-steps .check > li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0id2luZG93cy0xMjUyIj8+CjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+CjxzdmcgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxNy44MzcgMTcuODM3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCTxwYXRoIGZpbGw9IiM2NmJiNmEiIGQ9Ik0xNi4xNDUsMi41NzFjLTAuMjcyLTAuMjczLTAuNzE4LTAuMjczLTAuOTksMEw2LjkyLDEwLjgwNGwtNC4yNDEtNC4yNyAgIGMtMC4yNzItMC4yNzQtMC43MTUtMC4yNzQtMC45ODksMEwwLjIwNCw4LjAxOWMtMC4yNzIsMC4yNzEtMC4yNzIsMC43MTcsMCwwLjk5bDYuMjE3LDYuMjU4YzAuMjcyLDAuMjcxLDAuNzE1LDAuMjcxLDAuOTksMCAgIEwxNy42Myw1LjA0N2MwLjI3Ni0wLjI3MywwLjI3Ni0wLjcyLDAtMC45OTRMMTYuMTQ1LDIuNTcxeiIvPgo8L3N2Zz4=);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.inquiry-steps__text {
    max-width: 680px;
    margin: 0 auto;
}
.inquiry-steps__title {
    margin-bottom: 8px;
}
.inquiry-steps__title>* {
    letter-spacing: 0px;
    color: #FF872D;
    text-transform: capitalize;
    margin: 0;
    font-size: 42px;
    line-height: 57px;
    text-align: center;
}
.inquiry-steps__title>*>* {
    color: #707070;
}
.inquiry-steps__title.inquiry-steps__title--small>* {
    font-size: 34px;
    line-height: 45px;
}
.inquiry-steps__header {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070;
}

.inquiry-steps__input > .form-group {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Arial', sans-serif;
}
.inquiry-steps__input > .form-group .control-label {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    line-height: 12px;
    color: #707070;
    font-size: 11px;
}
.inquiry-steps__input > .form-group .form-control {
    margin-bottom: 0;
    border: 2px solid #ACACAC;
    border-radius: 10px;
    font-size: 13px;
    line-height: 15px;
}


.inquiry-steps__input > .form-group .form-control:not(textarea) {
    height: 37px;
}
.inquiry-steps__input > .form-group .col-sm-8 {
    float: unset;
    width: 100%;
    padding: 0;
}
.inquiry-steps__input > .form-group textarea.form-control {
    flex-grow: 1;
    flex-basis: 0;
    resize: none;
    height: unset;
}
.inquiry-steps__input > .form-group .col-sm-8 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.inquiry-steps__input > .form-group .help-block {
    margin: 5px 0 0;
}
.inquiry-steps__input > .form-group:not(.has-error) .help-block {
    display: none!important;
}
.inquiry-steps__btn {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}
.inquiry-steps__btn button {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 35px 13px;
    background: #FF7E00;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
}
.inquiry-steps__btn button:hover {
    text-decoration: underline;
}
.inquiry-steps--step-1>*:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.inquiry-steps--step-1>*:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.inquiry-steps--step-1>*:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.inquiry-steps--step-1>*:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
.inquiry-steps--step-1>*:nth-child(5) { grid-area: 1 / 2 / 2 / 3; }
.inquiry-steps--step-1>*:nth-child(6) { grid-area: 2 / 2 / 5 / 3; }

.inquiry-steps--step-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto -13px;
}
.inquiry-steps--step-2 > .inquiry-steps__input {
    width: calc(50% - 30px);
    margin: 0 15px 13px;
}


.inquiry-steps--taster {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 13px;
}

.inquiry-steps--taster>*:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.inquiry-steps--taster>*:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.inquiry-steps--taster>*:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.inquiry-steps--taster>*:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.inquiry-steps--taster>*:nth-child(5) { grid-area: 3 / 1 / 4 / 2; }
.inquiry-steps--taster>*:nth-child(6) { grid-area: 4 / 1 / 5 / 2; }
.inquiry-steps--taster>*:nth-child(7) { grid-area: 3 / 2 / 5 / 3; }





.inquiry-steps .gdpr-quick {
    width: 100%;
    float: unset;
    font-weight: 400;
}
.inquiry-steps .radio,
.inquiry-steps .checkbox {
    margin-top: 16px;
    margin-bottom: 0;
}
.inquiry-steps input[type="radio"],
.inquiry-steps input[type="checkbox"] {
    top: -1px;
}

@media (max-width: 666px) {
    .inquiry-steps__wrapper {
        margin: 0;
    }

    .inquiry-steps__inner {
        padding: 20px 16px;
        margin: 20px 10px;
    }

    .inquiry-steps__title > * {
        font-size: 32px;
        line-height: 36px;
    }

    .inquiry-steps__header {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .inquiry-steps__input > .form-group .control-label {
        line-height: 15px;
        font-size: 13px;
    }

    .inquiry-steps__input > .form-group .form-control {
        font-size: 14px;
        line-height: 16px;
    }

    .inquiry-steps__btn {
        margin-top: 15px;
    }

    .inquiry-steps__btn button {
        width: 100%;
    }
    .inquiry-steps__step-inner{
        display: block!important;
        margin: 0 !important;
    }
    .inquiry-steps__step-inner > * {
        width: 100% !important;
        margin-inline: 0 !important;
    }
    .inquiry-steps__step-inner > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .inquiry-steps__input > .form-group textarea.form-control {
        flex-grow: unset;
        flex-basis: unset;
        height: 92px;
    }
    .inquiry-steps__title {
        max-width: 81%;
        margin-inline: auto;
    }

    .inquiry-steps__inner {
        border-radius: 20px;
    }
    .inquiry-steps__title.inquiry-steps__title--small {
        max-width: 92%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .inquiry-steps__title.inquiry-steps__title--small > * {
        font-size: 23px;
        line-height: 30px;
    }
    .inquiry-steps .inquiry-2021__close {
        top: 16px;
        right: 15px;
        font-size: 34px;
    }





    .inquiry-steps__inner {
        width: calc(100% - 20px);
    }

    .inquiry-steps .check > li {
        margin-bottom: 13px;
        width: 100%;
    }

    .inquiry-steps .check {
        margin: 36px auto 24px 20px;
        font-size: 15px;
        columns: unset;
    }
    .inquiry-steps__text {
        margin: 0 auto;
        width: 88%;
    }
    .inquiry-steps__title.inquiry-steps__title--medium > * {
        font-size: 28px;
    }
    .inquiry-steps__title.inquiry-steps__title--medium {
        max-width: 95%;
    }


}






.all-courses>.all-courses__promo:nth-child(odd),
.all-courses>.all-courses__section:nth-child(odd) {
    background: #FFF4ED;
}
.all-courses>:not(.all-courses__promo):not(.all-courses__section):nth-child(odd) {
    background: rgba(238, 238, 238, 0.5)!important;
}
.all-courses>:not(.all-courses__promo):not(.all-courses__section):nth-child(odd) .testimonials__item.swiper-slide {
    background: #fff;
}
.all-courses>:not(.all-courses__promo):not(.all-courses__section):nth-child(even) {
    background: transparent!important;
}
.all-courses>:not(.all-courses__promo):not(.all-courses__section):nth-child(even) .case-studies__item {
    background: rgba(238, 238, 238, 0.5);
}
.all-courses__promo {
    padding: 27px;
}
.all-courses__promo-title > * {
    margin: 0;
}
.all-courses__promo-btn {
    display: flex;
    justify-content: center;
}
.all-courses__section {
    padding: 30px 0 47px;
    font-size: 16px;
    line-height: 22px;
}
.all-courses__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.all-courses__row-text h2 {
    font-size: 32px;
    line-height: 43px;
    color: #FD6F21;
    margin-bottom: 17px;
}
.all-courses__row-text .all-courses__row-img{
    display: none;
}
.all-courses__row-text {
    width: calc(50% - 10px);
    flex-shrink: 0;
    margin-right: 20px;
}
.all-courses__row-img {
    width: calc(50% - 10px);
    flex-shrink: 0;
}
.all-courses__row-img>* {
    object-fit: cover;
    border-radius: 20px;
}
.all-courses__content > h3 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px!important;
}
.all-courses__content>*:last-child {
    margin-bottom: 0;
}
.all-courses__content>*:not(:last-child) {
    margin-bottom: 22px;
}
.all-courses__content {
    max-width: 875px;
    margin: 0 auto;
}
.all-courses__content>ul {
    list-style: disc;
    margin-left: 40px;
}
.all-courses__content>ul>li {
    padding-left: 10px;
}
.all-courses__btn{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


@media (max-width: 768px) {

    .all-courses__row>.all-courses__row-img{
        display: none;
    }
    .all-courses__row-text .all-courses__row-img{
        display: block;
    }
    .all-courses__promo {
        padding: 18px 27px;
    }
    .all-courses .language-title {
        margin-bottom: 12px;
    }
    .all-courses .inquiry-btn {
        width: 100%;
    }
    .all-courses__section {
        padding: 23px 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .all-courses__row {
        flex-direction: column;
    }

    .all-courses__row-text {
        width: 100%;
        margin-right: 0;
    }

    .all-courses__row-text h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .all-courses__row-img {
        width: calc(100% + 52px);
        height: 187px;
        margin: 0 -26px 23px;
    }

    .all-courses__row-img > * {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }


    .all-courses__content > h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .all-courses__content > :not(:last-child) {
        margin-bottom: 20px;
    }

    .all-courses__content > ul {
        margin-left: 23px;
    }

    .all-courses__content > ul > li {
        padding-left: 5px;
    }

}




.banner-face-to-face__img {
    max-width: 400px;
}

.banner-trial__img {
    max-width: 450px;
}







.page-promo-img {
    background: #f6f6f6;
    padding: 52px 0;
}
.page-promo-img__container {
    display: flex;
    align-items: center;
}
.page-promo-img__title {
    margin-bottom: 11px;
}
.page-promo-img__title > * {
    margin: 0;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    color: #FF7000;
    text-transform: uppercase;
}
.page-promo-img__desc > * {
    font-size: 20px;
    line-height: 32px;
    color: #3F3F3F;
}
.page-promo-img__btn {
    margin-top: 16px;
}
.page-promo-img__content {
    width: 43%;
    flex-shrink: 0;
    margin-right: 30px;
}
.page-promo-img__img {
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.page-promo-img__img .image-rotate:nth-child(1) {
    width: 46%;
    flex-shrink: 0;
    z-index: 2;
}
.page-promo-img__img .image-rotate:nth-child(2) {
    width: 77%;
    flex-shrink: 0;
    left: -25%;
    perspective: 269px;
    z-index: 1;
}
.page-promo-img__img .image-rotate:nth-child(1)::before {
    padding-top: 82%;
}
.page-promo-img__img .image-rotate:nth-child(2)::before {
    padding-top: 62%;
}
@media (min-width: 992px){
    .page-promo-img__container>.page-promo-img__btn{
        display: none;
    }
}
@media (max-width: 991px){
    .page-promo-img__container {
        flex-direction: column;
    }
    .page-promo-img__content {
        width: calc(100% - 30px);
        margin-right: 0;
        text-align: center;
    }
    .page-promo-img__content .page-promo-img__btn {
        display: none;
    }
    .page-promo-img__img {
        margin-top: 35px;
        max-width: 500px;
    }
    .page-promo-img__btn {
        margin-top: 40px;
    }

}
@media (max-width: 768px){
    .page-promo-img__img {
        margin-top: 14px;
    }
    .page-promo-img__btn {
        margin-top: 24px;
    }

    .page-promo-img {
        padding: 22px 0 27px;
    }

    .page-promo-img__title > * {
        font-size: 28px;
        line-height: 32px;
    }

    .page-promo-img__title {
        margin-bottom: 7px;
    }

    .page-promo-img__desc > * {
        font-size: 16px;
        line-height: 24px;
    }

    .page-promo-img__img .image-rotate > * {
        border-radius: 10px;
    }

    .page-promo-img__img .image-rotate:nth-child(2) {
        width: 71%;
        margin-bottom: 9%;
    }

    .page-promo-img__img .image-rotate:nth-child(2)::before {
        padding-top: 69%;
    }

    .page-promo-img__img {
        width: 77%;
    }

    .page-promo-img__img .image-rotate:nth-child(1) {
        width: 51%;
    }

}



.select-language {
    padding: 38px 0 0;
}
.select-language .all-languages__container {
    padding: 0 0 35px;
}
.select-language__title {
    margin-bottom: 16px;
}





.text-line {
    background: #F6F6F6;
    padding: 28px 0;
}
.text-line__container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-line__container > *:first-child:not(:last-child) {
    margin-right: 38px;
    position: relative;
}
.text-line__container > *:first-child:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    width: 17px;
    height: 17px;
    background-image: url("/global/images/ico-arrow-right.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .text-line {
        padding: 24px 0 37px;
    }

    .text-line__container {
        flex-direction: column;
    }

    .container .section-title.section-title--mid > * {
        color: #626262;
    }

    .text-line__container > :first-child:not(:last-child) {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .text-line__container > :first-child:not(:last-child)::after {
        top: unset;
        transform: translateX(-50%) rotate(90deg);
        right: unset;
        left: 50%;
        bottom: -20px;
    }

}




.text-section {
    padding: 40px 0 46px;
}
.text-section .container .section-title {
    margin-bottom: 13px;
}
.text-section .container .section-title.section-title--mid > * {
    text-align: left;
}
.text-section ul {
    font-size: 20px;
    line-height: 32px;
    list-style: disc;
    color: #3F3F3F;
    margin-left: 22px;
}
@media (max-width: 768px) {

    .text-section {
        padding: 30px 0 37px;
    }

    .text-section .container .section-title {
        margin-bottom: 17px;
    }

    .container .section-title.section-title--mid > * {
        font-size: 24px;
        line-height: 33px;
    }

    .text-section ul {
        font-size: 18px;
        line-height: 30px;
    }


}




.courses-types {
    background: #FF8F46;
    padding: 32px 0 55px;
}
.courses-types__container {
    display: flex;
    margin-top: 114px;
}
.courses-types__item {
    width: calc(50% - 32px);
    margin: 0 16px;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.courses-types__item-img {
    display: flex;
    margin-bottom: 16px;
}
.courses-types__item-title {
    text-align: center;
    margin-bottom: 12px;
}
.courses-types__item-title>* {
    margin: 0;
    font-size: 25px;
    line-height: 34px;
    color: #626262;
}
.courses-types__item-subtitle {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #626262;
}
.courses-types__item-subtitle>* {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #626262;
    font-weight: bold;
}
.courses-types__item-list {
    color: #626262;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 23px;
    margin-left: 22px;
}
.courses-types__item-list li{
    position: relative;
}
.courses-types__item-list li::before{
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 17px;
    height: 17px;
    background-image: url("/global/images/ico-list-check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.courses-types__item-btn {
    margin-top: auto;
}

.courses-types__item-img {
    width: 100%;
    margin-top: -109px;
    min-height: 109px;
}

.courses-types__item:nth-child(1) .image-rotate {
    width: 43%;
}
.courses-types__item:nth-child(1) .image-rotate::before {
    padding-top: 84%;
}
.courses-types__item .courses-types__item-img {
    justify-content: center;
    align-items: flex-end;
}
.courses-types__item:nth-child(1) .image-rotate:nth-child(1) {
    margin-bottom: 28px;
    margin-right: -29px;
    z-index: 2;
}

.courses-types__item:nth-child(2) .image-rotate {
    flex-shrink: 0;
}
.courses-types__item:nth-child(2) .image-rotate > * {
    border-radius: 15px;
}
.courses-types__item:nth-child(2) .image-rotate::before {
    padding-top: 73%;
}
.courses-types__item:nth-child(2) .courses-types__item-img {
    margin-top: -82px;
}
.courses-types__item:nth-child(2) .image-rotate:nth-child(1),
.courses-types__item:nth-child(2) .image-rotate:nth-last-child(1) {
    width: 23%;
    margin-bottom: 45px;
    z-index: 1;
}
.courses-types__item:nth-child(2) .image-rotate:nth-child(2),
.courses-types__item:nth-child(2) .image-rotate:nth-last-child(2),
.courses-types__item:nth-child(2) .image-rotate:nth-last-child(3) {
    width: 30%;
    z-index: 2;
}
.courses-types__item:nth-child(2) .image-rotate:nth-last-child(3) {
    margin: 0 -9% 61px;
    z-index: 3;
}
.courses-types__item:nth-child(2) .image-rotate:nth-child(1) {
    margin-right: -6%;
}
.courses-types__item:nth-child(2) .image-rotate:nth-last-child(1) {
    margin-left: -6%;
}
@media (max-width: 768px) {
    .courses-types {
        padding: 36px 0 40px;
    }

    .courses-types__container {
        flex-direction: column;
    }

    .courses-types__item {
        width: 100%;
        margin: 0;
    }

    .courses-types__item:nth-child(1) .image-rotate:nth-child(1) {
        width: 52%;
    }
    .courses-types__item:nth-child(1) .image-rotate:nth-child(2) {
        width: 53.5%;
    }
    .courses-types__item:nth-child(1) .image-rotate:nth-child(2)::before {
        padding-top: 69%;
    }

    .courses-types__item-img {
        width: calc(100% + 40px);
    }



    .courses-types .section-title {
        padding-bottom: 28px;
    }
    .courses-types__item:not(:last-child) {
        margin-bottom: 121px;
    }

    .courses-types__item:nth-child(2) .image-rotate > * {
        border-radius: 10px;
    }

    .courses-types__item:nth-child(2) .image-rotate:nth-child(1),
    .courses-types__item:nth-child(2) .image-rotate:nth-last-child(1) {
        width: 21.5%;
    }

    .courses-types__item:nth-child(2) .image-rotate:nth-child(1)::before,
    .courses-types__item:nth-child(2) .image-rotate:nth-last-child(1)::before {
        padding-top: 77%;
    }
    .courses-types__item:nth-child(2) .image-rotate:nth-last-child(3) {
        width: 28.5%;
    }



    .courses-types__item:nth-child(2) .image-rotate:nth-child(1), .courses-types__item:nth-child(2) .image-rotate:nth-last-child(1) {
        margin-bottom: 10%;
    }

    .courses-types__item:nth-child(2) .image-rotate:nth-last-child(3) {
        margin: 0 -10% 10%;
    }

    .courses-types__item:nth-child(2) .courses-types__item-img {
        margin-top: -61px;
    }


    .courses-types__item-subtitle {
        margin-bottom: 20px;
        border-bottom: .5px solid #707070;
    }

    .courses-types__item-list {
        font-size: 13px;
        margin-bottom: 20px;
        margin-left: 16px;
    }

    .courses-types__item-list li::before {
        left: -19px;
        width: 15px;
        height: 15px;
    }

    .courses-types__item-btn {
        min-width: 180px;
    }

    .courses-types__item-btn .inquiry-btn {
        min-width: 180px;
    }

}





.testimonials__item-avatar {
    width: 124px;
    height: 124px;
    margin: -90px auto 14px;
}
.testimonials__item-avatar>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.testimonials.testimonials--avatar {
    padding: 39px 0 50px;
}
.testimonials.testimonials--avatar .testimonials__item.swiper-slide {
    /*margin-top: 60px;*/
}
.testimonials.testimonials--avatar .testimonials__slider {
    margin-top: 40px;
}
@media (max-width: 768px) {

    .testimonials.testimonials--avatar {
        padding: 17px 0 32px;
    }

    .testimonials .container .section-title > * {
        line-height: 32px;
    }
    .testimonials .swiper {
        padding-bottom: 97px;
    }

    .testimonials.testimonials--avatar .testimonials__slider {
        margin-top: 36px;
    }

    .testimonials__item-avatar {
        width: 102px;
        height: 102px;
        margin: -81px auto 20px;
    }

}




.courses-list {
    padding: 69px 0 56px;
    background: #F6F6F6;
}
.courses-list__item {
    display: flex;
    align-items: flex-start;
}
.courses-list__item:not(:last-child) {
    margin-bottom: 32px;
}
.courses-list__ico {
    width: 134px;
    height: 134px;
    flex-shrink: 0;
    margin-right: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses-list__ico>* {
    width: 63%;
    height: 63%;
    object-fit: contain;
}
.courses-list__title>*,
.courses-list__text>* {
    font-size: 20px;
    line-height: 32px;
    color: #3F3F3F;
    margin: 0;
}
.courses-list__title>* {
    font-weight: bold;
}
.courses-list__text>*:not(:last-child) {
    margin-bottom: 32px;
}
.courses-list__btn {
    margin-top: 55px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .courses-list {
        padding: 47px 0 60px;
    }

    .courses-list__item {
        align-items: center;
        flex-direction: column;
    }

    .courses-list__ico {
        margin-right: 0;
        margin-bottom: 23px;
    }

    .courses-list__title > *, .courses-list__text > * {
        font-size: 18px;
        line-height: 30px;
    }

    .courses-list__item:not(:last-child) {
        margin-bottom: 56px;
    }

}






.learn-in-city {
    padding: 67px 0;
    background: #f6f6f6;
    position: relative;
}
.learn-in-city__left,
.learn-in-city__right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.learn-in-city__left>*,
.learn-in-city__right>* {
    width: 100%;
}
.learn-in-city__left{
    left: 0;
    width: 34vw;
    min-width: 333px;
}
.learn-in-city__right {
    right: 0;
    width: 12vw;
}
.learn-in-city .container {
    position: relative;
    z-index: 2;
}
.learn-in-city__content {
    width: 50vw;
    margin-left: auto;
    margin-right: 24px;
    max-width: 65%;
}
.learn-in-city__title {
    margin-bottom: 9px;
}
@media (min-width: 769px) {
    .learn-in-city__title.section-title > * {
        text-align: left;
    }
    .learn-in-city__img{
        display: none;
    }
}
.learn-in-city__text > * {
    font-size: 18px;
    line-height: 26px;
}
.learn-in-city__list {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    text-decoration: underline;
}
.learn-in-city__list>*{
    display: inline-block;
}
.learn-in-city__list a {
    color: #000;
    position: relative;
    display: inline;
    transition: color .3s ease-in-out;
}
.learn-in-city__list a:hover {
    color: #FF872D;
}
.learn-in-city__list > *:not(:first-child){
    list-style: disc;
    margin-left: 13px;
}
.learn-in-city__list > *:not(:first-child)::before{
    content: '';
    position: absolute;
    top: 11px;
    left: -8px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
.learn-in-city__list > li:not(:last-child) {
    margin-right: 7px;
}
.learn-in-city+.google-rating{
    background-color: transparent;
}
@media (max-width: 1280px) {
    .learn-in-city__right{
        display: none;
    }
}
@media (max-width: 768px) {
    .learn-in-city {
        padding: 25px 0 28px;
    }
    .learn-in-city__content {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .learn-in-city__left {
        display: none;
    }
    .learn-in-city__img {
        width: calc(100% + 52px);
        margin: 0 -26px 20px;
    }
    .learn-in-city__img > * {
        width: 100%;
    }
    .learn-in-city__title {
        margin-bottom: 2px;
    }

}

#form-language-select>*:not(:last-child){
    margin-right: 15px;
}
@media (max-width: 666px) {
    #form-language-select{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    #form-language-select>*{
        width: 100%;
        max-width: 400px;
    }
    #form-language-select>*:not(:last-child){
        margin-right: 0;
        margin-bottom: 15px;
    }
}