@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 24px;
	font-weight:400;
	margin:0;
	padding:0;
	background: #eff3f7;
}
h1{
	font-size: 40px;
	line-height:46px;
	font-weight:900;
	padding:0;
	margin: 0 0 30px;
}
h4{
	font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    padding: 0;
    margin: 25px 0;
    clear: left;
}
strong,
b{
	font-weight:700;
}
a{
	color: #000;
	text-decoration:underline;
}
a:hover{
	color: #b20f0f;
	text-decoration:underline;
}
.left span{
    text-align: right;
    z-index: 9999;
    display: block;
    padding-right: 30px;
    color:#fff;
}
.left span a{
    color:#fff;
    font-weight: bold;
    text-decoration:none;
}
.left{
	width:50%;
	height: 100vh;
	float:left;
	background: url(/img/nissanauto-min.jpg) center right no-repeat;
	background-size: cover;
}
.left p{
    text-align: right;
    margin: 0;
    padding: 30px;
	color: #fff!important;
}
.left p a{
	font-size: 30px;
    line-height: 30px;
    color: #fff!important;
    opacity: 1;
    font-weight: 900;
	text-decoration:none;
}
.left p a:hover,
.left p a:focus,
.left p a:active,
.left p a:visited{
	color: #fff!important;
	text-decoration:none;
}

.right{
	height: calc(100vh - 60px);
    float: left;
    padding: 30px 40px;
    width: calc(50% - 80px);
	    background: #ffffff;
}
.scroll-panel{
    height: calc(100vh - 130px);
    overflow-y: auto;
	overflow-x: hidden;
}
.select2-container--bootstrap .select2-results > .select2-results__options{
	overflow-y: auto;
	overflow-x: hidden;
}
.scroll::-webkit-scrollbar-track,
.scroll-panel::-webkit-scrollbar-track,
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar-track
{
	background-color: #fff;
	border: 1px solid #fff; 
}

.scroll::-webkit-scrollbar,
.scroll-panel::-webkit-scrollbar,
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar
{
	width: 3px;
	background-color: #49494e;
}

.scroll::-webkit-scrollbar-thumb,
.scroll-panel::-webkit-scrollbar-thumb,
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar-thumb
{
	background-color: #49494e;
}

.textblock{
    /*height: calc(100vh - 230px);*/
    clear: left;
    float: left;
    display: flex;
    align-items: baseline;
    overflow-y: auto;
    /*max-height: calc(100vh - 230px);*/
    margin: 30px 0 0 0;
	padding-right: 40px;
	    width: calc(100% - 40px);
}
.text{
	width:100%;
}
.text ul{
	margin:0;
	padding:0;
	display: inline-block;
}
.text ul li{
	list-style-type: none;
    display: inline-flex;
    align-items: flex-start;
    margin: 10px 0;
	width: 100%;
}
.text ul li img{
	list-style-type:none;
	width:28px;
	margin-right:10px;
}
ul.column{
    display: flex;
    flex-wrap: wrap;
}
ul.column li{
	width:50%;
	list-style-type: none;
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}
ul.column li span{
	padding-right:15px;
}
.dropdown {
    display: inline-block;
    position: relative;
	font-size: 14px;
	    position: absolute;
    right: 0;
}
.ti{
	background: #b20f0f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ti img{
	width: 24px;
    height: 24px;
}
.dropdown.toggle > input {
  display: none;
}

