*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html,
body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  background: url(../img/backgrounds/bg.png) center top/100% no-repeat;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #181C1C;
}
@media (max-width: 768px) {
  body {
    background-image: url(../img/backgrounds/bg-sm.png);
    font-size: 16px;
    line-height: 22px;
  }
}
body.active-menu {
  overflow: hidden;
}

h1 {
  font-family: "Lilita One", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  text-transform: capitalize;
  color: #181C1C;
}
h1 span {
  color: #FC5B00;
}
@media (max-width: 560px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

h2 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }
}

.--text-center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 24px;
}
.container.--sm {
  max-width: 1016px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container.--sm {
    padding: 0 24px;
  }
}

.contact-btn {
  padding: 16px;
  background: #FC5B00;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.contact-btn:hover {
  background: #00968F;
  color: #FFFFFF;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #181818;
  z-index: 1;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
}
header .container .logo img {
  max-width: 100%;
}
@media (max-width: 660px) {
  header .container .logo {
    max-width: 144px;
  }
}
header .container .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 660px) {
  header .container .menu {
    flex-direction: column;
    position: fixed;
    width: 100%;
    top: 89px;
    right: -100%;
    height: calc(100vh - 89px);
    gap: 24px;
    padding: 48px 24px;
    background: #181818;
    z-index: 1;
    transition: 0.3s ease;
  }
}
header .container .menu a {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s ease;
}
header .container .menu a.contact-btn {
  padding: 16px 36px;
  margin-left: 16px;
}
@media (max-width: 660px) {
  header .container .menu a.contact-btn {
    width: 100%;
    margin: 32px 0 0;
    text-align: center;
  }
}
header .container .menu a.contact-btn:hover {
  color: #FFFFFF;
}
header .container .menu a:hover {
  color: #FC5B00;
}
header .container .menu-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: none;
  border: none;
  border-radius: 10px;
  background: rgba(231, 211, 202, 0.4);
  cursor: pointer;
}
@media (max-width: 660px) {
  header .container .menu-btn {
    display: block;
  }
}
header .container .menu-btn .nav-icon {
  margin: 0;
  width: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .container .menu-btn .nav-icon::after, header .container .menu-btn .nav-icon::before, header .container .menu-btn .nav-icon span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 10px;
}

section {
  width: 100%;
}

.hero {
  position: relative;
  margin-bottom: 56px;
  padding-top: 96px;
  height: 676px;
  background: url(../img/backgrounds/hero-bg.jpg) center top/1440px 100% no-repeat;
}
@media (max-width: 560px) {
  .hero {
    padding-top: 90px;
    background: url(../img/backgrounds/hero-bg-sm.jpg) right bottom/100% no-repeat;
  }
}
.hero h1 {
  font-family: "Lato", sans-serif;
}
.hero .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 648px;
  gap: 40px;
  margin-top: 104px;
}
@media (max-width: 768px) {
  .hero .content {
    margin-top: 80px;
  }
}
@media (max-width: 560px) {
  .hero .content {
    gap: 32px;
    margin-top: 48px;
    text-align: center;
  }
}
.hero .content p {
  max-width: 480px;
}
.hero .content .contact-btn {
  padding: 16px 84px;
}
@media (max-width: 560px) {
  .hero .content .contact-btn {
    width: 100%;
  }
}
.hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, #E3CCC1 100%);
  content: "";
  z-index: -1;
}

.strategy {
  padding-bottom: 24px;
}
.strategy .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1040px) {
  .strategy .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.strategy__img {
  display: flex;
  max-width: 100%;
}
.strategy__img img {
  max-width: 100%;
}
@media (max-width: 1040px) {
  .strategy__img {
    order: 1;
  }
}
@media (max-width: 560px) {
  .strategy__img {
    max-width: 80%;
  }
}
.strategy__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: auto;
}

.vision {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .vision {
    background: url(../img/backgrounds/vision-bg.png) center center/auto no-repeat;
  }
}
.vision .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  gap: 40px;
  padding: 48px 24px 56px;
}
@media (max-width: 992px) {
  .vision .container {
    position: relative;
    height: auto;
  }
}
.vision__img {
  margin-right: auto;
}
@media (max-width: 992px) {
  .vision__img {
    display: none;
  }
}
.vision__item {
  display: flex;
  max-width: 456px;
  gap: 16px;
}
@media (max-width: 992px) {
  .vision__item {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 660px) {
  .vision__item {
    gap: 12px;
  }
}
.vision__item-img {
  display: flex;
}
.vision__item-img img {
  max-width: 100%;
}
@media (max-width: 660px) {
  .vision__item-img {
    max-width: 38px;
  }
}
.vision__item-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 660px) {
  .vision__item-caption {
    gap: 8px;
  }
  .vision__item-caption p {
    font-size: 15px;
    line-height: 22px;
  }
}
.vision__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 660px) {
  .vision__item-title {
    font-size: 18px;
    line-height: 25px;
  }
}
.vision__item:first-child {
  margin-left: 232px;
}
.vision__item:nth-child(2) {
  margin-left: 516px;
}
.vision__item:last-child {
  max-width: 552px;
  margin-left: 166px;
}

