@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Bold.woff2") format("woff2"), url("../fonts/CormorantUpright-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Regular.woff2") format("woff2"), url("../fonts/CormorantUpright-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-SemiBold.woff2") format("woff2"), url("../fonts/CormorantUpright-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: TTTrailers;
  font-display: swap;
  src: url("../fonts/TTTrailers-Regular.woff2") format("woff2"), url("../fonts/TTTrailers-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font: 300 17px/23px Manrope, sans-serif;
  color: #373a39;
  background: #fff;
  margin: 0;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
}

.header-placeholder {
  height: 100px;
}

.header {
  background: #8a8988;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1443px) {
  .header__container {
    padding: 0 40px 0 40px;
  }
}
.header__logo-link {
  display: block;
}
.header__link-img {
  width: 123px;
  height: 74px;
}
.header__nav {
  display: flex;
  z-index: 1;
}
.header__nav.active {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__nav.active .header__list {
    position: fixed;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 79px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    z-index: 10;
    gap: 45px;
  }
  .header__nav.active .header__list :first-child {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav.active .header__list .header__list-link {
    color: #8a8988;
  }
}
.header__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  font-size: 0;
  align-self: center;
  text-transform: uppercase;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header__list {
    gap: 15px;
    display: none;
  }
}
.header__list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.header__list-link {
  text-decoration: none;
  color: #fff;
}
.header__list-link:hover {
  color: #6bbcec;
  transition: 0.5s all ease;
}
.header__btn {
  display: none;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
}
.header__btn span {
  height: 3px;
  background: #fff;
  border-radius: 3px;
  min-width: 30px;
  display: block;
}

.active-link {
  color: #6bbcec;
  opacity: 70%;
}

.subtitle {
  background: linear-gradient(to right, #373a39, #6bbcec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 500 40px/50px "Playfair Display";
  letter-spacing: 2px;
  position: relative;
}
.subtitle::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 70px;
  background: #6bbcec;
  bottom: -10px;
  left: 0;
}

