@charset "UTF-8";
.advantages {
  padding: 60px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .advantages {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .advantages {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .advantages {
    padding: 20px 0;
  }
}

.advantages--collection .container {
  max-width: 1250px;
}

.advantages--collection .advantages__items {
  grid-template-columns: repeat(3, 350px);
  justify-content: space-between;
}

@media screen and (max-width: 1910px) {
  .advantages--collection .advantages__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}

@media screen and (max-width: 1336px) {
  .advantages--collection .advantages__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .advantages--collection .advantages__items {
    grid-gap: 30px 16px;
  }
}

@media screen and (max-width: 575px) {
  .advantages--collection .advantages__items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.advantages__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1910px) {
  .advantages__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .advantages__title {
    margin-bottom: 20px;
  }
}

.advantages__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}

@media screen and (max-width: 1336px) {
  .advantages__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .advantages__items {
    grid-gap: 30px 16px;
  }
}

@media screen and (max-width: 575px) {
  .advantages__items {
    grid-template-columns: 1fr;
  }
}

/* Advantage card */
.advantage-card__figure {
  margin-bottom: 8px;
  text-align: center;
}

.advantage-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantage-card__name {
  margin-bottom: 8px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .advantage-card__name {
    padding: 0 2px;
    font-size: 16px;
  }
}

.advantage-card__text {
  margin-bottom: 0;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .advantage-card__text {
    font-size: 14px;
    line-height: 1.45;
  }
}

.banner-discounts {
  margin: 36px 0;
}

@media screen and (max-width: 1910px) {
  .banner-discounts {
    margin: 31px 0;
  }
}

@media screen and (max-width: 1336px) {
  .banner-discounts {
    margin: 25px 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-discounts {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-discounts {
    margin: 14px 0;
  }
}

.banner-discounts__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  padding-left: 318px;
  background-image: url("../images/banner-discounts-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1910px) {
  .banner-discounts__inner {
    padding: 16px 15px 14px 244px;
  }
}

@media screen and (max-width: 1337px) {
  .banner-discounts__inner {
    padding: 27px 15px 27px 137px;
  }
}

@media screen and (max-width: 991px) {
  .banner-discounts__inner {
    padding: 13px;
    padding-left: 114px;
  }
}

@media screen and (max-width: 575px) {
  .banner-discounts__inner {
    min-height: 107px;
    padding: 13px 11px 13px 58px;
  }
}

.banner-discounts__label {
  position: absolute;
  top: -17px;
  left: 0;
  width: 291px;
}

@media screen and (max-width: 1910px) {
  .banner-discounts__label {
    width: 223px;
    top: -12px;
  }
}

@media screen and (max-width: 1336px) {
  .banner-discounts__label {
    width: 167px;
  }
}

@media screen and (max-width: 991px) {
  .banner-discounts__label {
    width: 118px;
    top: -9px;
  }
}

@media screen and (max-width: 575px) {
  .banner-discounts__label {
    width: 64px;
    top: -5px;
  }
}

.banner-discounts__body {
  display: flex;
  align-items: center;
  width: 100%;
}

.banner-discounts__content {
  width: 100%;
  padding-right: 48px;
}

@media screen and (max-width: 1910px) {
  .banner-discounts__content {
    padding-right: 18px;
  }
}

@media screen and (max-width: 575px) {
  .banner-discounts__content {
    padding-right: 0;
  }
}

.banner-discounts__image {
  flex-shrink: 0;
  width: 344px;
}

@media screen and (max-width: 1910px) {
  .banner-discounts__image {
    width: 264px;
  }
}

@media screen and (max-width: 1336px) {
  .banner-discounts__image {
    width: 227px;
  }
}

@media screen and (max-width: 991px) {
  .banner-discounts__image {
    width: 136px;
    height: 120px;
  }
}

@media screen and (max-width: 575px) {
  .banner-discounts__image {
    display: none;
  }
}

.banner-discounts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-discounts__text {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1910px) {
  .banner-discounts__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 1336px) {
  .banner-discounts__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-discounts__text {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .banner-discounts__text {
    margin-bottom: 9px;
    font-size: 10px;
  }
}

.banner-discounts__text:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 10px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .breadcrumbs {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 7px 0;
  }
}

.breadcrumbs__items {
  font-size: 0;
}

@media screen and (max-width: 1910px) {
  .breadcrumbs__items {
    padding: 0 3px;
  }
}

@media screen and (max-width: 1336px) {
  .breadcrumbs__items {
    padding: 0;
  }
}

.breadcrumbs__item {
  position: relative;
  display: inline;
  margin-right: 17px;
  color: #000;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumbs__item {
    margin-right: 10px;
    font-size: 12px;
  }
}

.breadcrumbs__item:hover .breadcrumbs__arrow {
  transform: rotate(180deg);
}

.breadcrumbs__item:hover .breadcrumbs__sublist {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .breadcrumbs__item:after {
    margin-top: 1px;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumbs__item:after {
    right: -8px;
    width: 7px;
  }
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  color: #000;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .breadcrumbs__link {
    font-size: 10px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumbs__link {
    font-size: 8px;
  }
}

.breadcrumbs__link:hover {
  color: #032c7f;
}

.breadcrumbs__arrow {
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__arrow {
    width: 6px;
    margin-left: 1px;
  }
}

.breadcrumbs__sublist {
  --marginTop: 27px;
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  width: 152px;
  margin-top: var(--marginTop);
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(62, 67, 90, 0.25);
  opacity: 0;
  visibility: hidden;
  transition-property: z-index, opacity, visibility;
  transition-duration: 300ms;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__sublist {
    right: auto;
    left: 0;
  }
}

.breadcrumbs__sublist::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: var(--marginTop);
  background-color: transparent;
}

.breadcrumbs__subitem {
  margin-bottom: 10px;
}

.breadcrumbs__subitem:last-child {
  margin-bottom: 0;
}

.breadcrumbs__sublink {
  color: #000;
  font-size: 12px;
  line-height: 1;
}

.connection-options {
  overflow: hidden;
  padding: 61px 0 82px;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .connection-options {
    padding: 35px 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .connection-options {
    padding: 25px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .connection-options {
    padding: 36px 0 40px;
  }
}

.connection-options--indented {
  margin: 120px 0;
}

@media screen and (max-width: 1910px) {
  .connection-options--indented {
    margin: 100px 0;
  }
}

@media screen and (max-width: 1336px) {
  .connection-options--indented {
    margin: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .connection-options--indented {
    margin: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .connection-options--indented {
    margin: 40px 0;
  }
}

.connection-options__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}

@media screen and (max-width: 991px) {
  .connection-options__header {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1336px) {
  .connection-options__title {
    transform: translateY(5px);
  }
}

.connection-options__items {
  margin: 0 -15px;
}

@media screen and (max-width: 1336px) {
  .connection-options__items {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 991px) {
  .connection-options__items {
    margin: 0 -7px;
  }
}

.connection-options__item {
  margin: 0 15px;
}

@media screen and (max-width: 1336px) {
  .connection-options__item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .connection-options__item {
    margin: 0 7px;
  }
}

@media screen and (max-width: 575px) {
  .connection-options__item img {
    margin: 0 auto;
  }
}

.contacts-form {
  padding: 30px;
  border-radius: 4px;
  background-color: rgba(244, 243, 243, 0.5);
}

@media screen and (max-width: 1910px) {
  .contacts-form {
    padding-top: 32px;
  }
}

@media screen and (max-width: 1336px) {
  /*.contacts-form {
    padding-top: 30px;
  }*/
}

@media screen and (max-width: 991px) {
  .contacts-form {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form {
    padding: 20px 10px;
  }
}

.contacts-form__title {
  margin-bottom: 20px;
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .contacts-form__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__title {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.contacts-form__text {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .contacts-form__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts-form__text {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__text {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.contacts-form__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contacts-form__item {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}

.contacts-form__item:last-child {
  margin-bottom: 0;
}

.contacts-form__item--textarea {
  grid-template-columns: 1fr;
  row-gap: 9px;
}

@media screen and (max-width: 991px) {
  .contacts-form__item--textarea {
    max-width: 477px;
    row-gap: 11px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__item--textarea {
    max-width: 100%;
    row-gap: 0;
  }
}

.contacts-form__label {
  color: #000;
}

@media screen and (max-width: 1336px) {
  .contacts-form__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__label {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.contacts-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .contacts-form__input {
    max-width: 367px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__input {
    max-width: 100%;
    height: 34px;
  }
}

.contacts-form__textarea {
  height: 75px;
  padding: 10px;
  border: 1px solid #bdbdbd;
  resize: none;
}

@media screen and (max-width: 767px) {
  .contacts-form__textarea {
    height: 78px;
  }
}

.contacts-form__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-form__checkbox {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #4d4d4d;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contacts-form__checkbox {
    margin-bottom: 20px;
    font-size: 10px;
  }
}

.contacts-form__checkbox input {
  display: none;
}

.contacts-form__checkbox input:checked + span::before {
  opacity: 1;
}

.contacts-form__checkbox span {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}

.contacts-form__checkbox span::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #032c7f;
  opacity: 0;
  transition: opacity 300ms;
}

.contacts-form__checkbox a {
  color: #032c7f;
}

.contacts-form__checkbox a:hover {
  text-decoration: underline;
}

.contacts-form__button.link {
  width: 226px;
  height: 45px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contacts-form__button.link {
    width: 140px;
    height: 34px;
    font-size: 14px;
  }
}

.gallery {
  position: relative;
  width: 100%;
  height: 687px;
}

@media screen and (max-width: 1336px) {
  .gallery {
    height: 643px;
  }
}

@media screen and (max-width: 991px) {
  .gallery {
    height: 453px;
  }
}

@media screen and (max-width: 575px) {
  .gallery {
    height: 221px;
  }
}

.gallery .lg-inner {
  top: 0 !important;
}

.gallery .lg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .lg-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: auto;
  background-color: #000;
}

.gallery .lg-thumb {
  padding: 7px 0 21px;
}

.gallery .lg-counter {
  position: absolute;
  bottom: 0;
  left: 26px;
  height: auto;
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.gallery .lg-thumb-item {
  border-color: transparent;
  border-radius: 0;
}

.gallery .lg-thumb-item.active,
.gallery .lg-thumb-item:hover {
  border-color: #fff;
}

.gallery .lg-next,
.gallery .lg-prev {
  z-index: 1090;
  top: auto;
  bottom: 21px;
  height: 80px;
  margin: 0;
  padding: 4px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery .lg-next::before, .gallery .lg-next::after,
.gallery .lg-prev::before,
.gallery .lg-prev::after {
  display: none;
}

.gallery .lg-next {
  right: 0;
}

.gallery .lg-prev {
  left: 0;
}

.location {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f4f3f3;
  border-radius: 4px;
}

.location__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

@media screen and (max-width: 1336px) {
  .location__inner {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .location__inner {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .location__inner {
    display: block;
  }
}

.location__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 108px;
  column-gap: 108px;
  width: 100%;
}

@media screen and (max-width: 1910px) {
  .location__items {
    -moz-column-gap: 31px;
    column-gap: 31px;
  }
}

@media screen and (max-width: 1336px) {
  .location__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .location__items {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .location__items {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.location__item .location__place {
  margin-right: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .location__item .location__place {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .location__item .location__place {
    margin-bottom: 22px;
  }
}

.location__block {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .location__block {
    flex-direction: column;
  }
}

.location__place {
  display: flex;
  align-items: center;
  margin-right: 111px;
}

@media only screen and (max-width: 1910px) {
  .location__place {
    margin-right: 84px;
  }
}

@media only screen and (max-width: 1336px) {
  .location__place {
    margin-right: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .location__place {
    margin-right: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .location__place {
    margin-bottom: 21px;
  }
}

.location__place img {
  width: 77px;
  flex-shrink: 0;
  margin-right: 21px;
}

@media only screen and (max-width: 1336px) {
  .location__place img {
    width: 62px;
    margin-right: 17px;
  }
}

@media screen and (max-width: 991px) {
  .location__place img {
    width: 35px;
    margin-right: 5px;
  }
}

.location__title {
  margin-bottom: 0;
  color: #032c7f;
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 1336px) {
  .location__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .location__title {
    font-size: 22px;
  }
}

.location__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 438px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1910px) {
  .location__field {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .location__field {
    max-width: 213px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1336px) {
  .location__field .select2-container--default .select2-selection--single {
    height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .location__field .select2-container--default .select2-selection--single {
    height: 39px;
  }
}

@media screen and (max-width: 1336px) {
  .location__field .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .location__field .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .location__field .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1336px) {
  .location__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
  }
}

@media screen and (max-width: 991px) {
  .location__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 10px;
  }
}

.location__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 241px;
  height: 52px;
  margin-bottom: 2px;
  margin-left: 22px;
  border: 2px solid #032b80;
  border-radius: 4px;
  background: #032c7f;
  color: #ffffff;
  font-weight: 600;
}

.location__btn:hover {
  background: #ffffff;
  color: #001847;
}

@media only screen and (max-width: 1910px) {
  .location__btn {
    width: 226px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .location__btn {
    width: 164px;
    height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .location__btn {
    width: 104px;
    height: 39px;
    font-size: 12px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .location__btn {
    width: 213px;
    margin: 0;
    font-size: 16px;
  }
}

.location--main {
  margin-bottom: 130px;
  border-bottom: 0;
}

@media only screen and (max-width: 1910px) {
  .location--main {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .location--main {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .location--main {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .location--main {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 1910px) {
  .location--main .location__field {
    width: 296px;
  }
}

@media only screen and (max-width: 1336px) {
  .location--main .location__field {
    width: 282px;
  }
}

@media only screen and (max-width: 991px) {
  .location--main .location__field {
    width: 197px;
  }
}

@media only screen and (max-width: 767px) {
  .location--main .location__field {
    width: 213px;
  }
}

@media only screen and (max-width: 1910px) {
  .location--main .location__btn {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 1336px) {
  .location--main .location__btn {
    width: 217px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .location--main .location__btn {
    width: 161px;
    height: 39px;
    margin-left: 26px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .location--main .location__btn {
    width: 213px;
    height: 39px;
    margin-left: 0;
    font-size: 16px;
  }
}

.promotions {
  padding: 86px 0 80px;
  background-color: #fff;
}

@media screen and (max-width: 1910px) {
  .promotions {
    padding: 106px 0 100px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .promotions {
    padding: 57px 0;
  }
}

@media screen and (max-width: 767px) {
  .promotions {
    padding: 40px 0;
  }
}

.promotions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
  .promotions__header {
    margin-bottom: 13px;
  }
}

.promotions__header .slick-arrows {
  margin-top: -4px;
}

.promotions__items {
  margin: 0 -49px;
}

@media screen and (max-width: 1910px) {
  .promotions__items {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__items {
    margin: 0 -11px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__items {
    margin: 0 -7px;
  }
}

.promotions__items .slick-track {
  display: flex;
}

.promotions__item {
  display: flex !important;
  height: auto;
  margin: 0 49px;
  padding: 14px 27px 14px 17px;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
}

@media screen and (max-width: 1910px) {
  .promotions__item {
    margin: 0 15px;
    padding: 10px 20px 10px 10px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__item {
    margin: 0 11px;
    padding: 16px 26px 8px 16px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__item {
    align-items: center;
    margin: 0 7px;
    padding: 11px 7px 9px;
  }
}

.promotions__img {
  flex-shrink: 0;
  width: 172px;
  margin: 0;
  margin-right: 120px;
  text-align: center;
}

@media screen and (max-width: 1910px) {
  .promotions__img {
    width: 154px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__img {
    width: 108px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__img {
    width: 100px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .promotions__img {
    width: 118px;
    margin-right: 4px;
  }
}

.promotions__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 1910px) {
  .promotions__content {
    margin-top: -4px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__content {
    margin-top: -7px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__content {
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .promotions__content {
    margin-top: -10px;
  }
}

.promotions__date {
  margin-bottom: 17px;
  color: #969696;
}

@media screen and (max-width: 1910px) {
  .promotions__date {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__date {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__date {
    margin-bottom: 6px;
    font-size: 10px;
  }
}

.promotions__name {
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
}

@media screen and (max-width: 1910px) {
  .promotions__name {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .promotions__name {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__text {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .promotions__text {
    font-size: 10px;
  }
}

.promotions__footer {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 1910px) {
  .promotions__footer {
    margin-top: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .promotions__footer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__footer {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .promotions__footer {
    margin-top: 11px;
  }
}

.promotions__link {
  color: #032b80;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .promotions__link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .promotions__link {
    font-size: 12px;
  }
}

.sentences {
  padding: 22px 0 108px;
}

@media screen and (max-width: 1910px) {
  .sentences {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .sentences {
    padding: 19px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .sentences {
    padding: 11px 0 40px;
  }
}

.sentences__title {
  margin-bottom: 42px;
}

@media screen and (max-width: 1910px) {
  .sentences__title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .sentences__title {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 575px) {
  .sentences__title {
    margin-bottom: 10px;
  }
}

.sentences__items {
  --height: 597px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: var(--height);
  grid-auto-rows: minmax(var(--height), auto);
  grid-gap: 60px 65px;
  padding-right: 34px;
}

@media screen and (max-width: 1910px) {
  .sentences__items {
    --height: 475px;
    grid-gap: 30px 33px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1336px) {
  .sentences__items {
    --height: 355px;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sentences__items {
    --height: 478px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .sentences__items {
    --height: 236px;
  }
}

.sentences__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1910px) {
  .sentences__item {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .sentences__item {
    padding-bottom: 33px;
  }
}

@media screen and (max-width: 575px) {
  .sentences__item {
    padding-bottom: 10px;
  }
}

.sentences__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 374px;
  min-height: 199px;
  padding: 20px;
  padding-top: 25px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1336px) {
  .sentences__block {
    width: 342px;
  }
}

@media screen and (max-width: 575px) {
  .sentences__block {
    width: 100%;
    min-height: 148px;
    padding: 12px 0;
  }
}

.sentences__name {
  margin-bottom: 10px;
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1336px) {
  .sentences__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .sentences__name {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 16px;
  }
}

.sentences__text {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .sentences__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .sentences__text {
    font-size: 12px;
  }
}

.sentences .link {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .sentences .link {
    min-width: 226px;
    height: 45px;
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .sentences .link {
    min-width: 137px;
    height: 34px;
    font-size: 14px;
  }
}

.slider-section {
  padding: 60px 0 50px;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .slider-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .slider-section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .slider-section {
    padding: 20px 0;
  }
}

.slider-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  .slider-section__header {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slider-section__title {
    margin-bottom: 0;
  }
}

.slider-section__items {
  margin: 0 -15px;
}

@media screen and (max-width: 1336px) {
  .slider-section__items {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 991px) {
  .slider-section__items {
    margin: 0 -7px;
  }
}

.slider-section .slick-list {
  padding: 10px 0;
}

.slider-section .catalog-product {
  display: flex !important;
  margin: 0 15px;
}

@media screen and (max-width: 1336px) {
  .slider-section .catalog-product {
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .slider-section .catalog-product {
    margin: 0 7px;
  }
}

.useful-videos {
  --margin: 0 15px;
  --negativeMargin: 0 -15px;
  padding: 53px 0 50px;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .useful-videos {
    --margin: 0 10px;
    --negativeMargin: 0 -10px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos {
    --margin: 0 7px;
    --negativeMargin: 0 -7px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos {
    padding: 20px 0;
  }
}

.useful-videos__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 31px;
}

@media screen and (max-width: 1910px) {
  .useful-videos__header {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos__header {
    margin-bottom: 19px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos__header {
    margin-bottom: 22px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos__header {
    margin-bottom: 20px;
  }
}

.useful-videos__header .slick-arrows {
  margin-top: -6px;
}

@media screen and (max-width: 1910px) {
  .useful-videos__header .slick-arrows {
    margin-top: -1px;
  }
}

.useful-videos__title {
  margin-bottom: 0;
}

.useful-videos__items {
  margin: var(--negativeMargin);
}

.useful-videos__item {
  margin: var(--margin);
}

.useful-videos__video {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 9px;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .useful-videos__video {
    height: 228px;
    padding: 2px;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos__video {
    height: 174px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos__video {
    height: 185px;
    padding: 1px;
    margin-bottom: 9px;
  }
}

.useful-videos__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 2px;
}

.useful-videos__name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 1336px) {
  .useful-videos__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos__name {
    font-size: 12px;
  }
}

.useful-videos__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 1336px) {
  .useful-videos__footer {
    margin-top: 14px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos__footer {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos__footer {
    margin-top: 18px;
  }
}

.useful-videos__link {
  color: #032b80;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .useful-videos__link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos__link {
    font-size: 12px;
  }
}

/* About */
.useful-videos--about {
  --margin: 0 60px;
  --negativeMargin: 0 -60px;
  padding-top: 66px;
}

@media screen and (max-width: 1910px) {
  .useful-videos--about {
    --margin: 0 15px;
    --negativeMargin: 0 -15px;
    padding-top: 51px;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos--about {
    --margin: 0 10px;
    --negativeMargin: 0 -10px;
    padding-top: 39px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos--about {
    --margin: 0 7px;
    --negativeMargin: 0 -7px;
    padding-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos--about {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos--about .useful-videos__header {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos--about .useful-videos__header {
    margin-bottom: 20px;
  }
}

.useful-videos--about .useful-videos__video {
  height: 432px;
  margin-bottom: 22px;
}

@media screen and (max-width: 1910px) {
  .useful-videos--about .useful-videos__video {
    height: 350px;
    padding: 7px;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos--about .useful-videos__video {
    height: 262px;
    padding: 4px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos--about .useful-videos__video {
    height: 185px;
    margin-bottom: 9px;
    padding: 1px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos--about .useful-videos__video {
    margin-bottom: 10px;
    padding: 0;
  }
}

.useful-videos--about .useful-videos__name {
  font-size: 24px;
}

@media screen and (max-width: 1336px) {
  .useful-videos--about .useful-videos__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .useful-videos--about .useful-videos__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos--about .useful-videos__name {
    font-size: 12px;
  }
}

.useful-videos--about .useful-videos__footer {
  padding-right: 47px;
}

@media screen and (max-width: 1910px) {
  .useful-videos--about .useful-videos__footer {
    padding-right: 0;
  }
}

@media screen and (max-width: 1336px) {
  .useful-videos--about .useful-videos__footer {
    margin-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .useful-videos--about .useful-videos__footer {
    margin-top: 18px;
  }
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination__item {
  position: relative;
}

.pagination__item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  height: 4px;
  background-color: transparent;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 767px) {
  .pagination__link {
    width: 34px;
    height: 34px;
  }
}

.pagination__item:hover:not(.pagination__item--prev):not(.pagination__item--next) .pagination__link {
  border-color: #032c7f;
  background-color: #fff;
  color: #032c7f;
  font-weight: 400;
}

.pagination__item--active .pagination__link {
  border-color: #032c7f;
  background-color: #032c7f;
  color: #fff;
  font-weight: 600;
}

.pagination__item:hover .pagination__arrow path {
  fill: #4d4d4d;
}

.pagination__subitems {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: auto;
  height: 0;
  margin-top: 4px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  opacity: 0;
  transition: height 300ms;
}

.pagination__subitems::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.pagination__subitems::-webkit-scrollbar-track {
  display: none;
  background-color: transparent;
}

.pagination__item:hover .pagination__subitems {
  height: 204px;
  opacity: 1;
}

.pagination__sublist li {
  margin-top: -1px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 2px;
}

.pagination__sublist li:last-child {
  border-bottom: 0;
}

.pagination__sublist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 34px;
}

.period-block {
  display: flex;
  align-items: center;
}

.period-block__item {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .period-block__item {
    margin-right: 15px;
  }
}

.period-block__label {
  margin-right: 20px;
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .period-block__label {
    margin-right: 15px;
    font-size: 12px;
    line-height: 1;
  }
}

.period-block__select {
  flex-shrink: 0;
  width: 89px;
}

.period-block__select .select2-container--default .select2-selection--single {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .period-block__select .select2-container--default .select2-selection--single {
    height: 34px;
  }
}

.period-block__select .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.period-block__select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.period-block__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  margin-top: 2px;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .period-block__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 0;
  }
}

.period-block__button.link {
  min-width: 160px;
  height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .period-block__button.link {
    min-width: 119px;
    height: 34px;
  }
}

/* Header */
.catalog-header {
  margin: 22px 0 20px;
}

@media screen and (max-width: 1336px) {
  .catalog-header {
    margin: 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .catalog-header {
    margin: 10px 0;
  }
}

.catalog-header__inner {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .catalog-header__title {
    padding-right: 40px;
  }
}

.catalog-header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-header__gift {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #e52d27;
  font-weight: 600;
}

@media screen and (max-width: 1336px) {
  .catalog-header__gift {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-header__gift {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-header__gift {
    flex-direction: column;
    max-width: 70px;
    text-align: center;
  }
}

.catalog-header__gift img {
  flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (max-width: 1336px) {
  .catalog-header__gift img {
    height: 34px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-header__gift img {
    margin-right: 0;
  }
}

/* End Header */
/* Collection */
.catalog-collection {
  margin: 40px 0;
}

@media screen and (max-width: 1336px) {
  .catalog-collection {
    margin: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .catalog-collection {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-collection {
    margin: 10px 0;
  }
}

.catalog-collection__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 1910px) {
  .catalog-collection__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-collection__items {
    grid-gap: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-collection__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-collection__items {
    grid-gap: 5px 4px;
    margin-top: 10px;
  }
}

/* End Collection */
/* Systems */
.catalog-systems {
  margin: 40px 0;
}

@media screen and (max-width: 1336px) {
  .catalog-systems {
    margin: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .catalog-systems {
    margin: 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .catalog-systems {
    margin: 10px 0;
  }
}

.catalog-systems--indented {
  margin-bottom: 120px;
}

@media screen and (max-width: 1910px) {
  .catalog-systems--indented {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-systems--indented {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-systems--indented {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-systems--indented {
    margin-bottom: 40px;
  }
}

.catalog-systems--block {
  margin: 120px 0;
}

@media screen and (max-width: 1910px) {
  .catalog-systems--block {
    margin: 100px 0;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-systems--block {
    margin: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .catalog-systems--block {
    margin: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-systems--block {
    margin: 40px 0;
  }
}

.catalog-systems__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 1910px) {
  .catalog-systems__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(491px, auto);
    grid-auto-rows: minmax(491px, auto);
    grid-gap: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-systems__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 38px 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-systems__items {
    grid-template-rows: minmax(368px, auto);
    grid-auto-rows: minmax(368px, auto);
    grid-gap: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .catalog-systems__items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

/* End Systems */
/* Filters */
.catalog-filters {
  margin: 40px 0;
}

@media screen and (max-width: 1336px) {
  .catalog-filters {
    margin: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .catalog-filters {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters [data-type=slider].slick-initialized {
    margin: 0 -10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters [data-type=slider].slick-initialized:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters [data-type=slider] .slick-track {
    display: flex !important;
  }
}

.catalog-filters [data-type=slider] .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translatey(-50%);
  width: 26px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #fff url("../images/arrow.svg") no-repeat center;
  box-shadow: 0px 0px 5px rgba(110, 117, 152, 0.25);
}

.catalog-filters [data-type=slider] .slick-prev {
  left: 0;
  transform: translatey(-50%) rotate(180deg);
}

.catalog-filters [data-type=slider] .slick-next {
  right: 0;
}

.catalog-filters [data-type=slider] .slick-disabled {
  pointer-events: none;
}

.catalog-filters__inner {
  display: flex;
  flex-direction: column;
}

.catalog-filters--reverse .catalog-filters__tabs {
  order: -1;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .catalog-filters--reverse .catalog-filters__tabs {
    margin-bottom: 10px;
  }
}

.catalog-filters--reverse .catalog-filters__links {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.catalog-filters--reverse .catalog-filters__link {
  min-height: 40px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .catalog-filters--reverse .catalog-filters__link {
    min-height: 34px;
  }
}

.catalog-filters__links {
  display: grid !important;
  grid-template-columns: repeat(5, auto);
}

.catalog-filters__links--fill {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.catalog-filters__link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  margin-left: -1px;
  padding: 0 16px;
  border: 1px solid #bdbdbd;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 1910px) {
  .catalog-filters__link {
    min-height: 57px;
    padding: 0 11px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-filters__link {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .catalog-filters__link {
    min-height: 45px;
    height: auto;
    padding: 0 6px;
    font-size: 10px;
  }
}

.catalog-filters__link:hover, .catalog-filters__link--active {
  border-color: #032c7f;
  background-color: #032c7f;
  color: #fff;
}

.catalog-filters__link:first-child {
  border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 991px) {
  .catalog-filters__link:first-child {
    border-radius: 0;
  }
}

.catalog-filters__link:last-child {
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 991px) {
  .catalog-filters__link:last-child {
    border-radius: 0;
  }
}

.catalog-filters__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .catalog-filters__tabs {
    margin-top: 10px;
  }
}

.catalog-filters__tabs--large .catalog-filters__tab {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .catalog-filters__tabs--large .catalog-filters__tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.catalog-filters__tab {
  margin-left: -1px;
  padding: 10px;
  border: 1px solid #bdbdbd;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .catalog-filters__tab {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 3px 5px;
  }
}

.catalog-filters__tab:hover, .catalog-filters__tab--active {
  border-color: #032c7f;
  background-color: #032c7f;
  color: #fff;
}

.catalog-filters__tab:first-child {
  border-radius: 4px 0 0 4px;
}

.catalog-filters__tab:last-child {
  border-radius: 0 4px 4px 0;
}

.catalog-filters__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px 0;
}

@media screen and (max-width: 991px) {
  .catalog-filters__items {
    gap: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters__items {
    gap: 0;
    margin-top: 10px;
  }
}

.catalog-filters__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 40px;
  margin-left: -1px;
  padding: 0 30px;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 400ms, color 400ms;
}

@media screen and (max-width: 1910px) {
  .catalog-filters__item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-filters__item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-filters__item {
    min-height: 34px;
    padding: 0 3px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-filters__item {
    height: auto;
    white-space: normal;
    text-align: center;
  }
}

.catalog-filters__item:hover {
  background-color: #032c7f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .catalog-filters__item.border-radius-start, .catalog-filters__item.border-radius-end {
    border-radius: 0 !important;
  }
}

.catalog-filters__item.border-radius-start {
  border-radius: 4px 0 0 4px;
}

.catalog-filters__item.border-radius-end {
  border-radius: 0 4px 4px 0;
}

/* End Filters */
/* Products */
.catalog-products {
  margin: 40px 0;
}

@media screen and (max-width: 1336px) {
  .catalog-products {
    margin: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .catalog-products {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-products {
    margin: 10px 0 20px;
  }
}

.catalog-products--indented {
  margin-bottom: 120px;
}

@media screen and (max-width: 1910px) {
  .catalog-products--indented {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-products--indented {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-products--indented {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-products--indented {
    margin-bottom: 40px;
  }
}

.catalog-products__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(484px, 1fr));
  grid-gap: 34px;
}

@media screen and (max-width: 1910px) {
  .catalog-products__items {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 30px 28px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-products__items {
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-products__items {
    grid-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-products__items {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .catalog-products__items {
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }
}

/* End Products */
/* Slider */
.catalog-slider {
  --mobileSlideHeight: 314px;
  position: relative;
  margin-bottom: 38px;
}

@media screen and (max-width: 1336px) {
  .catalog-slider {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-slider__items {
    width: 100vw;
    margin: 0 calc((100vw - 864px) / -2);
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider__items {
    margin: 0 calc((100vw - 608px) / -2);
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__items {
    margin: 0 -10px;
  }
}

.catalog-slider__slide {
  height: 684px;
}

@media screen and (max-width: 1910px) {
  .catalog-slider__slide {
    height: 524px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-slider__slide {
    height: 460px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider__slide {
    height: 394px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__slide {
    height: auto;
  }
}

.catalog-slider__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 50px 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1910px) {
  .catalog-slider__item {
    padding: 30px 30px 72px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-slider__item {
    padding: 20px 80px 82px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__item {
    height: var(--mobileSlideHeight);
    justify-content: flex-start;
    padding: 42px 10px 10px;
  }
}

.catalog-slider__content {
  max-width: 740px;
}

@media screen and (max-width: 1336px) {
  .catalog-slider__content {
    max-width: 540px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider__content {
    max-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__content {
    max-width: 280px;
  }
}

.catalog-slider__title {
  font-size: 55px;
}

@media screen and (max-width: 1336px) {
  .catalog-slider__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__title {
    font-size: 22px;
    line-height: 1.25;
  }
}

.catalog-slider__text {
  margin-bottom: 10px;
}

@media screen and (max-width: 1910px) {
  .catalog-slider__text {
    max-width: 570px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-slider__text {
    max-width: 520px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-slider__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider__text {
    display: none;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.4;
  }
}

.catalog-slider__text:last-child {
  margin-bottom: 0;
}

.catalog-slider__block {
  display: none;
  padding: 10px;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .catalog-slider__block {
    display: block;
  }
}

.catalog-slider__block .catalog-slider__text {
  display: block;
}

.catalog-slider .slick-dots {
  bottom: 80px;
  left: 50px;
}

@media screen and (max-width: 1910px) {
  .catalog-slider .slick-dots {
    bottom: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-slider .slick-dots {
    bottom: 20px;
    left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider .slick-dots {
    top: calc(var(--mobileSlideHeight) - 14px);
    bottom: auto;
    left: 10px;
  }
}

.catalog-slider .slick-dots li {
  width: 63px;
  height: 10px;
}

@media screen and (max-width: 991px) {
  .catalog-slider .slick-dots li {
    width: 38px;
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-slider .slick-dots li {
    width: 27px;
    height: 4px;
  }
}

/* End Slider */
/* Menu */
.catalog-menu {
  margin-top: 18px;
  background-color: #fff;
}

@media screen and (max-width: 1336px) {
  .catalog-menu {
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-menu {
    margin-top: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-menu {
    order: -1;
    border: none;
  }
}

.catalog-menu__list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .catalog-menu__list {
    display: none;
    flex-direction: column;
    padding-top: 10px;
  }
}

.catalog-menu__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .catalog-menu__item {
    border-bottom: 1px solid #bdbdb d;
  }
}

.catalog-menu__item:hover .catalog-menu__link {
  border-color: #032b80;
  background-color: #032b80;
  color: #fff;
}

.catalog-menu__item:hover .catalog-menu__arrow {
  background-position: 0 -8px;
}

.catalog-menu__item:hover > ul {
  z-index: 99;
  opacity: 1;
  /*visibility: visible;*/
  display: block;
}

@media screen and (max-width: 767px) {
  .catalog-menu__item:first-child {
    border-top: 1px solid #bdbdbd;
  }
}

.catalog-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  height: 100%;
  margin-left: -1px;
  padding: 4px 20px;
  border: 1px solid #bdbdbd;
  color: #4d4d4d;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 1910px) {
  .catalog-menu__link {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-menu__link {
    min-height: 54px;
    padding: 1px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-menu__link {
    flex-direction: column;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .catalog-menu__link {
    flex-direction: row;
    justify-content: space-between;
    min-height: auto;
    padding: 10px;
    border: 0;
    font-size: 14px;
  }
}

.catalog-menu__link--active {
  border-color: #032b80;
  background-color: #032b80;
  color: #fff;
}

.catalog-menu__link--active .catalog-menu__arrow {
  background-position: 0 -8px;
}

.catalog-menu__item:first-child .catalog-menu__link {
  border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 991px) {
  .catalog-menu__item:first-child .catalog-menu__link {
    border-radius: 0;
  }
}

.catalog-menu__item:last-child .catalog-menu__link {
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 991px) {
  .catalog-menu__item:last-child .catalog-menu__link {
    border-radius: 0;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-menu__text {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}

.catalog-menu__arrow {
  flex-shrink: 0;
  width: 16px;
  height: 8px;
  margin-left: 10px;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 1336px) {
  .catalog-menu__arrow {
    width: 14px;
    margin-top: 2px;
    margin-left: 0;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 991px) {
  .catalog-menu__arrow {
    margin-top: 5px;
  }
}

.catalog-menu__arw {
  width: 8px;
  height: 16px;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .catalog-menu__arw {
    transform: rotate(90deg);
  }
}

.catalog-menu__sublist {
  --margin: 8px;
  position: absolute;
  z-index: -1;
  top: 100%;
  min-width: 213px;
  margin-top: var(--margin);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  /*visibility: hidden;*/
  display: none;
  transition-property: z-index, opacity, visibility;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .catalog-menu__sublist {
    position: static;
    display: none;
    margin-top: 0;
    border: 0;
    opacity: 1;
    visibility: visible;
  }
}

.catalog-menu__sublist::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: var(--margin);
  background-color: transparent;
}

.catalog-menu__sublist li {
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
  .catalog-menu__sublist li {
    border-bottom: 0;
  }
}

.catalog-menu__sublist li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.catalog-menu__sublist li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .catalog-menu__sublist li a {
    padding: 10px 14px 10px 10px;
  }
}

.catalog-menu__sublist li ul {
  --margin: 8px;
  top: 0;
  left: 100%;
  width: 243px;
  margin-top: 0;
  margin-left: var(--margin);
}

@media screen and (max-width: 767px) {
  .catalog-menu__sublist li ul {
    display: none;
    width: 100%;
    margin: 0;
  }
}

.catalog-menu__sublist li ul::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: var(--margin);
  background-color: transparent;
}

.catalog-menu__sublist li ul li a {
  padding-left: 20px;
}

.catalog-menu__sublist li:hover > a {
  color: #032c7f;
}

.catalog-menu__sublist li:hover .catalog-menu__arw {
  background-position: -8px 0;
}

.catalog-menu__sublist li:hover > .catalog-menu__sublist {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.catalog-menu__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 9px;
  border-radius: 4px;
  background-color: #032c7f;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .catalog-menu__toggle {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .catalog-menu__title {
    font-size: 14px;
    letter-spacing: .4px;
  }
}

.catalog-menu__burger {
  position: relative;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.catalog-menu__burger::before, .catalog-menu__burger::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.catalog-menu__burger::before {
  top: -4px;
}

.catalog-menu__burger:after {
  top: 4px;
}

/* End Menu */
/* Product */
.catalog-product {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  transition: transform 400ms, color 400ms;
}

@media screen and (max-width: 1910px) {
  .catalog-product {
    padding: 6px 6px 4px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-product {
    padding: 2px 2px 4px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-product {
    padding-bottom: 2px;
  }
}

.catalog-product:hover {
  transform: scale(1.04);
  color: #000;
}

.catalog-product[data-type=main] {
  padding: 25px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1910px) {
  .catalog-product[data-type=main] {
    padding: 14px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-product[data-type=main] {
    padding: 8px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-product[data-type=main] {
    padding: 3px;
  }
}

.catalog-product[data-type=main] .catalog-product__figure {
  margin-bottom: 20px;
}

@media screen and (max-width: 1910px) {
  .catalog-product[data-type=main] .catalog-product__figure {
    flex-shrink: 0;
    height: 370px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-product[data-type=main] .catalog-product__figure {
    height: 280px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-product[data-type=main] .catalog-product__figure {
    height: 172px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-product[data-type=main] .catalog-product__figure {
    height: auto;
    margin-bottom: 11px;
  }
}

.catalog-product[data-type=main] .catalog-product__name {
  min-height: auto;
}

@media screen and (max-width: 1336px) {
  .catalog-product[data-type=main] .catalog-product__name {
    min-height: 48px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-product[data-type=main] .catalog-product__name {
    min-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-product[data-type=main] .catalog-product__name {
    min-height: 30px;
  }
}

.catalog-product__figure {
  margin-bottom: 13px;
}

@media screen and (max-width: 1910px) {
  .catalog-product__figure {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1336px) {
  .catalog-product__figure {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-product__figure {
    position: relative;
    padding-bottom: 61.6%;
    height: auto;
    margin-bottom: 11px;
  }
}

.catalog-product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .catalog-product__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.catalog-product__name {
  max-width: 400px;
  min-height: 50px;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 1336px) {
  .catalog-product__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-product__name {
    min-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-product__name {
    min-height: 32px;
    font-size: 12px;
  }
}

/* End Product */
.contacts {
  padding-top: 22px;
  padding-bottom: 40px;
  color: #000;
}

@media screen and (max-width: 1910px) {
  .contacts {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 13px;
  }
}

.contacts__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
  .contacts__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__title {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__title {
    margin-bottom: 12px;
  }
}

.contacts__body {
  display: flex;
  align-items: flex-start;
  margin-bottom: 122px;
}

@media screen and (max-width: 1910px) {
  .contacts__body {
    flex-direction: row;
    margin-bottom: 81px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__body {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__body {
    margin-bottom: 40px;
  }
}

.contacts__content {
  flex-grow: 1;
  padding-right: 61px;
}

@media screen and (max-width: 1910px) {
  .contacts__content {
    max-width: 923px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 3px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__content {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__content {
    display: grid;
    grid-template-columns: 1fr 296px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 46px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__content {
    grid-template-columns: 1fr;
  }
}

.contacts__blocks {
  margin-bottom: 30px;
}

.contacts__aside {
  flex-shrink: 0;
  width: 537px;
}

@media screen and (max-width: 1336px) {
  .contacts__aside {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .contacts__aside {
    max-width: 607px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contacts__aside {
    width: 100vw;
    margin: 0 -10px;
  }
}

.contacts__cols {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .contacts__cols {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .contacts__col {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__col {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__col:last-child {
    margin-bottom: 0;
  }
}

.contacts__contact {
  margin-bottom: 40px;
  padding-right: 83px;
}

@media screen and (max-width: 1910px) {
  .contacts__contact {
    padding-right: 78px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__contact {
    max-width: 677px;
    padding-right: 0;
  }
}

.contacts__contact:last-child {
  margin-bottom: 0;
}

.contacts__schedule-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1910px) {
  .contacts__schedule-title {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__schedule-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__schedule-title {
    margin-bottom: 19px;
    font-size: 16px;
  }
}

.contacts__schedule-title img {
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__schedule-days {
  margin-bottom: 2px;
}

@media screen and (max-width: 1336px) {
  .contacts__schedule-days {
    margin-bottom: 4px;
  }
}

.contacts__schedule-time {
  margin-bottom: 16px;
  font-weight: 600;
}

.contacts__schedule-time:last-child {
  margin-bottom: 0;
}

.contacts__city {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-transform: uppercase;
}

@media screen and (max-width: 1336px) {
  .contacts__city {
    margin-bottom: 31px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__city {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.contacts__subtitle {
  margin-bottom: 10px;
  font-weight: 600;
}

.contacts__address {
  margin-bottom: 34px;
}

@media screen and (max-width: 1910px) {
  .contacts__address {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__address {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__address {
    margin-bottom: 22px;
  }
}

.contacts__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
  .contacts__item {
    margin-bottom: 37px;
    max-width: 555px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__item {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__item:last-child {
    margin-bottom: 0;
  }
}

.contacts__item-title {
  margin-right: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1336px) {
  .contacts__item-title {
    margin-right: 21px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__item-title {
    margin-right: 12px;
  }
}

.contacts__items {
  display: flex;
  flex-direction: column;
}

.contacts__link {
  margin-bottom: 10px;
  color: #032c7f;
}

@media screen and (max-width: 991px) {
  .contacts__link {
    margin-bottom: 13px;
  }
}

.contacts__link:hover {
  text-decoration: underline;
}

.contacts__link:last-child {
  margin-bottom: 0;
}

.contacts__link--email {
  text-decoration: underline;
}

.contacts__link--email:hover {
  text-decoration: none;
}

.contacts__info {
  display: grid;
  grid-template-columns: 1fr 265px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  align-items: flex-start;
  margin-bottom: 58px;
  padding: 40px 36px 40px 38px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1336px) {
  .contacts__info {
    grid-template-columns: 1fr 222px;
    margin-bottom: 29px;
    padding: 20px 17px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__info {
    grid-template-columns: 1fr;
    margin-bottom: 19px;
    padding-top: 16px;
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__info-content {
    margin-bottom: 20px;
  }
}

.contacts__info-text {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .contacts__info-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .contacts__info-email {
    font-size: 16px;
  }
}

.contacts__info-email span {
  margin-right: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1336px) {
  .contacts__info-email span {
    margin-right: 21px;
  }
}

.contacts__info-email a {
  color: #032c7f;
  text-decoration: underline;
}

.contacts__info-email a:hover {
  text-decoration: none;
}

.contacts__info-logo {
  display: flex;
  align-items: center;
  margin-top: 25px;
  color: #032c7f;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .contacts__info-logo {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__info-logo {
    line-height: 1.4;
  }
}

.contacts__info-logo img {
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__suggest {
  max-width: 451px;
}

.contacts__suggest-text {
  margin-bottom: 10px;
  font-weight: 600;
}

.contacts__suggest-email {
  color: #032c7f;
}

.contacts__map {
  margin-bottom: 123px;
}

@media screen and (max-width: 1910px) {
  .contacts__map {
    margin-bottom: 83px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__map {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__map {
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    margin-bottom: 40px;
  }
}

.contacts__map-item {
  margin-bottom: 80px;
}

@media screen and (max-width: 1910px) {
  .contacts__map-item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__map-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map-item {
    margin-bottom: 40px;
  }
}

.contacts__map-item:last-child {
  margin-bottom: 0;
}

.contacts__map-title {
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1336px) {
  .contacts__map-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__map-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map-title {
    font-size: 16px;
  }
}

.contacts__map-iframe {
  width: 100%;
  height: 574px;
  padding: 8px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .contacts__map-iframe {
    height: 442px;
    padding: 7px 6px;
  }
}

@media screen and (max-width: 1336px) {
  .contacts__map-iframe {
    height: 328px;
    padding: 5px 4px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__map-iframe {
    height: 230px;
    padding: 3px;
  }
}

.contacts__map-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .contacts__details {
    padding-left: 3px;
  }
}

.contacts__details-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .contacts__details-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__details-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__details-title {
    margin-bottom: 22px;
  }
}

.contacts__details-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .contacts__details-list {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__details-list {
    margin-bottom: 11px;
  }
}

.contacts__details-item {
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .contacts__details-item {
    margin-bottom: 13px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__details-item {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__details-item {
    margin-bottom: 9px;
    font-size: 12px;
  }
}

.contacts__details-item:last-child {
  margin-bottom: 0;
}

.contacts__details-link {
  color: #032c7f;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 1336px) {
  .contacts__details-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__details-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__details-link {
    font-size: 12px;
  }
}

.contacts__details-link:hover {
  text-decoration: none;
}

/* cooperation about */
.cooperation-about {
  padding: 22px 0 120px;
}

@media screen and (max-width: 1910px) {
  .cooperation-about {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-about {
    padding-top: 19px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about {
    padding-top: 17px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.cooperation-about__title {
  margin-bottom: 42px;
}

@media screen and (max-width: 1910px) {
  .cooperation-about__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-about__title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__title {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__title {
    margin-bottom: 8px;
  }
}

.cooperation-about__body {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__body {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__body {
    flex-direction: column;
    align-items: center;
  }
}

.cooperation-about__image {
  flex-shrink: 0;
  max-width: 616px;
  padding: 4px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .cooperation-about__image {
    max-width: 468px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-about__image {
    max-width: 422px;
    padding: 3px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__image {
    max-width: 297px;
    height: 272px;
    padding: 2px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}

.cooperation-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cooperation-about__content {
  padding-left: 60px;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__content {
    padding-top: 3px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cooperation-about__content {
    padding: 0;
  }
}

.cooperation-about__list {
  margin-bottom: 120px;
}

@media screen and (max-width: 1910px) {
  .cooperation-about__list {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-about__list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__list {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__list {
    margin-bottom: 19px;
  }
}

.cooperation-about__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #000;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__item {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__item {
    margin-bottom: 7px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__item {
    margin-bottom: 11px;
    font-size: 12px;
  }
}

.cooperation-about__item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .cooperation-about__item::before {
    top: 7px;
  }
}

.cooperation-about__item:last-child {
  margin-bottom: 0;
}

.cooperation-about__contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 45px;
  column-gap: 45px;
  max-width: 590px;
}

@media screen and (max-width: 991px) {
  .cooperation-about__contacts {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-about__contacts {
    row-gap: 12px;
  }
}

.cooperation-about__contact {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__contact {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__contact {
    flex-direction: row;
    align-items: center;
  }
}

.cooperation-about__subtitle {
  margin-right: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__subtitle {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__subtitle {
    width: 77px;
    margin-bottom: 0;
    padding-right: 4px;
    font-size: 12px;
  }
}

.cooperation-about__link {
  margin-bottom: 10px;
  color: #032c7f;
}

@media screen and (max-width: 1336px) {
  .cooperation-about__link {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-about__link {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.cooperation-about__link:last-child {
  margin-bottom: 0;
}

/* cooperation products */
.cooperation-products {
  margin-bottom: 62px;
  padding: 60px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1910px) {
  .cooperation-products {
    margin-bottom: 38px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-products {
    margin-bottom: 41px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-products {
    margin-bottom: 31px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-products {
    margin-bottom: 17px;
    padding: 20px 0;
  }
}

.cooperation-products__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px;
  margin-left: -8px;
  padding-right: 8px;
}

@media screen and (max-width: 1910px) {
  .cooperation-products__items {
    grid-gap: 28px;
    margin-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-products__items {
    grid-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-products__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 4px;
  }
}

/* Cooperation tour */
.cooperation-tour {
  padding: 60px 0;
}

@media screen and (max-width: 1910px) {
  .cooperation-tour {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour {
    padding: 20px 0;
  }
}

.cooperation-tour__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1910px) {
  .cooperation-tour__title {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__title {
    margin-bottom: 21px;
  }
}

.cooperation-tour__text {
  margin-bottom: 30px;
}

@media screen and (max-width: 1910px) {
  .cooperation-tour__text {
    text-align: center;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__text {
    display: none;
  }
}

.cooperation-tour__body {
  display: grid;
  grid-template-columns: 1fr 537px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1910px) {
  .cooperation-tour__body {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__body {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__body {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__body {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1910px) {
  .cooperation-tour__gallery {
    max-width: 923px;
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__gallery {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__gallery {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__gallery {
    margin-bottom: 40px;
  }
}

.cooperation-tour__aside {
  max-width: 537px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .cooperation-tour__aside {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__aside .contacts-form {
    margin: 0 -10px;
  }
}

.cooperation-tour__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 64px;
  column-gap: 64px;
  max-width: 1330px;
  margin: 0 auto;
}

@media screen and (max-width: 1910px) {
  .cooperation-tour__items {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__items {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 176px;
    grid-auto-rows: minmax(176px, auto);
    grid-gap: 5px 4px;
  }
}

.cooperation-tour__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 20px 20px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  text-align: center;
  transition: transform 400ms;
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__item {
    padding: 32px 8px 12px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__item {
    padding: 8px 4px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__item {
    padding-right: 0;
    padding-left: 0;
  }
}

.cooperation-tour__item:hover {
  transform: scale(1.04);
}

.cooperation-tour__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .cooperation-tour__img {
    height: 50px;
    margin-bottom: 9px;
  }
}

.cooperation-tour__name {
  margin-bottom: 10px;
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__name {
    margin-bottom: 13px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__name {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__name {
    margin-bottom: 9px;
    font-size: 14px;
  }
}

.cooperation-tour__descr {
  margin-bottom: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .cooperation-tour__descr {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .cooperation-tour__descr {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .cooperation-tour__descr {
    font-size: 10px;
    line-height: 1.4;
  }
}

.news {
  padding-top: 22px;
  padding-bottom: 47px;
}

@media screen and (max-width: 1910px) {
  .news {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 1336px) {
  .news {
    padding-top: 19px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 10px;
  }
}

.news__title {
  margin-bottom: 21px;
}

@media screen and (max-width: 1336px) {
  .news__title {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 991px) {
  .news__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 11px;
  }
}

.news__types {
  display: flex;
  margin-bottom: 40px;
  padding: 0 1px;
  background-color: #ffffff;
}

@media screen and (max-width: 1336px) {
  .news__types {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .news__types {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news__types {
    margin-bottom: 10px;
  }
}

.news__type {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .news__type {
    height: 46px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .news__type {
    flex-direction: column;
  }
}

.news__type:first-child {
  border-radius: 4px 0 0 4px;
}

.news__type:last-child {
  border-radius: 0 4px 4px 0;
}

.news__type:hover, .news__type--active {
  border-color: #032b80;
  background-color: #032b80;
  color: #fff;
}

.news__type--promo {
  color: #e52d27;
}

.news__type--promo.news__type--active, .news__type--promo:hover {
  border-color: #e52d27;
  background-color: #e52d27;
  color: #fff;
}

.news__type--promo.news__type--active svg circle, .news__type--promo:hover svg circle {
  fill: #fff;
}

.news__type--promo.news__type--active svg path, .news__type--promo:hover svg path {
  fill: #e52d27;
}

.news__type--promo svg {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .news__type--promo svg {
    height: 14px;
    margin-left: 0;
  }
}

.news__type--promo svg circle,
.news__type--promo svg path {
  transition: fill 400ms;
}

.news__items {
  --height-card: 513px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: var(--height-card);
  grid-auto-rows: minmax(var(--height-card), auto);
  grid-gap: 30px 31px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1910px) {
  .news__items {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 48px;
    column-gap: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1336px) {
  .news__items {
    --height-card: 501px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-bottom: 40px;
    padding: 0 56px;
  }
}

@media screen and (max-width: 991px) {
  .news__items {
    --height-card: 450px;
    grid-gap: 20px;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .news__items {
    --height-card: 454px;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.news__footer {
  position: relative;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1336px) {
  .news__footer {
    justify-content: space-between;
    padding: 0 56px;
  }
}

@media screen and (max-width: 991px) {
  .news__footer {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .news__footer .pagination {
    margin-bottom: 30px;
  }
}

.news__footer .period-block {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1336px) {
  .news__footer .period-block {
    position: static;
    transform: translateY(0);
  }
}

/* News card */
.news-card {
  padding: 8px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  transition: transform 400ms;
}

@media screen and (max-width: 1910px) {
  .news-card {
    padding: 7px;
  }
}

@media screen and (max-width: 991px) {
  .news-card {
    padding: 1px;
  }
}

@media screen and (max-width: 767px) {
  .news-card {
    padding: 4px 5px;
  }
}

.news-card:hover {
  transform: scale(1.04);
}

.news-card__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 1336px) {
  .news-card__panel {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .news-card__panel {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .news-card__panel {
    margin-bottom: 7px;
  }
}

.news-card__label {
  color: #969696;
}

@media screen and (max-width: 1336px) {
  .news-card__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .news-card__label {
    font-size: 12px;
  }
}

.news-card__label--new {
  color: #032c7f;
}

.news-card__date {
  color: #969696;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .news-card__date {
    font-size: 10px;
  }
}

.news-card__figure {
  margin: 0 0 10px;
  aspect-ratio: 1.07 / 1;
}

@media screen and (max-width: 991px) {
  .news-card__figure {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-card__figure {
    margin-bottom: 11px;
  }
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card__name {
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .news-card__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .news-card__name {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

.news-card__text {
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.45;
}

@media screen and (max-width: 991px) {
  .news-card__text {
    font-size: 12px;
  }
}

.product {
  padding-top: 18px;
}

@media screen and (max-width: 1336px) {
  .product {
    padding-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .product {
    padding-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .product {
    margin-bottom: 39px;
  }
}

.product__inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 1910px) {
  .product__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .product__inner {
    margin-bottom: 30px;
  }
}

.product__content {
  display: flex;
  align-items: flex-start;
  min-width: 1px;
  padding-right: 19px;
}

@media screen and (max-width: 1910px) {
  .product__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .product__content {
    flex-direction: column;
  }
}

.product__info {
  flex-shrink: 0;
  width: 387px;
  margin-top: 64px;
  padding: 15px;
  padding-top: 37px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .product__info {
    width: 100%;
    margin-top: 50px;
    padding: 20px 20px 30px;
  }
}

@media screen and (max-width: 1336px) {
  .product__info {
    margin-top: 41px;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .product__info {
    margin-top: 31px;
  }
}

@media screen and (max-width: 575px) {
  .product__info {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1910px) {
  .product__info-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media screen and (max-width: 1336px) {
  .product__info-items {
    -moz-column-gap: 4px;
    column-gap: 4px;
    padding: 8px;
  }
}

@media screen and (max-width: 991px) {
  .product__info-items {
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px 12px;
  }
}

@media screen and (max-width: 575px) {
  .product__info-items {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 8px 8px 14px;
  }
}

.product__info-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 52px;
  margin-top: 50px;
  padding-top: 31px;
  border-top: 1px solid rgba(189, 189, 189, 0.5);
}

@media screen and (max-width: 1910px) {
  .product__info-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
  }
}

@media screen and (max-width: 1336px) {
  .product__info-footer {
    margin-top: 0;
    padding: 28px 8px 30px;
  }
}

@media screen and (max-width: 991px) {
  .product__info-footer {
    padding: 24px 11px;
  }
}

@media screen and (max-width: 575px) {
  .product__info-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    padding: 15px 8px 10px;
  }
}

.product__price {
  grid-column: span 2;
  color: #000000;
  font-size: 24px;
}

@media screen and (max-width: 1910px) {
  .product__price {
    grid-column: initial;
  }
}

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

@media screen and (max-width: 575px) {
  .product__price {
    grid-column: span 2;
    text-align: center;
  }
}

.product__price b {
  font-weight: 600;
}

.product__guarantee {
  display: flex;
  align-items: center;
  color: #032c7f;
  font-size: 14px;
  line-height: 1.35;
}

@media screen and (max-width: 1910px) {
  .product__guarantee {
    order: -1;
  }
}

@media screen and (max-width: 991px) {
  .product__guarantee {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .product__guarantee {
    font-size: 14px;
  }
}

.product__guarantee img {
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .product__guarantee img {
    height: 68px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 575px) {
  .product__guarantee img {
    height: 100px;
    margin-right: 10px;
  }
}

.product__link {
  display: flex;
  align-items: center;
  margin: 0 24px 30px;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 1910px) {
  .product__link {
    margin: 0;
  }
}

@media screen and (max-width: 1336px) {
  .product__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .product__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .product__link {
    margin: 0 7px 0 24px;
    font-size: 14px;
  }
}

.product__link img {
  flex-shrink: 0;
  margin-right: 34px;
}

@media screen and (max-width: 1336px) {
  .product__link img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .product__link img {
    height: 36px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 575px) {
  .product__link img {
    height: 52px;
    margin-right: 10px;
  }
}

.product__action {
  display: flex;
  align-items: center;
  font-size: 16px;
}

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

.product__action img {
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .product__action img {
    margin-right: 5px;
  }
}

.product__items {
  padding-top: 80px;
  padding-left: 30px;
}

@media screen and (max-width: 1910px) {
  .product__items {
    padding-left: 82px;
  }
}

@media screen and (max-width: 1336px) {
  .product__items {
    padding-top: 24px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  .product__items {
    padding-top: 6px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .product__items {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }
}

.product__item {
  margin-bottom: 21px;
  color: #000;
}

@media screen and (max-width: 1336px) {
  .product__item {
    margin-bottom: 13px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .product__item {
    margin-bottom: 9px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .product__item {
    margin-bottom: 11px;
    font-size: 14px;
  }
}

.product__item:last-child {
  margin-bottom: 0;
}

.product__item b {
  font-weight: 600;
}

.product__item a {
  color: #032c7f;
  text-decoration: underline;
}

.product__item a:hover {
  text-decoration: none;
}

.product__item p {
  margin: 10px 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .product__item p {
    margin-top: 6px;
    line-height: 1.3;
  }
}

/* Details */
.product-details {
  margin: 58px 0 83px;
}

@media screen and (max-width: 1910px) {
  .product-details {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1336px) {
  .product-details {
    margin: 51px 0 78px;
  }
}

@media screen and (max-width: 991px) {
  .product-details {
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 575px) {
  .product-details {
    margin: 39px 0 40px;
  }
}

.product-details__arrows.slick-arrows {
  display: none;
}

@media screen and (max-width: 575px) {
  .product-details__arrows.slick-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}

.product-details__tabs {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .product-details__tabs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-details__tabs {
    margin-bottom: 10px;
  }
}

.product-details__tab {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 58px;
  padding: 0 10px;
  border-right: 1px solid #bdbdbd;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 400ms;
}

@media screen and (max-width: 991px) {
  .product-details__tab {
    min-height: 46px;
    font-size: 10px;
  }
}

.product-details__tab:last-child {
  border-right: 0;
}

.product-details__tab--active {
  background-color: #032c7f;
  color: #fff;
}

.product-details__body {
  max-width: 1060px;
}

.product-details__section {
  display: none;
}

.product-details__section--active {
  display: block;
}

.product-details__block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1336px) {
  .product-details__block {
    margin-bottom: 47px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .product-details__block {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.product-details__block img {
  margin-right: 20px;
}

@media screen and (max-width: 1336px) {
  .product-details__block img {
    height: 127px;
  }
}

@media screen and (max-width: 991px) {
  .product-details__block img {
    height: 86px;
    margin-right: 10px;
  }
}

.product-details__subtitle {
  margin: 40px 0 20px;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1336px) {
  .product-details__subtitle {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .product-details__subtitle {
    margin: 20px 0 10px;
    font-size: 16px;
  }
}

.product-details__text {
  margin: 10px 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .product-details__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .product-details__text {
    margin-top: 9px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .product-details__text {
    margin-top: 7px;
    line-height: 1.45;
  }
}

/* Product addits */
.product-addits__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin-bottom: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

@media screen and (max-width: 1336px) {
  .product-addits__tabs {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .product-addits__tabs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-addits__tabs {
    margin-bottom: 10px;
  }
}

.product-addits__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-right: 1px solid #bdbdbd;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product-addits__tab {
    min-height: 32px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .product-addits__tab {
    font-weight: 400;
  }
}

.product-addits__tab:last-child {
  border-right: 0;
}

.product-addits__tab--active {
  background-color: #032c7f;
  color: #fff;
}

.product-addits__items {
  --height: 490px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: var(--height);
  grid-auto-rows: minmax(var(--height), auto);
  grid-gap: 30px;
}

@media screen and (max-width: 1910px) {
  .product-addits__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1336px) {
  .product-addits__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .product-addits__items {
    --height: 368px;
    grid-gap: 15px;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .product-addits__items {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

/* Carousel */
.product-carousel {
  position: relative;
  flex-shrink: 0;
  min-width: 1px;
  width: 616px;
}

@media screen and (max-width: 1336px) {
  .product-carousel {
    width: 424px;
  }
}

@media screen and (max-width: 991px) {
  .product-carousel {
    width: 297px;
  }
}

@media screen and (max-width: 575px) {
  .product-carousel {
    width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

.product-carousel__icon {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
}

@media screen and (max-width: 1336px) {
  .product-carousel__icon {
    top: 19px;
    right: 16px;
    height: 46px;
  }
}

@media screen and (max-width: 991px) {
  .product-carousel__icon {
    top: 9px;
    right: 11px;
    height: 24px;
  }
}

@media screen and (max-width: 575px) {
  .product-carousel__icon {
    top: 12px;
    height: 38px;
  }
}

.product-carousel__main {
  aspect-ratio: 1;
  margin-bottom: 6px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1336px) {
  .product-carousel__main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .product-carousel__main {
    box-shadow: 0px 2px 6px rgba(112, 119, 154, 0.2);
  }
}

@media screen and (max-width: 575px) {
  .product-carousel__main {
    margin-bottom: 4px;
  }
}

.product-carousel__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 6px;
}

@media screen and (max-width: 1336px) {
  .product-carousel__item {
    padding: 2px;
  }
}

.product-carousel__item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.product-carousel__thumbs {
  margin: 0 -8px;
}

@media screen and (max-width: 1336px) {
  .product-carousel__thumbs {
    margin: 0 -3px;
  }
}

.product-carousel__thumbs .slick-list {
  margin: 0 -2px;
  padding: 10px 2px;
}

@media screen and (max-width: 991px) {
  .product-carousel__thumbs .slick-list {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.product-carousel__thumb {
  display: flex !important;
  align-items: flex-start;
  height: auto;
  margin: 0 8px;
  padding: 2px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1336px) {
  .product-carousel__thumb {
    margin: 0 3px;
  }
}

@media screen and (max-width: 991px) {
  .product-carousel__thumb {
    box-shadow: 0px 2px 4px rgba(112, 119, 154, 0.15);
  }
}

.product-carousel__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-carousel .slick-track {
  display: flex !important;
}

.product-carousel .slick-arrows {
  justify-content: center;
  margin-top: 7px;
}

@media screen and (max-width: 1336px) {
  .product-carousel .slick-arrows {
    margin-top: -4px;
  }
}

@media screen and (max-width: 991px) {
  .product-carousel .slick-arrows {
    margin-top: 2px;
  }
}

@media screen and (max-width: 575px) {
  .product-carousel .slick-arrows {
    margin-top: 5px;
  }
}

/* Dimensions */
.product-dimensions {
  margin: 60px 0;
  padding: 40px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1910px) {
  .product-dimensions {
    margin: 50px 0;
  }
}

@media screen and (max-width: 1336px) {
  .product-dimensions {
    margin: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-dimensions {
    margin: 30px 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-dimensions {
    margin: 20px 0;
    padding: 20px 0;
  }
}

.product-dimensions:first-of-type {
  margin-top: 40px;
  margin-bottom: 58px;
}

@media screen and (max-width: 1910px) {
  .product-dimensions:first-of-type {
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 991px) {
  .product-dimensions:first-of-type {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-dimensions:first-of-type {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.product-dimensions__title {
  margin-bottom: 31px;
}

@media screen and (max-width: 991px) {
  .product-dimensions__title {
    margin-bottom: 20px;
  }
}

.product-dimensions__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 110px;
  max-width: 904px;
}

@media screen and (max-width: 991px) {
  .product-dimensions__items {
    grid-gap: 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .product-dimensions__items {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.product-dimensions--width .product-dimensions__items {
  grid-gap: 20px 40px;
  max-width: 760px;
}

@media screen and (max-width: 991px) {
  .product-dimensions--width .product-dimensions__items {
    grid-gap: 15px;
  }
}

.product-dimensions__item {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .product-dimensions__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .product-dimensions__item {
    font-size: 14px;
  }
}

/* End Dimensions */
/* Info */
.product-info {
  margin: 70px 0;
  padding: 50px 0;
}

@media screen and (max-width: 1910px) {
  .product-info {
    margin: 50px 0;
  }
}

@media screen and (max-width: 1336px) {
  .product-info {
    margin: 40px 0;
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-info {
    margin: 30px 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-info {
    margin: 20px 0;
    padding: 20px 0;
  }
}

.product-info--theme-grey {
  background-color: #f4f3f3;
}

.product-info--reverse .product-info__inner {
  grid-template-columns: 582px 1fr;
}

@media screen and (max-width: 1910px) {
  .product-info--reverse .product-info__inner {
    grid-template-columns: 477px 1fr;
  }
}

@media screen and (max-width: 1336px) {
  .product-info--reverse .product-info__inner {
    grid-template-columns: 424px 1fr;
  }
}

@media screen and (max-width: 991px) {
  .product-info--reverse .product-info__inner {
    grid-template-columns: 295px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .product-info--reverse .product-info__inner {
    grid-template-columns: 1fr;
  }
}

.product-info--reverse .product-info__content {
  order: -1;
}

@media screen and (max-width: 767px) {
  .product-info--reverse .product-info__content {
    order: 1;
  }
}

.product-info--reverse .product-info__text {
  max-width: 530px;
}

.product-info__inner {
  display: grid;
  grid-template-columns: 1fr 586px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  align-items: center;
}

@media screen and (max-width: 1910px) {
  .product-info__inner {
    grid-template-columns: 1fr 478px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (max-width: 1336px) {
  .product-info__inner {
    grid-template-columns: 1fr 422px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-info__inner {
    grid-template-columns: 1fr 296px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .product-info__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1910px) {
  .product-info__img {
    height: 390px;
  }
}

@media screen and (max-width: 1336px) {
  .product-info__img {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .product-info__img {
    height: 215px;
  }
}

@media screen and (max-width: 767px) {
  .product-info__img {
    margin-bottom: 10px;
  }
}

.product-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-info__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
  .product-info__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-info__title {
    margin-bottom: 10px;
  }
}

.product-info__text {
  max-width: 500px;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .product-info__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .product-info__text {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/* End Info */
/* Mechanism */
.product-mechanism {
  padding: 60px 0;
}

@media screen and (max-width: 1910px) {
  .product-mechanism {
    padding: 50px 0 40px;
  }
}

@media screen and (max-width: 1336px) {
  .product-mechanism {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-mechanism {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-mechanism {
    padding: 20px 0;
  }
}

.product-mechanism__title {
  margin-bottom: 39px;
}

@media screen and (max-width: 1910px) {
  .product-mechanism__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .product-mechanism__title {
    margin-bottom: 20px;
  }
}

.product-mechanism__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 49px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 1910px) {
  .product-mechanism__items {
    grid-gap: 30px;
    margin-bottom: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1336px) {
  .product-mechanism__items {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-mechanism__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .product-mechanism__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 5px;
  }
}

.product-mechanism__img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .product-mechanism__img {
    margin-bottom: 8px;
  }
}

.product-mechanism__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 1336px) {
  .product-mechanism__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .product-mechanism__name {
    padding: 0 14px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .product-mechanism__name {
    font-size: 11px;
  }
}

/* End Mechanism */
/* Shapes */
.product-shapes {
  margin: 60px 0;
  padding: 52px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1910px) {
  .product-shapes {
    margin: 44px 0;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1336px) {
  .product-shapes {
    margin: 40px 0;
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-shapes {
    margin: 30px 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-shapes {
    margin: 20px 0;
    padding: 20px 0;
  }
}

.product-shapes__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .product-shapes__title {
    margin-bottom: 20px;
  }
}

.product-shapes__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 100px;
  max-width: 1104px;
}

@media screen and (max-width: 1910px) {
  .product-shapes__items {
    max-width: 1070px;
  }
}

@media screen and (max-width: 1336px) {
  .product-shapes__items {
    grid-gap: 20px 30px;
  }
}

@media screen and (max-width: 991px) {
  .product-shapes__items {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-shapes__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.product-shapes__item {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .product-shapes__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .product-shapes__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .product-shapes__item {
    font-size: 12px;
  }
}

/* End Shapes */
/* Types */
.product-types {
  padding: 60px 0;
}

@media screen and (max-width: 1910px) {
  .product-types {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1336px) {
  .product-types {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-types {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-types {
    padding: 20px 0;
  }
}

.product-types__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .product-types__title {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .product-types__title {
    margin-bottom: 20px;
  }
}

.product-types__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px;
}

@media screen and (max-width: 1910px) {
  .product-types__items {
    grid-gap: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .product-types__items {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-types__items {
    grid-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-types__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 4px;
  }
}

/* End Types */
/* Product card */
.product-card {
  display: flex;
  flex-direction: column;
  padding: 9px 6px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  background-color: #ffffff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .product-card {
    padding-top: 4px;
  }
}

.product-card__figure {
  position: relative;
  height: 222px;
  margin: 0 0 5px;
}

@media screen and (max-width: 1910px) {
  .product-card__figure {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .product-card__figure {
    height: 180px;
    margin-bottom: 8px;
  }
}

.product-card__figure:hover .product-card__link {
  z-index: 1;
  opacity: 1;
}

.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .product-card__img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.product-card__label {
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .product-card__label {
    top: 0;
    height: 43px;
  }
}

.product-card__link {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78));
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
  opacity: 0;
  transition: z-index 400ms, opacity 400ms;
}

.product-card__link:hover {
  color: #032c7f;
}

.product-card__link img {
  margin-left: 10px;
}

.product-card__name {
  min-height: 81px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 991px) {
  .product-card__name {
    min-height: 38px;
    font-size: 14px;
  }
}

.product-card__name:hover {
  color: #032c7f;
  text-decoration: underline;
}

.product-card__head {
  font-weight: 300;
  letter-spacing: -.5px;
}

@media screen and (max-width: 1910px) {
  .product-card__head {
    letter-spacing: 0;
  }
}

.product-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__item {
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .product-card__item {
    margin-top: 10px;
    font-size: 14px;
  }
}

.product-card__item:first-child {
  margin-top: 0;
  margin-bottom: auto;
}

.product-card__price {
  margin-left: 9px;
}

@media screen and (max-width: 991px) {
  .product-card__price {
    margin-left: 1px;
  }
}

.product-card__price-old {
  position: relative;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .product-card__price-old {
    margin-right: 18px;
  }
}

.product-card__price-old::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: -16px;
  border: 1px solid #e52d27;
  transform: rotate(-0.73deg);
}

@media screen and (max-width: 991px) {
  .product-card__price-old::before {
    right: 0;
  }
}

.product-card__price-actual {
  color: #e52d27;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .product-card__price-actual {
    font-size: 16px;
  }
}

/* End Product card */
.where-buy {
  margin: 22px 0 40px;
}

@media screen and (max-width: 1910px) {
  .where-buy {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1336px) {
  .where-buy {
    margin-top: 19px;
  }
}

@media screen and (max-width: 575px) {
  .where-buy {
    margin-top: 11px;
  }
}

.where-buy__title {
  margin-bottom: 22px;
}

@media screen and (max-width: 1336px) {
  .where-buy__title {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 575px) {
  .where-buy__title {
    margin-bottom: 11px;
  }
}

.where-buy__subtitle {
  margin-bottom: 40px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 1910px) {
  .where-buy__subtitle {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1336px) {
  .where-buy__subtitle {
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .where-buy__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .where-buy__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.where-buy__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

@media screen and (max-width: 1910px) {
  .where-buy__list {
    margin-bottom: 0;
  }
}

.where-buy__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 1336px) {
  .where-buy__item {
    margin-bottom: 15px;
  }
}

.where-buy__item:last-child {
  margin-bottom: 0;
}

.where-buy__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 358px;
  min-height: 52px;
  padding: 0 30px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 1336px) {
  .where-buy__item-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .where-buy__item-link {
    min-width: 307px;
    min-height: 39px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .where-buy__item-link {
    min-width: auto;
    max-width: 300px;
    width: 100%;
    padding-right: 26px;
  }
}

.where-buy__item-link:hover {
  background-color: #032c7f;
  color: #fff;
}

.where-buy__item-link:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .where-buy__item-link svg {
    width: 7px;
  }
}

.where-buy__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}

@media screen and (max-width: 1336px) {
  .where-buy__links {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .where-buy__links {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .where-buy__links {
    margin-bottom: 10px;
  }
}

.where-buy__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .where-buy__link {
    min-height: 46px;
    font-size: 10px;
  }
}

.where-buy__link:hover, .where-buy__link--active {
  border-color: #032c7f;
  background-color: #032c7f;
  color: #fff;
}

.where-buy__link:first-child {
  border-radius: 4px 0 0 4px;
}

.where-buy__link:last-child {
  border-radius: 0 4px 4px 0;
}

/* Retail stores */
.retail-stores {
  padding: 60px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1336px) {
  .retail-stores {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores {
    padding: 30px 0;
  }
}

@media screen and (max-width: 575px) {
  .retail-stores {
    padding: 20px 0;
  }
}

.retail-stores__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1336px) {
  .retail-stores__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__title {
    margin-bottom: 30px;
  }
}

.retail-stores__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 102px;
  column-gap: 102px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1910px) {
  .retail-stores__items {
    -moz-column-gap: 31px;
    column-gap: 31px;
  }
}

@media screen and (max-width: 1336px) {
  .retail-stores__items {
    -moz-column-gap: 22px;
    column-gap: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__items {
    -moz-column-gap: 14px;
    column-gap: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .retail-stores__items {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}

.retail-stores__head {
  margin-bottom: 30px;
  color: #032c7f;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 1336px) {
  .retail-stores__head {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__head {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .retail-stores__head {
    margin-bottom: 10px;
  }
}

.retail-stores__group {
  display: flex;
}

@media screen and (max-width: 575px) {
  .retail-stores__group {
    flex-direction: column;
    max-width: 213px;
  }
}

.retail-stores__link.link {
  flex-shrink: 0;
  min-width: 241px;
  height: auto;
  margin-left: 30px;
  font-size: 18px;
}

@media screen and (max-width: 1910px) {
  .retail-stores__link.link {
    min-width: 226px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1336px) {
  .retail-stores__link.link {
    min-width: 164px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__link.link {
    min-width: 104px;
    margin-left: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .retail-stores__link.link {
    height: 39px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
  }
}

.retail-stores__map {
  height: 574px;
  margin-bottom: 20px;
  padding: 8px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .retail-stores__map {
    height: 440px;
    padding: 6px;
  }
}

@media screen and (max-width: 1336px) {
  .retail-stores__map {
    height: 326px;
    margin-bottom: 30px;
    padding: 4px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__map {
    height: 230px;
    margin-bottom: 20px;
    padding: 3px;
  }
}

@media screen and (max-width: 575px) {
  .retail-stores__map {
    margin-bottom: 13px;
  }
}

.retail-stores__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.retail-stores__text {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .retail-stores__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .retail-stores__text {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.retail-stores__text:last-child {
  margin-bottom: 0;
}

.about-page {
  padding-top: 22px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1910px) {
  .about-page {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1336px) {
  .about-page {
    padding-top: 19px;
    margin-bottom: 77px;
  }
}

@media screen and (max-width: 991px) {
  .about-page {
    padding-top: 17px;
    margin-bottom: 59px;
  }
}

@media screen and (max-width: 767px) {
  .about-page {
    padding-top: 11px;
    margin-bottom: 40px;
  }
}

.about-page__title.title {
  margin-bottom: 40px;
  font-size: 34px;
}

@media screen and (max-width: 1910px) {
  .about-page__title.title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__title.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__title.title {
    margin-bottom: 18px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__title.title {
    margin-bottom: 10px;
  }
}

.about-page__intro {
  display: grid;
  grid-template-columns: 616px 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 1910px) {
  .about-page__intro {
    grid-template-columns: 468px 1fr;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__intro {
    grid-template-columns: 422px 1fr;
    grid-gap: 9px 21px;
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__intro {
    grid-template-columns: 297px 1fr;
    grid-gap: 9px 15px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__intro {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__content {
    margin-top: -2px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__content {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__content {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__content .about-page__text {
    font-size: 12px;
  }
}

.about-page__image {
  grid-row: 1 / 3;
  flex-shrink: 0;
  padding: 2px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1336px) {
  .about-page__image {
    grid-row: 1;
  }
}

@media screen and (max-width: 991px) {
  .about-page__image {
    height: 272px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__image {
    margin-bottom: 7px;
    padding: 1px;
  }
}

.about-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page__text {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 1.47;
}

@media screen and (max-width: 1910px) {
  .about-page__text {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__text {
    margin-bottom: 7px;
    font-size: 14px;
  }
}

.about-page__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 86px;
  column-gap: 86px;
  grid-column: 2 / 3;
  margin-top: 43px;
}

@media screen and (max-width: 1910px) {
  .about-page__items {
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__items {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 0 32px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__items {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-page__items {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
}

.about-page__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.about-page__item-img {
  margin-bottom: 10px;
  padding: 3px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 1910px) {
  .about-page__item-img {
    max-width: 146px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__item-img {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__item-img {
    max-width: 100%;
  }
}

.about-page__item-title {
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1336px) {
  .about-page__item-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__item-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__item-title {
    font-size: 14px;
  }
}

.about-page__list {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .about-page__list {
    margin-bottom: 9px;
  }
}

.about-page__list li {
  margin-bottom: 10px;
}

@media screen and (max-width: 1336px) {
  .about-page__list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__list li {
    margin-bottom: 7px;
    font-size: 14px;
  }
}

.about-page__list li:last-child {
  margin-bottom: 0;
}

.about-page__gallery {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

@media screen and (max-width: 1910px) {
  .about-page__gallery {
    margin: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .about-page__gallery {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .about-page__gallery {
    flex-direction: column;
  }
}

.about-page__gallery-item {
  margin-right: 59px;
}

@media screen and (max-width: 1910px) {
  .about-page__gallery-item {
    margin-right: 45px;
  }
}

@media screen and (max-width: 1336px) {
  .about-page__gallery-item {
    margin-right: 36px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__gallery-item {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-page__gallery-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.about-page__gallery-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .about-page__gallery-item:last-child {
    margin-bottom: 0;
  }
}

/* company philosophy */
.company-philosophy {
  margin-bottom: 114px;
  padding: 60px 0;
  background-color: #f4f3f3;
}

@media screen and (max-width: 1910px) {
  .company-philosophy {
    margin-bottom: 77px;
  }
}

@media screen and (max-width: 1336px) {
  .company-philosophy {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .company-philosophy {
    margin-bottom: 59px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}

.company-philosophy__title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .company-philosophy__title {
    margin-bottom: 20px;
  }
}

.company-philosophy__text {
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .company-philosophy__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .company-philosophy__text {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.company-philosophy__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 95px;
  max-width: 1260px;
  margin: 60px auto 0;
}

@media screen and (max-width: 1910px) {
  .company-philosophy__items {
    grid-gap: 40px 47px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1336px) {
  .company-philosophy__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
    padding: 0 55px;
  }
}

@media screen and (max-width: 991px) {
  .company-philosophy__items {
    grid-gap: 20px;
    margin-top: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy__items {
    grid-template-columns: 1fr;
  }
}

.company-philosophy__img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .company-philosophy__img {
    height: 60px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy__img {
    height: 80px;
  }
}

.company-philosophy__name {
  margin-bottom: 10px;
  color: #032c7f;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .company-philosophy__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy__name {
    text-align: center;
  }
}

.company-philosophy__descr {
  margin-bottom: 0;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .company-philosophy__descr {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy__descr {
    font-size: 14px;
  }
}

/* exhibition */
.exhibition {
  --container: 616px;
}

@media screen and (max-width: 1910px) {
  .exhibition {
    --container: 471px;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 1336px) {
  .exhibition {
    --container: 422px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 991px) {
  .exhibition {
    --container: 297px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .exhibition {
    --container: 100%;
    margin-bottom: 38px;
  }
}

.exhibition__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin-bottom: 34px;
}

@media screen and (max-width: 1910px) {
  .exhibition__header {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1336px) {
  .exhibition__header {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .exhibition__header {
    margin-bottom: 10px;
  }
}

.exhibition__title {
  margin-bottom: 0;
  transform: translateY(6px);
}

@media screen and (max-width: 1910px) {
  .exhibition__title {
    transform: translateY(0);
  }
}

.exhibition__slider {
  margin-left: -10px;
}

.exhibition__item {
  display: flex !important;
  align-items: center;
  padding-left: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .exhibition__item {
    flex-direction: column;
  }
}

.exhibition__content {
  padding-left: 30px;
}

@media screen and (max-width: 1336px) {
  .exhibition__content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .exhibition__content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .exhibition__content {
    padding-top: 10px;
    padding-left: 0;
  }
}

.exhibition__img {
  flex-shrink: 0;
  width: var(--container);
  padding: 4px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 991px) {
  .exhibition__img {
    height: 269px;
    padding: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition__img {
    height: auto;
  }
}

.exhibition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.exhibition__text {
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.4;
}

@media screen and (max-width: 1910px) {
  .exhibition__text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1336px) {
  .exhibition__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .exhibition__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .exhibition__text {
    margin-bottom: 7px;
  }
}

.exhibition__text:last-child {
  margin-bottom: 0;
}

/* certificates */
.certificates {
  margin-top: -8px;
}

.certificates__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 31px;
}

@media screen and (max-width: 1336px) {
  .certificates__header {
    margin-bottom: 20px;
  }
}

.certificates__items {
  margin: 0 -15px;
}

@media screen and (max-width: 1910px) {
  .certificates__items {
    margin: 0 -42px;
  }
}

@media screen and (max-width: 991px) {
  .certificates__items {
    margin: 0 -9px;
  }
}

.certificates__item {
  margin: 0 15px;
  color: #000000;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1910px) {
  .certificates__item {
    margin: 0 42px;
  }
}

@media screen and (max-width: 991px) {
  .certificates__item {
    margin: 0 9px;
    font-size: 16px;
  }
}

.certificates__img {
  margin-bottom: 20px;
  padding: 2px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
}

@media screen and (max-width: 991px) {
  .certificates__img {
    margin: 0 auto 10px;
  }
}

/* gallery */
.about-gallery {
  margin: 120px 0;
}

@media screen and (max-width: 1910px) {
  .about-gallery {
    margin: 80px 0;
  }
}

@media screen and (max-width: 1336px) {
  .about-gallery {
    margin: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .about-gallery {
    margin: 40px 0;
  }
}

.about-gallery__title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1336px) {
  .about-gallery__title {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .about-gallery__title {
    margin-bottom: 20px;
  }
}

.about-gallery__body {
  max-width: 1004px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1336px) {
  .about-gallery__body {
    max-width: 716px;
  }
}

.about-gallery__body .gallery {
  height: 745px;
}

@media screen and (max-width: 1336px) {
  .about-gallery__body .gallery {
    height: 533px;
  }
}

@media screen and (max-width: 991px) {
  .about-gallery__body .gallery {
    height: 453px;
  }
}

@media screen and (max-width: 575px) {
  .about-gallery__body .gallery {
    height: 221px;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  min-width: 320px;
  font: 400 18px 'Open Sans', sans-serif;
  color: #4D4D4D;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

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

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1520px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1910px) {
  .container {
    width: 1166px;
  }
}

@media only screen and (max-width: 1336px) {
  .container {
    width: 864px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 608px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

/* Title */
.title {
  color: #032c7f;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
}

@media screen and (max-width: 1336px) {
  .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 22px;
  }
}

/* Link */
.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 226px;
  height: 45px;
  border: 2px solid #032c7f;
  border-radius: 4px;
  background-color: #032c7f;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  transition-property: border-color, background-color, color;
  transition-duration: 300ms;
}

@media screen and (max-width: 1336px) {
  .link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .link {
    min-width: 154px;
    height: 39px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .link {
    min-width: 137px;
    height: 33px;
    font-size: 14px;
  }
}

.link:hover {
  border-color: #001847;
  background-color: #fff;
  color: #001847;
}

.burger {
  display: none;
  position: relative;
  width: 15px;
}

.burger a {
  display: block;
  cursor: pointer;
}

.burger a span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.burger a span:before, .burger a span:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.burger a span:before {
  top: -4px;
}

.burger a span:after {
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .burger {
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 0;
    background: #032B80;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 17px 10px;
  }
}

/* Header */
.header__head {
  position: relative;
  padding-bottom: 13px;
  border: 1px solid #E0E0E0;
}

@media only screen and (max-width: 767px) {
  .header__head {
    padding-bottom: 8px;
    border: none;
  }
}

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__wrapper {
    display: block;
  }
}

.header__logo {
  width: 240px;
  flex-shrink: 0;
  background: no-repeat top/100% url(https://wasserkraft.ru/wnd/wskr_layout/app/images/g10.svg);
}

.header__logo img {
  width: 100%;
}

@media only screen and (max-width: 1336px) {
  .header__logo {
    top: -18px;
    width: 220px;
    height: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .header__logo {
    top: -17px;
    width: 129px;
    height: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    top: 0px;
    width: 120px;
  }
}

.header__toolbar {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
  .header__toolbar {
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header__toolbar {
    padding-top: 5px;
  }
}

.header__field {
  width: 642px;
  position: relative;
  margin-bottom: 14px;
}

@media screen and (max-width: 1336px) {
  .header__field {
    margin-bottom: 11px;
  }
}

.header__field input {
  width: 100%;
  color: #9F9F9F;
  height: 36px;
  background: #E8E8E8;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: 0 17px;
}

@media screen and (max-width: 1336px) {
  .header__field input {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header__field input {
    height: 30px;
    padding-left: 12px;
    font-size: 12px;
  }
}

.header__field button {
  border: none;
  font-size: 0;
  display: flex;
}

.header__field img {
  position: absolute;
  right: 16px;
  top: 9px;
}

@media only screen and (max-width: 991px) {
  .header__field img {
    width: 9px;
    top: 11px;
  }
}

@media only screen and (max-width: 1336px) {
  .header__field {
    width: 498px;
  }
}

@media only screen and (max-width: 991px) {
  .header__field {
    width: 384px;
  }
}

@media only screen and (max-width: 767px) {
  .header__field {
    width: 100%;
  }
}

.header__buttons {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__buttons {
    display: grid;
    grid-template-columns: minmax(81px, 1fr) minmax(98px, 1fr) minmax(114px, 1fr);
    grid-gap: 3px;
    justify-content: center;
  }
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 1.0;
  font-weight: 600;
  color: #032C7F;
  text-align: center;
  border: 2px solid #032B80;
  border-radius: 4px;
  margin-right: 25px;
  transition: 300ms;
}

.header__btn:last-child {
  margin-right: 0;
}

.header__btn:hover {
  color: #FFFFFF;
  background: #032B80;
}

@media only screen and (max-width: 1336px) {
  .header__btn {
    height: 38px;
    font-size: 14px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header__btn {
    height: 36px;
    font-size: 11px;
    margin-right: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .header__btn {
    margin-right: 0;
    border-width: 1px;
    font-size: 11px;
  }
}

/* Nav */
.nav {
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .nav {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: 0;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .nav__list {
    padding: 8px 0;
  }
}

.nav__list li {
  font-size: 16px;
  color: #000000;
}

@media only screen and (max-width: 1336px) {
  .nav__list li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__list li {
    font-size: 12px;
  }
}

.nav__list a:hover {
  color: #032C7F;
}

.nav__list.active {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 313px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  z-index: 100;
  transition: 300ms;
  flex-direction: column;
  z-index: 9999;
  background: #032C7F;
  padding: 20px 0;
}

.nav__list.active li {
  color: #fff;
  margin-bottom: 15px;
}

.nav__list.active li:last-child {
  margin-bottom: 0;
}

.nav__list.active a:hover {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .nav__list {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    margin-top: -149px;
  }
}

/* Slick */
.slick-arrows {
  display: flex;
  align-items: center;
}

.slick-arrows .slick-prev {
  margin-right: 19px;
}

@media screen and (max-width: 1336px) {
  .slick-arrows .slick-prev {
    margin-right: 12px;
  }
}

@media screen and (max-width: 991px) {
  .slick-arrows .slick-prev {
    margin-right: 10px;
  }
}

.slick-arrow {
  position: static;
  width: 60px;
  height: 60px;
  background: url("../images/slick-arrow-next.svg") 50%/cover;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  cursor: pointer;
  transition: opacity 400ms;
}

@media screen and (max-width: 1336px) {
  .slick-arrow {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.slick-arrow:focus {
  outline: none;
}

.slick-prev {
  transform: rotate(180deg);
}

.slick-disabled {
  opacity: 0.1;
}

.slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.slick-dots li {
  width: 50px;
  height: 8px;
  margin-right: 13px;
  background: #fff;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #032C7F;
}

@media only screen and (max-width: 991px) {
  .slick-dots li {
    width: 38px;
    height: 5px;
    margin-right: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 27px;
    height: 4px;
    margin-right: 5px;
  }
}

/* Showcase */
.showcase__inner {
  position: relative;
}

.showcase__item {
  display: flex !important;
  height: 694px;
}

@media only screen and (max-width: 1336px) {
  .showcase__item {
    height: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__item {
    height: 394px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__item {
    height: 314px;
  }
}

.showcase__title {
  max-width: 609px;
  font-weight: 600;
  font-size: 55px;
  padding-top: 185px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 42px;
}

@media only screen and (max-width: 1910px) {
  .showcase__title {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1336px) {
  .showcase__title {
    font-size: 46px;
    margin-bottom: 39px;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__title {
    font-size: 32px;
    margin-bottom: 33px;
    padding-top: 70px;
    width: 366px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    font-size: 26px;
    padding-top: 45px;
    width: 217px;
    line-height: 1.2;
  }
}

.showcase__btn {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  background: #032C7F;
  border: 2px solid #032B80;
  border-radius: 4px;
  height: 45px;
  width: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__btn:hover {
  background: #ffffff;
  color: #001847;
}

@media only screen and (max-width: 991px) {
  .showcase__btn {
    width: 213px;
    height: 41px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn {
    width: 137px;
    font-size: 14px;
    height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase {
    margin-bottom: 13px;
  }
}

.showcase .slick-dots {
  bottom: 156px;
  left: 50%;
  margin-left: -760px;
}

@media only screen and (max-width: 1910px) {
  .showcase .slick-dots {
    bottom: 216px;
    margin-left: -583px;
  }
}

@media only screen and (max-width: 1336px) {
  .showcase .slick-dots {
    bottom: 172px;
    margin-left: -432px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase .slick-dots {
    bottom: 121px;
    margin-left: -304px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .slick-dots {
    margin-left: 15px;
    bottom: 52px;
    left: 0;
  }
}

/* Categories */
.categories {
  position: relative;
}

.categories__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  margin-top: -70px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 1910px) {
  .categories__inner {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__inner {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__inner {
    margin-bottom: 60px;
    margin-top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .categories__inner {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px;
    margin-bottom: 55px;
  }
}

.categories__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  box-shadow: 0px 4px 5px rgba(110, 117, 152, 0.25);
  border-radius: 4px;
  background: #FFFFFF;
}

.categories__item:hover {
  transform: translateY(-20px);
}

@media only screen and (max-width: 1910px) {
  .categories__item {
    width: 180px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__item {
    width: 100%;
  }
}

.categories__item-header {
  padding: 7px 7px 0;
  flex-shrink: 0;
}

.categories__item-header img {
  width: 100%;
}

.categories__content {
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 1910px) {
  .categories__content {
    height: 63px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__content {
    height: 75px;
    padding: 0 7px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__content {
    height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .categories__content {
    height: 47px;
  }
}

.categories__text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

@media only screen and (max-width: 1910px) {
  .categories__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__text {
    font-size: 11px;
  }
}

/* New */
.new {
  margin-bottom: 130px;
  position: relative;
}

@media only screen and (max-width: 1910px) {
  .new {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .new {
    margin-bottom: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .new {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .new {
    margin-bottom: 86px;
  }
}

.new__title {
  color: #032C7F;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1910px) {
  .new__title {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__title {
    font-size: 36px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .new__title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.new__item {
  display: flex !important;
  align-items: center;
  padding: 13px 28px 12px 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(110, 117, 152, 0.25);
  border-radius: 4px;
  margin: 0 15px;
}

.new__item:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1336px) {
  .new__item {
    padding: 14px 12px 12px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .new__item {
    padding: 14px 6px 12px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .new__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.new__image {
  width: 308px;
  flex-shrink: 0;
  margin-right: 42px;
}

.new__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1910px) {
  .new__image {
    width: 254px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__image {
    width: 161px;
    margin-right: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .new__image {
    width: 95px;
    margin-right: 11px;
  }
}

.new__item-title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #000000;
}

@media only screen and (max-width: 1910px) {
  .new__item-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__item-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .new__item-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .new__item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.new__text {
  display: block;
  max-width: 352px;
  font-size: 18px;
  line-height: 1.4;
  color: #4D4D4D;
}

@media only screen and (max-width: 1910px) {
  .new__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__text {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 991px) {
  .new__text {
    font-size: 10px;
  }
}

.new .slick-list {
  padding: 20px 0;
  margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
  .new .slick-list {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-list {
    margin: 0 -10px;
  }
}

.new .slick-disabled {
  opacity: 0.1;
}

.new .slick-arrow {
  position: absolute;
  background: url(../images/slick-arrow-next.svg) 50%/cover;
  z-index: 100;
  bottom: 109%;
  right: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1910px) {
  .new .slick-arrow {
    bottom: 100%;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1336px) {
  .new .slick-arrow {
    width: 37px;
    height: 37px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .new .slick-arrow {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-arrow {
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 22px;
  }
}

.new .slick-prev {
  margin-right: 75px;
  background: url(../images/slick-arrow-prev.svg) 50%/cover;
}

@media only screen and (max-width: 1336px) {
  .new .slick-prev {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-prev {
    margin-left: -22px;
  }
}

/* News-list */
.news-list {
  margin-bottom: 75px;
}

.news-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 118px;
}

@media only screen and (max-width: 1910px) {
  .news-list__inner {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__inner {
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__inner {
    grid-gap: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.news-list__title {
  font-size: 42px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1910px) {
  .news-list__title {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__title {
    font-size: 36px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__title {
    font-size: 28px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__title {
    font-size: 26px;
    margin-bottom: 14px;
  }
}

.news-list__item {
  display: flex;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 10px 63px 10px 20px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1910px) {

  .news-list__item {
    padding: 11px 17px 12px 11px;
    height: 178px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__item {
    padding: 15px 13px 15px 13px;
    margin-bottom: 11px;
    height: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__item {
    padding: 15px 15px 16px 7px;
  }
}

.news-list__image {
  width: 192px;
  flex-shrink: 0;
  margin-right: 42px;
  border-radius: 4px;
}

.news-list__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .news-list__image img {
    height: 100%;
  }
}

@media only screen and (max-width: 1550 px) {
  .news-list__image {
    margin-right: 36px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__image {
    width: 138px;
    margin-right: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__image {
    width: 100px;
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__image {
    width: 118px;
    margin-right: 7px;
  }
}

.news-list__date {
  font-size: 14px;
  color: #969696;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1336px) {
  .news-list__date {
    font-size: 12px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__date {
    font-size: 10px;
    margin-bottom: 6px;
  }
}

.news-list__subtitle {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 11px;
  line-height: 125.18%;
}

@media only screen and (max-width: 1910px) {
  .news-list__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__subtitle {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__subtitle {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.news-list__text {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 125.18%;
}

@media only screen and (max-width: 1336px) {
  .news-list__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__text {
    font-size: 10px;
  }
}

.news-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Info */
.info {
  background: #F4F3F3;
  border-radius: 4px;
  margin-bottom: 90px;
}

.info__inner {
  padding: 40px 0 64px;
}

@media only screen and (max-width: 1910px) {
  .info__inner {
    padding: 55px 0 54px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__inner {
    padding: 45px 0 46px;
  }
}

@media only screen and (max-width: 991px) {
  .info__inner {
    padding: 39px 0 44px;
  }
}

@media only screen and (max-width: 767px) {
  .info__inner {
    padding: 33px 0 30px;
  }
}

.info__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 70px;
}

@media only screen and (max-width: 1910px) {
  .info__items {
    grid-gap: 29px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__items {
    grid-gap: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .info__items {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .info__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 12px;
  }
}

.info__image {
  width: 107px;
  flex-shrink: 0;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1910px) {
  .info__image {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__image {
    width: 80px;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .info__image {
    width: 52px;
    margin-bottom: 13px;
  }
}

.info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1910px) {
  .info__title {
    font-size: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1336px) {
  .info__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .info__title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.info__text {
  max-width: 285px;
  font-size: 16px;
  line-height: 1.3;
  color: #4D4D4D;
}

@media only screen and (max-width: 1910px) {
  .info__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .info__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .info {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .info {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .info {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .info {
    margin-bottom: 55px;
  }
}

/* Design */
.design {
  margin-bottom: 130px;
}

.design__title {
  font-size: 36px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1910px) {
  .design__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1336px) {
  .design__title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .design__title {
    font-size: 28px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .design__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.design__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .design__items {
    width: 300px;
    margin: 0 auto;
  }
}

.design__item {
  height: 326px;
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  border-radius: 4px;
  padding: 10px 10px 25px;
  margin-right: 30px;
  transition: 300ms;
}

.design__item:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1910px) {
  .design__item {
    padding: 10px 10px 0 10px;
    height: auto;
  }
}

@media only screen and (max-width: 1336px) {
  .design__item {
    margin-right: 20px;
    padding: 10px 10px 5px;
  }
}

@media only screen and (max-width: 991px) {
  .design__item {
    padding: 10px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .design__item {
    padding: 8px 8px 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.design__image {
  flex-shrink: 0;
}

.design__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .design__image {
    height: 153px;
  }
}

.design__text {
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
}

@media only screen and (max-width: 1910px) {
  .design__text {
    padding: 0 10px;
    height: 65px;
  }
}

@media only screen and (max-width: 1336px) {
  .design__text {
    padding: 0;
    height: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .design__text {
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .design__text {
    font-size: 18px;
  }
}

.design .slick-arrow {
  position: absolute;
  background: url(../images/slick-arrow-next.svg) 50%/cover;
  z-index: 100;
  bottom: 100%;
  margin-bottom: 15px;
  right: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1910px) {
  .design .slick-arrow {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1336px) {
  .design .slick-arrow {
    width: 37px;
    height: 37px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .design .slick-arrow {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .design .slick-arrow {
    bottom: -45px;
    right: 40%;
  }
}

.design .slick-disabled {
  opacity: 0.1;
}

.design .slick-prev {
  margin-right: 75px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1336px) {
  .design .slick-prev {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .design .slick-prev {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .design .slick-prev {
    margin-right: 45px;
  }
}

.design .slick-list {
  padding: 10px 0;
  margin-left: -20px;
}

.design .slick-track {
  margin-left: 20px;
}

@media only screen and (max-width: 1336px) {
  .design .slick-track {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .design {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .design {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .design {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .design {
    margin-bottom: 55px;
  }
}

/* About */
.about {
  margin-bottom: 130px;
}

.about__title {
  font-size: 42px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1336px) {
  .about__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .about__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .about__title {
    font-size: 26px;
    margin-bottom: 14px;
  }
}

.about__text {
  font-size: 18px;
  line-height: 1.47;
}

@media only screen and (max-width: 1336px) {
  .about__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .about__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .about {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .about {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .about {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    margin-bottom: 55px;
  }
}

/* Footer */
.footer {
  background: #F4F3F3;
}

.footer__inner {
  position: relative;
  padding: 51px 0 64px;
}

@media only screen and (max-width: 1910px) {
  .footer__inner {
    padding: 72px 0 61px;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__inner {
    padding: 72px 0 42px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__inner {
    padding: 40px 0 47px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    padding: 35px 0 43px;
  }
}

.footer__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 75px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1910px) {
  .footer__items {
    grid-gap: 50px;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__items {
    grid-gap: 36px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 33px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__items {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: 31px;
  }
}

.footer__item a {
  display: flex;
  margin-bottom: 15px;
}

.footer__item a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__item a {
    font-size: 14px;
  }
}

.footer__item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__item-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__item-title {
    margin-bottom: 20xp;
  }
}

.footer__tel {
  margin-bottom: 33px;
}

.footer__tel span {
  display: block;
  margin-bottom: 8px;
}

.footer__tel a {
  display: flex;
  font-weight: 600;
  color: #000000;
  margin-bottom: 13px;
}

.footer__tel a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__tel {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__tel {
    margin-bottom: 20px;
  }
}

.footer__location {
  margin-bottom: 33px;
}

.footer__location span {
  display: block;
  margin-bottom: 8px;
}

.footer__location a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__location {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__location {
    margin-bottom: 20xp;
  }
}

.footer__contact {
  margin-bottom: 33px;
}

.footer__contact span {
  display: block;
  margin-bottom: 8px;
}

.footer__contact a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__contact {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__contact {
    margin-bottom: 20px;
  }
}

.footer__service span {
  display: block;
  text-decoration: underline;
  margin-bottom: 8px;
}

.footer__service a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__service {
    font-size: 14px;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social a {
  display: flex;
  margin-right: 20px;
}

.footer__social a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__social a {
    margin-right: 12px;
  }
}

.footer__social svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  fill: #2D2D2D;
  transition: 300ms;
}

.footer__social svg:hover {
  fill: #032C7F;
}

@media only screen and (max-width: 1230px) {
  .footer__social svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__social {
    position: absolute;
    bottom: 115px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__social {
    position: static;
  }
}

.footer__bar {
  background: #032C7F;
  padding: 17px 0;
}

.footer__bar a {
  color: #ffffff;
}

.footer__bar a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer__bar a {
    margin-bottom: 9px;
  }
  .footer__bar a:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__bar {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__bar {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__bar {
    font-size: 10px;
  }
}

.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.select2-container--default .select2-selection--single {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1336px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single {
    height: 39px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  color: #ABABAB;
  font-size: 20px;
}

@media screen and (max-width: 1910px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down-blue.svg) no-repeat 50%;
  display: block;
  transition: 300ms;
  top: 18px;
  right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

@media screen and (max-width: 1910px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 22px;
  }
}

@media screen and (max-width: 1336px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: 15px;
    top: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
  }
}

.select2-results__option {
  padding: 15px 28px;
  border-bottom: 1px solid #E1E1E1;
  color: #000000;
}

.select2-results__option:last-child {
  border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #032C7F;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
}

/*---------------из css-----------------*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font: 400 18px 'Open Sans', sans-serif;
  color: #4D4D4D;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: inherit;
}

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

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1520px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1910px) {
  .container {
    width: 1166px;
  }
}

@media only screen and (max-width: 1336px) {
  .container {
    width: 864px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 608px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.burger {
  display: none;
  position: relative;
  width: 15px;
}

.burger a {
  display: block;
  cursor: pointer;
}

.burger a span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.burger a span:before, .burger a span:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.burger a span:before {
  top: -4px;
}

.burger a span:after {
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .burger {
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 0;
    background: #032B80;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 17px 10px;
  }
}

/* Nav */
.nav__list a:hover {
  color: #032C7F;
}

.nav__list.active {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 313px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  z-index: 100;
  transition: 300ms;
  flex-direction: column;
  z-index: 9999;
  background: #032C7F;
  padding: 20px 0;
}

.nav__list.active li {
  color: #fff;
  margin-bottom: 15px;
}

.nav__list.active li:last-child {
  margin-bottom: 0;
}

.nav__list.active a:hover {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .nav__list {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    margin-top: -149px;
  }
}

/* Showcase */
.showcase__inner {
  position: relative;
}

.showcase__item {
  display: flex !important;
  height: 694px;
}

@media only screen and (max-width: 1336px) {
  .showcase__item {
    height: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__item {
    height: 394px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__item {
    height: 314px;
  }
}

.showcase__title {
  max-width: 609px;
  font-weight: 600;
  font-size: 55px;
  padding-top: 185px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 42px;
}

@media only screen and (max-width: 1910px) {
  .showcase__title {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1336px) {
  .showcase__title {
    font-size: 46px;
    margin-bottom: 39px;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__title {
    font-size: 32px;
    margin-bottom: 33px;
    padding-top: 70px;
    width: 366px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    font-size: 26px;
    padding-top: 45px;
    width: 217px;
    line-height: 1.2;
  }
}

.showcase__btn {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  background: #032C7F;
  border: 2px solid #032B80;
  border-radius: 4px;
  height: 45px;
  width: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__btn:hover {
  background: #ffffff;
  color: #001847;
}

@media only screen and (max-width: 991px) {
  .showcase__btn {
    width: 213px;
    height: 41px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn {
    width: 137px;
    font-size: 14px;
    height: 33px;
  }
}

.showcase .slick-dots {
  position: absolute;
  bottom: 156px;
  left: 50%;
  margin-left: -760px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.showcase .slick-dots li {
  width: 50px;
  height: 8px;
  margin-right: 13px;
  background: #fff;
}

.showcase .slick-dots li:last-child {
  margin-right: 0;
}

.showcase .slick-dots li button {
  display: none;
}

.showcase .slick-dots li.slick-active {
  background: #032C7F;
}

@media only screen and (max-width: 991px) {
  .showcase .slick-dots li {
    width: 38px;
    height: 5px;
    margin-right: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .slick-dots li {
    width: 27px;
    height: 4px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1910px) {
  .showcase .slick-dots {
    bottom: 216px;
    margin-left: -583px;
  }
}

@media only screen and (max-width: 1336px) {
  .showcase .slick-dots {
    bottom: 172px;
    margin-left: -432px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase .slick-dots {
    bottom: 121px;
    margin-left: -304px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .slick-dots {
    margin-left: 15px;
    bottom: 52px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .showcase {
    margin-bottom: 13px;
  }
}

/* Categories */
.categories {
  position: relative;
}

.categories__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  margin-top: -70px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 1910px) {
  .categories__inner {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__inner {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__inner {
    margin-bottom: 60px;
    margin-top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .categories__inner {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px;
    margin-bottom: 55px;
  }
}

.categories__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  box-shadow: 0px 4px 5px rgba(110, 117, 152, 0.25);
  border-radius: 4px;
  background: #FFFFFF;
}

.categories__item:hover {
  transform: translateY(-20px);
}

@media only screen and (max-width: 1910px) {
  .categories__item {
    width: 180px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__item {
    width: 100%;
  }
}

.categories__item-header {
  padding: 7px 7px 0;
  flex-shrink: 0;
}

.categories__item-header img {
  width: 100%;
}

.categories__content {
  height: 79px;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
}

@media only screen and (max-width: 1910px) {
  .categories__content {
    height: 63px;
  }
}

@media only screen and (max-width: 1336px) {
  .categories__content {
    height: 75px;
    padding: 10px 7px 0 7px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__content {
    height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .categories__content {
    height: 47px;
  }
}

.categories__text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

@media only screen and (max-width: 1910px) {
  .categories__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .categories__text {
    font-size: 11px;
  }
}

/* New */
.new {
  margin-bottom: 130px;
  position: relative;
}

@media only screen and (max-width: 1910px) {
  .new {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .new {
    margin-bottom: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .new {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .new {
    margin-bottom: 86px;
  }
}

.new__title {
  color: #032C7F;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1910px) {
  .new__title {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__title {
    font-size: 34px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .new__title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.new__item {
  display: flex !important;
  align-items: start;
  padding: 13px 28px 12px 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(110, 117, 152, 0.25);
  border-radius: 4px;
  margin: 0 15px;
}

.new__item:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1336px) {
  .new__item {
    padding: 14px 12px 12px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .new__item {
    padding: 14px 6px 12px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .new__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.new__image {
  width: 308px;
  flex-shrink: 0;
  margin-right: 42px;
}

.new__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1910px) {
  .new__image {
    width: 254px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__image {
    width: 161px;
    margin-right: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .new__image {
    width: 95px;
    margin-right: 11px;
  }
}

.new__item-title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #000000;
}

@media only screen and (max-width: 1910px) {
  .new__item-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__item-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .new__item-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .new__item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.new__text {
  display: block;
  max-width: 352px;
  font-size: 18px;
  line-height: 1.4;
  color: #4D4D4D;
}

@media only screen and (max-width: 1910px) {
  .new__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1336px) {
  .new__text {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 991px) {
  .new__text {
    font-size: 11px;
  }
}

.new .slick-list {
  padding: 20px 0;
  margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
  .new .slick-list {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-list {
    margin: 0 -10px;
  }
}

.new .slick-disabled {
  opacity: 0.1;
}

.new .slick-arrow {
  position: absolute;
  background: url(../images/slick-arrow-next.svg) 50%/cover;
  z-index: 100;
  bottom: 109%;
  right: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1910px) {
  .new .slick-arrow {
    bottom: 100%;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1336px) {
  .new .slick-arrow {
    width: 37px;
    height: 37px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .new .slick-arrow {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-arrow {
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 22px;
  }
}

.new .slick-prev {
  margin-right: 75px;
  background: url(../images/slick-arrow-next.svg) 50%/cover;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1336px) {
  .new .slick-prev {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .new .slick-prev {
    margin-left: -37px;
  }
}

/* News-list */
.news-list {
  margin-bottom: 75px;
}

.news-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 118px;
}

@media only screen and (max-width: 1910px) {
  .news-list__inner {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__inner {
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__inner {
    grid-gap: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.news-list__title {
  font-size: 34px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1910px) {
  .news-list__title {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__title {
    font-size: 34px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__title {
    font-size: 28px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}

.news-list__item {
  display: flex;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 10px 63px 10px 20px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1910px) {
  .news-list__item {
    padding: 11px 17px 12px 11px;
    height: 178px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__item {
    padding: 15px 13px 15px 13px;
    margin-bottom: 11px;
    height: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__item {
    padding: 15px 15px 16px 7px;
  }
}

.news-list__image {
  width: 192px;
  flex-shrink: 0;
  margin-right: 42px;
  border-radius: 4px;
}

.news-list__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .news-list__image img {
    height: 100%;
  }
}

@media only screen and (max-width: 1550 px) {
  .news-list__image {
    margin-right: 36px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__image {
    width: 138px;
    margin-right: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__image {
    width: 100px;
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list__image {
    width: 118px;
    margin-right: 7px;
  }
}

.news-list__date {
  font-size: 14px;
  color: #969696;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1336px) {
  .news-list__date {
    font-size: 12px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__date {
    font-size: 10px;
    margin-bottom: 6px;
  }
}

.news-list__subtitle {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 11px;
  line-height: 125.18%;
}

@media only screen and (max-width: 1910px) {
  .news-list__subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .news-list__subtitle {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__subtitle {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.news-list__text {
  font-size: 15px;
  color: #4D4D4D;
  line-height: 125.18%;
}

@media only screen and (max-width: 1336px) {
  .news-list__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .news-list__text {
    font-size: 10px;
  }
}

.news-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Info */
.info {
  background: #F4F3F3;
  border-radius: 4px;
  margin-bottom: 90px;
}

.info__inner {
  padding: 40px 0 64px;
}

@media only screen and (max-width: 1910px) {
  .info__inner {
    padding: 55px 0 54px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__inner {
    padding: 45px 0 46px;
  }
}

@media only screen and (max-width: 991px) {
  .info__inner {
    padding: 39px 0 44px;
  }
}

@media only screen and (max-width: 767px) {
  .info__inner {
    padding: 33px 0 30px;
  }
}

.info__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 70px;
}

@media only screen and (max-width: 1910px) {
  .info__items {
    grid-gap: 29px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__items {
    grid-gap: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .info__items {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .info__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 12px;
  }
}

.info__image {
  width: 107px;
  flex-shrink: 0;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1910px) {
  .info__image {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__image {
    width: 80px;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .info__image {
    width: 52px;
    margin-bottom: 13px;
  }
}

.info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1910px) {
  .info__title {
    font-size: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1336px) {
  .info__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .info__title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.info__text {
  max-width: 285px;
  font-size: 16px;
  line-height: 1.3;
  color: #4D4D4D;
}

@media only screen and (max-width: 1910px) {
  .info__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1336px) {
  .info__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .info__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .info {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .info {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .info {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .info {
    margin-bottom: 55px;
  }
}

/* Design */
.design {
  margin-bottom: 130px;
}

.design__title {
  font-size: 34px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1910px) {
  .design__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1336px) {
  .design__title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .design__title {
    font-size: 28px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .design__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.design__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .design__items {
    width: 300px;
    margin: 0 auto;
  }
}

.design__item {
  height: 390px;
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 10px rgba(112, 119, 154, 0.25);
  border-radius: 4px;
  padding: 10px 10px 25px;
  margin-right: 30px;
  transition: 300ms;
}

.design__item:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1910px) {
  .design__item {
    padding: 10px 10px 0 10px;
    height: auto;
  }
}

@media only screen and (max-width: 1336px) {
  .design__item {
    margin-right: 20px;
    padding: 10px 10px 5px;
  }
}

@media only screen and (max-width: 991px) {
  .design__item {
    padding: 10px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .design__item {
    padding: 8px 8px 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.design__image {
  flex-shrink: 0;
}

.design__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .design__image {
    height: 153px;
  }
}

.design__text {
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
}

@media only screen and (max-width: 1910px) {
  .design__text {
    padding: 0 10px;
    height: 65px;
  }
}

@media only screen and (max-width: 1336px) {
  .design__text {
    padding: 0;
    height: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .design__text {
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .design__text {
    font-size: 18px;
  }
}

.design .slick-arrow {
  position: absolute;
  background: url(../images/slick-arrow-next.svg) 50%/cover;
  z-index: 100;
  bottom: 100%;
  margin-bottom: 15px;
  right: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1910px) {
  .design .slick-arrow {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1336px) {
  .design .slick-arrow {
    width: 37px;
    height: 37px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .design .slick-arrow {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .design .slick-arrow {
    bottom: -45px;
    right: 40%;
  }
}

.design .slick-disabled {
  opacity: 0.1;
}

.design .slick-prev {
  margin-right: 75px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1336px) {
  .design .slick-prev {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .design .slick-prev {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .design .slick-prev {
    margin-right: 45px;
  }
}

.design .slick-list {
  padding: 10px 0;
  margin-left: -20px;
}

.design .slick-track {
  margin-left: 20px;
}

@media only screen and (max-width: 1336px) {
  .design .slick-track {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .design {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .design {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .design {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .design {
    margin-bottom: 55px;
  }
}

/* About */
.about {
  margin-bottom: 130px;
}

.about__title {
  font-size: 42px;
  font-weight: 700;
  color: #032C7F;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1336px) {
  .about__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .about__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .about__title {
    font-size: 26px;
    margin-bottom: 14px;
  }
}

.about__text {
  font-size: 18px;
  line-height: 1.47;
}

@media only screen and (max-width: 1336px) {
  .about__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .about__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1910px) {
  .about {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1336px) {
  .about {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .about {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    margin-bottom: 55px;
  }
}

/* Footer */
.footer {
  background: #F4F3F3;
}

.footer__inner {
  position: relative;
  padding: 51px 0 64px;
}

@media only screen and (max-width: 1910px) {
  .footer__inner {
    padding: 42px 0 21px;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__inner {
    padding: 42px 0 21px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__inner {
    padding: 42px 0 21px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    padding: 35px 0 43px;
  }
}

.footer__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 75px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1910px) {
  .footer__items {
    grid-gap: 50px;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__items {
    grid-gap: 36px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 33px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__items {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: 31px;
  }
}

.footer__item a {
  display: flex;
  margin-bottom: 15px;
}

.footer__item a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__item a {
    font-size: 14px;
  }
}

.footer__item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__item-title {
    margin-bottom: 20xp;
  }
}

.footer__tel {
  margin-bottom: 33px;
}

.footer__tel span {
  display: block;
  margin-bottom: 8px;
}

.footer__tel a {
  display: flex;
  font-weight: 600;
  color: #000000;
  margin-bottom: 13px;
}

.footer__tel a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__tel {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__tel {
    margin-bottom: 20px;
  }
}

.footer__location {
  margin-bottom: 33px;
}

.footer__location span {
  display: block;
  margin-bottom: 8px;
}

.footer__location a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__location {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__location {
    margin-bottom: 20xp;
  }
}

.footer__contact {
  margin-bottom: 33px;
}

.footer__contact span {
  display: block;
  margin-bottom: 8px;
}

.footer__contact a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__contact {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__contact {
    margin-bottom: 20px;
  }
}

.footer__service span {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer__service a {
  display: flex;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 1230px) {
  .footer__service {
    font-size: 14px;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social a {
  display: flex;
  margin-right: 20px;
}

.footer__social a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1230px) {
  .footer__social a {
    margin-right: 12px;
  }
}

.footer__social svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  fill: #2D2D2D;
  transition: 300ms;
}

.footer__social svg:hover {
  fill: #032C7F;
}

@media only screen and (max-width: 1230px) {
  .footer__social svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__social {
    position: absolute;
    bottom: 74px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__social {
    position: static;
  }
}

.footer__bar {
  background: #032C7F;
  padding: 10px 0;
}

.footer__bar a {
  color: #ffffff;
}

.footer__bar a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer__bar a {
    margin-bottom: 9px;
  }
  .footer__bar a:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1336px) {
  .footer__bar {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__bar {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__bar {
    font-size: 10px;
  }
}

.footer__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.select2-container--default .select2-selection--single {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1336px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single {
    height: 39px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  color: #ABABAB;
}

@media screen and (max-width: 1910px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 9px;
  }
}

@media screen and (max-width: 1336px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down-blue.svg) no-repeat 50%;
  display: block;
  transition: 300ms;
  top: 18px;
  right: 30px;
}

@media screen and (max-width: 1910px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 22px;
  }
}

@media screen and (max-width: 1336px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
  }
}

@media screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
    background-size: 15px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
  }
}

.select2-results__option {
  padding: 15px 22px;
  border-bottom: 1px solid #E1E1E1;
  color: #000000;
}

.select2-results__option:last-child {
  border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #032C7F;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
}

.footer__item a:link, .footer__item a:visited {
  font-size: 14px;
}

.footer__info {
  font-size: 12px;
}

.footer__tel, .footer__location, .footer__contact, .footer__service {
  font-size: 14px;
}

.new__inner .slick-list {
  display: flex;
}

.new__inner .slick-track {
  display: flex;
  align-items: stretch;
}

/*news slider*/
.news-slide-items.slick-vertical .slick-slide {
  display: flex !important;
  height: 160px !important;
  border: 1px solid #DCDCDC !important;
  width: 100% !important;
}

.news-slide-items.slick-vertical .slick-next, .news-slide-items.slick-vertical .slick-prev {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.news-slide-items.slick-vertical .slick-prev {
  transform: rotate(180deg);
}

.news-slide-items.slick-vertical .slick-next {
  margin-top: -10px;
}

@media screen and (min-width: 1350px) {
  .news-slide-items.slick-vertical .slick-next {
    margin-top: -15px;
  }
}
.contacts__col.position-absolute{
  right: 0;
}
@media(min-width: 320px){
  .contacts__item{
    display: block;
  }
  .contacts__col.position-absolute{
    position: relative!important;
  }
}
@media(min-width: 768px){

  .contacts__col.position-absolute{
    position: absolute!important;
  }
  .contacts__link--email{
    min-width: 153px;
    font-size: 14px;
  }
  .contacts__item{
    display: flex;
  }
  .contacts__link---text{
    min-width: 415px;
    padding-left: 33px;
    font-size: 14px;
  }
}
@media(max-width: 768px){
  .contacts__body{
    flex-direction: column;
  }
}
@media(min-width: 1024px){
  .contacts__body{
    flex-direction: column;
  }
  .contacts__link--email{
    min-width: 174px;
    font-size: 16px;
  }
  .contacts__link---text{
    min-width: 606px;
    padding-left: 46px;
    font-size: 16px;

  }
}
@media(min-width: 1336px){
  .contacts__body{
    flex-direction: row;
  }
  .contacts__col.position-absolute{
    padding-top: 103px;
    top: 100%;
    left: 0;
  }
  .contacts__body{
    margin-bottom: 300px;
  }
  .contacts__link--email{
    min-width: 200px;
  }
  .contacts__link---text{
    max-width: 312px;
    min-width: 312px;

    padding-left: 46px;
  }
}

@media(min-width: 1920px){
  .contacts__body{
    flex-direction: row;
  }
  .contacts__col.position-absolute{
    left:auto;
    display: flex;
    justify-content: end;
    top: 0;
    padding-top: 0;
    position: absolute!important;
  }

  .contacts__body{
     margin-bottom: 70px;
   }
  .contacts__link---text{
    min-width: 617px;
    max-width: 617px;
  }
  .contacts__schedule{
    min-width: 223px;
  }

}
.footer__info a {
    margin-left: 30px;
}