.team__phone {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family);
  color: black;
}

.team__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team__socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 62px;
}
.team__email {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-size: 17px;
  text-align: center;
  color: black;
  padding-bottom: 3px;
}
.team__email::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #008ce4;
}

@media (max-width: 1280px) {
  .team__phone {
    font-size: 18px;
  }
  .team__info {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .team__phone {
    font-size: 16px;
  }
  .team__email {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body .tours {
    padding-top: 30px;
  }
  .tours__title {
    font-size: 26px;
    margin-bottom: 21px;
  }

  body .promo-slider {
    margin-top: 0;
  }

  .tours__filters-wrapper {
    display: flex;
    flex-direction: row;
    overflow: auto;
      margin-bottom: 10px;
  }

  .tours__filters-wrapper .buttons-list {
    flex-wrap: nowrap;
    gap: 5px;
    padding-top: 0;
  }
  .team__info {
    flex-direction: column;
    justify-content: center;
  }
  .tours__filters-wrapper .label {
    text-wrap: nowrap;
    width: fit-content;
    min-width: 60px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.1;
    border-radius: 12px;
    margin: 0;
  }

  .tours .tour-image {
    height: 190px;
    margin: -14px -14px 0 -14px;
  }

  .about-bg {
    padding-top: 20px;
  }
  body .about-title {
    font-size: 26px;
  }
  body .about-paragraph {
    font-size: 16px;
    margin-bottom: 40px;
  }

  body .advatage-list .icon svg,
  body .advatage-list .icon .icon-gift,
  body .advatage-list .icon .icon-protection {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  body .advatage-list .item {
    padding-left: 58px;
  }
  body .advatage-list .item div {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
  }
  body .advatage-list p {
    font-size: 15px;
    margin-top: 0;
  }
  body .advatage-list .item .title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 800;
    margin-bottom: 6px;
  }
  body .lic-text H3 {
    font-size: 21px;
    margin-right: -10px;
    margin-left: -10px;
    font-family: var(--font-family);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 130%;
  }

  /* --- */
  .useful__title {
    font-size: 26px;
    margin: 0 -1px;
    margin-bottom: 20px;
  }

  body .useful-list {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item1"
      "item2 item3"
      "item4 item5"
      "item6 item6";
    gap: 10px;
  }

  body .useful-item {
    margin: 0;
  }
  .useful-item .title {
    font-size: 15px;
  }
  .useful-item.feedback-item .title {
    font-size: 17px;
  }
  .useful-item.item-1 {
    grid-area: item1;
    height: 210px;
  }
  .useful-item.item-2 {
    grid-area: item2;
  }
  .useful-item.item-3 {
    grid-area: item3;
  }
  .useful-item.item-4 {
    grid-area: item4;
  }
  .useful-item.item-5 {
    grid-area: item5;
  }
  .useful-item.feedback-item {
    grid-area: item6;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .useful-list .col {
    display: contents;
  }

  .help-head H2, .help-head H3 {
    font-size: 26px;
    line-height: 32px;
    width: 100%;
  }
  .help-head H2 img, .help-head H3 img {
    right: -30px;
  }

  /* faq */
  body .faq-item .head {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 27px;
  }
  body .faq-item .content {
    padding-bottom: 12px;
  }
  body .faq-item .head svg {
    left: auto;
    right: 0;
  }

  /*  */
  .form H3 {
    padding-right: 90px;
  }
  /*  */

  body .team .team__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  body .team .name {
    font-size: 18px;
  }
  .team__phone {
    font-size: 15px;
  }
  .team__socials {
    max-width: 62px;
  }
  .team__email {
    font-size: 14px;
  }
  body .news-list {
    margin-top: 28px;
  }
}
@media (max-width: 400px) {
  .team__phone {
    font-size: 14px;
  }
  .team__email {
    font-size: 13px;
  }
}

.yandex{
    padding-top: 40px;
}

.yandex-block{
 display: flex;
    height:800px;
    border:1px solid #e6e6e6;
    border-radius: 8px;
}

.yandex-reviews{
    width:100%;
    max-width: 760px;
    overflow:hidden;
    position:relative;
}

.yandex-reviews iframe{
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.yandex-reviews a{
    box-sizing:border-box;
    text-decoration:none;
    color:#b3b3b3;
    font-size:10px;
    font-family:YS Text,sans-serif;
    padding:0 20px;
    position:absolute;
    bottom:8px;
    width:100%;
    text-align:center;
    left:0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    max-height:14px;
    white-space:nowrap;
    padding:0 16px;
    box-sizing:border-box
}

.yandex-block .yandex-map{
    width: 100%;
    position:relative;
    overflow:hidden;
}

.yandex-block .yandex-map iframe{
    width: 100%;
    height: 100%;
    position:relative;
}

@media (max-width: 768px) {
    .yandex-block{
        flex-direction: column;
        height: auto;
        margin-top: 20px;
    }

    .yandex-block .yandex-reviews{
        height: 800px;
    }

    .yandex-block .yandex-map{
        height: 400px;
    }
}

.main-page .tours__filters-wrapper{
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-page .tours-list{
    padding-top: 0;
}

.main-page .tours-list .tour:first-child{
    margin-top: 0;
}

.main-page .subs{
    padding-top: 0;
}