.main__box {
  display: flex;
  padding: 100px 0 120px 0;
  gap: 80px;
}
@media screen and (max-width: 1443px) {
  .main__box {
    padding: 100px 40px 100px 40px;
    gap: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .main__box {
    padding: 70px 40px 70px 40px;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main__box {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.main__box-info {
  display: flex;
  flex-direction: column;
  background: url("../img/misssymetria-biglogo.svg") no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .main__box-info {
    margin: 0 0 40px 0;
  }
}
.main__img {
  width: 500px;
}
@media screen and (max-width: 1443px) {
  .main__img {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .main__img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .main__img {
    width: 100%;
  }
}
.main__title {
  background: linear-gradient(to right, #373a39, #6bbcec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 500 40px/50px "Playfair Display";
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 2px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .main__title {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
}
.main__subtitle {
  font: 500 40px/50px "Playfair Display";
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .main__subtitle {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px 0;
  }
}
.main__text {
  margin: 0 0 20px 0;
}

.servises {
  background: #e8e8e8;
  padding: 120px 0 120px 0;
}
@media screen and (max-width: 1443px) {
  .servises {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .servises {
    padding: 70px 40px 70px 40px;
  }
}

.servises__subtitle {
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1443px) {
  .servises__subtitle {
    margin: 0 0 80px 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid__box {
  background: white;
  overflow: hidden;
  -webkit-box-shadow: 9px -9px 16px -13px rgb(138, 137, 136);
  -moz-box-shadow: 9px -9px 16px -13px rgb(138, 137, 136);
  box-shadow: 9px -9px 16px -13px rgb(138, 137, 136);
  padding: 10px 10px 25px 10px;
}
.grid__img {
  width: 100%;
  object-fit: cover;
  font-size: 0;
  margin: 0 0 20px 0;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .grid__img {
    height: 400px;
  }
}
.grid__subtitle-box {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  background: linear-gradient(to right, #373a39, #6bbcec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grid__list {
  font-size: 0;
  list-style: none;
  display: grid;
  grid-gap: 5px;
  padding: 0;
}
.grid__list-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
}

.gallery {
  padding: 120px 0 140px 0;
}
@media screen and (max-width: 1443px) {
  .gallery {
    padding: 100px 40px 120px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .gallery {
    padding: 70px 40px 90px 40px;
  }
}
.gallery__subtitle {
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1443px) {
  .gallery__subtitle {
    margin: 0 0 80px 0;
  }
}
.gallery__slider {
  margin: 0 auto;
}
.gallery__img {
  height: 250px;
  width: 350px;
}
@media screen and (max-width: 1443px) {
  .gallery__img {
    height: 220px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__img {
    width: 100%;
    height: 100%;
  }
}

.prev-arrow,
.next-arrow {
  border: white;
  background-color: white;
}

.custom-arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}

.prev-arrow::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  border-left: 3px solid #6bbcec;
  border-bottom: 3px solid #6bbcec;
  opacity: 100%;
  transform: rotate(45deg);
  top: 25px;
}

.next-arrow::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  border-left: 3px solid #6bbcec;
  border-bottom: 3px solid #6bbcec;
  opacity: 100%;
  transform: rotate(225deg);
  top: 25px;
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.study {
  background: #ebf3f5;
  padding: 120px 0 120px 0;
}
@media screen and (max-width: 1443px) {
  .study {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .study {
    padding: 70px 40px 70px 40px;
  }
}
.study__box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .study__box {
    flex-direction: column;
    gap: 40px;
  }
}
.study__subtitle {
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1443px) {
  .study__subtitle {
    margin: 0 0 80px 0;
  }
}
.study__blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.study__block-box {
  margin: 0 0 40px 0;
}
.study__block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  background: linear-gradient(to right, #373a39, #6bbcec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.study__block-subtitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.study__block-text {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1024px) {
  .study__img-box {
    display: flex;
    justify-content: end;
  }
}
.study__img {
  width: 500px;
}
@media screen and (max-width: 1443px) {
  .study__img {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .study__img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .study__img {
    width: 100%;
  }
}

.sertificate {
  padding: 120px 0 120px 0;
}
@media screen and (max-width: 1443px) {
  .sertificate {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sertificate {
    padding: 70px 40px 70px 40px;
  }
}
.sertificate__box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .sertificate__box {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sertificate__info {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }
}
.sertificate__subtitle {
  font: 500 40px/50px "Playfair Display";
  letter-spacing: 1px;
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1443px) {
  .sertificate__subtitle {
    margin: 0 0 80px 0;
  }
}
.sertificate__text {
  margin: 0;
}
.sertificate__img-box {
  align-self: center;
}
.sertificate__img {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  .sertificate__img {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .sertificate__img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sertificate__img {
    width: 100%;
  }
}

.footer {
  background: #e8e8e8;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 120px 0;
  gap: 30px;
}
@media screen and (max-width: 1443px) {
  .footer__block {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__block {
    padding: 70px 40px 70px 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__block {
    flex-direction: column;
  }
}
.footer__map-iframe {
  height: 360px;
}
@media screen and (max-width: 1443px) {
  .footer__map-iframe {
    height: 332px;
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__map-iframe {
    height: 250px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer__map-iframe {
    width: 100%;
  }
}
.footer__info {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    justify-content: space-around;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contacts-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}
.footer__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 0;
}
.footer__list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.footer__list-link {
  text-decoration: none;
  color: #6bbcec;
}
.footer__list-link:hover {
  color: #373a39;
  transition: 0.5s all ease;
}
.footer__list-adress {
  font-style: normal;
}
.footer__contacts-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
.footer__contacts-social {
  gap: 10px;
  display: flex;
}
.footer__contacts-link {
  color: #373a39;
}
.footer__contacts-link:hover {
  color: #6bbcec;
  transition: 0.5s all ease;
}
.footer__contacts-booksy {
  background-image: url(../img/booksy.svg);
  width: 103px;
  height: 24px;
}
.footer__contacts-booksy:hover {
  background-image: url(../img/booksy-hover.svg);
  width: 103px;
  height: 24px;
  transition: 0.5s all ease;
}
.footer span {
  opacity: 50%;
  display: block;
  margin: 0 0 15px 0;
}
.footer__dev {
  background: #8a8988;
}
.footer__text {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 20px 20px 20px;
}