/*!
Theme Name: SeODiGiTaReX
Author: Ilya Fox
Author URI: https://t.me/Ilya_Cooller

*/

@import url(css/normilaze.css);
@import url(css/bootstrap.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(font/gilroy.css);
body {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}

.primary {
	position: relative;
	overflow: hidden;
}

#popUpContacts {
	background: -o-linear-gradient(295.64deg, #ffbf60 8.81%, #ff8227 101.17%);
	background: linear-gradient(154.36deg, #ffbf60 8.81%, #ff8227 101.17%);
	border-radius: 12px;
	padding: 52px 70px;
	position: relative;
}

#popUpContacts.fancybox-content {
	overflow: initial;
}

.popUpContacts__title {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.23;
	color: #000000;
}

#popUpContacts .fancybox-button {
	color: #fff !important;
}

#popUpContacts .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	margin-top: 46px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 238px;
	grid-gap: 18px;
}
#popUpContacts .form #checkboxB {
	width: 10px;
	height: 10px;
}
#popUpContacts .form input {
	background: #ffffff;
	border-radius: 60px;
	border: 0;
	outline: none;
	width: 100%;
	height: 64px;
	padding: 0 38px;
}

#popUpContacts .form input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

#popUpContacts .form input::-moz-placeholder {
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

#popUpContacts .form input:-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

input[type='checkbox'] {
	display: none;
}

input[type='checkbox'] + .wpcf7-list-item-label:before {
	content: '';
	background: #ff5f46;
	border-radius: 4px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: color ease 0.3s;
	margin-right: 9px;
}

input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	background: url(img/check.png) no-repeat center;
}

#popUpContacts .form input::-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

#popUpContacts .form input::placeholder {
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

#popUpContacts .form .btn-form {
	background: #ff5f46;
	-webkit-box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

#popUpContacts .wpcf7-response-output {
	max-width: 293px;
	margin: 0 auto;
	margin-top: 10px;
}

#popUpContacts .wpcf7-not-valid-tip {
	position: relative;
	text-align: center;
}
#popUpContacts .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#popUpContacts .checkbox label {
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	color: #000000;
	margin-left: 9px;
}

#popUpContacts img {
	position: absolute;
	right: -200px;
	top: 0;
}
#popUpContacts .ajax-loader {
	position: absolute;
	top: 10px;
	left: 0;
}

#popUpContacts .wpcf7-list-item {
	margin: 0;
}
#popUpContacts .checkbox label a {
	color: #fff;
}

.popUpContacts__title span {
	font-weight: 900;
	display: block;
}

.anchor__top {
	width: 52px;
	height: 52px;
	position: fixed;
	right: 82px;
	bottom: 40px;
	z-index: 9;
	display: block;
	cursor: pointer;
}

/* ////////////////////////// */
/* mishustin work */
.header__logo {
	display: flex;
	flex-direction: row;
	gap: 29px;
	align-items: center;
}
.header__logo p {
	width: 250px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 124.7%;
	color: #ffffff;
	margin-bottom: 0px;
}
.main__banner-left h1 {
	margin-top: 20px !important;
	font-family: Gilroy;
	font-size: 60px !important;
	line-height: 120.7% !important;
}
.main__banner .vertical_txt {
	top: -631.017px;
	/* left: -57px; */
}
.main__banner-left p {
	/* margin-bottom: 0 !important;
    margin-top: 0 !important; */
}
.main__banner {
	height: 800px !important;
}

/* 360 */
/* end work */

.header {
	padding-top: 31px;
}

.header .container-lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}

.header__logo img {
	max-width: 70px;
	width: 100%;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: 69px;
	max-width: 436px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__menu li {
	list-style: none;
}

.header__menu li a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.21;
	color: #ffffff;
}

