@font-face {
  font-family: "Oswald";
  src: url(../fonts/Oswald-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 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;
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

main {
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  main {
    margin-top: 80px;
  }
}

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

h1 {
  font-family: "Oswald";
  color: #fff;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Oswald";
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Oswald";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h1 span,
h2 span,
h3 span {
  font: inherit;
  color: #FDCC0A;
}

p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 367px) {
  p {
    font-size: 14px;
  }
}

a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28.5px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 320px;
  transition: 0.3s ease;
  background-color: #FDCC0A;
  color: #1B1B1B;
  border: 1px solid transparent;
  -webkit-clip-path: polygon(7% 0, 94% 0, 100% 100%, 0% 100%);
          clip-path: polygon(7% 0, 94% 0, 100% 100%, 0% 100%);
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(20% 0%, 56% 0, 2% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 56% 0, 2% 100%, 0% 100%);
  width: 40px;
  width: 12.5%;
  height: 100%;
  background-color: #FDCC0A;
}
.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(35% 0, 94% 0, 100% 100%, 96% 100%);
          clip-path: polygon(35% 0, 94% 0, 100% 100%, 96% 100%);
  width: 9%;
  height: 100%;
  background-color: #FDCC0A;
}

@media (pointer: fine) {
  .btn:hover {
    background-color: transparent;
    border-color: #FDCC0A;
    color: #FFF;
  }
}
.tabs.btn {
  background-color: transparent;
  border-color: #1B1B1B;
}
.tabs.btn:hover {
  background-color: #1B1B1B;
  border-color: #1B1B1B;
	color:#fff;
}
.tabs.btn:before, .tabs.btn:after {
  background-color: #1B1B1B;
}

.tabs.active {
  background-color: #1B1B1B;
  color: #fff;
}
.tabs.active.btn:hover {
  background-color: #1B1B1B;
  color: #fff;
}
@media (pointer: fine) {
  .tabs.active:hover {
    color: #1B1B1B;
    background-color: #1B1B1B;
    border-color: --black;
  }
}

.mt-m {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .mt-m {
    margin-top: 60px;
  }
}

