* {
  padding: 0;
  margin: 0;
  border: 0;
}
@font-face{font-family:"baskerville-heavy-regular";src:url("https://www.dafontfree.net/data/23/b/114452/Baskerville-Heavy.ttf") format("woff"),url("https://www.dafontfree.net/data/23/b/114452/Baskerville-Heavy.ttf") format("opentype"),url("https://www.dafontfree.net/data/23/b/114452/Baskerville-Heavy.ttf") format("truetype");}
html, body {
  height: 100%;
}
ul li {
  list-style: none;
}
ul,
ol {
  margin-bottom: 0px;
}
p {
  margin: 0 0 0px;
}
a {
	display: inline-block;
}
a, a:visited {
  text-decoration: none !important;
  outline: none !important;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
  
    display: flex;
    flex-direction: column;
}
[class*=__container] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 75px;
}
[class*=__section] {
  padding-top: 74px;
}
body {
    font-family: circe, sans-serif;
    /* font-family: hypatia-sans-pro, sans-serif; */
}
.main, .header {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.mb {
	margin-bottom: 12px;
}
/* transperant bg for autocomplete input values */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
/* webkit scrollbar */
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-thumb {
  background-color: #FFAA4D;
}
html::-webkit-scrollbar-track {
  background-color: #D0D0D0;
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: transparent;
}
.header.seo {
	background: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 20px;
    transition: 0.7s;
}
.header-up {
	justify-content: flex-end;
	margin-bottom: 6px;
}
.h-email a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: underline !important;
	text-transform: uppercase;
	color: #FFFFFF;
}
.h-phone a {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}
.h-phone a:hover {
	text-decoration-line: underline !important;
}
.header-email {
	margin-right: 27px;
}
/* -------------------------------------- */
.menu__link {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #151515;
	display: flex;
	text-transform: uppercase;
	transition: all 0.3s;
	position: relative;
}
.menu__link:hover {
    color: #151515;
}
.menu-body {
	display: flex;
	align-items: center;
	grid-column-gap: 25px;
}
.menu-body li {
	display: flex;
	align-items: center;
}
.ser-link {
	font-family: circe, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.ser-link:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}
.ser-link svg {
	margin: 0 0 0 5px;
}
.menu__list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 35px;
}
.lang-a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.lang-a:hover {
	text-decoration-line: underline !important;
	color: #FFFFFF;
}
.lang-a.active {
	text-decoration-line: underline !important;
}
.lang-list li:first-child {
	margin-right: 8px;
}
/* header fixed */
.header.fixed {
  z-index: 10;
  background-color: #fff;
  transition: 0.8s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.header.fixed .header__container {
	padding-top: 20px;
    padding-bottom: 15px;
}
.logo-w {
    max-width: 201px;
    transition: 0.7s;
    filter: brightness(0) invert(1);
}
.header.fixed .logo-w {
	max-width: 180px;
	filter: brightness(1) invert(0);
}
.header.seo .logo-w {
	max-width: 180px;
	filter: brightness(1) invert(0);
}
.header.fixed .ser-link,
.header.fixed .h-phone a,
.header.fixed .h-email a,
.header.fixed .lang-a {
	color: #151515;
}
.header.seo .ser-link,
.header.seo .h-phone a,
.header.seo .h-email a,
.header.seo .lang-a {
	color: #151515;
}
.menu__icon {
	display: none;
}
.header__menu {
	display: none;
}
.header_contacts {
	margin-left: 26px;
}
/*  */
.menu-hover {
	position: relative;
	cursor: pointer;
}
.menu-sub-hover {
	position: absolute;
	top: 30px;
	left: 0;
	width: 300px;
	background: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	padding: 15px;
	grid-row-gap: 3px;
}
.menu-hover .menu-sub-hover {
	display: none;
	transition: 0.5s;
}
.menu-hover.active .menu-sub-hover {
	display: flex;
}
.menu-hover svg {
	transition: 0.3s;
}
.menu-hover.active svg {
	transform: rotate(-180deg);
}
/* main page */
.main-page {
  position: relative;
}
.main-page.banner {
	padding-top: 45px;
}
.intro_slider-block {
  position: relative;
}
.intro_slider-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  background: rgba(31, 31, 31, 0.4);
}
.intro_slider-img {
  width: 100vw;
  height: 100%;
  margin: 0;
  z-index: 1;
  object-fit: cover;
  display: flex;
  margin-left: -1px;
}
.intro_slider-text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.main-page.banner .intro_slider-text {
	top: 70%;
	transform: translateY(-70%);
}
.main-title {
	font-family: hypatia-sans-pro, sans-serif;
	font-weight: 600;
	font-size: 97px;
	line-height: 97px;
	text-align: center;
	/* letter-spacing: 0.1em; */
	/* text-transform: uppercase; */
	color: #FFFFFF;
	font-family: "baskerville-heavy-regular";
}
.main-subtitle {
	font-family: hypatia-sans-pro, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 14px;
}
.scroll p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #6B6B6B;
	
}
.intro__container {
	position: relative;
}
.scroll {
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 40px;
	z-index: 3;
	transition: 0.5s;
	padding: 10px;
}
.scroll:hover {
	transform: translateY(-10px);
}
/* footer */
.footer {
	background: #262626;
	padding: 30px 0;
	margin-top: 74px;
}
.footer.nomar {
	margin-top: 0px !important;
}
.copyright {
	font-weight: 100;
	font-size: 16px;
	line-height: 150%;
	color: #C0C0C0;
	text-transform: uppercase;
}
.copyright img {
	margin-left: 3px;
	margin-bottom: 2px;
}

