body {
    font-family: "Roboto", Verdana, "Geneva", Tahoma, sans-serif;
    font-size: 16px;
}
.m-bot30 {
    margin-bottom: 30px;
}
#navbar .navbar-nav > li > a {
    height: 60px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px !important;
    padding-top: 24px;
    line-height: 18px;
}
div.footermenu a {
    border-top: none;
}
.hr {
    display: block;
    width: 170px;
    height: 3px;
    background-color: rgb(194, 31, 57);
    margin: auto;
}
section {
    padding: 60px 0;
}
section h2 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.subtitle {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.6px;
}
a.btn-red {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 400;
    padding: 20px 55px;
    border: none;
    background-color: #c01d38;
    border-radius: 8px;
    box-shadow: 2px 4px 9px 0px rgba(252, 62, 55, 0.31);
}
button.btn-red {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 400;
    padding: 20px 55px;
    border: none;
    background-color: #c01d38;
    border-radius: 8px;
    box-shadow: 2px 4px 9px 0px rgba(252, 62, 55, 0.31);
}
button.btn-red:hover,
a.btn-red:hover {
    background: #8e051c;
    color: #fcfcfc;
}
:focus {
    outline: none;
}
.cursor-pointer {
    cursor: pointer;
}
.modal-header h5 {
    color: #c74e36;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.96px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.modal p {
    color: #3e4247;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.gmat-online-form {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gmat-online-form-inp {
    max-width: 390px;
    width: 100%;
    height: 43px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #c9cbcc;
    background-color: #ffffff;
}
.gmat-online-form-mes {
    max-width: 390px;
    width: 100%;
    height: 100px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #c9cbcc;
    background-color: #ffffff;
}
.form-label {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.modal .gmat-online-form-btn {
    max-width: 280px;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 2px solid #c74e36;
    background-color: #c43c4d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center !important;
}
.gmat-form-police {
    color: #3e4247;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: block;
}
/* Hero */
.hero {
    padding: 75px 0 60px 0;
    background: url(/english-for-it/img/hero-bg.jpg) no-repeat, center;
    background-size: cover;
}
.hero h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 3.33px;
    margin-bottom: 30px;
}
.hero p {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 1.6px;
    margin: 30px 0;
}
.hero p.text-small {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 1.6px;
    margin: 30px 0;
    text-decoration: underline;
}
.arrow-down {
    display: block;
    padding: 12px 14px;
    width: 62px;
    margin: 0 0 0 100px;
    border: 3px solid white;
    border-radius: 50%;
    line-height: normal;
    opacity: 0.58;
}
.arrow-down i {
    font-size: 30px;
    color: #ffffff;
}
.arrow-down:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* schedule */
.schedule {
    padding: 40px 0 !important;
    background-color: #fff !important;
}
.schedule-box {
    position: relative;
    margin: 30px auto;
}
.triangle-right-g {
    width: 0;
    height: 0;
    border-top: 114px solid transparent;
    border-left: 282px solid #a7a9ac;
    border-bottom: 114px solid transparent;
    position: relative;
}
.triangle-right-r {
    width: 0;
    height: 0;
    border-top: 114px solid transparent;
    border-left: 282px solid #e11f27;
    border-bottom: 114px solid transparent;
    position: relative;
}
.triangle-right-b {
    width: 0;
    height: 0;
    border-top: 114px solid transparent;
    border-left: 282px solid #000;
    border-bottom: 114px solid transparent;
    position: relative;
}
.schedule-box p.text-white {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    position: absolute;
    top: 39%;
    left: 9%;
}
.schedule-box p.vertical-center {
    top: 44%;
}
.schedule .schedule-aside {
    margin-top: 40px;
}
.schedule p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.6px;
}
/* faq-course */
.faq-course {
    background-color: #d1d2d4;
}
ul.faq-course-list {
    list-style-type: none;
    padding-left: 0;
}
.faq-course-list li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    background: url(/english-for-it/img/bullet.png) no-repeat;
    background-position: left center;
    background-size: 20px;
    padding: 5px 0 5px 40px;
    color: #000;
}
.faq-course .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.media-image {
    width: 102px;
    text-align: center;
}
.media-info {
    max-width: 375px;
    width: 100%;
}
.media-info h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.6px;
    margin: 0 0 10px 0;
}
.media-info p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.6px;
}
.media-info-maxwidth {
    max-width: 897px;
    width: 100%;
}
.faq-course button.btn-red {
    padding: 20px 85px;
}
.faq-course-img {
    position: relative;
}
.faq-course-img img {
    position: absolute;
    left: 0;
    top: -53px;
}
/* btn-register */
.btn-register {
    padding: 50px 0;
}
.btn-register button.btn-red {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 400;
    padding: 20px 55px;
    border: none;
    background-color: #e11f27;
    border-radius: 8px;
    box-shadow: 2px 4px 9px 0px rgba(252, 62, 55, 0.31);
}
/* program-course */
.program-course {
    padding: 50px 0;
}
.program-course .teacher-box {
    max-width: 352px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.5);
}
.program-course .teacher-box {
    padding-bottom: 20px;
}
.program-course .teacher-box h3 {
    color: #e11f27;
    text-transform: uppercase;
}
.program-course .teacher-box span {
    display: block;
}
.teacher-info-lists {
    height: 400px;
}
.teacher-info-lists-bg-l {
    background-image: url(/english-for-it/img/i-l.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10px;
    padding-left: 70px;
}
.teacher-info-lists-bg-r {
    background-image: url(/english-for-it/img/i-r.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10px;
    padding-right: 15px;
}
.teacher-info-lists ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.teacher-info-lists h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
/* about-course */
.about-course {
    padding: 60px 0;
}
.about-course h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #050505;
    margin-top: 0;
}
.about-course p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #050505;
}

