@font-face {
    font-display: swap;
    font-family: "Mont";
    src:
        local("../fonts/Mont Light"),
        local("../fonts/Mont-Light"),
        url(../fonts/Mont-Light.woff2) format("woff2"),
        url(../fonts/Mont-Light.woff) format("woff"),
        url(../fonts/Mont-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
################################################################################
    ################################################################################
    #slides {
    display: none;
}
.container {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .container {
        width: auto;
    }
}
@media (max-width: 480px) {
    .container {
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
################################################################################
    ################################################################################
    .text_body
    h3,
.big_p {
    color: #fff;
}
.vsmall {
    display: block;
    padding-top: 3px;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 5px;
    color: #666;
    font-family: Mont;
}
#test {
    font-size: 10px;
}
.videostart {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.voverley {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgb(0 0 0 / 0.3) url(../img/overley.png);
}
#koonkavideo {
    width: auto;
    width: 100vw;
}
#login_block,
#cart_body {
    display: none;
}
.block2 h4 {
    display: block;
    width: 90%;
    font-family: "Mont" !important;
    font-size: 28px;
    color: #000;
    margin: 50px 0 10px 0;
}
.block2 {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.block2 p {
    width: 92% !important;
    display: block;
}
h6 {
    font-size: 22px;
    margin: 0;
}
.loadings {
    margin: 35vh auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.loadings img {
    width: 100%;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    top: 0;
    left: 0;
    background: #000;
    display: none;
}
.black.jack {
    margin-left: 50px;
}
#result img {
    display: block;
    margin: 20px auto;
}
h1 {
    display: block;
    width: 800px;
    text-align: center;
    font-family: "Mont";
    color: #000;
}
html {
    scroll-behavior: smooth;
}
.fa.fa-bars,
.no_view {
    display: none;
}
p .red {
    color: #cd2020;
    font-size: 14px !important;
    font-weight: 200;
    font-family: Mont;
}
.pr_menu_btn {
    display: none;
}
orange {
    color: #ff7800;
}
typeset {
    color: #aaa;
}
.no_prop h5 {
    display: none;
}
.no_prop img {
    display: none;
}
.set_more {
    position: absolute;
    width: 100% !important;
    margin-top: 150px !important;
    height: 200px;
}
.set_more:hover div {
    display: block;
}
.line.pr {
    display: none;
}
.set_more div {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    background: #cd2020;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    display: none;
    transition: 0.5s;
    cursor: pointer;
}
#dev_menu {
    display: none;
}
.str2 {
    display: block;
    height: 30px;
}
.prev {
    cursor: pointer;
}
.set_title {
    position: absolute;
    z-index: 1;
    color: #333;
    bottom: 0;
    width: 80%;
    height: 51px;
    overflow: hidden;
    left: 10px;
    font-size: 12px;
}
.shop_start {
    width: 1200px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}
.stars {
    position: absolute;
    width: 100% !important;
    margin-top: 250px !important;
}
.to_cart_body.big {
    width: 80%;
}
.stars img {
    width: 80px !important;
    margin: 0 auto !important;
}
.slidesjs-previous.slidesjs-navigation {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    background: rgb(0 0 0 / 0.3);
    top: 100px;
    left: 0;
    transition: 0.3s;
    display: none;
}
.set_preview:hover .slidesjs-previous.slidesjs-navigation {
    display: block;
    transition: 0.3s;
}
.slidesjs-pagination {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    bottom: 15px;
    right: 0;
    transition: 0.3s;
    list-style: none;
}
.slidesjs-pagination li {
    float: left;
}
.slidesjs-pagination-item a {
    display: block;
    overflow: hidden;
    width: 20px;
    height: 1px;
    margin-right: 3px;
    border-bottom: solid 2px #eee;
}
.slidesjs-pagination-item .active {
    border-bottom: solid 2px #cd2020;
}
.item_btn {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background: #999;
    right: 10px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px 2px 0 0 ;
    text-decoration:none;
}

.item_btn a,.item_body a{
  color:#fff;
  text-decoration:none;
}

.item_btn:hover {
    background: #111;
}
.fa.fa-exclamation-circle {
    color: #cd2020;
}
.form_change_pwd {
    background: rgb(0 0 0 / 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
.form_change_pwd .form {
    width: 400px;
    height: 250px;
    background: #eee;
    margin: 12% auto;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.form_change_pwd .form input {
    width: 300px;
    padding: 15px;
    display: block;
    margin: 5px auto;
    border: none;
    border-radius: 4px;
    border: solid 1px #eee;
}

.about_model{
  margin-left:20px;
}
.form_change_pwd .form .btn {
    width: 330px;
    margin: 10px auto 15px auto;
    background: #555;
}
.form_change_pwd .form .btn:hover {
    background: #333;
}
.form_change_pwd .form p {
    width: 100%;
    text-align: center;
    margin: 0;
}
.form_change_pwd .form h4 {
    color: #111;
    width: 100%;
    text-align: center;
}
.slidesjs-next.slidesjs-navigation {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    background: rgb(0 0 0 / 0.3);
    top: 100px;
    right: 0;
    transition: 0.3s;
    display: none;
}
.set_preview:hover .slidesjs-next.slidesjs-navigation {
    display: block;
    transition: 0.3s;
}
.set_preview {
    width: 365px;
    background: #fff;
    overflow: hidden !important;
    position: relative;
    transition: 1.5s;
}
.slidesjs-control {
    width: 365px !important;
}
.slidesjs-container {
    height: 220px !important;
    overflow: hidden;
}
.item_shop {
    display: block;
    overflow: hidden;
    width: 364px;
    margin: 10px;
    float: left;
    position: relative;
    border: solid 1px #ccc;
}
.up_photo {
    display: block;
    cursor: pointer;
}
.send_msg {
    display: block;
    position: absolute;
    right: -20px;
    top: 25px;
    cursor: pointer;
}
.shop_h1_art {
    display: block;
    width: 1200px;
    margin: 60px auto 0 auto;
    text-align: left;
}
.item {
    display: block;
    z-index: 9;

    color: #111;
    bottom: 20px;
    left: 20px;
    font-size: 12px;
    width: 100%;
}
.item svg {
    margin: -3px 3px 0 0;
    display: block;
    float: left;
}
.select_line .next {
    display: block;
    float: left;
    margin: 5px 0 0 -15px;
}
.block2 span svg {
    display: block;
    margin: 0 3px 0 0;
    float: left;
}
.price {
    display: block;
    font-size: 22px;
}
.set_preview img {
    display: block;
    width: 380px;
    margin: 0 auto;
}
#zamena {
    position: absolute;
    margin: 0;
}
#loader {
    display: block;
    width: 60px;
    position: absolute;
    margin: 150px 0 0 575px;
    display: block;
}
.triangl {
    border: 20px solid #fff0;
    border-bottom: 20px solid #000;
    width: 0 !important;
    position: absolute;
    margin: -40px 0 0 580px;
}
#mark_show div {
    float: left;
    overflow: hidden;
    position: relative;
}
.fa.fa-times {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #aaa;
}
.fa.fa-times:hover {
    color: #fff;
}
#mark_show span {
    color: #fff;
    display: block;
    padding: 5px 0 0 0;
    font-family: "Mont";
    font-size: 16px;
    cursor: pointer;
    width: 80%;
    margin-left: 50px;
    margin-top: 8px;
}
#mark_show span:hover {
    text-decoration: underline;
    color: #fff;
}
#mark_show {
    display: none;
    width: 1198px;
    height: 400px;
    background: #000;
    color: #aaa;
    position: absolute;
    margin: 81px 0 0 -50px;
    border-radius: 1px;
    border: solid 1px #222;
    z-index: 999;
}
.select_line {
    margin-left: 50px;
    margin-top: 20px;
}
.block1.select .fa.fa-angle-right {
    display: block;
    color: #aaa;
    font-size: 36px;
    margin-right: 15px;
    float: left;
    font-weight: 700;
}
.input_block {
    width: 235px;
    padding: 15px 0;
    background: #aaa;
    color: #fff;
    border-radius: 4px;
    float: left;
    margin-right: 15px;
    text-align: center;
    cursor: default;
}
.input_block.red {
    background: #aaa;
    color: #fff;
}
.input_block.white {
    background: #aaa;
    cursor: pointer;
}
.block_corr {
    width: 1200px;
    height: 20px;
    margin: 15px auto 0 auto;
}
#select_drive {
    width: 220px;
    margin-left: 0;
}
.block2 span {
    margin: 10px;
    display: block;
}
#body_text {
    margin: 10px 0 0 50px;
    padding: 10px 0 0 0;
    display: block !important;
    height: 135px !important;
}
.kaptcha_cont {
    background: #333;
    color: #aaa;
    font-weight: 700;
    padding: 5px;
    width: 50px;
    float: left;
}
#kaptcha_c {
    width: 150px;
    margin-left: 5px;
    padding: 7px;
}
.block2 span b {
    display: block;
    width: 300px;
    float: left;
    padding: 10px 0 0 0;
}
#set_type select,
#select_type {
    width: 220px;
}
#color_name b {
    padding: 0;
    width: 150px !important;
}
.img_select {
    width: 150px;
    position: absolute;
    margin-left: 40px;
    margin-top: -25px;
}
.year_set {
    padding: 0 !important;
}
.block1.select {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0;
    color: #111;
    height: 160px;
}
.block1.select p {
    display: block;
    margin: 0 50px;
    font-family: "Mont";
}
h3 {
    color: #fff;
    font-size: 34px;
    margin: 5px 40px 0 0;
    font-family: "Mont";
}
.slider h1 {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20%;
    color: #fff;
    font-family: "Mont";
    font-size: 48px;
}
.error404 {
    width: 400px;
    margin: 20px auto;
    color: #aaa;
}
.error404 a {
    color: #fff;
}
.error404 a:hover {
    text-decoration: none;
}
.logo {
    display: block;
    position: absolute;
    height: 50px;
    margin: 10px;
}
body {
    font-family: Mont;
    background: #fff;
    color: #666;
    margin: 0;
    min-height: 800px;
    width: 100%;
}
.phone_icon {
    display: block;
    position: absolute;
    margin: 2px 0 0 -20px;
}
.slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-height: 900px;
}
.slider img {
    width: 100%;
    display: block;
}
#mini_hmenu {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #333;
    background: #111113;
    top: 0;
    position: fixed;
    z-index: 999999;
}
.mini_hmenu_body {
    width: 1200px;
    margin: 0 auto;
}
.hmenu_body .no_head_menu {
    display: none;
}
.center_block.article {
    width: 1200px;
    margin: 50px auto !important;
    min-height: 1200px;
}
.mini_hmenu_body ul {
    margin-left: -25px;
    margin-top: 0;
    position: absolute;
}
.mini_hmenu_body ul li {
    list-style: none;
    float: left;
    color: #ccc;
    margin-right: 20px;
    display: block;
    padding-top: 5px;
}
.mini_hmenu_body ul li a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}
.mini_hmenu_body ul li a b {
    color: #ccc !important;
}
.mini_hmenu_body ul li a:hover {
    color: #fff;
}
#hmenu {
    transition: 0.5s;
    width: 100%;
    top: 30px;
    left: 0;
    height: 75px;
    z-index: 9999;
    background: #111113;
    border-bottom: solid 1px #222;
    position: fixed;
}
.hmenu_body {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#btn_select_sets {
    display: none !important;
}
.hmenu_body ul {
    list-style: none;
    display: block;
    position: absolute;
    margin: 24px 0 0 180px;
}
.head_corr {
    width: 100%;
    height: 100px;
}
.black.wite {
    color: #111;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
}
.hmenu_body ul li {
    float: left;
}
.hmenu_body ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: "Mont";
}
.icon {
    display: none;
}
.black {
    color: #111;
}
#btn5 {
    display: none;
}
.hmenu_body ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.product {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.real_photos {
    width: 390px;
    float: left;
    margin-right: 15px;
}
.real_photos.right {
    margin-right: 0;
}
.drive_h {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.drive_h img {
    float: left;
    margin-right: 20px;
}
.drive_h span {
    font-size: 18px;
    display: block;
    position: absolute;
    text-transform: uppercase;
    margin: 22px 0 0 60px;
}
.block2.left {
    width: 500px;
    margin-left: 100px;
    float: left;
    background: #fff;
    min-height: 600px;
    position: relative;
}
.block2.right {
    width: 500px;
    margin-right: 100px;
    float: left;
    background: #fff;
    min-height: 600px;
    position: relative;
}
.block2 p {
    display: block;
    width: 97%;
    margin: 5px 0 5px 10px;
    font-size: 14px;
}
.dred {
    color: #cd2020 !important;
    font-size: 12px;
    display: inline !important;
    margin: 0 !important;
}
sm,
small p {
    font-size: 12px !important;
}
#main_photo {
    display: block;
    margin: 10px auto;
    width: 480px;
}
.check {
    width: 15px;
    margin: 0 10px;
    float: left;
}
b {
    color: #000 !important;
}
.line {
    width: 95%;
    border-bottom: solid 1px #aaa;
    margin: 20px 0;
}
.line div {
    background: #cd2020;
    height: 5px;
    width: 80px;
    position: absolute;
    margin: -2px 0 0 40px;
}
.block2 h3 {
    margin: 0;
    display: block;
    font-size: 24px;
    padding-top: 10px;
}
.select_colors {
    border: solid 4px #aaa;
    margin-right: 5px;
    cursor: pointer;
    width: 85px;
    height: 82px;
    float: left;
}
.select_colors:hover {
    border: solid 4px #cd2020;
}
.select_colors:hover .color_show {
    transition: 0.3s;
    width: 200px;
    height: 200px;
}
.color_show {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-top: -210px;
    margin-left: -110px;
    transition: 0.3s;
}
.color_show span {
    display: block;
    position: absolute;
    color: #fff;
    background: rgb(0 0 0 / 0.4);
    z-index: 9;
    bottom: 10px;
    font-size: 10px;
    padding: 3px;
    width: 100%;
    text-align: center;
}
@keyframes pulse {
    from {
        transform: scale(0.85);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(0.85);
    }
}
.color_show img {
    height: 100%;
    animation: pulse 10s ease-in-out infinite;
}
@keyframes pulse {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    to {
        transform: scale(1);
    }
}
.alert {
    border: solid 2px #222;
    padding: 5px;
    width: 250px;
    border-radius: 20px;
    text-align: center;
    margin: 20px auto;
}
.block_colors {
    height: 100px;
}
.check_img {
    width: 25px;
    float: left;
    margin-right: 20px;
}
.line_set_parametr {
    margin-top: 20px;
}
.line_set_parametr p {
    display: block;
    font-size: 20px;
    padding-top: 0;
    margin: 5px 0 0 20px;
}
.block_set {
    margin-top: 50px;
    padding-top: 50px;
    border-top: dotted 1px #aaa;
}
#itogo {
    margin-top: 50px;
    font-size: 43px;
}
.main_price {
    font-size: 28px !important;
    color: #000;
    margin-top: 20px;
    display: block;
    border-top: solid 1px #111;
    padding-top: 20px;
    position: relative;
}
.delivery {
    font-weight: 700;
    padding-top: 20px;
}
blue {
    color: #3c9dd0 !important;
}
.color_select {
    margin: 20px 10px;
}
.many_pic {
    width: auto;
    margin-left: 10px;
}
.many_pic img {
    width: 116px !important;
}
.gallery {
    margin-left: 10px;
}
.drive_txt {
    position: absolute;
    color: #000;
    font-size: 14px;
    width: 100%;
}
.drive_txt p {
    width: 100%;
    display: block;
    font-size: 12px !important;
    color: #fff;
}
.drive_txt img {
    margin: 10px 3px 0 10px;
}
.select_art {
    background: #eee;
    padding: 10px;
    color: #000;
    margin: 20px 0;
    width: 95%;
}
.thet_select {
    float: left;
    width: 140px;
    height: 180px;
    border: solid 4px #cd2020;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.thet_select.none {
    border: solid 4px #eee;
    cursor: pointer;
    transition: 0.3s;
}
.thet_select img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.selected_sets {
    overflow: hidden;
}
.color_select img {
    width: 80px;
    border: solid 4px #fff;
}
.color_select .active {
    border: solid 4px #cd2020;
}
.tocart_btn {
    position: absolute;
    right: 10px;
    background: #cd2020;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
    margin-top: -40px;
    display: none;
}
.dop {
    border-top: solid 1px #eee;
    margin-top: 20px;
}
.dop h5 {
    font-size: 18px;
    font-weight: 100;
    color: #222;
    margin-left: 10px;
}
.dop_price {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
}
.big_h {
    font-size: 14px !important;
    color: #444;
    font-weight: 100;
    margin: 20px 0 !important;
    display: block;
    width: 95%;
    font-family: "Mont" !important;
}
.footer {
    width: 100%;
    padding: 20px 0;
    background: #000;
    border-top: solid 1px #222;
}
footer_body {
    width: 1200px;
    margin: 0 auto;
}
.rzd {
    width: 100%;
    height: 50px;
    background: #000;
}
#videoPlayer1 {
    display: block;
    height: 150vh;
    position: absolute;
    top: 0;
    z-index: 0;
}
#video1_pic {
    display: block;
    height: 150vh;
    position: absolute;
    z-index: 9;
    height: 150vh;
}
.article {
    width: 1200px;
    margin: 100px auto;
    overflow: hidden;
}
.article .block2 {
    width: 500px;
    margin: 0 100px 0 0;
    float: left;
}
.razd {
    width: 300px;
    border-bottom: solid 1px #ccc;
    margin: 0 auto 50px auto;
    position: relative;
}
.article .razd.left {
    width: 100%;
}
.razd.left {
    border-bottom: solid 1px #ccc;
    margin: 0 0 50px 0;
    position: relative;
}
.razd div {
    width: 100px;
    height: 3px;
    background: #cd2020;
    position: absolute;
    margin: -1px 0 0 100px;
}
.razd.left div {
    width: 100px;
    height: 3px;
    background: #cd2020;
    position: absolute;
    margin: -1px 0 0 0;
}
.article h4 {
    font-family: "Mont";
    font-size: 18px;
    color: #000;
}
.article a {
    color: #cd2020;
    text-decoration: none;
    font-weight: 700;
    font-family: "Mont";
}
.article a small {
    color: #555;
    font-size: 10px;
}
.article p {
    margin: 10px 0;
    font-family: "Mont";
}
.article ul li a {
    color: #111;
}
.article ul {
    list-style: none;
    margin-left: -40px;
}
.article ul li {
    border-bottom: dotted 1px #cd2020;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Mont";
}
.form-group input {
    width: 96%;
    padding: 5px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
.form-group textarea {
    width: 96%;
    padding: 5px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
.btn.btn-primary {
    border: solid 1px #cd2020;
    background: #cd2020;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}
.shop_start h1 {
    margin-top: 60px;
}
.btn.btn-primary:hover {
    border: solid 1px #ccc;
    background: #ccc;
    color: #cd2020;
    transition: 0.5s;
}
.breads {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: 70px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.bread_body {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bread_body h1 {
    font-family: "Mont";
    font-size: 38px;
    color: #111;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin: 0;
}
.bread_body h4 {
    display: none;
}
.bread_body p {
    font-family: "Mont";
    font-size: 18px;
    color: #333;
    display: block;
    width: 60%;
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
}
.bread_crumbs {
    position: absolute;
    bottom: 0;
    color: #555;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    font-family: "Mont";
}
.bread_crumbs.dops div {
    color: #555;
    width: 1200px;
}
.bread_crumbs a {
    color: #000;
}
.bread_crumbs div {
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
}
.item_shop_block {
    overflow: hidden;
    width: 1200px;
    margin: 50px auto;
}
.shop_h1 {
    margin: 100px auto 0 auto;
}
.razd.left.shop {
    margin-left: 50px;
    margin-bottom: 10px;
    width: 410px;
}
#vitrina h2 {
    width: 100%;
    text-align: center;
    font-family: "Mont";
    color: #111;
}
.footer_links {
    width: 1100px;
    margin: 20px auto;
}
.footer_links ul {
    display: block;
    width: 100%;
    margin: 20px auto;
    list-style: none;
}
.footer_links ul li {
    float: left;
    margin: 0 10px;
}
.personal {
    margin-top: 20px;
}
.personal table {
    font-size: 12px;
}
.footer_links ul li a {
    text-decoration: none;
    color: #444;
    font-size: 12px;
    font-family: "Mont";
}
.social-list {
    display: block;
    margin: 50px auto;
    width: 220px !important;
    font-size: 32px;
}
.footer_links ul li a:hover {
    color: #888;
}
#main_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}
.select_product {
    position: relative;
}
#main_img img {
    width: 100%;
    position: absolute;
}
.knop {
    background: #eee;
    border: solid 1px #e5e5e5;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    width: 180px;
    padding: 5px 0;
    text-align: center;
    border-radius: 15px;
}
.knop .fa.fa-arrow-down {
    color: #cd2020;
}
.select_set {
    width: 145px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.select_set img {
    width: 145px;
}
.select_set p {
    font-size: 10px;
    color: #000;
    text-align: left;
    margin-left: 10px;
}
.mrs {
    margin-bottom: 20px;
}
.btn {
    background: #cd2020;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    width: 180px;
    padding: 20px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}
#result a {
    text-decoration: none;
}
.btn:hover {
    background: #cd2020;
    cursor: pointer;
}
.name_set {
    margin: 0 0 10px 0;
    font-family: Mont !important;
    font-weight: 700;
}
.rzd_block {
    width: 80%;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}
.gamma {
    display: block;
    float: left;
    border: solid 4px #fff0;
    cursor: pointer;
}
.razd1 {
    height: 100px;
    width: 100%;
}
.to_cart_body {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
    margin-left: 160px;
    position: absolute;
    width: 200px;
}
.to_cart {
    background: #888;
    color: #fff;
    padding: 10px 0;
    width: 120px;
    margin-top: 10px;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
.to_cart.long {
    width: 200px;
}
.red {
    color: #cd2020;
}
.to_cart:hover {
    background: #cd2020;
}
.no_model {
    position: absolute !important;
    background: #555;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 20px 10px;
    right: 10px;
    bottom: 10px;
}
.no_model:hover {
    background: #cd2020;
    color: #fff;
}
#input_bg {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.95);
    display: none;
}
.input_window {
    width: 500px;
    height: 500px;
    border-radius: 2px;
    background: #111;
    position: relative;
    margin: 7% auto;
}
.input_window .btn {
    width: 76% !important;
}
.kapture_body {
    margin: 0 auto;
    width: 80%;
}
#kaptcha {
    width: 60% !important;
    margin: 0 0 0 10px;
}
#img_kapcha {
    width: 80px;
    height: 35px;
    background: #666;
    float: left;
    margin-right: 5px;
    border-radius: 2px;
    overflow: hidden;
    color: #cd2020;
}
.input_window h5 {
    font-family: "Mont";
    display: block;
    padding: 30px 0 10px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.input_window input {
    display: block;
    background: #fff;
    padding: 10px;
    width: 76%;
    margin: 10px auto;
    border: none;
    border-radius: 2px;
}
.input_window .btn {
    font-family: "Mont";
    font-size: 16px;
    width: 80% !important;
    margin: 10px auto;
}
.price_p {
    display: block;
    margin: 0 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.price_p.dops {
    margin: 20px 0 0 50px;
}
#result h2 {
    color: #111;
    display: block;
    padding: 10px 0;
}
#result h3 {
    font-family: "Mont";
    color: #222;
    display: block;
    padding: 10px 0 0 0;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
    text-decoration: underline;
}
#result {
    color: #333;
    overflow: hidden;
    border: solid 1px #fff;
    width: 90%;
}
.product_sale {
    overflow: hidden;
}
.cart_lent {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}
.cart_lent p {
    font-size: 12px;
}
.del_set {
    display: block;
    padding: 3px;
    min-height: 0 !important;
    font-size: 10px;
    width: 55px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 !important;
    text-decoration:underline;
    color:#cd2020 !important;
}

