body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
section,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
}

ul li {
    list-style: none;
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

strong {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    line-height: 25px;
    font-family: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    color: inherit;
    font-family: inherit;
    line-height: 25px;
}

.btnYellow,
.btnYellow:visited,
.btnYellow:active,
.btnYellow:focus {
    text-align: center;
    font-weight: 600;
    background-color: #FFEC00;
    box-shadow: -2px -6px 25px inset rgb(255 178 0 / 60%);
    color: #181818;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 40px;
    transition: box-shadow .23s ease, background-color .23s ease;
    display: block;
    font-family: "AvantGardeCTT";
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 320px;
}

.btnYellow:hover {
    text-decoration: none;
    box-shadow: 2px -2px 10px inset rgb(255 208 0 / 80%);
    background-color: #FFEC00;
}

.btnYellow.blueTheme {
    background-color: #48BEFA;
    box-shadow: -2px -6px 25px inset rgb(99 133 252 / 60%);
}

.sectTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    font-family: "AvantGardeCTT";
    line-height: 30px;
    text-align: center;
    color: #181818;
    width: 100%;
}

body .swiper-button-prev:after,
body .swiper-button-next:after {
    display: none;
}

body .swiper-button-prev,
body .swiper-button-next {
    display: none;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: rgb(255, 236, 0);
    background: linear-gradient(180deg, rgba(255, 236, 0, 1) 0%, rgba(255, 188, 0, 1) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

body .swiper-button-prev {
    background: linear-gradient(0deg, rgba(255, 236, 0, 1) 0%, rgba(255, 188, 0, 1) 100%);
}

body .swiper-button-prev svg {
    margin-right: 5px;
}

body .swiper-button-next svg {
    margin-left: 5px;
}

body .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

body .swiper-pagination-bullet-active {
    background: rgb(255, 236, 0);
    background: linear-gradient(180deg, rgba(255, 236, 0, 1) 0%, rgba(254, 195, 0, 1) 100%);
}

/******/

header {
    padding: 25px 0;
    background-color: #fff;
    top: 0;
    z-index: 1000;
}

header.sticky {
    position: fixed;
    width: 100%;
    padding: 10px 0;
}

/* .page-template-teachers header {
    display: none;
} */

.contain {
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1390px;
}

header .contain {
    display: grid;
    grid-template-columns: 100px 1fr;
    justify-items: start;
    align-items: center;
}

header.sticky .contain {
    grid-template-columns: 50px 50px 1fr;
}

.hamburger2021 {
    display: flex;
    flex-wrap: wrap;
    width: 20px;
    padding: 2px 0;
    margin-left: 20px;
}

.sticky .hamburger2021 {
    margin-left: 10px;
}

.hamburger2021 span {
    width: 20px;
    height: 3px;
    display: block;
    margin: 3px 0;
    background-color: #303030;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

@keyframes smallbig {

    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active span:nth-child(1),
#hamburger-11.is-active span:nth-child(2),
#hamburger-11.is-active span:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active span:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-11.is-active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.logotip a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logotip img {
    max-width: 34px;
}

.logotip p {
    font-size: 22px;
    font-weight: 700;
    font-family: "AvantGardeCTT";
    margin-left: 10px;
}

.headPhoneCity {
    display: none;
    grid-template-columns: 40px 1fr;
    justify-self: center;
}

.headPhoneCity svg {
    grid-row: 1/3;
}

.headPhoneCity a,
.headPhoneCity p {
    font-family: "AvantGardeCTT";
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #2B2B2B;
}

.headPhoneCity a:last-child {
    font-weight: 400;
    font-size: 10px;
    color: #6E6E6E;
    line-height: 12px;
}

a.whatsapp {
    padding: 5px 17px;
    border: 3px solid #13b22f;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "AvantGardeCTT";
    color: #13b22f;
    display: none;
    align-items: center;
    font-size: 14px;
}
a.whatsapp_mob{
    display: inline-flex;
    margin-left: 15px;
    top: 8px;
    position: relative;
}

.sticky a.whatsapp {
    font-size: 10px;
    padding: 5px 8px;
}

.sticky a.whatsapp {
    display: flex;
    justify-self: end;
}

.sticky .logotip {
    display: none;
}

a.whatsapp svg {
    margin-right: 7px;
}

.headPhoneCitySticky {
    display: none;
}

.sticky .headPhoneCitySticky {
    display: block;
}

/* Megamenu*/
.menuDest2021 {
    display: none;
    justify-self: center;
    position: relative;
}

.menuDest2021>ul {
    text-align: center;
    display: flex;
    font-weight: 700;
    font-family: "AvantGardeCTT";
}

.menuDest2021>ul>li {
    text-align: left;
}

.menuDest2021>ul>li>a,
.menuDest2021>ul>li>a:visited,
.menuDest2021>ul>li>a:focus {
    color: #6E6E6E;
    font-weight: 600;
    text-decoration: none;
    transition: color .25s ease;
    padding-left: 5px;
    padding: 10px 5px 0;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}

.menuDest2021>ul>li:hover {
    box-shadow: 0px 2px 40px rgba(150, 74, 0, 0.1);
}

.menuDest2021>ul>li:hover>a {
    z-index: 9999;
    position: relative;
    background-color: #fff;
    color: #000;
    border-top-color: #000;
}

.menuDest2021>ul>li:hover>a:after {
    border-top-color: #000;
}

/*lvl 2*/
.menuDest2021>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 2px 40px rgba(150, 74, 0, 0.1);
    width: 230px;
}

.menuDest2021>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.menuDest2021>ul>li>ul li>a,
.menuDest2021>ul>li>ul li>a:visited,
.menuDest2021>ul>li>ul li>a:focus {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    transition: color .25s ease;
    padding-left: 5px;
    padding: 10px 15px;
    padding-left: 15px;
    border-radius: 4px 4px 0 0;
    display: block;
}

.menuDest2021>ul>li>ul li>a:hover {
    background-color: rgba(244, 237, 230, .7);
}

.menuDest2021>ul>li.big_menu>ul {
    width: 1110px;
    display: flex;
    padding: 10px 0;
    padding-top: 25px;
    padding-bottom: 25px;
    left: -45px;
}

.menuDest2021>ul>li.big_menu.cols2>ul {
    width: 740px;
}

/*cols*/
.menuDest2021>ul>li.big_menu>ul>li {
    width: 33.33333%;
    display: inline-block;
    padding: 0 20px
}
.logotip p{
    font-size: 22px;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 25px;
    font-weight: 700;

}
.menuDest2021>ul>li.big_menu.cols2>ul>li {
    width: 50%;
}

.menuDest2021>ul>li.big_menu>ul>li:not(:last-child) {
    border-right: 1px solid #E9E9E9;
}

/*courses big columns*/
.menuDest2021>ul>li.big_menu>ul>li.big-col>ul {
    display: flex;
    flex-wrap: wrap;
}

.menuDest2021>ul>li.big_menu>ul>li.big-col>ul>li {
    width: 50%;
    flex: 0 0 50%;
}

.menuDest2021>ul>li.big_menu>ul>li>ul>li>a {
    margin-left: -25px;
    padding-left: 40px;
    width: calc(100% + 50px);
}

.menuDest2021>ul>li.big_menu>ul>li.big-col>ul>li>a {
    width: calc(100% + 25px);
}

.menuDest2021>ul>li.big_menu>ul>li.big-col>ul>li:nth-child(2n)>a {
    margin-left: 0px;
}


/*text headers*/
.menuDest2021>ul>li.big_menu>ul>li>a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
}

.menuDest2021>ul>li.big_menu>ul>li>a:after {
    display: none;
}

.menuDest2021>ul>li.big_menu>ul>li>a:hover {
    /* background-color: #fff;
    cursor: default; */
}

.menuDest2021 .menu-item-has-children>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #6E6E6E;
    display: inline-block;
    margin-left: 6px;
    transition: border-top-color .25s ease;
}

