/*
Theme Name: Luchnik
*/

body {
    margin: 0;
}
ul li {list-style: none}
a {text-decoration: none}
button {border:none}

.size-body {
    padding: 0 120px;
    width: auto;
    max-width: 1200px;
    margin: auto;
}
.hd-info {
    background: black;
    color: white;
    text-align: center;
    padding: 9px 0 11px;
}
.hd-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.hd-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
}
ul.hd-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
li.hd-menu-item a {
    color: black;
    display: block;
    white-space: nowrap;
}
li {
    padding-left: 0;
    margin: 0;
}

li.hd-menu-item {
    padding: 0 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.red-btn {
  padding: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #FF0000;
  color: white;
  border-radius: 5px;
}

.hd-header button.btn {
    max-width: 184px;
    width: -webkit-fill-available;
    height: 56px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 10px 0;
    padding: 0 10px;
}

img.hd-logo {
    max-width: 193px;
    width: auto;
    margin-right: 16px;
}
.hd-contact {
    width: auto;
    text-align: right;
    -ms-flex-line-pack: center;
        align-content: center;
}

p.hd-contsct-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    margin: 0;
}

.hd-contact a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin: 4px 0;
    display: block;
}

p.hd-contact-time {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    margin: 0;
}
img.mn-slider {
    width: 100%;
}

.mn-slider {
    margin: 0 auto 100px;
}

header.hd-main {
    margin-bottom: 40px;
}

ul.mn-ctl-tag {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 96%;
    margin: 0 13px 35px;
    height: 36px;
}

li.mn-tag-item a {
    margin-right: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #7d7d7d;
    cursor: pointer;
    padding-bottom: 10px;
    text-wrap-mode: nowrap;
}
li a.active {
    color: black;
    border-bottom: 2px solid #FF0000;
}
img.mn-slider-img {
    width: 100%;
}
.mn-ctl-product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}

.product-item img {
    width: 100%;
}

.product-item {
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 384px;
    max-height: 100%;
}
p.product-status {
    margin: 12px 0 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #1CB934;
}

p.product-name {
    margin: 0 0 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: black;
	height: 60px;
}

