h1 span,
h2 span,
h3 span {
	color: var(--color-2);
}
.subtitle {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}
.subtitle span {
	font-weight: 400;
}
/* Header Styles START */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: var(--transition);
	z-index: 99;
}
#header.sticky {
	position: fixed;
	background: #272727;
	width: 100%;
}
#header.sticky .col-1 a {
    display: block;
	height: 50px;
}
#header.sticky .col-1 a svg {
    height: 100%;
}
#header.sticky .top__header a, 
#header.sticky .top__header p, 
#header.sticky .top__header button {
	font-size: 16px;
	line-height: 22px;
}
#header.sticky .top__header {
	height: 50px;
}

.search-opener,
.close-search {
	display: none;
}

#header .top__header {
	height: 75px;
	align-items: center;
	transition: var(--transiton);
}
#header .col-2 a {
	display: inline-flex;
	align-items: center;
	width: 105px;
	height: 100%;
	transition: var(--transition);
}

#header .col-mob-9.flexbox {
	justify-content: right;
}
.burger,
.nav__burger {
	display: none;
}
#header .col-3,
#header .col-4 {
	text-align: right;
}
#header .top__header p {
	margin: 0;
}
#header .top__header a,
#header .top__header p,
#header .top__header button {
	font-family: Roboto;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
}
#header .top__header button {
	text-decoration: underline;
	text-underline-position: under;	
}
#header .top__header button:hover,
#header .top__header a:hover {
	color: var(--color-2);
}
#header .top__header span.icon {
	display: inline-flex;
	align-items: center;
	margin-right: 8px;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 25px;
}
.navigation {
	border-top: 1px solid #D0D0D0;
	padding: 0;
	justify-content: space-between;
}
.navigation li:not(:last-child) {
	margin-right: 20px;
}
.navigation li > a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
}
.navigation li.parent {
	position: relative;
}
.navigation li > ul.submenu {
	position: absolute;
	top: 37px;
	left: 0;
	width: 230px;
	background: #1C2238;
	transition: var(--transition);
	height: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}
.navigation li > ul.submenu:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0%;
	height: 3px;
	background: var(--color-2);
	transition: var(--transition);
}
.navigation li > ul.submenu li {
	margin: 0;
}
.navigation li > ul.submenu li > a {
	display: block;
	padding: 7px 15px;
}
.navigation li.parent:hover span {
	position: relative;
	transform: rotate(180deg);
}
.navigation li > ul.submenu li > a:hover {
	background: var(--color-2);
	color: #fff;
}
.navigation li > ul.submenu li > a:before {
	content: none;
}

.navigation li.parent span {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	transition: var(--transition);
}
.navigation li.parent:hover .submenu {
	visibility: visible;
	height: 400px;
	overflow: auto;
	opacity: 1;
	z-index: 90;
}	
.navigation li.parent:hover .submenu:before {
	width: 100%;
}
.navigation li.parent > a:before {
	content: none !important;
}
.navigation li > a:hover:before,
.navigation li > a.active:before,
.navigation li.active a {
	width: 100%;
}
.navigation li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--color-2);
	transition: var(--transition);
	content: "";	
}
.navigation li > a:hover,
.navigation li > a.active,
.navigation li.active a {
	color: var(--color-2);
}

#header .search {
    position: relative;
	margin: 0 20px;
}
.ui-widget-content {
    position: absolute;
    top: 50px !important;
    left: 0;
    max-width: 235px;
    background: var(--color-5) !important;
}
.ui-menu .ui-menu-item a {
    font-size: 15px !important;
    line-height: 130% !important;
}
.ui-menu .ui-menu-item a:hover {
    background: var(--color-2) !important;
    color: #fff !important;
}
#header .search .control-field {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	width: 100%;
	max-width: 237px;
}
#header .search .control-field input {
	height: 30px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 40px;
	border: none;
	width: 85%;
	background: var(--color-grey);
}
#header .search .control-field input:focus {
	background: #fff;
}
#header .search .control-field button {
	position: relative;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