@media (min-width:576px) {
    body {
        font-size: 13px;
    }
    .btnYellow,
    .btnYellow:visited,
    .btnYellow:active,
    .btnYellow:focus {
        font-size: 11px;
    }

    .sectTitle {
        font-size: 22px;
        line-height: 35px;
    }

    header .contain,
    header.sticky .contain {
        grid-template-columns: 100px 180px 1fr;
    }

    .sticky .logotip {
        display: block;
    }
    a.whatsapp {
        display: flex;
        justify-self: end;
    }
    .sticky a.whatsapp {
        font-size: 14px;
        padding: 5px 17px;
    }
    .sticky .headPhoneCitySticky {
        display: none;
    }
}

@media (min-width:768px) {
    body {
        font-size: 14px;
    }

    .btnYellow,
    .btnYellow:visited,
    .btnYellow:active,
    .btnYellow:focus {
        font-size: 12px;
    }

    .sectTitle {
        font-size: 26px;
        line-height: 40px;
    }
    a.whatsapp_mob{
        display: none;
    }
}

@media (min-width:992px) {
    body {
        font-size: 15px;
    }

    .contain {
        padding: 0 15px;
    }

    .btnYellow,
    .btnYellow:visited,
    .btnYellow:active,
    .btnYellow:focus {
        font-size: 13px;
    }

    .sectTitle {
        font-size: 30px;
        line-height: 45px;
    }

    body .swiper-button-prev,
    body .swiper-button-next {
        display: flex;
    }

    header .contain,
    header.sticky .contain {
        grid-template-columns: 100px 180px 1fr 1fr 300px;
    }

    .headPhoneCity {
        display: grid;
    }
}

