@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext");
@import url("../font/gost-type-a/stylesheet.css");
html {
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background: #fff;
}

img {
  max-width: 100%;
}

.left_menu {
  display: none;
  position: fixed;
  left: 30px;
  width: 300px;
  line-height: normal;
  padding: 0 15px 0 33px;
  top: 200px;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1800px) {
  .left_menu {
    display: block;
  }
}

.left_menu li {
  list-style: none;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.left_menu a {
  color: #404040;
  display: block;
  font-size: 14px;
}

.left_menu li:after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #404040;
  border-radius: 100%;
  content: " ";
  left: -21px;
  top: 15px;
}

.a_with-icon_pdf {
  position: relative;
  padding: 16px 0 0 38px;
  background-image: url(../img/icon-pdf.png);
  background-size: 34px;
  background-position: left top;
  background-repeat: no-repeat;
}

.h {
  font-weight: 700;
  text-transform: uppercase;
  color: #0082cb;
}

.h_h2 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 767px) {
  .h_h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 575px) {
  .h_h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.h_color_white {
  color: #fff;
}

.h_offset_0 {
  margin-bottom: 0;
}

.h_offset_10 {
  margin-bottom: 10px;
}

.h_offset_20 {
  margin-bottom: 20px;
}

.h_offset_40 {
  margin-bottom: 40px;
}

.h_offset_50 {
  margin-bottom: 50px;
}

.text {
  color: #000;
}

.text_size_24 {
  font-size: 24px;
}

@media (max-width: 575px) {
  .text_size_24 {
    font-size: 20px;
  }
}

.text_size_22 {
  font-size: 22px;
}

@media (max-width: 991px) {
  .text_size_22 {
    font-size: 18px;
  }
}

.text_size_18 {
  font-size: 18px;
}

.text_size_16 {
  font-size: 16px;
}

.text_size_14 {
  font-size: 12px;
}

.text_size_12 {
  font-size: 12px;
}

.text_offset_30 {
  margin-bottom: 30px;
}

.text_color_white {
  color: #fff;
}

.text_color_blue {
  color: #0082cb;
}

.text_semibold {
  font-weight: 600;
}

.text_bold {
  font-weight: 700;
}

.list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 575px) {
  .list {
    margin: 0 0 0 15px;
  }
}

.list__item {
  position: relative;
  margin-bottom: 10px;
}

.list__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #0082cb;
  top: 9px;
  left: -15px;
}

.spacer {
  position: relative;
  clear: both;
  width: 100%;
}

.spacer_30 {
  height: 30px;
}

.spacer_40 {
  height: 40px;
}

.spacer_50 {
  height: 50px;
}

@media (max-width: 767px) {
  .spacer_50 {
    height: 30px;
  }
}

.spacer_pack-height {
  height: 330px;
}

@media (max-width: 1199px) {
  .spacer_pack-height {
    height: 270px;
  }
}

.picture {
  position: relative;
}

.picture_theme_1 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .picture_theme_1 {
    margin-top: 0;
  }
}

.section {
  position: relative;
}

.section__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section__background_color_blue {
  background-color: #0082cb;
}

.section__background_theme_half {
  height: 50%;
  top: initial;
  bottom: 0;
}

@media (max-width: 991px) {
  .section__background_theme_half {
    height: 75%;
  }
}

@media (max-width: 767px) {
  .section__background_theme_half {
    height: 100%;
  }
}

.section_offset_backward-1 {
  margin-top: -550px;
}

@media (max-width: 1199px) {
  .section_offset_backward-1 {
    margin-top: -450px;
  }
}

@media (max-width: 767px) {
  .section_offset_backward-1 {
    margin-top: 0;
  }
}

.section_offset_default {
  padding: 50px 0;
}

.section_offset_100 {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section_offset_100 {
    padding: 50px 0;
  }
}

.section_offset_with-bottom {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section_offset_with-bottom {
    padding-bottom: 50px;
  }
}

.button {
  position: relative;
  border-radius: 4px;
  transition: .3s;
  text-transform: uppercase;
  text-decoration: none !important;
}

.button_corner_square {
  border-radius: 0;
}

.button_corner_circle {
  border-radius: 50px;
}

.button_theme_default {
  display: inline-block;
  background-color: #0082cb;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
  padding: 0 25px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  .button_theme_default {
    font-size: 14px;
  }
}

.button_theme_default:hover {
  background-color: #003e8a;
  color: #fff;
}

.button_theme_white {
  background-color: #fff;
  color: #0082cb;
}