#header .search .control-field button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	width: 14px;
}
#header .search .control-field button svg path {
	fill: var(--color-2);
}
#header .search .control-field button:hover {
	background: var(--color-2);
}
#header .search .control-field button:hover path {
	fill: #fff;
}
/* Header Styles END */

/* Search result page START */
#inner-item .mse2-row {
	padding: 10px 0;
}
#inner-item .mse2-row:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 10px;
}
#inner-item .mse2-row .search-link {
    font-weight: 500;
    color: var(--color-5);
    text-decoration: underline;
    text-underline-position: under;
}
#inner-item .mse2-row p {
    margin: 10px 0 0;
    font-size: 16px;
  color: var(--color-5);
}
@media screen and (max-width: 992px) {
	.ui-widget-content {
		display: none !important;
	}
}
/* END */

/* Banner Slider Styles START */
#banner {
	position: relative;
	top: 0;
	padding: 0;
	z-index: 5;
}
.inner__banner .item {
	position: relative;
	min-height: 380px;
	padding: 160px 0 30px;
	z-index: 1;
}
.inner__banner .item:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#131824b0, #131824bf);
}
.inner__banner .item h1 {
	color: #fff;	
}
.inner__banner .item .subtitle {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;	
}
.inner__banner .container {
	position: relative;
	z-index: 5;
}
.slider-banners .slide__item {
	padding: 193px 0 100px;
	background-position: top center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 685px;
}
.slider-banners .slide__item .row {
	align-items: center;
}
.slider-banners .slide__item h1 {
	color: #fff;
}
.slider-banners .slide__item .subtitle {
	margin-top: 15px;
	color: #fff;
}
.slider-banners .slide__item .buttons .custom__button {
    margin-bottom: 20px;
}
.slider-banners .slick-dots {
	bottom: 157px;
}
.slider-banners .slick-active h1 {
	animation: fadeInDown 1s both;
}
.slider-banners .slick-active .subtitle {
	animation: fadeInUp 1.3s both;	
}
.slider-banners .slick-active .custom__button {
	animation: fadeInRight 0.8s both;		
}
.slider-banners .slick-active .custom__button.line {
	animation: fadeInRight 1.3s both !important;		
}
/* Banner Slider Styles END */

/* Feedback top START */
#feedback-top {
	position: relative;
	min-height: 420px;
	padding: 0;
}
#feedback-top.inner__feedback .container {
	position: relative;
	top: 0;
}
#feedback-top .container {
	position: absolute;
	top: -100px;
	padding: 50px 60px;
	background: #fff;
	max-width: 1170px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid var(--border-color);	
	min-height: 600px;
	overflow: hidden;
	z-index: 7;
}
#feedback-top .container:after {
	position: absolute;
	display: block;
	bottom: -110px;
	left: -34px;
	width: 1190px;
	height: 230px;
	transform: rotate(11.155deg);
	content: "";
	background: var(--color-1);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: -1;
}
#feedback-top .container:before {
	position: absolute;
	display: block;
	bottom: -110px;
	right: -34px;
	width: 1190px;
	height: 230px;
	transform: rotate(-11.155deg);
	content: "";
	background: #E8E8E8;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
}
#feedback-top .col-7  {
	padding-right: 70px;
}
#feedback-top h2 {
	margin-bottom: 30px;
}
#feedback-top .col-7 p {
	font-size: 18px;
	line-height: 24px;
}
#feedback-top .col-7 p span {
	font-weight: 500;
}
#feedback-top .custom__button {
	max-width: 380px;
	margin-top: 27px;
}
/* Feedback top END */

