@-webkit-keyframes mymove {
    0%   {
    	top: 0;
    }    
    25% {
    	top: -10px;
    }    
    50%   {
    	top: 0;
    }
    75%   {
    	top: -5px;
    }
    100%   {
    	top: 0;
    }
}
/* Standard syntax */
@keyframes mymove {
    0%   {
    	top: 0;
    }    
    25% {
    	top: -10px;
    }    
    50%   {
    	top: 0;
    }
    75%   {
    	top: -5px;
    }
    100%   {
    	top: 0;
    }
}
.items-div{
    display: grid;
    grid-auto-flow: column;
}
/*   */
.main-content{    
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 900px;
    padding: 10px 0 0;
}
.side-content{
    width: 270px;
    padding: 0 10px;
}
.right-content{
    max-width: 900px;
}
.con_image img{
    width: 100%;
}
.banner_panel .owl-item{
    width: 1200px !important;
}
.photos_Block .mark {
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;
    margin: 30px auto;
}
#menu2{
    display: grid;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.63), 0 0 8px 0 rgba(0, 0, 0, 0.13);
    list-style: none;
}
#menu2 li{
    padding: 10px;
}
#menu2 a{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.hit_prod{
    margin: 0 !important;
}
.hit_prod .items{
    margin: 0 !important;
}
#menu2 ul li:hover{
    background: #0173d4;
    transition: 0.3s;
}
#menu2 ul li:hover a{
    color: #fff;
    transition: 0.3s;
}
#menu2 > li:hover{
    border-bottom: 5px solid #0173d4;
}
#menu2 > li a:hover{
    border-bottom: 1px dashed #0173d4;
}
#menu2 svg{
    width: 15px;
    height: 15px;
    transition: 0.3s;
    fill: #999;
}
#menu2 li span{
    display: grid;
    grid-auto-flow: column;
    justify-content: left;
    grid-gap: 10px;
    align-items: center;
}
#menu2 ul{
    display: grid;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
#menu2 li:hover svg{
    transform: rotate(90deg);
    transition: 0.3s;
}
/*   */

.item_chars .char{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
}
.shop_item_div .item_detail .qty img, .shop_item_div .item_detail .qty span {
    display: none;
}
body {
	margin: 0;
	padding: 0;
    background: #fff;
    min-width: 360px;
}
*{
    font-family: "PF Din Text Cond Pro";
}

*:focus {
    outline: none;
}

img {
    border: none;
}
/*    */
.adrs_item, .nmbr_item{
    display: grid;
    align-items: center;
    font-size: 20px;
    grid-template-columns: 40px auto;
    justify-content: left;
}

.nmbr_icon svg, .adrs_icon svg{
    width: 28px;
    height: 28px;
    fill: #0173d4;
}
/*    */
.shop_filter{
    display: none;
}
.add_cart_b, .add_to_favor, .price, .starbox .stars{
    display: none !important;
}
.pd-dealers-list {
    margin-top: 50px;
    overflow: hidden;
}

.pd-dealer-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    padding-right: 50px;
    margin-bottom: 50px;
}

.pd-dealer-item .di-title {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
    color: #444;
    line-height: 18px;
}

.pd-dealer-item .di-text {
    font-weight: normal;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.pd-dealer-item .di-text a {
    font-size: 16px;
    color: #0d8ed3;
    line-height: 30px;
}

.dc-notice-box-item.dc-notice-box-item-none {
    text-align: left;
}

.dc-notice-box-item {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.pd-dealer-item .di-on-map a {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    color: #0d8ed3;
    line-height: 16px;
}
.dc-notice-box-item ul {
    margin: 0;
    padding: 0;
}
.dc-notice-box-item ul li {
    display: inline-block;
    margin: 0 5px;
}
.dc-notice-box-item .btn-category {
    position: relative;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}
.dc-notice-box-item a, .dc-notice-box-item ul li > span {
    display: inline-block;
    padding: 12px 18px;
    font-family: 'pfdin', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    border-top: 1px solid #ddd;
    transition: background .2s 0s, color 0s .05s;
    background: #52ae31;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dc-notice-box-item .btn-category span {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    text-align: center;
}
.mapa{
    width: 500px;
    height: 300px;
}
.js-map-marker{
    cursor: pointer;
}
.authBlock{
    position: fixed;
    width: 270px;
    height: 190px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00639c;
    text-align: center;
    z-index: 5000;
    padding: 20px;
    color: #fff;
    opacity: 1;
    visibility: hidden;
}
.authBlock .pass{
    margin: 8px 0;
}
.authBlock #login_field, .authBlock #pass_field{
    width: 240px !important;
}
.authBlock .con_heading{
    color: #fff;
}
.authBlock a{
    color: #fff;
}
.authBlock .lf_submit {
    margin-top: 10px;
}
.authBlock .remember{
    display: flex;
    width: 120px;
    margin: 0 70px;
}

.authBlock .lf_submit input {
    font-size: 16px;
    background: #fff;
    outline: none;
    border: none;
    border: 2px solid #fff !important;
    padding: 5px 20px;
    transition: 0.3s;
}
.authBlock .lf_submit input:hover{
    border: 2px solid #fff;
    background: #00639c;
    color: #fff;
    box-shadow: inset 0 0 30px 0.1px #000;
    transition: 0.3s;
    cursor: pointer;
}
.authBlock a.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}
.close svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    cursor: pointer;
}
.stillInDev{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 30px;
    top: 0;
    max-width: 420px;
    background-color: #00639c;
    color: #fff;
    z-index: 5000;
    font-size: 21px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
}
.stillInDev .close{
    float: right;
    margin: 5px;
}
.mainimg{
    float: left;
    margin-right: 20px;
    width: 30vw;
}
.con_hits img{
    filter: grayscale(1);
}
/*Hover effects*/
.details_btn:hover{
    background-color: #fff;
    transition: 0.3s;
    color: #000;  
}
.details_btn:hover a{
    color: #000;
}
.head-btns > .head-number:first-child{
    display: none;
}
.head-btn:hover{
    cursor: pointer;
    position: relative;
    -webkit-animation: mymove 5s; /* Safari 4.0 - 8.0 */
    animation: mymove 0.4s;
}
.hit_prod .item .photo img:hover{
    transform: scale(1.2);
    transition: 0.3s;
}
.links_block .inner .item a:hover{
    position: relative;
    font-size: 1.4em;
    transition: 0.1s;
}
/**/
body.show:before {
    opacity: 1;
    visibility: visible;
}
body:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    transition: .3s linear;
    background-color: rgba(0,0,0,.6);
}
.show {
    opacity: 1;
    visibility: visible;
}
.feedback-forms.show {
    opacity: 1;
    visibility: visible;
}
.feedback-forms {
    position: fixed;
    z-index: 150;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    width: 400px;
    transition: .3s linear;
}
.feedback-forms #letter {
    height: 370px;
}
.feedback-forms form.show {
    opacity: 1;
    visibility: visible;
}
.feedback-forms form {
    background: #0173d4;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    margin-top: auto;
    visibility: hidden;
    margin-bottom: auto;
    transition: .3s linear;
}
.feedback-forms .close {
    position: absolute;
    fill: #fff;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 7px;
    display: block;
}
.feedback-forms .close svg {
    fill: #fff;
    transition: .2s linear;
}
.feedback-forms input, .feedback-forms textarea {
    border: 0;
    padding: 10px;
    font: 16px 'Roboto';
    line-height: 1;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: block;
}
.feedback-forms textarea {
    height: 150px;
}
.feedback-forms button {
    border: 0;
    color: #000;
    padding: 10px;
    display: table;
    cursor: pointer;
    border-radius: 7px;
    background: #fff;
    display: inline-block;
    transition: .2s linear;
    font: normal 18px/1 "PF Din Text Cond Pro";
}
.feedback-forms button:hover{
    color: #fff;
    background: #000;
}
.feedback-forms #call {
    height: 205px;
}
/**/
.logo_wrapper .logo{
    display: grid;
 width: 415px;
    margin-bottom: 25px;

}
.logo_wrapper .logo span{
    font-size: 26px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(51, 51, 50);
    line-height: 1.2;
    text-align: center;
}
#footer .logo{
    display: grid;
    height: 80px;
    width: 270px;
    justify-self: center;
}

