@font-face {
	font-family: Nunito Sans;
	src: url(../fonts/nunito/NunitoSans-Regular.ttf)
}

@font-face {
	font-family: TacticSans-Bld;
	src: url(../fonts/tactic/TacticSans-Bld.otf)
}

@font-face {
	font-family: TacticSans-Med;
	src: url(../fonts/tactic/TacticSans-Med.otf)
}

.bottom-adress__map {
	display: none
}

.bottom-adress__phone {
	color: #fff;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-decoration: none
}

.bottom-adress__title {
	color: #FFF;
	font-family: TacticSans-Med;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase
}

.bottom-discription__subtitle {
	color: rgba(255, 255, 255, 0.60);
	font-family: "Nunito Sans";
	font-size: 12px;
	font-weight: 400;
	line-height: 110%
}

.bottom-discription__title {
	color: #FFF;
	font-family: TacticSans-Bld;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase
}

@media(min-width: 1366px){
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
	    max-width: 1296px
    }
}
@media(min-width: 769px) and (max-width: 1365px){
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
	   max-width: calc(100% - 40px);
    }
}


.header__bottom {
	display: flex;
	align-items: center;
	height: 82px;
	background: #181B1D
}

.header__bottom .container {
	height: 100%
}

.header__bottom-adress {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-left: 0;
	margin-right: 40px
}

.header__bottom-callback {
	display: flex;
	height: 52px;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: none;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden
}

.header__bottom-callback:hover {
	background: #000;
	color: #fff
}

.header__bottom-callback:hover svg path {
	stroke: #fff
}

.header__bottom-discription {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-right: auto
}

.header__bottom-inner {
	height: 100%;
	display: flex;
	align-items: center
}

.header__bottom-logo {
	height: 35px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.21);
	padding-right: 24px;
	margin-right: 24px
}

.header__contact {
	display: flex;
	align-items: center
}

.header__top {
	display: flex;
	align-items: center;
	height: 40px;
	background: #25292B
}

.header__top-adress {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.60);
	font-family: "Nunito Sans";
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 110%
}

.header__top-adress:first-child {
	margin-right: 60px
}

.header__top-adress:last-child {
	margin-right: auto
}

.header__top-callback {
	display: flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 0;
	padding: 0;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: 40px
}

.header__top-callback:hover span {
	text-decoration: underline
}

.header__top-callback:last-child {
	margin-left: 0;
	margin-right: 0
}

.header__top-inner {
	display: flex;
	align-items: center
}

header {
	position: sticky;
	top: 0;
	z-index: 100
}

header.scroll .header__top {
	display: none
}

@media (max-width:768px) {
	.bottom-adress__map {
		display: block
	}

	.bottom-adress__phone {
		font-size: 16px
	}

	.bottom-discription__subtitle {
		display: none
	}

	.bottom-discription__title {
		font-size: 12px;
		width: 100px
	}

	.header__bottom {
		height: auto;
		min-height: 82px
	}

	.header__bottom-adress {
		padding: 10px 0;
		margin-right: 0;
		flex-direction: row;
		align-items: baseline;
		justify-content: space-between;
		width: auto
	}

	.header__bottom-callback {
		font-size: 10px;
		padding: 0 5px;
		white-space: nowrap;
		letter-spacing: 1px;
		height: 28px;
		font-weight: 600;
		line-height: 100%;
	}

	.header__bottom-callback svg {
		display: none
	}

	.header__bottom-discription {
		width: auto;
		margin-right: 0;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		flex: 1
	}

	.header__bottom-inner {
		flex-wrap: wrap;
		padding-top: 10px
	}

	.header__bottom-logo svg {
		width: 85px
	}

	.header__contact {
		width: 100%;
		margin: 10px 0 0;
		border-top: 1px solid #C78E66;
		justify-content: space-between;
		padding: 5px 0
	}

	.header__top {
		display: none
	}


	.more_equipment .header__bottom-callback{
        height: 52px;
        padding: 0 30px;
        font-size: 14px;
    }
}

.banner {
	height: 600px;
	position: relative
}

.banner__button {
    display: flex;
    height: 52px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #C78E66;
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #C78E66;
    position: relative;
    overflow: hidden;
}
.banner__button:not(.banner__button--secondary) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner__button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -100px;
	left: -40px;
	display: block;
	width: 10px;
	height: 200px;
	margin-left: 50px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, #C78E66 50%, rgba(255, 255, 255, .5) 100%);
	transform: rotate(45deg);
	animation: movingFlare 4s ease-in-out .05s infinite
}

