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

.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper__slider {
  position: relative;
}

.header {
  position: relative;
  background-image: url(../images/img-bg-01.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.header__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.header__inner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.header__inner-bottom {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__text-block {
  text-transform: uppercase;
  max-width: 1200px;
}
.header__title {
  font-size: 80px;
}
.header__description {
  font-size: 18px;
}

.header__nav {
  flex: 1 1 auto;
}

.nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
}
.nav__item {
  padding: 10px 10px;
}
.nav__link {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.nav-toggler {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.nav-toggler:hover {
  background-color: #6880e8;
}

.hamburger-icon {
  fill: #ffffff;
}

.nav-checkbox {
  position: absolute;
  top: -999999px;
  left: -999999px;
  visibility: hidden;
  opacity: 0;
}
.nav-checkbox:checked ~ .nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  background-color: #6880e8;
  max-width: 200px;
}
.nav-checkbox:checked ~ .nav-toggler {
  background-color: #6880e8;
}

.logo {
  width: 241px;
  height: 54px;
  fill: white;
}

.social {
  display: flex;
  list-style-type: none;
}
.social__item {
  margin-left: 20px;
  transition: 0.3s;
}
.social__item:hover {
  border-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.social__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.social__icon {
  height: 16px;
  width: 14px;
  fill: #ffffff;
}
.social__link {
  font-size: 0;
}

.btn-icon-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: 0.5s;
}
.btn-icon-arrow__header-scroll {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}
.btn-icon-arrow__slider-prev {
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.btn-icon-arrow__slider-next {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.btn-icon-arrow:hover {
  border-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.btn-icon-arrow:hover .icon-arrow {
  fill: #000000;
}

.icon-arrow {
  fill: #ffffff;
  height: 20px;
  width: 20px;
  transition: 0.5s;
}

.main__section {
  padding: 100px 0;
}

.main__section--backgroud {
  background-image: url(../images/img-bg-02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
}

.section__item {
  position: relative;
}
.section__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  margin: 40px 0;
}
.section__inner--reverse {
  flex-direction: row-reverse;
  margin-top: 140px;
}
.section__title {
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.section__title::before {
  content: "";
  display: block;
  max-width: 100px;
  height: 1px;
  border-bottom: 1px solid #000000;
  margin: 0 auto 42px auto;
}
.section__content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 470px;
  padding: 5px;
}
.section__picture-block {
  display: block;
  max-width: 630px;
}
.section__picture-block__image {
  width: 100%;
}
.section__button-block {
  display: flex;
  justify-content: center;
}
.section__button {
  max-width: 190px;
}
.section__picture-block--position_left {
  position: absolute;
  z-index: -1;
}
.section__picture-block--position_right {
  position: absolute;
  right: 0;
  z-index: -1;
}

.text-block__subtitle {
  font-size: 22px;
  text-transform: uppercase;
}
.text-block__title {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.text-block__text {
  font-size: 18px;
  margin-bottom: 42px;
}

.btn {
  min-width: 224px;
  padding: 20px 5px;
  background-color: #ffffff;
  font-family: "Aleo", serif;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000000;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 0 5px 5px rgba(12, 12, 12, 0.116);
  background-color: #f8fafb;
}

.item {
  padding: 15px;
  /*added block into ITEM */
}
.item__content {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  background-color: #ffffff;
}
.item__main {
  flex: 1 1 auto;
}
.item__text-block {
  padding: 30px 20px;
}
.item__title {
  font-size: 22px;
  text-transform: uppercase;
  overflow: auto;
}
.item__text {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item__calendar {
  opacity: 0.7;
}
.item__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 30px 20px;
}
.item__avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.picture {
  width: 100%;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0px;
  margin-bottom: 50px;
}
.gallery__section {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.gallery__item {
  width: 50%;
  padding: 3px;
  transition: 0.5s;
}
.gallery__item:hover {
  transform: scale(1.02);
}
.gallery__item--large {
  width: 100%;
}

.footer {
  position: relative;
}

.footer__section-top {
  border: 1px solid #000000;
}

.footer__section-bottom {
  background-image: url(../images/img-bg-03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__section-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 1px solid #000000;
  width: 100%;
  max-width: 770px;
  background-color: #ffffff;
  padding: 60px;
}

.section-bottom__inner {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.section-bottom__wrapper {
  max-width: 770px;
  margin: 0 auto;
}

.section-bottom__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__content {
  display: flex;
}

.footer__content-block {
  display: flex;
}

.content-block__item {
  width: 50%;
}

.wrapper__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.form__input {
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
}

.footer-form__btn {
  min-width: 140px;
  margin-top: 20px;
}

.address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.address__item {
  margin-top: 10px;
}

#map {
  height: 100%;
}

.map {
  height: 100%;
  min-height: 700px;
}

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