/*
Theme Name:     bam_v2
Theme URI:
Description:    Дочерняя тема для темы Bam
Author:         Редизайн
Author URI:
Template:       bam
Version:        1.0.0
*/

/* @import url("../bam/style.css"); */

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: black;
	background: #fff;
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	/*box-shadow: 4px 4px 15px 0px #d5d5d5;*/
	z-index: 1;
	font-size: 16px;
}

.wrapper {
	max-width: 1920px;
	overflow: hidden;
	/*box-shadow: 0 0 21px rgba(157, 163, 183, 0.75);*/
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

html, body, .wrapper {
    box-shadow: none;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

* {
	line-height: 160%;
}

span {
	line-height: 100%;
}

div {
	box-sizing: border-box;
}

br {
	line-height: 0;
}

a {
	color: inherit;
	cursor: pointer;
}

a:focus,
a:hover,
a {
	transition: 0.3s;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

*:focus {
	outline: none !important;
}

input:focus {
	outline: none;
}

[type="submit"][disabled] {
	cursor: not-allowed !important;
	opacity: 0.5;
}

::placeholder {
	color: inherit;
}

::-webkit-scrollbar-track {
	background-color: #AEB2B6;
}

::-webkit-scrollbar-thumb {
	background-color: #C49267;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #E85042;
}

::-webkit-scrollbar {
	width: 15px;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

.widget-form-privacy {
	display: none !important;
}

.send-success {
	min-height: 480px;
	color: #fff;
}

.form label.error {
	font: 500 10px/100% Roboto;
	position: absolute;
	top: 3px;
	right: 0;
	color: #f10000;
}

.form .jqselect label.error {
	top: -15px;
}

.form input.error::placeholder {
	color: red;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.fancybox-close {
	background-image: none;
	top: 20px;
	right: 25px;
	font-size: 40px;
	color: #E5005B;
	line-height: 1em;
	font-weight: 700;
}

.fancybox-close__reg {
	color: #fff;
	top: 10px;
	right: 5px;
	background-image: none;
	font-size: 30px;
}

.title {
	font: 400 48px/90% Play;
	margin-bottom: 30px;
}

.title span {
	color: #f10000;
}

@media (max-width: 991px) {
	.title {
		font-size: 42px;
	}
}

@media (max-width: 576px) {
	.title {
		font-size: 36px;
	}
}

.button {
	font: 700 14px/100% Roboto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 270px;
	width: 100%;
	height: 45px;
	background: #DD0023;
	border: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-left: initial;
}

.button:hover {
	color: white;
	-webkit-box-shadow: 0px 3px 5px 1px #8aa0af;
	        box-shadow: 0px 3px 5px 1px #8aa0af;
	-webkit-transform: scale(1.005);
	        transform: scale(1.005);
}

.button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.fixMobileButton,
.fixMobileButton:focus {
	display: none;
}

@media (max-width: 425px) {
	.fixMobileButton,
	.fixMobileButton:focus {
		font-family: Druk Text Cyr;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		color: white;
		background: blue;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 98%;
		height: 50px;
		bottom: 5px;
		left: 50%;
		transform: translate(-50%);
		z-index: 100;
		display: none;
	}
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	margin: 0 auto;
	max-width: 220px;
	width: 100%;
}

.nav-start, .nav-finish {
	background: url("/wp-content/themes/bam_v2/assets/img/reviews/arrow_double.svg") no-repeat center;
	width: 12px;
	height: 12px;
	display: block;
}

.nav-finish {
	transform: rotate(180deg);
}

.nav-prev, .nav-next {
	background: url("/wp-content/themes/bam_v2/assets/img/reviews/arrow.svg") no-repeat center;
	width: 12px;
	height: 12px;
	display: block;
}

.nav-next {
	transform: rotate(180deg);
}

.form {
	background: #fff;
	padding: 5% 0;
}

.form__header-title {
	font: 400 40px/100% Play;
	color: #c00000;
	margin-bottom: 20px;
}

.form__box {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 25px;
}

.form__item {
	font: 400 14px/100% Roboto;
	color: #333333;
	background: #fff;
	width: 24.5%;
	height: 45px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	outline: none;
	padding-left: 15px;
}

.form__item:focus::placeholder {
	opacity: 0;
}

.form__item::placeholder {
	color: gray;
}

.form__item-txt {
	font: 700 14px/100% Roboto;
	display: block;
	margin-bottom: 10px;
}

.form__button {
	font: 700 14px/100% Roboto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 270px;
	width: 24.5%;
	height: 45px;
	background: #DD0023;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s ease;
	padding-left: initial;
}

.form__button:hover {
	box-shadow: 0px 3px 5px 1px #8aa0af;
	transform: scale(1.005);
}

.form__button:disabled {
	background: black;
	cursor: not-allowed;
	opacity: .5;
}

.form__footer {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 12px;
}

.form__footer-checkbox {
	width: 15px;
	height: 15px;
	border: 2px solid lightgray;
	position: absolute;
	left: 0;
	cursor: pointer;
}

.form__footer-checkbox-icon:before {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 20px;
	height: 20px;
	display: none;
	content: url("/wp-content/themes/bam_v2/assets/img/form/check.svg");
}

input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #505050;
	max-width: initial;
	padding: 0 0 0 30px;
}

.form__footer-text a {
	color: #c00000;
	border-bottom: 1px solid #c00000;
	line-height: 50%;
}

.form__footer-text a:hover {
	color: #FF333F;
	border-color: #FF333F;
}

.vertical {
	padding: 5%;
	max-width: 360px;
	margin: 0 auto;
}

.vertical .form__box {
	flex-direction: column;
	padding: 0;
}

.vertical .form__item {
	margin: 0 auto 25px;
	width: 100%;
}

.vertical .form__input {
	width: 100%;
	max-width: initial;
}

.vertical .form__button {
	margin: 0 auto 30px;
	width: 100%;
	max-width: initial;
}

.popup-button {
	display: none;
}

.header {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	position: relative;
	z-index: 100;
	padding-top: 40px;
}

.header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 15px 0px #6fb2b663;
	padding: 0;
}

.header.fix img {
	width: 70%;
	margin-top: 5px;
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	max-width: 60px;
	margin-right: 30px;
}

.header__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	border-bottom: 1px solid black;
	padding: 10px 0;
}

.header__nav {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	max-width: 500px;
	margin: 0 35px 0 15px;
}

.header__nav-item {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	display: block;
	position: relative;
}

.header__nav-item::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0px;
	background: red;
	height: 3px;
	width: 0;
	transition: all .5s ease;
}

.header__nav-item.active, .header__nav-item:hover {
	color: red;
}

.header__nav-item:hover::after, .header__nav-item.active::after {
	background: red;
	width: 100%;
}

.header__nav.active {
	visibility: visible;
	opacity: 1;
	transform: none;
	left: initial;
	right: 0;
}

.header__search {
	flex-grow: 1;
}

.header__search input {
	width: 0;
	padding: 0;
	border: 0;
	transition: width .5s ease;
}

.header__search input::placeholder {
	color: #808080;
}

.header__search input:focus::placeholder {
	opacity: 0;
}

.header__search input.active {
	width: 150px;
}

.header__search button {
	background: url("/wp-content/themes/bam_v2/assets/img/header/icon_search.svg") no-repeat center;
	width: 15px;
	height: 15px;
	border: none;
	padding: 3px;
	cursor: pointer;
}

.header__enter {
	font-weight: 900;
	font-size: 14px;
	line-height: 140%;
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	padding-right: 25px;
}

.header__enter::after {
	content: url("/wp-content/themes/bam_v2/assets/img/header/icon_user.svg");
	position: absolute;
	top: 3px;
	right: 0;
}

.header .hamburger {
	display: none;
	position: relative;
	z-index: 5;
	padding: 0 0 0 15px !important;
}

.header .hamburger-box {
	width: 30px;
}

.header .hamburger:focus {
	outline: none;
}

.header .hamburger-inner, .header .hamburger-inner:before, .header .hamburger-inner:after {
	background-color: black;
	width: 25px;
}

.header .hamburger-inner:before {
	top: -8px;
}

.header .hamburger-inner:after {
	top: -16px;
}

.header .is-active {
	outline: none;
}

.header .is-active .hamburger-inner,
.header .is-active .hamburger-inner:before,
.header .is-active .hamburger-inner:after {
	background-color: black;
}

.header .submenu-open {
	text-transform: uppercase;
	opacity: 1;
}

.header .submenu-open:nth-child(1), .header .submenu-open:nth-child(2), .header .submenu-open:nth-child(3), .header .submenu-open:nth-child(4), .header .submenu-open:nth-child(5) {
	position: relative;
	transform: translate(0);
}

.header .submenu-open:nth-child(1) {
	transition-delay: .4s;
}

.header .submenu-open:nth-child(2) {
	transition-delay: .5s;
}

.header .submenu-open:nth-child(3) {
	transition-delay: .6s;
}

.header .submenu-open:nth-child(4) {
	transition-delay: .7s;
}

.header .submenu-open:nth-child(5) {
	transition-delay: .8s;
}

.header.outro .header__button {
	display: none;
}

body.active {
	height: 100vh;
	overflow-y: hidden;
}

body.active::before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}

