* {
	box-sizing: border-box;
	outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	padding: 0;

	font-family: "Rubik", sans-serif
}

html {
	scroll-behavior: smooth;
}

main {
	background-image: linear-gradient(151deg, #6bcbb5, #6bbecb, #6b91cb 66%, #7f71ce 123%);
	background-color: #6b91cb;
}

a {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0;
}

input{
	font-family: "Rubik", sans-serif
}

.header, .footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 70px;

	background: linear-gradient(270deg, #8cc641, #3f947f 42%, #006cb6);
}

.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 0 20px;

	width: 100%;
	max-width: 1175px;
	height: 100%;
}

.header__wrapper .logo {
	width: 100%;
}

.header__wrapper .logo.-fiba {
	max-width: 207px;
	height: 50px;
}

.header__wrapper .logo.-carrefour {
	max-width: 270px;
	height: 70px;
}

.container {
	display: flex;

	width: 100%;
	max-width: 1140px;
	height: auto;

	padding: 20px 20px;
}

.container.-column {
	flex-direction: column;
}

.container.-column.-center {
	align-items: center;
}

/* hero start */

.hero {
	display: flex;
	justify-content: center;
	align-items: flex-start;

	width: 100%;
	height: auto;

	background-image: url(../image/hero-image.png);
    background-repeat: no-repeat;
    background-size: 1100px, auto, cover;
    background-position: center 41%;

	padding: 20px 0;
}

.hero__title,
.hero__advantages__title {
	display: flex;
	align-items: center;
	flex-direction: column;

	width: 100%;
}

.hero__advantages__title.-small {
	margin: 50px 0 0 0;
}

.hero__advantages__title.-small h2 {
	font-size: 22px;
}

.hero__divider {
	width: 100%;
	height: 200px;
}

.lightning-text {
	padding: 10px 30px;

	color: #fff;

	font-size: 52px;
	font-weight: 700;

	text-align: center;
}

.lightning-text.-blue,
.lightning-text.-secondary-blue {
	background-color: #144071;
}

.lightning-text.-secondary-blue {
	margin: 0px 0 50px 0;
}

.lightning-text.-small {
	margin: 0 auto;

	width: 100%;
	max-width: 560px;
}

.lightning-text.-lightgreen{
	background-color: #3ac8ac;

	color: #fff;

	font-size: 42px;
	font-weight: 700;

	line-height: 1.28;
}

.lightning-text.-green {
	color: #1c4f7f;

	background-color: #97c257;
}

.hero__description {
	margin: 30px auto;

	width: 100%;
	max-width: 1025px;

	color: #fff;

	font-size: 23px;

	line-height: 1.5;

	text-align: center;
}

.hero__description.-form {
	margin: 0 0 12px 0;

	max-width: 970px;
}

.hero__button {
	display: flex;
	justify-content: center;

	width: 100%;
	max-width: 590px;
	height: auto;

	margin: 0 auto;
}

.hero__button__link {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	max-width: 307px;
	height: 70px;

	color: #005aab;

	font-size: 20px;
	font-weight: 600;

	background-color: #fff;

	border: 2px solid #fff;
	border-radius: 10px;

	transition-duration: 0.4s;
}

.hero__button__link:hover {
	color: #fff;
	background-color: #005aab;
}

/* hero end */

/* calculator start */

.calculator {
	height: 707px;
	background-image: url("../image/section-mobile-3.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

.calculator.-form {
	height: auto;
	background-image: url("../image/section-mobile-4.gif");
}

.calculator.-form .calculator__form__input {
	padding: 0 20px;
}

.calculator__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: rgba(255, 255, 255, 0.1);
}

.calculator__content__small-text {
	display: none;
	padding: 15px !important;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	text-align: center;
}

.calculator__content__small-text.-active {
	display: flex;
}

.calculator__content__small-text.-formup {
	padding: 0 0 15px;

	width: 100%;
	max-width: 430px;

	color: #1d395e;

	font-size: 13px;
}

.calculator__content__small-text.-formup.-form {
	display: flex;

    margin: 40px auto 0;
	padding: 0 !important;

	font-size: 16px;
}

.calculator__form {
	width: 100%;
	max-width: 660px;
	margin: 20px 0;
	padding: 0;
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
}

.calculator__form__recaptcha {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 5px 0 15px 0;
}

.calculator__form__area {
	position: relative;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
	padding: 10px;
}

.calculator__form__error {
	display: none;
	width: 100%;
	padding: 0 5px 10px 5px;
	color: #ff3600;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
}

.calculator__form__input {
	width: 100%;
	height: 71px;
	margin-bottom: 10px;
	padding: 0 40px;
	background: #efefef;
	border-radius: 10px;
	border: 0;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #000000;
}

.calculator__form__input.-invalid {
	border: 2px solid #ff3600;
}

.calculator__form__input.-invalid + .calculator__form__error {
	display: flex;
}

.calculator__form__input.-large-text {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 33.6px;
	line-height: 2.1rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #b4bcbb;
}

.calculator__form__input.-black {
	color:#000000;
}

.calculator__form__input::-ms-clear {
	display: none;
}

.calculator__form__input::-webkit-input-placeholder {
	color: #99a6a4;
}

.calculator__form__input::-moz-placeholder {
	color: #99a6a4;
}

.calculator__form__input:-ms-input-placeholder {
	color: #99a6a4;
}

.calculator__form__input::-ms-input-placeholder {
	color: #99a6a4;
}

.calculator__form__input::placeholder {
	color: #99a6a4;
}

.calculator__form__text {
	position: absolute;
	top: 37px;
	right: 40px;
	z-index: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 18px;
	line-height: 1.125rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 600;
	color: #000000;
}

.calculator__form__button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #3ac8ac;
	border-radius: 10px;
	border: 0;
	font-family: "Rubik", sans-serif;
	font-size: 23px;
	line-height: 28.8px;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	text-align: center;
	transition: background .2s linear, color .2s linear;
}