/* Feedback Inner START */
.feedback__inner {
	width: 100%;
	max-width: 558px;
	margin-left: auto;
	padding: 20px 30px 0;
	text-align: center;
	background: linear-gradient(178deg, #1C2238 1.35%, #6171B1 98.33%);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.feedback__inner h4 {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 30px;
}
.feedback__inner h4 span {
	color: var(--color-2);
}
.feedback__inner .custom__button {
	margin: 0 auto;
}
.feedback__inner figure {
	max-width: 370px;
	margin: 0 auto;
}
/* Feedback Inner END */

/* Teaser Services START */
#teaser-service {
	padding: 100px 0 40px;
}
#teaser-service .subtitle {
	font-size: 18px;
	line-height: 24px;
	max-width: 720px;
	margin-bottom: 64px;
}
#teaser-service .item {
	position: relative;
	background: var(--color-4);
	padding: 11px 15px 24px;
	min-height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
}
#teaser-service .col-3:nth-child(even) .item {
	background: #fff;
	border: 1px solid var(--border-color);
}
#teaser-service .item h3 {
	min-height: 66px;
}
#teaser-service .col-3 {
	padding-right: 30px;
}
#teaser-service .col-3:nth-child(4n+4) {
	padding-right: 0;	
}
#teaser-service .item span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -10px;
	left: -10px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: var(--gradient-1);
	font-family: var(--header-font);
	font-size: 42px;
	font-weight: 800;	
}
#teaser-service .item h3 {
	padding-left: 76px;
	margin-bottom: 23px;
}
#teaser-service .item p {
	font-size: 16px;
	line-height: 22px;
}
/* Teaser Services END */

/* Protected START */
#protected {
	background: var(--color-grey);
}
#protected .col-4 p {
	font-family: var(--header-font);
}
#protected figure {
	position: relative;
	width: 180px;
	height: 130px;
	margin: 0 auto 10px;
}
#protected figure {
	max-width: 150px;
}
#protected .flexbox {
	justify-content: space-between;
	align-items: center;
}
#protected .item {
	text-align: center;
	width: 100%;
	max-width: 360px;
	padding: 0 40px;
	margin-bottom: 30px;
}
#protected .item h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#protected .item span {
	font-size: 16px;
	line-height: 22px;
	color: #444;
}
/* Protected END */

/* Decolorization START */
#decolorization .container {
	border: 1px solid var(--border-color);
}
#decolorization h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 48px;
}
#decolorization.inner-page .buttons button {
	margin-left: auto;
}
#decolorization .row {
	align-items: center;
}
#decolorization figure {
	width: 310px;
	height: 330px;
	margin: 0 auto;
}
#decolorization .buttons a {
	max-width: 300px;
	margin-right: 20px;
}
#decolorization .buttons button {
	max-width: 390px;
}
/* Decolorization END */

/* Slider START */
#testimonials {
	padding-bottom: 40px;
}
#testimonials .container,
#our-team .container {
	padding-bottom: 20px;
}
#testimonials .item {
	border: 1px solid var(--border-color);
	height: 337px;	
	transition: var(--transition);
	overflow: hidden;
}
#our-team .item {
	transition: var(--transition);
	overflow: hidden;
}
#our-team .item figure {
	border: 1px solid #D9D9D9;
	height: 268px;
	overflow: hidden;
	margin-bottom: 15px;
}
#our-team .item span {
	display: block;
	text-align: center;
}
#our-team .item .name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}
#our-team .item .position {
	color: #444;
	font-weight: 300;
}
@media (min-width: 1200px) {
	#testimonials .item,
	#our-team .item {
	width: 100% !important;
	max-width: 253px;
	margin: 20px 20px 30px;
	}
	#our-team .item {
		margin-bottom: 60px;
	}
}
#testimonials .item:hover{
	box-shadow: 0px 15px 15px -7px rgba(0, 0, 0,0.4);
}
#testimonials .slick-list,
#our-team .slick-list {
	padding: 0 !important;
	overflow: hidden;	
}
#testimonials .slick-prev,
#our-team .slick-prev {
	left: -30px;
}
#testimonials .slick-next,
#our-team .slick-next {
	right: -30px;
}
#testimonials .slick-dots li,
#our-team .slick-dots li {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background: var(--color-4);
}
#testimonials .slick-dots li.slick-active,
#our-team .slick-dots li.slick-active {
	background: var(--color-2);
}
/* Slider END */

/* Our services START */
.service__box {
	position: relative;
	max-width: 362px;
	background-repeat: no-repeat !important;
	background-position: top center;
	background-size: cover;
	padding: 50px 30px;
	height: 270px;
	overflow: hidden;
	color: #fff;
	transition: var(--transition);
	margin: 0 auto 30px;
	z-index: 1;
}
.service__box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 2;
	background: linear-gradient(#272727a8, #272727c4);
}

