* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url(../fonts/Roboto/RobotoSlab.ttf);
}

@font-face {
    font-family: 'Sansation';
    src: url(../fonts/Sansation/Sansation-Regular.ttf);
}

.title {
    font-size: 24px;
}


.main-bg {
    background: linear-gradient(271.05deg, #2E376B 4.86%, rgba(60, 137, 193, 0) 51.94%), #1F5C5C;
}

.main-container {
    max-width: 1170px;
    margin: 0 auto;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

.title-bottom {
    font-size: 34px!important;
    line-height: 117%!important;
    font-weight: 500!important;
    font-family: 'RobotoSlab';
    color: #005497;
}
.section {
    padding: 60px 0;
}

li {
    list-style: none;
}

/********************
*Header Menu
********************/
.header-menu .combobox-body,
.header-menu {
    background: transparent;
}

.header-menu svg {
    fill: #77E3C3;
}

.header-menu h2 span {
    font-weight: 100;
}

.header-menu .logo,
.header-menu ul li a,
.header-menu .logo h2 {
    color: #fff;
}

/********************/

a {
    text-decoration: none;
}

.arrow-title {
    display: none;
}

.header-menu {
    position: relative;
    padding: 5px 0;
    
}


.section-footer .container,
.header-menu .container {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
}

.section-footer .logo,
.header-menu .logo {
    display: flex;
    align-items: center;
}

.section-footer .logo svg,
.header-menu .logo svg {
    max-width: 60px;
    width: 100%;
    margin-right: 10px;
}


.section-footer ul,
.header-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.section-footer ul li,
.header-menu ul li {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.header-menu .combobox {
    margin-top: 10px;
}

.section-footer ul li svg,
.header-menu ul li svg {
    width: 18px;
    margin-right: 5px;
}

.copyright {
    text-align: center;
    padding: 10px;
    background: #fff;
}

@media screen and (max-width:1120px) {
    .section-footer .container,
     .header-menu .container {
        flex-direction: column;
    }

    .section-footer ul,
    .header-menu.combobox {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) { 

    .header-menu .combobox {
        margin-top: 0;
    } 

    .header-menu .combobox-body.show {
        display: block;
    }

    .arrow-title {
        display: block;
    }
    .header-menu .container {
        flex-direction: row;
    }
    
    .combobox .icon { 
        width: 14px;
    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .header-menu ul li a {
        padding: 3px 6px;
    }

    .header-menu .combobox-title {
        margin-top: 5px;
    }

    .header-menu .combobox-body {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 5px 25px 10px 10px;
        z-index: 1000;
    }

    .section-footer ul li {
        margin-top: 5px;
    }

    .header-menu .logo svg {
        max-width: 44px;
    }
    
}

@media screen and (max-width: 424px) { 
    .section-footer .logo svg,
    .header-menu .logo svg {
        margin-right: 5px;
    }

    .header-menu .logo h2 {
        max-width: 50px;
        font-size: 18px;
    }
}


/********************
* Section Footer 
********************/

.section-footer {
    background: #303030;
}

.section-footer svg {
    fill: #77E3C3;
}

.section-footer .logo,
.section-footer ul li a,
.section-footer .logo h2 {
    color: #fff;
}

.btn-default {
    background: #D53E3E;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 35px;
}

.btn {
    display: inline-block;
    transition: 0.25s;
}

.btn:hover {
    opacity: 0.8;
}


/********************
* Section Header
********************/

.section-product {
    background: url(../img/bg-header.png) no-repeat top center;
}

.section-product .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    color: #FFFFFF;
}

.section-product .img-wrapper  {
    position: relative;
    max-width: 473px;
    padding: 0 30px;
    text-align: center;

}

.section-product .img-wrapper img {
 width: 100%;
}

.section-product .img-wrapper span {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: lowercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
}


.section-product .content-wrapper {
    max-width: 486px;
    width: 100%;
}

.section-product .content-wrapper h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    max-width: 362px;
    margin-bottom: 20px;
}

.section-product .content-wrapper h1 { 
    font-family: 'RobotoSlab';
    font-weight: normal;
    font-size: 48px;
    line-height: 63px;
    color: #EEEEEE;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}   

.section-product .price-wrapper {
    text-align: center;
    max-width: 280px;
}

.section-product .price-wrapper .btn-default  {
    margin-top: 15px;
}

/********************
* Section Info
********************/

.section-info {
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.section-info ul  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-info h3 {
    font-style: 24px;
    line-height: 27px;
    max-width: 750px;
    margin: 40px auto 30px auto;
}

.section-info p {
    font-size: 18px;
}

/********************
* Section Skills
********************/

.section-skills {
    padding: 0;
    background-size: contain;
    overflow: hidden;
    color: #fff;
    text-align: center;
    min-height: 661px;
    position: relative;
    background: #fff;
}

.section-skills::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: url(../img/bg-2.png) #fff no-repeat;
}

.section-skills .container {
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

.section-skills ul {
    display: flex;
    justify-content: space-between;
}

.section-skills ul li {
    width: 160px;
}

.section-skills .decore { 
    margin: 30px 0;
}

.section-skills .title {
    font-family: 'Sansation';
    font-size: 36px;
    max-width: 420px;
    margin: 0 auto;
    font-style: normal;
}

.section-skills .description {
    max-width: 338px;
    margin: 100px auto 0 auto;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
}

/********************
* Section Skills
********************/

.section-author {
    padding-top: 30px;
    background: #fff;
    text-align: center;
    position: relative;
    min-height: 688px;
}

.section-author::after {
    background: url(../img/sercle-decore.png) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top:-150px;
    max-width: 950px;
    max-height: 950px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.section-author .container {
    max-width: 970px;
}

.section-author .content-wrapper {
    display: flex;
    justify-content: flex-end;
    text-align: left;

}

.section-author .content-wrapper img {
    width: 100%;
} 

.section-author .decore {
    margin: 10px 0;
}

.section-author .description {
    margin: 0 auto;
    font-weight: 300;
    font-size: 21px;
    font-weight: 100;
}

.section-author .img-wrapper {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 5;
    max-width: 580px;
}

.section-author .img-wrapper {
    width: 100%;
}


.section-author .text-wrapper {
    max-width: 500px;
    position: relative;
    z-index: 10;
    margin-top: 50px;
}

.section-author .text-wrapper h2 {
    font-family: 'RobotoSlab';
    font-size: 30px;
    line-height: 47px;
    color: #333;
}

.section-author .text-wrapper p {
    font-family: 'RobotoSlab';
    font-weight: 100;
    max-width: 500px;
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px;  
}

/********************
* Section Skills
********************/
.section-comments {
    text-align: center;
    background: #EDEDED;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}


.section-comments .item {
    min-height: 268px;
    background: #fff;
    padding: 30px 23px;
    border-radius: 10px;
}

.section-comments .item h5{
    font-size: 18px;
}

.section-comments .item p{
    margin-top: 30px;
    line-height: 19px;
    font-weight: 300;    
}

.section-comments .decore {
    margin-top: 15px;
    margin-bottom: 70px;
}

.section-product-footer {
    position: relative;
    background: #EDEDED;
}

.section-product-footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 360px;
    background: url(../img/bg-footer.png) no-repeat;
    bottom: 0;
    left: 0;
}

.section-product-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.section-product-footer h4 {
    font-size: 16px;
}

.section-product-footer h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 47px;
    font-family: 'RobotoSlab';
    color: #2D4975;
    margin: 20px 0;
}

.section-product-footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
}

@media screen and (max-width:1023px) {
    .section-author {
        padding-bottom: 0;
    }
    .section-author .img-wrapper {
        position: relative;
    }

    .section-author .content-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-author .content-wrapper .img-wrapper {
        max-width: 450px;
    }

    .section-author .text-wrapper {
        text-align: center;
        max-width: 700px;
    }

    .section-author .text-wrapper p {
        max-width: 100%;
    }

    .section-product .img-wrapper span {
        bottom: 20px;
        font-size: 20px;
    }

    .section-product .content-wrapper h1 {
        font-size: 38px;
    }

    .section-skills ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-skills ul li {
        margin-bottom: 30px;
    }

    .section-info ul li{
        max-width: 170px;
    }

    .section-info ul li img {
        width: 100%;
    }

    .section-product-footer h1 {
        font-size: 33px;
    }
}
@media screen and (max-width:1170px) { 
    .section-skills::after {
        background-position: center;
    }
}
@media screen and (max-width:767px) {
    
    .container {
        width: 98%;
    }
    .section-product .container {
        flex-direction: column;
        padding-top: 15px;
    }

    .section-product .img-wrapper {
        max-width: 230px;
    }

    .section-product .content-wrapper {
        text-align: center;
    }

    .section-product .price-wrapper,
    .section-product .content-wrapper h4 {
        margin: auto;
    }

    .section-info ul {
        flex-wrap: wrap;
    }

    .section-product-footer .container {
        flex-direction: column;
    }
    .section-product-footer .img-wrapper {
        max-width: 300px;
    }

    .section-product-footer .img-wrapper img {
        width: 100%;
    }

    .section-product-footer .content-wrapper {
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .section-skills {
        background: #2E3E6F;
    }

    .section-skills::after {
        content: none;
    }

    .section-skills .description {
        margin-top: 0;
    }

    .section-skills {
        padding: 30px 0;
    }

    .section-skills .container {
        padding: 0;
    }

    .section-skills .title {
        font-size: 25px;
    }

    .section-author .text-wrapper h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .section-author .text-wrapper p {
        font-size: 16px;
    }
    
    .header-menu .combobox-body,
    .header-menu {
        background: #161b35;
    } 

    .section-info ul {
        justify-content: space-around;
    }
}

@media screen and (max-width:374px) { 
    .section-product-footer h1 {
        font-size: 30px;
    }

    .section-product .content-wrapper h1 {
        font-size: 31px;
        line-height: 50px;
        margin-top: 20px;
    }
}