p.product-price {
    margin: 0 0 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: black;
	height: 27px;
}
button.btn.btn-info.red-btn {
    margin: auto 0 0;
    height: 48px;
    width: 100%;
}
.mn-ctl {
    margin-bottom: 100px;
}
.product-item .product-item-img {
    height: 166px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: center!important;
}
.title-block {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.mn-excl .mn-ctl-product {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.mn-excl .product-item {
    height: 442px;
    max-height: 100%;
}

.mn-excl .product-item img {
    width: 100%;
}
.mn-excl .product-item-img {
    height: 266px;
    margin: 0 0 12px;
}
.mn-excl {
    margin-bottom: 100px;
}
.mn-about-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
}

.mn-about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mn-about-text {
    max-width: 470px;
    width: 100%;
    margin-right: 16px;
}

.mn-about-img {
    max-width: 714px;
}

.mn-about-img img {
    width: 100%;
}

.mn-about {
    margin-bottom: 100px;
}

p.mn-contact-title.title-block {
    text-transform: math-auto;
}
img.contact-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

p.contact-name {
    margin: 0 0 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

p.contact-info {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.mn-contact-text>div:not(.mn-contact-text>div:last-child) {
    margin-bottom: 32px;
}

.mn-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mn-contact {
    margin-bottom: 100px;
}

.mn-route .title-block {
    text-transform: math-auto;
}
img.route-item-icon {
    width: 38px;
    height: 44px;
    margin-bottom: 16px;
}

p.route-item-name {
    margin: 0 0 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

p.route-item-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.route-info-item {
    padding: 24px;
    background: #FAFAFA;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.mn-route-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
}

a.btn.red-btn {
    height: 52px;
    display: block;
    margin: auto 0 0 0;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    width: 100%;
	font-family: "Open Sans", sans-serif;
}
.mn-route {
    margin-bottom: 100px;
}
footer.ft-main{
    background: #232323;
    padding-top: 54px;
}
a.ft-phone {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 16px;
}

p.ft-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23.8px;
    color: #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

p.ft-info img {
    height: 18px;
    margin-right: 12px;
}
.ft-main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ft-left {
    margin-right: 150px;
}

ul.ft-center.ft-menu {
    padding: 0;
    margin: 0 auto 0 0;
}

p.ft-title-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 23.8px;
    color: white;
    margin: 0 0 16px;
}


li.ft-menu-item a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #B3B3B3;
}

li.ft-menu-item:not(li.ft-menu-item:last-child) {
    margin-bottom: 31px;
}

footer.ft-main.size-body button.btn.red-btn {
    height: 48px;
    width: 261px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 auto 0;
}
.ft-main-bottom.size-body {
    padding: 21px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
    margin-top: 54px;
}

.ft-main-bottom.size-body p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    color: #656565;
    margin: 0;
}

p.ft-bottom-info.left {
    width: 40%;
}

p.ft-bottom-info.right {
    width: 60%;
}
footer.ft-main .btn {
    height: 48px;
    width: 261px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 auto;
}

.prev.one img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.next, .prev {
    padding-top: 5px;
	cursor:pointer;
}
.product-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 7% 20%;
    background: white;
    width: auto;
    padding: 40px;
    border-radius: 8px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-fill-available;
}
.product-photo img.product-item-img {
    width: 100%;
    float: right;
    height: auto;
}
.product-photo {
    width: 40%;
}
.product-description {
    width: 60%;
    margin-right: 20px;
}
.product-popup p.product-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    height: auto;
}
.product-popup p.product-art {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    opacity: 30%;
    margin: 8px 0 24px;
	height: auto;
}
.product-popup p.product-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    height: auto;
    margin: 0 0 8px;
}
.product-popup p.product-status {
    margin: 8px 0 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #1CB934;
    font-size: 16px;
}
button.btn.btn-zakaz.red-btn {
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #FF0000;
    color: white;
    border-radius: 5px;
    max-width: 184px;
    width: -webkit-fill-available;
    height: 56px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 10px;
}
.product-popup p.product-params-title {
    margin: 42px 0 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 60%;
}
.product-popup p.product-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
	margin-bottom: 42px;
}
.product-popup p.param-name {
    width: 50%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 70%;
    margin: 0;
    padding: 12px 0 15px;
}
.product-popup p.param-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 12px 0 15px;
}
.product-params div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border-bottom: 0.5px solid #0000001f;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 7% 20%;
}
.close-product {
    position: absolute;
    right: -56px;
    font-size: 20px;
    font-weight: 900;
    background: white;
    border-radius: 100px;
    padding: 4px 8px;
}
.fon {
    display: none; 
    background: #0000005e;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn, .close-product {
	cursor:pointer;
}
.mn-contact-text {
    margin-right: 56px;
}
.popup-zayvka,.popup-rezerv {
	display: none;
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 400px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 20px 30px;
    border-radius: 8px;
}
.close-zayvka, .close-rezerv {
    position: absolute;
    right: -38px;
    background: white;
    padding: 5px 7px;
    border-radius: 50px;
    top: 0;
    font-weight: 900;
	cursor: pointer;
}
form input {
    border: none;
    border-bottom: 1px solid #00000026;
    padding: 14px 0px;
    margin: 5px 0 10px;
    width: 100%;
}
form input:focus {
    outline: none;
}
form input::Placeholder {
    color: #00000057;
}
form input[type="submit"] {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #FF0000;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
	cursor:pointer;
}
span.wpcf7-not-valid-tip, li#wpcf7-f133-o1-ve-Phone {
    color: red;
}
.screen-reader-response {
    display: none;
}
.popup-zayvka, .popup {
	z-index: 2;
}
.fon {
	z-index:1;
}
.popup-rezerv, .close-rezerv {
    z-index: 3;
    -webkit-box-shadow: 0px 0px 297px #0000005c;
            box-shadow: 0px 0px 297px #0000005c;
}
p.form-title {
    font-family: 'Open Sans';
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.mob {display:none}
button.slick-arrow {
    display: none!important;
}
.mn-slider img {
    height: 362px;
    width: auto;
    justify-self: center;
}
.mn-slider-block {
    display: flex;
    align-items: center;
    position: relative;
}
figure.wp-block-gallery{
    width: 100%;
}
.prevv.slick-arrow, .nextt.slick-arrow {
    margin-top: -95px;
}
.mn-slider-block .slick-initialized .slick-slide {
    margin: 0;
    max-height: 400px;
    justify-self: center;
    height: auto;
}
.mn-slider-block figure.wp-block-gallery {
    width: 100%;
}
.mn-slider img {
    width: 100%;
    justify-self: center;
    height: auto;
}
.prevv.one.slick-arrow, .nextt.slick-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.prevv.one.slick-arrow {
    left: 31px;
    right: auto;
    background: white;
    padding: 9px 15px 6px 11px;
    border-radius: 50px;
}

.nextt.slick-arrow {
    right: 0;
    left: auto;
}

.nextt.slick-arrow {
    background: white;
    padding: 9px 12px 6px 13px;
    border-radius: 50px;
    right: 31px;
}



@media(max-width: 720px) {
	
	.mob{display:block}
	
body {
    margin: 0;
}
ul li {list-style: none}
a {text-decoration: none}
button {border:none}

.size-body {
    padding: 0 20px;
    width: auto;
    max-width: 720px;
    margin: auto;
}
.hd-info {
    background: black;
    color: white;
    text-align: center;
    padding: 5px 0 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
}
.hd-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
}
ul.hd-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
}
li.hd-menu-item a {
    color: black;
    display: block;
    white-space: nowrap;
}
li {
    padding-left: 0;
    margin: 0;
}