.col-4:nth-child(even) .service__box.animated {
	animation: widhLeft 1.5s both;
}
.col-4:nth-child(odd) .service__box.animated {
	animation: heighUp 1.5s both;
} 
@keyframes widhLeft {
  from {
    opacity: 0;
    max-width: 0px;
    
  }

  to {
    opacity: 1;
    max-width: 362px;
    
  }
}
@keyframes heighUp {
  from {
    opacity: 0;
    height: 0px;
    
  }

  to {
    opacity: 1;
    height: 270px;
    
  }
}
.service__box:hover {
	box-shadow: 0px 15px 15px -7px rgba(0, 0, 0,0.4);
}
.service__box h5 {
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 5;
}
.service__box span {
	left: -20%;
	transition: all 0.1s ease-in-out;
	z-index: 5;
}
.service__box:hover span {
	left: 50%;	
}
.service__box .button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.service__box .order__service {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--gradient-1);
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	padding: 8px 20px;
	border-radius: 20px 0 0 0;
	z-index: 5;
}
.service__box .order__service:hover {
	background: var(--gradient-2);
}
/* Our services END */

/* Count Animation START */
#digits {
	background: var(--color-grey);
}
#digits .item {
	text-align: center;
}
#digits .item span {
	display: block;
}
#digits .item span.title {
	font-family: var(--header-font);
	font-size: 32px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 17px;
}
#digits .item span.sub-title {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}
#digits .item .number__count {
	font-family: var(--header-font);
	font-size: 100px;
	line-height: 120%;
	font-weight: 800;
	background: linear-gradient(137deg, #196aff 0%, #939af39c 111.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Count Animation END */

/* Inner service page START */
#inner-item .content {
	padding-right: 20px;
}

#inner-item.training-inner .content p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #444;
}
.tarif-table li {
	justify-content: space-between;
	padding: 35px 25px;
	background: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #444;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.tarif-table li:nth-child(even) {
	background: var(--color-grey);
}
.tarif-table li p {
	width: 75%;
	margin: 0;
}
.tarif-table li span {
	display: inline-block;
	width: 25%;
	text-align: right;
}
#news .custom__button {
	margin: 0 auto;
}
.training__item,
.news__item {
	position: relative;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 3px solid var(--color-2);
	margin-bottom: 30px;
	transition: var(--transition);
	z-index: 1;
}
.training__item figure,
.news__item figure {
	overflow: hidden;
}
.training__item figure img,
.news__item figure img {
	transition: all 0.3s ease-in-out;
}
.training__item:hover,
.news__item:hover {
	box-shadow: 0px 15px 15px -7px rgba(0, 0, 0,0.4);
}
.training__item:hover img,
.news__item:hover img {
	filter: grayscale(90%);
	scale: 1.03;
}
.training__item .col-5,
.training__item .col-7,
.news__item .col-5,
.news__item .col-7 {
	position: relative;
	z-index: 3;
}
.training__item .readmore,
.news__item .readmore {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	z-index: 5;
}
.training__item .tag,
.news__item .tag {
	display: none;
}
.training__item h3,
.news__item h3 {
	font-size: 24px;
	line-height: 30px;
	color: #1C2238;
	font-weight: 500;
	margin-bottom: 10px;
}
.training__item p,
.news__item p {
	font-weight: 400;
	color: #444;
}
.training__icons {
	justify-content: space-between;
	align-items: center;
}
.time,
.format__training,
.num__view {
	position: relative;
	color: #6C6C6C;
	margin-top: 50px;	
	padding-left: 40px;
}
.time:before,
.format__training:before,
.num__view:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;	
}
.time:before {
	content: url(../images/icons/clock.png);
}
.format__training:before {
	content: url(../images/icons/online-training.png);
}
.num__view:before {
	content: url(../images/icons/ph_eye.png);
}
.training__item .col-5,
.news__item .col-5 {
	padding: 25px 30px;
}
.training__boxes .item {
	width: 100%;
	max-width: 575px;
	border: 1px solid var(--color-2);
	padding: 20px 30px;
}
.training__boxes {
	gap: 20px;
}
.mt80 {
	margin-top: 80px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb65 {
	margin-bottom: 65px;
}
.training__boxes .item h4 {
	font-family: var(--body-font);
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
#inner-item ul {
	padding-left: 20px;
}
#inner-item li {
	list-style-type: disc;
	padding-left: 10px;
}
#inner-item li:not(:last-child) {
	margin-bottom: 15px;
}
.training__boxes .item li:not(:last-child) {
	margin-bottom: 30px;
}
#inner-item .list  {
	font-size: 16px;
}
#inner-item .list ul {
	margin: 0 0 15px 15px;	
}
#inner-item .price {
	font-size: 18px;
	font-weight: 600;
	color: #1C2238;
}
#inner-item .price span {
	color: var(--color-2);
	font-weight: 500;
}

