.header_1 .logo{float:left;margin:12px 0px 0px 0px;padding: 0px 0px 6px 10px;}


/*.header_1 .logo a img{float: left;margin-right: 5px;width: 330px;height: 102px;}*/


.header_1 .logo a img{float: left; margin-right: 12px; /*margin-top:-40px;*/ width: 380px;height: 78px;}
.header_1 .logo a span{display:block;width:225px;margin:29px 0px 0px 0px;padding:0px;text-align:left;}


.telephone span {text-align:center;}
.telephone a {text-decoration:none;}
/*div.body_text div.breadcrumb-search {display: none;}*/

/* Выделение первой строчки меню */

ul.left-menu > li:first-child a {
color: red;
} 

/* Построение выпадающего меня с городами */

.row.loc {
 display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

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

.row.loc {
   display: grid;
   grid-template-columns: 1fr 1fr;}

}

/* Отсуп на странице Контакты */

.contact1 {
    float: right;
    margin-right:70px;
    margin-top:25px;
}


/* Доставка товара */

.ty-list-container, .ty-items-container { 
    margin: 20px 0; 
    line-height: 140%; 
    margin-top: 20px; 
    margin-right: 0px; 
    margin-bottom: 20px; 
    margin-left: 0px;
} 

.ty-column4 { 
    display: inline-block; 
    width: 25%; 
    vertical-align: top; 
    margin-right: -0.25em;
} 

[class*="ty-column"]  { 
    margin-bottom: 20px; 
    box-sizing: border-box; 
    padding: 0px 10px; 
    padding-top: 0px; 
    padding-right: 10px; 
    padding-bottom: 0px; 
    padding-left: 10px;
} 

.ty-list-image  { 
    margin: 17px 0; 
    text-align: center; 
    margin-top: 17px; 
    margin-right: 0px; 
    margin-bottom: 17px; 
    margin-left: 0px;
} 

.ty-list-text  { 
    padding-top: 8px; 
    //font-family: Arial; 
    font-size: 12px; 
    line-height: 150%;
} 

.ty-list-text.big  { 
    font-size: 16px;
} 

h1.ty-main-title  { 
    margin-top: 10px; 
    padding-bottom: 10px; 
    font-size: 36px; 
    text-transform: uppercase; 
    line-height: 155%; 
    font-weight: normal;
} 

.ty-column1 { 
    display: inline-block; 
    width: 100%; 
    vertical-align: top; 
    margin-right: -0.25em;
} 

h3.ty-main-title2  { 
    margin: 78px 0 32px; 
    font-size: 22px; 
    font-weight: normal; 
    margin-top: 78px; 
    margin-right: 0px; 
    margin-bottom: 32px; 
    margin-left: 0px;
} 

.clearfix:before, .clearfix:after { 
    display: table; 
    content: ""; 
    line-height: 0; 
    width: 100%;
} 

.clearfix:after { 
    clear: both;
} 

.ty-items-container .item  { 
    padding-right: 4%;
} 

h3.ty-main-title2  { 
    margin: 78px 0 32px; 
    font-size: 22px; 
    font-weight: normal; 
    margin-top: 78px; 
    margin-right: 0px; 
    margin-bottom: 32px; 
    margin-left: 0px;
} 

.clearfix:before, .clearfix:after { 
    display: table; 
    content: ""; 
    line-height: 0; 
    width: 100%;
} 

.clearfix:after { 
    clear: both;
} 


.ty-column5 { 
    display: inline-block; 
    width: 20%; 
    vertical-align: top; 
    margin-right: -0.25em;
} 

.ty-column7 { 
    display: inline-block; 
    width: 14.285714285714%; 
    vertical-align: top; 
    margin-right: -0.25em;
} 

.ty-column2 { 
    display: inline-block; 
    width: 50%; 
    vertical-align: top; 
    margin-right: -0.25em;
} 

.ty-list-container .ty-list-image  { 
    margin: 17px 0; 
    text-align: center; 
    margin-top: 17px; 
    margin-right: 0px; 
    margin-bottom: 17px; 
    margin-left: 0px;
} 

.ty-list-container .ty-list-text  { 
    padding-top: 8px; 
    //font-family: Arial; 
    font-size: 12px; 
    line-height: 150%;
} 

.ty-list-container .ty-list-text.big  { 
    font-size: 16px;
} 

.ty-uppercase { 
    text-transform: uppercase;
} 

/* Кнопка обратной связи */

.messenger {
display: block;
position: fixed;
right: 0.5%;
bottom: 2%;
width: 195px;
height: 60px;
/* overflow: hidden; */
z-index: 9999;
}
.messenger-btn {
padding: 14px;
display: block;
width: 40px;
height: 40px;
border-radius: 40px;
background-color: #2A2D69;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 2;
}
.messenger-btn img {
width: 32px;
height: 32px;
}
.messenger-links {
position: absolute;
left: 50px;
top: 10px;
width: 200px;
transform: scale(0);
transform-origin: 100% 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 0;
}
.messenger-links.show {
left: 0;
transform: scale(1);
}
.messenger-links a {
width: 34px;
margin-left: 4px;
}
.messenger-links img {
max-width: 34px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.messenger-links a:hover img {
transform: scale(1.1);
text-decoration: none;
}