/* LIGHT BLUE */
/* ORANGE */
html body .menu-top__inner li a {
  font-weight: 400;
}
html body .menu-top {
  max-width: calc(100% - 330px);
}
html body .flags-top {
  width: 330px;
}
html body .flags-top__items {
  min-width: auto;
  flex: none;
}
html body .flags-top__items svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
html body .flags-top__items span {
  max-width: 100%;
}
html body .flags-top__action {
  color: #30b2dd !important;
  font-weight: 700;
  margin-right: 30px;
}
html body .flags-top__action svg {
  fill: #30b2dd !important;
}
html body .flags-top__devilery {
  font-weight: 400;
}
html body .flags-top__devilery svg {
  fill: #222222;
}
html body .site-header__first-column {
  justify-content: flex-start !important;
  align-items: center;
  width: auto !important;
}
html body .site-logo {
  margin-right: 15px;
}
html body .site-name {
  text-align: center;
  line-height: 1.2;
}
html body .site-name__name {
  color: #5d5d5d;
  font-weight: 700;
  font-size: 24px;
}
html body .site-name__desc {
  font-size: 23px;
  font-weight: 500;
  color: #5d5d5d;
}
html body .address-wrap {
  display: flex;
  align-items: center;
}
html body .site-adress {
  display: flex;
  align-items: center;
  color: #222223;
  font-size: 14px;
  max-width: 220px;
  font-weight: 400;
  flex: none;
}
html body .site-adress.site-adress_first {
  max-width: 300px;
}
html body .site-adress svg {
  width: 25px;
  height: 25px;
  position: static;
  fill: rgba(34, 34, 34, 0.7);
  margin-right: 10px;
  flex: none;
}
html body .site-adress a {
  font-weight: 700;
  color: #222222;
  font-size: 20px;
}
html body .site-adress:not(.site-adress_first) {
  padding-left: 25px;
}
html body .site-worktime {
  display: flex;
  align-items: center;
}
html body .site-worktime img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
html body .site-worktime__body {
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.7);
  margin-right: 0 !important;
}
html body .site-contacts {
  align-items: center;
  flex: none;
}
html body .site-contacts img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
html body .site-contacts span {
  width: auto;
  margin-top: 0;
  font-size: 14px;
  color: #30b2dd;
  font-weight: 400;
  text-decoration: underline;
}
html body .site-contacts__body {
  font-size: 20px;
  width: auto;
}
html body .site-header__second-column {
  max-width: 100%;
  width: auto;
  flex: none;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
html body .site-header__second-column .socials {
  display: flex;
  align-items: center;
  max-width: calc(45px * 2);
  flex-wrap: wrap;
  flex: none;
  margin-left: 15px;
}
html body .site-header__second-column .socials a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  margin: 2.5px 0 2.5px 5px;
}
html body .site-header__second-column .socials a img {
  width: 100%;
  height: 100%;
}
html body .site-header__bottom-right {
  width: 100%;
}
html body .site-header__bottom-left {
  flex: none;
}
.main-block {
  padding: 21px 0;
}
.main-block__top {
  width: 100%;
  display: flex;
}
.main-block .main-top__category {
  height: auto;
}
.main-block .main-top__category-title {
  background: #30b2dd;
}
.main-block .main-top__panels {
  background: #545353;
}
.main-block .info {
  padding: 20px 0;
  line-height: 1.2;
}
.main-block .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-block .info .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
}
.main-block .info .body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
.main-block .info .body ul li {
  position: relative;
  padding-left: 18px;
  margin-top: 5px;
}
.main-block .info .body ul li:before {
  content: "";
  position: absolute;
  background: #30b2dd;
  width: 7px;
  height: 7px;
  left: 0;
  top: 7px;
  border-radius: 50px;
}
.main-block .info .buttons-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.main-block .info .buttons-wrap .button1 {
  margin-right: 20px;
}
.main-block .info .buttons-wrap .btn {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  background: #ea7023;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 300ms ease all;
  line-height: normal;
}
.main-block .info .buttons-wrap .btn:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #ea7023;
}
.main-block .info .buttons-wrap .btn.revert {
  background: transparent;
  box-shadow: inset 0 0 0 2px #30b2dd;
  max-width: 212px;
}
.main-block .info .buttons-wrap .btn.revert:hover {
  background: #30b2dd;
  box-shadow: none;
}
.main-block .info .buttons-wrap .desc {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-top: 6px;
  text-align: center;
}
.main-block .main-slider__block {
  display: flex;
  align-items: center;
  margin: 10px -20px -70px;
}
.main-block .main-slider__block .top-slider {
  width: calc(50% - 40px);
  margin: 0 20px;
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.3);
}
.main-block .main-slider__block .top-slider__info {
  height: 230px;
  min-height: auto;
}
.main-block .main-slider__block .top-slider .tns-nav {
  bottom: 20px;
  left: 25px;
}
.main-block .main-slider__block .top-slider .tns-nav button {
  width: 7px;
  height: 7px;
  min-height: auto;
  margin: 0 3px;
}
.main-block .main-slider__block .top-slider .tns-nav button.tns-nav-active {
  width: 15px;
  height: 7px;
}
html body .search-block__input {
  line-height: 1 !important;
  padding: 12px 0 11px 20px !important;
  color: #fff;
  border-radius: 2px 0 0 2px;
}
html body .search-block__input::placeholder {
  color: #fff;
}
html body .search-form-btn {
  width: 60px;
  background: transparent;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  position: absolute;
  right: 60px;
}
html body .search-form-btn svg {
  fill: #fff;
}
html body .search-form-btn span {
  display: none;
}
html body .search-block__btn {
  background: #fff !important;
  padding: 0 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 2px 2px 0;
}
html body .search-block__btn svg {
  margin-right: 0 !important;
}
html body .main-top__search-panel {
  background: #666666;
}
html body .search-block__input {
  background: #666666;
}
html body .search-block__inner {
  width: 100% !important;
}
html body .main-top__cart-panel {
  display: inline-flex;
  align-items: center;
}
html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn {
  padding: 0;
}
html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn:before {
  display: none;
}
html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
}
html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn .gr-cart-total-amount {
  margin-left: 10px;
  position: static;
  min-width: 40px;
  height: 40px;
  background: #30b2dd;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .main-top__search-panel {
  width: 100% !important;
}
.advantages {
  line-height: 1.2;
  text-align: left;
  background: #ececec;
}
.advantages__inner {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
}
.advantages__inner .advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.advantages__inner .advantages__wrapper .item {
  width: calc(25% - 30px);
  margin: 0 15px;
  display: flex;
  align-items: flex-start;
}
.advantages__inner .advantages__wrapper .item__left {
  position: relative;
  z-index: 2;
  margin-top: -6px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  display: flex;
  align-items: center;
}
.advantages__inner .advantages__wrapper .item__left img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.advantages__inner .advantages__wrapper .item__right {
  position: relative;
  z-index: 1;
}
.advantages__inner .advantages__wrapper .item__right .title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #222222;
}
.advantages__inner .advantages__wrapper .item__right .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.7;
  position: relative;
}
.advantages__inner .advantages__wrapper .item__right .desc:before {
  content: "";
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 12px;
  left: -35px;
  bottom: 0;
}
html body .main-top__category-title span {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  html body .site-header__second-column {
    flex-direction: column;
    align-items: flex-start;
  }
  html body .site-header__second-column .socials {
    margin-left: 0;
    margin-top: 5px;
  }
  html body .site-header__bottom-right {
    justify-content: flex-end;
  }
}
@media (max-width: 1320px) {
  html body .address-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  html body .site-adress {
    padding-left: 0;
  }
  html body .site-adress svg {
    display: none;
  }
  html body .site-adress:not(.site-adress_first) {
    padding-left: 0;
  }
  html body .site-header__bottom-right {
    padding-left: 40px;
  }
}
@media (max-width: 1260px) {
  html body .site-header__first-column {
    align-items: flex-start !important;
    flex-direction: row !important;
  }
  html body .site-header__bottom-right {
    align-items: flex-start;
  }
  .advantages__inner .advantages__wrapper .item {
    width: calc(50% - 30px);
    margin: 20px 15px;
  }
  .advantages__inner {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1120px) {
  .site-header__bottom {
    flex-direction: column;
    align-items: center;
  }
  html body .site-header__bottom-left {
    flex-direction: column;
  }
  html body .site-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  html body .site-worktime {
    display: none;
  }
  html body .site-header__bottom-right {
    padding-left: 0;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .advantages__inner {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .main-block .main-slider__block {
    flex-direction: column;
    margin: 10px 0 0;
  }
  .main-block .main-slider__block .top-slider {
    width: 100%;
    margin: 10px 0;
  }
  html body .site-header__second-column {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
  html body .site-contacts {
    max-width: 100%;
    margin-right: 0;
  }
  html body .site-contacts img {
    display: none;
  }
  html body .remodal .site-header__second-column {
    padding-left: 0;
    align-items: flex-start;
  }
  html body .remodal .site-header__second-column .socials {
    margin: 5px 0 15px;
  }
  html body .remodal .site-adress a {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .top-slider__img {
    position: absolute !important;
  }
  .top-slider .tns-controls button {
    width: 45px;
    height: 45px;
  }
  html body .top-slider__img img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .main-block .info .title {
    font-size: 24px;
  }
  .main-block .info .body {
    font-size: 16px;
  }
  .main-block .info .buttons-wrap .btn {
    font-size: 14px;
    min-height: 54px;
  }
}
@media (max-width: 640px) {
  .advantages__inner .advantages__wrapper .item {
    width: 100%;
    margin: 15px 0;
  }
  .advantages__inner .advantages__wrapper {
    margin: 0;
  }
  .main-block .main-slider__block .top-slider__info {
    position: static !important;
    height: 230px;
  }
  html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn {
    background: transparent;
  }
  html body .main-top__cart-panel .gr-cart-preview .gr-cart-popup-btn svg {
    fill: #000;
  }
  html body .contact-more {
    margin: 5px 10px 0;
  }
  html body .site-contacts__right > span {
    display: block;
  }
  .shop-main__page .main-block {
    padding: 0;
  }
}
@media (max-width: 540px) {
  .main-block .info .buttons-wrap {
    flex-direction: column;
    margin-top: 25px;
  }
  .main-block .info .buttons-wrap .button1 {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .main-block .info .buttons-wrap .button2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .advantages.block_padding {
    padding: 0 !important;
  }
  .main-block__inner.block_padding {
    padding: 0 !important;
  }
}
@media (max-width: 479px) {
  .main-block .main-slider__block .top-slider__info {
    height: 135px;
  }
  .main-block .info .title {
    font-size: 20px;
  }
  .main-block .info .title br {
    display: none;
  }
  .main-block .info .body {
    font-size: 15px;
  }
  html body .top-slider .tns-controls button {
    width: 38px;
    height: 38px;
  }
  html body .top-slider .tns-controls button svg {
    width: 25px;
    height: 25px;
  }
}
