
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


@font-face {
    font-family: 'Magistral Extra';
    src: url('/media/font/Magistral-ExtraBold.eot');
    src: local('Magistral Extra Bold'), local('Magistral-ExtraBold'),
        url('/media/font/Magistral-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/media/font/Magistral-ExtraBold.woff2') format('woff2'),
        url('/media/font/Magistral-ExtraBold.woff') format('woff'),
        url('/media/font/Magistral-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Magistral';
    src: url('/media/font/Magistral-Medium.eot');
    src: local('Magistral Medium'), local('Magistral-Medium'),
        url('/media/font/Magistral-Medium.eot?#iefix') format('embedded-opentype'),
        url('/media/font/Magistral-Medium.woff2') format('woff2'),
        url('/media/font/Magistral-Medium.woff') format('woff'),
        url('/media/font/Magistral-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Magistral Book';
    src: url('/media/font/Magistral-Book.eot');
    src: local('Magistral Book'), local('Magistral-Book'),
        url('/media/font/Magistral-Book.eot?#iefix') format('embedded-opentype'),
        url('/media/font/Magistral-Book.woff2') format('woff2'),
        url('/media/font/Magistral-Book.woff') format('woff'),
        url('/media/font/Magistral-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Magistral';
    src: url('/media/font/Magistral-Bold.eot');
    src: local('Magistral Bold'), local('Magistral-Bold'),
        url('/media/font/Magistral-Bold.eot?#iefix') format('embedded-opentype'),
        url('/media/font/Magistral-Bold.woff2') format('woff2'),
        url('/media/font/Magistral-Bold.woff') format('woff'),
        url('/media/font/Magistral-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Magistral';
    src: url('/media/font/Magistral-Light.eot');
    src: local('Magistral Light'), local('Magistral-Light'),
        url('/media/font/Magistral-Light.eot?#iefix') format('embedded-opentype'),
        url('/media/font/Magistral-Light.woff2') format('woff2'),
        url('/media/font/Magistral-Light.woff') format('woff'),
        url('/media/font/Magistral-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body{
    font-family: 'Magistral';
    font-size:17px;
    line-height: 23px;
    font-weight: normal;
    color:#000;
    margin:0;
    padding:0;
}


a{
    text-decoration: none;
    cursor:pointer;
    color:#000;
}

a:hover{
    color:#FFCD00;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

h1, h2, h3, h4{
    font-family: 'Magistral';
}

h1{
    font-size:40px;
    line-height: 45px;
}

h2{
    font-size: 32px;
    line-height: 38px;
}

h3{
    font-size: 20px;
    line-height: 30px;
}

h4{
    font-size: 20x;
    line-height: 25px;
}

img{
    max-width: 100%;
    height: auto;
}

.row{overflow: hidden;}
.col-20{float:left;width:20%;}
.col-25{float:left;width:25%;}
.col-30{float:left;width:30%;}
.col-33{float:left;width:33.3%;}
.col-35{float:left;width:35%;}
.col-39{float:left;width:39%;}
.col-40{float:left;width:40%;}
.col-45{float:left;width:45%;}
.col-50{float:left;width:50%;}
.col-55{float:left;width:55%;}
.col-60{float:left;width:60%;}
.col-61{float:left;width:61%;}
.col-65{float:left;width:65%;}
.col-67{float:left;width:67%;}
.col-70{float:left;width:70%;}
.col-75{float:left;width:75%;}
.col-80{float:left;width:80%;}
.left{float:left;}
.right{float:right;}

.container{
    width:1300px;
    margin:0 auto;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    display: none;
    background:url(../img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

.visible{
    display: block !important;
}

#header{
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0;
    left:0;
}

#header .menu{
    display: none;
    width:auto;
    background:#fff;
    margin:0;
    margin-top:10px;
    padding:20px 0;
     border:0;
}

.menu{
    margin-top: 30px;
    border-left: 2px solid #FFCD00;
    position: fixed;
    width: 400px
}

.menu ul li a{
    transition: .5s;
    font-weight: 500;
    padding-left: 10px;
    font-size: 14px
}

.menu ul li a.current{
    color:#FFCD00;
}

.menu ul span{
    padding-left: 20px;
}

.menu ul hr{
    width: 30px;
    display: inline-block;
    margin: 0px 0 0 20px;
    height: 2px;
    background: #D9D9D9;
    border: 0;
}

.menu .menuline{
    background:url(../img/menuline.svg) no-repeat center;
    background-size: 40px;
    width: 40px;
    height: 2px;
    margin-left: 20px;
}

.menu h3{
    text-transform: uppercase;
    font-weight: 700;
    border-left: 8px solid #FFCD00;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 900;
    margin-top: 0;
    position: relative;
    left: -1px;
}

.menu #header .menu ul li a:hover{
    border-bottom: 2px solid #FFCD00;
    transition: .5s;
}

.menu ul li{
    font-weight: 900;
    margin-right: 30px;
    padding: 5px 0;
    display: flex;
    max-width: 275px;
}

#header{
    background: #FFCD00;
    padding: 10px 0;
}

#header a:hover{
    color: #fff;
}

#header .menu ul li a:hover{
    color:#FFCD00;
}

#header .phone{
    margin-right: 30px;
}

#header span{
    font-weight: 600
}

