.header__inner {
  padding-top: 50px;
  text-align: center;
}

.header__title {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 10px;
}

.oq {
  font-size: 132px;
  line-height: 110px;
  position: relative;
  padding-right: 25px;
}

.q {
  position: absolute;
  left: 25px;
}

.header__subtitle {
  font-size: 55px;
  padding: 15px 0 35px 0;
}

.header__list {
  display: flex;
  margin: 0 auto;
  align-items: center;
  max-width: 170px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 0px;
}

.header__list-item button {
  font-size: 30px;
  line-height: 30px;
  border: none;
  background: transparent;
  padding: 8px 5px 0px 5px;
  cursor: pointer;
  color: #093d42;
  font-family: "aparaj";
}

.header__list-item button:focus {
  outline: none;
  background: #b9dcd1;
}

@media (max-width: 950px) {
  .header__title {
    font-size: 33px;
  }
  .header__subtitle {
    font-size: 83px;
    line-height: 75px;
    padding: 15px 0 15px 0;
  }
  .oq {
    font-size: 187px;
  }
  .q {
    left: 30px;
  }
  .header__list-item button {
    font-size: 55px;
    padding: 30px 10px 20px 10px;
  }
  .header__list {
    max-width: 290px;
  }
  .header__inner {
    padding-top: 25px;
  }
}

@media (max-width: 700px) {
  .header__inner {
    padding-top: 5px;
  }
  .header__title {
    font-size: 30px;
  }
  .header__subtitle {
    font-size: 65px;
    line-height: 75px;
    padding: 0;
  }
  .oq {
    font-size: 165px;
  }
  .header__list-item button {
    font-size: 45px;
  }
  .header__list {
    justify-content: space-around;
  }
}

@media (max-width: 700px) {
  .header__title {
    font-size: 28px;
  }
  .header__subtitle {
    font-size: 50px;
    line-height: 30px;
    padding: 0;
  }
  .oq {
    font-size: 135px;
  }
  .header__list-item button {
    font-size: 35px;
    padding: 15px 10px 5px 10px;
  }
  .header__list {
    max-width: 220px;
    padding-top: 20px;
  }
}

@media (max-width: 400px) {
  .header__title {
    font-size: 20px;
  }
  .header__subtitle {
    font-size: 40px;
    line-height: 10px;
  }
  .oq {
    font-size: 100px;
  }
  .q {
    left: 20px;
  }
  .header__list-item button {
    font-size: 25px;
    padding: 10px 10px 5px 10px;
  }
  .header__list {
    max-width: 180px;
  }
  .header__inner {
    padding-top: 0px;
  }
}

.galery__inner {
  margin: 0 auto;
  max-width: 920px;
}

.galary__row {
  display: flex;
}

.galary__item {
  width: 230px;
  height: 230px;
  max-width: 230px;
  color: #fff;
  position: relative;
}

.galary__item a {
  color: #fff;
}

.galary__text {
  font-size: 44px;
  line-height: 40px;
  position: absolute;
  top: 25%;
  left: 6%;
}

.galary__bg {
  top: 155px;
  left: -10px;
  font-size: 398px;
  line-height: 313px;
}

.pink {
  background-color: #f9979c;
  opacity: 0.8;
}

.pink:hover {
  opacity: 1;
}

.pink .galary__bg a {
  margin-left: -5%;
  color: #f7b9bc;
}

.green {
  background-color: #77ad9b;
  opacity: 0.8;
}

.green:hover {
  opacity: 1;
}

.green .galary__bg a {
  color: #80b9a6;
  margin-left: -2%;
}

.red {
  background-color: #c85a75;
  opacity: 0.8;
}

.red:hover {
  opacity: 1;
}

.red .galary__bg a {
  color: #d15f7b;
  margin-left: -8%;
}

.blue {
  background-color: #6ea5bc;
  opacity: 0.8;
}

.blue:hover {
  opacity: 1;
}

.blue.galary__bg a {
  color: #78aec5;
  margin-left: -1%;
}

.blue {
  background-color: #6ea5bc;
  opacity: 0.8;
}

.blue:hover {
  opacity: 1;
}

.blue .galary__bg a {
  color: #78aec5;
  margin-left: -1%;
}

.yellow {
  background-color: #ebc12e;
  opacity: 0.8;
}

.yellow:hover {
  opacity: 1;
}

.yellow .galary__bg a {
  color: #efc83f;
  margin-left: -1%;
}

.yellow .galary__text {
  left: 5%;
}

.brown {
  background-color: #a59f70;
  opacity: 0.8;
}

.brown:hover {
  opacity: 1;
}

.brown .galary__bg a {
  color: #b1ab79;
  margin-left: -1%;
}

.green .galary__text {
  top: 18%;
}

.red .galary__text {
  top: 20%;
}

.blue .galary__text {
  top: 25%;
}

.yellow .galary__text {
  top: 35%;
}

.brown .galary__text {
  top: 15%;
}

