*, html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Open Sans;
    color: #495661;
    box-sizing: border-box;
    outline: none;
	letter-spacing: 0px;

}

body {
    padding-top: 40px;
}

.new_site {
    text-align: center;
    background: #eaaf00;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.new_site a {
    text-decoration: none;
    display: block;
    padding: 7px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

h1 {
    font-weight: bold;
    font-size: 28px;
    color: #495661;
    letter-spacing: -2.05px;
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    font-size: 28px;
    color: #495661;
    letter-spacing: -2.05px;
    margin-bottom: 15px;
}

h3 {
    font-weight: bold;
    font-size: 22px;
    color: #495661;
    letter-spacing: -1.61px;
}

p {
    font-size: 13px;
    color: #333333;
    letter-spacing: -0.24px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul {
    margin: 20px 0 30px 27px;
}

li {
    font-size: 13px;
    color: #333333;
    letter-spacing: -0.24px;
    line-height: 17px;
    padding: 0 0px 10px 9px;
}

.center {
    width: 1290px;
    margin: 0 auto;
}

.header {
    padding: 22px 0 0px;
    height: 164px;
}

.header a.logo {
    float: left;
    padding-left: 2px;
}

.header .top-cart {
    float: right;
    background: #F9F9F9;
    border: 1px solid #B6BBC0;
    font-size: 13px;
    line-height: 15px;
    color: #495661;
    letter-spacing: -0.24px;
    margin: 20px 0 0 0;
    padding: 26px 30px 15px 65px;
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    background-position: 21px 27px;
    width: 230px;
    height: 80px;
    text-decoration: none;
}

.header .top-cart span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #495661;
    letter-spacing: -0.3px;
}

.header .top-tel {
    float: right;
    font-size: 13px;
    color: #495661;
    letter-spacing: -0.24px;
    line-height: 18px;
    text-align: right;
    margin: 0 39px 0 0;
}

.header .top-tel .top-tel__num {
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #495661;
    letter-spacing: 0.26px;
    line-height: 24px;
}

.header .contacts {
    float: right;
    margin: 10px 17px 0 0;
    font-size: 13px;
    color: #495661;
    letter-spacing: -0.74px;
    line-height: 17px;
    width: 200px;
}

.header .contacts a {
    text-decoration: none;
}

.header .contacts span#user-city, .header .contacts b {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #495661;
    letter-spacing: -0.3px;
}

.header .top-adress {
    margin-bottom: 21px;
    position: relative;
}

.header .top-adress:before {
    content: "";
    display: block;
    float: left;
    width: 12px;
    height: 20px;
    background-image: url(img/map.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -21px;
    background-position: center;
}

.header .top-adress span#user-city:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(img/little-arr.png);
    background-repeat: no-repeat;
    margin: 1px 0 0 6px;
    vertical-align: middle;
}

.header .top-delivery {
    position: relative;
}

.header .top-delivery:before {
    content: "";
    display: block;
    float: left;
    width: 17px;
    height: 20px;
    background-image: url(img/car.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -23px;
    background-position: center;
}

.mainmenu {
    border-top: 1px solid rgba(73,86,97,0.40);
    border-bottom: 2px solid #495661;
    height: 57px;
    margin-bottom: 35px;
    padding: 10px 0;
}

.mainmenu .menu-top-menu-container {
    display: inline-block;
}

.mainmenu .menu-top-menu-container > ul {
    margin: 8px 0;
    padding: 0;
}

.mainmenu .menu-top-menu-container > ul > li {
    margin: 0;
    /* padding: 0 25px 0 0; */
    display: inline-block;
}

.mainmenu .menu-top-menu-container > ul > li > a {
    font-weight: bold;
    font-size: 20px;
    color: #495661;
    letter-spacing: -1.3px;
    text-decoration: none;
    text-transform: uppercase;
}

.mainmenu .search {
    float: right;
    background: #F9F9F9;
    width: 230px;
    height: 34px;
    font-size: 13px;
    color: #495661;
    letter-spacing: -0.24px;
    position: relative;
    border: 1px solid #eaaf01;
}

.mainmenu .search .search-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 13px;
    color: #495661;
    letter-spacing: -0.24px;
    padding: 0 40px 0 16px;
    width: 100%;
}

