*::-webkit-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}
*:-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
}
*::-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	font-family: "sfuidisplay", sans-serif;
	overflow-x: hidden;
	margin: 0;
	font-weight: 400;
    color: #5a4a82;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul li,
ol li{
	list-style: none;
}
ul, ol{
	margin: 0;
	padding-left: 0;
}
button{
	font: inherit;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
}
.hidden {
	display: none;
}
.container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
}
.wrapper{
	overflow: hidden;
}
ul.menu{
	display: flex;
	flex-wrap: wrap;
}
ul.menu li{
	width: 33%;
	border-left: 1px solid #dcdcdc;
}
nav.nav_main_page {
    border-bottom: 1px solid #dddddd;
}
ul.menu li a {
    display: block;
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #4d3e73;
    text-align: center;
    transition: background 0.3s;
    background: #ffffff;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 500;
    letter-spacing: 1.5px;
}
ul.menu li a:hover{
	background: #f3f3f5;
}
ul.menu li:last-child{
	border-right: 1px solid #dcdcdc;
}
section.main_content_section {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 635px;
}
section.main_content_section::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background-image: url(../img/line_main.jpg);
	background-size: cover;
	background-position: center;
}
.header {
    color: #fff;
    padding-top: 31px;
    padding-bottom: 35px;
}
.flex_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.schedule_block_main{
	font-size: 14px;
	line-height: 20px;
}
.schedule_block_main span{
	display: block;
}
.schedule_block_main span {
    padding-left: 24px;
    position: relative;
}
.schedule_block_main span.time_schedule::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url(../img/time.png) no-repeat;
}
.btn {
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.3s;
    border: 3px solid #fe6868;
    font-size: 16px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    letter-spacing: 2px;
    background: transparent;
}
.btn:hover{
	background: #fe6868;
}
.right-content,
.left-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    padding: 3px 17px;
    border: 3px solid #fff;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    letter-spacing: 5px;
}
.logo a span{
	color: #fe6868;
}
.tel-block {
    font-size: 30px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 500;
    letter-spacing: 1px;
    margin-right: 21px;
}
.text_logo {
    font-size: 14px;
    line-height: 20px;
    width: 150px;
    margin-left: 33px;
}
.main_content {
    color: #fff;
    padding-top: 11px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}
.center_main_block{
	text-align: center;
}
.center_main_block.left{
	text-align: left;
}
h1.title_main {
    color: #fff;
    font-size: 89px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-shadow: 3px 3px 18px rgba(0,0,0,0.2);
}
h1.title_main span{
	color: #fe6868;
}
.text-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 11px;
}
.knob{
	background: #f24e4e;
	border: 0;
}
.knob:hover{
	background: #bf3232;
}
.button-center .btn {
    padding: 20px 56px;
    font-size: 30px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}