.main {
	padding: 30px 0 45px;
	position: relative;
}

.main.active {
	margin-top: 72px;
}

.main ul {
	font: 400 16px/120% Roboto;
	list-style-type: square;
	max-width: 580px;
	width: 65%;
	padding-left: 20px;
	margin-bottom: 50px;
}

.main ul li {
	margin-bottom: 10px;
}

.main__gray {
	position: relative;
	background: lightgray;
	padding: 5px 0 35px;
}

.main__gray-info {
	max-width: 700px;
	width: 65%;
}

.main__gray-info ul {
	max-width: initial;
	margin-bottom: initial;
}

.main__gray-info ul li {
	color: #f10000;
}

.main__gray-info ul li span {
	color: black;
}

.main__gray p span {
	color: #f10000;
	text-decoration: underline;
}

.main__img img {
	max-width: 900px;
	position: absolute;
	left: 53.2%;
	top: -50px;
	z-index: 5;
}

.main__img img:last-child {
	display: none;
}

.reviews {
	padding: 45px 0 45px;
}

.reviews__content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.reviews__main {
	max-width: 650px;
	width: 100%;
	margin-right: 30px;
}

.reviews__main-tabs {
	font: 400 14px/100% Roboto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.reviews__main-tabs-item {
	display: flex;
	border-bottom: 2px solid lightgray;
	padding: 5px 0;
}

.reviews__main-tabs-item:first-child {
	max-width: 178px;
	width: 100%;
	margin-right: 15px;
}

.reviews__main-tabs-item:last-child {
	max-width: 430px;
	width: 100%;
}

.reviews__main-tabs-item span {
	position: relative;
	cursor: pointer;
	margin-right: 30px;
}

.reviews__main-tabs-item span.active {
	font-weight: bold;
	cursor: initial;
}

.reviews__main-tabs-item span.active::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: black;
}