.del_set:hover {
  text-decoration:none;
}



.product.order h3 {
    color: #000;
}
.block2 select {
    border: none;
    background: #eee;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #ccc;
}
#info_order p {
    font-size: 12px;
}
#info_order {
    background: #ffefef;
    border: solid 1px #ffd7d7;
    padding: 10px;
    font-size: 10px;
    border-radius: 4px;
    margin: 10px 0;
    color: #000;
    font-size: 12px;
}
#info_order .red {
    font-size: 12px;
    color: #cd2020;
    font-weight: 700;
}
#form_payer input,
#form_inn input {
    font-family: "Mont";
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
    width: 80%;
    font-size: 14px;
}
#discont,
#company_discont {
    width: 160px !important;
}
#main_img,
.select_product {
    cursor: pointer;
}
#photo_show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 0.95);
    width: 100%;
    height: 100vh;
    display: none;
}
.slide_box {
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 60%;
    max-width: 1920px;
    margin: 0 auto;
    left: 5%;
    right: 5%;
    overflow: hidden;
}
#photo_show_pic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}
.sm_block {
    min-height: 150px;
    padding: 10px 0;
    overflow: hidden;
    background: #fefefe;
}
.sm_block .product_sale {
    width: 50%;
    float: left;
}
.cat_name {
    margin: 15px 0 5px 0;
    font-size: 14px;
    color: #111;
    font-family: "Mont";
}
atan {
    color: #cd2020;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0;
    font-family: "Mont";
}
atan2 {
    color: #444;
    display: block;
    font-size: 18px;
    padding: 0;
    font-family: "Mont";
}
atan2 a {
    color: #cd2020;
    text-decoration: underline !important;
}
atan2 a:hover {
    color: #cd2020;
    text-decoration: none !important;
}
#form_inn,
#schet,
#sch_vl {
    display: none;
}
#form_inn input {
    border: solid 1px #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#company {
    color: #111;
    display: none;
}
#company .input_long {
    width: 80%;
}
.loader_small {
    width: 100%;
}
.loader_small img {
    margin-left: 10px;
    margin-top: 10px;
    width: 20px;
}
.noscript {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #cd2020;
}
.info {
    background: #eee;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 10px;
    border-radius: 4px;
    margin: 10px 0;
    color: #000;
    font-size: 12px;
}
.info .red {
    font-weight: 700;
    color: #cd2020;
    margin: 0;
}
#pay_btn_alert .red {
    color: #cd2020 !important;
    display: block;
}
.cart_lent {
    color: #555;
}
.tb_cart_img {
    width: 50px;
    padding: 0 10px 0 0;
    position: relative;
}
.tb_cart_img img {
    display: block;
    width: 80%;
    vertical-align: top;
    position: absolute;
    top: 0;
}
.sale_price {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: solid 4px #eee;
}
.block2 h2 {
    color: #111;
    padding: 10px 0;
}
#company.view {
    display: block;
}
.close_form {
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.close_form .fa.fa-times {
    position: relative;
    margin: 0;
}
.reply_pic {
    display: block;
    position: absolute;
    z-index: 9;
    left: 20px;
    color: #cd2020;
    margin-top: 25%;
    width: 30px !important;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
}
.fa.fa-reply:hover {
    color: #fff;
    background: #cd2020;
}
.reply_pic:hover {
    background: rgb(20 20 20 / 0.3);
    transition: 0.5s;
}
.next_pic {
    display: block;
    position: absolute;
    width: 30px !important;
    z-index: 9;
    right: 20px;
    color: #cd2020;
    margin-top: 25%;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
}
.next_pic:hover {
    background: rgb(20 20 20 / 0.3);
    transition: 0.5s;
}
#main_pic1,
#main_pic2 {
    display: none;
}
#help {
    position: absolute;
}
.m_img {
    width: 598px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.m_img img {
    width: 100%;
}
.colors_set {
    margin-top: 5px;
    overflow: hidden;
    z-index: 9999;
}
.colors_set img {
    width: 50px;
}
#loader_bg {
    position: absolute;
    z-index: 999;
}
#loader_gif {
    width: 200px !important;
    position: absolute;
    margin-top: 11%;
    margin-left: 34%;
    display: block;
}
.product h1 {
    font-size: 24px;
    margin: 20px 0 0 0;
    text-align: left;
    font-family: "Mont" !important;
}
.product p {
    color: #666;
    margin: 20px 0;
    text-align: left;
}
.product h3 {
    color: #333;
    width: 100%;
    text-align: left;
    font-size: 22px;
}
.bottom_line {
    border-bottom: solid 1px #eee;
}
.bottom_line .product a {
    margin-top: 50px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #cd2020;
    text-decoration: none;
    width: 180px;
}
.bottom_line .product a:hover {
    color: #111;
    text-decoration: underline;
}
.block2 span {
    font-family: "Mont";
    display: block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 0;
    color: #333;
    overflow: hidden;
}
.block2 b {
    font-family: "Mont";
}
.btn_gray {
    font-family: "Mont";
    background: #ccc;
    color: #555;
    border-radius: 4px;
    font-size: 10px;
    padding: 10px 0;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.btn_gray:hover {
    color: #fff;
    background: #555;
}
#btn12,
#btn13 {
    margin-top: 20px;
    font-size: 12px;
}
.select_set p {
    display: block;
    margin-left: 10px;
}
.cat_name {
    font-family: Mont;
    font-weight: 700;
    background: #eee;
    border: solid 1px #ddd;
    padding: 5px 10px;
    color: #000;
}
.varanty {
    position: absolute;
    top: 70px;
    right: 20px;
    font-style: normal;
}
brc {
    font-family: Mont;
    color: #cd2020;
    font-style: normal;
}
.set_more_com {
    margin-top: 20px;
    border-top: solid 1px #cd2020;
}
#set_more_com a {
    color: #333;
    text-decoration: none;
}
#set_more_com a:hover {
    text-decoration: underline;
}
#show_more {
    font-size: 12px;
    padding-bottom: 3px;
    width: 165px;
    cursor: pointer;
    color: #111;
    font-weight: 700;
    background: #eee;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
}
.product1 {
    width: 1200px;
    margin: 0 auto;
    display: none;
}
.oncart {
    color: #cd2020 !important;
}
.article {
    width: 1200px;
    margin: 0 auto 40px auto;
}
.article h3 {
    color: #111;
    font-size: 22px;
}
.block1.select.prodbody {
    position: fixed;
    background: #111;
    top: 70px;
    z-index: 9999;
    border-radius: 0 0 4px 4px;
    border-top: solid 1px #444;
}
.block1.select.prodbody h3,
.block1.select.prodbody p {
    color: #eee;
    margin-left: 40px;
}
.block1.select.prodbody .triangl {
    display: none;
}
.block1.select.prodbody #mark_show {
    margin: 53px 0 0 -50px;
    background: #111;
    border: solid 1px #111;
}
.help {
    font-size: 12px;
    font-style: italic;
    color: #000;
    margin-top: 10px;
}
.help .fa.fa-exclamation-triangle {
    color: #cd2020;
}
#help {
    margin-top: -100px !important;
}
.comp_name {
    margin: 0;
    border-bottom: solid 2px #eee;
    padding: 20px 0 0 0 !important;
    font-size: 18px;
}
.sp_left {
    margin: 0 0 20px 50px;
}
.sm_block.noview img,
.sm_block.noview .select_set {
    display: none;
}
.sm_block.noview .product_sale price_p {
    margin: 0;
    font-size: 28px;
    color: #001;
    font-weight: 700;
}
.sm_block.noview .product_sale .to_cart_body {
    margin: 0;
    font-size: 13px;
    color: #111;
    font-weight: 400;
}
green {
    color: #228d00;
}
greenb {
    color: #228d00;
    margin-left: 20px;
}
red {
    color: #cd2020;
}
redb {
    color: #cd2020;
    margin-left: 20px;
}
#mark_show .fa.fa-angle-up,
#mark_show .fa.fa-angle-down {
    display: none;
}
.close_select {
    color: #999;
    position: absolute;
    font-size: 12px;
    top: 20px;
    right: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.close_select:hover {
    color: #fff;
    text-decoration: none;
}
.close_select .fa.fa-times {
    display: none;
}
#company .input_nolong {
    width: 40%;
}
.content {
    width: 800px;
    min-height: 800px;
    margin: 0 auto;
}
.btn.schet {
    margin: 20px auto !important;
    width: 300px;
}
.block2 a {
    color: #111;
}
psmall {
    font-size: 10px;
}
.str2 {
    display: block;
    width: 95%;
    font-weight: 100;
}
.btn_l {
    overflow: hidden;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    width: 78%;
}
.btn_l.s:hover {
    border: solid 1px #15aa25;
    color: #159925;
}
.btn_l.y:hover {
    border: solid 1px #1525aa;
    color: #1525aa;
}
.btn_l.s:hover p {
    color: #15aa25;
    display: block;
}
.btn_l.y:hover p {
    color: #1525aa;
    display: block;
}
.btn_l p {
    font-family: "Mont";
    font-style: normal;
    font-size: 16px;
    padding-top: 0;
    margin-left: 40px;
}
.btn_l img {
    width: 20px;
    float: left;
    margin: 20px 10px;
}
.center_block .smp,
.hhh.center {
    text-align: center;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-list.sm {
    width: 84px !important;
}
.social-list {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.social-list li,
.list-inline li {
    float: left;
}
.social-list li {
    list-style: none;
    padding: 5px 10px;
    font-size: 14px;
}
.center.copy {
    text-align: center;
    padding-top: 20px;
}
.center.copy p {
    margin: 0;
    font-size: 12px;
}
.social-list li a {
    color: #666;
    font-size: 22px;
    transition: 0.5s;
}
.center_block {
    width: 1200px;
    margin: 0 auto;
    font-family: "Mont";
    position: relative;
}
.imgland {
    width: 100% !important;
}
.smallsize {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.title.land,
.smallsize p {
    width: 80%;
    margin-left: 20px;
}
.title.center {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-top: 100px;
    margin-bottom: 20px;
}
.title.left.lc {
    width: 100%;
    text-align: left;
    font-size: 36px;
    color: #000;
    margin-top: 100px;
    margin-bottom: 20px;
}
.login.text {
    min-height: 100vh;
}
.smallsize.land p {
    width: 100%;
}
.black.st {
    color: #111;
    margin-left: 50px;
}
.close_btn {
    width: 30px !important;
    height: 30px;
    position: absolute !important;
    right: 30px;
    top: 30px;
    background: url(../img/close.png) -31px 0 no-repeat !important;
    cursor: pointer;
    overflow: hidden;
}
.icon_menu {
    display: none;
}
.close_btn.ht {
    bottom: 90px;
}
.close_btn:hover {
    background: url(../img/close.png) 0 0 no-repeat;
}
#zamena div {
    margin-top: 20px;
}
.call_tools {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
    background: rgb(256 256 256 / 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.call_tools:hover {
    background: #fff;
}
.call_tools img {
    width: 80%;
    position: absolute;
    margin: 8px 0 0 5px;
}
#call_tools {
    position: fixed;
    z-index: 999999999;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: 0.4s;
    background: rgb(0 0 0 / 0.95);
}
.call_tools_body {
    width: 300px;
    margin: 16% auto;
    color: #ddd;
}
.call_tools_body div {
    width: 24%;
    text-align: center;
    float: left;
    font-size: 12px;
    position: relative;
    border-radius: 2px;
    height: 80px;
    transition: 0.1s;
    padding-top: 10px;
    cursor: pointer;
}
.call_tools_body div .ico {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
}
.call_tools_body div .ico img {
    width: auto;
    width: 100%;
}
#input_mes_form {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.95);
    display: none;
}
.input_window textarea {
    display: block;
    background: #fff;
    padding: 10px;
    width: 76%;
    margin: 10px auto;
    border: none;
    border-radius: 2px;
    height: 90px;
    resize: none;
}
.btn:hover {
    background: #cd3030;
}
.mulaj {
    position: absolute;
    background: #111;
    z-index: 99;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    top: 1px;
    left: 1px;
}
last {
    font-size: 14px;
    width: 200px;
    text-align: left;
    color: #cd2020;
}
.fa.fa-exclamation-triangle {
    color: #cd2020;
}
.city_list {
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 2px;
    height: 205px;
    width: 490px;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 10px 0 #807e80;
    -moz-box-shadow: 0 3px 10px 0 #807e80;
    box-shadow: 0 3px 10px 0 #807e80;
    display: none;
}
.city_list p {
    display: block;
    padding: 10px;
    color: #cd2020;
}
.city_list ul {
    list-style: none;
    margin-left: -30px;
}
.city_list ul li {
    display: block;
    border-bottom: solid 1px #ccc;
    width: 95%;
    padding: 3px 0;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
}
.city_list ul li:hover {
    background: #eee;
}
end_price {
    font-size: 22px;
    color: #000;
    padding-top: 20px;
    font-style: normal;
}
#ems_pay_for,
#ems_pay_no {
    display: none;
}
.icon_menu {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
}
.icon_menu img {
    width: 100%;
}
.vcladka_body {
    background: #eee;
    padding: 2px;
    overflow: hidden;
    border-radius: 4px;
}
.vcladka {
    font-size: 12px;
    padding: 8px 0;
    border-radius: 4px;
    width: 120px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: #888;
    margin-right: 5px;
}
.body_dop {
    width: 95%;
    padding: 20px 0;
    margin-top: 38px;
    margin-bottom: 200px;
}
.body_dop p {
    display: block;
    width: 95%;
    margin: 10px auto;
}
.vcladka.active {
    padding: 8px 0;
    background: #fff;
    color: #333;
}
.vcladka:hover {
    color: #111;
}
.small_img {
    width: 100px;
}
rline {
    display: block;
    width: 80%;
    border-bottom: solid 1px #aaa;
    margin-bottom: 10px;
}
#btn4 {
    display: none;
}
#loader_pay {
    display: none;
    width: 150px;
    margin: 0 0 0 23%;
}
.product.order.sale {
    min-height: 1080px;
}
.payment_msg {
    width: 100%;
}
.payment_msg h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #111;
    padding: 60px 0 0 0;
    margin: 0;
}
.payment_msg p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #111;
    padding: 20px 0 0 0;
    margin: 0;
}
.payment_msg img {
    display: block;
    margin: 0 auto;
}
.product.fott-er {
    min-height: 500px;
}
#town,
#company_town {
    border: none !important;
    border-radius: 0 !important;
}
att {
    display: block;
    font-size: 12px;
}
zv {
    color: #cd2020;
}
#attantion {
    display: block;
    font-size: 12px;
}
.ared {
    color: #cd2020 !important;
    text-decoration: none !important;
}
.ared:hover {
    text-decoration: underline !important;
}
#alert_mess {
    position: fixed;
    background: rgb(0 0 0 / 0.93);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}