.mb-m {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mb-m {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 367px) {
  .mb-m {
    margin-bottom: 30px;
  }
}

.header {
  background: #1B1B1B;
  padding: 10px 0 24px 0;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }
}
.header .container {
  position: relative;
}
.header .container .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 150px;
  width: 100%;
  max-height: 150px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header .container .logo {
    left: 60px;
    max-width: 90px;
  }
}
.header .container .menuBtns {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .container .menuBtns {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #FDCC0A;
    width: 40px;
    height: 40px;
  }
  .header .container .menuBtns .icon {
    width: 20px;
    height: 1.5px;
    background: #1B1B1B;
    position: absolute;
    top: 20px;
    left: 10px;
    transition: 0.3s ease;
  }
  .header .container .menuBtns .icon::after, .header .container .menuBtns .icon::before {
    width: 20px;
    height: 1.5px;
    background: #1B1B1B;
    position: absolute;
    left: 0;
    content: "";
    transition: 0.3s ease;
  }
  .header .container .menuBtns .icon::after {
    top: 6px;
  }
  .header .container .menuBtns .icon::before {
    top: -6px;
  }
  .open .header .container .menuBtns .icon:before {
    display: none;
  }
  .open .header .container .menuBtns .icon::after {
    transform: rotate(-90deg);
    width: 30px;
    top: 0;
  }
  .open .header .container .menuBtns .icon {
    transform: rotate(45deg);
    width: 30px;
    left: 6px;
  }
}
.header__container {
  display: flex;
  flex-direction: column;
  gap: 46px;
  position: relative;
}
.header__container::before {
  content: "";
  width: calc(50% - 115px);
  height: 1px;
  background-color: #7A7A7A;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .header__container::before {
    display: none;
  }
}
.header__container::after {
  content: "";
  width: calc(50% - 115px);
  height: 1px;
  background-color: #7A7A7A;
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .header__container::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__container {
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: 0;
    padding: 20px;
    transform: translateX(-100vw);
    flex-direction: column-reverse;
    gap: 40px;
    background-color: #1B1B1B;
    align-items: center;
    justify-content: center;
  }
  .open .header__container {
    transform: translateX(0);
  }
}
.header__container-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__container-top {
    flex-direction: column;
  }
}
.header__container-top-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .header__container-top-links {
    flex-direction: column;
  }
}
.header__container-top-links a, .header__container-top-links span {
  display: flex;
  gap: 5px;
  align-items: center;
  font: inherit;
}
.header__container-top-links a svg, .header__container-top-links span svg {
  width: 22px;
  height: 20px;
}
.header__container-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header__container-nav {
    flex-direction: column;
  }
}
.header__container-nav nav {
  display: grid;
  gap: 230px;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .header__container-nav nav {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.header__container-nav nav ul {
  display: flex;
  align-items: center;
  gap: 80px;
}
.header__container-nav nav ul:nth-of-type(1) {
  justify-content: flex-end;
}
.header__container-nav nav ul:nth-of-type(2) {
  justify-content: flex-start;
}
@media screen and (max-width: 1240px) {
  .header__container-nav nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .header__container-nav nav ul {
    flex-direction: column;
    gap: 20px;
  }
}
.header__container-nav nav ul a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main {
  background-color: #232323;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 367px) {
  .main {
    margin-bottom: 60px;
  }
}
.main__container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main__container {
    display: flex;
    height: 100vh;
  }
}
.main__container-content {
  width: 100%;
  color: #fff;
  background-color: #232323;
}
.main__container-content-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  max-width: 710px;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .main__container-content-text {
    max-width: 100%;
  }
}
.main__container-content-text p:nth-last-of-type(1) {
  margin-bottom: 50px;
}
.main__container-image {
  max-width: 1010px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main__container-image {
    display: none;
  }
}
.main__container-image::after {
  content: "";
  position: absolute;
  background-color: #232323;
  height: 100%;
  width: 100px;
  left: -1px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
@media screen and (max-width: 1200px) {
  .main__container-image::after {
    width: 70px;
  }
}
.main__container-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(63% 0, 100% 0, 37% 100%, 0% 100%);
          clip-path: polygon(63% 0, 100% 0, 37% 100%, 0% 100%);
  width: 100px;
  height: 100%;
  background-color: #FDCC0A;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .main__container-image::before {
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .main__container-image::before {
    width: 70px;
  }
}
.main__container-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .main__container-image img {
    min-height: 200px;
  }
}

.about__container-top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  margin-bottom: 80px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about__container-top {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__container-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .about__container-top {
    margin-bottom: 20px;
  }
}
.about__container-top-content {
  position: relative;
  color: #fff;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #232323;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  padding: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .about__container-top-content {
    padding: 20px;
  }
}
@media screen and (min-width: 1591px) {
  .about__container-top-content {
    padding: 70px;
  }
}
.about__container-top-content h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .about__container-top-content h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about__container-top-content h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .about__container-top-content h2 {
    margin-bottom: 20px;
  }
}
.about__container-top-content p:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
@media screen and (max-width: 367px) {
  .about__container-top-content p {
    font-size: 14px;
  }
}
.about__container-top-images {
  display: block;
  min-height: 100%;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}
