* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	background: #FFFFFF;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
button {
	cursor: pointer;
	width: 213px;
    height: 50px;
    background: #EE3D43;
	border-radius: 4px;
	border: 0;
    font-family: PT Root UI;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
button:hover {
	background: #E31C23;
}
.btn-menu {
	display: none;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
.main-headline {
	font-family: PT Root UI;
	line-height: 45px;
	font-size: 30px;
	color: #101920;
	margin-bottom: 50px;
}

/*______ 	Menu _______*/
header {
	position: fixed;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E2E2E2;
	width: 100%;
	top: 0;
	z-index: 2;
	-webkit-transition: top .3s linear;
	-o-transition: top .3s linear;
	transition: top .3s linear;
}
nav {
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-right: 68px;
	width: 562px;
}

.element-menu {
	font-family: 'PT Root UI';
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #153446;
}

.icon-logo-vt {
	display: block;
    justify-self: flex-start;
    max-width: 98px;
    max-height: 69px;
    margin-right: auto;
}

.call-about-us {
	text-align: right;
}

.number-tel {
	display: block;
	font-family: PT Root UI;
	line-height: 27px;
	font-size: 18px;
	text-align: center;
	color: #E31C23;
	text-decoration: none !important;
}

.number-tel-text {
	display: block;
	font-family: PT Root UI;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 0.03em;
	color: #153446;
}
.number-icon-call {
	display: none;
}
.burger {
	display: none;
}

/*__________ Franchise _________*/

#franchise {
	margin-top: 90px;
	background-image: 
		url(image/bg-right.png),
		url(image/bg-left.png);
	background-repeat: no-repeat;
	background-position: 
		100% -10%,
		0% 64%;
}

.head-text {
	font-family: Lora;
	font-style: normal;
	font-weight: bold;
	line-height: 68px;
	font-size: 48px;
	letter-spacing: 0.01em;
	color: #212927;
	margin-bottom: 37px;
}

.one-box {
	text-align: left;
	padding-top: 124px;
	padding-bottom: 280px;
}

.one-item {
	margin-bottom: 70px;
}
.one-item-element { 
	width:-webkit-max-content; 
	width:-moz-max-content; 
	width:max-content;   
}
.one-item-element:last-child {
	height:60px;  
}
.one-item-element .one-item-element__text {
	font-family: PT Root UI;
	line-height: 30px;
	font-size: 20px;
	color: #373D3B;
	margin-left: 14px;
}
.one-item-element .one-item-element__block {
	display: none;
}
.one-item-element .one-item-element__text-add {	
    font-family: PT Root UI;
    line-height: 30px;
    font-size: 20px;
    color: #373D3B;
}
.one-item-element .one-item-element__text-red {
	font-size: 26px;
    font-weight: bold;
    color: #EB4F44;
    margin-right:18px;    
}
.one-item-element:last-child:hover .one-item-element__block {
	display: block;
}
.wrap {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    background-color: #EB4F44;
    border-radius: 50%;
}

.check-sign {
    position: absolute;
    background: #ffffff;
    top: 8px;
}

#check-part-1 {
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 3px;
    top: 9px;
}

#check-part-2 {
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 6px;
}

.head-get-box {
	height: 79px;
	width: 315px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	/* Временно для двух кнопок */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    /* END */
	background: #EE3D43;
	border-radius: 4px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none !important;
}
.head-get-box:hover,
.head-get-box:hover .head-get-btn {
	background: #E31C23;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.head-get-box:active,
.head-get-box:active .head-get-btn {
	background: #EE3D43;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.head-get {
	font-family: PT Root UI;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
	color: #FFFFFF;
	text-decoration: none !important;
}

.head-get-btn {
	background: #E31C23;
    -webkit-box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.5);
            box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.5);
    border-radius: 4px;
    height: 100%;
    min-width: 79px;
    max-width: 79px;
    position: relative;
	border:0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.long-arrow-right {
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 2px;
}
#long-arrow-part-1 {
	width: 29px;
	height: 2px;
	left: 23px;
}
#long-arrow-part-2 {
	width: 9px;
    height: 2px;
    left: 43px;
    top: 37px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}
#long-arrow-part-3 {
	width: 9px;
    height: 2px;
    left: 43px;
    top: 43px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

/*________________ MAIN Advantages */

#main-advantages {
	padding-bottom: 10px;
}

.two-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.two-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    max-width: 250px;
    height: 274px;
    border: 0.75px solid #E2E2E2;
    border-radius: 10px;
    padding: 30px 22px;
}
.two-item:first-child,
.two-item:nth-child(2),
.two-item:nth-child(3) {
	margin-right: 36px;
}

.two-icon {
	margin-bottom: 38px;
}

.two-text {
	font-family: PT Root UI;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #000000;
}

/*______________ For You  ______________ */

#for-you {
	padding-top: 90px;
	padding-bottom: 100px;
}
.three-bg:nth-of-type(2) {
	background-image: url(image/manager.png);
}
.three-bg:nth-of-type(3) {
	background-image: url(image/tourAgenstv.png);
}
.three-bg:nth-of-type(4){
	background-image: url(image/dopBussines.png);
}
.three-bg:nth-of-type(5) {
	background-image: url(image/firstBussines.png);
}
.three-bg {
    background-repeat: no-repeat;
	background-position: 15% 50%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.three-current {
	height: 50px;
	max-width: 940px;
	max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-bottom: 70px;
}
.three-current-item {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: collapse; 
	font-family: PT Root UI;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	cursor: pointer;
}
.three-current-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.three-current-item:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.three-current-item:hover {
	background: #EFEFEF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #333333;
	text-decoration: none !important;
}
.three-current-active {
	background: #EE3D43;
	border: 1px solid #EE3D43;
	-webkit-box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.3);
	        box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.3);
	color: #FFFFFF;
}
.three-current-active:hover {
	background: #EE3D43;
	border: 1px solid #EE3D43;
	-webkit-box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.3);
	        box-shadow: 0px 3px 10px rgba(248, 90, 69, 0.2), 0px 0px 14px rgba(248, 90, 69, 0.3);
	color: #FFFFFF;
}
.three-box {
	position: relative;
    width: 100%;
    max-width: 940px;
    min-height: 280px;
    margin: 0 auto;
}

.three-item {
	position: absolute;
    left: 50%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.three-element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.three-element .wrap {
	top: 4px;
}

.three-element p {
	font-family: PT Root UI;
	line-height: 24px;
	font-size: 16px;
	color: #000000;
	margin-left: 14px;
}

/*____________ About Franchise ____________*/

#about-franchise {
	margin-bottom: 60px;
}

.for-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-width: 840px;
	margin:0 auto;
	margin-bottom: 60px;
}

.for-item {
	max-width: 170px;
	padding: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.for-element {
	font-family: PT Root UI;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.03em;		
	color: #101920;
}

.for-element span {
	line-height: 62px;
	font-size: 72px;
	font-weight: 500;
	position:relative;
}

.for-element span:before {
	content:"От";	
	line-height: 24px;
	font-size: 16px;
	font-weight:400;    
	position:absolute;    
	top:53px;    
	left:-1.5em;
}

.for-item:nth-child(3) .for-element span:before {
        content:"";
}

.for-get {
	width:-webkit-max-content;
	width:-moz-max-content;
	width:max-content;
	padding:0 1em;	
}

/*____________ Services Income  ______________*/

#services-income {
	padding-top: 70px;
	padding-bottom: 120px;
	background-image: url(image/bg-income.png);
	background-repeat: no-repeat;
	background-position: 100% 20%;
}

.five-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;	
}

