
/*body {
    font-family: "PT Sans", sans-serif;
}*/

.th-tsz-contacts {
    font-family: "PT Sans", sans-serif;
}

.th-tsz-contacts * {
    box-sizing: border-box;
}

.th-tsz-contacts {
    margin: 0 auto;
    width: 100%;
    max-width: 730px;
}

.th-tsz-contacts-tabs {
    display: flex;
    margin-bottom: 30px;
}

.th-tsz-contacts-tabs__item {
    margin-right: 1.5%;
    width: 32.33333333333333%;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;

    background-color: rgba(222, 92, 21, 1);
    color: #fff;

    cursor: pointer;
    border-radius: 5px;

    transition: all 0.3s linear;
}

.th-tsz-contacts-tabs__item._active,
.th-tsz-contacts-tabs__item:hover {
    border: 1px solid #f66a16;
}

.th-tsz-contacts-tabs__item > img {
    display: block;
    margin-bottom: 15px;
}

.th-tsz-contacts-tabs__item:last-child {
    margin-right: 0;  
}

.th-tsz-contacts-tabs-content {

}

.th-tsz-contacts-tabs-content__item {
    display: none;
    min-height: 100px;
}

.th-tsz-contacts-tabs-content__item._active {
    display: block;
}



/* навигация слева */
.th-tsz-contacts-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.th-tsz-contacts-nav li {
    border: 1px solid rgba(222, 92, 21, 0.4);
    border-radius: 5px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
        transition: all 0.15s linear;
}

.th-tsz-contacts-nav li a {
    text-decoration: none;
    color: #000;
}

.th-tsz-contacts-nav li > strong {
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    transition: all 0.15s linear;
}

.th-tsz-contacts-nav li:hover {
    border: 1px solid rgba(222, 92, 21, 1);
}

.th-tsz-contacts-nav li:hover > strong {
    color: rgba(222, 92, 21, 1);
}

.th-tsz-contacts-nav li > div {
    margin-bottom: 3px;
}

.th-tsz-contacts-2-col {
    display: flex;
    flex-wrap: wrap;
}

.th-tsz-contacts-2-col__left {
    width: 280px;
}

.th-tsz-contacts-2-col__right {
    width: calc(100% - 280px);
    padding-left: 20px;
}


/* карта диллеров */

.th-tsz-contacts-2-col._dealers-map {
    height: 595px;
}

.th-tsz-contacts-2-col._dealers-map .th-tsz-contacts-2-col__right,
.th-tsz-contacts-2-col._dealers-map .th-tsz-contacts-2-col__left {
    height: 100%;
}


.th-shops-map {
  position: relative;
  overflow: hidden;
}
.th-shops-map-city {
    /*  position: absolute; top: 0;   right: 0;*/
  height: 100%;
    /*  background: #F3F4F6;*/
border: 1px solid #E4EBF6;
    background-color: #F3F6FB;
  z-index: 1;
  width: 100%;
border-radius: 5px;
padding: 15px;
}
.th-shops-map-city .select2-container {
  width: 100% !important;
}
.th-shops-map-city-wrap {
  margin-top: 25px;
  max-height: calc(100% - 85px);
  padding-right: 20px;
}
.th-shops-map-city-wrap .simplebar-scrollbar:before {
  background: rgba(28, 46, 72, 0.3);
  border-radius: 3px;
  border: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.th-shops-map-city-wrap .simplebar-track.simplebar-vertical {
  width: 5px;
  border-radius: 3px;
  background: rgba(28, 46, 72, 0.1);
  margin-bottom: 5px;
}
.th-shops-map-city-item {
  border-bottom: 1px solid rgba(28, 46, 72, 0.07);
  padding-bottom: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.15s ease all;
}
.th-shops-map-city-item:hover {
  opacity: 0.8;
  border-bottom: 1px solid rgba(28, 46, 72, 0.25);
}
.th-shops-map-city-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.th-shops-map-city-item span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
}
.th-shops-map-city-item i {
  color: #666666;
  display: block;
  font-style: normal;
}
.th-shops-map__map {
  height: 100%;
  position: relative;
  margin-right: auto;
}
.th-shops-map__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.th-map-marker {
  position: absolute;
  top: 35px;
  left: 35%;
  width: 55px;
  cursor: pointer;
  transition: 0.2s ease all;
}
.th-map-marker:hover {
  opacity: 0.85;
}
.th-map-marker img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.th-map-dot {
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  right: 20%;
  bottom: 40px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #00204F;
  border-radius: 100%;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease all;
}
.th-map-dot:hover {
  opacity: 0.85;
}
@media (max-width: 1620px) {
  .th-shops-map {
    height: 525px;
  }
  .th-shops-map-city {
    padding: 25px 20px;
  }
  .th-shops-map-city-wrap {
    padding-right: 18px;
  }
  .th-shops-map-city-wrap::after {
    height: 70px;
  }
  .th-shops-map-city-wrap .simplebar-track.simplebar-vertical {
    width: 4px;
  }
  .th-shops-map-city-item span {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .th-shops-map-city-item i {
    font-size: 13px;
  }
  .th-map-marker {
    width: 38px;
  }
  .th-map-dot {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

@media (max-width: 959.98px) {
  .th-shops-map-city-item {
    padding-bottom: 11px;
    margin-bottom: 11px;
  }

}
/*@media (max-width: 575.98px) {
  .th-shops-map__map {
    height: 350px;
  }
}*/

.th-complaints-director {
    display: block;
    max-width: 280px;
    background-color: rgba(222, 92, 21, 1);
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    max-width: 280px;
    text-decoration: none;
}

.th-just-write-letter {
    display: inline-block;
    background-color: rgba(222, 92, 21, 1);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none; 
    margin-bottom: 10px; 
}


.th-complaints-director > span {
   font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left; 
}

.th-complaints-director > div {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}





@media (max-width: 479.98px) {
  .th-shops-map-city {
    padding: 20px 15px;
  }
  .th-shops-map-city-wrap {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.98px){

    .th-tsz-contacts-2-col._dealers-map .th-tsz-contacts-2-col__right, 
    .th-tsz-contacts-2-col._dealers-map .th-tsz-contacts-2-col__left {
        height: auto;
    }

    .th-tsz-contacts-2-col__right,
    .th-tsz-contacts-2-col__left {
        width: 100%;
        height: auto;
    }

    .th-tsz-contacts-2-col__right {
        padding-left: 0;
    }

    .th-shops-map-city {
        height: 300px;
    }

    .th-shops-map__map {
        height: 350px;
        width: 100%;
    }

}

@media screen and (max-width: 479.98px){
    
    .th-tsz-contacts-tabs {
        flex-wrap: wrap;
    }

    .th-tsz-contacts-tabs__item {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .th-tsz-contacts-tabs__item img {
        margin-bottom: 0;
        margin-right: 10px;
    }

}