

/* Start:/local/components/expresslab/cookie/templates/.default/style.css?17599900731385*/
.cookies.show {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.cookies {
    padding: 24px 140px 24px 100px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.cookies__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookies__row .btn_custom{
    display: block;
    float: none;
    position: static;
    padding: 15px 33px;
    font-size: 14px;
    cursor: pointer;
}
.cookies__text {
    max-width: 975px;
    margin: 0;
}
.cookies__text a {
    color: #CC9F53;
    cursor: pointer;
}
.cookies__text a:hover {
    color: #FFFFFF !important;
}
@media screen and (max-width: 900px) {
    .cookies {
        padding: 24px;
    }
    .cookies__row {
        flex-direction: column;
    }
    .cookies__row .btn{
        margin: 20px 0 0 0;
    }
}
/* End */


/* Start:/local/templates/fpr_v.4.0/template_styles.css?17599900735851*/
.div_city {
    margin-top: 30px;
    max-width: 100%;
    flex: 0 0 100%;
}

.div_city p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.div_city .form__item-wrap {
    height: auto;
    line-height: 30px;
    padding: 25px 35px;
}

.div_city label {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.div_city .cust-radio {
    margin-right: 3px;
}

@media only screen and (max-width: 576px) {
    .div_city label {
        width: 100%
    }

    .div_city .form__item-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .div_city .cust-label {
        font-size: 16px;
    }
}

.mf-ok-text {
    color: lightgreen;
    padding: 0 15px 30px 15px;
    font-size: 24px;
}

.list-city button {
    width: 100%;
}

/* Tabasko Header */
.t_hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.t_hdr_wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 14px 10px 16px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t_hdr_middle {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 50px;
  align-items: center;
}
.t_hdr_menu {
  padding: 0 10px 0 160px;
  transition-duration: 0.4s;
}
.hdr_nav_elem {
  padding: 0 20px;
  white-space: nowrap;
}
.t_hdr_contacts {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
.t_hdr_contacts .t_hdr_phone.adit {
  display: none;
}
.t_hdr_contacts span {
  display: none;
}
.t_hdr_soc {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.hdr_soc_elem {
  margin: 0 10px;
}
.hdr_soc_elem svg {
  transition: fill 0.3s;
}
.hdr_soc_elem:hover svg {
  fill: #791c3c !important;
}
.t_hdr_phone {
  font-family: "ProximaNovaExtrabld", sans-serif;
  font-size: 22px;
  transition: color 0.3s;
}
.t_hdr_phone:hover {
  color: #791c3c;
}
.t_hdr_burger {
  display: none;
  flex: 0 0 42px;
  height: 42px;
  margin: 0 0 0 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cba148;
  position: relative;
  cursor: pointer;
}
.t_hdr_burger span {
  display: block;
  background-color: #cba148;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.t_hdr_burger span:nth-child(1) {
  margin-top: -8.5px;
}
.t_hdr_burger span:nth-child(2) {
  margin-top: -0.5px;
}
.t_hdr_burger span:nth-child(3) {
  margin-top: 7.5px;
}
.t_hdr_burger.active span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -0.5px;
}
.t_hdr_burger.active span:nth-child(2) {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
}
.t_hdr_burger.active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -0.5px;
}
.t_hdr_nav_sity {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: rgba(0,0,0,.5);
}
.t_hdr_nav_contacts {
  display: none;
}
@media all and (max-width: 1650px) {
  .t_hdr_middle {
    padding: 0 0 0 20px;
  }
  .t_hdr_menu {
    padding: 0 0 0 90px;
  }
  .hdr_nav_elem {
    padding: 0 5px;
  }
  .hdr_soc_elem {
    margin: 0 5px;
  }
  .t_hdr_phone {
    font-size: 20px;
  }
}
@media all and (max-width: 1360px) {
  .t_hdr_menu {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 1280px) {
  .t_hdr_contacts {
    flex-direction: column;
    align-items: flex-end;
  }
  .t_hdr_soc {
    padding: 0;
  }
  .hdr_soc_elem {
    margin: 0 0 0 10px;
  }
}
@media all and (max-width: 1260px) {
  .t_hdr_menu {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 106px;
    padding: 0;
  }
  .t_hdr_nav_sity {
    margin: 30px 0;
    display: flex;
  }
  .t_hdr_nav_contacts {
    margin: 30px 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 36px;
    text-align: center;
  }
  .t_hdr_nav_contacts .t_hdr_soc {
    display: block;
  }
  .t_hdr_nav_contacts .t_hdr_phone {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .t_hdr_nav_contacts .hdr_soc_elem {
    margin: 10px;
  }
  .t_hdr_nav_contacts .t_hdr_phone {
    font-size: 22px;
  }
  .t_hdr_burger {
    display: block;
  }
  .t_hdr_menu nav {
    display: flex;
    background: #272727;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
  }
  .hdr_nav_elem {
    font-size: 22px;
    line-height: 40px;
  }
  .t_hdr_nav_sity {
    display: flex;
    justify-content: center;
  }
  .t_hdr_nav_sity .main__select {
    display: block;
  }
}
@media all and (max-width: 780px) {
  .t_hdr_logo img {
    max-width: 90px;
  }
  .t_hdr_sity .select-city span {
    font-size: 14px;
  }
  .t_hdr_middle {
    padding: 0 0 0 20px;
  }
  .t_hdr_soc {
    display: none;
  }
  .t_hdr_phone {
    font-size: 14px;
  }
  .t_hdr_burger {
    margin: 0 0 0 10px;
  }
  .t_hdr_menu {
    top: 81px;
  }
}
@media all and (max-width: 580px) {
  .t_hdr_middle {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .t_hdr_sity .select-city {
    padding: 0;
    margin: 0;
  }
  .t_hdr_phone {
    padding: 0 0 10px 0;
  }
  .t_hdr_phone.adit {
    display: none;
  }
  .t_hdr_nav_contacts .t_hdr_phone.adit {
    display: inline;
  }
}
@media all and (max-width: 415px) {
  .t_hdr_menu {
    top: 73px;
  }
  .t_hdr_phone {
    padding: 0;
  }
  .t_hdr_logo img {
    max-width: 60px;
  }
  .t_hdr_nav_sity {
    padding: 10px;
    margin: 0;
  }
  .t_hdr_nav_contacts {
    margin: 0;
    line-height: 34px;
  }
}

/* End */
/* /local/components/expresslab/cookie/templates/.default/style.css?17599900731385 */
/* /local/templates/fpr_v.4.0/template_styles.css?17599900735851 */
