html {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
* {
    -webkit-box-sizing:inherit;
    box-sizing:inherit;
    outline:0
}
a {
    text-decoration:none;
    color:inherit
}
a:hover {
    text-decoration:none;
    color:inherit
}
li,ul {
    margin:0;
    padding:0;
    list-style:none
}
h1,h2,h3,h4,h5,p {
    margin:0
}
body {
    color:#333;
    font-family:Saira,sans-serif;
    font-style:normal;
    font-size:16px;
    line-height:150%;
    font-weight:400;
    min-width:320px;
    margin:0;
    background:var(--dark-100,#040c1c);
    height: 100vh;
    overflow: hidden;
}
.preloader {
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:#030c1c;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    z-index:1000
}
.preloader.hidden {
    -webkit-animation:hiddenPreloader 1.5s linear forwards;
    animation:hiddenPreloader 1.5s linear forwards
}
@-webkit-keyframes hiddenPreloader {
    0% {
        opacity:1;
        z-index:1000
    }
    30% {
        opacity:.8
    }
    50% {
        opacity:.5
    }
    70% {
        opacity:.3
    }
    100% {
        opacity:0;
        z-index:-1
    }
}
@keyframes hiddenPreloader {
    0% {
        opacity:1;
        z-index:1000
    }
    30% {
        opacity:.8
    }
    50% {
        opacity:.5
    }
    70% {
        opacity:.3
    }
    100% {
        opacity:0;
        z-index:-1
    }
}
.container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.btn {
    display:block;
    width:100%;
    max-width:220px;
    padding:12px 28px;
    border:1px solid #ffe65f;
    font-weight:500;
    font-size:18px;
    line-height:100%;
    text-align:center;
    color:#ffe65f;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
}
.btn:hover {
    background:rgba(255,240,155,.2);
    color:#ffe65f
}
.header {
    background-image:url(../img/background.webp);
    height:100vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: right;
}
.header .navigation {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:50px 0 0
}
.header .navigation .logo-mobail {
    display:none;
    width:100%;
    max-width:42px
}
.header .navigation .logo {
    display:block
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .content {
    width:100%;
    margin:50px 0 0;
    text-align:left
}
.header .content__logo {
    display:block;
    width:100%;
    max-width:230px;
    margin:0 0 12px
}
.header .content__desc {
    color:#fff;
    font-weight:400;
    font-size:18px;
    line-height:156%;
    margin-bottom:30px
}
.header .content__title {
    font-family:"Chakra Petch";
    font-style:normal;
    font-weight:500;
    font-size:52px;
    line-height:120%;
    color:#fff;
    margin-bottom:5px;
    text-transform:capitalize
}
.header .content .title {
    width:100%;
    max-width:500px
}
.header .content__subtitle {
    font-family:"Chakra Petch";
    font-style:normal;
    font-weight:700;
    font-size:92px;
    line-height:120%;
    color:#FFE65F;
    margin-bottom:5px;
    text-transform:capitalize;
    line-height: 91px;
    margin-bottom: 40px;
}
.header .content__btn {
    display:block;
    font-family:"Chakra Petch";
    font-weight:500;
    font-size:18px;
    line-height:111%;
    color:#040c1c;
    text-align:center;
    background:#ffe65f;
    padding:18px;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
}
.header .content__btn:hover {
    -webkit-box-shadow:0 0 15px #ffe65f;
    box-shadow:0 0 15px #ffe65f
}
.header .offers-title {
    color:#fff;
    font-size:24px;
    font-style:normal;
    font-weight:700;
    line-height:28px;
    text-transform:uppercase;
    margin-top:100px
}
.header .other-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 20px;
    background: #230A5A;
    align-items: center;
    height: 120px;
    width: 800px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #6E50C3;
    justify-content: space-between;
}
.header .other-offers__item {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: Chakra Petch;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 2;
    gap: 20px;
    width: auto;
}
.header .other-offers::before {
	content: '';
    width: 150px;
    height: 120px;
    position: absolute;
    background: #230A5A;
    left: 0;
    border-top: 1px solid #6E50C3;
    border-bottom: 1px solid #6E50C3;
}
.header .other-offers__item-text {
    color:#fff;
    font-size:18px;
    font-family:Chakra Petch;
    font-style:normal;
    font-weight:500;
    line-height:110%;
    text-transform:uppercase
}
.other-offer__number {
	font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    background: #6E50C3;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.others {
	display: flex;
    align-items: center;
    gap: 15%;
}
.button {
	background: #FFE65F;
	border-radius: 4px;
	width: 358px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-size: 32px;
	font-weight: 500;
	line-height: 16px;
	color: #130531;
	border-radius: 4px;
	-webkit-animation: radial-pulse 1s infinite;
    animation: radial-pulse 1s infinite;
}
@keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239,158,18,.5);
        box-shadow: 0 0 0 0 rgba(239,158,18,.5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(245,229,198,0);
        box-shadow: 0 0 0 40px rgba(245,229,198,0)
    }
}
@media only screen and (max-width:992px) {
    .header .navigation {
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding:24px 0 12px;
        margin-bottom:0
    }
    .header .navigation .logo {
    	display: block;
    	width: 181px;
	}	
	.header .others {
		padding-bottom: 0;
	}
    .header__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .header .content {
        margin:80px 0 0
    }
    .others {
    	flex-direction: column;
    }
    .header .other-offers {
    	width: 100%;
    }
    .header .content__subtitle { 
    	font-size: 60px;
    	line-height: 61px;
    	margin-bottom: 0;
    }
}
@media only screen and (max-width:1280px) {
	.others {
		gap: 12px;
		padding-bottom: 30px;
	}
	.header .other-offers {
		width: 100%;
	}
}
@media only screen and (max-width:1380px) {
	.others {
		gap: 5%;
	}
}
@media only screen and (max-width:768px) {
    .partners__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    body {
    	overflow: auto;
    }
    .header .other-offers::before {
    	display: none;
    }
    .header {
        position:relative;
        background-image:url(../img/bg_mob.png);
        background-position:center;
        background-size:cover;
    }
    .header .other-offers {
    	border: 1px solid #6E50C3;
	    height: 100%;
	    gap: 30px;
	    padding: 30px 0px;
	    width: 100%;
	    border-radius: 4px;
    }
    .header .navigation {
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding:18px 0 12px;
        margin-bottom:0
    }
    .header__wrapper {
        gap:168px
    }
    .header .form {
        min-width:100%
    }
    .header .content {
        text-align:center;
        margin: 20px 0 0;
    }
    .header .content__logo {
        margin:0 auto 8px;
        max-width:140px
    }
    .header .content .title {
        max-width:313px
    }
    .header .content__title {
        font-size:32px;
        line-height:100%;
        margin-bottom:5px
    }
    .header .others {
        position:absolute;
        left:50%;
        width:calc(100% - 32px);
        bottom:20px;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
        flex-direction: column-reverse;
    }
    .header .others .offers-title {
        margin-top:0
    }
    .header .others .other-offers {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-top:24px
    }
    .header .others .other-offers__item {
        width:100%;
        text-align:left
    }
    .container {
        padding:0 16px;
        text-align:center
    }
    .other-offer__number, .header .other-offers__item {
    	font-size: 16px;
    }
    .other-offer__number {
    	width: 32px;
    	height: 32px;
    }
    .button {
    	font-size: 18px;
    	width: 312px;
    	height: 56px;
    }
}
@media (orientation: portrait) {
	.header, .container {
    	height: 100vh;
    	height: calc(var(--vh, 1vh) * 100);
	}
}