@import url('fonts.css');
html,
body {
	/*height: 100%;*/
	overflow-x: hidden;
}
body {
	/*background-image: url('../img/bg.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;*/
}
html {
	font-size: 10px;
}
button {
	outline: none;
}
p, ul, li	{
	padding: 0;
	margin: 0;
}
.container {
	margin: 0 auto;
	max-width: 1110px;
	width: 95%;
	/*height: 100%;*/
	position: relative;
	z-index: 1;
}
.rexboldinline {
	font-family: 'Rex-BoldInline';
}
.rexbold {
	font-family: 'Rex-Bold';
}
.rexlight {
	font-family: 'Rex-Light';
}
.title__black {
	color: #000;
}
.title__white {
	color: #fff;
}
.title__black::after, .title__black::before {
	background-color: #000;
}
.title__white::after, .title__white::before {
	background-color: #fff;
}
.btn {
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 1.8rem;
	line-height: 9.2rem;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-radius: 46px;
}
.btn.yellow_btn {
	border: 0;
	color: #3a3530;
	/*border-bottom: 5px solid rgb(223, 173, 67);*/
	background-image: -moz-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
	box-shadow: 0px 11px 18px 0px rgba(213, 162, 53, 0.3),0px 5px 0px 0px rgb(213, 162, 53);
}
.btn.transparent_btn {
	color: #fcd47e;
	border: 1px solid #fcd47e;
}
.btn.yellow_btn:hover {
	box-shadow: none;
}
.btn.transparent_btn:hover {
	color: #3a3530;
	background-image: -moz-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
}
/**************************** header *****************************/
.header .header_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header .header_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
}
.header .logo {
	line-height: 0;
	/*width: 162px;*/
	position: relative;
}
.header .logo h1 {
	position: absolute;
	left: -9000px;
}
.header .logo img {
	transition: all .3s;
	width: 226px;
}
.header .instagram {
	line-height: 0;
	display: block;
	flex-grow: 1;
	text-align: right;
}
.header .instagram img {
	width: 21px;
}
.header .header__splitter {
	line-height: 0;
	margin: 0 25px;
	width: 1px;
	height: 29px;
	background-color: #fff;
	opacity: 0.1;
}
.header .get__app {
 display: flex;
 align-items: center;
}
.get__app p {
	font-family: 'open_sansregular';
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-right: 8px;
	white-space: nowrap;
}
.get__app .get__app__apple,
.get__app .get__app__google {
	display: block;
	/*height: 33px;
	width: 107px;*/
	background-color: #000;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
}
.get__app .get__app__apple img,
.get__app .get__app__google img {
	width: 100%;
}
.get__app .get__app__apple {
	width: 88px;
	margin-right: 8px;
}
.get__app .get__app__google {
	width: 92px;
}
.header .header_contacts {
	width: 230px;
	padding-left: 40px;
	position: relative;
}
.header .header_contacts::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 22px;
	height: 28px;
	background-image: url('../img/place.png');
}
.header .header_contacts p {
	font-size: 2.4rem;
	line-height: 2.7rem;
	color: #fff;
	margin-bottom: 6px;
}
.header .header_contacts a {
	font-family: 'open_sanslight';
	color: #f8c559;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-right: 40px;
	text-decoration: none;
	position: relative;
	padding-bottom: 3px;
	border-bottom: 1px dashed #f8c559;
}
.header .header_contacts a::after {
	content: '';
	position: absolute;
	top: 9px;
	right: -23px;
	width: 11px;
	height: 6px;
	background-image: url('../img/down-arrow.png');
}
.header .register_btn {
	border: 1px solid #d29c48;
	border-radius: 5px;
	text-align: center;
	height: 59px;
	width: 285px;
	margin-left: 42px;
}
.header .register_btn a {
	font-family: 'montserratmedium';
	text-transform: uppercase;
	font-size: 1.6rem;
	text-decoration: none;
	width: 100%;
	display: block;
	line-height: 59px;
}
/**************************** end header *****************************/
/**************************** menu *******************************/
.header .menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 450px;
	padding: 12px 6px;
	transition: all .5s;
}
.menu .main-menu .menu__item {
	font-family: 'open_sanslight';
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.menu .main-menu .menu__item:hover {
	color: #d29c48;
}
/**************************** end menu *******************************/

/************************ masterhead section *******************************************/
.masterhead {
	height: 100vh;
	min-height: 670px;
	position: relative;
}
.masterhead .masterhead__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	top: 0;
	object-fit: cover;
}
.masterhead .masterhead_container{
	margin-top: 18vh;
}
.masterhead::before {
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../img/mash.png');
	opacity: 0.7;
}
.masterhead::after {
	content:'';
	width: 100%;
	height: 92px;
	position: absolute;
	bottom: 0;
	background-image: url('../img/masterhead-bottom-bg.png');
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	z-index: 2;
}
.masterhead .masterhead__title {
	font-size: 9.0rem;
	line-height: 9.0rem;
	margin-bottom: 10vh;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.masterhead .masterhead__buttons {
	width: 100%;
	display: flex;
	max-width: 845px;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	margin: 0 auto;
}
.masterhead .masterhead__buttons a {
	display: block;
}
.btn.sign_up__btn {
	width: 100%;
	max-width: 350px;
}
.btn.get_franchise__btn {
	width: 100%;
	max-width: 418px;
	position: relative;
	line-height: 9.4rem;
}
.btn.get_franchise__btn::after {
	content: 'Первая франшиза без паушального взноса';
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'open_sanslight';
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.7rem;
	text-transform: none;
	white-space: nowrap;
	pointer-events: none;
}

/************************ end general window content ***********************/
.section__title {
	font-size: 6.0rem;
	line-height: 7.2rem;
	margin: 0px 0 16px 0;
	width: 100%;
	text-align: center;
}
.section__title_underline {
	position: relative;
	width: min-content;
	margin: 0 auto;
}

.section__title_underline::after,
.section__title_underline::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 120px;
	height: 2px;
}
.section__title_underline::after {
	right: -150px;
}
.section__title_underline::before {
	left: -150px;
}
.section__title_underline img {
	width: 4.8rem;
}
/******************************** modal **************************/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
}
.overlay.modal-show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.overlay .modal {
	position: relative;
	padding: 34px 38px 34px 38px;
	max-width: 378px;
	width: calc(90% - 76px);
	border: 3px solid #d79f49;
	border-radius: 10px;
	background-color: #ffffff;
}
.overlay .modal .close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.overlay .modal .close-modal:hover {
	opacity: 0.5;
}