/* present */
.present {
    padding: 60px 0 0 0;
    color: #000;
}
.present h2 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
}
.present-title-course {
    font-size: 24px;
    color: #e11f27;
    font-weight: 500;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.present-price-wrapper {
    box-sizing: border-box;
    outline: 10px solid #e11f27;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-self: baseline;
}
.present-price-box {
    width: 300px;
    text-align: center;
    margin: 30px 0;
}
.present-price-box h3 {
    font-size: 70px;
    font-weight: 600;
    margin: 0 auto;
}
.present-price-box span {
    font-size: 20px;
}
.left-right-border {
    border-left: 10px solid #e11f27;
    border-right: 10px solid #e11f27;
}
.btn-register h3 {
    font-size: 24px;
    color: #e11f27;
    font-weight: 500;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
/* place */
.place {
    padding: 60px 0;
}
.place span.hr {
    margin-left: 0;
    width: 170px;
    margin-top: 25px;
}
.place p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #020202;
}
.place .mtop-40 {
    margin-top: 40px;
}
.place .mtop-65 {
    margin-top: 65px;
}
/* lessons */
.lessons {
    background-color: #f5f6fb;
    background: url(/toefl-courses/img/course-bg.png) no-repeat center;
    background-size: cover;
}
.lessons h2 {
    margin-bottom: 20px;
}
.lessons p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #020202;
}
.cp_table table {
    border-collapse: separate;
    border-spacing: 0em 1.1em;
}
.cp_table table tr {
    background-color: #fff;
}
.cp_table table tr td {
    border-top: none;
    background-color: #fff;
}
.cp_table table tr td.c_name_bg {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url(/toefl-courses/img/c-name.png) no-repeat center;
    background-size: 100%;
}
table.cp_table_indiv {
    width: 100%;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0em 1.1em;
}
table.cp_table_indiv tr {
    background-color: #fff;
}
table.cp_table_indiv tr td {
    background-color: #fff;
    padding: 20px;
}
table.cp_table_indiv tr td.c_name_bg {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url(/toefl-courses/img/c-name.png) no-repeat center;
    background-size: 100%;
}
.lessons button.btn-red {
    padding: 20px 60px;
}
/* sale-videos */
.sale-videos {
}
.sale-videos h2 {
    color: #000;
    margin-bottom: 40px;
}
.sale-videos p.subtitle {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.6px;
}
.sale-videos p {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.6px;
    margin-top: 25px;
}
/* feebacks */
.feebacks {
    padding: 50px 0;
    background-color: #f5f6fb;
    background: url(/toefl-courses/img/course-bg.png) no-repeat center;
    background-size: cover;
}
.feebacks span.hr {
    margin: 40px auto;
    width: 171px;
}
.feebacks h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin: 35px 0 35px 0;
}
.feedbaks-slider {
    position: relative;
}
.feedbaks-slider .siema-box {
    margin: 10px;
}
.feedbaks-slider .siema-box .siema-box-text {
    padding: 15px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.6px;
    box-shadow: 0px 0px 16px 0px rgba(170, 174, 187, 0.18);
    border-radius: 4px;
}
.feedbaks-slider .siema-box a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-decoration: underline;
}
.feedbaks-slider .siema-box a:hover {
    color: #032a46;
    cursor: pointer;
    text-decoration: underline;
}
.feedbaks-slider .siema-box h4 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 2px;
}
.feedbaks-slider .siema-box .flex {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 35px;
}
.feedbaks-slider .siema-box .flex img {
    width: 60px;
    margin-right: 20px;
}
.feedbaks-slider .siema-box .box-hidden {
    display: none;
}
.feedbaks-slider .siema-box button {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.6px;
    background: none;
    border: none;
}
.feedbaks-slider .btn-arrow-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    border: none;
    background: none;
}
.feedbaks-slider .btn-arrow-next {
    position: absolute;
    top: 50%;
    right: -100px;
    border: none;
    background: none;
}
/* students */
.students {
    background-color: #f7f8fc;
    padding: 55px 0 40px 0;
}
.students span.hr {
    margin: auto;
    width: 168px;
}
.students h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin: 35px 0 15px 0;
}
.students-wrapper {
    position: relative;
    margin-top: 50px;
}
.students-wrapper .slider h3 {
    color: #c01d38;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 60px;
}
.students-wrapper .slider p.subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #000000;
    margin-bottom: 5px;
}
.students-wrapper .slider p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #050505;
}
.students-wrapper button {
    background: none;
    border: none;
}
.students-wrapper .forward-prew {
    position: absolute;
    top: 40%;
    left: -10%;
}
.students-wrapper .backward-next {
    position: absolute;
    top: 40%;
    right: -10%;
}
/* Btn-box */
.btn-box {
    padding: 60px 0 70px 0;
}
.btn-box button.btn-modal {
    width: 306px;
    font-size: 17px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    background: transparent;
    padding: 5px 60px;
    margin: 10px 0;
}
.btn-box button.btn-modal:hover {
    background: #8e051c;
    color: #fcfcfc;
    border: 2px solid #8e051c;
}