.five-column {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
.five-column:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.five-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.five-element {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
    height: 260px;
    padding-bottom: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.five-element-icon {
	display: block;
	margin-bottom: auto;
}
.five-element-text {
	max-width: 138px;
	font-family: PT Root UI;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #000000;
}

.five-element-select {
	width: 430px;
    text-align: left;
    height: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.five-element-select-item {
	font-family: PT Root UI;
	line-height: 45px;
	font-size: 18px;
}

.five-element-select-item:before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    content: ' ';
    width: 16px;
    height: 2px;
    position: relative;
    right: 10px;
    background-color: #EE3D43;
    text-align: center;
    top: -5px;
}

/* ____________ Opening Stages ________*/

#opening-stages {
	background: #F4F4F4;
	padding-top: 45px;
	padding-bottom: 25px;
}
p.sub-headline {
    font-size: 20px;
    margin-top: -2rem;
    margin-bottom: 2rem;
    font-family: PT Root UI;
}
.six-box {
	margin: auto;
	max-width: 840px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.six-item {
	width: 236px;
    height: 270px;
    font-family: PT Root UI;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 0.75px solid #E2E2E2;
    border-radius: 10px;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transition: margin-bottom .3s step-end;
    -o-transition: margin-bottom .3s step-end;
    transition: margin-bottom .3s step-end;
}
.six-item:before {
    position: absolute;
    left: 44%;
    top: -15px;
    font-family: PT Root UI;
    line-height: 29px;
    font-size: 24px;
    color: #FFFFFF;
    background-color: #EE3D43;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.six-item:first-child:before {
	content: "1";
}
.six-item:nth-child(2):before {
	content: "2";
}
.six-item:nth-child(3):before {
	content: "3";
}
.six-item:nth-child(4):before {
	content: "4";
}
.six-item:nth-child(5):before {
	content: "5";
}
.six-item:last-child:before {
	content: "6";
}


.six-element {
    margin: 0 auto;
}
.six-element:first-child {
	padding-top: 44px;
    height: 100%;
    max-width: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.six-element:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 64px;
    max-height: 110px;
    padding-bottom: 30px;
    padding: 20px 30px;
    width: 95%;
    background-image: -o-linear-gradient(left,#E2E2E2 50%, rgba(255,255,255,0) 0%);
    background-image: -webkit-gradient(linear,left top, right top,color-stop(50%, #E2E2E2), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right,#E2E2E2 50%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.six-element-icon {
	margin-bottom: 18px;
}
p.six-element-days {
    display: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.six-item:hover {
    height: 310px;
}
.six-item:hover .six-element:last-child {
    min-height: 110px;
}
.six-item:hover .six-element-days {
    display: block;
}

/* ===== FRANCHISE FILTER ====== */

.seven-filterCity {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: .5rem 1rem;
	margin: 2rem auto 0;
	font-size: 20px;
    font-family: PT Root UI;
	height: max-content;
	min-height: 50px;
    max-width: 100%;
}

.franchise-cities__box {
	background-color: #373D3B;
	width: 100%;
	height: calc(100% - 90px);
	position: fixed;
	left: -100%;
	top: 90px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 2rem;
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
	        grid-template-areas:
	"country city result";
	-ms-grid-rows: -webkit-max-content;
	grid-template-rows: -webkit-max-content;
	-ms-grid-rows: max-content;
	grid-template-rows: max-content;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: repeat(3, 1fr);
}
.close-filter {
	width: 20px;
	height: 20px;
	display: none;
	position: fixed;
    right: 1rem;
	top: calc(90px + 1rem);
	cursor: pointer;
}
.franchise-cities__box .close-filter::after,
.franchise-cities__box .close-filter::before {
	content: '';
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
    top: .5rem;
    background: #E31C23;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.franchise-cities__box .close-filter::before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.franchise-cities__box .countries-element {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: country;
}
.franchise-cities__box #select-countries label,
.franchise-cities__box #select-cities label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'PT Root UI';
}
.franchise-cities__box .cities-element {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: city;
	position: relative;
}
.franchise-cities__box #select-cities {
    height: 400px;
    width: 100%;
	overflow-y: scroll;
}
.franchise-cities__box input#search-city,
p.change-country {
    width: 100%;
    padding: 0rem 1rem .5rem 1.5rem;
    border: 0;
    border-radius:0;
    border-bottom: 1px solid gray;
    outline: none;
    display: block;
    font-size: 16px;
	margin-bottom: 1rem;
	background: #373D3B;
	color: #FFFFFF;
	font-family: 'PT Root UI';
}
.franchise-cities__box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #EE3D43;
    margin-right: .5rem;
}
.franchise-cities__box label:hover span {
	background: #E31C23;
}
.franchise-cities__box input[type="radio"] {
    display: none;
}
.franchise-cities__box label input:checked + span::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}
.franchise-cities__box #result-box {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
	background: #373D3B;
	font-family: 'PT Root UI';
	grid-area: result;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.franchise-cities__box .paush-price,
.franchise-cities__box .royal-price,
.franchise-cities__box .leads {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid gray;
	width: 250px;
	color: #fffFFF;
}
.franchise-cities__box .royal-price,
.franchise-cities__box .leads {
    padding: 1rem;
}
.franchise-cities__box .leads {
    border: 0;
}
.franchise-cities__box .title {
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: .5rem;
}
.franchise-cities__box .result {
    font-size: 16px;
	letter-spacing: .1em;
	color: #EE3D43;
}
.franchise-cities__box .paush-price .result::after,
.franchise-cities__box .royal-price .result::after {
	content: ' руб';
}
.franchise-cities__box .scrollbar-box {
	position: relative;
}
.franchise-cities__box .scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 0;
	width: 10px;
	height: 90%;
}
.franchise-cities__box .countries-element .scrollbar-container {
	display: none;
}

.franchise-cities__box .scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  min-height: 20px;
  max-height: 34px;
  width: 8px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.franchise-cities__box #select-cities::-webkit-scrollbar,
.franchise-cities__box #select-countries::-webkit-scrollbar {
  display: none;
}