.reviews__main-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reviews__main .item {
	width: 49%;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 15px 15px 25px;
	margin-bottom: 1vw;
}

.reviews__main .item__section {
	font-size: 12px;
	color: gray;
}

.reviews__main .item__title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 15px;
}

.reviews__main .item__title h3 {
	font-size: 14px;
	line-height: 120%;
}

.reviews__main .item__title img {
	margin-right: 15px;
}

.reviews__main .item__person {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.reviews__main .item__person-author {
	display: flex;
}

.reviews__main .item__person-author img {
	margin-right: 15px;
	height: 100%;
}

.reviews__main .item__person span {
	display: block;
	font-size: 12px;
	color: #A9A9A9;
	margin-bottom: 3px;
}

.reviews__main .item__txt {
	line-height: 140%;
	color: #333333;
}

.reviews__main .item__info {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: gray;
}

.reviews__main .item__info-date {
	position: relative;
	padding-left: 20px;
}

.reviews__main .item__info-date::before {
	content: url("/wp-content/themes/bam_v2/assets/img/reviews/icon_date.svg");
	position: absolute;
	top: 0px;
	left: 0px;
}

.reviews__main .item__info-quantity {
	position: relative;
	padding-left: 20px;
}

.reviews__main .item__info-quantity::before {
	content: url("/wp-content/themes/bam_v2/assets/img/reviews/icon_quantity.svg");
	position: absolute;
	top: 0px;
	left: 0px;
}

.reviews__main .item__info-more {
	font-size: 14px;
	font-weight: bold;
	color: #f10000;
	border-bottom: 2px solid #f10000;
	cursor: pointer;
}

.reviews__aside {
	width: 32%;
}

.reviews__aside-title {
	font: 400 40px/100% Play;
	color: #c00000;
	padding: 10px 0;
	border-top: 2px solid #c00000;
	margin-top: 23px;
}

.reviews__aside .top {
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}

.reviews__aside .top__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 190px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 15px;
	margin-bottom: 20px;
}

.reviews__aside .top__item img {
	margin-bottom: 15px;
}