#footer .logo img{
    width: 280px;
}
#footer .call_me:hover{
    background: #fff;
    color: #000;
    transition: 0.3s;
}
#footer .logo span{
    font-size: 26px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}
/**/
.content_sldr .mark{ 
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;
    margin: 30px auto;
}
.shaded{
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    /*box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.63), 0 0 8px 0 rgba(0, 0, 0, 0.13);*/
    z-index: 0;
}
/**/
.banner_panel .banner{
    max-width: 1200px;
    margin: 0 auto 20px;
}
.owl-controls.clickable {
    text-align: center;
    top: -40px;
    position: relative;
}
.copyright{
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
}
/**/
.head-btns{
    display: grid;
    grid-template-columns: repeat(4,120px) 180px;
}
.head-btn svg{
    width: 40px;
    height: 40px;
    fill: #0173d4;
}
.head-number svg{
    width: 30px;
    height: 30px;
    fill: #0173d4;
}
.head-btn a{
    display: grid;
    grid-template-rows: 50px 50px;
    grid-template-columns: 50px;
    text-align: center;
    justify-items: center;
    color: #000 !important;
    font-size: 18px;
    font-family: "PF Din Text Cond Pro";
    line-height: 1.111;
    font-weight: 500;
    align-items: center;
}
.head-number{
    display: grid;
    grid-template-columns: 40px 150px;
    align-items: center;
    grid-column-gap: 5px;
    font-weight: 500;
    font-size: 24.7px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(51, 51, 50);
    white-space: nowrap;
    line-height: 1.2;
}
/**/
.foot-info{
    background: linear-gradient(45deg, rgb(48, 49, 49) 0%,rgb(58, 64, 70) 35%,rgb(31, 30, 30) 100%);
    border-top: 2px solid #fff;
    display: grid;
    justify-content: center;
    padding: 20px 0 30px;
    align-items: center;
    grid-template-columns: 240px minmax(270px,460px) 90px;
}
.foot-info .social_block{
    text-align: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    width: 105px;
}
#footer .first-col{
    display: grid;
}
#footer .call_me{
    background-color: #0173d4;
    font-size: 19px;
    font-family: "PF Din Text Cond Pro";
    line-height: 1.2;
    color: #fff;
    width: 165px;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#footer .contacts_block{
    grid-column: 1;
    margin: -40px 0 0;
    text-align: center;
    width: 245px;
    justify-self: center;
}
#footer .contacts_block .head-number{
    color: #fff;
    margin: 20px auto;
}
#footer .contacts_block .head-number svg {
    fill: #fff;
}
#footer {
    display: grid;
    background: linear-gradient(45deg, rgb(47, 47, 47) 0%,rgb(58, 64, 70) 35%,rgb(50, 51, 51) 100%);
    height: auto;
    width: 100%;
}
#footer > .inner {
    display: grid;
    grid-template-columns: auto auto;
max-width: 1441px;;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
}
#footer > .inner .module > div{
    display: grid;
    grid-gap: 20px;
    padding: 20px 0;
}
#footer .adrs_item, #footer .nmbr_item {
    display: grid;
    align-items: center;
    font-size: 20px;
    grid-template-columns: 40px auto;
    justify-content: left;
    color: #fff;
}
#footer .social_block {
    justify-content: center;
    display: grid;
    align-content: flex-start;
    margin: 10px;
}
#footer .comp_wrp{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    font-size: 29px;
}
#footer .comp_schedule {
    font-size: 16.3px;
}
#footer .foot-info {
    display: grid;
    grid-template-columns: minmax(10px, 240px) minmax(10px,580px) minmax(10px,320px);
    max-width: 1150px;
    justify-items: end;
    align-items: center;
    padding: 10px;
}

@media (max-width: 1102px){
    .mainimg{
        width: 50vw;
    }
    #footer .links_block{
        display: none;
    }
}
@media (max-width: 900px){
    #footer .foot-info{
        grid-template-columns: minmax(10px, 240px) minmax(10px,320px) !important;
    }
}
@media (max-width: 620px){
    .mainimg{
        float: none;
        width: 355px;
    }
    #footer > .inner .module > div {
        display: grid;
        grid-gap: 20px;
        padding: 20px 0;
        justify-content: center;
        justify-items: center;
    }
    .mark:before, .mark:after{
        display: none;
    }
    #footer .rss_form{
        display: none;
    }
    #footer .copyright{
        display: none;
    }
    #footer .foot-info{
        margin: 10px 0;
    }
    #footer .inner {
        grid-template-columns: 280px;
        grid-gap: 30px;
        justify-content: center;
    }
    #footer .foot-info{
        grid-template-columns: minmax(10px, 240px) !important;
        text-align: center;
        justify-items: center;
        justify-content: center;
    }
}
/***/
#brend_slider{
    max-width: 1150px;
    margin: 0 auto;
}
.brands{
    height: 310px;
    background-color: #fff;
}
.owl-buttons img{
    display: none;
}

/**/

.logo_wrapper {
    max-width: 1200px;
    height: 140px;
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0 auto;
    justify-content: space-around;
}
/* head */
.fav_icon svg{
    width: 25px;
    height: 25px;
    fill: #777;
}
.auth_link{
    display: grid;
    height: 25px;
    grid-template-columns: 35px 1fr;
    grid-template-rows: 25px;
    align-items: center;
}
.logout_icon{
    display: grid;
}
.auth_link svg{
    width: 20px;
    height: 20px;
    fill: #777;
}
.auth_link .text{
    display: grid;
    grid-template-columns: 50px 20px 20px;
    align-items: center;
}
.user_links {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 16px;
    grid-column-gap: 10px;
}
.auth_link svg, .user_links svg{
    width: 15px;
    height: 15px;
    fill: #0173d4;
}
.auth_link svg:hover, .user_links svg:hover{
    cursor: pointer;
}
.auth_link a, .user_links a{
    font-size: 17px;
    font-family: "PF Din Text Cond Pro";
    color: #000 !important;
    line-height: 1.2;
    text-decoration: none;
    grid-gap: 5px;
    align-items: center;
}
.text .login{
    width: 130px;
}
.text .login:hover{
    cursor: pointer;
}
.comp_search_icon {
    justify-content: right;
    font-size: 17px;
    font-family: "PF Din Text Cond Pro";
    display: grid;
    height: 20px;
    align-items: center;
}
.auth_link .text a{
    color: #777;
    text-decoration: none;
}
.cart_block svg {
    width: 30px;
    height: 30px;
    background-color: #946bb7;
    border-radius: 5px;
    padding: 10px 20px;
}
.header-line {
    display: grid;
    grid-template-columns: minmax(10px,865px) minmax(10px,200px);
    max-width: 1150px;
    grid-template-rows: 25px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.count{
    position: relative;
    top: -15px;
    right: 10px;
    color: #fff;
    background-color: #d0205a;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 360px;
    font-family: Roboto;
}
.fav_icon a{
    text-decoration: none;
}
.social_icons{
    display: grid;
    grid-template-columns: 10px 10px 10px;
    grid-gap: 30px;
}
.social_icons svg{
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: 0.2s;
}
.social_icons svg:hover{
    transform: scale(1.2);
    transition: 0.2s;
}
.header-line .social_icons{
    align-self: center;
}
/*comp*/
.comp_wrp {
    display: grid;
    grid-template-columns: minmax(10px,230px) minmax(10px,280px);
    grid-template-rows: 35px 35px 35px;
    color: #717171;
    grid-gap: 10px;
    font-size: 21px;
    align-items: center;
    justify-content: center;
}
.comp_phone, .comp_ssup {
    font-family: Circe;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    grid-gap: 10px;
}
.comp_phone svg, .comp_ssup svg{
    width: 30px;
    height: 30px;
    fill: #946bb7;
}
.comp_schedule {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(92, 92, 92);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left; 
    white-space: nowrap;
    align-self: center;
}
.comp_callback_form input[type="text"]{
    border: 1px solid #d6d6d6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    padding-left: 10px;
    border-right: none;
}
.comp_callback_form button {
    height: 100%;
    background-color: #ffcc52;
    outline: none;
    border: 1px solid #d6d6d6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: Roboto;
    font-weight: bold;
    transition: 0.3s;
}
.comp_callback_form {
    display: grid;
    grid-template-columns: minmax(10px, 150px) minmax(10px, 130px);
    grid-template-rows: 25px;
}
.comp_search {
}
.comp_search svg{
    width: 15px;
    height: 15px;
    fill: #a2a2a2;
}
.comp_search_form{
}
#mainmenu svg{
    width: 10px;
    height: 10px;
    fill: #515151;
}
#mainmenu li ul li:hover svg{
    fill: #fff;
}
#mainmenu li ul li span{
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: center;
    height: 25px;
}
.comp_search_form input[type="text"]{
    box-sizing: border-box;
    border: 1px solid #5151;
    position: relative;
}
.comp_search_form label{
    width: 100%;
    height: 100%;
}
.comp_search_form div{
    position: relative;
    width: 20px;
    height: 0px;
    float: right;
    right: 10px;
    top: 10px;
}
/*comp*/
.module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.menuB {
    background: center center no-repeat transparent;
    background-image: url(/images/menu_icon.png);
    display: none;
    filter: grayscale(1);
    width: 40px;
    height: 40px;
    position: absolute;
    top: -7px;
    left: 10px;
}

