@charset "UTF-8";
/* Адаптивное свойство */
/* /Адаптивное свойство */
/* Оптимальные размеры блоков */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* /Оптимальные размеры блоков */
/* Fonts */
/* Основной/Основные шрифт(-ы) */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #FAFAFA;
}

/* /Основной/Основные шрифт(-ы) */
/* Titles */
.section-title {
  font-size: 38px;
  font-weight: 500;
  color: #DB272E;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1140px) {
  .section-title {
    font-size: calc(28px + 10 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section-title {
    margin-bottom: calc(20px + 0 * ((100vw - 320px) / 820));
  }
}

.sub-title {
  font-family: "Rubik", sans-serif;
  color: #282739;
  font-size: 20px;
  text-align: center;
  max-width: 855px;
  margin: 0 auto;
}

.sub-title span {
  color: #DB272E;
}

/* /Titles */
/* /Fonts */
/* Common */
/* Отключение последнего брейкпоинта Bootstrap 5 */
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .container_sber {
    
  }
}
/* /Отключение последнего брейкпоинта Bootstrap 5 */
/* Отключение границ элементов */
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

/* /Отключение границ элементов */	
/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* /Smooth Scrolling */
/* Цвет выделения текста */


/* /Цвет выделения текста */
/* Links */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #DB272E;
}

/* /Links */
/* Modal */
.modal-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-header {
  position: relative;
}

.btn-close {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
}

.modal-title {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contacts__input {
  padding: 16px 16px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  outline: none;
  height: 50px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-body {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 18px;
  padding: 0 24px 24px 24px;
}

.modal-body input:last-child {
  -ms-grid-row: 1;
      grid-row-start: 1;
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #FF0000;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  left: 3px;
  top: 3px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.check-policy label {
  color: #000;
  font-size: 14px;
}

.check-policy label a {
  text-decoration: underline;
}

label {
  font-size: 15px;
  font-weight: normal;
  color: #999;
  margin-bottom: 4px;
}

/* /Modal */
/* Кастомизация скрола */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #3d3d3d;
}

body::-webkit-scrollbar-track {
  background: #1f1f1f;
}

/* /Кастомизация скрола */
/* Btn-up */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
          box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linea;
  -o-transition: all 400ms linea;
  transition: all 400ms linea;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing-transition: all 400ms linear;
}

.progress-wrap::after {
  color: #DB272E;
}

.progress-wrap svg.progress-circle path {
  stroke: #DB272E;
}

/* /Btn-up */
/* Buttons */
.btn {
  display: inline-block;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #FFE500;
  padding: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}
@media (max-width: 1140px) {
  .btn {
    font-size: calc(24px + 12 * ((100vw - 320px) / 820));
  }
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  background-color: #fff59a;
}

.btn2 {
  border-radius: 6px;
  font-size: 20px;
  background-color: #DB272E;
  color: #fff;
  font-weight: 900;
  padding: 14px 50px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  max-height: 58px;
  min-width: 259px;
}
@media (max-width: 1140px) {
  .btn2 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 820));
  }
}

.btn2:hover {
  background-color: #f6171e;
  color: #fff;
}

/* /Buttons */
@media (max-width: 768px) {
  .section-title {
    text-align: center;
  }
}
/* /Common */
/* Section «Header» */
.logo {
  width: 173px;
}
@media (max-width: 1140px) {
  .logo {
    width: calc(130px + 43 * ((100vw - 320px) / 820));
  }
}

.header {
  border-bottom: 1px solid #f3f3f3;
}

.header-line {
  background-color: #DB272E;
  height: 5px;
}