.services {
  padding: 104px 0;
}
@media (max-width: 768px) {
  .services {
    padding: 80px 0;
  }
}
.services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .container h2 {
  margin-bottom: 40px;
}
.services .container .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  background: #FFFFFF;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
}
@media (max-width: 768px) {
  .services .container .tabs {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
@media (max-width: 660px) {
  .services .container .tabs {
    margin-bottom: 32px;
  }
}
.services .container .tabs .tab {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.services .container .tabs .tab:hover, .services .container .tabs .tab.active {
  border-bottom: 1px solid #FC5B00;
  color: #FC5B00;
}
@media (width < 601px) {
  .services .container .tabs .tab {
    font-size: 15px;
  }
}
.services__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .services__list {
    gap: 16px;
  }
}
.services__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(25% - 24px);
  max-width: 25%;
  gap: 24px;
  padding: 16px 8px 18px;
  background: #FFFFFF;
  text-align: center;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .services__list-item {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 16px 8px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
  }
}
.services__list-item:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.18);
  border-radius: 12px;
}
.services__list-item_img {
  display: flex;
}
.services__list-item_img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .services__list-item_img {
    max-width: 80px;
  }
}
.services__list-item.--lg {
  max-width: 365px;
}
@media (max-width: 768px) {
  .services__list-item.--lg {
    max-width: 100%;
  }
}
.services__list-item_caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services__list-item_caption .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #181C1C;
}

.invest {
  padding: 40px 0;
  background: #F6EFEC;
}
.invest .container {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .invest .container {
    flex-direction: column;
    align-items: center;
  }
}
.invest__item {
  text-align: center;
}
.invest__item.--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 468px;
  gap: 40px;
}
@media (max-width: 768px) {
  .invest__item.--left {
    gap: 8px;
  }
}
.invest__item.--right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.invest__item.--right p {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.invest__item.--right p span {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #00968F;
}

.choose {
  padding: 104px 0;
}
@media (max-width: 768px) {
  .choose {
    padding: 80px 0;
  }
}
.choose .container {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .choose .container {
    flex-direction: column;
  }
}
.choose .container h2 {
  margin: 0;
}
.choose__item {
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .choose__item {
    width: 100%;
  }
}
.choose__item.--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  .choose__item.--left {
    gap: 0;
  }
  .choose__item.--left img {
    display: none;
  }
}
.choose__item.--right {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 992px) {
  .choose__item.--right {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.choose__item-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 calc(50% - 12px);
  gap: 24px;
}
.choose__item-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .choose__item-card {
    align-items: center;
    text-align: center;
  }
}
.choose__item-card img {
  margin-bottom: 24px;
}
.choose__item-card .title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.cycle {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cycle {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .cycle {
    margin-bottom: 80px;
  }
}
.cycle .container {
  max-width: 984px;
}
.cycle .container h2 {
  margin-bottom: 48px;
}
.cycle__list {
  display: flex;
  flex-direction: column;
  gap: 124px;
}
@media (max-width: 768px) {
  .cycle__list {
    gap: 88px;
  }
}
.cycle__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .cycle__list-item {
    flex-direction: column !important;
    gap: 40px;
    padding: 0;
  }
  .cycle__list-item_img {
    display: flex;
    max-width: 30%;
    min-width: 140px;
  }
  .cycle__list-item_img img {
    max-width: 100%;
  }
  .cycle__list-item:nth-child(4) .cycle__list-item_img {
    min-width: 210px;
  }
}
.cycle__list-item:after {
  position: absolute;
  top: 110px;
  left: 37px;
  width: 482px;
  height: 230px;
  background: url(../img/cycle-border-2.svg) center center/100% no-repeat;
  content: "";
}
@media (max-width: 992px) {
  .cycle__list-item:after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cycle__list-item:after {
    display: none;
  }
}
.cycle__list-item_caption {
  display: flex;
  max-width: 456px;
  gap: 16px;
}
@media (max-width: 768px) {
  .cycle__list-item_caption {
    align-items: flex-start;
    max-width: 100%;
  }
}
.cycle__list-item_caption .img {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cycle__list-item_caption .img {
    display: flex;
    width: 38px;
    min-width: 38px;
  }
  .cycle__list-item_caption .img img {
    max-width: 100%;
  }
}
.cycle__list-item_caption .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cycle__list-item_caption .text .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .cycle__list-item:first-child .cycle__list-item_caption {
    position: relative;
  }
  .cycle__list-item:first-child .cycle__list-item_caption:after {
    position: absolute;
    background: url(../img/cycle-border-1-sm.svg) left bottom/100% no-repeat !important;
    bottom: -22%;
    left: 18px;
    width: 120%;
    height: 100%;
    content: "";
  }
}
@media (max-width: 768px) {
  .cycle__list-item:nth-child(3):before {
    display: block;
    position: absolute;
    background: url(../img/cycle-border-2-sm.svg) left top/100% no-repeat !important;
    top: -22%;
    left: 18px;
    width: 120%;
    height: 100%;
    content: "";
  }
  .cycle__list-item:nth-child(3) .cycle__list-item_caption {
    position: relative;
  }
  .cycle__list-item:nth-child(3) .cycle__list-item_caption:after {
    position: absolute;
    background: url(../img/cycle-border-1-sm.svg) left bottom/100% no-repeat !important;
    bottom: -22%;
    left: 18px;
    width: 120%;
    height: 100%;
    content: "";
  }
}
@media (max-width: 768px) {
  .cycle__list-item:last-child:before {
    display: block;
    position: absolute;
    background: url(../img/cycle-border-2-sm.svg) left top/100% no-repeat !important;
    top: -22%;
    left: 18px;
    width: 120%;
    height: 100%;
    content: "";
  }
}
.cycle__list-item:nth-child(odd) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .cycle__list-item:nth-child(odd) {
    padding: 0;
  }
}
.cycle__list-item:nth-child(odd):after {
  background: url(../img/cycle-border-1.svg) center center/100% no-repeat;
}
.cycle__list-item:last-child:after {
  background: none;
}

