:root {
  --bg: #242424;
  --icon-color: #ffffff;
  --light-text: #ffffff;
  --text-gray: #7C7C7C;
  --purple: #722180;
  --green: #66C124;
  --dark-text: #000000;
  --l-gray: #a0a0a0;
  --bc-unactive: #4B4B4B;
  --form-gray: #2F2F2F;
  --always-white: #ffffff;
  --element-form-border: rgba(255, 255, 255, 0.5);
}

body.light {
  --bg: #e6e6e6;
  --icon-color: #333333;
  --light-text: #000000;
  --text-gray: #7C7C7C;
  --dark-text: #000000;
  --l-gray: #a0a0a0;
  --bc-unactive: #4B4B4B;
}
body.light .banner-item__description span {
  font-weight: 500 !important;
}
body.light .banner-wrapper .banner-picture__wrapper::after {
  display: none !important;
  opacity: 0;
}
body.light .button.btn-violet {
  color: var(--always-white);
  background-color: var(--purple);
}
body.light .button.btn-violet:hover {
  background-color: var(--purple);
  color: var(--always-white);
}
body.light .header_xl nav.main-menu a:hover, body.light .header_xl .phone__header:hover {
  color: var(--purple);
}
body.light .header_xl nav.main-menu a:hover ~ svg, body.light .header_xl .phone__header:hover ~ svg {
  fill: var(--purple) !important;
}