@media (min-width: 760px){
    .six-item:hover {
        margin-bottom: auto;
    }
}
@media (max-width: 760px){
    .six-element-price {
        background-image: unset;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .six-item:hover {
        height: 110px;
    }
    .six-item:hover .six-element-price {
        background-image: -o-linear-gradient(left,#E2E2E2 50%, rgba(255,255,255,0) 0%);
        background-image: -webkit-gradient(linear,left top, right top,color-stop(50%, #E2E2E2), color-stop(0%, rgba(255,255,255,0)));
        background-image: linear-gradient(to right,#E2E2E2 50%, rgba(255,255,255,0) 0%);
    }
}
@media (max-width: 400px){
    .six-item:hover {
        height: auto;
    }
}
.six-element-price {
	color: #EE3D43 !important;
	font-weight: 500;
	text-decoration: none !important;
}

/*______________ Cost ____________*/

#cost {
	padding-top: 100px;
	padding-bottom: 110px;
	font-family: PT Root UI;
}

.seven-headline {
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 18px;
}

.seven-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
}

.seven-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.seven-column:first-child {
	height: 26em;
    width: 210px;
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.seven-column:nth-child(2) {
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	height: 462px;
	width: 344px;
	padding: 56px 46px;
	padding-bottom: 26px;
	position: relative;
}

.seven-column:last-child {
	height: 384px;
	background: #F4F4F4;
	border-radius: 0 10px 10px 0;
	padding: 32px 45px 16px;

}

.seven-icon {
	position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    height: 80px;
    width: 80px;
}

.seven-element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 90%;
}
.seven-item-first {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 36px;
	font-size: 24px;
    color: #EE3D43;
    max-width: 80%;
}

.seven-element-first {
	-ms-flex-item-align: baseline;
	    align-self: baseline;
    padding-top: 2.6em;
}
.seven-item-first:last-child 
.seven-element-first {
	padding-top: 0.65em;
}

.seven-item-two {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.seven-item-two:nth-child(2n),
.seven-item-first:last-child {
	background-image: -o-linear-gradient(left,#E2E2E2 50%, rgba(255,255,255,0) 0%);
	background-image: -webkit-gradient(linear,left top, right top,color-stop(50%, #E2E2E2), color-stop(0%, rgba(255,255,255,0)));
	background-image: linear-gradient(to right,#E2E2E2 50%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.seven-item-two:nth-child(2n) {
	padding-top: 1em;
    margin-bottom: 1em;
}

.seven-item-last {
	line-height: 21px;
    font-size: 14px;
    color: #EE3D43;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.seven-item-last:before {
	content: "+";
    font-size: 18px;
    position: absolute;
    left: -1.2em;
}


.seven-element-text {
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}

.seven-element-price {
	line-height: 39px;
	font-size: 24px;
	color: #EE3D43;
}

.seven-element-select {
	position: relative;
}

.seven-column:nth-child(2) 
.seven-element-price {
	line-height: 39px;
	font-size: 26px;
	font-weight: 600;
}

.seven-btn-sub {
	height: 30px;
    width: 116px;
    border: 1px solid #FE3737;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    line-height: normal;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1em;
    position: relative;
	cursor: pointer;
	-webkit-transition:all .5s linear;
	-o-transition:all .5s linear;
	transition:all .5s linear;
}

.seven-btn-sub:after,
.seven-btn-sub:before {
	content: '';
    width: 6px;
    height: 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #333333;
    position: absolute;
    right: 14px;
	top: 55%;
	-webkit-transition:all .5s linear;
	-o-transition:all .5s linear;
	transition:all .5s linear;
}
.seven-btn-sub:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	right: 10px;
	-webkit-transition:all .5s linear;
	-o-transition:all .5s linear;
	transition:all .5s linear;
}

.seven-sub-select {
	position: absolute;
	top: 40px;
	width: 330px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;
	/* box-shadow: 
		0px 1px 2px rgba(103, 110, 144, 0.05), 
		0px 3px 4px rgba(103, 110, 144, 0.05), 
		0px 4px 8px rgba(103, 110, 144, 0.05); */
	line-height: 21px;
	font-size: 14px;
	color: #333333;
	padding: 20px 30px;
	padding-bottom: 0;
	-webkit-transition:all .5s linear;
	-o-transition:all .5s linear;
	transition:all .5s linear;
}
.seven-sub-item {
	margin-bottom: 20px;
}

#freelead {
	text-decoration: underline;
}
#freelead:hover:after {
	content: "Лид - потенциальный клиент, который оставил свои контактные данные (через чат, прямые и обратные звонки и т.д.)";
	font-size: 14px;
    line-height: 18px;
    display: block;
    max-width: 192px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding-top: 0.8em;
    padding-left: 0.8em;
	border-top: 2px solid #E2E2E2;
	margin-top: 0.8em;
	text-decoration: none;
}

/*____________ Action ___________*/

#action {
	background: #F1464C;
    color: #FFFFFF;
    font-family: PT Root UI;
}
.eight-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 840px;
    margin: auto;
    height: 248px;
}
.eight-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-flex:1;
        -ms-flex:1;
            flex:1;	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.eight-column:first-child {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
}
.action-headline {
	font-family: Lora;
	font-style: normal;
	font-weight: bold;
	line-height: 51px;
	font-size: 36px;
	letter-spacing: 0.01em;
}
.action-text {
	line-height: 27px;
	font-size: 18px;
}
#action .action-icon-get {
	-webkit-filter: drop-shadow(0px 0px 0px #ffffff);
	        filter: drop-shadow(0px 0px 0px #ffffff);  
}

#freelead-2 {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
}
#freelead-2:hover:after {
	content: "Лид - потенциальный клиент, который оставил свои контактные данные (через чат, прямые и обратные звонки)";
	font-size: 14px;
    line-height: 18px;
    display: block;
    position: absolute;
    background: #FFFFFF;
    color: #101920;
    width: 200px;
    padding: 0.8em;
    border-radius: 8px;
}
.action-until-date {
	line-height: 21px;
	font-size: 14px;
}

.action-get {
	background: #FFFFFF;
    border-radius: 4px;
    border: 0;
    color: #EE3D43;
}
.action-get:hover {
	background: #FDECEC;
}

#action-3 {
	background: #F1464C;
    color: #FFFFFF;
    font-family: PT Root UI;
	margin-top:60px;
}
action-icon-get {
	max-height:50% !important;
}
#action-3 .action-icon-get {
	background:#fff;
	border-radius:8px;
	padding:1rem;
	max-height:50%;  
}
#action-3 .action-text {
	 font-size:20px;
}
#action-3 .action-text strong {
	 font-size:24px;
}
#action-kz {
	background-color:#F4F4F4;
}
#action-kz .get-kz{
	background:#82c2d2;
	font-size:17px;
}

/*_____________ Result _______________*/
#result {
	padding-top: 100px;
	padding-bottom: 40px;
	font-family: PT Root UI;
}

.carousel {
	padding-top: 10px;
	position: relative;
    width: 1140px;
}
.nine-carousel-box {
	width: 1140px;
    overflow: hidden;
    margin: 0 auto;
}

.bg-right-nine {
	background: -o-linear-gradient(
		left, 
		#FFFFFF 45.3%,
		 rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(
		linear, 
		left top, right top, 
		color-stop(45.3%, #FFFFFF),
		 to(rgba(255, 255, 255, 0)));
	background: linear-gradient(
		90deg, 
		#FFFFFF 45.3%,
		 rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);	
	height: 100%;
    width: 100px;
    display: block;
    position: absolute;
    right: -3em;
    top: 0;
}

.nine-slider-box {
	height: 450px;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.nine-slide {
	float: left;
    width: 450px;
    height: 450px;
    border: 0.75px solid #E2E2E2;
	border-radius: 10px;
	margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
		justify-content: flex-start;
	text-align: left;
	padding: 2em 3em;
}
.nine-slide:last-child {
	margin-right: 8px;
}

.nine-prev,
.nine-next {
	position: absolute;
	top: 50%;
	background: #ddd;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}
.nine-next {
	right: -4em;
	background: url(image/nine-next.png) no-repeat 50% 50%;
}
.nine-prev {
	left: -4em;
	background: url(image/nine-prev.png) no-repeat 50% 50%;
}

.nine-element-headline {
	line-height: 36px;
    font-size: 24px;
    color: #333333;
	max-width: 350px;
	height: 72px;
	margin-bottom: 20px;
}

.nine-element-text {
	max-width: 350px;
    line-height: 24px;
    font-size: 16px;
	color: #000000;
}
.nine-element-text:nth-child(3) {
	font-weight: 500;
	padding-top: 0.8em;
}

/*_____________ Action 2 ______________*/

#action-2 {
    color: #F1464C;
    font-family: PT Root UI;
    padding-top:4rem;
}
#action-2 .action-headline {
    line-height:32px;
    font-size:24px;
}
/*_____________ Question Answer _______*/

#question-answer {
	padding-top: 60px;
	font-family: PT Root UI;
}

.ten-box {
	max-width: 940px;
	margin: auto;
	margin-bottom: 50px;
	text-align: left;
}
.ten-item {
	margin-bottom: 30px;
	position: relative;
}

.ten-open-sub {
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	vertical-align: middle;
}
.ten-open-sub:hover,
.ten-option-icon {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
.ten-option-icon {
	display: inline-block;
	color: #B3B3B3;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	vertical-align: middle;
	margin-right: 12px;
	position: absolute;
	left: -1em;
}

/* .ten-option-icon {
	transform: rotate(45deg);
	color: #EE3D43;
} */

.ten-sub-box {
	line-height: 24px;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	padding-top: 14px;
	max-width: 750px;
}

/*____________ About Us Talk ________ */

#about-us-talk {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}

.eleven-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 70px;
}

.eleven-element {
	display: block;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}
.eleven-element:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.eleven-icon {
	display: block;
}

.eleven-carousel {
	max-width: 100%;
	overflow: scroll;
}

.eleven-scroll {
    display: block;
    font-size: 40px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: rgb(238, 61, 67);
    color: #F4F4F4;
    text-align: center;
    line-height: 27px;
    position: absolute;
    bottom: 35%;
    cursor: pointer;
}
.eleven-scroll-left {
	left: -2em;
}
.eleven-scroll-right {
	right: -2em;
}

.eleven-carousel:hover .eleven-scroll-left {
	left: 2em;
}
.eleven-carousel:hover .eleven-scroll-right {
	right: 2em;
}
.eleven-carousel::-webkit-scrollbar {
	height: 10px;
	border-radius: 50px;
}
.eleven-carousel::-webkit-scrollbar:vertical{
	display: none;
}
 
.eleven-carousel::-webkit-scrollbar-track {
	background-color:#F4F4F4;
	border-radius: 50px;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
}
 
.eleven-carousel::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #EE3D43;
}

.eleven-carousel::-webkit-scrollbar-resizer:horizontal {
	width: 200px;
}
.eleven-slider-box {
	min-width: 100%;
	-moz-display:inline-flex;
	-ms-display:inline-flex;
	-o-display:inline-flex;
	-webkit-display:inline-flex;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 30px;
}
.eleven-slide-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;	
	-webkit-box-pack: start;	
	    -ms-flex-pack: start;	
	        justify-content: flex-start;
	margin-right: 44px;
	width: 300px;
	height: 100%;
}
.eleven-slide-column:last-child {
	margin-right: 0;
}

