html {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #fff;
  color: #222222;
  min-width: 320px; }

*,
*::before,
*::after {
  box-sizing: border-box; }

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

input,
select,
button {
  outline: none; }

a {
  text-decoration: none;
  transition: all .3s ease-in; }

svg {
  flex-shrink: 0; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.content {
  flex: 1 0 auto; }

header {
  flex: 0 0 auto; }

footer {
  flex: 0 0 auto; }

.container {
  max-width: 1140px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.section-wrapper {
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto; }

.slider-controls .current, .slider-controls .total {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #6F6F6F;
  cursor: pointer; }
  .slider-controls .current:hover, .slider-controls .total:hover {
    color: #1A1E1E; }

.slider-controls .divider {
  width: 30px;
  height: 1px;
  background-color: #6F6F6F;
  display: inline-block;
  transform: rotate(135deg) translate(2px, 4px);
  margin: 0 8px 0 15px; }

@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(7px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(7px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

.fadeInBlur {
  -webkit-animation-name: fadeInBlur;
  animation-name: fadeInBlur; }

.header__inner {
  display: flex; }

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .header__logo svg {
    stroke: #1A1E1E;
    stroke-width: .3px;
    fill: #1A1E1E;
    width: 52px;
    height: 38px; }

.header__logo-text {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: column; }
  .header__logo-text strong {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #1A1E1E; }
    .header__logo-text strong span {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      color: #61CD65;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: initial; }
  .header__logo-text span {
    font-weight: 300;
    font-size: 8px;
    line-height: 10px;
    color: #1A1E1E;
    letter-spacing: 0.66em;
    text-transform: uppercase; }

.header__content {
  width: calc(100% - 110px); }
  @media (max-width: 1200px) {
    .header__content {
      padding: 50px 0 0 0; } }
  @media (max-width: 576px) {
    .header__content {
      width: 100%; } }
  .header__content .container {
    margin: 0 0 0 auto;
    padding: 0 0 0 15px; }
    @media (max-width: 576px) {
      .header__content .container {
        padding: 0; } }

.header__social {
  display: flex;
  flex-direction: column; }
  .header__social a {
    display: inline-block; }
  .header__social svg {
    width: 24px;
    height: 24px;
    fill: #CDCDCD;
    transition: all .2s ease-in; }
    @media (max-width: 576px) {
      .header__social svg {
        fill: #1A1E1E; } }
  .header__social a + a {
    margin-top: 15px; }
  .header__social .youtube:hover svg {
    fill: #FF0000; }
  .header__social .instagram:hover svg {
    fill: #EA4A5D; }
  .header__social .linkedin:hover svg {
    fill: #026BA6; }

.header-booking {
  display: flex;
  align-items: center;
  position: absolute;
  top: 65px;
  left: 65px;
  z-index: 2; }
  @media (max-width: 1300px) {
    .header-booking {
      left: 15px;
      top: 15px; } }
  @media (max-width: 576px) {
    .header-booking {
      max-width: 150px;
      align-items: flex-start; } }
  .header-booking:hover span {
    color: #1A1E1E; }
  .header-booking img {
    flex-shrink: 0;
    margin: 0 15px 0 0; }
  .header-booking span {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6F6F6F;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 576px) {
      .header-booking span {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px; } }

.burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 12px;
  cursor: pointer; }
  .burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2%;
    background-color: #1A1E1E;
    transition: all .3s ease-in; }
  .burger-btn span:nth-child(2) {
    transition: all .3s ease-in; }
  .burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 0); }
  .burger-btn.active span:nth-child(2) {
    opacity: 0;
    transition: all .05s ease-in; }
  .burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, 0); }

.nav {
  padding: 65px 0 50px;
  max-width: 110px;
  margin-left: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 1300px) {
    .nav {
      padding: 20px 0 50px; } }
  @media (max-width: 576px) {
    .nav {
      position: absolute;
      z-index: 3;
      height: 400px;
      right: 0;
      background-color: rgba(255, 255, 255, 0.7); } }

.nav-menu {
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  right: 109px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  padding: 0 30px;
  height: calc(100% - 24px);
  z-index: 3;
  display: none; }
  @media (max-width: 768px) {
    .nav-menu {
      top: 50px;
      right: 0;
      background-color: #fff;
      height: calc(100% - 74px); } }
  @media (max-width: 576px) {
    .nav-menu {
      top: 50px;
      right: 0;
      z-index: 10;
      height: 400px; } }
  @media (max-width: 370px) {
    .nav-menu {
      height: 350px; } }
  .nav-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
  .nav-menu li + li {
    margin: 10px 0 0 0;
    border-top: 1px solid #c8c8c8;
    padding: 12px 0 0 0; }
  .nav-menu a {
    color: #1A1E1E; }
    .nav-menu a:hover, .nav-menu a.active {
      color: #61CD65; }

.header-slider__controls {
  width: 190px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.header-item {
  display: flex;
  position: relative; }
  @media (max-width: 576px) {
    .header-item {
      flex-direction: column; } }
  .header-item__text {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-self: center; }
    @media (max-width: 1200px) {
      .header-item__text {
        position: absolute;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.7); } }
    @media (max-width: 576px) {
      .header-item__text {
        position: static;
        order: 2;
        margin: 30px 0 0 0;
        align-self: flex-start;
        padding: 0 15px;
        max-width: 100%; } }
    .header-item__text h2 {
      font-weight: 700;
      color: #1A1E1E;
      font-size: 60px;
      line-height: 70px; }
      @media (max-width: 576px) {
        .header-item__text h2 {
          font-size: 32px;
          line-height: 42px;
          text-align: center; } }
      .header-item__text h2 span {
        color: #61CD65; }
    .header-item__text h3 {
      font-weight: 300;
      font-size: 34px;
      line-height: 41px;
      text-transform: uppercase;
      color: #1A1E1E;
      letter-spacing: 0.66em;
      margin: 0 0 25px 0; }
      @media (max-width: 576px) {
        .header-item__text h3 {
          font-size: 24px;
          line-height: 31px;
          letter-spacing: 10px;
          text-align: center; } }
    .header-item__text p {
      font-size: 18px;
      line-height: 28px;
      color: #6F6F6F; }
      @media (max-width: 576px) {
        .header-item__text p {
          font-size: 16px;
          line-height: 26px; } }
  .header-item__btn {
    margin: 10px 0 0 0;
    text-align: center; }
    @media (max-width: 1050px) {
      .header-item__btn {
        margin: 40px 0 15px 0; } }
    @media (max-width: 576px) {
      .header-item__btn {
        text-align: center;
        margin: 30px 0 0 0; } }
    .header-item__btn a {
      letter-spacing: 4px;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      color: #1A1E1E;
      opacity: 0.7;
      padding: 0 0 15px 0;
      z-index: 2;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 4px;
      top: 140px; }
      @media (max-width: 1050px) {
        .header-item__btn a {
          top: 0; } }
      .header-item__btn a::before {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #61CD65;
        position: absolute;
        bottom: 0;
        right: 4px;
        transition: all .3s ease-in; }
      .header-item__btn a::after {
        content: "";
        width: 220px;
        height: 2px;
        background-color: #6F6F6F;
        position: absolute;
        display: block;
        left: calc(100% + 10px);
        top: 10px; }
        @media (max-width: 1200px) {
          .header-item__btn a::after {
            display: none; } }
      .header-item__btn a:hover {
        opacity: 1; }
        .header-item__btn a:hover::before {
          width: 100%; }
  .header-item__img {
    margin-left: auto;
    max-width: 635px;
    width: 100%;
    position: relative; }
    .header-item__img img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      max-height: 820px; }

.features-top {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .features-top {
      flex-direction: column;
      margin: 40px 0 0 0; } }

.features-top__text {
  max-width: 480px;
  padding: 0 15px;
  margin-left: 6vw;
  margin-bottom: 50px; }
  @media (max-width: 1400px) {
    .features-top__text {
      margin-left: 5vw; } }
  @media (max-width: 1200px) {
    .features-top__text {
      margin-left: 15px; } }
  @media (max-width: 991px) {
    .features-top__text {
      max-width: 100%;
      margin: 0; } }
  .features-top__text h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    margin: 0 0 30px 0; }
    @media (max-width: 991px) {
      .features-top__text h3 {
        text-align: center; } }
    @media (max-width: 576px) {
      .features-top__text h3 {
        font-size: 28px;
        line-height: 38px; } }
  .features-top__text p {
    font-size: 18px;
    line-height: 28px;
    color: #6F6F6F;
    font-weight: 400; }

.features-top__parallax {
  position: relative;
  width: 660px;
  height: 690px;
  overflow: hidden;
  background-image: url(../images/common/parallax-scene1.png);
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-size: cover; }
  @media (max-width: 1200px) {
    .features-top__parallax {
      width: 500px;
      height: 530px; } }
  @media (max-width: 991px) {
    .features-top__parallax {
      width: 70%;
      height: 77vw;
      order: 2; } }
  @media (max-width: 576px) {
    .features-top__parallax {
      width: 100%;
      height: 110vw; } }
  .features-top__parallax > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain; }
  .features-top__parallax video {
    width: 100%;
    height: 100%; }
  .features-top__parallax .parallax-layer-1 {
    background-image: url(../images/common/parallax-scene2.png);
    z-index: 1; }
  .features-top__parallax .parallax-layer-2 {
    background-image: url(../images/common/parallax-scene3.png);
    z-index: 3; }
  .features-top__parallax .parallax-layer-3 {
    z-index: 2;
    transform: translate(0, 10px); }

.features-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1250px) {
    .features-bottom {
      align-items: flex-start; } }
  @media (max-width: 991px) {
    .features-bottom {
      flex-direction: column; } }
  .features-bottom__img {
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
    z-index: 3; }
    @media (max-width: 1250px) {
      .features-bottom__img {
        width: 450px;
        height: 600px; } }
    @media (max-width: 991px) {
      .features-bottom__img {
        width: 80%;
        margin: 30px auto 0;
        height: unset; } }
    @media (max-width: 576px) {
      .features-bottom__img {
        width: 100%;
        position: relative;
        top: 10px; } }
    .features-bottom__img img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .features-bottom__text {
    max-width: 500px;
    padding: 0 15px;
    margin-left: 7vw;
    margin-bottom: 70px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1400px) {
      .features-bottom__text {
        margin-left: 15px; } }
    @media (max-width: 1250px) {
      .features-bottom__text {
        margin-top: 91px;
        margin-bottom: unset; } }
    @media (max-width: 991px) {
      .features-bottom__text {
        max-width: 100%;
        margin: 0; } }
    .features-bottom__text h3 {
      font-weight: 600;
      font-size: 40px;
      line-height: 50px;
      color: #222222;
      margin: 0 0 30px 0; }
      @media (max-width: 991px) {
        .features-bottom__text h3 {
          text-align: center; } }
      @media (max-width: 576px) {
        .features-bottom__text h3 {
          font-size: 28px;
          line-height: 38px; } }
    .features-bottom__text p {
      font-size: 18px;
      line-height: 28px;
      color: #6F6F6F;
      font-weight: 400; }
    .features-bottom__text p + p {
      margin: 30px 0 0 0; }

.features-bg {
  margin-top: -346px;
  width: 100%;
  background-image: url(../images/common/forest_bg_grass.gif);
  background-repeat: repeat-x;
  background-position-y: bottom;
  height: 350px;
  position: relative; }
  @media (max-width: 1250px) {
    .features-bg {
      margin-top: -340px; } }
  @media (max-width: 576px) {
    .features-bg {
      display: none; } }
  .features-bg > div {
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain; }
  .features-bg .parallax-eagle {
    background-image: url(../images/common/eagle.png);
    width: 57px;
    height: 37px;
    top: 120px;
    left: 120px; }
    @media (max-width: 1250px) {
      .features-bg .parallax-eagle {
        top: 180px; } }
  .features-bg .parallax-deer {
    background-image: url(../images/common/deer.png);
    width: 130px;
    height: 140px;
    bottom: 0;
    left: 35%; }

.variants {
  background-color: #1A1E1E;
  padding: 40px 0 0px; }
  @media (max-width: 991px) {
    .variants {
      padding: 90px 0 30px; } }
  .variants__title {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    max-width: 700px; }
    @media (max-width: 576px) {
      .variants__title {
        font-size: 44px;
        line-height: 55px; } }
    .variants__title::before {
      content: "";
      position: absolute;
      left: -80px;
      width: 61px;
      bottom: 15px;
      height: 30px;
      background-image: url(../images/common/star-left.png);
      background-repeat: no-repeat;
      display: block; }
    .variants__title::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: 15px;
      width: 61px;
      height: 30px;
      background-image: url(../images/common/star-right.png);
      background-repeat: no-repeat;
      display: block; }
    @media (max-width: 991px) {
      .variants__title::after, .variants__title::before {
        display: none; } }
    .variants__title span {
      color: #61CD65;
      text-align: center; }

.variants-item {
  display: flex; }
  @media (max-width: 1200px) {
    .variants-item {
      flex-direction: column; } }

.variants-masonry {
  display: flex;
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .variants-masonry {
      order: 2;
      margin: 40px 0 0 0; } }
  @media (max-width: 576px) {
    .variants-masonry {
      flex-direction: column; } }
  .variants-masonry .img-block + .img-block {
    margin: 30px 0 0 0; }
  .variants-masonry .column {
    margin: 0 30px 0 0;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1200px) {
      .variants-masonry .column {
        width: 50%; } }
    @media (max-width: 576px) {
      .variants-masonry .column {
        width: 100%;
        margin: 0 0 30px 0; } }
  @media (max-width: 1200px) {
    .variants-masonry .column:last-child {
      margin: 0; } }

.variants__book-btn {
  margin: 30px 0 0 0;
  width: 100%;
  padding: 25px 15px;
  background-color: #61CD65;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #1A1E1E;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s; }
  .variants__book-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #36ab3b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .variants__book-btn:hover::before {
    transform: scaleX(1); }
  @media (max-width: 1200px) {
    .variants__book-btn {
      margin: auto 0 0 0; } }
  @media (max-width: 576px) {
    .variants__book-btn {
      margin: 30px 0 0 0; } }

.variants-descr {
  color: #fff; }
  .variants-descr__text h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0; }
    @media (max-width: 576px) {
      .variants-descr__text h3 {
        font-size: 32px;
        line-height: 44px; } }
  .variants-descr__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; }
  .variants-descr__text p + p {
    margin: 20px 0 0 0; }
  .variants-descr__icons {
    margin: 45px 0 0 0; }
    @media (max-width: 1200px) {
      .variants-descr__icons {
        margin: 30px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; } }

.variants__ico-block {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .variants__ico-block {
      width: 49%;
      margin: 0 0 25px 0; } }
  @media (max-width: 576px) {
    .variants__ico-block {
      width: 100%; } }
  .variants__ico-block + .variants__ico-block {
    margin: 30px 0 0 0; }
    @media (max-width: 1200px) {
      .variants__ico-block + .variants__ico-block {
        margin: 0; } }
    @media (max-width: 991px) {
      .variants__ico-block + .variants__ico-block {
        margin: 0 0 25px 0; } }
  .variants__ico-block img {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
    display: block;
    margin: 0 25px 0 0; }
  .variants__ico-block span {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    max-width: 140px; }

.variants-slider__controls {
  margin: 20px auto 0; }

.variants-slider__arrows {
  display: flex;
  align-items: center;
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .variants-slider__arrows {
      width: 80%; } }
  .variants-slider__arrows svg {
    width: 25px;
    height: 9px;
    fill: transparent;
    stroke: #6F6F6F;
    display: inline-block;
    transform: translate(0, -4px); }
  .variants-slider__arrows span {
    color: #6F6F6F;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 4px; }
    @media (max-width: 768px) {
      .variants-slider__arrows span {
        display: none; } }
  .variants-slider__arrows .arrow__prev:hover, .variants-slider__arrows .arrow__next:hover {
    cursor: pointer; }
    .variants-slider__arrows .arrow__prev:hover svg, .variants-slider__arrows .arrow__next:hover svg {
      stroke: #61CD65; }
    .variants-slider__arrows .arrow__prev:hover span, .variants-slider__arrows .arrow__next:hover span {
      color: #61CD65; }
  .variants-slider__arrows .arrow__prev svg {
    margin: 0 0 0 70px; }
    @media (max-width: 768px) {
      .variants-slider__arrows .arrow__prev svg {
        margin: 0; } }
  .variants-slider__arrows .arrow__next svg {
    transform: rotate3d(0, 1, 0, 180deg) translateY(-4px);
    margin: 0 70px 0 0; }
    @media (max-width: 768px) {
      .variants-slider__arrows .arrow__next svg {
        margin: 0; } }

.variants-slider__dots {
  text-align: center;
  position: relative;
  bottom: 25px;
  width: 140px;
  display: block;
  margin: 0 auto; }
  .variants-slider__dots .divider {
    transform: rotate(135deg) translate(1px, 10px);
    margin: 0; }
  .variants-slider__dots .current {
    margin: 0 17px 0 0; }
  .variants-slider__dots .current, .variants-slider__dots .total {
    cursor: pointer; }
    .variants-slider__dots .current:hover, .variants-slider__dots .total:hover {
      color: #61CD65; }

.feedback {
  background-color: #1A1E1E;
  padding: 30px 0; }
  .feedback__content {
    display: flex; }
    @media (max-width: 768px) {
      .feedback__content {
        flex-direction: column; } }
  .feedback__map {
    width: 100%;
    position: relative;
    transition: filter .3s ease-in;
    filter: grayscale(100); }
    .feedback__map:hover {
      filter: grayscale(0); }
    @media (max-width: 991px) {
      .feedback__map {
        filter: grayscale(0); } }
    @media (max-width: 768px) {
      .feedback__map {
        height: 350px; } }
  .feedback__link:hover .icon {
    background-color: #61CD65; }
    .feedback__link:hover .icon svg {
      stroke: #1A1E1E; }
  .feedback__contacts {
    flex-shrink: 0;
    padding: 45px 95px 60px;
    background-color: rgba(244, 244, 244, 0.9);
    max-width: 705px;
    margin-left: auto; }
    @media (max-width: 1400px) {
      .feedback__contacts {
        max-width: 50%;
        width: 100%;
        padding: 45px 30px; } }
    @media (max-width: 991px) {
      .feedback__contacts {
        max-width: 400px; } }
    @media (max-width: 768px) {
      .feedback__contacts {
        max-width: 100%; } }
    @media (max-width: 576px) {
      .feedback__contacts {
        padding: 45px 15px; } }
    .feedback__contacts h3 {
      font-weight: 600;
      font-size: 40px;
      line-height: 50px;
      margin: 0 0 15px 0; }
      @media (max-width: 576px) {
        .feedback__contacts h3 {
          font-size: 32px;
          line-height: 35px;
          text-align: center; } }
    .feedback__contacts h5 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 400; }
      @media (max-width: 576px) {
        .feedback__contacts h5 {
          font-size: 16px;
          line-height: 26px; } }
  .feedback__location {
    position: absolute;
    top: 230px;
    left: 420px; }
    @media (max-width: 1200px) {
      .feedback__location {
        left: 220px; } }
    @media (max-width: 768px) {
      .feedback__location {
        display: none; } }
  .feedback__icons {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0 0; }
  .feedback__icon-block {
    display: flex;
    align-items: center; }
    .feedback__icon-block + .feedback__icon-block {
      margin: 30px 0 0 0; }
    .feedback__icon-block .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin: 0 30px 0 0;
      border-radius: 50%;
      background-color: rgba(26, 30, 30, 0.9);
      width: 62px;
      height: 62px; }
      .feedback__icon-block .icon svg {
        width: 24px;
        height: 24px;
        fill: transparent;
        stroke: #61CD65;
        stroke-width: 2px; }
    .feedback__icon-block .text {
      display: flex;
      flex-direction: column; }
      .feedback__icon-block .text p {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 5px 0;
        color: #1A1E1E; }
      .feedback__icon-block .text span {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #6F6F6F; }

.footer {
  background-color: #1A1E1E;
  padding: 0 0 35px 0; }
  .footer__top {
    padding: 15px 0 5px;
    border-bottom: 1px solid #6F6F6F;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer__top {
        flex-direction: column; } }
  .footer__nav {
    display: flex;
    max-width: 590px;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .footer__nav {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .footer__nav li {
          width: 33%;
          margin: 10px 15px 10px 0; } }
    .footer__nav a {
      font-size: 18px;
      line-height: 28px;
      color: #F4F4F4;
      font-weight: 400; }
      .footer__nav a:hover {
        color: #61CD65; }
  .footer__bottom {
    padding: 15px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer__bottom {
        flex-direction: column; } }
  .footer__copyright {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 4px;
    color: #6F6F6F; }
    @media (max-width: 991px) {
      .footer__copyright {
        order: 2; } }
  @media (max-width: 991px) {
    .footer__social {
      margin: 0 0 15px 0; } }
  .footer__social svg {
    width: 24px;
    height: 24px;
    fill: #717474;
    transition: all .2s ease-in; }
  .footer__social .twitter:hover svg {
    fill: #30C7F5; }
  .footer__social .linkedin:hover svg {
    fill: #0A63BC; }
  .footer__social .google:hover svg {
    fill: #E34033; }
  .footer__social .facebook:hover svg {
    fill: #385599; }
