@font-face {
	font-family: 'arial_mtbold';
	src: url("../fonts/arial-boldmt.woff2") format("woff2"), url("../fonts/arial-boldmt.woff") format("woff"), url("../fonts/arial-boldmt.ttf") format("truetype"), url("../fonts/arial-boldmt.svg#arial_mtbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

input {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.nav-btn span {
	display: block;
}

button,
a {
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	background: none;
	text-decoration: none;
}

button:hover,
a:hover {
	opacity: 0.7;
}

textarea {
	resize: vertical;
}

body {
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	color: #22272B;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
}

.wrapper {
	max-width: 1097px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.accent-btn {
	color: #ffffff;
	font-family: "arial_mtbold", sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: -0.12px;
	line-height: normal;
	display: inline-block;
	padding: 21px 0 20px 0;
	background-color: #c68d11;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.accent-btn:before {
	content: "";
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: #fec03a;
	z-index: -1;
}

.accent-btn:hover {
	opacity: 1;
}

.accent-btn:hover:before {
	background-color: #c68d11;
	opacity: 1;
}


.main-section-right-col .accent-btn {
	width: 100%;
	margin-top: 32px;
}

section h2 {
	color: #121212;
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	text-align: center;
}

.note {
	max-width: 746px;
	text-align: center;
}

.note span {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #010101;
	display: inline;
}

.digits,
.d2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-scroll {
	overflow: hidden;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

/*.xdsoft div:nth-child(9),
.xdsoft div:nth-child(10),
.xdsoft div:nth-child(11) {
	display: none;
}
*/
.main-header {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	background-color: #21aff1;
}

.main-header .wrapper {
	padding-top: 24px;
	padding-bottom: 19px;
	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;
}

.logo {
	width: 217px;
	min-width: 217px;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	display: block;
	max-width: 100%;
}

.main-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation ul li {
	margin-right: 55px;
}

.main-navigation ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation ul li a img {
	margin-right: 10px;
	display: block;
}

.main-navigation ul li a span {
	color: #ffffff;
	font-family: "arial_mtbold", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.main-navigation {
	margin-left: 40px;
}

.tel-box>* {
	display: block;
}

.tel-box span {
	color: #ffffff;
	font-family: "arial_mtbold", sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.tel-box a {
	color: #ffffff;
	font-size: 18px;
	font-family: "arial_mtbold", sans-serif;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.main-footer {
	background-color: #21aff1;
	padding-top: 57px;
	padding-bottom: 53px;
}

.main-footer .wrapper {
	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;
}

.main-footer p {
	color: #ffffff;
	font-family: "arial_mtbold", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}

.main-footer p a {
	color: #ffffff;
	font-family: "arial_mtbold", sans-serif;
	font-size: 24px;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials li {
	margin-right: 28px;
}

.cntDigit {
	background-size: 100% auto !important;
}

.main-section {
	background-position: top -150px center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	min-height: 700px;
	padding-top: 220px;
}

.main-section-title {
	max-width: 536px;
}

.main-section-title strong {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: -0.27px;
	padding: 0 26px;
}

.main-section-title .cent {
	padding: 14px 26px;
}

.main-section-title .las {
	padding-bottom: 16px;
}

.main-section-title span {
	padding: 0 26px;
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.main-section-title span span {
	color: #fec03a;
	padding: 0;
	padding-bottom: 0;
}

.main-section-title span b {
	font-family: "Nunito", sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #fec03a;
}

.bg-text>* {
	display: inline-block;
	background: rgba(50, 176, 239, 0.8);
}

.main-section-sub-title {
	margin-top: 34px;
}

.main-section-sub-title span {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	padding: 12px 26px 10px 26px;
}

.main-section-sub-title span small {
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: -0.3px;
}

.main-section-sub-title span small b {
	color: #fec03a;
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: -0.3px;
}

.main-section-cols {
	display: grid;
	grid-template-columns: 1fr 370px;
	grid-column-gap: 54px;
}

.timer-box {
	width: 100%;
	padding: 20px 20px 26px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background: rgba(50, 176, 239, 0.8);
}

.products-cats-section {
	padding: 38px 0 83px 0;
}

.products-cats-section h2 {
	margin-bottom: 68px;
}

.products-cats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 23px;
	grid-row-gap: 24px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.products-cat-link {
	width: 100%;
	height: 225px;
	position: relative;
	display: block;
}

.products-cat-link:hover {
	opacity: 1;
}

.products-cat-link:hover .cat-name {
	background-color: #0f89d9;
}

.products-cat-link img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.products-cat-link .cat-name {
	display: block;
	position: absolute;
	bottom: 22px;
	left: 0;
	padding: 2px 0;
	background-color: #21aff1;
	width: calc(100% + 14px);
	margin-left: -7px;
	margin-right: -7px;
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.conditions {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 56px;
	padding-bottom: 57px;
	position: relative;
}

.conditions:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -35%);
	-ms-transform: translate(-50%, -35%);
	transform: translate(-50%, -35%);
	width: 133px;
	height: 37px;
	background-image: url("../img/tr.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.conditions h2 {
	color: #ffffff !important;
	margin-bottom: 30px;
}

.s-list {
	max-width: 897px;
	margin-left: auto;
	margin-right: auto;
}

.s-list li+li {
	margin-top: 22px;
}

.s-list li {
	position: relative;
	padding-left: 23px;
}

.s-list li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fec03a;
}

.s-list li p {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.s-list li p strong {
	font-size: 24px;
}

.price-and-payment {
	padding-top: 45px;
	padding-bottom: 113px;
}

.price-and-payment h2 {
	margin-bottom: 50px;
}

.price-and-payment-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 54px;
	margin: 0 auto;
	max-width: 980px;
}

.price-and-payment-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.price-and-payment-list li .ic {
	width: 130px;
	height: 108px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 3px solid #21aff1;
	margin-bottom: 19px;
}

.price-and-payment-list li:nth-child(1) .ic img {
	width: 109px;
	height: 68px;
}

.price-and-payment-list li:nth-child(2) .ic img {
	width: 76px;
	height: 76px;
}

.price-and-payment-list li:nth-child(3) .ic img {
	width: 85px;
	height: 81px;
}

.price-and-payment-list li p {
	color: #080c20;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	max-width: 301px;
	margin: 0 auto;
}

.order-and-delivery {
	padding-top: 72px;
	padding-bottom: 84px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.order-and-delivery:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
	width: 133px;
	height: 37px;
	background-image: url("../img/tr.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.order-and-delivery h2 {
	color: #fff !important;
	margin-bottom: 60px;
}

.order-and-delivery .s-list {
	max-width: 708px;
}

.order-and-delivery .s-list li+li {
	margin-top: 40px;
}

.video {
	padding-top: 73px;
	padding-bottom: 47px;
	background-color: #f4f4f4;
}

.video h2 {
	margin-bottom: 72px;
}

.video-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 37px;
	grid-row-gap: 25px;
	margin-bottom: 28px;
}

.video-grid li a {
	height: 293px;
}

.video-more {
	display: block;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #fec03a;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: underline;
	letter-spacing: -0.24px;
	margin-bottom: 26px;
}

.youtube-link {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.info {
	padding-top: 83px;
	padding-bottom: 72px;
}

.info .i-block {
	max-width: 683px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.info .i-block p {
	color: #040404;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}

.info .i-block a {
	font-size: 24px;
	font-weight: 400;
	color: #fec03a;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: underline;
}

.info .i-block strong {
	font-size: 24px;
	font-weight: 400;
	color: #21aff1;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.info .i-block+.i-block {
	margin-top: 20px;
}

.s-timer {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 45px;
}

.s-timer .wrapper {
	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;
}

.s-timer .timer-box {
	margin-bottom: 39px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 47px;
	padding-right: 47px;
}

.s-timer .accent-btn {
	padding: 16px 41px 15px 41px;
	margin-bottom: 69px;
	font-size: 18px;
}

.flipdown .rotor-group:nth-child(1) {
	display: none;
}

.flipdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flipdown .rotor {
	font-size: 29px;
}

.timer-box strong {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.12px;
	display: block;
	text-align: center;
	margin-bottom: 19px;
}

.timer-box .timer-heads {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.timer-box .timer-heads span {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.hamburger {
	display: none;
}

.video-grid li a {
	display: block;
}

.video-grid li a img {
	width: 100%;
	max-width: 100%;
	display: block;
}

@media only screen and (max-width: 940px) {
	.main-header {
		position: static;
	}
	.main-section {
		background-position: top center;
		padding-top: 66px;
		padding-bottom: 66px;
		height: auto;
		min-height: auto;
	}
	.main-section-right-col {
		display: none;
	}
	.main-section-cols {
		display: grid;
		grid-template-columns: 100%;
	}
	.main-navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #09aef4;
		margin-left: 0;
		padding-top: 120px;
		overflow-y: scroll;
		display: none;
	}
	.main-navigation.active {
		display: block;
		z-index: 11;
	}
	.main-navigation ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-navigation ul li {
		margin-bottom: 20px;
		margin-top: 20px;
		margin-right: 0;
	}
	.main-navigation ul li a img {
		margin-right: 10px;
		display: block;
		width: 19px;
		height: 20px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.main-navigation ul li a span {
		font-size: 19px;
	}
	.tel-box {
		display: none;
	}
	.hamburger {
		display: block;
		padding: 0;
	}
	.main-header .wrapper {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.logo {
		width: 350px;
	}
	.hamburger-box {
		width: 30px;
		height: 30px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 100%;
		height: 5px;
		background-color: #fff;
	}
	.products-cats {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.video-grid li a {
		height: auto;
	}
}

.main-section-left-col .accent-btn {
	display: none;
}

@media only screen and (max-width: 680px) {
	.products-cats {
		grid-template-columns: 1fr 1fr;
	}
	.price-and-payment-list {
		grid-template-columns: 1fr;
		grid-row-gap: 47px;
	}
	.video-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 0;
	}
	.swiper-container {
		padding-bottom: 20px;
	}
	.swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		background: #050505;
		opacity: 1;
		margin: 0 16px !important;
	}
	.swiper-pagination-bullet-active {
		background: deepskyblue;
	}
	.main-section .wrapper {
		padding-left: 80px;
	}
	.main-section-sub-title span small b {
		display: block;
	}
	.main-section-sub-title {
		margin-top: 2px;
	}
	.main-section-sub-title span {
		padding-top: 21px;
		padding-left: 19px;
		padding-right: 12px;
	}
	.main-section-sub-title span small {
		line-height: 48px;
	}
	.main-section-left-col .accent-btn {
		display: block;
		max-width: 475px;
		width: 100%;
		margin-left: 0;
		margin-right: auto;
		margin-top: 123px;
		font-size: 32px;
		padding-top: 26px;
		padding-bottom: 22px;
	}
	.main-section {
		padding-bottom: 98px;
	}
	.products-cats-section {
		padding-top: 46px;
		padding-bottom: 46px;
	}
	.products-cats-section h2 {
		margin-bottom: 55px;
	}
	.products-cat-link {
		height: 261px;
	}
	.products-cat-link .cat-name {
		bottom: 31px;
		font-size: 34px;
	}
	.products-cats {
		grid-column-gap: 32px;
		grid-row-gap: 43px;
	}
	.products-cats-section .wrapper {
		padding-left: 42px;
		padding-right: 42px;
	}
	.conditions {
		padding-top: 103px;
	}
	.conditions h2 {
		margin-bottom: 50px;
	}
	.s-list {
		max-width: 454px;
		margin-left: auto;
		margin-right: auto;
	}
	.s-list li p {
		font-size: 26px;
	}
	.s-list li::before {
		width: 14px;
		height: 14px;
		top: 12px;
	}
	.s-list li {
		padding-left: 38px;
	}
	.s-list li+li {
		margin-top: 41px;
	}
	.conditions {
		padding-bottom: 103px;
	}
	.price-and-payment {
		padding-top: 54px;
	}
	.price-and-payment h2 {
		margin-bottom: 35px;
	}
	.price-and-payment-list li .ic {
		height: 97px;
	}
	.price-and-payment-list li p {
		font-size: 26px;
		max-width: 391px;
	}
	.price-and-payment {
		padding-bottom: 84px;
	}
	.order-and-delivery .s-list {
		max-width: 454px;
	}
	.order-and-delivery {
		padding-bottom: 146px;
	}
	.video h2 {
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 44px;
	}
	.video {
		padding-top: 80px;
	}
	.video .swiper-container {
		max-width: 515px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 36px;
	}
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
	}
	.info .i-block {
		max-width: 470px;
		margin-left: auto;
		margin-right: auto;
	}
	.info .i-block+.i-block {
		margin-top: 30px;
	}
	.timer-box strong {
		margin-bottom: 10px;
	}
	.s-timer .timer-box {
		padding-bottom: 16px;
		margin-bottom: 50px;
	}
	.s-timer .accent-btn {
		max-width: 475px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 26px;
		padding-bottom: 22px;
		font-size: 32px;
		width: 100%;
		margin-bottom: 0;
	}
	.note {
		display: none;
	}
	.main-footer .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-footer .wrapper .socials {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 66px;
	}
	.main-footer .wrapper .socials li:last-child {
		margin-right: 0;
	}
	.main-footer .wrapper .socials li {
		margin-right: 68px;
	}
	.main-footer .wrapper .socials li img {
		width: 66px;
	}
	.main-footer .wrapper p {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.s-timer {
		padding-bottom: 76px;
	}
	.main-footer {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.main-footer .wrapper p {
		font-size: 21px;
	}
	.main-footer .wrapper p a {
		font-size: 31px;
	}
	.logo {
		width: auto;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 577px) {
	.main-section .wrapper {
		padding-left: 15px;
	}
	.main-section-left-col .accent-btn {
		width: 100%;
		max-width: none;
	}
	.main-section-title strong {
		font-size: 21px;
	}
	.main-section-title span {
		font-size: 16px;
	}
	.main-section-title span b {
		font-size: 24px;
	}
	.main-section-sub-title span {
		font-size: 24px;
	}
	.products-cats {
		grid-template-columns: 1fr;
	}
	.products-cats-section .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-footer .wrapper .socials li {
		margin-right: 20px;
	}
}

.hamburger {
	height: 30px;
	z-index: 12;
}

.call-ico {
	display: none;
}

@media only screen and (max-width: 940px) {
	.call-ico {
		display: flex;
		width: 30px;
		height: 30px;
		background-image: url("../img/icons/phone.svg");
		background-position: center center;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	.logo {
		min-width: 165px;
	}
	.main-navigation ul {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		width: 120px;
		margin: 0 auto;
	}
	.main-section-title span {
	    font-size: 16px;
	}
	.main-section-title .cent {
		padding: 3px 26px;
	}
	.main-section-title {
	    display: flex;
	    flex-wrap: wrap;
	    max-width: 282px;
	}
	.main-section-title span b {
	    font-size: 18px;
	    line-height: 1;
	}
	.main-section-title .las {
	    padding-bottom: 6px;
	}
	.main-section-sub-title {
	    margin-top: 10px;
	}
	.main-section-sub-title span {
	    font-size: 16px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    padding-left: 19px;
	    padding-right: 12px;
	}
	.main-section-sub-title span small {
	    line-height: 1;
	    font-size: 16px;
	}
	.main-section-sub-title span small b {
	    font-size: 20px;
	}
	.main-section-title strong {
	    padding-top: 5px;
	}
	.main-section-left-col .accent-btn {
	    margin-top: 35px;
	    font-size: 19px;
	    padding-top: 12px;
	    padding-bottom: 11px;
	    display: block;
	    max-width: 200px;
	}
	.products-cats-section h2 {
	    margin-bottom: 20px;
	    font-size: 19px;
	}
	.products-cats-section {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.products-cat-link .cat-name {
	    font-size: 16px;
	    bottom: 10px;
	}
	.conditions h2 {
	    margin-bottom: 20px;
	    font-size: 19px;
	}
	.conditions {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.s-list li p {
	    font-size: 14px;
	    line-height: 1;
	}
	.s-list li p strong {
	    font-size: 14px;
	}
	.s-list li+li {
	    margin-top: 15px;
	}
	.main-section-title strong {
	    font-size: 21px;
	}
	.products-cats {
	    grid-template-columns: 1fr 1fr;
	}
	.products-cats {
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
	}
	.products-cat-link {
	    height: 150px;
	}
	section h2 {
	    font-size: 19px;
	}
	.price-and-payment {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.price-and-payment-list li:nth-child(1) .ic img {
	    width: 74px;
	    height: 46px;
	}
	.price-and-payment-list li:nth-child(2) .ic img {
	    width: 52px;
	    height: 46px;
	}
	.price-and-payment-list li:nth-child(3) .ic img {
	    width: 53px;
	    height: 47px;
	}
	.price-and-payment-list li .ic {
	    height: 59px;
	}
	.price-and-payment-list li p {
	    font-size: 14px;
	    max-width: 391px;
	}
	.price-and-payment-list li .ic {
    	width: 100px;
	}
	.order-and-delivery {
	    padding-bottom: 50px;
	    padding-top: 50px;
	}
	.s-list li::before {
	    width: 10px;
	    height: 10px;
	    top: -1px;
	}
	.order-and-delivery .s-list li+li {
	    margin-top: 20px;
	}
	.order-and-delivery h2 {
	    margin-bottom: 20px;
	}
	.video {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.video h2 {
	    margin-bottom: 25px;
	}
	.video-more {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.video .swiper-container {
	    margin-bottom: 20px;
	}
	.info {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.info .i-block p, .info .i-block a, .info .i-block strong {
	    font-size: 14px;
	}
	.info .i-block+.i-block {
	    margin-top: 5px;
	}
	.s-timer {
	    padding-bottom: 50px;
	    padding-top: 50px;
	}
	.s-timer .accent-btn {
	    padding-top: 12px;
	    padding-bottom: 11px;
	    font-size: 19px;
	    max-width: 200px;
	    padding-left: 0;
	    display: flex;
	    justify-content: center;
	    padding-right: 0;
	}
	.s-timer .timer-box {
	    padding-bottom: 16px;
	    margin-bottom: 30px;
	}
	.main-footer {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.main-footer .wrapper .socials li img {
	    width: 28px;
	}
	.main-footer .wrapper .socials li {
	    margin-right: 30px;
	}
	.main-footer .wrapper .socials {
	    margin-bottom: 20px;
	}
	.main-footer .wrapper p {
	    font-size: 14px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.main-footer .wrapper p a {
	    font-size: 14px;
	    display: flex;
	    width: 100%;
	    justify-content: center;
	}
}


/* my */


.modal--aplication {
    font-size: 13px;
    color: #697180;
}
.modalTitleMy{
	font-size: 24px;
    color: #000;
}
.modalDescrMy{
	padding:20px 0px;
}
.modal--form .modal-dialog {
	max-width: 480px;
}

.custom-checkbox .custom-control-indicator{border-radius:.25rem}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#27aae1;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}
.custom-radio .custom-control-indicator{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}
.custom-controls-stacked{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}

.modalMyFormRow{
	margin-bottom: 20px;
    display: flex;
}
.modalMyFormRow span{
	width:200px;
}

.modalMyFormRow input[type="text"] {
    height: 36px;
	padding: .5rem 1rem;
	line-height: 1.25;
    display: block;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #697180;
    border: 1px solid #ccc;
    border-radius: 36px;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.modalMyFormRow input[type="text"]:focus {
    color: #697180;
    border-color: #27aae1;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(39,170,225,.25);
}
.modalMyFormRow span.require:after {
    font-size: 1.4rem;
    line-height: 18px;
    position: absolute;
    padding-left: 2px;
    content: "*";
    color: #ffc122;
}
.fancybox-close-small {
    width: 70px;
    height: 70px;
    color: #27aae1 !important;
}
.modalMyFormRow input[type="checkbox"]{
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
}
.modalMyFormRow .custom-control-description{
	bottom: 40px;
    vertical-align: super;
}
.modalMyFormRow a {
    color: #27aae1;
    border-bottom: 1px solid #93d4f0;
}

.modalMyFormRow .btn-secondary {
    color: #fff;
	width: 300px;
	height: 36px;
    border-radius: 100em;
	cursor: pointer;
	border-color: #ffc122;
	background-color: #ffc122;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    display: inline-block;
    padding: .5rem .75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	border: 1px solid transparent;
	margin: 0 auto;
}
.g-recaptcha div:first-child{
	margin-bottom:20px;
}