
.about_section{
    background: url(/local/templates/surprize2020/img/about-2.png)  no-repeat;
    padding: 50px 0 150px;
    background-size: 100% 100%;

}
.about_section .about_wrapper{
    display: flex;
    margin-bottom: 80px;
}
.about_section .about_wrapper .about_element:first-child{
    width: 50%;
    
}
.about_section .about_wrapper .about_element:last-child{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
p{
    line-height: 30px;
    font-size: 18px;
}
strong{
    font-size: 20px;
}
h3{
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 50px;
}
.kp_why_elements{
    margin-top: 50px;
    justify-content: space-between;
}
.kp_why_element{
    width: calc(50% - 60px);
    box-shadow: 0 0 50px -15px rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 50px 50px 90px 170px;
    margin: 0 30px;
    background: #fff;
}
.kp_why_element .title{
    font-weight: 500;
    font-size: 30px;
}
.kp_why_element .text{
    font-size: 16px;
}
.kp_why_element .icon{
    position: absolute;
    left: 30px;
    top: 30px;
}

.how_start_wrapper{
    display: flex;
    padding: 100px 0;
}
.how_start_wrapper .how_start_element:first-child{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
}
.how_start_wrapper .how_start_element:last-child{
    width: 60%;
}
.comand_section{
    padding: 150px 0;
    background-size: cover;
}
.talisman_section{
    background: url(/local/templates/surprize2020/img/about-5.png)  no-repeat;
    padding: 100px 0;
}
.talisman_wrapper{
    box-shadow: 0 0 50px -15px rgba(0,0,0,.5);
    border-radius: 10px;
    display: flex;
    padding: 50px 100px;
    background: #fff;
    padding: 20px 30px;
}
.talisman_wrapper h3{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.talisman_element:first-child{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.talisman_element:last-child{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.talisman_img{
    border: 10px solid #fff;
    box-shadow: 0 0 50px -15px rgba(0,0,0,.5);
    border-radius: 50%;
    width: 200px;
}
.talisman_text{
    font-size: 15px;
    line-height: inherit;
    font-style: italic;
    color: gray;
    font-weight: 400;
    line-height: 26px;
}
@media screen and (max-width:780px){
    .about_section{
        background-size: cover;
        background-position: center;
        padding: 0 0 50px;
    }
    .about_section .about_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .about_section .about_wrapper .about_element{
        width: 100% !important;
    }
    .kp_why_elements{
        margin: 0;
    }
    .kp_why_element{
        width: 100%;
        margin: 0 0 40px 0;
        padding: 40px;
    }
    .kp_why_element .icon{
        position: relative;
        left: auto;
        top: auto;
    }
    .how_start_wrapper{
        flex-direction: column-reverse;
    }
    .how_start_wrapper .how_start_element:last-child,.how_start_wrapper .how_start_element:first-child{
        width: 100%;
        padding: 0;
    }
    .comand_section{
        padding: 20px 0;
        background-position:center;
    }
    .talisman_section{
        padding: 40px 0;
    }
    .talisman_wrapper{
        flex-direction: column;
    }
    .talisman_element:first-child,.talisman_element:last-child{
        width: 100%;
    }
    .talisman_img{
        margin-top: 50px;
    }
}