.about__container-top-images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .about__container-top-images img {
    min-height: 250px;
  }
}
.about__container-bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 367px) {
  .about__container-bottom {
    gap: 20px;
  }
}
.about__container-bottom-item {
  display: flex;
  position: relative;
  background-color: #FDCC0A;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0 100%);
}
@media screen and (max-width: 990px) {
  .about__container-bottom-item {
    flex-direction: column;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    background-color: #fff;
  }
}
.about__container-bottom-item-count {
  font-family: "Oswald";
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 65px 185px;
  background-color: #1B1B1B;
  color: #fff;
  width: 100%;
  position: relative;
  max-width: 560px;
  text-align: center;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 87% 100%, 0% 100%);
          clip-path: polygon(0% 0, 100% 0%, 87% 100%, 0% 100%);
  z-index: 1;
}
.about__container-bottom-item-count span:nth-of-type(2) {
  color: #FDCC0A;
}
@media screen and (max-width: 990px) {
  .about__container-bottom-item-count {
    padding: 29px 88px;
    max-width: 100%;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 92% 100%, 0 100%);
            clip-path: polygon(10% 0%, 100% 0%, 92% 100%, 0 100%);
  }
}
@media screen and (max-width: 7670px) {
  .about__container-bottom-item-count {
    font-size: 96px;
  }
}
.about__container-bottom-item p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 65px 30px;
  background-color: #FDCC0A;
}
@media screen and (max-width: 990px) {
  .about__container-bottom-item p {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 7670px) {
  .about__container-bottom-item p {
    font-size: 20px;
  }
}
.about__container-bottom-item p:nth-of-type(3n) {
  grid-column: 2/1;
  grid-row: 1/1;
}
.about__container-bottom-item p:nth-of-type(2n) {
  grid-column: 1/2;
  grid-row: 1/1;
}
.about__container-bottom .about__container-bottom-item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0 100%);
}
@media screen and (max-width: 990px) {
  .about__container-bottom .about__container-bottom-item:nth-child(even) {
    flex-direction: column;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
.about__container-bottom .about__container-bottom-item:nth-child(even) .about__container-bottom-item-count {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 92% 100%, 0 100%);
          clip-path: polygon(10% 0%, 100% 0%, 92% 100%, 0 100%);
}

.rent__container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .rent__container-title {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .rent__container-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .rent__container-title {
    margin-bottom: 20px;
  }
}
.rent__container-title h2 {
  color: #1B1B1B;
}
.rent__container-title p {
  max-width: 410px;
}
@media screen and (max-width: 1023px) {
  .rent__container-title p {
    max-width: 100%;
  }
}
@media screen and (max-width: 367px) {
  .rent__container-title p {
    font-size: 14;
  }
}
.rent__container-bottom {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .rent__container-bottom {
    grid-template-columns: 1fr;
  }
}
.rent__container-bottom-image {
  min-height: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}
.rent__container-bottom-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .rent__container-bottom-image img {
    min-height: 200px;
  }
}
.rent__container-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .rent__container-bottom-content {
    flex-direction: row;
    overflow-y: scroll;
  }
}
.rent__container-bottom-content-item {
  display: flex;
  border: 1px solid #1B1B1B;
}
@media screen and (max-width: 1023px) {
  .rent__container-bottom-content-item {
    flex-direction: column;
    border: none;
  }
}
.rent__container-bottom-content-item-count {
  color: #fff;
  font-family: "Oswald";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 95px;
  position: relative;
  z-index: 1;
  background-color: #1B1B1B;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1240px) {
  .rent__container-bottom-content-item-count {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .rent__container-bottom-content-item-count {
    padding: 53px 120px;
    max-width: 100%;
  }
}
.rent__container-bottom-content-item-text {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
@media screen and (min-width: 1240px) {
  .rent__container-bottom-content-item-text {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .rent__container-bottom-content-item-text {
    border: 1px solid #1B1B1B;
    min-height: 191px;
    max-height: 250px;
    height: 100%;
  }
}
.rent__container-bottom-content-item-text span {
  text-align: center;
  font-family: "Oswald";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.rent__container-bottom-content-item-text p {
  font-size: 18px;
}
@media screen and (min-width: 1240px) {
  .rent__container-bottom-content-item-text p {
    font-size: 20px;
  }
}
.rent__container-bottom-content-item-text p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.price__container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .price__container-title {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .price__container-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .price__container-title {
    margin-bottom: 20px;
  }
}
.price__container-title h2 {
  color: #1B1B1B;
}
.price__container-title p {
  max-width: 410px;
}
@media screen and (max-width: 1023px) {
  .price__container-title p {
    max-width: 100%;
  }
}
@media screen and (max-width: 367px) {
  .price__container-title p {
    font-size: 14;
  }
}
.price__container-title p span {
  text-transform: uppercase;
  font-weight: 600;
}
.price__container-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .price__container-top {
    grid-template-columns: 1fr;
  }
}
.price__container-top-item {
  display: flex;
  flex-direction: column;
  padding: 60px 35px 60px 45px;
  background-color: #232323;
  gap: 20px;
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1640px) {
  .price__container-top-item {
    padding: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .price__container-top-item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .price__container-top-item {
    padding: 40px;
  }
}
@media screen and (max-width: 367px) {
  .price__container-top-item {
    padding: 30px;
  }
}
.price__container-top-item::after {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #FDCC0A;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1240px) {
  .price__container-top-item::after {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .price__container-top-item::after {
    width: 20px;
  }
}
.price__container-top-item p {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1146px) {
  .price__container-top-item p {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .price__container-top-item p {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 367px) {
  .price__container-top-item p {
    gap: 0px;
  }
}
.price__container-top-item p span {
  display: flex;
  gap: 5px;
  align-items: end;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  color: #FDCC0A;
}
.price__container-top-item p span span {
  color: #fff;
}
.price__container-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.price__container-info-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #FDCC0A;
	height: fit-content;
}
@media screen and (max-width: 1023px) {
  .price__container-info-top {
/*     grid-template-columns: 1fr; */
	  display: flex;
	  flex-direction: column;
    gap: 0;
  }
}
.price__container-info-top-image {
  min-height: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .price__container-info-top-image {
    min-height: 250px;
  }
}
@media screen and (max-width: 368px) {
  .price__container-info-top-image {
    min-height: 200px;
  }
}
.price__container-info-top-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .price__container-info-top-image img {
    min-height: 250px;
  }
}
@media screen and (max-width: 368px) {
  .price__container-info-top-image img {
    min-height: 200px;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.price__container-info-top-text {
  padding: 40px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #232323;
}
@media screen and (min-width: 1440px) {
  .price__container-info-top-text {
    padding: 60px;
  }
}
@media screen and (max-width: 367px) {
  .price__container-info-top-text {
    padding: 20px;
  }
}
.price__container-info-top-text h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.price__container-info-top-text p {
  margin-bottom: 20px;
}
.price__container-info-top-text p a {
  font: inherit;
  color: #FDCC0A;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  display: inline;
}
.price__container-info-top-text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .price__container-info-top-text ul {
    margin-bottom: 40px;
  }
}
.price__container-info-top-text ul li {
  position: relative;
  margin-left: 20px;
}
.price__container-info-top-text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FDCC0A;
  position: absolute;
  left: -20px;
  transform: translateY(80%);
}
.price__container-info-top-text .btn {
  margin-top: auto;
}
.price__container-info-bottom h3 {
  padding: 30px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  background-color: #FDCC0A;
  text-transform: uppercase;
}
.price__container-info-bottom-wrap {
  background-color: #232323;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__container-info-bottom-wrap {
    grid-template-columns: 1fr;
  }
}
.price__container-info-bottom-wrap div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__container-info-bottom-wrap div {
    padding: 40px 20px;
  }
}
.price__container-info-bottom-wrap div p {
  color: #fff;
  font-family: "Oswald";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .price__container-info-bottom-wrap div p {
    font-size: 24px;
  }
}
.price__container-info-bottom-wrap div span {
  color: #FDCC0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.price__container-info-bottom-wrap div span span {
  color: #fff;
}
.price__container-info-bottom .price__container-info-bottom-wrap div:nth-of-type(2n + 1):before {
  content: "";
  width: 1px;
  height: 173px;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .price__container-info-bottom .price__container-info-bottom-wrap div:nth-of-type(2n + 1):before {
    width: 60%;
    height: 1px;
    bottom: 0px;
    top: inherit;
    right: 60px;
    transform: translate(-15%, 50%);
  }
}

.program__container h2 {
  margin-bottom: 30px;
  color: #1B1B1B;
  text-transform: uppercase;
  text-align: center;
}
.program__container .tabs {
  margin: 0 auto;
}
.program__container-wrap {
  display: flex;
  flex-direction: column;
}
.program__container-wrap-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .program__container-wrap-btns {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .program__container-wrap-btns {
    margin-bottom: 40px;
  }
}
.program__container-wrap-btns .tabs {
  margin: 0;
}
.program__container-wrap-tabs {
  display: none;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .program__container-wrap-tabs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .program__container-wrap-tabs {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.program__container-wrap-tabs-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #232323;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
@media screen and (max-width: 1023px) {
  .program__container-wrap-tabs-tab {
    grid-template-columns: 1fr;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: transparent;
  }
}
.program__container-wrap-tabs-tab-image {
  min-height: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .program__container-wrap-tabs-tab-image {
    min-height: 350px;
  }
}
.program__container-wrap-tabs-tab-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .program__container-wrap-tabs-tab-image img {
    min-height: 350px;
  }
}
.program__container-wrap-tabs-tab-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .program__container-wrap-tabs-tab-info {
    gap: 40px;
    background-color: #232323;
  }
}
@media screen and (max-width: 767px) {
  .program__container-wrap-tabs-tab-info {
    padding: 40px;
  }
}
@media screen and (max-width: 367px) {
  .program__container-wrap-tabs-tab-info {
    padding: 20px;
    gap: 20px;
  }
}
.program__container-wrap-tabs-tab-info h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.program__container-wrap-tabs-tab-info-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  font-size: 18px;
	height: 100%
}
.program__container-wrap-tabs-tab-info-content h4 {
  padding: 10px 25px 10px 15px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #1B1B1B;
  background-color: #FDCC0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.program__container-wrap-tabs-tab-info-content p {
  font-size: 18px;
}
@media screen and (max-width: 367px) {
  .program__container-wrap-tabs-tab-info-content p {
    font-size: 14px;
  }
}
.program__container-wrap-tabs-tab-info-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-position: inside;
}
.program__container-wrap-tabs-tab-info-content ul li {
  position: relative;
  margin-left: 20px;
}
.program__container-wrap-tabs-tab-info-content ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  transform: translate(0, 100%);
  background-color: #FDCC0A;
  left: -20px;
}
.program__container-wrap-tabs-tab-info-content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .program__container-wrap-tabs-tab-info-content .list {
    grid-template-columns: 1fr;
  }
}
.program__container-wrap-tabs-tab-info-content .btn {
  margin-top: auto;
}
.program__container-wrap .program__container-wrap-tabs.active {
  display: flex;
}

