.header {
    padding-bottom: 50px;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
}
.header_content {
    display: grid;
    width: 100%;
    grid-template-columns:  736px minmax(300px, 790px);
    grid-template-areas: 'title img'
                        'desc img'
                        'btns img'
                        'advan img';
                        grid-column-gap:50px ;
    justify-content: space-between;
}
.header_title {
    grid-area: title;
    align-self: end;
}

.header_btns {
    grid-area: btns;
}
.header_advantages {
    grid-area: advan;
}
.header_title {
    margin-bottom: 20px;
}
.header_description {
    grid-area: desc;
    max-width: 592px;
    color: #000;
    font-size: 18px;
    line-height: 170%;

    margin-bottom: 98px;
}
.header_image{
    grid-area: img;
    align-self: center;
}
.header_btns {
    margin-bottom: 100px;
}

.advantages {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.advantages .col {
    flex-basis: 300px;
}
.advantages_item {
    display: flex;
    align-items: center;
}

.advantages_count {
    font-size: 30px;
    font-weight: 600;
    margin-right: 20px;
    line-height: 73%;
}

.advantages_text {
    flex-basis: 216px;
}

.effects {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    column-gap: 30px;
    row-gap: 50px;

}
.effects_item {
    display: flex;
    flex-basis: calc(25% - 30px);
    flex-grow: 1;
    
}

.effect {
    font-size: 16px;
    line-height: 180%;
    width: 100%;

}
.effect_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.effect_icon {
    margin-bottom: 40px;
    line-height: 0;
    max-width: 100px;
}
.effect_desc p:not(:last-child) {
    margin-bottom: 1em;
}


.formats{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap:50px;
}
.format{
    padding: 50px 30px;
    background: #EEEEEE;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s linear;
    cursor: default;
}
.format:hover{
     box-shadow: 0px 91px 36px rgb(0 0 0 / 1%), 0px 23px 23px rgb(0 0 0 / 9%), 0px 6px 12px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);
}
.format:hover .format_label{
    color: #FF7F11;
}
.format_title{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 130%;
}
.format_label{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.8em;
    transition: color 0.2s linear;
}
.format_body{
    font-size: 15px;
    color: #1D2831;
}
.format_body >p:not(:last-child){
    margin-bottom: 10px;
}
.format .a{
    font-size: 16px;
}
.format_hidden{
    opacity: 0;
    padding-top: 50px;
    margin-top: auto;
    transition: opacity 0.2s linear;
}
.format:hover .format_hidden{
    opacity: 1;
}
.format .a-icon{
    width: 50px;
}
.format .a-primaty:hover{
    color: #FF7F11;
}
.format .a-primaty:hover .a-icon path{
    fill: #FF7F11;
}
.ul{
    line-height: 180%;
}
.ul li {
   position: relative;
   padding-left: 25px;
}
.ul li::before{
    content: "";
    width: 2px;
    height: 2px;
    background: #1D2831;
    position: absolute;
    left: 10px;
    top: 14px;
    
}


.abilities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 124px;
    grid-row-gap: 100px;
}
.ability_icon {
    margin-bottom: 37px;
}
.ability_desc {
    font-size: 24px;
    line-height: 180%;
}


.effect3{
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 57px;
    font-size: 25px;
    line-height: 180%;
    background: url(../../images/leading/icon/decoration2.png) no-repeat;
    background-position: bottom right;
}

.form_smm{
    padding-top: 150px;
    background: #EEEEEE;
    position: relative;
}
.form_smm_body{
    display: grid;
    grid-template-columns: 1fr 520px;
    grid-template-areas: "smmHead smmHead"
                            "smmform smmImg";
    grid-gap: 50px;
}
.form_smm_head{
    grid-area: smmHead;
}
.form_smm_desc{
    font-size: 18px;
    line-height: 170%;
    max-width: 500px ;
}

.form_smm_img{
    grid-area: smmImg;
    line-height: 0;
    align-self: flex-end;
}
.form_smm_item{
    grid-area: smmform;
    margin-bottom: 100px;
}
.form_smm .h{
    margin-bottom: 10px ;
}
.form_smm .form_bonus_input{
    font-family: 'Montserrat', sans-serif;
    background: none;
    border-radius: 0;
    border-color: #000;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-left: 0;
}
.form_smm textarea.form_bonus_input{
    padding: 0 !important;
}
.form_smm .form_bonus_input::placeholder{
    color: rgba(0, 0, 0, 0.70);
}

.form_smm_row:not(:last-child){
    margin-bottom: 30px;
}
.form_smm_btns{
    margin-top: 100px;
    display: flex;
}
.form_smm_btns .btn{
    margin-right:28px ;
}
.form_smm_help{
    max-width: 571px;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #434242;
}
.form_smm_help br{
    display: none;
}
.areas .area:not(:last-child){
    margin-bottom:80px ;
}
.area{
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-areas: "icon info"
                        "icon area";
    grid-column-gap:56px ;
    grid-row-gap: 50px;
}
.area_icon{
    flex-basis: 80px;
    line-height: 0;
    grid-area: icon;
}
.area_info{
    width: 100%;
    grid-area: info;
}
.area_title{
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 180%;
}
.area_desc{
    font-size: 18px;
    line-height: 180%;
}
.area_statistics{
    grid-area: area;
}