.touch {
  display: flex;
  align-items: center;
  height: 450px;
  background: url(../img/backgrounds/touch-bg.svg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .touch {
    height: 328px;
    background-image: url(../img/backgrounds/touch-bg-sm.svg);
  }
}
.touch .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 744px;
}
@media (max-width: 768px) {
  .touch .container {
    padding: 0 100px;
  }
}
@media (max-width: 660px) {
  .touch .container {
    padding: 0 28px;
  }
}
.touch .container h2 {
  margin-bottom: 16px;
}
.touch__subtitle {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2C3A3A;
}
@media (max-width: 768px) {
  .touch__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 660px) {
  .touch__subtitle {
    padding: 0 28px;
  }
}
.touch .contact-btn {
  width: 264px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .touch .contact-btn {
    margin-top: 40px;
  }
}

.about__title {
  padding: 192px 0 64px;
}
@media (max-width: 768px) {
  .about__title {
    padding: 136px 0 40px;
  }
}
.about__title .container {
  max-width: 936px;
}

.about__cards {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .about__cards {
    margin-bottom: 80px;
  }
}
.about__cards .container {
  max-width: 1256px;
}
.about__cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
@media (max-width: 768px) {
  .about__cards-list {
    flex-direction: column;
  }
}
.about__cards-list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(50% - 24px);
  gap: 16px;
  padding: 40px;
  border-radius: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .about__cards-list_item {
    padding: 16px;
  }
}
.about__cards-list_item .title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.about__cards-list_item p {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about__cards-list_item p {
    margin-bottom: 0;
  }
}
.about__cards-list_item .img {
  margin-top: auto;
}
.about__cards-list_item .img img {
  max-width: 100%;
}
.about__cards-list_item:first-child {
  flex-direction: row;
  flex: 1 1 100%;
  gap: 24px;
  background: #FFF0E8;
}
@media (max-width: 768px) {
  .about__cards-list_item:first-child {
    flex-direction: column;
  }
}
.about__cards-list_item:first-child > * {
  flex: 1 1 calc(50% - 24px);
}
.about__cards-list_item:first-child .img {
  margin-top: 0;
}
.about__cards-list_item:nth-child(2) {
  background: #DFF8F7;
}
.about__cards-list_item:last-child {
  background: #FAE4E4;
}

.about__apart h2 {
  margin-bottom: 48px;
}
.about__apart-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .about__apart-list {
    gap: 16px;
  }
}
.about__apart-list_item {
  display: flex;
  align-items: flex-start;
  max-width: 840px;
  gap: 24px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
.about__apart-list_item img {
  min-width: 48px;
}
.about__apart-list_item .caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__apart-list_item .caption .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.about__apart-list_item:nth-child(even) {
  margin-left: auto;
}

.team {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .team {
    margin-bottom: 80px;
  }
}
.team__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .team__content {
    flex-direction: column;
  }
}
.team__content-text p {
  margin-bottom: 16px;
}
.team__content-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-left: 24px;
}
.team__content-text ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-transform: capitalize;
}
.team__content-text ul li img {
  min-width: 12px;
}
.team__content-img {
  width: 100%;
  max-width: 480px;
}
.team__content-img img {
  max-width: 100%;
}

