/*base*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
	font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #222;
}

.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	font-size: 1.6rem;
/*  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
}

p {
	font-size: 1.6rem;
}

h1, h2, h3 {
	font-weight: 600;
	color: #222;
}

h1 {
	font-size: 6.4rem;
	line-height: 7.6rem;
}

h2 {
	font-size: 3.4rem;
	line-height: 4.7rem;
}

h3 {
	font-size: 2.6rem;
	line-height: 3.6rem;
}

img {
	width: 100%;
	height: auto;
}

.row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 1340px;
	padding: 0 15px;
}

.btn-login {
	border: 1px solid #2CD0F4;
	border-radius: 50px;
	padding: 10px 40px;
	display: inline-block;
	font-weight: 600;
	color: #2CD0F4;
	background: #fff;
}
/*.btn-login:hover {
	color: #fff;
	background: #2CD0F4;
}*/

.btn-account {
	border: 1px solid #DB0B14;
	border-radius: 50px;
	padding: 10px 40px;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background: #DB0B14;
	margin-left: 20px;
}
/*.btn-account:hover {
	color: #DB0B14;
	background: #fff;
}*/

.btn-arrow {
	border: 1px solid #DB0B14;
	border-radius: 50px;
	padding: 10px 10px 10px 40px;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background: #DB0B14;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
}

.btn-center {
	display: flex;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}


/*header*/

header {
	background: #fff;
	padding: 40px 0;
}

header .logo img {
	width: 270px;
}

/*kursy walut*/

.kursy {
	background: #E5F5F7;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 4rem;
}

.kursy > .wrapper-container {
	max-width: 1340px;
 	padding: 0 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
}


.kursy > .wrapper-container > .loader {
	font-size: 5rem;
	display: flex;
	width: 100%;
	justify-content: center;
	color: #ddd;
}

