@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #1A1A1A;
  color: #E5E5E5;
}
h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 112px;
  letter-spacing: -1.5px;
  color: #333539;
}
h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
  color: #333539;
}
/*h3{
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: @font-black;
}*/
h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #333539;
}
.subtitle1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #333539;
}
.subtitle2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #333539;
}
.body1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #727478;
}
.body2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #727478;
}
.button {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3A3A3A;
  background: #39C5F3;
  border-radius: 8px;
  border: none;
  height: 48px;
}
.button:hover {
  color: white;
  background: #61D8FF;
}
.caption {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #727478;
}
.overline {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #727478;
}
.date-small {
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.4px;
  color: #727478;
}
.link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #212121;
}
.link:hover {
  color: #FF9164;
}
.link:active {
  color: #FF7D50;
}
.link--dotted {
  border-bottom: 1px solid #212121;
}
.link--white {
  color: #FFFFFF;
}
.link--white.link--dotted {
  border-bottom: 1px solid #FFFFFF;
}
.link:disabled {
  pointer-events: none;
  color: #212121;
  opacity: 0.38;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
.container--max {
  max-width: 1920px;
  margin: 0 auto;
}
.block {
  padding-top: 16px;
  margin: 16px 0;
  color: white;
}
@media (min-width: 576px) {
  .block {
    padding-top: 24px;
    margin: 24px 0;
  }
}
@media (min-width: 992px) {
  .block {
    margin: 32px 0;
    padding-top: 32px;
  }
}
.h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .h2 {
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 576px) {
  .about__text {
    padding-left: 16px;
    border-left: 1px solid #39C5F3;
  }
}
@media (min-width: 992px) {
  .about__text {
    padding-left: 30px;
    border-left: 1px solid #39C5F3;
  }
}
.gallery {
  background: #3A3A3A;
  padding: 16px 32px;
}
@media (min-width: 576px) {
  .gallery {
    border-radius: 16px;
    padding: 16px 48px;
  }
}
@media (min-width: 991px) {
  .gallery {
    border-radius: 16px;
    padding: 32px 80px;
  }
}
.gallery .slick-slide > * {
  padding: 0 8px;
}
.gallery .slick-next,
.gallery .slick-prev {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .slick-next:before,
.gallery .slick-prev:before {
  content: unset;
}
.gallery .slick-prev,
.gallery .slick-prev:hover,
.gallery .slick-prev:focus {
  left: 0;
  right: unset;
  z-index: 1;
  background-image: url('/img/gallery-left.svg');
}
@media (min-width: 576px) {
  .gallery .slick-prev,
  .gallery .slick-prev:hover,
  .gallery .slick-prev:focus {
    left: 1rem;
  }
}
@media (min-width: 992px) {
  .gallery .slick-prev,
  .gallery .slick-prev:hover,
  .gallery .slick-prev:focus {
    left: 2rem;
  }
}
.gallery .slick-next,
.gallery .slick-next:hover,
.gallery .slick-next:focus {
  left: unset;
  right: 0;
  margin-top: -12px;
  z-index: 1;
  background-image: url('/img/gallery-left.svg');
  transform: rotate(180deg);
}
@media (min-width: 576px) {
  .gallery .slick-next,
  .gallery .slick-next:hover,
  .gallery .slick-next:focus {
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .gallery .slick-next,
  .gallery .slick-next:hover,
  .gallery .slick-next:focus {
    right: 2rem;
  }
}
.gallery .slick-slide img {
  max-width: 100%;
}
.partners__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners__list > img {
  margin: 0 8px;
  width: 100px;
}
@media (min-width: 576px) {
  .partners__list > img {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .partners__list > img {
    width: 180px;
  }
}
.bg-black {
  background-color: black;
}
.header__row {
  min-height: 80px;
}
.header__logo {
  display: inline-block;
  width: 180px;
}
@media (min-width: 992px) {
  .header__logo {
    width: 304px;
  }
}
.header__logo img {
  max-width: 100%;
}
.header__burger {
  width: 24px;
  height: 24px;
  _margin: 1rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H21V8H3V6ZM3 11H21V13H3V11ZM3 16H21V18H3V16Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575px) {
  .header__burger {
    _position: absolute;
  }
}
.header__phone {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #E5E5E5;
}
.header__timetable {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #E5E5E5;
}
.header__request {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E5E5E5;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.62 7.79C5.06 10.62 7.38 12.94 10.21 14.38L12.41 12.18C12.69 11.9 13.08 11.82 13.43 11.93C14.55 12.3 15.75 12.5 17 12.5C17.2652 12.5 17.5196 12.6054 17.7071 12.7929C17.8946 12.9804 18 13.2348 18 13.5V17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18C12.4913 18 8.1673 16.2089 4.97918 13.0208C1.79107 9.8327 0 5.50868 0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H4.5C4.76522 0 5.01957 0.105357 5.20711 0.292893C5.39464 0.48043 5.5 0.734784 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 48px;
}
.header__request:hover {
  color: #E5E5E5;
  text-decoration: none;
}
.menu {
  display: none;
}
@media (min-width: 992px) {
  .menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.menu__top {
  background-color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
}
@media (max-width: 575px) {
  .menu-opened .menu__top {
    display: block;
  }
}
.menu-opened .menu {
  display: block!important;
}
@media (max-width: 991px) {
  .menu-opened .menu {
    position: absolute;
    z-index: 2;
    background-color: #3A3A3A;
    left: 0;
    top: 100%;
    width: 224px;
  }
  .menu-opened .menu ul {
    display: block;
  }
}
@media (max-width: 575px) {
  .menu-opened .menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.menu ul {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .menu ul {
    padding: 16px 0;
  }
}
.menu ul a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #E5E5E5;
  padding: 20px 16px 18px 16px;
  display: block;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
  .menu ul a {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .menu ul a:hover {
    border-bottom: 2px solid #39C5F3;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .menu ul a:hover {
    background-color: #61D8FF;
    color: white;
    text-decoration: none;
  }
}
.menu ul a.menu__request {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.62 7.79C5.06 10.62 7.38 12.94 10.21 14.38L12.41 12.18C12.69 11.9 13.08 11.82 13.43 11.93C14.55 12.3 15.75 12.5 17 12.5C17.2652 12.5 17.5196 12.6054 17.7071 12.7929C17.8946 12.9804 18 13.2348 18 13.5V17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18C12.4913 18 8.1673 16.2089 4.97918 13.0208C1.79107 9.8327 0 5.50868 0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H4.5C4.76522 0 5.01957 0.105357 5.20711 0.292893C5.39464 0.48043 5.5 0.734784 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 48px;
}
.breadcrumbs {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #E5E5E5;
}
.breadcrumbs a {
  color: #E5E5E5;
  margin-right: 8px;
  display: inline-block;
}
.breadcrumbs span {
  color: #999999;
  margin-right: 8px;
  display: inline-block;
}
footer {
  padding: 32px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #E5E5E5;
}
.catalog-menu ul {
  list-style: none;
  margin: 0;
  background-color: #39C5F3;
  padding: 16px 0;
}
@media (min-width: 992px) {
  .catalog-menu ul {
    padding: 48px 0;
  }
}
@media (min-width: 576px) {
  .catalog-menu ul ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    background-color: #61D8FF;
    min-height: 100%;
    width: 252px;
  }
}
@media (min-width: 768px) {
  .catalog-menu ul ul {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .catalog-menu ul ul {
    width: 480px;
  }
}
@media (min-width: 1400px) {
  .catalog-menu ul ul {
    width: 720px;
  }
}
@media (min-width: 1600px) {
  .catalog-menu ul ul {
    width: 840px;
  }
}
.catalog-menu li {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.catalog-menu li.parent:hover ul {
  display: block;
}
.catalog-menu ul a {
  color: #3A3A3A;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.catalog-menu ul a:hover {
  color: white;
  text-decoration: none;
  background-color: #61D8FF;
}
.catalog-menu li.parent > a {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.29508 3.11502L8.87508 7.70502L4.29508 12.295L5.70508 13.705L11.7051 7.70502L5.70508 1.70502L4.29508 3.11502Z' fill='%233A3A3A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 40px;
}
.catalog-menu li.parent > a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.29508 3.11502L8.87508 7.70502L4.29508 12.295L5.70508 13.705L11.7051 7.70502L5.70508 1.70502L4.29508 3.11502Z' fill='white'/%3E%3C/svg%3E%0A");
  color: white;
  text-decoration: none;
}
.catalog-menu__btn {
  border: none;
  background: #39C5F3;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3A3A3A;
  width: 100%;
}
@media (min-width: 576px) {
  .catalog-menu__btn {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .catalog-menu__btn {
    width: 288px;
  }
}
@media (min-width: 992px) {
  .catalog-menu__btn {
    width: 382px;
  }
}
@media (min-width: 1600px) {
  .catalog-menu__btn {
    width: 568px;
  }
}
.catalog-menu--main .catalog-menu__btn {
  width: 100%;
}
.catalog-menu__btn:active,
.catalog-menu__btn:focus {
  outline: none!important;
}
.catalog-menu__wrp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  display: none;
}
:not(.catalog-menu__wrp--main) .catalog-menu-opened .catalog-menu__wrp {
  display: block!important;
  position: absolute;
  top: 100%;
}
@media (max-width: 575px) {
  :not(.catalog-menu__wrp--main) .catalog-menu-opened .catalog-menu__wrp {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 575px) {
  .catalog-menu-opened .catalog-menu__wrp > ul {
    overflow: scroll;
    height: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .catalog-menu-opened .catalog-menu__wrp ul ul {
    padding: 0 0 0 32px;
  }
}
@media (max-width: 575px) {
  .catalog-menu-opened .catalog-menu__wrp li.parent a {
    background-image: none;
  }
}
@media (max-width: 575px) {
  .catalog-menu__wrp {
    left: 0;
  }
  .catalog-menu-opened .catalog-menu__wrp {
    display: block!important;
  }
}
@media (min-width: 576px) {
  .catalog-menu__wrp {
    width: 288px;
  }
}
@media (min-width: 768px) {
  .catalog-menu__wrp {
    width: 288px;
  }
}
@media (min-width: 992px) {
  .catalog-menu__wrp {
    width: 382px;
  }
  .catalog-menu--main .catalog-menu__wrp {
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .catalog-menu__wrp {
    width: 568px;
  }
}
@media (min-width: 576px) {
  .catalog-menu--main .catalog-menu__wrp {
    padding-left: 36px;
    background-image: linear-gradient(90deg, #25AFDD 0%, #39C5F3 12%);
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-menu--main .catalog-menu__wrp {
    padding-left: 55px;
  }
}
@media (min-width: 992px) {
  .catalog-menu--main .catalog-menu__wrp {
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .catalog-menu--main .catalog-menu__wrp {
    padding-left: 120px;
  }
}
.catalog-menu__top {
  background-color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
}
@media (max-width: 575px) {
  .catalog-menu-opened .catalog-menu__top {
    display: block;
  }
}
.catalog-menu--main__bn {
  height: 256px;
  background: url(/img/catalog-menu-bg.jpg) no-repeat right -150px top;
  background-size: cover;
}
@media (min-width: 576px) {
  .catalog-menu--main__bn {
    background-position: right -250px top;
  }
}
@media (min-width: 992px) {
  .catalog-menu--main__bn {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .catalog-menu--main__bn {
    background-position: right -100px top;
  }
}
@media (min-width: 1600px) {
  .catalog-menu--main__bn {
    background-position: right 0 top;
  }
}
.catalog-menu--main__bn-text {
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #3A3A3A;
  background: rgba(255, 255, 255, 0.64);
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .catalog-menu--main__bn-text {
    bottom: unset;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 192px;
  }
}
@media (min-width: 992px) {
  .catalog-menu--main__bn-text {
    width: 430px;
    font-size: 29px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .catalog-menu--main__bn-text {
    width: 500px;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .goods .row {
    margin: 0 -12px;
  }
}
@media (max-width: 575px) {
  .goods .row {
    margin: 0 -8px;
  }
}
.goods .row > * {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (min-width: 575px) {
  .goods .row > * {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .goods .row > * {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.good-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #3A3A3A;
  border-radius: 8px;
  padding: 16px;
}
.good-item:hover {
  text-decoration: none;
}
.good-item__img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 139px;
}
@media (min-width: 576px) {
  .good-item__img {
    height: 139px;
  }
}
@media (min-width: 768px) {
  .good-item__img {
    height: 230px;
  }
}
@media (min-width: 991px) {
  .good-item__img {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .good-item__img {
    height: 395px;
  }
}
.good-item__img img {
  height: 100%;
  width: auto;
}
.good-item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #E5E5E5;
  margin-top: 16px;
  overflow: hidden;
}
.good-item__price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #2298BF;
  margin-top: 16px;
}
form label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #E5E5E5;
}
form .form-control {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #3A3A3A;
}
form input.form-control {
  height: 40px;
}
form textarea.form-control {
  height: 96px;
}
form .custom-checkbox {
  padding-left: 2rem;
}
form .custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #E0E4E8;
  background-color: transparent;
  border-radius: 3px;
  left: -2rem;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
form .custom-checkbox .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: -2rem;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0.908203H2C0.9 0.908203 0 1.8082 0 2.9082V16.9082C0 18.0082 0.9 18.9082 2 18.9082H16C17.1 18.9082 18 18.0082 18 16.9082V2.9082C18 1.8082 17.1 0.908203 16 0.908203ZM7 14.9082L2 9.9082L3.4 8.5082L7 12.1082L14.6 4.5082L16 5.9082L7 14.9082Z' fill='%2339C5F3'/%3E%3C/svg%3E%0A");
  background-size: 18px;
}
.good h1 {
  margin-bottom: 24px;
}
.good__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #E5E5E5;
}
.good__top {
  background: #3A3A3A;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 575px) {
  .good__top {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .good__top {
    padding: 32px;
  }
}
.good__top .good__description {
  font-weight: bold;
  margin-top: 24px;
}
.good__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #2298BF;
  margin-top: 24px;
}
.good__img img {
  max-width: 100%;
  height: auto;
}
.good__tabs .nav-item a {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent!important;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.good__tabs .nav-item a.active {
  border-bottom: 2px solid #39C5F3;
}
.good__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #E5E5E5;
  margin: 32px 0 16px 0;
}
.alert-container {
  position: fixed;
  top: 32px;
  width: 100%;
  z-index: 10000;
}
.alert-container .alert {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  display: none;
}
.yellow-stripe {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #3A3A3A;
  background: #F2994A;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .yellow-stripe {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal-content {
  color: #111 !important;
}
.modal-content label,
.modal-content .form-control {
  color: #111 !important;
}
.grecaptcha-badge {
  display: none!important;
}
/*# sourceMappingURL=css.css.map */