li.hd-menu-item {
    padding: 0 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.red-btn {
  padding: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #FF0000;
  color: white;
  border-radius: 5px;
}

.hd-header button.btn {
    max-width: 141px;
    width: -webkit-fill-available;
    height: 39px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0px 0 auto;
    padding: 0 10px;
    /* float: right; */
}

img.hd-logo {
    max-width: 138px;
    width: auto;
    margin-right: 16px;
}
.hd-contact {
    width: auto;
    text-align: right;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none;
}

p.hd-contsct-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #333333;
    margin: 0;
}

.hd-contact a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: black;
    margin: 4px 0;
    display: block;
}

p.hd-contact-time {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #808080;
    margin: 0;
}
img.mn-slider {
    width: 100%;
}

.mn-slider {
    margin: 0 auto 30px;
}

header.hd-main {
    margin-bottom: 20px;
}

ul.mn-ctl-tag {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 96%;
    margin: 0 3px 17px;
    height: 36px;
}

li.mn-tag-item a {
    margin-right: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #7d7d7d;
    cursor: pointer;
    padding-bottom: 10px;
    text-wrap-mode: nowrap;
}
li a.active {
    color: black;
    border-bottom: 2px solid #FF0000;
}
img.mn-slider-img {
    width: 100%;
}
.mn-ctl-product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}

.product-item img {
    width: 100%;
}

.product-item {
    padding: 11px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 320px;
    max-height: 100%;
    width: -webkit-fill-available;
}
p.product-status {
    margin: 5px 0 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #1CB934;
}