.button_theme_white:hover {
  color: #003e8a;
}

.block_color_blue {
  background-color: #0082cb;
  color: #fff;
}

.block_theme_image-1 {
  background-image: url(../img/background-1.png);
  background-repeat: repeat-x;
  background-position: center center;
}

.line_position_vertical {
  width: 1px;
}

.line_color_white {
  background-color: #fff;
}

.header {
  position: relative;
  height: 65px;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 767px) {
  .header {
    height: 115px;
  }
}

.header__logo {
  position: absolute;
  left: 15px;
  top: 9px;
  width: 126px;
}

.header__separator {
  position: absolute;
  height: 29px;
}

.header__logo-separator {
  left: 155px;
  top: 18px;
}

@media (max-width: 991px) {
  .header__logo-separator {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__logo-separator {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__logo-separator {
    display: none;
  }
}

.header__contacts-separator {
  right: 310px;
  top: 18px;
}

@media (max-width: 1199px) {
  .header__contacts-separator {
    right: 300px;
  }
}

@media (max-width: 767px) {
  .header__contacts-separator {
    top: 65px;
    right: initial;
    left: 225px;
  }
}

@media (max-width: 575px) {
  .header__contacts-separator {
    display: none;
  }
}

.header__slogan {
  position: absolute;
  left: 175px;
  top: 18px;
}

@media (max-width: 991px) {
  .header__slogan {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__slogan {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__slogan {
    display: none;
  }
}

.header__button {
  position: absolute;
  display: block;
  right: 15px;
  top: 19px;
  height: 26px;
  width: 138px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .header__button {
    top: 65px;
  }
}

@media (max-width: 575px) {
  .header__button {
    top: 19px;
  }
}

.header__contacts {
  position: absolute;
  right: 178px;
  top: 19px;
}

.header__contacts a {
  text-decoration: none;
  color: #fff;
}

.header__contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .header__contacts {
    right: 173px;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    top: 65px;
    right: initial;
    left: 243px;
  }
}

@media (max-width: 575px) {
  .header__contacts {
    left: initial;
    right: 15px;
    text-align: right;
  }
}

.header__address {
  position: absolute;
  text-align: right;
  right: 335px;
  top: 19px;
}

@media (max-width: 1199px) {
  .header__address {
    right: 320px;
  }
}

@media (max-width: 767px) {
  .header__address {
    right: initial;
    left: 15px;
    top: 65px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .header__address {
    top: 58px;
  }
}

.header__address-br {
  display: none;
}

@media (max-width: 575px) {
  .header__address-br {
    display: block;
  }
}

.main-menu {
  position: relative;
  text-align: right;
}

.main-menu__item {
  display: inline-block;
  margin-left: 25px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .main-menu__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .main-menu__item {
    margin-left: 0;
    margin-right: 25px;
  }
}

.page-top {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 500px;
}

@media (max-width: 767px) {
  .page-top {
    padding-bottom: 50px;
  }
}

.page-top__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/header-bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .page-top__background {
    opacity: .5;
  }
}

@media (max-width: 767px) {
  .page-top__pack-picture {
    max-width: 60%;
  }
}

.page-top__border {
  display: none;
}

@media (max-width: 767px) {
  .page-top__border {
    display: none;
  }
}

.page-top__logo {
  position: absolute;
  left: 15px;
  top: 0;
  width: 215px;
  height: auto;
  z-index: 1;
}

.page-top__logo img {
  width: 100%;
}

.page-top__menu {
  padding-top: 11px;
}

@media (max-width: 1199px) {
  .page-top__menu {
    margin-left: 210px;
  }
}

@media (max-width: 767px) {
  .page-top__menu {
    margin-left: 0;
    text-align: left;
    padding-top: 80px;
  }
}

.page-top__info {
  margin-top: 75px;
}

@media (max-width: 1199px) {
  .page-top__info {
    margin-top: 30px;
  }
}

.page-top__link:nth-of-type(1) {
  margin-right: 45px;
}

@media (max-width: 991px) {
  .page-top__link:nth-of-type(1) {
    margin-bottom: 15px;
  }
}

.page-top__oxalit-title {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .page-top__oxalit-title {
    max-width: 400px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .page-top__oxalit-title {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .page-top__oxalit-title {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .page-top__oxalit-title {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}

.page-top__title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px 0;
  color: #0082cb;
}

@media (max-width: 1199px) {
  .page-top__title {
    font-size: 34px;
    line-height: 40px;
    margin: 30px 0;
  }
}

@media (max-width: 991px) {
  .page-top__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .page-top__title {
    font-size: 22px;
    line-height: 28px;
  }
}

.page-top__list {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .page-top__list {
    margin-bottom: 30px;
  }
}

.fact-list {
  position: relative;
  margin-bottom: 20px;
}

.fact-list__item {
  margin-bottom: 30px;
}

.fact-list__number {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #0082cb;
  font-size: 36px;
  line-height: 70px;
  font-weight: 700;
  border-radius: 100%;
  text-align: center;
}

@media (max-width: 575px) {
  .fact-list__number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}

.fact-list__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0082cb;
  height: 120px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .fact-list__title {
    height: 140px;
  }
}

@media (max-width: 991px) {
  .fact-list__title {
    height: auto;
  }
}

.mosaic-list__item {
  margin-bottom: 30px;
}

.mosaic-list__title {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #0082cb;
}

@media (max-width: 991px) {
  .mosaic-list__title {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .mosaic-list__title {
    font-size: 20px;
  }
}

.mosaic-list__picture {
  position: relative;
}

.mosaic-list__picture:before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  background-size: contain;
  z-index: 1;
}

.mosaic-list__picture_status_good:before {
  background-image: url(../img/icon_status_good.png);
}

.mosaic-list__picture_status_bad:before {
  background-image: url(../img/icon_status_bad.png);
}

.mosaic-list__picture_status-pos_left:before {
  left: 5px;
}

.mosaic-list__picture_status-pos_right:before {
  right: 5px;
}

@media (max-width: 767px) {
  .mosaic-list__picture_status-pos_right:before {
    right: initial;
    left: 5px;
  }
}

.feature-list {
  position: relative;
}

.feature-list__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .feature-list__background {
    position: relative;
    height: auto;
    text-align: center;
    left: initial;
    right: initial;
  }
}

.feature-list__background img {
  width: 500px;
  height: 548px;
  position: absolute;
  margin: auto;
  left: -9960px;
  right: -10000px;
  top: -10000px;
  bottom: -10000px;
}

@media (max-width: 991px) {
  .feature-list__background img {
    width: 300px;
    height: 329px;
  }
}

@media (max-width: 767px) {
  .feature-list__background img {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
  }
}

@media (max-width: 575px) {
  .feature-list__background img {
    width: 200px;
    height: auto;
  }
}

.feature-list__item {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .feature-list__item {
    position: relative;
    text-align: left;
    padding-left: 65px;
    padding-top: 14px;
  }
}

@media (max-width: 991px) {
  .feature-list__item img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .feature-list__item img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.component-list {
  position: relative;
}

.component-list__item {
  margin-bottom: 30px;
}

.component-list__picture {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .component-list__picture {
    margin-bottom: 15px;
  }
  .component-list__picture img {
    width: 200px;
  }
}

.component-list__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1199px) {
  .component-list__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.component-list__button {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.component-list__button.active {
  background-color: #003e8a;
}

.component-list__text {
  font-size: 16px;
  text-align: justify;
  display: none;
}

.method-list {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .method-list {
    margin-bottom: 30px;
  }
  .method-list .text {
    font-size: 18px;
  }
}

.method-list__item {
  text-align: center;
  margin-bottom: 30px;
}

.method-list__item img {
  margin-bottom: 15px;
  width: 130px;
}

@media (max-width: 1199px) {
  .method-list__item img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .method-list__item img {
    width: 75px;
  }
}

.question-buttons {
  position: relative;
}

.question-buttons__item {
  display: block;
  border-radius: 125px;
  height: 125px;
  width: 100%;
  border: 5px solid #0082cb;
  text-align: center;
  overflow: hidden;
  line-height: 108px;
  transition: .3s;
}

.question-buttons__item:hover {
  color: #003e8a !important;
}

@media (max-width: 1199px) {
  .question-buttons__item {
    height: 95px;
    line-height: 82px;
  }
}

@media (max-width: 767px) {
  .question-buttons__item {
    height: 65px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}

.question-buttons__item:hover {
  border-color: #003e8a;
}

.question-buttons__item img {
  height: 70%;
}

#map {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
}

.ymaps-2-1-68-svg-icon {
  transition: .2s !important;
}

.mapData__cities {
  margin-bottom: 15px;
}

.mapData__areas {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
}

.mapData__city-item, .mapData__area-item {
  display: none;
  /*display: inline-block;*/
  font-size: 12px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 1px 10px 0 10px;
  margin: 0 1px 5px;
  cursor: pointer;
  transition: .2s;
}

.mapData__area-item {
  font-size: 12px;
  padding: 5px 15px 4px 15px;
}

.mapData__city-item.active, .mapData__area-item.active {
  border-color: #fff !important;
  color: #fff !important;
}

.mapData__city-item:hover, .mapData__area-item:hover {
  color: #333;
  border-color: #eee;
  background-color: #eee;
}

.mapData__item_with-icon:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center center;
  top: 2px;
}

.mapData__item-address:before {
  background-image: url(/_assets/img/placeholder-for-map.svg);
}

.mapData__item-schedule:before {
  background-image: url(/_assets/img/clock-circular-outline.svg);
}

.mapData__item-phone:before {
  background-image: url(/_assets/img/call-answer.svg);
}

.mapData__item-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.mapData__table {
  padding: 0 15px;
}

.mapData__table-header {
  border-bottom: 2px solid #00c2d0;
  overflow: hidden;
  padding-bottom: 10px;
}

.mapData__table-item {
  padding: 10px 0;
}

.js_map_data_table_item-name {
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mapData__table-item {
    border-bottom: 1px solid #eee;
  }
}

.js_map_data_table_item-address .metro img {
  position: relative;
  top: -2px;
}

#block-system-main {
  padding: 0 !important;
}

.mapData__table-item-availability span, .mapData__table-item-availability a {
  display: block;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
}

.mapData__table-item-availability_1 span, .mapData__table-item-availability_1 a {
  background: #00c2d0;
  color: #fff;
}

.map-wrapper {
  position: relative;
}

.map-wrapper__left {
  position: relative;
  margin-right: 320px;
  overflow: hidden;
}

.map-wrapper__right {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 320px;
  padding-top: 55px;
}

.mapData__list {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mapData__list-item {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  color: #fff;
}

.mapData__list-item-title {
  font-size: 14px;
}

.mapData__list-item-contacts {
  margin-bottom: 5px;
}

.mapData__list-item-availability span, .mapData__list-item-availability a {
  display: block;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
}

.mapData__list-item-availability_1 span, .mapData__list-item-availability_1 a {
  background: #30aeff;
  color: #fff;
}

.mapData__list-availability-switcher {
  width: 100%;
  position: absolute;
  padding: 15px 10px;
  top: 0;
}

.mapData__list-availability-switcher > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 15px;
  border-radius: 4px;
  text-align: center;
  transition: .3s;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapData__list-availability-switcher > span.active {
  background: #30aeff;
  color: #fff;
}

@media (max-width: 767px) {
  .map-wrapper__left {
    margin: 0;
  }
  .map-wrapper__right {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #map {
    height: 300px;
  }
  .colored-box__special > .container {
    padding: 0 !important;
  }
}

.footer {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer .text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__notice {
  font-family: "GOST type A", sans-serif;
  font-size: 55px;
  line-height: 170px;
  margin-bottom: 50px;
  -ms-transform: scale(1, 3);
  transform: scale(1, 3);
  opacity: .2;
}

@media (max-width: 1199px) {
  .footer__notice {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .footer__notice {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .footer__notice {
    font-size: 20px;
    line-height: 20px;
  }
}

.footer__logo {
  width: 256px;
}

@media (max-width: 575px) {
  .footer__logo {
    width: 200px;
  }
}

.row.buy-items {
  text-align: center;
  margin: 0 -15px;
}

.buy-items .col-sm-4 {
  margin-bottom: 15px;
}

.buy-items .title {
  font-weight: bold;
  color: #999;
}

.buy-items .item {
  margin-top: 10px;
}

.buy-items .item img {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #999;
}

@media(max-width: 999px) {
  .node-prep .field-name-body {
    float: none;
    width: 100%;
  }
}

#buy .d-md-block {
  text-align: center;
}

.buy-items .col-sm-4 {
  margin-bottom: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.buy .buy_block .block_1 {
  width: 455px;
}

.buy .buy_block .block_1 img {
  max-width: 100%;
  height: auto;
}

#where-to-buy .img {
  padding: 0 40px;
  border: solid 1px #DBDBDB;
  height: 42px;
  border-radius: 42px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}

#where-to-buy .row .c-item {
  margin-bottom: 30px;
}

#where-to-buy .text-5 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #A7A7A7;
}

#where-to-buy a:hover .img {
  background-color: #aedefd;
}

@media (max-width: 767px) {
  .buy-items .img.h img {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
  }
}

#where-to-buy div.img {
  padding: 0 20px;
}

@media (max-width: 576px) {
  div.row.buy-items img {
    max-width: 100%;
    height: 80%;
    width: auto;
  }
}