.content-txt-center{
	width: 100%;
}
.center_main_block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 408px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    letter-spacing: 2.5px;
}
.flex-block-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 46px;
}
.circle-block {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 21px;
    display: inline-block;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 700;
    letter-spacing: 1px;
}
.circle-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e85858;
    font-size: 25px;
    line-height: 33px;
    padding-top: 4px;
}
.item-col{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #493b70;
}
.flex-section {
    background: linear-gradient(to bottom, #f2f0f7, #fff);
    padding-top: 19px;
    padding-bottom: 10px;
}
.items-col-5 .item-col {
    width: 16%;
}
.items-col-4 .item-col {
    width: 19%;
}
.items-col-3-flex .item-col{
	width: 28%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.items-col-3-flex .item-col p, 
.items-col-2-flex .item-col p {
    width: 60%;
    text-align: left;
    margin-left: 34px;
    padding-bottom: 11px;
}
.items-col-2-flex .item-col {
    width: 37%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.items-col-2-flex{
	justify-content: center;
}
h2.title_page {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 71px;
    color: #5a4a82;
    letter-spacing: 1.5px;
    position: relative;
    padding-top: 64px;
    z-index: 3;
}
h2.title_page span{
	color: #fe6868;
}
h2.title_page::before {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 40px;
    background-image: url(../img/points.png);
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%);
}
section.advantages-section {
    padding-top: 61px;
    padding-bottom: 1px;
}
.flex_advant_block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 66px;
}
.item-advant {
    width: 30%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #4a3b70;
    margin-bottom: 66px;
}
.icon-advant{
	width: 140px;
	height: 140px;
	background-color: #f2f0f7;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}
.item-advant b {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    color: #5a4a82;
    line-height: 34px;
    min-height: 68px;
    margin-top: 23px;
    margin-bottom: 5px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 300;
}
.ic-ad {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img-main-center {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%,0);
}
.img-main-center img,
.img-lamp img{
	max-width: none;
}
.img-lamp {
    position: absolute;
    right: 50%;
    bottom: -60px;
    transform: translate(448%,0);
}
.ic-title::after {
    content: '';
    position: absolute;
    right: 50%;
    width: 141px;
    height: 154px;
    background: url(../img/startup.png) no-repeat;
    top: 5px;
    transform: translate(153%);
    z-index: -1;
}
.hauling-block {
    margin-top: 35px;
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 59px;
    padding-bottom: 67px;
    position: relative;
}
.hauling-block::after {
    content: '';
    position: absolute;
    right: 50%;
    top: -220px;
    width: 568px;
    height: 579px;
    background-image: url(../img/pillow.png);
    background-repeat: no-repeat;
    transform: translate(206%);
}
.tabs-blocks{
	display: flex;
	flex-wrap: wrap;
	min-height: 707px;
}
ul.link-tabs {
    width: 25%;
}
.tabs-content {
    background: #fff;
    width: 75%;
    padding: 34px 68px 55px 79px;
}
ul.link-tabs a {
    display: flex;
    min-height: 100px;
    font-size: 20px;
    padding: 16px 10px 14px 120px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 700;
    color: #5b488a;
    text-transform: uppercase;
    background: #f9f8fd;
    border-bottom: 3px solid #eceaef;
    transition: background 0.3s, border-color 0.3s;
    align-items: center;
    position: relative;
}
ul.link-tabs a:hover,
ul.link-tabs a.active{
	background: #ffffff;
	border-color: #e0dcec;
}
ul.link-tabs li:last-child a{
	border-bottom: 0;
}
ul.link-tabs a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.item-tab1::before{
	background-image: url(../img/tab-icon/tab-icon1.png);
}
.item-tab2::before{
	background-image: url(../img/tab-icon/tab-icon2.png);
}
.item-tab3::before{
	background-image: url(../img/tab-icon/tab-icon3.png);
}
.item-tab4::before{
	background-image: url(../img/tab-icon/tab-icon4.png);
}
.item-tab5::before{
	background-image: url(../img/tab-icon/tab-icon5.png);
}
.item-tab6::before{
	background-image: url(../img/tab-icon/tab-icon6.png);
}
.item-tab7::before{
	background-image: url(../img/tab-icon/tab-icon7.png);
}
.item-tab8::before{
	background-image: url(../img/tab-icon/tab-icon8.png);
}
.item-tab9::before{
	background-image: url(../img/tab-icon/tab-icon9.png);
}
.item-tab10::before{
	background-image: url(../img/tab-icon/tab-icon10.png);
}
.item-tab11::before{
	background-image: url(../img/tab-icon/tab-icon11.png);
}
.item-tab12::before{
	background-image: url(../img/tab-icon/tab-icon12.png);
}
.item-tab13::before{
	background-image: url(../img/tab-icon/tab-icon13.png);
}
.item-tab14::before{
	background-image: url(../img/tab-icon/tab-icon14.png);
}
.item-tab15::before{
	background-image: url(../img/tab-icon/tab-icon15.png);
}
.item-tab16::before{
	background-image: url(../img/tab-icon/tab-icon16.png);
}
.item-tab17::before{
	background-image: url(../img/tab-icon/tab-icon17.png);
}
.item-tab18::before{
	background-image: url(../img/tab-icon/tab-icon18.png);
}
.item-tab19::before{
	background-image: url(../img/tab-icon/tab-icon19.png);
}
.item-tab20::before{
	background-image: url(../img/tab-icon/tab-icon20.png);
}

.item-tab21::before{
	background-image: url(../img/tab-icon/tab-icon21.png);
}
.item-tab22::before{
	background-image: url(../img/tab-icon/tab-icon22.png);
}
.item-tab23::before{
	background-image: url(../img/tab-icon/tab-icon23.png);
}
.item-tab24::before{
	background-image: url(../img/tab-icon/tab-icon24.png);
}
.item-tab25::before{
	background-image: url(../img/tab-icon/tab-icon25.png);
}
.item-tab26::before{
	background-image: url(../img/tab-icon/tab-icon26.png);
}

.item-tab27::before{
	background-image: url(../img/tab-icon/tab-icon27.png);
}
.item-tab28::before{
	background-image: url(../img/tab-icon/tab-icon28.png);
}
.item-tab29::before{
	background-image: url(../img/tab-icon/tab-icon29.png);
}
.item-tab30::before{
	background-image: url(../img/tab-icon/tab-icon30.png);
}
h3.title-content {
    color: #5a4a82;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 40px;
    font-variation-settings: "wdth" 75, "wght" 300;
    letter-spacing: 1.3px;
}
.flex-tab-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 17px;
}
.flex-end{
	justify-content: flex-end;
}
.info-tab-content {
    color: #4a3b70;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
}
.time-work-block span{
	font-weight: 700;
}
.button-tab-block .btn {
    padding: 18px 39px;
    letter-spacing: 1px;
    font-size: 18px;
}
.top-tab-content {
    width: 100%;
}
.price-tab-block span {
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 500;
    letter-spacing: 1.3px;
    font-size: 48px;
    color: #5a4a82;
}
.right-block-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-tab-block {
    margin-right: 43px;
    padding-top: 8px;
}
.column-tab-item-contant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.tab-item-contant,
.column-tab-item-contant {
    height: 100%;
}
.img-tab-content {
    margin-top: 58px;
    height: 390px;
}
#tab1{
	display: block;
}
.tab-item-contant{
	display: none;
}
.scheme_work_section {
    padding-top: 60px;
    padding-bottom: 107px;
}
.images-content{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.flex-schema-work {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.item_sch_work {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.item_sch_work::before {
    content: '';
    position: absolute;
    top: 57px;
    right: -36px;
    width: 34px;
    height: 12px;
    background-image: url(../img/arr.png);
    background-repeat: no-repeat;
}
.item_sch_work:last-child::before{
	display: none;
}
.namber_sch_work {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    background: #f2f0f7;
    font-size: 100px;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    position: relative;
    z-index: 3;
    margin: 0 auto 30px auto;
}
.namber_sch_work::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -5px;
    width: 137px;
    height: 137px;
    z-index: -1;
    background-repeat: no-repeat;
}
.namber_sch_work1::before {
    background-image: url(../img/01.png);
    background-position: top right;
}
.namber_sch_work2::before {
    background-image: url(../img/02.png);
    background-position: top right;
}
.namber_sch_work3::before{
	background-image: url(../img/03.png);
}
.namber_sch_work4::before{
	background-image: url(../img/04.png);
}
.namber_sch_work5::before {
    background-image: url(../img/05.png);
    background-position: top right;
}
.item_sch_work p a{
	display: inline-block;
}
.flex-schema-col-4 .item_sch_work {
	width: 23%;
}
.flex-schema-col-5 .item_sch_work {
	width: 23%;
}
.flex-schema-col-6 .item_sch_work {
	width: 23%;
}
section.skills_section {
    padding-top: 55px;
    padding-bottom: 10px;
}
.txt_info_skills {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
table.table-skills {
    border-collapse: collapse;
    width: 48.6%;
    font-size: 18px;
    border-radius: 4px;
    overflow: hidden;
}
.table-skills-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
table.table-skills p {
    position: relative;
    padding-left: 34px;
    letter-spacing: 0.1px;
}
table.table-skills p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check-mark.png);
}
table.table-skills tr{
	border-radius: 4px;
}
table.table-skills tr:nth-child(odd){
	background: #f2f0f7;
}
table.table-skills tr td {
    padding: 11px 0;
}
.pr-sk span{
	font-weight: 700;
}
table.table-skills tr td:first-child {
    width: 82%;
    padding-left: 20px;
}
table.table-skills tr td:last-child {
    width: 18%;
    text-align: center;
}
section.form-section {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 65px;
}
.form-block-main {
    width: 770px;
    margin-left: auto;
}
h2.title_page_white {
    color: #fff;
    text-align: left;
    padding-top: 0;
}
h2.title_page_white::before{
	display: none;
}
.input-block::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.input-block:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.input-block::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.input-block:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.checkbox + label {
    cursor: pointer;
}
.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.checkbox:not(checked) + label {
    position: relative;
    padding-left: 24px;
    font-size: 12px;
    color: #a599c3;
    line-height: 16px;
    display: block;
}
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #9c90bb;
}
.checkbox:checked + label:before {
    background-image: url(../img/checkbox.png);
    background-size: cover;
}
.checkbox_block {
    width: 48%;
    padding-top: 10px;
}
form.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 3px;
}
.input-block {
    border: 0;
    border-bottom: 2px solid #ffffff;
    width: 48%;
    font-size: 18px;
    color: #ffffff;
    height: 71px;
    background: transparent;
    font-weight: 300;
    outline: none;
    margin-bottom: 37px;
}
.form .btn {
    width: 48%;
    padding: 19px 18px;
    font-size: 25px;
}
.man-block {
    position: absolute;
    left: -45px;
    bottom: -66px;
    width: 434px;
    height: 514px;
    background-image: url(../img/man.png);
}
.content-page{
	position: relative;
}
.benefit-flex-block {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #efefef;
    margin-top: 73px;
}
.item-ben {
    width: 50%;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    min-height: 275px;
}
.item-ben:nth-last-child(1),
.item-ben:nth-last-child(2){
	border-bottom: 0;
}
.item-ben:nth-child(2n){
	border-right: 0;
}
.icon-ben{
	width: 127px;
	height: 127px;
	border-radius: 50%;
	background: #f2f0f7;
	position: relative;
}
.ic-ben {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.text-ben {
    font-size: 20px;
    line-height: 30px;
    width: 63%;
    margin-left: 39px;
}
section.benefit-section {
    padding-top: 69px;
}
section.faq-section {
    padding-top: 75px;
    padding-bottom: 40px;
}
.faq-item {
    border-radius: 4px;
    border: 2px solid #f2f0f7;
    position: relative;
    margin-bottom: 12px;
}
.faq-item:last-child{
	margin-bottom: 0;
}
.faq-question {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding-top: 21px;
    padding-bottom: 26px;
    cursor: pointer;
}
.faq-question::before {
    content: '';
    position: absolute;
    right: 41px;
    width: 20px;
    height: 12px;
    background-image: url(../img/arrow-button.png);
    top: 50%;
    transform: translate(0,-50%);
    transition: transform 0.3s;

}
.faq-question.active::before{
	transform: translate(0,-50%) rotate(-180deg);
}
.faq-answer {
    background: #f2f0f7;
    padding-top: 24px;
    padding-bottom: 27px;
    display: none;
}
.faq-question, .faq-answer {
    padding-left: 46px;
    padding-right: 85px;
}
.faq-block-content {
    margin-top: 67px;
}
.content-page::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(320%,-30%);
    width: 312px;
    height: 784px;
    background-image: url(../img/sofa.png);
    background-repeat: no-repeat;
}
.footer {
    background: #3a3a3a;
    color: #fff;
}
.bottom-block-footer {
    border-top: 2px solid #434343;
    padding-top: 17px;
    padding-bottom: 18px;
    color: #757575;
    font-size: 14px;
}
.privacy_policy a:hover{
	text-decoration: underline;
}
.top-block-footer {
    padding-top: 52px;
    padding-bottom: 51px;
}
nav.nav_main_page_bottom {
    background: #2d2d2d;
    border-bottom: 1px solid #444444;
}
nav.nav_main_page_bottom ul.menu li a {
    color: #fff;
    background: #2d2d2d;
}
nav.nav_main_page_bottom ul.menu li {
    border-left: 1px solid #444444;
}
nav.nav_main_page_bottom ul.menu li:last-child {
    border-right: 1px solid #444444;
}
nav.nav_main_page_bottom ul.menu li a:hover {
    background: #272424;
}
section.reviews-section {
    padding-top: 31px;
}
.reviews-content-block {
    margin-top: 53px;
    padding-bottom: 81px;
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}
.master-info-block{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 24px;
	color: #5a4a82;
}
.master-block {
    position: relative;
    padding-right: 56px;
    font-weight: 700;
    margin-right: 28px;
}
.master-block::before {
    content: '';
    position: absolute;
    right: 0;
    width: 26px;
    height: 2px;
    background: #fe6868;
    top: 50%;
    transform: translate(0,-50%);
}
.slide-rev {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    border: 2px solid #efefef;
}
.item-rev-block{
	width: 50%;
	height: 408px;
	border-bottom: 2px solid #efefef;
	position: relative;
}
.item-rev-block.before{
	border-right: 2px solid #efefef;
}
.content-rev-top {
    width: 124px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    background: #5a4a82;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    padding: 7px 0 1px 0;
    position: absolute;
    left: -2px;
    top: 67px;
}
.item-rev-block.after .content-rev-top{
	background: #e85858;
}
.info-text-client, .rev-client-text {
    min-height: 200px;
    overflow: hidden;
}
.info-text-client {
    width: 34.5%;
    border-right: 2px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
}
.rev-client-text {
    width: 65.5%;
    display: flex;
    align-items: center;
    padding: 40px 67px;
}
.avatar-block{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #f2f0f7;
}
.avatar{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.title-info-block {
    font-weight: 700;
    margin-bottom: 7px;
}
.name-client span{
	display: block;
}
.info-text {
    margin-left: 40px;
    width: 150px;
}
.rev-client-content{
	width: 100%;
}
.slider-reviews {
    margin-top: 41px;
    position: relative;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fe6868;
    background-color: #ffffff;
    transition: background-color 0.3s, box-shadow 0.3s;
    transform: translate(0,-50%);
    outline: none;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: #fe6868;
	box-shadow: 0px 13px 24px rgba(0,0,0,0.1);
}
.swiper-button-prev {
    left: -28px;
    background-image: url(../img/swiper-button-prev.png);
}
.swiper-button-next{
	right: -28px;
	background-image: url(../img/swiper-button-next.png);
}
.swiper-button-prev:hover{
	background-image: url(../img/swiper-button-prev-hover.png);
}
.swiper-button-next:hover{
	background-image: url(../img/swiper-button-next-hover.png);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fe6868;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-container {
    padding-bottom: 49px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.pop_up {
    width: 370px;
    padding: 32px 45px 35px 45px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    color: #4a4a4a;
}
.input-popup {
    font-size: 14px;
    padding-left: 27px;
    border: 0;
    background: #f2f2f2;
    border-radius: 4px;
    height: 60px;
    width: 100%;
    outline: none;
    margin-bottom: 13px;
}
.form-popup .btn {
    width: 100%;
    padding: 15px 18px;
    border-radius: 4px;
    font-size: 20px;
}
h4.title_popup {
    font-size: 30px;
    line-height: 29px;
    color: #3d3752;
    letter-spacing: 2px;
    font-variation-settings: "wdth" 75, "wght" 300;
}
.bottom-text-frm a{
	text-decoration: underline;
}

.bottom-text-frm a:hover{
	text-decoration: none;
}
.bottom-text-frm {
    font-size: 11px;
    color: #848484;
    line-height: 14px;
    margin-top: 24px;
}
p.txt-popup {
    margin-top: 18px;
}
form.form-popup {
    margin-top: 23px;
}
.fancybox-close-small {
    top: 5px;
    right: 5px;
}
.icon-car {
    width: 37px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.replace-flex-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-repl {
    width: 49%;
    background: #fff;
    padding: 56px 30px 67px 30px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
h3.title-content-repl {
    color: #5a4a82;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 42px;
    font-variation-settings: "wdth" 75, "wght" 300;
    letter-spacing: 1px;
    text-align: center;
}
.img-repl-block {
    height: 291px;
    text-align: center;
    margin-top: 15px;
}
.info-repl-block {
    margin-top: 19px;
    width: 100%;
    max-width: 424px;
    margin: 19px auto 0 auto;
}
.item-wrk-we {
    background: #f2f0f7;
    min-height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-right: 1px solid #fff;
    width: 14.28%;
    text-align: center;
    padding: 5px;
    line-height: 20px;
    flex-grow: 1;
}
.item-wrk-we:last-child{
	border-right: 0;
}
.flex-wecan-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
}
section.wecan_work_section {
    padding-top: 55px;
    padding-bottom: 22px;
}
.text-wecan-block {
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
    letter-spacing: 0.5px;
}
.text-wecan-block span{
	font-weight: 700;

}
.flex-fill-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 70px;
}
.icon-fill-block {
    width: 139px;
    height: 139px;
    border-radius: 50%;
    background: #f2f0f7;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.icon-fill{
	width: 145px;
	height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.item-fill {
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    width: 15%;
    line-height: 35px;
}
section.filling-replace-section {
    padding-top: 36px;
    padding-bottom: 23px;
}
.content-txt-fill {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    margin-top: 58px;
}
.content-txt-fill b {
    display: block;
    font-weight: 700;
    margin-bottom: 11px;
}
.phone {
    display: inline-block;
    background: #fe6868;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    padding: 18px 34px;
    letter-spacing: 0.7px;
    margin-top: 14px;
}
section.price_section{
	padding-top: 20px;
	padding-bottom: 20px;
}
table.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 46px;
}
table.table tr:nth-child(odd) {
    background: #f2f0f7;
}
table.table p {
    position: relative;
    letter-spacing: 0.1px;
}
table.table tr td {
    padding: 11px 0;
}
table.table tr td:first-child {
    width: 82%;
    padding-left: 44px;
}
table.table tr td:last-child,
table.table-col-3 tr td:nth-child(2),
table.table-col-3 tr th:nth-child(2),
table.table tr th:last-child {
    width: 18%;
    text-align: center;
}
.img-main-center.img4 {
    bottom: -34px;
}
.img-main-center::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;

}
.img-main-center.img4::before {
    width: 964px;
    height: 64px;
    background-image: url(../img/shadow1.png);
    bottom: -30px;
    left: 46px;
    z-index: -1;
    background-position: bottom;
}
.text-table-block {
    text-align: center;
    max-width: 900px;
    margin: 45px auto 0 auto;
}
.img-main-center.img5 {
    left: auto;
    right: 50%;
    transform: translate(134%,0);
    bottom: -95px;
}
.benefi-weight .text-ben {
    font-size: 24px;
    font-weight: 700;
}
section.hauling-occurs-section {
    padding-top: 60px;
    padding-bottom: 10px;
}
ul.namber-list {
    border: 2px solid #efefef;
    margin-top: 59px;
}
ul.namber-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #efefef;
    min-height: 203px;
    padding: 20px 52px;
}
ul.namber-list li:last-child{
	border-bottom: 0;
}
.text-list-block {
    font-size: 30px;
    font-weight: 700;
    margin-left: 81px;
    width: 30%;
    flex-grow: 1;
}
.namber-list-block {
    width: 133px;
    height: 133px;
    background: #f2f0f7;
    border-radius: 50%;
    position: relative;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 400;
    font-size: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 3px 1px 1px;
}
.namber-list-block::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 130px;
    height: 61px;
    background-image: url(../img/border.png);
    background-repeat: no-repeat;
}
.img-main-center.img6 {
    bottom: -57px;
}
.flex-end {
    justify-content: flex-end;
}
.col-5-flex .container {
    max-width: 1500px;
}
.flex-schema-col-5 .item_sch_work {
    width: 19%;
}
section.info-company-section {
    padding-top: 74px;
    padding-bottom: 13px;
}
.flex-info-company {
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
}
.item-company{
	width: 50%;
	min-height: 457px;
	position: relative;
}
.item-company-img{
	background-image: url(../img/bg5.jpg);
	background-size: cover;
	background-position: center;
}
.item-company-text {
    background-color: #5a4a82;
    padding: 79px 78px 29px 78px;
    color: #fff;
    font-size: 20px;
}
.item-company-text p {
    margin-bottom: 30px;
}
.item-company-text p:last-child{
	margin-bottom: 0px;
}
.company-logo {
    position: absolute;
    left: 52px;
    bottom: 47px;
}
.img-main-center.img7 {
    left: auto;
    right: 50%;
    transform: translate(102%,0);
    bottom: -64px;
}
.benefi-weight-flex .text-ben {
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    width: 100%;
    line-height: 25px;
}
.benefi-weight-flex .item-ben {
    border-bottom: 2px solid #efefef;
    border-right: 2px solid #efefef;
    padding: 32px;
    min-height: 134px;
    padding: 32px;
}
.benefi-weight-flex{
    border: 2px solid #efefef;
}
.flex-card-block {
    background: #fff;
    padding: 54px 73px 58px 73px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.button-info-content-card .btn {
    padding: 16px 61px;
    font-size: 18px;
}
.img-card {
    width: 48%;
    height: 287px;
}
.images-card{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
h3.title-card {
    color: #5a4a82;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 42px;
    font-variation-settings: "wdth" 75, "wght" 300;
    letter-spacing: 1px;
}
.table-card {
    width: 49%;
}
.content-flex-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-card table.table {
    margin-top: 36px;
}
.info-content-card {
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-info-content-card {
    width: 67%;
}
.table-card table.table tr td:first-child {
    width: 82%;
    padding-left: 25px;
}
.block-content-page {
    padding-top: 38px;
    padding-bottom: 52px;
}
.txt-center-block{
	text-align: center;
}
.flex-content-block {
    border: 2px solid #efefef;
    display: flex;
    flex-wrap: wrap;
    margin-top: 58px;
}
.item-col-2 {
    width: 50%;
    min-height: 345px;
    padding: 39px 69px;
}
.item-col-left{
	border-right: 2px solid #efefef;
}
h5.title-item {
    padding-bottom: 14px;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-variation-settings: "wdth" 75, "wght" 300;
}
h5.title-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #fe6868;
}
.text-item-block {
    margin-top: 23px;
}
.img-main-center.img10 {
    left: auto;
    right: 50%;
    transform: translate(123%,0);
    bottom: -41px;
}
.img-main-center.img10::before {
    width: 964px;
    height: 64px;
    background-image: url(../img/shadow1.png);
    bottom: -22px;
    left: auto;
    right: 88px;
    z-index: -1;
    background-position: bottom;
}
.img-main-center.img11 {
    left: auto;
    right: 50%;
    transform: translate(174%,0);
    bottom: -40px;
}
.img-main-center.img11::before {
    width: 323px;
    height: 64px;
    background-image: url(../img/shadow2.png);
    bottom: -22px;
    left: auto;
    right: -12px;
    z-index: -1;
    background-position: bottom;
}
.text-block-page {
    margin-top: 51px;
    text-align: center;
}
.img-main-center.img12 {
    bottom: -49px;
}
.content-txt-fill p span{
	font-weight: 700;
}
.flex-col-3-fill .item-fill {
    width: 30%;
    margin-bottom: 67px;
}
ul.faq-list li {
    position: relative;
    padding-left: 20px;
}
ul.faq-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 8px;
    background-image: url(../img/mark.png);
}
.flex-schema-col-6 .item_sch_work {
    width: 15%;
}
.col-6-flex .container {
    max-width: 1700px;
}
.img-main-center.img14 {
    bottom: -93px;
}
.table-tab-content {
    margin-bottom: 38px;
}
.img-main-center.img15 {
    bottom: -92px;
}
.list-block-container,
.list-txt-block {
    width: 49%;
}
.list-block-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.col-list-2 li {
    justify-content: space-between;
}
table.table-col-3 tr td:first-child,
table.table-col-3 tr th:first-child {
    width: 64%;
}
table.table-col-3 tr th {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
}
table.table-col-3 tr:nth-child(even) {
    background: #f2f0f7;
}
table.table-col-3 tr:nth-child(odd) {
    background: #fff;
}
h6.title-table{
    font-size: 24px;
    color: #5a4a82;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;

}
.item-pr-table {
    margin-bottom: 62px;
}
.item-pr-table:last-child{
    margin-bottom: 0px;
}
.header-page {
    background: #5a4a82;
}
.txt-table-block {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    margin-top: 29px;
}
.price_main_section .content-txt-fill {
    margin-top: 36px;
}
.price_main_section .phone {
    font-size: 23px;
    padding: 11px 23px;
    margin-top: 6px;
}
.blocks-price-table {
    margin-top: 46px;
}
.price_main_section table.table {
    margin-top: 0;
}
section.company-section {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #f2f0f7;
}
.flex-block-company{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
h2.tit-head-page{
    padding-top: 0;
}
h2.tit-head-page::before{
    display: none;
}
.content-info-text {
    font-size: 18px;
    line-height: 29px;
    margin-top: 29px;
}
.content-info-text p {
    margin-bottom: 36px;
}
.content-info-text p:last-child{
    margin-bottom: 0;
}
.block-company-info {
    width: 62.5%;
}
.block-company-info h2{
    text-align: left;
}
.block-company-requisites {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    width: 31.5%;
    padding: 25px 43px;
}
h5.title-it{
    padding-bottom: 0;

}
h5.title-it::before{
    display: none;
}
.block-empl-company {
    margin-top: 95px;
}
.slide-empl {
    max-width: 370px;
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    margin: auto;
}
.avatar-slide-empl{
    width: 100%;
    height: 256px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.position-slide-empl span {
    display: inline-block;
    background: #fe6868;
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
}
.name-slide-empl {
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'bahnschrift', 'Yanone Kaffeesatz', sans-serif;
    font-variation-settings: "wdth" 75, "wght" 500;
    letter-spacing: 0.6px;
}
.swiper-empl-block {
    margin-top: 30px;
    position: relative;
}
.info-slide-empl{
    margin-top: 26px;
}
.position-slide-empl {
    margin-top: 9px;
}
.button-prev-arrow, 
.button-next-arrow {
    top: 31%;
}
section.contacts-section{
    padding-top: 20px;
}
#map{
    height: 100%;
    border: 0;
    width: 100%;
}
.map-block {
    margin-top: 30px;
    height: 727px;
    position: relative;
}
.block-info-contacts {
    position: absolute;
    left: 50%;
    transform: translate(-156%);
    width: 370px;
    background: #fff;
    z-index: 10;
    top: 141px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.title-contacts {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 44px;
}
a.phone-contacts{
    font-size: 20px;
    color: #5a4a82;
    font-weight: 700;
}
ul.list-contact{
    line-height: 20px;
    margin-bottom: 20px;
}
ul.list-contact li {
    margin-bottom: 26px;
}
ul.list-contact li:last-child{
    margin-bottom: 0;
}
.button-contacts .btn {
    width: 100%;
    color: #5a4a82;
    padding: 18px 18px;
}
.contacts-info-block {
    padding: 25px 46px 41px 46px;
}

#call-now { display: none; }

.a-blk-bg {
  text-shadow: 1px 1px 6px black;
    color: #fbff71;
}