.statistics{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.statistic{
    background:#EEEEEE ;
    padding: 30px;
   flex-basis: 20%;
   flex-grow: 1;
}
.statistic_number{
    font-size:40px ;
    margin-bottom: 20px;
}
.statistic_number span{
    font-size:0.75em;
}
@media screen and (max-width: 1500px){
    .header_content {
        grid-template-columns: 678px minmax(300px, 790px);
        grid-auto-rows: auto;
    }
    .form_smm_body {
        grid-template-columns: 1fr 400px;
    }
    .form_smm_item {
        margin-left: 0px;
    }
 
    .form_smm_btns .btn{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1279px) {
    .header_content {
        grid-template-columns: 1fr 1fr;
    }
    .formats{
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .format {
        padding: 50px 25px;
    }

    .effect3{
        padding: 50px;
    }
  
    .effects_item {
        display: flex;
        flex-basis: calc(50% - 30px);
    }
  
    .features_desc {
        font-size: 18px;
    }

    .form_smm_btns{
        flex-direction: column;
        align-items: flex-start;
    }
    .form_bonus{
        background-size: 700px;
    }


    .area{
        grid-template-areas: "icon info"
                            "area area";
    }
    .statistics {
        gap: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .header_content{
        grid-template-columns: 1fr;
        grid-template-areas: "title"
                            "desc"
                            "img"
                            "btns"
                            "advan";
    }
    .header_image{
        max-width: 670px ;
        width: 100%;
        margin-left: auto ;
        margin-right: auto;
    }
    .header_description{
        max-width: 100%;
    }
    .concept-white {
        padding: 50px 30px;
    }

    .abilities {
        grid-column-gap: 20px;
        grid-row-gap: 80px;
    }
    .ability_desc {
        font-size: 18px;
    }

    .format_label {
        color: #FF7F11;
    }
    .format_hidden{
        opacity: 1;
    }
}
@media screen and (max-width: 992px){
    .form_bonus {
        background-size: 57%;
    }
    .formats {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
}
@media screen and (max-width: 900px) {
    .header {
        background: none;
    }
    .header_content {
        max-width: 100%;
    }
    .header_image {
        display: block;
        margin-bottom: 98px;
    }


    .form_smm_body {
        grid-template-columns: 1fr 325px;
    }

    .statistic{
        flex-basis: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .form_smm{
        padding: 150px 0;
    }
    .form_smm_item {
        margin-bottom: 0px;
    }
    .form_smm_body {
        grid-template-columns: 1fr ;
        grid-template-areas:
            "smmHead "
            "smmImg"
            "smmform ";
    }
    .effect3 {
        padding: 30px;
        font-size: 20px;
    }
  
    .pluse {
        padding: 50px 40px 110px 40px;
    }
    .pluse::after {
        left: 40px;
    }
    .abilities {
        grid-template-columns: 1fr 1fr;
    }
   

    .portfolio_blocks {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 620px){
    .advantages {
        gap:36px;
    }
    .effects_item {
        flex-basis: 100%;
        text-align: center;
    }
    .effect_icon {
        margin-left: auto;
        margin-right: auto;
    }
      
}


@media screen and (max-width: 480px) {
    .effect3{
        font-size: 18px;
        background-size: 128px;
    }
    .effects_item::before {
        margin-left: auto;
        margin-right: auto;
    }
  
  
    .header_content {
        align-items: center;
        text-align: center;
    }
    .header {
        padding-bottom: 30px;
    }
    .header_image,
    .header_description {
        margin-bottom: 50px;
    }
    .header_description {
        font-size: 16px;
    }
    .header_btns .col {
        flex-grow: 1;
    }
    .header_btns .btn {
        width: 100%;
    }

    .advantages {
        justify-content: center;
    }
    .advantages_item {
        flex-direction: column;
        padding: 20px 0;
        font-size: 15px;
    }
    .advantages_text {
        flex-basis: auto;
    }
    .advantages_count{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .breadcrumbs {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 33px;
    }
    .pluse_text_bg {
        font-size: 35px;
    }

    .effect {
        flex-basis: 100%;
        font-size: 15px;
    }
    .effect {
        text-align: center;
    }
    .effects_item {
        flex-basis: 100%;
    }
    .effect_icon {
        margin-bottom: 30px;
    }
    .possibility {
        padding: 45px 30px;
    }
    .possibility_title {
        font-size: 20px;
    }
    .concept {
        padding: 50px 30px;
    }
    .concept-white::after {
        display: none;
    }
    .concept-white::before {
        content: "";
        display: block;
        width: 200px;
        height: 2px;
        background: #fb6221;
        margin-bottom: 30px;
    }
   
    
    .abilities {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ability_desc {
        font-size: 15px;
    }
  
    .form_smm{
        padding: 130px 0;
    }
    .form_bonus {
        padding: 130px 0;
    }
    .format {
        padding: 50px 20px;
    }
    .form_smm_desc{
        font-size: 15px;
        margin-bottom: 0;
    }
    .format_title {
        font-size: 20px;
    }

  
    .form_smm_help{
        font-size: 14px;
 
    }
   
    .form_smm_btns {
        margin-top: 60px;
    }
    .form_smm .form_bonus_input {
        font-size: 15px;
    }
    .form_smm_btns .btn{
        width: 100%;
        margin-right: 0;
    }

    .form_bonus_bg{
        text-align: center;
    }

    .area {
        grid-template-columns: 50px 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
    .statistic{
        flex-basis: 100%;
    }
    .area_title{
        font-size: 20px;
    }
    .area_desc{
        font-size: 15px;
    }
}

