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

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.error {
	border: 1px solid red;
	background-color: #ffe5e5;
}

.text_err {
	color: red;
	font-size: 12px;
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
}
body.lock {
	overflow: hidden;
}
.container {
	max-width: 1475px;
	margin: 0 auto;
}
.header{
	background: #fff;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.burger {
	display: none;
}
.header__logo img {
	display: block;
	width: 84px;
}
.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.choose-lang {
    position: relative;
}
.choose-lang__top {
   	background: #EDEDED;
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}
.choose-lang__list li:not(:last-child) {
	margin: 0 0 10px 0;
}
.choose-lang__top.active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.choose-lang__top, .choose-lang__list li {
    display: flex;
    align-items: center;
}
.choose-lang__list {
    display: none;
    margin: 0;
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    background: #EDEDED;
    border-top: 1px solid #D5D5D5;
    z-index: 5;
}
.choose-lang__top img.lang_arrow {
	display: block;
	margin-left: 5px;
	transition: all 0.3s ease;
	user-select: none;
}
.choose-lang__top img.lang_arrow.rotate {
	transform: rotate(180deg);
}
.header__nav {
	display: flex;
	align-items: center;
	margin-right: 100px;
}
.header__nav li:not(:last-child) {
	margin-right: 50px;
}
.header__nav li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 45px 0 40px 0;
	border-bottom: 5px solid transparent;
	transition: all 0.3s ease;
}
.header__nav li a:hover,
.header__nav li a.active {
	color: #005C52;
	border-color: #005C52;
}
.header__links {
	display: flex;	
	align-items: center;
	margin-left: 50px;
}
.header__links a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	bottom: 0;
}
.header__links a:hover {
	bottom: 5px;	
}
.header__links a:not(:last-child) {
	margin-right: 5px;
}


.main {
	padding-top: 110px;
}