.eleven-column-element {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.eleven- {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.more-feedback {
	font-family: 'PT Root UI';
    font-size: 20px;
    line-height: 31px;
    display: inline-block;
    margin: auto;
    margin-top: 2em;
    color: #A0AAB0;
    text-decoration: none !important;
    border-bottom: #A0AAB0 2px dashed;
}
.more-feedback:hover {
	color: #EE3D43;
	border-bottom: 1px solid;
}

/*____________ Our Projects _________*/

#our-projects {
	padding-top: 120px;
}

.twelve-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 750px;
	margin: auto;
}

.twelve-item {
	display: block;
	font-family: PT Root UI;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
	font-variant: small-caps;
	color: #A0AAB0;
}


/*____________ Our Team _______________*/

#our-team {
	padding-top: 100px;
}

.thirteen-carousel {
	padding-top: 10px;
	position: relative;
	width: 1140px;
	margin-bottom: 2em;
}

.thirteen-carousel-box {
	width: 1140px;
	overflow: hidden;
	margin:0 auto;
}

.thirteen-slider-box {
	height: 350px;
	min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
	-webkit-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
	margin-bottom: 40px;
}

.thirteen-slide-item {
	float: left;
	width: 350px;
	height: 350px;
	margin-right: 45px;
	display: inline-block;
        overflow: hidden;      
}
.thirteen-slide-item:last-child {
	margin-right: 0;
}

.thirteen-slide-item img {
	display:inline-block;
	max-width:100%;
}

.thirteen-prev,
.thirteen-next {
	position: absolute;
	top: 40%;
	background: #ddd;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
}

.thirteen-next {
	right: -4em;
	background: url(image/nine-next.png) no-repeat 50% 50%;
}
.thirteen-prev {
	left: -4em;
	background: url(image/nine-prev.png) no-repeat 50% 50%;
}

.thirteen-slider-circles {
	display: contents;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.thirteen-circles-item {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #E7E7E7;
	margin-right: 5px;
	cursor: pointer;
}
.thirteen-circles-item:hover {
	background: #CECECE;
}
.active-indicator {
	background: #CECECE;
}

/*___________ Network VT ________*/

#network-vt {
	padding-top: 120px;
}

.cities-vt {
	font-family: PT Root UI;
	line-height: 27px;
	font-size: 18px;
	text-align: center;
	color: #898B8B;
	margin-bottom: 40px;
}

.map-vt-office {
	height: 500px;
	width: 100%;
}

/*______________ FOOOTER ___________*/

footer {
	background-color: #373D3B;
}

.foo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 167px;
}

.item-foo-box {
	width: 100%;
	max-height: 100px;
	max-width: 170px;
}
.element-foo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.element-foo:first-child {
    margin-bottom: 10px;
}

.social-icon {
	display: block;
}
.social-icon>img {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: -webkit-transform .5s linear;
	transition: -webkit-transform .5s linear;
	-o-transition: transform .5s linear;
	transition: transform .5s linear;
	transition: transform .5s linear, -webkit-transform .5s linear;
}
.social-icon:hover>img {
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.link-vt {
	font-family: PT Root UI;
	line-height: 40px;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
}

.item-foo-box:last-child .element-foo {
	font-family: PT Root UI;
	line-height: 40px;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
}

.get-foo {
	display: inline-block;
	line-height: 50px;
	width: 100%;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* _________ Form ___________ */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.form-wrap {
	width: 100%;
	max-width: 540px;
	height: 100%;
	max-height: 627px;
	min-height: 627px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 8px;
	font-family: PT Root UI;
	padding: 40px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.close-modal-window {
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
	position: absolute;	
	top: 20px;
	right: 20px;
}
.close-modal-window:after,
.close-modal-window:before {
	content: '';
    display: block;
    width: 27px;
    height: 2px;
    background-color: #F85A45;
    border-radius: 50px;
    position: relative;
    top: 10px;
    left: -3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.close-modal-window:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
    top: 8px;
    left: -3px;
}
.headline-form {
	line-height: 45px;
	font-size: 30px;
	text-align: center;
	color: #101920;
	margin-bottom: 60px;
}

.field-element {
	width: 100%;
	max-width: 460px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
	-webkit-transition: border .2s linear;
	-o-transition: border .2s linear;
	transition: border .2s linear;
	position: relative;
}

.field-item {
	border: 0;
	width: 100%;
	height: 100%;
	max-height: 60px;
	outline: none;
	border: 2px solid #E2E2E2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	padding-left: 15px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #9E9E9E;
}
.field-text {
	position: absolute;
	display: inline;
	text-align: left;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #9E9E9E;
	top: 18px;
	left: 16px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.field-item:hover {
	border: 2px solid #C6C6C6;
}
.field-item:focus {
	padding-top: 26px;
	color: #000000;
	border: 2px solid #C6C6C6;
	-webkit-box-shadow: 0 0 22px #C6C6C6;
	        box-shadow: 0 0 22px #C6C6C6;
}
.field-item:focus + .field-text {
	top: 10px;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #616161;
}
.field-item:not(:placeholder-shown):invalid {
	border: 2px solid #EE3D43;
	color: #EE3D43;
}

.field-item:not(:placeholder-shown):invalid:not(:focus)+.field-text {
	color: transparent;
}

.field-item:invalid:not(:placeholder-shown) ~ .requirements {
	max-height: 200px;
}
.field-item[type='email'] {
	margin-bottom: 10px;
}

.field-element:last-of-type {
	height: 120px;
}

.field-item:valid:not(:focus)+.field-text {
	color: transparent;
}
.field-item:not(:focus):valid {
	color: #000000;
}
.requirements {
	color: #EE3D43;
    max-height: 0;
    -webkit-transition: 0.28s;
    -o-transition: 0.28s;
    transition: 0.28s;
	overflow: hidden;
	text-align: left;
	padding-left: 17px;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.field-valid-check {
	display: block;
    width: 12px;
    height: 8px;
    background-image: url(image/icon-ok.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 45%;
	right: 5%;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.field-item:valid~.field-valid-check {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.field-element:last-of-type .field-item:valid~.field-valid-check {
	top: 26px;
}

.field-element:last-of-type {
	margin-bottom: 0;
}
/* UPDATE FORM */
.form-carousel {
	width: 100%;
    overflow: hidden;
}
.field-columns {
    min-width: 100%;
    width: 200%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	left: 0;
}
.field-columns-left {
	left: -100%;
}
.field-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
	width: 100%;
}
.field-column:last-child .field-item:valid:not(:focus)+.field-text,
.field-column:last-child .field-item:not(:placeholder-shown):invalid:not(:focus)+.field-text{
	color: #9E9E9E;
}
.field-column:last-child .field-item {
	opacity: 0;
}
.field-column:last-child .field-item:valid~.field-valid-check {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
.field-column:last-child .field-item:checked~.field-valid-check {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.field-column:last-child .field-item:focus + .field-text {
	top: 18px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #9E9E9E;
}
.field-column:last-child .field-element{
	max-height: 60px;
	border-bottom: 1px solid #101920;
}
.field-column:last-child .field-element:first-child {
	border: 0;
}
.field-column:last-child .field-text {
	font-size: 18px;
}
.field-column:last-child .field-element:nth-child(4) {
	margin-bottom: 60px;
}
.field-column:last-child .field-element:hover {
	background-color: #EFEFEF;
	border-radius: 5px;
}
.field-column:last-child .field-element:hover .field-text {
	font-size: 18px;
}
.field-column:last-child .field-item:valid~ .field-text {
	color: #101920;
}
.field-column:last-child .field-element:first-child:hover {
	background-color: #FFFFFF;
}

.field-column:last-child .field-element:first-child p {
	color: #101920;
    font-size: 18px;
    max-width: 60%;
    margin: 0 auto;
}

/* _______________ Flipper ___________ */

.modal-window {
	width: 100%;
	max-width: 540px;
	height: 100%;
	max-height: 627px;
	position: fixed;
	top: 5%;
	left:32%;
	opacity: 0;
	display: none;
	z-index: 5;
}
#form {
	height: 100%;
}

.container-box {
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200;
	perspective: 1200px;
	-moz-transform: perspective(1200px);
	-webkit-transform-style: preserve-3d; 
	transform-style: preserve-3d;
  }
  .flipper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: .7s linear;
	-o-transition: .7s linear;
	transition: .7s linear;   
  }
  .front, .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
  }
  .front {
	z-index: 6;
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg)
  }
  .back {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
	background: #FFFFFF;
	padding: 40px;
  }
  .back button {
	margin: 0 auto;
    display: block;
    margin-top: 3em;
  }
  .flipper:target {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
  }
.get-agreement {
	font-size: 14px;
	max-width: 300px;
    margin: auto;
    margin-top: auto;
}
.agreement-box {
	display: none;
	height: 80%;
	max-height: 80%;
	overflow: scroll;
	text-align: left;
    font-size: 14px;
	padding-top: 0.5em;
	padding-right: 0.5em;
}
.agreement-box li::before {
	content: '• ';
	font-size: 14px;
}
.agreement-box::-webkit-scrollbar {
	width: 5px;
	border-radius: 50px;
}
.agreement-box::-webkit-scrollbar:hover {
	width: 8px;
}
.agreement-box::-webkit-scrollbar:horizontal{
	display: none;
}

.agreement-box::-webkit-scrollbar-track {
	background-color:rgb(235, 235, 235);
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 15px;
}
 
.agreement-box::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #EE3D43;
}

.agreement-box::-webkit-scrollbar-resizer:vertical {
	height: 200px;
}
#agree {
	display: inline;
	cursor: pointer;
	text-decoration: underline;
	color: #EE3D43;
}
.back-to-form {
	display: none;
	cursor: pointer;
	text-decoration: underline;
	color: #EE3D43;
	margin-bottom: 0.5em;
}

/* ___________ NEW CHANGE __________ */

.head-text span:last-child {
	color: #EB4F44;
}
.head-grid {
	display: -ms-grid;
	display: grid;
    -ms-grid-rows: 1fr 1rem 1fr;
    grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-row-gap:1rem;
	margin-bottom: 2rem;
    max-width: 700px;
	font-family:PT Root UI;
}
.head-grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.head-grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.head-grid > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.head-grid > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.head-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.8;
}
.head-grid__element-icon {
	margin-right: 1rem;
    opacity: 0.85;
}
.head-grid__element-name {
	font-size: 22px;
}
/* ___________ @media ____________ */

@media screen and (min-width: 1440){
	#services-income {
		background-position: 90% 14%;
	}
}

@media screen and (min-width: 1660){
	#services-income {
		background-position: 81% 14%;
	}
}
@media screen and (min-width: 1920){
	#services-income {
		background-position: 70% 14%;
	}
}