.header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 1140px) {
  .header-grid {
    padding-top: calc(14px + 14 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .header-grid {
    padding-bottom: calc(14px + 14 * ((100vw - 320px) / 820));
  }
}

.menu {
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 10px;
  position: relative;
  right: -11px;
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
}

.menu__item {
  text-transform: uppercase;
  list-style: none;
  position: relative;
}

.menu__item a.active {
  text-transform: uppercase;
  list-style: none;
  padding: 2px 12px;
  position: relative;
  left: 12px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  transition: ease-out 0.3s 0.1s;
}

.menu__item a.active::before {
  width: 1px;
  height: 100%;
  background: #DB272E;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__item a.active span::before {
  width: 100%;
  height: 1px;
  background: #DB272E;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu__item a.active::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__item a.active span::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__item a.active::after {
  width: 1px;
  height: 100%;
  background: #DB272E;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__item a.active span::after {
  width: 100%;
  height: 1px;
  background: #DB272E;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.menu__item a.active::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__item a.active span::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  padding: 6px 10px;
  position: relative;
  color: #000;
  white-space: nowrap;
  text-transform: initial;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  -webkit-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  transition: ease-out 0.3s 0.1s;
}

.menu__link::before {
  width: 1px;
  height: 100%;
  background: #DB272E;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__link span::before {
  width: 100%;
  height: 1px;
  background: #DB272E;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu__link:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__link:hover span::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__link::after {
  width: 1px;
  height: 100%;
  background: #DB272E;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__link span::after {
  width: 100%;
  height: 1px;
  background: #DB272E;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.menu__link:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.menu__link:hover span::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #DB272E;
}

.list-line {
  width: 1px;
  height: 14px;
  background-color: #DB272E;
}

.phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.phone {
  font-size: 20px;
  font-weight: bold;
}

.burger {
  cursor: pointer;
  width: 32px;
  display: none;
}

.burger span {
  display: block;
  height: 4px;
  margin-bottom: 4px;
  background: #000;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  border-radius: 4px;
}

.burger span:last-child {
  margin: 0;
}

.burger.x span.bar-3 {
  display: none;
}

.burger.x span.bar-1 {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(6px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(6px);
          transform: rotate(45deg) translateY(5px) translateX(6px);
}

.burger.x span.bar-2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-mobile {
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .header_main {
    display: none;
  }

  .header-logo {
    display: none;
  }

  .header_main.showMobile {
    display: block;
  }

  .header_main .container {
    padding: 0;
  }
  
  .container_sber {
    padding: 0;
  
  }
  

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 0.5px solid #000;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .burger {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .list-line {
    display: none;
  }
}
/* /Section «Header» */
/* Section «Page header» */
.page-header {
  background: url(../images/src/page-header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-header-wrap p {
  color: #fff;
  padding-bottom: 20px;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1140px) {
  .page-header-wrap p {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrap p {
    font-size: calc(20px + 4 * ((100vw - 320px) / 820));
  }
}

.page-header-wrap {
  position: relative;
  margin-top: 60px;
  z-index: 2;
}

.page-header::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 277px;
  top: 130px;
  left: 0;
  background-color: #C10000;
}

.page-header__title {
  font-size: 64px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1140px) {
  .page-header__title {
    font-size: calc(40px + 24 * ((100vw - 320px) / 820));
  }
}

.page-header-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 2;
}

.page-header-wrap3 {
  margin-top: 120px;
}
@media (max-width: 1140px) {
  .page-header-wrap3 {
    margin-top: calc(80px + 40 * ((100vw - 320px) / 820));
  }
}

.advantages-card__icon {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .page-header::before {
    width: 53%;
    top: 122px;
  }
}
@media (max-width: 768px) {
  .page-header-wrap {
    text-align: center;
  }

  .page-header-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }

  .page-header-wrapper-form {
    padding-bottom: 0;
  }

  .page-header__title {
    font-weight: 500;
  }

  .page-header {
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position-x: -440px;
  }

  .page-header .btn {
    width: initial;
  }

  .page-header-wrapper-img {
    display: none;
  }

  .page-header::before {
    width: 100%;
    top: 80px;
  }

  .page-header-wrapper2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* /Section «Page header» */
/* Section «Advantages» */
.advantages {
  padding-top: 220px;
  padding-bottom: 120px;
  background: url(../images/src/advantages/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40px;
}
@media (max-width: 1140px) {
  .advantages {
    padding-top: calc(60px + 160 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .advantages {
    padding-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.advantages .section-title {
  margin-bottom: 80px;
}
@media (max-width: 1140px) {
  .advantages .section-title {
    margin-bottom: calc(40px + 40 * ((100vw - 320px) / 820));
  }
}

.advantages-card {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  row-gap: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid #DB272E;
}
@media (max-width: 1140px) {
  .advantages-card {
    row-gap: calc(10px + 10 * ((100vw - 320px) / 820));
  }
}

.advantages-card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.advantages-card-wrapper .advantages-card__icon {
  width: 100%;
  height: 90px;
}

.advantages-card__title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1140px) {
  .advantages-card__title {
    font-size: calc(20px + 2 * ((100vw - 320px) / 820));
  }
}

.advantages-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(340px, max-content));
  grid-gap: 30px;
}
@media (max-width: 1140px) {
  .advantages-wrapper {
    grid-gap: calc(15px + 15 * ((100vw - 320px) / 820));
  }
}

@media (max-width: 1200px) {
  .advantages-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .advantages-wrapper {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
  }
}
@media (max-width: 576px) {
  .advantages-wrapper {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
  }
}
/* /Section Advantages» */
/* Section «Catalog» */
.catalog {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1140px) {
  .catalog {
    padding-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .catalog {
    padding-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.catalog-wrapper {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(256px, max-content));
  grid-gap: 30px;
}
@media (max-width: 1140px) {
  .catalog-wrapper {
    margin-top: calc(40px + 40 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .catalog-wrapper {
    grid-gap: calc(15px + 15 * ((100vw - 320px) / 820));
  }
}

.catalog-card {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 166px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 250px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.catalog-card:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.catalog-wrapper a {
  overflow: hidden;
  border-radius: 8px;
}

.catalog-card__title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.buybtn p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFE500;
}

.buybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.catalog-card:hover .buybtn {
  -webkit-animation: arrowbtn 1s;
          animation: arrowbtn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.catalog-card .buybtn {
  -webkit-animation: arrowbtn2 1s;
          animation: arrowbtn2 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes arrowbtn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}

@keyframes arrowbtn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}
@-webkit-keyframes arrowbtn2 {
  from {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrowbtn2 {
  from {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* /Section «Catalog» */
/* Section «Team» */
.team {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1140px) {
  .team {
    padding-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .team {
    padding-bottom: calc(0px + 120 * ((100vw - 320px) / 820));
  }
}

.team-wrap--2 {
  background: url(../images/src/team/bg2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.team-wrap {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: url(../images/src/team/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  max-height: 460px;
  padding: 0 40px;
}

.team-card .btn2 {
  margin-top: 28px;
}

.team-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(214px, max-content));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  grid-column-gap: 30px;
  top: -86px;
}

.team-wrap2 .team-cards {
  top: -85px;
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-wrapper {
  margin-top: 170px;
  display: -ms-grid;
  display: grid;
  row-gap: 124px;
}

.team-card-phones {
  display: -ms-grid;
  display: grid;
  padding: 0;
  margin-top: 28px;
  margin-bottom: 0;
}

.team-card__phone2 {
  margin-left: 8px;
}

.team-card__title {
  color: #282739;
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
}

.team-card__sub-title {
  font-size: 16px;
  color: #646464;
  margin-top: 8px;
  opacity: 0.4;
  text-align: center;
}

.team-card__phone {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .team-wrap {
    background: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    max-height: initial;
    padding: 0;
  }

  .team-wrapper {
    grid-row-gap: 30px;
  }

  .team-card {
    -webkit-box-shadow: 0px 6px 24px 0px #E4E2EE;
            box-shadow: 0px 6px 24px 0px #E4E2EE;
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-radius: 6px;
  }

  .team-card:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .team-cards {
    display: initial;
  }
}
/* /Section «Team» */
/* Section «Office» */
.office {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1140px) {
  .office {
    padding-top: calc(0px + 100 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .office {
    padding-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.office-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office .sub-title {
  margin-bottom: 80px;
}
@media (max-width: 1140px) {
  .office .sub-title {
    margin-bottom: calc(40px + 40 * ((100vw - 320px) / 820));
  }
}

.office-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.office-card {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-row-gap: 28px;
}

.office-offer {
  border-radius: 6px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 6px 24px 0px #E4E2EE;
          box-shadow: 0px 6px 24px 0px #E4E2EE;
  padding: 36px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1140px) {
  .office-offer {
    margin-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.office-offer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office-offer-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.office-offer__desc {
  color: #282739;
  font-size: 18px;
  margin: 0;
}

.btn--1 {
  background-color: #5AB030;
  min-width: 259px;
}

.btn--1:hover {
  background-color: #5ec929;
}

@media (max-width: 992px) {
  .office-offer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .office-offer-wrapper2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .office-wrapper {
    display: initial;
  }

  .office-card__img2 {
    display: none;
  }

  .office-card__title {
    text-align: center;
  }

  .office-card {
    justify-items: center;
    margin-bottom: 30px;
  }
}
/* /Section «Office» */