*{
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all 0.2s ease;
}
ul{
    margin:0;
    list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    display:inline-block;
    color:#ffffff;
}
a:hover{
    color:#ffffff;
    text-decoration: none;
}
img{
    width: 100%;
    height: auto;
}
b{
    font-weight: 600;
}
body{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 14px;
    background: #0d1a2b;
    font-weight: 400;
}
.container{
    z-index: 2;
}
.section-1{
    background: url(../images/sofa.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.h-684{
    height:684px;
}
.bg-cover{
    top:0;
    left: 0;
    opacity: 0.5;
    background: #0d1a2b;
    z-index: 1;
}
.logo{
    padding: 15px 0 0 95px;
}
.star-list{
    margin-left: 276px;
    text-align: left;
}
.section-1 h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}
.first-star-list{
    margin: 30px 0;
}
.first-star-list li{
    width: 30px;
}
.top-text-cover{
    color:#ffffff;
    margin-top: 50px;
}
.top-text-cover h1{
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
}
.top-text-cover h2{
    font-size: 28px;
    line-height: 39px;
    font-weight: 400;
}
.second-star-list{
    margin: 25px 0;
}
.second-star-list li{
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 20px 48px;
    vertical-align: middle;
    position: relative;
}
.second-star-list li:before{
    content: " ";
    width: 26px;
    background: url(../images/list-icon.svg) no-repeat;
    height: 25px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}
.top-red-button{
    line-height: 27px;
    font-size: 23px;
    font-weight: 900;
   font-family: 'Lato', sans-serif;
    border-radius: 40px;
    padding: 21px 25px;
    color:#ffffff;
    background: #ff7050;
}
.top-red-button:hover{
    background: #DE6449;
    color:#ffffff;
    text-decoration: none;
}
.section-2{
    background: #ffffff;
    padding: 45px 0 60px 0;
}
.section-2 h2, .section-3 h2, .section-4 h2, .section-5 h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-2 h4{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
}
.icon-cover img{
    width: 75px;
    height: 88px;
}
.circle{
    padding: 16px 25px;
    -webkit-box-shadow: 0px 23px 27px -16px rgba(65,61,36,0.37);
    -moz-box-shadow: 0px 23px 27px -16px rgba(65,61,36,0.37);
    box-shadow: 0px 23px 27px -16px rgba(65,61,36,0.37);
}
.icon-cover p{
    font-size: 21px;
    line-height: 29px;
    margin: 50px 0 30px 0;
}
.icon-cover span{
    font-size: 17px;
    color: rgb(172, 172, 172);
    line-height: 24px;
    padding: 0 7px;
    display: inherit;
}
.section-3{
    background: #1c1833;
    color:#ffffff;
    padding: 45px 0 10px 0; 
}
.section-3 .second-star-list li:before{
    background: url(../images/list-icon-red.svg) no-repeat;
}
.section-3 p{
    font-size: 17px;
    line-height: 24px;
    margin: 40px 0 50px 0;
}
.pad-30{
    padding: 30px 40px;
}
.pad-50{
    padding: 30px 10px 30px 40px;
}
.section-3 h3{
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}
.section-4 h4{
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-4 p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.section-4{
    background: url(../images/shop.png) no-repeat #ffffff;
    background-position: 112% 100%; 
    padding: 70px 0 80px 0;
}
.section-4 h2{
    color: #ff7050;
    margin-bottom: 60px
}
.section-5 h2{
    color: #ffffff;
    margin-bottom: 60px
}
.box{
    width: 293px;
    padding: 30px 20px;
    box-sizing:border-box;
    color:#ffffff;
    border-radius: 6px;
    margin: 0 auto 40px;
}
.purple{
    background: #6c49b8;
}
.light-red{
    background: #ff7050;
}
.section-4 a{
     line-height: 19px;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    border-radius: 40px;
    padding: 16px;
    width: 88%;
}
.dark-box a:hover{
    background: #8252EC;
}
.purple-box a:hover{
    background: #DE6449;
}
.dark-box{
    background: #1c1833;
}
.purple-box{
    background: #6c49b8;
}
.section-4 b{
    font-size: 44px;
    line-height: 62px;
}
.box p:nth-child(6) {
     margin: 25px 0 20px 0;
}
.grey-color{
    color:#cccccc;
}
.photo-block{
    background: url(../images/user.jpg) no-repeat;
    background-position: 0% 0%;
    background-size: 26% 100%;
    border-radius: 6px 0 0 6px;
    margin-bottom: 50px;
    overflow: hidden;
}
.section-5{
    background: url(../images/quates.png) no-repeat #1C1833;
    padding: 90px 0 40px 0;
    background-position: -11% 0;
}
.red-text-cover{
    float: right;
    width: 75%;
}
.red-text{
    background: url(../images/quates-small.svg) no-repeat #ff7050;
    background-position: 105% 84%;
    padding: 25px 125px 25px 30px;
    color: #ffffff;
    border-radius: 0 6px 0 0;
    background-size: 17% 207%;
}
.section-5 h3{
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
}
.red-text i{
    font-size: 19px;
    line-height: 25px;
}
.white-block{
    background: #ffffff;
    padding: 8px 25px;
    border-radius: 0 0 6px 0;
}
.white-block ul{
    margin: 0;
}
.white-block ul li{
    margin-right: 6px;
}
.white-block span{
    font-size: 22px;
    color: #ff7050;
    line-height: 25px;
    font-weight: 400;
}
.quate-block{
    padding: 25px 25px;
    text-align: center;
    color: #ffffff;
    background: #2C264D;
    border-radius: 6px;
    height: 200px;
    display:table;
}
.quate-block i{
    font-size: 16px;
    line-height: 22px;
    display: table-header-group;
}
.quate-block h4{
    font-size: 21px;
    line-height: 29px;
    color: #8155E1;
    font-weight: 700;
    display: table-cell;
}
.section-6{
    background: url(../images/table.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color:#ffffff;
    padding: 80px 0;
}
.section-6 h2{
    font-size: 34px;
    line-height: 62px;
    font-weight: 700;
    color:#ffffff;
}
.section-6 h3{
    font-size: 30px;
    line-height: 42px;
    margin: 20px 0 30px 0;
}
.section-6 .second-star-list {
    margin: 40px 0;
}
.section-bg-6 .bg-cover{
    background: #1c1833;
    opacity: 0.9;
}
.h-649{
    height: 649px;
}
.section-6 .second-star-list{
    padding-left: 26%;
}
.section-6 .second-star-list li:before {
    background: url(../images/list-icon-red.svg) no-repeat;
}
footer{
    padding: 35px 0;
    background: #000000;
}
footer p{
    font-size: 14px;
    color:#ffffff;
    line-height: 20px;
    margin: 0;
}
@media only screen and (max-width: 1199px){
.logo {
    padding: 30px 0 0 0;
}
}
@media only screen and (max-width: 992px){
.container{
    max-width: 100%;
    padding: 0 4%;
}
.photo-block{
    background: url(../images/user.jpg) no-repeat  #ff7050;
    background-position: center 13%;
    background-size: 255px;
    padding-top: 245px;
    width: 80%;
    border-radius: 6px;
}
.red-text-cover{
    width: 100%;
}
.red-text{
    padding: 20px 30px 30px 30px;
    background: #ff7050;
}
.first-star-list li{
    width: 26px;
}
.white-block ul li {
    margin-right: 4px;
}
.photo {
    right: -27px;
    top: -35px;
    width: 19%;
}
.quate-block{
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
.quate-block i{
    font-size: 20px;
    line-height: 26px;
}
.top-text-cover h1 {
    font-size: 29px;
    line-height: 36px;
    }
.second-star-list {
    margin: 15px 0;
    text-align: left;
}
.first-star-list {
    margin: 20px 0;
}
.top-text-cover{
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px){
    .photo {
    right: -23px;
    top: -28px;
}
.section-6 .second-star-list{
        margin: 15px 0;
}
.first-star-list {
    margin: 20px 0;
}
.star-list{
    margin-left: 0;
    text-align: center;
}
.first-star-list{
    text-align: center;
}
.second-star-list{
    margin-left: 7%;
}
.pad-30 {
    padding: 30px 150px;
}
.pad-50 {
    padding: 30px 25px 10px 25px;
}
.icon-cover span {
    padding: 0 70px;
}
.section-5{
    padding: 30px 0 30px 0;
}
.section-5 h2{
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 576px){
.container{
    max-width: 100%;
    padding: 0 3%;
}
.photo {
    right: -17px;
    top: -20px;
}
.first-star-list li {
    width: 22px;
}
.white-block ul li {
    margin-right: 0px;
}
.white-block{
    padding: 5px 14px;
}
.white-block span{
    font-size: 18px;
}
.section-6 .second-star-list {
    padding-left: 10%;
}
.section-6 h2 {
    font-size: 34px;
    line-height: 38px;
}
.section-6 h3 {
    font-size: 19px;
    line-height: 26px;
    margin: 20px 0 20px 0;
}
.top-red-button {
    line-height: 24px;
    font-size: 20px;
    padding: 15px 25px;
}
.top-text-cover h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.top-text-cover h1 {
    font-size: 23px;
    line-height: 30px;
}
.section-1 h3 {
    font-size: 18px;
    line-height: 23px;
}
.section-3 .second-star-list li{
    padding: 0 0 10px 27px;
    font-size: 10px;
    line-height: 23px;
}
.icon-cover span {
    padding: 0 25px;
}
.pad-30 {
    padding: 30px 100px;
}
.section-2 h2, .section-6 h2{
    font-size: 18px;
    line-height: 32px;
}
.section-3 h2{
    font-size: 16px;
    line-height: 29px;
}
.section-2 h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.icon-cover p{
    margin: 20px 0 20px 0;
}
.section-2 {
    padding: 35px 0 20px 0;
}
.section-3 .second-star-list{
    margin-left: 0;
}
.section-3 p {
    font-size: 13px;
    line-height: 21px;
    margin: 20px 0 20px 0;
}
.second-star-list li:before{
    width:20px;
}
.section-6{
     padding: 40px 0;
}
.h-649{
    height: 550px;
}
.section-1 .second-star-list li{
    padding: 0 0 20px 35px
}
}
@media only screen and (max-width: 420px){
.first-star-list li {
    width: 19px;
}
.white-block span{
    font-size: 17px;
}
.quate-block i{
    font-size: 16px;
    line-height: 22px;
}
.photo-block{
    width: 100%;
}
.box{
    width: 100%;
}
.top-red-button {
     line-height: 20px;
    font-size: 15px;
}
.section-1 h3 {
    font-size: 16px;
    line-height: 23px;
}
.top-text-cover h1 {
    font-size: 21px;
    line-height: 28px;
}
.pad-30 {
    padding: 15px 60px;
}
.quate-block{
    width:100%;
}
.section-4 h2{
    margin-bottom: 30px;
}
.section-4{
    padding: 40px 0 20px 0;
}
.top-text-cover h2 {
    font-size: 17px;
    line-height: 26px;
    }
}