.banner__image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%
}

.banner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banner__subtitle {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}

.banner__count {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 150%
}
.banner__count span {
    color: #C78E66;
}
.banner__text {
	padding-top: 79px;
	position: relative;
	z-index: 10
}

.banner__title {
	color: #181B1D;
	font-family: TacticSans-Bld;
	font-size: 34px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 52px;
}


.banner__inner button {
    margin-top: 20px;
}
@media screen and (min-width:992px){
    .banner__title.color-white.banner__title--no-padding{
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width:991px){
    .banner__inner{
        margin-bottom: 20px;
    }
}

.banner__title span {
	color: #C78E66
}

.banner__title span.currency {
	color: #fff;
	font-family: "Nunito Sans";
	font-weight: 600
}

@keyframes movingFlare {
	0% {
		left: -30px;
		margin-left: 0
	}

	100% {
		left: 110%;
		margin-left: 80px
	}

	30% {
		left: 110%;
		margin-left: 80px
	}
}

.banner__button:hover {
	background: #fff;
	color: #000
}

.banner__button:hover svg path {
	stroke: #000;
}

@media(max-width:992px) {
	.banner {
		height: auto
	}

	.banner__button {
		width: 100%;
		background: #000;
		color: #fff
	}

	.banner__button svg path {
		stroke: #fff
	}

	.banner__image {
		position: relative;
		height: 300px;
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 150%
	}

	.banner__subtitle {
		color: #000;
		margin-bottom: 24px
	}

	.banner__text {
		padding-top: 20px
	}

	.banner__title {
		color: #000;
		margin-bottom: 10px;
		font-size: 28px
	}

	.banner__title span.currency {
		color: #000
	}
}

@media (min-width: 577px) and (max-width: 768px){
    .banner__image {
        height: 240px;
    }
    .banner__image img {
		object-position: center;
	}
}
@media (max-width: 576px) {
    .banner__image img {
        object-position: 62%;
    }
}
@media (min-width: 376px) and (max-width: 576px){
    .banner__image {
        height: 300px;
    }
}
@media (max-width: 375px) {
    .banner__image {
        height: 250px;
    }
}
.timeFinish {
	display: flex;
	list-style: none;
	gap: 0 52px;
	padding: 0;
	position: relative;
	top: 8px
}

.timeFinish li {
	position: relative
}

.timeFinish li:after {
	content: ":";
	position: absolute;
	right: -33px;
	top: -17px;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 49px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.timeFinish li:last-child:after {
	display: none
}

.timer {
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	height: 124px
}

.timer .text {
	color: rgba(255, 255, 255, 0.40);
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%
}

.timer .value {
	color: #FFF;
	text-align: center;
	font-family: TacticSans-Bld;
	font-size: 39px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.timer__button {
	display: flex;
	height: 52px;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #FFF;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #fff
}

.timer__button:hover {
	background: #000;
	color: #fff
}

.timer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.timer__text {
	color: #FFF;
	font-family: TacticSans-Bld;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase
}

@media(max-width: 768px) {
	.timeFinish {
		width: 100%;
		justify-content: center;
		gap: 0 30px
	}

	.timeFinish .text {
		font-size: 14px
	}

	.timeFinish .value {
		font-size: 30px
	}

	.timeFinish li:after {
		right: -22px;
		top: -12px;
		font-size: 34px
	}

	.timer {
		height: auto;
		margin-top: 20px
	}

	.timer__inner {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
		align-items: unset
	}

	.timer__inner .timer__text br {
		display: none
	}

	.timer__inner button {
		display: block;
		margin-top: 15px
	}

	.timer__text {
		margin-bottom: 24px;
		text-align: center
	}
}

.advantages {
	margin-bottom: 80px
}

.advantages__image {
	background: #181B1D;
	border-radius: 50%;
	min-height: 72px;
	min-width: 72px;
	display: flex;
	align-items: center;
	justify-content: center
}

.advantages__inner {
	display: flex;
	margin: 0 -12px;
	padding: 60px 0;
	border-bottom: 1px solid #25292b
}

.advantages__item {
	display: flex;
	padding: 0 12px;
	width: 33.3333%;
	gap: 20px;
	align-items: center
}

.advantages__text {
	color: #000;
	font-family: TacticSans-Med;
	font-size: 22px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase
}

@media(max-width:992px) {
	.advantages__inner {
		flex-direction: column;
		padding: 40px 0
	}

	.advantages__item {
		width: 100%
	}

	.advantages__item:not(:last-child) {
		margin-bottom: 10px
	}

	.advantages__text {
		font-size: 18px
	}

	.advantages__text br {
		display: none
	}
}

.booking h2 {
	color: #000;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px
}

.booking__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 0;
}

.booking__inner .swiper-wrapper {
    justify-content: center;
}

.booking__item {
	text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 140px;
    max-width: 207px;
    order: 2;
}
.booking__item picture{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.booking__item picture img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.booking__item.order {
    order: 1;
}

.booking__title {
	color: #000;
	text-align: center;
	font-family: TacticSans-Med;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-top: 10px;
	min-height: 60px;
}

@media(max-width:768px) {
	.booking h2 {
		font-size: 28px
	}

	.booking__item img {
		width: 100%;
		object-fit: cover
	}

	.booking__title {
		font-size: 16px
	}
}

.offers__inner {
    display: flex;
    flex-direction: column;
}
.offers__item {
    order: 2;
}
.offers__item.order {
    order: 1;
}



.offers__advantages {
	display: flex;
	flex-wrap: wrap;
}

.offers__advantages-image {
	min-height: 52px;
	min-width: 52px;
	background: #181B1D;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.offers__advantages-item {
	display: flex;
	gap: 14px;
	width: 50%;
	margin-bottom: 30px
}


.offers__advantages-text {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 110%;
	display: flex;
	align-items: center
}

.offers__button-bottom {
	width: 50%;
	display: flex;
	height: 52px;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #181B1D;
	background: none;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase
}

.offers__button-bottom:hover {
	background: #181B1D;
	color: #fff
}

.offers__button-bottom:hover svg path {
	stroke: #fff
}

.offers__button-top {
	display: flex;
	height: 52px;
	width: 100%;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #C78E66;
	border: none;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
	border: 1px solid #C78E66
}
.offers__button-top svg{
    flex: 0 0 auto;
}
.offers__button-top:hover {
	background: #fff;
	color: #181B1D
}

.offers__button-top:hover svg path {
	stroke: #181B1D
}

.offers__image {
	width: 100%;
	height: 400px;
	margin-bottom: 12px;
	position: relative
}

.offers__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.offers__image-min {
	height: 100%;
	width: 20%
}

.offers__image-min img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer
}

.offers__image-new {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center
}

.offers__image-new div:first-child {
	display: flex;
	height: 35px;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #C78E66;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}

.offers__image-new div:last-child {
	height: 35px;
	display: flex;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #25292B;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase
}

.offers__image-sale {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center
}

.offers__image-new + .offers__image-sale {
	top: 52px;
}

.offers__image-sale_third {
	top: 95px;
}


.offers__image-sale div:first-child {
	display: flex;
	height: 35px;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #C78E66;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}

.offers__image-sale div:last-child {
	height: 35px;
	display: flex;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #25292B;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase
}

.offers__image-sale_credit div:first-child,
.offers__image-sale_credit div:last-child {
    background: #C78E66;
}

.offers__image-wrap {
	display: flex;
	height: 70px;
	gap: 12px
}

.offers__item .container {
	display: flex;
	gap: 44px;
	padding: 80px 0
}

.offers__item:nth-child(2n) .offers__left {
	order: 2
}

.offers__item:nth-child(2n) .offers__right {
	order: 1
}

.offers__item:nth-child(odd) {
	background: #F4F6F8;
}
.offers__item.order:nth-child(odd) {
   background: #FFF;
}


.offers__left {
	width: 50%
}

.offers__price {
	color: #000;
	font-family: TacticSans-Med;
	font-size: 30px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
}

.offers__price .offers__price-currency {
	font-family: "Nunito Sans";
	font-weight: bold
}

.offers__price .offers__price-value {
	color: #C78E66;
}

.offers__right {
	width: 50%
}

.offers__title {
	color: #000;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 12px
}

.offers__wrap-button {
	display: flex;
	gap: 24px
}

@media(max-width:992px) {
    .banner__count {
        color: #000;
    }
	.offers__advantages {
		flex-direction: column;
		margin-bottom: 34px
	}

	.offers__advantages-item {
		width: 100%;
		margin-bottom: 10px
	}

	.offers__advantages-item:nth-child(4),
	.offers__advantages-item:nth-child(3) {
		margin-bottom: 10px
	}

	.offers__advantages-text br {
		display: none
	}

	.offers__button-bottom {
		width: 100%
	}

	.offers__image-new+.offers__image-sale {
		right: auto;
		left: 10px;
		top: 50px
	}
    .offers__image-new {
		right: auto;
		left: 10px
    }
	.offers__image-sale {
		right: auto;
		left: 10px
	}

	.offers__item .container {
		flex-direction: column;
		padding: 0px calc(var(--bs-gutter-x) * .5) 40px calc(var(--bs-gutter-x) * .5)
	}

	.offers__item:nth-child(2n+1) .offers__left {
		order: 1
	}

	.offers__left,
	.offers__right {
		width: 100%
	}

	.offers__price {
		font-size: 24px;
		margin-bottom: 34px
	}

	.offers__title {
		font-size: 28px
	}

	.offers__wrap-button {
		flex-direction: column;
		gap: 12px
	}
	.offers__image-new div:first-child {
	    font-size: 16px;
	}
	.offers__image-new div:last-child {
	    font-size: 12px;
	}
	.offers__image-sale div:first-child {
	    font-size: 16px;
	}
	.offers__image-sale div:last-child {
	    font-size: 12px;
	}
}

@media(max-width:576px) {
 	.offers__image {
		height: 280px;
	}
	.offers__image img {

	}
}

@media(max-width:375px) {
	.offers__button-bottom {
		font-size: 12px;
		gap: 0
	}

	.offers__button-top {
		font-size: 12px;
		gap: 0
	}
}

.equipment {
	margin-bottom: 90px;
	padding-top: 120px
}

.equipment .equipment__tab-top>.tab_nav {
	display: flex;
	list-style: none;
	gap: 30px;
	justify-content: center;
	margin-bottom: 30px
}

.equipment .equipment__tab-top>.tab_nav a {
	color: #C0C0C0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none
}

.equipment .equipment__tab-top>.tab_nav a.active {
	color: #C78E66
}

.equipment h2 {
	color: #000;
	text-align: center;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 30px
}

.equipment__tab-bottom .tab__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 0;
	border: 1px solid #181B1D;
	margin-bottom: 10px
}

.equipment__tab-bottom .tab_nav {
	height: 42px;
	background: #25292B;
	display: flex;
	gap: 60px;
	align-items: center;
	list-style: none;
	justify-content: right;
	margin-bottom: 28px
}

.equipment__tab-bottom .tab_nav a {
	color: #FFF;
	text-align: center;
	font-family: TacticSans-Med;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	text-decoration: none
}

.equipment__tab-bottom .tab_nav a.active {
	color: #C78E66
}

.equipment__tab-bottom .tab_nav li {
	width: 260px;
	text-align: center
}

.equipment__tab-bottom .tab_nav li:first-child {
	margin: 0 auto 0 0;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase
}

.exchange {
	background-color: #25292B;
	padding: 80px 0
}

.exchange .exchange__inner {
	display: flex;
	margin: 0 -15px
}

.exchange .exchange__inner form .msg {
	color: #C78E66;
	margin-top: 8px
}

.exchange .exchange__inner button {
	display: flex;
	height: 52px;
	width: 100%;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #C78E66;
	color: #fff;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #C78E66;
}
.exchange .exchange__inner button:hover {
    background: #fff;
    color: #000;
}
.exchange .exchange__inner button:hover svg path {
  stroke: #181B1D;
}

.exchange .exchange__inner form div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.exchange .exchange__inner form select {
	height: 50px;
	padding: 0 29px;
	color: #C0C0C0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline: none;
	border: 0;
	background: #fff
}

.exchange .exchange__inner form select,
.exchange .exchange__inner form input {
	height: 52px;
	padding: 14px 20px;
	width: 48%;
	margin-bottom: 24px;
	background: none;
	color: rgba(255, 255, 255, 0.40);
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	border: 1px solid #FFF;
	outline: none
}

.exchange h2 {
	color: #FFF;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 40px
}

.exchange__left,
.exchange__right {
	width: 50%;
	padding: 0 15px
}
.exchange__left picture {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.exchange__left picture img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.exchange__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-bottom__button {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.tab-bottom__button button:first-child {
	display: flex;
	width: 370px;
	height: 52px;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #181B1D;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #181B1D;
	border-radius: 0
}

.tab-bottom__button button:last-child {
	display: flex;
	width: 370px;
	height: 52px;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #181B1D;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #181B1D;
	border-radius: 0
}

.tab-bottom__description {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 10px
}

.tab-bottom__price {
	color: #C78E66;
	font-family: TacticSans-Med;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase
}

.tab-bottom__price span {
	text-decoration: line-through;
	color: #929495;
	font-size: 18px
}

.tab-bottom__price span span.currency {
	color: #929495;
	font-size: 18px
}

.tab-bottom__price span.currency {
	margin-left: 0;
	font-size: 24px;
	font-family: "Nunito Sans";
	font-weight: 600;
	color: #C78E66
}

.tab-bottom__text {
	margin: 0 auto 0 70px
}

.tab-bottom__title {
	color: #000;
	font-family: TacticSans-Bld;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 6px
}
/*
.tab_content .tab {
	display: none
}

.tab_content .tab.show {
	display: block
}*/


.tab_content .tab-wrapper {
	display: none
}

.tab_content .tab-wrapper.show {
	display: block
}

.more_equipment{
    display: flex;
    justify-content: center;
    align-items:center;
}
.more_equipment .header__bottom-callback{
    cursor: pointer;
    border: 1px solid #181B1D;
}
section.equipment .wrap-auto__props{
    max-width:350px;
}
section.equipment .tab-bottom__price span,
section.equipment .tab-bottom__price span span.currency{
    color:#C78E66;
    font-size: 20px;
}
section.equipment .tab-bottom__img img{
    min-width:230px;
}
@media(max-width:768px) {
	.exchange {
		padding: 40px 0
	}

	.exchange .exchange__inner {
		flex-direction: column
	}

	.exchange .exchange__inner form div {
		flex-direction: column
	}

	.exchange .exchange__inner form select,
	.exchange .exchange__inner form input {
		width: 100%;
		margin-bottom: 10px
	}

	.exchange h2 {
		font-size: 28px
	}

	.exchange__left {
		margin-bottom: 24px
	}

	.exchange__left img {
		width: 100%
	}

	.exchange__left,
	.exchange__right {
		width: 100%
	}
}

@media(max-width:998px) {
	.equipment h2 {
		font-size: 28px
	}

	.equipment__tab-bottom .tab__item {
		flex-direction: column;
		padding-right: 0;
		padding-bottom: 15px;
		margin-bottom: 20px
	}

	.equipment__tab-bottom .tab_nav {
		padding: 0 14px
	}

	.equipment__tab-bottom .tab_nav a {
		font-size: 18px
	}

	.equipment__tab-bottom .tab_nav li:first-child {
		display: none
	}

	.tab-bottom__text {
		margin: 0 0 24px;
		/*width: 100%;*/
		width: 96%;
		padding: 0 14px
	}
}

.credit {
	height: 400px;
	display: flex;
	align-items: center;
	background: url(../../../images/credit/bg.jpg) no-repeat top center
}

.credit .credit__sub-title {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 40px
}

.credit .msg {
	position: absolute;
	bottom: -36px;
	color: #C78E66
}

.credit button {
	height: 52px;
	display: flex;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #FFF;
	border: 1px solid #fff
}

.credit form {
	display: flex;
	gap: 24px;
	position: relative
}

.credit h2 {
	color: #FFF;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 14px
}

.credit input {
	display: flex;
	width: 230px;
	height: 52px;
	padding: 14px 20px;
	align-items: center;
	gap: 10px;
	outline: none;
	background: none;
	border: 1px solid #fff;
	color: #FFFFFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%
}

@media(max-width:768px) {
	.credit form {
		flex-direction: column
	}

	.credit input {
		width: 100%
	}
}

#map {
	width: 100%;
	height: 550px
}

.contacts {
	position: relative
}

.contacts .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	max-height: 412px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 0;
}

.contacts .tabs__caption {
	display: flex;
	padding: 0;
}

.contacts .tabs__caption li {
	display: flex;
	padding: 20px 0;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	color: #FFF;
	text-align: center;
	font-family: TacticSans-Med;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	cursor: pointer
}

.contacts .tabs__caption li.active {
	border-bottom: 2px solid #C78E66
}

.contacts .tabs__content {
	display: none
}

.contacts .tabs__content.active {
	display: block
}

.contacts__tabs {
	display: flex;
	max-width: 526px;
	padding: 40px;
	flex-direction: column;
	gap: 24px;
	background: #25292B
}

.tabs__content-title {
    color: #FFF;
    font-family: TacticSans-Bld;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%; /* 22px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.tabs__content-item-title {
    color: rgba(255, 255, 255, 0.40);
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: 4px;
}

.tabs__content-item {
    margin-bottom: 24px;
}

.tabs__content-item-value {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
}
.tabs__content-item-value a {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-decoration: none;
}

.tabs__content button {
    width: 100%;
    background: #fff;
    display: flex;
    height: 52px;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 15.4px */
    letter-spacing: 2px;
    text-transform: uppercase;
}



.equipment {
	padding-top: 66px
}

.running {
	display: flex;
	padding: 17px 0;
	background: linear-gradient(269.88deg, #d98e64 -4.58%, #feb790 18.21%, #d98e64 46.44%, #f4a579 75.75%, #d98e64 103.98%)
}

.running__text {
	width: 100%;
	font-family: "Nunito Sans";
	font-weight: 600;
	font-size: 24px;
	text-align: center
}

.running__text .text {
	margin: 0 auto;
	animation: pulse .5s ease-in infinite alternate
}

.running__wrap {
	display: flex
}

.tab-bottom__img {
	width: 280px;
	height: 185px;
	display: flex;
	align-items: center
}

.tab-bottom__img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.wrap-auto {
	display: flex;
	margin: 60px 0
}

.wrap-auto__button {
	display: flex;
	height: 52px;
	width: 100%;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #181B1D;
	border: none;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
	border: 1px solid #000
}

.wrap-auto__button:hover {
	background: #fff;
	color: #181B1D
}

.wrap-auto__button:hover svg path {
	stroke: #181B1D
}

.wrap-auto__image {
	height: 456px;
	margin-bottom: 10px
}

.wrap-auto__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.wrap-auto__left {
	width: 55%
}

.wrap-auto__left {
	padding-right: 50px
}

.wrap-auto__price {
	margin-bottom: 20px
}

.wrap-auto__price-del {
	font-size: 20px;
	font-family: TacticSans-Med;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	color: #929495;
}

.wrap-auto__price-del .currency {
	font-family: "Nunito Sans";
	font-weight: 600;
	color: #929495
}

.wrap-auto__price-numb {
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	color: #C78E66;
	font-family: TacticSans-Med
}

.wrap-auto__price-numb .currency {
	font-family: "Nunito Sans";
	font-weight: 600
}

.wrap-auto__price-wrap {
	display: flex;
	align-items: center
}

.wrap-auto__props {
	width: 100%;
	margin-bottom: 20px;
	padding: 0
}

.wrap-auto__props li {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 18px;
	font-family: "Nunito Sans";
	font-weight: 600;
	line-height: 120%;
	font-variant-numeric: lining-nums proportional-nums;
	color: #000
}

.wrap-auto__props li span:first-child {
	order: 1
}

.wrap-auto__props li span:last-child {
	order: 3
}

.wrap-auto__props li::before {
	content: "";
	order: 2;
	flex: auto;
	height: 1px;
	background-color: rgba(125, 128, 130, 0.5);
	margin: 0 10px
}

.wrap-auto__props li:not(:last-child) {
	margin-bottom: 10px
}

.wrap-auto__right {
	width: 45%
}

.wrap-auto__slide {
	display: flex;
	gap: 10px;
	overflow: hidden
}

.wrap-auto__slide-item {
	min-width: 122px
}

.wrap-auto__slide-item img {
	width: 100%;
	cursor: pointer
}

.wrap-auto__sub-title {
	color: #C78E66;
	font-family: TacticSans-Med;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 28px
}

.wrap-auto__sub-title .currency {
	font-family: "Nunito Sans";
	font-weight: 600
}

.wrap-auto__title {
	font-family: TacticSans-Bld;
	font-size: 40px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 12px
}

footer {
	padding: 20px 0;
	background: #181B1D
}

footer .footer__more-button {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 1px;
	background: none;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 6px
}

footer .footer__more-text {
	display: none;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 24px
}

footer .footer__more.open .footer__more-text {
	display: block
}

footer .footer__text,
footer .footer__text a {
	margin: 20px 0;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

footer .footer__text a {
	text-decoration: none;
}

@keyframes pulse {
	100% {
		text-shadow: 0 0 10px #30363a
	}
}

.running__disappear {
	width: 100%;
	display: flex;
	overflow: hidden
}

@keyframes disappear {
	0% {
		width: 100%
	}

	49% {
		width: 0
	}

	50% {
		width: 100%
	}

	60% {
		opacity: 0
	}
}

@keyframes disappear2 {
	0% {
		justify-content: flex-end
	}

	100% {
		justify-content: flex-start
	}

	60% {
		justify-content: flex-start
	}
}

.running__sub-text {
	color: #fff
}

.wrap-auto__icon {
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.wrap-auto__icon-item {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 45%;
}

.wrap-auto__icon-text {
	font-size: 18px;
	font-family: "Nunito Sans";
	font-weight: 600;
	line-height: 19px
}

.wrap-auto__icon-warp {
	display: flex;
	margin-bottom: 24px;
	gap: 40px;
	flex-wrap: wrap;
}

@media(max-width:1120px) {
	.tab-bottom__text {
		margin: 0 auto 0 20px
	}
}

@media(max-width:768px) {
    .wrap-auto__icon-item {
        width: 100%;
    }
    .booking__inner {
        margin-bottom: 0px;
    }
	.equipment {
		padding-top: 0
	}

	.running {
		margin-bottom: 30px
	}

	.tab-bottom__button {
		gap: 10px;
		width: 100%;
		padding: 0 15px
	}

	.tab-bottom__button button:first-child,
	.tab-bottom__button button:last-child {
		width: 100%;
		font-size: 14px;
		padding: 14px 10px
	}

	.tab-bottom__img {
		width: 100%
	}

	.tab-bottom__price {
		display: flex;
		margin-top: 26px;
		font-size: 18px
	}

	.tab-bottom__price span {
        margin-left: 0px;
        margin-bottom: 23px;
        font-size: 16px;
	}

	.tab-bottom__price span span.currency {
		font-size: 14px
	}

	.tab-bottom__price span.currency {
		font-size: 18px
	}

	.tab-bottom__title {
		margin-top: 20px
	}

	.wrap-auto {
		flex-direction: column;
		margin-bottom: 30px
	}

	.wrap-auto__image {
		height: 280px
	}

	.wrap-auto__left {
		width: 100%;
		padding: 0
	}

	.wrap-auto__price-del {
		font-size: 14px;
		margin-left: 0
	}

	.wrap-auto__price-numb {
		font-size: 20px
	}

	.wrap-auto__price-wrap {
		align-items: center;
		gap: 20px
	}

	.wrap-auto__props {
		margin-bottom: 30px
	}

	.wrap-auto__props li {
		font-size: 14px
	}

	.wrap-auto__right {
		width: 100%;
		margin-top: 30px
	}

	.wrap-auto__slide-item {
		min-width: 80px
	}

	.wrap-auto__sub-title {
		font-size: 16px
	}

	.wrap-auto__title {
		font-size: 38px
	}

	.exchange .exchange__inner {
		margin: 0
	}

	.tab-bottom__img {
		height: 400px
	}

	.tab-bottom__text {
		margin: 0 auto
	}

	.wrap-auto__icon-warp {
		gap: 20px;
		flex-direction: column
	}

	.tab-bottom__img {
		height: 350px
	}
	.credit h2 {
	    font-size: 28px;
	}
	.contacts {
        display: flex;
        flex-direction: column-reverse;
	}
	.contacts .container {
	    max-height: unset;
	    position: unset;
	    padding: 0;
	}
}

@media(max-width:470px) {
	.tab-bottom__img {
		height: 240px
	}
}

@media(max-width:350px) {
	.tab-bottom__img {
		height: 220px
	}
}



@media (min-width: 992px) and (max-width: 1919px){
    .banner__image{
        background-position: right;
        background-size: cover;
    }
}
@media (min-width: 1366px) and (max-width: 1680px){
    .banner{
        height: 500px;
    }
}
@media (min-width: 993px) and (max-width: 1365px){
    .banner{
        height: 400px;
    }
    .banner__text {
        padding-top: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1279px){
    .header__top-inner {
        justify-content: space-between;
        gap: 24px;
    }
    .header__top-adress {
        display: none;
    }
    .header__top-callback {
        margin: 0;
    }
    .booking__item {
        height: auto;
        max-width: unset;
        flex: 0 0 auto;
    }
    .swiper-slide.booking__title {
        white-space: nowrap;
    }
    .offers__item .container {
        flex-direction: column-reverse;
    }
    .offers__advantages-image {
        flex: 0 0 auto;
    }
    .offers__advantages {
        gap: 10px;
    }
    .offers__left,
    .offers__right {
        width: 100%;
    }
    .offers__image {
        height: 660px;
    }
    .offers__image-wrap {
        height: 120px;
    }
    .offers__advantages-item {
        width: calc(50% - 10px);
    }

}


.banner__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 24px;
}
.banner__subtitle p {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 24px;
}

@media(max-width: 1365px){
    .banner__row {
        flex-direction: column;
    }
    .banner__button:not(.banner__button--secondary) {
        position: relative;
    }
    .banner__title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 993px) and (max-width: 1365px){
    .banner__button {
        width: fit-content;
    }
}


.testdrive {
	height: 400px;
	display: flex;
	align-items: center;
	background-image: url(../../../images/testdrive/testdrive.jpg);
	background-repeat: no-repeat;
	background-position: 66%;
	background-size: cover;
}

.testdrive .testdrive__sub-title {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 40px
}

.testdrive .msg {
	position: absolute;
	bottom: -36px;
	color: #C78E66
}

.testdrive button {
	height: 52px;
	display: flex;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #FFF;
	border: 1px solid #fff
}

.testdrive form {
	display: flex;
	gap: 24px;
	position: relative
}

.testdrive h2 {
	color: #FFF;
	font-family: TacticSans-Bld;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 14px
}

.testdrive input {
	display: flex;
	width: 230px;
	height: 52px;
	padding: 14px 20px;
	align-items: center;
	gap: 10px;
	outline: none;
	background: none;
	border: 1px solid #fff;
	color: #FFFFFF;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%
}
.testdrive input::placeholder{
    color: #D0D0D0;
}
@media(max-width:768px) {
    .testdrive {
	    align-items: unset;
	    background-image: url(../../../images/testdrive/testdrive-mob.jpg);
    }
    .testdrive .container {
        padding-top: 20px;
    }
	.testdrive form {
		flex-direction: column
	}

	.testdrive input {
		width: 100%
	}
	.testdrive form {
		flex-direction: column
	}

	.testdrive input {
		width: 100%
	}
	.testdrive h2 {
	    font-size: 28px;
	}
}
@media (min-width: 577px) and (max-width: 768px){
    .testdrive{
        height: 746px;
    }
}
@media (min-width: 415px) and (max-width: 576px){
    .testdrive{
        height: 646px;
    }
}
@media(max-width: 414px){
    .testdrive{
        height: 546px;
    }
}

.banner__subtitle-text {
	font-size: 25px;
    font-weight: 900;
    margin-bottom: 16px;
    display: inline-block;
}

@media(max-width:768px){
    .booking__item{
        height: 110px !important;
    }

    .booking__item picture img {
        height: 62px;
    }

    .booking__item picture {
        height: 62px;
    }
}


.benefits {
    background : #C78E66;
    padding: 40px 0;
}
.benefits__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.benefits__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.benefits__item svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
}
.benefits__item p {
    font-weight: 400;
    font-size: 22px;
    line-height: 24.2px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-family: TacticSans-Med;
}
.benefits__item-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.benefits__item-main svg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex: 0 0 auto;
}
.benefits__item-main p {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-family: TacticSans-Med;
}
@media(max-width: 991px){
    .benefits__list {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
    }
    .benefits__list br {
        display: none;
    }
}
@media (max-width: 767px){
    .benefits__item-main p{
        font-size: 24px;
        line-height: 120%;
        text-align: center;
    }
}
@media (min-width: 376px) and (max-width: 576px){
    .benefits__item-main svg {
        width: 40px;
        height: 40px;
    }
    .benefits__item p {
        font-size: 18px;
    }
}
@media (max-width: 375px){
    .benefits__item-main p{
        font-size: 18px;
    }
    .benefits__item p {
        font-size: 16px;
    }
    .benefits__item-main svg {
        width: 40px;
        height: 40px;
    }
}

.offers__button-badge {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #C78E66;
    margin-bottom: 12px;
    border: 1px solid #C78E66;
}
.offers__button-badge br,
.offers__button-top br {
    display: none;
}
.offers__button-badge svg {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex: 0 0 auto;
}
.offers__button-badge svg path {
    fill: white;
}
.offers__button-badge span {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.offers__button-badge:hover {
    background-color: white;
    border: 1px solid black;
}
.offers__button-badge:hover span {
    color: black;
}
.offers__button-badge:hover svg path {
    fill: black;
}

@media (max-width: 375px){
    .offers__button-badge span {
        font-size: 12px;
    }
    .offers__button-badge svg {
        width: 36px;
        height: 36px;
    }

}



@media (min-width: 992px) {
    .banner__title.color-white,
.banner__subtitle.color-white,
.banner__subtitle-text.color-white {
	color: #fff;
}
}

@media(max-width:576px) {
    .offers__button-badge br,
    .offers__button-top br {
        display: block;
    }
    .offers__button-bottom,
    .offers__button-top {
        position: relative;
    }
    .offers__button-bottom span,
    .offers__button-top span {
        margin: 0 auto;
    }
    .offers__button-bottom svg,
    .offers__button-top svg {
        position: absolute;
        right: 30px;
    }
}