@charset "UTF-8";
/* @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); */
* {
  outline: none;
  font-family: "UniversMedium", sans-serif; }

body, p, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
body {
  margin:0px !important;
}

.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  line-height: initial; }
  .wrap p, .wrap h1, .wrap h2, .wrap h3, .wrap h4, .wrap h5 {
    font-size: initial;
    line-height: initial;
    font-family: "UniversMedium", sans-serif;
    color: black;
    -webkit-margin-after: initial; }
  .wrap a {
    text-decoration: none; }
  .wrap hr {
    display: block; }

section.content-main, section.cart, section.payment, section.home-page {
  flex: 1; }

.container {
  margin: 0 auto;
  overflow: hidden; }
  .container > .title,
  .container .head .title {
    margin-top: 2.6vw;
    margin-bottom: 3.5vw;
    font-size: 1.27vw;
    text-transform: uppercase;
    font-weight: bold; }

.container-1 {
  max-width: 1170px;
  width: 85.3%;
  height: 100%; }

.container-2 {
  max-width: 1180px;
  width: 87%;
  overflow: inherit; }

.container-3 {
  max-width: 1366px;
  width: 100%;
  overflow: inherit; }

.clear-fix {
  display: table;
  clear: both; }

.head {
  overflow: auto; }

section.header .top-bar {
  width: 100%;
  background-color: #dd2a1b;
  overflow: auto;
  height: 2.95vw; }
  section.header .top-bar p {
    display: inline-block;
    float: left;
    font-size: 1.15vw;
    font-weight: 100;
    padding-top: 0.75vw;
    color: white; }
  section.header .top-bar .address {
    margin-right: 5.6vw; }
  section.header .top-bar .phone {
    float: right;
    padding-top: 0.45vw; }
    section.header .top-bar .phone a {
      font-size: 1.7vw;
      color: white; }
    section.header .top-bar .phone .icon {
      width: 1.8vw;
      margin-right: 1.5vw;
      vertical-align: bottom; }
section.header .header-main {
  padding-top: 1vw; }
  section.header .header-main .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  section.header .header-main .logo {
    display: inline-block;
    padding-right: 2.3vw;
    border-right: 0.1vw solid #0d7bb3;
    height: 100%; }
    section.header .header-main .logo img {
      width: 100%; }
  section.header .header-main .logo-in-1 {
    width: 15.5vw;
    margin-bottom: 0.8vw; }
  section.header .header-main .logo-in-2 {
    width: 12.5vw; }
  section.header .header-main .search-form {
    display: inline-block; }
  section.header .header-main .search-wrapper {
    display: inline-block;
    position: relative;
    width: 25.05vw;
    height: 4.4vw;
    margin-left: 2.5vw;
    margin-right: 3.45vw; }
    section.header .header-main .search-wrapper input {
      background-color: white;
      font-family: "UniversMedium", sans-serif;
      font-size: 1.12vw;
      border: 0;
      padding: 0 3.6vw 0.2vw 2.7vw;
      color: #3f3f3f;
      height: 2vw; }
    section.header .header-main .search-wrapper input.search-code {
      width: 18.6vw;
      border: 0.05vw solid #8e8e8e;
      border-radius: 2.5px;
      background: url("/res/tpi/retailer/gear.png") white no-repeat 1.5% 60%;
      padding-top: 0.2vw;
      padding-bottom: 0.15vw; }
    section.header .header-main .search-wrapper input[type="image"] {
      position: absolute;
      top: 0;
      right: 0;
      vertical-align: middle;
      width: 3.17vw;
      height: 2.6vw;
      margin: -0.1vw 0 0 0;
      padding: 0; }
    section.header .header-main .search-wrapper input::-webkit-input-placeholder {
      color: #888; }
    section.header .header-main .search-wrapper input::-moz-placeholder {
      color: #888; }
  section.header .header-main .search-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 25.2vw;
    margin: -1.2vw 0px 0px 2.5vw; }
    section.header .header-main .search-btns .checkbox {
      margin-bottom: 0.6vw; }
    section.header .header-main .search-btns .checkbox:nth-child(2n+1) {
      width: 45%; }
    section.header .header-main .search-btns .checkbox:nth-child(2n) {
      width: 50%; }
  section.header .header-main .cart {
    margin-left: 0.85vw; }
    section.header .header-main .cart img.cart-icon {
      vertical-align: top;
      margin-right: 0.3vw; }
    section.header .header-main .cart .text {
      display: inline-block; }
      section.header .header-main .cart .text .title {
        font-size: 1.02vw;
        margin-bottom: 0.7vw; }
      section.header .header-main .cart .text p {
        font-size: 1.2vw; }
    section.header .header-main .cart .bottom {
      margin-top: 0.8vw; }
    section.header .header-main .cart .look {
      font-size: 0.9vw;
      color: black;
      padding-bottom: 0.2vw;
      border-bottom: 0.1vw solid black; }
      section.header .header-main .cart .look img {
        vertical-align: middle;
        margin-left: 0.3vw; }
    section.header .header-main .cart .btn-checkout {
      width: 9.8vw;
      height: 2vw;
      background-color: #dd2a1b;
      font-size: 1vw;
      color: white;
      border: 0;
      border-radius: 2.5px;
      margin-left: 1.2vw; }
  section.header .header-main .personal {
    margin-left: 4.2vw;
    padding-top: 0.5vw;
    max-width: 10.5vw;
    position: relative; }
    section.header .header-main .personal p {
      margin-bottom: 0.2vw;
      font-size: 1.17vw;
      padding-left: 0 !important;
      padding-top: 0 !important;
      font-family: "UniversMedium", sans-serif !important; }
    section.header .header-main .personal p.id,
    section.header .header-main .personal p.balance {
      font-weight: bold;
      float: initial;
      padding: initial; }
  section.header .header-main .logout {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 0.6vw;
    right: -2.3vw; }
section.header .nav {
  overflow: auto;
  background-color: #0d7bb3; }
  section.header .nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0.73vw 0 0 0;
    padding: 0;
    width: 100%;
    overflow: auto; }
    section.header .nav ul li {
      list-style-type: none;
      min-height: 3.88vw; }
      section.header .nav ul li a {
        display: inline-block;
        height: 3.15vw;
        background-repeat: no-repeat;
        background-position: 0 0.66vw;
        background-size: 2.71vw 2.05vw;
        padding: 0.37vw 0 0 3.07vw;
        font-size: 1.1vw;
        text-transform: uppercase;
        color: white;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      section.header .nav ul li a:hover {
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      section.header .nav ul li a.m1 {
        background-image: url("/res/tpi/retailer/m1.png"); }
      section.header .nav ul li a.m2 {
        background-image: url("/res/tpi/retailer/m2.png"); }
      section.header .nav ul li a.m4 {
        background-image: url("/res/tpi/retailer/m4.png"); }
      section.header .nav ul li a.m5 {
        background-image: url("/res/tpi/retailer/m5.png"); }
      section.header .nav ul li a.m6 {
        background-image: url("/res/tpi/retailer/m6.png"); }
      section.header .nav ul li a.m7 {
        background-image: url("/res/tpi/retailer/m7.png"); }
    section.header .nav ul li:first-child a {
      width: 6.95vw; }
    section.header .nav ul li:nth-child(2) a {
      width: 6.95vw; }
    section.header .nav ul li:nth-child(3) a {
      width: 6.44vw; }
    section.header .nav ul li:nth-child(4) a {
      width: 9.15vw; }
    section.header .nav ul li:nth-child(5) a {
      width: 6.22vw; }
    section.header .nav ul li:last-child a {
      width: 5.49vw; }
section.header .mobile-button {
  display: none;
  width: 100%;
  height: 42px;
  background-color: #0d7bb3;
  margin: 0 auto;
  cursor: pointer; }
  section.header .mobile-button .icon-bar {
    display: block;
    position: relative;
    top: 7px;
    width: 38px;
    height: 4px;
    border-radius: 1px;
    background-color: white;
    margin: 8px auto 0; }
  section.header .mobile-button .icon-bar:first-child {
    margin-top: 0; }
section.header .mobile-menu {
  display: none; }
  section.header .mobile-menu .mobile-menu-item {
    display: none;
    text-align: center;
    width: 100%; }
    section.header .mobile-menu .mobile-menu-item a {
      width: calc(100% - 2px);
      height: 30px;
      line-height: 30px;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #0d7bb3;
      background-color: white;
      border: 1px solid #0d7bb3;
      border-radius: 5px;
      margin-top: 3px; }
      section.header .mobile-menu .mobile-menu-item a:hover {
        color: white;
        background-color: #0d7bb3; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 1.5vw;
  font-size: 1.12vw; }

.checkbox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 1.72px;
  left: 0;
  width: 1.14vw;
  height: 1.14vw;
  background: url("/res/tpi/retailer/btn-tick.png") center top no-repeat white;
  background-size: contain; }

.checkbox input[type="checkbox"]:checked + label::before {
  background-image: url("/res/tpi/retailer/tick.png"); }

/*ios-switcher*/
input[type="checkbox"].ios8-switch {
  display: none;
  position: absolute;
  margin: 8px 0 0 16px; }

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 0.5vw 0 0 4.2vw;
  line-height: 2.0em; }

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 2.9vw;
  height: 1.8vw;
  border-radius: 16px;
  background: #757575;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.05vw;
  width: 1.7vw;
  height: 1.7vw;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch:checked + label:after {
  left: 1.2vw; }

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #0d7bb3; }

.checkbox-ios {
  display: inline-block;
  margin-left: 1vw; }
  .checkbox-ios label {
    font-size: 0.8vw;
    color: #989898; }

input:disabled {
  background-color: #bfbfbf !important; }

input.btn-reg {
  background-color: #dd2a1b;
  border: 0;
  border-radius: 2.5px;
  color: white;
  font-size: 1.25vw;
  text-transform: uppercase;
  padding: 0.5vw 1.1vw;
  margin-top: 0.7vw;
  cursor: pointer; }

.form-group.register {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.content .form-group.register .btn-reg {
  margin: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

label.with-info .tooltype {
  position: relative; }

.price label.with-info .tooltype {
  top: -0.2vw; }

label.with-info .tooltype > span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 2vw;
  width: 17vw;
  color: #bababa;
  background: white;
  visibility: visible;
  border: 0.1vw solid #bababa;
  border-radius: 6px;
  text-align: left;
  font-size: 0.75vw;
  padding: 0.1vw 0 0 0.3vw;
  margin-left: -5.5vw;
  z-index: 999;
  -webkit-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out; }

label.with-info .tooltype > span:before,
label.with-info .tooltype > span:after {
  content: '';
  position: absolute;
  bottom: -1.65vw;
  left: 33.5%;
  margin-left: -0.8vw;
  width: 0;
  height: 0;
  border: 0.8vw solid transparent;
  border-top: 0.8vw solid #bababa; }

label.with-info .tooltype > span:after {
  border-top: 0.8vw solid white;
  bottom: -1.55vw; }

label.with-info .tooltype img {
  width: 1.1vw;
  vertical-align: middle; }

label.with-info .tooltype:hover > span {
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out; }

label.with-info .tooltype::before {
  content: "*";
  color: #dd2a1b; }

section.home-page .swiper-container.banners {
  position: relative;
  width: 100%;
  height: 350px; }
  section.home-page .swiper-container.banners .swiper-slide .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 590px); }
  section.home-page .swiper-container.banners .swiper-slide .banner-wrap {
    display: block;
    position: absolute;
    width: 35.7%;
    height: 40%;
    left: 8.6%;
    top: 34%;
    color: #141615; }
    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg {
      display: block;
      border-radius: 3px; }
section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg.wrap-bg-white {background-color: rgba(255, 255, 255, 0.8);padding:0 10px}
section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg.wrap-bg-black {background-color: rgba(0, 0, 0, 0.8);padding:0 10px}
      section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg span {
        display: block; }
      section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg .text-bold {
        font-size: 29px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0; }
      section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg .text {
        font-size: 29px;
        padding: 0 0 7px; }
    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .btn-more {
      display: inline-block;
      font-weight: bold;
      color: white;
      background-color: #333;
      padding: 8px 19px 7px;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      margin-top: 10px;
      letter-spacing: 0.05em; }
    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .btn-more.btn-blue {background-color: #0074af}
    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .btn-more.btn-red {background-color: #dd2a1b}
  section.home-page .swiper-container.banners .banner-img {
    width: 100%;
    height: 100%; }
    section.home-page .swiper-container.banners .banner-img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  section.home-page .swiper-container.banners .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 590px); }
    section.home-page .swiper-container.banners .container .swiper-button-prev {
      display: none;
      width: 13px;
      height: 22px;
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      background: url("/res/tpi/retailer/arr_prev_banner.png") 47% 50% no-repeat rgba(255, 255, 255, 0.8);
      padding: 14px 18px 14px 19px;
      border-radius: 3px; }
    section.home-page .swiper-container.banners .container .swiper-button-next {
      display: none;
      width: 13px;
      height: 22px;
      position: absolute;
      right: 0;
      top: calc(50% - 3px);
      background: url("/res/tpi/retailer/arr_next_banner.png") 53% 50% no-repeat rgba(255, 255, 255, 0.8);
      padding: 14px 18px 14px 19px;
      border-radius: 3px; }
section.home-page .swiper-container.banners:hover .swiper-button-prev, section.home-page .swiper-container.banners:hover .swiper-button-next {
  display: block; }
section.home-page .categories-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px; }
  section.home-page .categories-btn .category-btn {
    box-sizing: border-box;
    display: block;
    width: 24%;
    height: 70px;
    line-height: 52px;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    color: #141615;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 18px; }
  section.home-page .categories-btn .category-btn .btn-img {
    display: block;
    float: left;
    height: 50px; }
  section.home-page .categories-btn .category-btn .text {
    display: inline-block;
    padding-left: 17px; }
  section.home-page .categories-btn .category-btn.oil .btn-img {
    width: 33px;
    background: url("/res/tpi/images/category_btn.png?v1") 0 0 no-repeat; }
  section.home-page .categories-btn .category-btn.tire .btn-img {
    width: 33px;
    background: url("/res/tpi/images/category_btn.png?v1") -33px 0 no-repeat; }
  section.home-page .categories-btn .category-btn.battery .btn-img {
    width: 53px;
    background: url("/res/tpi/images/category_btn.png?v1") -66px 0 no-repeat; }
  section.home-page .categories-btn .category-btn.accessory .btn-img {
    width: 44px;
    background: url("/res/tpi/images/category_btn.png?v1") -119px 0 no-repeat; }
section.home-page .section-title {
  display: inline-block;
  background: url("/res/favicons/nv_logo-32.png?v1") 0 50% no-repeat;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 47px 0 15px;
  padding-left: 46px; }


fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }
section.home-page .shares {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  background: url("/res/tpi/images/os.png?v1") 0 0 no-repeat;
  margin-left: 14px;
  cursor: pointer; }
  section.home-page .shares .tooltype {
    display: none;
    position: absolute;
    right: -177px;
    bottom: -26px;
    width: 150px;
    height: 43px;
    background: white;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    padding: 6px 0 14px 13px;
    cursor: default;
    z-index: 10;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out; }
    section.home-page .shares .tooltype span {
      color: #141615;
      font-size: 11px; }
    section.home-page .shares .tooltype .shares-img {
      display: block;
      position: absolute; }
      section.home-page .shares .tooltype .shares-img .share-img {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 4px; }
      section.home-page .shares .tooltype .shares-img .share-img.vk {
        background: url("/res/tpi/retailer/shares.png") 0 0 no-repeat; }
      section.home-page .shares .tooltype .shares-img .share-img.fb {
        background: url("/res/tpi/retailer/shares.png") -28px 0 no-repeat; }
      section.home-page .shares .tooltype .shares-img .share-img.odnoklassniki {
        background: url("/res/tpi/retailer/shares.png") -56px 0 no-repeat; }
      section.home-page .shares .tooltype .shares-img .share-img.my-world {
        background: url("/res/tpi/retailer/shares.png") -84px 0 no-repeat; }
      section.home-page .shares .tooltype .shares-img .share-img.twitter {
        background: url("/res/tpi/retailer/shares.png") -112px 0 no-repeat;
        margin-right: 0; }
  section.home-page .shares .tooltype:before, section.home-page .shares .tooltype:after {
    content: '';
    position: absolute;
    bottom: 40%;
    left: 0;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #c3c3c3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  section.home-page .shares .tooltype:after {
    border-left: 8px solid white;
    left: 1px; }
section.home-page .shares.ios {
  height: 21px;
  background: url("/res/tpi/images/os.png?v1") 0 -15px no-repeat; }
section.home-page .shares .tooltype.open {
  display: block;
  -webkit-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out; }
section.home-page .auto-types {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px; }
  section.home-page .auto-types .elem {
    display: inline-block;
    text-align: center; }
    section.home-page .auto-types .elem .elem-img {
      display: block;
      width: 110px;
      height: 65px;
      margin: 0 auto; }
    section.home-page .auto-types .elem .elem-text {
      display: inline-block;
      font-size: 15px;
      margin-top: 12px; }
  section.home-page .auto-types .elem.elem-1 .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") 0 0 no-repeat; }
  section.home-page .auto-types .elem.elem-2 .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -110px 0 no-repeat; }
  section.home-page .auto-types .elem.elem-3 .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -220px 0 no-repeat; }
  section.home-page .auto-types .elem.elem-4 .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -330px 0 no-repeat; }
  section.home-page .auto-types .elem.elem-5 .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -440px 0 no-repeat; }
  section.home-page .auto-types .elem.elem-1:hover .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") 0 -65px no-repeat; }
  section.home-page .auto-types .elem.elem-2:hover .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -110px -65px no-repeat; }
  section.home-page .auto-types .elem.elem-3:hover .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -220px -65px no-repeat; }
  section.home-page .auto-types .elem.elem-4:hover .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -330px -65px no-repeat; }
  section.home-page .auto-types .elem.elem-5:hover .elem-img {
    background: url("/res/tpi/images/auto_types.png?v1") -440px -65px no-repeat; }
section.home-page .swiper-container.brands {
  display: block;
  position: relative; }
  section.home-page .swiper-container.brands .swiper-slide .brand-img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto; }
  section.home-page .swiper-container.brands .swiper-slide.brand-1 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") 0 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-2 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -50px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-3 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -100px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-4 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -150px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-5 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -200px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-6 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -250px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-7 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -300px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-8 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -350px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-9 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -400px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-10 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -450px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-11 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -500px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-12 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -550px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-13 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -600px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-14 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -650px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-15 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -700px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-16 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -750px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-17 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -800px 0 no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-18 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") 0 -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-19 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -50px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-20 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -100px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-21 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -150px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-22 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -200px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-23 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -250px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-24 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -300px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-25 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -350px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-26 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -400px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-27 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -450px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-28 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -500px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-29 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -550px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-30 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -600px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-31 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -650px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-32 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -700px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-33 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -750px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-34 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -800px -50px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-35 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") 0 -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-36 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -50px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-37 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -100px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-38 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -150px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-39 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -200px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-40 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -250px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-41 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -300px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-42 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -350px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-43 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -400px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-44 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -450px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-45 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -500px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-46 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -550px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-47 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -600px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-48 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -650px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-49 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -700px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-50 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -750px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-51 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -800px -100px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-52 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") 0 -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-53 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -50px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-54 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -100px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-55 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -150px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-56 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -200px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-57 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -250px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-58 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -300px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-slide.brand-59 .brand-img {
    background: url("/res/tpi/images/brands.png?v1") -350px -150px no-repeat; }
  section.home-page .swiper-container.brands .swiper-button-prev {
    display: none;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_prev_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 21px 8px 21px 8px;
    border-radius: 5px 0 0 3px; }
  section.home-page .swiper-container.brands .swiper-button-next {
    display: none;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_next_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 21px 8px 21px 8px;
    border-radius: 0 5px 3px 0; }