button {
	outline: none !important;
}
/* about */
.about-img {
	grid-column-gap: 21px;
	margin-right: 97px;
}
.ab-svg svg {
	margin: 0;
}
.ab-text {
	max-width: 260px;
	margin-top: 17px;
}
.about-r {
	grid-row-gap: 29px;
	margin-top: 29px;
}
/*  */
.par-element {
	background: #FFFFFF;
	border: 0.971246px solid #E6E6E6;
	padding: 21px 34px;
	height: 88px !important;
    display: flex !important;
    margin-right: 17px;
}
/* portfolio */
.port-body {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}
.port-text {
	background: #FFFFFF;
	box-shadow: 5px 8px 15px rgba(36, 36, 36, 0.08);
	padding: 23px 26px;
	max-width: 356px;
	margin-top: -56px;
}
/*  */
.travel-form {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 0 50px 25px;
}
.travel-title {
	font-weight: 550;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 10px;
	    padding-top: 25px;
}
.travel-input {
	outline: none !important;
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 19px;
	color: #8C8989 !important;
}
select {
	outline: none !important;
	background: #F4F3F3;
	border-radius: 50px;
	padding: 15px 20px;
    width: 360px !important;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;

}
.test {
	position: relative;
}
.test-svg {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
/* text */
.text-img {
	max-width: 40%;
}
.text-right {
	max-width: 60%;
}
.text-right {
	margin-left: 66px;
	text-align: left;
	align-items: flex-start;
}
.text-text {
	margin-top: 31px;
}
/* adv */
.adv-body {
	margin-top: 55px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 32px;
}
.adv-element {
	background: #EDEDED;
	padding: 43px 22px;
}
.adv-element.second {
	background: #FFAA4D;
}
.adv-num {
	font-weight: 350;
	font-size: 64px;
	line-height: 64px;
	color: rgba(21, 21, 21, 0.2);
}
.adv-title {
	margin: 26px 0 22px;
	padding-bottom: 11px;
	position: relative;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #151515;
}
.adv-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 4px;
	background: #FFAA4D;
	z-index: 2;
}
.adv-element.second .adv-title,
.adv-element.second .adv-text {
	color: #fff;
}
.adv-element.second .adv-num {
	color: rgba(255, 255, 255, 0.2);
}
.adv-element.second .adv-title:before {
	background: #fff;
}

/* contacts */
.con-body {
	display: flex;
	justify-content: space-between;
}
.con-wrap {
	row-gap: 20px;
}
.con-element {
	background: #F9F9F9;
	padding: 43px 45px;
}
.c-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #151515;
	margin-bottom: 10px;
}
.cont {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
}
.cont.hours {
	max-width: 400px;
}
.cont:hover {
	color: #444444;
}
.c-block {
	display: flex;
}
.map {
	width: 100%;
	/* height: 100%; */
	margin-left: 35px;
}
.map > div {
	height: 100%;
}
iframe {
	width: 100%;
	height: 100%;
}
/* review */
.rev-body {
	display: flex;
	margin: 55px -16px 0;
}
.rev-element {
	margin: 0 16px;
	background: #EDEDED;
	border-radius: 2px;
	padding: 35px 30px;
	height: 100%;
}
.name {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 1px;
}
.pos {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
.rev-name {
	margin-left: 13px;
}
.rev-who {
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 24px;
}
.rev-who:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #CFCFCF;
}
.rev-img {
	background: #fff;
	border-radius: 100%;
}
.arrows, .arrows-news, .arrows-team, .arrows-blog {
	display: flex;
}
.arrows svg, .arrows-news svg, .arrows-team svg, .arrows-blog svg {
	margin: 0;
}
.pre {
	margin-right: 20px;
}
.pre, .nex {
	display: flex;
	background: transparent;
}
.rev-body .slick-track
{display: flex !important;}