.search .search-text::-moz-placeholder {
	color: #495661;
}

.mainmenu .search .search-button {
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    width: 40px;
    height: 34px;
    border: none;
    background-color: transparent;
}

.mainmenu .yith-woocompare-widget {
    float: right;
    margin: 0px 32px 0 0;
    width: 150px;
    text-align: right;
}

.mainmenu .yith-woocompare-widget a.compare {
    font-weight: bold;
    font-size: 16px;
    color: #C2C2C2;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 35px;
    text-decoration: none;
    /*pointer-events: none;*/
    background: none;
    padding: 0;
}

.mainmenu .yith-woocompare-widget a.compare-widget:hover, .mainmenu  .yith-woocompare-widget a.compare:hover {
    color: #C2C2C2;
    background-color: #fff;
}

.mainmenu .yith-woocompare-widget a.compare.added.active,
.mainmenu .yith-woocompare-widget a.compare.added.active span {
    color: #495560;
    pointer-events: auto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.3px;
}

.mainmenu .yith-woocompare-widget a span {
    color: #C2C2C2;
}

.mainmenu .compare:before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(img/compare.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.mainmenu .compare.active:before {
    background-image: url(/wp-content/themes/mnto/img/comp-symb.png);
}

.sidebar {
    float: right;
    width: 229px;
    border-left: 1px solid rgba(73,86,97,0.14);
    padding: 2px 0 30px 16px;
}

/*.sidebar .contacts {
    width: 229px;
    transition: 1s;
}

.sidebar.opacity .contacts {
    opacity: 0;
}

.sidebar.sticky .contacts {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 229px;
    opacity: 1;
}*/

.sidebar.opacity {
    opacity: 0;
}

.sidebar.opacity.sticky {
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    opacity: 1;
    transition: 1s;
}

.sidebar.sticky .no-display {
    display: none;
}

.sidebar .sidebar-head {
    font-weight: bold;
    font-size: 16px;
    color: #495661;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
}

.sidebar p {
    font-size: 13px;
    color: #333333;
    letter-spacing: -0.34px;
    line-height: 17px;
    margin: 0 0 17px 0;
}

.sidebar .callme {
    background: #FFAF00;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.11);
    font-weight: bold;
    font-size: 16px;
    color: #262D32;
    letter-spacing: -0.9px;
    text-align: center;
    margin: 32px 0 0px -2px;
    width: 212px;
    height: 42px;
    padding: 10px 0 0;
    position: relative;
    cursor: pointer;
}

.sidebar .callme:before {
    content: '';
    position: absolute;
    right: 0;
    top: 34px;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
}

.sidebar .callme:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
}

.sidebar .ask {
    background: #495661;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.11);
    width: 212px;
    height: 42px;
    margin: 18px 0 0 -2px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.9px;
    text-align: center;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
}

.sidebar .ask:before {
    content: '';
    position: absolute;
    right: 0;
    top: 34px;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
}

.sidebar .ask:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
}

.sidebar .project {
    margin: 35px 0 34px 0;
}

.sidebar .project a {
    text-decoration: none;
    display: block;
}

.sidebar .project img {
    margin: 12px 0;
}

.sidebar .sidebar-link {
    margin: 13px 0;
}

.sidebar .sidebar-link a {
    font-weight: bold;
    font-size: 13px;
    color: #FF8600;
    letter-spacing: -0.34px;
    line-height: 17px;
    text-decoration: underline;
}

.left-content {
    width: 1030px;
    display: inline-block;
}

.slider-box {
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
}

.slider {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8 {
    background-position: center center;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
}

#s7 {
    background-image: url('/wp-content/uploads/2019/07/garant2.png');
    padding: 2em;
    text-decoration: none;
}


#s6 {
    background-image: url('/wp-content/uploads/2018/10/магазин2.jpg');
    padding: 2em;
    text-decoration: none;
}

#s3 {
    background-image: url('/wp-content/uploads/2018/10/пекарня2.jpg');
    padding: 2em;
    text-decoration: none;
}