.mm-listview .slinks {
    font-size: 12px !important;
    font-family: Arial !important;
    text-transform: uppercase;
    border: 0px solid #F3F3F3;
}

.mm-listview .slinks a {
    padding: 5px 20px;
}
.mm-listview .slinks a:hover {
    color: #00639c;
}

.mm-listview .fa {
    font-size: 17px;
}

nav:not(.mm-menu)
{
    display: none;
}

/*-----------------------------------------*/

/* dropmenu */
.dropmenu ul, .dropmenu_module ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
}

.dropmenu ul li, .dropmenu_module ul li {
    display: block;
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dropmenu li ul, .dropmenu_module li ul {
    display: none;
}

.dropmenu ul li a, .dropmenu_module ul li a {
    font-family: "PF Din Text Cond Pro";
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 12px;
    transition: .3s;
}
/*
.dropmenu ul li a:hover, .dropmenu ul li a.selected .dropmenu_module ul li a:hover, .dropmenu_module ul li a.selected {

}*/
.dropmenu li:hover a[title="Бренды"] + ul, .dropmenu_module li:hover a[title="Бренды"] + ul{
    display: grid;
    grid-template-columns: minmax(10px,180px) minmax(10px,180px) minmax(10px,180px);
    grid-template-rows: repeat(9, 35px);
    position: absolute;
    z-index: 999;
    background-color: #946bb7;
    max-width: 560px;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.5);
    top: 45px;
    text-decoration: underline;
    text-transform: capitalize;
}
.menu1 li li a{
    text-align: left;
    white-space: normal;
}
.dropmenu li:hover ul, .dropmenu_module li:hover ul {
    display: flex;
    flex-direction: column;
    z-index: 999;
    background-color: #0173d4;
    max-width: 100%;
    margin-top: -1px; 
    text-transform: none;
}


.dropmenu li:hover li, .dropmenu_module li:hover li {
    text-align: left;
}

.dropmenu ul li a:hover, .dropmenu_module ul li a:hover {
    color: #0173d4;
    background-color: #fff;
    transition: .3s;
    max-height: 36px;
}
/*
.dropmenu li:hover li a:hover, .dropmenu_module li:hover li a:hover {
    background-color: #d6006f;
}*/

.dropmenu li ul li, .dropmenu_module li ul li {
    border-top: 0px;
}

.dropmenu, .dropmenu_module {
    height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: tahoma, arial;
    background: linear-gradient(45deg, rgb(22, 133, 230) 0%,rgb(0, 103, 192) 35%,rgb(21, 131, 228) 100%);
    /*box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.63), 0 0 8px 0 rgb(0, 0, 0);*/
}
.dropmenu ul li a:hover svg, .dropmenu_module ul li a:hover svg{
    fill: #0173d4;
}
.menu1 svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.dropmenu > li:nth-child(1) > a:nth-child(1), .dropmenu_module > li:nth-child(1) > a:nth-child(1) {
    text-align: center;
    width: 25px;
    position: relative;
}

.dropmenu > ul > li:nth-child(1), .dropmenu_module > ul > li:nth-child(1) {
    -webkit-box-flex: 0.45;
    -webkit-flex: 0.45;
    -ms-flex: 0.45;
    flex: 0.45;
}
.menu1 .item_plane{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #946bb7;
}
.dropmenu_module .item_plane li {
    float: left !important;
    width: 180px;
}
.menu1 li > ul{
    border: none !important;
}
.tecama{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 10px;
    width: 238px;
}
.content_sldr{
    height: 390px;
}
/*------------------------------------------*/

@media all and (max-width: 1102px) {
    /*--*/
    .hit_prod .owl-item {
        display: grid;
        justify-content: center;
    }
    .news_items{
        display: block !important;
    }
    .dropmenu_module ul li a {
        font-size: 18px;
    }
    .header-line {
        grid-template-columns: 1fr 1fr 1fr;
        height: 50px;
        margin: 0 100px;
    }
    .logo_wrapper {
        height: 200px;
        grid-template-columns: auto !important;
        max-width: 720px;
        margin: 50px auto 10px;
        justify-items: center;
    }
    .logo_wrapper .cart_block {
        grid-column: 3;
        grid-row: 1;
    }
    .comp_wrp {
        grid-template-columns: minmax(10px,280px);
        grid-column: 1;
        grid-row: 1;
    }
    .topmenu_back {
        z-index: 10;
        position: fixed;
        top: 0px;
        opacity: 0.9;
    }

    #mainmenu {
        display: none;
    }

    .searchbar {
        right: 0px !important;
        top: 10px !important;
        z-index: 20;
        position: fixed !important;
    }

    .menuB {
        display: block !important;
    }
    /*--*/

    .instagram_block {
        width: 99% !important;
    }

    .video_block {
        display: block !important;
        margin: 10px auto !important;
    }
    .header-line .module{
        display: none;
    }
    .user_links {
        position: absolute;
    }
}


@media all and (min-width: 1010px) {
    .right_side .discont_panel {
        width: 350px;
        height: 165px;
        margin: 0px 0px 20px;
        overflow: hidden;
        box-shadow: 0.1px 0.1px 1px 1px #888;
    }

    .right_side .insale_panel {
        width: 350px;
        height: 165px;
        margin: 0px 0px 20px;
        overflow: hidden;
        box-shadow: 0.1px 0.1px 1px 1px #888;
    }

}



@media all and (min-width: 946px) and (max-width: 1009px) {
    .right_side .discont_panel {
        width: 250px;
        height: 145px;
        margin: 0px 0px 20px;
        background-image: url("/images/discont_plane.png");
    }

    .right_side .insale_panel {
        width: 250px;
        height: 145px;
        margin: 0px 0px 20px;
    }

    .right_side .insale_panel img {
        width: 100%;
    }

    .right_side .discont_panel > div {
        font-size: 24px !important;
    }

    .right_side .discont_panel > div > span {
        font-size: 18px !important;
    }

    #brend_slider {
        margin-top: 25px !important;
    }
}

@media all and (max-width: 945px) {

    .login_wrapper .service_block {
        margin-left: 0px !important;
    }

}


@media all and (min-width: 891px) {
    .article_block .more {
        position: absolute;
        bottom: 97px;
        right: 430px;

    }
}

@media all and (min-width: 868px) {
    .dropmenu_module .menu1 .menuB {
        display: none !important;
    }
}

