@charset "UTF-8";
/*Шрифты*/
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
b,
i,
ol,
ul,
li,
form,
aside,
footer,
header,
menu,
nav,
section,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  font-size: 1em;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  font-size: 1em;
}
input:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Lighthaus";
  font-display: swap;
  src: url("../fonts/Lighthaus-Regular.woff") format("woff"), url("../fonts/Lighthaus-Regular.woff-2") format("woff-2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff-2") format("woff-2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff-2") format("woff-2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff-2") format("woff-2");
  font-weight: 500;
  font-style: normal;
}
body.lock {
  overflow: hidden;
}

body {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

main {
  flex: 1 1 auto;
  display: grid;
}
@media (max-width: 767px) {
  main {
    row-gap: 9.375vw;
    row-gap: 20vw;
  }
}
@media (min-width: 768px) {
  main {
    row-gap: 5.9vw;
  }
}
@media (min-width: 768px) {
  main section:first-child {
    margin-bottom: -5.9vw;
  }
}

img {
  max-width: 100%;
}

.title {
  text-transform: uppercase;
  font-family: "Lighthaus";
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .title {
    font-size: 11.875vw;
    letter-spacing: 0.03vw;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 6.25vw;
    letter-spacing: 0.0156vw;
  }
}
.title :first-child {
  align-self: flex-start;
}
.title :last-child {
  align-self: flex-end;
}

.text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .text-container {
    row-gap: 0.7vw;
  }
}
@media (min-width: 768px) {
  .text-container {
    row-gap: 0.28vw;
  }
}

.text {
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text {
    font-size: 3.44vw;
    letter-spacing: 0.01vw;
  }
}
@media (min-width: 768px) {
  .text {
    letter-spacing: 0.05vw;
    font-size: 1.736vw;
  }
}

.main-title {
  font-family: "Lighthaus";
}
@media (max-width: 767px) {
  .main-title {
    font-size: 14.06vw;
    letter-spacing: 0.035vw;
  }
}
@media (min-width: 768px) {
  .main-title {
    font-size: 6.25vw;
    letter-spacing: 0.0156vw;
  }
}

.small-title {
  font-family: "Lighthaus";
}
@media (max-width: 767px) {
  .small-title {
    font-size: 7.5vw;
    letter-spacing: 0.0187vw;
  }
}
@media (min-width: 768px) {
  .small-title {
    font-size: 4.86vw;
    letter-spacing: 0.0121vw;
  }
}

