@font-face {
    font-family: Barlow-Black;
    src: url(fonts/Barlow-Black.ttf);
}
@font-face {
    font-family: Barlow-BlackItalic;
    src: url(fonts/Barlow-BlackItalic.ttf);
}
@font-face {
    font-family: Barlow-Bold;
    src: url(fonts/Barlow-Bold.ttf);
}
@font-face {
    font-family: Barlow-BlackItalicItalic;
    src: url(fonts/Barlow-BlackItalicItalic.ttf);
}
@font-face {
    font-family: Barlow-ExtraBold;
    src: url(fonts/Barlow-ExtraBold.ttf);
}
@font-face {
    font-family: Barlow-ExtraBoldItalic;
    src: url(fonts/Barlow-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: Barlow-ExtraLight;
    src: url(fonts/Barlow-ExtraLight.ttf);
}
@font-face {
    font-family: Barlow-ExtraLightItalic;
    src: url(fonts/Barlow-ExtraLightItalic.ttf);
}
@font-face {
    font-family: Barlow-Italic;
    src: url(fonts/Barlow-Italic.ttf);
}
@font-face {
    font-family: Barlow-Light;
    src: url(fonts/Barlow-Light.ttf);
}
@font-face {
    font-family: Barlow-LightItalic;
    src: url(fonts/Barlow-LightItalic.ttf);
}
@font-face {
    font-family: Barlow-Medium;
    src: url(fonts/Barlow-Medium.ttf);
}
@font-face {
    font-family: Barlow-MediumItalic;
    src: url(fonts/Barlow-MediumItalic.ttf);
}
@font-face {
    font-family: Barlow-Regular;
    src: url(fonts/Barlow-Regular.ttf);
}
@font-face {
    font-family: Barlow-SemiBold;
    src: url(fonts/Barlow-SemiBold.ttf);
}
@font-face {
    font-family: Barlow-SemiBoldItalic;
    src: url(fonts/Barlow-SemiBoldItalic.ttf);
}
@font-face {
    font-family: Barlow-Thin;
    src: url(fonts/Barlow-Thin.ttf);
}
@font-face {
    font-family: Barlow-ThinItalic;
    src: url(fonts/Barlow-ThinItalic.ttf);
}



/*--------- CSS Reset ----------------*/
/**
 * 1.0 - Reset
 */

html, body, div, span, figure, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body { 
    background-color: #fff;
    font-family: Barlow-Regular;
    -webkit-font-smoothing: antialiased;
    color: #4a4a4a;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
fieldset { min-width: inherit; }

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a{ text-decoration: none; }
a, a:before, a:after, button, input[type=submit] {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all  .2s;
    cursor: pointer;
}
a:hover, a:active {
    outline: 0;
}
a img { border: 0; }
img{ max-width: 100% }
:focus{ outline: none;}
.wrapper{ 
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
h1, h2{
    font-family: Barlow-Black;
    color: #252d65;
}

#top{
    background: url(../assets/SoftFlexi-toppbilde.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0 0;
    position: relative;
}
#top h1{
    font-size: 64px;
    margin-top: 35px;
}
#top.thyou{
    height: calc(100vh - 180px);
}
#top h1.thankyoutitle{

}
#top p.thankyoucont{
    font-size: 30px;
}
.logo{
    width: 180px;
}
.SoftFlexi{
    right: 0;
    max-width: 818px;
}
.SoftFlexiBanner{
    right: 315px;
    width: 280px;
}
.SoftFlexi, .SoftFlexiBanner{
    position: absolute;  
    top: 28%; 
}
#top ul{
    display: inline-block;
    margin: 500px 0 0;
    width: 49%;
}
#top ul li{
    margin: 0 0 15px 0;
}
#top ul li:before{
    content: '';
    background: url(../assets/huk.png);
    background-size: cover;
    width: 42px;
    height: 38px;
    float: left;
    margin: 5px 10px 0 0;
}
#top ul li p{
    font-size: 37px;
    color: #252d64;
    font-family: Barlow-SemiBold;
}
#second{
    background-color: #eff0f1;
    padding: 50px 0;
}
#second .head{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
#second .head img{
    width: 81px;
}
#second h2{
    font-size: 40px;
}
#second .title{
    color: #252d65;
    font-size: 28px;
    margin: 25px 0;
}
#second p{
    font-size: 25px;
    margin: 0;
}
#client_data{
    background-color: #252d65;
    padding: 50px 0;
}
#client_data .main_data{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    justify-content: space-between;
}
#client_data .main_data button{
    background-color: #a6c342;
    color: #fff;
    width: 100%;
    padding: 7px;
    border: none;
    font-size: 18px;
}
#client_data .main_data .form{
    max-width: 535px;
}
#client_data .main_data .form .form_data label{
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
#client_data .main_data .form .form_data input{
    border: none;
    padding: 7px;
    width: 100%;
    font-size: 18px;
}
#client_data .main_data .form p{
    font-size: 20px;
    margin: 0 0 10px 0;
}
#client_data .main_data .form_data > div{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}
#client_data .main_data .form_data .fd_bl1 > div{
    width: 100%;
}
#client_data .main_data .form_data .fd_bl2 > div{
    width: 48%;
}
#client_data .main_data .form_data .fd_bl3 > div:first-child,
#client_data .main_data .form_data .fd_bl3 > div:nth-child(2){
    width: 22%;
}
#client_data .main_data .form_data .fd_bl3 > div:last-child{
    width: 48%;
}
#client_data .main_data .farge{
    font-size: 20px;
}
#client_data .main_data .farge .title,
#client_data .main_data .storrelse .title{
    margin-bottom: 10px;
}
#client_data .main_data .farge > div,
#client_data .main_data .storrelse > div{
    margin-bottom: 5px;
}
#client_data .main_data .storrelse{
    font-size: 20px;
    max-width: 260px;
}
#client_data .main_data .storrelse button{
    margin-top: 88px;
}
#order{
    padding: 50px 0 0;
    margin-bottom: -3px;
}
#order h2{
    text-align: center;
    font-size: 41px;
    margin-bottom: 20px;
}
.order_items{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.order_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-color: #252d64;
    color: #fff;
    border-radius: 15px;
    width: 30%;
    padding: 25px;
    justify-content: space-around;
}
.order_item.mail{

}
.order_item.mail img{
    height: 62px;
}
.order_item.mail p{
    font-size: 20px;
}
.order_item p{
    font-size: 26px;
    font-weight: bold;
}
.order_item img{
    height: 93px;
}
.order_item span{
    font-size: 23px;
}
.descrip{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.descrip .cont{
    width: 46%;
}
.descrip .cont p{
    font-family: Barlow-Medium;
    font-size: 26px;
}
.descrip .colors{
    width: 48%;
    margin-left: 2%;
}
.descrip .colors img{

}
.descrip .colors ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.descrip .colors li{
    text-align: center;
}
.descrip .colors img{

}
.descrip .colors h2{
    text-align: center;
    font-size: 40px;
}
.descrip .colors p{
    font-weight: 600;
}
#feedbacks{
    background: #eff0f1;
    padding: 20px 0 40px 0;
}
#feedbacks .wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#feedbacks img{
    width: 266px;
    height: 266px;
}
.f_items{
    margin: 0 0 0 30px;
}
.f_items h2{
    font-size: 40px;
}
.f_item{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 0 25px 0 0;
}
.f_item p{
    margin-top: 21px;
    font-weight: 600;
}
#buy{
    padding: 50px 0;
    text-align: center;
}
#buy h2{
    font-size: 40px;
}
.buy_descr{
    max-width: 535px;
    margin: auto auto 30px auto;
    display: flex;
    text-align: left;
}
.buy_descr div{

}
.buy_descr p{
    font-size: 21px;
    font-weight: 600;
    margin: 0 35px 0 0;
}
.buy_descr img{
    width: 260px;
    height: 260px;
}
#buy a{
    display: inline-block;
    background: #122c6c;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 40px;
    font-family: Barlow-Black;
    padding: 15px 0;
    width: 100%;
    max-width: 535px;
}
footer{
    background: #eff0f1;
    padding: 30px 0;
}
footer span{
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin: 30px 30px 0 0;
}

