@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

::-webkit-scrollbar {width: 6px; height: 6px;} 
::-webkit-scrollbar-track-piece {background-color: #E8E8E8; -webkit-border-radius: 50px;} 
::-webkit-scrollbar-thumb:vertical {height: 6px; background-color: #234BB1; -webkit-border-radius: 50px;} 
::-webkit-scrollbar-thumb:horizontal {width: 6px; background-color: #234BB1; -webkit-border-radius: 50px;}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font: 400 16px/1.25 'Montserrat', sans-serif;
	color: #000;
}
ul, 
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	transition: 300ms;
}
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
button {
	cursor: pointer;
	transition: 300ms;
}
img {
	max-width: 100%;
}
.image img {
	display: block;
}
.slick-slider,
.slick-slider * {
	outline: none!important;
}
.input-class {
	display: block;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid transparent;
	height: 50px;
	padding: 0 21px;
	font-size: 16px;
	transition: 300ms;
	color: #000;
	border-radius: 5px;
}
.input-class::placeholder {
	color: #000;
	transition: 300ms;
}
.input-class:focus::placeholder {
	font-size: 0;
}
textarea.input-class {
	height: 101px;
	resize: none;
	padding: 21px;
}
.input-class:focus {
	border-color: #006C84;
}
.maxwidth {
	margin: 0 auto;
	min-width: 365px;
}
.fixed {
	width: 1360px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.mob-menu {
	display: none!important;
}
.btn {
	background: #234BB1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	color: #fff;
	transition: 300ms;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	min-height: 50px;
	max-width: 100%;
	border: 1px solid transparent;
	border-radius: 0;
}
.btn-orange {
	background: #FFEB35;
	color: #000;
}
.btn-transparent {
	background: transparent;
	color: #000;
}
.btn-border-white {
	border-color: #fff;
	color: #fff;
}
.btn:hover {
	background: #000;
}
.btn-orange:hover {
	color: #fff;
}
.btn-border-white:hover {
	background: #fff;
	color: #000;
}
.image img {
	display: block;
}
.image-responsive {
	height: 0;
	position: relative;
	padding-bottom: 100%;
}
.image-responsive img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 300ms;
}
.image-responsive-mini {
	padding-bottom: 64%;
}
.image-responsive-big-vertical {
	padding-bottom: 130%;
}
.head {
	background: #fff;
	transition: 300ms;
}
.headx-main {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	transition: 300ms;
}
.headx-main-row {
	align-items: center;
}
.headx-main-col-2 {
	margin-left: auto;
}
.logo {
	position: relative;
	transition: 300ms;
}
.logo > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.headx-logo:hover {
	transform: translateY(-3px);
}
.xhead-burger {
	display: none;
}
.headx-contacts {
	margin: -8px -18px;
	align-items: center;
}
.headx-contacts-item {
	padding: 8px 18px;
	align-items: center;
}
.headx-contacts-item-ico a {
	display: block;
}
.headx-contacts-item-text {
	margin-left: 10px;
}
.headx-contacts-item-phone {
	font-weight: bold;
}
.headx-contacts-item-phone > a {
	text-decoration: none;
	transition: 300ms;
}
.headx-contacts-item-phone > a:hover {
	color: #234BB1;
}
.headx-contacts-item-search {
	transform: translateY(3px);
}
.headx-bottom {
	padding: 23px 0;
	transition: 300ms;
}
.headx-menu {
	flex-wrap: nowrap;
	margin: -8px;
	justify-content: space-between;
}
.headx-menu > li {
	padding: 8px;
}
.headx-menu > li > a {
	text-decoration: none;
	font-weight: 500;
	transition: 300ms;
}
.headx-menu > li > a:hover {
	color: #234BB1;
}
.headx-menu > li > a > svg {
	margin-right: 6px;
}
.section-title {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
}
.text-background {
	background: #FFEB35;
	color: #000;
	line-height: 1;
	display: inline-block;
}
.first-section {
	background: #234BB1;
	color: #fff;
}
.first-in {
	padding: 70px 0 0 0;
}
.first-row {
	align-items: flex-end;
}
.first-cont {
	padding: 0 0 67px 0;
	max-width: 780px;
}
.first-title {
	margin-bottom: 40px;
}
.first-text {
	font-weight: 500;
	margin-bottom: 60px;
}
.first-text ul li {
	margin-bottom: 13px;
	position: relative;
	padding: 0 0 0 14px;
}
.first-text ul li:before {
	content: '';
	background: #FFEB35;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	position: absolute;
	top: 6px;
	left: 0;
}
.first-text ul li:last-child {
	margin: 0;
}
.first-actions {
	margin: -10px;
}
.first-actions-btn {
	margin: 10px;
}
.first-col-2 {
	margin-left: auto;
}
.first-right {
	width: 524px;
	position: relative;
}
.first-right:before {
	content: '';
	background: url(../img/first-circle.png) no-repeat;
	width: 453px;
	height: 453px;
	position: absolute;
	top: -39px;
	left: -119px;
}
.first-image {
	position: relative;
	z-index: 2;
}
.st-section {
	border-bottom: 1px solid #ececec;
}
.st-in {
	padding: 19px 0;
}
.st-items {
	margin: -5px;
}
.st-item {
	padding: 5px;
	flex: 1;
}
.st-item-text {
	font-weight: 500;
	margin-left: 10px;
}
.st-item-value {
	font-size: 40px;
	font-weight: bold;
	color: #234BB1;
	line-height: 1;
}
.st-item-text-first {
	mrgin: 0 4px 0 0;
}
.prod-in {
	padding: 45px 0 114px 0;
}
.prod-cat {
	margin-bottom: 62px;
}
.prod-cat:last-child {
	margin-bottom: 0;
}
.prod-cat-title {
	margin-bottom: 45px;
}
.prod-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.prod-item-box {
	border: 1px solid #d9d9d9;
	transition: 300ms;
	height: 100%;
	position: relative;
}
.prod-item-box:hover {
	border-color: #234BB1;
}
.prod-item-image {
	height: 260px;
	justify-content: center;
	align-items: center;
}
.prod-item-image a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prod-item-image img {
	max-width: 90%!important;
	max-height: 90%;
	transition: 300ms;
	object-fit: cover;
}
.prod-item-image img:hover {
	transform: scale(0.96);
}
.prod-item-cont {
	padding: 0 16px 110px 26px;
}
.prod-item-title {
	margin-bottom: 25px;
}
.prod-item-title a {
	transition: 300ms;
	text-decoration: none;
}
.prod-item-title a:hover {
	color: #234BB1;
	text-decoration: underline;
}
.prod-item-chars {
	font-size: 14px;
}
.prod-item-chars-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	margin-bottom: 6px;
}
.prod-item-chars-item:last-child {
	margin-bottom: 0;
}
.prod-item-chars-item-dotted {
	border-bottom: 1px dotted #000;
	transform: translateY(-4px);
	margin: 0 5px;
}
.prod-item-bottom {
	position: absolute;
	bottom: 26px;
	left: 26px;
	right: 16px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 38px;
}
.prod-item-price > * {
	display: block;
}
.prod-item-price > s {
	text-decoration: line-through;
	font-size: 14px;
}
.prod-item-price > span {
	font-size: 22px;
	font-weight: 900;
}
.prod-item-order-btn {
	background: #234BB1;
	width: 43px;
	height: 43px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	transition: 300ms;
}
.prod-item-order-btn:hover {
	background: #000;
}
.prod-all {
	justify-content: center;
	margin-top: 67px;
}
.calc-section {
	background: #ececec;
}
.calc-in {
	padding: 63px 0 74px 0;
}
.calc-title {
	margin-bottom: 53px;
}
.calc-box {
	background: #fff;
	border-radius: 11px;
	padding: 49px 64px 38px 64px;
}
.calc-box label {
	font-weight: 500;
}
.calc-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 20px;
}
.calc-labels {
	max-width: 335px;
}
.calc-label {
	margin-bottom: 12px;
	align-items: center;
	flex-wrap: nowrap;
}
.calc-label:last-child {
	margin-bottom: 0;
}
.calc-label-input {
	width: 70px;
	flex-shrink: 0;
	margin-left: auto;
}
.calc-label-input > * {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	border: 2px solid #c0c0c0;
	transition: 300ms;
	outline: none;
	font-weight: 500;
}
.calc-label-input > *:focus {
	border-color: #234BB1;
}
.calc-ins {
	padding: 9px 0 0 0;
}
.calc-ins > label {
	display: block;
	margin-bottom: 25px;
}
.calc-ins-checkboxes {
	margin: -5px;
}
.calc-ins-checkbox {
	margin: 5px;
	align-items: center;
	display: flex;
}
.calc-ins-checkbox input {
	width: 17px;
	height: 17px;
	transform: translateY(-1px);
	margin-right: 5px;
}
.calc-bottom {
	border-top: 2px solid #d9d9d9;
	margin-top: 58px;
	padding-top: 29px;
	justify-content: space-between;
}
.calc-sbm-btn {
	width: 335px;
}
.calc-bottom-text {
	text-align: right;
	line-height: 1.5;
}
.ready-in {
	padding: 60px 0 87px 0;
}
.ready-title {
	margin-bottom: 60px;
}
.xtable table {
	border-collapse: collapse;
	width: 100%;
}
.xtable table thead tr {
	background: #234BB1;
}
.xtable table th {
	color: #fff;
	font-weight: 600;
	padding: 22px 22px;
	text-align: left;
}
.xtable table td {
	padding: 13px 22px;
	text-align: left;
}
.xtable table tbody tr:nth-child(2n) {
	background: #F1F4F8;
}
.xtable table td a {
	color: #234BB1;
}
.xtable table td a:hover {
	color: #000;
}
.xtable table tbody tr:hover {
	background: #dcdcdc;
}
.ready-table table th,
.ready-table table td {
	text-align: center;
}
.et-section {
	background: #F1F4F8;
}
.et-in {
	padding: 56px 0 63px 0;
}
.et-title {
	margin-bottom: 75px;
}
.et-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 75px 15px;
}
.et-item-in {
	max-width: 365px;
}
.et-item-num {
	width: 70px;
	color: #234BB1;
	font-size: 83px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-10px);
}
.et-item-cont {
	width: calc(100% - 70px);
}
.et-item-title {
	font-weight: 600;
	margin-bottom: 10px;
	height: 63px;
	display: flex;
	align-items: center;
}
.sale-in {
	padding: 87px 0 130px 0;
}
.sale-col-1 {
	width: 35.4%;
}
.sale-col-2 {
	width: 57.5%;
	margin-left: auto;
}
.sale-item {
	margin-bottom: 17px;
}
.sale-item:last-child {
	margin-bottom: 0;
}
.sale-item-in {
	background: #fafafa;
	border: 1px solid #ececec;
	padding: 26px 26px 32px 29px;
	align-items: center;
}
.sale-item-ico {
	width: 50px;
}
.sale-item-cont {
	width: calc(100% - 70px);
	margin-left: auto;
}
.sale-item-title {
	font-weight: 600;
	margin-bottom: 2px;
}
.sale-item-text {
	font-size: 14px;
}
.sale-title {
	margin-bottom: 49px;
}
.sale-text > * {
	margin-bottom: 27px;
}
.sale-text > *:last-child {
	margin-bottom: 0;
}
.how-section {
	background: #F1F4F8;
}
.how-in {
	padding: 65px 0 81px 0;
}
.how-title {
	margin-bottom: 67px;
}
.how-col-1 {
	width: 603px;
}
.how-col-2 {
	width: 631px;
	margin-left: auto;
}
.how-image img {
	display: block;
	width: 100%;
}
.how-thumbs {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}
.how-thumb img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.how-image,
.how-thumb {
	overflow: hidden;
}
.how-image img,
.how-thumb img {
	transition: 300ms;
}
.how-image img:hover,
.how-thumb img:hover {
	filter: brightness(80%);
	transform: scale(1.07);
}
.how-cont {
	height: 100%;
	position: relative;
	padding: 0 0 80px 0;
}
.how-get {
	position: absolute;
	bottom: 0;
	left: 0;
}
.how-text {
	line-height: 1.8;
}
.how-text b {
	font-weight: 600;
}
.how-text li {
	list-style: disc outside;
	margin-left: 18px;
}
.how-get-btn {
	width: 320px;
}
.ras-in {
	padding: 60px 0;
}
.ras-title {
	margin-bottom: 63px;
}
.ras-max {
	font-size: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.ex-section {
	background: #F1F4F8;
}
.ex-in {
	padding: 55px 0 60px 0;
}
.ex-title {
	margin-bottom: 54px;
}
.ex-items {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}
.ex-item-in {
	overflow: hidden;
}
.ex-item img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 300ms;
}
.ex-item img:hover {
	filter: brightness(80%);
	transform: scale(1.07);
}
.ex-all {
	justify-content: center;
	margin-top: 45px;
}
.ex-all-btn {
	width: 218px;
}
.ab-in {
	padding: 55px 0 80px 0;
}
.ab-col-1 {
	width: 508px;
}
.ab-col-2 {
	width: calc(100% - 559px);
	margin-left: auto;
}
.ab-title {
	margin-bottom: 48px;
}
.ab-text {
	line-height: 1.8;
}
.ab-text > * {
	margin-bottom: 35px;
}
.ab-text > *:last-child {
	margin-bottom: 0;
}
.sert-section {
	background: #F1F4F8;
}
.sert-in {
	padding: 57px 0 68px 0;
}
.sert-title {
	margin-bottom: 52px;
}
.mslider {
	position: relative;
	margin: 0 -20px;
}
.xslider-item {
	padding: 0 20px;
}
.slider-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin: -25px 0 0 0;
	cursor: pointer;
	transition: 300ms;
}
.slider-arrow svg {
	width: 100%;
	height: 100%;
}
.slider-prev-arrow {
	right: calc(100% + 30px);
}
.slider-next-arrow {
	left: calc(100% + 30px);
}
.slider-arrow:hover {
	filter: invert(1);
}
.xslider-item img {
	transition: 300ms;
}
.xslider-item img:hover {
	filter: brightness(85%);
}
.team-in {
	padding: 57px 0 91px 0;
}
.team-title {
	margin-bottom: 52px;
}
.team-item-cont {
	margin-top: 40px;
}
.team-item-name {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: 600;
}
.team-items .slider-arrow {
	margin-top: -80px;
}
.trust-section {
	background: #F1F4F8;
}
.trust-in {
	padding: 57px 0 73px 0;
}
.trust-title {
	margin-bottom: 52px;
}
.trust-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.trust-item-in {
	position: relative;
}
.trust-item-play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.trust-item-play:before {
	content: '';
	background: url(../img/play.svg) no-repeat center / contain;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%; left: 50%;
	transition: 300ms;
	margin: -35px 0 0 -35px;
	z-index: 2;
}
.trust-item-play:hover:before {
	transform: scale(0.92);
}
.trust-item-image img {
	width: 100%;
	max-height: 357px;
	object-fit: cover;
}
.faq-in {
	padding: 57px 0 67px 0;
}
.faq-title {
	margin-bottom: 52px;
}
.faq-item {
	margin-bottom: 15px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item-top {
	background: #F1F4F8;
	min-height: 77px;
	align-items: center;
	padding: 13px 20px 13px 31px;
	cursor: pointer;
}
.faq-item-title {
	width: calc(100% - 30px);
}
.faq-item-arrow {
	transition: 300ms;
}
.faq-item-top.open .faq-item-arrow {
	transform: rotate(180deg);
}
.faq-item-body {
	background: #fbfbfb;
	padding: 20px 20px 20px 31px;
	display: none;
}
.footerx {
	background: #234BB1;
	color: #fff;
}
.footerx a {
	color: #fff;
}
.footerx-main {
	padding: 57px 0;
}
.footerx-col-2 {
	margin-left: auto;
}
.footerx-menus {
	gap: 75px 67px;
}
.footerx-menu-title {
	text-transform: uppercase;
	margin-bottom: 49px;
}
.footerx-menu-title a {
	text-decoration: none;
}
.footerx-menu-title a:hover {
	text-decoration: underline;
}
.footerx-menu-list > li {
	margin-bottom: 17px;
}
.footerx-menu-list > li:last-child {
	margin-bottom: 0;
}
.footerx-menu-list > li > a:hover {
	text-decoration: none;
}
.footerx-contacts {
	display: grid;
	gap: 12px 0;
}
.footerx-contacts-item {
	align-items: center;
}
.footerx-contacts-item-ico {
	width: 28px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
}
.footerx-contacts-item-ico a {
	display: block;
}
.footerx-contacts-item-ico svg path {
	fill: #fff;
}
.footerx-contacts-item-text a {
	text-decoration: none;
}
.footerx-contacts-item-text a:hover {
	text-decoration: underline;
}
.footerx-bottom {
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 23px 0;
}
.footerx-links {
	gap: 10px 30px;
}
.footerx-links > li > a {
	color: rgba(255, 255, 255, 0.75);
	transition: 300ms;
}
.footerx-links > li > a:hover {
	color: #fff;
	text-decoration: none;
}
.xhead-fix .head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.xhead-fix .headx-main {
	padding: 10px 0;
}
.xhead-fix .headx-bottom {
	padding: 15px 0;
}
.display-desktop {
	display: block;
}
.display-mobile {
	display: none;
}
.overflow {
	overflow: hidden;
}
.layer-background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.78);
	display: none;
}
.menu {
	background: #fff;
	position: fixed;
	width: 330px;
	height: 100%;
	top: 0;
	right: -120%;
	z-index: 9999;
	overflow: auto;
	transition: 600ms;
}
.menu.active {
	right: 0;
}
.menu-box {
	position: relative;
	padding: 50px 26px 47px 26px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.menu-close {
	position: absolute;
	top: -4px; left: 7px;
	cursor: pointer;
}
.menu-close svg {
	width: 18px;
}
.menu-close svg path {
	fill: #000;
}
.menu-logo {
	margin-bottom: 33px;
}
.menu-logo img {
	width: 150px;
}
.menu-name {
	font-weight: 500;
	margin-bottom: 47px;
}
.menu-list {
	flex-grow: 1;
}
.menu-list > li {
	margin-bottom: 18px;
	position: relative;
}
.menu-list > li:last-child {
	margin-bottom: 0;
}
.menu-list > li > a {
	font-size: 16px;
	line-height: 1.33;
	text-decoration: none;
	transition: 300ms;
}
.menu-list > li > a:hover {
	color: #234BB1;
}
.menu-bottom {
	margin-top: 50px;
}
.menu-bottom .footerx-contacts-item-ico svg path {
	fill: #234BB1;
}
@media(max-width: 1600px) {
	.mslider {
		padding: 0 70px;
	}
	.slider-prev-arrow {
		left: 20px;
		right: auto;
	}
	.slider-next-arrow {
		right: 20px;
		left: auto;
	}
}
@media(max-width: 1360px) {
	.first-col-1 {
		width: 550px;
	}
	.first-section {
		overflow: hidden;
	}
}
@media(max-width: 1300px) {
	.how-col-1 {
		width: 500px;
	}
	.prod-items {
		gap: 25px;
	}
	.st-item {
		flex: auto;
	}
}
@media(max-width: 1200px) {
	.how-col-1 {
		width: 350px;
	}
}
@media(max-width: 1150px) {
	.first-right {
		width: 380px;
	}
	.st-in {
		overflow-x: scroll;
	}
	.st-items {
		width: 1120px;
		flex-wrap: nowrap;
	}
	.team-item-name {
		font-size: 18px;
	}
}
@media(max-width: 1100px) {
	body {
		font-size: 14px;
	}
	.how-col-2 {
		width: 550px;
	}
}
@media(max-width: 991px) {
	.section-title {
		font-size: 35px;
	}
	.trust-items {
		gap: 20px;
	}
	.prod-items {
		display: block;
		margin: 0 -10px;
		position: relative;
		padding: 0 0 33px 0;
	}
.prod-item-image {
	height: 145px;
}

	.prod-item,
	.xslider-item {
		padding: 0 10px;
	}
	.mslider {
		padding: 0 0 33px 0;
		margin: 0 -10px;
	}
	.prod-items .slick-dots,
	.mslider .slick-dots,
	.ex-items .slick-dots,
	.trust-items .slick-dots {
		display: flex!important;
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: -5px;
		align-items: center;
	}
	.prod-items .slick-dots li button,
	.mslider .slick-dots li button,
	.ex-items .slick-dots li button,
	.trust-items .slick-dots li button {
		display: none;
	}
	.prod-items .slick-dots li,
	.mslider .slick-dots li,
	.ex-items .slick-dots li,
	.trust-items .slick-dots li {
		background: #d9d9d9;
		border-radius: 50px;
		width: 10px!important;
		height: 10px;
		cursor: pointer;
		transition: 300ms;
		margin: 5px;
	}
	.prod-items .slick-dots li.slick-active,
	.mslider .slick-dots li.slick-active,
	.ex-items .slick-dots li.slick-active ,
	.trust-items .slick-dots li.slick-active {
		width: 12px;
		height: 12px;
		background: #234BB1;
	}
	.ab-row {
		margin: -18px -10px;
	}
	.ab-col {
		width: 50%;
		padding: 18px 10px;
	}
	.xhead-burger {
		display: block;
	}
	.headx-bottom {
		display: none;
	}
	.headx-contacts {
		display: none;
	}
	.xhead-burger {
		position: relative;
		width: 26px;
		height: 26px;
	}
	.xhead-burger > div {
		position: absolute;
		top: 50%;
		margin-top: -33%;
		cursor: pointer;
		right: 0;
		width: 100%;
	}
	.xhead-burger-close {
		width: 80%!important;
		opacity: 0;
		transform: scale(0);
	}
	.xhead-burger.opened .xhead-burger-open {
		opacity: 0;
		transform: scale(0);
	}
	.xhead-burger.opened .xhead-burger-close {
		opacity: 1;
		transform: scale(1);
	}
	.headx-logo-ico {
		width: 150px;
	}
	.headx-main {
		padding: 14px 0;
	}
}
@media(max-width: 970px) {
	.how-row {
		flex-direction: column-reverse;
	}
	.how-col {
		width: 100%;
	}
	.how-col-2 {
		margin-bottom: 40px;
	}
	.calc-bottom-col {
		width: 100%;
	}
	.calc-bottom-col-2 {
		margin-top: 15px;
	}
	.calc-bottom-text {
		text-align: left;
	}
	.first-right {
		display: none;
	}
	.footerx-col {
		width: 100%;
	}
	.footerx-col-2 {
		margin-top: 20px;
	}
	.footerx-contacts {
		margin-top: 30px;
	}
}
@media(max-width: 768px) {
	.section-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.sale-col {
		width: 100%;
	}
	.sale-col-1 {
		margin-bottom: 39px;
	}
	.display-desktop {
		display: none;
	}
	.display-mobile {
		display: block;
	}
	.ab-subtitle,
	.sert-subtitle,
	.team-subtitle,
	.trust-subtitle,
	.faq-subtitle {
		margin-bottom: 29px;
		font-size: 16px;
	}
	.ex-items,
	.trust-items {
		padding: 0 0 33px 0;
		margin: 0 -10px;
		display: block;
	}
	.ex-items {
		margin: -10px;
	}
	.ex-item,
	.trust-item {
		padding: 10px;
	}
	.ex-item-in img,
	.xslider-item img,
	.trust-item img {
		width: 100%;
		max-width: 100%!important;
	}
	.first-in {
		padding: 54px 0 65px 0;
	}
	.first-col {
		width: 100%;
	}
	.first-image {
		display: none;
	}
	.first-cont {
		padding: 0;
	}
	.first-right {
		width: 100%;
		display: block;
	}
	.first-right:before {
		width: 249px;
		height: 249px;
		background-size: contain;
		left: -109px;
		top: auto;
		bottom: -105px;
	}
	.first-title {
		margin-bottom: 31px;
	}
	.first-text {
		margin-bottom: 31px;
	}
	.prod-in {
		padding: 42px 0 48px 0;
	}
	.prod-cat {
		margin-bottom: 40px;
	}
	.prod-all {
		margin-top: 40px;
	}
	.btn {
		font-size: 12px;
		padding: 10px 16px;
		min-height: 1px;
		width: auto;
	}
	.calc-in {
		padding: 61px 0 52px 0;
	}
	.calc-title {
		margin-bottom: 33px;
	}
	.calc-box {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}
	.calc-bottom {
		margin-top: 33px;
	}
	.calc-row {
		grid-template-columns: 100%;
	}
	.calc-bottom-text {
		font-size: 12px;
	}
	.ready-in {
		padding: 65px 0 50px 0;
	}
	.ready-table {
		margin: 0 -20px;
	}
	.ready-table table tbody tr {
		background: transparent!important;
	}
	.et-items {
		grid-template-columns: 100%;
		gap: 35px 15px;
	}
	.et-item {
		display: none;
	}
	.et-item:nth-child(-n+3) {
		display: block;
	}
	.et-item-in {
		max-width: 100%;
	}
	.et-item-title,
	.et-item-num {
		font-weight: 900;
	}
	.sale-in {
		padding: 66px 0;
	}
	.sale-title {
		margin-bottom: 36px;
	}
	.how-in {
		padding: 66px 0;
	}
	.how-get {
		display: none;
	}
	.how-cont {
		padding: 0;
	}
	.ab-title,
	.team-title,
	.sert-title,
	.trust-title,
	.faq-title {
		margin-bottom: 21px;
	}
	.ab-col {
		width: 100%;
	}
	.ab-text > * {
		margin-bottom: 20px;
	}
	.team-in,
	.sert-in {
		padding: 60px 0;
	}
	.team-item-cont {
		margin-top: 20px;
	}
	.faq-item-top {
		padding-left: 18px;
	}
	.trust-in {
		padding: 57px 0 60px 0;
	}
	.ras-max {
		width: 100%;
		display: block;
	}
}
@media(max-width: 650px) {
	.section-title {
		font-size: 28px;
	}
	.prod-item-title {
		font-size: 12px;
		font-weight: 900;
		margin-bottom: 16px;
	}
	.prod-item-chars {
		font-size: 12px;
	}
	.prod-item-order-btn {
		width: 22px;
		height: 22px;
	}
	.prod-item-order-btn svg {
		width: 65%;
		height: 65%;
	}
	.prod-item-price > s {
		font-size: 12px;
	}
	.prod-item-price > span {
		font-size: 14px;
	}
	.prod-item-cont {
		padding: 11px 11px 60px 11px;
	}
	.prod-item-bottom {
		bottom: 11px;
		left: 11px;
		right: 11px;
	}
}
@media(max-width: 550px) {
	.trust-item-play:before {
		width: 45px;
		height: 45px;
		margin: -22.5px 0 0 -22.5px;
	}
	.how-thumbs {
		gap: 7px;
		margin-top: 7px;
	}
	.ex-items {
		margin: -3px;
	}
	.ex-item {
		padding: 3px;
	}
	.ex-all {
		display: none;
	}
	.footer-menu {
		width: 100%;
	}
	.footerx-menu-title {
		margin-bottom: 33px;
	}
	.ready-table {
		zoom: 0.75;
	}
	.xtable table th {
		padding: 12px 10px;
	}
	.xtable table td {
		padding: 7px 10px;
	}
	.sale-item-text br {
		display: none;
	}
	.items-schemes {
		padding: 0;
	}
	.item-schemes__pic > p {
		display: none;
	}
	.item-schemes {
		text-align: center;
	}
	.item-schemes__pic {
		width: 48%;
		display: inline-block;
		vertical-align: middle;
	}
	.pname {
		font-size: 16px;
	}
	.footerx-bottom {
		font-size: 12px;
	}
}