@media (max-width: 767px) {
  .mobile-header {
    background-color: #fff;
    display: none;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 9.375%;
    padding-right: 9.375%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mobile-header.visible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .mobile-header.white {
    background-color: transparent;
  }
  .mobile-header img:nth-child(1) {
    width: 10vw;
  }
  .mobile-header img:nth-child(2) {
    width: 31.64vw;
  }
  .mobile-header img:nth-child(3) {
    width: 5vw;
  }
}
@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-menu {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fcf9f4;
  }
  .mobile-menu.visible {
    display: block;
  }
  .mobile-menu__wrapper {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 20vw;
  }
  .mobile-menu__nav {
    padding-top: 12vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 9vw;
  }
  .mobile-menu__link {
    font-size: 5.625vw;
    font-family: "Lighthaus";
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-menu__link:first-child {
    margin-bottom: 1vw;
  }
  .mobile-menu__link img:first-child {
    width: 23.75vw;
  }
  .mobile-menu__link img:last-child {
    width: 44.375vw;
  }
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

.hero {
  color: #000;
}
@media (max-width: 767px) {
  .hero {
    position: relative;
  }
}
@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }
}
.hero__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  .hero__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(252, 249, 244, 0.94);
    row-gap: 16.56vw;
    padding-left: 7.8vw;
    padding-right: 7.8vw;
    padding-top: 11.56vw;
    padding-bottom: 23vw;
  }
}
@media (min-width: 768px) {
  .hero__body {
    padding-left: 2.083vw;
    padding-right: 13.3333333333%;
    padding-top: 12.5%;
    padding-bottom: 9.5238095238%;
    display: flex;
    flex-direction: column;
    row-gap: 14.5238095238%;
  }
}
.hero__content {
  font-family: "Lighthaus";
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.hero__vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .hero__vertical {
    font-size: 6.87vw;
    letter-spacing: 1vw;
  }
}
@media (min-width: 768px) {
  .hero__vertical {
    font-size: 4.166vw;
    letter-spacing: 0.56vw;
  }
}
.hero__text {
  width: 100%;
  align-self: flex-end;
}
.hero__first-line {
  letter-spacing: 0.3vw;
}
@media (max-width: 767px) {
  .hero__first-line {
    font-size: 6.87vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 768px) {
  .hero__first-line {
    font-size: 4.166vw;
    margin-bottom: 2.083vw;
    transform: translateY(-0.5vw);
  }
}
.hero__second-line {
  letter-spacing: 0.3vw;
}
@media (max-width: 767px) {
  .hero__second-line {
    font-size: 5.625vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 768px) {
  .hero__second-line {
    font-size: 3.472vw;
    margin-bottom: 1.389vw;
    transform: translateY(-0.5vw);
  }
}
.hero__third-line {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero__third-line {
    font-size: 12.5vw;
    -moz-column-gap: 1.5vw;
         column-gap: 1.5vw;
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .hero__third-line {
    font-size: 7.639vw;
    -moz-column-gap: 0.972vw;
         column-gap: 0.972vw;
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 767px) {
  .hero__decor {
    width: 15.31vw;
  }
}
@media (min-width: 768px) {
  .hero__decor {
    width: 8.611vw;
  }
}
.hero__decor img {
  width: 100%;
}
.hero__fourth-line {
  text-align: right;
}
@media (max-width: 767px) {
  .hero__fourth-line {
    font-size: 12.5vw;
    padding-left: 10vw;
  }
}
@media (min-width: 768px) {
  .hero__fourth-line {
    font-size: 7.639vw;
    transform: translate(0.5vw, 0.5vw);
  }
}
.hero__button {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lighthaus";
  border: 1px solid #000;
  border-radius: 6px;
  transition: all 0.1s;
}
.hero__button:hover {
  transform: scale(0.98);
  box-shadow: 1px 1px #000;
}
@media (max-width: 767px) {
  .hero__button {
    font-size: 5vw;
    padding: 3.75vw;
    letter-spacing: 0.26vw;
  }
}
@media (min-width: 768px) {
  .hero__button {
    font-size: 2.083vw;
    padding: 1.527vw;
    margin-top: -2.6vw;
    letter-spacing: 0.3vw;
    transform: translateX(0.34vw);
  }
}

.header {
  color: #1e1e1e;
}
@media (min-width: 768px) {
  .header__conatiner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
  }
}
.header__link {
  text-transform: uppercase;
  position: relative;
  border: 2px solid transparent;
}
.header__link::after {
  width: 0%;
  height: 1px;
  display: block;
  background-color: #000;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__link:hover::after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header__link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__link:not(.header__link:first-child) {
    display: none;
  }
  .header__link img:first-child {
    width: 23.75vw;
  }
  .header__link img:last-child {
    width: 44.375vw;
  }
}
@media (min-width: 768px) {
  .header__link {
    font-size: 1.736vw;
    letter-spacing: -0.07vw;
  }
  .header__link:first-child {
    display: none;
  }
}

.about,
.service {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .about,
  .service {
    padding-left: 9.375%;
    padding-right: 9.375%;
  }
}
@media (min-width: 768px) {
  .about,
  .service {
    padding-left: 7.7777777778%;
    -moz-column-gap: 2.08vw;
         column-gap: 2.08vw;
  }
}
@media (min-width: 768px) {
  .about,
  .service {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .about .text,
  .service .text {
    margin-bottom: 1vw;
  }
}
@media (min-width: 768px) {
  .about .text,
  .service .text {
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 767px) {
  .about .title,
  .service .title {
    position: relative;
  }
}
.about :not(.title),
.service :not(.title) {
  font-weight: 300;
}

@media (max-width: 767px) {
  .about__title {
    margin-bottom: -2.5vw;
    grid-column: 4/10;
    grid-row: 1/2;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media (min-width: 768px) {
  .about__title {
    margin-bottom: 3.195vw;
    grid-column: 1/5;
    grid-row: 1/2;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .about__image {
    grid-column: 2/11;
    grid-row: 2/3;
    margin-bottom: 4vw;
    padding-left: 11vw;
  }
}
@media (min-width: 768px) {
  .about__image {
    grid-column: 7/13;
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  .about__text-container {
    grid-column: 1/13;
    grid-auto-rows: 3/4;
  }
}
@media (min-width: 768px) {
  .about__text-container {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
.about__text-container .text span {
  display: block;
  padding-left: 1.875vw;
}

.service {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .service__title {
    margin-bottom: -11.75vw;
    grid-column: 2/11;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .service__title {
    margin-bottom: 1.6vw;
    grid-column: 1/7;
    grid-row: 1/2;
    margin-bottom: 1vw;
  }
  .service__title span:last-child {
    display: inline-block;
    padding-right: 9.375vw;
  }
}
@media (max-width: 767px) {
  .service__image {
    grid-column: 5/12;
    grid-row: 2/3;
    margin-bottom: 4vw;
  }
}
@media (min-width: 768px) {
  .service__image {
    grid-column: 7/13;
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  .service__text-wrapper {
    grid-column: 1/13;
    grid-auto-rows: 3/4;
  }
}
@media (min-width: 768px) {
  .service__text-wrapper {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
.service__text-container {
  list-style-type: disc;
  list-style-position: outside;
}
.service__text-container:first-child {
  padding-left: 2vw;
}
@media (max-width: 767px) {
  .service__text-container {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .service__text-container {
    margin-bottom: 1.39vw;
  }
}

@media (max-width: 767px) {
  .education {
    padding-left: 9.375%;
    padding-right: 9.375%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .education {
    padding-right: 7.7777777778%;
    padding-left: 7.7777777778%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    row-gap: 2vw;
  }
}
@media (max-width: 767px) {
  .education__main-title {
    margin-bottom: 8vw;
    font-size: 14.06vw;
  }
}
@media (min-width: 768px) {
  .education__main-title {
    margin-bottom: 2.86vw;
    font-size: 6.25vw;
    grid-row: 1/2;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) {
  .education__title {
    margin-bottom: 4vw;
  }
}
@media (min-width: 768px) {
  .education__title {
    grid-row: 2/3;
  }
  .education__title_first {
    grid-column: 1/4;
  }
  .education__title_second {
    grid-column: 7/13;
  }
}
@media (min-width: 768px) {
  .education__text:last-child {
    grid-row: 5/6;
    grid-column: 1/7;
  }
  .education__text_first, .education__text_second {
    grid-row: 3/4;
  }
  .education__text_first {
    grid-column: 1/7;
  }
  .education__text_second {
    grid-column: 7/13;
  }
}
@media (max-width: 767px) {
  .education__arrow {
    width: 13.437vw;
    height: 13.437vw;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.75vw;
    margin-bottom: 3.75vw;
  }
}
@media (min-width: 768px) {
  .education__arrow {
    height: auto;
    width: 11.39vw;
    grid-row: 2/3;
    grid-column: 4/7;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .education__small-title {
    margin-bottom: 3.43vw;
    font-size: 7.5vw;
    letter-spacing: 0.0187vw;
  }
}
@media (min-width: 768px) {
  .education__small-title {
    margin-bottom: -0.6vw;
    font-size: 4.86vw;
    letter-spacing: 0.0121vw;
    grid-row: 4/5;
    grid-column: 1/8;
  }
}
@media (max-width: 767px) {
  .education__star {
    width: 4.7vw;
    height: auto;
    margin-top: 3.75vw;
    margin-bottom: 3.75vw;
  }
}
@media (min-width: 768px) {
  .education__star {
    display: none;
  }
}

.requests {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .requests {
    padding-left: 9.375%;
    padding-right: 9.375%;
    padding-top: 18.75%;
    padding-bottom: 9.375%;
    margin-top: -10vw;
  }
}
@media (min-width: 768px) {
  .requests {
    padding-top: 5.9027777778%;
    padding-bottom: 5.9027777778%;
    padding-left: 7.7777777778%;
    padding-right: 7.7777777778%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    align-items: center;
  }
}
.requests__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 100%;
}
.requests__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .requests__image img {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}
@media (min-width: 768px) {
  .requests__image img {
    -o-object-position: center;
       object-position: center;
  }
}
.requests__main-title {
  color: #fff;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .requests__main-title {
    font-size: 7.8vw;
    margin-bottom: 4vw;
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .requests__main-title {
    grid-column: 1/8;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .requests__arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .requests__arrow {
    width: 14.7vw;
    height: auto;
    position: absolute;
    top: 53.2%;
    left: 33%;
  }
}
.requests__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .requests__list {
    row-gap: 3.125vw;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .requests__list {
    row-gap: 2vw;
    grid-column: 8/13;
    grid-row: 1/2;
  }
}
.requests__item {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .requests__item {
    border-radius: 1.17vw;
    padding: 3.125vw;
    font-size: 2.937vw;
    letter-spacing: 0.088vw;
  }
}
@media (min-width: 768px) {
  .requests__item {
    border-radius: 0.7vw;
    padding: 1.5vw 2vw;
    font-size: 1.736vw;
    letter-spacing: 0.052vw;
  }
}

@media (max-width: 767px) {
  .methods {
    padding-left: 9.375%;
    padding-right: 9.375%;
    padding-top: 20vw;
    margin-top: -20vw;
  }
}
.methods__main-title {
  text-align: center;
}
@media (max-width: 767px) {
  .methods__main-title {
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .methods__main-title {
    margin-bottom: 2vw;
  }
}
.methods__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .methods__list {
    row-gap: 1vw;
  }
}
@media (min-width: 768px) {
  .methods__list {
    row-gap: 0.5vw;
  }
}
.methods__item {
  line-height: 1.34;
  font-family: "Lighthaus";
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .methods__item {
    font-size: 4.93vw;
    letter-spacing: 0.0123vw;
  }
}
@media (min-width: 768px) {
  .methods__item {
    font-size: 2.78vw;
    letter-spacing: 0.007vw;
  }
}
@media (max-width: 767px) {
  .methods__item {
    row-gap: 1vw;
  }
}
@media (min-width: 768px) {
  .methods__item {
    row-gap: 0.5vw;
  }
}
.methods__item:before {
  content: "";
  background: url("../img/icons/star.svg") center/contain no-repeat;
  display: inline-block;
}
@media (max-width: 767px) {
  .methods__item:before {
    width: 4.7vw;
    height: 4.7vw;
  }
}
@media (min-width: 768px) {
  .methods__item:before {
    width: 2.09vw;
    height: 2.09vw;
  }
}

.contacts {
  position: relative;
}
@media (max-width: 767px) {
  .contacts {
    padding-bottom: 28.125%;
    padding-top: 93.75%;
    padding-left: 9.375%;
    padding-right: 9.375%;
    margin-top: -10vw;
  }
}
@media (min-width: 768px) {
  .contacts {
    padding-right: 7.7777777778%;
    padding-left: 7.7777777778%;
    padding-top: 9.375%;
    padding-bottom: 23.6111111111%;
    margin-top: -6.2vw;
  }
}
.contacts__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contacts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .contacts__image img {
    -o-object-position: 87% 50%;
       object-position: 87% 50%;
  }
}
.contacts__main-title {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .contacts__main-title {
    margin-bottom: 4.69vw;
    font-size: 11.9vw;
  }
}
@media (min-width: 768px) {
  .contacts__main-title {
    margin-bottom: 3.125vw;
  }
}
.contacts__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contacts__list {
    row-gap: 1vw;
  }
}
@media (min-width: 768px) {
  .contacts__list {
    row-gap: 0.5vw;
  }
}
.contacts__item a {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.contacts__item a:before {
  content: "";
  display: inline-block;
}
.contacts__item a.black {
  color: #000;
}
.contacts__item:nth-child(1) a:before {
  background: url("../img/icons/instagram.svg") center/contain no-repeat;
}
.contacts__item:nth-child(1) a.black:before {
  background: url("../img/icons/instagram-black.svg") center/contain no-repeat;
}
.contacts__item:nth-child(2) a:before {
  background: url("../img/icons/telegram.svg") center/contain no-repeat;
}
.contacts__item:nth-child(2) a.black:before {
  background: url("../img/icons/telegram-black.svg") center/contain no-repeat;
}
.contacts__item:nth-child(3) a:before {
  background: url("../img/icons/facebook.svg") center/contain no-repeat;
}
.contacts__item:nth-child(3) a.black:before {
  background: url("../img/icons/facebook-black.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .contacts__item:nth-child(4) a:first-child {
    margin-bottom: 1vw;
  }
}
@media (min-width: 768px) {
  .contacts__item:nth-child(4) a:first-child {
    margin-bottom: 0.5vw;
  }
}
.contacts__item:nth-child(4) a:first-child:before {
  background: url("../img/icons/phone.svg") center/contain no-repeat;
}
@media (min-width: 768px) {
  .contacts__item:nth-child(4) a:last-child {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 0.5vw;
  }
}
@media (max-width: 767px) {
  .contacts__item a {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
    font-size: 4.218vw;
  }
  .contacts__item a:before {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 768px) {
  .contacts__item a {
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    font-size: 2.08vw;
    -moz-column-gap: 0.5vw;
         column-gap: 0.5vw;
  }
  .contacts__item a:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: -9.375vw;
    margin-top: -20vw;
    padding-top: 10vw;
    padding-bottom: 4vw;
    padding-left: 9.375%;
    padding-right: 9.375%;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-right: 7.7777777778%;
    padding-left: 7.7777777778%;
    padding-top: 6.18vw;
    padding-bottom: 2.01vw;
    margin-top: -5.9vw;
  }
}
.footer__copy {
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__copy {
    padding-top: 4.06vw;
    font-size: 1.828vw;
  }
}
@media (min-width: 768px) {
  .footer__copy {
    padding-top: 3.2vw;
    font-size: 1.04vw;
  }
}

.footer-content {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 5fr 4fr 5fr;
  }
}
.footer-content__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 767px) {
  .footer-content__logo img:first-child {
    width: 19.06vw;
  }
}
@media (min-width: 768px) {
  .footer-content__logo img:first-child {
    width: 13.958vw;
  }
}
@media (max-width: 767px) {
  .footer-content__logo img:last-child {
    width: 35.31vw;
  }
}
@media (min-width: 768px) {
  .footer-content__logo img:last-child {
    width: 25.654vw;
  }
}
@media (max-width: 767px) {
  .footer-content__menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-content__menu {
    display: flex;
    flex-direction: column;
    row-gap: 2.4vw;
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .footer-content__link {
    font-size: 1.736vw;
    text-transform: uppercase;
  }
}
.footer-content__social {
  justify-self: end;
}
@media (max-width: 767px) {
  .footer-content .contacts__item a {
    font-size: 2.01vw;
  }
  .footer-content .contacts__item a:before {
    width: 3vw;
    height: 3vw;
  }
}