/* Inner service page END */

/* Inner Slider START */
.slider__inner {
	padding: 0 15px;
}
.slider__inner .slick-dots > li,
.video__slider .slick-dots > li {
	background: #D9D9D9;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.slider__inner .slick-dots > li:not(:last-child),
.video__slider .slick-dots > li:not(:last-child) {
	margin-right: 7px;
}
.slider__inner .slick-dots > li.slick-active,
.video__slider .slick-dots > li.slick-active {
	background: var(--color-2);
}
.slider__inner .slick-slide {
	position: relative;
	margin: 50px 0;
	width: 360px;
  transition: transform 0.5s;
	transform: scale(0.7) translate(520px);
	border-radius: 15px;
	overflow: hidden; 
}
.slider__inner .slick-slide img {
	filter: blur(2px);
}
.slider__inner .slick-slide.slick-center + .slick-slide {
	transform: scale(0.7) translate(-520px);
  z-index: 10;
}
.slider__inner .slick-slide.slick-center + .slick-slide + .slick-slide {
	transform: scale(0.2);
  z-index: 5;
}
.slider__inner .slick-slide.slick-active {
  transform: scale(0.7) translate(520px);
}

.slider__inner .slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.65);  
  z-index: 30;  
}
.slider__inner .slick-slide.slick-center img {
	filter: none;
}
/* Inner Slider END */

/* Video Slider START */
.video__slider {
	padding: 0 30px;
}
.video__slider .item {
	padding: 0 15px;
	margin-bottom: 40px;
	height: 283px !important;
}
.video__slider .item iframe {
	width: 100% !important;
	height: 283px !important;
}
/* Video Slider END */

/* News inner START */
.news__inner img {
	width: 100%;
	height: auto;
	max-width: 450px;
	float: left;
	margin: 0 33px 15px 0;
}
.news__inner p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.news__other {
	position: relative;
	padding: 0 0 20px;
	border-left: 3px solid var(--color-2);
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	z-index: 2;
}
.news__other figure {
	height: 125px;
	overflow: hidden;
}
.news__other figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.othernews__header {
	font-family: var(--header-font);
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
	color: #6C6C6C;
}
.news__other:not(:last-child) {
	margin-bottom: 20px;
}
.news__other a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	z-index: 5;
}
.news__other h4 {
	margin: 24px 0 35px;	
}
.news__other p,
.news__other h4 {
	padding: 0 20px;
}
.news__other h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}
.news__other .num__view {
	margin-left: 20px;
}
/* News inner END */

/* Tag item START */
.tag__filter li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border: 1px solid #FFA019;
	font-size: 20px;
	font-weight: 500;
	border-radius: 15px;
	color: #0F121D;
	padding: 0 30px;
	margin-bottom: 55px;
	min-width: 126px;
	cursor: pointer;
	transition: var(--transition);
}
.tag__filter li.active,
.tag__filter li:hover {
	background: var(--color-2);
	color: #fff;
}
.tag__filter li:not(:last-child) {
	margin-right: 20px;
}
/* Tag item END */

