@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/proximanova-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/proximanova-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/proximanova-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

body {
    color: #0D0F10;
    font-family: 'proxima_nova', sans-serif;
}
.container {
    max-width: 1182px;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 90px 0 112px;
}
.bg_gray {
    background-color: #F8F8F8;
}
  
.btn {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    padding: 10px 37px;
    border-radius: 53px;
    transition: background-color 0.2s ease-in-out;
    background-color: #0D85FF;
    color: #fff;
    display: inline-block;
    border: none;
    text-align: center;
    border: 2px solid #0D85FF;
}
.btn:hover {
    background-color: #006cd9;
    color: #fff;
    text-decoration: none;
}

.btn_long {
  padding: 13px 37px;
  min-width: 400px;
  font-size: 24px;
}

.btn-block {
  gap: 24px;
  display: flex;
}

.has_border {
  background: none;
  color: #0D85FF;
}

.header {
    padding: 16px 0;
    background: url("../../img/franchising/header-bg.jpg") no-repeat center center/cover;
    position: relative;
}
.header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 231px;
    height: 298px;
    background: url("../../img/franchising/header-decor.png") no-repeat;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.logo-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-block strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 0 14px;
}
.logo-block strong:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.header .title {
    width: 100%;
    padding: 94px 0 72px;
}
  
.main_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 0 30px;
}

.second_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.3px;
    margin: 0 0 30px;
    max-width: 865px;
}

.finance .second_title{
  margin: 0 0 76px;
}

.finance__list {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.finance__value {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
.finance__value span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-left: 5px;
}
.finance__desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 135%;
}

.operators {
    background-color: #F8F8F9;
}

.operators .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 42px 0 14px;
}

.operators_list {
    min-width: 150px;
    position: relative;
}

.operators_list:after {
    content: "";
    position: absolute;
    top: 74px;
    right: -210px;
    width: 81px;
    height: 420px;
    background: url("../../img/franchising/decor.png") no-repeat;
}

.operators_list li{
    padding: 0 0 47px;
}
.operators_list li:last-child{
  padding: 0;
}
.counties_list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 18px;
    max-width: 57%;
    position: relative;
    

}
.counties_list:after {
    content: "";
    position: absolute;
    top: -58px;
    right: -65px;
    width: 731px;
    height: 604px;
    background: url("../../img/franchising/countries_bg.png") no-repeat;
}
.counties_list li {
    position: relative;
    z-index: 1;
}

.counties_list li .item {
    background-color: #FFD839;
    padding: 25px 31px;
    border-radius: 106px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tour_operators_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour_operators_list li {
    width: 25%;
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin:80px 0 0;
    display: flex;
    align-items: center;
}

.why_tat {
    background-color: #F8F8F9;
}

.why_tat_holder {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 43px 0 0;
}

.why_tat_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 20px;
  list-style: none;
  padding: 44px 0 0;
  margin: 0;
}

.why_tat_list li {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 0.2px;
}

.why_tat_list li img {
    display: block;
    margin: 0 0 13px;
}

.why_tat_list li strong {
    display: block;
}

.advantages_card .second_title {
    text-transform: uppercase;
}

.advantages p {
    margin: 0 0 81px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 0.2px;
    text-align: center;
}

.advantages_card {
    background: url("../../img/franchising/card-bg.png") no-repeat center center/cover;
    padding: 85px 50px 60px;
    text-align: center;
    border-radius: 56px;
    max-width: 1104px;
    margin: 0 auto;
}

.advantages_card .second_title{
  max-width: 100%;
  margin: 0 0 36px;
}

.models-grid {
    display: flex;
    padding: 0 0 78px;
}

.cooperation_models  {
    background: url("../../img/franchising/bg-green.jpg") no-repeat center center/cover;
}

.cooperation_models  .container{
  max-width: 1312px;
}

.tabs {
  padding: 46px 0 0;
}

