@font-face {
    font-family: "Liter";
    src: url(/font/Liter-Regular.ttf) format("truetype"),
}
a,abbr,acronym,address,applet,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
table {
    border-collapse: collapse;
    border: 1px solid black;
    max-width:100%;
    font-size: 13px;
}
td,th{
    border: 1px solid black;
    padding: 2px;
}
caption {
	font-size:larger;
}

body {	background: #000217 url(images/Nissan_Ariya.webp)center top no-repeat fixed;
	color: #444444;
	font-family: Arial,Helvetica,Sans-serif;
    font-size: 14px;
    line-height: 1.4
}
a {
    color: #0089C0;
    text-decoration: none;
}

a:hover, a:focus {
    color: #00B0FB;
    text-decoration: underline;
}

a:focus {
    outline: none;
}
h1,h2,h3,h4,h5,h6 {	font-family: "Liter",Arial,Helvetica,Sans-serif;
}
.arinis_globalpack {  	width: 1070px;
  	margin: 0 auto;
  	background: none;
}
.arinis_logoimg {
 	height: 66px;
}
.arinis_tnavigation {	background: none;
	height:32px;
}
.arinis_theader {	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
}
nav ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
    list-style-type: none;
  	list-style-type: none;
  	line-height: 1.0;
}
nav ul li {
  	float: left;
  	position: relative;
}
nav li a {
    display: block;
    color: #FFFFFF;
    padding: 9px 15px;
	text-decoration: none;
    font-family: "Liter", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px 0 0;
}

nav a:hover, nav li a:active, nav li a:focus {
    color: #00B0FB;
    outline: 0;
    text-decoration: none;
}
.arinis_lang {	float:right;
	padding:4px;
}
.arinis_lang a {	margin:0 5px;
}
.arinis_desktopsearch {	float:right;
}
#search {
    border: 1px solid #d8d8d8;
    background: #ffffffcc;
    text-align: left;
    padding: 4px;
    min-width: 180px;
    clear: right;
    margin: 20px 10px
}

#search #s {
    color: #666;
    border: 0;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    font-size: 15px;
    background: none;
    height:21px;
}
.arinis_contents {
    display: flex;
    background: rgba(256, 256, 256, 0.9); /* Corrected RGBA format */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 100vh; /* Ensures full height if needed */
}

.arinis_left {
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    width: 728px;
    border-right: 2px solid #00293a;
    flex-grow: 1; /* Allows it to stretch */
}
.arinis_left h1 {	color: #33393F;
 	margin: 10px 0 ;
	padding: 0;
 	font-size: 19px;
 	line-height: 19px;
 	font-weight: normal;
}
.arinis_textway {	color: #555;
	font-size:13px;
	font-family: "Liter",Arial,Helvetica,Sans-serif;
}
.arinis_left h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #00293a; /* Keeps the heading content as inline-block */
}

.arinis_left h2::after {
  content: "";
  display: block; /* Forces the pseudo-element to start on a new line */
  height: 5px;
  width: 190px; /* Adjust the width as needed */
  margin-top: 5px; /* Add spacing between the text and the pseudo-element */
  border-bottom: 4px solid transparent;
  background: linear-gradient(to right, #00293a, rgba(0, 0, 0, 0)) bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
}

.arinis_left h3 {
  margin: 20px 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
}
.arinis_left img {	max-width:100%;
}
.arinis_left p {	margin:15px 0;
}
.arinis_left ul, .arinis_left ol {
	margin:15px 0 15px 25px;
}
.arinis_left li {
	margin:11px 0;
	font-size: 15px;
}
.arinis_firstimg,.arinis_secondimg {
    width: 360px;
    border:1px solid #333;
}
.arinis_secondimg {
  margin-left: 4px;
}
.arinis_right {
 	 overflow: hidden;
	padding:10px;
  	width: 300px;
 	 margin-left: 0px;
   	float: left;
   	box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.1);
}
.arinis_right img {
    max-width: 100%
}
.arinis_right li {
    margin: 13px 0 13px 20px;
    font-size: 16px
}

.arinis_right h2 {
    font-size: 18px
}
.arinis_right p {	margin:15px 0;
}
.arinis_rightmainmenu {
    display: flex;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 2px solid #2C323930;
}

.arinis_rightmainmenu div {
    flex-grow: 1;
    width: 50%;
    font-size: 15px;
    font-weight: 700
}

.arinis_rightmainmenu div img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: all .8s ease-in-out
}

.arinis_rightmainmenu div img:hover {
    transform: scale(1.1)
}
.arinis_bottom {	border-top: 2px solid #F0F0F0;
 	background: rgb(256,256,256,0.8);
	padding: 20px 0;
	display: flex;
	border-top: 2px solid #00293a;
	border-bottom: 2px solid #00293a;
}
.arinis_bottom_item {
  flex-grow: 1;
  padding: 10px;
  width: 34%;
}
.mobilenavigation {
    display: flex
}

.prev_button,.prev_imgbutton1 {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.prev_button {
    width: 45%;
    font-size: 16px
}

.prev_imgbutton1 {
    width: 5%
}

.prev_imgbutton {
    display: none
}

.next_button {
    width: 45%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 16px
}

.next_imgbutton {
    display: none
}

.next_imgbutton1 {
    width: 5%;
    display: table-cell;
    text-align: right;
    vertical-align: middle
}

.arinis_bottom_item h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0px;
  position: relative;
  color: #00293a;
}
.arinis_bottom_item h2:after {
  content: "";
  font-size: 22px; /* Adjust size if needed */
  color: #A5202D; /* Match color to heading */
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-10%); /* Adjust positioning */
  font-weight: bold;
  height:28px;
  width:140px;
	border-bottom: 4px solid transparent;
  background: linear-gradient(to right, #00293a, rgba(0, 0, 0, 0)) bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
.arinis_bottom_item a {
    color: #4D546C;
    text-decoration: none;
}
.arinis_bottom_item ul {    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.arinis_bottom_item ul li {
    margin: 0 0 6px 0;
    padding: 0 0 6px 0;
    font-size:15px;
    border-bottom: 1px solid #F0F0F0;
}
.arinis_bottom_item a:hover {
    color: #E32A06;
    text-decoration: none;
}
.arinis_lastblock{
  color: #FFFFFF;
  background: rgb(66,66,66,0.8);
  text-align: center;
  padding: 12px 0;
}
.hamburger-lines {	display:none;
}
.checkbox {	display:none;
}
.arinis_left h2.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
.hidden {
    visibility: hidden; /* Робить елемент невидимим */
    opacity: 0; /* Анімація для плавного приховування */
    transition: opacity 0.3s ease; /* Плавний перехід */
}