/* Sale START */
#sale .col-4 {
	padding: 0 15px;
}
#sale .item {
	text-align: center;
	padding: 0 15px 30px;
	border: 1px solid var(--border-color);
}
#sale .item figure {
	height: 236px;
	margin-bottom: 25px;
	overflow: hidden;
}
#sale .item h3 {
	font-size: 20px;
	line-height: 26px;
	min-height: 55px;
	margin-bottom: 15px;	
}
#sale .item span {
	display: block;
	font-family: var(--header-font);
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: var(--color-2);
	margin-bottom: 70px;
}
#sale .item .custom__button {
	margin: 0 auto;
	max-width: 250px;
}
/* Sale END */

/* Contacts START */
#contacts ul > li {
	position: relative;
	padding-left: 40px;
}
#contacts ul > li:first-child {
	margin-bottom: 34px;
}
#contacts ul > li:last-child {
	margin-top: 34px;
}
#contacts ul > li:nth-child(2),
#contacts ul > li:nth-child(3),
#contacts ul > li:nth-child(4) {
	line-height: 30px;
}
#contacts ul > li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
}
#contacts ul > li:nth-child(1):before {
	background: url(../images/icons/map.png);
}
#contacts ul > li:nth-child(3):before {
	background: url(../images/icons/phone.png);
}
#contacts ul > li:last-child:before {
	background: url(../images/icons/mail.png);
}
#contacts form {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 45px 30px;
	text-align: center;
}
#contacts form h2 {
	font-family: var(--header-font);
	font-size: 32px;
	line-height: 38px;
	font-weight: 800;
}
#contacts form .control {
	margin: 0 auto 20px;
	text-align: left;
}
#contacts form button {
	margin: 0 auto;
}
/* Contacts END */

/* Footer START */
#footer {
	padding: 40px 0 0;
	background: #1C2238;
	color: #fff;
}	
#footer a,
#footer h3,
#footer button {
	color: #fff;
}
#footer h3 {
	margin-bottom: 20px;
}
#footer ul {
	padding-right: 20px;
}
#footer ul > li:not(:last-child) {
	margin-bottom: 7px;
}
#footer ul > li > a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
#footer ul > li > a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.bottom__footer a:hover,
.bottom__footer button:hover {
	color: var(--color-2) !important;
}
.bottom__footer {
	border-top: 1px solid var(--color-grey);
	margin-top: 40px;
	height: 65px;
}
.bottom__footer .flexbox {
	align-items: center;
	justify-content: space-between;
	font-size: 20px;	
}
.bottom__footer .icon {
	display: inline-block;
	font-size: 25px;
	margin-right: 12px;
}
.bottom__footer .trigger {
	text-decoration: underline;
	text-underline-position: under;
	font-size: 20px;
}
/* Footer END */

input[name=work-email] {
	display: none;
}
.social__widjet {
	position: fixed;
	top: 50%;
	width: 60px;
	height: auto;
	transform: translateY(-50%);
	right: 0;
	z-index: 90;
}
.social__widjet li:not(:last-child) {
	margin-bottom: 3px;
}
.social__widjet li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
}

.social__widjet li > a img {
	width: 35px;
	height: auto;
}
.social__widjet li:nth-child(1) > a {
	background: #15E04E;
}
.social__widjet li:nth-child(2) > a {
	background: #20CED9;
}
.social__widjet li > a:hover {
	background: var(--color-2);
}
.share__social {
	margin: 50px 0 20px;
	align-items: center;
}
.share__social p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.share__social ul {
	align-items: center;
	padding: 0;
}
.share__social ul > li {
	margin: 0 10px 0 0 !important;
}
.share__social ul > li {
	list-style-type: none !important;
}
.share__social ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.share__social ul > li > a > img {
	width: 28px;
	height: auto;
	margin: 0 auto;
	float: none;
	max-width: 100%;
}

.faq {
    width: 100%;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
  }

  .faq-question {
    background: #0b1f3a;
    color: #fff;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq-arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
  }

  .faq-item.active .faq-arrow {
    transform: rotate(180deg);
  }

  .faq-answer {
    background: #fff;
    color: #000;
    padding: 18px 20px;
    display: none;
  }

  .faq-item.active .faq-answer {
    display: block;
  }