@import url(fonts.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: pt;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #57C1B3;
  width: 15px;
}

::-webkit-scrollbar-track {
  background: rgb(235, 229, 229);
}

header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: 0.2s linear;
}
header nav .nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  header nav .nav__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
header nav .nav__content .nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 877px) {
  header nav .nav__content .nav__list {
    position: fixed;
    right: -100%;
    flex-direction: column;
    background: #57C1B3;
    top: 0;
    text-align: center;
    transition: 0.2s linear;
    padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
    height: 100%;
  }
  header nav .nav__content .nav__list.active {
    right: 0;
  }
}
header nav .nav__content .nav__list li {
  list-style: none;
}
header nav .nav__content .nav__list li a {
  color: #666666;
  font-family: inter;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transform: 0.2s linear;
}
@media (max-width: 877px) {
  header nav .nav__content .nav__list li a {
    color: white;
  }
}
header nav .nav__content .nav__list li a:hover {
  color: #57C1B3;
}
header nav .nav__content .nav__list li a.active {
  color: #57C1B3;
}
@media (max-width: 877px) {
  header nav .nav__content .nav__list li a.active {
    color: white;
  }
}
header nav .nav__content .nav__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 400px) {
  header nav .nav__content .nav__info {
    gap: 20px;
  }
}
header nav .nav__content .nav__info .dropdown {
  position: relative;
  display: inline-block;
}
header nav .nav__content .nav__info .dropdown .dropbtn {
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  background: #57C1B3;
  color: white;
  border-radius: 10px;
  font-family: "inter";
  font-weight: 400;
  transition: all 0.2s linear;
}
@media (max-width: 400px) {
  header nav .nav__content .nav__info .dropdown .dropbtn {
    padding: 0;
    background: none;
    color: #57C1B3;
    font-size: 18px;
  }
}
header nav .nav__content .nav__info .dropdown .dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
}
header nav .nav__content .nav__info .dropdown .dropdown-content i {
  display: none;
}
header nav .nav__content .nav__info .dropdown .dropdown-content a {
  text-align: center;
  color: black;
  padding: 12px 21px;
  text-decoration: none;
  display: block;
  font-family: "inter";
  font-weight: 400;
}
header nav .nav__content .nav__info .dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
@media (max-width: 400px) {
  header nav .nav__content .nav__info .dropdown .dropdown-content a {
    padding: 12px 10px;
  }
}
header nav .nav__content .nav__info .burger {
  display: none;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 3;
}
@media (max-width: 877px) {
  header nav .nav__content .nav__info .burger {
    display: block;
  }
}
header nav .nav__content .nav__info .burger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background: #E7A950;
}
header nav .nav__content .nav__info .burger.active .bar:nth-child(2) {
  opacity: 0;
}
header nav .nav__content .nav__info .burger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header nav .nav__content .nav__info .burger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header nav.sticky {
  box-shadow: 0px 0px 10px black;
  transition: 0.2s linear;
  padding: 10px 0;
  background: white;
}