.quad,
.bikes {
  background-color: #232323;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .quad,
  .bikes {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 367px) {
  .quad,
  .bikes {
    padding-bottom: 60px;
  }
}
.quad__container-title,
.bikes__container-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .quad__container-title,
  .bikes__container-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 367px) {
  .quad__container-title,
  .bikes__container-title {
    margin-bottom: 20px;
  }
}
.quad__container-title h2,
.bikes__container-title h2 {
  color: #fff;
}
.quad__container-title div,
.bikes__container-title div {
  padding: 35px 10px;
  max-width: 100%;
  width: 100%;
  background-color: #FDCC0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
@media screen and (max-width: 367px) {
  .quad__container-title div,
  .bikes__container-title div {
    font-size: 18px;
  }
}
.quad__container-title div a,
.bikes__container-title div a {
  text-decoration: underline;
  display: inline;
  font: inherit;
  font-weight: 700;
}
.quad__container-slider .swiper-slide,
.bikes__container-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 60px;
  max-width: 100%;
  width: 100%;
  min-height: 205px;
  height: 100%;
  max-width: 410px;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .quad__container-slider .swiper-slide,
  .bikes__container-slider .swiper-slide {
    padding: 40px;
  }
}
@media screen and (max-width: 367px) {
  .quad__container-slider .swiper-slide,
  .bikes__container-slider .swiper-slide {
    padding: 20px;
  }
}

