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

}

html {
    background: #fff;
}

body, input, select, textarea {
       font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    color: #292929;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
}

.preloader__wrapper {
    width: 100%;
    height: 100%;
    background: rgba(59,33,20,.97);
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.preloader__slogan {
    font-size: 46px;
    text-align: center;
    width: 900px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 32px;
}

.preloader__slogo {
    font-size: 36px;
}

.preloader__city {
    font-size: 40px;
    margin: -10px 0;
}

.preloader__adven {
    font-size: 30px;
}


        	        	        	        	/* Начало общих элементов */

.btn, .btn:focus {
    color: #fff;
    outline: none;
    border: none;
    font-size: 16px;
    margin: 0 5px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    background: #A67B5B;
}

.btn:hover {
    margin: 0;
    color: #fff;
}

        	        	        	        	/* Конец общих элементов*/

.wrapper:before {
    content: "";
    width: 100%;
    height: 730px;
background: url(../img/topBg.jpg) center no-repeat;
background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wrapper:after {
    content: "";
background: rgba(59,33,20,.88);
    width: 100%;
    height: 730px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

        	        	        	        	/* Начало header */

header {
padding: 15px 0 10px;
    color: #fff;
}

.logo, .logo:hover {
text-decoration: none;
    color: #fff;
}

.logo__img {
    width: 60px;
    height: 60px;
}

.logo__inscrip {
    font-size: 16px;
}

.site-name {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.site-name__title {
    font-size: 32px;
    margin: -2px 0 20px;
}

.site-name__subtitle {
    display: block;
    text-align: center;
    font-size: 26px;
}

.contact, .logo {
    display: flex;
    flex-flow: column nowrap;
align-items: center;
}

.contact__work-hours {
    font-size: 16px;
}

.contact__work-hours span {
    font-size: 14px;
}

.contact__phone {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
}

.contact__phone:hover {
    text-decoration: none;
    color: #fff;
}

.contact__btn, .contact__btn:focus {
    padding: 3px 16px;
}

.contact-h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 20px;
    background: #fff;
}

        	        	        	        	/* Конец header */

        	        	        	        	/* Начало nav */

nav {
position: relative;
}

.nav-menu *.col {
    padding: 0;
}

.nav-menu li {
    text-align: center;
color: #fff;
}

div[class^="nav-menu__icon"] {
background: url(../img/nav-icon.png) no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.nav-menu .nav-menu__icon-1 {
    background-position: 0 0;
}

.nav-menu .nav-menu__icon-2 {
    background-position: -40px 0;
}

.nav-menu .nav-menu__icon-3 {
    background-position: -80px 0;
}

.nav-menu .nav-menu__icon-4 {
    background-position: -120px 0;
}

.nav-menu .nav-menu__icon-5 {
    background-position: -160px 0;
}

.nav-menu .nav-menu__icon-6 {
    background-position: -200px 0;
}

.nav-menu .nav-menu__icon-7 {
    background-position: -240px 0;
}

.nav-menu .nav-menu__icon-8 {
    background-position: -280px 0;
}

.nav-menu .nav-menu__icon-9 {
    background-position: -320px 0;
}

.col:nth-child(1) li:hover a .nav-menu__icon-1 {
    background-position: 0  -40px;
}

.col:nth-child(2) li:hover a .nav-menu__icon-2 {
    background-position: -40px -40px;
}

.col:nth-child(3) li:hover a .nav-menu__icon-3 {
    background-position: -80px -40px;
}

.col:nth-child(4) li:hover a .nav-menu__icon-4 {
    background-position: -120px -40px;
}

.col:nth-child(5) li:hover a .nav-menu__icon-5 {
    background-position: -160px -40px;
}

.col:nth-child(6) li:hover a .nav-menu__icon-6 {
    background-position: -200px -40px;
}

.col:nth-child(7) li:hover a .nav-menu__icon-7 {
    background-position: -240px -40px;
}

.col:nth-child(8) li:hover a .nav-menu__icon-8 {
    background-position: -280px -40px;
}

.col:nth-child(9) li:hover a .nav-menu__icon-9 {
    background-position: -320px -40px;
}

.nav-active {
    display: none;
}

.nav-menu li:hover a {
    color: #000;
background: #f5f5f5;
width: 180px;
}

.nav-menu li:hover span {
    font-weight: 600;
    display: block;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
}

.nav-menu li a, .nav-menu li:focus a {
    color: #fff;
    padding: 16px 0 0;
    font-size: 14px;
    display: block;
text-decoration: none;
    cursor: pointer;
}

.nav-menu li a:active {
    color: #292929;
}

.nav-menu li img {
    width: 40px;
    height: 40px;
}

.nav-menu li a span {
    display: block;
    margin: 10px 0;
white-space: nowrap;
}

.menu-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu .menu-block__img {
    width: 12px;
    height: 12px;
    margin: 5px 0 0 10px;
    transform: rotate(180deg);
 transition: .4s ease-in-out;
}

        	        	        	        	/* Конец nav */

        	        	        	        	/* Начало banner */

.banner {
    padding: 40px 0;
    color: #fff;
}

.banner__nav-title {
    margin-top: -6px;
    line-height: 44px;
    text-align: center;
    font-size: 36px;
}

.main-banner {
    padding: 50px 0;
    color: #fff;
}

.main-banner__title {
    text-align: center;
    font-size: 36px;
}

.main-banner__img {
    width: 100%;
    height: 100%;
}

.main-banner__discription {
    text-align: center;
}

.main-banner__h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.main-banner__slogan {
    display: block;
    text-align: center;
    margin: 16px 0;
    font-size: 20px;
}

.main-banner__p {
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 20px;
    text-align: justify;
}

.main-banner-form__inputs .banner-form__input {
width: 48%;
}

.main-banner-form .accept {
    margin: 15px 0;
}

.main-banner-form .banner__btn {
    margin: 0 auto;
}

.main-banner-form .wait {
    margin-top: 25px;
}

.main-banner-form .success {
    margin-top: 40px;
}

.main-banner-form .error {
    margin-top: 50px;
}

.banner__discount {
    margin: 20px 0 30px;
    text-align: center;
}

.banner__brand {
    font-size: 40px;
    text-align: center;
}

.banner__small-title {
    font-size: 32px;
}

.banner__img {
    height: 400px;
margin: 0 auto;
    display: block;
}

.banner__discription {
    max-width: 430px;
margin: 0 auto;
}

.banner__advent {
    font-size: 20px;
padding: 15px 0;
}

.banner__advent li {
padding: 7px 0;
color: #f1f1f1;
}

.banner__advent span {
font-weight: 600;
    color: #fff;
}

.banner-form__inputs,
.main-banner-form__inputs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.banner-form,
.main-banner-form {
    text-align: center;
}

.banner-form .accept label {
    width: 80%;
}

.banner__btn {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    border: none;
    background: #A67B5B;
    cursor: pointer;
}

.banner-form__input {
    padding: 8px 10px;
    border-radius: 2px;
    border: none;
}

.banner-form .accept {
margin: 10px 0;
justify-content: center;
}

.banner-form label {
    width: 80%;
}



.validate {
    text-align: center;
}

.no-letter {
    display: none;
    color: #f00;
    font-size: 12px;
    padding: 10px 0 0;
}

.wait, .success, .error {
    display: none;
    font-weight: 600;
    text-align: center;
}

.wait {
    margin-top: 10px;
}

.success {
    margin-top: 25px;
}

.error-page {
    margin-top: 35px;
}

.wait__message,
.error__message {
    margin: 0 0 10px;
    line-height: 32px;
}

.success__message {
margin-bottom: 15px;
}

.success__operator {
    line-height: 26px;
}

.wait__img {
    width: 40px;
}

        	        	        	        	/* Конец banner */

        	        	        	        	/* Начало products */

.products .row {
    justify-content: center;
}

.double-item {
width: 210px;
    position: relative;
    border: 4px solid #3B2114;
    border-radius: 10px;
    margin: 20px auto;
}

.double-item:before {
    content: "";
    width: 4px;
    height: 146px;
    position: absolute;
    background: #3B2114;
    top: 35px;
    right: 98px;
    transform: rotate(20deg);
}

.double-item__name-item, .single-item__name-item {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #3B2114;
    color: #fff;
}

.double-item__price {
display: none;
}

.double-item img {
    width: 100px;
    height: 100px;
}

.double-item__down {
    display: flex;
    flex-flow: column nowrap;
    margin-top: -56px;
}

.double-item__down img {
    align-self: flex-end;
}

.products__brand {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
    background: #3B2114;
    border-top: 2px solid #fff;
}

.double-item:hover {
width: 300px;
    display: flex;
    flex-flow: row wrap;
}

.double-item:hover .double-item__up {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    border-right: 2px solid #3B2114;
    text-decoration: none;
}

.double-item:hover img {
order: 1;
}

.double-item:hover .double-item__name-item {
    padding: 5px 0;
    order: 2;
}

.double-item:hover .double-item__down {
margin-top: 0;
    width: 50%;
    border-left: 2px solid #3B2114;
    text-decoration: none;
}

.double-item:hover img {
    width: 140px;
    height: 140px;
margin: 10px 0;
}

.double-item:hover .double-item__price,
.single-item:hover .double-item__price {
    display: block;
    order: 3;
    padding: 5px 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-top: 4px solid #3B2114;
    color: #3B2114;
}

.double-item:hover .products__brand {
    width: 100%;
border-top: 2px solid #3B2114;
}

.double-item:hover:before {
    display: none;
}

.double-item__up .single-item__name-item {
    text-align: left;
    padding: 10px;
}

.double-item__down .single-item__name-item {
    text-align: right;
    padding: 10px 15px;
}

.single-item {
    border: 4px solid #3B2114;
    border-radius: 10px;
    width: 210px;
    margin: 20px auto;
}

.single-item__up .single-item__name-item {
text-align: center;
    padding: 10px 0;
}

.single-item__up img {
    margin: 0 auto;
    display: block;
}

.single-item:hover img {
    width: 140px;
    padding: 5px 0;
}

.single-item:hover .single-item__up {
text-decoration: none;
}

        	        	        	        	/* Конец products */

        	        	        	        	/* Начало content */

.review-h1, .h2-page {
    background: #fff;
    font-size: 38px;
    text-align: center;
    padding: 10px 0 30px;
}

.h2-page {
padding: 10px 0;
}

.content {
    background: #fff;
}

.content h1 {
    font-size: 32px;
    margin: 26px 0;
    text-align: center;
    font-weight: 600;
}

.content .banner__we-offer {
    margin: 0;
    line-height: 25px;
    text-indent: 0;
}

.content h2 {
    font-size: 30px;
    text-align: center;
margin: 30px 0;
}

.content p {
    text-align: justify;
    text-indent: 1.5em;
    line-height: 24px;
    margin: 14px 0;
font-size: 16px;
}

.content ul {
    padding: 8px 0;
    margin: -4px 0;
    text-align: justify;
}

.content ul li {
    padding: 4px 0;
    text-indent: 1.5em;
    line-height: 20px;
    list-style: square;
    list-style-position: inside;
}

        	        	        	        	/* Конец content */

        	        	        	        	/* Начало footer */

footer {
    background: #3B2114;
    color: #fff;
    padding: 10px 0 40px;
}

.info {
    margin-bottom: -10px;
}

.info__company img {
    margin: 16px auto 0;
    display: block;
    width: 50px;
    height: 50px;
}

.info_copyright {
    font-size: 16px;
    text-align: center;
}

.info__mark {
    text-align: center;
    margin: 6px 0;
}

.info__stars {
width: 100px;
    height: 19px;
    margin: 0 auto;
position: relative;
}

.info__stars-full {
    background: url(../img/stars-full.png);
    width: 90%;
    height: 19px;
}

.info__stars-empty {
    background: url(../img/stars-empty.png);
    width: 100px;
    height: 19px;
    position: absolute;
    top: 0;
}

.info__order {
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 10px 0;
}

.info__number {
    margin-left: 10px;
}

.payment {
    font-size: 18px;
    text-align: center;
    margin: 17px 0;
}

.footer-lists {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}

.footer-nav, .footer-menu {
    width: 50%;
}

.footer-lists a {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}

.footer-lists a:hover {
border: 1px solid #fff;
    border-radius: 4px;
    padding: 7px 0;
}

.footer-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-between;
    margin-top: 20px;
}

.footer-data__title {
    font-size: 18px;
    display: block;
    margin: 4px 0;
}

.footer-data__btn {
display: inline-block;
}

div[class^="pay-block__img"] {
    background: url(../img/pay.jpg) no-repeat;
    width: 60px;
    height: 30px;
}

.pay-block__pairs .pay-block__img-1 {
    background-position: 0 0;
}

.pay-block__pairs .pay-block__img-2 {
    background-position: -60px 0;
}

.pay-block__pairs .pay-block__img-3 {
    background-position: -120px 0;
}

.pay-block__pairs .pay-block__img-4 {
    background-position: -180px 0;
}

.pay-block__pairs .pay-block__img-5 {
    background-position: -240px 0;
}

.pay-block__pairs .pay-block__img-6 {
    background-position: -300px 0;
}

.pay-block__pairs .pay-block__img-7 {
    background-position: -360px 0;
}

.pay-block__pairs .pay-block__img-8 {
    background-position: -420px 0;
}

.time-work {
    margin: 10px 0;
}

.adress span:last-child,
.time-work span:last-child {
font-size: 15px;
}

.our-contacts {
    text-align: center;
}

.our-contacts__title {
    font-size: 18px;
    margin: 15px 0;
    display: block;
}

.callback {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.callback__phone, .callback__phone:focus {
    color: #fff;
    font-size: 22px;
    margin: 0 0 7px 0;
}

.callback__phone:hover {
    color: #fff;
    text-decoration: none;
}

.callback__btn, .callback__btn:focus {
    padding: 6px 12px;
}

.adress {
    margin-top: 10px;
}

.adress__time--work {
    margin-bottom: 8px;
}

.adress__time--work p {
    margin: 4px 0;
}

.pay-block {
    display: flex;
}

.pay-block__pairs {
    display: flex;
    justify-content: space-around;
    flex: 1;
    margin-bottom: 2px;
}

        	        	        	        	/* Конец footer */

        	        	        	        	/* Начало кнопка вверх */

.scrollup {
    width: 62px;
    height: 62px;
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    right: 46px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    text-indent: 9999px;
    display: none;
    background: url(../img/arrow_top.png) center no-repeat, #3B2114;
    z-index: 2;
    box-sizing: content-box;
    box-shadow: 0 0 0px 4px #3B2114;
    background-size: 30px;
}

        	        	        	        	/* Конец кнопки вверх */

        	        	        	        	/* Начало кнопка вверх и блока справа */

.send-wrapper {
position: fixed;
    bottom: 300px;
    right: 0;
    height: 104px;
    width: 120px;
}

.send-message:hover {
    width: 300px !important;
    height: 70px !important;
    padding: 4px 0 4px 30px !important;
    justify-content: flex-start !important;
    border-radius: 15px 0 0 15px !important;
    bottom: 463px !important;
}

.send-message:hover:before {
    content: "";
    width: 150px;
    height: 34px;
    position: absolute;
    bottom: -34px;
    right: 0;
    background: transparent;
}

.message-active {
    width: 300px;
    height: 70px;
    padding: 4px 0 4px 30px;
    justify-content: flex-start;
    border-radius: 15px 15px 0 0;
    bottom: 463px;
}

.send-message {
    width: 120px;
padding: 0px 16px 14px 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    z-index: 2;
    background: #3B2114;
}

.send-message:hover span {
    padding: 15px 16px !important;
    order: 2 !important;
}

.send-message:hover p {
    font-size: 18px !important;
}

.send-message:hover img {
width: 50px !important;
    height: 50px !important;
    order: 1 !important;
}

.send-message img {
    width: 40px;
    height: 40px;
    align-self: center;
    order: 2;
}

.send-message span {
    color: #fff;
    align-self: center;
    padding: 8px 0;
    font-size: 40px;
    order: 1;
}

.send-message p {
    color: #fff;
    align-self: center;
    width: 100px;
    order: 3;
}

.message-wrapper {
display: none;
    position: fixed;
    bottom: 1px;
    right: 12px;
    overflow: hidden;
    height: 462px;
    width: 332px;
}

.message-block {
    position: absolute;
    bottom: 460px;
    right: 0;
width: 300px;
height: 460px;
    background: #fff;
border-radius: 15px 15px 0 0;
    z-index: 2;
border: 1px solid #3B2114;
    box-sizing: content-box;
}

.message-block > img {
width: 24px;
height: 24px;
position: absolute;
top: 0;
    left: -30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}

.message-block__title {
    background: #3B2114;
    padding: 20px 0 16px 0;
    font-size: 20px;
    box-shadow: 0 0 1px 1px #fff;
    text-align: center;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.message-block__sms {
    color: #6d6d6d;
    font-size: 16px;
    padding: 24px 20px 18px;
}

.message-block .wait {
    margin-top: 150px;
}

.message-block .success {
    margin-top: 135px;
}

.message-block .error {
    margin-top: 160px;
    padding: 0 10px;
}

.message-block .success__message {
    line-height: 26px;
}

.message-form {
   margin: 0 20px;
}

.message-form *[class^="message-form"] {
   display: block;
   width: 100%;
   height: 34px;
   border-radius: 4px;
	border: 1px solid #d4d4d4;
	padding: 0 8px;
}

.message-form *[class^="message-form"]:hover {
border: 1px solid #241F21;
}

.message-form *[class^="message-form"]:focus {
border: 1px solid transparent;
}

.message-form .message-form__textarea {
    height: 110px;
padding: 7px 8px;
resize: none;
}

.message-form input, .message-form__select {
margin: 10px 0;
}

.message-form .message-form__name {
    margin: 0 0 10px;
}

.message-form__select {
color: #999;
padding: 0 4px;
background: #fff;
}

.message-form__select option:first-child {
display: none;
}

.message-form .message-form__btn {
font-size: 18px;
    border: none;
    margin: 15px auto 0;
    display: block;
    width: auto;
    height: auto;
    padding: 8px 24px;
}

        	        	        	        	/* Конец кнопки вверх и блока справа */

        	        	        	        	/* Начало карты */

.map {
    max-width: 1500px;
    position: relative;
    margin: 0 auto 20px;
height: 500px;
}

.map-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 10px;
    background: #fff;
}

.map-info__phone, .map-info__adress, .map-info__work-time {
    position: relative;
    display: flex;
    width: 300px;
}

.map-info p:before {
    content: "";
    width: 106px;
    height: 106px;
    position: absolute;
    top: 0;
    right: -50px;
    background: #3B2114;
    border-radius: 50%;
    z-index: -1;
}

.map-info p:after {
    content: "";
    width: 50px;
    height: 106px;
    position: absolute;
    top: 0px;
    left: 56px;
    background: #3B2114;
}

.map-info p {
    font-size: 18px;
    line-height: 24px;
    background: #3B2114;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.map-info a {
    color: #fff;
font-size: 22px;
}

.map-info__icon {
    width: 100px;
    height: 100px;
    border: 3px solid #3B2114;
    border-radius: 50%;
    background: #fff;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-info__img {
    width: 60px;
    height: 60px;
}

        	        	        	        	/* Конец карты */

        	        	        	        	/* Начало хлебных крошек */

.breadcrumb-wrapper {
    background: #fff;
}

.breadcrumb-wrapper .breadcrumb {
    color: #292929;
}

.breadcrumb {
    width: 100%;
    padding: 10px 30px;
    line-height: 28px;
    color: #fff;
}

.breadcrumb__img {
    width: 20px;
    height: 20px;
    margin: 2px 5px 0 0;
}

        	        	        	        	/* Конец хлебных крошек */

        	        	        	        	/* Начало popup */

.callback-popup {
display: none
}

.callback-form {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 35px 30px 30px 30px;
    background: #fff;
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
}

.callback-form__name, .callback-form__phone {
    display: block;
max-width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.42857143;
    color: #04305E;
    background-color: transparent;
    background-image: none;
    border: 1px solid #04305E;
    border-radius: 4px;
}

.callback-form__title {
    font-size: 20px;
    padding: 20px 0 10px;
    text-align: center;
}

.callback-form__name {
    margin: 10px auto;
}

.callback-form .wait,
.callback-form .success,
.callback-form .error {
display: none;
width: 400px;
    height: 240px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.accept {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.accept label {
    width: 94%;
    font-size: 13px;
    text-align: center;
}

.accept a {
    color: #A67B5B;
    text-decoration: none;
}

.banner-form__location {
    display: none;
}

.mfp-close-btn-in .mfp-close {
    background: #A67B5B;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}

        	        	        	        	/* Конец popup */

        	        	        	        	/* Начало блока с отзывами */

.pages-h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 45px;
    color: #fff;
}

.reviews{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.review-item {
    margin-bottom: 20px;
    padding: 15px 30px;
    border: 3px solid #3B2114;
    border-radius: 8px;
    overflow: hidden;
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.review__desc {
    display: flex;
    flex-flow: row nowrap;
}

.review__avatar {
    width: 100px;
    height: 100px;
    border: 3px solid #3B2114;
    border-radius: 50%;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 1;
}

.review__avatar img {
    width: 100px;
    height: 100px;
}

.review__person {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    width: 67%;
    background: #3B2114;
    color: #fff;
    position: relative;
}

.review__person:before {
    content: "";
    width: 106px;
    height: 106px;
    position: absolute;
    top: 0;
    right: -50px;
    background: #3B2114;
    border-radius: 50%;
}

.review__person:after {
    content: "";
    width: 50px;
    height: 106px;
    position: absolute;
    top: 0px;
    left: -50px;
    background: #3B2114;
}

.review__name, .review__city {
    font-size: 20px;
}

.review-block span {
    font-weight: 600;
    font-size: 18px;
}

.review-block p {
    margin: 4px 0;
}

.review-marks {
    display: flex;
    align-items: center;
}

.review-marks .info__stars {
    margin: 0 10px;
}

.stars-4 {
    width: 80%;
}

.stars-5 {
    width: 100%;
}

        	        	        	        	/* Конец блока с отзывами */

        	        	        	        	/* Начало блока slider */
/*
.slider {
padding: 20px 0;
    background: #fff;
}

.slider .row {
    position: relative;
}

.slider__left {
    position: absolute;
    background: url(../img/arrow.png) center no-repeat, #3B2114;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 37%;
    left: 0;
background-size: 16px;
}

.slider__right {
    position: absolute;
    background: url(../img/arrow.png) center no-repeat, #3B2114;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 37%;
    right: 0;
background-size: 16px;
-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg)
}

.slider .products .row {
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    padding: 10px 50px;
}

.slider .products .col {
    padding: 0;
    display: none;
margin: 0 10px;
}

.slider .products .show {
    display: block;
}

.slider .products {
    width: 100%;
height: 320px;
display: flex;
    align-items: center;
}

.slider a {
    display: flex;
    flex-flow: column nowrap;
text-decoration: none;
}

.slider .product-item:hover .double-item__price {
    display: block;
    order: 3;
    padding: 5px 0;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border-top: 4px solid #3B2114;
    color: #3B2114;
}

.slider a img {
width: 160px;
    height: 160px;
margin: 0 auto;
}

.slider .product-item:hover img {
width: 180px;
    height: 180px;
    margin: 0 10px;
}

.slider a img {
order: 1;
}

.slider .double-item__price,
.slider .single-item__name-item {
order: 3;
}

.slider .double-item__name-item {
order: 2;
}

.slider .double-item__down {
    margin-top: 0;
}

.slider .product-item {
    border: 3px solid #3B2114;
    border-radius: 10px;
}
*/
        	        	        	        	/* Конец блока slider */

        	        	        	        	/* Начало блока стилей для таблиц */

.table table {
    margin-bottom: 30px;
}

.table th {
    background: #3B2114;
    color: #fff;
padding: 15px 10px;
}

tbody tr:nth-child(2n) {
    background: #EAEAEA;
}

tbody tr:hover {
    background: rgba(59,33,20,.75);
    color: #fff;
}

.btnT, .btnT:hover {
    padding: 8px 10px;
    color: #fff;
font-size: 14px;
}

.table td:nth-child(2), .table th:nth-child(2) {
    width: 22%;
}

.table td:last-child {
    width: 12%;
padding: 4px 10px 0;
}

.table td:first-child {
    position: relative;
}

.table td {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
}

        	        	        	        	/* Конец блока стилей для таблиц */

.hamburger {
  position: absolute;
  padding: 10px 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  background: #fff;
}

.agree {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.error-page .col-12 {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.error-page__h1 {
    margin: 35px 0 15px;
}

        	        	        	        	/* Начало placeholders */

input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
opacity: 1;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
visibility: hidden;
opacity: 0;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
visibility: hidden;
opacity: 0;
}

        	        	        	        	/* Конец placeholders */

        	        	        	        	/* Начало фиксированного блока */


.fixed-block {
    top: 0;
    border-bottom: 3px solid #fff;
    z-index: 5;
    width: 100%;
    background: #3B2114;
    display: none;
}

.fixed-header {
display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
}

.fixed-header__img {
    width: 60px;
}

.fixed-header__slogo {
    display: block;
    color: #fff;
    font-size: 30px;
}

.fixed-header__callback {
    display: flex;
    align-items: center;
}

.fixed-header__phone, .fixed-header__phone:hover {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
}

.fixed-header__btn:hover {
margin: 0 5px;
}

        	        	        	        	/* Конец фиксированного блока */

                                                /* Начало - бренды кофемашин */
                                                
.predator-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }

    .predator-item {
    padding: 15px;
    width: 200px;
    text-align: center;
    background-size: cover;
}

.predator-item a {
    display: inline-block;
    margin-top: 10px;
}
                                                /* Конец - бренды кофемашин */