@media all and (max-width: 867px) {
    .logo_wrapper .logo {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .logo_wrapper .cart_block {
        justify-self: center !important;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .comp_wrp {
        grid-template-columns: minmax(10px,280px) minmax(10px,280px);
        grid-column: 1 / -1 !important;
        grid-row: 2;
    }
    .logo_wrapper .cart_block {
        justify-self: center !important;
        grid-column: 1 / -1;
        grid-row: 3;
    }
    .bottom_menu .inner {
        display: none;
    }

    .dropmenu_module {
        height: 46px !important;
    }

    .dropmenu_module ul {
        display: block !important;
    }

    .menu1 li:not(:nth-child(1)):not(.menuB) {
        display: none;
    }

    .dropmenu_module .menu1 .menuB {
        float: right;
        margin-right: 10px;
        top: 0px;
    }
    .dropmenu_module .menu1 .menuB img{
        filter: brightness(1) invert(1);
    }
    .dropmenu_module .menu1 .menuB a {
        padding: 12px 0px !important;
    }

}

@media all and (max-width: 795px) {
    ul.shop_cat_list {
        display: grid;
        grid-template-columns: 0.3fr;
    }
    .shop_items_list .item {
        margin: 0px 0px 0px 20px !important;
    }
    .head-btns {
        grid-template-columns: repeat(3,120px) 180px;
        grid-gap: 20px;
        justify-items: center;
    }
    #header .head-number{
        grid-column: 1 / -1;
        justify-content: center;
    }
    .logo_wrapper {
        height: 250px;
    }
    .foot-info {
        grid-template-columns: 240px 150px 90px;
    }
}

@media all and (min-width: 769px) and (max-width: 840px) {
    .shop_item_div .item_detail .qty {
        padding: 10px 7px !important;
        position: relative !important;
        top: 20px !important;

    }

    .shop_item_div .item_detail .vars {
        margin-top: 21px !important;
        position: relative !important;
        left: 0px !important;
    }

    .shop_item_div .item_detail .price {
        position: relative !important;
        margin-top: 40px !important;
        bottom: 0px !important;
        margin-left: 0px !important;
    }

    .item_detail .add_to_compare {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    .shop_item_div .item_detail .add_cart_b {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0px !important;
    }
}

@media all and (min-width: 769px) and (max-width: 890px) {
    .article_block .more {
        position: relative;
        left: 44%;
        bottom: 135px;
    }
}

@media all and (min-width: 769px) {
    .article_block .inner {
        display: flex;
    }

    .article_block .inner .title {
        display: inline-block;
        text-align: right;
        width: 400px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        right: 30px;
        top: -10px;
        position: relative;
    }

    .article_block .inner .text {
        display: inline-block;
        position: relative;
        color: #eaeaea;
        font-size: 15px;
        font-family: Arial, tahoma;
        width: 280px;
        -webkit-box-flex: 0.5;
        -webkit-flex: 0.5;
        -ms-flex: 0.5;
        flex: 0.5;
    }

}


@media all and (max-width: 768px) {
    .ui-tabs .ui-tabs-nav li {
        margin: 1px 0 0 !important;
    }

    .p_orders .order {
        margin: 10px 0px 30px 0px !important;
    }

    /*--*/
/*
    .pathway {
        margin: 23px 0px 10px !important;
        padding: 0px 5px 5px !important;
    }
*/
    .article_block .inner {
        height: 211px;
    }

    .article_block .inner .text {
        display: none;
    }

    .article_block .inner .title {
        width: 280px;
        display: block;
        text-align: right;
        right: 75px;
        bottom: 174px;
        position: absolute;
    }

    .article_block .more {
        right: 75px;
        bottom: 105px;
        position: absolute;
    }

    .shop_item_div .item_detail {
        margin-top: 0px;
        margin-bottom: 120px;
        margin-left: 0px;
        min-width: 200px;
        position: static;
    }

    .shop_item_div .item_detail h1.title {
        position: absolute;
        top: 0px;
        left: 20px;
    }

    .shop_item_div .icon_div {
        right: 8px;
        top: 34px;
        position: absolute;
    }

    .shop_item_div .item_rating {
        top: 5px;
        position: relative;
    }

    .shop_item_div .images_div {
        position: relative;
        width: 98% !important;
        margin-bottom: 100px;
    }

    .shop_item_div .images_div .image {
        top: 62px;
        text-align: center;
    }

    .shop_item_div .images {
        top: 86px;
    }

    .shop_item_div .item_detail .add_cart_b,
    .shop_item_div .item_detail .add_to_favor {
        bottom: 50px !important;
    }

}


@media all and (min-width: 741px) {
    .instagram_block {
        width: 1150px;
        margin: 0 auto;
    }
}

@media all and (max-width: 740px) {
    .pathway {
        margin: 20px 0px 10px !important;
    }
}

@media all and (max-width: 700px) {
    .shop_vendors_list .vendor .logo {
        float: none !important;
    }

    .shop_vendors_list .detail {
        margin-left: 0px !important;
    }

    .shop_vendors_list .vendor {
        margin-bottom: 30px !important;
        padding: 10px;
    }
}

@media all and (max-width: 670px) {
    .logo_wrapper .logo img {
        width: 280px;
    }
}

@media all and (min-width: 621px) and (max-width: 650px) {
    .logo_wrapper .auth_link {
        position: relative;
        top: 4px;
    }

    .logo_wrapper .auth_link .label {
        font-size: 15px !important;
    }
}

@media all and (min-width: 641px) and (max-width: 768px) {
}

@media all and (max-width: 640px) {
    .user_profile_wrapper > table > tbody > tr  > td {
        display: block;
        width: 95%;
    }

    .usr_profile_menu tr {
        display: inline-block;
    }
}

@media all and (min-width: 621px) and (max-width: 860px) {
    .logo_wrapper .cart_block{
    }

    .logo_wrapper .cart_block .text {
        display: block;
        position: relative;
        top: 18px;
        /*right: 5px;*/
        font-size: 14px;;
    }
}

@media all and (min-width: 621px) {
    .reviews_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .reviews_items .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .review_block .reviews_content {
        vertical-align: top;
        margin: 0 10px;
    }

    .logo_wrapper .auth_link {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        position: relative;
    }

    .logo_wrapper .auth_link .logout_icon {
        top: -10px;
        position: absolute;
        left: 144px;
    }

    .logo_wrapper .auth_link .text {
        position: relative;
        top: 10px;
        font-family: arial;
        font-size: 16px;
    }

    .logo_wrapper .logo {
        text-align: left;
    }

    .logo_wrapper .cart_block {
        display: grid;
        grid-template-columns: minmax(10px,65px) minmax(10px, 145px);
        grid-template-rows: 25px 25px;
        grid-column-gap: 10px;
        grid-row-gap: 5px;
        justify-self: right;
    }
    .cart_block .icon{
        grid-row: 1 / -1;
        transition: 0.2s;
    }
    .cart_block .icon:hover{
        transition: 0.2s;
        transform: scale(1.1);
    }
    .cart_block .icon-name span{
        font-size: 16px;
        font-family: "Roboto";
        color: rgb(108, 69, 162);
        line-height: 1.2;
    }
    .cart_block .text{
        font-size: 13px;
        font-family: Roboto;
        line-height: 1.2;
        color: #777777;
    }
    .logo_wrapper .auth_link img {
        margin: 13px 0 -13px 7px;
    }

    .logo_wrapper .cart_block img {
        margin: 13px 7px -13px 0px;
    }
}

@media (max-width: 620px) {
    .head-btns > .head-number:first-child{
        display: grid;
    }
    .head-btns > .head-number:last-child{
        display: none;
    }
    .topmenu_back .social_icons{
        display: none;
    }
    #regform input{
        width: 140px !important;
    }
    .p_orders .order {
        margin: 10px 0px 30px !important;
    }

    .p_orders .order .items {
        margin-left: 21px !important;
    }

    /*--*/
    .banner_panel {
        display: none !important;
    }

    /*--*/
    .review_block .reviews_items .item {
        display: block;
        vertical-align: top;
    }

    .review_block .reviews_content {
        display: block;
        width: 93%;
        vertical-align: top;
        margin: 0 10px;
    }

    /*--*/
    .logo_wrapper {
        margin: 50px auto 20px;
        height: 350px;
    }
    .head-number {
    grid-template-columns: 40px 190px;
    }
    .foot-info {
        grid-template-columns: 240px;
        grid-gap: 20px;
        text-align: center;
    }
    .head-btns {
        grid-template-columns: 180px 180px;
        grid-gap: 10px;
        justify-items: center;
    }
    .logo_wrapper .auth_link {
        position: absolute;
        bottom: 0px;
    }

    .logo_wrapper .auth_link .logout_icon {
        top: -20px;
        position: absolute;
        left: 144px;
    }

    .logo_wrapper .auth_link .text {
        position: relative;
        top: 0px;
        font-family: arial;
        font-size: 16px;
    }

    .logo_wrapper .logo {
    }

    .logo_wrapper .logo img {
        width: 280px;
    }

    .logo_wrapper .cart_block .icon{
    }
    .comp_wrp {
        grid-template-columns: minmax(10px,auto);
        grid-column: 1 / -1 !important;
        grid-row: 2;
    }
    .logo_wrapper .auth_link img {
        margin: 13px 0 -13px 7px;
    }

    .logo_wrapper .cart_block img {
        margin: 13px 7px -13px 0px;
    }

    /*--*/
    .item_wrapper .sidebar, .items_wrapper .sidebar {
        display: none;
    }

    .item_wrapper .shop_item_div,
    .items_wrapper .shop_items_div {
        margin-left: 0px !important;
        width: 100%;
    }

    .shop_item_div .images_div {
        position: relative;
        max-width: 352px;
        margin: 0 auto 100px !important;
    }

    .com_wrapper {
        margin-left: 0px !important;
        padding: 5px;
    }

    .item_wrapper .desc_block {
        margin-left: 0px !important;
        padding: 5px;
    }

    .related_wrapper, .viewed_wrapper {
        margin-left: 0px !important;
    }
}

@media all and (min-width: 571px) and (max-width: 1101px) {
    /*--*/
    .knopki {
        margin-top: 8px;
        text-align: center;
    }
}

@media all and (min-width: 571px) {
    .contacts_block {
        position: relative;
        /*top: 30px;*/
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .links_block {
    }

}

@media all and (max-width: 570px) {
    .contacts_block {
        top: 10px;
        position: relative;
        margin-left: 10px;
    }

    .links_block {
        position: relative !important;
        margin-top: 22px !important;
        padding: 10px;
    }

    .knopki {
        margin-top: 8px;
        text-align: center;
    }
}

@media all and (min-width: 551px) {
    .userform_table input[type=text],
    .userform_table textarea {
        width: 510px !important;
        padding: 10px !important;
    }
}

@media all and (max-width: 550px) {
    .review_block .reviews_content {
        display: block;
        width: 91%;
        vertical-align: top;
        margin: 0 10px;
    }

    .flex_wrapper {
        display: block !important;
    }

    .flex_wrapper > div {
        padding-left: 20px !important;
    }

    .flex_wrapper .phone_block, .flex_wrapper .email_block {
        border-top: 1px solid #EFABCD;
    }

    .feedback_form, .maps {
        display: block !important;
    }

    .userform_table input[type="text"], .userform_table textarea {
        width: 92% !important;
        padding: 10px !important;
    }


}

@media all and (max-width: 512px) {
    .userform_table .form_submit {
        top: 0px !important;
    }
}

@media all and (min-width: 451px) and (max-width: 1085px) {
    .news_block .news_items .item {
        display: flex !important;
    }

    .news_block .news_items .photo {
        -webkit-box-flex: 0.1 0 38%;
        -webkit-flex: 0.1 0 38%;
        -ms-flex: 0.1 0 38%;
        flex: 0.1 0 38%;
    }

    .news_block  .news_content {
        width: 100% !important;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

}

@media all and (max-width: 480px) {
    .maps img {
        width: 480px !important;
        height: 305px !important;
    }

    .new_prod .items .item, .hit_prod .items .item, .shop_items_list .item, .discount .items .item, .content_sldr .items .item{
        float: none !important;
        margin: 0px auto !important;
        width: 270px !important;
    }

    .review_form, .review_editform {
        width: 80% !important;
    }

    .review_form input, .review_form textarea, .review_editform input, .review_editform textarea {
        width: 100% !important;
    }

}

@media all and (max-width: 450px) {
    .feedback-forms {
        width: 255px;
    }
    .brands {
        display: none !important;
    }


    .review_block .reviews_content {
        display: block;
        width: 85%;
        vertical-align: top;
        margin: 0 10px;
    }

    .news_block .news_items {
        margin: 30px auto !important;
        width: 273px !important;
    }

    .news_block  .news_content {
        width: 90% !important;
    }

    .logo_wrapper .cart_block .icon {
        position: relative;
    }

    .logo_wrapper .cart_block .icon .count {
        display: block !important;
        position: absolute;
        font-size: 10px;
        font-family: tahoma;
        background-color: #F02200;
        padding: 2px 4px;
        color: #FFF;
        border-radius: 4px;
        font-weight: bold;
        top: -14px;
        left: -3px;
    }
}

@media all and (max-width: 415px) {

    .searchbar .social_icon, .searchbar .phone_icon, .searchbar .phone {
        display: none;
    }

}

@media all and (max-width: 360px) {
    #cart_form .cart_table th:nth-child(1), #cart_form .cart_table .num, #cart_form .cart_table tr td:nth-child(1) {
        display: none;
    }

    #upr_p_shop_orders .cart_table th:nth-child(1),  #upr_p_shop_orders .cart_table tr td:nth-child(1) {
        display: table-cell !important;
    }

    .p_orders .order .items {
        margin-left: 0px !important;
    }

    .login_wrapper .service_block {
        width: 100% !important;
    }

    /*--*/
    .instagram_block .items .item img {
        height: 115px !important;
    }
	
	.video_block {
		width: 99% !important;
	}
	
	.video_block .video iframe {
		width: 90%;
		min-width: 250px;
	}

    /*--*/
    .shop_item_div .images_div .image {
        top: 93px;
    }

    .shop_item_div .images_div .image, .shop_item_div .images_div, .shop_item_div .images_div .image a img {
        width: 99% !important;
        min-width: 190px !important;
        min-height: 190px !important;
    }

    .shop_item_div .images_div {
        margin-bottom: 130px !important;
    }

    .shop_item_div .images {
        top: 115px;
    }

    .shop_item_div .icon_div {
        top: 59px;
    }

    .shop_item_div .item_detail .price {
        font-size: 20px !important;
    }

    .shop_item_div .item_detail .vars {
        left: 123px !important;
    }

    .maps img {
        width: 360px !important;
        height: 229px !important;
    }

    /*--*/
    .cart_wrapper .client_info, .cart_wrapper .deliver_info {
        margin-left: 3px !important;
        margin-right: 0px !important;
        width: 96% !important;
    }

    .cart_wrapper .client_info .body input {
        width: 95% !important;
    }

    /*--*/
    .related_wrapper .mark,
    .viewed_wrapper .mark {
        font-size: 14px !important;
    }

}
@media all and (max-width: 320px) {
    #upr_p_shop_orders .cart_table th:nth-child(1),  #upr_p_shop_orders .cart_table tr td:nth-child(1) {
        display: none !important;
    }

    #query {
        width: 95% !important;
    }

    .shop_item_div .item_detail .qty {
        padding: 10px 7px !important;
        position: relative !important;
        top: 20px !important;

    }

    .shop_item_div .item_detail .vars {
        margin-top: 20px !important;
        position: relative !important;
        left: 0px !important;
        display: inline-block;
    }

    .shop_item_div .item_detail .price {
        position: relative !important;
        bottom: 0px !important;
        margin-left: 40px !important;
        display: inline-block;
        margin-top: 20px !important;
    }

    .item_detail .add_to_compare {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    .shop_item_div .item_detail .add_cart_b {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0px !important;
    }

    .shop_item_div .item_detail .add_to_favor {
        position: relative !important;
        margin-top: 50px !important;
        bottom: 0px !important;
        right: 0 !important;
    }

    .shop_item_div .item_detail .price {
        font-size: 28px !important;
    }

    .maps img {
        width: 320px !important;
        height: 204px !important;
    }
	
}