.helping_box {
  border-radius: 56px;
  background: rgba(47, 79, 27, 0.12);
  padding: 40px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px
}

.helping_box p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.2px;
}

.tabs_content {
  padding: 0 0 0 33px;
}

.models_description {
    background-color: #fff;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
    padding: 23px 20px;
    text-align: center;
    max-width: 333px;
}

.models_description li,
.models_criteria li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 104px;
    border-bottom: 1px solid #DDDEE0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.models_description li:last-child,
.models_criteria li:last-child {
    border: none;
}

.models_lable {
    font-size: 17px;
    font-weight: 600;
    line-height: 135%;
    border-radius: 24px;
    background: #FFD839;
    padding: 8px 16px;
    display: block;
    margin: 0 0 16px;
}

.models_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.models_description img {
    margin: 0 0 10px;
}

.models_description .col {
    width: 50%;
    padding: 0 10px;
    border-radius: 16px;
    background: #F8F8F9;
}

.models_criteria li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    justify-content: flex-start;
    padding: 32px 0;
}

.models_description li:first-child,
.models_criteria li:first-child {
  border-bottom: none;
}

.models_description li:first-child {
  border-radius: 16px;
  background: #F8F8F9;
  padding: 25px 20px 20px;
}
.models_criteria {
  width: 185px;
  flex-shrink: 0;
  padding: 23px 0;
}

.models_description li p {
  width: 100%;
}

.through {
  text-decoration-line: line-through;
  color: #7A8085;
  display: block;
  width: 100%;
}

.models_description li.has_bg {
  padding-top: 0;
  padding-bottom: 0;
  background: #F8F8F9;
}

.models_description .no_border {
  border-bottom: none;
}

.border_radius_top {
  border-radius: 16px 16px 0 0;
}

.border_radius_bottom {
  border-radius:  0 0 16px 16px;
}
.tabs_nav {
    background-color: #b4e291;
    border-radius: 40px;
    padding: 2px;
    width: fit-content;
    display: none;
  }
  
.tabs_btn {
    padding: 15px 17px;
    border-radius: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #121212;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 60px;
    flex-grow: 1;
}

.tabs_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    border-radius: 0.5px;
    opacity: 0.3;
    background: #8E8E93;
    transform: translateY(-50%);
}

.tabs_btn:first-child:before {
    display: none;
}
  
.tabs_btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
  
.tabs_btn.active {
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
    border: 0.5px solid rgba(0, 0, 0, 0.04);
}

.extra-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
  }
  
  .features-block.active .extra-content {
    opacity: 1;
  }
  
  .toggle-btn {
    margin-top: 46px;
    color: #007bff;
    padding: 19px 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0px 0px 16px 16px;
    border: 2px dashed #DDDEE0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    background: none;
  }

  .toggle-btn .collapse {
    display: none;
  }

  .features-block {
    margin-bottom: 158px;
    padding: 50px 0 0;
  }

  .features-block:last-child {
    margin-bottom: 0;
  }

  .features-block h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.17; 
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 14px;
  }

  .features-block p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 48px;
  }

  .features-content {
    padding: 40px 0;
  }

  .features-block .image_holder {
    position: relative;
  }

  .features-block .image_holder img {
    position: relative;
    z-index: 1;
  }

  .features-block .decor:after {
    content: "";
    position: absolute;
    left: -65px;
    right: -62px;
    bottom: 74px;
    top: 74px;
    border-radius: 206px 16px;
    
  }

  .features-block .decor.purple:after {
    background: #9603C7;
  }

  .features-block .decor.green:after {
    background: #4EDB95;
  }

  .features-block .decor.yellow:after {
    background: #FCC005;
  }
  
  .features-block.active .toggle-btn .expand {
    display: none;
  }
  .features-block.active .toggle-btn .collapse {
    display: inline;
  }
  
  .toggle-btn img {
    transition: transform 0.3s ease;
  }
  .features-block.active .toggle-btn img {
    transform: rotate(180deg);
  }
  
  .toggle-btn:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
  }
  
  .finance.bg_gray .finance__list {
    margin: 0 0 60px;
  }

  .gallery_section {
    text-align: center;
    max-width: 1512px;
    margin: 0 auto;
  }

  .image_swiper {
    padding: 42px 0 0;
  }

  .gallery_section .second_title {
    max-width: 100%;
  }

  .contact_us .container {
    max-width: 1308px;
  }

  .contact_us .second_title {
    max-width: 100%;
    margin: 0 0 8px;
  }

  .subtitle {
    font-size: 24px;
  }

  .contact_us_holder {
    border-radius: 56px;
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    background: #F8F8F8;
    padding: 109px 112px 64px ;
    text-align: center;
    position: relative;
  }

  .contact_us_holder p{
    margin: 0 0 30px;
  }
.contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 79px;
    padding: 35px 0 0;
}

.contact-name {
  margin: 0 0 15px;
}

.contact-phone {
  font-size: 19px;
  display: inline-block;
  margin: 0 0 16px;
}

.contact_us_holder .phone_icon {
    display: flex;
    width: 156px;
    height: 156px;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50% );
}

.contact-list .contact-photo{
    width: 128px;
    height: 128px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 0 20px ;
}

.contact-links {
    display: flex;
    gap: 10px;
    font-size: 17px;
    justify-content: center;
}

.contact-link {
  display: inline-block;
}

.contact-links img{
    display: inline-block;
    margin: 0 0 12px;
}

.contact-links span {
    display: block;
}
 
@media (max-width: 1200px) {
  .why_tat_list {
    gap: 62px 54px;
  }
}

@media (max-width: 1024px) {

  .models_criteria {
    width: 120px;
  }
  .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-wrapper {
    align-items: center;
  }

  .contact_us_holder{
    padding: 109px 38px 64px;
  }

  .tabs_content{
    padding: 0 0 0 10px;
  }

  .contact-list {
    justify-content: center;
  }

  .contact-card {
    padding: 0 20px 30px;
  }
}

@media (min-width: 1025px) {
    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: none;
    }
    .swiper-wrapper {
        flex-wrap: wrap;
    }

    .swiper-slide {
        width: auto;
        height: auto;
        flex-grow: 1;
        padding: 13px;
    }

    .swiper-slide img:nth-child(2) {
        margin-top: 26px;
    }

    .swiper-slide img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
  .main_title {
    font-size: 34px;
    line-height: 1.17;
  }

  .second_title {
    font-size: 24px;
    line-height: 1.2;
  }

  .btn_long {
    min-width: 100%;
    max-width: 312px;
    margin: 0 auto;
    width: 100%;
    padding: 7px 30px;
    border-radius: 32px;
    font-size: 17px;
  }

  .logo {
    width: 73px;
  }

  .header {
    padding: 27px 0 32px;
  }

  .header .title {
    order: 2;
    padding: 31px 0 0px;
  }

  .header .btn-block {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 18px 0;
  }

  .section {
    padding: 49px 0 64px;
  }

  .finance__value {
    font-size: 48px;
  }

  .finance .second_title {
    margin: 0 0 33px;
  }

  .finance__list {
    gap: 46px;
  }

  .operators .wrap {
    display: block;
    padding: 14px 0 14px;
  }

  .operators .wrap img {
    transform: scale(.8);
  }

  .operators_list li {
    padding: 0 32px 40px 0;
  }

  .operators_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 161px;
  }

  .operators_list:after {
    top: auto;
    bottom: -122px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg) scale(.8);
  }

  .counties_list:after {
    top: 20px;
  }

  .counties_list {
    max-width: 100%;
    gap: 14px 12px;
  }

  .operators {
    overflow: hidden;
  }

  .counties_list li .item {
    padding: 15px 14px;
    font-size: 19px;

  }

  .counties_list li:nth-child(3) {
    order: 2;
  }
  .counties_list li:nth-child(2) {
    order: 3;
  }
  .counties_list li:nth-child(4) {
    order: 4;
  }
  .counties_list li:nth-child(5) {
    order: 5;
  }
  .counties_list li:nth-child(6) {
    order: 6;
  }
  .counties_list li:nth-child(7) {
    order: 7;
  }
  .counties_list li:nth-child(8) {
    order: 8;
  }
  .counties_list li:nth-child(9) {
    order: 9;
  }
  .counties_list li:nth-child(10) {
    order: 10;
  }
  .counties_list li:nth-child(11) {
    order: 11;
  }
  .counties_list li:nth-child(12) {
    order: 12;
  }

  .tour_operators_list li {
    width: 50%;
    margin: 49px 0 0;
    transform: scale(.8);
  }

  .why_tat_list li {
    font-size: 17px;
    line-height: 1.35;
  }

  .why_tat_list li strong{
    display: inline;
  }

  .why_tat_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
  }

  
  .why_tat_list li {
    padding: 10px;
    border-radius: 8px;
  }

  .advantages_card {
    padding: 51px 14px 32px;
    border-radius: 35px;
  }

  .advantages_card .btn {
    font-size: 17px;
    line-height: 1.35;
  }

  .advantages p {
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 32px;
  }

  .advantages_card .second_title {
    font-size: 34px;
    margin: 0 0 28px
  }

  .tabs {
    padding: 3px 0 0;
  }

  .tabs_nav {
    margin: 0 0 30px;
    font-size: 17px;
    width: 100%;
    display: flex;
  }

  .tabs_content {
    display: none;
  }

  .models-grid {
    padding: 0 0 30px;
  }

  .tabs_content.active {
    display: block;
  }

  .models_criteria {
    width: 114px;
  }

  .models_criteria li {
    padding: 20px 0;
  }

  .models_title {
    display: none;
  }

  .models_description {
    max-width: 100%;
  }

  .models_criteria li:first-child,
  .models_description li:first-child {
    background: none;
    padding: 0;
    height: auto !important;
  }

  .helping_box p {
    font-size: 17px;
  }

  .helping_box {
    border-radius: 32px;
    text-align: center;
    gap: 25px;
    padding: 40px 14px 32px;
  }

  .features-block {
    padding: 0;
    margin: 0 0 77px;
  }

  .features-content {
    padding: 0;
  }

  .features-block h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1px;
  }

  .features-block p {
    margin: 0 0 26px;
  }

  .features-block .decor:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: 16px;
    border-radius: 16px 4px;
  }

  .extra-content,
  .toggle-btn {
    display: none;
  }

  .finance {
    background: none;
  }

  .finance.bg_gray .finance__list {
    gap: 0;
  }

  .finance.bg_gray .finance__list .finance__item {
    width: 50%;
  }

  .gallery_section {
    padding: 0 0 34px;
    text-align: left;
  }

  .image_swiper {
    padding: 0;
  }

  .contact_us_holder .phone_icon {
    width: 112px;
    height: 112px;
  }

  .contact_us_holder {
    border-radius: 16px;
    padding: 91px 8px 64px;
  }

  .subtitle {
    font-size: 17px;
  }

  .swiper-slide {
    width: 80%;
    height: 300px;
  }

  .contact-list .contact-photo {
    margin: 0 auto 24px;
  }

  .contact-list {
    justify-content: center;
    padding: 20px 0 0;
    margin: 0;
  }
  .contact-card {
    width: 50%;
    padding: 0 0 58px;
  }

  .contact-name {
    font-size: 24px;
  }

  .contact_us_holder .btn {
    font-size: 17px;
    line-height: 1.35;
  }

}

@media screen and (max-width: 374px) {
  .models_description .col {
    width: 100%;
  }
}