@media (max-width:1280px){
	.container {
		width: 92%;
		margin: 0 auto;
	}
	.modal-window {
		left: 29%;
	}
	#franchise {
		background-position: 130% -10%, -10% 64%;
	}
	#services-income {
		background-position: 100% 14%;
    	background-size: 50% 70%;
	}
	.nine-prev {
		left: 0.5em;
	}
	.bg-right-nine {
		right: 1em;
	}
	.nine-next {
		right: 0.5em;
	}
	.carousel {
		width: 100%;
		max-width: 1040px;
	}
	.nine-carousel-box {
		width: 90%;
		max-width: 1040px;
	}
	.thirteen-prev {
		left: -3em;
	}
	.thirteen-next {
		right: -3em;
	}
	#result .container {
		max-width: 1040px;
	}
	.thirteen-carousel-box {
		width: 100%;
	}
	.thirteen-carousel {
		width: 100%;
   	max-width: 920px;
	}
	.thirteen-slider-box {
		height: 274px;
	}
	.thirteen-slide-item {
		width: 274px;
		height: 274px;
	}
	#our-team .container {
		width: 92%;
		margin: 0 auto;
		max-width: 920px;
	}
}

@media (max-width:1024px){
	.container {
		width: 92%;
		max-width: 890px;
	}
	.modal-window {
		left: 24%;
	}
	#franchise {
		background-position: 100% -4%, -8% 58%;
    	background-size: 68% 54%, 31% 20%;
	}
	.navbar-menu {
		margin-right: auto;
	}
	.two-item {
		padding: 20px 10px;
		height: 300px;
	}
	.five-column:last-child .main-headline {
		text-align: left;
	}
	.five-element-select {
		margin-left: 1em;
	}
	#services-income {
		background-position: 100% 14%;
		background-size: 56% 70%;
	}
	.ten-box {
		margin: 0 1em;
		margin-bottom: 50px;
	}
	.thirteen-prev {
		left: -2em;
	}
	.thirteen-next {
		right: -2em;
	}
	#our-team {
		padding-top: 80px;
	}
	.thirteen-carousel {
		max-width: 885px;
		margin: 0 auto;
	}
	.thirteen-slide-item {
		margin-right: 30px;
	}
	
}
@media (max-width:920px){
	.container {
		width: 90%;
		max-width: 820px;
	}
	.modal-window {
		left: 20%;
	}
	#franchise {
		background-position: 100% -6%, -4% 51%;
    	background-size: 63% 51%, 28% 22%;
	}
	.head-grid {
		max-width: 600px;
	}
	.head-grid__element-name {
		font-size: 20px;
	}
	.main-headline {
		margin-bottom: 40px;
	}
	.carousel {
		padding-top: 0;
	}
	.one-box {
		padding-top: 74px;
		padding-bottom: 170px;
	}
	nav {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.navbar-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: fixed;
		top: 91px;
		left: -100%;
		width: 100%;
		display: block;
		-webkit-transition: left .3s linear;
		-o-transition: left .3s linear;
		transition: left .3s linear;
	}
	.item-menu {
		width: 100%;
		border-bottom: 1px solid #E2E2E2;
		background: #FFFFFF;
	}
	.btn-menu {
		height: 40px;
		margin: 6px;
		background: none;
		color: #EE3D43;
		display: inline-block;
	}
	.element-menu {
		display: block;
    	padding: 12px;
	}
	.icon-logo-vt {
		margin-right: -3.5em;
	}

	.burger{
		width: 90px;
		height: 90px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		-webkit-transform: scale(0.35);
		    -ms-transform: scale(0.35);
		        transform: scale(0.35);
		margin-left: -1em;
	}
	.burger > span{
		display: block;
		position: relative;
		width: 90%;
		height: 10px;
		margin: 15px auto;
		background-color: #E31C23;
		border-radius: 10px;
	}
	
	.burger > span#sp1{
		-webkit-transition: all .3s .5s;
		-o-transition: all .3s .5s;
		transition: all .3s .5s;
	}
	
	.burger > span#sp2{
		-webkit-transition: all .3s .3s;
		-o-transition: all .3s .3s;
		transition: all .3s .3s;
	}
	
	.burger > span#sp3{
		-webkit-transition: all .3s .1s;
		-o-transition: all .3s .1s;
		transition: all .3s .1s;
	}
	
	.burger.active > span#sp1{
		width: 90%;
		height: 90%;
		margin: 5px auto;
		-webkit-transition: all .3s .1s;
		-o-transition: all .3s .1s;
		transition: all .3s .1s;
	}
	
	.burger.active > span#sp2{
		background-color: #FFFFFF;
		-webkit-transform: translateY(-60px) rotateZ(45deg);
		    -ms-transform: translateY(-60px) rotate(45deg);
		        transform: translateY(-60px) rotateZ(45deg);
		-webkit-transition: all .3s .3s;
		-o-transition: all .3s .3s;
		transition: all .3s .3s;
	}
	
	.burger.active > span#sp3{
		background-color: #FFFFFF;
		-webkit-transform: translateY(-85px) rotateZ(-45deg);
		    -ms-transform: translateY(-85px) rotate(-45deg);
		        transform: translateY(-85px) rotateZ(-45deg);
		-webkit-transition: all .3s .5s;
		-o-transition: all .3s .5s;
		transition: all .3s .5s;
	}
	.head-text {
		line-height: 51px;
		font-size: 36px;
	}
	.head-get-box {
		width: 250px;
		height: 63px;
	}
	.head-get-btn {
		min-width: 62px;
		max-width: 62px;
	}
	#long-arrow-part-1 {
		width: 22px;
		height: 2px;
		left: 20px;
	}
	#long-arrow-part-2 {
		left: 33px;
    	top: 29px;
	}
	#long-arrow-part-3 {
		left: 33px;
    	top: 35px;
	}
	.two-text {
		line-height: 21px;
		font-size: 14px;
	}
	.three-bg {
		background: none !important;
	}
	.three-item {
		left: 10%;
	}
	.three-current-item {
		font-size: 14px;
		line-height: normal;
		display: inline-block;
		max-height: 52px;
		padding: 16px 8px;
	}
	.five-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.five-column:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.five-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}
	.five-element {
		-ms-flex-preferred-size: 20%;
		    flex-basis: 20%;
		height: 260px;
		padding-bottom: 4em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-right: 1em;
	}
	.five-element:last-child {
		margin-right: 0;
	}
	.five-column:last-child .main-headline {
		text-align: center;
	}
	.five-element-select {
		width: 100%;
		text-align: left;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.five-element-select-item {
		display: inline-block;
		width: 50%;
		font-family: PT Root UI;
		line-height: 45px;
		font-size: 18px;
	}
	#services-income {
		background-position: 38% 78%;
    	background-size: 96% 50%;
	}
	.six-item {
		width: 220px;
		margin-right: 1em;
	}
	.six-item:nth-child(3n){
		margin-right: 0;
	}
	.seven-column:first-child {
		width: 170px;
	}
	.seven-column:first-child>.seven-element {
		height: 86.5%;
	}
	.seven-column:nth-child(2) {
		width: 304px;
		padding: 56px 40px;
	}
	.seven-column:nth-child(2)>.seven-element>.seven-item-two:first-child {
		margin-bottom: 1em;
	}
	.seven-column:last-child {
		padding: 32px 20px 16px;
		width: 254px;
	}
	#result {
		padding-bottom: 30px;
	}
	.nine-slider-box {
		height: 420px;
	}
	.nine-slide {
		width: 420px;
		height: 420px;
		padding: 40px 50px;
	}
	.nine-element-text {
		line-height: 21px;
		font-size: 14px;
	}
	.seven-column:last-child>.seven-element>.seven-item-two:first-child {
		margin-bottom: -0.9em;
	}
	.eight-column:first-child {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}
	.eight-column:last-child {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.ten-box {
		margin: 0 3em;
		margin-bottom: 50px;
	}
	.eleven-scroll {
		display:none;
	}
	.eleven-item {
		margin: 3em;
		margin-top: 0;
	}
	
	.eleven-slider-box {
		height: 494px;
	}
	.eleven-slide-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-right: 0;
		width: 700px;
	}
	.eleven-column-element {
		margin-right: 44px;
	}
	.thirteen-carousel {
		max-width: 580px;
		padding-top: 0;
	}
	.thirteen-next {
		right: -3em;
	}
	.thirteen-prev {
		left: -3em;
	}
	#network-vt {
		padding-top: 90px;
	}
	.franchise-cities__box {
		padding: 3rem 3rem 1rem 1rem;
		        grid-template-areas:
        "country city city"
		"result result result";
		
	}
	.franchise-cities__box .cities-element {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.franchise-cities__box .countries-element{
		/* height: 250px; */
	}
	.franchise-cities__box #select-cities {
		height: 190px;
	}
	.franchise-cities__box #result-box {
		margin-top: 2rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
		-ms-grid-rows: -webkit-max-content;
		-ms-grid-rows: max-content;
		grid-template-rows: -webkit-max-content;
		grid-template-rows: max-content;
		grid-gap: 1rem;
	}
	.franchise-cities__box .paush-price, 
	.franchise-cities__box .royal-price, 
	.franchise-cities__box .leads {
		padding: 0 1rem;
		border-right: 1px solid gray;
		border-bottom: 0;
		width: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.franchise-cities__box .leads {
		border: 0;
	}
	.franchise-cities__box .countries-element {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		
	}
	.franchise-cities__box .cities-element {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
		
	}
	.franchise-cities__box #result-box {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		
	}
}