.topmenu_back {
    height: 25px;
    background-color: #ffffff;
    width: 100%;
    border-top: 4px solid #0173d4;
    box-shadow: 0 0 1px 0.1px #000;
}

.searchbar {
    top: -35px;
    position: absolute;
    right: 0px;
}

.searchbar div {
	position: relative;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.searchbar div.phone {
	margin: 0px 0px 0px 5px;
	font-size: 14px;
	font-family: Tahoma;
}

.searchbar .s_input {
	margin-left: 5px;
	background-color: #fff;
	border-radius: 13px;
	border: 0px solid #000;
	padding:3px;
	width: 165px;
}

.searchbar .s_input input[type=text] {
	border: 0px;
	padding: 0px;
	border-radius: 13px;
	width: 135px;
	margin:0px 5px 0px;
}

.searchbar .s_input input[type=submit] {
	background: transparent url("/images/search_icon.png") no-repeat scroll 0% 0% !important;
    box-shadow: 0px 0px 0px 0px !important;
    border-radius: 0px !important;
	border: 0px !important;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: 3px;
	margin-left: 0px;
	cursor: pointer;
}

.head_background {
	background: #fafafa;
	width: 100%;
	position: absolute;
    height: 500px;
    z-index: -999;
}


.logo_wrapper .auth_link .name {
    font-size: 15px;
    font-family: arial;
    color: #810C4E;
}

.logo_wrapper .auth_link .label {
    font-size: 17px;
    font-family: arial;
    color: #810C4E;
    margin-left: 5px;
}

.logo_wrapper .auth_link .user_links {
    /*margin-top: 10px;*/
}

.logo_wrapper .auth_link .profile,
.logo_wrapper .auth_link .orders,
.logo_wrapper .auth_link .messages,
.logo_wrapper .auth_link .notice,
.logo_wrapper .fav_icon {
    position: relative;
}

.logo_wrapper .cart_block .icon .count {
    display: none;
}

.logo_wrapper .auth_link .messages .count,
.logo_wrapper .auth_link .notice .count,
.logo_wrapper .fav_icon .count {
    position: absolute;
    font-size: 10px;
    font-family: tahoma;
    background-color: #F02200;
    padding: 2px 4px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    top: -14px;
    left: 34px;
}

.logo_wrapper .fav_icon .count {
    top: -14px;
    left: -3px;
}

.logo_wrapper a {
    text-decoration: none; 
}


/**/

#cart_items_summ, #cart_counter {
    font-size: 15px;
    font-weight: bold;
}