.policies__title {
  margin-bottom: 72px;
  padding: 192px 0 0;
}
.policies__title h1 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .policies__title {
    margin-bottom: 48px;
    padding: 136px 0 0;
  }
}

.policies__text {
  max-width: 1016px;
  margin: 0 auto 130px;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .policies__text {
    max-width: calc(100% - 48px);
    margin: 0 auto 80px;
  }
}
.policies__text .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policies__text-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
.policies__text-columns .column {
  flex: 1 1 calc(33.3333333333% - 44px);
}
@media (max-width: 768px) {
  .policies__text-columns .column {
    flex: 1 1 100%;
  }
}
.policies__text-columns .column .title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
.policies__text-list {
  padding-left: 56px;
}
@media (max-width: 768px) {
  .policies__text-list {
    padding-left: 24px;
  }
}
.policies__text h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 560px) {
  .policies__text h3 {
    font-size: 18px;
    line-height: 22px;
    color: #181C1C;
  }
}
.policies__text p {
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .policies__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.policies__text p.--bg {
  margin-bottom: 16px;
  padding: 12px;
  background: #FFF5F0;
  border-radius: 8px;
}
.policies__text ul {
  margin-bottom: 8px;
  padding-left: 26px;
  list-style: disc;
}

.contacts__title {
  margin-bottom: 48px;
  padding: 192px 0 0;
}
.contacts__title h1 {
  margin-bottom: 16px;
}
.contacts__title p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .contacts__title {
    padding: 136px 0 0;
  }
}

.contacts__content {
  margin-bottom: 104px;
}
@media (max-width: 660px) {
  .contacts__content {
    margin-bottom: 80px;
  }
}
.contacts__content-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .contacts__content-top {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.contacts__content-top .top__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 calc(50% - 24px);
  gap: 24px;
  padding: 40px 16px;
  background: #FFFFFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
@media (max-width: 660px) {
  .contacts__content-top .top__item {
    flex: 1 1 100%;
  }
}
.contacts__content-top .top__item a,
.contacts__content-top .top__item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0F0F0F;
}
.contacts__content-map {
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 660px) {
  .contacts__content-map {
    margin-bottom: 24px;
  }
}
.contacts__content-bot p + p {
  margin-top: 16px;
}

.sitemap__title {
  margin-bottom: 48px;
  padding: 192px 0 0;
}
@media (max-width: 768px) {
  .sitemap__title {
    padding: 136px 0 0;
  }
}

.sitemap__wrapper {
  margin-bottom: 208px;
}
@media (max-width: 768px) {
  .sitemap__wrapper {
    margin-bottom: 80px;
  }
}
.sitemap__wrapper h2 {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .sitemap__wrapper h2 {
    margin-bottom: 40px;
  }
}
.sitemap__wrapper-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .sitemap__wrapper-list {
    flex-direction: column;
  }
}
.sitemap__wrapper-list a {
  flex: 1 1 calc(33.3333333333% - 24px);
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FC5B00;
}

footer {
  margin-top: auto;
  padding: 80px 0 64px;
  background: #181C1C;
}
@media (max-width: 768px) {
  footer {
    padding: 80px 0;
  }
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
}
footer .container .logo {
  display: flex;
  margin-bottom: 24px;
}
footer .container .logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  footer .container .logo {
    max-width: 138px;
  }
}
footer .container p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
footer .container .menu__links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  footer .container .menu__links {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
footer .container .menu__links a {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FC5B00;
  transition: 0.3s ease;
}
footer .container .menu__links a:hover {
  color: #FFFFFF;
}
footer .container .service__links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  footer .container .service__links {
    flex-direction: column;
    gap: 16px;
  }
}
footer .container .service__links a {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
footer .container .service__links a:hover {
  color: #FC5B00;
}

@media (max-width: 660px) {
  .active-menu header .menu {
    right: 0 !important;
  }
  .active-menu .menu-btn {
    background: transparent !important;
  }
  .active-menu .menu-btn .nav-icon::before {
    transform: translateY(12px) rotate(135deg);
  }
  .active-menu .menu-btn .nav-icon::after {
    transform: translateY(-12px) rotate(-135deg);
  }
  .active-menu .menu-btn .nav-icon span {
    transform: scale(0);
  }
  .active-menu .menu-btn .nav-icon::after,
  .active-menu .menu-btn .nav-icon::before,
  .active-menu .menu-btn .nav-icon span {
    margin: 10px 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