.dropdown:hover ul{
    border: 3px solid #1f2227;
    width: 250px;
}
.dropdown ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background: #ffffff;
    /* -webkit-box-shadow: -6px 6px 20px 0px rgba(89, 220, 244, 0.2); */
    /* box-shadow: -6px 6px 20px 0px rgba(89, 220, 244, 0.2); */
    /* border-radius: 20px; */
    right: 0;
    overflow: hidden;
    z-index: 9999;
}
.dropdown a, .dropdown.toggle > label {
	display: block;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #333;
	display: inline-flex;
	margin: 5px 0;
}
.dropdown ul li a{
	margin: 0;
}
.dropdown li {
  height: 0;
  overflow: hidden;
/*-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.dropdown.hover li {

}
.dropdown li:first-child a {
  border-radius: 2px 2px 0 0;
}
.dropdown li:last-child a {
  border-radius: 0 0 2px 2px;
}
/*.dropdown li:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin: -10px 0 0 30px;
}*/
.dropdown a:hover, .dropdown.toggle > label:hover, .dropdown.toggle > input:checked ~ label {
background: transparent;
    color: #666;
}
.dropdown > a:hover::after, .dropdown.toggle > label:hover::after, .dropdown.toggle > input:checked ~ label::after {
  border-top-color: #AAA;
}
.dropdown li:first-child a:hover::before {
  border-bottom-color: #EEE;
}

.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li {          
	height: auto;
    padding: 15px;
	    margin: 0;
		width:100%;
		max-width: calc(100% - 30px);
}
/*.dropdown.hover:hover li:first-child, .dropdown.toggle > input:checked ~ ul li:first-child {
     border-bottom: 1px solid #d4e8ec;
}*/
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li{
	border-bottom: 1px solid #d8d8d8;
}


@media screen and (max-width: 1367px){
.textblock{
	margin: 30px 0 40px;
	align-items: flex-start;
}
.right{
    width: calc(75% - 80px);
}
}
@media screen and (max-width: 1250px){
.textblock{
	margin: 30px 0 40px;
	align-items: flex-start;
}
}
@media screen and (max-width: 992px){
ul.column li {
    width: 100%;

}
.textblock{
	margin: 30px 0 40px;
	align-items: flex-start;
}
}
@media screen and (max-width: 920px){
.textblock{
	margin: 30px 0 40px;
	align-items: flex-start;
}
}
@media screen and (max-width: 768px){
    .left span{
    text-align: left;
    padding-right: 0px;
    padding-left:30px;
    color:#fff;
}
	.left p{
    padding: 15px 30px 20px 30px;
    text-align: left;
}
.left p a{
	font-size: 30px;
    line-height: 26px;
}
	.left {
		width: 100%;
		height: auto;
		height: 180px;
	}
	.right{
		width:calc(100% - 60px);
		height: auto;
		padding: 30px 30px;
	}
	.textblock{
    height: auto;
    clear: left;
    float: left;
    display: flex;
    align-items: flex-start;
	margin: 0px 0;
    padding-right: 0px;
	    width: 100%;
	}
	.text ul li{
    align-items: flex-start;
	}
	.dot{
		display:none!important;
	}
	.scroll-panel{
		height: auto!important;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.dropdown:hover ul{
    border: 3px solid #1f2227;
    width: calc(100vw - 66px);
}
.dropdown ul {
    right: -60px;
    overflow: hidden;
    z-index: 9999;
}

}
@media screen and (max-width: 390px){
	.left p{
    padding: 15px 30px 20px 30px;
    text-align: left;
}
.left p a{
	font-size: 30px;
    line-height: 26px;
}

.left {
    width: 100%;
    height: auto;
    height: 180px;
}
h1{
	font-size: 36px;
	line-height:42px;
	font-weight:900;
	padding:0;
	margin: 0 0 30px;
}
}
.dot {
    width: 6px;
    height: 6px;
    background: #b20f0f;
    display: block;
    position: absolute;
    left: -18px;
    top: 9px;
    border-radius: 50%;
    z-index: 1;
}
nav {
	display: inline-flex;
    align-items: center;
	position: relative;
	    width: 100%;
}
nav ul {
    margin: 0;
    padding: 0 60px 0 0px;
    width: calc(100% - 60px);
    display: inline-block;
}
nav ul li {
  display: inline-block;
  float: left;
  margin: 0 15px;
  position: relative;
}
nav ul li a.active{
	color:#b20f0f;
	text-decoration:underline;
}

nav ul li a {
  display: inline-block;
  outline: none;
  color: #1f2227;
  text-decoration: none;
  letter-spacing: 0.04em;
}
nav ul li a:hover {

  text-decoration:underline;
}
@media screen and (max-width: 768px) {
	nav ul li {

    margin: 0;
}
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #1f2227;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav-open {
    position: fixed;
    right: 30px;
    top: 15px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
	    background: #1f2227;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    margin-left: 15px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 18px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
  .dropdown {
    display: inline-block;
    /* position: relative; */
    font-size: 14px;
    position: fixed;
    right: 0;
    top: 10px;
    right: 90px;
}
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none;
}