.rev-body .slick-slide 
{height: inherit !important;}

.arrows-team .pre {
	
}
.arrows-team .nex {
	
}
/* news */
.news-body, .blog-body {
	display: flex;
	margin: 55px -16px 0;
}
.news-element {
	margin: 0 16px;
}
.news-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #151515;
	margin: 17px 0 12px;
}
.news-date {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #888888;
}
.news-img img {
	object-position: top;
}
.novost__section {
	flex-grow: 2;
}
.novost-img, .novost-text {
	max-width: 50%;
}
.novost-img {
	margin-right: 80px;
}
.novost-text {
	grid-row-gap: 20px;
	color: #5C5C5C !important;
}
/* ser */
.ser-body {
	margin-top: 55px;
	align-items: flex-start;
}
.poisk {
	padding: 36px 28px;
}
.poisk-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #151515;
	margin-bottom: 11px;
}
.poisk-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #888888;
}
.tab-wrap {
	border: 1px solid #E4E4E4;
	min-width: 280px;
	max-width: 280px;
	margin-right: 32px;
}
.ser-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 32px;
}
.ser-element {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	padding: 48px 30px;
}
.ser-title {
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	color: #151515;
	margin: 26px 0 22px;
}
.ser-svg svg {
	margin: 0;
}
.ser-svg {
	position: relative;
	padding-bottom: 30px;
}
.ser-svg:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 4px;
	background: #FFAA4D;
}
.ser-btn {
	background: transparent;
}
.ser-btn svg {
	margin: 0 0 0 10px;
	transition: 0.5s;
}
.ser-btn:hover svg {
	margin: 0 0 0 16px;
}
/* tabs */
.tab {
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
}
.tab-body {
}
/* Style the buttons inside the tab */
.tab button {
	background: transparent;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #151515;
	padding: 13px 28px;
	transition: 0.3s;
	text-align: left;
}
/* Change background color of buttons on hover */
.tab button:hover {
	color: #fff;
	background: #FFAA4D;
}
/* Create an active/current tablink class */
.tab button.active {
	color: #fff;
	background: #FFAA4D;
}
/* Style the tab content */
.tabcontent {
  display: none;
}
.tabcontent.active {
	display: flex;
}

/* feed */
.feed-subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 36px 0 47px;
}
/* team */
.team-body {
	margin: 49px -16px 0;
}
.team-body .slick-track {
	height: 100% !important;
}
.team-body.slick-slider {
	display: flex !important;
}
.pre-team, .nex-team {
	background: transparent !important;
}
.pre-team svg, .nex-team svg {
	margin: 0 !important;
}
.team-element {
	margin: 0 16px;
	display: flex !important;
    align-items: center;
}
.team-text {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	padding: 39px 22px;
	margin-right: 50px;
	max-width: 60%;
}
.team-img {
	max-width: 40%;
	width: 100%;
}
.team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.team-name {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	color: #151515;
}
.team-pos {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #5C5C5C;
	margin: 9px 0 20px;
}
.team-phone {
	margin-right: 25px;
}
.t-phone a {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.04em;
	color: #151515;
}
.t-email a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: underline !important;
	text-transform: uppercase;
	color: #151515;
}
.team-skills {
	display: flex;
	margin: 20px 0 24px;
}
.skills-element {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #5C5C5C;
	padding: 10px 12px;
	background: #EDEDED;
	margin-right: 5px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.skills-element:last-child {
	margin-right: 0px;
}
.show-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #151515;
	position: relative;
	padding-bottom: 8px;
	text-align: left;
	background: transparent;
	width: 100%;
}
.show-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #BDBDBD;
}
.show-text:after {
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 20px;
	background: transparent;
	color: #151515;
	font-size: 18px;
}
.sh.is-open .show-text:after {
	content: "-";
	font-size: 20px;
}
/* .show-text.is-open:after {
	content: "-";
	font-size: 20px;
} */
.descr-text {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out;
	margin: 10px 0;
}
.sh.is-open .descr-text {
	max-height: 380px;
}
.show-wrap {
	justify-content: flex-start;
	width: 100%;
}
.team-show-text {
	/* margin-left: 15px; */
	    margin-top: 10px;
}
.team-show-text ul li {
	margin-bottom: 10px;
	padding-left: 22px;
	position: relative;
}
.team-show-text ul li::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: url("/storage/app/media/tick.png");
}
.dop {
	margin: 12px 0 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #151515;
}