@media (max-width:760px){
	.modal-window {
		left: 20%;
	}
	.form-wrap,
	.back {
		max-width: 400px;
		max-height: 576px;
		min-height: 576px;
	}
	.headline-form {
		margin-bottom: 40px;
	}
	.field-element {
		margin-bottom: 20px !important;
	}
	#franchise {
		background-position: 100% 0%, 0% 33%;
    	background-size: 66% 37%, 24% 15%;
	}
	.head-grid {
		max-width: 550px;
	}
	.main-headline {
		line-height: 39px;
		font-size: 26px;
		margin-bottom: 40px;
	}
	.one-box {
		padding-top: 64px;
		padding-bottom: 125px;
	}
	.head-text {
		line-height: 42px;
		font-size: 30px;
	}
	.one-item {
		margin-bottom: 30px;
	}
	.head-get-box {
		width: 270px;
		height: 50px;
	}
	.head-get {
		line-height: normal;
		font-size: 16px;
	}
	#long-arrow-part-2 {
		top: 22px;
	}
	#long-arrow-part-3 {
		top: 28px;
	}
	.two-box {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.two-item {
		margin-bottom: 30px;
		margin-right: 0 !important;
		height: 268px;
		max-height: 268px;
		-webkit-box-flex:0;
		    -ms-flex:none;
		        flex:none;
		padding: 40px 36px;
	}
	#for-you {
		padding-top: 70px;
		padding-bottom:50px;
	}
	#about-franchise {
		margin-bottom: 10px;
	}
	.three-current {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: -webkit-max-content !important;
		height: -moz-max-content !important;
		height: max-content !important;
		max-height: -webkit-max-content !important;
		max-height: -moz-max-content !important;
		max-height: max-content !important;
	}
	.three-current-item {
		line-height: 30px;
		font-size: 20px;
		color: rgba(0, 0, 0, 0.3);
		max-height: -webkit-max-content;
		max-height: -moz-max-content;
		max-height: max-content;
		background: none;
		border: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		width: 100%;
		text-align: left;
		padding-left: 45px;
		padding-bottom: 0;
	}
	.three-current-item .ten-option-icon {
		left: 1.5em;
	}
	.three-current-active .ten-option-icon {
		color: #EE3D43;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.three-current-item:hover {
		background: none;
		border: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		color:#EE3D43;
		text-decoration: none !important;
	}
	.three-current-active{
		background:none;
		border: 0;
		-webkit-box-shadow:none;
		        box-shadow:none;
		color:  #EE3D43;
	}
	.three-current-active:hover {
		background:none;
		border: 0;
		-webkit-box-shadow:none;
		        box-shadow:none;
		color:  #EE3D43;
	}
	.three-bg {
		padding-top: 1em;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
		position: relative;
	}
	.three-box {
		min-height: -webkit-max-content;
		min-height: -moz-max-content;
		min-height: max-content;
	}
	.three-item {
		position: static;
		margin-left: -1.6em;
		left: 0;
	}

	.for-box {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 0;
	}
	.for-item {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	#services-income {
		padding-bottom: 90px;
		background-position: 228% 84%;
    	background-size: 97% 38%;
	}
	.five-element {
		margin: 2.2em;
		margin-top: 0;
		margin-bottom: 0;
	}
	.five-element:last-child {
		margin-right: 2.2em;
	}
	.five-element-select {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.five-element-select-item {
		line-height: 41px;
		width: 100%;
	}
	#opening-stages {
		padding-bottom: 50px;
	}
	.six-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.six-item {
		width: 100%;
		max-width: 490px;
		height: 110px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		margin-bottom: 20px;
	}
	.six-element-icon {
		display: none;
	}
	.six-element-text {
		padding-left: 3em;
    	text-align: left;
	}
	.six-element:first-child {
		padding:12px;
		height: 100%;
		width:100%;
		max-width: 320px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: none;
		        flex-direction: none;
		display: -ms-inline-grid;
		display: inline-grid;
		-webkit-box-pack: none;
		    -ms-flex-pack: none;
		        justify-content: none;
		-webkit-box-align: none;
		    -ms-flex-align: none;
		        align-items: none;
	}
	.six-element:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-right: 20px;
		padding-left: 18px;
		padding-top: 18px;
		width: 100%;
		max-width: 170px;
		text-align: left;
		background-image: none;
		border-left: 1px solid #E2E2E2;
		min-height: 110px;
	}
	p.six-element-days,
	p.six-element-price {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-height: 50%;
		display:block;
	}
	.six-element-price {
		background-image: -webkit-gradient(linear,left top, right top,color-stop(50%, #E2E2E2), color-stop(0%, rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left,#E2E2E2 50%, rgba(255,255,255,0) 0%);
		background-image: -o-linear-gradient(left,#E2E2E2 50%, rgba(255,255,255,0) 0%);
		background-image: linear-gradient(to right,#E2E2E2 50%, rgba(255,255,255,0) 0%);
		background-position: top;
		background-size: 10px 1px;
		background-repeat: repeat-x;
		padding-top: 0.5em;
	}
	.six-item {
		margin-right: 0;
	}
	.six-item:before {
		left: 3%;
    	top: 35%;
	}
	#cost {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.seven-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		max-width: 460px;
    	margin: 0 auto;
	}
	.seven-headline {
		text-align: center;
		margin-bottom: 20px;
	}
	.seven-icon {
		top: auto;
		right: auto;
		left: 1em;
		bottom: 1em;
	}
	.seven-column:first-child {
		display: none;
	}
	.seven-column:nth-child(2) {
		width: 100%;
		padding: 20px 30px;
		height: 336px;
		margin-bottom: 30px;
	}
	.seven-element {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background-image: -o-linear-gradient(bottom,#E2E2E2 50%, rgba(255,255,255,0) 0%);
		background-image: -webkit-gradient(linear,left bottom, left top,color-stop(50%, #E2E2E2), color-stop(0%, rgba(255,255,255,0)));
		background-image: linear-gradient(to top,#E2E2E2 50%, rgba(255,255,255,0) 0%);
		background-position: top;
		background-size: 1px 10px;
		background-repeat: repeat-y;
		padding-top: 10px;
	}
	.seven-column:first-child>.seven-element {
		width: 100%;
	}
	.seven-item-first {
		line-height: 21px;
		font-size: 14px;
		color: #333333;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.seven-column:nth-child(2)>.seven-element>.seven-item-two:first-child {
		margin-bottom: 0;
		padding-left: 10px;
	}
	.seven-column:nth-child(2)>.seven-element>.seven-item-two:first-child:before,
	.seven-column:nth-child(2) .seven-item-two:nth-child(2):before {
		display: inline-block;
		line-height: 21px;
		font-size: 14px;
		color: #333333;
		margin-bottom: 24px;
	}
	.seven-column:nth-child(2)>.seven-element>.seven-item-two:first-child:before {
		content: "На запуск";
	}
	.seven-column:nth-child(2) .seven-item-two:nth-child(2):before {
		content: "Ежемесячно";
	}
	.seven-item-two:nth-child(2n) {
		padding-top: 0; 
    	margin-bottom: 0;
	}
	.seven-item-two:nth-child(2n), .seven-item-first:last-child {
		background: none;
		margin-left: 2em;
	}
	.seven-item-last {
		max-width: 184px;
	}
	.seven-column:nth-child(2) .seven-element-price {
		line-height: 30px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.seven-element-text {
		margin-bottom: 15px;
	}
	.seven-item-last:before {
		display: none;
	}
	.seven-sub-select {
		padding: 16px 22px;
		width: 270px;
	}
	.seven-sub-item {
		margin-bottom: 14px;
	}
	.seven-column:last-child {
		background: none;
		width: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		padding: 0;
	}
	.seven-column:last-child:after {
		content: "При самостоятельном открытии вам потребуется 4-5 месяцев работы, от 231 тыс. рублей на запуск и от 47 тыс. рублей ежемесячно.";
		display: inline-block;
		line-height: 24px;
		font-size: 16px;
		text-align: center;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		background: none;
		padding: 0;
		color: #898B8B;
	}
	.seven-column:last-child .seven-element{
		display: none;
	}
	#action {
		max-height: 350px;
	}
	.eight-box {
		height: 350px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 400px;
		padding-bottom: 30px;
	}
	#action-3 .eight-box {
	 	height:-webkit-max-content;
	 	height:-moz-max-content;
	 	height:max-content;
		min-height:210px;
		padding:30px 10px;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	.eight-column:first-child {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		max-height: 230px;
	}
	.eight-column:last-child {
		max-height: 54px;
	}
	.action-icon-get {
		display: none;
	}
	#result {
		padding-top: 80px;
	}
	#about-us-talk {
		padding-top: 90px;
	}
	.nine-slider-box {
		height: 480px;
	}
	.nine-slide {
		width: 370px;
		height: 480px;
		margin-right: 30px;
	}
	.nine-prev {
		left: -1em;
	}
	.nine-next {
		right: -1em;
	}
	.ten-box {
		margin-bottom: 60px;
	}
	.ten-sub-box {
		line-height: 21px;
		font-size: 14px;
	}
	.eleven-slide-column {
   		-webkit-box-orient:horizontal;
   		-webkit-box-direction:normal;
       		-ms-flex-direction:row;
           	flex-direction:row;
   		width:-webkit-max-content;
   		width:-moz-max-content;
   		width:max-content;
}
	.twelve-item {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.thirteen-next {
		right: -3em;
	}
	.thirteen-prev {
		left: -3em;
	}
	.thirteen-carousel {
		max-width: 470px;
	}
	.thirteen-slider-box {
		height: 220px;
	}
	.thirteen-slide-item {
		width: 220px;
		height: 220px;
	}
	
	/* UPDATE FORM */
	#field .field-column:last-child {
		position: relative;
	}
	.field-column:last-child .btn-box {
		position: absolute;
		bottom: 0;
	}
	.field-column:last-child button {
		max-width: 49%;
	}

	.franchise-cities__box {
		    -ms-grid-rows: auto 1rem auto;
		        grid-template-areas:
        "country city"
		"result result";
		-ms-grid-columns: 1fr 1rem 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.franchise-cities__box #result-box {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.franchise-cities__box .paush-price, 
	.franchise-cities__box .royal-price, 
	.franchise-cities__box .leads {
		border: 0;
		max-width: 250px;
		border-bottom: 1px solid gray;
		padding: 0 0 1rem 1.5rem;
	}

	.franchise-cities__box .countries-element {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.franchise-cities__box .cities-element {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}

	.franchise-cities__box #result-box {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-columns: 1fr 1rem 1fr;
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width:600px){
	.modal-window {
		left: 18%;
		max-width: 340px;
	}
	.container {
		width: 80%;
	}
	.form-wrap {
		padding: 26px;
	}
	#franchise {
		background-image: 
			url(image/plane-right.svg), 
			url(image/plane-left.svg),
			url(image/bg-head-mini.png);
		background-repeat: no-repeat;
	    background-position: 87% -3%, 9% -5%, 50% 14%;
    	background-size: 14% 14%, 19% 16%, 100% 36%;

	}
	.head-grid {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 4fr;
		grid-template-rows: 4fr;
		margin: 0 auto 2rem;
	}
	.head-grid > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	body {
		margin-top: 80px;
	}
	nav {
		height: 80px;
	}
	.icon-logo-vt {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		margin-right: 1em;
	}
	.burger {
		-webkit-transform: scale(0.3);
		    -ms-transform: scale(0.3);
		        transform: scale(0.3);
	}
	.navbar-menu {
		top: 81px;
	}
	.number-tel,
	.number-tel-text {
		display: none;
	}
	.number-icon-call {
		display: block;
		margin-right: 1em;
	}
	.head-text {
		text-align: center;
		max-width: 360px;
		margin: 0 auto 30px;
	}
	.one-item {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.one-item-element {
		margin-bottom: 12px;
	}
	.one-item-element .one-item-element__text {
		line-height: 27px;
		font-size: 18px;
	}
	.head-get-box {
		position: relative;
    	left: 20%;
	}
	#main-advantages {
		padding-top: 215px;
	}
	
	.two-item {
		max-width: 170px;
		padding: 30px 20px;
	}
	#for-you {
		padding-top: 50px;
	}
	.for-item {
		margin: 0;
		margin-bottom: 30px;
	}
	.five-element {
		margin: 1em;
		margin-top:0;
		margin-bottom: 0;
	}
	.five-element:last-child {
		margin-right: 1em;
	}
	.six-element:last-child {
		max-width: 145px;
	}
	.six-element-price {
		line-height: 21px;
		font-size: 14px;
	}
	.six-item:before {
		line-height: 20px;
		font-size: 15px;
		width: 20px;
		height: 20px;
		top: 41%;
	}
	.six-element-text {
		padding-left: 2.2em;
	}
	.seven-column:nth-child(2) {
		padding: 20px 15px;
		height: 384px;
	}
	.seven-column:nth-child(2)>.seven-element>.seven-item-two:first-child {
		padding-left: 0;
	}
	.seven-item-two:nth-child(2n), .seven-item-first:last-child {
		margin-left: 3em;
	}
	.seven-item-last {
		max-width: 150px;
	}
	.seven-element-select {
		padding-top: 1em;
	}
	.seven-column:nth-child(2) .seven-element-price {
		line-height: 27px;
		font-size: 18px;
	}
	.seven-element-text {
		height: 48px;
	}
	.seven-icon {
		left: 0.5em;
    	bottom: 0.5em;
	}
	.seven-sub-select {
		width: 240px;
	}
	.seven-item-two:nth-child(2) .seven-sub-select:last-child {
		position: absolute;
    	right: 3em;
	}
	.seven-column:last-child:after {
		margin: 0 auto;
		width: 95%;
	}
	.bg-right-nine {
		display: none;
	}
	#result .container {
		width: 90%;
	}
	.carousel {
		max-width: 380px;
		margin: 0 auto;
	}
	.nine-slide {
		width: 340px;
		padding: 20px 30px;
	}
	.ten-box {
		margin-right: 0;
	}
	.eleven-slider-box {
		height: 437px;
	}
	#our-projects {
		padding-top: 80px;
	}
	#our-projects .container {
		width: 100%;
	}
	.twelve-box {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.twelve-item {
		-webkit-transform: scale(0.6);
		    -ms-transform: scale(0.6);
		        transform: scale(0.6);
	}
	.thirteen-carousel {
		max-width: 230px;
	}
	.thirteen-slide-item {
		width: 230px;
		height: 230px;
	}
	#network-vt {
		padding-top: 80px;
	}
	.foo-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
		height: 436px;
	}
	.item-foo-box:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	/* UPDATE FORM */
	.field-column:last-child .field-text {
		font-size: 16px;
	}
	.field-column:last-child .field-element:hover .field-text {
		font-size: 16px;
	}
	.form-wrap {
		padding: 26px 12px;
	}
	.field-valid-check {
		right: 3%;
	}

	.franchise-cities__box {
		    -ms-grid-rows: auto 1rem auto 1rem auto;
		        grid-template-areas:
		"country"
		"city"
		"result";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: .5rem;
		height: calc(100% - 80px);
		top: 80px;
		padding-top: 1rem;
	}
	.franchise-cities__box .countries-element {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.franchise-cities__box .cities-element {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}

	.franchise-cities__box #result-box {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
		margin: 0;
	}
}
@media (max-width:540px){
	.modal-window {
		left: 14.5%;
	}
}
@media (max-width:480px){
	.modal-window {
		left: 9.5%;
	}
	.container {
		width: 95%;
		margin: 0 auto;
	}
	#franchise {
		background-image: url(image/plane-right.svg), url(image/plane-left.svg), url(image/bg-head-mini.png);
		background-repeat: no-repeat;
		background-position: 87% -5%, 9% -7%, 50% 14%;
		background-size: 14% 14%, 19% 16%, 100% 36%;
	}
	.one-box {
		padding-top: 15px;
	}
	.head-text {
		line-height: 39px;
		font-size: 28px;
		width: 50%;
	}
	.head-get-box {
		width: 235px;
	}
	.head-get-btn {
		min-width: 55px;
    	max-width: 55px;
	}
	.head-get {
		font-size: 14px;
	}
	#long-arrow-part-1 {
		left: 15px;
	}
	#long-arrow-part-2,
	#long-arrow-part-3 {
		left: 28px;
	}
	.three-current-item .ten-option-icon {
		left: 0.85em;
	}
	.for-get {
		width:230px;
		height:62px;
		padding:0 2em;
	}
	.five-element-select-item {
		width: 95%;
	}
	.nine-next,
	.nine-prev {
		display: none;
	}
	.carousel {
		max-width: 390px;
	}
	.nine-carousel-box {
		height: 510px;
		width: 100%;
		max-width: 340px;
		overflow: scroll;
	}
	.nine-carousel-box::-webkit-scrollbar {
		height: 10px;
		border-radius: 50px;
	}
	.nine-carousel-box::-webkit-scrollbar:vertical{
		display: none;
	}
	
	.nine-carousel-box::-webkit-scrollbar-track {
		background-color:rgb(235, 235, 235);
		border-radius: 50px;
		margin-top: 20px;
		margin-left: 10%;
		margin-right: 10%;
	}
	 
	.nine-carousel-box::-webkit-scrollbar-thumb {
		border-radius: 50px;
		background-color: #EE3D43;
	}
	
	.nine-carousel-box::-webkit-scrollbar-resizer:horizontal {
		width: 200px;
	}
	.nine-slide {
		width: 330px;
	}
	.nine-slide:first-child {
		margin-left: 5px;
	}
	.nine-element-headline {
		line-height:30px;
		height:90px;
		margin-bottom:20px;
	}
	.twelve-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width:400px){
	#franchise {
		background-size: 14% 14%, 19% 16%, 100% 32%;
	}
	.one-item-element .one-item-element__text-add {
        	font-size:18px;
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	#main-advantages {
		padding-top:20px;
	}
	.back {
		min-height: 100%;
		max-height: 100%;
	}
	.requirements {
		display: none;
	}
	.container {
		width: 90%;
	}
	.modal-window {
		left: 0;
		max-width: 100%;
		top: 0 !important;
	}
	.field-element,
	.field-element:last-of-type {
		height: 52px;
		margin-bottom: 20px;
	}
	.headline-form {
		line-height: 30px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.form-wrap {
		min-height: 100%;
		max-height: 100%;
	}
	.head-get-box {
		left: 10%;
	}
	#services-income {
		background-position: 48% 90%;
    	background-size: 141% 28%;
	}
	.six-item {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.six-element:first-child {
		height: auto;
	}
	.six-element:last-child {
		max-width: 40%;
		max-height: 100%;
	}
	.seven-column:nth-child(2) {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.seven-column:nth-child(2) .seven-element-price {
		height: 54px;
	}
	.seven-item-last {
		padding-top: 1em;
		max-width: 115px;
	}
	.nine-carousel-box {
		height: 410px;
	}
	.nine-slider-box {
		height: 380px;
	}
	.nine-slide {
		width: 310px;
		height: 380px;
	}
	.nine-element-text:last-child,
	.nine-element-text:nth-last-child(2) {
		display: none;
	}
	.nine-carousel-box {
		max-width: 320px;
	}
	.thirteen-next {
		right: -2em;
	}
	.thirteen-prev {
		left: -2em;
	}
	.franchise-cities__box {
	    padding: 1rem;
	    top: 0;
	    height: 100%;
	    z-index: 9999;
	}
	.franchise-cities__box .close-filter {
		top: 1rem;
	}
	.franchise-cities__box .countries-element {
	    padding-right: 2rem;
	}
	.franchise-cities__box #select-cities,
	.franchise-cities__box #select-countries {
		height: 112px;
		overflow: scroll;
	}
	.franchise-cities__box #result-box {
	    grid-gap: .5rem;
        grid-template-areas: 
        "paush royal"
        "leads leads";
	}
	.franchise-cities__box #result-box button {
		display: none;
	}
	.franchise-cities__box .paush-price, 
	.franchise-cities__box .royal-price, 
	.franchise-cities__box .leads {
	    padding:0 0 .4rem;
	    min-width: 100%;
	}
	.franchise-cities__box .leads {
	    grid-area: leads;
	}
	.franchise-cities__box .royal-price {
	    grid-area: royal;
	}
	.franchise-cities__box .paush-price {
	    grid-area: paush;
	}
	.franchise-cities__box .title {
	    margin-bottom: .3rem;
	}
	.franchise-cities__box .countries-element .scrollbar-container {
		display: block;
	}
}
@media (max-width:380px){
	#franchise {
		background-size: 14% 14%, 19% 16%, 100% auto;
	}
	.head-text {
		width: 60%;
	}
}
@media (max-width:350px){
	.seven-item-two:nth-child(2n), .seven-item-first:last-child {
		margin-left: 1em;
	}
	.nine-slide {
		width: 280px;
	}

	/* UPDATE FORM */
	.field-column:last-child .btn-box {
		position: inherit;
	}
	.field-column:last-child button {
		max-width: inherit;
	}
	.field-column:last-child button:first-child {
		margin-bottom: .6rem;
	}
	.field-column:last-child .field-element:first-child {
	    margin-bottom: 0 !important;
	}
	.field-element {
	    margin-bottom: 10px !important;
	}
}
.back-menu:hover {
	color:#FFFFFF !important;
}
.inDev {
	position: relative;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	/* pointer-events: none;*/
}
.inDev:hover::after {
	position: absolute;
	display: inline-block;
	content: "В Разработке";
	height: 100%;
	width: 100%;
	font-weight: 600;
    font-size: 22px;
    font-family: Lora;
	color:#ffffff;	
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}