.font-small {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .py-20 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.mt-4-5 {
  margin-top: 2.1rem;
}

@media (min-width: 1200px) {
  .py-lg-4-5 {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

.my-6 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important;
}
@media (min-width: 1200px) {
  .my-6 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
}

ul {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: var(--light-text);
}
body.o-hidden, html.o-hidden {
  overflow: hidden;
}

.page {
  overflow: hidden;
  min-height: 100%;
  background-color: var(--bg);
  position: relative;
}
.page .parallel-line {
  background: #ffffff;
  opacity: 0.05;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: none;
}
@media (min-width: 992.1px) {
  .page .parallel-line {
    display: block;
  }
}
.page .parallel-line.line-1 {
  top: 10%;
}
.page .parallel-line.line-2 {
  top: 40%;
}
.page .parallel-line.line-3 {
  top: 45%;
}
.page .parallel-line.line-4 {
  top: 55%;
}
.page .parallel-line.line-5 {
  bottom: 35%;
}
.page .back-line {
  background: #ffffff;
  opacity: 0.05;
  height: 100%;
  position: absolute;
  width: 1px;
  display: none;
}
@media (min-width: 992.1px) {
  .page .back-line {
    display: block;
  }
}
.page .back-line.line-1 {
  left: 30%;
  top: 0;
}
.page .back-line.line-2 {
  right: 35%;
  top: 0;
}
.page .back-line.line-3 {
  right: 20%;
  top: 0;
}

header img {
  max-width: 100%;
  height: auto;
}
header svg {
  max-width: 100%;
  fill: var(--icon-color);
}
header svg.logo {
  height: 40px;
}

.button {
  cursor: pointer;
}

.main-menu span a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: var(--light-text);
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.main-menu span a:hover {
  color: var(--light-text);
  border-bottom: 1px solid var(--light-text);
}

.banner-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .banner-wrapper {
    min-height: 640px;
  }
}
.banner-wrapper .banner-picture__wrapper {
  object-fit: cover;
  height: 360px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.banner-wrapper .banner-picture__wrapper img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 992.1px) {
  .banner-wrapper .banner-picture__wrapper img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 992.1px) {
  .banner-wrapper .banner-picture__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner-wrapper .banner-picture__wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.banner-wrapper .banner-picture__wrapper::after {
  content: "";
}
@media (min-width: 1200px) {
  .banner-wrapper .banner-picture__wrapper::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    position: absolute;
  }
}

.label-banner {
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  background-color: var(--purple);
  color: var(--always-white);
}
@media (min-width: 1200px) {
  .label-banner {
    right: 0;
    top: 0;
    z-index: 50;
    font-size: 17px;
    line-height: 21px;
  }
}
.label-banner:before {
  content: "";
  right: 100%;
  top: 0;
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid var(--purple);
  border-right: 8px solid var(--purple);
}
@media (min-width: 1200px) {
  .label-banner:before {
    border: 15px solid transparent;
    border-top: 15px solid var(--purple);
    border-right: 15px solid var(--purple);
  }
}
.label-banner:after {
  content: "";
  right: 100%;
  bottom: 0;
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-right: 8px solid var(--purple);
  border-bottom: 8px solid var(--purple);
}
@media (min-width: 1200px) {
  .label-banner:after {
    border: 15px solid transparent;
    border-right: 15px solid var(--purple);
    border-bottom: 15px solid var(--purple);
  }
}

.banner-item__description {
  position: absolute;
  height: 60%;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  z-index: 100;
}
@media (min-width: 992.1px) {
  .banner-item__description {
    position: relative;
    height: 490px;
    background-color: transparent;
    z-index: 100;
    backdrop-filter: none;
  }
}
@media (min-width: 1200px) {
  .banner-item__description {
    position: relative;
    height: 490px;
    background-color: transparent;
    z-index: 100;
    backdrop-filter: none;
  }
}
.banner-item__description span {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark-text);
}
@media (min-width: 992.1px) {
  .banner-item__description span {
    display: block;
    font-size: 55px;
    line-height: 67px;
    /* identical to box height */
    color: var(--light-text);
    letter-spacing: 0.2em;
    text-align: left;
    position: relative;
    z-index: 50;
  }
}
@media (min-width: 1200px) {
  .banner-item__description span {
    display: block;
    font-size: 55px;
    line-height: 67px;
    /* identical to box height */
    color: var(--light-text);
    letter-spacing: 0.2em;
    text-align: left;
    position: relative;
    z-index: 50;
  }
}
@media (min-width: 992.1px) {
  .banner-item__description .after-backdrop {
    position: relative;
    z-index: 50;
  }
  .banner-item__description .after-backdrop::after {
    z-index: 25;
    content: "";
    width: 276px;
    height: 260px;
    background: var(--purple);
    position: absolute;
    right: calc(50% - 110px);
    top: -45px;
  }
}
@media (min-width: 1200px) {
  .banner-item__description .after-backdrop {
    position: relative;
    z-index: 50;
  }
  .banner-item__description .after-backdrop::after {
    z-index: 25;
    content: "";
    width: 276px;
    height: 260px;
    background: var(--purple);
    position: absolute;
    right: calc(50% - 110px);
    top: -45px;
  }
}
.banner-item__description strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--dark-text);
  position: relative;
  z-index: 50;
}
@media (min-width: 992.1px) {
  .banner-item__description strong {
    font-size: 65px;
    line-height: 79px;
    color: var(--light-text);
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner-item__description strong {
    font-size: 65px;
    line-height: 79px;
    color: var(--light-text);
    text-align: left;
  }
}

.button {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .button {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.button.btn-violet {
  position: relative;
  border: 1.5px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
  color: var(--light-text);
  background-color: var(--bg);
  box-shadow: 0px 0px 20px 1px #722180;
  transition: all 0.3s;
}
.button.btn-violet::before {
  content: "";
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  left: -1.5px;
  border: 1.5px solid;
  border-image-source: linear-gradient(229.18deg, #722180 8.8%, #EBAEF5 23.75%, #722180 38.7%, #722180 52.5%, #EBAEF5 67.84%, #551860 82.4%);
  border-image-slice: 1;
}
.button.btn-violet:hover {
  background: rgba(114, 33, 128, 0.52);
  box-shadow: 0px 0px 20px 1px rgba(114, 33, 128, 0.5);
}
.button.btn-violet:active {
  background: rgba(114, 33, 128, 0.36);
  box-shadow: 0px 0px 20px 1px rgba(114, 33, 128, 0.5);
}
.button.btn-violet-light {
  position: relative;
  border: 1.5px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 100;
  color: var(--light-text);
  background-color: var(--bg);
  transition: all 0.3s;
}
.button.btn-violet-light::before {
  content: "";
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  left: -1.5px;
  border: 1.5px solid;
  border-image-source: linear-gradient(229.18deg, #722180 8.8%, #EBAEF5 23.75%, #722180 38.7%, #722180 52.5%, #EBAEF5 67.84%, #551860 82.4%);
  border-image-slice: 1;
}
.button.btn-violet-light:hover {
  background: rgba(114, 33, 128, 0.52);
}
.button.btn-violet-light:active {
  background: rgba(114, 33, 128, 0.36);
}

h1.title-default, h2.title-default, h3.title-default, h4.title-default, h5.title-default {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 33px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-text);
  position: relative;
  text-decoration: none;
}
@media (min-width: 992.1px) {
  h1.title-default, h2.title-default, h3.title-default, h4.title-default, h5.title-default {
    font-size: 55px;
    line-height: 67px;
    text-align: left;
    margin: 40px 0;
    margin-bottom: 15px;
  }
}
h1.title, h2.title, h3.title, h4.title, h5.title {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-text);
  position: relative;
}
@media (min-width: 1200px) {
  h1.title, h2.title, h3.title, h4.title, h5.title {
    font-size: 55px;
    line-height: 67px;
    display: inline-flex;
    margin-bottom: 85px;
    text-indent: -5px;
  }
}
h1.title::after, h2.title::after, h3.title::after, h4.title::after, h5.title::after {
  content: "";
  display: block;
  width: 55px;
  margin-top: 8px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #722180;
}
@media (min-width: 1200px) {
  h1.title::after, h2.title::after, h3.title::after, h4.title::after, h5.title::after {
    position: absolute;
    right: 0;
    margin-top: 0;
    bottom: -16px;
    width: 155px;
  }
}
h1.title.with-subtitle, h2.title.with-subtitle, h3.title.with-subtitle, h4.title.with-subtitle, h5.title.with-subtitle {
  margin-bottom: 30px;
}
h1.title.modal-title, h2.title.modal-title, h3.title.modal-title, h4.title.modal-title, h5.title.modal-title {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 15px;
}
@media (min-width: 992.1px) {
  h1.title.modal-title, h2.title.modal-title, h3.title.modal-title, h4.title.modal-title, h5.title.modal-title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (min-width: 992.1px) {
  .subtitle {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}

.contact-block__wrapper svg {
  width: 40px;
  height: 40px;
}

.advantage-item {
  border-bottom: 1px solid #444444;
}
@media (min-width: 1200px) {
  .advantage-item {
    border-bottom: 0;
  }
}
@media (min-width: 992.1px) {
  .advantage-item.why__wrapper {
    margin-bottom: 115px;
  }
}
.advantage-item.why__wrapper:nth-last-child(1), .advantage-item.why__wrapper:nth-last-child(2) {
  margin-bottom: 0;
}
.advantage-item svg.place {
  height: 45px;
}
.advantage-item .advantage-item__title {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: var(--light-text);
}
@media (min-width: 1200px) {
  .advantage-item .advantage-item__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
  }
}
.advantage-item .advantage-item__title.phone {
  font-size: 28px;
  text-decoration: none;
}
.advantage-item .advantage-item__description {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: var(--light-text);
}
@media (min-width: 1200px) {
  .advantage-item .advantage-item__description {
    font-size: 17px;
    line-height: 21px;
  }
}

.why-we__row .advantage-item svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .why-we__row .advantage-item svg {
    height: auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .why-we__row .advantage-item .advantage-item__title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 992.1px) {
  .why-we__row .advantage-item .advantage-item__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.why-we__row .advantage-item .advantage-item__description {
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1400px) {
  .why-we__row .advantage-item .advantage-item__description {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (min-width: 992.1px) {
  .why-we__row .advantage-item .advantage-item__description {
    font-size: 17px;
    line-height: 20px;
  }
}

.contacts-advantages__wrapper .advantage-item {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .contacts-advantages__wrapper .advantage-item {
    border-right: 1px solid #722180;
  }
}
.contacts-advantages__wrapper .advantage-item:nth-last-child(1) {
  margin-bottom: 15px;
}
@media (min-width: 992.1px) {
  .contacts-advantages__wrapper .advantage-item:nth-last-child(1) {
    margin-top: 84px;
  }
}

.solution__item {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: var(--light-text);
  position: relative;
}
@media (min-width: 1200px) {
  .solution__item {
    font-size: 17px;
  }
}
.solution__item span {
  position: relative;
  z-index: 50;
}
@media (min-width: 992.1px) {
  .solution__item span {
    font-size: 14px;
  }
}
@media (max-width: 575.9px) {
  .solution__item .solution__item-backdrop {
    background: none !important;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .solution__item .solution__item-backdrop {
    background: none !important;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .solution__item .solution__item-backdrop {
    background: none !important;
  }
}
@media (min-width: 992.1px) {
  .solution__item .solution__item-backdrop {
    height: 240px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .solution__item .solution__item-backdrop {
    height: 290px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 20px;
  }
}
@media (min-width: 1400px) {
  .solution__item .solution__item-backdrop {
    height: 340px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 20px;
  }
}
@media (min-width: 992.1px) {
  .solution__item .solution__item-backdrop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 50%, #000000 99.9%);
  }
}
.solution__item .svg__wrapper {
  margin-right: 0.8rem;
  position: relative;
  z-index: 50;
}
.solution__item::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(114, 33, 128, 0.49) 0%, #EBAEF5 51.32%, rgba(114, 33, 128, 0.53) 98.53%);
  opacity: 0.6;
}
@media (min-width: 992.1px) {
  .solution__item::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .solution__item::after {
    display: none;
  }
}

.catalog-image {
  position: relative;
  height: 190px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-decoration: none;
}
.catalog-image * {
  text-decoration: none;
}
.catalog-image::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.catalog-image .catalog-image__description {
  position: relative;
  z-index: 50;
  display: block;
  padding: 35px 25px;
}
.catalog-image .catalog-image__description span {
  color: var(--light-text);
}
.catalog-image .catalog-image__description span:nth-child(1) {
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 43px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.catalog-image .catalog-image__description span:nth-child(2) {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
}

.news__row {
  overflow-x: auto;
}
.news__row::-webkit-scrollbar {
  width: 0;
}
.news__row .news__item {
  position: relative;
}
@media (min-width: 1200px) {
  .news__row .news__item .news__item-card {
    padding-right: 30px;
    position: absolute;
    height: 100%;
    left: 10%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .news__row .news__item .news__item-card {
    padding-right: 30px;
    position: absolute;
    height: 100%;
    left: 20%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.news__row .news__item .news__item-card a svg {
  width: 32px;
  height: 10px;
}
@media (min-width: 1200px) {
  .news__row .news__item .news__item-card a svg {
    width: 45px;
    height: 13px;
  }
}
@media (min-width: 1200px) {
  .news__row .news__item .news__item-card a {
    text-align: right;
  }
}
.news__row .news__item .img__wrapper {
  max-width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .news__row .news__item .img__wrapper {
    --news-gray: #2F2F2F;
    width: 100%;
    background-color: var(--news-gray);
  }
}
@media (max-width: 575.9px) {
  .news__row .news__item .img__wrapper img {
    max-width: 100%;
    width: auto !important;
    height: 210px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
}
.news__row .news__item .title {
  color: var(--light-text);
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  text-decoration-line: underline;
}
@media (min-width: 1200px) {
  .news__row .news__item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
  }
}
.news__row .news__item .description {
  color: var(--light-text);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 1200px) {
  .news__row .news__item .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 144.5%;
  }
}

footer .copyright {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: var(--light-text);
}
@media (min-width: 1200px) {
  footer .copyright {
    font-size: 17px;
    text-align: left;
  }
}

.gray-link {
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: var(--text-gray);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (max-width: 575.9px) {
  .gray-link {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .gray-link {
    font-size: 14px;
    text-align: left;
  }
}
.gray-link:hover {
  border-bottom: 1px solid var(--light-text);
  color: var(--light-text);
}

.map {
  height: 252px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .map {
    height: 450px;
  }
}

.stores__container .stores__list {
  border: 1px solid var(--purple);
  border-bottom: 0;
  max-height: 250px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .stores__container .stores__list {
    max-height: 450px;
    height: 450px;
    border-bottom: 1px solid var(--purple);
    border-right: 0;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .stores__container .stores__list::-webkit-scrollbar {
    width: 3px;
    transition: all 0.3s;
  }
}
.stores__container .stores__list::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 20px;
}
.stores__container .stores__list .row > div:nth-last-child(1) .store__item {
  border-bottom: 0;
}
.stores__container .stores__list .store__item {
  border-bottom: 1px solid #727272;
}
@media (min-width: 1200px) {
  .stores__container .stores__list .store__item {
    border-color: var(--purple);
  }
}
.stores__container .stores__list .store__item .store__item-title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: var(--light-text);
  transition: all 0.3s ease;
  cursor: pointer;
}
.stores__container .stores__list .store__item .store__item-title:hover {
  color: #dedede;
}
.stores__container .stores__list .store__item .store__item-phone {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #727272;
  text-decoration: none;
}

.section-item__wrapper {
  overflow-x: auto;
  padding: 8px 0;
  text-decoration: none;
}
@media (min-width: 992.1px) {
  .section-item__wrapper {
    padding: 0;
  }
}
.section-item__wrapper * {
  text-decoration: none;
}
.section-item__wrapper::-webkit-scrollbar {
  width: 0;
}
.section-item__wrapper .section-item {
  margin-top: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 20px;
  border-radius: 5px;
  color: var(--green);
  border: 0.5px solid var(--green);
  position: relative;
  z-index: 100;
  transition: all 0.3s;
}
@media (min-width: 992.1px) {
  .section-item__wrapper .section-item {
    display: inline-block;
  }
}
.section-item__wrapper .section-item.active, .section-item__wrapper .section-item:hover {
  color: var(--light-text);
  border: 0.5px solid var(--light-text);
}

.catalog-item {
  text-decoration: none;
}
.catalog-item * {
  text-decoration: none;
}
.catalog-item .catalog-item__image {
  height: 195px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
@media (min-width: 992.1px) {
  .catalog-item .catalog-item__image {
    height: 235px;
  }
}
.catalog-item .catalog-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item .catalog-item__desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: var(--light-text);
}
.catalog-item .catalog-item__title {
  font-weight: 400;
  color: var(--light-text);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  height: auto;
}
@media (min-width: 992.1px) {
  .catalog-item .catalog-item__title {
    height: 84px;
  }
}
.catalog-item .catalog-item__price {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;
  color: var(--green);
}

.header_xl svg.logo {
  max-width: 208px;
  height: 50px;
}
.header_xl nav.main-menu a {
  font-weight: 500;
  font-size: 17px;
}
@media (min-width: 992.1px) {
  .header_xl nav.main-menu a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header_xl nav.main-menu a {
    font-size: 17px;
  }
}
.header_xl .phone__header {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: var(--light-text);
  text-decoration: none;
  margin-left: 10px;
}
.header_xl .city span {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.header_xl .city span:hover {
  border-bottom: 1px solid var(--light-text);
}

.catalog-item__wrapper {
  height: 500px;
}
.catalog-item__wrapper .catalog-item__image-container {
  position: absolute;
  height: 500px;
  width: 100%;
  left: calc(var(--bs-gutter-x) * 0.5);
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 940px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  transition: background-size 1s ease;
}
.catalog-item__wrapper .catalog-item__image-container:hover {
  -webkit-background-size: 105% auto;
  background-size: 105% auto;
}
.catalog-item__wrapper .catalog-item__type {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: var(--green);
  margin: 17px 0;
}
.catalog-item__wrapper .catalog-image__description {
  background-color: #2F2F2F;
  width: 520px;
  position: relative;
  z-index: 50;
  padding: 35px 40px;
}
.catalog-item__wrapper .catalog-image__description .catalog-item__name {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--always-white);
}

.cls-11 {
  fill: var(--green);
}

.cls-22 {
  fill: var(--purple);
}

.cls-33 {
  fill: var(-l-gray);
}

.data-list__wrapper .data-list__row {
  margin-bottom: 12px;
}
.data-list__wrapper .data-list__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: var(--always-white);
  padding-right: 5px;
}
.data-list__wrapper .data-list__dotted {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
  top: -2px;
}
.data-list__wrapper .data-list__value {
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--always-white);
}

@media (min-width: 1200px) {
  .contact-block__wrapper {
    margin-bottom: 4rem !important;
  }
}

.solutions__list .solution-controls__left, .solutions__list .solution-controls__right {
  position: absolute;
  z-index: 100;
  top: calc(50% - 31px);
}
.solutions__list .solution-controls__left svg, .solutions__list .solution-controls__right svg {
  width: 62px;
  height: 62px;
}
.solutions__list .solution-controls__left {
  left: -21px;
  transform: scaleX(-1);
}
.solutions__list .solution-controls__right {
  right: -21px;
}

.catalog-image__description svg {
  margin-top: -10px;
}

@media (min-width: 992.1px) {
  .element-detail__wrapper {
    margin-top: 30px;
  }
}

.slider__section {
  margin-top: 20px;
}
@media (min-width: 992.1px) {
  .slider__section {
    margin-top: 0;
  }
}
.slider__section .button-col {
  margin-top: 25px;
  margin-bottom: 25px;
}

.slider-main-image__wrapper .slider-main-image__block {
  height: 239px !important;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 13px;
}
@media (min-width: 992.1px) {
  .slider-main-image__wrapper .slider-main-image__block {
    margin-top: 0;
    height: 415px !important;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .slider-main-image__wrapper .slider-main-image__block {
    height: 360px !important;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .slider-main-image__wrapper .slider-main-image__block {
    height: 362px !important;
  }
}
.slider-main-image__wrapper .slider-main-image__block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 992.1px) {
  .element-text__wrapper {
    padding: 40px 0;
    background: #2F2F2F;
    position: relative;
  }
  .element-text__wrapper:before {
    content: "";
    top: 0;
    height: 100%;
    display: block;
    background: #2F2F2F;
    position: absolute;
    width: 5000px;
    left: -5000px;
  }
}
.element-text__wrapper .char-block__wrapper:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 575.9px) {
  .element-text__wrapper .char-block__wrapper:nth-last-child(1) .data-list__wrapper:nth-last-child(1) > div:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
}

.element-description__wrapper__xl {
  margin: 60px 0;
}

.bb-lg-1 {
  border-bottom: 1px solid #535353;
}
@media (max-width: 575.9px) {
  .bb-lg-1 {
    border-bottom: 0;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .bb-lg-1 {
    border-bottom: 0;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .bb-lg-1 {
    border-bottom: 0;
  }
}

@media (min-width: 992.1px) {
  .element__price-block {
    margin: 20px 0;
    padding-bottom: 20px;
  }
}
.element__price-block .element__current-price {
  font-weight: 500;
  font-size: 24px;
  color: var(--green);
  margin-bottom: 10px;
}
@media (max-width: 575.9px) {
  .element__price-block .element__current-price {
    margin-bottom: 0;
  }
}
@media (min-width: 992.1px) {
  .element__price-block .element__current-price {
    font-size: 34px;
    line-height: 18px;
  }
}
.element__price-block .element__old-price {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  color: var(--light-text);
  margin-bottom: 10px;
  text-decoration: line-through;
}
@media (min-width: 992.1px) {
  .element__price-block .element__old-price {
    font-size: 24px;
    line-height: 18px;
    margin-top: 25px;
  }
}

@media (min-width: 992.1px) {
  .notify {
    margin-bottom: 14px;
  }
}
.notify a {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: var(--light-text);
  text-decoration: none;
  margin-left: 5px;
}
@media (min-width: 992.1px) {
  .notify a {
    font-size: 21px;
    line-height: 33px;
  }
}

.calc__block {
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .calc__block {
    margin-top: 15px;
  }
}
.calc__block a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
  color: var(--light-text);
  display: inline-block;
  border-bottom: 1px dotted var(--light-text);
  transition: all 0.3s;
}
@media (min-width: 992.1px) {
  .calc__block a {
    font-weight: 300;
    font-size: 21px;
    line-height: 33px;
  }
}
.calc__block a:hover {
  border-bottom: 1px dotted transparent;
}

.dop-info__wrapper {
  position: relative;
  z-index: 100;
}
.dop-info__wrapper .dop__type {
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 180% */
  letter-spacing: 0.1em;
  color: var(--light-text);
}
.dop-info__wrapper .dop__name {
  font-weight: 300;
  font-size: 21px;
  line-height: 27px;
  /* identical to box height, or 129% */
  letter-spacing: 0.2em;
  color: var(--light-text);
  margin-bottom: 10px;
}
.dop-info__wrapper .dop__price {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  /* identical to box height, or 106% */
  letter-spacing: 0.1em;
  color: var(--green);
}

@media (max-width: 575.9px) {
  .image__chars {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 992.1px) {
  .image__chars {
    position: relative;
    z-index: 100;
  }
}
.image__chars img, .image__chars .img {
  background-color: #ffffff;
  height: 240px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 992.1px) {
  .image__chars img, .image__chars .img {
    height: 460px;
  }
}

.chars__list {
  margin: 25px 0;
}
.chars__list .char__item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 5px;
  color: var(--light-text);
}
@media (min-width: 992.1px) {
  .chars__list .char__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
  }
  .chars__list .char__item:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, #722180 49%, #EBAEF5 49%, #EBAEF5 100%, #722180 53%);
  }
}

@media (min-width: 992.1px) {
  .element__info {
    margin-bottom: 30px;
  }
}
@media (min-width: 992.1px) {
  .element__info .element__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    /* identical to box height */
    color: var(--light-text);
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}
@media (min-width: 992.1px) {
  .element__info .element__sub {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
}

.element__description {
  background-color: #2F2F2F;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 15px;
  padding-bottom: 20px;
}

.element__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light-text);
  margin-bottom: 5px;
}

.element__sub {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: var(--light-text);
  margin-bottom: 25px;
}

.element__text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: var(--light-text);
}
@media (min-width: 992.1px) {
  .element__text {
    font-size: 17px;
    line-height: 23px;
  }
}

.flex-xs-scrollable {
  overflow-x: auto;
}

.recommended__wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992.1px) {
  .recommended__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(5px);
  display: none;
}
.modal-backdrop.visible {
  display: flex !important;
}
@media (min-width: 992.1px) {
  .modal-backdrop form {
    margin-top: 15px;
  }
}
.modal-backdrop .modal-item {
  display: none;
  position: relative;
  max-width: 360px;
  background: var(--bg);
  padding: 30px 20px;
}
@media (min-width: 992.1px) {
  .modal-backdrop .modal-item {
    max-width: 450px;
    padding: 40px 25px;
  }
}
.modal-backdrop .modal-item .button {
  padding: 14px 20px;
  font-size: 14px;
}
.modal-backdrop .modal__close {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.modal-backdrop .modal__close:hover {
  opacity: 1;
}
.modal-backdrop .modal__close svg {
  width: 15px;
  height: 15px;
  fill: var(--light-text);
  position: absolute;
  right: 5px;
  top: 10px;
}

.agreement {
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: var(--light-text);
  margin: 20px 0;
}
@media (min-width: 992.1px) {
  .agreement {
    font-size: 12px;
  }
}

.input-group.input-mb {
  margin-bottom: 5px;
}
.input-group input[type=text], .input-group input[type=email], .input-group input[type=tel] {
  padding: 14px 10px;
  background: #707070;
  color: var(--light-text);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  outline: none;
  border: 1px solid #707070;
}
@media (min-width: 992.1px) {
  .input-group input[type=text], .input-group input[type=email], .input-group input[type=tel] {
    font-size: 14px;
    line-height: 16px;
  }
}
.input-group input[type=text]::placeholder, .input-group input[type=email]::placeholder, .input-group input[type=tel]::placeholder {
  color: var(--light-text);
}

.dots__wrapper {
  display: flex;
  position: absolute;
  left: 30%;
  bottom: 10px;
}
.dots__wrapper .dot {
  width: 24px;
  height: 4px;
  background-color: #757575;
  margin-right: 5px;
}
.dots__wrapper .dot:nth-last-child(1) {
  margin-right: 0;
}
.dots__wrapper .dot.active {
  background-color: #000000;
}

.bread__row {
  margin-top: 30px;
}
@media (max-width: 575.9px) {
  .bread__row {
    display: none;
  }
}
.bread__row .bread__item {
  font-size: 16px;
  line-height: 19px;
  color: var(--bc-unactive);
}
.bread__row .bread__item a {
  color: var(--bc-unactive);
  text-decoration: none !important;
  transition: all 0.5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.bread__row .bread__item a:hover {
  color: var(--light-text);
  border-bottom: 1px solid var(--light-text);
}
.bread__row .bread__item.current {
  color: var(--light-text);
}

.product-item-detail-slider-block {
  background-color: #ffffff;
}

.char-block__wrapper {
  margin-bottom: 20px;
}

.char__title {
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--always-white);
}

.page__inner {
  position: relative;
  z-index: 50;
}

.cities-list .city span {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cities-list .city span:hover {
  border-bottom: 1px solid var(--light-text);
}

[data-modal] {
  cursor: pointer;
}

.button[disabled] {
  opacity: 0.65;
  filter: grayscale(1);
}

.cities-other__list {
  position: absolute;
  top: 155px;
  background-color: var(--bg);
  padding: 10px 20px;
  width: 92%;
  z-index: 150;
}
.cities-other__list .city-select {
  margin-bottom: 10px;
  cursor: pointer;
}

.cities__ft {
  z-index: 150;
  padding: 10px 15px;
  background-color: var(--bg);
}
@media (max-width: 575.9px) {
  .cities__ft {
    position: fixed;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 992.1px) {
  .cities__ft {
    position: absolute;
    top: 105%;
    left: 0;
    width: 300px;
  }
}
.cities__ft button {
  font-size: 13px;
}

.element__thumbs {
  overflow: hidden;
}
.element__thumbs .swiper-slide {
  border: 1px solid transparent;
}
@media (min-width: 992.1px) {
  .element__thumbs .swiper-slide {
    height: 102px;
  }
}
.element__thumbs .swiper-slide-thumb-active {
  border: 1px solid var(--purple) !important;
}

.element__main {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992.1px) {
  .element__main {
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination-custom {
  height: 100% !important;
  width: 100%;
  border: 1px solid transparent;
}

.swiper-pagination-bullet-active .swiper-pagination-custom {
  border: 1px solid var(--purple);
}

.bg__vector {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0.05;
  width: 100%;
  z-index: -1;
}

.element__form {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992.1px) {
  .element__form {
    background-color: var(--form-gray);
  }
}
.element__form .input-box input {
  outline: none !important;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--element-form-border);
  padding: 10px 15px;
  color: var(--light-text);
}
.element__form .input-box input::placeholder {
  color: var(--element-form-border);
}
.element__form .input-box input.error {
  border-bottom: 1px solid red;
}
.element__form .input-box input.error::placeholder {
  color: red;
}

.input-group input.error {
  border: 1px solid red;
}
.input-group input.error::placeholder {
  color: red;
}

.social__wrapper {
  margin: 25px 0;
}
.social__wrapper .social__title {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  color: var(--always-white);
}

.social-item {
  padding: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.1;
  transition: background-color 0.3s ease;
  color: var(--always-white);
}
@media (max-width: 575.9px) {
  .social-item {
    text-align: center;
  }
}
.social-item svg {
  margin-right: 10px;
  transition: fill 0.3s ease;
}
.social-item#telegram__form, .social-item[data-id=telegram__form] {
  border-color: #10ADDE;
}
.social-item#telegram__form svg, .social-item[data-id=telegram__form] svg {
  fill: #10ADDE;
}
@media (min-width: 992.1px) {
  .social-item#telegram__form:hover, .social-item[data-id=telegram__form]:hover {
    background-color: #10ADDE;
  }
  .social-item#telegram__form:hover svg, .social-item[data-id=telegram__form]:hover svg {
    fill: #ffffff;
  }
}
.social-item#telegram__form.active, .social-item[data-id=telegram__form].active {
  background-color: #10ADDE;
}
.social-item#telegram__form.active svg, .social-item[data-id=telegram__form].active svg {
  fill: #ffffff;
}
.social-item#whatsapp__form, .social-item[data-id=whatsapp__form] {
  border-color: #23CF35;
}
.social-item#whatsapp__form svg, .social-item[data-id=whatsapp__form] svg {
  fill: #23CF35;
}
@media (min-width: 992.1px) {
  .social-item#whatsapp__form:hover, .social-item[data-id=whatsapp__form]:hover {
    background-color: #23CF35;
  }
  .social-item#whatsapp__form:hover svg, .social-item[data-id=whatsapp__form]:hover svg {
    fill: #ffffff;
  }
}
.social-item#whatsapp__form.active, .social-item[data-id=whatsapp__form].active {
  background-color: #23CF35;
}
.social-item#whatsapp__form.active svg, .social-item[data-id=whatsapp__form].active svg {
  fill: #ffffff;
}
.social-item#viber__form {
  border-color: #A226DC;
}
.social-item#viber__form svg {
  fill: #A226DC;
}
@media (min-width: 992.1px) {
  .social-item#viber__form:hover {
    background-color: #A226DC;
  }
  .social-item#viber__form:hover svg {
    fill: #ffffff;
  }
}
.social-item#viber__form.active {
  background-color: #A226DC;
}
.social-item#viber__form.active svg {
  fill: #ffffff;
}