.mobile{
    display: none;
}

.img{
    height: auto;
    width: 100%;
    max-width: 100%;
}

ul.points{
    list-style: none;
    padding-left:5px;  
    padding-bottom: 10px;
}

ul.points li{
    margin-bottom:5px;
}

ul.points li::before{
    position: relative;
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    font-size:25px;
    line-height: 23px;
    margin-left: 10px;
    margin-right:15px;
    top: 2px;
}

#footer{
    background:#fff;
    position: relative;
    z-index: 2;
}

#footer .row-1 .container{
    position: relative;
}

#footer .row-1 img{
    max-width: 1300px;
    width: 100%;
}

#footer .row-1 .btn{
    display: table;
    margin: auto;
    top: -35px;
    position: relative;
}

#footer .row-1 .up{
    background:url(../img/up.svg) no-repeat center;
    background-size: 37px;
    position: absolute;
    right: 0;
    width: 37px;
    height: 37px;
    bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

#footer .row-1 .up:hover{
    background:url(../img/up-hover.svg) no-repeat center;
    background-size: 37px;
}

#footer .row-2{
    text-align: center;
    padding: 30px 0;
}

#footer .row-2 h2{
    background:url(../img/square.svg) no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
    display: inline-block
}

#footer .row-3{
    background: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    padding: 30px 0;
    display: grid;
    overflow: inherit;
}

#footer .row-3 .c1{
    position: relative;
    top:-100px;
}

#footer .row-3 .c1 img{
    max-width: 100px;
}

#footer .row-3 .c4{
    position: relative;
    top:-50px;
}

#footer .row-3 .c4 img{
    max-width: 200px;
}

#footer .row-3 .c2 hr{
    width: 222px;
    background: #3BB49F;
    border: 0;
    height: 2px;
    display: inline-flex;
}

#footer .row-3 a{
    color: #fff;
    font-weight: 600;
    display: block;
}

#footer .row-3 a:hover{
    color: #3BB49F;
}

#footer .row-3 .c3 hr{
    width: 180px;
    background: #2d2d2d;
    border: 0;
    height: 2px;
    display: inline-flex;
}


#footer .row-3 .c2 .fb{
    background: url(../img/fb.svg) no-repeat center left;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
}

#footer .row-3 .c2 .insta{
    background: url(../img/insta.svg) no-repeat center left;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
}

#footer .row-3 .c2 .yt{
    background: url(../img/yt.svg) no-repeat center left;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
}

#footer .row-3 .c2 .linkedin{
    background: url(../img/linkedin.svg) no-repeat center left;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
}

#footer .row-3 .c2 .tiktok{
    background: url(../img/tiktok.svg) no-repeat center left;
    background-size: 22px;
    width: 22px;
    height: 26px;
    text-decoration: none;
    display: inline-block;
}

.btn{
    padding:10px 50px;
    font-size:20px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color:#000;
    background: #FFCD00;
    border-radius: 10px;
    border: 2px solid #FFCD00;
    text-transform: uppercase;
}

.btn:hover{
    background:#e5be1f;
    color:#000;
    border: 2px solid #e5be1f;
}


/** CSS **/

#content-site{
    background: url(../img/bg-1.svg) no-repeat top 500px left, url(../img/bg-2.svg) no-repeat top 500px right;
    background-attachment: fixed;
}

#content-site .col-30{
    margin-top: 108px;
}

#content-site .col-70{
    padding-left: 60px;
    margin-top: 43px;
}

#home .content{
    background:url(../img/home-bg.png) no-repeat center top;
    background-size:cover;
    border-bottom: 10px;
}

#home .btn{
    display: inline-block;
    margin-left: 50px;
}

#home h1{
    font-size: 30px;
    line-height: 36px;
    max-width: 500px;
    text-align: center;
}

#home p{
    text-align: center;
    max-width: 500px;
}

hr.section{
    height: 2px;
    background: #D9D9D9;
    border: 0;
}

#one-section,
#two-section,
#three-section,
#four-section,
#five-section,
#six-section,
#seven-section,
#eight-section{
    padding: 60px 0;
}

#five-section .btn{
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px;
}