.custom-container {
    max-width: 1430px;
}
.heading_s1, header, footer {
    display: none;
}
.main_content > .section, .main_content > .section > .container {
    max-width: 100%;
    padding: 0;
}
.btn.btn-primary {
	background: linear-gradient(to right, #affdb8 , #21e839);
	padding: 15px 3rem;
	color: #000;
	font-weight: 700;
	font-size: 1vw;
	text-transform: uppercase;
	border-radius: 40px;
	border: 0;
}
h4 {
	color: #0081bc;
	font-size: 1.8vw;
	font-weight: 900;
	text-transform: uppercase;
	margin: 20px 0;
}
.banner {
	background-image: url("/assets/images/bestchange/banner.webp");
	padding: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	height: 53vw;
    background-position: center;
}
.banner-picture {
	margin-left: -4vw;
	margin-right: -8vw;
	margin-top: 6vw;
}
.banner-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.banner .banner-content img {
	width: 18vw;
	padding-left: 10px;
	margin: 2rem 0 3rem 0;
}
.banner h4 {
	margin: 20px 0;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 2vw;
	text-shadow: 1px 0px 1px #fff;
	padding-left: 10px;
	margin-right: -7vw;
}
.banner p {
	font-size: .9vw;
	line-height: 1.1vw;
	font-weight: 600;
	color: #fff;
	padding-left: 10px;
}
.banner p:nth-child(3) {
	background: #ffe400;
	padding: 15px 15px;
	color: #000;
	border-radius: 30px;
	font-size: 1.2vw;
	font-weight: 700;
	text-transform: uppercase;
}
.bestchange-programme {
    position: relative;
}
.controller-left {
	position: absolute;
	bottom: -25rem;
	left: 0;
	height: 70rem;
	z-index: -1;
}
.controller-right {
	position: absolute;
    top: 0;
	right: 0;
	height: 50rem;
	z-index: -1;
}
.small-boxes .small-box {
    padding: 0;
}
.small-boxes .small-box > div {
	margin: 5px;
	width: calc(100% - 10px);
	padding: 20px 10px;
	background: #03acf9;
	border-radius: 50px;
	height: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.small-boxes .small-box .col-2 {
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.small-boxes .small-box img {
    width: 100%;
}
.small-boxes .small-box p {
	font-size: .9vw;
	line-height: 1.2vw;
	color: #000;
	font-weight: 600;
    margin-bottom: 0;
}
.bestchange-programme h5 {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5vw;
}
.small-box:nth-child(1) > div, .small-box:nth-child(4) > div {
	background: #00f03b;
}
.small-box:nth-child(5) > div {
	background: #ffe400;
}
.small-boxes > .row {
	margin: 0;
}
.offers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offers .custom-container {
	position: absolute;
}
.offers h4 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 1.5vw;
}
.offers p {
	background: #DA0000;
	border-radius: 30px;
	padding: 1.5rem 2rem;
	color: #fff;
	font-weight: 600;
	font-size: .8vw;
	line-height: 1vw;
	margin-left: 1rem;
	margin-right: 1rem;
	position: relative;
}
.offers p img {
	position: absolute;
	right: -4rem;
	top: -2rem;
	width: 3rem;
}
.offers p:nth-child(3) {
	background: #fff;
	color: #000;
}
.offers p:nth-child(3) img {
	bottom: -3rem;
	top: initial;
	right: -4rem;
	width: 8rem;
}
.offers .btn.btn-primary {
	padding: 15px 6rem;
    margin-top: 1rem;
}
.sale .small-box {
	margin: 5px;
	width: calc(100% - 10px);
	padding: 20px 10px;
	background: #03acf9;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	color: #000;
	gap: 1rem;
}
.sale .small-box h5 {
	margin-bottom: 0;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	font-size: .9vw;
}
.sale .small-box p {
	margin-bottom: 0;
	color: #000;
	font-size: .7vw;
	line-height: .8vw;
}
.sale .btn.btn-primary {
	margin-top: 2rem;
}
.sale .row > div:nth-child(3) .small-box, .sale .row > div:nth-child(5) .small-box {
    background: #00f03b;
}
.how-works {
	background-image: url("/assets/images/bestchange/how-work.webp");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 11rem 0;
    background-position: center;
}
.how-works h4 {
	color: #fff;
}
.how-works .row > div {
	display: flex;
	align-items: center;
	margin: .75rem 0;
	padding: 10px 1rem;
	background: #ffe400;
	border-radius: 60px;
}
.how-works .row > div:nth-child(2) {
	background: #e4ff00;
}
.how-works .row > div:nth-child(3) {
	background: #aeff00;
}
.how-works .row > div:nth-child(4) {
	background: #7eff00;
}
.how-works .row > div:nth-child(5) {
	background: #0bf805;
}
.how-works img {
	margin-left: 1.5rem;
	height: 5rem;
	width: 5rem;
	object-fit: contain;
}
.how-works p {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
}
.how-works .btn.btn-primary {
	margin-top: 2rem;
}
.start-bestkonzol .row {
	display: flex;
	align-items: center;
	position: relative;
}
.start-bestkonzol img[src="/assets/images/bestchange/bestkonzol.webp"] {
    margin-top: -4rem;
}
.start-bestkonzol h4 {
	width: 120%;
	font-size: 1.6vw;
}
.start-bestkonzol p {
	color: #000;
	line-height: 1vw;
	font-size: .9vw;
	font-weight: 600;
	margin: 2rem -1.5rem 2rem 0;
}
.closes {
    background-image: linear-gradient(to right,#03acf9,#00f03a);
}
.closes > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 0 7rem 0;
}
.closes p {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5vw;
	text-align: center;
	width: 80%;
	margin-top: 2rem;
}
@media(max-width: 1600px) {
    .custom-container {
        max-width: 1200px;
    }
    .banner-picture {
        margin-right: -8vw;
        margin-top: 6vw;
    }
    .small-boxes .small-box img {
        width: 80%;
    }
    .sale .small-box p {
        font-size: .9vw;
        line-height: .9vw;
        font-weight: 500;
    }
    .sale img {
        width: 6vw;
        height: 6vw;
        object-fit: contain;
    }
    .how-works p {
        font-size: 1.1vw;
    }
}
@media(max-width: 1400px) {
    .custom-container {
        max-width: 992px;
    }
    .small-boxes .small-box > div {
        height: 6rem;
    }
    .controller-left {
        bottom: -25rem;
        height: 55rem;
    }
    .controller-right {
        height: 30rem;
    }
    .offers p {
        padding: 1rem 1.5rem;
    }
    .sale .small-box {
        padding: 10px 10px;
        gap: .5rem;
    }
    .how-works img {
        margin-left: 1rem;
        height: 3rem;
        width: 3rem;
    }
    .how-works {
        padding: 5rem 0;
    }
    .start-bestkonzol h4 {
        font-size: 1.8vw;
    }
    .start-bestkonzol p {
        line-height: 1.4vw;
        font-size: 1.2vw;
    }
    .closes > div {
        padding: 2rem 0 5rem 0;
    }
    .closes p {
        font-size: 1.4vw;
    }
}
@media(max-width: 1100px) {
    .custom-container {
        max-width: 768px;
    }
    .banner .banner-content img {
        width: 20vw;
        margin: 1rem 0 1rem 0;
    }
    .banner h4 {
        font-size: 1.8vw;
        margin-right: -10vw;
    }
    .banner p:nth-child(3) {
        padding: 8px 15px;
        font-size: 1.2vw;
    }
    .banner p {
        font-size: 1.1vw;
        line-height: 1.3vw;
        margin-right: -5rem;
    }
    .btn.btn-primary {
        padding: 8px 1.8rem;
        font-size: 1.3vw;
    }
    .banner .btn.btn-primary {
        margin-right: -5vw;
    }
    .banner-picture {
        margin-right: -10vw;
        margin-top: 10vw;
        margin-left: 1vw;
    }
    .small-boxes .small-box > div {
        height: 5.5rem;
        padding: 10px;
    }
    .small-boxes .small-box img {
        width: 90%;
    }
    .start-bestkonzol p {
        margin: 1rem -1.5rem 1rem 0;
    }
    .start-bestkonzol img[src="/assets/images/bestchange/bestkonzol.webp"] {
        margin-top: 0;
    }
    .start-bestkonzol h4 {
        margin: 10px 0;
    }
    .closes > div {
        padding: 1rem 0 3rem 0;
    }
    .closes img {
        width: 6rem;
    }
}
@media(max-width: 1000px) {
    .custom-container {
        max-width: 768px;
    }
    .banner-picture {
        margin-right: -3vw;
        margin-top: 12vw;
        margin-left: 0vw;
    }
    .banner p {
        font-size: 1.2vw;
    }
    .small-boxes .small-box p {
        font-size: 1.1vw;
    }
    .offers p {
        padding: 1rem 1.5rem;
        font-size: 1.1vw;
        line-height: 1.3vw;
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .offers p img {
        right: -3rem;
        top: -1rem;
        width: 2rem;
    }
    .offers p:nth-child(3) img {
        bottom: -2rem;
        right: -2rem;
        width: 5rem;
    }
    .sale .small-box h5 {
        font-size: 1.6vw;
    }
    .sale .small-box p {
        font-size: 1.1vw;
        line-height: 1.2vw;
    }
    .sale .small-box {
        margin: 0;
        border-radius: 20px;
    }
    .sale .col-12 {
        padding: 5px;
    }
    .controller-left {
        bottom: -20rem;
        height: 40rem;
    }
    .controller-right {
        height: 20rem;
    }
}
@media(max-width: 850px) {
    .offers p img {
        right: -2rem;
        top: -.5rem;
        width: 1.5rem;
    }
    .offers p:nth-child(3) img {
        bottom: -1rem;
        right: -1rem;
        width: 3rem;
    }
    .banner h4 {
        margin-top: 0;
    }
    .banner-picture {
        margin-top: 5vw;
        margin-right: 0vw;
        margin-left: 4vw;
    }
    .how-works p {
        font-size: 12px;
    }
    .sale .small-box p {
        font-size: 1.3vw;
        line-height: 1.4vw;
    }
    .how-works {
        padding: 5rem 1rem;
    }
    .how-works .row > div {
        margin: 10px 0;
        padding: 5px;
        border-radius: 50px;
    }
    .btn.btn-primary {
        padding: 8px 3rem;
        font-size: 12px;
    }
    .small-boxes .small-box > div {
        height: 3.5rem;
    }
}
@media(max-width: 767px) {
    .custom-container {
        max-width: 576px;
    }
    .start-bestkonzol h4 {
        width: 100%;
    }
    .start-bestkonzol p {
        margin: 1rem 0;
    }
    .banner {
        height: initial;
        padding: 10px 0 4rem 0;
        margin-bottom: -5rem;
    }
    .banner-picture {
        margin-top: 2rem;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 5rem;
    }
    .banner .banner-content img {
        width: 15rem;
        margin: 1rem 0 2rem 0;
        padding-left: 0;
    }
    .banner h4 {
        margin-top: 0;
        margin-right: 0;
        padding-left: 0;
    }
    .banner p {
        margin: 0;
        margin-bottom: 1rem;
        font-size: 13px;
        line-height: 17px;
        padding-left: 0;
    }
    .banner p:nth-child(3) {
        font-size: 15px;
        padding: 10px;
    }
    .banner .btn.btn-primary {
        margin-right: 0;
        padding: .5rem 2rem;
        font-size: 16px;
    }
    h4 {
        font-size: 18px;
    }
    .small-boxes .small-box > div {
        height: initial;
    }
    .bestchange-programme h5 {
        font-size: 18px;
    }
    .small-boxes .small-box p {
        font-size: 12px;
        line-height: 14px;
    }
    .small-boxes > .row > .small-box:nth-child(1) {
        order: 0;
    }
    .small-boxes > .row > .small-box:nth-child(2) {
        order: 1;
    }
    .small-boxes > .row > .small-box:nth-child(3) {
        order: 3;
    }
    .small-boxes > .row > .small-box:nth-child(4) {
        order: 2;
    }
    .small-boxes > .row > .small-box:nth-child(5) {
        order: 4;
    }
    .btn.btn-primary, .offers .btn.btn-primary {
        padding: 8px 3rem;
        font-size: 14px;
    }
    .offers {
        background: #1F4D89;
        padding-bottom: 1rem;
    }
    .offers h4, .start-bestkonzol h4, .banner h4 {
        font-size: 18px;
    }
    .offers .custom-container {
        position: relative;
    }
    .offers > img {
        display: none;
    }
    .offers p {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 15px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 15px;
    }
    .sale img {
        width: 4rem;
        height: 4rem;
        object-fit: contain;
    }
    .sale .small-box h5 {
        font-size: 16px;
    }
    .sale .small-box p {
        font-size: 12px;
        line-height: 14px;
    }
    .start-bestkonzol img[src="/assets/images/bestchange/bestkonzol.webp"] {
        width: 80%;
    }
    .closes p {
        font-size: 15px;
    }
    .start-bestkonzol p {
        line-height: 16px;
        font-size: 12px;
    }
    .how-works .row > div {
        margin: 10px 0;
        padding: 5px 10px 10px 10px;
        border-radius: 20px;
    }
    .sale .small-box {
        width: 100%;
    }
}
@media(max-width: 620px) {
    .offers p:nth-child(3) img {
        right: 0;
        bottom: -.7rem;
        width: 2rem;
    }
    .offers p img {
        right: 0;
        top: -1rem;
        width: 1rem;
    }
}
@media(max-width: 576px) {
    .small-boxes .small-box {
        text-align: center;
    }
    .small-boxes .small-box img {
        width: 3rem;
        height: 3rem;
        object-fit: contain;
        margin-bottom: 10px;
    }
    .how-works .col-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .how-works p {
        margin: 0;
        line-height: initial;
    }
}
.btn.btn-primary:hover {
	background: linear-gradient(to left, #affdb8 , #21e839);
	transform: scale(1.1);
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-10px); }
  40%, 80% { transform: translateX(10px); }
}

.shake {
  animation: shake 0.6s ease;
}