/*-----------------------*/
/*------ Responsive -----*/
/*-----------------------*/



@media (max-width: 768px){
    .SoftFlexi, .SoftFlexiBanner {
        top: 47%;
    }
    .SoftFlexi {
        max-width: 95%;
    }
    #top{
        background-repeat: no-repeat;
        background-size: auto;
    }
    #top ul {
        display: block;
        margin: 0;
        width: 100%;
    }
    #top h1 {
        margin-bottom: 800px;
    }
    #second h2{
        width: 82%;
    }
    #client_data .main_data .form {
        max-width: 100%;
    }
    #client_data .main_data{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .order_items{
        display: block;
    }
    .order_item{
        width: 350px;
        margin: 0 auto 30px auto;
    }
    .descrip{
        display: block;
    }
    .descrip .cont {
        width: 100%;
    }
    .descrip .colors {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    #feedbacks .wrapper{
        display: block;
        text-align: center;
    }
    .f_item {
        display: block;
        width: 100%;
    }
    .logo {
        width: 108px;
    }
}
@media (max-width: 480px){
    .wrapper{
        padding: 0 15px;
    }
    .buy_descr img {
        width: 150px;
        height: 150px;
    }   
    #top h1 {
        font-size: 32px;
        margin-bottom: 420px;
        margin-top: 10px;
    }
    #top ul li p {
        font-size: 25px;
    }
    #top ul li:before{
        width: 28px;
        height: 25px;
    }
    .SoftFlexiBanner {
        right: 160px;
        width: 127px;
    }
    .SoftFlexi {
        max-width: 90%;
    }
    #second .head img {
        width: 54px;
    }
    #second h2 {
        font-size: 21px;
    }
    #second .title{
        font-size: 18px;
    }
    #second p {
        font-size: 13px;
    }
    #order h2{
        font-size: 30px;
    }
    #order{
        padding: 25px 0 0;
    }
    .order_item img {
        height: 66px;
    }
    .order_item p {
        font-size: 26px;
    }
    .order_item {
        width: auto;
    }
    .order_item.mail img {
        height: 44px;
    }
    .order_item span {
        font-size: 18px;
    }
    .descrip .cont p {
        font-size: 16px;
    }
    .descrip .colors li {
        width: 25%;
        margin-bottom: 15px;
    }
    .descrip .colors ul{
        flex-wrap: wrap;
    }
    #feedbacks img {
        width: 166px;
        height: 166px;
    }
    .f_items h2 {
        font-size: 22px;
    }
    .f_item{
        text-align: left;
    }
    #buy h2 {
        font-size: 29px;
    }
    .buy_descr p {
        font-size: 16px;
    }
    #buy a{
        font-size: 24px;
    }
    footer span {
        font-size: 16px;
        margin: 30px 20px 0 0;
    }
}