#alert_mess p {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20%;
    color: #fff;
    font-size: 28px;
}
.close_btn.st.top {
    display: none;
}
.block_sm_center {
    width: 1200px;
    margin: 50px auto;
}
#postponed {
    display: block;
    width: 100%;
    min-height: 80vh;
}
.btn_l.s.bl {
    display: block !important;
}
.no_border {
    border: none !important;
    border-bottom: solid 1px #ccc !important;
}
#block_address {
    display: none;
}
#shet_info {
    font-weight: 700;
    color: #cd2020;
}
#gallery_block_move {
    width: 100%;
    height: 50px;
}
#new_year {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.8);
}
#new_year img {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
}
.ny_body {
    width: 798px;
    height: 545px;
    background: #fff url(../img/ny.png);
    margin: 5% auto;
    position: relative;
}
.ny_body p {
    color: #111;
    font-family: Arial;
}
.ny_body div {
    top: 160px;
    left: 200px;
    font-size: 22px !important;
    width: 60%;
    position: absolute;
}
#save_personal {
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    width: 180px;
    font-size: 12px;
    padding: 15px 0;
    display: none;
}
#save_personal:hover {
    background: #555;
}
#save_photo {
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    width: 180px;
    font-size: 12px;
    padding: 15px 0;
}
#save_photo:hover {
    background: #555;
}
.zakaz_tdn {
    margin: 20px 0;
    padding: 20px;
    position: relative;
    background: #eee;
    width: 89%;
    border-bottom: solid 1px #ddd;
    border-radius: 4px;
}
.zakaz_tdn h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: Arial;
    margin: 0 0 0 14px;
}
.zakaz_tdn h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.td_result {
    width: 90%;
    padding-left: 20px;
}
.art_s {
    margin-top: 20px;
}
.zakaz_tdn textarea {
    width: 65%;
    height: 50px;
    resize: none;
    border: none;
    border-radius: 8px;
    padding: 10px;
}
.block_comment {
    width: 90%;
    padding-left: 10px;
}
.pic_body {
    overflow: hidden;
    width: 90%;
}
.zakaz_tdn .fa.fa-trash-o {
    display: block;
    float: left;
    margin-right: 10px;
}
.del_order {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    background: #eee;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.del_order:hover {
    background: #cd2020;
    color: #fff !important;
}
.hidden_block {
    display: none;
}
.btn_profile {
    background: #aaa;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    width: 350px;
    font-size: 12px;
    padding: 15px 0;
    margin-top: 20px;
}
.small_menu {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.small_menu div {
    float: left;
    margin: 0 5px 0 0;
}
.select_cars {
    width: 300px;
    height: auto;
    background: #333;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    display: none;
    padding-bottom: 20px;
}
.select_cars select {
    width: 90%;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 0 auto 5px auto;
}
.select_cars h4 {
    display: block;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #eee;
}
.td_set_name {
    position: absolute;
    margin: 0 0 0 220px !important;
    font-size: 12px;
    font-weight: 700;
    top: 25px;
    width: 400px;
}
.ico_btn.green {
    background: #1e7544;
    color: #fff;
    border: solid 1px #1e7544;
}
.ico_btn.green:hover {
    background: #1c8449;
}
.btn_profile:hover {
    background: #555;
}
.img_block {
    position: relative;
    width: 170px;
    height: 120px;
    padding: 15px;
    float: left;
    margin: 15px 10px !important;
    background: #ddd;
    overflow: hidden;
    border-radius: 8px;
}
.img_block img {
    display: block;
    margin: auto;
    max-width: 95%;
}
.img_block .fa.fa-times-circle {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
    color: #cd2020;
}
.msg_box {
    border: solid 1px #ccc;
    height: 680px;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
#msg_box {
    padding: 20px 0;
    height: 75%;
    position: relative;
    background: #eee;
    margin-top: -20px;
    overflow-y: auto;
}
.msg_box_bottom {
    width: 80%;
    margin: 10px auto;
    position: relative;
}
.msg_box_bottom textarea {
    width: 93%;
    height: 40px;
    resize: none;
    border: solid 1px #ccc;
    padding: 10px;
}
.msg_menu {
    width: 80%;
    margin: 10px auto;
    position: relative;
}
.msg_box_bottom .fa.fa-share {
    display: block;
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 22px;
    cursor: pointer;
}
.msg_box_bottom .fa.fa-share:hover {
    color: #ff7100;
}
.msg_body {
    width: 100%;
    margin: 20px 0;
    position: relative;
}
.koonka_customer {
    margin-left: 3%;
    width: 40%;
    padding: 10px 20px;
    background: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.koonka_manager {
    margin-left: 50%;
    width: 43%;
    padding: 10px 20px;
    background: #ddd;
    font-size: 12px;
    border-radius: 4px;
}
.koonka_manager h3,
.koonka_customer h3 {
    font-size: 10px;
    margin: 5px 0;
    color: #999;
    display: block;
}
.koonka_manager small,
.koonka_customer small {
    font-size: 10px;
    margin: 5px 0;
    color: #666;
    display: block;
}
.msg_loader {
    position: absolute;
    left: 20px;
    top: -22px;
    margin: 0;
    width: 30px !important;
    display: none;
}
.sm_img_msg {
    width: 100%;
    cursor: pointer;
}
#msg_img {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.9);
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
#msg_photo {
    display: block;
    margin: 8% auto;
    height: 60%;
}
#close_block {
    display: block;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.fa.fa-picture-o,
.fa.fa-car {
    cursor: pointer;
}
.fa.fa-picture-o:hover,
.fa.fa-car:hover {
    color: #ff7800;
}
#mes_menu,
#msg_icon {
    display: none;
    font-size: 62px;
    color: #ff7600;
    position: absolute;
    margin: -20px 0 0 42px;
    cursor: pointer;
}
.fa.fa-comments-o {
    font-size: 28px;
    margin: -2px 0 0 -40px;
    position: absolute !important;
    display: block;
    color: #cd2020;
    cursor: pointer;
    font-weight: 100;
}
.fa.fa-comments-o:hover {
    color: #ffa773 !important;
}
#profile_menu ul li a .fa.fa-comments-o {
    display: block;
    float: left;
    margin: 0 20px 0 0 !important;
    font-size: 16px;
    color: #221;
}
#profile_menu ul li a span {
    color: #221;
}
#ttn_body {
    display: none;
}
#ttn_body {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.8);
    z-index: 9999;
    display: none;
}
.ttn_scrolled {
    position: relative;
    width: 400px;
    height: 500px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 20px;
    overflow-y: auto;
    margin: 100px auto;
}
#ttn_info {
    position: relative;
    width: 100%;
    font-size: 12px;
}
#ttn_info img {
    display: block;
    width: 50px;
    margin: 45% auto;
}
.close {
    color: #888 !important;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.close:hover {
    color: #fff !important;
}
.fa.fa-map-o:hover {
    color: #000;
    cursor: pointer;
}
.ttn_scrolled a {
    color: #000;
    text-decoration: underline;
}
.ttn_scrolled a:hover {
    color: #933;
    text-decoration: none;
}
.art_name {
    font-size: 10px;
    overflow: hidden;
    color: #eee;
    padding: 0;
    width: 91%;
    margin: 0 auto;
}
.art_name input {
    display: block;
    margin: 0 5px 0 10px;
    float: left;
    width: 20px !important;
    margin-bottom: 10px !important;
}
#art_colors img {
    width: 48px;
    border: solid 2px #333;
    display: block;
    float: left;
    cursor: pointer;
}
#art_colors {
    overflow: hidden;
    width: 88%;
    margin: 5px auto;
}
.btn_sm {
    background: #999;
    color: #fff;
    margin: 10px auto;
    width: 90%;
    border-radius: 2px;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    display: none;
}
.btn_sm:hover {
    background: #555;
}
.select_cars h5 {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 12px !important;
    text-align: center;
    color: #ddd;
}
.art_s span {
    color: #ff9200;
}
.mark_td {
    display: none;
}
.ico_btn {
    background: #ccc;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px;
    margin: -5px 5px 10px 10px !important;
    color: #555;
    cursor: pointer;
    float: left;
    width: 180px;
    text-align: center;
}
.ico_btn:hover {
    background: #aaa;
    color: #fff;
}
.ems_personal {
    border: solid 1px #ccc;
    padding: 10px;
    width: 250px;
    border-radius: 4px;
}
.pr_menu_close {
    display: none;
}
.ind_content {
    font-size: 14px;
    padding: 20px 0;
}
.red {
    color: #cd2020;
}
.black {
    color: #000;
}
#profile_menu ul li a .fa.fa-comments-o {
    position: relative !important;
    color: #221;
}
#login_block span {
    display: block;
    margin-top: 3px;
}
.td_result a {
    color: #228d00;
    text-decoration: underline;
    font-weight: 700;
}
.td_result a:hover {
    color: #008d00;
    text-decoration: none;
}
.pr_btn {
    background: #ccc;
    width: 180px;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    transition: 1s;
    text-align: center;
}
.pr_btn:hover {
    background: #555;
    color: #eee;
}
.error {
    display: block;
    background: #cd2020;
    color: #fff;
    left: 30px;
    position: absolute;
    top: 20px;
    padding: 4px;
}
.no_margin {
    margin: 5px 0 !important;
    margin-left: 10px !important;
    color: #2a4480;
}
.no_show {
    display: none;
}
#price_tk p {
    margin: 0 !important;
}
#price_tk {
    margin: 0 !important;
    min-height: 0;
}
#sm_loader {
    width: 20px;
    margin-left: 180px;
    display: none;
}
#shop_sum {
    color: #209030;
    margin-top: 20px;
    font-weight: 100;
    font-family: Arial;
}
#pay_btn,
#pay_btn_alert,
#schet_btn,
#ems_pay_n {
    display: none;
}
#pay_btn_alert {
    margin: 10px !important;
    padding: 10px 0;
    font-size: 12px;
}
.block_address input {
    font-family: "Mont";
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
    width: 80%;
    font-size: 14px;
}
#index1 {
    width: 30%;
}
.admin_alert {
    position: fixed;
    font-family: Arial;
    bottom: 0;
    right: 5px;
    color: #20cd20;
    font-weight: 700;
    font-size: 18px;
    padding: 5px;
    border-radius: 0 0 0 4px;
    z-index: 999999;
    cursor: pointer;
}
.input_h1 {
    width: 60%;
    border: none;
    text-align: center;
    font-size: 32px;
    font-family: "Mont";
    outline: none;
}
.input_h1_left {
    width: 60%;
    border: none;
    text-align: left;
    padding-top: 15px;
    font-size: 24px;
    font-family: "Mont";
    outline: none;
}
.input_bread {
    width: auto;
    border: none;
    text-align: left;
    font-size: 12px;
}
.input_h2 {
    width: 80%;
    border: none;
    text-align: center;
    font-size: 26px;
    font-family: "Mont";
    resize: none;
    outline: none;
}
.black.jack.big {
    font-size: 32px;
}
.black.wite div .fa.fa-check-circle-o {
    font-size: 16px;
    color: #cd2020;
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
}
.black.wite div .fa.fa-check-circle-o:hover {
    color: #20cd20;
}
.h2_small {
    font-size: 18px;
    font-family: "Mont";
    color: #000;
    font-weight: 100;
}
.input_h2_left_pr {
    width: 80%;
    border: none;
    text-align: left;
    font-size: 14px;
    font-family: "Mont";
    resize: none;
    outline: none;
}
.input_h3_left {
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    font-family: "Mont";
    resize: none;
    outline: none;
    font-weight: 700;
}
.input_h4_left {
    width: 100%;
    border: none;
    text-align: left;
    font-size: 18px;
    font-family: "Mont";
    resize: none;
    outline: none;
    font-weight: 700;
}
.comp_name_sm {
    font-size: 16px !important;
    color: #000;
    margin: 20px 0 10px 0 !important;
}
.admin_block {
    position: fixed;
    top: 30px;
    z-index: 999999;
    width: 400px;
}
#thord_set {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 20px;
}
.adm_end {
    position: fixed;
    top: 0;
    right: 0;
    background: #cd2020;
}
.admin_block input {
    padding: 5px;
    border: none;
    width: 80%;
    margin: 1px 10px;
    border-radius: 4px;
    background: rgb(256 256 256 / 0.5);
}
.input_box {
    background: #999;
    width: 500px;
    padding: 20px 20px 40px 20px;
    border-radius: 4px;
    margin: 200px auto;
    position: relative;
}
.input_box h3 {
    color: #222;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}
.input_box input {
    padding: 10px;
    width: 90%;
    border: none;
    display: block;
    margin: 1px auto;
    border-radius: 4px !important;
}
.input_box select {
    padding: 10px;
    width: 94%;
    border: none;
    display: block;
    margin: 1px auto;
    background: #acb6b4;
    border-radius: 4px !important;
}
.input_box p {
    margin: 2px auto !important;
    font-size: 12px !important;
    text-align: left !important;
    color: #333 !important;
    width: 93% !important;
}
.input_box #save_personal {
    margin: 15px 0 0 15px !important;
    border-radius: 4px !important;
}
.input_box red {
    margin: 2px auto !important;
    font-size: 12px !important;
    text-align: left !important;
    display: block;
    width: 92% !important;
}
.input_box .close_box {
    display: block;
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
}
.adm_img {
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.adm_img input {
    width: 90%;
    background: rgb(0 0 0 / 0.3);
    color: #fff;
    border: none;
    padding: 3px;
    margin: 1px 0 0 2px;
    border-radius: 4px;
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #666;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type="file"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.input-file input[type="file"]:focus + span {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.25);
}
.input-file:hover span {
    background-color: #555;
}
.input-file:active span {
    background-color: #eee;
}
.input-file input[type="file"]:disabled + span {
    background-color: #eee;
}
#catalog_body {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.catalog_menu {
    width: 1200px;
    margin: 80px auto 0 auto;
}
#catalog_body div {
    float: left;
    width: 180px;
    overflow: hidden;
}
#catalog_body div a {
    display: block;
    padding: 8px 0;
    color: #111;
    text-decoration: none;
}
#catalog_body div a:hover {
    color: #cd2020;
}
#catalog_body div a img {
    height: 20px;
    float: left;
    margin-right: 10px;
}
.gamma.active {
    border: solid 4px #cd2020;
}
.img_bag,
.img_bag img {
    width: 265px;
}
.aboute_bag p {
    margin: 5px 0 0 20px;
    font-size: 16px;
    color: #222;
}
.bag_price {
    font-size: 22px !important;
    font-weight: 700;
    margin: 0 0 0 20px;
    color: #111;
}
.aboute_bag .to_cart {
    margin-left: 20px;
}
#color_alert {
    color: #fff;
    background: #cd2020;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    display: none;
    margin: 0 0 0 20px;
}
.small_loading {
    width: 20px;
    margin: 50px 0 50px 10px;
    display: block;
}
#body_text {
    display: none;
}
.second_set {
    width: 261px;
    float: left;
    margin-right: 10px;
    border: solid 2px #fff;
    position: relative;
}
.second_set img {
    width: 100%;
}
.second_set p {
    margin: 0 !important;
}
.select {
    width: 100%;
    margin: 20px 0;
}
.select.dot {
    width: 95%;
    border-bottom: dotted 1px #999;
    margin: 40px 0 20px 50px;
}
.dop_set {
    overflow: hidden;
}
h5 {
    font-size: 20px;
    margin: 0;
}
.active_img {
    cursor: pointer;
}
.activate_set {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.activate_set div {
    margin: 20% auto;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    background: rgb(200 20 20 / 0.8);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: none;
    transition: 0.5s;
}
.second_set:hover div {
    display: block;
    transition: 0.5s;
}
#cart_msg {
    width: 320px;
    height: 50px;
    border-radius: 4px;
    background: #ddd;
    position: absolute;
    right: 10px;
    top: 75px;
    display: none;
}
.triangl_sm {
    width: 25px;
    height: 25px;
    background: #ddd;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: -10px;
    color: #333;
}
#cart_msg p {
    font-size: 14px !important;
    display: block;
    position: absolute;
    left: 20px;
    top: -5px;
    color: #333;
    width: 120px;
    text-align: left;
}
.btn_cart {
    color: #fff;
    background: #333;
    border-radius: 4px;
    position: absolute;
    padding: 10px;
    right: 20px;
    top: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
}
.btn_cart:hover {
    background: #555 !important;
    transition: 0.5s;
}
.adm_img_bag {
    margin: 0 0 0 50px;
}
.adm_img_bag input {
    width: 400px;
    padding: 5px 10px;
    border: solid 1px #aaa;
    border-radius: 4px;
}
.set_preview img {
    width: 100%;
}
.fa.fa-whatsapp.contacts {
    color: #007d1c;
}
.fa.fa-telegram.contacts {
    color: #0e53a7;
}
.underline_link {
    text-decoration: underline !important;
}
.underline_link:hover {
    text-decoration: none !important;
}
#postpon {
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #cccccd;
}
.tk_link {
    display: block;
    padding: 5px 10px;
    border-bottom: solid 1px #efefef;
    width: 300px !important;
    margin-bottom: 2px;
    margin-left: 0 !important;
    cursor: pointer;
    transition: 0.5s;
    font-size: 14px;
    position: relative;
}
.tk_link .price {
    position: absolute;
    height: 20px;
    width: 200px;
    top: -5px;
    right: -40px;
    font-size: 12px;
}
.tk_link .price img {
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    left: 0;
}
.tk_link_v {
    display: block;
    padding: 5px 10px;
    border-bottom: solid 1px #efefef;
    width: 300px !important;
    margin-bottom: 2px;
    margin-left: 0 !important;
    cursor: pointer;
    transition: 0.5s;
    font-size: 12px;
    position: relative;
}
.tk_link .fa.fa-check {
    color: #cd2020;
    display: none;
    position: absolute;
    right: 0;
    bottom: 8px;
    transition: 1s;
}
#tk_calculator {
    background: #fff;
    border: solid 1px #efefef;
    width: 400px;
    height: 600px;
    border-radius: 2px;
    margin: 5% auto;
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
    box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
}
#tk_calculator_body {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgb(256 256 256 / 0.5);
    left: 0;
    top: 0;
    display: none;
}
.tk_link:hover {
    color: #cd2020;
    border-bottom: solid 1px #cd2020;
}
.close_tk_calculator {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    opacity: 0.6;
}
.left_tk_calculator {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    cursor: pointer;
    opacity: 0.6;
}
.left_tk_calculator:hover {
    opacity: 1;
}
.close_tk_calculator:hover {
    opacity: 1;
}
.loader_calc {
    display: block;
    width: 150px;
    margin: 30% auto;
}
.scrolled {
    width: 98%;
    height: 88%;
    margin-top: 35px;
    font-size: 12px;
    overflow-y: auto;
}
.select_p {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}
.select_p:hover {
    padding: 5px 0;
    border-bottom: solid 1px #cd2020;
    cursor: pointer;
}
ptk {
    font-weight: 100;
    font-family: Arial;
}
.select_p:hover ptk {
    color: #cd2020;
}
#tk_calculator h3 {
    font-size: 16px !important;
    padding: 0;
}
#selected_tc {
    background: #efefef;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
    display: none;
}
.fa.fa-info-circle.msg {
    display: block !important;
    position: absolute !important;
    font-size: 14px !important;
    margin: 5px 0 0 20px !important;
}
.fa.fa-info-circle.msg:hover {
    color: #cd2020 !important;
}
.slidesjs-previous.slidesjs-navigation {
    border-radius: 0 8px 8px 0;
}
.slidesjs-next.slidesjs-navigation {
    border-radius: 8px 0 0 8px;
}
#onFactory_msg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background: rgb(0 0 0 / 0.9);
    top: 0;
    left: 0;
    display: none;
}
.close_block {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.onFactory_msg_body {
    width: 400px;
    height: 340px;
    border-radius: 4px;
    background: #ccc;
    margin: 15% auto;
    padding: 20px;
}
.onFactory_msg_body p {
    margin: 0;
}
.h5 {
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px 0 !important;
}
.onFactory_msg_body input {
    padding: 10px;
    border: solid 2px #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 90%;
}
.cart_op p {
    margin: 0;
}
.to_cart svg {
    display: block;
    height: 14px;
    float: left;
    margin: -1px 0 0 15px !important;
}
#politica_save {
    display: none;
    margin-top: 20px;
}
#coockie_alert {
    position: fixed;
    width: 100%;
    height: 145px;

    z-index: 999999;
    bottom: 0;
    left: 0;
}