main .book {
  position: relative;
  height: 100vh;
  background-image: url(../img/header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
main .book__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 130px;
}
@media (max-width: 1310px) {
  main .book__content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
main .book__content .plane {
  position: relative;
  left: -145px;
  top: 115px;
  z-index: 1;
}
@media (max-width: 500px) {
  main .book__content .plane {
    left: -120px;
    top: 100px;
  }
}
@media (max-width: 410px) {
  main .book__content .plane {
    left: -105px;
    top: 95px;
  }
}
@media (max-width: 370px) {
  main .book__content .plane {
    left: -95px;
    top: 82px;
    width: 20%;
  }
}
@media (max-width: 500px) {
  main .book__content .view {
    width: 50%;
  }
}
main .book__content .dilza-text {
  margin-top: 20px;
}
@media (max-width: 500px) {
  main .book__content .dilza-text {
    width: 90%;
  }
}
main .book__content .tour-text {
  margin-top: 20px;
}
@media (max-width: 500px) {
  main .book__content .tour-text {
    width: 50%;
  }
}
main .book .cloud {
  position: relative;
  bottom: -120px;
  width: 150%;
  left: -260px;
  z-index: 10;
}
@media (min-width: 1300px) {
  main .book .cloud {
    bottom: -100px;
  }
}
@media (max-width: 580px) {
  main .book .cloud {
    width: 170%;
  }
}
@media (max-width: 500px) {
  main .book .cloud {
    bottom: -170px;
  }
}
@media (max-width: 470px) {
  main .book .cloud {
    bottom: -230px;
  }
}
@media (max-width: 430px) {
  main .book .cloud {
    bottom: -260px;
    width: 180%;
  }
}
@media (max-width: 380px) {
  main .book .cloud {
    bottom: -310px;
    width: 200%;
  }
}
main .tours__head-content {
  background-image: url(../img/tours-head-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  border-radius: 30px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
main .tours__head-content > h5 {
  color: white;
  font-size: 50px;
  font-family: "inter";
  font-weight: 700;
  text-align: center;
}
@media (max-width: 392px) {
  main .tours__head-content > h5 {
    font-size: 35px;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
main .tours__head-content .scroll-btn {
  display: block;
  position: absolute;
  bottom: 0;
}
main .tours__head-content .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
main .tours__head-content .scroll-btn > *:hover,
main .tours__head-content .scroll-btn > *:focus,
main .tours__head-content .scroll-btn > *.active {
  color: #ffffff;
}
main .tours__head-content .scroll-btn > *:hover,
main .tours__head-content .scroll-btn > *:focus,
main .tours__head-content .scroll-btn > *:active,
main .tours__head-content .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main .tours__head-content .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
main .tours__head-content .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
main .about__head-info-content {
  background-image: url(../img/toursAll__bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  border-radius: 30px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
main .about__head-info-content > h5 {
  color: white;
  font-size: 50px;
  font-family: "inter";
  font-weight: 700;
  text-align: center;
}
@media (max-width: 392px) {
  main .about__head-info-content > h5 {
    font-size: 35px;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
main .about__head-info-content .scroll-btn {
  display: block;
  position: absolute;
  bottom: 0;
}
main .about__head-info-content .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
main .about__head-info-content .scroll-btn > *:hover,
main .about__head-info-content .scroll-btn > *:focus,
main .about__head-info-content .scroll-btn > *.active {
  color: #ffffff;
}
main .about__head-info-content .scroll-btn > *:hover,
main .about__head-info-content .scroll-btn > *:focus,
main .about__head-info-content .scroll-btn > *:active,
main .about__head-info-content .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main .about__head-info-content .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
main .about__head-info-content .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
main .contact__head-info {
  margin-bottom: 100px;
}
main .contact__head-info-content {
  background-image: url(../img/contact__bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  border-radius: 30px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
main .contact__head-info-content > h5 {
  color: white;
  font-size: 50px;
  font-family: "inter";
  font-weight: 700;
  text-align: center;
}
@media (max-width: 392px) {
  main .contact__head-info-content > h5 {
    font-size: 35px;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
main .contact__head-info-content .scroll-btn {
  display: block;
  position: absolute;
  bottom: 0;
}
main .contact__head-info-content .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
main .contact__head-info-content .scroll-btn > *:hover,
main .contact__head-info-content .scroll-btn > *:focus,
main .contact__head-info-content .scroll-btn > *.active {
  color: #ffffff;
}
main .contact__head-info-content .scroll-btn > *:hover,
main .contact__head-info-content .scroll-btn > *:focus,
main .contact__head-info-content .scroll-btn > *:active,
main .contact__head-info-content .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main .contact__head-info-content .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
main .contact__head-info-content .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
main .tours__all {
  margin-top: 100px;
  /* active button */
}
main .tours__all h5 {
  font-size: 40px;
  font-family: "pt";
  font-weight: 700;
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
main .tours__all .filter-btns {
  text-align: center;
  margin-bottom: 30px;
}
main .tours__all .filter-btn {
  background: none;
  cursor: pointer;
  border: none;
  font-family: "inter";
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 30px;
  font-size: 16px;
  color: black;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  padding: 10px 20px;
  text-align: center;
}
main .tours__all .filter-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 20px;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #57C1B3;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
main .tours__all .filter-btn:hover {
  color: white;
}
main .tours__all .filter-btn:hover::after {
  width: 100%;
}
main .tours__all .active-btn {
  color: white;
}
main .tours__all .active-btn::after {
  width: 100%;
}
main .tours__all-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  place-items: center;
  gap: 30px;
}
main .tours__all-content .tour__block {
  width: 350px;
  height: 600px;
  border-radius: 20px;
  box-shadow: 0px 3.2083332539px 12.8333330154px 0px rgba(158, 158, 158, 0.2509803922);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .tours__all-content .tour__block .tour__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .tours__all-content .tour__block .tour__img img {
  width: 300px;
  height: 270px;
  border-radius: 20px;
}
main .tours__all-content .tour__block .tour__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
main .tours__all-content .tour__block .tour__info h4 {
  color: #474747;
  font-family: pt;
  font-size: 18px;
  font-weight: 700;
}
main .tours__all-content .tour__block .tour__info h3 {
  color: #E7A950;
  font-family: pt;
  font-size: 20px;
  font-weight: 700;
}
main .tours__all-content .tour__block p {
  text-align: start;
  padding: 0 10px;
}
main .tours__all-content .tour__block button {
  width: 170px;
  height: 50px;
  color: white;
  background: #57C1B3;
  border: none;
  border-radius: 10px;
  font-family: inter;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s linear;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}
main .tours__all-content .tour__block button:hover {
  color: #57C1B3;
  border: 2px solid #57C1B3;
  background: white;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .tour {
  position: relative;
  height: 100%;
  margin-top: 100px;
}
main .tour h5 {
  color: #474747;
  font-family: pt;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
main .tour h2 {
  color: #474747;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
main .tour p {
  color: #474747;
  font-family: pt;
  font-size: 20px;
  font-weight: 500px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1414px) {
  main .tour__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .tour__content .tour__block {
  width: 300px;
  height: 510px;
  border-radius: 20px;
}
@media (max-width: 404px) {
  main .tour__content .tour__block {
    width: 270px;
  }
}
main .tour__content .tour__block .tour__img {
  width: 300px;
  height: 270px;
  border-radius: 20px;
}
@media (max-width: 404px) {
  main .tour__content .tour__block .tour__img {
    width: 270px;
  }
}
main .tour__content .tour__block .tour__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 20px;
}
main .tour__content .tour__block .tour__info h4 {
  color: #474747;
  font-family: pt;
  font-size: 18px;
  font-weight: 700;
}
main .tour__content .tour__block .tour__info h3 {
  color: #E7A950;
  font-family: pt;
  font-size: 20px;
  font-weight: 700;
}
main .tour__content .tour__block p {
  text-align: start;
  padding: 0 10px;
}
main .tour__content .tour__block button {
  width: 170px;
  height: 50px;
  color: white;
  background: #57C1B3;
  border: none;
  border-radius: 10px;
  font-family: inter;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s linear;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}
main .tour__content .tour__block button:hover {
  color: #57C1B3;
  border: 2px solid #57C1B3;
  background: white;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .tour__content .swiper {
  width: 100%;
  height: 700px;
}
main .tour__content .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .tour__content .swiper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
main .tour__content .swiper .swiper-button-prev:after {
  color: white;
  padding: 15px;
  font-size: 20px;
  background: #0DB6D1;
  border-radius: 10px;
}
@media (max-width: 458px) {
  main .tour__content .swiper .swiper-button-prev:after {
    margin-top: 570px;
  }
}
main .tour__content .swiper .swiper-button-next:after {
  color: white;
  padding: 15px;
  font-size: 20px;
  background: #0DB6D1;
  border-radius: 10px;
}
@media (max-width: 458px) {
  main .tour__content .swiper .swiper-button-next:after {
    margin-top: 570px;
  }
}
main .tour__content .swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #0DB6D1;
}
main .tour .tour__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
main .tour .tour__btn button {
  width: 150px;
  height: 50px;
  color: white;
  background: #57C1B3;
  font-family: inter;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  transition: all 0.2s linear;
  margin-top: 50px;
}
main .tour .tour__btn button:hover {
  background: white;
  color: #57C1B3;
  border: 2px solid #57C1B3;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .package {
  margin-top: 100px;
  box-shadow: 0px 3.6265058517px 43.5180702209px 10.8795175552px rgba(0, 0, 0, 0.0901960784);
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 30px;
}
main .package__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .package__content {
    flex-direction: column;
  }
}
main .package__content-block .package__title {
  display: flex;
  align-items: center;
  gap: 40px;
}
main .package__content-block .package__title > h1 {
  color: #14183E;
  font-size: 28px;
  font-family: "pt";
  font-weight: 700;
}
main .package__content-block .package__title > h2 {
  font-size: 18px;
  font-family: "pt";
  font-weight: 400px;
}
main .package__content-block .package__title > h2 > span {
  color: #E7A950;
  font-size: 26px;
}
main .package__content-block > p {
  font-size: 18px;
  font-family: "pt";
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
main .package__content-block > h3 {
  color: #57C1B3;
  font-size: 35px;
  font-family: "pt";
  font-weight: 700;
  margin-top: 50px;
}
main .package__content-block > ul {
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .package__content-block > ul > li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "pt";
  font-weight: 400;
  gap: 10px;
}
main .package__content-book {
  margin-left: 40px;
}
@media (max-width: 991px) {
  main .package__content-book {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 0;
  }
}
main .package__content-book > form {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.168627451);
  border-radius: 10px;
  padding: 20px;
}
main .package__content-book > form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 500px) {
  main .package__content-book > form > div {
    flex-direction: column;
  }
}
main .package__content-book > form > div > p {
  font-size: 18px;
  font-family: "pt";
  font-weight: 700;
}
main .package__content-book > form > div > h5 > span {
  color: #0DB6D1;
  font-size: 34px;
  font-family: "pt";
  font-weight: 700;
}
main .package__content-book > form > div > input {
  width: 200px;
  font-size: 18px;
  font-family: "pt";
  font-weight: 700;
  padding: 15px;
  border: 1px solid #0DB6D1;
  border-radius: 5px;
  margin-top: 20px;
}
@media (max-width: 500px) {
  main .package__content-book > form > div > input {
    width: 100%;
  }
}
main .package__content-book > form > select {
  width: 100%;
  font-size: 18px;
  font-family: "pt";
  font-weight: 700;
  padding: 15px;
  border: 1px solid #0DB6D1;
  border-radius: 5px;
  margin-top: 20px;
}
main .package__content-book > form > button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-family: "inter";
  font-weight: 700;
  padding: 15px;
  border: 1px solid #0DB6D1;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 0.2s linear;
}
main .package__content-book > form > button:hover {
  box-shadow: 0px 0px 10px #0DB6D1;
  cursor: pointer;
}
@media (max-width: 500px) {
  main .package__content-book > img {
    width: 100%;
  }
}
main .package__gallery > h5 {
  color: #14183E;
  font-size: 40px;
  font-family: "pt";
  font-weight: 700;
  margin-bottom: 40px;
}
main .package__gallery-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
  gap: 40px;
}
main .package__gallery-content > a > img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
main .vacation {
  margin-top: 100px;
}
main .vacation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1424px) {
  main .vacation__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1140px) {
  main .vacation__content {
    flex-direction: column;
  }
}
main .vacation__content .vacation__box {
  margin-right: 200px;
}
@media (max-width: 1424px) {
  main .vacation__content .vacation__box {
    margin-right: 100px;
  }
}
@media (max-width: 1140px) {
  main .vacation__content .vacation__box {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 614px) {
  main .vacation__content .vacation__box .vacation__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 522px) {
  main .vacation__content .vacation__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main .vacation__content .vacation__info h5 {
  color: #E7A950;
  font-family: pt;
  font-size: 18px;
  font-weight: 500px;
  text-transform: uppercase;
}
@media (max-width: 522px) {
  main .vacation__content .vacation__info h5 {
    text-align: center;
  }
}
main .vacation__content .vacation__info h2 {
  color: #14183E;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 522px) {
  main .vacation__content .vacation__info h2 {
    font-size: 35px;
    text-align: center;
  }
}
main .vacation__content .vacation__info p {
  color: black;
  font-family: pt;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 522px) {
  main .vacation__content .vacation__info p {
    text-align: center;
  }
}
main .vacation__content .vacation__info button {
  width: 170px;
  height: 50px;
  color: white;
  background: #57C1B3;
  border: none;
  border-radius: 10px;
  font-family: pt;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s linear;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}
main .vacation__content .vacation__info button:hover {
  color: #57C1B3;
  border: 2px solid #57C1B3;
  background: white;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .services {
  margin-top: 100px;
}
main .services h5 {
  color: #14183E;
  font-family: pt;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
main .services h2 {
  color: #14183E;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 432px) {
  main .services h2 {
    font-size: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .services__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  place-items: center;
  gap: 40px;
  margin-top: 50px;
  position: relative;
}
main .services__content .servises__bg {
  position: absolute;
  left: 355px;
  bottom: -35px;
  z-index: -1;
}
@media (max-width: 1300px) {
  main .services__content .servises__bg {
    display: none;
  }
}
@media (max-width: 338px) {
  main .services__content .servises__bg {
    left: -10px;
  }
}
main .services__content a {
  text-decoration: none;
}
main .services__content .services__block {
  width: 260px;
  height: 310px;
  background: white;
  border-radius: 35px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
main .services__content .services__block .services__img {
  width: 80px;
  height: 80px;
}
main .services__content .services__block h4 {
  color: #14183E;
  font-family: pt;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
main .services__content .services__block p {
  color: #14183E;
  font-family: pt;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
main .advice {
  background-image: url(../img/advice__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .advice__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 660px) {
  main .advice__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .advice h2 {
  color: white;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  width: 50%;
}
@media (max-width: 862px) {
  main .advice h2 {
    width: 100%;
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  main .advice h2 {
    font-size: 30px;
  }
}
main .advice p {
  color: white;
  font-family: pt;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  width: 80%;
}
@media (max-width: 862px) {
  main .advice p {
    width: 100%;
  }
}
@media (max-width: 362px) {
  main .advice p {
    font-size: 20px;
  }
}
main .advice a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .advice button {
  background: white;
  width: 300px;
  height: 70px;
  color: #14183E;
  font-size: 25px;
  font-weight: 700;
  font-family: pt;
  border-radius: 70px;
  transition: all 0.2s linear;
  border: none;
  margin-top: 30px;
}
@media (max-width: 362px) {
  main .advice button {
    width: 260px;
    font-size: 20px;
  }
}
main .advice button:hover {
  cursor: pointer;
  border: 2px solid #14183E;
  box-shadow: 0px 0px 20px #14183E;
}
main .blog {
  margin-top: 100px;
}
main .blog h5 {
  color: #0DB6D1;
  font-family: pt;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
main .blog h2 {
  color: #14183E;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 678px) {
  main .blog h2 {
    font-size: 35px;
  }
}
main .blog__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1432px) {
  main .blog__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .blog__content a {
  text-decoration: none;
}
main .blog__content .blog__block {
  width: 350px;
  height: 470px;
  background: white;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 15px;
}
@media (max-width: 414px) {
  main .blog__content .blog__block {
    width: 280px;
  }
}
main .blog__content .blog__block .blog__img {
  width: 350px;
  height: 230px;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 414px) {
  main .blog__content .blog__block .blog__img {
    width: 280px;
  }
}
main .blog__content .blog__block .blog__info {
  padding: 20px;
}
main .blog__content .blog__block .blog__info h3 {
  color: #14183E;
  font-family: pt;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 414px) {
  main .blog__content .blog__block .blog__info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
main .blog__content .blog__block .blog__info p {
  color: black;
  font-family: pt;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
@media (max-width: 414px) {
  main .blog__content .blog__block .blog__info p {
    font-size: 16px;
    margin-top: 20px;
  }
}
main .reviews {
  position: relative;
  height: 100%;
  margin-top: 100px;
}
main .reviews__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1426px) {
  main .reviews__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1065px) {
  main .reviews__content {
    flex-direction: column;
  }
}
main .reviews__content .reviews__info h4 {
  color: #14183E;
  font-family: pt;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__info h4 {
    text-align: center;
  }
}
main .reviews__content .reviews__info h2 {
  color: #14183E;
  font-family: pt;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__info h2 {
    text-align: center;
  }
}
main .reviews__content .reviews__block {
  width: 520px;
  height: 250px;
  background: white;
  box-shadow: 0px 0px 20px 0px black;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__block {
    width: 260px;
    height: 400px;
  }
}
@media (max-width: 362px) {
  main .reviews__content .reviews__block {
    margin-right: 30px;
  }
}
main .reviews__content .reviews__block p {
  color: #14183E;
  font-family: pt;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__block p {
    font-size: 16px;
  }
}
main .reviews__content .reviews__block h3 {
  color: #14183E;
  font-family: pt;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__block h3 {
    font-size: 18px;
  }
}
main .reviews__content .reviews__block h4 {
  color: #14183E;
  font-family: pt;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 738px) {
  main .reviews__content .reviews__block h4 {
    font-size: 18px;
  }
}
main .reviews__content .swiper {
  width: 700px;
  height: 500px;
  padding-left: 20px;
}
@media (max-width: 1056px) {
  main .reviews__content .swiper {
    width: 100%;
  }
}
main .reviews__content .swiper-slide {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1056px) {
  main .reviews__content .swiper-slide {
    justify-content: center;
  }
}
main .reviews__content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .safety {
  margin-top: 100px;
}
main .safety__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1438px) {
  main .safety__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1048px) {
  main .safety__content {
    flex-direction: column;
  }
}
main .safety__content .safety__block {
  margin-right: 100px;
}
@media (max-width: 1048px) {
  main .safety__content .safety__block {
    margin-right: 0;
  }
}
main .safety__content .safety__block > img {
  width: 100%;
}
@media (max-width: 1048px) {
  main .safety__content .safety__info {
    text-align: center;
    margin-top: 50px;
  }
}
main .safety__content .safety__info h5 {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 18px;
  font-weight: 400;
  font-family: pt;
}
main .safety__content .safety__info h2 {
  color: #14183E;
  font-size: 40px;
  font-weight: 700;
  font-family: pt;
  margin-top: 20px;
}
@media (max-width: 426px) {
  main .safety__content .safety__info h2 {
    font-size: 30px;
  }
}
main .safety__content .safety__info p {
  color: rgba(0, 0, 0, 0.3019607843);
  font-family: pt;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
}
@media (max-width: 380px) {
  main .safety__content .safety__info p {
    line-height: 30px;
    font-size: 18px;
  }
}
main .safety__content .safety__info-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 100px;
  margin-top: 30px;
}
@media (max-width: 1048px) {
  main .safety__content .safety__info-box {
    text-align: start;
    justify-content: center;
  }
}
@media (max-width: 460px) {
  main .safety__content .safety__info-box {
    flex-direction: column;
    text-align: center;
  }
}
main .safety__content .safety__info-box .safety__info-block h3 {
  color: #0DB6D1;
  font-size: 40px;
  font-weight: 700;
  font-family: inter;
}
main .safety__content .safety__info-box .safety__info-block h3 span {
  color: #0DB6D1;
  font-size: 45px;
}
main .safety__content .safety__info-box .safety__info-block h4 {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 20px;
  font-weight: 500;
  font-family: pt;
  margin-top: 10px;
}
main .certificates {
  margin-top: 100px;
  position: relative;
  height: 100%;
}
main .certificates .certificates__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 760px;
  height: 290px;
  background: white;
  box-shadow: 0px 4.4281163216px 17.7124652863px 0px rgba(158, 158, 158, 0.2509803922);
  padding: 20px;
  border-radius: 35px;
}
@media (max-width: 644px) {
  main .certificates .certificates__block {
    flex-direction: column;
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 460px) {
  main .certificates .certificates__block {
    width: 270px;
  }
}
main .certificates .certificates__block .certificates__img {
  width: 340px;
  height: 200px;
  border-radius: 25px;
  margin-right: 30px;
}
@media (max-width: 644px) {
  main .certificates .certificates__block .certificates__img {
    margin-right: 0;
    width: 300px;
    height: 180px;
  }
}
@media (max-width: 460px) {
  main .certificates .certificates__block .certificates__img {
    width: 250px;
  }
}
main .certificates .certificates__block .certificates__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
main .certificates .certificates__block .certificates__info h4 {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 18px;
  font-weight: 500;
  font-family: pt;
  margin-top: 20px;
}
main .certificates .certificates__block .certificates__info h2 {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  font-family: pt;
  margin-top: 10px;
  margin-bottom: 25px;
}
main .certificates .certificates__block .certificates__info a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 18px;
  font-weight: 500;
  font-family: pt;
  margin-bottom: 20px;
}
main .certificates .certificates__block .certificates__info button {
  background: #14183E;
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: pt;
  border: none;
  border-radius: 35px;
  width: 160px;
  height: 50px;
  transition: all 0.2s linear;
}
main .certificates .certificates__block .certificates__info button:hover {
  background: white;
  color: #14183E;
  border: 2px solid #14183E;
  box-shadow: 0px 0px 10px #14183E;
  cursor: pointer;
}
@media (max-width: 1442px) {
  main .certificates__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .certificates .swiper {
  width: 100%;
  height: 400px;
}
@media (max-width: 644px) {
  main .certificates .swiper {
    height: 600px;
  }
}
main .certificates .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .certificates .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contact {
  position: relative;
  margin-bottom: 200px;
  margin-top: 200px;
}
@media (max-width: 1069px) {
  main .contact {
    margin-top: 750px;
    margin-bottom: 50px;
  }
}
main .contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1069px) {
  main .contact__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1418px) {
  main .contact__content .contact__info {
    margin-left: 20px;
  }
}
@media (max-width: 638px) {
  main .contact__content .contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 350px) {
  main .contact__content .contact__info {
    margin-left: 0;
  }
}
main .contact__content .contact__info h4 {
  color: black;
  font-size: 20px;
  font-weight: 700;
  font-family: pt;
}
@media (max-width: 519px) {
  main .contact__content .contact__info h4 {
    text-align: center;
  }
}
main .contact__content .contact__info h2 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  font-family: pt;
  margin-top: 20px;
}
@media (max-width: 1317px) {
  main .contact__content .contact__info h2 {
    width: 400px;
  }
}
@media (max-width: 1069px) {
  main .contact__content .contact__info h2 {
    width: 100%;
    text-align: center;
  }
}
main .contact__content .contact__info .contact__block {
  display: flex;
  justify-content: start;
  align-content: start;
  margin-bottom: 30px;
  width: 470px;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  margin-left: 20px;
}
@media (max-width: 1186px) {
  main .contact__content .contact__info .contact__block {
    width: 350px;
  }
}
@media (max-width: 1069px) {
  main .contact__content .contact__info .contact__block {
    width: 100%;
  }
}
@media (max-width: 700px) {
  main .contact__content .contact__info .contact__block {
    width: 350px;
  }
}
@media (max-width: 408px) {
  main .contact__content .contact__info .contact__block {
    width: 280px;
    margin-right: 20px;
  }
}
main .contact__content .contact__info .contact__block i {
  color: #0DB6D1;
  font-size: 35px;
  margin-right: 25px;
}
main .contact__content .contact__info .contact__block i:hover {
  cursor: pointer;
}
main .contact__content .contact__info .contact__block .contact__box h4 {
  margin-bottom: 10px;
}
@media (max-width: 408px) {
  main .contact__content .contact__info .contact__block .contact__box h4 {
    font-size: 18px;
  }
}
main .contact__content .contact__info .contact__block .contact__box a {
  color: black;
  font-size: 20px;
  font-weight: 500;
  font-family: pt;
  text-decoration: none;
  margin-top: 10px;
}
@media (max-width: 408px) {
  main .contact__content .contact__info .contact__block .contact__box a {
    font-size: 16px;
  }
}
main .contact__content .contact__info .contact__block:nth-of-type(1) {
  margin-top: 40px;
}
main .contact__content .contact__registrate {
  position: absolute;
  right: 0;
}
@media (max-width: 1069px) {
  main .contact__content .contact__registrate {
    top: -650px;
  }
}
@media (max-width: 697px) {
  main .contact__content .contact__registrate {
    top: -600px;
  }
}
main .contact__content .contact__registrate form {
  width: 670px;
  height: 540px;
  background: white;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 200px;
}
@media (max-width: 697px) {
  main .contact__content .contact__registrate form {
    padding-right: 100px;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 431px) {
  main .contact__content .contact__registrate form {
    padding-right: 80px;
  }
}
@media (max-width: 419px) {
  main .contact__content .contact__registrate form {
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 395px) {
  main .contact__content .contact__registrate form {
    padding-right: 50px;
  }
}
@media (max-width: 367px) {
  main .contact__content .contact__registrate form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .contact__content .contact__registrate form input {
  color: black;
  font-size: 18px;
  font-weight: 500;
  font-family: pt;
  border: none;
  border-bottom: 2px solid #A9A9A9;
  width: 400px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (max-width: 697px) {
  main .contact__content .contact__registrate form input {
    width: 260px;
  }
}
main .contact__content .contact__registrate form input:focus {
  outline: none;
}
main .contact__content .contact__registrate form button {
  width: 400px;
  height: 58px;
  background: #57C1B3;
  color: white;
  font-family: pt;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  transition: all 0.2s linear;
}
@media (max-width: 697px) {
  main .contact__content .contact__registrate form button {
    width: 260px;
  }
}
main .contact__content .contact__registrate form button:hover {
  background: white;
  color: #57C1B3;
  border: 2px solid #57C1B3;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .contact__content .contact__registrate-bg {
  width: 360px;
  height: 690px;
  background: #0DB6D1;
  border-radius: 10px;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media (max-width: 697px) {
  main .contact__content .contact__registrate-bg {
    height: 550px;
  }
}
@media (max-width: 395px) {
  main .contact__content .contact__registrate-bg {
    width: 300px;
  }
}
@media (max-width: 362px) {
  main .contact__content .contact__registrate-bg {
    width: 260px;
  }
}
main .contact__content .contact__registrate-bg a {
  text-decoration: none;
  z-index: 10000;
}
main .contact__content .contact__registrate-bg i {
  color: white;
  font-size: 35px;
  margin-bottom: 15px;
  z-index: 1000;
}
main .contact__content .contact__registrate-bg i:hover {
  cursor: pointer;
}
main .found {
  margin-bottom: 30px;
}
main .found__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1190px) {
  main .found__content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
main .found__content h2 {
  color: #14183E;
  font-family: pt;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 500px) {
  main .found__content h2 {
    font-size: 35px;
  }
}
main .found__content iframe {
  width: 1160px;
  height: 360px;
  border-radius: 10px;
  margin-top: 50px;
}
@media (max-width: 1190px) {
  main .found__content iframe {
    width: 100%;
  }
}
main .succsess {
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 1412px) {
  main .succsess__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
main .succsess__content button {
  width: 120px;
  height: 50px;
  color: white;
  background: #57C1B3;
  border: none;
  border-radius: 10px;
  font-family: "pt";
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s linear;
}
main .succsess__content button:hover {
  background: white;
  color: #57C1B3;
  border: 2px solid #57C1B3;
  box-shadow: 0px 0px 10px #57C1B3;
  cursor: pointer;
}
main .succsess__content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
main .succsess__content > div > h2 {
  color: #0DB6D1;
  font-family: "pt";
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 414px) {
  main .succsess__content > div > h2 {
    font-size: 30px;
  }
}
main .succsess__content > div > h4 {
  color: #434343;
  font-family: "pt";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 414px) {
  main .succsess__content > div > h4 {
    font-size: 25px;
  }
}
main .succsess__content > div > img {
  width: 590px;
  height: 590px;
}
@media (max-width: 650px) {
  main .succsess__content > div > img {
    width: 100%;
    height: auto;
  }
}

footer {
  background: #434343;
}
footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  footer .footer__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1090px) {
  footer .footer__content {
    flex-wrap: wrap;
    justify-content: start;
    gap: 50px;
  }
}
@media (max-width: 900px) {
  footer .footer__content {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  footer .footer__content {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
footer .footer__content .footer__info {
  padding-top: 20px;
}
footer .footer__content .footer__info .footer__info-icons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
footer .footer__content .footer__info .footer__info-icons i {
  color: white;
  font-size: 25px;
  padding: 20px;
  border-radius: 50%;
  background: #0DB6D1;
}
footer .footer__content .footer__link h3 {
  color: white;
  font-family: "inter";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 70px;
}
footer .footer__content .footer__link .footer__list li {
  list-style: none;
  margin-bottom: 20px;
  text-align: start;
}
footer .footer__content .footer__link .footer__list li a {
  color: white;
  font-family: "inter";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
footer .footer__content .footer__contact h3 {
  color: white;
  font-size: 25px;
  font-weight: 700;
  font-family: inter;
  margin-bottom: 20px;
}
footer .footer__content .footer__contact a {
  color: white;
  font-family: inter;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
footer .footer__content .footer__contact a li {
  list-style: none;
  margin-bottom: 10px;
  width: 300px;
}
footer .footer__content .footer__contact a li i {
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border-radius: 50%;
  background: #0DB6D1;
  margin-right: 10px;
}
footer .footer__content .footer__review form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 250px;
  padding-top: 70px;
}
footer .footer__content .footer__review form h3 {
  color: white;
  font-family: inter;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer__content .footer__review form input {
  width: 240px;
  height: 50px;
  background: white;
  border-radius: 10px;
  color: #000000;
  border: none;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
}
footer .footer__content .footer__review form input ::-moz-placeholder {
  color: #999999;
}
footer .footer__content .footer__review form input ::placeholder {
  color: #999999;
}
footer .footer__content .footer__review form input:focus {
  outline: none;
}
footer .footer__content .footer__review form button {
  width: 130px;
  height: 50px;
  background: #57C1B3;
  color: white;
  font-family: inter;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  transition: all 0.2s linear;
}
footer .footer__content .footer__review form button:hover {
  cursor: pointer;
  color: #57C1B3;
  background: white;
  border: 2px solid #57C1B3;
  box-shadow: 0px 0px 10px #57C1B3;
}

/*--- CLICK ---*/
.click_logo {
  padding: 4px 10px;
  cursor: pointer;
  color: #fff;
  line-height: 190%;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  border: 1px solid #037bc8;
  text-shadow: 0px -1px 0px #037bc8;
  border-radius: 4px;
  background: #27a8e0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YThlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzhlZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(#27a8e0 0%, #1c8ed7 100%);
  box-shadow: inset 0px 1px 0px #45c4fc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27a8e0", endColorstr="#1c8ed7", GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #45c4fc;
  -moz-box-shadow: inset 0px 1px 0px #45c4fc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.click_logo i {
  background: url(https://m.click.uz/static/img/logo.png) no-repeat top left;
  width: 30px;
  height: 25px;
  display: block;
  float: left;
}/*# sourceMappingURL=style.css.map */