.navbar {
	padding: 0 !important;
}

.tool-zone .tool--help .help-item {
	font-size: 14px !important;;
}

.tool-zone .tool--account .account-content {
	font-size: 14px !important;;
}

.tool-zone .tool--account .account-content .row:nth-child(3) {
	display: flex;
	flex-direction: column;
}

html {
	scroll-behavior: smooth;
}

.blue-background {
	background-image: linear-gradient(-185deg, #0082c3 0, #0082c3 500px, #f1f1f1 501px, #f1f1f1 1000px) !important;
	background-size: 100%;
	background-repeat: no-repeat;
}

.b2b-header--title p {
	font-size: 16px;
	line-height: 28px;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-style: italic;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

.b2b-header--title h2 {
	color: #fff;
	font-family: "Roboto Condensed Bold", Arial, sans-serif;
	font-style: italic;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	margin-right: 45px;
}

.b2b-menu {
	background: #fff;
}

.b2b-menu .row {
	width: 100%;
	padding: 0;
	margin: 0;
}

.b2b-menu ul {
	display: flex;
	flex-direction: row;
	border: 1px solid #f1f1f1;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.b2b-menu ul li {
	width: 50%;
	height: 70px;
	position: relative;
	cursor: pointer;
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	margin: 0;
	font-style: normal;
}

.b2b-menu ul li a {
	display: block;
	font-size: 14px;
	line-height: 70px;
	color: #000000;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}

.b2b-menu ul li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #0082c3;
	height: 4px;
	transition-property: left, right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.b2b-menu ul li a:hover:after {
	left: 0;
	right: 0;
}

.b2b-menu ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.b2b-menu ul li:first-child {
	border-right: 1px solid #ccc;
}

/* .b2b-why {
	background: #fff;
	padding: 2rem 1rem;
} */

.section--title-link {
	text-decoration: none;
}

.section--title-link h3 {
	font-size: 24px;
	line-height: 20px;
	color: #000000;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 13px;
	width: 238px;
	margin-bottom: 2rem;
}

.section--title-link h3:after {
	content: '';
	width: 48px;
	height: 5px;
	background-color: #ff8300;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 24px);
	transition: all 0.5s ease-in-out;
}

.section--title-link:hover {
	text-decoration: none
}

.section--title-link:hover h3:after {
	width: 183px;
	left: calc(50% - 91px);
}

/* .b2b-why p {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 20px;
}

.b2b-why .orange-text {
	color: #ff8400;
	font-style: italic;
}

.b2b-why--video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
} */

.b2b-who {
	background: #fff;
	margin: 2rem 0;
	padding: 2rem 1rem
}

.section--title-no-link {
	cursor: auto;
}

.section--title-no-link:hover h3:after {
	width: 48px;
	left: calc(50% - 24px);
}

.b2b-who p {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-bottom: 20px;
	min-height: 30px;
	max-width: 845px;
	font-style: normal;
}

.blue-text {
	color: #0082c3 !important;
	font-weight: bold;
	line-height: 30px;
}

.long-text h3 {
	width: 536px !important;
}

.b2b-forWho {
	background: #fff;
	margin: 2rem 0;
	padding: 2rem 1rem
}

.b2b-forWho .section--title-link h3 {
	width: 111px;
}

.b2b-forWho .section--title-link:hover h3:after {
	width: 108px;
	left: calc(50% - 55px);
}

.b2b-forWho--title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block {
	width: 30%;
	max-width: 373px;
	height: 23vw;
	max-height: 280px;
	border: 3px solid #3643BA;
	overflow: hidden;
	margin-bottom: 75px;
	position: relative;
}

.block a {
	color: #FFF;
	font-size: 25px;
	font-family: "Roboto Condensed";
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block--title {
	background-color: #3643BA;
	font-size: 24px;
	color: #ffffff;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	-ms-transform: rotate(-10deg) translateY(-26px) translateX(-48px);
	transform: rotateZ(-10deg) translateY(-26px) translateX(-48px);
	width: 140%;
	height: 34%;
	max-height: 145px;
	line-height: 85px;
	padding-left: 65px;
	box-sizing: border-box;
	z-index: 10;
	margin-top: -5%;
	position: absolute;
}

.block--img {
	width: 75%;
	display: block;
	position: absolute;
	z-index: 12;
	top: 25%;
	left: 13%;
}

.block--overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #3643BA;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 9;
}

.block:hover .block--overlay {
	opacity: 0.8;
	transform: translate3d(0, 0, 0);
}

.b2b-forWho--blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b2b-forWho-clients {
	background: #fff;
	padding: 2rem 1rem
}

.b2b-forWho-clients h3 {
	width: 190px !important;
}

.big-text {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-bottom: 20px;
	font-style: normal;
}

.small-text {
	color: #636363;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
}

.b2b-forWho-clients--image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.b2b-forWho-employes {
	background: #fff;
	margin: 2rem 0;
	padding: 2rem 1rem
}

.b2b-forWho-employes h3 {
	width: 213px;
}

.b2b-forWho-club {
	background: #fff;
	margin: 2rem 0;
	padding: 2rem 1rem
}

.b2b-forWho-club h3 {
	width: 348px;
}

.b2b-service {
	background: #0082c3;
	margin: 2rem 0;
	padding: 2rem 1rem
}

.b2b-service .col-12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.b2b-service h3 {
	width: 200px;
	color: #fff;
}

.b2b-service-advantages ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	margin: 0;
	font-style: normal;
	width: 100%;
	padding: 0;
	height: 100px;
}

.b2b-service-advantages ul li:first-child {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	width: 30%;
	line-height: 24px;
}

.b2b-service-advantages ul li {
	width: 23%;
	text-align: center;
}

.b2b-service-advantages ul li img {
	height: 38px;
}

.b2b-service-advantages ul li figcaption {
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-family: "Roboto Condensed", Arial,sans-serif;
	font-weight: bold;
	font-style: italic;
}

.b2b-service-advantages ul li figure {
	height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.b2b-delivery {
	background: #fff;
	margin: 2rem 0;
	padding: 2rem 1rem 5rem 1rem
}

.b2b-delivery--title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.b2b-delivery .long-text h3 {
	width: 685px !important;
}

.b2b-delivery .long-text:hover h3:after {
	width: 445px;
	left: calc(50% - 221px);
}

.b2b-delivery--text--title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline
}

.b2b-delivery--text--title img {
	height: 50px;
}

.b2b-delivery--text--title h3 {
	width: 291px;
	margin-bottom: 0;
}

.b2b-delivery--text--title h3 span {
	color: #0082c3
}

.b2b-delivery--text--title h3:after {
	background: #0082c3
}

.img-decat {
	position: absolute;
}

.plan3 {
	transform: rotate(-25deg);
	width: 180px;
	left: 36%;
	top: 27px;
}

.plan2 {
	transform: rotate(-4deg);
	top: 77px;
	left: 21%;
	width: 197px;
}

.plan1 {
	transform: rotate(16deg);
	top: 110px;
	left: 0;
	width: 230px;
}

.cta.left {
	margin-bottom: 9px;
}

.radio-btn {
	display: flex;
	align-items: center;
}

.radio-btn input {
	margin-top: 0;
    margin-right: 10px;
}

.modal .close span {
	font-size: 2.5rem;
}

.radio-btn input {
    height: 3rem;
}

.b2b-cards .cube-component .indicator {
	background-color: transparent !important;
}

@media(max-width: 1042px) {
	.b2b-header--image img {
		width: 380px;
		height: 100%;
	}
}

@media(max-width: 991px) {
	.b2b-header--image {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.b2b-forWho-clients, .b2b-forWho-club {
		flex-direction: column-reverse
	}
	
	.b2b-service-advantages ul {
		height: auto;
	}
	
	.b2b-service-advantages ul li:first-child {
		width: 100%;
		text-align: center;
	}
	
	.b2b-service-advantages ul li {
		width: 50%;
	}
	
	.b2b-delivery--images {
		display: none;
	}
}

@media(max-width: 767px) {
	.b2b-header--title h2 {
		font-size: 25px;
	}
	
	.b2b-header--image img {
		width: 250px;
		height: 100%;
	}
	
	.long-text h3 {
		width: 100% !important;
		text-align: center;
	}
	
	.b2b-delivery .long-text h3 {
		width: 100% !important;
		text-align: center;
	}
	
	.b2b-forWho--blocks {
		justify-content: center;
    flex-direction: column;
    align-items: center;
	}
	
	.block {
		width: 250px;
		height: 190px;
	}
}

@media(max-width: 546px) {
	.b2b-service-advantages ul li {
		width: 100%;
	}
}

@media(max-width: 435px) {
	.b2b-header--title h2 {
		font-size: 19px;
		line-height: 30px;
	}
	
	.section--title-link h3 {
		line-height: 30px;
	}
	
	.b2b-forWho-club h3 {
		width: 100%;
		text-align: center;
	}
	
	.section--title-link h3 {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 350px) {
	.b2b-header--title h2 {
		margin: 0;
		font-size: 14px;
	}
	
	.b2b-header--title p {
		font-size: 12px;
	}
	
	.b2b-header--image img {
		width: 150px;
		height: 100%;
	}
}

.modal-title {
	margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
}

.cubeRadio label {
	padding-left: 0;
    max-width: none;
	min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.cubeRadio .indicator:before {
    content: "\E047";
}

.cubeRadio .indicator:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-right: 7px;
    font-size: 19px;
    color: #fff;
    font-family: DecathlonCube;
    vertical-align: middle;
}

.cubeRadio .indicator:after {
    content: "\E045";
}

.cubeRadio .indicator:after {
    font-family: DecathlonCube;
    position: absolute;
    font-size: 19px;
    left: 0;
    top: 0;
    color: #c8c8c8;
    margin-left: 5px;
}