@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/*font-family: 'Roboto Condensed', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*font-family: 'Bebas Neue', sans-serif;*/

@font-face {
	font-family: "TimesNewRoman";
	src: local("TimesNewRoman"), url("../fonts/times-new-roman.woff2") format("woff2");
	font-weight: normal;
}

@font-face {
	font-family: "TimesNewRoman";
	src: local("TimesNewRoman"), url("../fonts/times-new-roman-bold.ttf") format("truetype");
	font-weight: bold;
}

@font-face {
	font-family: "Gilroy Regular";
	src: local("Gilroy Regular"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Gilroy Bold";
	src: local("Gilroy Bold"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
	font-weight: 700;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 21px;
	font-family: "Arial", serif;
	font-weight: normal;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #4D4D4D;
}

section {
	padding: 30px 20px;
}

h1 {
	font-family: "Arial", serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 46px;
text-align: center;

color: #FFFFFF;
}

h3 {
	font-family: TimesNewRoman, serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;

color: #FFFFFF;
}

.single-img {
	max-width: 320px;
	width: 100%;
	margin: 20px auto;
}

.single-img img {
	width: 100%;
}

.wrapper {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}

.b1 {
	background: url(../images/block_offer_bg-1.png) no-repeat, #F4F7FB;
	background-size: 360px;
	min-height: 610px;
	padding: 10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.b1 .b1_features{
	position: absolute;
	top: 418px;
	left: 9px;
}

.b1_features ul {
	list-style: none;
	display: flex;
	width: 250px;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
}

.b1_features ul li {
	width: 50%;
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
	margin-top: 8px;
}

.b1_features ul li::before{
	content: '';
	background: url(../fonts/check.svg) no-repeat center;
	background-size: cover;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
}

.b1 h1 {
	font-family: "TimesNewRoman", serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	font-feature-settings: 'curs' off;
	color: #FFFFFF;
}

.b1 h1 span {
	display: block;
	font-family: Montserrat, serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.b1_prices {
	background: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 26px 0 34px;
	position: absolute;
	border-radius: 0 0 15px 25px;
	width: 360px;
	box-sizing: border-box;
	bottom: 696px;
	left: -2px;
}

.b1_prices .old,
.b1_prices .new {
	padding: 9px 0;
	max-width: 90px;
	width: 100%;
	text-align: center;
}

.b1_prices .old p,
.b1_prices .new p {
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}

.b1_prices .old span.curr {
	font-family: Arial, serif;
	font-weight: bold;
}

.b1_prices .new span.curr {
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: #FD1E18;
}

.b1_prices .old .old-value,
.b1_prices .new .new-value {
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}

.b1_prices .old .old-value {
	position: relative;
}

.b1_prices .old .old-value::after {
	content: "";
	width: 86px;
	height: 0;
	border-bottom: 2px solid #FF2E31;
	position: absolute;
	top: 52%;
	left: 117%;
	transform: translate(-50%, -50%);
}

.b1_prices .new .new-value {
	color: #FD2525;
}

.b1_prices .old .old-value small,
.b1_prices .new .new-value small {
	font-size: 16px;
	line-height: 22px;
}

.b1_prices .discount {
	background: url(../images/discount-bg.png) center / contain no-repeat;
	width: 80px;
	height: 88px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 29%);
}

.b1_prices .discount p {
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	color: #FAFEFF;
	padding-bottom: 13px;
}

.b1_prices .discount b {
	display: block;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	margin-top: 2px;
}

.btn {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 35px auto 0;
	padding: 20px 0;
	text-align: center;
    font-family: "TimesNewRoman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 21px;
	color: #fff;
	background: linear-gradient(92.54deg, #FE7575 1.19%, #E64949 100%);
	box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
	border-radius: 8px;
}

.block3{
/*    background: url(../img/block3-bg.png) no-repeat top;*/
    background-size: 360px;
    height: 711px;
    position: relative;
    z-index: 1;
    margin-top: -164px;
	margin-bottom: -140px;
}

.block3 h1{
    color: #000;
    margin-bottom: 25px;
    font-size: 38px;
}

.block3 .video_block{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
}

.block3 .video_block video{
    border-radius: 8px;
    border: 2px solid #1458BD;
    box-sizing: border-box;
}


.block4 {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 0;
	background: url(../images/block4-bg.png) no-repeat top;
	background-size: 360px;
	position: relative;
	height: 817px;
	z-index: 4;
}

.block4 h1 {
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 120%;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #fff;
}

.block4_list {
	margin: 10px 0 0;
	list-style: none;
	background: radial-gradient(142.34% 142.34% at 100% -4.73%, rgba(255, 255, 255, 0.4) 0%, rgba(202, 201, 201, 0.24) 100%);
	backdrop-filter: blur(7px);
	border-radius: 10px;
	padding: 10px;
}

.block4_list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: "TimesNewRoman", serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: right;
	text-transform: capitalize;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.04em;
}

.block4_list li:last-child {
	margin-bottom: 0;
	border: none;
}

.block4_list li img {
	width: 25px;
	margin-left: 20px;
}


.block5{
	background: url(../img/block5-bg.png) no-repeat top;
	background-size: 360px;
	padding-top: 0;
	padding-bottom: 0;
	height: 530px;
	margin-top: -90px;
	margin-bottom: -40px;
	background-position-y: 47px;
}

.block5 h1{
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 46px;
	padding-top: 360px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}


.block6{
	background: url(../img/block6-bg.png) no-repeat top;
	background-size: 360px;
	padding-top: 0;
	padding-bottom: 0;
	height: 540px;
}

.block6__content{
	display: flex;
	flex-direction: row;
	width: 320px;
	background: radial-gradient(142.34% 142.34% at 100% -4.73%, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.486) 100%);
	backdrop-filter: blur(7px);
	border-radius: 10px;
	margin-top: -10px;
	position: absolute;
}

.block6__content--first{
	width: 90%;
	padding-right: 25px;
	padding-left: 25px;
}

.block6__content--first > ul{
	list-style: none;
}

.block6__content--first  li{
	font-size: 16px;
	line-height: 21px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #000000;
	margin: 30px 0;
	position: relative;
	font-weight: 600;
}

.block6__content--second{
	display: flex;
	flex-direction: column;
	margin-left: 3px;
}


.block6__content--second img{
	border-radius: 10px;
	width: 125px;
}

.block6__content--second img:not(:last-child) {
	margin-bottom: 10px;
}

.block6__content--first > ul > li::before{
	content: '';
	background: url(../images/check.png) no-repeat center;
	background-size: cover;
	width: 17px;
	height: 17px;
	position: absolute;
	right: -36px;
}

.block6 > h2{
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding-top: 390px;
}

.block7{
	background: #fff;
	border-radius: 22px;
	margin-top: -18px;
	position: relative;
	margin-bottom: -90px;
	z-index: 5;
}

.block7 h1{
	color: #000;
}

.block7 img{
	top: 10px;
	position: relative;
	border-radius: 8px;
}

.block7__image--cover{
	background: radial-gradient(142.34% 142.34% at 100% -4.73%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.396) 100%);
	backdrop-filter: blur(7px);
	border-radius: 10px;
	position: absolute;
	bottom: 156px;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	text-align: center;
	font-family: Montserrat, serif;
	font-size: 20px;
	line-height: 150%;
}

.block8{
	background: url(../images/big-bg.png) no-repeat top #18191d;
	background-position-y: -510px;
	background-size: 360px;
	padding-top: 150px;
	padding-bottom: 0;
	height: 650px;
	position: relative;
}

.block8 img{
	position: absolute;
	bottom: 70px;
	right: 183px;
	height: 300px;
	width: auto;
}

.block8 h1{
	padding-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;

	text-align: center;
	letter-spacing: 0.04em;
}

.block8__text p{
	font-family: Arial, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	/* or 26px */
	color: #FC403F;
	text-align: right;
	letter-spacing: 0.04em;
	margin: 10px 0;
}

.block8__text p:nth-child(1) {
	color: #fff;
}

.block8__text{
	z-index: 10;
	position: absolute;
	right: 15px;
	width: 270px;
}

.block9{
	background: url(../images/big-bg.png) top no-repeat;
	background-size: 360px;
	padding-top: 0;
	padding-bottom: 0;
	height: 580px;
	font-family: Arial, serif;
}

.block9__inner{
	/*background: url() no-repeat top;*/
	background-size: 340px;
	height: 530px;
	border-radius: 10px;
	backdrop-filter: blur(13px);
	padding-bottom: 0;
	padding-top: 30px;
}

.block9__inner-top h1{
	padding: 5px 25px;
	font-family: Arial, serif;
}
.block9__inner-top{
/*	background: url(../img/block9-gif.gif) no-repeat top;*/
	background-size: 360px;
	border-radius: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 120%;
	height: 264px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding-top: 5px;
}

.block9__inner-top--gif{
	margin-top: 20px;
}

.block9__inner-bottom {
	margin-top: 80px;
}

.block9__inner-bottom p{
	font-size: 20px;
	line-height: 140%;
	text-align: right;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding: 25px;
	font-family: Arial, serif;
}

.block9__inner-top--gif > .lazy {
	width: 320px;
	height: 169px;
	display: block;
}


.block10{
	background: url(../images/big-bg.png) no-repeat top, radial-gradient(119.21% 119.21% at 9.22% 100%, #111315 0%, #41474E 100%);
	background-position-y: -580px;
	background-size: 360px;
	padding-bottom: 0;
	height: 650px;
	position: relative;
}

.block10 p{
	font-family: Arial, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	text-align: right;
	letter-spacing: 0.04em;
	color: #fff;
}
.block10 h1,p{
	font-family: Arial, serif;
}

.block10 img{
	padding: 15px 0;
}

.block7 .block11__image{
	border-radius: 0;
	margin-top: 30px;
}

.block11__image--sign{
	margin-top: 30px;
}

.block11__image--sign p{
	font-family: Montserrat, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 150%;
	/* identical to box height, or 28px */

	text-align: center;
	color: #000000;
}

.block-slider {
	padding: 120px 0 330px;
	background: url(../images/big-bg.png) no-repeat top, #fff;
	background-position-y: -530px;
	background-size: 360px;
}

.block-slider h1 {
	font-family: "Arial", serif;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	padding-top: 40px;
}

.rating__name{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-top: 10px;
}

.reviews_item{
	background: radial-gradient(142.34% 142.34% at 100% -4.73%, rgba(255, 255, 255, 0.4) 0%, rgba(202, 201, 201, 0.24) 100%);
	backdrop-filter: blur(7px);
	border-radius: 10px;
	color: #fff;
	padding-bottom: 20px;
}

.owl-item{
	width: 360px;
	padding-right: 10px;
	padding-left: 10px;
}

.name {
	direction: rtl;
	font-family: "Arial", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}

.review_header {
	direction: rtl;
	font-family: "Arial", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
}

.review_text {
	direction: rtl;
	font-family: "Arial", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.block-delivery {
	background: radial-gradient(119.21% 119.21% at 9.22% 100%, #111315 0%, #41474E 100%);
	position: relative;
	height: 940px;
	padding: 0;
	margin-bottom: -4px;
}

.block-delivery__inner{
	position: absolute;
	top: -315px;
}



.block-delivery__inner > .lazy{
	width: 100%;
	height: auto;
	min-height: 190px;
	display: block;
	margin: 0 auto;
}

.block-delivery__inner > img {
	padding: 10px;
	border-radius: 20px;
}

.block-delivery h1 {
	font-family: "Arial", serif;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	padding-top: 30px;
}

.delivery_item {
	min-height: 279px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 5px;
	max-width: 280px;
	margin: 0 auto;
}

.delivery_item img {
	width: 105px;
	margin-bottom: 15px;
}

.delivery_header {
	font-family: "Arial", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.delivery_text {
	color: #fff;
	font-family: Times New Roman, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 29px;
	line-height: 33px;
	text-align: center;
}


.min-height-fix{
	min-height: 580px;
}


.mini_form {
    padding: 0 0 35px;
    position: relative;
	margin-top: -110px;
    background: linear-gradient(163.75deg, rgba(55, 55, 66, 0.3) 1.7%, rgba(35, 36, 41, 0.3) 78.68%), #111114;
    border: 2px solid #C8BFFD;
    box-sizing: border-box;
    border-radius: 22px;
    z-index: 3;
}

.form-img {
    position: relative;
}

.form-img img {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.discount {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/target.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.discount p {
    direction: ltr;
    font-weight: bold;
font-size: 32px;
line-height: 37px;
/* identical to box height */

text-align: center;
text-transform: uppercase;

color: #FFFFFF;
}

.mini_form h1 {
	font-family: "TimesNewRoman";
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 39px;
	text-align: center;
	padding: 0 35px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.mini_form .timer_header {
	font-size: 30px;
	line-height: 34px;
	font-family: "TimesNewRoman";
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 0 35px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.mini_form_prices {
	margin-bottom: 20px;
}

.mini_form_prices .price_old,
.mini_form_prices .price_old span {
	color: #000;
}


.rating {
	width: 90px;
}

.p10 {
	padding: 0 10px;
}




.b10 {
	padding: 30px 0px;
}

.b10 h1 {
	color: #212121;
	margin-bottom: 30px;
}

form {
	padding: 0 20px;
}

input,
select,
textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	width: 100%;
	padding: 15px 5px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	font-size: 30px;
	line-height: 34px;
	font-family: "TimesNewRoman";
	outline: none;
	border: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	/* Chrome */
	color: #B2B2B2;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #B2B2B2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #B2B2B2;
	opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #B2B2B2;
	opacity: 1;
}

button {
	border: none;
	outline: none;
	margin-bottom: 15px !important;
}

.radios {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}

.form_radio_btn {
	display: block;
}

.form_radio_btn input[type=radio] {
	display: none;
}

.form_radio_btn label {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	padding: 5px 25px;
	line-height: 34px;
	border: none;
	user-select: none;
	transition: all 0.1s;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
}


/* Checked */

.form_radio_btn input[type=radio]:checked+label {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid #fff;
	box-sizing: border-box;
/*	box-shadow: 0 4px 24px rgba(22, 116, 212, 0.7);*/
	border-radius: 30px;
	color: #fff;
}


/* Hover */

.form_radio_btn label:hover {
	color: #B2B2B2;
}


/* Disabled */

.form_radio_btn input[type=radio]:disabled+label {
	background: #efefef;
	color: #666;
}

.form_radio_btn:last-child {
	margin-right: 0px;
}

.checkbox {
	width: 80%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.checkbox input[type="checkbox"] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	right: 0;
	margin: 0;
}

.checkbox label {
	position: relative;
}

.checkbox label::before {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	margin: 0 0 0 7px;
	width: 16px;
	height: 16px;
	transition: transform 0.28s ease;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
}

.checkbox label::after {
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #6FCF97;
	border-left: 2px solid #6FCF97;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	transition: transform ease 0.25s;
	will-change: transform;
	position: absolute;
	top: 10px;
	right: 3px;
}

.checkbox input[type="checkbox"]:checked~label::before {
	color: #7bbe72;
}

.checkbox input[type="checkbox"]:checked~label::after {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.checkbox label {
	min-height: 34px;
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	vertical-align: sub;
}

.checkbox label span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	direction: rtl;
	padding: 0 25px 0 0;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline: 0;
}

a,
button {
	cursor: pointer;
}

.mini_form_prices {
	position: relative;
}

#timer1,
#timer2 {
	margin-bottom: 6em;
}

a.disabled {
	pointer-events: none;
}

footer {
	text-align: center;
	padding: 20px 0;
	background: #ECECEC;
	font-family: "Gilroy Regular" !important;
}

footer p {
	direction: ltr !important;
	font-family: "Gilroy Regular" !important;
	color: #212121;
}

footer p:nth-child(1) {
	margin-bottom: 15px;
	font-family: "Gilroy Regular" !important;
}

footer p:nth-child(2) {
	font-weight: bold;
	font-family: "Gilroy Bold" !important;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-bottom: 30px;
}

footer p:nth-child(3), .domain-copyright {
	font-family: "Gilroy Regular" !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

footer a {
	font-family: "Gilroy Regular" !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-decoration-line: underline;
	color: #212121;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
ul,
ul li {
	direction: rtl;
}

.hours,
.minutes,
.seconds,
.timer-item {
	position: relative;
}

.hours::after,
.minutes::after,
.seconds::after {
	content: " ";
	background: url(../fonts/timer_line.svg) no-repeat;
	background-size: contain;
	position: absolute;
	width: 105px;
    top: 29px;
    height: 43px;
    right: -16px;
    z-index: 6;
    opacity: 1;
}

.hours::before,
.minutes::before,
.seconds::before {
	content: " ";
	position: absolute;
    font-family: "Gilroy Bold", serif;
	font-size: 17px;
	line-height: 14px;
	text-align: center;
	width: 72px;
	text-transform: uppercase;
	bottom: -20px;
	left: 0;
	color: #fff;
}

.hours::before {
	content: "ساعة";
}

.minutes::before {
	content: "دقيقة";
}

.seconds::before {
	content: "ثانية";
}

.scroll {
	text-decoration: none;
}

.timer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 90px auto 20px;
}

.timer span {
	display: block;
	width: 72px;
	height: 90px;
	background: #F7F7F7;
box-shadow: 0px 10px 30px rgba(54, 54, 54, 0.35);
border-radius: 5px;
    font-family: "Gilroy Bold", serif;
color: #2D5254;
text-align: center;
line-height: 90px;
font-size: 46px;
margin-bottom: 25px;
}