.form-image__wrapper {
  width: 440px;
  height: 450px;
}
.form-image__wrapper.big {
  width: 580px;
  height: 580px;
}

.form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form__image-front {
  position: absolute;
  left: 0;
  top: -200px;
  z-index: 60;
}

.form__image-blured {
  position: absolute;
  left: 125px;
  top: -50px;
  filter: blur(9px);
  z-index: 50;
}

@media (min-width: 992.1px) {
  .main-slide__controller {
    position: absolute;
    top: 0;
    width: 150px;
    transition: all 0.3s;
    z-index: 100;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.74) 0%, rgba(1, 2, 2, 0.74) 1%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.74) 0%, rgba(1, 2, 2, 0.74) 1%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.74) 0%, rgba(1, 2, 2, 0.74) 1%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd000000", endColorstr="#007db9e8", GradientType=1);
    opacity: 0;
    cursor: pointer;
  }
  .main-slide__controller:hover {
    opacity: 0.5;
  }
  .main-slide__controller.main-slide__next {
    right: 0;
    height: calc(100% - 13px);
    transform: scale(-1);
  }
  .main-slide__controller.main-slide__prev {
    left: 0;
    height: calc(100% - 13px);
  }
}

@media (max-width: 575.9px) {
  .video-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.video-section video {
  max-width: 100%;
  height: auto;
}
.video-section .video-plug {
  height: 700px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575.9px) {
  .video-section .video-plug {
    height: 230px;
  }
}
.video-section .video-plug:hover .bg {
  filter: blur(3px);
}
.video-section .video-plug .bg {
  filter: blur(1.5px);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 110;
  transition: all 0.3s;
}
.video-section .video-plug .play {
  position: absolute;
  z-index: 120;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section .video-plug video {
  opacity: 0;
  z-index: 100;
  position: absolute;
  transition: all 0.3s;
}
.video-section .video-plug video.video-play {
  opacity: 1;
}

.button-small {
  font-size: 14px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: none !important;
}

.messengers__wrapper svg {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
