@font-face {
    font-family: 'Heading';
    src: url('../fonts/Heading.eot');
    src: url('../fonts/Heading.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heading.woff') format('woff'),
        url('../fonts/Heading.ttf') format('truetype'),
        url('../fonts/Heading.svg#Heading') format('svg');
    font-weight: bold;
    font-style: normal;
}

.container, .container-app {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container , .container-app {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-app {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-app {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-app {
    max-width: 1140px;
  }
}


@media (min-width: 1650px) {
  .container, .container-app {
    max-width: 1600px;
  }
}

.container-fluid, .container-app {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

/* colors
	
		Розовый:				#ec556b;
		Желтый:					#f6d857;
		Голубой:				#04fbe3;
		Голубой2:				#74fbe4;
		Голубой3:				#00ffe4;
		Синий:					#44bcfd;
		Заголовки:			#000000;
		Текст:					#232323;
		Малиновый:			#ff2462;
	
*/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #000000;
}
._btn{
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	padding: 15px 42px;
	display: inline-block;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
._btn.crimson{
	color: #ffffff;
}
.white{
	background-color: #ffffff;
}
.yellow{
	background-color: #f6d857;
}
.crimson{
	background-color: #ff2462;
}
.blue{
	background-color: #04fbe3;
}
.blue2{
	background-color: #74fbe4;
}
.blue3{
	background-color: #00ffe4;
}
.blue4{
	background-color: #44bcfd;
}
.title{
	font-size: 64px;
	line-height: 1.4em;
	font-family: 'Heading';
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.free .title {
font-size: 50px;
line-height: 1.4em;
}
.subtitle{
	font-size: 72px;
	line-height: 106px;
	font-family: 'Heading';
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.info{
	line-height: 44px;
}
header{
	padding: 37px 0;
}
header ._btn{
	margin-right: 30px;
	margin-left: 30px;
}
.header__logo{
	height:31px;
}
.header__login{
	height: 30px;
}
.header__menu{
	margin: 0px;
	padding: 0 0 0 60px;
	display: inline-block;
}
.header__menu li{
	padding: 7px 0;
	margin: 0 20px;
	list-style: none;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
}
.header__menu li a{
	color: inherit;
	text-decoration: none;
}
.header__phone{
	display: inline-block;
	line-height: 20px;
	font-weight: 500;
}
.header__phone a{
	color: inherit;
	text-decoration: none;
}
.one{
	position: relative;
	height: 900px;
	min-height: 100vh;
	background-color: #ec556b;
	background-image: url('../img/main_bg.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #fff;
}
.one_bottom{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
.one .title{
	padding-top: 0px;
}
.one .info{
	width: 550px;
	padding-top: 20px;
	padding-bottom: 60px;
}
.one .store_btn{
	padding-bottom: 220px;
	display: inline-block;
}
.one .store_btn+ .store_btn{
	margin-left: 17px;
}
.about_bg{
	position: relative;
	top: -100px;
	background-color: #04fbe3;
	background-image: url(../img/about_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 310px;
}
.about .title{
	position: absolute;
	right: -53px;
	top: 211px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
}
.about_info{
	padding: 150px 0px 150px 200px;
}
.about_info_title{
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
	font-family: 'Heading';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: 600px;
}
.about .info{
	width: 600px;
	font-weight: 500;
}
.about ._btn{
	margin-top: 70px;
}



/* .app-block{
	position: relative;
	margin-top: 160px;
	margin-bottom: 180px;
	width: 100%;
	max-height: 551px;
	background-color:#232323;
	padding: 60px;
	display: flex;
	justify-content: space-between;
}
.app-title h1{
	color:white;
	font-size:72px;
	line-height: 100.8px;
	font-family: 'Heading';
}
.app-title{
	margin-bottom: 20px;
}
.app-subtitle{
	color:white;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	max-width: 734px;
	margin-bottom: 20px;
}
.app-button button{
	background-color: #F6D857;	
	padding: 15px 42px;
	color:rgb(0, 0, 0);
	font: bold 17px Montserrat;	
}
.app-img,.app-img-phone{
	width: fit-content;
	right: calc(10% + 10px);
}
.app-img img{
	width: 600px;
	transform: translateY(-100px);
}
.app-img-phone{
	display: none;
}
@media(max-width:1384px){
	.app-title h1 {
		font-size: 60px;
		line-height: 65.8px;
	}
	.app-subtitle {
		font-size: 14px;
		line-height: 24px;
	}

}
@media(max-width:1065px){
	.app-img img, .app-img-phone img{
		width: 400px;
	}
}
@media(max-width:870px){
	.app-img{
		display: none;
	}
	.app-img-phone{
		display: block;
	}
	.app-block{
		flex-direction: column;
		margin-top: 300px;
	}
	.app-img-phone img{
		width: 300px;
	}
	.app-img-phone{
		transform: translateY(-300px);
	}
	.app-info-holder{
		transform: translateY(-250px);
	}
}
@media(max-width:670px){
	.app-title h1 {
		font-size: 36px;
		line-height: 40.8px;
	}
	.app-subtitle {
		font-size: 12px;
		line-height: 19px;
	}
	.app-button button{
		background-color: #F6D857;	
		padding: 7px 21px;
		color:rgb(0, 0, 0);
		font:bold;	
	}
}
@media(max-width:400px){
	.app-img-phone img {
		width: 230px;
	}
	.app-img-phone {
		transform: translateY(-140px);
	}
	.app-info-holder {
		transform: translateY(-135px);
	}
	.app-block{
		padding: 15px;
	}
} */
.container-app{
	min-height: 100vh;
  }
  .container-app{
	width: 100%;
	max-width: 1690px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
  }
  .app__block{
	margin-top: 310px;
	margin-bottom: 130px;
	position: relative;
  }
  .app__block:after{
	content: '';
	position: absolute;
	top: 50%;
	left: calc(50% - 43px);
	background-image: url(../img/app.png);
	width: 600px;
	height: 817px;
	transform: translateY(-50%);
  }
  .app__block .container-app{
	background: #232323;
	padding-top: 60px;
	padding-bottom: 77px;
  }
  .app__title{
	padding-left: 100px;
	max-width: 734px;
	font-family: 'Heading';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 140%;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
  }
  .app__text{
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 180%;
	color: #FFFFFF;
	padding-left: 100px;
	max-width: 734px;
	margin-bottom: 40px;
  }
  .app-button button{
	background-color: #F6D857;	
	padding: 15px 42px;
	color:rgb(0, 0, 0);
	font: bold 17px Montserrat;
	border:none;
}
.app-button{
	padding-left: 100px;	
}
  @media screen and (max-width: 767.98px){
	.app__block{
        margin-top: 130px;
        margin-bottom: 0px;
    }
    .app__title{
        font-size: 36px;
        line-height: 53px;
        padding-left: 0;
    }
    .app__text{
        font-size: 16px;
        line-height: 26px;
        padding-left: 0;
    }
    .app__btns{
        flex-wrap: wrap;
        padding-left: 0;
        gap: 20px;
    }
    .app__block:after {
        content: '';
        position: absolute;
        top: -70px;
        left: calc(50% - 15px);
        background-image: url(../img/app.png);
        background-repeat: no-repeat;
        background-size: auto 352px;
        background-position: 50% 0;
        width: 100%;
        height: auto;
        padding-top: 110%;
        transform: translateX(-50%);
        max-height: 352px;
    }
    .app__block .container-app{
        padding-top: 300px;
    }
	.app-button{
		padding-left: 0px;	
	}
  }

  @media screen and (min-width: 768px) and (max-width:991.98px){
	.app__block{
        margin-top: 130px;
        margin-bottom: 0px;
    }
	.app-button{
		padding-left: 0px;	
	}
    .app__title{
        font-size: 36px;
        line-height: 53px;
        padding-left: 0;
    }
    .app__text{
        font-size: 16px;
        line-height: 26px;
        padding-left: 0;
    }
    .app__btns{
        flex-wrap: wrap;
        padding-left: 0;
        gap: 20px;
    }
    .app__block:after {
        content: '';
        position: absolute;
        top: -70px;
        left: calc(50% - 15px);
        background-image: url(../img/app.png);
        background-repeat: no-repeat;
        background-size: auto 352px;
        background-position: 50% 0;
        width: 100%;
        height: auto;
        padding-top: 110%;
        transform: translateX(-50%);
        max-height: 352px;
    }
    .app__block .container-app{
        padding-top: 300px;
    }
  }
  @media screen and (min-width: 992px) and (max-width:1279.98px){
	.app__block{
        margin-top: 150px;
    }
	.app-button{
		padding-left: 0px;	
	}
    .app__title{
        font-size: 36px;
        line-height: 53px;
        padding-left: 0;
        max-width: 50%;
    }
    .app__text{
        font-size: 16px;
        line-height: 26px;
        padding-left: 0;
        max-width: 50%;
    }
    .app__btns{
        flex-wrap: wrap;
        padding-left: 0;
        gap: 20px;
    }
    .app__block:after {
        background-size: auto 500px;
        background-position: 50% 50%;
        height: auto;
        padding-top: 110%;
        transform: translateY(-50%);
        max-height: 352px;
        max-width: 50%;
        background-repeat: no-repeat;
    }
    .app__block .container-app{
        padding-top: 77px;
    }
	.app__block:after{
		left: calc(50% + 0px);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: 600px;
	}
  }
  @media screen and (min-width: 1280px){
	.app__block:after{
		left: calc(50% + 43px);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: 600px;
	}
  }






.plus{
	padding: 180px 0;
	padding-bottom: 100px;
}
.plus .title{
	padding-bottom: 100px;
	text-align: center;
}
.plus_item{
	padding: 0 110px;
}
.plus_item + .plus_item{
	margin-top: 80px;
}
.plus_item .icon{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	float: left;
	background-image: url(../img/plus.svg);
	background-repeat: no-repeat;
	background-size: 42px 42px;
	background-position: 50% 50%;
	margin-top: 10px;
}
.plus_item .icon.crimson{
	background-image: url(../img/plus_w.svg);
}
.plus_item .title{
	padding-left: 110px;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	padding-bottom: 0px;
}
.plus_item .info{
	padding-top: 12px;
	padding-left: 110px;
	line-height: 32px;
}
.free{
	padding: 122px 0;
	background-color: #00ffe4;
	background-image: url('../img/free_bg.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 215px 0;
}
.free .info{
	padding: 23px 0 43px;
	font-weight: 500;
}
.footer_1{
	background-color: #ff2462;
	padding: 52px 0;
	color: #ffffff;
}
.footer__logo{
	height:31px;
}
.footer__menu{
	margin: 0px;
	padding: 0 0 0 60px;
	display: inline-block;
}
.footer__menu li{
	margin: 0px;
	padding: 7px 20px;
	list-style: none;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
}
.footer__menu li a{
	color: inherit;
	text-decoration: none;
}
.footer__phone{
	display: inline-block;
	margin-right: 23px;
	margin-left: 23px;
	line-height: 20px;
	font-weight: 500;
}
.footer__phone a{
	color: inherit;
	text-decoration: none;
}
.footer_2{
	background-color: #44bcfd;
	padding: 15px 0;
	font-size: 14px;
	line-height: 14px;
}
.footer_2 img{
	margin:0 10px;
}
.footer_2 a{
	color: inherit;
	text-decoration: none;
}
.work{
	padding-top: 80px;
}
.work_bg{
	position: relative;
	background-color: #f94366;
	background-image: url('../img/work_bg.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.work_bg .title{
	position: absolute;
	top: -52px;
	left: -150px;
}
.work_tabs{
	height: 700px;
	padding-top: 180px;
	width: 795px;
	padding-right: 115px;
	float: right;
}
.work ._btn{
	margin-top: 50px;
}
.work_tabs ul{
	padding: 0;
	margin: 0;
}
.work_tabs ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}
.work_tabs ul li + li{
	margin-left: 40px;
}
.work_tabs ul li.active:before{
	content: '';
	z-index: 0;
	height: 15px;
	background-color: #F6D857;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.work_tabs ul li div{
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: inherit;
	text-decoration: none;
	padding: 0 7px;
	font-weight: 500;
	cursor: pointer;
}
.work_tab{
	display:none;
}
.work_tab.active{
	display:initial;
}
.work_tab .info{
	padding-top: 80px;
}
.work_tab .title{
	font-size: 48px;
	line-height: 70px;
	margin-bottom: 30px;
}
.reviews{
	text-align: center;    
	padding-bottom: 100px;
}
.review_author{
	text-align: left;
}
.reviews .title{
	text-align: center;

}
.reviews .info{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}
.review{
	width: 700px;
	margin: 0 30px;
	padding: 40px;
	position: relative;
	display: inline-block;
	margin-top: 60px;
	padding-bottom: 160px;
}
.review .info{
	text-align: left;
	line-height: 36px;
	font-weight: 400;
	padding: 0;
}
.review_author{
	display:	table;
	position: absolute;
	bottom: 40px;
	left: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.review_l{
	display:	table-cell;
	width: 90px;
	vertical-align: middle;
}
.review_r{
	display:	table-cell;
	vertical-align: middle;
}
.review_img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.review_name{
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
}
.review_post{
	font-size: 18px;
	line-height: 29px;
}
.form{
	padding-top: 180px;
	padding-bottom: 280px;
}
.form .title{
	text-align: center;
}
.form .info{
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center;
	font-weight: 500;
}
.form input[type="text"]{
	background: none;
	border: none;
	outline: none;
	border-bottom: 2px solid #A8A8A8;
	font-size: 20px;
	padding: 10px 14px;
	width: 100%;
}
.form .sender input[type="text"]:invalid {
	border-bottom: 2px solid red;
}
.form .sender input[type="text"]:valid {
	border-bottom: 2px solid #A8A8A8;
}
.m_modal_form .sender input[type="text"]:invalid {
	border-bottom: 2px solid red;
}
.m_modal_form .sender input[type="text"]:valid {
	border-bottom: 2px solid #A8A8A8;
}
.form input[type="text"] + input[type="text"]{
	margin-top: 40px;
}
.email_error + input[type="text"]{
	margin-top: 40px;
}
.email_error{
	position: absolute;
}
.form  ._btn{
	margin-top: 60px;
}
.contacts .label{
	font-size: 20px;
	line-height: 36px;
}
.contacts a{
	margin-top: 10px;
	font-size: 36px;
	line-height: 36px;
	color: inherit;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}
.contacts a + .label{
	margin-top: 40px;
}
.m_modal_body{
	border: 20px solid #ff2462;
}
.overlay {
	background: rgba(0,0,0, 0.5);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	min-height: 100%;
	width: 100%;
	z-index: 1000;
}
.overlay.active {
    display: block;
}
.m_modal {
	left: 0px;
	top: 0px;
	min-height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	z-index: 1000;
}
.m_modal.active {
	display: block;
}
.m_modal_body{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	background: #ffffff;
	padding: 80px 30px;
}
.m_modal_close{
	height: 23px;
	width: 23px;
	background-image: url('../img/close.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 23px 23px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.blur{
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	filter: blur(4px);
}
.m_modal .container, .m_modal .row, .container-app{
	min-height:100vh;
}
.m_modal .title{
	font-size: 48px;
	line-height: 70px;
	margin-bottom: 20px;
	text-align: center;
}
.m_modal .info{
	font-size: 20px;
	line-height: 44px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 500;
}
.m_modal_form{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.m_modal_form input[type="text"]{
	background: none;
	border: none;
	outline: none;
	border-bottom: 2px solid #A8A8A8;
	font-size: 20px;
	padding: 10px 14px;
	width: 100%;
}
.m_modal_form input[type="text"] + input[type="text"]{
	margin-top: 40px;
}
.m_modal_form  ._btn{
	margin-top: 60px;
}
.checkbox {
  display:none;
}
.checkbox + label {
	margin-top: 40px;
  position: relative;
  padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 19px;
}

/* label a,label a:hover,label a:active{
	text-decoration: none;
	color: inherit;
} */

.checkbox + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
	border: 2px solid #FF2462;
  cursor: pointer;
}
.checkbox:checked + label:after {
	content: '\2713';
	color: #FF2462;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
.err404{
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-image: url('../img/404.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #ffffff;
}
.err404 .container, .container-app{
	/* height: 100vh; */
	min-height: 400px;
}
.err404 .row{
	height: 100vh;
	min-height: 400px;
}
.err404 .info{
	padding-top: 40px;
	padding-bottom: 50px;
	max-width: 500px;
}
.err404 .m_modal{
	color: #000000;
}
.header_m{
	padding: 20px 0;
	display: none;
}
.menu_btn{
	cursor: pointer;
	float: right;
}
.m_menu{
	display: none;
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	min-height: 100vh;
	background: #ff2363;
	z-index: 10;
}
.m_menu.active{
	display: initial;
}
.m_menu_btn{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.branding{
	padding-top: 260px;
}
.branding .title{
	text-align: center;
	padding-bottom: 80px;
}
.brand_bg{
	position: relative;
	background-color: #ff4668;
	background-image: url('../img/brand_bg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: contain;
}
.brand_info {
	padding: 150px 0px 150px 200px;
}
.branding .info{
	width: 415px;
	font-weight: 500;
}
.branding ._btn{
	margin-top: 70px;
}
.branding .subtitle{
	position: absolute;
	right: -40px;
	top: 211px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	line-height: 70px;
	font-size: 48px;
}
.work_thumbs{
	background-color: #00ffe4;
	cursor: pointer;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 80px;
}
.thumbs_num{
	font-family: 'Heading';
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	-webkit-text-stroke: 1px #000000;
	-webkit-text-fill-color: transparent;
}
.thumbs_txt{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #232323;
	opacity: 0.5;
}
.owl-thumb-item.active .thumbs_txt{
	opacity: 1;
}
.owl-thumb-item.active .thumbs_num{
	color: #000000;
	-webkit-text-stroke: 2px #000000;
	-webkit-text-fill-color: #000000;
}
.work .title{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 80px;
}
.work_step .row{
  align-items: center;
  justify-content: center;
}
.work_step ._btn img{
	height: 14px;
	width: auto;
	display: inline-block;
	margin-left: 8px;
}
.step_info p{
	width: 415px;
}
.step_img{
	position: relative;
}
.work_step .subtitle{
	position: absolute;
	left: -11px;
	top: 50%;
	height: 520px;
	margin-top: -260px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	line-height: 70px;
	font-size: 48px;
	text-align: center;
}
.subtitle_num{
	display: none;
}
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.instruments{
	background-color: #FBE82A;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 90px;
	margin-bottom: 100px;
}
.instruments .title{
	text-align: center;
}
.instruments .info{
	max-width: 700px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #232323;
}
.instruments ._btn{
	white-space: nowrap;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.instruments_slider_title{
	font-family: 'Heading';
	font-size: 36px;
	line-height: 53px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
}
.instruments_slider_title{
	margin-bottom: 40px;
}
.instruments_slider_tags{
	margin-bottom: 40px;
	text-align: center;
}
.instruments_slider_tags span{
	font-family: 'Heading';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	mix-blend-mode: normal;
	border: 1px solid #000;
	padding: 4px 9px;
}
.instruments_slider_info{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 44px;
	color: #232323;
	text-align: left;
	margin-bottom: 20px;
}
.owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-next{
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel2 .owl-item img{
    width: auto;
    max-width: 100%;
    margin-left: 0;
}
.instruments ._btn{
	max-width: 277px;
}
.owl-carousel2 .owl-dots{
	justify-content: center;
    display: flex;
    margin-top: 45px;
}
.owl-carousel2 .owl-dots .owl-dot{
	position: static;
	width: 40px;
	height: 6px;
	background-color: transparent;
	margin: 0 10px;
	border: 1px solid #000;
}
.owl-carousel2 .owl-dots .owl-dot.active{
	background-color: #000;
}
.darkblue {
	background-color: #44BCFD;
}
.footer_1 .store_btn {
	display: inline-block;
}
._btn a {
	color: #000;
}
._btn a:hover, ._btn a:focus {
	text-decoration: none;
}
.stats{
	background-color: #00ffe4;
	padding: 74px 0 62px;
}
.stats_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stats_num{
	font-family: 'Heading';
	font-size: 98px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin-right: 30px;
}
.stats_txt{
	font-family: 'Heading';
	font-size: 30px;
	line-height: 1.6;
	color: #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.services {
    margin-bottom: 40px;
}
.services .title {
	padding: 88px 0 28px;
	text-align: center;
}
.services .info {
	padding-bottom: 60px;
	text-align: center;
}
.service {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
	cursor: pointer;
}
.service .icon {
	width: 72px;
	height: 72px;
	margin-bottom: 30px;
}
.icon_car {
	background-image: url("../img/car-wash.svg");
}
.icon_barber {
	background-image: url("../img/barber.svg");
}
.icon_nail {
	background-image: url("../img/nail.svg");
}
.icon_yoga {
	background-image: url("../img/yoga.svg");
}
.icon_coffee {
	background-image: url("../img/coffee.svg");
}
.service .title {
	font-size: 44px;
	line-height: 1.46;
	text-align: left;
	padding: 0 0 5px;
}
.service .info {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 36px;
	color: #232323;
	padding: 0;
	text-align: left;
	margin-bottom: 50px;
}
.link {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Heading';
	font-size: 24px;
	line-height: 1;
	color: #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.service:hover .link, .service:focus .link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.link::after {
	content: '';
	background-image: url("../img/arrow.svg");
	width: 30px;
	height: 12px;
	background-size: contain;
	margin-left: 20px;
}
.link:hover, .link:focus {
	color: #000000;
	text-decoration: none;
}
.owl-carousel3 .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-carousel3 .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.partners .title {
	text-align: center;
}
.partners-wrapper {
	padding: 60px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin: 80px 0 160px;
}
.partners-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.owl-carousel3 .owl-nav {
    display: block!important;
    position: relative;
    bottom: -50px;
    width: 164px;
    margin: auto;
}
.owl-carousel3 .owl-nav button.owl-prev,
.owl-carousel3 .owl-nav button.owl-next {
    width: 62px;
    height: 24px;
    top: auto;
}
.owl-carousel3 .owl-nav button.owl-prev {
    left: 0;
    background-image: url("../img/arrow_left.svg");
}
.owl-carousel3 .owl-nav button.owl-next {
    right: 0;
    background-image: url("../img/arrow_right.svg");
}
.owl-carousel3 .owl-nav button span {
    display: none;
}

/**Customers**/
.header__menu li.active {
	border-bottom: 3px solid #F6D857;
}
header .social.customers {
	display: inline-block;
}
header .social.customers img {
	margin: 0 10px;
}
header .header__phone.customers {
	margin-right: 40px;
}
.one.customers {
	margin-bottom: 35px;
	height: 1080px;
	background-color: #44BCFD;
	background-image: url(../img/customers_main_bg.png);
}
.one.customers .info{
	width: 660px;
}
.about.customers .title {
	padding-top: 35px;
}
small.customers {
	color: rgba(35, 35, 35, 0.4);
}
.work.customers .step_info {
	margin-bottom: 40px;
	padding: 0;
}
.work.customers .step_info .info {
	position: relative;
	margin-left: 20px;
}
.work.customers .step_info .info small {
	line-height: 1.25;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.work.customers .step_info .step_number {
	position: relative;
	height: 60px;
	text-align: center;
}
.work.customers .step_info .step_number .square {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.work.customers .step_info .step_number .step_text {
	font-family: 'Heading';
	font-size: 46px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}
.plus.customers .plus_item .icon.crimson {
	background-image: url(../img/plus1.svg);
}
.plus.customers .plus_item .icon.yellow {
	background-image: url(../img/plus2.svg);
}
.plus.customers .plus_item .icon.blue2 {
	background-image: url(../img/plus3.svg);
}
.plus.customers .plus_item .icon.darkblue {
	background-image: url(../img/plus4.svg);
}
.connect {
	padding: 200px 0 20px;
}
.connect .title {
	text-align: center;
	padding-bottom: 30px;
}
.connect .info {
	text-align: center;
}
.connect .connect_step {
	margin-top: 50px;
}
.connect .connect_step img {
	margin-bottom: 38px;
}
.connect .connect_step .title {
	font-size: 40px;
	line-height: 59px;
}
.connect ._btn {
	margin: 70px auto 0;
}
.map {
	padding-top: 100px;
}
.map .title {
	text-align: center;
	padding-bottom: 30px;
}
.map .info {
	text-align: center;
	margin-bottom: 50px;
}
.map-wrapper iframe {
	border: 0;
	width: 100%;
	height: 600px;
	margin-bottom: -10px;
}
.disabled{
	opacity: 0.5;
	pointer-events: none;
	background: #999999
}
.top{
	background: #F6D857;
}
.top_head{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.top_head_img img{
	height: 60px;
}
.top_head_text{
	padding-left: 4px;
	padding-right: 20px;
	font-family: 'Heading';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 171.04%;

	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stats_num_map:hover{
	color: #fff;
}
.stats_num_map{
	font-family: 'Heading';
	font-size: 98px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin-right: 30px;
    white-space: nowrap;
}
.hover_map_link_a{
  text-decoration: none; /* remove underline */
}

.hover_map_link_a:hover {
  color: #555; /* change text color on hover */
}











	.modal__tree{
		display: none;
		flex-wrap: wrap;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: rgba(0,0,0,0.5);
		z-index: 1000;
		overflow: auto;
	}
	.modal__tree.active{
		display: flex;
	}
	.modal__tree_body{
		box-sizing: border-box;
		width: 1074px;
		max-width: 100%;
		border: 20px solid #FF2362;	
		background: #ffffff;
		padding: 44px;
	}
	.modal__tree_timeline{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 474px;
		height: 8px;
		background: #D9D9D9;	
		max-width: 100%;		
	}
	.modal__tree_timeline:before{
		content: '';
		width: 33.33%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1;
		background: #04FBE3;
	}
	.modal__tree_timeline--step2:before{
		content: '';
		width: 66.66%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1;
		background: #04FBE3;
	}
	.modal__tree_h1{
		color: #000;
		text-align: center;
		font-family: 'Heading';
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 4.8px;
		text-transform: uppercase;
		margin-top: 25px;
	}
	.modal__tree_form_wrap{
		margin-top: 25px;
	}
	.modal__tree_form_line{
		display: flex;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.modal__tree_form_line--file{
		position: relative;
		flex-wrap: wrap;
	}
	.modal__tree_form_file_name{
		font-size: 14px;
		position: absolute;
		top: 100%;
	}
	.modal__tree_form_line + .modal__tree_form_line{
		margin-top: 32px;
	}
	.modal__tree_i{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M12.3 7.79C12.5 7.61 12.74 7.5 13 7.5C13.27 7.5 13.5 7.61 13.71 7.79C13.9 8 14 8.24 14 8.5C14 8.77 13.9 9 13.71 9.21C13.5 9.4 13.27 9.5 13 9.5C12.74 9.5 12.5 9.4 12.3 9.21C12.11 9 12 8.77 12 8.5C12 8.24 12.11 8 12.3 7.79ZM9.8 12.47C9.8 12.47 11.97 10.75 12.76 10.68C13.5 10.62 13.35 11.47 13.28 11.91L13.27 11.97C13.13 12.5 12.96 13.14 12.79 13.75C12.41 15.14 12.04 16.5 12.13 16.75C12.23 17.09 12.85 16.66 13.3 16.36C13.36 16.32 13.41 16.28 13.46 16.25C13.46 16.25 13.54 16.17 13.62 16.28C13.64 16.31 13.66 16.34 13.68 16.36C13.77 16.5 13.82 16.55 13.7 16.63L13.66 16.65C13.44 16.8 12.5 17.46 12.12 17.7C11.71 17.97 10.14 18.87 10.38 17.12C10.59 15.89 10.87 14.83 11.09 14C11.5 12.5 11.68 11.82 10.76 12.41C10.39 12.63 10.17 12.77 10.04 12.86C9.93 12.94 9.92 12.94 9.85 12.81L9.82 12.75L9.77 12.67C9.7 12.57 9.7 12.56 9.8 12.47ZM22 12.5C22 18 17.5 22.5 12 22.5C6.5 22.5 2 18 2 12.5C2 7 6.5 2.5 12 2.5C17.5 2.5 22 7 22 12.5ZM20 12.5C20 8.08 16.42 4.5 12 4.5C7.58 4.5 4 8.08 4 12.5C4 16.92 7.58 20.5 12 20.5C16.42 20.5 20 16.92 20 12.5Z' fill='%23232323'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
	.modal__tree_i i{
		display: none;
		width: 461px;
		background: rgba(0,0,0,0.6);
		color: #ffffff;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 120%;
		padding: 10px;
		border-radius: 8px;
	}
	.modal__tree_i i{
		display: none;
	}
	.modal__tree_i:hover i{
		position: absolute;
		bottom: 100%;
		right: 0;
		font-family: 'Montserrat', sans-serif;
		display: flex;
	}
	.modal__tree_i i{
		display: none;
		background-image: none!important;
	}
	.modal__tree_i:hover i{
		position: absolute;
		bottom: 100%;
		right: 0;
		font-family: 'Montserrat', sans-serif;
		display: flex;
	}
	.modal__tree_form_input_plus .modal__tree_i{
		position: relative;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.modal__tree_form_checkbox_wrap .modal__tree_i{
		position: relative;
		left: 10px;
		transform: translateY(0%);
	}
	.modal__tree_form_input{
		color: #232323;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 0%;
		border: 0;
		outline: none;
		width: 100%;
		height: 48px;
		display: flex;
		align-items: center;
		padding-right: 34px;
		
    box-sizing: border-box;
		border-bottom: 1px solid  #232323;
	}
	.modal__tree_form_input_wrap{
		position: relative;
		width: 100%;
		height: 48px;
	}
	.modal__tree_form_input_wrap + .modal__tree_form_input_wrap{
		margin-left: 24px;
	}
	.modal__tree_form_input_plus{
		display: flex;
		color: #232323;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.85px;
    align-items: center;
		position: relative;
		text-align: left;
	}
	.modal__tree_form_input_plus span{
		display: block;
		margin-right: 8px;
		width: 24px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.5C7.59 20.5 4 16.91 4 12.5C4 8.09 7.59 4.5 12 4.5C16.41 4.5 20 8.09 20 12.5C20 16.91 16.41 20.5 12 20.5ZM12 2.5C10.6868 2.5 9.38642 2.75866 8.17317 3.2612C6.95991 3.76375 5.85752 4.50035 4.92893 5.42893C3.05357 7.3043 2 9.84784 2 12.5C2 15.1522 3.05357 17.6957 4.92893 19.5711C5.85752 20.4997 6.95991 21.2362 8.17317 21.7388C9.38642 22.2413 10.6868 22.5 12 22.5C14.6522 22.5 17.1957 21.4464 19.0711 19.5711C20.9464 17.6957 22 15.1522 22 12.5C22 11.1868 21.7413 9.88642 21.2388 8.67317C20.7362 7.45991 19.9997 6.35752 19.0711 5.42893C18.1425 4.50035 17.0401 3.76375 15.8268 3.2612C14.6136 2.75866 13.3132 2.5 12 2.5ZM13 7.5H11V11.5H7V13.5H11V17.5H13V13.5H17V11.5H13V7.5Z' fill='black'/%3E%3C/svg%3E%0A");
	}
	.modal__tree_form_input_plus + .modal__tree_form_input_wrap{
		display:none;
	}
	.modal__tree_form_line.active .modal__tree_form_input_wrap{
		display:block;
	}
	.modal__tree_form_line.active .modal__tree_form_input_plus{
		display:none;
	}
	.modal__tree_form_checkbox_wrap label{
		color: #232323;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		flex-wrap: wrap;
		text-align: left;
		position: relative;
	}
	.modal__tree_form_checkbox_wrap label span{
		display: block;
		width: 24px;
		height: 24px;
		border: 2px solid #FF2362;
		margin-right: 8px;
		position: relative;
	}
	.modal__tree_form_checkbox:checked + label span{
		background: #FF2362;
	}
	.modal__tree_form_checkbox:checked + label span:after {
    content: '\2713';
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.modal__tree_form_checkbox_wrap label a{
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		color: inherit;
	}
	.modal__tree_form_checkbox{
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	.modal__tree_btns{
		margin-top: 24px;
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.modal__tree_btn--call{
		border: 2px solid #232323;
		background: #232323;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.85px;
		height: 60px;
		padding: 18px 35px 19px 35px;
		cursor: pointer;
		color: #ffffff;
	}
	.modal__tree_btn--back{
		border: 2px solid #232323;
		background: #F9E002;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.85px;
		height: 60px;
		padding: 18px 35px 19px 35px;
		color: #232323;
		cursor: pointer;
	}
	.modal__tree_btn--next{
		border: 2px solid #232323;
		background: #F9E002;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.85px;
		height: 60px;
		padding: 18px 35px 19px 35px;
		color: #232323;
		cursor: pointer;
	}
	.modal__tree_btn--disabled{
		background: rgba(35, 35, 35, 0.10);
		border-color: rgba(35, 35, 35, 0.10);
		color: #ffffff;
		pointer-events: none;
		cursor: not-allowed;
	}
	
	
		.modal__ok{
		display: none;
		flex-wrap: wrap;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: rgba(0,0,0,0.5);
		z-index: 1000;
		overflow: auto;
	}
	.modal__ok.active{
		display: flex;
	}
	.modal__ok_body{
		box-sizing: border-box;
		width: 1206px;
		max-width: 100%;
		border: 20px solid #FF2362;	
		background: #ffffff;
		padding: 44px;
	}
	.modal__ok_text{
		margin-top: 25px;
		color: #232323;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}
	.modal__ok_h1{
		color: #000;
		text-align: center;
		font-family: 'Heading';
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 4.8px;
		text-transform: uppercase;
		margin-top: 25px;
	}
	.modal__ok_btn{
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		border: 2px solid #232323;
		background: #F9E002;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.85px;
		height: 60px;
		padding: 18px 35px 19px 35px;
		color: #232323;
		cursor: pointer;
	}
	.modal__tree_form_wrap--step2{
		max-width: 461px;
	}
	.modal__tree_form_checkbox_wrap + .modal__tree_form_checkbox_wrap{
		margin-left: 30px;
	}
	.modal__tree_body--step2{
		background-image: url(../img/modal_step2_bg.gif);
		background-position: bottom 0px right 90px;
		background-repeat: no-repeat;
	}
	.logo_img_1{
		border-radius: 12px;
		background: #FF2362;
		display: flex;
		width: 24px;
		height: 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-shrink: 0;
		margin-left: 10px;
		
		overflow: hidden;
		color: #FFF;
		text-align: center;
		text-overflow: ellipsis;
		whitespace: nowrap;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;


	}
	.modal__tree_form_file{
		display: none;
	}
	@media (max-width:1023.98px){
		.modal__tree_body--step2{
			background-image: none;
		}
	}
	@media (max-width:767.98px){
		.modal__tree_form_line{
			flex-wrap: wrap;
		}
		.modal__tree_form_input_wrap + .modal__tree_form_input_wrap {
				margin-left: 0;
				margin-top: 32px;
		}
		.modal__tree_body{
			border-width: 8px;
			padding: 15px;
		}
		.modal__tree_h1{
			font-size: 32px;
		}
		.modal__ok_body{
			border-width: 8px;
			padding: 15px;
		}
		.modal__ok_h1{
			font-size: 32px;
		}
		.modal__tree_btns{
			flex-wrap: wrap;
		}
		.modal__tree_btn--call{
			width: 100%;
		}
		.modal__tree_btn--back{
			width: 100%;
		}
		.modal__tree_btn--next{
			width: 100%;
			margin-top: 25px;
		}
	}