@font-face {
	font-family: Conv_PFDinTextCondPro-Bold; 
	src: url(/wp-content/themes/pereezd/assets/fonts/PFDinTextCondPro-Bold.ttf); 
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	font-family: "Arial", sans-serif;
}
input {
	font-size: 16px;
}
.container {
	max-width: 1170px;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
.close {
	display: none;
}
.container-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page-wrap {
	position: relative;
	background: url(../images/page-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.section__title {
	font-size: 80px;
	color: #333;
	font-weight: 600;
	margin-bottom: 40px;
	font-family: "Conv_PFDinTextCondPro-Bold", sans-serif;
}
.section__title span {
	color: #750D02;
	font-size: 30px;
}
/*HEADER*/

.header {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header__top .container-wrap {
	-ms-align-items: center;
	align-items: center;
}
.header__logo {
	width: 250px;
}
.header__logo img {
	width: 100%;
	height: auto;
}
.header__tel-wrap {
	text-align: right;
	margin-bottom: 10px;
}
.header__tel {
	color: #3c3c3c;
	font-size: 30px;
	text-decoration: none;
	font-weight: 500;
}
.header__tel:hover {
	color: #3c3c3c;
}
.header__tel .fas {
	display: inline-block;
	margin-right: 10px;
}
.header__nav .nav {
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}
.header__nav .nav a {
	color: #fff;
	font-size: 20px;
	padding: 5px 15px 3px;
	text-decoration: none;
	display: block;
	background: rgba(0,0,0,.4);
	margin-right: 5px;
}
.header__nav .nav li:last-child a {
	margin-right: 0;
}
.header__nav .nav a:hover {
	background: #750d02;
	border-radius: 7px;
}
/*HEADER END*/

/*MAIN*/

.main__slider {
	background: url(../images/header-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 400px 0 100px 0;
	position: relative;
}
.main__slide-title {
	letter-spacing: -1px;
	font-size: 50px;
	color: #1a0000;
	max-width: 700px;
	margin: 0 auto;
}
.main__slide-title-size {
	font-size: 35px;
}
.main__slide-subtitle {
	font-size: 19px;
	color: #1a0000;
	line-height: 28px;
	max-width: 700px;
	margin: 0 auto;
}
.main__slider-button {
	background: #63e863;
	background: -moz-linear-gradient(top, #63e863 0%, #41d541 49%, #18b718 50%, #18b718 100%);
	background: -webkit-linear-gradient(top, #63e863 0%,#41d541 49%,#18b718 50%,#18b718 100%);
	background: linear-gradient(to bottom, #63e863 0%,#41d541 49%,#18b718 50%,#18b718 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63e863', endColorstr='#18b718',GradientType=0 );
	text-shadow: 0 -1px 0px #00A335;
	border-color: #00A335;
	height: 50px;
	width: 220px;
	cursor: pointer;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 110px);
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.main__slider-button-icon {
	font-size: 35px;
	color: #fff;
	padding: 10px;
}
.main__slider-button-text {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}
.advantages {
	padding-top: 100px;
}

.advantages__form-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: url(../images/block-two.png);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	flex-direction: column;
}
.advantages__form-wrap form {
	max-width: 800px;
	width: 100%;
	min-width: 310px;
	-webkit-box-shadow: 0 1px 20px -1px rgba(0,0,0,.75);
	box-shadow: 0 1px 20px -1px rgba(0,0,0,.75);
	margin: 0 auto;
	position: relative;
}
.advantages__form-title {
	color: #fff;
	background: #E74C3C;
	padding: 10px;
	font-size: 22px;
	font-weight: 600;
}
.form-price-change-size {
	font-size: 14px;
}
.price__icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.material__text {
	font-size: 12px;
	color: #909090;
}
.form__advantages {
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
}
.form__advantages .container-wrap {
	justify-content: center;
}
.form__advantages-item {
	width: 23%;
	margin-bottom: 10px;
	min-width: 200px;
	font-size: 16px;
	color: #750D02;
	text-shadow: 0 0 20px #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
}
.form__advantages-item-icon {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	margin-right: 10px;
}
.form__advantages-item-text {
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.advantages__block-form-wrap {
	width: 48%;
	min-width: 310px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.advantages__block-form {
	background: #E74C3C;
	color: #FFFFFF;
	width: 300px;
	-webkit-box-shadow: 0 1px 20px -1px rgba(0,0,0,.75);
	box-shadow: 0 1px 20px -1px rgba(0,0,0,.75);
	width: 310px;
	min-height: 310px;
	border-radius: 10px;
	padding: 20px 10px;
}
.advantages__block-form-title {
	font-size: 35px;
	text-shadow: 0 -1px 0 #000000;
	text-align: center;
	color: #fff;
}
.advantages__block-form__input {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.advantages__block-form__button {
	width: 100%;
	font-size: 25px;
	color: #fff;
	border-radius: 6px;
	border-color: #00A335;
	background: -moz-linear-gradient(top, #63e863 0%, #41d541 49%, #18b718 50%, #18b718 100%);
	background: -webkit-linear-gradient(top, #63e863 0%,#41d541 49%,#18b718 50%,#18b718 100%);
	background: linear-gradient(to bottom, #63e863 0%,#41d541 49%,#18b718 50%,#18b718 100%);
	padding: 10px 16px;
	text-shadow: 0 -1px 0px #a36100;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.77);
	-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.77);
	box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.77);
	cursor: pointer;
}
.advantages__block-form .advantages__block-after-text {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.advantages__block-text {
	width: 48%;
	min-width: 310px;
}
.advantages__block-title {
	font-size: 75px;
	color: #333;
	font-weight: 600;
	text-align: right;
}

.advantages__block-text-p {
	color: #750D02;
	font-size: 30px;
	text-align: center;
}
.advantages__block-items {
	list-style-type: none;
	padding-left: 20px;
}
.advantages__block-item {
	width: 100%;
	font-size: 17px;
	padding: 8px 0 8px;
	line-height: 9px;
	color: #750D02;
}

/*HOW WE WORK*/
.howwework {
	padding: 20px 0;
	background: rgb(159 159 159 / 38%);
}

.howwework__title span {
	color: rgb(153, 153, 153);
	font-size: 30px;
}
.howwework__item {
	width: 150px;
}
.howwework__item-title {
	text-align: center;
	color: #444444;
	font-size: 16px;
}
.howwework__item-desc {
	text-align: center;
	color: #444;
	font-weight: 500;
}
.howwework__item-img {
	margin: 10px 0;
}
.howwework__item-img  img{
	width: 100%;
	height: 100%;
}
.howwework__item-arrow {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 28px;
	color: #000;
}
.howwework .container-wrap {
	margin-bottom: 20px;
}
.pereezd {
	padding: 20px 0;
	background: url(../images/block-four.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.pereezd .section__title span {
	font-size: 40px;
}
.pereezd__text, .pereezd__form {
	width: 48%;
	min-width: 310px;
}
.pereezd__form {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.pereezd__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
}
.price-form {
	display: flex;
	justify-content: center;
	background: url(../images/block-five.png);
	background-size: 100% 100%;
	padding: 100px 0 50px 0;
}
.price-form-wrap {
	max-width: 760px;
	width: 100%;
	min-width: 310px;
	padding: 10px;
	background: rgba(0,0,0,.8);
	padding: 30px 0;
}
.price-form__form {
	margin-top: 60px;
}
.price-form__form .container-wrap {
	justify-content: center;
}
.price-form__input {
	margin-right: 10px;
	border-radius: 5px;
	padding: 10px 5px;
	border: none;
}
.price-form__button {
	color: #fff;
	width: 216px;
	box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.77);
	padding: 12px 0px;
	border-radius: 6px;
	background: linear-gradient(to bottom, #63e863 0%,#41d541 49%,#18b718 50%,#18b718 100%);
	border: none;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}
.price-form-wrap-text {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 10px;
}
.pereezd__form-title {
	text-align: center;
	color: #fff;
	font-size: 28px;
}
.pereezd__form-text {
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
}
.reviews {
	padding: 20px 0;
	background: rgb(159 159 159 / 38%);
}

.reviews .container-wrap {
	justify-content: center;
}
.reviews .section__title {
	color: #330601;
	font-size: 60px;
}
.reviews .section__title span {
	color: #750D02;
	font-size: 40px;
}
.reviews__items {
	padding: 30px 0;
}
.reviews__item {
	width: 310px;
	/* border-radius: 50%; */
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.reviews__item-title {
	background: #E74C3C;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 5px;
}
.reviews__item-desc {
	padding: 0 5px 0 10px;
	margin: 10px 0;
}
.reviews__item-org {
	background: #E74C3C;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.reviews__stock {
	padding: 10px 20px;
	background: #E74C3C;
}

.reviews__stock-left, .reviews__stock-right {
	width: 48%;
	min-width: 310px;
}
.reviews__stock-right .container-wrap {
	justify-content: center;
}
.reviews__stock-right-item {
	margin: 0 5px;
}
.reviews__stock-left-title {
	background: #750D02;
	font-size: 26px;
	color: #FFFFFF;
	padding: 15px;
	width: 150px;
	margin-top: -20px;
}
.reviews__stock-left-subtitle {
	background: #F1968C;
	font-size: 20px;
	color: #750D02;
	padding: 10px;
	width: 300px;
	margin-left: 60px;
	margin-top: -10px;
}
.reviews__stock-right-title {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.reviews__stock-right-number {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #212121;
	border-top: 4px solid #4d5050;
	border-radius: 5px;
	margin: 10px auto;
}
/*MAIN END*/


/*FOOTER*/

.footer {
	background: #E74C3C;
	padding: 30px 0;
}
.footer__left, .footer__right {
	width: 310px;
	min-width: 310px;
	color: #fff;
}
.footer__left{
	padding-right: 10px;
}
.footer__logo {
	width: 200px;
}
.footer__logo img {
	width: 100%;
	height: auto;
}
.footer__logo {
	margin-bottom: 15px
}

.footer__desc {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px;
	padding-left: 15px;
}
.footer__social {
	padding-left: 15px;
	display: flex;
}
.footer__social a {
	color: #fff;
	margin-right: 10px;
	display: block;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	text-decoration: none;
	font-size: 30px;
}
.footer__social a img {
	width: 48px;
	height: 48px;
}

.footer__social a:last-child {
	margin-right: 0
}

.footer__social a:hover {
	color: gray
}
.footer .contacts__tel {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px
}
.footer .contacts__tel a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.footer .contacts__text {
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px
}
.footer .contacts__title {
	font-family: FuturaDemiC, sans-serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.callback {
	height: auto;
}
.btn {
	padding: 12px 33px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	border-radius: 30px
}

.btn-orange {
	color: #fff;
	background-color: #fa8227;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
	display: inline-block;
	border: none;
}

.btn-orange:hover {
	color: #fff;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.form__content {
	display: flex;
	background: white;
	flex-wrap: wrap;
	justify-content: center;
}
.form-side-left, .form-side-right {
	width: 50%;
	display: flex;
	flex-flow: column;
	padding: 12px;
	min-width: 310px;
}
.form-parametr {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #EEE;
	border-radius: 5px;
	margin-bottom: 7px;
	width: 183px;
}
.form__comment-hide {
	border-radius: 5px;
	margin-bottom: 7px;
}
.form__comment-hide textarea {
	width: 100%;
	border: 1px solid #ced4da;
    font-size: 16px;
    padding: 8px 8px;
    width: 100%;
    box-sizing: border-box;
    border-radius: .25rem;
    vertical-align: top;
}
.comment__buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.button__ok {
	cursor: pointer;
    width: 160px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 16px 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: rgb(255,168,76);
    background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
    background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
    -webkit-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -moz-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -webkit-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    margin: 10px;
}
.button__back {
	    cursor: pointer;
    z-index: 1;
    width: 160px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 16px 0;
    background: #AAAAAA;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -moz-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -webkit-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    margin: 10px;
}
.form-parametr-icon {
	padding: 13px 13px;
}
.form-parametr-icon span {
	line-height: 24px;
	display: block;
	color: #7f9398;
}
.form-parametr-content {
	vertical-align: baseline;
	font-size: 16px;
	padding: 7px 0;
	flex: 1 1;
}
.o-form-parameter__value {
	color: #57696e;
	font-size: 14px;
	line-height: 18px;
}
.form-parametr-edit {
	display: block;
	padding: 13px 13px 13px 5px;
}
.form-parametr-edit span {
	line-height: 24px;
	display: inline-block;
	color: #7f9398;
	float: right;
}
.form-block-one {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form__content input[type="text"]{
	margin-bottom: 7px;
}
.form-comment, .form__coment-hide {
	width: 100%;
}
.form-parameter__label--small {
	font-size: 12px;
	margin-left: 7px;
}
.pack-info, .pack-info label, .pack-info label {
	cursor: pointer
}
.pack-info div {
	padding: 13px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.form-price {
	margin-bottom: 10px;
	font-size: 20px;
	color: #E74C3C;
	font-weight: bold;
	padding: 1px 0 6px 0;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
}
.form-submit {
	position: relative;
	border-radius: 5px;
	padding: 12px 0;
	cursor: pointer;
	bottom: 0;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	background: #E74C3C;
	box-shadow: inset 0 0 47px rgba(255,255,255,.0);
}
.form-side-left input[type="text"] {
	border: 1px solid #EEE;
	width: 100%;
	position: relative;
	background: white;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 47px;
	padding: 12px;
}
.advantages__block {
	margin-top: 100px;
	background: url(../images/block-three.png);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.advantages__block .container-wrap {
	padding-bottom: 30px;
}
.advantages__block h2, .advantages__block p {
	font-family: "Conv_PFDinTextCondPro-Bold", sans-serif;
}
.howwework, .pereezd, .price-form{
	display: flex;
	align-items: center;
}

.footer .container-wrap {
	align-items: flex-start;
}
.scroll-menu, .scroll-menu-2 {
	background: #E74C3C;
	position: fixed;
	width: 100%;
	z-index: 10;
	display: none;
	top: 0;
}
.scroll-open {
	display: block;
}
.scroll-menu-wrap {
	max-width: 1170px;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
	color: white;
	font-size: 18px;
	position: relative;
}
.scroll-logo {
	width: 200px;
	height: 70px;
}
.scroll-logo img {
	width: 100%;
	height: auto;
}
.scroll-menu-list ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

.scroll-menu-list ul li {
	cursor: pointer;
	padding: 5px;
	font-family: "Conv_PFDinTextCondPro-Bold",sans-serif;
}
.scroll-menu-list ul li a{
	font-family: "Conv_PFDinTextCondPro-Bold",sans-serif;
	    color: white;
    font-size: 18px;
    text-decoration: none;
}
.scroll-menu-list ul li:hover, .scroll-tel:hover, .scroll-tel a:hover {
	color: black;
}
.scroll-tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 185px;
}
.scroll-tel a {
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-family: "Conv_PFDinTextCondPro-Bold",sans-serif;
}
/*CONSULTATION*/

.consultation{
		padding: 30px 0;
	}

.consultation .form__wrap {
	background: #fff;
	-webkit-box-shadow: 0 8px 32px rgba(69, 54, 64, .16);
	box-shadow: 0 8px 32px rgba(69, 54, 64, .16);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 30px;
	margin-top: 20px
}

.consultation .form__group {
	margin-bottom: 15px
}

.consultation .form__control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	height: 48px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.consultation .name {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px
}

.consultation .btn-orange {
	background: #fa8227;
	color: #fff;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}
.btn-orange:focus {
	outline: 0;
}

.consultation .btn-orange:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.consultation__form-text {
	text-align: center;
	font-size: 12px;
	color: #000;
}
.consultation hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee
}

.consultation__desc {
	font-size: 14px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
.consultation__left, .consultation__right {
	width: 48%;
	min-width: 310px;
}
.consultation__right {
	padding: 0 5px;
}
.consultation__form-tel, .consultation__form-time {
	width: 48%;
	min-width: 180px;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.consultation__title {
	font-family: FuturaDemiC, sans-serif;
	font-size: 32px;
	line-height: 46px;
	color: #453640;
	margin-bottom: 30px
}

.consultation__text {
	line-height: 23px;
	font-size: 16px;
	margin-bottom: 30px
}
.consultation__social {
	display: flex;
	max-width: 310px;
	width: 100%;
}
.consultation__social a {
	margin-right: 10px;
	display: block;
}

.consultation__social a:last-child {
	margin-right: 0
}
.consultation__social a img {
	width: 48px;
	height: 48px;
}

/*CONSULTATION END*/

.re-call-panel {
	position: fixed;
	top: 0;
	height: 100%;
	right: 0;
	width: 25%;
	min-width: 350px;
	z-index: 100000;
	background: #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23% 30px;
	visibility: hidden;
	right: -35%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 13px -2px #000;
	box-shadow: 0 0 13px -2px #000
}

.slide-re-call {
	visibility: visible;
	right: 0;
	opacity: 1
}

.send_good {
	display: none
}

.re-call-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.re-call-panel h5 {
	font-size: 20px;
	color: black;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
	font-weight: 300
}

.re-call-panel .close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 30px;
	padding-left: 30px;
	background-image: url(../img/close-m.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: 21px 21px;
	background-size: 21px;
	cursor: pointer
}

.re-call-panel input,
.re-call-panel textarea {
	float: left;
	padding: 15px;
	color: #000 !important;
	z-index: 999;
	border: none;
	font-size: 16px;
	width: 90%;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 20px
}

.re-call-panel .error__number {
	font-size: 22px !important;
	color: #fff;
	display: block;
	text-align: center;
	margin: 10px
}

.product_title {
	text-align: left
}

.re-call-panel p {
	font-size: 24px !important;
	margin-top: 30px;
	margin-bottom: 7px;
	font-weight: 300;
	color: #ccc;
	background: 0 0;
	width: 100%;
	padding: 7px;
	text-align: center
}

.re-call-panel button {
	float: left;
	clear: both;
	width: 100%;
	background: #E74C3C;
	color: black;
	border: none;
	margin-top: 20px;
	font: inherit;
	padding: 16px;
	font-size: 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	margin-top: 0
}

.re-call-panel button:hover {
	background: #234763;
}
.close .material-icons {
	color: black;
	font-size: 38px;
}

a.sl--call {
	background-color: #E74C3C;
	text-align: center;
	font-size: 31px;
	color: #fff;
	line-height: 52px;
	-webkit-background-size: 28px 28px;
	background-size: 28px;
	-webkit-box-shadow: 0 0 13px -2px #000;
	box-shadow: 0 0 13px -2px #000;
	background-repeat: no-repeat;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 140px;
	right: 20px;
	z-index: 3000;
	-webkit-animation: jumping 2s infinite;
	animation: jumping 2s infinite;
	cursor: pointer;
	/* opacity: .7; */
	display: flex;
	justify-content: center;
	align-items: center;
}

a.sl--call:hover {
	opacity: 1
}
@-webkit-keyframes jumping {
	0% {
		-webkit-transform: translateY(0) scale(1, 1) rotate(0);
		transform: translateY(0) scale(1, 1) rotate(0)
	}

	25% {
		-webkit-transform: translateY(-20px) scale(1.2, 1.2) rotate(360deg);
		transform: translateY(-20px) scale(1.2, 1.2) rotate(360deg)
	}

	50% {
		-webkit-transform: translateY(0) scale(1, 1) rotate(360deg);
		transform: translateY(0) scale(1, 1) rotate(360deg)
	}

	100% {
		-webkit-transform: translateY(0) scale(1, 1);
		transform: translateY(0) scale(1, 1)
	}
}

@keyframes jumping {
	0% {
		-webkit-transform: translateY(0) scale(1, 1) rotate(0);
		transform: translateY(0) scale(1, 1) rotate(0)
	}

	25% {
		-webkit-transform: translateY(-20px) scale(1.2, 1.2) rotate(360deg);
		transform: translateY(-20px) scale(1.2, 1.2) rotate(360deg)
	}

	50% {
		-webkit-transform: translateY(0) scale(1, 1) rotate(360deg);
		transform: translateY(0) scale(1, 1) rotate(360deg)
	}

	100% {
		-webkit-transform: translateY(0) scale(1, 1);
		transform: translateY(0) scale(1, 1)
	}
}
.main__slider .container {
	margin-top: -80px;
	background: #ff6858ba;
	max-width: 720px;
	width: 100%;
	padding: 20px;
}
.o-form-params-col--3 {
	width: 210px;
	margin-top: 124px;
}
.o-form-params-col {
	float: left;
}
.o-form-params-col--3 .o-form-params-list__item, .o-form-params-col--5 .o-form-params-list__item {
	background: #F1F1F1;
	overflow: auto;
}
.o-form-params-list {
	height: 100%;
}
.o-form-params-list .o-form-params-col--5 {
	height: 100%;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.o-form-params-col--6 {
	margin-left: 10px;
	max-width: 600px;
	width: 100%;
	margin-top: 50px;
}
.o-form-params-subcol--10 {
	width: 100%;
	text-align: center;
}
.o-form-parameter {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.o-form-params-list__item {
	/*border: 1px solid #EEE;*/
	width: 100%;
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
	clear: both;
}
.o-form-params-list__item input {
	padding: 10px;
	margin-top: 10px;
}
.o-form-parameter__icon {
	padding: 13px 13px;
}
.o-form-parameter__icon i {
	line-height: 24px;
	display: block;
	color: #7f9398;
}
.o-form-parameter__content {
	vertical-align: baseline;
	font-size: 16px;
	padding: 7px 0;
	flex: 1 1;
}
.o-form-parameter__edit-btn {
	display: block;
	padding: 13px 13px 13px 5px;
}
.o-form-parameter__edit-btn i {
	line-height: 24px;
	display: inline-block;
	color: #7f9398;
	float: right;
}
.o-form-params-list__item:after {
	display: block;
	content: '';
	clear: both;
	float: none;
}
.when-panel, .car-panel, .time-panel, .man-panel, .submit-panel, .comment-panel {
	display: none;
	height: 100%;
	position: relative;
}
.comment-panel {
	min-height: 250px;
}
.when-panel, .car-panel, .time-panel, .man-panel, .submit-panel {
	background: #fff;
	min-height: 256px;
	width: 100%;
}

.submit-panel .container-wrap {
	justify-content: center;
}
.submit-panel__input {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.submit-panel__input input {
	font-size: 22px;
    padding: 8px 16px;
    width: 50%;
    min-width: 300px;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.submit-panel__form-submit {
	cursor: pointer;
    z-index: 1;
    width: 300px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 16px 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: #E74C3C;
    -webkit-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -moz-box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    box-shadow: inset 0 0 47px rgba(255,255,255,.0);
    -webkit-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    border: none;
}
.submit__advantages-text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
}
/*FOOTER END*/
.time-panel .o-form-params-col--4 {
	width: 560px;
	display: flex;
	flex-wrap: wrap;
}
.time-panel .o-form-params-subcol--7 {
	width: 100%;
	text-align: center;
}
.hide-panel-item {
	justify-content: center;
	flex-wrap: wrap;
}
.hide-panel__left-block {
	width: 180px;
	margin-right: 10px;
	-ms-align-items: flex-end;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 20px 10px;
}
.hide-panel__right-block {
	width: calc(100% - 190px);
	min-width: 320px
}
.hide-panel__button-content, .hide-panel__button-back {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	color: #0e1621;
	background: #f1f1f1;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.hide-panel__button-content {
	margin-bottom: 10px;
}
.hide-panel__button-back {
	cursor: pointer;
}
.hide-panel__button-back .button-content__text {
	text-align: center;
	width: 130px;
}
.hide-panel__right-block {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.right-block__item {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	color: #0e1621;
	background: #f1f1f1;
	border: 1px solid #EEE;
	border-radius: 5px;
	width: 90%;
	margin-bottom: 5px;
	cursor: pointer;
}
.right-block__img img {
	width: 100px;
	height: auto;
}
.right-block__icons, .right-block__text {
	padding: 0 10px;
}
.time__item, .man__item {
	width: 47%;
	margin: 1%;
}
.form__advantages-item-icon {
	min-width: 30px;
}
.burger-menu-1, .burger-menu {
	display: none;
}
@media screen and (max-width: 922px) {
	.header>.container .container-wrap {
		justify-content: center;
	}
	.header__tel-wrap {
		text-align: center;
	}
	.pereezd .section-title {
		font-size: 40px;
	}
	.pereezd .section__title span {
		font-size: 20px;
	}
	.reviews__stock-left-subtitle {
		margin-left: 0;
	}
	.scroll-menu {
		padding: 5px 0;
	}

	.scroll-logo, .scroll-menu-list {
		display: none;
	}
	.scroll-menu-list {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}
	.scroll-menu-list ul{
		display: block;
		width: 100%;
	}
	.scroll-menu-list li{
		display: inline-block;
		width: 100%;
		background: #E74C3C;
		padding: 10px;
	}
	.burger-menu {
		display: block;
	}
	.scroll-tel {
		margin-left: 5px;
	}
	.burger-menu, .burger-menu-1 {
		margin-right: 5px;
	}
}
@media screen and (max-width: 675px) {
	.header__nav .nav li a {
		font-size: 14px;
		padding: 5px 5px 3px;
	}

	.container {
		padding: 0 5px;
	}
	.advantages__block-title, .section__title {
		font-size: 40px;
		text-align: center;
		margin-bottom: 20px;
	}
	.main__slide-title {
		font-size: 30px;
	}
	.main__slide-title-size {
		font-size: 25px;
	}
	.advantages__block>.container>.container-wrap {
		justify-content: center;
	}
	.howwework>.container .container-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 629px) {
	.advantages__block-form-wrap, .pereezd__form {
		order: 2;
		margin-top: 10px;
	}
	.pereezd>.container>.container-wrap {
		justify-content: center;
	}
	.price-form__input, .price-form__button {
		width: 60%;
		min-width: 250px;
		margin: 0 0 10px 0;
	}
	.price-form-wrap {
		padding: 10px 5px;
	}
	.footer .container-wrap {
		justify-content: center;
	}
	.footer__right {
		text-align: center;
		margin-top: 10px;
	}
	.reviews__stock-left {
		margin-bottom: 20px;
	}
	.advantages__form-title {
		font-size: 16px;
	}
	.consultation>.container>.container-wrap {
		justify-content: center;
	}
	.consultation__form-tel, .consultation__form-time {
		width: 100%;
	}
	.col-12-button {
		margin: 0 auto;
	}
	.consultation__social {
		justify-content: center;
	}
	.consultation__title {
		font-size: 26px;

	}
	.footer__social {
		justify-content: center;
	}
	.footer__desc {
		text-align: center;
	}
	.footer__logo {
		margin: 0 auto;
	}
	.form-parametr, .button__ok, .button__back {
		width: 100%;
	}

}
@media screen and (max-width: 509px) {
	.hide-panel__left-block {
		height: auto;
	}
	.when-panel, .car-panel, .time-panel, .man-panel, .submit-panel {
		height: auto;
	}
	.header__nav-wrap{
		display: none;
	}
	.scroll-menu {
		display: block;
	}
	
}