/* banner block */
.banner_panel .owl-controls{
    max-width: 1200px;
    text-align: center;
    background: transparent;
    position: relative;
    height: 0px;
    top: -20px;
}
/*--*/

.right_side .discont_panel > div {
    text-align: center;
    position: relative;
    top: 50px;
    color: #FFF;
    font-size: 35px;
    text-transform: uppercase;
    font-family: arial,"HelveticaNeueCyr";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.right_side .discont_panel > div > strong {
    top: 20px;
    position: relative;
}

.right_side .discont_panel > div > span {
    border: 1px solid #FFF;
    display: block;
    padding: 10px 15px;
    width: 50px;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
    margin-left: 30px;
    font-size: 25px;
}
/*--*/

.right_side .insale_panel > img {
    width: inherit;
    height: inherit;
}

/* vendor slider */

#brend_slider .owl-item img {
    max-height: 65px;
    max-width: 90px;
    background-color: #fff;
    display: grid !important;
    margin: 50px 0;
}
#brend_slider .owl-item{
    display: grid;
    justify-content: center;
}
/*--*/
.brend_slider {
    border: 1px solid #dadada;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    overflow: hidden;
}

.brend_slider .inner .item {
    float: left;
}

.brend_slider .inner {
    width: 5000px;
    padding: 5px 25px;
}

.brend_slider .prev {
    left: 0px;
    margin-top: 35px;
}

.brend_slider .next {
    left: 1092px;
    margin-top: 35px;
}

.brend_slider .prev, .brend_slider .next {
    width: 8px;
    height: 12px;
    cursor: pointer;
    background-color: #f2e5ea;
    padding: 4px 10px 10px;
    position: absolute;
}

/*--*/

.discount_icon {
    background-color: #DD139B;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.discount_icon .text {
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    margin: 15px auto 0px;
    display: block;
    text-align: center;
    font-family: arial,tahoma;
}

.new_prod .new_icon,
.hit_prod .hit_icon,
.shop_items_list .new_icon,
.shop_items_list .hit_icon, .discount .hit_icon{
    position: absolute;
    right: 20px;
    top: 3px;
    z-index: 10;
    display:none;
}

.image {
    position: relative;
}
.shop_item_div .icon_div, .shop_item_div .hit_icon, .shop_item_div .new_icon{
    display: none;
}

.image .new_icon,
.image .hit_icon, .image .discount_icon{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}
.owl-next{
    float: right;
}
.owl-prev{
    float: left;
}
.new_prod, .hit_prod, .related_wrapper, .viewed_wrapper, .discount, .content_sldr {
    max-width: 1150px;
    margin: 30px auto;
    overflow: hidden;
}

.related_wrapper,
.viewed_wrapper {
    margin-top: 50px;
    margin-left: 260px;
}
.new_prod .mark{    
    font-family: "PF Din Text Cond Pro";
    font-size: 20px;
    color: rgb(92, 92, 92);
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 475px;
    text-align: center;
    margin: 30px auto;
}
.news_block .mark {
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;    
    margin: 15px auto;
}
.brend_slider > .item{
    display: grid;
    justify-content: center;
}
.brands .mark{
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;
    margin: 30px auto;
}
.instagram_block .mark{
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;
    margin: 30px auto;
}
.discount .mark{
    font-size: 42px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    max-width: 310px;
    text-align: center;
    margin: 30px auto;
}
.related_wrapper .mark:after, .related_wrapper .mark:before, .viewed_wrapper .mark:after, .viewed_wrapper .mark:before{
    display: none;
}

