li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
body, p, div, li {
    color: #1e1e1e;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}
.hidden {
    display: none;
}

.ab__dotd_promotions-item {
text-align: center;
border: 1px solid #ddd;
padding: 15px;
margin: 15px 0px;
height: 290px;
}

.toolbar-dst-index {
margin: 0 auto;
text-align: center;
display: block;
position: relative;
}

.toolbar-dst {
text-align: center;
font-size: 17px;
color: #97c21a;
font-weight: 700;
text-transform: uppercase;
line-height: 38px;
cursor: pointer;
}

.toolbar-dst a{
color: #97c21a;
}

@media (min-width: 1100px) {
.toolbar-dst-index {
left: 20%;
}
}


/*мини меню*/
.ty-helper-container {
    background: transparent repeat scroll;
}
.ty-helper-container {
    position: relative;
}
.tygh-top-panel {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff,#fff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    background-image: -o-linear-gradient(top,#fff,#fff);
    background-image: linear-gradient(to bottom,#fff,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.tygh-top-panel {
    border-bottom: 1px solid #f0f0f0;
}
.top-quick-links {
    margin: 0;
}
.ty-float-right {
    float: right;
}
.top-quick-links .ty-text-links__item {
    margin-right: 10px;
    text-align: left;
	margin-top: 5px;
	font-size: 14px;
}
.tygh-top-panel .top-quick-links a, .tygh-top-panel .ty-select-block__a, .tygh-top-panel .ty-select-block__arrow, .tygh-top-panel .ty-currencies__item {
    color: #777;
}
.top-quick-links .ty-text-links {
    text-align: right;
}
.top-grid .ty-text-links {
    margin: 7px 0 6px 0;
}
.ty-text-links_show_inline > .ty-text-links__item {
     display: inline-block; 
}
@media (min-width: 1025px) {
    .top-links-grid .ty-text-links_show_inline {
        display: block !important;
    }
}

/* about*/

.about_content{
    display:flex;
    flex-wrap: wrap;
}
.about_content h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.info_content{
    line-height: 22px;
    display: flex;
    align-items: center;
    width: 45%;
}
.about_content p{
    width: 10%;
}
.info_content img{
float: left; 
margin: 7.5px 30px 7.5px 0px; 
width:150px;
height:150px;
}
@media (max-width: 1024px) {
    .info_content{
        width: 100%;
    }
    .about_content{
        flex-direction: column;
    }
    .about_row{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .info_content{
        width: 100%;
    }
}
@media (max-width: 480px) {
 .info_content img{
    width: 120px;
    height: 120px;
 }
 .info_content{
    flex-direction: column;
    align-items: unset;
 }
}
/*выбор города*/
.ty-geo-maps__geolocation a {
    padding: 8px 13px;
}
.ty-geo-maps__geolocation__opener {
    display: flex;
    align-items: center;
    padding: 8px 2px;
}

.ty-geo-maps__geolocation__opener-text {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trk-login-text {
font-size: 38px;
}

.trk-login-text2 {
font-size: 19.7px;
font-weight: 500;
}
