@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

html {
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: 'PT Sans', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
}

.marg-top {
  margin-top: 10px;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

.l-bg {
  background: url(img/bg.png) repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

.l-header {
  padding: 35px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.l-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  padding-bottom: 60px;
}

.logo-box {
  width: 70%;
}

.l-contact {
  width: 30%;
  text-align: right;
}

.l-contact a {
  display: block;
  color: #002856;
  line-height: 1.4;
  text-decoration: none;
}

.l-contact a.l-telephone {
  font-size: 24px;

}

.l-contact a.l-email {
  font-size: 18px;
}

.l-footer {
  text-align: center;
  padding: 15px 0;
}

.l-footer a {
  font-size: 24px;
  display: block;
  color: #002856;
  line-height: 1.4;
  text-decoration: none;
}

.logo-box img {
  display: inline-block;
  vertical-align: middle;
}

.logo-box span {
  color: #002856;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.2;
  margin-left: 30px;
  text-align: left;
}

.l-slide {
  margin: 0 -15px;
}

.l-slide img {
  max-width: 100%;
  height: auto;
}

.l-text {
  text-align: center;
}

.l-text p {
  margin-bottom: 20px;
  padding: 35px 0;
  font-size: 24px;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
}

.l-tovar {
  padding: 20px 0 100px;
}

.l-tovar-box {
  padding: 0 30px;
}

.l-tovar-box .l-tovar-box-l,
.l-tovar-box .l-tovar-box-r {
  display: inline-block;
  width: calc(50% - .25em);
  vertical-align: top;
}

.l-tovar-box .l-tovar-title {
  background: url(img/left-title.png) no-repeat;
  background-size: contain;
  height: 187px;
  width: 550px;
  color: #fff;
  font-size: 32px;
  padding: 45px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.l-tovar-box .l-tovar-title span {
  height: 76px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
}

.l-tovar-left .l-tovar-box .l-tovar-title {
  background: url(img/right-title.png) no-repeat;
  background-size: contain;
}

.l-tovar-box .l-tovar-img {
  text-align: center;
  margin: 0 auto;
}

.l-tovar-skidka {
  background: url(img/right-label.png) no-repeat;
  width: 250px;
  height: 160px;
  background-size: contain;
  text-align: center;
  color: #fff;
  padding: 25px 0 20px 30px;
  font-size: 30px;
  line-height: 1.1;
  margin: 6px auto 50px 152px;
  position: relative;
}

.l-tovar-left .l-tovar-skidka {
  background: url(img/left-label.png) no-repeat;
  background-size: contain;
  padding: 25px 30px 20px 0px;
  margin: 6px 155px 50px auto;
}

.l-tovar-skidka::after {
  content: '';
  background: url(img/line.png) no-repeat;
  background-size: contain;
  width: 198px;
  height: 69px;
  position: absolute;
  top: -17px;
  left: -166px;
}


.l-tovar-left .l-tovar-skidka::after {
  content: '';
  background: url(img/line-left.png) no-repeat;
  background-size: contain;
  width: 198px;
  height: 69px;
  position: absolute;
  top: -17px;
  left: initial;
  right: -166px;
}

.l-tovar-skidka .l-tovar-skidka-t {
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
}

.l-tovar-left .l-tovar-skidka .l-tovar-skidka-t {
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.l-tovar-skidka .l-tovar-skidka-t span {
  font-size: 60px;
}

.l-tovar-desc {
  font-size: 24px;
  line-height: 1.2;
}

.l-hr {
  background: #cd092c;
  height: 2px;
  border: 0;
  width: 80%;
  margin: 0 auto 60px;
}

.l-btn-gr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 900px;
  margin: 40px auto;
}

.l-btn-gr .l-btn-red {
  color: #fff;
  background: #d60a30;
  padding: 24px;
  text-align: center;
  max-width: 400px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #d60a30;
  box-shadow: 0px 5px 0px 0px rgba(139, 0, 19, 1);
}

.l-btn-gr .l-btn-red:hover {
  box-shadow: 0px 8px 0px 0px rgba(139, 0, 19, 1);
}

.l-btn-gr .l-btn-border {
  color: #d60a30;
  background: #fff;
  padding: 24px;
  text-align: center;
  max-width: 400px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #d60a30;
}

.l-btn-gr .l-btn-border:hover {
  color: #fff;
  background: #d60a30;
}

.l-btn-gr span {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .l-wrapper {
    max-width: 900px;
  }

  .l-tovar-box .l-tovar-title {
    height: 150px;
    width: 400px;
    padding: 27px 30px;
    font-size: 29px;
  }

  .l-tovar-skidka {
    margin: -3px auto 50px 150px;
  }

  .l-tovar-left .l-tovar-skidka {
    margin: -3px 150px 50px auto;
  }

  .l-tovar-skidka::after {
    width: 193px;
    height: 69px;
    position: absolute;
    top: -17px;
    left: -161px;
  }

  .l-tovar-left .l-tovar-skidka::after {
    width: 193px;
    height: 69px;
    top: -17px;
    left: initial;
    right: -160px;
  }

  .l-tovar-box .l-tovar-title span {
    height: 68px;
  }
}

@media (max-width: 899px) {
  .l-wrapper {
    max-width: 700px;
  }

  .l-tovar-skidka::after,
  .l-tovar-left .l-tovar-skidka::after {
    content: none;
  }

  .l-tovar-skidka .l-tovar-skidka-t span {
    font-size: 32px;
  }

  .l-tovar-skidka {
    width: 180px;
    height: 100px;
    padding: 13px 0 8px 10px;
  }

  .l-tovar-left .l-tovar-skidka {
    padding: 13px 30px 8px 0px;
  }

  .l-tovar-box .l-tovar-title {
    height: 140px;
    width: 320px;
    padding: 27px 30px;
    font-size: 22px;
  }

  .l-btn-gr .l-btn-red,
  .l-btn-gr .l-btn-border {
    max-width: 260px;
  }

  .l-tovar-box .l-tovar-title span {
    height: 48px;
  }
}

@media (max-width: 699px) {
  .logo-box {
    width: 100%;
  }

  .l-contact {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 670px) {
  .l-tovar-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .l-tovar-box .l-tovar-box-l {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .l-tovar-box .l-tovar-box-r {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .l-tovar-box .l-tovar-box-l,
  .l-tovar-box .l-tovar-box-r {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .l-tovar-box .l-tovar-title {
    margin: 0 auto;
  }

  .l-tovar-skidka,
  .l-tovar-left .l-tovar-skidka {
    margin: 0 auto 20px;
  }

  .l-tovar {
    padding: 20px 0 40px;
  }
}

@media (max-width: 630px) {
  .logo-box img {
    display: block;
    margin: 0 auto 10px;

  }

  .logo-box span {
    display: block;
    text-align: center;
  }

  .l-btn-gr {
    margin: 10px auto;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }

  .l-btn-gr .l-btn-red,
  .l-btn-gr .l-btn-border {
    margin: 10px auto;
  }

  .l-hr {
    margin: 0px auto 20px;
  }

}

@media (max-width: 500px) {
  .logo-box img {
    max-width: 270px;
  }
}

@media (max-width: 400px) {
  .l-text p {
    font-size: 18px;
  }

  .l-tovar-box {
    padding: 0 0px;
  }

  .l-tovar-box .l-tovar-title {
    height: 130px;
    width: 290px;
    padding: 25px 20px;
    font-size: 18px;
  }

  .l-tovar-desc {
    font-size: 18px;
  }

  .l-btn-gr .l-btn-red,
  .l-btn-gr .l-btn-border {
    padding: 10px;
    font-size: 18px;

  }

  .l-tovar-box .l-tovar-title span {
    height: 38px;
  }
}


/* 10.04 Tsareva */

.btn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 233px;
  height: 53px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #bd1f2d;
  background-color: #bd1f2d;
}

.btn .btn__img {
  display: none;
}

.btn .btn__img img {
  max-width: 100%;
}

.btn-o {
  position: static;
  width: 390px;
  max-width: 100%;
  margin: 20px auto;
  color: #bd1f2d;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    color: #bd1f2d;
    background-color: #fff;
  }

  .btn-o:hover {
    cursor: pointer;
    color: #fff;
    background-color: #bd1f2d;
  }

}

@media (max-width: 767px) {
  .btn {
    bottom: 100px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
  }

  .btn .btn__img {
    display: block;
  }

  .btn span {
    display: none;
  }

  .btn-o {
    width: 390px;
    height: 53px;
    border-radius: 10px;
  }
}

.rings {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .6;
  z-index: -1;
}

.rings .ring {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #bd1f2d;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: launcher-button-pulsate infinite 3s;
  animation: launcher-button-pulsate infinite 3s;
}

@media (max-width: 767px) {
  .rings .ring {
    border-radius: 50%;
  }
}

.rings .ring:nth-child(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.rings .ring:nth-child(2) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.rings .ring:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes launcher-button-pulsate {
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }

  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
    opacity: 0
  }
}

@keyframes launcher-button-pulsate {
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }

  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
    opacity: 0
  }
}

.main-page-icons-slider {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
}

.main-page-icons-slider_item_flex {
  display: -webkit-box;
  display: flex;
  /* align-items: center; */
}

.main-page-icons-slider_item_text p {
  margin-bottom: 0px;
  line-height: 1.3em;
}

div.main-page-icons-slider_item_img {
  margin-right: 8px;
  min-width: 41px;
}

.main-page-icons-slider_item_img img {
  width: 41px;
  height: 41px;
}

.slick-slide {
  outline: none;
}

.red-text {
  font-size: 24px;
  font-weight: bold;
  color: #bd1f2d;
}