/* Margin */
.m-top0 {
    margin-top: 0 !important;
}
.m-top15 {
    margin-top: 15px;
}
.m-top30 {
    margin-top: 30px;
}
.m_top40 {
    margin-top: 40px;
}
.m_top65 {
    margin-top: 65px;
}
.m_top100 {
    margin-top: 100px;
}
.m-bot65 {
    margin-bottom: 65px;
}
/* Modals */
.modal-header img {
    width: 100%;
}
h4.modal-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #030303;
    margin-top: 15px;
}
.modal-body ul {
    padding-left: 0;
    list-style-type: none;
}
.modal-body ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #63636c;
}

.collapse-box p {
    font-size: 16px;
}
span.red {
    color: red;
}
.mtb {
    margin: 30px 0;
}
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box-img {
    max-width: 320px;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.box-img p {
    margin-top: 10px;
    font-size: 18px;
}
.box-4 {
    width: 235px;
    padding: 35px 0;
    margin: 20px 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 23px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 23px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 23px -5px rgba(0, 0, 0, 0.75);
}
.box-4-img {
    width: 100%;
    height: 90px;
}
.box-4-img img {
    width: 100px;
}
.nowrap-pc {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.justify-content-center {
    justify-content: center;
}

/* Media */
@media screen and (max-width: 1024px) {
    .advantages-list {
        background-size: cover;
    }
    .feedbaks-slider .btn-arrow-prev,
    .feedbaks-slider .btn-arrow-next {
        position: static;
    }
    .students-wrapper .forward-prew,
    .students-wrapper .backward-next {
        position: static;
    }
    .faq-course-img img {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .program-course .teacher-box {
        margin: 20px auto;
    }
}
@media screen and (max-width: 768px) {
    .hero h1 {
        font-size: 67px;
    }
    .study .title-study {
        text-align: center;
    }
    .list-row-img {
        display: none;
    }
    .col-list-block .col-list-block-img {
        display: none;
    }
}
@media screen and (max-width: 603px) {
    .hero h1 {
        font-size: 47px;
        line-height: 65px;
    }
    .btn-box .mob-center {
        text-align: center;
    }
    .slider-box {
        padding: 15px;
    }
    .slider-box .row {
        margin: auto;
    }
    .mob-pd20 {
        padding: 20px;
    }
    .slider-box h3 {
        margin-top: 30px !important;
    }
    .present-price-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .left-right-border {
        border-left: none;
        border-right: none;
    }
}
@media screen and (max-width: 414px) {
    .hero h1 {
        font-size: 33px;
        line-height: 55px;
    }
    .action h4 {
        font-size: 50px;
        margin-top: 75px;
    }
    .action p {
        font-size: 16px;
        margin-top: 12px;
    }
    .list-row {
        margin-top: 0px;
    }
    .cp_table table tr td.c_name_bg {
        background-size: cover;
    }
}
@media screen and (max-width: 375px) {
    .hero h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .action h4 {
        font-size: 50px;
        margin-top: 75px;
    }
    .action p {
        font-size: 16px;
        margin-top: 12px;
    }
    .list-row {
        margin-top: 0px;
    }
}
@media screen and (max-width: 320px) {
    .hero h1 {
        font-size: 28px;
    }
    .hero-down p {
        font-size: 20px;
    }
    .present button.btn {
        padding: 20px 42px;
    }
    .btn-box button {
        width: 300px;
    }
}