section.home-page .swiper-container.brands:hover .swiper-button-prev, section.home-page .swiper-container.brands:hover .swiper-button-next {
  display: block; }
section.home-page .vin-search {
  display: block;
  width: 100%;
  height: 69px;
  background: #0074af;
  background: -moz-linear-gradient(left, #0074af 0%, #dd2a1b 100%);
  background: -webkit-linear-gradient(left, #0074af 0%, #dd2a1b 100%);
  background: linear-gradient(to right, #0074af 0%, #dd2a1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074af', endColorstr='#dd2a1b', GradientType=1);
  margin: 50px auto 50px;
  border-radius: 3px; }
  section.home-page .vin-search label {
    margin-left: 36px; }
    section.home-page .vin-search label span {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      line-height: 69px;
      text-transform: uppercase;
      letter-spacing: 0.07em; }
    section.home-page .vin-search label .text-bold {
      font-weight: bold; }
  section.home-page .vin-search .right-part {
    display: inline-block;
    float: right;
    width: 44%;
    margin: 12px 16px 0 0; }
    section.home-page .vin-search .right-part input {
      float: left;
      width: 44%;
      height: 35px;
      background-color: #fff;
      color: #141615;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 3px;
      padding: 4px 8px 2px; }
    section.home-page .vin-search .right-part button {
      float: right;
      width: 41%;
      height: 43px;
      background-color: transparent;
      color: white;
      font-size: 18px;
      text-transform: uppercase;
      border: 1px solid #fff;
      border-radius: 3px;
      cursor: pointer; }
section.home-page .swiper-container.hits {
  display: block;
  position: relative; }
  section.home-page .swiper-container.hits .swiper-slide1 {
    display: block;
    width: 218px ;
    height: 325px;
    margin: 0 auto;
    border: 1px solid #c3c3c3;
    border-radius: 3px; }
    section.home-page .swiper-container.hits .swiper-slide .product-img {
      display: block;
      position: relative;
      width: 218px;
      height: 162px;
      overflow: hidden;
      border-bottom: 1px solid #c3c3c3; }
      section.home-page .swiper-container.hits .swiper-slide .product-img .photo {
        max-width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      section.home-page .swiper-container.hits .swiper-slide .product-img .hit-ribbon {
        display: block;
        position: absolute;
        width: 106px;
        height: 30px;
        top: 10px;
        right: 0;
        background-color: #98d675;
        line-height: 30px;
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-align: center; }
      section.home-page .swiper-container.hits .swiper-slide .product-img .hit-ribbon:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        right: 106px;
        border-top: 15px solid #98d675;
        border-bottom: 15px solid #98d675;
        border-left: 6px solid transparent; }
    section.home-page .swiper-container.hits .swiper-slide .desc-wrap {
      display: block;
      margin: 0 auto;
      padding: 12px 10px;
      font-size: 11px; }
      section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col {
        display: block;
        float: left;
        width: 130px;
          text-decoration: none;
      }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col .product-title {
          display: block;
          color: #141615; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col .vendor {
          display: block;
          font-size: 9px;
          color: #757474;
          text-transform: uppercase;
          margin-top: 7px; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col .vendor-code {
          display: block;
          font-size: 11px;
          color: #757474;
          text-transform: uppercase; }
      section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col {
        display: block;
        float: right; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .img {
            position:relative;
          display: inline-block;
          width: 12px;
          height: 12px;
          margin-right: 5px; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .delivery-time {
          display: block; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .delivery-time .img {
            background: url("/res/tpi/retailer/product-icons.png") 0 0 no-repeat; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock {
          display: block;
          position: relative;
          margin-top: 8px; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .img {
            background: url("/res/tpi/retailer/product-icons.png") -12px 0 no-repeat; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .hint {
            display: inline-block;
            width: 8px;
            height: 11px;
            font-size: 9px;
            color: #757474;
            border: 1px solid #757474;
            border-radius: 9px;
            cursor: pointer;
            padding-left: 2px; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype {
            display: none;
            position: absolute;
            right: -8px;
            top: -30px;
            width: 80px;
            height: 11px;
            background: white;
            border: 1px solid #c3c3c3;
            border-radius: 3px;
            padding: 4px;
            text-align: center;
            cursor: default;
            z-index: 10;
            -webkit-transition: 0.3s opacity ease-in-out;
            -moz-transition: 0.3s opacity ease-in-out;
            -o-transition: 0.3s opacity ease-in-out;
            transition: 0.3s opacity ease-in-out; }
            section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype span {
              color: #757474;
              font-size: 11px; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype:before, section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype:after {
            content: '';
            position: absolute;
            bottom: -16px;
            right: 5px;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-top: 8px solid #c3c3c3; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype:after {
            border-top: 8px solid white;
            bottom: -15px; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .in-stock .tooltype.open {
            display: block;
            -webkit-transition: 0.3s opacity ease-in-out;
            -moz-transition: 0.3s opacity ease-in-out;
            -o-transition: 0.3s opacity ease-in-out;
            transition: 0.3s opacity ease-in-out; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .statistics {
          display: block;
          margin-top: 8px; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .statistics .img {
            background: url("/res/tpi/retailer/product-icons.png") -24px 0 no-repeat; }
          section.home-page .swiper-container.hits .swiper-slide .desc-wrap .right-col .statistics .mark {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #4e8820;
            border-radius: 6px;
            vertical-align: text-top; }
    section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 {
      padding: 9px 10px 8px; }
      section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 .price {
        display: inline-block;
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 2px; }
      section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 .count {
        display: inline-block;
        float: right; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 .count > div {
          display: inline-block;
          width: 18px;
          height: 18px;
          line-height: 17px;
          font-size: 16px;
          font-weight: bold;
          color: #0074af;
          border: 1px solid #0074af;
          border-radius: 3px;
          text-align: center;
          cursor: pointer; }
        section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 .count input {
          display: inline-block;
          width: 30px;
          border: 1px solid #c3c3c3;
          border-radius: 3px;
          font-size: 14px;
          text-align: center;
          margin: 0 4px; }
    section.home-page .swiper-container.hits .swiper-slide .desc-wrap:after {
      content: "";
      display: table;
      clear: both; }
    section.home-page .swiper-container.hits .swiper-slide .to-cart {
      display: block;
      position: static;
      left: 0;
      bottom: 0;
      margin: 0 auto;
      width: 218px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      font-size: 11px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      background-color: #dd2a1b;
      border-radius: 0 0 3px 3px;
      cursor: pointer; }
  section.home-page .swiper-container.hits .swiper-slide:hover .hit-ribbon {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(152, 214, 117, 0.5); }
  section.home-page .swiper-container.hits .swiper-slide:hover .hit-ribbon:before {
    border-top: 15px solid rgba(152, 214, 117, 0.5);
    border-bottom: 15px solid rgba(152, 214, 117, 0.5); }
  section.home-page .swiper-container.hits .swiper-button-prev {
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_prev_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 20px 8px 20px 8px;
    border-radius: 3px; }
  section.home-page .swiper-container.hits .swiper-button-next {
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_next_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 20px 8px 20px 8px;
    border-radius: 3px; }
section.home-page .container.cyan {
  background-color: #ddedff;
  margin: 50px 0;
  padding-bottom: 48px; }
  section.home-page .container.cyan .accessories {
    display: block;
    margin: 0 auto 38px;
    padding: 0; }
    section.home-page .container.cyan .accessories .item {
      display: block;
      float: left;
      list-style-type: none;
      width: 147.5px;
      text-align: center;
      margin-top: 40px; }
      section.home-page .container.cyan .accessories .item .item-link {
        display: block;
        font-size: 11px;
        color: #141615; }
        section.home-page .container.cyan .accessories .item .item-link .item-img {
          display: block;
          width: 104px;
          height: 50px;
          margin: 0 auto 6px; }
    section.home-page .container.cyan .accessories .item:first-child, section.home-page .container.cyan .accessories .item:nth-child(2), section.home-page .container.cyan .accessories .item:nth-child(3), section.home-page .container.cyan .accessories .item:nth-child(4), section.home-page .container.cyan .accessories .item:nth-child(5),
    section.home-page .container.cyan .accessories .item:nth-child(6), section.home-page .container.cyan .accessories .item:nth-child(7), section.home-page .container.cyan .accessories .item:nth-child(8) {
      margin-top: 0; }
    section.home-page .container.cyan .accessories .item-img.avtoholodilniki {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.avtomasla-antifrizy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.aksessuary-salona {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.aptechki-treugolniki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.aromatizatory {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.bejsbolki-kepki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.breloki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.velosipedy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px 0 no-repeat; }
    section.home-page .container.cyan .accessories .item-img.videoregistratory {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.detskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.detskie-avtokresla {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.dlya-ofisa {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.dlya-puteshestvij {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.dlya-sporta {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.zhenskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.zazhigalki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -50px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.zonty {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.instrumenty {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.kresla-stulya {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.kruzhki-i-chashki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.modeli-avtomobilej {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.motoehkipirovka {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.muzhskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.obuv {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -100px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.ochki {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.ryukzaki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.sumki-chemodany-kejsy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.termosy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.fleshki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.fonariki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.ehlektronika {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-img.view-all {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -150px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.avtoholodilniki {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.avtomasla-antifrizy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.aksessuary-salona {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.aptechki-treugolniki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.aromatizatory {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.bejsbolki-kepki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.breloki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.velosipedy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -200px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.videoregistratory {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.detskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.detskie-avtokresla {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.dlya-ofisa {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.dlya-puteshestvij {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.dlya-sporta {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.zhenskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.zazhigalki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -250px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.zonty {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.instrumenty {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.kresla-stulya {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.kruzhki-i-chashki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.modeli-avtomobilej {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.motoehkipirovka {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.muzhskaya-odezhda {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.obuv {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -300px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.ochki {
      background: url("/res/tpi/images/accessories_icons.png?v1") 0 -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.ryukzaki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -104px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.sumki-chemodany-kejsy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -208px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.termosy {
      background: url("/res/tpi/images/accessories_icons.png?v1") -312px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.fleshki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -416px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.fonariki {
      background: url("/res/tpi/images/accessories_icons.png?v1") -520px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.ehlektronika {
      background: url("/res/tpi/images/accessories_icons.png?v1") -624px -350px no-repeat; }
    section.home-page .container.cyan .accessories .item-link:hover .item-img.view-all {
      background: url("/res/tpi/images/accessories_icons.png?v1") -728px -350px no-repeat; }
  section.home-page .container.cyan .accessories:after {
    content: "";
    display: table;
    clear: both; }
section.home-page .comfort {
  display: block;
  padding: 0;
  margin: 0 auto; }
  section.home-page .comfort .item {
    display: block;
    float: left;
    width: 295px;
    margin-top: 32px; }
    section.home-page .comfort .item .item-img {
      display: block;
      float: left;
      width: 50px;
      height: 50px; }
    section.home-page .comfort .item .item-title {
      display: block;
      float: left;
      width: 220px;
      font-size: 13px;
      text-transform: uppercase;
      margin: 18px 0 0 18px; }
  section.home-page .comfort .item:first-child, section.home-page .comfort .item:nth-child(2), section.home-page .comfort .item:nth-child(3), section.home-page .comfort .item:nth-child(4) {
    margin-top: 0; }
  section.home-page .comfort .item.item-1 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") 0 0 no-repeat; }
  section.home-page .comfort .item.item-2 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -50px 0 no-repeat; }
  section.home-page .comfort .item.item-3 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -100px 0 no-repeat; }
  section.home-page .comfort .item.item-4 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -150px 0 no-repeat; }
  section.home-page .comfort .item.item-5 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") 0 -50px no-repeat; }
  section.home-page .comfort .item.item-6 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -50px -50px no-repeat; }
  section.home-page .comfort .item.item-7 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -100px -50px no-repeat; }
  section.home-page .comfort .item.item-8 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -150px -50px no-repeat; }
  section.home-page .comfort .item.item-9 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") 0 -100px no-repeat; }
  section.home-page .comfort .item.item-10 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -50px -100px no-repeat; }
  section.home-page .comfort .item.item-11 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -100px -100px no-repeat; }
  section.home-page .comfort .item.item-12 .item-img {
    background: url("/res/tpi/images/comfort_icons.png") -150px -100px no-repeat; }
  section.home-page .comfort .item.item-9 .item-title, section.home-page .comfort .item.item-11 .item-title {
    margin-top: 11px; }
section.home-page .comfort:after {
  content: "";
  display: table;
  clear: both; }
section.home-page .trust {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin-top: 47px; }
  section.home-page .trust .section-title {
    margin-top: 0; }
section.home-page .trust.col-1 {
  width: 53%; }
  section.home-page .trust.col-1 .logo-companies {
    display: inline-block;
    margin: 0;
    padding: 0; }
    section.home-page .trust.col-1 .logo-companies .item {
      display: inline-block;
      float: left;
      width: 95px;
      height: 64px;
      list-style-type: none;
      margin: 20px 25px 0; }
    section.home-page .trust.col-1 .logo-companies .item.item-1 {
      background: url("/res/tpi/images/logo_icons.png?v2") 0 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-2 {
      background: url("/res/tpi/images/logo_icons.png?v2") -95px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-3 {
      background: url("/res/tpi/images/logo_icons.png?v2") -190px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-4 {
      background: url("/res/tpi/images/logo_icons.png?v2") -285px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-5 {
      background: url("/res/tpi/images/logo_icons.png?v2") -380px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-6 {
      background: url("/res/tpi/images/logo_icons.png?v2") -475px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-7 {
      background: url("/res/tpi/images/logo_icons.png?v2") -570px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item.item-8 {
      background: url("/res/tpi/images/logo_icons.png?v2") -665px 0 no-repeat; }
    section.home-page .trust.col-1 .logo-companies .item:first-child, section.home-page .trust.col-1 .logo-companies .item:nth-child(2), section.home-page .trust.col-1 .logo-companies .item:nth-child(3), section.home-page .trust.col-1 .logo-companies .item:nth-child(4) {
      margin-top: 0; }
section.home-page .trust.col-2 {
  border-left: 1px solid #c3c3c3;
  max-width: 47%;
  padding-left: 70px;
  font-size: 12px; }
  section.home-page .trust.col-2 .text-title {
    text-transform: uppercase; }
  section.home-page .trust.col-2 .logo-img {
    display: block;
    width: 266px;
    height: 51px;
    background: url("/res/tpi/images/logo_icons.png?v2") 0 -64px no-repeat;
    margin-top: 7px; }
  section.home-page .trust.col-2 .text {
    display: block;
    line-height: 17px;
    margin-top: 17px; }
  section.home-page .trust.col-2 .logo-companies {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0; }
    section.home-page .trust.col-2 .logo-companies .item {
      display: inline-block;
      float: left;
      list-style-type: none;
      margin-right: 21.5px;
      width: 50px;
      height: 50px; }
      section.home-page .trust.col-2 .logo-companies .item a {
        display: block;
        width: 100%;
        height: 100%; }
    section.home-page .trust.col-2 .logo-companies .item:last-child {
      width: 126px;
      margin-right: 0; }
    section.home-page .trust.col-2 .logo-companies .item.item-1 a {
      background: url("/res/tpi/images/logo_icons.png?v2") 0 -115px no-repeat; }
    section.home-page .trust.col-2 .logo-companies .item.item-2 a {
      background: url("/res/tpi/images/logo_icons.png?v2") -50px -115px no-repeat; }
    section.home-page .trust.col-2 .logo-companies .item.item-3 a {
      background: url("/res/tpi/images/logo_icons.png?v2") -100px -115px no-repeat; }
    section.home-page .trust.col-2 .logo-companies .item.item-4 a {
      background: url("/res/tpi/images/logo_icons.png?v2") -150px -115px no-repeat; }
    section.home-page .trust.col-2 .logo-companies .item.item-5 a {
      background: url("/res/tpi/images/logo_icons.png?v2") -200px -115px no-repeat; }
    section.home-page .trust.col-2 .logo-companies .item.item-6 a {
      background: url("/res/tpi/images/logo_icons.png?v2") -250px -115px no-repeat; }
section.home-page .swiper-container.reviews {
  display: block;
  position: relative;
  height: 450px;
}
  section.home-page .swiper-container.reviews .swiper-slide1 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 50px; }
    section.home-page .swiper-container.reviews .swiper-slide .photo {
      display: block;
      float: left;
      position: relative;
      width: 100px;
      height: 100px; }
      section.home-page .swiper-container.reviews .swiper-slide .photo img {
        max-width: 100%;
        height: auto; }
      section.home-page .swiper-container.reviews .swiper-slide .photo .origin {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 10px;
        bottom: 0; }
      section.home-page .swiper-container.reviews .swiper-slide .photo .origin.site {
        background: url("/res/tpi/images/review-icons.png?v1") 0 0 no-repeat; }
      section.home-page .swiper-container.reviews .swiper-slide .photo .origin.fb {
        background: url("/res/tpi/images/review-icons.png?v1") -25px 0 no-repeat; }
      section.home-page .swiper-container.reviews .swiper-slide .photo .origin.vk {
        background: url("/res/tpi/images/review-icons.png?v1") -50px 0 no-repeat; }
    section.home-page .swiper-container.reviews .swiper-slide .right-col {
      display: block;
      float: left;
      width: 74%;
      margin-left: 20px; }
      section.home-page .swiper-container.reviews .swiper-slide .right-col .rating {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 145px; }
        section.home-page .swiper-container.reviews .swiper-slide .right-col .rating .star {
          display: block;
          width: 24px;
          height: 24px; }
        section.home-page .swiper-container.reviews .swiper-slide .right-col .rating .star.empty {
          background: url("/res/tpi/images/review-icons.png?v1") 0 -25px no-repeat; }
        section.home-page .swiper-container.reviews .swiper-slide .right-col .rating .star.full {
          background: url("/res/tpi/images/review-icons.png?v1") -24px -25px no-repeat; }
      section.home-page .swiper-container.reviews .swiper-slide .right-col .reviewer-name {
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 17px; }
      section.home-page .swiper-container.reviews .swiper-slide .right-col .text {
        display: block;
        font-size: 13px;
        margin-top: 5px; }
  section.home-page .swiper-container.reviews .swiper-button-prev {
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_prev_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 20px 8px 20px 8px;
    border-radius: 3px; }
  section.home-page .swiper-container.reviews .swiper-button-next {
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    background: url("/res/tpi/images/arr_next_brand.png?v1") 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    padding: 20px 8px 20px 8px;
    border-radius: 2px; }
section.home-page .btn-review {
  display: block;
  width: 160px;
  height: 30px;
  line-height: 28px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #0074af;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #0074af;
  border-radius: 3px;
  padding: 0;
  margin: 20px auto 0;
  cursor: pointer; }
section.home-page .btn-review:hover {
  background-color: #0074af;
  color: #fff; }
section.home-page .cooperation {
  display: block;
  width: 100%;
  margin-bottom: 50px; }
  section.home-page .cooperation .item {
    display: block;
    float: left;
    height: 190px; }
    section.home-page .cooperation .item .col {
      display: block;
      float: left;
      height: 100%; }
      section.home-page .cooperation .item .col .item-img {
        display: block;
        width: 49px;
        height: 51px; }
      section.home-page .cooperation .item .col .item-title {
        display: block;
        font-size: 14px;
        text-transform: uppercase; }
      section.home-page .cooperation .item .col .item-types {
        display: block;
        margin: 7px 0 0 0;
        padding: 0; }
        section.home-page .cooperation .item .col .item-types .item-type {
          display: block;
          width: 100%;
          list-style-type: none;
          text-transform: lowercase;
          font-size: 13px;
          margin-top: 8px; }
          section.home-page .cooperation .item .col .item-types .item-type .item-type-img {
            display: block;
            float: left;
            width: 25px;
            height: 24px;
            margin-right: 10px; }
          section.home-page .cooperation .item .col .item-types .item-type span {
            display: block;
            float: left;
            margin-top: 2px; }
        section.home-page .cooperation .item .col .item-types .item-type:first-child {
          margin-top: 0; }
        section.home-page .cooperation .item .col .item-types .item-type.wholesale .item-type-img {
          background: url("/res/tpi/images/cooperation_icons.png") 0 -102px no-repeat; }
        section.home-page .cooperation .item .col .item-types .item-type.retail .item-type-img {
          background: url("/res/tpi/images/cooperation_icons.png") -25px -102px no-repeat; }
        section.home-page .cooperation .item .col .item-types .item-type.card .item-type-img {
          background: url("/res/tpi/images/cooperation_icons.png") -50px -102px no-repeat; }
        section.home-page .cooperation .item .col .item-types .item-type.transfer .item-type-img {
          background: url("/res/tpi/images/cooperation_icons.png") -75px -102px no-repeat; }
        section.home-page .cooperation .item .col .item-types .item-type.cash .item-type-img {
          background: url("/res/tpi/images/cooperation_icons.png") -100px -102px no-repeat; }
        section.home-page .cooperation .item .col .item-types .item-type.bold span {
          font-weight: bold; }
        section.home-page .cooperation .item .col .item-types .item-type:after {
          content: "";
          display: table;
          clear: both; }
      section.home-page .cooperation .item .col .btn-sign-up {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 190px;
        height: 28px;
        line-height: 28px;
        background-color: #dd2a1b;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #dd2a1b;
        border-radius: 3px; }
      section.home-page .cooperation .item .col .btn-sign-up:hover {
        background-color: #fff;
        color: #dd2a1b; }
    section.home-page .cooperation .item .col.col-2 {
      position: relative;
      margin-left: 10px; }
  section.home-page .cooperation .item.item-1, section.home-page .cooperation .item.item-2 {
    width: 37%; }
  section.home-page .cooperation .item.item-3 {
    float: right; }
  section.home-page .cooperation .item.item-1 .item-img {
    background: url("/res/tpi/images/cooperation_icons.png") 0 0 no-repeat; }
  section.home-page .cooperation .item.item-2 .item-img {
    background: url("/res/tpi/images/cooperation_icons.png") -49px 0 no-repeat; }
  section.home-page .cooperation .item.item-3 .item-img {
    background: url("/res/tpi/images/cooperation_icons.png") -98px 0 no-repeat; }
section.home-page .cooperation:after {
  content: "";
  display: table;
  clear: both; }
section.home-page .widgets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px; }
  section.home-page .widgets .item {
    display: block;
    width: 290px;
    height: 350px;
    overflow: hidden; }
  section.home-page .widgets .item.news-widget {
    width: 290px;
    height: 350px;
    border: 1px solid #e9ebee;
    border-radius: 4px;
    overflow-y: auto; }
    section.home-page .widgets .item.news-widget .widget-toolbar {
      display: block;
      width: 264px;
      background-color: #fff;
      position: absolute;
      left: 8px;
      top: 1px; }
      section.home-page .widgets .item.news-widget .widget-toolbar .widget-title {
        display: block;
        height: 33px;
        font-size: 14px;
        font-weight: bold;
        color: #141615;
        line-height: 33px;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 8px; }
        section.home-page .widgets .item.news-widget .widget-toolbar .widget-title span {
          border-bottom: 2px solid #0074af; }
    section.home-page .widgets .item.news-widget .widget-content {
      display: block;
      margin: 8px; }
      section.home-page .widgets .item.news-widget .widget-content .news-items {
        display: block;
        margin: 33px 0 0 0;
        padding: 0; }
        section.home-page .widgets .item.news-widget .widget-content .news-items .news-item {
          display: block;
          width: 100%;
          list-style-type: none;
          font-size: 12px;
          margin-bottom: 43px; }
          section.home-page .widgets .item.news-widget .widget-content .news-items .news-item .news-date {
            display: inline-block;
            background-color: #c3c3c3;
            border-radius: 2px;
            letter-spacing: 0.07em;
            margin-top: 4px;
            padding: 3px 4px 2px; }
          section.home-page .widgets .item.news-widget .widget-content .news-items .news-item .news-title {
            display: block;
            width: 100%;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 8px; }
          section.home-page .widgets .item.news-widget .widget-content .news-items .news-item .news-text {
            display: block;
            width: 100%;
            margin-top: 4px;
            line-height: 17px;
            letter-spacing: 0.01em; }
          section.home-page .widgets .item.news-widget .widget-content .news-items .news-item .news-link {
            display: inline-block;
            float: right;
            width: 90px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
            background-color: #c6e2ff;
            color: #0074af;
            border-radius: 2px;
            margin-top: 7px; }
        section.home-page .widgets .item.news-widget .widget-content .news-items .news-item:last-child {
          margin-bottom: 0; }
    section.home-page .widgets .item.news-widget .widget-content:after {
      content: "";
      display: table;
      clear: both; }
  section.home-page .widgets .item.vk-widget {
    height: 352px; }
  section.home-page .widgets .item.fb-widget {
    height: 352px;
    border-radius: 4px; }
  section.home-page .widgets .item.instagram-widget {
    width: 290px;
    height: 350px;
    border: 1px solid #e9ebee;
    border-radius: 4px; }
    section.home-page .widgets .item.instagram-widget .widget-title {
      display: block;
      width: 100%;
      height: 33px;
      background: #dd2a1b;
      background: -moz-linear-gradient(left, #dd2a1b 0%, #0074af 100%);
      background: -webkit-linear-gradient(left, #dd2a1b 0%, #0074af 100%);
      background: linear-gradient(to right, #dd2a1b 0%, #0074af 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd2a1b', endColorstr='#0074af', GradientType=1);
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 33px; }
      section.home-page .widgets .item.instagram-widget .widget-title .widget-img {
        display: block;
        float: left;
        width: 25px;
        height: 25px;
        margin: 4px 0 0 8px;
        background: url("/res/tpi/retailer/instagram.png") 0 0 no-repeat; }
      section.home-page .widgets .item.instagram-widget .widget-title .widget-title {
        display: block;
        float: left;
        width: 240px;
        padding-left: 10px; }
section.home-page .location {
  display: block; }
  section.home-page .location .items {
    display: block;
    padding: 0;
    margin: 0; }
    section.home-page .location .items .item {
      display: block;
      float: left;
      width: 37%;
      margin-top: 10px; }
      section.home-page .location .items .item .item-img {
        display: block;
        float: left;
        width: 50px;
        height: 50px; }
      section.home-page .location .items .item .item-text {
        display: block;
        float: left;
        font-size: 14px;
        padding: 18px 0 0 18px; }
    section.home-page .location .items .item:first-child, section.home-page .location .items .item:nth-child(2), section.home-page .location .items .item:nth-child(3) {
      margin-top: 0; }
    section.home-page .location .items .item:nth-child(3), section.home-page .location .items .item:nth-child(6) {
      width: 26%; }
    section.home-page .location .items .item.item-1 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") 0 0 no-repeat; }
    section.home-page .location .items .item.item-2 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") -50px 0 no-repeat; }
    section.home-page .location .items .item.item-3 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") -100px 0 no-repeat; }
    section.home-page .location .items .item.item-4 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") -150px 0 no-repeat; }
    section.home-page .location .items .item.item-5 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") -200px 0 no-repeat; }
    section.home-page .location .items .item.item-6 .item-img {
      background: url("/res/tpi/images/location_icons.png?v1") -250px 0 no-repeat; }
  section.home-page .location .items:after {
    content: "";
    display: table;
    clear: both; }
section.home-page .map {
  display: block;
  /*max-width: 1366px;*/
  width: 100%;
  height: 550px;
  margin: 20px auto 0; }
  section.home-page .map .map-popup {
    display: block;
    width: 270px; }
    section.home-page .map .map-popup .map-logo-img {
      display: block;
      width: 250px;
      height: 19px;
      background: url("/res/tpi/retailer/map_icons.png") -101px 0 no-repeat;
      margin-bottom: 12px; }
    section.home-page .map .map-popup .map-row {
      display: block;
      margin-top: 10px; }
    section.home-page .map .map-popup .map-row:after {
      content: "";
      display: table;
      clear: both; }
    section.home-page .map .map-popup .map-address {
      margin-top: 0; }
      section.home-page .map .map-popup .map-address .map-address-img {
        display: block;
        float: left;
        width: 17px;
        height: 25px;
        background: url("/res/tpi/retailer/map_icons.png") 0 0 no-repeat; }
      section.home-page .map .map-popup .map-address span {
        margin-top: 4px; }
    section.home-page .map .map-popup .map-worktime .map-worktime-img {
      display: block;
      float: left;
      width: 17px;
      height: 17px;
      background: url("/res/tpi/retailer/map_icons.png") -17px 0 no-repeat; }
    section.home-page .map .map-popup .map-worktime .map-working-status {
      display: block;
      float: left;
      position: relative;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      vertical-align: text-top;
      margin-top: 6px; }
    section.home-page .map .map-popup .map-worktime .map-working-status.status-open {
      background-color: #4e8820; }
    section.home-page .map .map-popup .map-worktime .map-working-status.status-close {
      background-color: #dd2a1b; }
    section.home-page .map .map-popup .map-worktime .map-tooltype {
      display: none;
      position: absolute;
      right: -115px;
      bottom: -10px;
      width: 100px;
      height: 18px;
      background: white;
      border: 1px solid #c3c3c3;
      border-radius: 3px;
      padding: 2px 0 6px;
      cursor: default;
      z-index: 10;
      -webkit-transition: 0.3s opacity ease-in-out;
      -moz-transition: 0.3s opacity ease-in-out;
      -o-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out; }
      section.home-page .map .map-popup .map-worktime .map-tooltype span {
        color: #141615;
        font-size: 11px; }
    section.home-page .map .map-popup .map-worktime .map-tooltype:before, section.home-page .map .map-popup .map-worktime .map-tooltype:after {
      content: '';
      position: absolute;
      bottom: 25%;
      left: 0;
      margin-left: -16px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-left: 8px solid #c3c3c3;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    section.home-page .map .map-popup .map-worktime .map-tooltype:after {
      border-left: 8px solid white;
      left: 1px; }
    section.home-page .map .map-popup .map-worktime .map-working-status:hover .map-tooltype {
      display: block; }
    section.home-page .map .map-popup .map-phone .map-phone-img {
      display: block;
      float: left;
      width: 17px;
      height: 19px;
      background: url("/res/tpi/retailer/map_icons.png") -34px 0 no-repeat; }
    section.home-page .map .map-popup .map-email .map-email-img {
      display: block;
      float: left;
      width: 17px;
      height: 17px;
      background: url("/res/tpi/retailer/map_icons.png") -51px 0 no-repeat; }
    section.home-page .map .map-popup .map-email a {
      color: #141615;
      text-decoration: underline; }
    section.home-page .map .map-popup span, section.home-page .map .map-popup a {
      display: block;
      float: left;
      font-size: 13px;
      margin-left: 10px; }
  section.home-page .map .ymaps-2-1-50-balloon, section.home-page .map .ymaps-2-1-50-balloon__layout {
    border-radius: 4px; }
section.home-page .seo {
  display: block;
  position: relative;
  height: 92px;
  overflow: hidden; }
  section.home-page .seo p {
    font-size: 12px;
    margin-top: 20px; }
  section.home-page .seo .seo-fade {
    display: block;
    position: absolute;
    width: 100%;
    height: 92px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,1)', GradientType=0); }
section.home-page .arrow-img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  cursor: pointer; }
section.home-page .arrow-img.down {
  background: url("/res/tpi/images/seo-icons.png?v1") 0 0 no-repeat; }
section.home-page .arrow-img.up {
  background: url("/res/tpi/images/seo-icons.png?v1") -50px 0 no-repeat; }
section.home-page .arrow-img.down:hover {
  background: url("/res/tpi/images/seo-icons.png?v1") -25px 0 no-repeat; }
section.home-page .arrow-img.up:hover {
  background: url("/res/tpi/images/seo-icons.png?v1") -75px 0 no-repeat; }
section.home-page .seo.collapsed {
  height: auto; }
  section.home-page .seo.collapsed .seo-fade {
    height: 0; }
    section.home-page .seo.collapsed .seo-fade .arrow-img {
      bottom: 0; }

section.content-main .tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3.7vw; }
  section.content-main .tabs > div {
    position: relative;
    width: calc(40.2vw - 2vw);
    padding: 1.4vw 0 0 2vw;
    border: 0.1vw solid #cfcfcf;
    border-radius: 2.5px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out; }
    section.content-main .tabs > div .top {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5vw; }
      section.content-main .tabs > div .top .icon {
        width: 3.8vw;
        padding-top: 0.3vw;
        margin-right: 1vw; }
        section.content-main .tabs > div .top .icon img {
          width: 100%; }
      section.content-main .tabs > div .top .title {
        font-size: 1.7vw;
        text-transform: uppercase;
        margin: 0; }
      section.content-main .tabs > div .top .subtitle {
        font-size: 1.02vw;
        font-weight: 100;
        text-transform: uppercase; }
    section.content-main .tabs > div .advantages {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap; }
      section.content-main .tabs > div .advantages .elem {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0.9vw;
        margin-right: 0.7vw; }
        section.content-main .tabs > div .advantages .elem .icon {
          width: 1.76vw; }
          section.content-main .tabs > div .advantages .elem .icon img {
            width: 100%;
            vertical-align: middle; }
        section.content-main .tabs > div .advantages .elem .title {
          font-size: 1vw;
          line-height: 1.05vw;
          margin-left: 0.6vw;
          color: #0074af; }
    section.content-main .tabs > div .btn-choose {
      width: 10.2vw;
      position: absolute;
      top: 2.4vw;
      right: 1.6vw;
      padding: 0.5vw 0;
      font-size: 1.02vw;
      text-align: center;
      color: white;
      text-transform: uppercase;
      background-color: #0d7bb3;
      border: 0.1vw solid #0d7bb3;
      border-radius: 2.5px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      section.content-main .tabs > div .btn-choose span:first-child {
        display: inline; }
      section.content-main .tabs > div .btn-choose span:last-child {
        display: none; }
  section.content-main .tabs > div.active {
    border-color: #0d7bb3;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out; }
    section.content-main .tabs > div.active .btn-choose {
      background-color: white;
      color: #0d7bb3;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      section.content-main .tabs > div.active .btn-choose span:first-child {
        display: none; }
      section.content-main .tabs > div.active .btn-choose span:last-child {
        display: inline; }
section.content-main hr {
  border: 0;
  height: 0.1vw;
  margin-bottom: 0;
  background-color: #c3c3c3; }
section.content-main .content form {
  display: inline-block;
  text-align: center; }
section.content-main .content .form-group {
  position: relative;
  width: auto;
  text-align: left;
  margin-bottom: 1.2vw; }
  section.content-main .content .form-group > label {
    display: inline-block;
    text-align: left;
    width: 19.35vw;
    font-size: 1.025vw; }
  section.content-main .content .form-group input[type="text"],
  section.content-main .content .form-group input[type="date"],
  section.content-main .content .form-group input[type="email"],
  section.content-main .content .form-group input[type="tel"],
  section.content-main .content .form-group select {
    width: 16.8vw;
    background-color: white;
    border: 0.12vw inset #bfbfbf;
    border-radius: 2.5px;
    padding: 0.5vw 0.85vw;
    font-size: 1vw;
    height: 1.25vw; }
  section.content-main .content .form-group input[type="email"] + label,
  section.content-main .content .form-group input[type="tel"] + label,
  section.content-main .content .form-group input[type="text"] + label,
  section.content-main .content .form-group input[type="date"] + label {
    position: absolute;
    width: auto;
    font-size: 0.8vw;
    height: 38%;
    line-height: 100%;
    right: 0.3vw;
    top: 5%;
    color: white;
    text-transform: uppercase;
    background-color: #0d7bb3;
    border-radius: 2.5px;
    padding: 0.6vw 0.6vw;
    cursor: pointer; }
  section.content-main .content .form-group input[type="email"] + label::after,
  section.content-main .content .form-group input[type="tel"] + label::after,
  section.content-main .content .form-group input[type="text"] + label::after,
  section.content-main .content .form-group input[type="date"] + label::after {
    display: none; }
  section.content-main .content .form-group select {
    width: 18.75vw;
    height: 2.25vw;
    padding-top: 0;
    padding-bottom: 0; }
  section.content-main .content .form-group input::-webkit-outer-spin-button,
  section.content-main .content .form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  section.content-main .content .form-group input[type='date'] {
    -moz-appearance: textfield; }
  section.content-main .content .form-group ::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 999; }
  section.content-main .content .form-group input[name="birthday"] {
    position: relative; }
  section.content-main .content .form-group input[name="birthday"]::after {
    content: '';
    display: inline-block;
    background: url(/res/tpi/retailer/calendar.png) no-repeat;
    background-position: center;
    width: 2vw;
    height: 4vw;
    position: absolute;
    right: 0.3vw; }
section.content-main .content .form-group.required > label:not(.with-info)::after {
  content: "*";
  color: #dd2a1b;
  margin-left: 0.15vw; }
section.content-main .content .retail-content .input-wrapper {
  display: inline-block;
  padding-top: 1.5vw;
  margin-bottom: 2.2vw; }
section.content-main .content .retail-content .checkbox-wrapper .checkbox {
  margin-bottom: 1vw;
  text-align: left; }
  section.content-main .content .retail-content .checkbox-wrapper .checkbox label {
    display: inline-block;
    font-size: 0.83vw;
    padding-left: 2vw;
    vertical-align: text-top; }
section.content-main .content .wholesale-content {
  display: none;
  position: relative;
  opacity: 0; }
  section.content-main .content .wholesale-content .what-i-get.hide-content {
    box-shadow: none; }
  section.content-main .content .wholesale-content .what-i-get {
    width: 100%;
    position: absolute;
    top: 0;
    height: auto;
    overflow: hidden;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.5); }
    section.content-main .content .wholesale-content .what-i-get .title {
      padding: 0.55vw;
      font-size: 1vw;
      font-weight: 400;
      color: white;
      text-transform: uppercase;
      background-color: white;
      background-image: url("/res/tpi/retailer/what-i-get-bg.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center;
      cursor: pointer; }
      section.content-main .content .wholesale-content .what-i-get .title img {
        margin-left: 0.5vw;
        vertical-align: middle; }
    section.content-main .content .wholesale-content .what-i-get .content {
      position: absolute;
      width: 100%;
      background-color: white;
      text-align: center;
      padding-bottom: 1vw; }
      section.content-main .content .wholesale-content .what-i-get .content img {
        max-width: 100%; }
      section.content-main .content .wholesale-content .what-i-get .content .hide-icon {
        display: none;
        width: 2vw;
        position: absolute;
        left: calc(50% - 1vw);
        bottom: -0.25vw;
        cursor: pointer; }
  section.content-main .content .wholesale-content .persons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4.5vw;
    padding-left: 0.2vw;
    margin-bottom: 1.5vw; }
    section.content-main .content .wholesale-content .persons > div {
      cursor: pointer;
      margin-right: 15vw; }
      section.content-main .content .wholesale-content .persons > div .icon {
        display: inline-block;
        vertical-align: middle;
        width: 1.75vw;
        max-width: 25px;
        height: 1.75vw;
        max-height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 0.3vw;
        -webkit-transition: 0.3s background ease-in-out;
        -moz-transition: 0.3s background ease-in-out;
        -o-transition: 0.3s background ease-in-out;
        transition: 0.3s background ease-in-out; }
      section.content-main .content .wholesale-content .persons > div span {
        font-size: 1vw;
        text-transform: uppercase;
        border-bottom: 0.1vw dotted black;
        -webkit-transition: 0.3s color ease-in-out;
        -moz-transition: 0.3s color ease-in-out;
        -o-transition: 0.3s color ease-in-out;
        transition: 0.3s color ease-in-out; }
    section.content-main .content .wholesale-content .persons > div.active span {
      color: #4097c3;
      border-width: 0;
      -webkit-transition: 0.3s color ease-in-out;
      -moz-transition: 0.3s color ease-in-out;
      -o-transition: 0.3s color ease-in-out;
      transition: 0.3s color ease-in-out; }
    section.content-main .content .wholesale-content .persons .individual.active .icon {
      background-image: url("/res/tpi/retailer/individual-red.png");
      -webkit-transition: 0.3s background ease-in-out;
      -moz-transition: 0.3s background ease-in-out;
      -o-transition: 0.3s background ease-in-out;
      transition: 0.3s background ease-in-out; }
    section.content-main .content .wholesale-content .persons .individual .icon {
      background-image: url("/res/tpi/retailer/individual.png"); }
    section.content-main .content .wholesale-content .persons .entity.active .icon {
      background-image: url("/res/tpi/retailer/entity-red.png"); }
    section.content-main .content .wholesale-content .persons .entity .icon {
      background-image: url("/res/tpi/retailer/entity.png"); }
  section.content-main .content .wholesale-content .content .row {
    border-bottom: 0.1vw solid #c3c3c3;
    padding-top: 1.5vw;
    padding-bottom: 1vw; }
    section.content-main .content .wholesale-content .content .row .info {
      font-size: 1vw;
      font-weight: 100;
      text-align: left;
      color: #bababa;
      margin-bottom: 1.25vw; }
      section.content-main .content .wholesale-content .content .row .info img {
        width: 1.5vw;
        margin-right: 0.5vw;
        vertical-align: middle; }
    section.content-main .content .wholesale-content .content .row .wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
  section.content-main .content .wholesale-content .content .row:last-child {
    border: 0; }
  section.content-main .content .wholesale-content .content label[for="delivery-address"]::after {
    display: none; }
  section.content-main .content .wholesale-content .content label[for="delivery-address"] span::after {
    content: "*";
    color: #dd2a1b;
    margin-left: 0.15vw; }
  section.content-main .content .wholesale-content .individual-content .form-group:nth-child(2n+1),
  section.content-main .content .wholesale-content .entity-content .form-group:nth-child(2n+1) {
    margin-right: 7.2vw; }
  section.content-main .content .wholesale-content .individual-content .infographics,
  section.content-main .content .wholesale-content .entity-content .infographics {
    margin-top: -2.2vw; }
  section.content-main .content .wholesale-content .individual-content .btn-reg,
  section.content-main .content .wholesale-content .entity-content .btn-reg {
    margin-left: -2.4vw; }
  section.content-main .content .wholesale-content .entity-content {
    display: none;
    opacity: 0; }
  section.content-main .content .wholesale-content .checkbox-wrapper {
    margin-left: 5vw; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox {
    min-height: 2vw; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox:first-child {
    min-height: 1.3vw; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox label {
    display: inline-block;
    font-size: 0.83vw;
    padding-left: 2vw;
    vertical-align: text-top; }
section.content-main .content .infographics {
  width: 43.35vw;
  float: right;
  display: inline-block;
  text-align: center; }
  section.content-main .content .infographics img {
    max-width: 100%; }

section.footer {
  background-color: #e3e3e3;
  margin-top: 5vw;
  height: 6vw; }
  section.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  section.footer .logo {
    width: 14vw; }
    section.footer .logo img {
      max-width: 100%; }
  section.footer ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0; }
    section.footer ul li {
      font-size: 0.95vw;
      list-style-type: none;
      padding: 0 1vw; }
    section.footer ul li:first-child {
      padding-left: 0; }
    section.footer ul li:not(:last-child) {
      border-right: 0.1vw solid #7b7b7b; }
  section.footer .phone img {
    width: 1.8vw;
    margin-right: 1.5vw;
    vertical-align: bottom; }
  section.footer .phone a {
    font-size: 1.7vw;
    color: black; }

.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 9998; }

.modal {
  display: none;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  overflow: hidden;
  padding: 12px 15px 15px; }
  .modal .close-modal {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 20px;
    font-size: 39px;
    border: 0;
    background-color: #fff;
    color: #757474;
    padding: 0;
    cursor: pointer; }
  .modal .modal-title {
    display: inline-block;
    /*background: url("/res/tpi/images/logo_small.png?v1") 0 50% no-repeat;*/
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    padding-left: 45px; }
  .modal .modal-subtitle {
    display: block;
    font-size: 14px;
    margin-bottom: 14px; }
  .modal .btn {
    display: block;
    width: 65%;
    height: 30px;
    line-height: 28px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #0074af;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #0074af;
    border-radius: 3px;
    padding: 0;
    margin: 15px auto 0;
    cursor: pointer; }
  .modal .btn:hover {
    background-color: #0074af;
    color: #fff; }

.modal-select-account {
  width: 348px;
  /*height: 223px;
  margin-top: -112px;*/
  margin-left: -174px;
  background-color: white;
  border-radius: 3px; }
  .modal-select-account .radio-btn {
    display: block;
    margin-bottom: 2px; }
    .modal-select-account .radio-btn input[type='radio'] {
      display: none; }
    .modal-select-account .radio-btn label {
      display: inline-block;
      font-size: 14px;
      padding-left: 20px;
      vertical-align: text-top; }
    .modal-select-account .radio-btn input[type='radio'] + label {
      position: relative; }
    .modal-select-account .radio-btn input[type='radio'] + label:before {
      content: "";
      position: absolute;
      top: 3px;
      left: 0;
      width: 10px;
      height: 10px;
      background: url("/res/tpi/retailer/modal_icons.png") 0 0 no-repeat #fff; }
    .modal-select-account .radio-btn input[type='radio']:checked + label:before {
      background: url("/res/tpi/retailer/modal_icons.png") -10px 0 no-repeat #fff; }

.modal-sms-new {
  width: 348px;
  height: 173px;
  margin-top: -87px;
  margin-left: -174px;
  background-color: white;
  border-radius: 3px; }
  .modal-sms-new label {
    display: block;
    font-size: 14px; }
  .modal-sms-new .code {
    box-sizing: border-box;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.4em;
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    margin-bottom: 5px; }
  .modal-sms-new .btn-accept {
    width: 42%; }
.modal-remember-password, .modal-review-guest {
  width: 348px;
  height: 173px;
  margin-top: -87px;
  margin-left: -174px;
  background-color: white;
  border-radius: 3px; }
  .modal-remember-password label, .modal-review-guest label {
    display: block;
    font-size: 14px; }
  .modal-remember-password .code {
    box-sizing: border-box;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    margin-bottom: 5px; }
  .modal-remember-password .btn-next {
    width: 36%; }

.modal-login {
  width: 348px;
  height: 276px;
  margin-top: -138px;
  margin-left: -174px;
  background-color: white;
  border-radius: 3px; }
  .modal-login label {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
  .modal-login .login, .modal-login .password {
    box-sizing: border-box;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    margin-bottom: 17px; }
  .modal-login .password {
    margin-bottom: 5px;
    letter-spacing: 0.24em; }
  .modal-login .btn-enter {
    width: 36%; }
  .modal-login .question {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: #0074af;
    margin: 19px auto 0; }

.modal-review {
  width: 348px;
  height: 359px;
  margin-top: -180px;
  margin-left: -174px;
  background-color: white;
  border-radius: 3px; }
  .modal-review .modal-title {
    margin-bottom: 6px; }
  .modal-review fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    height: 90px; }
  .modal-review .input-file-row-1:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .modal-review .input-file-row-1 {
    display: inline-block;
    position: relative; }
  .modal-review html[xmlns] .input-file-row-1 {
    display: block; }
  .modal-review * html .input-file-row-1 {
    height: 1%; }
  .modal-review .upload-file-container {
    position: relative;
    width: 100px;
    height: 103px;
    overflow: hidden;
    /*background: url("/res/tpi/retailer/face_empty.png") top center no-repeat;*/
    float: left;
    margin-left: 23px; }
  .modal-review .upload-file-container:first-child {
    margin-left: 0; }
  .modal-review .upload-file-container > img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .modal-review .upload-file-container-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #141615;
    line-height: 13px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100px;
    height: 70px; }
  .modal-review .upload-file-container-text > span {
    cursor: pointer; }
  .modal-review .upload-file-container input {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
    border: none;
    width: 100px;
    height: 78px;
    cursor: pointer; }
  .modal-review .review-text {
    box-sizing: border-box;
    width: 100%;
    height: 113px;
    resize: none;
    padding: 7px 9px; }
  .modal-review .rating-text {
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px; }
  .modal-review .rating {
    justify-content: space-between;
    width: 145px;
    margin: 6px auto 20px; }
    .modal-review .rating .star {
      display: block;
      width: 24px;
      height: 24px; }
    .modal-review .rating .star.empty {
      background: url("/res/tpi/images/review-icons.png?v1") 0 -25px no-repeat; }
    .modal-review .rating .star.full {
      background: url("/res/tpi/images/review-icons.png?v1") 0px -25px no-repeat; }
    .modal-review .rating .star.full :hover {
      background: url("/res/tpi/images/review-icons.png?v1") -24px -25px no-repeat; }
  .modal-review .btn-send {
    width: 36%; }

.modal-sms {
  width: 16.5vw;
  height: 10vw;
  margin-top: -5vw;
  margin-left: -8.25vw;
  background-color: white;
  border-radius: 3px; }
  .modal-sms form {
    text-align: center; }
    .modal-sms form input {
      width: 11vw;
      height: 1.8vw;
      border: 0.12vw inset #bfbfbf;
      border-radius: 2.5px;
      margin-bottom: 1.4vw;
      text-align: center;
      font-size: 1.5vw;
      letter-spacing: 0.3vw; }
  .modal-sms .title {
    font-size: 1.3vw;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0.8vw 0; }
  .modal-sms .btn-confirm {
    width: 9.5vw;
    height: 2.2vw;
    color: white;
    font-size: 1vw;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 2.5px;
    background-color: #0d7bb3;
    border: none;
    cursor: pointer; }
  .modal-sms .btn-cancel {
    font-size: 0.8vw;
    text-decoration: underline;
    border: 0;
    background: white;
    cursor: pointer; }

section.cart .title {
  display: inline-block;
  float: left;
  margin-bottom: 0 !important; }
section.cart .management {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2vw;
  margin-left: 7.2vw; }
  section.cart .management > div {
    margin-right: 3.4vw;
    cursor: pointer; }
    section.cart .management > div img {
      width: 2.1vw;
      vertical-align: middle; }
    section.cart .management > div span {
      font-size: 1vw;
      margin-left: 0.4vw;
      border-bottom: 0.1vw dashed black; }
  section.cart .management > div.active span {
    border-bottom: 0; }
section.cart .alert-top {
  margin-top: 0.8vw;
  background-color: #fdcfcc;
  border-radius: 2.5px;
  font-size: 1vw;
  padding: 0.35vw 0.8vw 0.35vw 0.8vw; }
  section.cart .alert-top .close {
    float: right;
    width: 1vw;
    height: 1vw;
    background-image: url("/res/tpi/retailer/close-icon.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
section.cart .cart-table {
  width: 100%;
  margin-top: 1vw;
  border-collapse: collapse;
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px; }
  section.cart .cart-table label.with-info .tooltype::before {
    content: ""; }
  section.cart .cart-table .tooltype-red > span {
    width: 10vw;
    font-size: 1vw !important;
    margin-left: -3.6vw !important;
    background-color: #fdcfcc;
    color: black;
    border-color: transparent;
    padding: 0.35vw; }
  section.cart .cart-table .tooltype-red > span::before,
  section.cart .cart-table .tooltype-red > span::after {
    border-top-color: #fdcfcc; }
  section.cart .cart-table .tooltype-red .btn-agree {
    background-color: #4e8820;
    font-size: 1vw;
    color: white;
    border-radius: 2.5px;
    border: 0;
    margin-top: 0.5vw; }
  section.cart .cart-table .tooltype-red .btn-delete {
    color: #dd2a1b;
    font-size: 0.9vw;
    background-color: transparent;
    border: 0;
    border-bottom: 0.1vw dotted #dd2a1b;
    margin-top: 0.5vw; }
  section.cart .cart-table .tooltype-green > span {
    width: 10vw;
    font-size: 1vw !important;
    margin-left: -3.6vw !important;
    background-color: #e2ffe7;
    color: black;
    border-color: transparent;
    padding: 0.35vw; }
  section.cart .cart-table .tooltype-green > span::before,
  section.cart .cart-table .tooltype-green > span::after {
    border-top-color: #e2ffe7; }
  section.cart .cart-table .tooltype-green .btn-agree {
    background-color: #4e8820;
    font-size: 1vw;
    color: white;
    border-radius: 2.5px;
    border: 0;
    margin-top: 0.5vw; }
  section.cart .cart-table .tooltype-green .btn-delete {
    color: #dd2a1b;
    font-size: 0.9vw;
    background-color: transparent;
    border: 0;
    border-bottom: 0.1vw dotted #dd2a1b;
    margin-top: 0.5vw; }
  section.cart .cart-table thead {
    background-color: #0d7bb3; }
    section.cart .cart-table thead th {
      text-transform: uppercase;
      color: white;
      font-size: 1vw;
      font-weight: 400;
      text-align: left;
      padding: 0.6vw 0; }
    section.cart .cart-table thead th:first-child {
      padding-left: 1vw;
      border-top-left-radius: 2.5px; }
    section.cart .cart-table thead th:last-child {
      padding-right: 1vw;
      border-top-right-radius: 2.5px; }
    section.cart .cart-table thead .vendor-code {
      width: 7.5vw; }
    section.cart .cart-table thead .brand {
      width: 12vw; }
    section.cart .cart-table thead .name {
      font-family: "UniversMedium", sans-serif;
      width: 25vw; }
    section.cart .cart-table thead .supply {
      width: 9.6vw; }
    section.cart .cart-table thead .price {
      width: 8.7vw; }
    section.cart .cart-table thead .quantity-cart {
      width: 10vw; }
    section.cart .cart-table thead .sum {
      width: 7.7vw; }
    section.cart .cart-table thead .favorites {
      width: 2.7vw; }
  section.cart .cart-table .table-hidden-title {
    display: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; }
  section.cart .cart-table .product {
    border-bottom: 0.1vw solid #bababa; }
    section.cart .cart-table .product td {
      padding: 1.2vw 0 0 0;
      vertical-align: top; }
    section.cart .cart-table .product td:first-child {
      padding-left: 0.9vw; }
    section.cart .cart-table .product .vendor-code .code {
      font-size: 1.1vw;
      color: #505050; }
    section.cart .cart-table .product .vendor-code .replace {
      width: 6vw;
      font-size: 0.85vw;
      line-height: 0.9vw; }
      section.cart .cart-table .product .vendor-code .replace span {
        display: inline-block;
        color: #8f8f8f; }
      section.cart .cart-table .product .vendor-code .replace span:first-child {
        margin-bottom: 0.8vw; }
    section.cart .cart-table .product .brand {
      font-size: 1vw;
      text-transform: uppercase; }
    section.cart .cart-table .product .name {
      padding-right: 1vw; }
      section.cart .cart-table .product .name .text {
        font-size: 0.95vw;
        line-height: 1.3vw; }
      section.cart .cart-table .product .name .comment-wrapper {
        margin-top: 1.5vw; }
        section.cart .cart-table .product .name .comment-wrapper .comment {
          font-size: 0.85vw;
          line-height: 0.85vw;
          color: #0d7bb3;
          resize: none;
          padding: 0;
          border: 0;
          text-align: left;
          overflow: hidden;
          margin-left: 10px;
          width: 85%; }
        section.cart .cart-table .product .name .comment-wrapper img {
          display: inline-block;
          float: left;
          vertical-align: top; }
    section.cart .cart-table .product .supply > div {
      font-size: 1vw;
      margin-bottom: 0.85vw; }
    section.cart .cart-table .product .supply img:first-of-type:not(.arrow) {
      width: 0.88vw; }
    section.cart .cart-table .product .supply img.arrow {
      width: 0.66vw;
      vertical-align: text-top; }
    section.cart .cart-table .product .supply .statistics img:last-of-type {
      width: 3.5vw;
      margin-left: 0.4vw; }
    section.cart .cart-table .product .supply span {
      display: inline-block;
      font-size: 1.1vw;
      margin-left: 0.4vw; }
    section.cart .cart-table .product .supply .availability img {
      vertical-align: top;
      margin-top: 0.4vw; }
    section.cart .cart-table .product .price img {
      width: 0.66vw; }
    section.cart .cart-table .product .price.up img.down,
    section.cart .cart-table .product .price.down img.up {
      display: none; }
    section.cart .cart-table .product .price.up img.up,
    section.cart .cart-table .product .price.down img.down {
      display: inline; }
    section.cart .cart-table .product .price span,
    section.cart .cart-table .product .sum {
      font-size: 1.15vw; }
    section.cart .cart-table .product .quantity-cart {
      padding-top: 0.7vw; }
      section.cart .cart-table .product .quantity-cart button {
        border: 0.1vw solid #0d7bb3;
        color: blue;
        border-radius: 2.5px;
        background-color: white;
        width: 2.2vw;
        height: 2vw;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        outline: none; }
      section.cart .cart-table .product .quantity-cart button.minus {
        background-image: url("/res/tpi/retailer/minus-icon.png"); }
      section.cart .cart-table .product .quantity-cart button.plus {
        background-image: url("/res/tpi/retailer/plus-icon.png"); }
      section.cart .cart-table .product .quantity-cart input {
        width: 2.8vw;
        height: 1.7vw;
        font-size: 1.02vw;
        text-align: center;
        vertical-align: top;
        border-radius: 2.5px;
        border: 0.12vw inset #bfbfbf; }
    section.cart .cart-table .product .favorites {
      padding-top: 1vw;
      padding-bottom: 1vw; }
      section.cart .cart-table .product .favorites img {
        cursor: pointer; }
    section.cart .cart-table .product .favorites img:first-child,
    section.cart .cart-table .product .favorites.active img:last-child {
      display: inline; }
    section.cart .cart-table .product .favorites.active img:first-child,
    section.cart .cart-table .product .favorites img:last-child {
      display: none; }
    section.cart .cart-table .product .trash {
      padding-top: 0.6vw; }
    section.cart .cart-table .product .trash button {
      width: 2.2vw;
      height: 2.2vw;
      border-radius: 2.5px;
      border: 0.1vw solid #bfbfbf;
      background-image: url("/res/tpi/retailer/trash.png");
      background-position: center;
      background-repeat: no-repeat;
      background-color: white;
      cursor: pointer;
      outline: none; }
  section.cart .cart-table .product:last-child {
    border-bottom-color: #0d7bb3;
    border-bottom-width: 0.2vw; }
section.cart .final {
  padding-top: 1vw;
  overflow: auto; }
  section.cart .final .alert-bottom {
    float: left;
    width: 66%;
    font-size: 0.85vw;
    line-height: 0.9vw; }
  section.cart .final .total {
    float: right; }
    section.cart .final .total .text-and-btns {
      font-size: 1vw;
      font-weight: bold;
      text-transform: uppercase; }
      section.cart .final .total .text-and-btns span {
        margin-left: 2.2vw; }
      section.cart .final .total .text-and-btns .btn-clear,
      section.cart .final .total .text-and-btns .btn-save {
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 2.5px;
        border-width: 0.1vw;
        border-style: solid;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;
        cursor: pointer;
        outline: none;
        vertical-align: middle; }
      section.cart .final .total .text-and-btns .btn-clear {
        border-color: #bfbfbf;
        background-image: url("/res/tpi/retailer/clear-icon.png");
        margin-right: 0.8vw;
        margin-left: 0.5vw; }
      section.cart .final .total .text-and-btns .btn-save {
        border-color: #0d7bb3;
        background-image: url("/res/tpi/retailer/save-icon.png");
        margin-left: 2.2vw; }
    section.cart .final .total input.btn-checkout {
      background-color: #dd2a1b;
      border: 0;
      border-radius: 2.5px;
      color: white;
      font-size: 1.25vw;
      text-transform: uppercase;
      padding: 0.5vw 1.1vw;
      margin-right: 1.5vw;
      cursor: pointer; }
    section.cart .final .total label.with-info .tooltype > span {
      width: 9.5vw;
      margin-left: -3.5vw;
      padding-bottom: 0.5vw;
      text-align: center; }
    section.cart .final .total label.with-info .tooltype::before {
      content: ""; }
    section.cart .final .total .checkbox-wrapper {
      width: 23vw;
      margin-top: 1vw; }
    section.cart .final .total .checkbox {
      margin-bottom: 1vw;
      text-align: left; }
      section.cart .final .total .checkbox label {
        display: inline-block;
        font-size: 0.83vw;
        padding-left: 2vw;
        vertical-align: text-top; }

section.payment .title {
  margin-bottom: 1vw; }

section.payment .subtitle {
  font-size: 1vw;
  margin-bottom: 2vw; }

section.payment .subtitle a {
  color: #0074af;
  text-decoration: underline; }

section.payment .options {
  display: flex;
  flex-direction: row; }

section.payment .options > div {
  padding: 3vw 0;
  text-align: center; }

section.payment .options > div:not(:last-child) {
  border-right: 0.1vw solid #bfbfbf; }

section.payment .options > div .icon {
  text-align: center;
  height: 4.92vw;
  line-height: 4.92vw;
  margin-bottom: 1vw; }

section.payment .options > div .icon img {
  max-height: 100%;
  vertical-align: middle; }

section.payment .options > div .title {
  font-size: 0.98vw;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.8vw;
  color: black; }

section.payment .options > div .desc {
  font-size: 1vw;
  text-align: center;
  margin-bottom: 0.3vw;
  height: 3.2vw; }

section.payment .options > div .btn-and-info {
  position: relative; }

section.payment .options > div button {
  width: 12vw;
  height: 3vw;
  box-sizing: border-box;
  font-size: 0.8vw;
  letter-spacing: 0.05vw;
  border-style: solid;
  border-color: transparent;
  border-radius: 2.5px;
  background-color: #0074af;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  cursor: pointer;
  outline: none; }

section.payment .options > div button img {
  width: 1.5vw;
  float: left;
  margin-left: 0.5vw;
  vertical-align: middle; }

section.payment .options > div button span {
  vertical-align: middle; }

section.payment .options > div .with-info {
  width: 1.1vw;
  height: 1.1vw;
  position: absolute;
  right: -2.2vw;
  top: 50%;
  margin-top: -0.55vw; }

section.payment .options > div .with-info .tooltype::before {
  content: ""; }

section.payment .options > div .with-info span {
  width: 9vw;
  margin-left: -4.5vw;
  text-align: center;
  padding-bottom: 0.5vw; }

section.payment .options > .cash .with-info span {
  width: 11vw;
  margin-left: -5.5vw; }

section.payment .options > div .with-info span::before,
section.payment .options > div .with-info span::after {
  left: 50%;
  margin-left: -1vw; }

section.payment .options > div .with-info img {
  max-width: 100%;
  vertical-align: top; }

section.payment .options > div .price {
  font-size: 0.95vw;
  margin-top: 0.4vw; }

section.payment .options > .card {
  padding-left: 10.4vw;
  padding-right: 7.1vw; }

section.payment .options > .card .desc img {
  width: 9vw;
  margin-top: 0.5vw; }

section.payment .options > .transfer {
  padding-left: 7.1vw;
  padding-right: 7.1vw; }

section.payment .options > .cash {
  padding-left: 7.4vw; }

section.payment .please {
  font-size: 1vw;
  text-align: center;
  color: #7d7d7d;
  margin-top: 3vw; }

/*--------------------------------------------------------------------------------------------------------------------*/
/*
/* media-в•Ёв•–в•Ёв–‘в•Ёв”ђв•¤Рђв•Ёв•›в•¤Р‘в•¤Р›
/*
/*--------------------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 1366px) {
  .head {
    overflow: auto; }

  section.header .top-bar {
    width: 100%;
    background-color: #dd2a1b;
    overflow: auto;
    height: 40.297px; }
    section.header .top-bar p {
      display: inline-block;
      float: left;
      font-size: 15.709px;
      font-weight: 100;
      padding-top: 10.245px;
      color: white; }
    section.header .top-bar .address {
      margin-right: 76.496px; }
    section.header .top-bar .phone {
      float: right;
      padding-top: 6.147px; }
      section.header .top-bar .phone a {
        font-size: 23.222px;
        color: white; }
      section.header .top-bar .phone .icon {
        width: 24.588px;
        margin-right: 20.49px;
        vertical-align: bottom; }
  section.header .header-main {
    padding-top: 13.66px; }
    section.header .header-main .container {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
    section.header .header-main .logo {
      display: inline-block;
      padding-right: 31.418px;
      border-right: 1.366px solid #0d7bb3;
      height: 100%; }
      section.header .header-main .logo img {
        width: 100%; }
    section.header .header-main .logo-in-1 {
      width: 211.73px;
      margin-bottom: 10.928px; }
    section.header .header-main .logo-in-2 {
      width: 170.75px; }
    section.header .header-main .search-form {
      display: inline-block; }
    section.header .header-main .search-wrapper {
      display: inline-block;
      position: relative;
      width: 342.183px;
      height: 60.104px;
      margin-left: 34.15px;
      margin-right: 47.127px; }
      section.header .header-main .search-wrapper input {
        background-color: white;
        font-family: "UniversMedium", sans-serif;
        font-size: 15.2992px;
        border: 0;
        padding: 0 49.176px 2.732px 36.882px;
        color: #3f3f3f;
        height: 27.32px; }
      section.header .header-main .search-wrapper input.search-code {
        width: 254.076px;
        border: 0.683px solid #8e8e8e;
        border-radius: 2.5px;
        background: url("/res/tpi/retailer/gear.png") white no-repeat 1.5% 60%;
        padding-top: 2.732px;
        padding-bottom: 2.049px; }
      section.header .header-main .search-wrapper input[type="image"] {
        position: absolute;
        top: 0;
        right: 0;
        vertical-align: middle;
        width: 44px;
        height: 35.516px;
        margin: -1.366px 0 0 0;
        padding: 0; }
      section.header .header-main .search-wrapper input::-webkit-input-placeholder {
        color: #888; }
      section.header .header-main .search-wrapper input::-moz-placeholder {
        color: #888; }
    section.header .header-main .search-btns {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 344.232px;
      margin: -16.392px 0px 0px 34.15px; }
      section.header .header-main .search-btns .checkbox {
        margin-bottom: 8.196px; }
      section.header .header-main .search-btns .checkbox:nth-child(2n+1) {
        width: 45%; }
      section.header .header-main .search-btns .checkbox:nth-child(2n) {
        width: 50%; }
    section.header .header-main .cart {
      margin-left: 11.611px; }
      section.header .header-main .cart img.cart-icon {
        vertical-align: top;
        margin-right: 4.098px; }
      section.header .header-main .cart .text {
        display: inline-block; }
        section.header .header-main .cart .text .title {
          font-size: 13.9332px;
          margin-bottom: 9.562px; }
        section.header .header-main .cart .text p {
          font-size: 16.392px; }
      section.header .header-main .cart .bottom {
        margin-top: 10.928px; }
      section.header .header-main .cart .look {
        font-size: 12.294px;
        color: black;
        padding-bottom: 2.732px;
        border-bottom: 1.366px solid black; }
        section.header .header-main .cart .look img {
          vertical-align: middle;
          margin-left: 4.098px; }
      section.header .header-main .cart .btn-checkout {
        width: 133.868px;
        height: 27.32px;
        background-color: #dd2a1b;
        font-size: 13.66px;
        color: white;
        border: 0;
        border-radius: 2.5px;
        margin-left: 16.392px; }
    section.header .header-main .personal {
      margin-left: 57.372px;
      padding-top: 6.83px;
      max-width: 143.43px;
      position: relative; }
      section.header .header-main .personal p {
        margin-bottom: 2.732px;
        font-size: 15.9822px;
        padding-left: 0 !important;
        padding-top: 0 !important;
        font-family: "UniversMedium", sans-serif !important; }
      section.header .header-main .personal p.id,
      section.header .header-main .personal p.balance {
        font-weight: bold; }
    section.header .header-main .logout {
      display: inline-block;
      width: 20px;
      position: absolute;
      top: 8.196px;
      right: -31.418px; }
  section.header .nav {
    overflow: auto;
    background-color: #0d7bb3; }
    section.header .nav ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 9.9718px 0 0 0;
      padding: 0;
      width: 100%;
      overflow: auto; }
      section.header .nav ul li {
        list-style-type: none;
        min-height: 53.0008px; }
        section.header .nav ul li a {
          display: inline-block;
          height: 43.029px;
          background-repeat: no-repeat;
          background-position: 0 9.0156px;
          background-size: 37.0186px 28.003px;
          padding: 5.0542px 0 0 41.9362px;
          font-size: 15.026px;
          text-transform: uppercase;
          color: white;
          -webkit-transition: color 0.3s ease-in-out;
          -moz-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        section.header .nav ul li a:hover {
          -webkit-transition: color 0.3s ease-in-out;
          -moz-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        section.header .nav ul li a.m1 {
          background-image: url("/res/tpi/retailer/m1.png"); }
        section.header .nav ul li a.m2 {
          background-image: url("/res/tpi/retailer/m2.png"); }
        section.header .nav ul li a.m4 {
          background-image: url("/res/tpi/retailer/m4.png"); }
        section.header .nav ul li a.m5 {
          background-image: url("/res/tpi/retailer/m5.png"); }
        section.header .nav ul li a.m6 {
          background-image: url("/res/tpi/retailer/m6.png"); }
        section.header .nav ul li a.m7 {
          background-image: url("/res/tpi/retailer/m7.png"); }
      section.header .nav ul li:first-child a {
        width: 94.937px; }
      section.header .nav ul li:nth-child(2) a {
        width: 94.937px; }
      section.header .nav ul li:nth-child(3) a {
        width: 87.9704px; }
      section.header .nav ul li:nth-child(4) a {
        width: 124.989px; }
      section.header .nav ul li:nth-child(5) a {
        width: 84.9652px; }
      section.header .nav ul li:last-child a {
        width: 74.9934px; }
  section.header .mobile-button {
    display: none;
    width: 100%;
    height: 42px;
    background-color: #0d7bb3;
    margin: 0 auto;
    cursor: pointer; }
    section.header .mobile-button .icon-bar {
      display: block;
      position: relative;
      top: 7px;
      width: 38px;
      height: 4px;
      border-radius: 1px;
      background-color: white;
      margin: 8px auto 0; }
    section.header .mobile-button .icon-bar:first-child {
      margin-top: 0; }
  section.header .mobile-menu {
    display: none; }
    section.header .mobile-menu .mobile-menu-item {
      display: none;
      text-align: center;
      width: 100%; }
      section.header .mobile-menu .mobile-menu-item a {
        width: calc(100% - 2px);
        height: 30px;
        line-height: 30px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #0d7bb3;
        background-color: white;
        border: 1px solid #0d7bb3;
        border-radius: 5px;
        margin-top: 3px; }
        section.header .mobile-menu .mobile-menu-item a:hover {
          color: white;
          background-color: #0d7bb3; }

  .checkbox input[type="checkbox"] {
    display: none; }

  .checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 20.49px;
    font-size: 15.2992px; }

  .checkbox input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 1.72px;
    left: 0;
    width: 15.5724px;
    height: 15.5724px;
    background: url("/res/tpi/retailer/btn-tick.png") center top no-repeat white;
    background-size: contain; }

  .checkbox input[type="checkbox"]:checked + label::before {
    background-image: url("/res/tpi/retailer/tick.png"); }

  /*ios-switcher*/
  input[type="checkbox"].ios8-switch {
    display: none;
    position: absolute;
    margin: 8px 0 0 16px; }

  input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 6.83px 0 0 57.372px;
    line-height: 2.0em; }

  input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 39.614px;
    height: 24.588px;
    border-radius: 16px;
    background: #757575;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }

  input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0.683px;
    width: 23.222px;
    height: 23.222px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }

  input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

  input[type="checkbox"].ios8-switch:checked + label:after {
    left: 16.392px; }

  input[type="checkbox"].ios8-switch:checked + label:before {
    background: #0d7bb3; }

  .checkbox-ios {
    display: inline-block;
    margin-left: 13.66px; }
    .checkbox-ios label {
      font-size: 10.928px;
      color: #989898; }

  input:disabled {
    background-color: #bfbfbf !important; }

  input.btn-reg {
    background-color: #dd2a1b;
    border: 0;
    border-radius: 2.5px;
    color: white;
    font-size: 17.075px;
    text-transform: uppercase;
    padding: 6.83px 15.026px;
    margin-top: 9.562px;
    cursor: pointer; }

  .form-group.register {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }

  .content .form-group.register .btn-reg {
    margin: 0; }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

  label.with-info .tooltype {
    position: relative; }

  .price label.with-info .tooltype {
    top: -3px; }

  label.with-info .tooltype > span {
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 27.32px;
    width: 232.22px;
    color: #bababa;
    background: white;
    visibility: visible;
    border: 1.366px solid #bababa;
    border-radius: 6px;
    text-align: left;
    font-size: 10.245px;
    padding: 1.366px 0 0 4.098px;
    margin-left: -75.13px;
    z-index: 999;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out; }

  label.with-info .tooltype > span:before,
  label.with-info .tooltype > span:after {
    content: '';
    position: absolute;
    bottom: -22.539px;
    left: 33.5%;
    margin-left: -10.928px;
    width: 0;
    height: 0;
    border: 10.928px solid transparent;
    border-top: 10.928px solid #bababa; }

  label.with-info .tooltype > span:after {
    border-top: 10.928px solid white;
    bottom: -21.173px; }

  label.with-info .tooltype img {
    width: 15.026px;
    vertical-align: middle; }

  label.with-info .tooltype:hover > span {
    display: inline-block;
    opacity: 1;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out; }

  label.with-info .tooltype::before {
    content: "*";
    color: #dd2a1b; }

  section.content-main .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50.542px; }
    section.content-main .tabs > div {
      position: relative;
      width: calc(40.2*13.66px - 2*13.66px);
      padding: 19.124px 0 0 27.32px;
      border: 1.366px solid #cfcfcf;
      border-radius: 2.5px;
      -webkit-transition: border-color 0.3s ease-in-out;
      -moz-transition: border-color 0.3s ease-in-out;
      -o-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
      section.content-main .tabs > div .top {
        display: flex;
        flex-direction: row;
        margin-bottom: 6.83px; }
        section.content-main .tabs > div .top .icon {
          width: 51.908px;
          padding-top: 4.098px;
          margin-right: 13.66px; }
          section.content-main .tabs > div .top .icon img {
            width: 100%; }
        section.content-main .tabs > div .top .title {
          font-size: 23.222px;
          text-transform: uppercase; }
        section.content-main .tabs > div .top .subtitle {
          font-size: 13.9332px;
          font-weight: 100;
          text-transform: uppercase; }
      section.content-main .tabs > div .advantages {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap; }
        section.content-main .tabs > div .advantages .elem {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin-bottom: 12.294px;
          margin-right: 9.562px; }
          section.content-main .tabs > div .advantages .elem .icon {
            width: 24.0416px; }
            section.content-main .tabs > div .advantages .elem .icon img {
              width: 100%;
              vertical-align: middle; }
          section.content-main .tabs > div .advantages .elem .title {
            font-size: 13.66px;
            line-height: 14.343px;
            margin-left: 8.196px;
            color: #0074af; }
      section.content-main .tabs > div .btn-choose {
        width: 139.332px;
        position: absolute;
        top: 32.784px;
        right: 21.856px;
        padding: 6.83px 0;
        font-size: 13.9332px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        background-color: #0d7bb3;
        border: 1.366px solid #0d7bb3;
        border-radius: 2.5px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        section.content-main .tabs > div .btn-choose span:first-child {
          display: inline; }
        section.content-main .tabs > div .btn-choose span:last-child {
          display: none; }
    section.content-main .tabs > div.active {
      border-color: #0d7bb3;
      -webkit-transition: border-color 0.3s ease-in-out;
      -moz-transition: border-color 0.3s ease-in-out;
      -o-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
      section.content-main .tabs > div.active .btn-choose {
        background-color: white;
        color: #0d7bb3;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        section.content-main .tabs > div.active .btn-choose span:first-child {
          display: none; }
        section.content-main .tabs > div.active .btn-choose span:last-child {
          display: inline; }
  section.content-main hr {
    border: 0;
    height: 1.366px;
    margin-bottom: 0;
    background-color: #c3c3c3; }
  section.content-main .content form {
    display: inline-block;
    text-align: center; }
  section.content-main .content .form-group {
    position: relative;
    width: auto;
    text-align: left;
    margin-bottom: 16.392px; }
    section.content-main .content .form-group > label {
      display: inline-block;
      text-align: left;
      width: 264.321px;
      font-size: 14.0015px; }
    section.content-main .content .form-group input[type="email"],
    section.content-main .content .form-group input[type="tel"],
    section.content-main .content .form-group input[type="text"],
    section.content-main .content .form-group input[type="date"],
    section.content-main .content .form-group select {
      width: 229.488px;
      background-color: white;
      border: 1.6392px inset #bfbfbf;
      border-radius: 2.5px;
      padding: 6.83px 11.611px;
      font-size: 13.66px;
      height: 17.075px; }
    section.content-main .content .form-group input[type="email"] + label,
    section.content-main .content .form-group input[type="tel"] + label,
    section.content-main .content .form-group input[type="text"] + label,
    section.content-main .content .form-group input[type="date"] + label {
      position: absolute;
      width: auto;
      font-size: 10.928px;
      height: 36%;
      line-height: 100%;
      right: 4.098px;
      top: 8%;
      color: white;
      text-transform: uppercase;
      background-color: #0d7bb3;
      border-radius: 2.5px;
      padding: 8px 8px;
      cursor: pointer; }
    section.content-main .content .form-group input[type="email"] + label::after,
    section.content-main .content .form-group input[type="tel"] + label::after,
    section.content-main .content .form-group input[type="text"] + label::after,
    section.content-main .content .form-group input[type="date"] + label::after {
      display: none; }
    section.content-main .content .form-group select {
      width: 256.125px;
      height: 30.735px;
      padding-top: 0;
      padding-bottom: 0; }
    section.content-main .content .form-group input::-webkit-outer-spin-button,
    section.content-main .content .form-group input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    section.content-main .content .form-group input[type='date'] {
      -moz-appearance: textfield; }
    section.content-main .content .form-group ::-webkit-calendar-picker-indicator {
      opacity: 0;
      z-index: 999; }
    section.content-main .content .form-group input[name="birthday"] {
      position: relative; }
    section.content-main .content .form-group input[name="birthday"]::after {
      content: '';
      display: inline-block;
      background: url(/res/tpi/retailer/calendar.png) no-repeat;
      background-position: center;
      width: 27.32px;
      height: 54.64px;
      position: absolute;
      right: 4.098px; }
  section.content-main .content .form-group.required > label:not(.with-info)::after {
    content: "*";
    color: #dd2a1b;
    margin-left: 2.049px; }
  section.content-main .content .retail-content .input-wrapper {
    display: inline-block;
    padding-top: 20.49px;
    margin-bottom: 30.052px; }
  section.content-main .content .retail-content .checkbox-wrapper .checkbox {
    margin-bottom: 13.66px;
    text-align: left; }
    section.content-main .content .retail-content .checkbox-wrapper .checkbox label {
      display: inline-block;
      font-size: 11.3378px;
      padding-left: 27.32px;
      vertical-align: text-top; }
  section.content-main .content .wholesale-content {
    display: none;
    position: relative;
    opacity: 0; }
    section.content-main .content .wholesale-content .what-i-get.hide-content {
      box-shadow: none; }
    section.content-main .content .wholesale-content .what-i-get {
      position: absolute;
      top: 0;
      height: auto;
      overflow: hidden;
      z-index: 999;
      background-color: white;
      box-shadow: 0 2.049px 1.366px rgba(0, 0, 0, 0.5); }
      section.content-main .content .wholesale-content .what-i-get .title {
        padding: 7.513px;
        font-size: 13.66px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
        background-color: white;
        background-image: url("/res/tpi/retailer/what-i-get-bg.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        cursor: pointer; }
        section.content-main .content .wholesale-content .what-i-get .title img {
          margin-left: 6.83px;
          vertical-align: middle; }
      section.content-main .content .wholesale-content .what-i-get .content {
        position: absolute;
        background-color: white;
        text-align: center;
        padding-bottom: 13.66px; }
        section.content-main .content .wholesale-content .what-i-get .content img {
          max-width: 100%; }
        section.content-main .content .wholesale-content .what-i-get .content .hide-icon {
          width: 27.32px;
          position: absolute;
          left: calc(50% - 1*13.66px);
          bottom: -3.415px;
          cursor: pointer; }
    section.content-main .content .wholesale-content .persons {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-top: 61.47px;
      padding-left: 2.732px;
      margin-bottom: 20.49px; }
      section.content-main .content .wholesale-content .persons > div {
        cursor: pointer;
        margin-right: 204.9px; }
        section.content-main .content .wholesale-content .persons > div .icon {
          display: inline-block;
          vertical-align: middle;
          width: 23.905px;
          max-width: 25px;
          height: 23.905px;
          max-height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-right: 4.098px;
          -webkit-transition: 0.3s background ease-in-out;
          -moz-transition: 0.3s background ease-in-out;
          -o-transition: 0.3s background ease-in-out;
          transition: 0.3s background ease-in-out; }
        section.content-main .content .wholesale-content .persons > div span {
          font-size: 13.66px;
          text-transform: uppercase;
          border-bottom: 1.366px dotted black;
          -webkit-transition: 0.3s color ease-in-out;
          -moz-transition: 0.3s color ease-in-out;
          -o-transition: 0.3s color ease-in-out;
          transition: 0.3s color ease-in-out; }
      section.content-main .content .wholesale-content .persons > div.active span {
        color: #4097c3;
        border-width: 0;
        -webkit-transition: 0.3s color ease-in-out;
        -moz-transition: 0.3s color ease-in-out;
        -o-transition: 0.3s color ease-in-out;
        transition: 0.3s color ease-in-out; }
      section.content-main .content .wholesale-content .persons .individual.active .icon {
        background-image: url("/res/tpi/retailer/individual-red.png");
        -webkit-transition: 0.3s background ease-in-out;
        -moz-transition: 0.3s background ease-in-out;
        -o-transition: 0.3s background ease-in-out;
        transition: 0.3s background ease-in-out; }
      section.content-main .content .wholesale-content .persons .individual .icon {
        background-image: url("/res/tpi/retailer/individual.png"); }
      section.content-main .content .wholesale-content .persons .entity.active .icon {
        background-image: url("/res/tpi/retailer/entity-red.png"); }
      section.content-main .content .wholesale-content .persons .entity .icon {
        background-image: url("/res/tpi/retailer/entity.png"); }
    section.content-main .content .wholesale-content .content .row {
      border-bottom: 1.366px solid #c3c3c3;
      padding-top: 20.49px;
      padding-bottom: 13.66px; }
      section.content-main .content .wholesale-content .content .row .info {
        font-size: 13.66px;
        font-weight: 100;
        text-align: left;
        color: #bababa;
        margin-bottom: 17.075px; }
        section.content-main .content .wholesale-content .content .row .info img {
          width: 20.49px;
          margin-right: 6.83px;
          vertical-align: middle; }
      section.content-main .content .wholesale-content .content .row .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
    section.content-main .content .wholesale-content .content .row:last-child {
      border: 0; }
    section.content-main .content .wholesale-content .content label[for="delivery-address"]::after {
      display: none; }
    section.content-main .content .wholesale-content .content label[for="delivery-address"] span::after {
      content: "*";
      color: #dd2a1b;
      margin-left: 2.049px; }
    section.content-main .content .wholesale-content .individual-content .form-group:nth-child(2n+1),
    section.content-main .content .wholesale-content .entity-content .form-group:nth-child(2n+1) {
      margin-right: 98.352px; }
    section.content-main .content .wholesale-content .individual-content .infographics,
    section.content-main .content .wholesale-content .entity-content .infographics {
      margin-top: -30.052px; }
    section.content-main .content .wholesale-content .individual-content .btn-reg,
    section.content-main .content .wholesale-content .entity-content .btn-reg {
      margin-left: -32.784px; }
    section.content-main .content .wholesale-content .entity-content {
      display: none;
      opacity: 0; }
    section.content-main .content .wholesale-content .checkbox-wrapper {
      margin-left: 68.3px; }
    section.content-main .content .wholesale-content .checkbox-wrapper .checkbox {
      min-height: 27.32px; }
    section.content-main .content .wholesale-content .checkbox-wrapper .checkbox:first-child {
      min-height: 17.758px; }
    section.content-main .content .wholesale-content .checkbox-wrapper .checkbox label {
      display: inline-block;
      font-size: 11.3378px;
      padding-left: 27.32px;
      vertical-align: text-top; }
  section.content-main .content .infographics {
    width: 592.161px;
    float: right;
    display: inline-block;
    text-align: center; }
    section.content-main .content .infographics img {
      max-width: 100%; }

  section.footer {
    background-color: #e3e3e3;
    margin-top: 68.3px;
    height: 81.96px; }
    section.footer .container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    section.footer .logo {
      width: 191.24px; }
      section.footer .logo img {
        max-width: 100%; }
    section.footer ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0; }
      section.footer ul li {
        font-size: 12.977px;
        list-style-type: none;
        padding: 0 13.66px; }
      section.footer ul li:first-child {
        padding-left: 0; }
      section.footer ul li:not(:last-child) {
        border-right: 1.366px solid #7b7b7b; }
    section.footer .phone img {
      width: 24.588px;
      margin-right: 20.49px;
      vertical-align: bottom; }
    section.footer .phone a {
      font-size: 23.222px;
      color: black; }

  .overlay {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 9998; }

  .modal {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999; }

  .modal-sms {
    width: 225.39px;
    height: 136.6px;
    margin-top: -68.3px;
    margin-left: -112.695px;
    background-color: white;
    border-radius: 3px; }
    .modal-sms form {
      text-align: center; }
      .modal-sms form input {
        width: 150.26px;
        height: 24.588px;
        border: 1.6392px inset #bfbfbf;
        border-radius: 2.5px;
        margin-bottom: 19.124px;
        text-align: center;
        font-size: 20.49px;
        letter-spacing: 4.098px; }
    .modal-sms .title {
      font-size: 17.758px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      padding: 10.928px 0; }
    .modal-sms .btn-confirm {
      width: 129.77px;
      height: 30.052px;
      color: white;
      font-size: 13.66px;
      font-weight: 100;
      text-transform: uppercase;
      border-radius: 2.5px;
      background-color: #0d7bb3;
      border: none;
      cursor: pointer; }
    .modal-sms .btn-cancel {
      font-size: 10.928px;
      text-decoration: underline;
      border: 0;
      background: white;
      cursor: pointer; }

  section.cart .title {
    display: inline-block;
    float: left;
    margin-bottom: 0 !important; }
  section.cart .management {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 27.32px;
    margin-left: 98.352px; }
    section.cart .management > div {
      margin-right: 46.444px;
      cursor: pointer; }
      section.cart .management > div img {
        width: 28.686px;
        vertical-align: middle; }
      section.cart .management > div span {
        font-size: 13.66px;
        margin-left: 5.464px;
        border-bottom: 1.366px dashed black; }
    section.cart .management > div.active span {
      border-bottom: 0; }
  section.cart .alert-top {
    margin-top: 10.928px;
    background-color: #fdcfcc;
    border-radius: 2.5px;
    font-size: 13.66px;
    padding: 4.781px 10.928px 4.781px 10.928px; }
    section.cart .alert-top .close {
      float: right;
      width: 13.66px;
      height: 13.66px;
      background-image: url("/res/tpi/retailer/close-icon.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer; }
  section.cart .cart-table {
    width: 100%;
    margin-top: 13.66px;
    border-collapse: collapse;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px; }
    section.cart .cart-table label.with-info .tooltype::before {
      content: ""; }
    section.cart .cart-table .tooltype-red > span {
      width: 137px;
      font-size: 13.66px !important;
      margin-left: -49.176px !important;
      background-color: #fdcfcc;
      color: black;
      border-color: transparent;
      padding: 4.781px; }
    section.cart .cart-table .tooltype-red > span::before,
    section.cart .cart-table .tooltype-red > span::after {
      border-top-color: #fdcfcc; }
    section.cart .cart-table .tooltype-red .btn-agree {
      background-color: #4e8820;
      font-size: 13.66px;
      color: white;
      border-radius: 2.5px;
      border: 0;
      margin-top: 6.83px; }
    section.cart .cart-table .tooltype-red .btn-delete {
      color: #dd2a1b;
      font-size: 12.294px;
      background-color: transparent;
      border: 0;
      border-bottom: 1.366px dotted #dd2a1b;
      margin-top: 6.83px; }
    section.cart .cart-table .tooltype-green > span {
      width: 137px;
      font-size: 13.66px !important;
      margin-left: -49.176px !important;
      background-color: #e2ffe7;
      color: black;
      border-color: transparent;
      padding: 4.781px; }
    section.cart .cart-table .tooltype-green > span::before,
    section.cart .cart-table .tooltype-green-red > span::after {
      border-top-color: #e2ffe7; }
    section.cart .cart-table .tooltype-green .btn-agree {
      background-color: #4e8820;
      font-size: 13.66px;
      color: white;
      border-radius: 2.5px;
      border: 0;
      margin-top: 6.83px; }
    section.cart .cart-table .tooltype-green .btn-delete {
      color: #dd2a1b;
      font-size: 12.294px;
      background-color: transparent;
      border: 0;
      border-bottom: 1.366px dotted #dd2a1b;
      margin-top: 6.83px; }
    section.cart .cart-table thead {
      background-color: #0d7bb3; }
      section.cart .cart-table thead th {
        text-transform: uppercase;
        color: white;
        font-size: 13.66px;
        font-weight: 400;
        text-align: left;
        padding: 8.196px 0; }
      section.cart .cart-table thead th:first-child {
        padding-left: 13.66px;
        border-top-left-radius: 2.5px; }
      section.cart .cart-table thead th:last-child {
        padding-right: 13.66px;
        border-top-right-radius: 2.5px; }
      section.cart .cart-table thead .vendor-code {
        width: 102.45px; }
      section.cart .cart-table thead .brand {
        width: 163.92px; }
      section.cart .cart-table thead .name {
        width: 341.5px; }
      section.cart .cart-table thead .supply {
        width: 131.136px; }
      section.cart .cart-table thead .price {
        width: 118.842px; }
      section.cart .cart-table thead .quantity-cart {
        width: 136.6px; }
      section.cart .cart-table thead .sum {
        width: 105.182px; }
      section.cart .cart-table thead .favorites {
        width: 36.882px; }
    section.cart .cart-table .product {
      border-bottom: 1.366px solid #bababa; }
      section.cart .cart-table .product td {
        padding: 16.392px 0 0 0;
        vertical-align: top; }
      section.cart .cart-table .product td:first-child {
        padding-left: 12.294px; }
      section.cart .cart-table .product .vendor-code .code {
        font-size: 15.026px;
        color: #505050; }
      section.cart .cart-table .product .vendor-code .replace {
        width: 81.96px;
        font-size: 11.611px;
        line-height: 12.294px; }
        section.cart .cart-table .product .vendor-code .replace span {
          display: inline-block;
          color: #8f8f8f; }
        section.cart .cart-table .product .vendor-code .replace span:first-child {
          margin-bottom: 10.928px; }
      section.cart .cart-table .product .brand {
        font-size: 13.66px;
        text-transform: uppercase; }
      section.cart .cart-table .product .name {
        padding-right: 14px; }
        section.cart .cart-table .product .name .text {
          font-size: 12.977px;
          line-height: 17.758px; }
        section.cart .cart-table .product .name .comment-wrapper {
          margin-top: 20.49px; }
          section.cart .cart-table .product .name .comment-wrapper .comment {
            font-size: 11.611px;
            line-height: 11.611px;
            color: #0d7bb3;
            resize: none;
            padding: 0;
            border: 0;
            text-align: left;
            overflow: hidden; }
          section.cart .cart-table .product .name .comment-wrapper img {
            vertical-align: top; }
      section.cart .cart-table .product .supply > div {
        font-size: 13.66px;
        margin-bottom: 11.611px; }
      section.cart .cart-table .product .supply img:first-of-type:not(.arrow) {
        width: 12.0208px; }
      section.cart .cart-table .product .supply img.arrow {
        width: 9.0156px;
        vertical-align: text-top; }
      section.cart .cart-table .product .supply .statistics img:last-of-type {
        width: 47.81px;
        margin-left: 5.464px; }
      section.cart .cart-table .product .supply span {
        display: inline-block;
        font-size: 15.026px;
        margin-left: 5.464px; }
      section.cart .cart-table .product .supply .availability img {
        vertical-align: top;
        margin-top: 5.464px; }
      section.cart .cart-table .product .price img {
        width: 9.0156px; }
      section.cart .cart-table .product .price.up img.down,
      section.cart .cart-table .product .price.down img.up {
        display: none; }
      section.cart .cart-table .product .price.up img.up,
      section.cart .cart-table .product .price.down img.down {
        display: inline; }
      section.cart .cart-table .product .price span,
      section.cart .cart-table .product .sum {
        font-size: 15.709px; }
      section.cart .cart-table .product .quantity-cart {
        padding-top: 9.562px; }
        section.cart .cart-table .product .quantity-cart button {
          border: 1.366px solid #0d7bb3;
          color: blue;
          border-radius: 2.5px;
          background-color: white;
          width: 30.052px;
          height: 27.32px;
          padding: 0;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer;
          outline: none; }
        section.cart .cart-table .product .quantity-cart button.minus {
          background-image: url("/res/tpi/retailer/minus-icon.png"); }
        section.cart .cart-table .product .quantity-cart button.plus {
          background-image: url("/res/tpi/retailer/plus-icon.png"); }
        section.cart .cart-table .product .quantity-cart input {
          width: 38.248px;
          height: 23.222px;
          font-size: 13.9332px;
          text-align: center;
          vertical-align: top;
          border-radius: 2.5px;
          border: 1.6392px inset #bfbfbf; }
      section.cart .cart-table .product .favorites {
        padding-top: 14px;
        padding-bottom: 14px; }
      section.cart .cart-table .product .favorites img:first-child,
      section.cart .cart-table .product .favorites.active img:last-child {
        display: inline; }
      section.cart .cart-table .product .favorites.active img:first-child,
      section.cart .cart-table .product .favorites img:last-child {
        display: none; }
      section.cart .cart-table .product .trash {
        padding-top: 8.196px; }
      section.cart .cart-table .product .trash button {
        width: 30.052px;
        height: 30.052px;
        border-radius: 2.5px;
        border: 1.366px solid #bfbfbf;
        background-image: url("/res/tpi/retailer/trash.png");
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;
        cursor: pointer;
        outline: none; }
    section.cart .cart-table .product:last-child {
      border-bottom-color: #0d7bb3;
      border-bottom-width: 2.732px; }
  section.cart .final {
    padding-top: 13.66px;
    overflow: auto; }
    section.cart .final .alert-bottom {
      float: left;
      width: 66%;
      font-size: 11.611px;
      line-height: 12.294px; }
    section.cart .final .total {
      float: right; }
      section.cart .final .total .text-and-btns {
        font-size: 13.66px;
        font-weight: bold;
        text-transform: uppercase; }
        section.cart .final .total .text-and-btns span {
          margin-left: 30.052px; }
        section.cart .final .total .text-and-btns .btn-clear,
        section.cart .final .total .text-and-btns .btn-save {
          width: 30.052px;
          height: 30.052px;
          border-radius: 2.5px;
          border-width: 1.366px;
          border-style: solid;
          background-position: center;
          background-repeat: no-repeat;
          background-color: white;
          cursor: pointer;
          outline: none;
          vertical-align: middle; }
        section.cart .final .total .text-and-btns .btn-clear {
          border-color: #bfbfbf;
          background-image: url("/res/tpi/retailer/clear-icon.png");
          margin-right: 10.928px;
          margin-left: 6.83px; }
        section.cart .final .total .text-and-btns .btn-save {
          border-color: #0d7bb3;
          background-image: url("/res/tpi/retailer/save-icon.png");
          margin-left: 30.052px; }
      section.cart .final .total input.btn-checkout {
        background-color: #dd2a1b;
        border: 0;
        border-radius: 2.5px;
        color: white;
        font-size: 17.075px;
        text-transform: uppercase;
        padding: 6.83px 15.026px;
        margin-right: 20.49px;
        cursor: pointer; }
      section.cart .final .total label.with-info .tooltype > span {
        width: 129.77px;
        margin-left: -47.81px;
        padding-bottom: 6.83px;
        text-align: center; }
      section.cart .final .total label.with-info .tooltype::before {
        content: ""; }
      section.cart .final .total .checkbox-wrapper {
        width: 314.18px;
        margin-top: 13.66px; }
      section.cart .final .total .checkbox {
        margin-bottom: 13.66px;
        text-align: left; }
        section.cart .final .total .checkbox label {
          display: inline-block;
          font-size: 11.3378px;
          padding-left: 27.32px;
          vertical-align: text-top; }

  section.payment .title {
    margin-bottom: 13.66px; }

  section.payment .subtitle {
    font-size: 13.66px;
    margin-bottom: 27.32px; }

  section.payment .subtitle a {
    color: #0074af;
    text-decoration: underline; }

  section.payment .options {
    display: flex;
    flex-direction: row; }

  section.payment .options > div {
    padding: 40.98px 0;
    text-align: center; }

  section.payment .options > div:not(:last-child) {
    border-right: 1.366px solid #bfbfbf; }

  section.payment .options > div .icon {
    text-align: center;
    height: 67.2072px;
    line-height: 67.2072px;
    margin-bottom: 13.66px; }

  section.payment .options > div .icon img {
    max-height: 100%;
    vertical-align: middle; }

  section.payment .options > div .title {
    font-size: 13.3868px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10.928px;
    color: black; }

  section.payment .options > div .desc {
    font-size: 13.66px;
    text-align: center;
    margin-bottom: 4.098px;
    height: 43.712px; }

  section.payment .options > div .btn-and-info {
    position: relative; }

  section.payment .options > div button {
    width: 163.92px;
    height: 40.98px;
    box-sizing: border-box;
    font-size: 10.928px;
    letter-spacing: 0.683px;
    border-style: solid;
    border-color: transparent;
    border-radius: 2.5px;
    background-color: #0074af;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
    outline: none; }

  section.payment .options > div button img {
    width: 20.49px;
    float: left;
    margin-left: 6.83px;
    vertical-align: middle; }

  section.payment .options > div button span {
    vertical-align: middle; }

  section.payment .options > div .with-info {
    width: 15.026px;
    height: 15.026px;
    position: absolute;
    right: -30.052px;
    top: 50%;
    margin-top: -7.513px; }

  section.payment .options > div .with-info .tooltype::before {
    content: ""; }

  section.payment .options > div .with-info span {
    width: 122.94px;
    margin-left: -61.47px;
    text-align: center;
    padding-bottom: 6.83px; }

  section.payment .options > .cash .with-info span {
    width: 150.26px;
    margin-left: -75.13px; }

  section.payment .options > div .with-info span::before,
  section.payment .options > div .with-info span::after {
    left: 50%;
    margin-left: -13.66px; }

  section.payment .options > div .with-info img {
    max-width: 100%;
    vertical-align: top; }

  section.payment .options > div .price {
    font-size: 12.977px;
    margin-top: 5.464px; }

  section.payment .options > .card {
    padding-left: 142.064px;
    padding-right: 96.986px; }

  section.payment .options > .card .desc img {
    width: 122.94px;
    margin-top: 6.83px; }

  section.payment .options > .transfer {
    padding-left: 96.986px;
    padding-right: 96.986px; }

  section.payment .options > .cash {
    padding-left: 101.084px; }

  section.payment .please {
    font-size: 13.66px;
    text-align: center;
    color: #7d7d7d;
    margin-top: 40.98px; } }
@media all and (max-width: 959px) {
  section.payment .title {
    font-size: 7vw; }

  section.payment .subtitle {
    font-size: 3vw; }

  section.payment .options {
    flex-direction: column; }

  section.payment .options > div:not(:last-child) {
    border-right: 0;
    border-bottom: 0.2vw solid #bfbfbf; }

  section.payment .options > div {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  section.payment .options > div .icon {
    height: 15vw;
    line-height: 15vw;
    margin-bottom: 2.5vw; }

  section.payment .options > div .icon img {
    height: 100%; }

  section.payment .options > div .title {
    font-size: 4.5vw; }

  section.payment .options > div .desc {
    font-size: 4vw;
    height: auto;
    margin-bottom: 2vw; }

  section.payment .options > .card .desc img {
    width: 36vw; }

  section.payment .options > div button {
    width: 40vw;
    height: 8vw;
    font-size: 2.8vw; }

  section.payment .options > div button img {
    width: 4.2vw; }

  section.payment .options > div .price {
    font-size: 4vw;
    margin-top: 1.5vw; }

  section.payment .please {
    font-size: 3.2vw; }

  section.payment .options > div .with-info {
    width: 5vw;
    height: 5vw;
    right: 13vw;
    margin-top: -2.5vw; }

  section.payment .options > div .with-info img {
    width: 5vw; }

  section.payment .options > div .with-info span {
    width: 58vw;
    padding: 1vw;
    font-size: 5vw;
    margin-left: -60.5vw;
    bottom: 7vw; }

  section.payment .options > div .with-info .tooltype > span::before,
  section.payment .options > div .with-info .tooltype > span::after {
    border-width: 4vw;
    bottom: -8vw;
    margin-left: 18vw; }

  section.payment .options > div .with-info .tooltype > span::after {
    bottom: -7.7vw; }

  section.payment .options > .cash .with-info span {
    width: 62vw;
    margin-left: -60.5vw; }

  section.payment .options > .cash .with-info .tooltype > span::before,
  section.payment .options > .cash .with-info .tooltype > span::after {
    margin-left: 18vw; } }
/*--------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 959px) {
  .container > .title,
  .container .head .title {
    margin-top: 36px;
    margin-bottom: 30px;
    font-size: 17px; }

  section.header .top-bar {
    height: 102px;
    text-align: center; }
    section.header .top-bar p {
      display: block;
      float: none;
      font-size: 17px;
      padding-top: 7px; }
    section.header .top-bar .address {
      margin-right: 0; }
    section.header .top-bar .phone {
      float: none;
      padding-top: 7px; }
      section.header .top-bar .phone a {
        display: inline-block;
        font-size: 32px; }
      section.header .top-bar .phone .icon {
        display: inline-block;
        width: 28px;
        padding-bottom: 5px; }
  section.header .header-main {
    padding-top: 14px; }
    section.header .header-main .container {
      display: block;
      flex-direction: initial;
      justify-content: initial; }
    section.header .header-main .logo {
      float: left;
      width: 212px;
      display: inline-block;
      padding-right: 31px;
      border-right: none; }
      section.header .header-main .logo img {
        width: 100%; }
    section.header .header-main .logo-in-1 {
      display: inline-block;
      width: 212px;
      margin-bottom: 11px; }
    section.header .header-main .logo-in-2 {
      display: inline-block;
      width: 171px; }
    section.header .header-main .search-form {
      width: 342px;
      float: right; }
    section.header .header-main .search-wrapper {
      display: inline-block;
      max-width: 342px;
      width: 100%;
      height: 34px;
      margin: 0; }
      section.header .header-main .search-wrapper input {
        font-size: 15px;
        border: 0;
        padding: 0 49px 3px 37px;
        height: 27px; }
      section.header .header-main .search-wrapper input.search-code {
        width: 254px;
        border: 1px solid #8e8e8e;
        border-radius: 2.5px;
        padding-top: 3px;
        padding-bottom: 2px; }
      section.header .header-main .search-wrapper input[type="image"] {
        top: 1px;
        right: 0;
        width: 41px;
        height: 34px;
        margin: -1px 0 0 0; }
    section.header .header-main .search-btns {
      width: 342px;
      margin: 9px 0 0; }
      section.header .header-main .search-btns .checkbox {
        margin-bottom: 8px; }
      section.header .header-main .search-btns .checkbox:nth-child(2n+1) {
        width: 45%; }
      section.header .header-main .search-btns .checkbox:nth-child(2n) {
        width: 50%; }
      section.header .header-main .search-btns .checkbox input[type="checkbox"] + label {
        position: relative;
        padding-left: 20px;
        font-size: 15px; }
      section.header .header-main .search-btns .checkbox input[type="checkbox"] + label::before {
        top: -1px;
        left: 0;
        width: 16px;
        height: 16px; }
    section.header .header-main .cart {
      display: inline-block;
      float: left;
      width: 239px;
      margin: 20px 0 20px calc((100% - 239px - 220px)/2); }
      section.header .header-main .cart img.cart-icon {
        vertical-align: top;
        margin-right: 4px; }
      section.header .header-main .cart .text {
        display: inline-block; }
        section.header .header-main .cart .text .title {
          font-size: 14px;
          margin-bottom: 10px; }
        section.header .header-main .cart .text p {
          font-size: 16px; }
      section.header .header-main .cart .bottom {
        margin-top: 11px; }
      section.header .header-main .cart .look {
        font-size: 12px;
        padding-bottom: 3px;
        border-bottom: 1px solid black; }
        section.header .header-main .cart .look img {
          margin-left: 4px; }
      section.header .header-main .cart .btn-checkout {
        width: 134px;
        height: 27px;
        font-size: 14px;
        margin-left: 16px; }
    section.header .header-main .personal {
      float: left;
      margin: 20px 0 0 10px;
      padding-top: 0;
      max-width: 210px;
      width: 100%; }
      section.header .header-main .personal p {
        margin-bottom: 3px;
        font-size: 16px;
        padding-left: 0 !important;
        padding-top: 0 !important; }
      section.header .header-main .personal .logout {
        top: 0;
        right: 0; }
  section.header .nav {
    display: none; }
  section.header .mobile-button {
    display: block; }

  .checkbox input[type="checkbox"] + label {
    padding-left: 20px;
    font-size: 15px; }

  .checkbox input[type="checkbox"] + label::before {
    top: -1px;
    width: 16px;
    height: 16px; }

  /*ios-switcher*/
  input[type="checkbox"].ios8-switch + label {
    padding: 7px 0 0 57px; }

  input[type="checkbox"].ios8-switch + label:before {
    width: 40px;
    height: 25px; }

  input[type="checkbox"].ios8-switch + label:after {
    top: 1px;
    width: 23px;
    height: 23px; }

  input[type="checkbox"].ios8-switch:checked + label:after {
    left: 16px; }

  .checkbox-ios {
    margin-left: 14px; }
    .checkbox-ios label {
      font-size: 11px; }

  input.btn-reg {
    font-size: 17px;
    padding: 7px 15px;
    margin-top: 10px; }

  label.with-info .tooltype > span {
    bottom: 27px;
    width: 232px;
    border: 1px solid #bababa;
    font-size: 10px;
    padding: 1px 0 0 4px;
    margin-left: -75px; }

  label.with-info .tooltype > span:before,
  label.with-info .tooltype > span:after {
    bottom: -23px;
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 11px solid #bababa; }

  label.with-info .tooltype > span:after {
    border-top: 11px solid white;
    bottom: -21px; }

  label.with-info .tooltype img {
    width: 15px; }

  section.content-main .tabs {
    display: block;
    flex-direction: initial;
    justify-content: initial;
    margin: 0 auto 30px auto; }
    section.content-main .tabs > div {
      width: calc(549px - 27px - 2px);
      padding: 19px 0 0 27px;
      border: 1px solid #cfcfcf;
      border-radius: 3px;
      margin: 0 auto 20px; }
      section.content-main .tabs > div .top {
        margin-bottom: 7px; }
        section.content-main .tabs > div .top .icon {
          width: 52px;
          padding-top: 4px;
          margin-right: 14px; }
        section.content-main .tabs > div .top .title {
          font-size: 23px; }
        section.content-main .tabs > div .top .subtitle {
          font-size: 14px; }
      section.content-main .tabs > div .advantages .elem {
        margin-bottom: 12px;
        margin-right: 10px; }
        section.content-main .tabs > div .advantages .elem .icon {
          width: 24px; }
        section.content-main .tabs > div .advantages .elem .title {
          font-size: 14px;
          line-height: 14px;
          margin-left: 8px; }
      section.content-main .tabs > div .btn-choose {
        width: 139px;
        top: 33px;
        right: 22px;
        padding: 7px 0;
        font-size: 14px;
        border: 1px solid #0d7bb3;
        border-radius: 2.5px; }
  section.content-main .content .form-group {
    margin-bottom: 16px; }
    section.content-main .content .form-group > label {
      width: 264px;
      font-size: 14px; }
    section.content-main .content .form-group input[type="email"],
    section.content-main .content .form-group input[type="tel"],
    section.content-main .content .form-group input[type="text"],
    section.content-main .content .form-group input[type="date"],
    section.content-main .content .form-group select {
      width: 229px;
      border: 1px inset #bfbfbf;
      padding: 6px 12px;
      font-size: 14px;
      height: 17px; }
    section.content-main .content .form-group input[type="email"] + label,
    section.content-main .content .form-group input[type="tel"] + label,
    section.content-main .content .form-group input[type="text"] + label,
    section.content-main .content .form-group input[type="date"] + label {
      font-size: 11px;
      right: 4px;
      padding: 8px 8px; }
    section.content-main .content .form-group select {
      width: 256px;
      height: 31px; }
    section.content-main .content .form-group input[name="birthday"]::after {
      width: 27px;
      height: 55px;
      right: 4px; }
  section.content-main .content .form-group.register {
    display: inline-block;
    flex-direction: initial;
    justify-content: initial;
    align-items: initial;
    margin-bottom: 0; }
  section.content-main .content .form-group.required > label:not(.with-info)::after {
    margin-left: 2px; }
  section.content-main .content .retail-content .input-wrapper {
    padding-top: 20px;
    margin-bottom: 30px;
    float: left; }
  section.content-main .content .retail-content .checkbox-wrapper .checkbox {
    margin-bottom: 14px; }
    section.content-main .content .retail-content .checkbox-wrapper .checkbox label {
      font-size: 11px;
      padding-left: 27px; }
  section.content-main .content .wholesale-content .what-i-get {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); }
    section.content-main .content .wholesale-content .what-i-get .title {
      padding: 8px;
      font-size: 14px; }
      section.content-main .content .wholesale-content .what-i-get .title img {
        margin-left: 7px; }
    section.content-main .content .wholesale-content .what-i-get .content {
      padding-bottom: 14px; }
      section.content-main .content .wholesale-content .what-i-get .content .hide-icon {
        width: 27px;
        left: calc(50% - 14px);
        bottom: 3px; }
  section.content-main .content .wholesale-content .persons {
    padding-top: 61px;
    padding-left: 3px;
    margin-bottom: 20px; }
    section.content-main .content .wholesale-content .persons > div {
      margin-right: 0; }
      section.content-main .content .wholesale-content .persons > div .icon {
        width: 24px;
        max-width: 25px;
        height: 24px;
        max-height: 25px;
        margin-right: 4px; }
      section.content-main .content .wholesale-content .persons > div span {
        font-size: 14px;
        border-bottom: 1px dotted black; }
    section.content-main .content .wholesale-content .persons .entity {
      margin-left: 30px; }
  section.content-main .content .wholesale-content .content .row {
    border-bottom: 1px solid #c3c3c3;
    padding-top: 20px;
    padding-bottom: 14px; }
    section.content-main .content .wholesale-content .content .row .info {
      font-size: 14px;
      margin-bottom: 17px; }
      section.content-main .content .wholesale-content .content .row .info img {
        width: 20px;
        margin-right: 7px; }
  section.content-main .content .wholesale-content .individual-content .form-group:nth-child(2n+1),
  section.content-main .content .wholesale-content .entity-content .form-group:nth-child(2n+1) {
    margin-right: 0; }
  section.content-main .content .wholesale-content .individual-content .infographics,
  section.content-main .content .wholesale-content .entity-content .infographics {
    margin-top: -30px; }
  section.content-main .content .wholesale-content .individual-content .btn-reg,
  section.content-main .content .wholesale-content .entity-content .btn-reg {
    position: relative;
    top: 114px;
    left: 0;
    margin-left: 0; }
  section.content-main .content .wholesale-content .checkbox-wrapper {
    position: relative;
    top: -20px;
    margin-left: 0; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox {
    min-height: 27px; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox:first-child {
    min-height: 18px; }
  section.content-main .content .wholesale-content .checkbox-wrapper .checkbox label {
    font-size: 11px;
    padding-left: 27px; }
  section.content-main .content .infographics, section.content-main .content .wholesale-content .what-i-get {
    display: none; }
  section.content-main hr {
    height: 1px; }

  section.footer {
    margin-top: 68px;
    height: 103px;
    padding: 20px 0; }
    section.footer .container {
      display: block;
      justify-content: initial;
      flex-direction: initial;
      position: relative;
      padding: 0; }
    section.footer .logo {
      display: block;
      width: 191px;
      margin: 0 auto; }
    section.footer ul {
      display: inline-block;
      flex-direction: initial;
      align-items: initial;
      width: 475px;
      position: absolute;
      bottom: 0;
      left: calc((100% - 475px)/2);
      margin: 0; }
      section.footer ul li {
        float: left;
        font-size: 12px;
        padding: 0 8px; }
      section.footer ul li:not(:last-child) {
        border-right: 1px solid #7b7b7b; }
    section.footer .phone {
      text-align: center;
      margin-top: 10px; }
      section.footer .phone img {
        width: 20px;
        margin-right: 10px; }
      section.footer .phone a {
        font-size: 18px; }

  section.cart .management {
    margin-top: 27px;
    margin-left: 0;
    text-align: center; }
    section.cart .management > div {
      margin-right: 46px; }
      section.cart .management > div img {
        width: 29px; }
      section.cart .management > div span {
        display: block;
        font-size: 14px;
        margin-left: 5px;
        border-bottom: 1px dashed black;
        margin-top: 10px; }
  section.cart .alert-top {
    margin-top: 11px;
    font-size: 14px;
    padding: 5px 11px; }
    section.cart .alert-top .close {
      width: 14px;
      height: 14px; }
  section.cart .cart-table {
    display: block;
    margin-top: 14px; }
    section.cart .cart-table .tooltype-red > span {
      width: 137px;
      font-size: 14px !important;
      margin-left: -49px !important;
      border-color: transparent;
      padding: 5px; }
    section.cart .cart-table .tooltype-red .btn-agree {
      font-size: 14px;
      margin-top: 7px; }
    section.cart .cart-table .tooltype-red .btn-delete {
      font-size: 12px;
      border-bottom: 1px dotted #dd2a1b;
      margin-top: 7px; }
    section.cart .cart-table .tooltype-green > span {
      width: 137px;
      font-size: 14px !important;
      margin-left: -49px !important;
      border-color: transparent;
      padding: 5px; }
    section.cart .cart-table .tooltype-green .btn-agree {
      font-size: 14px;
      margin-top: 7px; }
    section.cart .cart-table .tooltype-green .btn-delete {
      font-size: 12px;
      border-bottom: 1px dotted #dd2a1b;
      margin-top: 7px; }
    section.cart .cart-table tr, section.cart .cart-table td {
      display: block; }
    section.cart .cart-table tr {
      padding-bottom: 16px; }
    section.cart .cart-table thead {
      display: none; }
      section.cart .cart-table thead th {
        font-size: 14px;
        padding: 8px 0; }
      section.cart .cart-table thead th:first-child {
        padding-left: 14px; }
      section.cart .cart-table thead th:last-child {
        padding-right: 14px; }
      section.cart .cart-table thead .vendor-code {
        width: 102px; }
      section.cart .cart-table thead .brand {
        width: 164px; }
      section.cart .cart-table thead .name {
        width: 342px; }
      section.cart .cart-table thead .supply {
        width: 131px; }
      section.cart .cart-table thead .price {
        width: 119px; }
      section.cart .cart-table thead .quantity-cart {
        width: 137px; }
      section.cart .cart-table thead .sum {
        width: 105px; }
      section.cart .cart-table thead .favorites {
        width: 37px; }
    section.cart .cart-table .table-hidden-title {
      display: block; }
    section.cart .cart-table .product {
      border-bottom: 1px solid #bababa; }
      section.cart .cart-table .product td {
        padding: 16px 0 0 0; }
      section.cart .cart-table .product td:first-child {
        padding-left: 0; }
      section.cart .cart-table .product .vendor-code .code {
        font-size: 15px; }
      section.cart .cart-table .product .vendor-code .replace {
        width: 270px;
        font-size: 12px;
        line-height: 12px; }
        section.cart .cart-table .product .vendor-code .replace span:first-child {
          margin-bottom: 11px; }
      section.cart .cart-table .product .brand {
        font-size: 14px; }
      section.cart .cart-table .product .name {
        padding-right: 0; }
        section.cart .cart-table .product .name .text {
          font-size: 13px;
          line-height: 18px; }
        section.cart .cart-table .product .name .comment-wrapper {
          margin-top: 20px; }
          section.cart .cart-table .product .name .comment-wrapper .comment {
            font-size: 12px;
            line-height: 12px; }
      section.cart .cart-table .product .supply > div {
        font-size: 14px;
        margin-bottom: 12px; }
      section.cart .cart-table .product .supply img:first-of-type:not(.arrow) {
        width: 12px; }
      section.cart .cart-table .product .supply img.arrow {
        width: 9px; }
      section.cart .cart-table .product .supply .statistics img:last-of-type {
        width: 48px;
        margin-left: 5px; }
      section.cart .cart-table .product .supply span {
        font-size: 15px;
        margin-left: 5px; }
      section.cart .cart-table .product .supply .availability img {
        margin-top: 5px; }
      section.cart .cart-table .product .price img {
        width: 9px; }
      section.cart .cart-table .product .price span,
      section.cart .cart-table .product .sum {
        font-size: 16px; }
      section.cart .cart-table .product .price label.with-info .tooltype {
        top: -3px; }
      section.cart .cart-table .product .quantity-cart {
        padding-top: 10px; }
        section.cart .cart-table .product .quantity-cart button {
          border: 1px solid #0d7bb3;
          width: 30px;
          height: 27px; }
        section.cart .cart-table .product .quantity-cart input {
          width: 38px;
          height: 23px;
          font-size: 14px;
          border: 2px inset #bfbfbf; }
      section.cart .cart-table .product .favorites {
        display: inline-block;
        float: left;
        padding-top: 14px;
        padding-right: 20px; }
      section.cart .cart-table .product .trash {
        padding-top: 8px; }
      section.cart .cart-table .product .trash button {
        width: 30px;
        height: 30px;
        border: 1px solid #bfbfbf; }
    section.cart .cart-table .product:last-child {
      border-bottom-width: 3px; }
  section.cart .final {
    padding-top: 14px; }
    section.cart .final .alert-bottom {
      width: 100%;
      font-size: 12px;
      line-height: 12px; }
    section.cart .final .total {
      display: inline-block;
      float: none;
      margin-top: 20px; }
      section.cart .final .total .text-and-btns {
        display: inline-block;
        font-size: 14px; }
        section.cart .final .total .text-and-btns span {
          margin-left: 30px; }
        section.cart .final .total .text-and-btns .btn-clear,
        section.cart .final .total .text-and-btns .btn-save {
          width: 30px;
          height: 30px;
          border-width: 1px; }
        section.cart .final .total .text-and-btns .btn-clear {
          margin-right: 11px;
          margin-left: 7px; }
        section.cart .final .total .text-and-btns .btn-save {
          margin-left: 30px; }
      section.cart .final .total input.btn-checkout {
        font-size: 17px;
        padding: 7px 15px;
        margin-right: 20px; }
      section.cart .final .total label.with-info .tooltype > span {
        width: 130px;
        margin-left: -48px;
        padding-bottom: 7px; }
      section.cart .final .total .checkbox-wrapper {
        width: 314px;
        margin-top: 14px; }
      section.cart .final .total .checkbox {
        margin-bottom: 14px; }
        section.cart .final .total .checkbox label {
          font-size: 11px;
          padding-left: 27px; } }
@media (max-width: 779px) {
  .container .head .title {
    width: 100%; }

  section.cart .management > div {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px; }

  section.cart .management {
    display: block;
    flex-direction: initial;
    align-items: initial;
    float: none; } }
@media (max-width: 689px) {
  section.header .header-main .logo {
    float: none;
    width: 100%;
    padding-right: 0; }
  section.header .header-main .logo-in-1 {
    display: block;
    margin: 0 auto; }
  section.header .header-main .logo-in-2 {
    display: none; }
  section.header .header-main .search-form {
    display: block;
    float: none;
    margin: 20px auto 0; }
  section.header .header-main .cart {
    display: block;
    margin-left: 0; }
  section.header .header-main .personal {
    display: block;
    float: right;
    margin-left: 0; }

  section.content-main .tabs > div {
    width: calc(278px - 8px - 2px);
    padding: 18px 0 0 8px; }
    section.content-main .tabs > div .top .subtitle {
      font-size: 10px; }
    section.content-main .tabs > div .advantages {
      display: block;
      flex-direction: initial;
      align-items: initial;
      flex-wrap: initial;
      margin-top: 44px; }
      section.content-main .tabs > div .advantages .elem .icon {
        width: 24px; }
      section.content-main .tabs > div .advantages .elem .title {
        font-size: 14px;
        line-height: 14px;
        margin-left: 8px; }
    section.content-main .tabs > div .btn-choose {
      width: 139px;
      top: 80px;
      left: 70px; } }
@media (max-width: 601px) {
  section.content-main .content .form-group {
    display: block;
    width: 255px;
    margin-right: 20px; }
    section.content-main .content .form-group label[for=delivery-address], section.content-main .content .form-group label[for=fact-address] {
      margin-bottom: 5px; }
    section.content-main .content .form-group input[type="text"] + label {
      top: 18px;
      padding-top: 8px;
      height: 23%;
      right: 2px; } }
@media (max-width: 539px) {
  section.footer {
    height: 133px; }
    section.footer ul {
      width: 238px;
      left: calc((100% - 238px)/2); }
      section.footer ul li {
        float: none;
        font-size: 12px;
        padding: 0;
        text-align: center; }
      section.footer ul li:not(:last-child) {
        padding-bottom: 4px;
        border: none; }

  section.header .top-bar {
    height: 84px; }
    section.header .top-bar p {
      font-size: 14px; }
    section.header .top-bar .phone .icon {
      width: 18px; }
    section.header .top-bar .phone a {
      font-size: 22px; }
  section.header .header-main .search-form {
    max-width: 342px;
    width: 100%; }
  section.header .header-main .search-wrapper input.search-code {
    width: calc(100% - 37px - 49px - 2px); }
  section.header .header-main .search-btns {
    max-width: 342px;
    width: 100%; }
    section.header .header-main .search-btns .checkbox input[type="checkbox"] + label {
      font-size: 11px; }
  section.header .header-main .cart {
    float: none;
    margin: 20px auto; }
  section.header .header-main .personal {
    float: none;
    margin: 20px auto; } }
@media (max-width: 449px) {
  section.cart .final .total .checkbox label, section.cart .final .total .checkbox-wrapper {
    width: 250px; }

  section.cart .final {
    overflow: hidden; }

  label.with-info .tooltype {
    display: inline-block;
    margin: 0; }

  label.with-info .tooltype > span {
    left: 30px; }

  section.cart .final .total label.with-info .tooltype > span {
    width: 60px; }

  section.content-main .content .wholesale-content .persons {
    padding-top: 20px; }

  section.content-main .content .wholesale-content .persons {
    display: block;
    flex-direction: initial;
    align-items: initial; }

  section.content-main .content .wholesale-content .persons .entity {
    margin: 20px 0 0 0; }

  section.cart .final .total .text-and-btns {
    width: 200px; }

  section.cart .final .total .text-and-btns .btn-clear {
    margin-top: 10px; }

  section.cart .final .total .text-and-btns .btn-save {
    margin-top: 10px;
    margin-left: 0; }
}

@media (max-width: 1200px) {
    section.home-page .swiper-container.banners .banner-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    section.home-page .swiper-container.banners .banner-img img {
        width: 100%;
        height: auto;
    }

    section.home-page .swiper-container.banners .swiper-slide .container {
        overflow: visible;
    }

    section.home-page .swiper-container.banners .swiper-slide .container {
        position: absolute;
        height: 27%;
        top: 0;
        left: calc(50% - 125vw);
    }

    section.home-page .swiper-container.banners .swiper-slide .banner-wrap {
        position: relative;
        margin-left: 73vw;
        margin-top: -2vw;
        width: 60vw;
        font-size: 2vw;
    }

    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg .text-bold {
        font-size: 4vw;
        padding: 0px 20px;
    }

    section.home-page .swiper-container.banners .swiper-slide .banner-wrap .wrap-bg .text {
        font-size: 3vw;
    }


    section.home-page .swiper-container.banners {
        height: auto;
    }

    section.home-page .auto-types .elem .elem-text {
        font-size: 11px
    }

    section.home-page .auto-types .elem {
        margin-left: 19px;
        margin-top: 15px;
    }

    section.home-page .auto-types {
        display: block;
        text-align: center;
    }

    .swiper-wrapper {
        width: 13%;
    }

    section.home-page .vin-search label span {
        font-size: 2.3vw;
        line-height: 6vw;
        visibility: hidden;
    }

    section.home-page .vin-search .right-part input {
        width: 42vw;
        font-size: 4vw;
        width: initial;
        float: none;
        display: block;
        position: relative;
        margin: 0 auto;
    }

    section.home-page .vin-search .right-part button {
        float: none;
        width: 28vw;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 2.5vw;
    }

    .vin-search form{
        text-align: center;
    }

    section.home-page .shares .tooltype {
        left: -178px;
    }

    section.home-page .shares .tooltype:before, section.home-page .shares .tooltype:after {
        left: 16px;
        transform: rotate(0deg);
    }

    section.home-page .vin-search {
        height: auto;
        margin-left: 4px;
        display: inline-block;
    }

    section.home-page .vin-search label .text-bold {
        visibility: visible;
    }

    section.home-page .vin-search .right-part {
        margin: 0;
        width: 100%;
    }

    section.home-page .container.cyan .accessories .item {
        width: 84px;
        height: 43px;
        margin: 0 auto 38px 20px;
        margin-top: 30px !important;
    }

    section.home-page .section-title {
        display: inline-block;
        font-size: 11px;
        padding-left: 57px;
        width: 175px;
    }

    section.home-page .comfort .item {
        margin-top: 15px;
    }

    section.home-page .comfort .item:first-child, section.home-page .comfort .item:nth-child(2), section.home-page .comfort .item:nth-child(3), section.home-page .comfort .item:nth-child(4) {
        margin-top: 15px;
    }

    section.home-page .trust.col-1 {
        width: 100%;
    }

    section.home-page .trust.col-1 .logo-companies {
        width: 310px;
        position: static;
        display: table-row-group;
        margin-left: 20vw;
    }

    section.home-page .trust.col-2 {
        padding-left: 10vw;
        max-width:100%;
        width:100%;
        border-left:0px;
    }
    section.home-page .trust.col-2 .logo-companies .item {
        float: none;
        margin-right: auto;
    }
    .swiper-container.reviews.swiper-container-horizontal .swiper-wrapper {
        width: 543px;
    }
    section.home-page .swiper-container.reviews .swiper-slide {
        height: 362px;
    }
    section.home-page .cooperation .item.item-1, section.home-page .cooperation .item.item-2 {
        width: 100%;
    }

    section.home-page .swiper-container.brands .swiper-slide {
        width: 100% !important;

    }

    section.home-page .vin-search label {
        margin-left: 4vw;
    }


    section.home-page .cooperation .item.item-1, section.home-page .cooperation .item.item-2 {
        width: 100%;
        margin-bottom: 70px;
    }
    section.home-page .cooperation .item .col {
        height: 0%;
    }
    section.home-page .cooperation .item .col.col-2 {
        margin-left: 60px;
    }
    section.home-page .cooperation .item .col .btn-sign-up {
        top:210px;
        position: static;
        margin-top: 5px;
    }
    section.home-page .widgets .item.vk-widget {
        margin-top: 15px;
    }
    section.home-page .widgets .item.fb-widget {
        margin-top: 15px;
        display: none;
    }
    section.home-page .widgets .item.instagram-widget {
        margin-top: 15px;
        display: none;
    }
    section.home-page .cooperation {
        margin-bottom: 0px;
    }
    .item.item-3 .btn-sign-up{
        top: 144px !important;
    }
    section.home-page .widgets {
        display: block;
        margin-bottom: 0px;
    }
    .wrap {
        overflow: hidden;
    }
    section.home-page .categories-btn {
        margin-top: 10px;
        display: block;
    }
    section.home-page .categories-btn .category-btn {
        font-size: 3vw;
        width: 100%;
        margin-top: 15px;
    }
    .comfort{
        width: 100vw;
    }
    section.home-page .widgets .item.news-widget {
        width: 100%;
    }
    section.home-page .cooperation .item.item-3 {
        float: left;
    }
    .widgets .item {
        margin: 0 auto;
    }
    section.home-page .shares {
        margin-top: 43px;
    }
    section.home-page .location .items .item .item-img {
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    section.home-page .location .items .item .item-text {
        text-align: center;
        padding:0;
        float: none;
    }

    section.home-page .container.cyan {
        overflow: visible;
    }
    section.home-page .container.cyan .accessories .item .item-link {
        width: 104px;
    }
    .facewidglink{
        margin: 15px auto;
        display: flex;
        padding: 4vw;
        border-radius: 5px;
        width: 34vw;
        background: #00589d;
    }

    .faceicon{
        width: 8vw;
        height: 8vw;
    }
    .faceicontext{
        color: white;
        float: right;
        align-self: center;
        margin-left: auto;
        font-size: 4vw;

    }
    .instwidglink{
        margin: 0 auto;
        display: flex;
        padding: 4vw;
        border-radius: 5px;
        width: 34vw;
        background: linear-gradient(to right, #0074af 0%, #dd2a1b 100%);
    }
    .insticon{
        width: 8vw;
        height: 8vw;
    }
    .insticontext {
        color: white;
        float: right;
        align-self: center;
        margin-left: auto;
        font-size: 4vw;
    }
    section.home-page .widgets .item {
        width:100%;
    }
    #vk_groups{
        margin: 0 auto;
    }
}
@media (max-width: 500px){
    section.home-page .section-title {
        font-size: 4vw;
        width: 47vw;
    }
}
@media (max-width: 438px) {
    section.home-page .swiper-container.banners .swiper-slide .banner-wrap {
        margin-top: -1vw;
    }
    section.home-page .vin-search label span {
        line-height:7vw;
    }

}
@media (max-width:360px){
    section.home-page .trust.col-1 .logo-companies .item {
        width: 95px;
        margin: 20px 17px 0;
    }
    section.home-page .trust.col-2 {
        padding-left: 2vw;
    }
}

@media (min-width:384px) and (max-width:1200px){
    section.home-page .cooperation .item.item-1, section.home-page .cooperation .item.item-2 {
        margin-bottom: 20px;
    }
}
@media (min-width:1200px){
    .facewidget{
        display: none;
    }
    .instwidget{
        display: none;
    }
}
@media (min-width: 768px){
    .facewidglink {
        padding: 2vw;
    }
    .instwidglink {
        padding: 2vw;
    }
}
@media (min-width:1201px) and (max-width:1356px){
    section.home-page .trust.col-2 .logo-companies .item:last-child {
        margin-top: 15px;
    }
    section.home-page .container.cyan .accessories .item {
        width:136px;
    }
}
@media (min-width:1201px){
    section.home-page .comfort .item {
        margin-top: 2px;
    }
}
.avtoproizvoditeli {
    display:inline-block;
    text-align:center;
}

.brend-avtomobil {
    width:150px;
    display:inline-block;
    margin-top:20px;
}
.brend-avtomobil-logo, .brend-avtomobil-name {
    width:100%;
    height: 50px;
    text-align:center;
    font-size:12px;
}
#contentTD {width:100%;margin:0 !important;padding: 0 !important}
#contentTD .valuable-notification {margin-top:10px!important;margi-bottom:10px!important}
.wrap.authorized section.home-page .cooperation .item .col .btn-sign-up {display:none!important;}
.modal-review #modal-image-img {max-width:100%;max-height:100%;}
section.home-page .swiper-container.reviews .swiper-slide .photo img{border-radius:50px}
section.home-page .cooperation .item .col .btn-sign-up {text-decoration: none;}
section.home-page .container.cyan .accessories .item .item-link {text-decoration: none;}
section.home-page .comfort .item .item-title {padding-bottom: 50px;}
section.home-page div.ya-share2 {margin-top: 7px;}
section.home-page div.ya-share2 span {margin: 0}
.modal-review .rating {margin: 7px auto 20px; font-size: 16px;}
section.home-page .swiper-container.reviews .swiper-slide .right-col .rating {margin-top:10px; margin-bottom: 10px;}
div.avtoproizvoditeli > div > a > div.brend-avtomobil-name {margin-top: 10px;}
.brend-avtomobil {width: 128px; margin-bottom:40px;}
div.widgets > div.item.news-widget > div.widget-content > ul > li > a {text-decoration: none;}
section.home-page .swiper-container.hits .swiper-slide .to-cart {text-decoration: none; transition: background-color .3s; bottom: 0; position: absolute; left: 38px;}
section.home-page .swiper-container.hits .swiper-slide .to-cart:hover {background-color: #eb1200; transition: background-color .3s;}
section.home-page .swiper-container.hits .swiper-slide .desc-wrap.item-block-2 {padding: 0px 10px 8px;}
section.home-page .swiper-container.hits .swiper-slide .product-img .photo {width: 100%;}
.btn-review, .btn-review:hover, .btn-sign-up, .btn-sign-up:hover {transition: all .3s;}
section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col .product-title {line-height: 1;}
section.home-page .swiper-container.hits .swiper-slide .desc-wrap .left-col .vendor {line-height: 1;}
div.wrap.unauthorized > main > section > div > div.modal.modal-review-guest > div > a {text-decoration: none !important; width: auto; padding-left: 10px; padding-right: 10px; display: inline-block; transition: all 0.3s linear;}
div.wrap.unauthorized > main > section > div > div.modal.modal-review-guest > div > a:hover {transition: all 0.3s linear;}
div.wrap.unauthorized > main > section > div > div.modal.modal-review-guest {height: auto;}
div.wrap.unauthorized > main > section > div:nth-child(10) > div.modal.modal-review-guest > div > a:nth-child(2) {margin-left: 10px;}
/* .has-no-auth .only-opt, .has-auth-retail .only-opt {display: none;} */
.has-auth-opt .poisk-plashka.only-opt {margin-left: calc(50% - 585px); margin-top: 10vh;}