*{
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container{
    max-width: 1600px;
    margin: 0 auto;/
}

/* шапка */

.brit{
    position: fixed;
    width: 1600px;
    height: 140px;

    box-shadow: 1px 1px 8px #000;
}

.inner_britlex{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.heading{
    margin-left: 129px;
    margin-top: 57px;
    color: #939393;
    font-size: 36px;
}

.heading p span{
    color: #000;
}

.navigation{
    margin-top: 71px;

    display: flex;
    gap: 24px;

    list-style: none;
}

.navigation li a{
    text-decoration: none;

    font-size: 20px;
    color: #263238;
}

.talk{
    margin-top: 72px;
    margin-left: 188px;
}

.talk a{
    text-decoration: none;
    color: #000;
    font-size: 24px;

    padding: 12px 37px;

    border: #000 solid 2px;
    border-radius: 5px;
}

/* главная */

.inner_main {
    margin-left: 129px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.text_item {
    width: 661px;
    height: 661px;

    display: flex;
    flex-direction: column;
}

.light{
    height: 440px;
    margin-top: 185px;
    display: flex;
    gap: 38px;
}

.light h1{
    line-height: 80%;
    font-size: 64px;
}

.light img{
    margin-top: 50px;
    width: 85px;
    height: 85px;
}

.text_item p{
    margin-top: 40px;

    color: #8F95A5;
    line-height: auto;
    font-size: 24px;
}

.text_item a{
    margin-top: 61px;

    width: 438px;
    height: 118px;

    text-decoration: none;

    font-size: 36px;
    text-align: center;
    color: #fff;

    padding: 32px 117px;

    border: #2e2e2e solid 1px;
    border-radius: 15px;
    background-color: #2e2e2e;
}

.main_pictures {
    margin-top: 51px;
    margin-right: 123px;

    width: 661px;
}

/* Скилы */

.skil{
    margin-top: 147px;
    margin-bottom: 92px;

    text-align: center;

    font-size: 48px;
    line-height: 80%;
}

.inner_skills {
    display: grid;
    grid-template-areas: 
    'a b c'
    'a d d';

    gap: 20px;
}

.skill{    
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
}

.skill .icon_skill{
    width: 390px;
    height: 390px;

    background-color: #F5F5F5;
}

.skill .what_skill{
    font-size: 30px;
    line-height: 80%;

    background-color: #F5F5F5;
}

.skill .text{
    background-color: #F5F5F5;

    font-size: 16px;
    color: #8F95A5;
}

.skill .learn{
    text-decoration: none;

    border-radius: 5px;

    padding: 17px 65px;

    color: #fff;

    background-color: #2e2e2e;
}

.speaking{
    margin-left: 127px;
    height: 894px;
    grid-area: a;
}

.speaking .icon_skill{
    width: 390px;

    margin-bottom: 12px;
}

.speaking .what_skill{
    margin-bottom: 27px;
}

.speaking .text{
    margin-bottom: 93px;
}

.writing{
    width: 431px;
    height: 531px;
    grid-area: b;
}

.writing .icon_skill{
    width: 293px;
    height: 293px;
    margin-left: 112px;
}

.writing .what_skill{
    margin-bottom: 17px;
}

.writing .text{
    margin-bottom: 48px;
}

.reading{
    grid-area: c;
    margin-right: 135px;
}

.reading .icon_skill{
    width: 371px;
    height: 241px;
}

.reading .what_skill{
    margin-top: 50px;
    margin-bottom: 14px;
}

.reading .text{
    margin-bottom: 50px;
}

.listening{
    grid-area: d;
    margin-right: 135px;
    height: 343px;
    width: 885px;

    display: flex;
}

.skill_item{
    background-color: #F5F5F5;
}

.listening .icon_skill{
    width: 382px;
    height: 255px;

    margin-left: 150px;
}

.listening .skill_item .what_skill{
    margin-top: 63px;
    margin-bottom: 20px;
}

.listening .skill_item .text{
    margin-bottom: 40px;
}
/* о нас */
.about_us{
    margin-top: 152px;
}

.inner_about{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.about_us_text{
    margin-left: 131px;
    margin-top: 75px;
}

.about_us_text h2{
    font-size: 48px;
    line-height: 80%;
    margin-bottom: 30px;
}

.about_us_text p{
    font-size: 20px;
    color: #8F95A5;
}

.setings_about{
    margin-top: 59px;
    list-style: none;

    width: 611px;

    display: flex;
    gap: 76px;
}

.setings_about .numbers_setings_about{
    font-size: 48px;
    color: #2A3246;

    text-align: center;
}

.setings_about .textsetings_about{
    font-size: 20px;
    color: #8F95A5;

    margin-top: 28px;
    text-align: center;
}

.about_us_icon{
    margin-right: 140px;
    margin-left: 194px;
}

.about_us_icon img{
    width: 500px;
    height: 500px;
}

/* pricing */

.pricing{
    margin-top: 188px;
}

.container .con_pricing{
    font-size: 48px;
    line-height: 80%;

    text-align: center;

    margin-bottom: 83px;
}

.inner_pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    place-items: center;
}

.pricing_item img{
    width: 311px;
    height: 311px;
}

.pricing_item h4{
    font-size: 30px;
    line-height: 48%;

    color: #263238;

    margin-top: 30px;
    margin-bottom: 20px;
}

.pricing_item p{
    color: #8F95A5;
    font-size: 20px;

    margin-bottom: 59px;
}

.pricing_item a{
    text-decoration: none;
    font-size: 30px;
    color: #263238;

    padding: 4px 10px;
    border-radius: 5px;
    background-color: #EEEEEE;
}

.pricing_item a span{
    font-size: 18px;
    color: #8F95A5;
    background-color: #EEEEEE;
}

.self_study_course{
    margin-left: 130px;
}

.self_study_course .text_self_study_course{
    margin-bottom: 29px;
}

.self_study_course h4{
    margin-bottom: 25px;
}

.pricing_item .Online_test_bro{
    width: 311px;
    height: 311px;

    margin-bottom: 44px;
}

.pricing_item .lesson_bro{
    width: 391px;
    height: 283px;

    margin-bottom: 27px;
    margin-top: 40px;
}

.personal_tuition{
    margin-right: 140px;
}

.pricing_item .Webinar_bro{
    width: 340px;
    height: 340px;

    margin-bottom: 11px;
}

/* обратная связь */

.contact_footer{
    margin-top: 261px;
}

.inner_con{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.icon_contact{
    margin-left: 139px;
    margin-bottom: 133px;
}

.inner_con .icon_contact img{
    width: 479px;
    height: 422px;
}

.Contact {
    margin-top: 33px;
    margin-bottom: 37px;

    font-size: 48px;
    line-height: 80%;
}

.contact_text{
    margin-bottom: 52px;

    color: #8F95A5;

    font-size: 20px;
}

.Contact_Us input{
    width: 450px;
    height: 80px;

    border-radius: 10px;
}

.Contact_Us input::placeholder{
    padding-left: 33px;
    color: #8F95A5;
}

.Contact_Us button{
    color:#fff;
    background-color: #263238;

    font-size: 20px;

    width: 165px;
    height: 80px;

    cursor: pointer;

    border-radius: 10px;
}

.container hr{
    width: 1338px;
    margin-left: 131px;
}

.inner_foot{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.inner_foot .foot_icon{
    margin-bottom: 10px;
    margin-left: 135px;
    color: #939393;
    font-size: 36px;
}

.foot_icon p span{
    color: #000;
}

.foot{
    grid-column: 8 / 12 span;
}

.footer_inner{
    display: flex;
    gap: 10px;
}

.footer_inner li{
    list-style: none;
}

.footer_inner li a{
    text-decoration: none;

    font-size: 24px;
    color: #8F95A5;
}

.footer_inner li a:hover{
    color: black;
}