/*
    Theme Name: Франшиза Халява
*/

@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Raleway:wght@400;500;600;700&display=swap');

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #23315D;
}
a {
	transition:all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:none;
}
.general_main {
	width: 100%;
	height: 100%;
}
.container {
	max-width: 1245px;
	margin: 0 auto;
	padding: 0 15px;
}
.title_second_level {
	font-family: 'Days';
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}
.main_screen {
	display: flex;
}
.main_screen_text {
	background: #379BF8;
	backdrop-filter: blur(10px);
	width: 56.8%;
	padding: 46px 45px 208px 15px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	display: flex;
}
.header {
	max-width: 735px;
	width: 100%;
	padding-bottom: 142px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.logo {
	width: 210px;
	height: 71px;
	overflow: hidden;
}
.logo img {
	margin-left: -20px;
	display: block;
}
.nav_block {
	width: 65.2%;
}
.nav_block ul {
	justify-content: space-between;
	display: flex;
}
.nav_block ul li {
	padding: 0 5px;
}
.nav_block ul li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.burger {
	position:absolute;
	width:21px;
	height:17px;
	right:15px;
	top: 45px;
	cursor:pointer;
	display:none;
}
.bar {
    padding: 0;
    width: 21px;
    height: 1px;
    background-color:#fff;
    display: block;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    position: absolute; 
}
.bar1 {
    top: 0;
}
.bar2,
.bar3 {
    top: 13.5px;
}
.bar2 {
	width: 0px;
    transform: rotate(90deg);
    left: 13.5px;
}
.bar3 {
	width: 0px;
    left: 13.5px;
}
.bar3 {
    right: 0;
}
.bar4 {
    top: 8px;
}
.bar5 {
    bottom: 0px;
}
.burger.active .bar1 {
	top: 13.5px;
    background-color: transparent;
}
.burger.active .bar2 {
	left: 0px;
    top: 8px;
    width: 21px;
    transform: rotate(45deg);
}
.burger.active .bar3 {
	left: 0px;
    top: 8px;
    width: 21px;
    transform: rotate(-45deg);
}
.burger.active .bar4 {
	background-color: transparent;
}
.burger.active .bar5 {
	bottom: 13.5px;
    background-color: transparent; 
}
.main_screen_offer {
	max-width: 735px;
	width: 100%;
}
.sub_title_offer {
	font-size: 14px;
	line-height: 20px;
	color: #C0E1FF;
	margin-bottom: 11px;
}
.title_offer {
	max-width: 700px;
	font-family: 'Days';
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
}
.text_offer {
	max-width: 480px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 19px 0 23px;
}
.btn_offer {
	background: #FB6161;
	border-radius: 20px;
	max-width: 298px;
	width: 100%;
	height: 55px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
}
.main_screen_contact {
	background: url(assets/img/main-screen-contact.jpg) no-repeat center top;
	background-size: cover;
	width: 43.2%;
	text-align: right;
	padding: 48px 15px 15px;
}
.title_main_screen_contact {
	line-height: 19px;
	font-weight: 700;
	color: #23315D;
	margin-bottom: 6px;
}
.link_main_screen_contact {
	font-size: 15px;
	line-height: 18px;
	color: #23315D;
}
.wrap_description {
    overflow: hidden;
}
.descriptions {
	max-width: 1270px;
	margin: 0 auto;
	padding: 98px 15px 84px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.descriptions_item {
	max-width: 344px;
	width: 100%;
	padding: 0 10px 10px;
}
.descriptions_item_wrap {
	padding-left: 80px;
	position: relative;
}
.descriptions_icon,
.what_get_icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.descriptions_title {
	font-family: 'Days';
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.descriptions_text_info {
	font-size: 16px;
	line-height: 22px;
}
.about {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px 84px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.about_img {
 	width: 55.7%;
	position: relative;
}
.about_img::after {
	padding-top: 54.45%;
	content: '';
	display: block;
}
.about_img img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.about_text {
 	width: 42%;
	padding-left: 10px;
}
.about_text h2 {
	margin-bottom: 29px;
}
.about_text_info {
	line-height: 22px;
	margin-bottom: 25px;
}
.about_text_info:last-of-type {
	margin-bottom: 0;
}
.our_shops {
	background: #379BF8;
	padding-top: 50px;
}
.our_shops_container {
	max-width: 1280px;
	justify-content: space-between;
	display: flex;
}
.our_shops_container_text {
	max-width: 325px;
	width: 100%;
	padding: 34px 10px 0 0;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.our_shops_container_text h2 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	flex: 2;
}
.logo_map {
    padding: 10px 0;
	flex: auto;
}
.our_shops_info {
	background: #357FD5;
	backdrop-filter: blur(19.5172px);
	border-radius: 10px 10px 0 0;
	width: 225px;
	height: 88px;
	text-align: center;
	margin: 0 auto;
	padding: 11px 23px 0;
	justify-content: space-between;
	display: flex;
}
.our_shops_info_item {
	width: 75px;
	color: #fff;
}
.our_shops_info_item strong {
	font-family: 'Days';
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 3px;
	display: block;
}
.our_shops_info_item p {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.map {
	max-width: 775px;
	width: 100%;
	position: relative;
}
.map::after {
	padding-top: 65.5%;
	content: '';
	display: block;
}
.map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.what_get {
	padding: 93px 15px 40px;
	overflow: hidden;
}
.what_get h2 {
	margin-bottom: 60px;
}
.what_get_list {
	max-width: 1220px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.what_get_item {
	max-width: 525px;
	width: 100%;
	padding: 0 5px 50px;
}
.what_get_item_container {
	padding-left: 95px;
	position: relative;
}
.what_get_item_title {
	font-family: 'Days';
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.what_get_item_text_info {
	max-width: 365px;
	font-size: 16px;
	line-height: 19px;
}
.quote_item {
	background: #0376DF url(assets/img/quote.jpg) no-repeat center top;
	padding: 56px 0 55px;
}
.quote_item_container {
	max-width: 1210px;
}
.quote_item_content {
	padding: 0 50px 0 200px;
	position: relative;
}
.quote_item_content::before {
	background: url(assets/img/right-quote.png);
	width: 85px;
	height: 85px;
	content: '';
	position: absolute;
	top: 70px;
	left: 0;
}
.quote_item_content::after {
	background: #fff;
	width: 1px;
	height: 85px;
	content: '';
	position: absolute;
	top: 70px;
	left: 138px;
}
.quote_item_text {
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
	padding-right: 88px;
}
.quote_item_text h3 {
	margin-bottom: 24px;
}
.autor {
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	color: #fff;
	text-align: right;
}
.become_partner {
	text-align: center;
	padding: 114px 15px 103px;
}
.become_partner_text {
	font-size: 18px;
	line-height: 21px;
	padding: 18px 0 29px;
}
.btn_become_partner {
	background: #FB6161;
	border-radius: 20px;
	max-width: 439px;
	width: 100%;
	height: 55px;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	display: flex;
}
.conditions {
	background: #FAFAFA;
	padding: 87px 15px;
	overflow: hidden;
}
.conditions h2 {
	margin-bottom: 52px;
}
.conditions_list {
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.conditions_item {
	max-width: 530px;
	width: 100%;
	padding: 0 10px 70px;
}
.conditions_item_container {
	padding-left: 145px;
	position: relative;
}
.conditions_icon {
	position: absolute;
	top: 0;
	left: 0;
}
.conditions_item_title {
	font-family: 'Days';
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.conditions_item_text_info {
	line-height: 19px;
	margin-bottom: 13px;
}
.conditions_item_text_info:last-of-type {
	margin-bottom: 0;
}
.conditions_item_text_info strong {
	font-weight: 600;
}
.fin_result {
	max-width: 895px;
	font-size: 13px;
	line-height: 15px;
	margin: -6px auto 0; 
}
.how_look {
	text-align: center;
	padding: 83px 15px 75px;
}
.how_look h2 {
	margin-bottom: 47px;
}
.how_look_slider {
	max-width: 995px;
	margin: 0 auto 31px;
	padding: 0 76px;
}
.how_look_item img {
	border-radius: 18px;
}
.owl-prev,
.owl-next {
	background: url(assets/img/arrow-slider.svg) no-repeat;
	width: 18px;
	height: 30px;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.owl-next {
	transform: translateY(-50%) rotate(-180deg);
	left: auto;
	right: 0;
}
.how_look_info {
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
}
.order {
	background: #FAFAFA;
	padding: 85px 15px;
}
.order h2 {
	margin-bottom: 46px;
}
.form {
	max-width: 1002px;
	margin: 0 auto;
}
.order_title {
	font-family: 'Days';
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.order_row {
	margin: 0 -5px;
	justify-content: space-between;
	display: flex;
}
.order_item {
	width: 46.4%;
	padding: 0 5px 25px;
}
.order_input {
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(190, 201, 232, 0.18);
	border-radius: 9px;
	width: 100%;
	height: 55px;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	color: #C0BDBD;
	padding: 0 29px;
}
.order_input::placeholder {
	color: #C0BDBD;
}
.order_input:focus {
	color: #23315D;
}
.order_item span {
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	color: #DBDBDB;
	padding-top: 10px;
	display: block;
}
.order_chekbox {
	padding: 11px 0 46px;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
	min-height: 30px;
	font-family: 'Segoe UI';
    font-size: 14px;
	line-height: 19px;
	color: #797B83;
	padding-left: 38px;
	align-items: center;
	display: flex;
	position: relative;
}
input[type="checkbox"] + label a {
	color: #5782F0;
	padding: 0 5px;
}
input[type="checkbox"] + label span {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(190, 201, 232, 0.18);
	border-radius: 2px;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
input[type="checkbox"]:checked + label span {
	background: url(assets/img/checkbox.png);
}
.submit_hidden {
	max-width: 373px;
	margin: 0 auto;
	position: relative;
}
.submit {
	background: #FB6161;
    border-radius: 20px;
    width: 100%;
    height: 55px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}
.footer {
	background: #4A4C5C;
	text-align: center;
	padding: 61px 15px 29px;
}
.footer h2 {
	max-width: 260px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #D1D1D1;
	margin: 0 auto 19px;
}
.footer_phone {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0 auto 35px;
	display: table;
}
.footer_mail {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0 auto 5px;
	display: table;
}
.footer_address {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 14px;
}
.title_social {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.social_list {
	padding-bottom: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.social_list li {
	margin: 0 15px;
}
.footer_logo {
	width: 247px;
	height: 78px;
	margin: 0 auto 43px;
}
.copi {
	font-family: 'Segoe UI';
	font-size: 14px;
	line-height: 19px;
	color: #9D9D9D;
}
.notification_ok {
	background: rgba(0, 0, 0, 0.65);
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.window_wrapp {
	max-width: 392px;
	width: 100%;
}
.wrapp_popup {
	position: relative;
	background: #fff;
	border-radius: 3px;
	max-width: 420px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 30px 15px 45px;
}
.wrapp_popup h3 {
	font-family: 'Days';
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 15px;
}



@media (min-width: 280px) and (max-width: 1220px) {
	.main_screen_text {
        padding: 20px 25px 45px;
    }
    .header {
        padding-bottom: 45px;
        display: block;
    }
    .nav_block {
        width: auto;
        margin: 0 -5px;
        padding-top: 20px;
    }
    .descriptions,
    .what_get_list,
    .conditions_list {
        justify-content: center;
    }
    .descriptions_item {
        min-height: 70px;
        padding-bottom: 18px;
    }
    input[type="checkbox"] + label {
        display: block;
    }
    input[type="checkbox"] + label span {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 841px) and (max-width: 1920px) {
    .nav_block {
        display: block !important;
    }
}
@media (min-width: 280px) and (max-width: 840px) {
    .burger {
        display: block;
    }
    .nav_block {
        background: #fff;
        max-width: 320px;
        width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .nav_block ul {
        padding: 30px 15px;
        display: block;
    }
    .nav_block ul li {
        padding: 10px 0;
    }
    .nav_block ul li a {
        color: #23315D;
    }
    .quote_item_content {
        padding: 0;
    }
    .quote_item_content::before,
    .quote_item_content::after {
        display: none;
    }
    .quote_item_text {
        padding: 0;
    }
    .autor {
        text-align: center;
    }
}
@media (min-width: 280px) and (max-width: 780px) {
    .main_screen,
    .about,
    .our_shops_container {
        display: block;
    }
    .main_screen_text {
        width: auto;
        padding: 12px 15px 50px;
    }
    .main_screen_contact {
        width: auto;
        min-height: 355px;
        padding: 0;
    }
    .title_main_screen_contact,
    .link_main_screen_contact {
        display: none;
    }
    .header {
        padding-bottom: 30px;
    }
    .about_img {
        width: auto;
        margin: 0 -15px;
    }
    .about_img img {
        border-radius: 0;
    }
    .about_text {
        width: auto;
        padding: 25px 0 0;
    }
    .our_shops {
        position: relative;
        padding-bottom: 141px;
    }
    .our_shops_container_text {
        margin: 0 auto 28px;
        padding: 0;
    }
    .map {
        margin: 0 auto;
    }
    .our_shops_info {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .title_second_level {
        font-size: 22px;
        line-height: 26px;
    }
    .how_look_slider {
        padding: 0 30px;
    }
}
@media (min-width: 280px) and (max-width: 480px) {
    .how_look_slider {
        margin: 0 -15px 24px;
        width: auto !important;
        padding: 0;
    }
    .how_look_item img {
        border-radius: 0;
    }
    .owl-prev {
        left: 15px;
    } 
    .owl-next {
        right: 15px;
    }
    .order_row {
        margin: 0;
        display: block;
    }
    .order_item {
        width: auto;
        padding: 0 0 25px;
    }
}
@media (min-width: 280px) and (max-width: 380px) {
    .nav_block {
        max-width: 100%;
    }
    .burger.active span {
        background-color: #000;
    }
    .descriptions {
        padding: 50px 15px 32px;
    }
    .descriptions_item {
        padding: 0 0 18px;
    }
    .about_text_info {
        margin-bottom: 20px;
    }
    .about {
        padding-bottom: 50px;
    }
    .what_get {
        padding: 50px 15px 22px;
    }
    h2 {
        margin-bottom: 40px !important;
    }
    .what_get_item {
        text-align: center;
        padding: 0 0 28px;
    }
    .what_get_item_container,
    .conditions_item_container {
        padding-left: 0;
    }
    .what_get_icon,
    .conditions_icon {
        margin: 0 auto 7px;
        display: table;
        transform: none;
        position: static;
    }
    .what_get_item_title {
        margin-bottom: 7px;
    }
    .quote_item {
        padding: 42px 0 46px;
    }
    .become_partner,
    .how_look,
    .order {
        padding: 50px 15px;
    }
    .conditions {
        padding: 50px 15px 35px;
    }
    .conditions_item {
        text-align: center;
        padding: 0 0 30px;
    }
    .conditions_icon {
        margin-bottom: 20px;
    }
    .conditions_item_title {
        margin-bottom: 12px;
    }
    .footer {
        padding: 50px 15px 47px;
    }
    .footer h2 {
        margin-bottom: 19px !important;
    }
    .become_partner h2 {
        margin-bottom: 12px !important;
    }
    .footer_phone,
    .footer_logo {
        margin-bottom: 19px;
    }
    .become_partner_text {
        padding: 0 0 12px;
    }
	.btn_offer {
		margin: 0 auto;
	}
}