/*  */
.text.blog {
	margin-top: 30px;
}
.blog-img {
	margin-top: 30px;
}
/* clients */
.cli-body {
	margin: 54px -16px 0;
}
.cli-element {
	background: #FFFFFF;
	border: 0.971246px solid #E6E6E6;
	padding: 21px 23px;
	height: 110px !important;
    display: flex !important;
    margin: 0 16px;
}
.cli-img {
	display: flex;
    align-items: center;
    justify-content: center;
}





















/*  modal ajax form starts here */
.modal-body.mod:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(53, 53, 53, 0.7);
}
.modal-with-img .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 66px 70px;
    /* padding: 10px 60px; */
    position: relative;
}
.modal-with-img .modal-dialog.modal-dialog-centered {
    width: 100%;
}
.modal-with-img .modalimg img{
    object-fit: cover;
}
.modal-content {
    border-radius: 0px;
    overflow: scroll;
    max-height: 90vh;
}
.modal-dialog.modal-dialog-centered {
    max-width: 1024px;
}
.close svg {
	margin: 0;
}
.modal-content > button.close {
    position: absolute;
    top: 9px;
    right: 16px;
    opacity: 1;
    font-weight: normal;
    z-index: 10;
    
}
#contactForm_forms_flash {
    position: fixed;
    left: 50%;
    top: 18%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60%;
    max-width: 100%;
}

.alert.alert-success.alert-dismissible {
    height: 100%;
    width: 100%;
    align-items: center;
    background: #fff;
    color: white;
    padding: 19px 30px;
    position: relative;
    border-radius: 10px;
    color: #000;
    border: 1px solid #D8D8D8;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000;
    opacity: 0.9;
    background: rgba(0,0,0,0);
    font-size: 20px;
}
.modalimg img {
    width: 100%;
    height: 100%;
}
.modal-content > button.close {
    font-size: 40px;
}
.modal-with-img .modalimg {
    width: 41.7%; 
    border: none;
}
.modal-with-img .form-modal {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.modal-body {
    background-size: cover;
}
/* .modal-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(29, 29, 29, 0.6);
} */

.close {
    color: #FFFFFF;
}
.close:hover {
    color: #FFFFFF;
}
/* contact form styles */
.f-input {
    outline: none;
    padding: 18px 19px;
    background: rgba(0, 0, 0, 0.2);
	border-radius: 6px !important;
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
	display: flex;
	outline: none;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	margin-bottom: 19px;
}
.input div {
	display: flex;
}
.input:hover, .input:focus{
	border:none;
}
.prod_input {
	width: 100%;
}
.input textarea {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
	padding: 18px 19px;
}
.input textarea::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}
.inp-wrap {
	width: 100%;
	max-width: 574px;
}
input[type=text] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.f-input::placeholder {
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}
.form-block {
    display: flex;
    flex-direction: column;
    margin-top: 33px; 
    justify-content: flex-start;
    align-items: flex-start;
}
.margin-top {
    padding: 50px 0; 
}
.pr-cheeck-text {
	font-family: hypatia-sans-pro, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-left: 55px;
}
input[type=checkbox] {
	position: relative;
	cursor: pointer;
	width: 0px;
  height: 0px;
  top: -13px;
    left: 22px;
	background-color: transparent;
	outline: none !important;
}
input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	outline: none !important;
}
 input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 7px;
         height: 12px;
         border: solid #fff;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 3px;
         left: 7px;
         outline: none !important;
}
/* dots */
.slick-dots {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-top: 20px;
}
.slick-dots li {
  list-style: none;
  margin: 0 8px;
}
.slick-dots button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background-color: #DADADA;
  border-radius: 15px;
  outline: none;
}
.slick-dots .slick-active button {
  position: relative;
  background: #FFAA4D;
  width: 34px;
}