.header__contacts {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__contacts img {
	display: block;
	margin-right: 13px;
}

.header__contacts a {
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.31;
	color: #000000;
	text-decoration: none;
}

.header__contacts .btn-call {
	position: absolute;
	right: 0;
	top: 25.5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 88.7%;
	text-align: right;
	color: #ff5f46;
	border-bottom: 1px dashed #ff5f46;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* /////////////////////////////////////////////// */

.main__banner {
	height: 125vh;
}

.main__banner .slider_left-block.dev {
	width: calc(50vw + 251px);
	/* height: 140vh; */
	height: 950px;
	background: #ff5f46;
	border-radius: 0px 0px 412px 0px;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main__banner .vertical_txt {
	position: absolute;
	left: -3vw;
	bottom: 300px;
	z-index: 1;
}

.main__banner .vertical_txt p {
	display: none;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	color: hsla(0, 0%, 100%, 0.24);
	white-space: nowrap;
	font-style: normal;
	font-weight: 900;
	font-size: 144px;
	line-height: 1.18;
}

.main__banner .gorisontal_txt {
	position: absolute;
	top: 60vh;
	left: 1080px;
	z-index: 1;
}

.main__banner .gorisontal_txt p {
	font-weight: 900;
	font-size: 144px;
	line-height: 1.18;
	color: #e9e9e9;
	white-space: nowrap;
}

.main__banner .container-lg {
	position: relative;
}

.main__banner-left {
	/* margin-top: 2vh; */
	margin-top: 6vh;
	/* margin-left: 51px; */
}

.main__banner-left h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 1.18;
	color: #ffffff;
	margin: 0;
}

.main__banner-left h1 span {
	width: 100%;
	font-weight: bold;
	display: block;
}

.main__banner-left p {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.33;
	color: #ffffff;
	margin: 0;
	/* margin-top: 37px;
	margin-bottom: 56px; */
}

.main__banner-left button {
	background: none;
	border: none;
	outline: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: -o-linear-gradient(295.64deg, #ffbf60 8.81%, #ff8227 101.17%);
	background: linear-gradient(154.36deg, #ffbf60 8.81%, #ff8227 101.17%);
	border-radius: 50px;
	display: block;
	height: 64px;
	width: 202px;
}

.main__banner-right {
	z-index: 1;
	position: absolute;
	right: 261px;
	top: -99px;
}

.main__banner-right4 img {
	position: absolute;
	left: 352px;
	top: 365px;
}

.main__banner-right5 img {
	position: absolute;
	left: 725px;
	top: 154px;
}

/* //////////////////////////////////////// */

.AboutMethods {
	margin-top: 122px;
}

.scale_title {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(240, 16, 110, 1)),
		to(rgba(255, 108, 45, 1))
	);
	background: -o-linear-gradient(
		left,
		rgba(240, 16, 110, 1) 0%,
		rgba(255, 108, 45, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(240, 16, 110, 1) 0%,
		rgba(255, 108, 45, 1) 100%
	);
	border-radius: 5px;
	height: 34px;
	width: 172px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-transform: skew(348deg, 0);
	-ms-transform: skew(348deg, 0);
	transform: skew(348deg, 0);
	margin-bottom: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.scale_title p {
	margin: 0;
	-webkit-transform: skew(12deg, 0);
	-ms-transform: skew(12deg, 0);
	transform: skew(12deg, 0);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.18;
	color: #fff;
}

.title {
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 1.25;
	text-align: center;
	color: #202020;
	margin-bottom: 78px;
}

.AboutMethods__TopBlock {
	margin-bottom: 80px;
}

.AboutMethods__TopBlock .row {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.AboutMethods__TopBlock-left {
}

.AboutMethods__TopBlock-left-title {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 1.14;
	max-width: 559px;
	color: #767676;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-left: 100px;
}

.AboutMethods__TopBlock-left-title span {
	font-weight: 900;
	display: block;
}

.AboutMethods__TopBlock-left ul {
	margin: 0;
	padding: 0;
	border: 2px dashed #767676;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 37px 99px;
}

.AboutMethods__TopBlock-left ul li {
	list-style: none;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.61;
	color: #000000;
}

.AboutMethods__TopBlock-left ul li span {
	font-weight: 800;
}

.AboutMethods__TopBlock-left ul li::before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	left: -30px;
	background: #c4c4c4;
	border-radius: 100px;
	top: 16px;
}

.AboutMethods__BottomBlock {
	margin-bottom: 60px;
}

.AboutMethods__BottomBlock .row {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.AboutMethods__BottomBlock-left-title {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 1.14;
	color: #ff5f46;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 30px;
	margin-left: 100px;
}

.AboutMethods__BottomBlock-left-title span {
	display: block;
	font-weight: 900;
}

.AboutMethods__BottomBlock-left ul {
	margin: 0;
	padding: 0;
	border: 2px dashed #ff8227;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 37px 99px;
}

.AboutMethods__BottomBlock-left ul li {
	list-style: none;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.61;
	color: #000000;
}

.AboutMethods__BottomBlock-left ul li span {
	font-weight: 800;
}

.AboutMethods__BottomBlock-left ul li::before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	left: -30px;
	background: -o-linear-gradient(295.64deg, #ffbf60 8.81%, #ff8227 101.17%);
	background: linear-gradient(154.36deg, #ffbf60 8.81%, #ff8227 101.17%);
	border-radius: 100px;
	top: 16px;
}

/* //////////////////////////////////////// */

.paymentFact {
	padding-top: 165px;
	margin-bottom: 110px;
}

.paymentFact .paymentFact__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ff5f46;
	border-radius: 12px;
	padding: 51px 70px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.paymentFact .paymentFact__block p {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.25;
	color: #ffffff;
	margin: 0;
	max-width: 523px;
}

.paymentFact .paymentFact__block button {
	background: none;
	border: none;
	outline: none;
	background: -o-linear-gradient(295.64deg, #ffbf60 8.81%, #ff8227 101.17%);
	background: linear-gradient(154.36deg, #ffbf60 8.81%, #ff8227 101.17%);
	-webkit-box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	border-radius: 50px;
	max-width: 229px;
	width: 100%;
	height: 64px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 28px;
	position: relative;
	z-index: 1;
}

.paymentFact .paymentFact__block img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

/* /////////////////////////////////////////// */

.results .container-lg {
	position: relative;
}

.results .scale_title {
	background: -o-linear-gradient(
		152deg,
		rgba(255, 191, 96, 1) 0%,
		rgba(255, 130, 39, 1) 100%
	);
	background: linear-gradient(
		298deg,
		rgba(255, 191, 96, 1) 0%,
		rgba(255, 130, 39, 1) 100%
	);
}

.results__sliders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*     -webkit-box-align: center;
    -ms-flex-align: center; */
	/*     align-items: center; */
	align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	margin-bottom: 75px;
}

.results__bg {
	position: absolute;
	right: -33px;
	top: 70%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.results__slider_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 370px;
}

.results__slider_nav-block {
	background: #ff5f46;
	border-radius: 12px;
	max-width: 370px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	position: relative;
	padding: 42px 42px;
	height: 776px;
	overflow: hidden;
}

.results__slider_nav-block::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	height: 257px;
}

.results__slider_nav-block-one::after {
	background: url(img/slide-top.png) no-repeat;
}

.results__slider_nav-block-two::after {
	background: url(img/slide-top1.png) no-repeat;
}

.results__slider_nav-block-three::after {
	background: url(img/slide-top2.png) no-repeat;
}

.results__slider_nav-block-four::after {
	background: url(img/slide-top3.png) no-repeat;
}

.results__slider_nav-block-three::after {
	background: url(img/slide-top4.png) no-repeat;
}

.results__slider_nav-block-five::after {
	background: url(img/slide-top5.png) no-repeat;
}

.results__slider_nav-block p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	margin: 0;
	/*     margin-bottom: 18px; */
	margin-bottom: 5px;
}

.results__slider_nav-block p:first-child {
	margin-bottom: 0;
}

p.results__slider_nav-block-title {
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.6;
	color: #ffffff;
	margin: 0;
}

.results__slider_nav-block p span {
	font-weight: 900;
}

.results__slider_nav-img {
	position: relative;
	left: -42px;
}

.results__slider_nav-block i {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.28;
	color: #ffffff;
}

.results__slider_nav .slick-prev {
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	left: -24px;
	top: 40%;
	z-index: 9;
	cursor: pointer;
}

.results__slider_nav .slick-next {
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	right: -24px;
	top: 40%;
	z-index: 9;
	cursor: pointer;
}

.results__slider_nav .slick-dots {
	margin: 0;
	padding: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: -36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.results__slider_nav .slick-dots li {
	list-style: none;
	margin-right: 12px;
}

.results__slider_nav .slick-dots li:last-child {
	margin-right: 0;
}

.results__slider_nav .slick-dots li button {
	background: none;
	border: none;
	outline: none;
	font-size: 0%;
	background: #e9e9e9;
	width: 16px;
	height: 16px;
	border-radius: 100px;
}

.results__slider_nav .slick-dots .slick-active button {
	background: #ff5f46;
}

.results__slider_for {
	width: 100%;
	max-width: 896px;
	margin-left: 30px;
}

table {
	background: #f3f3f3;
	border-radius: 12px;
	padding: 19px 70px;
}

.results__slider_for-block table tr:first-child {
	background: #ff5f46;
	border-radius: 12px 12px 0px 0px;
}

.results__slider_for-block table tr {
	padding: 19px 70px;
}

th {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.35;
	padding-right: 0;
	color: #ffffff;
}

th,
td {
	text-align: left;
}

td {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.35;
	color: #000000;
}

th,
td {
	width: 30%;
}

th:first-child {
	border-radius: 12px 0 0 0;
	width: 60%;
	padding: 19px 0px 19px 70px;
}

th:last-child {
	border-radius: 0 12px 0 0;
	padding: 19px 70px 19px 0;
}

td:first-child {
	width: 60%;
	padding: 19px 0px 19px 70px;
	height: 60px;
}

th:last-child {
	padding: 19px 70px 19px 0;
}

td div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

td img {
	margin-right: 15px;
}

/* //////////////////////////////////////////////////// */

.brands {
	margin-bottom: 136px;
}

.brands__list .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.brands__list .row div {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 58px;
}

.brands__list .row div:last-child {
	margin-right: 0;
}

/* ////////////////////////////////////////////////////////// */

.CallBack {
	margin-bottom: 92px;
}

.CallBack-title {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.25;
	color: #181818;
	max-width: 810px;
	margin-bottom: 57px;
}

.CallBack-title span {
	font-weight: normal;
	display: block;
}

.CallBack .form {
	background: -o-linear-gradient(295.64deg, #ffbf60 8.81%, #ff8227 101.17%);
	background: linear-gradient(154.36deg, #ffbf60 8.81%, #ff8227 101.17%);
	border-radius: 12px;
	position: relative;
	padding: 56px 330px 34px 100px;
}

.CallBack .form img {
	position: absolute;
	right: 45px;
	bottom: 0;
}
.CallBack .ajax-loader {
	position: absolute;
}
.CallBack .form .row {
	max-width: 740px;
}

.CallBack .form input {
	max-width: 228px;
	height: 64px;
	background: none;
	border: 0;
	outline: none;
	background: #ffffff;
	border-radius: 60px;
	padding: 0 24px;
	font-size: 14px;
}

.CallBack .form input:last-child {
	margin-right: 0;
}

.CallBack .form input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

.CallBack .form input::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

.CallBack .form input:-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

.CallBack .form input::-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

.CallBack .form input::placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #e4912f;
}

.CallBack .form .btn-form {
	background: #ff5f46;
	-webkit-box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	box-shadow: 0px 12px 32px rgba(255, 95, 70, 0.42);
	border-radius: 50px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.CallBack .form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.CallBack .form .input-span {
	width: fit-content;
	padding: 0;
	margin-right: 18px;
	margin-bottom: 18px;
	max-width: 229px;
	height: fit-content;
}
.wpcf7-not-valid-tip {
	text-align: center;
	max-width: fit-content;
	margin: 0 auto;
}

.CallBack .wpcf7-response-output {
	max-width: 500px;
}

/* #checkboxB{
    display: block;
    height: fit-content;
    margin: 0 auto;
    margin-right: 9px;
    background: #FF5F46;
    border-radius: 4px;
    margin-right: 9px;
} */
.CallBack .form .checkbox input {
	background: #ff5f46;
	border-radius: 4px;
	margin-right: 9px;
	height: fit-content;
	width: 13px;
}

.CallBack .form .checkbox label {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	color: #000000;
}

.CallBack .form .checkbox label a {
	color: #fff;
}
/* 
////////////////////////////////////////////// */

.footer {
	background: #3c3c3c;
	padding: 42px 0;
}

.footer__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: auto;
	margin-left: 130px;
	grid-gap: 34px;
}

.footer__additional a {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.33;
	color: #ffffff;
	text-decoration: none;
	margin-left: 12px;
}

.footer_polit {
	text-align: right;
}

.footer_polit a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.21;
	text-align: right;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #ffffff;
}

.footer__additional-mobile {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.21;
	color: #ffffff;
	margin-bottom: 23px;
}

/* ////////////////////////////MediaSize////////////////////////////// */

@media (max-width: 720px) {
	.main__banner {
		height: 125vh;
		margin-bottom: 50px;
	}
}
@media (max-width: 1400px) {
	.main__banner-left h1 {
		font-size: 57px;
		line-height: 1.12;
	}
	.results__slider_for {
		max-width: 740px;
	}
	#scene {
		left: 354px !important;
	}
	.main__banner {
		height: 870px;
	}
}

@media (max-width: 1200px) {
	.main__banner .slider_left-block.dev {
		height: 1098px;
	}
	.main__banner {
		height: 900px !important;
	}
	.main__banner .gorisontal_txt {
		display: none;
	}
	.main__banner-right3 img {
		margin-top: 25%;
		margin-left: 25%;
		max-width: 50% !important;
	}
	.main__banner-left h1 {
		font-size: 44px;
	}
	.main__banner-left p {
		font-size: 18px;
	}
	.main__banner-right3 {
		right: -37vw;
	}
	.main__banner-right3 img {
		max-width: 100%;
	}
	.main__banner .vertical_txt p,
	.main__banner .gorisontal_txt p {
		font-size: 90px;
	}
	.main__banner .vertical_txt {
		bottom: 491px;
	}
	.main__banner .gorisontal_txt {
		top: 70vh;
		left: 495px;
	}
	.results__slider_for {
		max-width: 536px;
	}
	.results__sliders {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.CallBack .form input {
		max-width: 180px;
	}
	.CallBack .form img {
		position: absolute;
		right: 45px;
		bottom: 0;
		max-width: 215px;
	}
	.CallBack .form {
		padding: 50px 165px 34px 100px;
	}
	.footer__additional {
		margin-left: 30px;
	}
	.main__banner .slider_left-block.dev {
		width: calc(39vw + 315px);
	}
	#scene {
		left: 144px !important;
	}
	.main__banner-right3 img {
		max-width: 75% !important;
	}
}
@media (max-width: 1201px) {
	.paymentFact .paymentFact__block p {
		font-size: 25px;
		max-width: 375px;
	}
}
@media (max-width: 992px) {
	.header__contacts img{
		display:none !important;
	}
	.main__banner-left {
		margin-top: 23px !important;
	}
	#scene {
		/* display: none !important; */
		/* left: 244px !important; */
		left: 460px !important;
		top: 15px !important;
	}
	.main__banner .slider_left-block.dev {
		width: 100% !important;
	}
	.main__banner-left {
		width: 100% !important;
	}
	.header__contacts a {
		color: white;
	}
	.header__contacts .btn-call {
		color: white;
		border-bottom: 1px dashed #ffbf60;
	}
	.main__banner-left {
		/* width: 75% !important; */
	}
	.main__banner {
		/* height: 1150px !important; */
		height: 736px !important;
		/* height: 750px !important; */
	}
	.main__banner .slider_left-block.dev {
		/* height: 1185px !important; */
		/* height: 1000px !important; */
		height: 750px !important;
	}
	.main__banner-right3 img {
		display: none !important;
	}
	.main__banner .vertical_txt p,
	.main__banner .gorisontal_txt p {
		display: none;
	}
	.header__menu li a {
		font-size: 12px;
	}
	.header__contacts a {
		font-size: 16px;
	}
	.header__contacts {
		white-space: nowrap;
	}
	.container-lg {
		padding: 0 34px;
	}
	.main__banner-left {
		margin-top: 11vh;
	}
	.main__banner .slider_left-block.dev {
		height: 120vh;
	}
	.main__banner-left h1 {
		font-size: 30px;
	}
	.main__banner-left p {
		font-size: 14px;
		/* margin-bottom: 50px; */
	}
	.main__banner-left button {
		width: 170px;
		height: 48px;
		font-size: 12px;
	}
	.main__banner-right3 img {
		max-width: 70%;
	}
	.main__banner-right3 {
		right: -80vw;
	}
	.AboutMethods {
		margin-top: 0;
	}
	.scale_title p {
		font-size: 14px;
	}
	.scale_title {
		height: 30px;
		width: 151px;
		margin-bottom: 0;
	}
	.title {
		font-size: 30px;
		margin-bottom: 41px;
	}
	.AboutMethods__TopBlock-left-title,
	.AboutMethods__BottomBlock-left-title {
		font-size: 24px;
		margin-left: 46px;
	}
	.AboutMethods__TopBlock-left ul li,
	.AboutMethods__BottomBlock-left ul li {
		font-size: 14px;
	}
	.AboutMethods__TopBlock-left ul,
	.AboutMethods__BottomBlock-left ul {
		padding: 26px 50px;
	}
	.AboutMethods__TopBlock-left ul li::before,
	.AboutMethods__BottomBlock-left ul li::before {
		top: 6px;
	}
	.AboutMethods__TopBlock-right img,
	.AboutMethods__BottomBlock-right img {
		max-width: 261px;
		width: 100%;
	}
	.paymentFact {
		padding-top: 67px;
		margin-bottom: 60px;
	}
	.paymentFact .paymentFact__block p {
		font-size: 20px;
		max-width: 320px;
	}
	.paymentFact .paymentFact__block img {
		max-width: 343px;
		width: 100%;
	}
	.paymentFact .paymentFact__block button {
		max-width: 170px;
		height: 48px;
		font-size: 12px;
	}
	.results__slider_nav {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.results__slider_nav-block {
		max-width: 100%;
		padding-left: 375px;
	}
	.results__sliders {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.results__slider_nav-img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 357px;
		width: 100%;
	}
	.results__slider_nav-block p {
		font-size: 14px;
	}
	p.results__slider_nav-block-title {
		font-size: 24px;
	}
	.results__slider_nav-block::after {
		content: none;
	}
	.results__slider_for {
		max-width: 100%;
		margin: 0;
	}
	.results__bg {
		display: none;
	}
	.brands__list .row div {
		padding: 0;
	}

	.brands__list .row div {
		margin-right: 36px;
	}
	.brands__list .row div:last-child {
		margin-right: 0;
	}
	.brands__list .row img {
		width: 100%;
		max-width: 108px;
	}
	.brands {
		margin-bottom: 57px;
	}
	.CallBack-title {
		font-size: 24px;
		max-width: 549px;
	}
	.CallBack .form {
		padding: 48px 30px;
	}
	.CallBack .form .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.CallBack .form .input-span {
		position: relative;
		z-index: 1;
		max-width: 31%;
	}

	.CallBack .form input {
		height: 48px;
	}
	.CallBack .form img {
		z-index: 0;
		max-width: none;
	}
	.CallBack .form .row {
		justify-content: center;
		max-width: none;
		position: relative;
		z-index: 1;
	}
	.CallBack .form .row input {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.CallBack .form .row input:last-child {
		margin-right: 0;
	}
	.CallBack .form .checkbox {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: 20px;
	}
	.footer {
		position: relative;
	}
	.footer__block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_polit {
		margin-top: 47px;
	}
	.footer__additional a {
		font-size: 14px;
	}
	.footer_polit::after {
		content: '';
		width: 100%;
		height: 1px;
		background: #4b4b4b;
		position: absolute;
		top: 145px;
		right: 0;
	}
	.footer_polit a {
		color: #848484;
		font-size: 14px;
	}
	.footer {
		padding: 26px 0;
	}
	.footer__additional {
		margin-right: 0;
	}
}
@media (max-width: 790px) {
	.main__banner .slider_left-block.dev {
		/* height: 1000px !important; */
		/* height: 1110px !important; */
		border-radius: 0px 0px 200px 0px;
	}
	.brands__list .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.CallBack .form img {
		max-width: 200px;
	}
	.footer__additional {
		grid-gap: 10px;
		grid-template-columns: repeat(3, 1fr);
		display: grid;
	}
	.footer__additional a {
		font-size: 12px;
	}
	.footer__block .logo {
		max-width: 44px;
		width: 100%;
	}
	.footer_polit::after {
		top: 100px;
	}
	.CallBack .form input::-webkit-input-placeholder {
		font-size: 10px;
	}
	.CallBack .form input::-moz-placeholder {
		font-size: 10px;
	}
	.CallBack .form input:-ms-input-placeholder {
		font-size: 10px;
	}
	.CallBack .form input::-ms-input-placeholder {
		font-size: 10px;
	}
	.CallBack .form input::placeholder,
	.CallBack .form .btn-.form {
		font-size: 10px;
	}
	.header__menu li a {
		white-space: nowrap;
	}
	.header__menu {
		margin-left: 10px;
	}
}

@media (max-width: 751px) {
	.main__banner .slider_left-block.dev {
		height: 850px !important;
	}
}
@media (max-width: 690px) {
	.main__banner-left h1 {
		font-size: 30px !important;
	}
}
@media (max-width: 590px) {
	.buttons {
		flex-direction: column !important;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.main__banner-left {
		margin-top: 60px !important;
	}
	.main__banner-left button {
		margin: 0 !important;
		margin-bottom: 5px !important;
	}
	.main__banner .slider_left-block.dev {
		width: 100%;
		border-radius: 0px 0px 150px 0px;
		/* height: 1100px !important; */
		height: 950px !important;
	}
	.main__banner {
		height: 850px !important;
	}
	.header__logo p {
		display: none;
	}
	.main__banner-left h1 {
		font-size: 25px !important;
	}
	.footer__additional {
		grid-template-columns: repeat(1, 1fr);
	}
	.header__menu {
		display: none;
	}
	.header__contacts a {
		font-size: 18px;
		color: #ffffff;
	}
	.header__contacts .btn-call {
		color: #ffbf60;
		font-size: 14px;
		border-bottom: 1px dashed #ffbf60;
	}
	.container-lg {
		padding: 0 20px;
	}
	.main__banner-right {
		right: 110px;
		top: 214px;
	}
	.main__banner-right3 img {
		max-width: 50%;
	}
	.main__banner-right {
		position: relative;
	}
	.main__banner-right {
		right: 0;
		top: -60px;
	}
	.main__banner-left p {
		font-size: 18px;
		max-width: 334px;
	}
	.main__banner-left button {
		font-size: 14px;
	}
	.title {
		margin-bottom: 33px;
	}
	.buttons {
		margin-top: 20px !important;
	}
	.AboutMethods__TopBlock .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.AboutMethods__TopBlock-right,
	.AboutMethods__BottomBlock-right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		text-align: center;
		margin-bottom: 29px;
	}
	.AboutMethods__TopBlock-right img,
	.AboutMethods__BottomBlock-right img {
		max-width: 200px;
	}
	.AboutMethods__TopBlock-left-title,
	.AboutMethods__BottomBlock-left-title {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 23px;
	}
	.AboutMethods__TopBlock {
		margin-bottom: 36px;
	}
	.paymentFact {
		padding-top: 0;
		margin-bottom: 80px;
	}
	.paymentFact .paymentFact__block p {
		font-size: 24px;
		max-width: 296px;
		text-align: center;
		margin-bottom: 25px;
	}
	.paymentFact .paymentFact__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 37px 24px;
		padding-bottom: 0;
	}
	.paymentFact .paymentFact__block button {
		max-width: 196px;
		height: 56px;
		margin-bottom: 10px;
	}
	.paymentFact .paymentFact__block img {
		position: relative;
		max-width: 439px;
	}
	.results__slider_nav-img {
		position: relative;
		left: -42px;
		width: auto;
	}
	.results__slider_nav-block {
		padding: 37px;
	}
	.results__slider_nav-block::after {
		content: '';
	}
	.results__slider_nav {
		margin-bottom: 112px;
	}
	.results__slider_for {
		max-width: unset;
		overflow: scroll;
	}
	.results__slider_for-block {
		width: 770px;
		max-width: unset;
		overflow: scroll;
	}
	.results__slider_for-block table {
		width: 770px;
	}
	.brands__list .row {
		margin-bottom: 96px;
	}
	.CallBack-title {
		font-size: 21px;
		text-align: center;
		max-width: 334px;
		margin: 0 auto;
		margin-bottom: 31px;
	}
	.CallBack .form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.CallBack .form img {
		max-width: 330px;
		position: relative;
		right: 0;
	}
	.CallBack .form .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.CallBack .form .btn-.form {
		height: 64px;
	}
	.CallBack .form input {
		max-width: 100%;
		width: 100%;
		height: 64px;
	}

	.CallBack .form .input-span {
		max-width: 100%;
		width: 100%;
	}
	.CallBack .form {
		padding: 48px 43px;
		padding-bottom: 0;
	}
	.CallBack .form input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.CallBack .form input::-moz-placeholder {
		font-size: 14px;
	}
	.CallBack .form input:-ms-input-placeholder {
		font-size: 14px;
	}
	.CallBack .form input::-ms-input-placeholder {
		font-size: 14px;
	}
	.CallBack .form input::placeholder,
	.CallBack .form .btn-.form {
		font-size: 14px;
	}
	.footer__additional {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__additional a {
		font-size: 14px;
	}
	.footer__additional-block-mail a {
		font-weight: normal;
	}
	.footer_polit::after {
		top: 200px;
	}
	.popUpContacts__title {
		text-align: center;
		font-size: 24px;
	}
	#popUpContacts .form {
		margin-top: 30px;
		max-width: 248px;
		margin: 0 auto;
		margin-top: 20px;
	}
	#popUpContacts {
		padding-bottom: 218px;
	}
	#popUpContacts img {
		right: -35px;
		top: 455px;
	}

	#popUpContacts .wpcf7-response-output {
		display: none;
	}
	#popUpContacts.fancybox-content {
		overflow: hidden;
	}
	.brands__list .row div {
		margin-right: 10px;
	}
}
@media (max-width: 500px) {
	.main__banner .slider_left-block.dev {
		height: 915px !important;
	}
	.main__banner {
		height: 800px !important;
	}
}
@media (max-width: 431px) {
	.main__banner .slider_left-block.dev {
		height: 950px !important;
	}
	.main__banner {
		height: 860px !important;
	}
}
@media (max-width: 386px) {
	.main__banner .slider_left-block.dev {
		height: 1000px !important;
	}
	.main__banner {
		height: 950px !important;
	}
}
@media (max-width: 360px) {
	.main__banner {
		height: 1050px !important;
	}
	.main__banner .slider_left-block.dev {
		height: 1150px !important;
	}
}

.slick {
	padding: 10rem 0;
	position: relative;
}
.swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-wrapper {
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.swiper-pagination {
	position: absolute;
	z-index: 2;
	bottom: 0 !important;
}
.swiper-pagination-bullet-active {
	background-color: #ff5f46 !important;
}
span.swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
}
.swiper-wrapper-slide {
	width: 100% !important;
	min-height: 722px !important;
}
.swiper-img-slide {
	width: 100%;
	height: 100%;
}
.swiper-img-slide img {
	width: 100%;
	display: block;
}