.reviews__aside .top__item-company {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.reviews__aside .top__item-rating {
	font-size: 14px;
	font-weight: 700;
}

.reviews__aside .top__item-rating span {
	color: #A9A9A9;
	font-weight: 400;
}

.reviews__aside .lastReviews__item {
	margin-bottom: 5px;
}

.reviews__aside .lastReviews__item span {
	background: url("/wp-content/themes/bam_v2/assets/img/reviews/line.jpg") repeat-x bottom 1px left 0px;
	background: linear-gradient(white 90%, gray 90%, gray 95%, white 95%);
}

.reviews img {
	width: initial;
	max-width: 100%;
	display: inline;
}

.reviews a:hover {
	color: cadetblue;
}

/*.companyForm {
	padding: 50px 0 50px;
}*/

.companyForm__nav {
	margin-bottom: 50px;
}

.companyForm__nav-main, .companyForm__nav-arrow {
	color: #f10000;
}

.companyForm__title {
	margin-bottom: 50px;
}

.companyForm__txt {
	line-height: 120%;
	display: block;
	max-width: 555px;
}

.companyForm .form {
	max-width: 750px;
}

.companyForm .form__inputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.companyForm .form__input {
	width: 49%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 15px;
}

.companyForm .form__input-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.companyForm .form__input-title label, .companyForm .form__input-title span {
	font: 700 14px/100% Roboto;
}

.companyForm .form__input-title label.required::after, .companyForm .form__input-title span.required::after {
	content: ' *';
	color: red;
}

.companyForm .form__input input:not([type="file"]) {
	height: 45px;
	border: 1px solid #D9D9D9;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	padding: 0 15px;
}

.companyForm .form__input select {
	width: 100%;
	max-width: 100%;
}

.companyForm .form__input .jq-selectbox__select {
	height: 45px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	background: none;
	padding: 10px 15px;
}

.companyForm .form__input .jq-selectbox__trigger {
	border: none;
	background: url("/wp-content/themes/bam_v2/assets/img/@reviewForm/arrow_down.svg") no-repeat center;
}

.companyForm .form__input .jq-selectbox__trigger-arrow {
	display: none;
}

.companyForm .form__input .jq-selectbox__dropdown {
	z-index: 100;
	background: #fff;
}

.companyForm .form__input .jq-selectbox li:hover {
	background-color: #a3abb1;
	color: white;
}

.companyForm .form__input-logo label[for="file"] {
	font: 500 12px/100% Roboto;
	background: #E4E4E4;
	width: 145px;
	height: 45px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 9;
}

.companyForm .form__input-logo input[type="file"] {
	position: relative;
	left: 50px;
	top: 9px;
}

.companyForm .form__input-logo input[type="file"]:after {
	content: '';
	position: absolute;
	width: 115px;
	height: 30px;
	background: white;
	left: 0;
}

.companyForm .form__input-textarea {
	width: 100%;
}

.companyForm .form__input-textarea textarea {
	font-family: Roboto;
	min-height: 100px;
	resize: none;
	border: 1px solid #D9D9D9;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	padding: 5px 10px;
	/*margin-bottom: 30px;*/
}

/*.addReview {
	padding: 50px 0 50px;
}*/

.addReview__nav {
	margin-bottom: 50px;
}

.addReview__nav-main, .addReview__nav-arrow {
	color: #f10000;
}

.addReview__title {
	margin-bottom: 50px;
}

.addReview__txt {
	line-height: 120%;
	display: block;
	max-width: 555px;
}

.addReview .form {
	max-width: 750px;
}

.addReview .form__company {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid  #D9D9D9;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.addReview .form__company-logo {
	width: initial;
	margin-right: 30px;
}

.addReview .form__company-info {
	position: relative;
}

.addReview .form__company-info-name {
	font: 400 40px/100% Play;
	text-transform: uppercase;
	position: relative;
	top: -6px;
	margin-bottom: 10px;
}

.addReview .form__company-info-category {
	font-size: 14px;
	color: #808080;
	text-decoration: underline;
	margin-bottom: 10px;
}

.addReview .form__company-info-txt {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 15px;
}

.addReview .form__company-info-more {
	font-size: 14px;
	font-weight: bold;
	color: #f10000;
	display: block;
	height: 17px;
	border-bottom: 2px solid #f10000;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.addReview .form__company span {
	display: block;
}

.addReview .form__title {
	font: 400 24px/100% Play;
	margin-bottom: 30px;
}

.addReview .form__inputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.addReview .form__input {
	width: 49%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 15px;
}

.addReview .form__input-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.addReview .form__input-title label, .addReview .form__input-title span {
	font: 700 14px/100% Roboto;
}

.addReview .form__input-title label.required::after, .addReview .form__input-title span.required::after {
	content: ' *';
	color: red;
}

.addReview .form__input-company {
	margin-bottom: 50px;
}

.addReview .form__input input:not([type="file"]) {
	height: 45px;
	border: 1px solid #D9D9D9;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	padding: 0 15px;
}

.addReview .form__input select {
	width: 100%;
	max-width: 100%;
}

.addReview .form__input .jq-selectbox__select {
	height: 45px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	background: none;
	padding: 10px 15px;
}

.addReview .form__input .jq-selectbox__trigger {
	background: url("/wp-content/themes/bam_v2/assets/img/@reviewForm/arrow_down.svg") no-repeat center;
	border: none;
}

.addReview .form__input .jq-selectbox__trigger-arrow {
	display: none;
}

.addReview .form__input .jq-selectbox__dropdown {
	z-index: 100;
	background: #fff;
}

.addReview .form__input .jq-selectbox li:hover {
	background-color: #a3abb1;
	color: white;
}

.addReview .form__input-textarea {
	width: 100%;
}

.addReview .form__input-textarea textarea {
	font-family: Roboto;
	min-height: 100px;
	resize: none;
	border: 1px solid #D9D9D9;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	padding: 5px 10px;
	/*margin-bottom: 30px;*/
}

.addReview_form_agree {
	position: relative;
	margin-bottom: 10px;
	display: block;
}

.addReview_form_agree .list-item{
	display: inline-block;
}

.addReview_form_agree .list-item label a {
    text-decoration: underline;
    color: red;
}

.addReview_form_agree label, .addReview_form_agree .list-item-label{
	line-height: 12px;
    font-size: 12px;
    color: #808080;
}

input[name="send_agree"], input[name="send_agree_s"] {
    margin: 0;
    margin-right: 10px;
}

.search__content {
	max-width: 750px;
}

.search__nav {
	margin-bottom: 50px;
}

.search__nav .current {
	color: #f10000;
	line-height: initial;
}

.search__nav-main, .search__nav-arrow {
	color: #f10000;
}

.search__tool {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.search__tool input {
	width: 60%;
	height: 45px;
	border: 1px solid #D9D9D9;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	padding: 0 15px;
}

.search__tool button {
	width: 35%;
}

.search__sort {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.search__sort .jq-selectbox__select {
	color: red;
	width: 175px;
	height: 45px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	padding: 10px 15px;
}

.search__sort .jq-selectbox.focused .jq-selectbox__select {
	border: none !important;
}

.search__sort .jq-selectbox__trigger {
	background: url("/wp-content/themes/bam_v2/assets/img/@search/arrow_down.svg") no-repeat center;
	border: none;
}

.search__sort .jq-selectbox__trigger-arrow {
	display: none;
}

.search__sort .jq-selectbox__dropdown {
	z-index: 100;
	background: #fff;
}

.search__sort .jq-selectbox li:hover {
	background-color: #a3abb1;
	color: white;
}

.search__sort-quantity {
	color: #808080;
}

.search__item {
	border-top: 1px solid #D9D9D9;
	padding: 30px 0;
}

.search__item-title {
	font: 400 21px/120% Play;
	color: #f10000;
	margin-bottom: 15px;
}

.search__item-title > span {
	background: linear-gradient(white 90%, #f10000 90%, #f10000 95%, white 95%);
}

.search__item-txt {
	display: block;
	line-height: 120%;
}

.search__item span.bold {
	font-weight: 700;
}

.search__nav {
	margin-top: 50px;
}

.rules {
	padding-bottom: 45px;
}

/*.rules__nav {
	margin-bottom: 50px;
}
*/
.rules__nav-main, .rules__nav-arrow {
	color: #f10000;
}

.rules__content {
	display: flex;
	justify-content: space-between;
}

.rules__info {
	width: 55%;
	margin-right: 30px;
}

.rules__info-title {
	margin-top: 15px;
}

.footer {
	padding: 0 0 40px;
	position: static;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #B3B3B3;
	padding-top: 20px;
}

.footer img {
	width: initial;
}

.footer__button {
	font-size: 14px;
	font-weight: 700;
	color: #f10000;
	padding: 5px 0;
	border-bottom: 3px solid #f10000;
}

.popup-reg {
	padding: 30px 30px 30px;
	/*max-width: 420px;*/
	max-width: 800px;
	position: relative;
}

.popup-reg + .fancybox-close-small {
	display: block;
}

.popup-reg__close {
	/* background: url("/wp-content/themes/bam_v2/assets/img/popup-reg/cross.svg") no-repeat; */
	width: 14px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 5;
}

.popup-reg .form {
	float: none;
	padding: 0;
	max-width: 410px;
}

.popup-reg .form__header {
	flex-direction: column;
}

.popup-reg .form__header-title {
	margin-bottom: 30px;
}

.popup-reg .form__item {
	margin-bottom: 25px;
}

.popup-reg .form:after {
	content: none;
}

.popup-reg .popup-button {
	display: none;
}

.popup-reg label.error {
	display: none !important;
}

.popup-thanks {
	text-align: center;
	position: relative;
	/*max-width: 360px;
	padding: 65px 40px;*/
	max-width: 400px;
    padding: 30px 20px;
}

.popup-thanks img {
	display: block;
	max-width: 60px;
	margin: 0 auto 50px;
}

.popup-thanks__mainTxt {
	font-weight: 700;
	font-size: 34px;
	line-height: 38px;
}

.popup-thanks__txt {
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	display: block;
	max-width: 230px;
	margin: 30px auto 0;
}

.fancybox-content {
	padding: 0;
}

/* === Доработка === */
.item__info a {
	margin-top: -3px;
	display: inline-block;
}

.reviews__nav.nav {
	padding-top: 20px;
	max-width: 250px;
}

#open_searchform {
	display: contents;
}

.review_form_wrapper {
	visibility: hidden;
	height: 0;
}

/* === крутить кратинку === */
img.rot {
  display: none;
  animation: 3s linear 0s normal none infinite running rot;
  -webkit-animation: 3s linear 0s normal none infinite running rot;
  width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#popup-text {
	outline: 1px solid red;
	padding: 40px 30px;
}

#popup-text .popup-thanks__mainTxt{
	margin-bottom: 20px;
	display: inline-block;
}

#popup-text .popup-thanks__txt {
	max-width: 100%;
    margin: 0 auto;
	font-size: 22px;
    line-height: 26px;
}


/*=== Компании ===*/
.companies__search {
	position: relative;
	max-width: 555px;
	padding-bottom: 50px;
}

.companies__search span {
	display: block;
	margin-bottom: 30px;
}

.companies__search input {
	font-size: 16px;
	background: white;
	width: 100%;
	min-height: 45px;
	-webkit-box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	        box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	border: 1px solid #D9D9D9;
	padding-left: 15px;
}

.companies__search button {
	background: #CACACA;
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 45px;
	height: 45px;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.companies__search button::before {
	content: url("assets/img/@companies/loupe.svg");
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.companies__select {
	border-top: 1px solid #B3B3B3;
	padding: 50px 0;
}

.companies__select .jq-selectbox {
	max-width: 555px;
	width: 100%;
}

.companies__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.companies__item {
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin-bottom: 30px;
}

.companies__item-logo {
	width: 100px;
	margin-right: 30px;
}

.companies__item-logo img {
	width: 100px;
	margin-bottom: 5px;
}

.companies__item-logo span {
	font-size: 12px;
	font-weight: 500;
}

.companies__item-logo span img {
	display: none;
}

.companies__item-info h3 {
	font-family: Play;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.companies__item-info span {
	color: #808080;
	display: block;
	line-height: 120%;
}

.companies__item-info span span {
	font-size: 12px;
	line-height: 140%;
	/*border-bottom: 1px solid #808080;*/
	display: inline-block;
	position: relative;
	top: -2px;
}

.companies__item-info p {
	font-size: 14px;
	line-height: 120%;
}

.select select {
	width: 100%;
	max-width: 100%;
}

.select .jq-selectbox__select {
	height: 45px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	-webkit-box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	        box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.07);
	background: none;
	padding: 10px 15px;
}

.select .jq-selectbox__trigger {
	background: url("assets/img/@reviewForm/arrow_down.svg") no-repeat center;
	border: none;
}

.select .jq-selectbox__trigger-arrow {
	display: none;
}

.select .jq-selectbox__dropdown {
	z-index: 100;
	background: #fff;
}

.select .jq-selectbox li:hover {
	background-color: #a3abb1;
	color: white;
}

.more {
	font-size: 14px;
	font-weight: bold;
	color: #f10000;
	display: inline-block;
	height: 17px;
	border-bottom: 2px solid #f10000;
	cursor: pointer;
}

.crumbs {
    font-size: 16px;
    margin: 50px 0;
}

.crumbs__item-active {
    color: #f10000;
}

/*=== Отзыв и компания ===*/
.reviewPage {
	padding-bottom: 45px;
}

.reviewPage__review {
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 30px;
}

.reviewPage__review-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.reviewPage__review-header div {
	width: 150px;
}

.reviewPage__review-header img {
	width: initial;
	float: left;
	margin-right: 15px;
}

.reviewPage__review-header span {
	display: block;
}

.reviewPage__review-header span:nth-of-type(1) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.reviewPage__review-header span:nth-of-type(2) {
	font-size: 12px;
	opacity: .5;
}

.reviewPage__review-header time {
	font-size: 12px;
	opacity: .5;
}

.reviewPage__review p {
	font-size: 14px;
	line-height: 140%;
}

.reviewPage__review-photo {
	margin: 15px 0;
}

.reviewPage__review-footer {
	font-weight: 500;
	margin-top: 15px;
}

.reviewPage__review-footer span {
	color: #488920;
}

.reviewPage__button {
	margin: 50px 0;
}

.reviewPage__comments-item {
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin-bottom: 30px;
}

.reviewPage__comments-item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.reviewPage__comments-item-header div {
	width: 150px;
	display: flex;
	align-items: center;
}

.reviewPage__comments-item-header .rating{
	display: block;
	margin-left: auto;
	width: auto;
	margin-right: 30px;
}

.reviewPage__comments-item-header img {
	width: initial;
	float: left;
	margin-right: 15px;
}

.reviewPage__comments-item-header span {
	display: block;
}

.reviewPage__comments-item-header span:nth-of-type(1) {
	font-size: 14px;
	font-weight: 700;
	/*margin-bottom: 5px;*/
}

.reviewPage__comments-item-header span:nth-of-type(2) {
	font-size: 12px;
	opacity: .5;
}

.reviewPage__comments-item-header time {
	font-size: 12px;
	opacity: .5;
}

.reviewPage__comments-answer {
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin: 0 0 30px 30px;
}

.reviewPage__comments-answer-title {
	font-size: 16px;
	font-weight: 700;
}

.reviewPage__comments-answer p {
	border: 1px solid #D9D9D9;
	padding: 15px 15px 30px;
}

.reviewPage__comments-answer.answer p {
	border: none;
	padding: 0;
}

.reviewPage__comments-answer-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.reviewPage__comments-answer-footer button {
	max-width: 120px;
	width: 100%;
	margin: 15px 0;
}

.company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.company__info {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	border-bottom: 1px solid  #D9D9D9;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.company__info-logo {
	width: initial;
	margin-right: 30px;
}

.company__info-name {
	font: 400 40px/100% Play;
	text-transform: uppercase;
	position: relative;
	top: -6px;
	margin-bottom: 10px;
}

.company__info-category {
	font-size: 14px;
	color: #808080;
	text-decoration: underline;
	margin-bottom: 10px;
}

.company__info-txt {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 15px;
}

.company__info-more {
	position: absolute;
	right: 0;
}

.company__contacts {
	width: 30%;
	font-size: 14px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	padding: 20px;
}

.company__contacts span {
	line-height: 120%;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.company__contacts span::before {
	position: absolute;
	left: 0px;
}

.company__contacts span:nth-of-type(1)::before {
	content: url("../bam_v2/assets/img/company/icon_mapmarker.svg");
}

.company__contacts span:nth-of-type(2) {
	color: red;
	font-weight: 700;
	text-decoration: underline;
}

.company__contacts span:nth-of-type(2)::before {
	content: url("../bam_v2/assets/img/company/icon_house.svg");
}

.company__contacts span:nth-of-type(3)::before {
	content: url("../bam_v2/assets/img/company/icon_phone.svg");
}

.company__contacts span:nth-of-type(4)::before {
	content: url("../bam_v2/assets/img/company/icon_time.svg");
}

.company span {
	display: block;
}

.company .rating{
	display: inline-block;
}

.result-search .result_item a:hover {
	color: red;
}

.result-search .result_item a::before {
	content: "•";
	color: red;
	margin-right: 10px;
}

.result-search .result_item a.redColor::before {
	content: none;
}

.company__info {
    width: 100%;
}

.company__contacts {
	width: 50%;
	margin-left: 45px;
}

.company__info-logo {
    max-width: 165px;
	min-width: 165px;
	text-align: center;
}

.company__info-txt {
	overflow: hidden;
	position: relative;
}

.company__info-txt.hide {
	height: 100px;
}

.company__info-txt.hide:after{
	content: "";
	display: block;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

#respond #comment {
	width: 100%;
	min-height: 72px;
	padding: 10px;
	height: 92px;
	border: 1px solid #d9d9d9;
	box-shadow: inset 0px 4px 5px rgb(0 0 0 / 7%);
	resize: vertical;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e4c4c;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}

#respond input[name="author"], #respond input[name="email"] {
	width: 48%;
	height: 45px;
    border: 1px solid #D9D9D9;
    box-shadow: inset 0px 4px 5px rgb(0 0 0 / 7%);
    padding: 0 15px;
	resize: vertical;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e4c4c;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#respond input[name="author"] {
	margin-right: 4%;
}

.hidden {
	display: none;
}

.reviewPage__comments-title {
	font: 400 24px/100% Play;
    margin-bottom: 30px;
}

.reviewPage .addReview_form {
	padding-top: 0;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 42px;
}

.reviewPage .addReview_form .form__title{
	margin-top: 0;
}

.reviewPage .addReview_form {
	padding-bottom: 50px;
}

.search-input::placeholder {
	color: #888;
	font-size: 14px;
}

.search__nav .next.page-numbers {
    transform: rotate(180deg);
}

.search__nav .prev.page-numbers, .next.page-numbers {
    background: url(/wp-content/themes/bam_v2/assets/img/reviews/arrow_double.svg) no-repeat center;
    width: 12px;
    height: 12px;
    display: block;
}

.f-grow {
	flex-grow: 1;
}

.companyForm__txt, .addReview__txt {
	line-height: 22px;
    max-width: 750px;
    text-align: justify;
    text-indent: 30px;
}

a.redColor {
	color: red;
	text-decoration: underline;
}

.redColor {
	color: red;
}

a.redColor:hover {
	text-decoration: none;
}

#conf_politic {
	padding: 25px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
}

#conf_politic .form__header-title {
	font-size: 34px;
}

.swiper-container {
	overflow: initial;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -18px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-list-item label {
	display: flex;
}

.wpcf7-list-item label a{
	text-decoration: underline;
	color: red;
}

.wpcf7-list-item-label {
	line-height: 12px;
	font-size: 12px;
	color: #808080;
}

input[name="personalDataAgree"] {
	margin: 0;
	margin-right: 10px;
}

.form__box input[type="submit"].form__item {
    margin-bottom: 0;
}

.wpcf7 .ajax-loader {
	position: absolute !important;
    bottom: 15px;
    left: 41%;
}

span.wpcf7-not-valid-tip {
    margin-right: 3px;
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 12px;
}

[name="message"] + span.wpcf7-not-valid-tip {
	top: -28px;
}

.companies__item-logo a {
	text-decoration: underline;
}

.companies__item-logo a:hover {
	text-decoration: none;
}

.main__gray-info ul li {
	line-height: 16px;
}

.top_list li {
	line-height: 20px;
}

.wpcf7-form [name="message"] {
	padding-top: 15px;
	padding-bottom: 15px;
	resize: vertical;
	min-height: 80px;
	max-height: 300px;
}

.cat-links a {
	text-decoration: underline;
}

.cat-links a:hover {
	text-decoration: none;
}

@media (max-width: 660px) {
	.addReview .form__input {
		width: 100%;
	}

	.jq-selectbox__dropdown {
		width: 100% !important;
	}
}

.search-company {
	margin-top: 50px;
    margin-bottom: 10px;
}

.file_error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: -13px;
    left: 169px;
    line-height: 12px;
    display: none;
}

@media (max-width: 764px) {
	.file_error {
	    bottom: -28px;
	    left: 0;
	}
}

@media (max-width: 576px) {
	.file_error {
	    bottom: -25px;
	    left: 0;
	    margin-bottom: 3px;
	    position: relative;
	}
}

.rating-group {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	/* Абсолютные label со звёздами иначе дают «невидимую» зону кликов под блоком — мешает кнопке «Отправить». */
	overflow: hidden;
}

.rating-group label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating-group label:last-child {
	position: static;
}

.rating-group label:nth-child(1) {
	z-index: 5;
}

.rating-group label:nth-child(2) {
	z-index: 4;
}

.rating-group label:nth-child(3) {
	z-index: 3;
}

.rating-group label:nth-child(4) {
	z-index: 2;
}

.rating-group label:nth-child(5) {
	z-index: 1;
}

.rating-group label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating-group label .icon {
	float: left;
	color: transparent;
}

.rating-group label:last-child .icon {
	color: lightgray;
}

.rating-group label:hover .icon{
	text-shadow: 0 0 1px orange;
}

.rating-group:not(:hover) label input:checked ~ .icon,
.rating-group:hover label:hover input ~ .icon {
	color: orange;
}

.rating-group label input:focus:not(:checked) ~ .icon:last-child {
	color: lightgray;
	text-shadow: 0 0 5px orange;
}