#s4 {
    background-image: url('/wp-content/uploads/2018/10/пицца.jpg');
    padding: 2em;
    text-decoration: none;
}

#s5 {
	background-image: url('/wp-content/themes/mnto/img/slider.png');
    padding: 2em;
    text-decoration: none;
}

#s8 {
	background-image: url('/wp-content/uploads/2019/12/show-room.jpg');
    padding: 2em;
    text-decoration: none;
}

#s1 {
	background-image: url('/wp-content/uploads/2019/12/show-room.jpg');
	/*background-image: url('/wp-content/uploads/2021/04/Sochi.png');*/
    /*background-image: url('/wp-content/uploads/2022/07/food-cost3.jpeg');*/
	padding: 2em;
    text-decoration: none;
}

#s2 {
	background-image: url('/wp-content/uploads/2021/04/all_brend.png');
    padding: 2em;
    text-decoration: none;
}



#s1 p, #s2 p, #s3 p, #s4 p, #s5 p, #s6 p, #s7 p, #s8 p {
display: inline;
    width: auto;
    font-size: 34px;
    padding: 0.5em;
    color: #fff;
}

.slider-box ul {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    height: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 20;
}

.slider-box ul li {
    width: 13px;
    height: 13px;
    margin: 0 8px;
    padding: 0;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.b-carousel {
    width: 100%;
    margin: 66px auto 0;
    margin-bottom: 14px;
}

.b-carousel-head {
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #919191;
    letter-spacing: -1.32px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.b-carousel-head span {
    font-weight: bold;
    font-size: 28px;
    color: #4b5462;
    letter-spacing: -2.05px;
    text-transform: uppercase;
    display: block;
}

.b-carousel .b-carousel-head span {
    color: #ababab;
}

.tabs_block.index li.active .b-carousel-head span {
    color: #495661;
}

.b-carousel-button {
    float: right;
    margin-top: 20px;
    margin-right: 16px;
}

.b-carousel-button-left, .b-carousel-button-right {
    cursor: pointer;
    margin: 0 10px;
    opacity: 0.5;
}

.b-carousel-button-left:hover, .b-carousel-button-right:hover {
    opacity: 1;
}

.b-carousel-button-left {
	float: left;
}

.b-carousel-button-right {
	float: right;
}

.h-carousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.h-carousel-items {
    width: 10000px;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #979797;
}

ul.h-carousel-items:after {
    content: '';
    display: block;
    clear: both;
}

ul.h-carousel-items li {
    float: left;
    width: 257px;
    padding: 30px 20px 0px 20px;
    height: 498px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #979797;
    position: relative;
}

ul.h-carousel-items li a {
    text-decoration: none;
    text-align: left;
}

ul.h-carousel-items li img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

ul.h-carousel-items li .desc {
    overflow: hidden;
    height: 100px;
}

ul.h-carousel-items li h2.woocommerce-loop-product__title {
    font-weight: bold;
    font-size: 14px;
    color: #2A6CA4;
    letter-spacing: -0.26px;
    margin-bottom: 11px;
}

ul.h-carousel-items li span.price {
    float: left;
    position: absolute;
    bottom: 78px;
    left: 20px;
}

ul.h-carousel-items li span.price, ul.h-carousel-items li span.price span {
    font-size: 24px;
    color: #495661;
    letter-spacing: -2.05px;
    font-weight: normal;
}

ul.h-carousel-items li span.price > span {
    font-weight: bold;
}

ul.h-carousel-items li button {
    background-image: url(/wp-content/themes/mnto/img/cart-bg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: auto;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    color: #ff8600;
    padding-right: 6px;
    padding-left: 53px;
    border-top: 1px solid #979797;
    border-radius: 0;
    background-position: 10px 50%;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

ul.h-carousel-items li .label {
    position: absolute;
    top: 0;
    left: 0px;
    width: 67px;
    height: 21px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 0;
    color: #fff;
}

ul.h-carousel-items li .label:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid white;
    border-left: 4px solid transparent;
}

ul.h-carousel-items li .label.novinka {
    background: #FFAF00;
    color: #303438;
}

ul.h-carousel-items li .label.skidka {
    background: #FF4E00;
}

ul.h-carousel-items li .label.xit {
    background: #495661;
}

ul.h-carousel-items li a.clickBuyButton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 129px;
    height: 45px;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    font-weight: bold;
    font-size: 12px;
    color: #495661;
    letter-spacing: -0.23px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 11px 25px 0 48px;
    background-image: url(/wp-content/themes/mnto/img/click-symb.png);
    background-repeat: no-repeat;
    background-position: 28px 11px;
}

ul.h-carousel-items li a.clickBuyButton:before {
	content:none;
}

ul.h-carousel-items li a.compare.button {
    position: absolute;
    bottom: 63px;
    right: 0;
    width: 130px;
    height: 45px;
    border-top: 0;
    padding: 9px 0 0 10px;
    text-decoration: none;
    text-align: center;
}

ul.h-carousel-items li a.compare.button:before {
    margin: 0 3px 7px 2px;
}

.solutions {
    margin-top: 74px;
}

.solutions ul.products {
    margin: 0;
    border: none;
}

.solutions .b-carousel-head {
    float: none;
}

.solutions-item {
    display: inline-block;
    width: 49%;
    margin-top: 3px;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 28px;
}

.solutions-item a {
    display: block;
    text-decoration: none;
}

.solutions > div > .solutions-item:nth-child(2n+2) {
    margin-right: 0;
}

.solutions-item-img {
    position: relative;
    width: 238px;
    display: inline-block;
    margin-left: -5px;
    height: 262px;
    vertical-align: top;
    overflow: hidden;
}

.solutions-item-img img:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
}

img.solutions-item-mask {
    position: absolute;
    top: 0;
    left: -6px;
}

.solutions-item-text {
    display: inline-block;
    vertical-align: top;
    margin: 31px 0 0 13px;
    max-width: 230px;
	color: #e68b43;
    font-size: large;
}

.solutions-item-text-head {
    font-weight: bold;
    font-size: 28px;
    color: #FF8600;
    letter-spacing: -2.05px;
    text-decoration: none;
    text-transform: uppercase;
}

.solutions-item-text-info {
    font-weight: bold;
    font-size: 14px;
    color: #495661;
    letter-spacing: -0.25px;
    line-height: 18px;
    margin-top: 3px;
}

.solutions-item-text-price {
    font-size: 28px;
    color: #495661;
    letter-spacing: -2.05px;
    margin-top: 16px;
    letter-spacing: -2.05px;
}

.solutions-item-text-price span {
    font-weight: bold;
    font-size: 28px;
}

a.solutions-item-text-link {
    text-decoration: none;
    background-image: url('/wp-content/themes/mnto/img/button-all2.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    color: #495661;
    letter-spacing: -0.9px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 44px;
    padding: 9px 0 0;
}

.part-block {
    background: #FFFFFF;
    border: 1px solid #979797;
    margin-top: 69px;
}

.part-block .part:first-child {
    border-bottom: 1px solid #979797;
}

.part-block .part {
    height: 148px;
    overflow: hidden;
    position: relative;
}

.cs-carousel-button-left, .cs-carousel-button-right {
    position: absolute;
    top: 68px;
    width: 11px;
    opacity: 0.3;
    z-index: 20;
}

.cs-carousel-button-left {
    left: 210px;
}

.cs-carousel-button-right {
    right: 10px;
}

.cs-carousel-button-left:hover, .cs-carousel-button-right:hover {
    opacity: 1;
}

.part-block .part-head {
    font-weight: bold;
    font-size: 25px;
    color: #495661;
    letter-spacing: -2.05px;
    text-transform: uppercase;
    width: 230px;
    display: inline-block;
    height: 100%;
    padding: 60px 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.part-block .part-content {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1000000px;
    padding: 15px 0;
    margin-left: 230px;
}

.part-block .part-content .part-item {
    margin-right: 45px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.part-block .part-content .part-item img {
    max-height: 100%;
}

/*.part-block .part-content a {
    margin-right: 39px;
    display: inline-block;
    vertical-align: middle;
}*/

.footer {
    background-image: url(/wp-content/themes/mnto/img/footer-bg.png);
    background-position: center;
    background-size: cover;
    height: 287px;
    margin-top: 85px;
    clear: both;
    position: relative;
    color: #fff;
    padding: 23px 0px;
    min-width: 1290px;
	background-color: black;
}


.footer:before {
    display: block;
    content: '';
    background: rgba(35, 35, 35, 0.25);
    width: 100%;
    height: 3px;
    top: -3px;
    position: absolute;
}

.footer p {
    margin: 6px 0 16px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.04px;
    line-height: 17px;
}

.footer a, .footer span {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.04px;
    line-height: 17px;
}

.footer-left {
    float: left;
    width: 390px;
}

.footer-center {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 70px 0 0 130px;
}

.footer-contacts {
    margin: 0px 0px 0 24px;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.74px;
    line-height: 17px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.footer-adress {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    line-height: 16px;
    position: relative;
}

.footer-adress div {
    font-size: 13px;
    color: #FFFFFF;
	text-decoration: none;
}

.footer-adress:before {
    content: "";
    display: block;
    float: left;
    width: 12px;
    height: 20px;
    background-image: url(/wp-content/themes/mnto/img/map.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -21px;
    background-position: center;
}

.footer-adress span#footer-sity {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.footer-delivery {
    margin: 22px 0px 0 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.74px;
    line-height: 17px;
    width: 200px;
    position: relative;
}

.footer-delivery:before {
    content: "";
    display: block;
    float: left;
    width: 17px;
    height: 20px;
    background-image: url(/wp-content/themes/mnto/img/car.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -23px;
    background-position: center;
}

.footer-delivery span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.footer-delivery a {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    line-height: 16px;
    text-decoration: none;
}

.footer-phone {
    float: right;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    line-height: 26px;
    vertical-align: middle;
    margin: 30px 0 0;
    text-align: right;
}

.footer-phone a {
	color: #fff;
}

.footer-phone span {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0.26px;
    display: block;
    line-height: 25px;
}

.footer-right {
    float: right;
    width: 212px;
    margin-top: -12px;
}

.footer-head {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.cs-callback {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}

.cs-callback * {
    margin: 0px;
    font-size: 13px;
}

.cs-callback form {
    width: 300px;
    background-color: #fff;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0px 0px -150px;
    box-shadow: inset 0px 50px #495661;
}

.cs-callback .cs-callback-error {
	border: 1px solid #f00;
}

.cs-callback form textarea {
    font-family: Open sans;
    margin-bottom: 15px;
    width: 100%;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#cs-cb-close {
	position: absolute;
	right: 11px;
	top: 8px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 23px;
    cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-family: Tahoma;
}

.cs-h1 {
    padding: 0 0 35px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: -0.11px;
}

.cs-callback input {
    margin-bottom: 15px;
    width: 100%;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.cs-callback span {
    margin: 0 0 15px 0;
    display: block;
}

.cs-callback input#cs-field-checkbox {
    float: left;
    width: 22px;
    margin: 4px 0 0;
}

input#cs-button {
    border: none;
    display: block;
    width: 100%;
    background: #FFAF00;
    font-weight: bold;
    font-size: 16px;
    color: #262D32;
    letter-spacing: -0.9px;
    text-align: center;
    height: 42px;
    padding: 0px;
    position: relative;
    cursor: pointer;
}

p#mess {
    color: green;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0 33px;
}

.service a {
    float: left;
    width: 25%;
    padding: 20px;
    border-right: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    font-weight: 600;
    min-height: 200px;
}

.service a:nth-child(1), .service a:nth-child(2), .service a:nth-child(3), .service a:nth-child(4) {
    border-top: none;
}

.service a:nth-child(4n+4) {
    border-right: none;
}

.service a:last-child {
    border-right: none;
}

.service a img {
    display: block;
    margin: 0 auto 10px;
}

.service a:hover {
    color: #f28505;
}

.cs_region {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.cs_region-form, .cs_region-select {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: center;
    padding: 30px;
    font-size: 17px;
    margin: -90px 0 0 -170px;
    width: 340px;
    height: 180px;
}

.cs_region-form > span {
    color: #f4ae06;
    font-size: 17px;
}

.cs_region-yes, .cs_region-no  {
    background: #FFAF00;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.11);
    font-weight: bold;
    font-size: 16px;
    color: #262D32;
    letter-spacing: -0.9px;
    text-align: center;
    height: 42px;
    padding: 10px 30px 0;
    cursor: pointer;
    margin: 30px 0 0 0;
    position: absolute;
    bottom: 30px;
}

.cs_region-yes {
    left: 30px;
}

.cs_region-no {
    right: 100px;
}

.cs_region-select a {
    display: inline-block;
    text-align: center;
    width: 49%;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0;
}

.cs_region-select a:hover {
    color: #f4ae06;
}

.b-carousel.cs-related {
    margin: 0 auto;
}

.tabs_block.index ul.tabs_block.tabs {
    border-bottom: none;
    float: left;
}

.tabs_block.index .visible, .tabs_block.index .open_tab {
    padding: 0;
}

.tabs_block.index ul.tabs_block li {
    border: none;
}

.box .b-carousel {
    margin: 0;
}

.box.tab2:after {
    content: '';
    display: block;
    clear: both;
}

.box.tab2 a.all {
    float: right;
    display: block;
    background: #FFAF00;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.11);
    font-weight: bold;
    font-size: 16px;
    color: #262D32;
    letter-spacing: -0.9px;
    text-align: center;
    margin: 0;
    width: 212px;
    height: 42px;
    padding: 10px 0 0;
    position: relative;
    cursor: pointer;
}

ul.products.columns-4.products-search {
    border: none;
}

ul.products.columns-4.products-search li {
    border: 1px solid #979797;
    margin-left: -1px;
    margin-top: -1px;
}

.search-art {
    font-size: 12px;
    margin-top: 20px;
    font-weight: bold;
}

.search-art span {
    font-size: 12px;
    color: #e68800;
}

nav.navigation.pagination {
    clear: both;
    text-align: left;
    padding-top: 20px;
}

.nav-links {
    border: 1px solid #B6BBC0;
    float: left;
    border-right: none;
}

.nav-links a {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    width: 39px;
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #495661;
    letter-spacing: -1.61px;
    background: #F9F9F9;
    padding: 8px 0 9px 0;
    text-align: center;
    float: left;
    border-right: 1px solid #B6BBC0;
}

.nav-links span {
    background: #FFFFFF;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    width: 39px;
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #495661;
    letter-spacing: -1.61px;
    padding: 8px 0 9px 0;
    text-align: center;
    float: left;
    border-right: 1px solid #B6BBC0;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    padding: 12px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    background-color: #4b5462;
    background-image: url(/wp-content/themes/mnto/img/totop.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s;
}

.scroll-to-top.visible {
    opacity: 0.7;
}

.scroll-to-top.visible:hover {
    opacity: 1;
}

.mainmenu .search .dgwt-wcas-preloader {
    /* background-color: #fff!important; */
    /* z-index: 1000000!important; */
    opacity: 1!important;
    top: 1px!important;
    right: 1px!important;
    bottom: 1px!important;
    height: auto!important;
}

.prop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #999;
    z-index: 99;
}

.personalDataConfirm {
    margin: 0 auto;
    padding: 20px;
    max-width: 1240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.personalDataConfirm .text {
    font-size: 14px;
    line-height: 20px;
}

.prop-close {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    margin-top: -19px;
    padding: 10px 30px;
    background: #eaaf00;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.pf_rngstyle_flat .irs-from, .pf_rngstyle_flat .irs-to, .pf_rngstyle_flat .irs-single {
    color: #000!important;
    background: #eab100!important;
}

.proektirovanie-left {
	width: 60%;
    margin-right: 1em;
    display: inline-block;
}

.proektirovanie-right {
	width: 35%;
    display: inline-block;
    vertical-align: top;
}
/* отображение таблицей */
.gridlist-toggle {
    display: block;
    clear: both;
    margin: 0 !important;
    padding: 1em 0 !important;
    line-height: 1em !important;
}

.gridlist-toggle div {
    display: inline-block;
    padding: .618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-family: sans-serif !important;
    font-size: 1em !important;
    line-height: 1em !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.gridlist-toggle div.active {
    background-color: rgba(0, 0, 1, 0.28);
    cursor: default;
    color: inherit;
}

.gridlist-toggle div em {
    display: none;
}

.products.grid {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
}

.products.grid div.product.type-product {
    width: 25%;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 30px 20px 0px 20px;
    height: 498px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.products.grid div.product.type-product a {
    display: block;
    width: 100%;
}

.products.grid div.product.type-product .img-wrap-product-list-parent {
    height: 260px;
}

.products.grid div.product.type-product .product-left .img-wrap-product-list-child {
    width: auto;
    height: 260px;
}

.products.grid div.product.type-product .product-left .img-wrap-product-list-child img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
}

.products.grid div.product.type-product .product-center {
    width: 100%;
    margin: 0;
}

.products.grid div.product.type-product .product-center h2 {
    font-weight: bold;
    font-size: 14px;
    color: #2A6CA4;
    letter-spacing: -0.26px;
    margin-bottom: 11px;
    line-height: 16px;
}

.products.grid div.product.type-product table.shop_attributes,
.products.grid div.product.type-product .product-art,
.products.grid div.product.type-product span.no-price,
.products.grid div.product.type-product .quantity-cat {
	display: none;
}

.products.grid div.product.type-product .product-right-content {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.products.grid div.product.type-product span.price {
    float: left;
    position: absolute;
    bottom: 70px;
    left: 20px;
}

.products.grid div.product.type-product span.price span {
    font-size: 24px;
    color: #495661;
    letter-spacing: -2.05px;
}

.products.grid div.product.type-product a.get_me_price {
    display: none;
}

.products.grid div.product.type-product a.clickBuyButton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 129px;
    height: 45px;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    font-weight: bold;
    font-size: 12px;
    color: #495661;
    letter-spacing: -0.23px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 11px 25px 0 48px;
    background-image: url(/wp-content/themes/mnto/img/click-symb.png);
    background-repeat: no-repeat;
    background-position: 28px 11px;
    text-align: left;
}

.products.grid div.product.type-product a.compare.button {
    position: absolute;
    bottom: 63px;
    right: 0;
    width: 130px;
    height: 45px;
    border-top: 0;
    padding: 9px 0 0 10px;
    text-decoration: none;
}

.products.grid div.product.type-product button {
    float: right;
    width: auto;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    color: #ff8600;
    padding-right: 6px;
    padding-left: 53px;
    border-top: 1px solid #979797;
    border-radius: 0;
    background-position: 10px 50%;
}

.products.grid div.product.type-product a.clickBuyButton:before {
	content:none;
}

.img-wrap-product-list-parent .img-wrap-product-list-child img.wp-post-image {
  width: 100% !important;
  height: auto !important;
}



ul.h-carousel-items li {
    float: left;
    width: 257px !important;
    padding: 30px 20px 0;
    height: 498px !important;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #979797;
    position: relative;
}


/* отображение таблицей */



.ps-callmeblock {
    text-align: right;
    padding-top: 5px;
}

.ps-callme {
    background: #FFAF00;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.11);
    font-weight: bold;
    font-size: 16px;
    color: #262D32;
    letter-spacing: -0.9px;
    text-align: center;
    width: 212px;
    height: 42px;
    padding: 10px 0 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.ps-callme:before {
    content: '';
    position: absolute;
    right: 0;
    top: 34px;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
}

.ps-callme:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
}


.ps-schedule {
    text-align: left;
    margin-bottom: 0.3em;
}
.ps-schedule__title {}
.ps-schedule__value {}


.ps-email {
    text-align: left;
    margin-bottom: 0.3em;
}
.ps-email__title {}
.ps-email__value {
    font-weight: bold;
}
.ps-email__value a {
    color: inherit;
    text-decoration: none;
}

.ps-reviews {
    border-top: 1px solid #000;
    margin-top: 30px;
    padding: 20px 0 0;
}

.star-rating span:before {
    font-family: star;
}

.ps-clearfix:before,
.ps-clearfix:after {
    display: table;
    content: " ";
}
.ps-clearfix:after {
    clear: both;
}

.ps-productcontrols__col_right {
    padding-top: 5px;
    text-align: right;
}

div.product .ps-productcontrols p.stock {
    margin-bottom: 8px;
}
div.product .ps-productcontrols form.cart {
    margin: 0 10px 0 0;
    float: left;
}
div.product .ps-productcontrols .single_add_to_cart_button {
    display: none;
}

.ps-productmetas {
    margin-top: 15px;
}

.ps-productmetas a.clickBuyButton {
    font-size: 16px;
}

.ps-productaddbox p,
.ps-productaddbox .quantity-block {
    display: none;
}
.ps-productaddbox form,
.ps-productaddbox .single_add_to_cart_button {
    display: block;
}


.text-nowrap {
  white-space: nowrap;
}

div.product .ps-productaddbox form.cart {
    margin: 15px 0 0;
}

body .summary.entry-summary .ps-productaddbox button.single_add_to_cart_button.button {
    width: auto;
    height: 41px;
    font-size: 16px;
    line-height: 1.1;
    padding: 0 0 0 50px;
}

.ps-productaddbox button.single_add_to_cart_button span {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    letter-spacing: inherit;
}


.ps-topcart {
    float: right;
}

.ps-topcart__notice {
    clear: both;
    padding-top: 5px;
}

.ps-cart-notice {
    font-weight: 700;
    color: red;
    margin-bottom: 15px;
    display: none;
}
.ps-cart-notice.show {
    display: block;
}


.ps-oneclick-accept {
    margin: 0 0 15px 0;
    display: block;
    font-size: 13px;
}
.ps-oneclick-accept input {
    float: left;
    width: 22px;
    margin: 4px 0 0;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.ps-oneclick-accept input.error {
    outline: 1px solid red;
}
div.product.type-product .ps-oneclick-accept a,
.ps-oneclick-accept a {
    display: inline;
    text-decoration: underline;
    font-size: inherit;
}




.ps-oneclick-success {
    text-align: center;
}
.ps-oneclick-success__title {}
.ps-oneclick-success__descr {
    font-size: 1.2em;
}


body #formOrderOneClick .popummessage {
    border-radius: 0;
}
body #formOrderOneClick .popummessage .close_message {
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -20px;
    right: -20px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #FF8600;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}



ul.h-carousel-items li button.added {
    background-image: url(/wp-content/themes/mnto/img/cart-bg-green.png);
    color: #22b14c;
}

ul.h-carousel-items li .added_to_cart {
    display: none;
}

ul.products li.product form button.added {
    background-image: url(/wp-content/themes/mnto/img/cart-bg-green.png);
    color: #22b14c;
}

ul.products li.product form .added_to_cart {
    display: none;
}

.products.grid div.product.type-product button.added {
    background-image: url(/wp-content/themes/mnto/img/cart-bg-green.png);
    color: #22b14c;
}

.products.grid div.product.type-product .added_to_cart {
    display: none;
}

.added-txt {
    display: none;
}

.added .added-txt {
    display: inline;
}

.added .default-txt {
    display: none;
}

.add_to_cart_button span {
    color: inherit;
    font-size: inherit;
    text-transform: inherit;
    font-family: inherit;
}


.ps-cart-shipping-free {
    margin: 0 0 15px 0;
    color: #2626b4;
    font-size: 15px;
}

.ps-cart-shipping-free a {
    color: inherit;
    font-size: inherit;
}

div.product .woocommerce-Price-amount bdi, .widget div.product .woocommerce-Price-amount bdi {
  font-size:32px;
}

li.product .woocommerce-Price-amount bdi, .products div.product .woocommerce-Price-amount bdi {
    font-size: 23px;
}



.ps-category-tags {
}
.ps-category-tags__list {
    font-size: 0;
    line-height: 1;
    margin: 0 -5px;
}
.ps-category-tags__item {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    font-size: 16px;
}
.ps-category-tags__link {
    color: #2A6CA4;
    border: 1px solid #CECECE;
    border-radius: 50px;
    padding: 10px 10px;
    display: block;
    background: none;
    text-decoration: none;
}
.ps-category-tags__link:hover,
.ps-category-tags__link:focus {
    text-decoration: none;
    background: #F9F9F9;
}