/* Color */
/* Font-size */
/* Font-family */
.prm-body {
  /* Стили по умолчанию */
  margin: auto;
  overflow: hidden;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Стили эльдорадо */
  /* /Стили эльдорадо */
  /* Сюда прописывать стили верстки */
  font-family: "Roboto";
  font-weight: normal;
}
.prm-body * {
  box-sizing: border-box;
}
.prm-body img {
  display: block;
  width: auto;
  max-width: 100%;
}
.prm-body section._mb,
.prm-body div._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 40px;
  }
}
.prm-body section._mt,
.prm-body div._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 40px;
  }
}
.prm-body section._pt,
.prm-body div._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 40px;
  }
}
.prm-body section._pb,
.prm-body div._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 40px;
  }
}
.prm-body ._container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 26px;
}
@media (max-width: 1279.98px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 20px;
  }
}
.prm-body a.btn,
.prm-body button.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    display: flex;
    width: 30%;
    margin: 0 auto;
  }
}
@media (max-width: 479.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    width: 40%;
  }
}
@media (min-width: 991.98px) {
  .prm-body a.btn:hover,
  .prm-body button.btn:hover {
    background-color: #bd0f2c;
  }
  .prm-body a.btn:focus,
  .prm-body button.btn:focus {
    background-color: #9c0c24;
  }
}
.prm-body a.btn._fw,
.prm-body button.btn._fw {
  width: 100%;
}
.prm-body .prm-wrp {
  width: 1200px;
  margin: auto;
  height: 100%;
}
@media (max-width: 1240px) {
  .prm-body .prm-wrp {
    width: 940px;
  }
}
@media (max-width: 999px) {
  .prm-body .prm-wrp {
    width: 710px;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-wrp {
    width: 100%;
    padding: 0 15px;
  }
}
.prm-body picture {
  vertical-align: bottom;
  align-self: center;
}
.prm-body picture img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.prm-body .prm-page {
  max-width: 1440px;
  margin: 30px auto 0;
  text-align: center;
}
.prm-body .prm-page picture {
  display: block;
  width: 100%;
}
.prm-body .prm-page picture img {
  display: block;
  /* width: auto; */
  max-width: 100%;
  margin: auto;
}
.prm-body .prm-page-toggle {
  display: none;
  margin: 30px auto;
}
.prm-body .prm-toggle-hide-btn {
  text-decoration: none;
  color: #000000;
  margin: 30px auto 0;
  padding: 7px 35px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000000;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: none;
  font-family: 'Graphik_LC', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  background: none;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.prm-body .prm-toggle-hide-btn:hover {
  background: #76bc21;
  border-color: #76bc21;
  color: white;
  text-decoration: none;
}
.prm-body .prm-buttons-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 765px;
  margin: auto;
  flex-wrap: wrap;
}
.prm-body .prm-toggle-show-btn {
  margin: 0px auto 0;
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  border: 1px solid #000000 !important;
  /*border-right: none !important;*/
  width: 33.333%;
  box-sizing: border-box;
  box-shadow: none;
  font-family: 'Graphik_LC', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.prm-body .prm-toggle-show-btn:last-of-type {
  border-right: 1px solid #000000 !important;
}
.prm-body .prm-toggle-show-btn:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}
.prm-body .prm-toggle-show-btn.prm-active {
  color: #fff;
  border-color: #000000;
  background: #000000;
}

/* Laptops & Mobile */
@media (max-width: 760px) {
  .prm-buttons-scroll {
    overflow: auto;
  }

  .prm-buttons-flex {
    justify-content: flex-start;
    padding: 0 15px;
  }
}