.kursy > .wrapper-container .widget-currency-pair {
	font-size: 2.4rem;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	justify-content: center;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-label {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates {
	display: flex;
	align-self: center;
	column-gap: 1rem;
	margin-left: 2rem;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates .currency-rate-value {
	display: flex;
	align-items: center;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates .currency-rate-value > em {
	font-size: 1.5rem;
	font-weight: 300;
	font-style: normal;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates .currency-rate-value > .currency-rate-indicator {
	background: url('../images/stans_big.png') 0 0 no-repeat;
	background-position: -22px 0px;
	height: 16px;
	width: 11px;
	display: inline-block;
	margin-right: 0.6rem;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates .currency-rate-value > .currency-rate-indicator.up {
	background-position: 0px 0px;
}

.kursy > .wrapper-container .widget-currency-pair > .currency-pair-rates .currency-rate-value > .currency-rate-indicator.down {
	background-position: -11px 0px;
}

.currency-flag {
	background: url('../images/flags-ico.png?v=20240605') 0 0 no-repeat;
	height: 18px;
	width: 24px;
	display: inline-block;
}

.currency-flag-pln, .currency-flag-pl  { background-position: 0px -20px; }
.currency-flag-eur { background-position: 0px -40px; }
.currency-flag-usd { background-position: 0px -60px; }
.currency-flag-chf { background-position: 0px -80px; }
.currency-flag-gbp, .currency-flag-en  { background-position: 0px -100px; }
.currency-flag-czk { background-position: 0px -120px; }
.currency-flag-dkk { background-position: 0px -140px; }
.currency-flag-nok { background-position: 0px -160px; }
.currency-flag-sek { background-position: 0px -180px; }
.currency-flag-try { background-position: 0px -200px; }
.currency-flag-jpy { background-position: 0px -220px; }
.currency-flag-thb { background-position: 0px -240px; }
.currency-flag-cny { background-position: 0px -260px; }
.currency-flag-ron { background-position: 0px -280px; }
.currency-flag-huf { background-position: 0px -300px; }
.currency-flag-hkd { background-position: 0px -320px; }
.currency-flag-mxn { background-position: 0px -340px; }

/*hero*/

.hero {
	margin: 30px 0;
}

.hero .row {
	gap: 40px;
}

.hero-title {
	width: 45%;
}

.hero h1 {
	margin: 15px 0 30px 0;
}

.hero h3 {
	margin: 0 0 50px 0;
	width: 80%;
}

.breadcrumb {
	font-size: 1.4rem;
	color: #2CD0F4;
}

.breadcrumb-arrow {
	display: inline-block;
	background: url('../images/breadcrumb-arrow.svg') no-repeat;
	width: 12px;
	height: 10px;
	margin: 0 7px;
}

.arrow {
	display: inline-block;
	background: url('../images/arrow.svg') no-repeat;
	width: 34px;
	height: 34px;
}

/*rabat*/

.rabat {
	background: #F5F5F5;
	padding: 80px 0;
}

.rabat .row {
	align-items: flex-start;
}

.btn-rabat {
	border: 1px solid #222;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 255px;
}

.arrow-black {
	display: inline-block;
	background: url('../images/arrow-black.svg') no-repeat;
	width: 18px;
	height: 14px;
}

.rabat-box {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-items: flex-start;
}

.rabat-info {
	width: 45%;
	margin-left: 30px;
}

.rabat-info p {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.rabat-info span, .rabat-info a {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #222;
}


/*fromularz*/

.header {
	display: block;
	color: #2CD0F4;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.form-wrapper {
	margin: 50px 0 160px 0;
	padding-top: 30px;
}

.form-wrapper .row {
	gap: 40px;
}

.form-wrapper .form {
	width: 567px;
	height: 813px;
	background: url('../images/form.png') no-repeat;
	padding: 40px 50px;
	color: #fff;
}

.form-wrapper .form .form-title,
.form-wrapper .form .form-title p {
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.5rem;
}

.form-wrapper .form .form-title .promotional-code {
	display: flex;
	justify-content: center;
	margin: 3rem 0px;
	font-weight: 700;

}

.form-wrapper .form .form-title .promotional-code > span {
	background-color: #d22921;
	padding: 10px 20px;
	font-size: 3rem;
}

.form-wrapper .form form {
	margin-top: 30px;
}

.form-wrapper .form form.validation-error {
	margin-top: 15px;
}

.form-wrapper .form .type-group {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}


.form-wrapper .form .type-group label {
	position: relative;
	border: 1px solid #fff;
	padding: 0px 15px;
	width: 46%;
}

.form-wrapper .form .type-group label input {
	margin-right: 15px;
}

.form-wrapper .form .type-group label span {
	display: inline-block;
	border-left: 1px solid #fff;
	font-size: 1.4rem;
	padding-left: 15px;
	height: 45px;
	line-height: 44px;
}

/*
.form-wrapper .form .input {
	margin-top: 30px;
}
*/
.form-wrapper .form .input {
	margin-top: 30px;
	margin-bottom: 40px;
}

.form-wrapper .form .validation-error .input {
	margin-bottom: 30px;
}

.form-wrapper .form .input input {
	display: block;
	margin-bottom: 15px;
	height: 45px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	padding: 15px;
}

.form-wrapper .form input::placeholder {
	color: #fff;
	opacity: 1;
}

.form-wrapper .form form input, .form-wrapper .form .label, .form-wrapper .form form label {
	font-size: 1.4rem;
}

.form-wrapper .form .input-pass {
	border: 1px solid #fff;
	width: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.form-wrapper .form .input-pass input {
	border: 0;
	outline: 0;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	height: 45px;
	background: transparent;
}

.form-wrapper .form .input-pass #show_password {
	cursor: pointer;
	font-size: 1.4rem;
	color: #3AB8E7;
	width: 135px;
}

.form-wrapper .form .check-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.form-wrapper .form .desc {
	font-size: 1.2rem;
	margin-left: 15px;
}

.form-wrapper .form .desc a, .form-wrapper .form .info a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: underline;
}

.form-wrapper .form .info {
	font-size: 1.2rem;
}

.form-wrapper .form .error {
	color: red;
	font-weight: 600;
	margin-top: 1.6rem;
	margin-bottom: -1.5rem;
	font-size: 1.5rem;
}

.form-wrapper .form button {
	font-size: 1.4rem;
	border: none;
	border-radius: 50px;
	padding: 15px 40px;
	color: #222;
	background: #fff;
	outline: 0;
	cursor: pointer;
	margin-top: 50px;
	width: 100%;
	font-family: "Inter", sans-serif;
}

.form-wrapper .form button > i {
	font-size: 1.4rem;
	margin-right: 0.4rem;
}

.form-wrapper .form .validation-error button {
	margin-top: 40px;
}

.form-wrapper .form-box {
	width: 657px;
}

.form-wrapper .form-box img {
	margin: 15px 0;
}

.form-box p {
	line-height: 2.4rem;
}

.form-box p.strong {
	margin: 30px 0 0px 0;
}

.header-box {
	text-align: center;
	padding: 0 15px;
}

/*ekantor - carsonnet*/

.ekantor-carsonnet-photo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto;
	max-width: 1114px;
}

.col-wrapper-bg {
	background: url('../images/bg.png') no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	margin-top: 180px;
}

.col-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto;
	max-width: 1114px;
	padding: 0 15px;
	align-items: flex-start;
}

.col-wrapper .col {
	flex: 1;
	margin-top: -125px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.col-wrapper .col img {
	margin-bottom: 20px;
}

.col-wrapper .info-box {
	background: #fff;
	border-radius: 20px;
	padding: 25px 25px;
	display: flex;
	gap: 30px;
	margin: 10px 0;
	width: 85%;
}

.col-wrapper .info-box.info-box-last {
	padding-bottom: 47px;
	padding-top: 47px;
}

.col-wrapper .info-box .info-text p {
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.col-wrapper .info-box .info-text p.strong {
	margin-bottom: 15px;
}

.col-wrapper .info-box .icon .ico1 {
	display: inline-block;
	background: url('../images/ico1.svg') no-repeat;
	width: 28px;
	height: 34px;
}

.col-wrapper .info-box .icon .ico2 {
	display: inline-block;
	background: url('../images/ico2.svg') no-repeat;
	width: 48px;
	height: 32px;
}

.col-wrapper .info-box .icon .ico3 {
	display: inline-block;
	background: url('../images/ico3.svg') no-repeat;
	width: 33px;
	height: 33px;
}

.col-wrapper .info-box .icon .ico4 {
	display: inline-block;
	background: url('../images/ico4.svg') no-repeat;
	width: 45px;
	height: 40px;
}

.col-wrapper .info-box .icon .ico5 {
	display: inline-block;
	background: url('../images/ico5.svg') no-repeat;
	width: 35px;
	height: 41px;
}

.col-wrapper .info-box .icon .ico6 {
	display: inline-block;
	background: url('../images/ico6.svg') no-repeat;
	width: 36px;
	height: 40px;
}

.col-wrapper .info-box .icon .ico7 {
	display: inline-block;
	background: url('../images/ico7.svg') no-repeat;
	width: 37px;
	height: 35px;
}

.col-wrapper .info-box .icon .ico8 {
	display: inline-block;
	background: url('../images/ico8.svg') no-repeat;
	width: 41px;
	height: 40px;
}




/*opinie*/

.opineo {
	background: url('../images/bg-opinie-desktop.jpg') no-repeat;
	padding: 70px 15px;
	text-align: center;
	background-size: cover;
}

.opineo .header {
	color: #fff;
}

.opineo h2 {
	color: #fff;
	margin-bottom: 20px;
}

.opineo img {
	width: 226px;
	height: 52px;
}

.opineo .btn-center .btn-rabat {
	background: #fff;
	color: #222;
	width: 280px;
	border: none;
	margin-top: 40px;
	font-weight: 600;
}

/*pro*/

.pro {
	margin: 90px 0 140px 0;
}

.header-center {
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.header-center p {
	font-size: 2.2rem;
	margin-top: 25px;
	line-height: 3.3rem;
}

.border {
	border: 1px solid #2CD0F4;
	width: 120px;
	margin: 15px auto;
}

.pro-box-wrapper {
	margin: 60px auto 0px auto;
	gap: 2%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1340px;
	padding: 0 15px;
	flex-wrap: wrap;
}

.pro-box {
	width: 23%;
}

.pro-box-content {
	background: #fff;
	margin-top: -35px;
	min-height: 210px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 45px 40px 20px 40px;
border-radius: 0px 0px 30px 30px;
-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
}

.pro-box-content span {
	font-size: 1.4rem;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #2CD0F4;
}


/*more*/

.more-header {
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}

.more-content {
	margin: 50px 0 20px 0;
}

.more-content .row {
	max-width: 1080px;
}

.more-content .more-list span {
	color: #2CD0F4;
	font-size: 1.4rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
}

.more-content .more-list ul li {
	font-size: 1.4rem;
	font-weight: 700;
	list-style: none;
	border-bottom: 1px solid #E2E2E2;
	line-height: 2rem;
	padding: 15px 10px;
	display: flex;
}

.more-content .more-list ul li:last-child {
	border: none;
}

/*services*/

.services {
	margin: 120px 0;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #F5F5F5;
}

.services-box-wrapper {
	margin: 80px auto 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1160px;
	padding: 0 15px;
	flex-wrap: wrap;
}

.services-box-wrapper .pipe {
	background: #2CD0F4;
	width: 2px;
	min-height: 90px;
}

.services-box-wrapper .pipe-border {
	border: 0;
}

.services-box .services-icon {
	display: block;
	background: url('../images/services.svg') no-repeat;
	width: 50px;
	height: 52px;
}

.services-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}


.services-box span {
	font-size: 2rem;
	font-weight: 700;
	display: block;
	margin-top: 15px;
}

/*ekantor*/

.ekantor .row {
	max-width: 1200px;
	margin-bottom: 60px;
	gap: 90px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ekantor-box {
	flex: 1;
}

.ekantor-box img {
	width: 220px;
	margin-left: 70px;
}

.ekantor-box .ekantor-content {
	margin-top: 40px;
}

.ekantor-box .ekantor-text .icon {
	margin-right: 40px;
}

.ekantor-box .ekantor-text {
	margin-bottom: 20px;
}

.ekantor-box .ekantor-text span {
	font-size: 1.4rem;
	margin-top: 10px;
	display: block;
}

.ekantor-box .ekantor-text p.strong {
	font-size: 1.4rem;
	font-weight: 700;
}

.ekantor-box .ekantor-text {
	display: flex;
}

.ekantor-box .ekantor-text .icon .check-icon {
	display: inline-block;
	background: url('../images/check.svg') no-repeat;
	width: 28px;
	height: 22px;
}

.ekantor .btn-arrow {
	width: 420px;
}

/*footer*/

footer {
	margin-top: 150px;
	background: url('../images/bg-footer.jpg') no-repeat;
	background-size: cover;
}

.footer {
	display: flex;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	min-height: 320px;
}

.footer .left {
	font-size: 2.2rem;
	color: #fff;
}

.footer .right {
	display: flex;
	gap: 40px;
}

.footer .right a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
}

.text-center {
	text-align: center;
}

.smaller {
	font-size: 80% !important;
	line-height: 160% !important;
}

.mt-10 {
	margin-top: 10rem;
}

/* ---------------- */

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel .item {
	height: 10rem;
	padding: 1rem;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}


.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.col-wrapper .info-box-carsonnet.info-box-first{
	padding: 25px;
}

.col-wrapper .info-box-carsonnet{
	padding: 35px 35px;
}

.language-selector-container {
	width: 150px;
	margin-left: auto;
	margin-right: 30px;
}

.language-selector-container select {
	height: 0;
	width: 0;
	border: 0;
}

.language-selector-container span.select2-container {
	width: 100% !important;
}

.language-selector-container .select2-selection {
	border: 1px solid #ccc !important;
	padding: 6px 32px 6px 20px !important;
	height: 41px;
	font-size: 14px;
	-webkit-border-radius: 20px !important;
}

.language-selector-container .select2-selection__arrow {
	height: 41px !important;
	border-left: 0px !important;
	width: 40px !important;
}

.language-selector-container .select2-selection--single .select2-selection__rendered {
	padding: 0px !important;
}

span#select2-language-select2-container {
	padding: 3px 0 0 0;
	display: flex;
    align-items: center;
    column-gap: 8px;
	height: 28px;
}

span#select2-language-select2-container span,
li.select2-results__option {
	font-size: 14px;
}

span.lang-val-option {
	position: relative;
}

.select2-container--default .select2-results__option--selected {
	background-color: #e3ebf5;
	border-radius: 0;
}

span#select2-language-select2-container span, li.select2-results__option {
	font-size: 14px;
	display: flex;
	column-gap: 8px;
	margin: 0px;
}

.select2-results__option {
	padding: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #0B4F84;
}

.select2-container .select2-dropdown {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	overflow-x: hidden;
	margin-top: -1px;
	border-radius: 5px !important;
	border-color: #ddd !important;
	border-top-color: rgb(221, 221, 221);
	border-top: 1px solid #ddd !important;
}

.lang-val-option {
	font-size: 100%;
}

.lang-button-container {
	display: flex;
}

@media (min-width: 800px) and (max-width: 950px) {
	.lang-val-option {
		display: none !important;
	}

	.language-selector-container {
		width: 84px;
		margin-right: 0;
	}

	.btn-login {
		padding: 10px 20px;
	}

	.btn-account {
		padding: 10px 20px;
	}

	.language-selector-container {
		margin-left: 20px;
	}

	.lang-button-container {
		flex-direction: row-reverse;
	}

	span#select2-language-select2-container span, li.select2-results__option {
		justify-content: center;
	}
}

@media (max-width: 799px) {
	header .row {
		flex-direction: column;
	}

	header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header .language-selector-container {
		display: flex;
		margin-top: 30px;
		width: 100%;
		margin-left: unset;
		margin-right: unset;
	}

	header .buttons {
		display: flex;
		margin-top: 10px !important;
	}

	header .logo img {
		width: 230px;
	}

	.lang-button-container {
		flex-direction: column;
	}

	.btn-login, .btn-account {
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.btn-account {
		margin-left: 10px;
	}

	.col.col-mobile {
		margin-top: 80px;
		width: 100%;
	}

	.smaller {
		font-size: 1.8rem !important;
		line-height: 2.8rem !important;
	}
}