@media (min-width:1200px) {
    body {
        font-size: 16px;
        zoom: 0.9;
    }
    section {
        margin-bottom: 70px;
    }
    p,
    a {
        line-height: 20px;
    }

    .btnYellow,
    .btnYellow:visited,
    .btnYellow:active,
    .btnYellow:focus {
        font-size: 14px;
        padding: 20px;
    }

    .sectTitle {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    header .contain,
    header.sticky .contain {
        grid-template-columns: 170px 1fr 200px 150px 230px;
        overflow-x: clip;
    }

    .hamburger2021 {
        display: none;
    }

    .menuDest2021 {
        display: block;
    }

    a.whatsapp,
    .sticky a.whatsapp {
        font-size: 11px;
    }

}

@media (min-width:1400px) {
    .sectTitle {
        font-size: 42px;
        line-height: 64px;
    }

    header .contain,
    header.sticky .contain {
        grid-template-columns: 200px 1fr 200px 200px 300px;
    }

    .logotip img {
        max-width: 100%;
    }


    .logotip p {
        font-size: 24px;
    }


    .menuDest2021>ul>li>a {
        font-size: 16px;
    }

    a.whatsapp,
    .sticky a.whatsapp {
        font-size: 15px;
    }
}

.fixedWhatsApp {
    display: none;
}

.fixed_header {
    display: none!important;
}







.nd_h2 {
    text-align: center;
    font-size: 30px;
    margin: 1em 0;
    font-weight: 600;
    font-family: "AvantGardeCTT";
}


.nd-h2-big {
    font-weight: 600;
    font-size: 42px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-family: "AvantGardeCTT";
}

.footer_top .container {
    padding: 0 10px;
}

.foot_sec, .foot_fift {
    padding: 10px;
}

.foot_thr, .foot_thr .left-column-new {
    padding: 10px!important;
}

@media screen and (max-width: 1400px) {
    .nd-h2-big {
        font-size: 34px;
    }
}

@media screen and (max-width: 1200px) {
    .nd-h2-big {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .nd_h2 {
        margin: 0.3em 0;
    }
    .nd-h2-big {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .nd-h2-big {
        font-size: 21px!important;
        line-height: 1.5em;
    }

    .nd_h2 {
        font-size: 21px!important;
    }
}

@media screen and (max-width: 576px) {
    .nd-h2-big {
        font-size: 18px!important;
        line-height: 1.5em;
    }

    .nd_h2 {
        font-size: 18px!important;
    }
}

.for_paragraf h1,
.for_paragraf h2,
.for_paragraf h3,
.for_paragraf h4,
.for_paragraf h5,
.for_paragraf h6 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.for_paragraf h1 {
    font-size: 1.7em;
}
.for_paragraf h2 {
    font-size: 1.5em;
}
.for_paragraf h3 {
    font-size: 1.3em;
}
.for_paragraf h4 {
    font-size: 1.2em;
}
.for_paragraf h5 {
    font-size: 1.1em;
}
.for_paragraf {
    margin-bottom: 40px;
}

.for_paragraf ol, .for_paragraf ul {
    margin-bottom: 1rem;
    padding-left: 20px;
}
.for_paragraf ol li, .for_paragraf ul li {
    padding-bottom: 10px;
}
.for_paragraf ul li {
    list-style: unset
}
.for_paragraf ol li {
    list-style: decimal-leading-zero
}