p.product-name {
    margin: 0 0 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: black;
    height: 38px;
    overflow: hidden;
    height: calc(2 * line-height);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.product-price {
    margin: 0 0 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: black;
    height: 27px;
}
button.btn.btn-info.red-btn {
    margin: auto 0 0;
    height: 43px;
    width: 100%;
}
.mn-ctl {
    margin-bottom: 50px;
}
.product-item .product-item-img {
    height: 143px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: center!important;
}
.title-block {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.mn-excl .mn-ctl-product {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.mn-excl .product-item {
    height: 335px;
    max-height: 100%;
}

.mn-excl .product-item img {
    width: 100%;
}
.mn-excl .product-item-img {
    height: 186px;
    margin: 0 0 12px;
}
.mn-excl {
    margin-bottom: 50px;
}
.mn-about-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
}

.mn-about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mn-about-text {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin-right: 16px;
}

.mn-about-img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.mn-about-img img {
    width: 100%;
}

.mn-about {
    margin-bottom: 50px;
}

p.mn-contact-title.title-block {
    text-transform: math-auto;
}
img.contact-icon {
    width: 23px;
    height: 23px;
    margin-bottom: 2px;
}

p.contact-name {
    margin: 0 0 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

p.contact-info {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.mn-contact-text>div:not(.mn-contact-text>div:last-child) {
    margin-bottom: 21px;
}

.mn-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.mn-contact {
    margin-bottom: 50px;
}

.mn-route .title-block {
    text-transform: math-auto;
}
img.route-item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
}

p.route-item-name {
    margin: 0 0 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

p.route-item-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 4px 0;
}

.route-info-item {
    padding: 16px;
    background: #FAFAFA;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.mn-route-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 10px;
}

a.btn.red-btn {
    height: 52px;
    display: block;
    margin: auto 0 0 0;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    width: 100%;
	font-family: "Open Sans", sans-serif;
}
.mn-route {
    margin-bottom: 50px;
}
footer.ft-main{
    background: #232323;
    padding-top: 40px;
}
a.ft-phone {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 16px;
}

p.ft-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23.8px;
    color: #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

p.ft-info img {
    height: 18px;
    margin-right: 12px;
}
.ft-main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.ft-left {
    margin-right: 0;
}

ul.ft-center.ft-menu {
    padding: 0;
    margin: 0 auto 0 0;
    display: none;
}

p.ft-title-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18.8px;
    color: white;
    margin: 0 0 9px;
	}

li.ft-menu-item a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #B3B3B3;
}

li.ft-menu-item:not(li.ft-menu-item:last-child) {
    margin-bottom: 31px;
}

footer.ft-main.size-body button.btn.red-btn {
    height: 48px;
    width: 261px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 auto 0;
}
.ft-main-bottom.size-body {
    padding: 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ft-main-bottom.size-body p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    color: #656565;
    margin: 0;
}

p.ft-bottom-info.left {
    width: 100%;
}

p.ft-bottom-info.right {
    width: 100%;
    margin-top: 10px;
}
footer.ft-main .btn {
    height: 45px;
    width: 261px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0  auto 20px 0;
    padding: 0 10px;
}

.prev.one img, .prevv.one img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.next, .prev {
    padding-top: 5px;
	cursor:pointer;
}
.product-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12% 6%;
    background: white;
    width: auto;
    padding: 20px;
    border-radius: 8px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-fill-available;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-photo img.product-item-img {
    width: 100%;
    float: inherit;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.product-photo {
    width: 100%;
    text-align: center;
}
.product-description {
    width: 100%;
    margin-right: 0;
}
.product-popup p.product-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    height: auto;
}
.product-popup p.product-art {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    opacity: 30%;
    margin: -2px 0 8px;
    height: auto;
}
.product-popup p.product-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 23px;
    height: auto;
    margin: 0 0 8px;
}
.product-popup p.product-status {
    margin: 4px 0 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #1CB934;
    font-size: 14px;
}
button.btn.btn-zakaz.red-btn {
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #FF0000;
    color: white;
    border-radius: 5px;
    max-width: 184px;
    width: -webkit-fill-available;
    height: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 10px;
}
.product-popup p.product-params-title {
    margin: 42px 0 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 60%;
}
.product-popup p.product-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.product-popup p.param-name {
    width: 50%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 70%;
    margin: 0;
    padding: 7px 0 7px;
    margin-right: 10px;
}
.product-popup p.param-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 7px;
}
.product-params div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border-bottom: 0.5px solid #0000001f;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 7% 10%;
}
.close-product {
    position: absolute;
    right: -16px;
    top: -20px;
    font-size: 20px;
    font-weight: 900;
    background: white;
    border-radius: 100px;
    padding: 4px 8px;
}
.fon {
    display: none; 
    background: #0000005e;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn, .close-product {
	cursor:pointer;
}
.mn-contact-text {
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
	        grid-row-gap: 10px;
        grid-column-gap: 10px;
}
.popup-zayvka,.popup-rezerv {
	display: none;
	position: fixed;
	background: white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 400px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto 20px;
	padding: 20px 30px;
	border-radius: 8px;
}
.close-zayvka, .close-rezerv {
    position: absolute;
    right: 0;
    background: white;
    padding: 5px 7px;
    border-radius: 50px;
    top: -44px;
    font-weight: 900;
    cursor: pointer;
}
form input {
    border: none;
    border-bottom: 1px solid #00000026;
    padding: 14px 0px;
    margin: 5px 0 10px;
    width: 100%;
}
form input:focus {
    outline: none;
}
form input::Placeholder {
    color: #00000057;
}
form input[type="submit"] {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #FF0000;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
	cursor:pointer;
}
span.wpcf7-not-valid-tip, li#wpcf7-f133-o1-ve-Phone {
    color: red;
}
.screen-reader-response {
    display: none;
}
.popup-zayvka, .popup {
	z-index: 2;
}
.fon {
	z-index:1;
}
.popup-rezerv, .close-rezerv {
    z-index: 3;
    -webkit-box-shadow: 0px 0px 297px #0000005c;
            box-shadow: 0px 0px 297px #0000005c;
}
p.form-title {
    font-family: 'Open Sans';
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
	.mn-contact-map iframe {
    width: 100%;
    height: 300px;
}
	button.slick-arrow {
    display: none!important;
}
.hd-phone a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin: 4px 0;
    display: block;
    text-align: end;
    margin-bottom: 0px;
	color:black;
}
.mob.hd-phone {
    margin-top: -7px;
}
.prevv.one.slick-arrow, .nextt.slick-arrow {
	display:none!important;
}
}