a.idle,a.idle:hover,a.idle:focus,
button.idle, button.idle:hover, button.idle:focus,
a.idle .t-btn, a.idle:hover .t-btn,a.idle:focus .t-btn
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 40px 40px!important;
    animation: idle .5s linear infinite;
    border-color: transparent  !important;
}

@keyframes idle {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}

.jq-toast-wrap { z-index: 999999; }

.t451__container {
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.has-error input, input.has-error { border-color: rgb(185, 74, 72) !important; background-color: #ffebee !important; }

.page-content h1 {
    margin-bottom: 25px;
    padding: 0;
    font-family: 'Roboto';
}

.page-content p { margin-bottom: 20px; }

.t330__title { margin-bottom: 11px; }
.t330__descr { margin-bottom: 24px; }
.t330__blockinput {
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
    margin-bottom: 25px;
}

a, button { outline: none!important;}
.start-version-7-form-container { margin-left: -20px; margin-right: -20px; }

.container-1sel { background-color: #000; color: #ffffff; font-size: 16px; line-height: 1.1; padding: 5px 40px; font-family:'Open Sans'; }
.container-1sel .img-logo { margin-right: 30px; }
.container-1sel .img-dummy { }
.container-1sel .tablewrap { display: table; width: 100%; }
.container-1sel .tablewrap > div { display: table-cell; vertical-align: middle; text-align: left; }
.container-1sel .links-1sel { text-align: center !important; }
.container-1sel ul { list-style: none; padding: 0; margin: 0; }
.container-1sel ul li { display: inline-block; padding: 5px 8px;  }
.container-1sel a.link-1sel {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}
.container-1sel ul li a.link-1sel {
    white-space: nowrap;
}
.container-1sel a.link-1sel::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid #fccb05;
    -webkit-box-shadow: inset 0px -1px 0px 0px #fccb05;
    -moz-box-shadow: inset 0px -1px 0px 0px #fccb05;
    box-shadow: inset 0px -1px 0px 0px #fccb05;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-1sel a.link-1sel:hover { color: #fccb05 !important; opacity: 1 !important; }
.container-1sel a.link-1sel:hover::after {
    opacity: 1;
    bottom: -0px;
}

.container-1sel .tableright { float: right; width: auto }
.container-1sel .tableright > div { text-align: right; white-space: nowrap; width: 10px }
.container-1sel .tableright .pl-30 { padding-left: 30px; }
.container-1sel .t-btn-1sell {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #ff2929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.container-1sel .t-btn-1sell:hover {
    background-color: #ffee00 !important;
    color: #242424 !important;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3) !important;

}

.modal-1sel p { margin-bottom: 15px; }
.modal-1sel p:last-child { margin-bottom: 0; }


/* Для AJAX-каталога */
.pv11-menu-g { margin-bottom: 20px; }
.pv11-menu-g ul { list-style: none; margin: 0; padding: 0 !important; font-size:0;line-height:0; }
.pv11-menu-g ul li { display: inline-block; }
.pv11-menu-g ul li a { text-decoration: none; padding: 10px 20px; font-size: 16px; font-family: 'Open Sans', sans-serif; line-height: 1.2; display: block}

.pv11-menu-v { margin-bottom: 20px; }
.pv11-menu-v ul { list-style: none; margin: 0; padding: 0 !important; font-size:0;line-height:0; }
.pv11-menu-v ul li { display: block; border-bottom: 1px solid #000; position: relative; }
.pv11-menu-v ul li:last-child { border-bottom: 0; }
.pv11-menu-v ul li a { text-decoration: none; padding: 15px 20px; font-size: 14px; font-family: 'Open Sans', sans-serif; line-height: 1.2; display: block; }
.left-icon .pv11-menu-v ul li a { padding-left: 50px; }
.left-icon .pv11-menu-v ul li > span {
    position: absolute;
    top: 11px;
    left: 15px;
    display: block;
    width: 24px;
    height: 24px;
    background: url('/sites-tpl/landing2/img/icon-catalog.png') no-repeat center;
    background-size: contain;
}
.pv11-pagination { font-family: 'Open Sans', sans-serif; margin: 0 -10px 30px; font-size: 14px; }
.pv11-pagination ul { list-style: none; margin: 0 !important; padding: 0 !important;  }
.pv11-pagination ul li { display: inline-block; padding: 0 10px; }
#allrecords .pv11-pagination ul li a { text-decoration: none; color: #444;}
.pv11-pagination ul li.active { background-color: #F22424;  border-radius: 2px; }
#allrecords .pv11-pagination ul li.active a { text-decoration: none; color: #fff; }

.product-view-wrapper { width: 100%; min-height: 100%; margin: 0 !important; padding-top: 60px !important;  }
.product-view-wrapper .item-page-image { position: relative; }
.product-view-wrapper .item-page-big-slider img { max-width: 100%; }
.product-view-wrapper .item-page-min-slider { padding-top: 14px; margin: 0 -7px; }
.product-view-wrapper .item-page-min-slider img { display: inline-block; height: 60px; margin: 0 7px 14px; border: 1px solid gray; }
.product-view-wrapper .item-page-big-slider a, .product-view-wrapper .item-page-min-slider a { cursor: zoom-in !important; }


/* Для мобильный устройств */
@media screen and (max-width: 480px) {
    .container-1sel .tableright { float: none; display: block; }
    .container-1sel .tableright > div img { display: none; }
    .container-1sel .tableright > div { text-align: center; white-space: nowrap; width: 100%; padding: 5px 0; display: block }
    .container-1sel .tableright .pl-30 { padding-left: 0px; }
}



.messenger {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 210px;
    height: 60px;
    z-index: 19999;
}
.messenger * {
    box-sizing: border-box;
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #9fbce0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.messenger-btn img {
    width: 32px;
    height: 32px;
}
.messenger-links {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 145px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.messenger-links.show {
    left: 0px;
    transform: scale(1);
}
.messenger-links a {
    width: 40px;
    margin-left: 4px;
}
.messenger-links img {
    max-width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .messenger {
        right: 16px;
        bottom: 60px;
        width: 145px;
        height: 40px;
        z-index: 999999;
    }
    .messenger-btn {
        padding: 7px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .messenger-btn img {
        width: 26px;
        height: 26px;
    }
    .messenger-links {
        top: 0;
        width: 145px;
    }
	.messenger-links.show {
		left: -45px;
	}
}
