/*********************************imi-norgren*******************************/
.home-category-block {    width: 30%;
    margin: 1.5%;
    float: left;
    background: #ececec;
    text-align: center;
    padding: 2rem;}
.home-category-block:hover span {background: #C70E3B;
    color: #fff;}
.home-category-block span {    font-size: 1.2rem;
    border: 1px solid #C70E3B;
    padding: .5rem 1rem;
    margin-top: 1rem;}
.home-category-block p {font-size: 1.2rem;margin-bottom: 2rem;
    padding: .2rem 2rem;height:85px;}
.home-category-block h4 {font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    padding: 1rem;}
.home-category-block .img_main {    min-height: 220px;
    padding: 2rem 0;} 
.logo_link_global:before {}
.norgren-icon-iminorgrenlogo:before {
    content: "\e914";font-size: 2.5rem;
    color: #C70E3B;
}
.norgren-icon-imibuschjostlogo:before {
    content: "\e910";font-size: 2.5rem;
    color: #C70E3B;
}
.brands-row-imi .norgren-icon-iminorgrenlogo:before {
    content: "\e914";font-size: 2.5rem;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    color: #fff;
}
.brands-row-imi .norgren-icon-imibuschjostlogo:before {
    content: "\e910";font-size: 2.5rem;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    color: #fff;
}
.brands-row-imi .norgren-icon-imifaslogo:before {
    content: "\e911";font-size: 2.5rem;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    color: #fff;
}
.brands-row-imi .norgren-icon-imimaxseallogo:before {
    content: "\e913";color: #fff;font-size: 2.5rem;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
}
.brands-row-imi .norgren-icon-imiherionlogo:before {
    content: "\e912";color: #fff;font-size: 2.5rem;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
}
i[class^="norgren-icon"]{
    font-family: 'norgren' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header_norgren .header_text_norgren .brands-imi-item a {display: block;
    height: auto;
    width: 100%;
    min-height: 150px;}
.mnu_mainmenu > li {margin:0 .7rem;}
.mnu_mainmenu > li.active > a {border-bottom: 2px solid #c70e3b;}
.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > a, .mnu_mainmenu > li > a:hover {border-bottom: 2px solid #c70e3b;}
.brands-row-imi {width:100%;float:left;max-width:100%;}
.brands-imi-item {width: 19%;float:left;min-height:15vh;text-align:center;position:relative;background: rgba(199, 14, 59, 0.7);margin:0 .5%;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
/*------header_norgren-----*/
.header_norgren .header_text_norgren {max-width:1200px;margin:5vh auto;}
.header_norgren {
    background: url('/images/headers/header1.png')  center center no-repeat;
    min-height: 390px;background-size: cover;
}
.header_text_norgren div.qf2form .qf2label {
    display: none;
}
.header_text_norgren .qf2form form > div.qftel {
    margin-left: 2%;
}
.header_text_norgren .qf2form form > div.qftext,
.header_text_norgren .qf2form form > div.qftel {
    width:49%;
}
.header_text_norgren .qf2form form > div {
    float: left;
}
.header_text_norgren .qf2form {
    width:600px;
}
.header_text_norgren .qf2form form > div.qftext input,
.header_text_norgren .qf2form form > div.qftel input {
    text-indent: 15px;
}
.header_text_norgren .qf2form form p {
    color: #fff;
}
.header_text_norgren .qf2form form a {
    color: #fff;
    text-decoration: underline;
}
.header_text_norgren div.qf2form input {
    width:100% !important;
    padding: 7px 0;
    border: none;
    height: auto !important;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
.header_text_norgren div.qf2form input[type="button"] {
    background: linear-gradient(245.63deg, #AF1C44 38.56%, #99002A 59.66%);
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header_text_norgren div.qf2form input[type="button"]:hover {
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header_text_norgren h1 {
    font-size: 3rem;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
 text-align:center;    color: #fff;
    line-height: 50px;
	padding-top: 0;
}
.header_text_norgren > p {
    color: #fff;text-align:center;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 28px;
}
/**************************/
/*******************************************************************************/
/*input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25) !important;
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25) !important;
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25) !important;
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
input[type="button"],
input[type="submit"],
button {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}*/
.left_menu_main_menu {
    display: none;
}
.close_left_menu {
    position: absolute;
    top:20px;
    right:15px;
    cursor: pointer;
}
.sparky_feature img {
    position: relative;
    bottom:5px;
}
.sparky_feature .span6 {
    min-height: 20px;
}
.footer_copyright_global {
    /*position: relative;*/background:#C70E3B;color:#fff;
}
/*.footer_copyright_global > div {
    position: absolute;
    bottom:0;
    color: #fff;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
.sparky_feature .span6:last-child {
    text-align: right;
}
.pdf-cat-download:before {content: '';
    background: url(/images/pdf.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 24px;
    position: relative;
    top: 4px;
    margin-right: 10px;}
.pdf-cat-header {font-size:18px;}
.pdf-cat-download {font-size: 16px;text-decoration:underline;
    font-weight: 600;
    color: #99002a;}

.left_menu_content .main_h {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 25px;
    width: auto;
}
.left_menu_content .main_h::before {
    width:100%;
}
.left_menu_slide .logo_link_global {
    max-height: 30px;
}
.left_menu_slide .logo_text_global {
    font-size: 18px;
    bottom:8px;
}
.left_menu_slide .container_logo {
    width:30px;
    height: 30px;
}
.left_menu_slide ul {
    list-style: none;
    margin-left: 25px;
    margin-top: 5px;
}
.left_menu_slide .left_menu_content .left_menu_main_menu li:first-child {
    display: none;
}
.left_menu_content {
    overflow: auto;
    height: 100%;
}
/*-----скролл мобильное меню-----*/
.left_menu_content::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}
.left_menu_content::-webkit-scrollbar-track {
    background-color:#ecedee;
    *-webkit-border-radius: 0 0 15px 0;
    *border-radius: 0 0 15px 0;
}
.left_menu_content::-webkit-scrollbar-thumb {
    *-webkit-border-radius: 0 0 15px 0;
    *border-radius: 0 0 15px 0;
    background-color: #AF1C44;
}
.left_menu_content::-webkit-scrollbar-thumb:hover{
    background-color: #07607C;
}
.left_menu_content::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}
.left_menu_content::-webkit-scrollbar{
    width: 4px;
}
/*----------------*/
.left_menu_slide .left_menu_header {
    padding:15px;
    padding-left: 25px;
}
.left_menu_content li .menu_img_gl + span {
    left: 0;
    position: static;
}
.left_menu_content li .menu_img_gl {
    display: none;
}
.left_menu_content li {
    position: relative;
}
.left_menu_slide.active_menu {
    left:0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.left_menu_slide {
    position: fixed;
    left:-100%;
    top:0;
    width:350px;
    height:100%;
    background: #fff;
    z-index: 999999999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.burger_main {
    position: relative;
}
a.burger_main span {
    color: #990029;
}
a.burger_main img {
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about_comp_main_global .btn_global {
    margin-top: 35px;
}
.btn_global {
    background: linear-gradient(224.42deg, #AF1C44 33.64%, #99002A 64.81%);
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    padding:7px 25px;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn_global:hover {
    color: #fff;
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.about_comp_main_global {
    margin-top: 5rem;font-size: 16px;
}
.about_company_global .span4 img {margin-top:6rem;}
.category_products {
    float: left;
    width:100%;margin-bottom: 4rem;
}
.mod_ext_owl_carousel_jshopping_manufacturers {
    float: left;
    clear: both;
    width: 100%;
}
.main_h span {border-bottom:2px solid #C70E3B;padding-bottom: .5rem;}
.main_h {
    width:100%;
    font-size:2rem;
    font-weight: 400;
   	
}
.main_h::before {
    /*content: '';
    width:90%;
    height:1px;
    background: linear-gradient(269.59deg, #AF1C44 40%, #99002A 58.16%), #C4C4C4;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;*/
}
.main_h p {
    margin-bottom: 0;
  
}
.category_products .category_products_block:hover h4 {
    color: #fff;
}
.category_products .category_products_block .img_main img {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    max-width: 130px;
    max-height: 130px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category_products .category_products_block:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category_products .category_products_block .img_main {
    position: relative;
    width: 160px;
    height: 160px;
    margin: auto;
    background: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow: hidden;
    z-index: 1;
}
.category_products .category_products_block h4 {
    padding-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    min-height: 72px;
}
.category_products .category_products_block:hover {
    background: #990029;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category_products .category_products_block {
    float: left;
    width:18%;
    padding: 25px;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
    background: #FCFDFE;
    margin-left: 2%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category_products .category_products_block:nth-child(5n+1) {
    margin-left: 0;
}

/*-----not found 404-----*/
.not_found_404 .top_position_404 .span4 h1 {
    font-size: 210px;
    font-weight: bold;
    color: #AF1C44;
    padding:0;
}
.not_found_404 .top_position_404 h2 {
    font-size: 42px;
    font-weight: 300;
    padding-top: 60px;
}
.not_found_404 .top_position_404 a {
    font-size: 16px;
    color: #fff;
    background: #af1c44;
    padding: 10px 0;
    width: 160px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.not_found_404 > h3 {
    font-size: 21px;
    color: #212121;
}
/*************************/
/*form content help*/
.form_content_help input:not(.btn) {
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.form_content_help label {
    display: none !important;
}
.form_content_help form > span {
    font-weight: 700;
}
div.form_content_help form textarea {
    height:auto;
    width:100%;
    max-width: 100%;
    padding:4px 0;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
}
/*----------------*/
#download-pdf-id {
    cursor: pointer;
}
.module_download_pdf {
    display: none;
}
h2.content {
    font-size: 18px;
}
h3.content {
    font-size: 16px;
    font-weight: bold;
}
table.content {
    border: 1px solid;
    display: inline-block;
    overflow: auto;
}
table.content tr {
    border: 1px solid;
}
table.content td,
table.content th {
    border: 1px solid;
    padding: 10px !important;
}
.img_head,
.sparky_cell.mp_left.sparkle3,
.main_head,
.layer_head_img {
    height: 540px;
}
.img_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.4;
    z-index: -2;
}
.sparky_cell.mp_left.sparkle3 {
    background: rgba(255,255,255,0.5);
}
.main_head * {
    color: #fff;
}
.layer_head_img {
    position: absolute;
    top:0;
    left: 300px;
    width:900px;
    height:540px;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
.content_layout .sparky_container {
    position: relative;
}
.logo_link_global {
    position: relative;
    display: inline-block;
}
.img_wheel_animate {
    display: none;
}
/*.img_wheel_animate {
    background: url('/templates/smena_electronics/images/png/wheel.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 54px;
    height: 54px;
    top: -4px;
    *margin-left: 15px;
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
    -moz-animation-name: earth;
    -moz-animation-duration: 4s;
    -webkit-animation-name: earth;
    -webkit-animation-duration: 4s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes earth {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
    }
}
@-moz-keyframes earth {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
    }
}*/
/*---quickform2----*/
.obrabotka_modal_div {
    line-height: 14px;
    font-size: 12px;
}
.obrabotka_modal_div a {
    color: #af1c44;
    text-decoration: underline;
}
.qf2.qfsubmit.box_btn.btn-primary {
    background: none;
    *padding-bottom: 0;
}
.qf2.qfsubmit.box_btn.btn-primary input {
    background: #C70E3B;
    border: none;
   
    box-shadow: none;
    width: 100%;
    padding: 6px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*.qf2.qfsubmit.box_btn.btn-primary input:hover {
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}*/

.head_qf {
    font-size: 14px;
    font-weight: 600;
}
div.qfclose {
    color: transparent;
    background: url('/templates/smena_electronics/images/png/close.png') no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 25px;
}
.custom_download_pdf input {
    background: #f5f5f7;
}
.custom_download_pdf input.btn.btn-primary {
    width:100% !important;
}
.custom_download_pdf input  {border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 1.5rem .0;
    text-indent: 1rem;}
div.qfmodalform div.qf2form input:not(.btn)
{
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #545454;
    border-radius: 0;
    padding: 4px 0;
    text-indent: 5px;
}
div.qf2form .qfsubmitformresclose {
    display: none;
}
div.qfmodalform div.qf2form {
    padding:25px;
}
div.qfmodalform div.qf2form label,
.custom_download_pdf label{
    display: none !important;
}
div.qfmodalform div.qf2form h4 {
    padding-top: 0;
    color: #767676;
    font-size: 16px;
}
div.qfmodalform {
    position: fixed;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999999999;
    width: 400px;
    height: auto;
    margin-left: 0;
}
/*-----------------*/
.logo_text_global {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    position: relative;
    bottom: 15px;
    display: inline-block;
    margin-left: 12px;
}
.mp_user3 a.menufix {
    top:20px;
}
/**************logo*******/
.mp_user3 .custom {
    max-height: 50px;
}
.wrapper_logo {
    perspective: 300px;
    *display: flex;
    justify-content: left;
    filter: blur(0.5px);
    *position: relative;
    *bottom: 2px;
    max-width: 50px;
    display: inline-block;
}
.container_logo {
    transform: rotateX(40deg) rotateY(40deg) rotateZ(90deg);
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    margin: 0;
}

.sphere_logo, .ring_logo {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
}

.sphere_logo {
    animation: rotateSphere 10s linear infinite;
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(1) {
    transform: rotateY(18deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(2) {
    transform: rotateY(36deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(3) {
    transform: rotateY(54deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(4) {
    transform: rotateY(72deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(5) {
    transform: rotateY(90deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(6) {
    transform: rotateY(108deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(7) {
    transform: rotateY(126deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(8) {
    transform: rotateY(144deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(9) {
    transform: rotateY(162deg);
}
.sphere_logo:nth-of-type(1) .ring_logo:nth-of-type(10) {
    transform: rotateY(180deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(1) {
    transform: rotateX(18deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(2) {
    transform: rotateX(36deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(3) {
    transform: rotateX(54deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(4) {
    transform: rotateX(72deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(5) {
    transform: rotateX(90deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(6) {
    transform: rotateX(108deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(7) {
    transform: rotateX(126deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(8) {
    transform: rotateX(144deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(9) {
    transform: rotateX(162deg);
}
.sphere_logo:nth-of-type(2) .ring_logo:nth-of-type(10) {
    transform: rotateX(180deg);
}

.ring_logo {
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    animation: fadeIn 2000ms ease infinite;
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.2), inset 0 0 40px rgba(255, 0, 0, 0.2);
}
.ring_logo:nth-of-type(1) {
    border-color: #af1c44;
    animation-delay: 200ms;
}
.ring_logo:nth-of-type(2) {
    border-color: #af1c44;
    animation-delay: 400ms;
}
.ring_logo:nth-of-type(3) {
    border-color: #af1c44;
    animation-delay: 600ms;
}
.ring_logo:nth-of-type(4) {
    border-color: #af1c44;
    animation-delay: 800ms;
}
.ring_logo:nth-of-type(5) {
    border-color: #af1c44;
    animation-delay: 1000ms;
}
.ring_logo:nth-of-type(6) {
    border-color: #af1c44;
    animation-delay: 1200ms;
}
.ring_logo:nth-of-type(7) {
    border-color: #af1c44;
    animation-delay: 1400ms;
}
.ring_logo:nth-of-type(8) {
    border-color: #af1c44;
    animation-delay: 1600ms;
}
.ring_logo:nth-of-type(9) {
    border-color: #af1c44;
    animation-delay: 1800ms;
}
.ring_logo:nth-of-type(10) {
    border-color: #af1c44;
    animation-delay: 2000ms;
}

@keyframes rotateSphere {
    to {
        transform: rotateX(360deg) rotateY(360deg);
    }
}
@keyframes fadeIn {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/*------------------------*/
.myaccount_url_custom {
    margin-top: 105px;
}
.myaccount_url_custom a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.myaccount_url_custom div {
    margin-bottom: 15px;
}
.myaccount_url_custom .urllogout a {
    font-weight: normal;
}
/*-----smartsearch-------*/
.ajax_products_click {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #AF1C44;
}
.smartsearch > h4 {
   color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 0;
}
.manufac_str .manufacturer h4,.list_product_search .button_buy {display:none;}

.list_product_search .product_searchresult {
   height: 220px;
    margin-bottom: 2rem;
    width: 100%;
    float: left;
    background: #ececec;
}
.list_product_search .product_searchresult::hover {border-top:1px solid #C70E3B;border-bottom:1px solid #C70E3B;}
.product_searchresult .center-block {padding:3rem 0;}
.list_product_search .right-block.span3 {
    height:100%;
    position: relative;
}
.list_product_search .left-block.span2 {
    height: 100%;
    position: relative;
}
.list_product_search .right-block.span3 .buttons.row-fluid,
.list_product_search .image_block {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_product_search .product_title a {
    font-size: 14px;
    padding: 0;
}
.list_product_search .product_title {
    font-size: 14px;
    padding: 0 0 5px;
}
.list_product_search .categ_search_result a {
    color: #767676;
}
.list_product_search .buttons.row-fluid a:last-child {
    color: #FFF;
    background: #969696;
    font-size: 1rem;
    padding: .5rem 2rem;
    display: block;
    margin: 1rem auto;
    width: 90%;
    text-align: center;
    border: 0;
}
/*************************/

div.mp_user2 {
    padding: 0 15px;
}
.pagination_page_crumbs {
    /*background-color: #f5f5f7;*/
    *margin-bottom: 25px;
}
ul.breadcrumb {
    margin-bottom: 0;
    padding: 8px 0;
}
ul.breadcrumb li:first-child {
    display: none;
}
.mp_header2 .mp_top1 {
    display: none;
}
.mobile_menu {
    display: none;
}
#dis {
    position: absolute;
    left: -99999999px;
}
#dislab {
    width:15px;
    height:15px;
    border:solid 1px #000;
}
#dis:checked + label::after{
    content: attr(data-cont);
    position: relative;
    bottom: 3px;
    left: 1px;
}
.jshop_img {
    max-height: 150px;
}
.search_main .button.btn {
    /*background: transparent;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    color: #fff;
    width: 80px;
    padding: 4px 0;*/
	background: #C70E3B;
    border: none;
    box-shadow: none;
    width: 5%;
    padding: 6px 0;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    font-size: 1rem;
}
.active_search form.search_main {background: #f5f5f7;}
.customheadbgs-cat h1 {width: 100%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: #C70E3B;
    padding: 3rem;}
.customheadbgs-cat h1 span {border-bottom: 2px solid #C70E3B;
    padding-bottom: .5rem;}
.customheadbgs-cat {background:url(/images/category-header-bg.png)no-repeat;}
.jshop_list_category .span3.jshop_categ.category {
    background: #ECECEC;
   text-align:center;
    padding:25px;
   /* -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;*/border-top:2px solid transparent;border-bottom:2px solid transparent;
}
.jshop_list_category .span3.jshop_categ.category:hover .category_name a {
    color: #C70E3B;
}
.jshop_list_category .span3.jshop_categ .image img {max-height:auto;}
.jshop_list_category .span3.jshop_categ .image {    min-height: 220px;
    padding: 2rem 0;}
.main_container_jshop_categ {
    margin-top: 25px;
}
/*.jshop_list_category .span3.jshop_categ.category:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
    -moz-transform: translate(-50%, -50%) scale(1.1) !important;
    -ms-transform: translate(-50%, -50%) scale(1.1) !important;
    -o-transform: translate(-50%, -50%) scale(1.1) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}*/
.jshop_list_category .span3.jshop_categ.category:hover {
    border-top:2px solid #C70E3B;
	border-bottom:2px solid #C70E3B;
    /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;*/
}
/*.jshop_list_category .span3.jshop_categ.category .image {
   margin:0 auto;
    background: #fff;
    width: 155px;
    height: 155px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}*/
.jshop_list_category.row-fluid .span3:nth-child(4n+1) {
    margin-left: 0;
}
/*.jshop_list_category.row-fluid .span3.jshop_categ.category img {
    max-height: 120px;
    max-width: 120px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50% ) scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}*/
.jshop_list_category.row-fluid .span3.jshop_categ.category .category_short_description {font-size: 1rem;
    margin-bottom: 2rem;
    padding: .2rem .2rem;
    height: 85px;}
.jshop_list_category.row-fluid .span3.jshop_categ.category .category_name a {width:100%;
    *color: #1CC5FB;
    text-align: center;
    font-weight: 700;
    *padding: 15px 0;
    *display: inline-block;
    *min-height: 90px;
	font-size:1.2rem;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jshop_list_category.row-fluid .span3.jshop_categ.category .category_name {
    min-height: 90px;
    position: relative;
}
/*------обработка modal------*/
a.obrabotka {
    cursor: pointer;
    text-decoration: underline;
}
#obrabotka {
    display: none;
    height: 500px;
    overflow: hidden;
    animation: modal 1s;
    top: 60px;
    z-index: 99999999;
}
#obrabotka > div:nth-child(1) {
    background: #07607C;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}
#obrabotka > div:nth-child(1) > h4 {
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: inline;
}
#obrabotka > div:nth-child(1) > img {
    cursor: pointer;
    position: absolute;
    right: 20px;
    margin-top: 2px;
}
.greenli {
    padding: 15px 20px;
    overflow: auto;
    height:450px;
}
.greenli li::first-line,
.greenli_str li::first-line {
    color: #07607C;
}
/*-----скролл-----*/
.greenli::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

.greenli::-webkit-scrollbar-track {
    background-color:#ecedee;
    *-webkit-border-radius: 0 0 15px 0;
    *border-radius: 0 0 15px 0;
}

.greenli::-webkit-scrollbar-thumb {
    *-webkit-border-radius: 0 0 15px 0;
    *border-radius: 0 0 15px 0;
    background-color: #07607C;
}

.greenli::-webkit-scrollbar-thumb:hover{
    background-color: #AF1C44;
}

.greenli::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

.greenli::-webkit-scrollbar{
    width: 4px;
}
/*----------------*/
/*---------------------------*/
.gi-elem.ial-tos {
    text-align: center;
}
div#sbox-window.shadow {
    z-index: 100000001 !important;
    padding: 0;
}
.category_products.row-fluid {
    padding:35px 0;
}
.category_products.row-fluid .span4:nth-child(3n+1) {
    margin-left: 0;
}
.category_products.row-fluid .span4 .img_main img {
    height:150px;
}
.category_products.row-fluid .span4,
.category_products.row-fluid .span4 h4{
    text-align: center;
}
.category_products.row-fluid .span4 {
    padding: 0 25px;
    padding-top:25px;
    border:solid 1px #F2F2F2;
    margin-bottom: 15px;
}
.category_products.row-fluid .span4 h4 {
    min-height: 70px;
    color: #1CC5FB;
}
.category_products.row-fluid .span4
/*--оформление заказа--*/
#oneStepCheckoutForm > .uk-grid:nth-child(2) > div {
    width:100%;
}
/*---------------------*/
.extern_content > span.extern_empty,
.extern_content > .extern_empty_jq{
    margin-left: 40px;
}
/*-----производители------*/
.pict_row .manufacturer_logo {
    display: none;
}
.row-fluid.manufacturer_page > .span3:nth-child(4n+1) {
    margin-left: 0;
}
.row-fluid.manufacturer_page > .span3 {
    padding: 15px;
    border: solid 1px #F2F2F2;
}
.row-fluid.manufacturer_page > .span3 .image {
    padding: 20px 0 35px;
    text-align: center;
    height: 150px;
    *position: relative;
}
.row-fluid.manufacturer_page > .span3 .image a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.row-fluid.manufacturer_page > .span3 .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.row-fluid.manufacturer_page > .span3 .manufacturer_name .product_link {
    font-weight: 700;
}
.row-fluid.manufacturer_page > .span3 .manufa_info .manufacturer_short_description {
    font-size: 12px;
    color:#5B5B5B;
}
/*------------------------*/
/*-------blog-------*/
/*картинки на весь экран*/
.full_abs {
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #fff;
    z-index: 999999999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.item-page .full_abs img {
    cursor: zoom-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}
.item-page img {
    *cursor: zoom-in;
    transition: 0.5s;
}
.item-page img:focus {
    position: absolute;
}
/*--------------------*/
.item-page .pull-left.item-image {
    width:100%;
    text-align: center;
    float: none;
}
.item-page .page-header h2 {
    font-size: 24px;
    line-height: 24px;
}
.articlespage.item-page .page-header,
.articlespage.item-page > div:last-child {
    width:80%;
    margin:auto;
}
.articlespage.item-page > div:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
}
.articlespage.item-page dl.article-info {
    display: block;
    margin:auto;
    padding: 0;
    padding-bottom: 15px;
}
div.pull-left.item-image {
    margin:0;
}
.blog .span4 .item > div:not(.pull-left) {
    padding: 0 15px;
}
.blog .span4 .item {
    border:solid 1px #F5F5F7;
}
.blog .span4 .page-header h2 {
    line-height: 6px;
    padding: 20px 0 10px 0;
}
.blog .span4 .page-header h2 a {
    font-size: 14px;
    color: #212121;
}
.blog .span4 .pull-left {
    float: none;
}
/*------------------*/
/*----product joomshop----*/
.list_product > form {
    width:100%;
    float: left;
    padding: 15px;
    background: #F5F5F7;
}
.list_product .block_sorting_count_to_page select {
    width:auto;
}
#list_product_demofiles > h3 > span {border-bottom: 2px solid #C70E3B;
    padding-bottom: .5rem;
   }
.custom_download_pdf > p {margin:0;}
.custom_download_pdf input[type="text"]::placeholder, .custom_download_pdf input[type="email"]::placeholder {color:#000;opacity:1;}
.custom_download_pdf h4 {font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    padding: 0 0 1rem 0;}
.custom_download_pdf .qf2form {padding:0;}
.custom_download_pdf {    background: #fff;    border: 1px solid #ebebeb;
    padding: 1.5rem;}
.zapros-row {margin: 0;
    padding-left:0;
    width: 25%;}
#list_product_demofiles > h3 {
   color: #000;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 1.4rem 0;
   position: relative;
   
    text-align: left;
}

#list_product_demofiles .download a::before {
    content: '';
    background: url('/templates/smena_electronics/images/png/pdf.png') no-repeat;
    display: inline-block;
    width:22px;
    height:24px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
#list_product_demofiles .download a {
  font-weight: 500;
    color: #C70E3B;text-decoration: underline;
}
 .jshop h1 {
    font-size: 1.5rem;
    font-weight: normal;
   /* text-transform: uppercase;*/
}
 .jshop_code_prod {
    display: block;
    line-height:2rem;margin:1rem 0;
}
.row-fluid.icon_cont .span6:nth-child(2n+1) {
    margin-left: 0;
}
.row-fluid.icon_cont .span6 {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 15px;
}
.row-fluid.icon_cont .span6:last-child {
    margin-bottom: 0;
}
 #comjshop h1 {
    padding:0;
    line-height:2rem;
}
.row-fluid.icon_cont .span6 span {
    display: block;
    margin-top: 2px;
}
.row-fluid.icon_cont {
    margin: 35px 0;
}
.icon_cont .img_icon {
    width: 36px;
    float: left;
    text-align: center;
}
 .prod_price {
    display: none;
}
.pict_row .row-fluid.jshop {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    height: 100%;
   /* border: solid 1px #ebebeb;*/
}
.pict_row {
    position: relative;
}
.pict_row .text_zoom {
    display: none;
}
.pict_row img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
}
/*------------------------*/
/*--------filter--------*/
#comjshop {
    float: left;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#manufacturers {
    color: #AF1C44;
}
#manufacturers,
#limit,
#categorys {
    height: 22px;
    line-height: 16px;
    padding: 0;
    padding-left: 5px;
    border: none;
    background: transparent;
    margin-bottom: 2px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.box_category {    font-weight: 600;
    color: #990029;}
.box_manufacrurer,
.box_products_count_to_page {
    text-align: left;
    width: 120px;
    padding-top: 0;
    *float: left;
    font-weight: 700;
}
/*----------------------*/
/*------контакты--------*/
.address > div:nth-child(2) > span,
.address > div:first-child > strong {
    margin-bottom: 10px;
    display: block;
}
.address > div:nth-child(2) > span:last-child,
.address > div:first-child > strong:last-child {
    *margin-bottom: 0;
}
.address > div:first-child {
    width:100px;
    float: left;line-height:1.69rem;
}
.address > div:nth-child(2) {
    float: left;
}

.address > iframe {
    clear: both;
    width: 100%;
}
/*----------------------*/
/*-----о компании------*/
.content_sparky .rsform form > h2,
.content_sparky .rsform form > img {
    display: none;
}
.content_sparky .rsform #find_prices {
    margin-top: 55px;
    padding:0;
}
.about_comp h3 {
    font-size: 16px;
    font-weight: 900;
    color: #767676;
    text-transform: uppercase;
}
.about_comp h3:not(:first-child) {
    padding-top: 50px;
}
.about_comp p {
    color: #212121;
}
.imgteam {
    float: right;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
}
/*---------------------*/
/*------content joomshoping------*/
#form_list_style.active button:nth-child(3),
#form_list_style.noactive button:nth-child(2) {
    opacity:0.65;
}
 .jshop.productfull#comjshop {
    background: #F5F5F7;
    width:100%;
    padding: 25px;margin-bottom:3rem;
}
 .rightdiv {
    position: absolute;
    width: 15%;
    height: 100%;
    right: 0;
    top: 0;
    background:#990029;
}
/*-------------------*/
/*-----вход/регистрация-----*/
.gi-elem::selection {
    background: #000;
}
button.loginBtn.ial-submit {
    background: #990029;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
button.loginBtn.ial-submit span {
    color: #fff;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}
.ial-active.position {
    left:50% !important;
    top:50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}
.top_right .regBtn.selectBtn {
    display: none;
}
.top_right > .moduletable {
    display: inline-block;
    min-width: 79px;
}
/*--------------------------*/
/*------узнать цены-------*/
.body_back {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 99999999;
    cursor: pointer;
    background: #000;
    opacity: 0.3;
}
.body_back:hover {
    opacity:0.5;
}
/*------footer-------*/
.footer_block .span6:first-child > h2 {
    margin-top: 25px;
}
div.q2block_footer div.qf2form form p a {
    color: #212121;
    text-decoration: underline;
}
div.q2block_footer div.qf2form form p {
    font-size: 12px;
}
div.q2block_footer div.qf2form input[type="button"] {
    background: linear-gradient(236.67deg, #AF1C44 37.09%, #99002A 61.2%);
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
div.q2block_footer div.qf2form input[type="button"]:hover {
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

div.q2block_footer div.qf2form input[type="text"],
div.q2block_footer div.qf2form input[type="tel"] {
    border:solid 1px rgba(175, 28, 68, 1);
    text-indent: 15px;
    max-width: 100%;
}
div.q2block_footer div.qf2form input {
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    width:100%;
    padding: 9px 0;
    height: auto;
    margin: 0;
}
.q2block_footer .qf2form {
    padding:0;
}
.q2block_footer h4 {
    font-size: 24px;
    padding:0;
}
.q2block_footer * {
    color: #212121;
}
.q2block_footer {
    width: 450px;
    background: #fff;
    margin: 25px auto;
    padding:25px;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
}
footer h3 {font-size:1.2rem;}
footer ul.menu {list-style:none;margin:1rem;}
footer ul.menu li {font-size:1rem;line-height:2rem;}
footer a:hover {
    color: #000;
    text-decoration: underline;
}
footer h2 a {
    color: #000;
    display: block;
    padding: 0;font-size:1.5rem;
}
footer * {
    color: #000;
}
footer {
    position: relative;
    margin-top: 55px;
    background: url('/templates/smena_electronics/images/new_global/back_footer.png') left -30% bottom 160% no-repeat, linear-gradient(207.81deg, #ECECEC 24.2%, #ECECEC 74.68%);
    padding-bottom: 45px;
}
/*-------------------*/
/*фиксированное левое меню*/
.mp_left .moduletable.menufix {

}
.mp_logo .sparky_feature.menufix {
    top:0;
    padding-top: 15px;
    z-index: 9;
}
.menufix {
    position: fixed;
}
.menu_img_gl {
    width: 45px;
    text-align: center;
    float: left;
    clear: both;
    margin-right: 10px;
}
.menu_img_gl + span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:55px;
}
/*------------------------*/
/*--------logo--------*/
.sparky_logo_image > img,
.sparky_logo_image > h3 {
    float: left;
}
.sparky_logo_image > h3 {
    padding: 0;
    padding-top: 8px;
    padding-left: 15px;
    text-transform: uppercase;
}
/*-------------------*/
/*-----main_menu, topmenu, leftmenu------*/
.mp_header2 ul li ul {
    display: none !important;
}
.mp_left .container_mainmenu ul li ul {
    padding: 15px 0 15px 15px;
    border-left: solid 3px #DFDFDF;
    margin: 15px 0;
}
.mp_left .container_mainmenu ul li ul li {
    position: relative;
}
.mp_left .container_mainmenu ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.mp_left .container_mainmenu ul li ul li:last-child {
    margin-bottom: 0;
}
.mp_left .container_mainmenu ul li ul li.current:before {
    content: '';
    border-left: 3px solid #AF1C44;
    position: absolute;
    left: -18px;
    height: 100%;
}
.reg_mod {
    display: none;
}

.top_right span,
.top_right > a {
    padding: 20px 10px 10px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.top_right span {
    color: #990029;
    font-weight: bold;
}
a.qf2modal {
    background: linear-gradient(219.96deg, #AF1C44 31.78%, #99002A 66.75%);
    color: #fff;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    padding: 10px 25px !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.qf2modal:hover {
    color: #fff;
    -webkit-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    -moz-box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    box-shadow: 0px 6px 10px rgba(42, 57, 62, 0.25);
    transform: scale(1.05) translateY(-0.5rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top_right {
    text-transform: uppercase;
    text-align: right;
}
.mp_header2 ul.menu > li > ul {
    display: none;
    position: absolute;
}
.mp_header2 ul.menu > li:hover ul {
    display: block;
}
.mp_header2 ul,
.mp_topmenu ul,
.mp_left ul {
    list-style: none;
    margin:0;
}
.mp_left ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.mp_left ul li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
}
.mp_header2 ul.menu > li,
.mp_topmenu ul.menu > li {
    display: inline-block;
}
.mp_header2 ul.menu > li {
    margin-right: 25px;
}
.mp_header2 ul.menu > li:last-child {
    margin:0;
}
.mp_topmenu ul.menu > li {
    margin-left: 15px;
}
.mp_topmenu ul.menu > li:first-child {
    margin:0;
}
.mp_topmenu {
    text-align: right;
    padding: 20px 15px 10px;
}
.mp_header2 a,
.mp_topmenu a {
    text-transform: uppercase;
    color: #fff;
}
.mp_topmenu a {
    font-size: 12px;
}
.mp_header2,
.mp_search {
    *padding-top: 36px;
}
.mp_search.sparkle8 {
    padding-top: 28px;
}

/*--------------------*/
/*телефон/Email*/

.mp_top1 span {
    text-transform: uppercase;
}
.mp_top1 span a, .mp_top3 span a {
    color: #c70e3b;
    font-weight: bold;
}
.header_info_glob {
       border-left: 1px solid #c70e3b;
	text-align: center;
	line-height:2rem;font-size:1rem;
}
.header_info_glob > span > a > strong > img {    margin: -.1rem .4rem 0 0;}
.mobile_edit {
    background: #990029;
}
/*-------------*/
/*---search----*/
.search .button.btn.btn-primary {
    float: none;
    padding: 4px 0;
    width: 80px;
}
.mp_search > .moduletable {
    position: relative;
}
.active_search.open_search {
    float: left;
    position: absolute;
    z-index: 9;
	background:none;
}
.mp_search .search > form > .inputbox.search-query {
    display: block;
    position: absolute;
    right: 82px;
    box-shadow: none;
    border-right: 0;
    height: 1.7rem;
    text-indent: 30px;
    border: 1px solid #c70e3b;
    width: 93%;
    color: #000;
    background: transparent;
}
.open_search::before {    content: 'Поиск';
    float: left;
    width: 100%;
    margin-left: -4rem;
    font-size: 1.1rem;}
.mp_search .search {
    width:0;
    float: right;
    overflow: hidden;
    position: relative;
    bottom:5px;
}
.active_search.open_search::before {display:none;}
.open_search {
    display: block;
    background: url(/images/icons/search-ico.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: .4rem;
    background-size: cover;
	transition:.5s;
    cursor: pointer;
}
.close_search {
    display: none;
    background: url("/images/icons/close_search.png") no-repeat;
    width: 21px;
    height: 21px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: -35px;
    top: 0px;
}
.mp_search .search > form > .inputbox.search-query:hover,
.mp_search .search > form > .inputbox.search-query:focus {
    border-bottom: solid 1px #ebebeb;
}
.mp_search {
    text-align: right;
}
/*-------------*/
/*---------header------*/
.header_top {
    background: #fff;    padding: .3rem 0;
}
/*---------------------*/
/*-главная контент-*/
.content_layout {
    position: relative;
}
.sparky_cell.content_sparky {
    padding:0;
    padding-top: 25px;
    *position: relative;
}
.main_head h1 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 0;
}
.main_head {
    *background: url('/templates/smena_electronics/images/png/image 8.png') center center no-repeat, #F5F5F7;
    *background-size: cover;
    padding: 35px;
    position: relative;
}
.main_head > div {
    width: 75%;
    text-transform: uppercase;
    position: absolute;
    top: 20%;
}
.main_head > div > p {
    font-size: 19px;
    font-weight: 600;
}
.main_head > div > span {
    color: #FF0145;
    font-size: 32px;
    font-weight: bold;
}
.links_main {
    height: 30px;
    width: 100%;
    margin: 25px 0 75px;
}
.links_main > div {
    float: left;
    position: relative;
    margin-right: 4.3%;
}
.links_main > div:last-child {
    margin-right: 0;
    float: right;
}
.links_main > div > img {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.links_main > div > span {
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
/*-----------------*/
/*------производители-------*/
.manufacturers > div:first-child > a {
    text-align: right;
    width: 50%;
    font-size: 12px;
    font-weight: normal;
}
.moduletable.manufacturers {
    padding: 25px 0;
}
.custom.manufacturers > div:nth-child(1) {
    padding: 25px 0;
}
.manufacturers .row-fluid > .span3:last-child {
    text-align: right;
}
/*--------------------------*/
@media screen and (max-width: 1536px)
{.custom_download_pdf {padding:1rem;}
	.mp_top1 span a, .mp_top3 span a {font-size:.8rem;}
	.mp_search .search > form > .inputbox.search-query {right: 5%;width: 92%;}
	.sparky_container {width:98%;}
	.jshop_list_category.row-fluid .span3.jshop_categ.category .category_name a {font-size:1rem;}
	.jshop_list_category .span3.jshop_categ.category {padding:.5rem;}
	.jshop_list_category.row-fluid .span3.jshop_categ.category .category_short_description {    font-size: .8rem;}
	.jshop.productfull#comjshop {padding:1rem;}
	i[class^="norgren-icon"] {font-variant:unicase;}
	.mp_user3 {padding-top:.3rem;}
}
@media (max-width: 1367px) {.header_norgren .header_text_norgren {margin: 6vh auto;} 
	.home-category-block p {font-size:1rem;}
	.formp, .form-politycs {font-size:.7rem;}
	.custom_download_pdf input {font-size:.75rem;}

}
@media (max-width: 1280px) { 
	.main_h {font-size:1.5rem;}
	.about_comp_main_global {font-size:.8rem;}
	footer h2 a {font-size:1.5rem;}
	.jshop_list_category .span3.jshop_categ .image {min-height:180px;}
	.product_title a , .jshop h1{font-size:1.2rem;}
	.mp_left ul li a {font-size:12px;}
	.jshop_code_prod {font-size: .9rem;}

}
@media (max-width: 1229px) {
	.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {font-size:.8rem;}
	.mnu_mainmenu > li {
    margin: 0 .5rem;
		}
	.mp_top1 span a, .mp_top3 span a {font-size:.6rem;}
	.home-category-block p {font-size: .8rem;margin-bottom: 1rem;
    padding: .2rem 2rem;
    height: 65px;}
	.home-category-block span {font-size: .8rem;
    border: 1px solid #C70E3B;
    padding: .5rem 1rem;
    margin-top: 1rem;}
	footer h3 {font-size: .8rem;
    padding: .5rem;}
	footer ul.menu li {
    font-size: .7rem;
    line-height: 1.4rem;
	}footer ul.menu {margin-top:0}
	.mp_copyright {font-size:.5rem;}
	ul.mnu_mainmenu {text-align:right;}
	.header_info_glob {    font-size: .7rem;border:0;}
	.home-category-block {padding:1rem;}
	.home-category-block h4 {font-size:1.2rem}
	.open_search::before {margin-left: -3rem;
    font-size: .8rem;}
	.open_search {width: 20px;
    height: 20px;}
	.header_text_norgren h1 {font-size: 2rem;}
	.home-category-block .img_main {min-height:175px;}
    .mp_search .search > form > .inputbox.search-query {
        width: 91%;
    }
    .category_products .category_products_block h4 {
        font-size: 12px;
    }
    .category_products .category_products_block {
        padding:15px;
    }
    .category_products .category_products_block .img_main img {
        max-width: 100px;
        max-height: 100px;
    }
    .category_products .category_products_block .img_main {
        width: 120px;
        height: 120px;
    }
    .header_global {
        min-height: 455px;
    }
    .jshop_list_category.row-fluid .span3.jshop_categ.category img {
        max-height: 150px;
       
    }
    .jshop_list_category .span3.jshop_categ.category .image {
           padding: 1rem 0;min-height: 150px;
        height: 150px;
        margin: auto;
    }
    .menu_img_gl + span {
        line-height: 16px;
    }
    .not_found_404 .top_position_404 .span4 h1 {
        font-size: 180px;
    }
    .not_found_404 .top_position_404 h2 {
        font-size: 32px;
        padding-top: 55px;
        line-height: 40px;
    }
    .layer_head_img {
        left: 242.5px;
        width: 727.5px;
    }
    .logo_text_global {
        font-size: 18px;
    }
    .mp_left ul {
        margin-top: 15px;
    }
	.jshop_list_category.row-fluid .span3.jshop_categ.category .category_name a {font-size:.8rem;}
    .jshop_list_category.row-fluid .span4.jshop_categ.category img {
        height: 120px;
    }
    .mp_topmenu {
        padding: 24px 15px 10px;
    }
    .mycart_wrapp {
        min-width: 68px;
    }
    .main_head > div {
        top: 45%;
    }
    .main_head > div > span {
        font-size: 28px;
    }
    .main_head > div > p {
        font-size: 17px;
    }
    .main_head h1 {
        font-size: 28px;
    }
    .links_main > div {
        margin-right: 1.4%;
    }
    .category_products.row-fluid .span4 .img_main img {
        height:110px;
    }
    .category_products.row-fluid .span4 h4 {
        min-height: 90px;
    }
    .mp_left ul li {
        margin-bottom: 4px;
        line-height: 15px;
    }
    .mp_left ul li a {
        font-size: 12px;
        line-height: 10px;
    }
	.sparky_cell.content_sparky {width:100%}
    div.mp_left {
       display:none;
    }
    .mp_top1 span:first-child {
        margin-right: 0;
        display: block;
    }
    .top_right span, .top_right > a {
        *padding: 26px 0 4px;
        font-size: 12px;
    }
    .top_right a.qf2modal {
        padding: 27px 10px 10px;
    }
    .top_right > .moduletable {
        min-width: 55px;
    }
    .mp_top1 {
        font-size:12px;
        padding: 10px 15px;
    }
    .sparky_logo_image > h3 {
        padding-top: 13px;
        font-size: 22px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mp_topmenu.sparkle7 {
        width:50%;
    }
    .mp_top3.sparkle2 {
        width:25%;
    }
    .top_right a.qf2modal {
        float: right;
        margin-right: 11px;
    }
    .top_right > .moduletable {
        min-width: 73px;
        text-align: center;
    }

    /*.sparky_cell.content_sparky {
        padding-right: 15px;
    }*/
}
@media (max-width: 991px) {
    .q2block_footer {
        width: 100%;
    }
    .about_comp_main_global .btn_global {
        margin-top: 5px;
    }
    .about_comp_main_global {
        margin-top: 5px;
    }
    .category_products .category_products_block:nth-child(2n+1) {
        margin-left: 0;
    }
    .category_products .category_products_block {
        width: 49%;
        margin-bottom: 2%;
    }
    .header_global {
        min-height: 405px;
    }
    .header_text_global h1 {
        font-size: 36px;
        line-height: 46px;
        padding: 15px 0;
    }
    .top_right span, .top_right > a {
        padding: 10px 10px 10px !important;
    }
    .header_info_glob {
        margin-top: 10px;
    }
    .not_found_404 .top_position_404 h2 {
        font-size: 24px;
        padding-top: 40px;
        line-height: 22px;
    }
    .not_found_404 .top_position_404 .span4 h1 {
        font-size: 130px;
    }
    .img_head, .sparky_cell.mp_left.sparkle3, .main_head, .layer_head_img {
        height:400px;
    }
    .layer_head_img {
        left: 0;
        width: 750px;
    }
    .container_logo {
        height: 35px;
        width: 35px;
    }
    .logo_text_global{
        font-size: 12px;
        bottom:9px;
    }
    .row-fluid.manufacturer_page > .span3 {
        width: 48.93617021276595%;
        margin-bottom: 15px;
    }
    .row-fluid.manufacturer_page > .span3:nth-child(2n+1) {
        margin-left: 0;
    }
    .pict_row .row-fluid.jshop {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .jshop.productfull#comjshop {
        width:100%;
    }
    .rightdiv {
        display: none;
    }
    .top_right span, .top_right > a {
        padding: 22px 0 4px;
    }
    .mp_topmenu {
        padding: 20px 15px 10px;
    }
    .search_main .button.btn {
        width: 70px;
        padding: 2px 0;
        font-size: 12px;
    }
    .mp_search .search > form > .inputbox.search-query {
        right: 70px;
        padding: 2px 0;
    }
    .mp_search.sparkle8 {
        padding-top: 24px;
    }
    .sparky_logo_image > h3 {
        padding-top: 9px;
    }
    .extern_content > span.extern_empty,
    .extern_content > .extern_empty_jq {
        margin-left: 30px;
    }

    .mp_search .search > form > .inputbox.search-query {
        width: 90%;
    }
    .sparky_cell.content_sparky {
        width: 100%;
        padding:0 15px;
    }
    div.mp_left {
        display: none;
    }
    .category_products.row-fluid .span4 h4 {
        font-size: 12px;
        min-height: 80px;
    }
    .category_products.row-fluid .span4 {
        padding: 0 15px;
        padding-top: 15px;
    }
    .category_products.row-fluid .span4 .img_main img {
        height: 70px;
    }
    .main_head > div {
        top: 53%;
    }
    .main_head > div > p {
        font-size: 13px;
    }
    .main_head h1,
    .main_head > div > span {
        font-size: 22px;
    }
    .main_head {
        height: 400px;
    }
    .links_main {
        margin: 25px 0 70px;
    }
    .links_main > div {
        margin-right: 1.3%;
    }
    .links_main > div:last-child {
        float: left;
    }
    .mp_header2 a, .mp_topmenu a {
        font-size: 12px;
    }
    .sparky_logo_image > img {
        width: 35px;
    }
    .sparky_logo_image > h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
	
    .left_menu_main_menu {
        display: block;
    }
    .mobile_edit .menu li:not(:first-child) {
        display: none;
    }
	.mp_footer, .mp_bottom1, .mp_bottom2, .mp_bottom3 {width:100%}
    .footer_block .span6:first-child > a {
        float: right;
    }
	.customheadbgs-cat h1 {font-size:1rem;}
	.customheadbgs-cat h1 span {padding-bottom:0;}
    footer h3 {
        width: 80%;
        text-align: center;
        margin: auto;
    }
    footer h2 a {
        text-align: center;
        font-size: 24px;
    }
    .footer_block .span6:first-child > h2 {
        margin-top: 0;
        padding-bottom: 0;
    }
    .about_company_global {
        display: flex;
        flex-direction: column-reverse;
    }
    .about_company_global .span6 {
        width: 100%;
        margin-left: 0;
    }
    .category_products .category_products_block h4 {
        color: #fff;
    }
    .category_products .category_products_block {
        background: #990029;
    }
    .category_products .category_products_block:hover img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .not_found_404 .top_position_404 h2 {
        font-size: 18px;
        padding-top: 35px;
        line-height: 20px;
    }
    .not_found_404 .top_position_404 .span4 h1 {
        font-size: 100px;
    }
    .row-fluid.footer_block .span4 {
        width:100%;
        padding-top: 25px;
    }
    .img_head, .sparky_cell.mp_left.sparkle3, .main_head, .layer_head_img {
        height: 300px;
    }
    .layer_head_img {
        width: 100%;
    }
    footer {
        margin-top: 0;
    }
    .pagination_page_crumbs {
        margin-bottom: 0;
    }
    #roksearch_results {
        display: none;
    }
    .box_manufacrurer, .box_products_count_to_page {
        width: 130px;
    }
    .sparky_cell.content_sparky {
        padding: 15px 15px;
    }
    .extern_left_wrap.span1 {
        display: none;
    }
    .row-fluid.footer_block .span3 {
        display: none;
    }
    .row-fluid.footer_block .span6 {
        width:100%;
        margin-left: 0;
    }
    .logo_footer span {
        margin-top: 7px;
        font-size: 18px;
    }
    .logo_footer img {
        width:35px;
    }
    .logo_footer .sparky_container {
        padding: 15px 15px;
    }
    .mp_header1 .row-fluid .span11 ul li.parent ul {
        display: none;
    }
    .links_main {
        display: none;
    }
    .rsform.modal {
        width: 90%;
        height: 90%;
        overflow: auto;
        left: 50%;
        *transform: translateX(-50%);
    }
    /*-----скролл-----*/
    .rsform.modal::-webkit-scrollbar-button {
        background-image:url('');
        background-repeat:no-repeat;
        width:5px;
        height:0px
    }

    .rsform.modal::-webkit-scrollbar-track {
        background-color:#ecedee;
        *-webkit-border-radius: 0 0 15px 0;
        *border-radius: 0 0 15px 0;
    }

    .rsform.modal::-webkit-scrollbar-thumb {
        *-webkit-border-radius: 0 0 15px 0;
        *border-radius: 0 0 15px 0;
        background-color: #07607C;
    }

    .rsform.modal::-webkit-scrollbar-thumb:hover{
        background-color: #AF1C44;
    }

    .rsform.modal::-webkit-resizer{
        background-image:url('');
        background-repeat:no-repeat;
        width:4px;
        height:0px
    }

    .rsform.modal::-webkit-scrollbar{
        width: 4px;
    }
    #find_prices .row-fluid > .span6 {
        width:100%;
        margin-left: 0;
    }
    /*----------------*/
    .main_head > div > p {
        font-size: 12px;
    }
    .main_head h1, .main_head > div > span {
        font-size: 18px;
    }
    .main_head > div {
        top: 25px;
    }
    .main_head {
        height: 300px;
    }
    .close_topmenu {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
    .oborot_top{
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .custom.mobile_topmenu a.qf2modal {
        width: 50%;
        margin: auto;
        padding: 15px;
    }
    .append_topmenu .moduletable,
    .append_topmenu a.qf2modal {
        display: block;
    }
    .mobile_topmenu nav ul {
        list-style: none;
        margin: 0;
        margin-top: 25px;
    }
    .moduletable.mobile_topmenu {
        display: none;
        position: fixed;
        z-index: 9999999911;
        height: 100%;
        width: 100%;
        left: 0;
        top:0;
        background: #fff;
        text-align: center;
    }
    .mp_header1 .row-fluid > div {
        min-height: 20px;
    }
    .mp_header1 .row-fluid ul li a {
        text-transform: uppercase;
    }
    .burger_img {
        text-align: right;
    }
    .open_menu {
        margin-right: 5px;
        cursor: pointer;
        background: url('/templates/smena_electronics/images/png/burger.png') center center no-repeat;
        background-size: contain;
        width:30px;
        height: 14px;
        margin-top: 2px;
        margin-left: auto;
    }
    .mp_header1 .row-fluid ul {
        margin: 0;
        list-style: none;
    }
    .mp_header1 .row-fluid ul li {
        display: inline-block;
        margin-right: 25px;
    }
    .mp_header1 .row-fluid ul li:last-child {
        margin-right: 0;
    }
    .sparky_logo_image {
        margin-top: 4px;
    }
    .mp_search.sparkle8 {
        margin-top: 6px;
    }
    .mp_search .search > form > .inputbox.search-query {
        background: transparent;
    }
    .mp_header2 .moduletable.mp_top1 {
        margin-top: 3px;
    }
    .mp_search {
        max-height: 35px;
    }
    .sparky_logo_image > h3 {
        padding-top: 6px;
    }
    .sparky_logo_image > img {
        width: 27px;
    }
    .sparky_logo_image > h3 {
        font-size: 14px;
    }
    .mobile_edit .sparky_cell {
        padding:7px;
    }
    .mobile_edit .sparky_cell:first-child {
        padding-left: 15px;
    }
    .mobile_edit .sparky_cell:last-child {
        padding-right: 15px;
    }
    .mp_header2 .moduletable.mp_top1,
    .mp_header2 .moduletable.mp_top1 .custom.mp_top1 {
        padding:0;
    }
    .mp_header2 {
        padding-top: 15px;
    }
    .pict_row {
        margin-bottom: 15px;
    }
}
@media (max-width: 700px) {
    .header_global {
        min-height: 355px;
    }
    .header_text_global .qf2form {
        width: 400px;
    }
    .header_text_global > p {
        font-size: 18px;
        line-height: 22px;
    }
    .header_text_global h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .jshop_list_category .span3.jshop_categ.category {
        width: 48.93617021276595%;
    }
    .jshop_list_category .span3.jshop_categ.category:nth-child(2n+1) {
        margin-left: 0;
    }
}
@media (max-width: 650px) {
    
    .sparky_cell.mp_user3.sparkle4 {
        width: 41.666666666667%;
    }
    .sparky_cell.mp_top3.sparkle4 {
        width: 58.333333333333%;
    }
}
@media (max-width: 600px) {
	.tmp_list.product {
    height: auto;padding:1rem;
}
	.tmp_list .left-block, .tmp_list .center-block, .tmp_list .right-block {width:100%!important;    margin: 0 0 2rem 0;position: relative;
    transform: none;}
	.tmp_list .right-block {margin-bottom:0}
	.jshop.productfull#comjshop > .span9, .zapros-row, .pict_row,.descript-item{width:100%!important}
	.zapros-row {margin-left:0!important;margin-top:2rem;margin-bottom: 2rem;}
	.productfull .button_back .button {width: 100%;
    position: relative;
    padding: .5rem 0;}
	.jshop .list_product_demo {overflow:hidden;}
	.mp_user3 {padding-top:0;width:40%!important;padding-bottom:0;}
	.mp_mainmenu {width:60%!important;  padding-top: .5rem;padding-bottom:0;
    padding-right: 2rem;}
	.mp_top1 {    width: 45%!important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 42px;}
	.mp_search .search > form > .inputbox.search-query {    width: 78%;
    height: 1.1rem;}
	.header_text_norgren h1 {    font-size: 1.5rem;
    line-height: 2rem;}
	
	.brands-imi-item {width: 100%;    margin: 1% .5%;}
	.open_search::before {display:none;}
	.close_search {right: -25px;
    top: -5px;}
	.mp_top3 {width: 45%!important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;}
    .sparky_feature .span6:last-child {
        text-align: left;
    }
	.main_h span {padding-bottom:0;}
	.main_h {
    font-size: 1.2rem;
}
	.home-category-block {width:100%;}
	.about_company_global .span8, .about_company_global .span4 {width:100%!important}
	.about_company_global .span4 img {margin-top:1rem}
    .footer_copyright_global .span6 {
        width:100%;
        margin-left: 0;
    }
    .header_global {
        min-height: auto;
        background: url('/templates/smena_electronics/images/new_global/global.png') 150px 135px no-repeat, linear-gradient(213.08deg, rgba(175, 28, 68, 0.83) 28.01%, rgba(153, 0, 42, 0.83) 70.7%), url('/templates/smena_electronics/images/new_global/background_head.png') center center no-repeat;
    }
    .header_text_global > p {
        font-size: 16px;
        line-height: 18px;
    }
    .header_text_global h1 {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0;
    }
    .not_found_404 .top_position_404 > div {
        width:100%;
        margin-left: 0;
    }
    .not_found_404 .top_position_404 .span4 h1 {
        text-align: center;
        line-height: 50px;
    }
    .not_found_404 .top_position_404 .span8,
    .not_found_404 .top_position_404 .span8 h2 {
        text-align: center;
    }
    #manufacturers {
        width: 80px;
    }
    .jshop.productfull#comjshop > form {
        display: flex;
        flex-direction: column-reverse;
    }
    .jshop.productfull#comjshop > form > div {
        width:100%;
        margin-left: 0;
    }
    .jshop_list_category.row-fluid .span4.jshop_categ.category img {
        height: 70px;
    }
    .jshop_list_category.row-fluid .span4.jshop_categ.category {
        padding: 10px 5px 0;
    }
}
@media (max-width: 500px) {
    .left_menu_content .left_menu_category_products li {
        margin-bottom: 5px;
    }
    .left_menu_slide {
        width:300px;
    }
    .header_text_global .qf2form form p {
        font-size: 11px;
    }
    .header_text_global .qf2form form > div.qftext, .header_text_global .qf2form form > div.qftel {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }
    .header_text_global > p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .header_text_global h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .header_text_global .qf2form {
        width: 300px;
        margin: auto;
    }
    .img_head, .sparky_cell.mp_left.sparkle3, .main_head, .layer_head_img {
        height:200px;
    }
    .logo_text_global {
        font-size: 12px;
        bottom: 7px;
        margin-left: 5px;
    }
    .wrapper_logo {
        bottom:-2px;
    }
    .container_logo {
        height: 30px;
        width: 30px;
    }
    .row-fluid.manufacturer_page > .span3 {
        width:100%;
        margin-left: 0;
    }
    #comjshop h1 {
        line-height: 17px;
        font-size: 14px;
    }
    #list_product_demofiles > h3 {
        font-size: 12px;
    }
    .row-fluid.icon_cont .span6 {
        margin-bottom: 5px;
    }
    .row-fluid.icon_cont {
        margin: 15px 0;
    }
    .jshop_list_category.row-fluid .span4.jshop_categ.category .category_name {
        height: 50px;
    }
    .jshop_list_category.row-fluid .span4.jshop_categ.category {
        width:100%;
        margin-left: 0;
    }
    .manufacturers h4,
    .moduletable.manufacturers + h4 {
        font-size: 14px;
    }
    div.moduletable.manufacturers + h4 {
        width:100%;
    }
    .manufacturers a {
        width: 49%;
    }
    .logo_footer span {
        margin-top: 5px;
        font-size: 14px;
    }
    .logo_footer img {
        width:27px;
    }
    .up_page > h4 > a {
        font-size: 12px;
    }
    .row-fluid.footer_block p {
        font-size: 12px;
    }
    .manufacturers .row-fluid .span3 {
        width:100%;
        margin-left: 0;
        text-align: center !important;
        margin-bottom: 15px;
    }
    .manufacturers .row-fluid .span3:last-child {
        margin-bottom: 0;
    }
    .moduletable.manufacturers {
        padding: 0;
    }
    .custom.mobile_topmenu a.qf2modal {
        width:100%;
    }
    .main_head h1, .main_head > div > span {
        font-size: 14px;
    }
    .main_head > div > p {
        font-size: 10px;
    }
    .main_head > div {
        top: 10px;
        width: 93%;
    }
    .main_head {
        height: 200px;
        padding: 10px;
    }
    .category_products.row-fluid .span4 h4 {
        min-height: auto;
    }
    .category_products.row-fluid .span4 {
        width:100%;
        margin-left: 0;
    }
    .mp_header1 .row-fluid ul li {
        margin-right: 15px;
    }
    .sparky_cell.mp_top2 {
        width: 16.666666666667%;
    }
    
}
@media (max-width: 420px) {
    div.qfmodalform {
        width:300px;
    }
    footer h3 {
        font-size: 18px;
        padding: 5px 0;
        line-height: 20px;
        width:90%;
    }
    .category_products .category_products_block h4 {
        min-height: auto;
    }
    .category_products .category_products_block {
        width:100%;
        margin:0 0 2%;
    }
   
    .not_found_404 > h3 {
        font-size: 16px;
        padding-bottom: 0;
    }
    .block_sorting_count_to_page {
        float: left;
    }
    .manufacturers h4, .moduletable.manufacturers + h4 {
        width: 48%;
    }
    .jshop_list_category .span3.jshop_categ.category {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 380px) {
    .sparky_logo_image > h3 {
        font-size: 12px;
        padding-left: 5px;
        padding-top: 9px;
    }
}
@media (max-width: 360px) {
    .top_right span, .top_right > a {
        padding: 5px !important;
    }
    .logo_text_global {
        bottom: 8px;
        font-size: 10px;
    }
    .wrapper_logo {
        bottom: -5px;
    }
    .container_logo {
        height: 25px;
        width: 25px;
    }
    .mp_header1 .row-fluid ul li {
        margin-right: 7px;
    }
    .mp_header1 .row-fluid ul li a {
        font-size: 12px;
    }
    #manufacturers, #limit {
        position: relative;
        bottom: 4px;
    }
    .jshop_img {
        max-height: 100px;
    }
}
@font-face {
    font-family: 'norgren';
    src:  url('../fonts/norgren.eot');
    src:  url('../fonts/norgren.eot') format('embedded-opentype'),
          url('../fonts/norgren.ttf') format('truetype'),
          url('../fonts/norgren.woff') format('woff'),
          url('../fonts/norgren.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}