.calculator__form__button:hover {
	background: #2ea58d;
}

.calculator__form__button[disabled] {
	background: #989898;
	color: #ffffff;
}

.calculator__result {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.calculator__result__text {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

.calculator__result__number {
	padding: 0;
	margin: 0;
	font-size: 34px;
	line-height: 30px;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.calculator__result__number .blue {
	color: #005aab;
}

/* calculator end */

/* advantages start */

.hero__advantages {
	display: flex;
	justify-content: center;

	margin: 350px 0 0 0;
}

.hero__advantages__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin: 0 auto;

	width: 100%;
	max-width: 980px;
}

.hero__advantages__values {
	display: flex;
	flex-direction: column;

	width: 100%;
	height: auto;

	padding: 5px 0;
}

.hero__advantages__values ul {
	display: flex;
	flex-direction: column;
	align-items: center;

	width: 100%;
	max-width: 1015px;

	text-align: center;

	list-style: none;
}

.hero__advantages__values ul li {
	margin: 0 0 15px 0;

	color: #fff;

	font-size: 30px;

	line-height: 1.2;
}

.hero__advantages__values .small-list {
	margin: 35px 0 0 0;
}

.hero__advantages__values .small-list li {
	margin: 0 0 15px 0;

	font-size: 18px;
}

.hero__advantages__values .small-list li::before {

}

.hero__advantages__values ul li::before {
	content: "• ";
  	color: #49f0cf;
}

/* advantages end */

/* form start */

.form {
	display: flex;
	justify-content: center;

	padding: 80px 0 0 0;
}

.form__title {
	margin: 0 auto;
	padding: 10px 30px;

	width: 100%;
	max-width: 580px;

	color: #fff;

	font-size: 45px;
	font-weight: 700;

	text-align: center;
}

.form__title.-large {
	max-width: 740px
}

.form__title.-xlarge {
	max-width: 785px;
}

.form__wrapper {
	display: flex;
	flex-direction: column;

	padding: 15px;
	margin: 40px auto;

	width: 100%;
	max-width: 600px;
	height: auto;

	border-radius: 15px;

	background-color: #fff;
}

.form__input::placeholder,
.form__input {
	color: #858585;

	font-size: 21px;
	font-weight: 500;
}

.form__input {
	margin: 0 0 10px 0;
	padding: 0 27px;

	height: 80px;

	border: 2px solid transparent;
	border-radius: 9px;

	background-color: #efefef;
	box-shadow: none;
}

.form__input.-invalid {
	border: 2px solid #ff3600;
}


.form__input__error {
    display: none;
    width: 100%;
    padding: 0 5px 10px 5px;
    color: #ff3600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    font-weight: 500;
}

.form__input.-invalid + .form__input__error {
	display: flex;
}

.form__button {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 10px 0 0 0;

	width: 100%;
	height: 80px;

	color: #fff;

	font-size: 21px;
	font-weight: 700;

	background-color: #94c05a;

	border: none;
	border-radius: 9px;

	letter-spacing: 1.2px;

	cursor: pointer;
}

.form__button[disabled] {
	background-color: #989898;

	color: #fff;
}

.form__info {
	margin: 0 auto 60px;

	width: 100%;
	max-width: 600px;

	color: #fff;
	font-size: 13px;

	text-align: center;
}

.form__info a {
	color: #60f0d4;

	text-decoration: underline;
}

.campaign {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: auto;

	padding: 20px 0;
}

.campaign__button {
	position: relative;
	z-index: 2;

	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 0 40px;

	width: 100%;
	max-width: 600px;
	height: 80px;

	color: #000;

	font-size: 21px;
    font-weight: 500;

	border-radius: 15px;

	background-color: #fff;

	cursor: pointer;
}

.icon {
	position: relative;
	width: 26px;
	height: 20px;

	transition-duration: 0.4s;
}

.icon.-active {
	transform: rotate(180deg);
}

.icon__line {
	position: absolute;

	width: 15px;
	height: 3px;

	border-radius: 5px;

	background-color: #000;
}

.icon__line.-first {
	top: 10px;
	left: 1px;

	transform: rotate(45deg);
}

.icon__line.-second {
	top: 10px;
	left: 10px;

	transform: rotate(135deg);
}

.campaign__content {
	position: relative;
	z-index: 1;

	padding: 0px 40px;
	margin: 0 0 80px 0;

	width: 100%;
	max-width: 600px;
	height: 0;

	background-color: #fff;

	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;

	transition: height .3s ease-in-out;

	transform: translate(0, -12px);

	overflow: hidden;
}

.campaign__content.-active {
	height: 380px;
}

.campaign__list {
	padding: 0;
}

.campaign__list li, .campaign__list p {
	margin: 0 0 10px 0;
	color: #6d6d6d;

	font-size: 14px;
}

/* form end */

/* success - error start */

.main__success {
  width: 100%;
  background-image: linear-gradient(151deg, #60c8b4, #60c8b4, #6b91cb 66%, #7f71ce 123%);
}

.main__success__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: calc(100vh - 140px);
  margin: 0 auto;
  padding: 0 20px;
}

.main__success__message {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.main__success__button {
  min-width: 200px;
  padding: 15px;
  background: #8CC444;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  transition: background .2s linear;
}

.main__success__button:hover {
  background: #5fa704;
}

/* success - error end */

/* footer start */

.footer p {
	color: #fff;

	font-size: 12px;
}

/* footer end */


@media only screen and (max-width: 890px) {
	.lightning-text, .form__title, .lightning-text.-lightgreen {
		font-size: 33px;
	}

	.hero {
		background-position: 0 40%;
		background-size: 500px, auto, cover;

	    background-position: center 45%;
	}

	.hero__button {
		align-items: center;
	}

	.hero__button__link {
		max-width: 270px;
    	height: 55px;
	}

	.hero__description {
		font-size: 24px;
	}

	.hero__advantages {
		margin: 20px 0 0 0;
	}

	.hero__advantages__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.hero__advantages__values ul {
		padding: 0;
	}

	.hero__advantages__values ul li {
		font-size: 22px;
	}
}

@media only screen and (max-width: 645px) {
	.hero {
		background-size: 500px, auto, cover;
	    background-position: center 48%;
	}

	.hero__button {
		flex-direction: column;
	}

	.hero__button__link {
		margin: 0 0 20px 0;

		width: 100%;
	}

	.lightning-text.-green {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	.header__wrapper .logo.-carrefour,
	.header__wrapper .logo.-fiba {
		width: 43%;
		height: auto;
	}

	.hero__description {
		font-size: 17px;
	}

	.hero {
		background-position: 0 46%;
	}

	.hero__advantages__values ul li {
		font-size: 19px;
	}
}

@media only screen and (max-width: 515px) {
	.hero {
		background-size: contain;
		background-position: 0 40%;
	}

	.lightning-text, .form__title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 375px) {
	.main__success__message {
		font-size: 18px;
	}
}

@media only screen and (min-width: 900px) {
	.calculator__content {
		padding: 100px 20px 100px;
	}
}

@media only screen and (min-width: 700px) {
	.calculator {
		height: 720px;
		background-image: url("../image/section-3.gif");
	}

	.calculator.-form {
		background-image: url("../image/section-4.gif");
	}

	.calculator__form__input.-large-text {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 44.8px;
		line-height: 2.8rem;
		-webkit-font-feature-settings: "kern" 1;
		font-feature-settings: "kern" 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
	}

	.calculator__form__input {
		height: 87px;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 33.6px;
		line-height: 2.1rem;
		-webkit-font-feature-settings: "kern" 1;
		font-feature-settings: "kern" 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
	}

	.calculator__form__text {
		top: 43px;
	}

	.calculator__form__button {
		height: 74px;
	}

	.calculator__result {
		flex-direction: row;
		height: auto;
		padding: 30px;
	}

	.calculator__result__text {
		width: 50%;
		text-align: left;
		margin: 0;
	}

	.calculator__result__number {
		width: 50%;
		text-align: right;
	}
}

@media screen and (min-width: 1920px) , screen and (min-height: 1920px) {

}