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, li, 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;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
 body {
	 line-height: 1;
}
 ol, ul {
	 list-style: none;
}
 blockquote, q {
	 quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
	 content: '';
	 content: none;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 div {
	 box-sizing: border-box;
}
 

@font-face {
	 font-family: 'Roboto-Black';
	 src: url('../fonts/Roboto-Black.ttf');
	 font-display: swap;
}
 @font-face {
	 font-family: 'Roboto-Black-italic';
	 src: url('../fonts/Roboto-Blackitalic.ttf');
	 font-display: swap;
}
 @font-face {
	 font-family: 'Roboto-Bold';
	 src: url('../fonts/Roboto-Bold.ttf');
	 font-display: swap;
}
 @font-face {
	 font-family: 'Roboto-Bold-italic';
	 src: url('../fonts/Roboto-Bolditalic.ttf');
	 font-display: swap;
}
 @font-face {
	 font-family: 'Roboto-Medium';
	 src: url('../fonts/Roboto-Medium.ttf');
	 font-display: swap;
}
 @font-face {
	 font-family: 'Roboto-Regular';
	 src: url('../fonts/Roboto-Regular.ttf');
	 font-display: swap;
}
 


/* --- ATTRIBUTES --- */
/* --- MAIN --- */
html {
  scroll-behavior: smooth;
}

 body {
	 font-family: 'Roboto-Regular', sans-serif;
	 overflow-x: hidden;
	 background: #fff;
}
 a {
	 color: #ffac2f;
	 text-decoration: none;
	 transition: 0.3s;
}
 a:hover {
	 opacity: 0.75;
}
 .wrapper {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .container {
	 max-width: 1420px;
	 width: 100%;
	 margin: auto;
	 transition: 0.5s width;
	 position: relative;
}
 @media screen and (max-width: 1580px) {
	 .container {
		 width: 90%;
	}
}
 @media screen and (max-width: 800px) {
	 .container {
		 width: 100%;
		 padding: 0 25px;
	}
}
 .disable-select {
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
/* --- BTNs --- */
 .btn {
	 position: relative;
	 outline: none;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: transparent;
	 max-width: 350px;
	 width: 100%;
	 height: 45px;
	 border-radius: 5px;
	 font-size: 16px;
	 text-transform: uppercase;
	 box-sizing: border-box;
	 border: 2px solid #ffac2f;
}
 @media screen and (max-width: 600px) {
	 .btn {
		 max-width: 100%;
	}
}
 .btn-main {
	 transition: 0.3s;
	 background: #ffac2f;
}
 .btn-main p {
	 transition: 0.3s;
	 color: #fff;
}
 .btn-main:hover {
	 background: transparent;
}
 .btn-main:hover p {
	 color: #ffac2f;
}
/* -------- PAGE -------- */
/* --- NAVBAR --- */
 .navbar {
	 position: absolute;
	 top: 50px;
	 left: 0;
	 right: 0;
	 width: 100%;
	 z-index: 9;
	 transition: 0.3s;
}
 @media screen and (max-width: 1000px) {
	 .navbar {
		 top: 25px;
		 transition: 0.3s;
	}
}
 .navbar-contact {
	 display: flex;
	 justify-content: flex-end;
	 padding: 0 0 15px;
	 border-bottom: 1px solid #e4e4e4;
}
 @media screen and (max-width: 1000px) {
	 .navbar-contact {
		 flex-direction: column;
		 justify-content: right;
	}
}
 .navbar-contact .navbar-nav__item {
	 margin-right: 25px;
}
 @media screen and (max-width: 1000px) {
	 .navbar-contact .navbar-nav__item {
		 padding: 0;
		 flex-direction: row-reverse;
		 margin: 0 0 15px 0;
		 justify-content: right;
	}
}
 .navbar-contact .navbar-nav__item svg {
	 margin-right: 10px;
}
 @media screen and (max-width: 1000px) {
	 .navbar-contact .navbar-nav__item svg {
		 margin: 0 0 0 10px;
	}
}
 .navbar-contact .navbar-nav__item svg path {
	 fill: #ffac2f;
}
 .navbar-main {
	 padding: 15px 0 0;
	 display: flex;
	 justify-content: space-between;
}
 @media screen and (max-width: 1000px) {
	 .navbar-main {
		 flex-direction: column;
	}
}
 .navbar-main-head {
	 display: flex;
	 justify-content: space-between;
}
 .navbar-main-brand {
	 width: 140px;
	 max-height: 47px;
}
 @media screen and (max-width: 1150px) {
	 .navbar-main-brand {
		 height: 31px;
		 width: 111px;
	}
}
 .navbar-main-brand img, .navbar-main-brand svg {
	 width: 100%;
	 height: 100%;
}
 .navbar-nav {
	 display: flex;
	 justify-content: left;
}
 @media screen and (max-width: 1000px) {
	 .navbar-nav {
		 flex-direction: column;
		 justify-content: right;
		 background: #f5f5f5;
		 margin-top: 15px;
		 border-radius: 7px;
		 height: 0;
		 opacity: 0;
		 padding: 0;
		 transition: 0.3s height;
	}
}
 .navbar-nav__item {
	 padding: 8px 0;
	 margin-right: 50px;
	 align-items: center;
	 display: flex;
}
 @media screen and (max-width: 1000px) {
	 .navbar-nav__item {
		 width: 100%;
		 margin: 0 0 25px;
		 justify-content: center;
	}
	 .navbar-nav__item:last-child {
		 margin-bottom: 0;
	}
}
 .navbar-nav__item:last-child {
	 margin-right: 0;
}
 .navbar-nav__item svg {
	 display: block;
	 max-height: 25px;
	 max-width: 25px;
}
 .navbar-nav__item a {
	 color: #252525;
	 display: flex;
	 justify-content: space-between;
	 position: relative;
}
 .navbar-nav__item a:hover {
	 color: #ffac2f;
}
 .navbar-nav__item a:hover img {
	 transform: rotate(180deg);
}
 .navbar-nav__item a img {
	 margin-left: 5px;
	 transition: 0.3s;
}
 .navbar-nav .btn {
	 padding: 0 24px;
	 max-width: unset;
	 width: auto;
	 justify-content: center !important;
}
 @media screen and (max-width: 1000px) {
	 .navbar-nav .tooltip {
		 display: none;
	}
}
 .navbar-phone {
	 display: none;
	 justify-content: space-between;
}
 @media screen and (max-width: 1000px) {
	 .navbar-phone {
		 display: block;
	}
}
 .navbar-phone-burger {
	 width: 49px;
	 height: 31px;
	 position: relative;
	 cursor: pointer;
}
 .navbar-phone-burger:hover span:first-child {
	 transform: translateY(3px);
}
 .navbar-phone-burger:hover span:nth-child(2) {
	 width: 80%;
}
 .navbar-phone-burger:hover span:last-child {
	 transform: translateY(-3px);
}
 .navbar-phone-burger span {
	 position: absolute;
	 display: block;
	 height: 5px;
	 width: inherit;
	 background: #252525;
	 transition: 0.3s;
}
 .navbar-phone-burger span:first-child {
	 top: 0;
}
 .navbar-phone-burger span:nth-child(2) {
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 opacity: 1;
}
 .navbar-phone-burger span:last-child {
	 bottom: 0;
}
 .navbar-mobile .navbar-main {
	 flex-direction: column;
}
 .navbar-mobile .navbar-nav {
	 height: auto;
	 padding: 25px;
	 opacity: 1;
	 box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.25);
}
 .navbar-mobile .navbar-phone-burger span {
	 transition: 0.3s;
}
 .navbar-mobile .navbar-phone-burger span:first-child {
	 top: 13px;
	 transform: rotate(45deg);
}
 .navbar-mobile .navbar-phone-burger span:nth-child(2) {
	 width: 0;
	 opacity: 0;
}
 .navbar-mobile .navbar-phone-burger span:last-child {
	 bottom: 13px;
	 transform: rotate(-45deg);
}
/* --- TOOLTIPs --- */
 .tooltip {
	 position: relative;
	 cursor: pointer;
}
 .tooltip:hover .tooltip-main {
	 display: block;
}
 .tooltip-main {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 height: 15px;
	 cursor: default;
	 display: none;
}
 .tooltip-main-content {
	 padding: 25px;
	 border-radius: 10px;
	 filter: drop-shadow(0 0 15px rgba(0, 0, 0, .2));
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 top: 15px;
	 background: #fff;
	 width: 300px;
}
 .tooltip-main-content h2, .tooltip-main-content h3 {
	 margin-bottom: 25px;
	 letter-spacing: 0;
}
/* --- LISTER --- */
 .lister-item {
	 padding: 0 0 0 25px;
	 list-style-type: none;
	 position: relative;
	 margin-bottom: 10px;
}
 .lister-item:last-child {
	 margin-bottom: 0;
}
 .lister-item:hover:before {
	 background: #ffac2f;
}
 .lister-item:before {
	 position: absolute;
	 content: '';
	 left: 0;
	 top: 1px;
	 width: 9px;
	 height: 9px;
	 border-radius: 2px;
	 border: 1px solid #ffac2f;
	 transition: 0.2s;
}
 .lister-item a, .lister-item p {
	 font-size: 15px;
}
 .lister-item a {
	 color: #252525;
}
 .lister-item a:hover {
	 opacity: 0.75;
	 color: #252525;
}
/* --- ACCORDION --- */
 .accordion {
	 width: 100%;
	 position: relative;
	 transition: 0.3s;
	 border-radius: 5px;
}
 .accordion:last-child {
	 margin-bottom: 0;
}
 .accordion-head {
	 padding: 0 24px;
	 border-radius: 5px;
	 height: 45px;
	 display: flex;
	 justify-content: space-between;
	 background: #f0f0f0;
	 cursor: pointer;
	 align-items: center;
}
 .accordion-head h3 {
	 font-size: 18px;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .accordion-button {
	 min-width: 15px;
	 width: 15px;
	 height: 13px;
	 margin: auto 0 auto 25px;
}
 .accordion-button svg {
	 width: 15px;
	 height: 15px;
	 transition: 0.3s;
}
 .accordion-button svg path {
	 fill: #ffac2f;
}
 .accordion-body {
	 padding: 10px 25px 25px;
	 height: 1px;
	 visibility: hidden;
	 transition: 0.3s height;
	 display: none;
	 position: absolute;
	 top: 100%;
	 background: #f0f0f0;
	 width: 100%;
	 border-radius: 0 0 5px 5px;
}
 .accordion-body p {
	 margin-bottom: 10px;
}
 .accordion-body p:last-child {
	 margin-bottom: 0;
}
 .accordion-open {
	 border-color: #fff;
}
 .accordion-open .accordion-head {
	 border-radius: 5px 5px 0 0;
}
 .accordion-open .accordion-body {
	 height: auto;
	 visibility: visible;
	 display: block;
}
 .accordion-open .accordion-button svg {
	 transform: rotate(180deg);
}
/* --- TITLE --- */
 .title {
	 width: 100%;
	 text-align: center;
	 margin-bottom: 75px;
}
 .title h2 {
	 font-size: 24px;
	 color: #ffac2f;
	 margin-bottom: 15px;
}
 .title-ornament {
	 position: relative;
	 width: 225px;
	 height: 11px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin: 0 auto;
}
 .title-ornament__lord {
	 height: 11px;
	 width: 11px;
	 border-radius: 100%;
	 background: #ffac2f;
	 position: relative;
}
 .title-ornament__lord:before, .title-ornament__lord:after {
	 position: absolute;
	 content: '';
	 height: 5px;
	 width: 5px;
	 background: #ffac2f;
	 border-radius: 100%;
	 opacity: 0.5;
	 top: 50%;
	 transform: translateY(-50%);
}
 .title-ornament__lord:before {
	 left: -15px;
}
 .title-ornament__lord:after {
	 right: -15px;
}
 .title-ornament__liner {
	 width: 81px;
	 height: 1px;
	 background: #ffac2f;
}
/* --- HEADER --- */
 .header {
	 min-height: 400px;
	 height: 100vh;
	 width: 100%;
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: left;
}
 @media screen and (max-width: 1000px) {
	 .header {
		 height: calc(100vh - 200px);
		 padding-top: 200px;
		 min-height: 300px;
	}
}
 .header-bg {
	 height: calc(100% - 250px);
	 width: calc(100vh - 250px);
	 position: absolute;
	 right: 0;
	 background-image: url("../img/img-bg_header.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	 bottom: 10px;
}
 @media screen and (max-width: 1150px) {
	 .header-bg {
		 display: none;
	}
}
 .header-main {
	 max-width: 550px;
}
 .header-main h1 {
	 font-size: 32px;
	 color: #ffac2f;
	 margin-bottom: 25px;
}
 .header-main p {
	 color: #5e5e5e;
	 line-height: 1.4rem;
	 font-size: 18px;
}
 .header-main .accordion {
	 margin-top: 25px;
	 z-index: 2;
}
/* --- ABOUT --- */
 .about {
	 padding: 100px 0;
}
 .about-main {
	 max-width: 875px;
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 margin: 0 auto;
	 padding-bottom: 75px;
}
 @media screen and (max-width: 800px) {
	 .about-main {
		 max-width: 100%;
	}
}
 .about-item {
	 max-width: 369px;
	 width: 100%;
	 margin-bottom: 75px;
}
 .about-item:nth-child(n + 3) {
	 margin-bottom: 0;
}
 @media screen and (max-width: 800px) {
	 .about-item:nth-child(n + 3) {
		 margin-bottom: 50px;
	}
}
 @media screen and (max-width: 800px) {
	 .about-item {
		 margin-bottom: 50px;
		 max-width: 100%;
	}
	 .about-item:last-child {
		 margin-bottom: 0;
	}
}
 .about-item-icon {
	 position: relative;
	 width: 71px;
	 height: 71px;
	 margin-bottom: 25px;
}
 @media screen and (max-width: 800px) {
	 .about-item-icon {
		 margin: 0 auto 25px;
	}
}
 .about-item-icon__abs {
	 width: 61px;
	 height: 61px;
	 border-radius: 10px;
	 background: #f0f0f0;
}
 .about-item-icon svg {
	 width: 61px;
	 height: 61px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
 .about-item p {
	 line-height: 1.3rem;
	 color: #5e5e5e;
}
 .about-item .bold {
	 color: #252525;
	 font-family: 'Roboto-Medium', sans-serif;
}
 .about-photos {
	 margin-top: 75px;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
}
 .about-photos-item {
	 max-width: 80%;
	 width: 100%;
	 text-align: left;
	 margin: -100px auto 0 0;
}
 @media screen and (max-width: 800px) {
	 .about-photos-item {
		 margin: 0 auto 25px;
		 text-align: center;
	}
	 .about-photos-item:last-child {
		 margin-bottom: 0;
	}
}
 .about-photos-item:first-child {
	 margin-top: 0;
}
 .about-photos-item:nth-child(2n) {
	 text-align: right;
	 margin-right: 0;
	 margin-left: auto;
}
 @media screen and (max-width: 800px) {
	 .about-photos-item:nth-child(2n) {
		 text-align: center;
		 margin-right: auto;
	}
}
 .about-photos-item img {
	 max-width: 1051px;
	 width: 100%;
}
/* --- ARTICLES --- */
 .articles {
	 padding: 100px 0;
}
 .articles-main {
	 width: calc(100% + 25px);
	 margin: 0 -12.5px;
	 display: flex;
	 justify-content: left;
	 flex-wrap: wrap;
}
 .articles-item {
	 max-width: calc(25% - 25px);
	 width: 100%;
	 height: 221px;
	 border-radius: 10px;
	 margin: 12.5px;
	 position: relative;
	 overflow: hidden;
}
 @media screen and (max-width: 1250px) {
	 .articles-item {
		 max-width: calc(50% - 25px);
	}
}
 @media screen and (max-width: 800px) {
	 .articles-item {
		 max-width: 100%;
	}
}
 .articles-item:hover img {
	 transform: scale(1.1);
}
 .articles-item:hover p {
	 color: #ffac2f;
}
 .articles-item img {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 transition: 0.3s;
}
 .articles-item-body {
	 position: relative;
	 background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	 height: 100%;
	 padding: 25px;
	 display: flex;
}
 .articles-item-body p {
	 position: relative;
	 color: #fff;
	 font-size: 16px;
	 line-height: 1.3rem;
	 margin: auto 0 0;
	 transition: 0.3s;
}
 .page-header {
	 margin-top: 225px;
}
/* --- POST --- */
 .post {
	 padding: 100px 0;
}
 .post-head {
	 margin-bottom: 100px;
}
 .post-head .wrapper {
	 justify-content: space-between;
	 align-items: center;
	 flex-wrap: nowrap;
}
 @media screen and (max-width: 1000px) {
	 .post-head .wrapper {
		 flex-wrap: wrap;
		 justify-content: center;
	}
}
 .post-head-info {
	 max-width: 695px;
	 width: 100%;
}
 @media screen and (max-width: 1000px) {
	 .post-head-info {
		 max-width: 100%;
	}
}
 .post-head-info h2 {
	 font-size: 28px;
	 color: #ffac2f;
	 margin-bottom: 25px;
}
 .post-head-info p {
	 line-height: 1.3rem;
	 color: #5e5e5e;
}
 .post-head-info .bold {
	 font-family: 'Roboto-Medium', sans-serif;
	 color: #252525;
}
 .post-head-graph {
	 min-width: 375px;
	 width: 375px;
	 height: 350px;
	 margin-left: 50px;
}
 @media screen and (max-width: 1000px) {
	 .post-head-graph {
		 margin: 50px 0 0;
	}
}
 @media screen and (max-width: 600px) {
	 .post-head-graph {
		 width: 100%;
		 min-width: unset;
		 height: unset;
	}
}
 .post-head-graph img {
	 width: 100%;
	 height: 100%;
}
 .post-art {
	 margin-bottom: 100px !important;
}
 .post-art:last-child {
	 margin-bottom: 0 !important;
}
 .post-art-slider-L {
	 display: flex;
	 align-items: center;
}
 @media screen and (max-width: 1000px) {
	 .post-art-slider-L {
		 flex-direction: column-reverse;
	}
	 .post-art-slider-L .post-art-graph {
		 margin: 50px auto 0;
	}
}
 .post-art-slider-R {
	 display: flex;
	 align-items: center;
	 flex-direction: row-reverse;
}
 .post-art-slider-R .post-art-graph {
	 margin: 0 0 0 50px;
}
 @media screen and (max-width: 1000px) {
	 .post-art-slider-R {
		 flex-direction: column-reverse;
	}
	 .post-art-slider-R .post-art-graph {
		 margin: 50px auto 0;
	}
}
 .post-art-solo {
	 width: 100%;
}
 .post-art-gallery {
	 max-width: 625px;
	 width: 100%;
	 margin: 0 auto;
}
 .post-art-gallery h4 {
	 font-size: 20px;
	 color: #ffac2f;
	 margin-bottom: 15px;
}
 .post-art-gallery .post-art-graph {
	 max-width: 100%;
	 margin-right: 0;
	 margin-bottom: 25px;
}
 .post-art-gallery .post-art-graph:last-child {
	 margin-bottom: 0;
}
 .post-art-gallery .post-art-graph h4 {
	 text-align: right;
	 font-size: 16px;
	 color: #ffac2f;
	 margin-bottom: 10px;
}
 .post-art-graph {
	 max-width: 475px;
	 width: 100%;
	 margin-right: 50px;
}
 .post-art-graph-responsiver {
	 position: relative;
	 padding-bottom: 56.2%;
}
 .post-art-graph-responsiver img {
	 position: absolute;
	 object-fit: cover;
	 width: 100%;
	 height: 100%;
	 border-radius: 10px;
	 filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
 .post-art-body h4 {
	 font-size: 20px;
	 color: #ffac2f;
	 margin-bottom: 25px;
}
 .post-art-body > p {
	 font-size: 16px;
	 color: #5e5e5e;
	 line-height: 1.3rem;
}
 .post-art-body .mb-15 {
	 margin-bottom: 15px;
}
 .post-art-body .mt-15 {
	 margin-top: 15px;
}
 .post-art-body .lister {
	 padding-left: 25px;
}
 .post-art-body .lister p {
	 line-height: 1.3rem;
}
 .post-art-body .lister-item:before {
	 background: #ffac2f;
	 top: 5px;
}
 .post-art-body .bold {
	 font-family: 'Roboto-Medium', sans-serif;
	 color: #252525;
}
 .back {
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 cursor: pointer;
	 margin-bottom: 10px;
}
 .back:hover p {
	 transform: translateX(-6px);
}
 .back svg {
	 transform: rotate(-90deg);
	 width: 7px;
	 height: 7px;
}
 .back svg path {
	 fill: #5e5e5e;
}
 .back p {
	 font-size: 14px;
	 margin-top: 3px;
	 line-height: unset;
	 margin-left: 15px;
	 transition: 0.3s;
	 color: #5e5e5e;
}
/* --- FOOTER --- */
 .footer {
	 background: #f0f0f0;
	 padding: 50px 0 0;
}
 .footer-main {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 @media screen and (max-width: 1000px) {
	 .footer-main {
		 flex-wrap: wrap;
		 flex-direction: column;
	}
}
 .footer-main-brand {
	 max-width: 375px;
	 width: 100%;
}
 @media screen and (max-width: 1000px) {
	 .footer-main-brand {
		 max-width: 100%;
		 margin-bottom: 50px;
	}
}
 .footer-main-brand img {
	 width: 161px;
	 height: 47px;
	 margin-bottom: 25px;
}
 .footer-main-list__item {
	 margin-bottom: 10px;
	 display: flex;
	 justify-content: left;
	 align-items: center;
}
 .footer-main-list__item:last-child {
	 margin-bottom: 0;
}
 .footer-main-list__item svg, .footer-main-list__item img {
	 width: 25px;
	 height: 25px;
	 margin-right: 15px;
}
 .footer-main-list__item svg path {
	 fill: #ffac2f;
}
 .footer-main-list__item a, .footer-main-list__item p {
	 font-size: 16px;
	 color: #252525;
}
 .footer-main-list__item a {
	 transition: 0.3s;
}
 .footer-main-list__item a:hover {
	 color: #ffac2f;
}
 .footer-main-map {
	 max-width: 645px;
	 width: 100%;
	 height: 275px;
	 border-radius: 10px;
	 overflow: hidden;
	 position: relative;
	 margin-left: 50px;
	 background: #fff;
}
 @media screen and (max-width: 1000px) {
	 .footer-main-map {
		 max-width: 100%;
		 margin-left: 0;
	}
}
 .footer-main-map iframe {
	 position: relative;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 width: 100%;
}
 .footer-author {
	 width: 100%;
	 padding: 25px;
	 background: #fff;
	 text-align: center;
	 margin-top: 50px;
}
 .footer-author p, .footer-author a {
	 font-size: 16px;
	 color: #5e5e5e;
}
 .footer-author a {
	 transition: 0.3s;
}
 .footer-author a:hover {
	 color: #ffac2f;
}

.accordion{
	cursor: default!important;
 }
