.g-page-article__image {
  margin-right: 40px;
}
.localtabs > ul > li .localtabs__title > a > span {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 .5C4.31.5.5 4.31.5 9c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5C17.5 4.31 13.69.5 9 .5zm0 1c4.15 0 7.5 3.35 7.5 7.5s-3.35 7.5-7.5 7.5S1.5 13.15 1.5 9 4.85 1.5 9 1.5z' solid-color='%23000000' fill='%23d6d6d6'/%3E%3Cpath d='M11.117 7.646L8.7 10.053 6.355 7.707l-.708.707L8.7 11.467l3.122-3.113-.705-.708z' solid-color='%23000000' fill='%23484848'/%3E%3C/svg%3E") 50% 50% no-repeat, white;
  border-radius: 50%;
}
h1 {
  font-size: 50px !important;
}
.bld {
  font-weight: bold;
}
.g-comment {
  background-color: #ffffff;
  border-width: 1px !important;
  border-color: #a2c3fa !important;
  border-radius: 20px !important;
}
.g-form-control-text:hover, .g-form-control-value:hover {
  border-color: #a2c3fa;
  border-width: 1px !important;
  background: #ebf2fe;
  border-radius: 20px !important;
}
.g-form-field__value, .g-form-control-text, .g-form-control-textarea {
  border-color: #a2c3fa;
  border-width: 1px !important;
  background: none;
  border-radius: 20px !important;
}
.green {
  color: #41AF2F !important;
}
.g-board .g-button {
  color: #ffffff;
  border-color: #4285f4;
  border-width: 2px;
  background: #4285f4;
  box-shadow: none;
  font-weight: normal;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
}
.g-board .g-button:hover {
  border-color: #4285f4;
  border-width: 2px;
  color: #4285f4 !important;
  background: none;
  font-weight: normal;
  box-shadow: none;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
}
.g-form-field ul li:hover {
  border-color: none;
  background: none !important;
}
.h2blue {
  color: #4182ed !important;
  font-size: 26px !important;
}
.white {
  font-size: 26px !important;
  color: #ffffff !important;
  font-weight: none !important;
}
.blackh2 {
  font-size: 26px !important;
  color: #000000 !important;
}
.transport {
  font-size: 15px;
}
.zametka {
  font-size: 12px;
}
.reason {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-color: #41af2f;
  border-style: solid;
  border-width: 2px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(50% - 40px);
}
.reasons {
  display: flex;
  flex-flow: row wrap;
  margin: 15px 0 25px;
  justify-content: space-between;
}
.reason .title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #41af2f;
}
@media screen and (max-width: 479px) {
  .reason {
    width: 100%;
  }
  .mobzag {
    margin-top: 15px;
  }
  .reasons {
    margin: 0;
  }
}
.h3size {
  font-size: 26px;
}
.parent {
  display: flex;
  flex-flow: row wrap;
}
.child {
  width: calc(100% - 24px);
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
}
.child img {
  margin: 0 20px 0 0;
  width: calc(100% - 20px);
}
.child div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forfoto {
  width: 100% !important;
}
@media screen and (max-width: 820px) {
  .child {
    width: 100%;
    flex-flow: row wrap;
    margin: 12px 0 !important;
  }
  .child img {
    margin: 0 20px 0 0;
    width: 100%;
  }
  .child div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .child div {
    width: 100%;
  }
  .forfoto img {
    width: 100% !important;
    height: auto !important;
  }
  .child div p {
    margin: 0;
  }
}
.slideshow {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.slideshow-item {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  animation: slideanim 20s infinite;
  pointer-events: none;
}
.slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
  animation-delay: 0;
}
.slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
  animation-delay: 5s;
}
.slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
  animation-delay: 10s;
}
.slideshow-item:nth-child(4), .slideshow-item:nth-child(4) img {
  animation-delay: 15s;
}
.slideshow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow-item-text {
  max-width: 50%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #f3ebeb9e;
  color: #2b2b2bcc;
  padding: 10px 20px;
  font-weight: bold;
}
.slideshow-item-text p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
}
@keyframes slideanim {
  12.5% {
    opacity: 1;
    pointer-events: auto;
  }
  25% {
    opacity: 1;
    pointer-events: auto;
  }
  37.5% {
    opacity: 0;
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 1100px) {
  .slideshow-item-text {
    max-width: 75%;
  }
}
@media screen and (max-width: 456px) {
  .slideshow-item-text {
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
  .slideshow-item-text h5 {
    font-size: 18px;
  }
  .slideshow-item-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .imgcentr {
    width: 100% !important;
    height: auto !important;
  }
}
.zima {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .zima {
    width: 100%;
    flex-flow: row wrap;
    margin: 12px 0 !important;
    justify-content: center;
  }
  .zima img {
    margin: 0 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .zima {
    width: 100%;
    flex-flow: row wrap;
    margin: 12px 0 !important;
    justify-content: center;
  }
  .zima img {
    margin: 0 20px 0 0;
    width: 100%;
  }
}
.size13 {
  font-size: 12px;
  margin-top: -20px;
  text-align: center;
}
@media (max-width: 960px) {
  body .page-title--u-il8ykh2jw {
    font-size: 30px !important;
  }
  .lpc-features-1__item-title {
    font-size: 30px !important;
  }
}
@media (max-width: 640px) {
  body .page-title--u-il8ykh2jw {
    font-size: 25px !important;
  }
  .lpc-features-1__item-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lpc-offer {
    padding-bottom: 0 !important;
  }
  .lpc-features-1 {
    padding-bottom: 30px !important;
  }
  .lpc-features-2 {
    padding-top: 20px !important;
  }
  .lpc-delivery-block {
    padding-bottom: 20px !important;
  }
  .lpc-product-4__wrap-container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lpc-features-1__item-title {
    font-size: 25px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 14px !important;
  }
}