@media (max-width: 950px) {
  .img1 {
    display: none;
  }
  .img2 {
    display: none;
  }
  .img3 {
    display: none;
  }
  .img4 {
    display: none;
  }
  .img5 {
    display: none;
  }
  .img6 {
    display: none;
  }
  .galary__bg {
    font-size: 666px;
    line-height: 527px;
    overflow: hidden;
  }
  .galery {
    max-width: 790px;
    margin: 0 auto;
  }
  .galary__item {
    width: 395px;
    height: 100%;
    max-height: 391px;
    max-width: 50%;
  }
  .galary__text {
    font-size: 75px;
    line-height: 68px;
    display: table-cell;
    vertical-align: middle;
    height: 398px;
  }
}

@media (max-width: 750px) {
  .galary__text {
    font-size: 60px;
  }
}

@media (max-width: 700px) {
  .green .galary__text {
    top: 10%;
  }
}

@media (max-width: 650px) {
  .galary__text {
    font-size: 55px;
    line-height: 55px;
  }
  .green .galary__text {
    top: 16%;
  }
  .galary__item {
    max-height: 320px;
  }
  .galary__bg {
    font-size: 556px;
    line-height: 436px;
  }
  .galary__text {
    height: 323px;
  }
}

@media (max-width: 550px) {
  .galary__item {
    max-height: 275px;
  }
  .galary__bg {
    font-size: 475px;
    line-height: 372px;
  }
  .galary__text {
    font-size: 45px;
    line-height: 45px;
  }
  .galary__text {
    height: 270px;
  }
}

@media (max-width: 500px) {
  .about__item {
    font-size: 35px;
  }
  .galary__item {
    height: 250px;
  }
  .galary__text {
    max-height: 250px;
  }
  .galary__bg {
    font-size: 437px;
    line-height: 338px;
  }
}

@media (max-width: 450px) {
  .galary__text {
    font-size: 40px;
    line-height: 40px;
  }
  .galary__bg {
    font-size: 368px;
    line-height: 287px;
  }
  .galary__item {
    height: 215px;
  }
}

@media (max-width: 400px) {
  .galary__item {
    max-height: 196px;
  }
  .galary__bg {
    font-size: 339px;
    line-height: 265px;
  }
  .galary__text {
    font-size: 30px;
    line-height: 40px;
    height: 200px;
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 350px) {
  .galary__item {
    max-height: 175px;
  }
  .galary__bg {
    font-size: 305px;
    line-height: 235px;
  }
  .galary__text {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 320px) {
  .galary__item {
    height: 161px;
  }
  .galary__bg {
    font-size: 275px;
    line-height: 215px;
  }
}

.about {
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px dashed #000;
  width: 92%;
  padding-top: 70px;
}

.about__items {
  display: flex;
  margin: 0 auto;
  max-width: 385px;
  justify-content: space-between;
}

.about__item {
  font-size: 30px;
  line-height: 20px;
}

@media (max-width: 950px) {
  .about {
    padding-top: 0px;
  }
  .about__items {
    display: flex;
    margin: 0 auto;
    max-width: 98%;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .about__item {
    font-size: 55px;
  }
}

@media (max-width: 750px) {
  .about__item {
    font-size: 45px;
  }
}

@media (max-width: 550px) {
  .about__item {
    font-size: 35px;
  }
}

@media (max-width: 450px) {
  .about__item {
    font-size: 28px;
  }
}

@media (max-width: 350px) {
  .about__item {
    font-size: 25px;
  }
}

.footer {
  width: 165px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 38px;
  padding: 40px 0 20px 0;
}

@media (max-width: 750px) {
  .footer {
    width: 130px;
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
  .about__items {
    padding-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .about__items {
    padding-bottom: 0px;
  }
  .footer {
    width: 98px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .footer {
    width: 98px;
    font-size: 15px;
    padding: 25px 0 5px 0;
  }
}

.face__inner {
  margin: 0 auto;
  max-width: 790px;
}

.face__inner img {
  width: 100%;
}

.mobimg {
  margin: 0 auto;
  max-width: 790px;
  display: none;
}

.mobimg img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "aparaj";
  src: url("../fonts/aparaj.ttf");
}

body {
  color: #093d42;
  background-color: #f4f4f2;
  line-height: 0;
  font-family: "aparaj";
}

a {
  text-decoration: none;
  color: #093d42;
  outline: none;
}

li {
  list-style: none;
}

.message {
  max-width: 664px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 39px;
  text-align: center;
  padding: 85px 0 20px 0;
}

.bg {
  height: 384px;
  margin-top: 20px;
  margin: 0 auto;
  background-image: url("../images/404bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 790px;
}

@media (max-width: 950px) {
  .message {
    padding: 30px 0 85px 0;
    font-size: 55px;
    line-height: 50px;
  }
}

@media (max-width: 750px) {
  .message {
    padding: 55px 0 90px 0;
  }
}

@media (max-width: 700px) {
  .message {
    font-size: 39px;
    line-height: 40px;
    padding: 75px 0 110px 0;
  }
}

@media (max-width: 450px) {
  .message {
    padding: 75px 0 70px 0;
  }
}

@media (max-width: 950px) {
  .mobimg {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */