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

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

.page__wrapper {
  position: relative;
  min-height: 100vh;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.page__main {
  flex: 1 0 auto;
  position: relative;
}

.video__video-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insta-block {
  background-color: #2d363d;
  width: 100%;
}
.insta-block__container {
  width: 100%;
  padding: 50px 30px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.insta-block__item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}
.insta-block__logo-wrapper {
  flex: 0 0 60%;
  margin-bottom: 50px;
}
.insta-block__logo-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.insta-block__buttons-wrapper {
  flex: 0 0 100%;
}
.insta-block__button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 12px;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.insta-block__button:not(:last-child) {
  margin-bottom: 14px;
}
.insta-block__button-name {
  display: flex;
  align-items: center;
}
.insta-block__button-icon {
  margin-right: 12px;
  color: #ffffff;
  font-size: 18px;
}
.insta-block__button-title {
  font-size: 14px;
  font-weight: 400;
}
.insta-block__button-arrow {
  display: flex;
  align-items: center;
  margin-left: 12px;
  color: #ffffff;
  font-size: 18px;
}

@media (min-width: 992px) {
  .insta-block__container {
    padding: 2.604vw 1.563vw 0 1.563vw;
  }
  .insta-block__item {
    max-width: 29.167vw;
    margin-bottom: 2.604vw;
  }
  .insta-block__logo-wrapper {
    margin-bottom: 2.604vw;
  }
  .insta-block__button {
    padding: 0.625vw 0.625vw;
    border-radius: 0.521vw;
  }
  .insta-block__button:not(:last-child) {
    margin-bottom: 0.729vw;
  }
  .insta-block__button-icon {
    margin-right: 0.625vw;
    font-size: 0.938vw;
  }
  .insta-block__button-title {
    font-size: 0.729vw;
  }
  .insta-block__button-arrow {
    margin-left: 0.625vw;
    font-size: 0.938vw;
  }
}
@media (max-width: 400px) {
  .insta-block__container {
    padding: 50px 20px 0 20px;
  }
}
.address-block {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 60px;
}
.address-block__container {
  max-width: 620px;
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.address-block__inner {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.address-block__text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.address-block__links {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.address-block__button {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  justify-content: space-between;
}
.address-block__button-info {
  padding: 12px 12px;
  display: flex;
  flex: 0 0 82%;
  width: 100%;
  justify-content: space-between;
  background-color: transparent;
  border: 2px solid rgb(28, 31, 53);
  color: rgb(28, 31, 53);
  border-radius: 10px;
  overflow: hidden;
}
.address-block__button-info:not(:last-child) {
  margin-bottom: 14px;
}
.address-block__button-icon {
  margin-right: 12px;
  color: rgb(28, 31, 53);
  font-size: 22px;
}
.address-block__button-title {
  font-size: 12px;
  font-weight: 400;
}
.address-block__linksvar2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}
.address-block__buttonvar2 {
  flex: 1 0 auto;
}
.address-block__buttonvar2 .address-block__button-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.address-block__button-phone {
  flex: 0 0 auto;
  margin: 0 0 0 15px;
}
.address-block__button-phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 31, 53);
  border: 2px solid rgb(28, 31, 53);
  border-radius: 10px;
  padding: 12px 30px;
}

@media (min-width: 992px) {
  .address-block {
    margin-bottom: 3.125vw;
  }
  .address-block__container {
    max-width: 32.292vw;
    padding: 2.604vw 0 0 0;
  }
  .address-block__inner {
    padding: 0 1.563vw;
  }
  .address-block__text {
    font-size: 1.25vw;
    margin-bottom: 1.563vw;
  }
  .address-block__links {
    margin-bottom: 2.604vw;
  }
  .address-block__button-info {
    padding: 0.625vw 0.625vw;
    border-radius: 0.521vw;
  }
  .address-block__button-info:not(:last-child) {
    margin-bottom: 0.729vw;
  }
  .address-block__button-icon {
    margin-right: 0.625vw;
    font-size: 1.146vw;
  }
  .address-block__button-title {
    font-size: 0.625vw;
  }
  .address-block__linksvar2 {
    margin-bottom: 0.521vw;
  }
  .address-block__button-phone {
    margin: 0 0 0 0.781vw;
  }
  .address-block__button-phone a {
    font-size: 0.938vw;
    border-radius: 0.521vw;
    padding: 0.625vw 1.563vw;
  }
}
@media (max-width: 400px) {
  .address-block {
    margin-bottom: 30px;
  }
  .address-block__container {
    padding: 30px 0 0 0;
  }
  .address-block__button-phone {
    margin: 0 0 0 8px;
  }
  .address-block__inner {
    padding: 0 20px;
  }
}
@media (max-width: 350px) {
  .address-block__button-title {
    font-size: 10px;
  }
}
.contacts-block {
  background-color: #2e2e2e;
  width: 100%;
}
.contacts-block__container {
  max-width: 740px;
  width: 100%;
  padding: 30px 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-block__phone-block {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  color: #ffffff;
}
.contacts-block__text {
  margin-right: 20px;
}
.contacts-block__link a {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.contacts-block__socials {
  font-size: 30px;
}
.contacts-block__socials i {
  color: #ffffff;
}

@media (min-width: 992px) {
  .contacts-block__container {
    max-width: 38.542vw;
    padding: 1.563vw 1.563vw;
  }
  .contacts-block__phone-block {
    font-size: 0.938vw;
  }
  .contacts-block__text {
    margin-right: 1.042vw;
  }
  .contacts-block__link a {
    font-size: 0.938vw;
  }
  .contacts-block__socials {
    font-size: 1.563vw;
  }
}
@media (max-width: 500px) {
  .contacts-block__container {
    flex-wrap: wrap;
    flex: 0 0 100%;
    text-align: center;
  }
  .contacts-block__phone-block {
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    -moz-tab-size: 16px;
      -o-tab-size: 16px;
         tab-size: 16px;
  }
  .contacts-block__text {
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
  .contacts-block__link {
    flex: 0 0 100%;
  }
  .contacts-block__link a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
  }
  .contacts-block__socials {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=styles.css.map */