.quad {
  padding-top: 160px;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .quad {
    padding-top: 80px;
  }
}
@media screen and (max-width: 367px) {
  .quad {
    padding-top: 60px;
  }
}

.gallery {
  background-color: #232323;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 367px) {
  .gallery {
    padding-bottom: 60px;
  }
}
.gallery__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gallery__container {
    gap: 40px;
  }
}
@media screen and (max-width: 367px) {
  .gallery__container {
    gap: 20px;
  }
}
.gallery__container h2 {
  text-align: center;
}
.gallery__container .btn {
  margin: 0 auto;
}
.gallery__container-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap {
    grid-template-columns: 1fr;
  }
}
.gallery__container-wrap-image {
  width: 100%;
  max-height:100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__container-wrap-image:nth-child(5n+1) {
  grid-column: 1/4;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap-image:nth-child(5n+1) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-image:nth-child(5n+1) {
    grid-column: 1/1;
  }
}
.gallery__container-wrap-image:nth-child(5n+2) {
  grid-column: 4/7;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap-image:nth-child(5n+2) {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-image:nth-child(5n+2) {
    grid-column: 1/1;
  }
}
.gallery__container-wrap-image:nth-child(5n+3) {
  grid-column: 1/3;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap-image:nth-child(5n+3) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-image:nth-child(5n+3) {
    grid-column: 1/1;
  }
}
.gallery__container-wrap-image:nth-child(5n+4) {
  grid-column: 3/5;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap-image:nth-child(5n+4) {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-image:nth-child(5n+4) {
    grid-column: 1/1;
  }
}
.gallery__container-wrap-image:nth-child(5n+5) {
  grid-column: 5/7;
}
@media screen and (max-width: 990px) {
  .gallery__container-wrap-image:nth-child(5n+5) {
    grid-column: 1/3;
    max-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-image:nth-child(5n+5) {
    grid-column: 1/1;
    max-height: 100%;
  }
}

.contacts {
  background-color: #232323;
  padding: 160px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 80px 0;
  }
}
@media screen and (max-width: 367px) {
  .contacts {
    padding: 60px 0;
  }
}
.contacts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://www.kvadro-obolon-hub.kiev.ua/wp-content/uploads/2024/02/book-bg1.webp") center center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}
.contacts__container {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .contacts__container {
    flex-direction: column;
    align-items: center;
  }
}
.contacts__container-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #232323;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  padding: 60px;
  max-width: 693px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contacts__container-form {
    padding: 40px;
  }
}
@media screen and (max-width: 367px) {
  .contacts__container-form {
    padding: 20px;
  }
}
.contacts__container-form form {
  display: flex;
  flex-direction: column;
  background-color: inherit;
}
.contacts__container-form form input:not([type=submit]), .contacts__container-form form select, .contacts__container-form form textarea {
  text-align: start;
  background-color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 20px 40px;
  color: #fff;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #303030;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 431px) {
  .contacts__container-form form input:not([type=submit]), .contacts__container-form form select, .contacts__container-form form textarea {
    padding: 20px 0;
  }
}
.contacts__container-form form input:not([type=submit])::-moz-placeholder, .contacts__container-form form select::-moz-placeholder, .contacts__container-form form textarea::-moz-placeholder {
  color: #fff;
  font: inherit;
  background-color: inherit;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container-form form input:not([type=submit])::placeholder, .contacts__container-form form select::placeholder, .contacts__container-form form textarea::placeholder {
  color: #fff;
  font: inherit;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
}
.contacts__container-form form input:not([type=submit]):focus::-moz-placeholder, .contacts__container-form form select:focus::-moz-placeholder, .contacts__container-form form textarea:focus::-moz-placeholder {
  transform: translateY(-19px);
  color: #FDCC0A;
}
.contacts__container-form form input:not([type=submit]):focus::placeholder, .contacts__container-form form select:focus::placeholder, .contacts__container-form form textarea:focus::placeholder {
  transform: translateY(-19px);
  color: #FDCC0A;
}
.contacts__container-form form textarea {
  resize: none;
  margin-bottom: 40px;
  min-height: 150px;
  height: 100%;
}
.contacts__container-form form select {
  position: relative;
  padding: 20px 40px;
}
@media screen and (max-width: 431px) {
  .contacts__container-form form select {
    padding: 20px 0;
  }
}
.contacts__container-form form select:focus {
  color: #FDCC0A;
}
.contacts__container-form form select:focus option {
  color: #FDCC0A;
}
.contacts__container-form form select option {
  padding: 20px 40px;
  font: inherit;
  white-space: nowrap;
  background-color: #1B1B1B;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 367px) {
  .contacts__container-form form select option {
    padding: 20px 0;
  }
}
.contacts__container-form form select option:hover {
  background-color: #bebbbb;
}
.contacts__container-form form .input-wrap {
  display: block;
  max-width: 320px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-height: 78px;
  min-height: 78px;
  height: 100%;
  -webkit-clip-path: polygon(7% 0, 94% 0, 100% 100%, 0% 100%);
          clip-path: polygon(7% 0, 94% 0, 100% 100%, 0% 100%);
}
.contacts__container-form form .input-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(20% 0%, 56% 0, 2% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 56% 0, 2% 100%, 0% 100%);
  width: 40px;
  width: 12.5%;
  height: 100%;
  background-color: #FDCC0A;
}
.contacts__container-form form .input-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(35% 0, 94% 0, 100% 100%, 96% 100%);
          clip-path: polygon(35% 0, 94% 0, 100% 100%, 96% 100%);
  width: 9.5%;
  height: 100%;
  background-color: #FDCC0A;
}
.contacts__container-form form input[type=submit] {
  display: block;
  cursor: pointer;
  margin: 0 auto;
min-height:78px;
}

.contacts__container-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 750px;
  width: 100%;
}
.contacts__container-contact div {
  max-width: 100%;
  width: 100%;
  background: #232323;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 10px;
  -webkit-clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1240px) {
  .contacts__container-contact div {
    gap: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__container-contact div {
    gap: 20px;
  }
}
.contacts__container-contact div img {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contacts__container-contact div img {
    max-width: 70px;
  }
}
.contacts__container-contact div a, .contacts__container-contact div span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1240px) {
  .contacts__container-contact div a, .contacts__container-contact div span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__container-contact div a, .contacts__container-contact div span {
    text-wrap: wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 18px;
  }
}