.new_prod .items,
.hit_prod .items,
.related_wrapper .shop_items_list,
.viewed_wrapper .shop_items_list, .discount .items, .content_sldr .items{
    margin: 10px 0px;
    font-size: 14px;
    clear: both;
}
.hover_nfo p{
    padding: 15px;
}
.hover_nfo a{
    text-decoration: none;
    color: #fff;
}
.details_btn{
    padding: 5px;
    background: transparent;
    width: 100px;
    border: 2px solid #c3cbc8;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    transition: 0.3s;
}
.content_sldr .item .hover_nfo:hover{
    display: block;
    opacity: 1;
    transition: 0.3s;
}
.content_sldr .item img:hover + .hover_nfo{
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.new_prod .items .item:hover .photo img,
.hit_prod .items .item:hover .photo img,
.shop_items_list .item:hover .photo img {
}

.new_prod .items .item:hover .prod_overlay,
.hit_prod .items .item:hover .prod_overlay,
.shop_items_list .item:hover .prod_overlay {
}
.hit_prod .owl-wrapper-outer{
    height: auto !important;
}
.hit_prod .items .item{
    height: 370px;
    margin: 0 auto;
    max-width: 230px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.hit_prod .title{
    height: 100px;
    position: relative;
    top: -3px;
}
.new_prod .items .item,
.shop_items_list .item, 
.discount .items .item,
.content_sldr .items .item{
    height: 230px;
    max-width: 230px;
    overflow: hidden;
    border: 1px solid #aaaa;
    background-size: 370px !important;
    background-position: -70px 0px !important;
    background-repeat: no-repeat !important;
}
.content_sldr .item .hover_nfo{
    position: absolute;
    top: 0;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    height: 230px;
    text-align: center;
    width: 230px;
    transition: 0.3s;
    font-size: 17px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    overflow: hidden;
}

.shop_items_list .item {
    width: 288px;
}

.new_prod .item .title,
.hit_prod .item .title, .discount .item .title{
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
}

.new_prod .item .title a,
.hit_prod .item .title a,
.shop_items_list .item .title a, .discount .item .title a{
    font-size: 17px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.294;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.new_prod .item .title a:hover,
.hit_prod .item .title a:hover,
.shop_items_list .item .title a:hover {
    color: rgb(0, 99, 156);
}

.new_prod .item .photo, .discount .photo{
    max-height: 140px;
    max-width: 180px;
    margin: 0 auto;
}
.hit_prod .item .photo{
    margin: 0 auto;
}
.hit_prod .item .photo img{
    height: 270px;
    transition: 0.3s;
}
.new_prod .item .qty,
.hit_prod .item .qty,
.shop_items_list .item .qty, .discount .item .qty{
    font-family: 'Roboto', Arial, tahoma, sans-serif;
    left: 6px;
    bottom: 27px;
    position: absolute;
    display: none;
}

.items .item .qty .green,
.shop_items_list .item .qty .green {
    color: #15a000;
}
.add-to-cart-div{
    background: url("/images/add-to-cart.png");
    width: 140px;
    height: 40px;
    transition: .3s;
    background-repeat: no-repeat;
}
.add-to-cart-div:hover{
    background: url("/images/add-to-cart-hover.png");
    transition: .3s;
    background-repeat: no-repeat;
}
.items .item .qty .orange,
.shop_items_list .item .qty .orange {
    color: #E44600;
}

.new_prod .item .price,
.hit_prod .item .price,
.shop_items_list .item .price, .discount .item .price{
    font-size: 24.323px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 99, 156);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.prod_overlay .comment_count img:hover, .prod_overlay .add_cart_b img:hover{
    
}

.new_prod .item .rating,
.hit_prod .item .rating,
.shop_items_list .item .rating, .discount .item .rating{
    left: 30px;
    bottom: 5px;
    position: absolute;
    display: none;
}

.items .item .price .old_price,
.shop_items_list .item .price .old_price {
    font-size: 14px;
    color: #909090;
    text-decoration: line-through;
}


/**/

.prod_overlay .comment_count, .prod_overlay .views_count {
    position: relative;
    background-color: #ecc6da;
    padding: 10px 0px 0px;
    text-align: center;
    width: 76px;
    height: 25px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    font-size: 14px;
    font-family: tahoma;
}

.prod_overlay .comment_count img, .prod_overlay .add_cart_b img {
    margin: 0px 5px -3px 0px;
}

.prod_overlay .views_count img {
    margin: 0px 5px 0px 0px;
}

.shop_item_div .item_detail .add_to_favor {
    right: 180px;
    position: absolute;
    bottom: -80px;
    text-align: center;
    width: 160px;
    margin: 10px 0px 0px;
}

.prod_overlay .add_cart_b,
.item_detail .add_cart_b,
.prod_overlay .add_to_favor {
    
}
.prod_overlay{
    display: grid;
    grid-template-columns: 140px 40px;
    justify-items: center;
    grid-gap: 40px;
    align-items: center;
}
.new_prod .items .item svg, .hit_prod .items .item svg, .shop_items_list .item svg, .discount .item svg, .shop_item_div svg{
    width: 30px;
    height: 30px;
    fill: #777;
}
.prod_overlay .add_cart_b a,
.item_detail .add_cart_b a,
.prod_overlay .add_to_favor a,
.shop_item_div .item_detail .add_to_favor a {
    
}

.prod_overlay .add_cart_b a:hover,
.item_detail .add_cart_b a:hover,
.prod_overlay .add_to_favor a:hover,
.shop_item_div .item_detail .add_to_favor a:hover {
}

.prod_overlay .add_cart_b a.in_cart,
.item_detail .add_cart_b a.in_cart,
.prod_overlay .add_to_favor a.active,
.shop_item_div .item_detail .add_to_favor a.active {
}

.prod_overlay .add_cart_b a.in_cart:hover,
.item_detail .add_cart_b a.in_cart:hover,
.prod_overlay .add_to_favor a.active:hover,
.shop_item_div .item_detail .add_to_favor a.active:hover {
}

/**/
.prod_overlay .add_to_favor a img,
.shop_item_div .item_detail .add_to_favor a img {
    width: 18px;
    height: 18px;
}
/**/

.add_to_compare {
    margin: 10px 5px;
}

.item_detail .add_to_compare {
    right: 200px;
    position: absolute;
    bottom: -80px;
}

.add_to_compare img {
    margin-bottom: -3px;
}

.add_to_compare a {
    text-decoration: none;
    color: #0f5f8f;
    font-size: 14px;
    font-family: tahoma;
}

.add_to_compare a:hover {
}

.nav_arrow {
    float: right;
    position: relative;
    display: none;
}

.nav_arrow .prev, .nav_arrow .next {
    width: 27px;
    height: 27px;
    display: inline-block;
    cursor: pointer;
    margin: -1px;
}

.nav_arrow .prev {
    background: url("/images/arrow2_l.png") no-repeat;
}

.nav_arrow .prev:hover {
    background: url("/images/arrow2_l_hover.png") no-repeat;
}

.nav_arrow .next {
    background: url("/images/arrow2_r.png") no-repeat;
}

.nav_arrow .next:hover {
    background: url("/images/arrow2_r_hover.png") no-repeat;
}

/* article */
.article_block, .article_block h3{
    max-width: 1150px;
    font-family: "PF Din Text Cond Pro";
    color: #07094a;
    text-align: justify;
    font-size: 19px;
    margin: 0px auto;
    padding: 0 10px;
    line-height: 27px;
}
.back{
    background: url('/templates/3K/images/Rectangle 22.png');
}
.article_block h3{
    font-weight: bold;
} 
.article_block h1{
    font-weight: 300;
    margin: 0;
}   
.article_block .inner {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px 50px 70px;
}

.article_block .inner .title {
    color: #FFF;
    font-size: 35px;
    font-family: "PT Sans Narrow",tahoma;
}

.article_block .more {
    border: 1px solid rgba(255,255,255,0.5);
    width: 130px;
    text-align: center;
    font-size: 14px;
    font-family: tahoma, arial;
}

.article_block .more a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
}

.article_block .more a:hover {
    text-decoration: underline;
}

/*--*/

.news_block{
    padding: 0 10px;
}

.news_block .nav,
.review_block .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px;
}

.news_block .nav .title,
.review_block .nav .title{
    border-bottom: 1px solid #ea7fb7;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding: 0px 0px 10px;
}

.news_block .nav .arhive_news,
.review_block .nav .all_reviews {
    border-bottom: 1px solid #ea7fb7;
    padding: 0px 0px 10px;
}

.news_block .nav .arhive_news a,
.review_block .nav .all_reviews a, .review_block .reviews_content a {
    color: #d6006f;
    text-decoration: none;
}

.news_block .nav .arhive_news a:hover,
.review_block .nav .all_reviews a:hover, .review_block .reviews_content a:hover {
    text-decoration: underline;
}

.news_block .news_items,
.review_block .reviews_items {
    display: grid;
    grid-template-columns: 270px 270px 270px;
    max-width: 1150px;
    margin: 0 auto;
    grid-gap: 30px;
}
.side-content .news_block .news_items{
    display: grid;
    grid-template-columns: 270px;
    max-width: 1150px;
    margin: 0 auto;
    grid-gap: 30px;
}
.news_block .news_items .item {
}


.review_block .reviews_items .item .author {
    font-weight: bold;
    font-size: 14px;
    font-family: tahoma;
}


.news_block  .news_content {
    padding: 0 10px;
}

.news_block .news_content .pub_date {
    font-size: 21px;
    font-family: "PF Din Text Cond Pro";
    color: #869791;
    margin: 10px 0;
}

.news_block .news_content .pub_date span {
}

.news_content .title {
    font-size: 23px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin: 10px auto;
}

.news_content .text {
    font-size: 19px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin: 10px auto;
}

.news_content .title a {
    text-decoration: none;
    color: #000;
}

.news_content .title a:hover {
    text-decoration: underline;
    color: #000;
}

.news_block .news_items .photo {
    max-width: 365px;
    height: 210px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto 210px !important;
}
#brend_slider .item{
    transition: 0.3s;
    margin: 0px 5px;
}
#brend_slider .item:hover{
    transform: scale(1.3);
    transition: 0.3s;
}
.comp_callback_form button:hover{
    background-color: #000;
    color: #ffcc52;
    transition: 0.3s;
}
button:hover{
    cursor: pointer;    
}
/* reviews */
.review_block .reviews_items .item {
    margin: 0px 10px 0px !important;
}

.review_block .reviews_content .more_link {
    padding: 15px 0 0;
}

.review_block .author a {
    text-decoration: none;
    color: #498198;
    border-bottom: 1px dashed;
}

.review_block .author a:hover {
    border-bottom: 0px;
}

.review_block .reviews_content {
    background: #FFFFFF;
    border: 1px solid #CAD5E0;
    padding: 20px;
    position: relative;
    font-size: 14px;
    font-family: tahoma;
    color: #737373;
    margin: 18px 0px 30px;
}

.review_block .reviews_content:after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    border-right: 1px solid #CAD5E0;
    border-bottom: 1px solid #CAD5E0;
    height: 15px;
    width: 15px;
    transform: rotate(222deg);
    top: -8px;
    left: 20px;
    right: 0px;
}

.review_block .add_reviewsB {
    margin: 0px auto 20px;
    width: 200px;
    text-align: center;
}

.review_block .add_reviewsB a {
    color: #fff;
    text-decoration: none;
    background-color: #D6006F;
    font-size: 14px;
    text-transform: uppercase;
    font-family: tahoma;
    display: block;
    padding: 10px 0px;
}

.review_block .add_reviewsB a:hover {
    background-color: #ff0089;
}

/* main content*/
#main-container {
	margin: 0 auto;
	min-height: 100%;
    background: linear-gradient(45deg, rgb(218, 218, 218) 0%,rgb(247, 247, 247) 35%,rgb(228, 228, 228) 100%);
	max-width: 100%;
    display: grid;
    justify-content: center;
}

