/*!
Theme Name: ariya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ariya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ariya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "Organetto Bold Ext";
	src: url("../ariya/font/Organetto-BoldExt.woff2") format("woff2"), url("../ariya/font/Organetto-BoldExt.woff") format("woff"), url("../ariya/font/Organetto-BoldExt.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Organetto";
	src: url("../ariya/font/Organetto-Light.woff2") format("woff2"), url("../ariya/font/Organetto-Light.woff") format("woff"), url("../ariya/font/Organetto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Organetto-RegularSemiExt";
	src: url("../ariya/font/Organetto-RegularSemiExt.woff2") format("woff2"), url("../ariya/font/Organetto-RegularSemiExt.woff") format("woff"), url("../ariya/font/Organetto-RegularSemiExt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Organetto Bold SemiExt";
	src: url("../ariya/font/Organetto-BoldSemiExt.woff2") format("woff2"), url("../ariya/font/Organetto-BoldSemiExt.woff") format("woff"), url("../ariya/font/Organetto-BoldSemiExt.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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,
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;
}

html {
	height: 100%;
}

img,
fieldset,
a img {
	border: none;
}

input[type=submit],
button {
	cursor: pointer;
	font-family: "Organetto-RegularSemiExt", Arial, Helvetica, sans-serif;
	background: none;
	border: 0;
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	font-family: "Organetto-RegularSemiExt", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

input,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Organetto-RegularSemiExt", Arial, Helvetica, sans-serif;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
	outline: none;
}

ul,
ol {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

li {
	margin-bottom: 10px;
}

.clearfix::before {
	content: " ";
	display: table;
}

.clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

html {
	font-size: 10px;
}

body {
	font: 400 16px "Organetto-RegularSemiExt", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 600px) {
	body {
		font-size: 15px;
	}
}

.inner {
	max-width: 1180px;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}

@media screen and (max-width: 1180px) {
	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

h1,
.display-1 {
	font: 2.25em "Organetto Bold Ext", Arial, Helvetica, sans-serif;
	color: inherit;
}

h2,
.display-2 {
	font: 2em "Organetto Bold Ext", Arial, Helvetica, sans-serif;
	color: inherit;
}

h3,
.display-3 {
	font: 1.75em "Organetto Bold Ext", Arial, Helvetica, sans-serif;
	color: inherit;
}

h4,
.display-4 {
	color: inherit;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.group {
	display: inline-block;
}

.btn {
	display: inline-block;
	padding: 1.5rem 0;
	width: 220px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #1c1a9a;
	color: #fff;
	font-size: 0.875em;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	border-radius: 8px;
}
.btn:hover{
  background: #F4DA00;
}
#page{
	transition: 1s linear;
	opacity: 0;
	visibility: hidden;
}
#page.view{
	opacity: 1;
	visibility: visible;
}
.preloader{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	width: 100%;
	height: 100vh;
}
.preloader img{
  width: 400px;
}
.about {
	padding: 8rem 0;
}

@media screen and (max-width: 600px) {
	.about {
		padding: 5rem 0;
	}
}

.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

@media screen and (max-width: 600px) {
	.about__inner {
		flex-flow: column-reverse;
	}
}

.about__left {
	max-width: 490px;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.about__left {
		width: 100%;
		margin-bottom: 3rem;
	}
}

.about__right {
	max-width: 505px;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.about__right {
		width: 100%;
	}
}

.about__pic {
	width: 100%;
	vertical-align: middle;
	height: 490px;
	object-fit: contain;
}

@media screen and (max-width: 600px) {
	.about__pic {
		height: calc(100vw - 40px);
	}
}

.about__info {
	background: url(../ariya/icon/target.svg) no-repeat left top/35px;
	margin-top: 3.5rem;
	position: relative;
	padding-left: 50px;
	margin-bottom: 3.5rem;
}

.about__caption {
	text-transform: uppercase;
	padding: 1rem 0;
	font-size: 1em;
}

.about__txt {
	font: 0.9375em/1.5 arial;
}

.about__txt p {
	margin-bottom: 2rem;
}

.banner {
	padding: 20rem 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.banner:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1a1a1a;
	opacity: .5;
	z-index: -1;
}

.banner__inner {
	max-width: 1000px;
}
.banner__v{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	object-fit: cover;
}

.banner__sign {
	text-transform: uppercase;
	font-size: 0.875em;
	margin-bottom: 2rem;
}

.banner__title {
	margin-bottom: 2rem;
}

.banner__txt {
	font: 300 1.375em "Organetto", Arial, Helvetica, sans-serif;
	max-width: 700px;
	margin-bottom: 2rem;
}

.banner__wths svg {
	width: 35px;
}
.banner__wths path{
  transition: .5s ease;
}
.banner__wths:hover path:first-of-type{
  fill: #F4DA00!important
}

.contacts {
	text-align: center;
	margin: 8rem 0;
}

@media screen and (max-width: 600px) {
	.contacts {
		margin: 5rem 0;
	}
}

.contacts__title {
	margin-bottom: 4rem;
}

@media screen and (max-width: 600px) {
	.contacts__title {
		margin-bottom: 2rem;
	}
}

.contacts__sign {
	font: 0.9375em/1.5 arial;
	max-width: 820px;
	margin: 0 auto 4rem;
}

.contacts__cnt {
	margin-bottom: 2rem;
	font-weight: 700;
	font-family: "Organetto Bold Ext", Arial, Helvetica, sans-serif;
}
.contacts__cnt a {
  transition: .5s ease;
}
.contacts__cnt a:hover{
  color: #F4DA00;
}

@media screen and (max-width: 600px) {
	.contacts__cnt {
		font-size: 0.8125em;
	}
}

.contacts__cnt a {
	position: relative;
	padding-left: 45px;
}

@media screen and (max-width: 600px) {
	.contacts__cnt a {
		padding-left: 35px;
	}
}

.contacts__cnt a::before {
	background: url(../ariya/icon/target.svg);
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
	.contacts__cnt a::before {
		width: 25px;
		height: 25px;
	}
}

.footer {
	background: #1a1a1a;
	text-align: center;
	padding: 7rem 0;
}

@media screen and (max-width: 600px) {
	.footer {
		padding: 4rem 0;
	}
}

.footer__pic {
	width: 183px;
}

.footer__inst {
	display: block;
	margin: 4rem 0;
}

@media screen and (max-width: 600px) {
	.footer__inst {
		margin: 2rem 0;
	}
}

.footer__inst svg {
	width: 35px;
}
.footer__inst path{
  transition: .5s ease;
}
.footer__inst:hover path{
  fill: #F4DA00!important
}

.footer__cnt {
	font-weight: 700;
	font-family: "Organetto Bold Ext", Arial, Helvetica, sans-serif;
	margin-bottom: 1rem;
	color: #fff;
}

.footer__cnt a{
  transition: .5s ease;
}

.footer__cnt a:hover{
  color: #F4DA00;
}

@media screen and (max-width: 600px) {
	.footer__cnt {
		font-size: 0.8125em;
	}
}
.footer__cnt + .footer__pol{
    margin-top: 30px;
}
.footer__pol {
	color: #fff;
	margin-top: .5rem;
	display: block;
	text-align: center;
	transition: .5s ease;
}
.footer__pol:hover {
    color: #F4DA00;
}
@media screen and (max-width: 600px) {
	.footer__pol {
		font-size: 0.8125em;
	}
}

.header__picture {
	text-align: center;
	padding: 1.5rem 0;
	background: #fff;
}

.custom-logo {
	width: 180px;
	height: auto;
	vertical-align: middle;
}

.header__nav {
	background: #1c1a9a;
	padding: 2rem;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header__nav.view{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8rem;
	margin: 0 auto;
}


@media screen and (max-width: 1200px) {
	.header__list {
		display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      background: #1c1a9a;
      padding-top: 25vh;
      box-sizing: border-box;
	}
}

.header__lang {
	position: absolute;
	right: 10rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

@media screen and (max-width: 1300px) {
	.header__lang {
		right: 2rem;
	}
}

.header__lang a {
	margin-left: 1rem;
	color: #1a1a1a;
  transition: .5s ease;
}

.header__lang a:not(.active):hover {
	color: #F4DA00;
}
.header__lang a.active {
	color: #fff;
}

.header__item {
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
	.header__item {
		text-align: center;
      padding-bottom: 7.5vh;
	}
}
.header__link {
	color: #fff;
	font-family: "Organetto Bold SemiExt", Arial, Helvetica, sans-serif;
  transition: .5s ease;
}
.header__link:hover{
  color: #F4DA00;
}
@media screen and (max-width: 1200px) {
	.header__link {
		font-size: 20px;
	}
}
.header__burger {
	display: none;
	position: relative;
	z-index: 10;
	width: 25px;
	height: 10px;
}

.header__burger:before,
.header__burger:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.header__burger:after {
	top: 8px;
}


.header__burger.open:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__burger.open:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

@media screen and (max-width: 1200px) {
	.header__burger {
		display: block;
	}
}

.products__list {
	display: grid;
	grid-template-columns: repeat(3, 300px);
	grid-gap: 50px;
    justify-content: center;
}

.products__preview{
	position: relative;
	width: 100%;
	height: 305px;
	margin-bottom: 3rem;
}

.products__slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.products__slider:first-of-type{
	z-index: 2;
}
.products__tabs{
	display: flex;
	gap: 10px;
	margin: 1rem 0;
	justify-content: center;
}
.products__btn{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	cursor: pointer;
    position: relative;
}
.products__btn.active:before{
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #d8d8d8 ;
  transition: all ease 275ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.products{
	margin-top: 5rem;
}

@media screen and (max-width: 1023px) {
	.products__list {
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	}
}

@media screen and (max-width: 600px) {
	.products__list {
	  grid-template-columns: repeat(1, 1fr);
	}
  .products__preview{
    margin-bottom: 6rem;
  }
}

.products__item {
	text-align: center;
}

.products__pic{
	width: 100%;
}
.products__item:hover .slick-arrow {
	opacity: 1;
}

.products__title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.products__price {
	font-weight: 700;
	margin-bottom: 1rem;
}

.products__txt {
	font: 0.9375em/1.5 arial;
	margin-bottom: 2rem;
}

.products__dots .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-gap: 20px;
}

.products__dots .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.products .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.products .slick-arrow svg {
	width: 100%;
}

.products .slick-arrow svg path {
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.products .slick-arrow:hover path {
	fill: #1c1a9a;
}

.products .slick-prev {
	left: 0;
}

.products .slick-next {
	right: 0;
}

.products .slick-slide {
	height: auto;
}

.vnt {
	background: no-repeat center/cover;
	padding: 12rem 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
  position: relative;
  z-index: 2;
}
.vnt:before{
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.vnt__txt {
	font: 0.9375em/1.5 arial;
	max-width: 825px;
	margin-bottom: 3rem;
}

.vnt__txt p {
	margin-bottom: 2rem;
}

.why {
	margin: 8rem 0;
}

@media screen and (max-width: 600px) {
	.why {
		margin: 5rem 0;
	}
}

.why__title {
	margin-bottom: 4rem;
}

.why__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 80px;
}

@media screen and (max-width: 1023px) {
	.why__list {
		grid-gap: 30px;
	}
}

@media screen and (max-width: 600px) {
	.why__list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.why__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.why__pic {
	width: 65px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3rem;
}

.why__caption {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1rem;
}

.why__txt {
	font: 0.9375em/1.5 arial;
}
.content{
    text-align: left;
    max-width: 820px;
    margin: 20px auto 0;
}
.content__txt{
    font: 1em/1.5 arial;
	margin: 2rem auto 4rem;
}

@supports (-webkit-appearance:none) {
	.about__info {
		background-image: url(../ariya/icon/target.svg);
	}

	.contacts__cnt a::before {
		background-image: url(../ariya/icon/target.svg);
	}

	.vnt {
		background-image: url(../ariya/img/bg-vnt.webp);
	}
}


.animate {
  width: 70px;
  position: relative;
  left: -15px;
}

@media screen and (max-width: 600px) {
  .animate {
    width: 30px;
  }
}
.zoom-instagram li{
    margin-bottom: 0;
}
}
