TezTour Moscow - FUNSUN

ТУРЦИЯ

Ваш надежный партнер в мире путешествий уже более 15 лет. Незабываемый отдых на берегу Средиземного моря с FUNSUN

Выбрать тур

О стране

  • Виза

    60 дней без визы
  • Длительность
    перелёта

    Не более 4-х часов
  • Разница
    во времени

    GMT +3 (московское время)
  • Условия въезда

    Свободный въезд для граждан РФ

Турция — настоящий рай для любителей пляжного отдыха и интересных экскурсий. Вас ждёт тёплое море, комфортабельные отели, отличный уровень сервиса, разнообразные развлечения и удовольствия на любой вкус.

Благодаря низким ценам на туры в Турцию из Москвы это направление остаётся одним из самых востребованных. Турция омывается четырьмя морями: Чёрным, Мраморным, Эгейским и Средиземным.

Современные курорты Турции предлагают высокий уровень обслуживания, развитую инфраструктуру, множество развлечений для туристов всех возрастов. Отели работают по системе "всё включено", что делает отдых максимально комфортным.

/* Полноэкранный контейнер */ .fullscreen-container { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; } /* Главный баннер */ .hero-banner { height: 100vh; background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%), url('/user/themes/teztour/assets/images/first_screen.jpg') no-repeat center center / cover; display: flex; align-items: center; justify-content: center; text-align: center; color: white; position: relative; overflow: hidden; } .hero-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(52, 152, 219, 0.1) 0%, rgba(155, 89, 182, 0.1) 100%); } .hero-content { position: relative; z-index: 2; max-width: 800px; padding: 0 30px; animation: fadeInUp 1s ease-out; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } .hero-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 25px; text-shadow: 2px 4px 8px rgba(0,0,0,0.3); line-height: 1.2; background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-subtitle { font-size: 1.4rem; margin-bottom: 40px; opacity: 0.95; max-width: 700px; margin-left: auto; margin-right: auto; font-weight: 300; text-shadow: 1px 2px 4px rgba(0,0,0,0.3); } .hero-cta { display: inline-block; background: linear-gradient(135deg, #FF6B35 0%, #E53E3E 100%); color: white; padding: 20px 45px; border-radius: 50px; text-decoration: none; font-size: 1.3rem; font-weight: 700; border: none; box-shadow: 0 4px 15px rgba(0,123,255,0.3); transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; } .hero-cta:hover { background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%); color: white; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255,107,53,0.4); } /* Компания секция */ .company-section { padding: 80px 0; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); text-align: center; } .company-content { max-width: 900px; margin: 0 auto; padding: 40px; background: white; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .company-title { font-size: 2.5rem; color: #2c3e50; margin-bottom: 30px; font-weight: 700; } .company-text { font-size: 1.2rem; color: #555; line-height: 1.8; margin-bottom: 40px; } .turkey-cta { display: inline-block; background: linear-gradient(135deg, #FF6B35 0%, #E53E3E 100%); color: white; padding: 25px 50px; border-radius: 50px; text-decoration: none; font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 6px 20px rgba(255,107,53,0.3); transition: all 0.3s ease; margin: 20px; border: none; } .turkey-cta:hover { background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%); color: white; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(255,107,53,0.4); text-decoration: none; } /* Контакты */ .contacts-quick { background: #2c3e50; color: white; padding: 40px 0; text-align: center; } .contact-info-quick { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 20px; } .contact-item-quick { display: flex; align-items: center; gap: 10px; } .contact-item-quick span { font-size: 1.1rem; font-weight: 600; } /* Адаптивность */ @media (max-width: 768px) { .hero-title { font-size: 2.5rem; } .hero-subtitle { font-size: 1.2rem; } .hero-cta, .turkey-cta { font-size: 1.1rem; padding: 18px 35px; } .company-content { margin: 0 20px; padding: 30px; } .contact-info-quick { flex-direction: column; gap: 20px; } .container { padding: 0 15px; } } /* О стране */ .about-section { padding: 80px 0; background: #f8f9fa; } .about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: center; margin-top: 50px; } .about-features { list-style: none; padding: 0; } .about-features li { display: flex; align-items: center; margin-bottom: 20px; padding: 15px; background: white; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .about-features img { width: 40px; height: 40px; margin-right: 15px; } .about-features h3 { color: #007BFF; margin-bottom: 5px; font-size: 1.1rem; } .about-features span { color: #666; font-size: 0.95rem; } .about-description { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); font-size: 1.1rem; line-height: 1.8; color: #555; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .section-title { text-align: center; font-size: 2.5rem; color: #007BFF; margin-bottom: 50px; font-weight: 700; } .section-title span { background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* Погода */ .weather-section { padding: 80px 0; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; } .weather-toggle { display: flex; justify-content: center; margin-bottom: 40px; gap: 20px; } .weather-btn { background: rgba(255,255,255,0.2); color: white; border: 2px solid white; padding: 12px 24px; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; font-size: 1.1rem; font-weight: 600; } .weather-btn.active, .weather-btn:hover { background: white; color: #007BFF; } .weather-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; margin-top: 40px; max-width: 1000px; margin-left: auto; margin-right: auto; } .weather-month { text-align: center; background: rgba(255,255,255,0.1); border-radius: 10px; padding: 15px 5px; border: 1px solid rgba(255,255,255,0.2); } .weather-month h4 { font-size: 0.9rem; margin-bottom: 10px; color: rgba(255,255,255,0.8); } .weather-temp { font-size: 1.2rem; font-weight: bold; color: white; } /* Курорты */ .resorts-section { padding: 80px 0; background: white; } .resorts-grid { display: grid; gap: 40px; margin-top: 50px; } .resort-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .resort-card:nth-child(even) { direction: rtl; } .resort-card:nth-child(even) > * { direction: ltr; } .resort-card:hover { transform: translateY(-10px); } .resort-image { height: 300px; overflow: hidden; } .resort-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .resort-card:hover .resort-image img { transform: scale(1.05); } .resort-content { padding: 40px; } .resort-title { font-size: 2rem; color: #007BFF; margin-bottom: 20px; font-weight: 700; } .resort-description { color: #666; font-size: 1.1rem; line-height: 1.8; margin-bottom: 20px; } .resort-link { display: inline-block; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .resort-link:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,123,255,0.4); } /* Что входит в тур */ .cost-section { padding: 80px 0; background: #f8f9fa; } .cost-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; } .cost-item { text-align: center; background: white; padding: 40px 20px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .cost-item:hover { transform: translateY(-10px); } .cost-icon { width: 80px; height: 80px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); border-radius: 50%; } .cost-icon img { width: 40px; height: 40px; filter: brightness(0) invert(1); } .cost-title { font-size: 1.2rem; color: #333; margin-bottom: 10px; font-weight: 600; } /* Горящие туры */ .tours-section { padding: 80px 0; background: white; } .tours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 50px; } .tour-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .tour-card:hover { transform: translateY(-5px); } .tour-image { height: 200px; overflow: hidden; position: relative; } .tour-image img { width: 100%; height: 100%; object-fit: cover; } .tour-discount { position: absolute; top: 15px; right: 15px; background: #FF4757; color: white; padding: 5px 12px; border-radius: 15px; font-size: 0.9rem; font-weight: 600; } .tour-content { padding: 25px; } .tour-location { color: #007BFF; font-size: 0.9rem; margin-bottom: 10px; } .tour-title { font-size: 1.3rem; color: #333; margin-bottom: 15px; font-weight: 600; } .tour-details { display: flex; gap: 20px; margin-bottom: 15px; } .tour-detail { display: flex; align-items: center; gap: 8px; color: #666; font-size: 0.9rem; } .tour-detail img { width: 16px; height: 16px; } .tour-price { font-size: 1.5rem; color: #007BFF; font-weight: 700; margin-bottom: 15px; } .tour-price span { font-size: 0.9rem; color: #666; font-weight: normal; } .tour-btn { width: 100%; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; padding: 12px; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .tour-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,123,255,0.4); } /* Как мы работаем */ .work-section { padding: 80px 0; background: #f8f9fa; } .work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; } .work-item { text-align: center; background: white; padding: 40px 20px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); position: relative; } .work-number { width: 60px; height: 60px; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin: 0 auto 20px; } .work-title { font-size: 1.3rem; color: #333; margin-bottom: 15px; font-weight: 600; } .work-description { color: #666; line-height: 1.6; } /* О нас */ .company-section { padding: 80px 0; background: white; } .company-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: center; margin-top: 50px; } .company-text { font-size: 1.1rem; line-height: 1.8; color: #555; } .company-features { list-style: none; padding: 0; } .company-features li { display: flex; align-items: center; margin-bottom: 15px; padding: 10px; background: #f8f9fa; border-radius: 8px; } .company-features img { width: 20px; height: 20px; margin-right: 12px; } .company-subtitle { font-size: 1.4rem; color: #007BFF; margin-bottom: 25px; font-weight: 600; } /* Популярные вопросы */ .questions-section { padding: 80px 0; background: #f8f9fa; } .questions-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; margin-top: 50px; } .questions-image { text-align: center; } .questions-image img { max-width: 100%; border-radius: 15px; } .faq-list { list-style: none; padding: 0; } .faq-item { background: white; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .faq-question { padding: 20px; cursor: pointer; background: #007BFF; color: white; font-weight: 600; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s ease; } .faq-question:hover { background: #0056B3; } .faq-answer { padding: 20px; color: #666; line-height: 1.6; display: none; } .faq-item.active .faq-answer { display: block; } .faq-icon { transition: transform 0.3s ease; } .faq-item.active .faq-icon { transform: rotate(180deg); } /* Отзывы */ .reviews-section { padding: 80px 0; background: white; } .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 50px; } .review-card { background: #f8f9fa; padding: 30px; border-radius: 15px; border-left: 5px solid #007BFF; } .review-header { display: flex; align-items: center; margin-bottom: 15px; gap: 15px; } .review-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; font-weight: 700; } .review-info h4 { color: #333; margin-bottom: 5px; } .review-info span { color: #666; font-size: 0.9rem; } .review-text { color: #555; line-height: 1.6; font-style: italic; } .review-rating { margin-top: 15px; color: #FFD700; font-size: 1.2rem; } /* Кнопки действий */ .action-button { display: inline-block; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; text-align: center; border: none; cursor: pointer; transition: all 0.3s ease; margin-top: 30px; } .action-button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,123,255,0.4); } /* Общие стили */ .text-center { text-align: center; } .mt-4 { margin-top: 2rem; } .mb-4 { margin-bottom: 2rem; } .p-4 { padding: 2rem; } /* Контакты */ .contacts-section { padding: 80px 0; background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%); color: white; } .contacts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .contact-card { text-align: center; padding: 30px 20px; background: rgba(255,255,255,0.1); border-radius: 15px; border: 2px solid rgba(255,255,255,0.2); transition: transform 0.3s ease; } .contact-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.2); } .contact-icon { font-size: 2.5rem; margin-bottom: 20px; } .contact-title { font-size: 1.3rem; margin-bottom: 15px; font-weight: 600; } .contact-info { opacity: 0.9; line-height: 1.5; } @media (max-width: 768px) { .hero-title { font-size: 2.5rem; } .hero-subtitle { font-size: 1.2rem; } .section-title { font-size: 2rem; } .about-grid, .company-grid, .questions-grid { grid-template-columns: 1fr; gap: 30px; } .resort-card { grid-template-columns: 1fr; } .resort-card:nth-child(even) { direction: ltr; } .weather-grid { grid-template-columns: repeat(6, 1fr); } .work-grid, .cost-grid { grid-template-columns: repeat(2, 1fr); } .tours-grid, .reviews-grid { grid-template-columns: 1fr; } }

Добро пожаловать в Tez Tour

Ваш надежный партнер в мире путешествий уже более 15 лет

Турция - Популярное направление

Туристическое агентство Tez Tour

Мы специализируемся на организации качественного отдыха и предлагаем широкий выбор туристических направлений. Наша команда профессионалов поможет вам выбрать идеальный тур, учитывая все ваши пожелания и бюджет.

Являемся официальными партнерами ведущих туроператоров, что позволяет нам гарантировать лучшие цены и высокое качество обслуживания.

Посмотреть туры в Турцию

Свяжитесь с нами

📞 +7 495 197 77 06
📧 perovo@agent.tez-tour.com
📍 Москва, Зелёный проспект, 23/43, офис 29