#header {
	position: relative;    
	background: #fff;
	z-index: 1;
}


#header a.logo {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.pathway {
    border-bottom: 1px dotted #00639c;
    margin: 5px 0px 10px;
    padding: 0px 10px 5px;
    font-size: 13px;
    color: #00639c;
    max-width: 1150px;    
    margin: 0 auto 10px;
}

a.pathwaylink  {
    color:#7c7c7c;
}

#top {
	margin: 15px 0;
	overflow: hidden;
}

#left {
	padding: 5px;
	float: left;
	line-height: normal;
	width: 220px;
}

#right {
	padding: 5px;
	float: right;
	line-height: normal;
	width: 220px;
}

#both {
	margin: 0 220px;
	padding: 0 15px;
} 

#only_left {
	margin: 0 0 0 220px;
	padding: 0 15px;
}

#only_right {
	margin: 0 220px 0 0;
	padding: 0 15px;
}

#no_sides {
}

#bottom {
	/*margin: 15px 0;*/
	/*overflow: hidden;*/
}


#clear {
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

#rasporka { height: 40px; margin: 20px 0 0; }

/*--*/
.bottom_menu {
    background-color: #880055;
    height: 46px;
}

.bottom_menu .inner {
    max-width: 1120px;
    background-color: #86075b;
    margin: 0px auto;
}
/*--*/
.rss_form{
    max-width: 620px;
    margin: 30px auto 0;
}
.rss_form form{
    display: grid;
    grid-template-columns: 150px 280px 140px;
    grid-gap: 10px;
}
.rss_form span{
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(92, 92, 92);
  font-weight: bold;
  line-height: 1.571;
  text-align: left;
  color: #000;
}
.rss_form .email{
    border-radius: 5px;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.rss_form button{
    background: radial-gradient(#9871bd, #a785c2);
    color: #fff;
    font-size: 16.215px;
    font-family: "Roboto";
    line-height: 1.2;
    border: none;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #604c77;
}
.rss_form button:hover{
    background: #604c77;
    box-shadow: none;
    position: relative;
    top: 3px;
}

/*--*/

.contacts_block .title,
.links_block .item .title {
    font-size: 24px;
    font-family: "PF Din Text Cond Pro";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    top: 20px;
}

.contacts_block .text,
.links_block .item .text{
    position: relative;
    top: 20px;
    font-family: tahoma;
    font-size: 14px;
}

.contacts_block .text .phone {
    font-size: 18px;
    font-family: verdana;
}

.social_icons img {
    padding-left: 10px;
 }


.links_block .inner .item {
    display: inline-block;
    vertical-align: top;    
    width: 230px;
    margin-bottom: 10px;
}

.links_block .inner .item a {
    font-size: 15px;
    font-family: "PF Din Text Cond Pro";
    font-weight: 100;
    line-height: 1.2;
    display: block;
    color: #fff;
    text-decoration: underline;
    margin: 5px;
    white-space: nowrap;
    transition: 0.1s;
}

.links_block .inner .item a:hover {
    text-decoration: underline;
}

/*--*/

.flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: space-between;
}

.flex_wrapper > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_wrapper .addres_block .item,
.flex_wrapper .phone_block .item,
.flex_wrapper .email_block .item {
    margin: 20px 0px;
}

.flex_wrapper .addres_block .item .icon,
.flex_wrapper .addres_block .item .text,
.flex_wrapper .phone_block .item .icon,
.flex_wrapper .phone_block .item .text,
.flex_wrapper .email_block .item .icon,
.flex_wrapper .email_block .item .text {
    display: inline-block;
}

.flex_wrapper .addres_block .item .icon,
.flex_wrapper .phone_block .item .icon,
.flex_wrapper .email_block .item .icon {
    margin-right: 10px;
}

.flex_wrapper .phone_block {
    padding-left: 30px;
    border-left: 1px solid #f2b0d1;
}

.flex_wrapper .email_block {
    border-left: 1px solid #F2B0D1;
    padding-left: 10px;
}

.feedback_form {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}




.instagram_block .nav {
    padding: 5px;
    font-size: 16px;
}

.instagram_block .nav a {
    color: #000;
    text-decoration: none;
}

.instagram_block .nav span.right {
    float: right;
    font-size: 14px;
    font-family: tahoma;
}

.instagram_block .items {
    padding: 5px;
    text-align: center;
}

.instagram_block .items .item {
    display: inline-block;
    width: 220px;
    height: 220px;
    background-repeat: no-repeat !important;
    background-size: 220px !important;
    filter: grayscale(0.7);
}
.instagram_block .items .item:hover{
    filter: grayscale(0)
}
.instagram_block .items .item img {
    height: 120px;
    margin-left: -2px;
    margin-bottom: -2px;
}


.video_block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    height: 282px;
    border: 1px solid #ea7fb7;
    font-family: tahoma;
    font-size: 14px;
}

.video_block .content {
    padding: 10px;
}

.video_block .nav {
    font-family: arial;
    font-size: 17px;
    background-color: #ef72b4;
    color: #fff;
    padding: 7px 10px;
}

.video_block .nav a {
    color: #fff !important;
    text-decoration: none;
}

.video_block .title {
    position: absolute;
    bottom: 10px;
}


/*--*/

.maps {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

/*--*/

table.counters {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.counters td { padding: 0 3px; }

#left .module, #right .module {
	margin: 0 0 15px;
}

#left .moduletitle, #right .moduletitle {
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px
}

#left .modulebody, #right .modulebody {}

.ajax_loader {
    display: none;
    position: absolute;
    top: 125px;
    left: 42%;
}


.shop_item_div .ajax_loader {
    top: 50px !important;
}
.news_items > a, .hit_prod > a div{
    grid-column: 1 / -1;
    text-align: right;
    padding: 5px 30px 0;
}
@media (max-width: 375px){
    .mainimg {
        float: none;
        width: 250px;
    }
    .head-btns {
        grid-template-columns: 180px;
    }
    .logo_wrapper {
        margin: 50px auto 20px;
        height: 540px;
    }
}

.shop_items_list .item {
    display: grid;
    width: 288px;
    height: 320px;
    grid-template-rows: 230px auto;
    justify-content: center;
}
.shop_items_list .item .photo img{
    height: 230px;
    width: initial;
    transition: 0.3s;
}
.shop_items_list .item .photo img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.shop_items_list .item .title{
    text-align: center;
    padding: 20px;
}













#footer .inner .module{
    display: grid;
}

.photo_album_img{
    max-width: 200px;
}
.photo_gallery > div{
    display: grid;
    grid-template-columns: repeat(auto-fit, 295px);
    justify-content: center;
}
.ss_half_hover_b{
    display: grid;
    grid-template-columns: repeat(auto-fit,220px);
    justify-content: center;
}

@media (max-width: 1199px){
    .side-content{
        display: none;
    }
    .main-content{
        max-width: 991px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: auto;
        padding: 10px 0 0;
        justify-content: center;
        justify-items: center;
    }
    .content_sldr .items .item{
        margin: 0 auto;
    }
    .adrs_text, .nmbr_text{
        white-space: nowrap;
    }
    .hdr_nbrs, .hdr_adrs{
        padding: 10px;
    }
}

@media (max-width: 991px){
    .right-content {
        max-width: 767px;
    }
    .banner {
        display: grid !important;
    }
    .logo_wrapper {
        height: auto;
        display: grid;
        grid-template-columns: auto;
        display: flex;
        flex-direction: column;
        max-width: 900px;
        margin: 0 auto;
        align-items: center;
        justify-items: center;
    }
    .logo_wrapper a {
        text-align: center;
    }
    .owl-controls{
        display: none;
    }
    .article_block img{    
        width: 340px !important;
        height: auto !important;
        margin: 0;
    }
}

@media (max-width: 767px){
    .right-content {
        max-width: 640px;
    }
}

@media (max-width: 640px){
    .right-content {
        max-width: 360px;
    }
    .main-content{
        justify-content: inherit;
        justify-items: inherit;
    }
    #main-container{
        display: flex;
        flex-direction: column;
    }
    .adrs_item, .nmbr_item {
        justify-content: center;
    }
    .logo_wrapper .logo {
        width: 360px;
    }
    .news_block .news_items .item {
        display: grid !important;
    }
}

@media (max-width: 360px){
    
}


