#coockie_alert .block1 {
    width: 600px;
    margin: 40px auto;
    color: #aaa;
    background: #000;
    border-radius: 10px;
    padding: 20px;
    border: solid 1px #333;
    font-size: 12px;
    position: relative;
}

#coockie_alert .block1 p {
    display: block;
    width: 500px;
}

#coockie_alert .block1 p a {
    color: #fff;
}

#coockie_alert .block1 .button {
    background: 333;
    border-radius: 4px;
    padding: 10px;
    width: 70px;
    color: #fff;
    background: #333;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px;
    text-align: center;
}

#coockie_alert .block1 .button:hover {
    background: #444;
}

#load_city,
#load_tk {
    margin: 5px 0 0 0;
    display: none;
}

#load_city img,
#load_tk img {
    width: 20px;
    margin-left: 10px;
}

#type_delivery {
    display: none;
}

.whats {
    display: block;
    position: absolute;
    right: -20px;
    top: 15px;
    padding: 5px;
    border-radius: 8px;
    background: #eee;
    cursor: pointer;
}

.whats:hover,
.wattach:hover {
    background: #afa;
}

.wattach {
    display: block;

    padding: 5px;
    border-radius: 8px;
    background: #eee;
    cursor: pointer;
}

.tk_link svg {
    display: none !important;
}

.set_preview.dop {
    height: 203px !important;
    margin-top: 0;
}

.set_preview.dop .slidesjs-pagination {
    bottom: 5px;
}

.item_block {
    width: 365px;
    height: 530px;
    float: left;
    border: solid 1px #eee;
    margin: 16px;
}

.item_block .to_cart {
    margin-left: 20px;
}

.item_slider {
    overflow: hidden;
}

#vitrina {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 68vh;
}
.item_name h4 {
    display: block;
    width: 1200px;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 22px;
    color: #000;
}

.item_cont {
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
}

.item_block .price {
    margin: 10px 0 0 20px;
    display: block;
    color: #000;
}

.item_block p {
    margin: 10px 0 0 20px;
    display: block;
    color: #000;
    font-size: 10px;
}

.item_gamma {
    margin-left: 20px;
}

.gamma_item {
    width: 62px;
}

.type_off_base {
    position: absolute;
    background: #cd2020;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}