.footer {
  background-color: #232323;
  padding: 100px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__container {
  display: grid;
  grid-template-columns: 0.15fr 0.85fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1240px) {
  .footer__container {
    grid-template-columns: 0.3fr 0.7fr;
  }
}
@media screen and (min-width: 1440px) {
  .footer__container {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media screen and (max-width: 1023px) {
  .footer__container {
    grid-template-columns: 1fr;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer__container .logo {
  max-width: 110px;
  width: 100%;
  max-height: 110px;
  height: 100%;
}
.footer__container-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer__container-content {
    flex-direction: column;
  }
}
.footer__container-content nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 15px;
}
@media screen and (max-width: 1240px) {
  .footer__container-content nav ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__container-content nav ul {
    grid-template-columns: 1fr;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer__container-content nav ul a {
  color: inherit;
  font: inherit;
}
.footer__container-content-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 210px;
  width: 100%;
  text-wrap: nowrap;
  white-space: nowrap;
}
.footer__container-content-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 210px;
  width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
}
.footer__container-content-links a svg {
  min-width: 30px;
  max-width: 40px;
  width: 100%;
}
.footer__container-content-social {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer__container-content-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  background-color: #FDCC0A;
}
.footer__container-content-social a svg {
  width: 100%;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  position: relative;
  padding-top: 20px;
  text-align: center;
  white-space: wrap;
}
.footer__copy:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #7A7A7A;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border: none;
  color: #fff;
  padding: 0;
}/*# sourceMappingURL=style.css.map */