.overlay .modal .modal-bid {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

/******************************** end modal **************************/

.hamburger {
	display: none;
	width: 36px;
	height: 32px;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #fff;
	border-radius: 6px; 
	z-index: 210;
	position: absolute;
	right: 30px;
	top: 44px;
	cursor: pointer;
}
.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 26px;
    height: 3px;
    background-color: #fff;
		margin: 6px 5px;
		transition: all 0.3s;
}
.hamburger.show-modal-menu .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px,6px);
	transform: rotate(-45deg) translate(-6px,6px);
}
.hamburger.show-modal-menu .bar2 {
	opacity: 0;
}
.hamburger.show-modal-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px,-6px);
	transform: rotate(45deg) translate(-6px,-6px);
}
.send_ok{
	position: fixed;
	left: 0;
    top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
}
.send_ok.modal-show {
	display: flex;
}
.send_ok div{
	position: absolute;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgb(146, 146, 146);
	border-radius: 8px;
	display: block;
	padding: 20px 10px;
	width: 100%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.send_ok div h3{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'open_sansregular';
	font-size: 20px;
	line-height: 26px;
}
.send_ok div p{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 18px;
}
.overlay.get-city {
	background-color: unset;
	background-image: url('../img/bg.jpg');
}
.get-city.modal-show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}
.get-city .get-city__header {
	width: 100%;
	max-width: 1110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.get-city .get-city__header .logo img {
	width: 226px;
}
.get-city__header .close-modal {
	width: 33px;
	height: 33px;
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	position: relative;
}
.get-city__header .close-modal img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cities__items {
	flex-grow: 1;
	display: flex;
	max-width: 1110px;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	width: 100%;
}
.cities__item_column {
	width: 100%;
	max-width: 445px;
}
.cities__items .cities__item {
	width: 100%;
	/*max-width: 445px;*/
	margin-bottom: 42px;
}
.cities__item .cities__item_name {
	font-size: 3.8rem;
	line-height: 4rem;
	color: #2d2d2d;
	margin-bottom: 47px;
	display: block;
	text-decoration: none;
}
.cities__item .cities__item_name span {
	font-size: 3.1rem;
	margin-right: 48px;
	position: relative;
}
.cities__item .cities__item_name span::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -12px;
	left: -22px;
	width: 63px;
	height: 63px;
	border-radius: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(248,197,89) 0%, rgb(255,223,154) 100%);
}
.cities__item .cities__item_address,
.cities__item .cities__item_phone,
.cities__item .cities__item_time,
.cities__item .cities__item_soon {
	font-family: 'open_sansregular';
	color: #2d2d2d;
	font-size: 2.2rem;
	line-height: 2.3rem;
	margin-bottom: 30px;
	padding-left: 22px;
	position: relative;
}
.cities__item .cities__item_address::before,
.cities__item .cities__item_phone::before,
.cities__item .cities__item_time::before,
.cities__item .cities__item_soon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -14px;
	width: 24px;
	height: 28px;
}
.cities__item .cities__item_address::before {
	background-image: url(../img/cities_place.png);
}
.cities__item .cities__item_phone::before {
	background-image: url(../img/cities_tel.png);
}
.cities__item .cities__item_time::before {
	background-image: url(../img/cities_time.png);
}
.cities__item .cities__item_soon::before {
	background-image: url(../img/cities_soon.png);
}
.white-popup {
	margin: 40px auto;
	width: 70%;
	position: relative;
}
.modal-page {
	background-color: #fff;
	padding: 20px;
}
.modal-page h1,
.modal-page h4,
.modal-page p {
	font-family: 'open_sansregular';
	color: #2d2d2d;
	margin-bottom: 20px;
}
.modal-page h1 {
	font-size: 2.8rem;
	line-height: 3rem;
	text-align: center;
}
.modal-page h4 {
	font-size: 1.8rem;
	line-height: 2rem;
}
.modal-page p {
	font-size: 1.4rem;
	line-height: 1.7rem;
}