.first {
	min-height: calc(100vh - 110px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
}
.first .container {
	flex: auto;
	display: flex;
	flex-direction: column;
}
.first__content {
	display: flex;
	align-items: center;
	flex: auto;
	justify-content: space-between;
	padding: 0 10px;
}
.first__left {
	width: 62%;
}
.first__left p {
	font-size: 24px;
	display: block;
	font-weight: 700;
	color: #005C52;
	margin: 0 0 10px 0;
}
.first__left strong {
	color: #000;
	display: block;
	font-size: 64px;
	font-weight: 400;
	margin: 0 0 50px 0;
}
.first__left .btn {
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.first__left small {
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 50px;
	color: #6B6B6B;
	max-width: 650px;
	width: 100%;
}
.btn {
	display: inline-block;
	padding: 20px 45px;
	background: #FFA800;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}
.btn:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.first__right img {
	display: block;
	max-width: 100%;
	height: auto;
}
.qr-section {
	padding: 100px 10px;
	background: #fff;
}
.qr-section__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 30px;
}
.qr-scan {
	grid-row: 1/3;
	background: #005C52;
	padding: 35px 10px;
	border-radius: 10px;
	text-align: center;
}
.qr-scan p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
}
.qr-scan img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}
.qr-scan .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.qr-scan .flex a {
	display: block;
	text-decoration: none;
}
.qr-scan .flex a:first-child {
	margin-right: 10px;
}
.qr-scan .flex a img {
	width: 152px;
}
.qr-grid__item {
	border-radius: 5px;
	text-align: center;
	display: flex;
	min-height: 240px;
}
.qr-grid__item > * {
	width: 50%;
}
.qr-grid__item img {
	display: block;
	max-width: 100%;
	height: auto;
}
.qr-grid-item__photo {
	background: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qr-grid-item__text {
	background: #005C52;
	border-radius: 5px;
	padding: 15px 20px 15px 25px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	line-height: 1.4;
}
.no-problem {
	background-image: url('../img/interested-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 155px 10px;
}
.no-problem__content p {
	display: block;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	max-width: 805px;
	width: 100%;
	margin: 0 auto;
}
.contacts {
	padding: 90px 10px;
	background: #fff;
}
#map {
	display: none;
	width: 100%;
	border-radius: 20px;
}
#map iframe {
	display: block;
	width: 100%;
	height: 400px;
	border-radius: 20px;
}
.contacts__content {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	margin-top: 50px;
	grid-gap: 55px;
}
.contacts__content h1 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.contacts__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}
.contacts-grid__item {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.contacts-grid__item.bg {
	background: #f5f5f5;
	transition: all 0.3s ease;
}
.contacts-grid__item.bg:hover {
	background: #FFA800;
	color: #fff;
}
.contacts-grid__item img {
	display: block;
	margin-right: 20px;
}
.contacts__right {
	display: block;
}
.form-flex {
	display: flex;
}
.form-flex .form-label {
	width: 50%;
}
.form-flex .form-label:first-child {
	margin-right: 20px;
}
.form-label {
	display: block;
	width: 100%;
}
.form-label:not(:last-child) {
	margin-bottom: 21px;
}
.form-label input,
.form-label textarea {
	display: block;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 5px;
	outline: none;
	padding: 18px 25px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.form-label input:focus,
.form-label textarea:focus {
	border-color: #FFA800;
}
.form-label textarea {
	height: 100px;
	resize: none;
	overflow-y: auto;
}
.form_submit {
	width: 50%;
	display: block;
	background: #FFA800;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	padding: 20px 10px;
	margin-left: auto;
	border: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border: 1px solid #FFA800;
	height: 62px;
}
.form_submit:hover {
	background: #fff;
	color: #000;
}

.footer-bottom__left {
	
}
.footer-bottom__left * {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	display: block;
	text-decoration: none;
}
.footer-bottom__left *.active {
	font-weight: 700;
}
.footer-bottom__left *:not(:last-child) {
	margin-right: 10px;
}

.privacy-rools {
	padding: 100px 10px;
	background: #fff;
}
.privacy-rools__content p {
	font-size: 18px;
	line-height: 175%;
	font-weight: 400;
	margin: 0;
}


.instruction {
	padding: 130px 10px 0 10px;
}
.section-title {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.instruction__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
.instruction__step {
	background: #F6F6F6;
	padding: 15px 30px;
	border-radius: 5px;
	background-position: 50% 20px;
	background-repeat: no-repeat;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.instruction__step:first-child {
	background-position: center;
}
.instruction-step__text {
	background: #E4E4E4;
	border-radius: 5px;
	padding: 20px 35px;
	font-size: 16px;
	color: #1D1D1D;
	font-weight: 700;
	display: inline-block;
	margin-top: auto;
	max-width: 320px;
	text-align: center;
}
.types-of-charge {
	padding: 45px 10px 65px 10px;
}
.types-of-charge img {
	display: block;
	max-width: 100%;
	height: auto;
}
.instruction .btn {
	margin-top: 20px;
}
.instruction .container {
	text-align: center;
}
.instruction .container .section-title {
	text-align: left;
}
.bine-is {
	padding: 65px 10px 100px 10px;
	border-bottom: 1px solid #005C52;
}
.bine-is__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
.bine-is__item {
	background: #F6F6F6;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.bines-is-item__top {
	border-radius: 10px;
	height: 180px;
	background: #005C52;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bines-is-item__text {
	padding: 35px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: auto;
	
}
.bines-is-item__text p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 175%;
	margin: 0;
	max-width: 265px;
}
.mobile-app {
	padding: 100px 10px;
	border-bottom: 1px solid #005C52;
}
.mobile-app h1,
.green-title {
	font-size: 24px;
	font-weight: 700;
	color: #005C52;
	line-height: 1.4;
	padding: 20px;
	background: #F5F5F5;
	margin-bottom: 35px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}
.mobile-app h1 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.mobile-app__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mobile-app__content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 175%;
	margin: 0;
}
.mobile-app__content p:not(:last-child) {
	margin-bottom: 80px;
}
.mobile-app__content > * {
	flex: 0 1 30%;
}
.mobile-app__right {
	text-align: right;
}
.mobile-app__center {
	position: relative;
	flex: auto;
	margin: 0 25px
}
.mobile-app__center > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.mobile-app__center .flex {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.mobile-app__center .flex a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	bottom: 0;
}
.mobile-app__center .flex a:hover {
	bottom: 5px;
}
.mobile-app__center a:not(:last-child) {
	margin-right: 12px;
}
.mobile-app__center a img {
	display: block;
	width: 130px;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0, 0, 0, 0.8);
}
/*.popup.active{*/
/*	display: block!important;*/
/*}*/
.popup__body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	max-width: 700px;
	height: 70%;
}
.popup__content {  
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 12px;
    padding: 25px 30px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.request-popup .popup__content {
	background: #F6F6F6;
}
.thanks-popup .popup__content {
	background: #005C52;
}
.popup__content form {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.close-popup {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    right: -40px;
}
.popup__content h1 {
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.popup .contacts__right input[type="submit"] {
	width: 100%;
}
.thanks-popup strong {
	display: block;
	font-size: 25px;
	text-align: center;
	color: #fff;
	line-height: 150%;
	margin: 30px 0 0 0;
}
.thanks-popup .popup__content img {
	display: block;
	margin: 0 auto;
}
.contacts-media__flex {
	display: flex;
	align-items: center;
}
.contacts-media__flex a {
	display: block;
	text-decoration: none;
}
.contacts-media__flex a:not(:last-child) {
	margin-right: 25px;
}
.contacts-media__flex a img {
	display: block;
	max-width: 100%;
	height: auto;
}
.footer {
	padding: 35px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F9F9F9;
}
.slick-slider {
	min-width: 0;
    flex-wrap: wrap;
}
.slick-list {
	overflow: hidden;
    min-height: inherit;
}
.slick-track {
	display: flex;
	align-items: center;
}
.about-us__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.about-us__first {
	position: relative;
	height: calc(100vh - 110px);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
.about-us__first .container {
	max-width: 1580px;
	flex:  auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
	width: 100%;
}
.about-slider__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.about-slider__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.about-slider__bg img.active {
	display: block;
}
.about-arrow {
	cursor: pointer;
	display: block;
}
.about-arrow img {
	display: block;
	width: 70px;
	height: 70px;
}
.about-is-slider__item {
	width: 100%;
	text-align: center;
}
.about-us__slider {
	width: 80%;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.slick-dots li:not(:last-child) {
	margin-right: 25px;
}
.slick-dots li button {
	font-size: 0;
	display: block;
	border: none;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	background: #3F3F3F;
	min-width: 20px;
	height: 20px;
	width: 20px;
	outline: none;
}
.slick-dots li.slick-active button {
	background: #FFA800;
}
.easy {
	background: #fff;
	padding: 100px 10px;
}
.easy__content {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}
.easy__content h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 175%;
	margin: 0 0 40px 0;
	color: #000;
}
.easy__content p {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	line-height: 175%;
	color: #000;
}
.easy__content p span {
	font-size: inherit;
	color: #188D6C;
	font-weight: inherit;
}
.easy__content p strong {
	font-size: inherit;
	color: inherit;
	font-weight: 600;
}
.easy__content p:not(:last-child) {
	margin-bottom: 25px;
}
.develope-sharing {
	background: #005C52;
	padding: 90px 10px;
	background-image: url('../img/develope-sharing_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.develope-sharing__content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
}
.develope-sharing__left {
	margin-right: 100px;
	width: 65%;
}
.develope-sharing__left img {
	display: block;
	max-width: 100%;
	height: auto;
}
.develope-sharing__right {
	
}
.develope-sharing__right p {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 50px 0;
}
.develope-sharing__right .btn {
	display: block;
	width: 100%;
}
.advantages {
	padding: 100px 10px;
	background: #fff;
}
.advantages__content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages__left {
	margin-right: 70px;
}
.advantages__left img {
	display: block;
	max-width: 100%;
	height: auto;
}
.advantages__right strong {
	font-size: 26px;
	display: block;
	font-weight: 600;
	margin-bottom: 40px;
}
.advantages__right p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	line-height: 175%;
}
.why-bine {
	padding: 100px 10px;
	background: #005C52;
	background-image: url('../img/why-bine_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.why-bine .section-title {
	padding-left: 90px;
	color: #fff;
	margin-bottom: 25px;
}
.why-bine__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px;
}
.why-bine__item {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 25px 15px 40px;
	border-radius: 10px;
}
.why-bine__item strong {
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
}
.why-bine__item p {
	color: #fff;
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 175%;
}
.why-bine__item.green {
	background-color: #078F80;
}
.why-bine__item.pink {
	background-color: #D44EEA;
}
.why-bine__item.yellow {
	background-color: #7048E2;
}
.why-bine__item.lightblue {
	background-color: #2597D7;
}
.why-bine__item.red {
	background-color: #DA355C;
}
.why-bine__item.blue {
	background-color: #262626;
}

.franchise-percent {
	padding: 100px 10px;
	background: #fff;
}
.franchise-percent__content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.franchise-percent .section-title {
	text-align: center;
}

.really {
	padding: 100px 10px;
	background: #fff;
}
.really__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url('../img/franchise-proof-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0;
	border-radius: 50px;
	background-color: #005C52;
	padding: 60px 185px 0 100px;
}
.really__left {
	padding-bottom: 50px;
	width: 68%;
}	
.really__left strong {
	font-size: 26px;
	display: block;
	margin-bottom: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.really__left p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: #D2FFFA;
	line-height: 175%;
}
.really__left p:not(:last-child) {
	margin-bottom: 30px;
}
.really__right img {
	display: block;
	max-width: 100%;
	height: auto;
}

.legal-form {
	padding: 100px 10px;
	background: #fff;
	border-bottom: 1px solid #005C52;
}
.legal-form__content {
	display: flex;
	align-items: center;
}
.legal-form__left {
	width: 34%;
	margin-right: 75px;
}
.legal-form__left h1 {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	line-height: 160%;
	color: #000;
}
.legal-form__right {
	flex: auto;
	border-radius: 10px;
	background: #F6F6F6;
	padding: 60px 30px 60px 60px;
}
.legal-form__right p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: #000;
	line-height: 175%;
}
.legal-form__right p:not(:last-child) {
	margin-bottom: 25px;
}
.legal-form__right p strong {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
}

.faq {
	padding: 100px 10px;
	background: #fff;
}
.faq__item {
	border-radius: 5px;
	background: #F6F6F6;
	border: 1px solid #D3D3D3;
}
.faq__item:not(:last-child) {
	margin-bottom: 30px;
}
.faq-item__top {
	padding: 45px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d3d3d3;
	cursor: pointer;
	user-select: none;
}
.faq-item__top p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: #000;
}
.faq-item__top span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	color: #2EC499;
	font-size: 50px;
	font-weight: 600;
}
.faq-item__text {
	display: none;
	padding: 35px 60px;
	font-size: 18px;
	color: #4A4A4A;
	font-weight: 400;
	line-height: 170%;
}
.about-us__first .first__left strong {
	color: #000;
}

.terms-conditions{
	color: #005c52;
    font-weight: bold;
	text-decoration: none;
	font-size: 14px;
    text-transform: uppercase;
}
.terms-conditions:hover{
	color: #ffa800;
}
@media(max-width: 1700px) {
	.header__nav {
		margin-right: 25px
	}
	.header__links {
		margin-left: 25px
	}
	.header__nav li a {
		font-size: 14px
	}
	.first__left p {
		font-size: 20px
	}
	.first__left small {
		font-size: 18px;
		margin-bottom: 30px
	}
	.first__left strong {
		font-size: 40px;
		margin-bottom: 30px
	}
}
@media(max-width: 1450px) {
	.header {
		padding: 10px
	}
	.burger {
	    display: block;
	    width: 30px;
	    height: 20px;
	    position: relative;
	    cursor: pointer;
	}
	.burger:before,
	.burger:after,
	.burger span {
	    content: '';
	    position: absolute;
	    left: 0;
	    width: 100%;
	    height: 2px;
	    background: #2EC499;
	    transition: all 0.2s ease;
	}
	.burger:before {
	    top: 0;
	}
	.burger:after {
	    bottom: 0;
	}
	.burger span {
	    top: 9px;
	}
	.burger.active:before {
	    top: 9px;
	    transform: rotate(45deg);
	}
	.burger.active:after {
	    bottom: 9px;
	    transform: rotate(-45deg);
	}
	.burger.active span {
	    transform: scale(0);
	}
	.header .header__content {
	    position: fixed;
	    top: -100%;
	    max-height: 70%;
	    z-index: 5;
	    overflow-y: auto;
	    width: 100%;
	    left: 0;
	    background: #005C52;
	    transition: all 0.2s ease;
	    flex-direction: column;
	    padding: 50px 15px 25px 15px;
	    align-items: flex-start;
	}
	.header .header__content.active {
		top: 60px;
	}
	.header .header__content li:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.header .header__content a {
	    color: #fff;
	}
	.header .header__nav {
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
		margin-bottom: 30px
	}
	.header .header__nav li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header .header__nav li a {
		padding: 0 0 15px 0;
		color: #fff
	}
	.header .header__nav li a.active,
	.header .header__nav li a:hover {
		border-color: #fff;
		border-width: 2px;
	}
	.header .header__links {
		margin-left: 0;
		margin-top: 20px
	}
	.first {
		min-height: 60vh;
	}
	.footer-bottom__left *:not(:last-child) {
		margin-right: 25px
	}
	.footer-bottom__left * {
		font-size: 14px
	}
	.footer {
		padding: 20px
	}
	.main {
		padding-top: 60px
	}
	.qr-grid-item__text {
		font-size: 14px
	}
	.for-clients .first__right img {
		width: 400px
	}
}

@media(max-width: 1200px) {

	.first__left p {
		font-size: 14px
	}
	.first__left strong {
		font-size: 35px
	}
	.first__left .btn {
		font-size: 12px
	}
	.qr-section__grid {
		grid-gap: 15px
	}
	.contacts__content {
		flex-direction: column;
	}
	.contacts__left,
	.contacts__right {
		width: 100%
	}
	.contacts__left {
		margin-right: 0;
		margin-bottom: 50px
	}
	.footer-bottom__left {
		flex-direction: column;
		margin: 30px 0;
	}
	.footer-bottom__left *:not(:last-child) ,
	.terms-conditions{
		margin-right: 0;
		margin-bottom: 20px
	}
	footer .header__logo{
		margin-bottom: 20px
	}
	.instruction__content {
		grid-template-columns: 1fr 1fr;
	}
	.mobile-app__content p {
		font-size: 14px
	}
	.mobile-app__content p:not(:last-child) {
		margin-bottom: 30px
	}
	.mobile-app__center a img {
		width: 105px
	}
	.form-flex {
		flex-direction: column;
	}
	.form-flex .form-label {
		width: 100%;
		margin-bottom: 20px
	}
	.form-flex .form-label:first-child {
		margin-right: 0;

	}
	.contacts__content {
		grid-gap: 25px
	}
	.footer {
		flex-direction: column;
	}
	.about-arrow img {
		width: 50px;
		height: 50px
	}
	.about-us__first {
		height: 60vh
	}
	.advantages__right p {
		font-size: 16px
	}
	.why-bine__item strong {
		font-size: 24px;
	}
	.why-bine__item p {
		font-size: 12px
	}
	.why-bine__item {
		padding: 15px 20px;
	}
	.why-bine__grid {
		grid-gap: 15px
	}
	.first__left small {
		font-size: 18px;
		line-height: 175%;
		margin-bottom: 25px
	}
	.really__content {
		padding: 45px 100px 0 50px;
	}
	.legal-form__content {
		flex-direction: column;
	}
	.legal-form__left {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.qr-grid__item {
		flex-direction: column;
	}
	.qr-grid__item > * {
		width: 100%
	}
	.qr-grid__item .qr-grid-item__text {
		height: 100px
	}
	.qr-grid-item__photo {
		padding: 20px 10px;
		flex: auto;
	}
}

@media(max-width: 800px) {
	.easy__content p br {
		display: none
	}
	.first__content {
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding: 25px 10px
	}
	.first__left,
	.first__right {
		width: 100%
	}
	.first__right img {
		width: 400px;
		margin: 0 auto
	}
	.first__left {
		text-align: center
	}
	.qr-section__grid {
		grid-template-columns: 1fr 1fr;
	}
	.footer .header__nav {
		flex-direction: column;
		margin-right: 0;
		margin-top: 30px
	}
	.footer .header__nav li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer .header__nav li a {
		padding: 0 0 15px 0;
	}
	.mobile-app__content {
		flex-direction: column;
		align-items: center
	}
	.mobile-app__left,
	.mobile-app__right {
		text-align: center
	}
	.mobile-app__center {
		margin: 30px 0;
	}
	.bine-is__content {
		grid-template-columns: 1fr 1fr;
	}
	.close-popup {
	    right: 0;
	    top: -40px;
	}
	.contacts__content {
		grid-template-columns: 1fr;
	}
	.about-is-slider__item strong {
		font-size: 25px;
		margin-bottom: 25px
	}
	.about-is-slider__item .btn {
		padding: 15px 30px
	}
	.develope-sharing__right p {
		font-size: 18px
	}
	.develope-sharing__left {
		margin-right: 30px
	}
	.advantages__content {
		flex-direction: column;
	}
	.advantages__left {
		margin-right: 0;
		margin-bottom: 50px
	}
	.advantages__right {
		text-align: center
	}
	.why-bine__grid {
		grid-template-columns: 1fr 1fr;
	}
	.why-bine .section-title {
		padding-left: 0
	}
	.really__content {
		padding: 50px 15px;
		flex-direction: column-reverse;
		align-items: center;
	}
	.really__left {
		text-align: center;
		margin-right: 0;
		margin-top: 30px;
		padding-bottom: 0;
		width: 100%
	}
	.legal-form__left h1 {
		font-size: 20px;
	}
	.legal-form__right p {
		font-size: 14px;
	}
	.legal-form__right p:not(:last-child) {
		margin-bottom: 25px
	}
	.faq-item__top {
		padding: 25px 35px;
	}
	.faq-item__top p {
		font-size: 16px;
	}
	.faq-item__top span {
		font-size: 35px
	}
	.faq-item__text {
		padding: 25px 35px;
		font-size: 16px
	}
}

@media(max-width: 500px) {
	.first__left p {
		font-size: 12px
	}
	.first__left strong {
		font-size: 20px;
		margin-bottom: 20px;
		background: #E4E4E4;
	    border-radius: 5px;
	    padding: 20px 15px;
	}
	.first__left .btn {
		font-size: 12px
	}
	.header__links a img {
		display: block;
		max-width: 100%;
		height: auto
	}
	.qr-section__grid {
		grid-template-columns: 1fr;
	}
	.qr-scan {
		padding: 20px 10px;
	}
	.qr-scan p {
		font-size: 14px
	}
	.qr-scan > img {
		width: 200px
	}
	.qr-grid-item__text,
	.instruction-step__text {
		font-size: 12px
	}
	.no-problem__content p {
		font-size: 18px;
		line-height: 1.5;
	}
	.no-problem {
		padding: 70px 10px;
	}
	.contacts__grid {
		grid-template-columns: 1fr;
	}
	
	.contacts__content h1 {
		font-size: 18px
	}
	.contacts-grid__item {
		font-size: 14px
	}
	.form_submit {
		width: 100%
	}
	.footer-bottom__left * {
		font-size: 14px
	}
	.instruction__content {
		grid-template-columns: 1fr;
	}
	.instruction__step {
		height: 270px;
		background-size: contain
	}
	.instruction__step:first-child {
		background-size: auto
	}
	.section-title,
	.instruction .container .section-title {
		font-size: 18px;
		text-align: center
	}
	.bine-is__content {
		grid-template-columns: 1fr;
	}
	.mobile-app h1,
	.green-title {
		font-size: 16px
	}
	.about-arrow img {
		width: 35px;
		height: 35px
	}
	.about-is-slider__item strong {
		font-size: 18px;
		line-height: 160%;
	}
	.about-is-slider__item p {
		font-size: 12px
	}
	.slick-dots li button {
		min-width: 10px;
		height: 10px;
		width: 10px
	}
	.slick-dots li:not(:last-child) {
		margin-right: 10px
	}
	.slick-dots {
		margin-top: 10px
	}
	.about-us__slider {
		margin: 0 7px
	}
	.easy,
	.contacts,
	.qr-section,
	.instruction,
	.bine-is,
	.mobile-app,
	.develope-sharing,
	.advantages,
	.why-bine,
	.really,
	.legal-form,
	.faq,
	.privacy-rools {
		padding: 60px 10px;
	}
	.easy__content h1 {
		font-size: 24px;
		margin-bottom: 30px
	}
	.easy__content p {
		font-size: 14px;
	}
	.easy__content p:not(:last-child) {
		margin-bottom: 20px
	}
	.contacts__content {
		margin-top: 0
	}
	.develope-sharing__content {
		flex-direction: column;
	}
	.develope-sharing__left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px
	}
	.develope-sharing__right {
		text-align: center
	}
	.advantages__right strong {
		font-size: 18px;
		margin-bottom: 25px
	}
	.advantages__right p {
		font-size: 12px
	}
	.why-bine__grid {
		grid-template-columns: 1fr;
	}
	.first__left small {
		font-size: 12px;
		background: #E4E4E4;
	    border-radius: 5px;
	    padding: 20px 35px;
	    color: #000
	}
	.really__left strong {
		font-size: 18px
	}
	.really__content {
		border-radius: 20px;
	}
	.really__left p {
		font-size: 12px
	}
	.really__right img {
		width: 180px
	}
	.legal-form__right {
		padding: 45px 25px;
	}
	.faq-item__top,
	.faq-item__text {
		padding: 25px 15px;
	}
	.faq-item__top p,
	.faq-item__text {
		font-size: 14px
	}
	.privacy-rools__content p {
		font-size: 14px
	}
	.privacy-rools__content .section-title {
		text-align: left
	}
}