/*
Theme Name: MySmak
Author: Roman Marchenko
Author URI: https://t.me/maromann
Description: MySmak theme v1
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.franchise-order__link-container {
	display: block;
	border-radius: 36px;
    padding: 48px;
    max-width: 1150px;
	margin:0 auto;
    background-color: var(--color-accent);
}

.franchise-order__link-container .franchise-order__title {
	margin: 0;
	display: block;
}

.franchise-cost {
    padding-top: 36px;
	padding-bottom: 36px;
}

.hero-banner-right {
	position: absolute;
    top: 0;
    right: 0;
    width: 51vw;
    bottom: 33%;
    background: #fff;
    border-radius: 0 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
}

.hero-banner-right svg {
	max-width: 700px;
    width: 100%;
    height: auto;
}

.hero__container {
	position: relative;
	z-index: 2
}

.hero__title {
	font-size: clamp(2rem, 1.6rem + 2vw, 3rem);
}

.hero__stats-nums {
	font-size: 32px;
}

.hero {
	background-image: url("https://mysmak.com.ua/wp-content/themes/mysmak/images/home-hero-lines.png"), url("https://mysmak.com.ua/wp-content/themes/mysmak/images/home-hero-vector.png");
    background-size: 50vw, 50vw calc(100% - 200px);
    background-position: left bottom 210px, left top;
}

@media (max-width: 1199px) {
	.hero__subtitle {
		max-width: 40%;
	}
	
	.hero__title {
		font-size: clamp(2rem, 1.6rem + 2vw, 2.2rem);
	}
	
	.hero__stats-body tr {
		column-gap: 20px;
	}
	
	.hero__stats-nums {
		font-size: 22px;
	}
	
	.hero-banner-right {
		bottom: 39%;
	}
}

@media (max-width: 992px) {
	.hero {
		background-size: 64vw, 64vw calc(100% - 200px);
		padding-top: 40px;
	}
	
	.hero__title {
		font-size: clamp(2rem, 1.6rem + 2vw, 2rem);
	}
	
	.hero-banner-right  {
		width: 38vw;
    	bottom: 41%;
		padding: 0;
	}
}

@media (max-width: 720px) {
	.hero {
        padding: 40px 0 1px;
        background-image: linear-gradient(to top, #09574a99, #09574a99);
        background-size: 100% 100%;
		margin-bottom: 15px;
		background-position: 0 0;
    }
	
	.hero-banner-right {
		display: none;
	}
	
	.hero__subtitle {
		max-width: 100%;
	}
	
	.hero__stats-nums {
		font-size: 32px;
	}
}