@charset "UTF-8";

/*Обнуление*/

@font-face {
  font-family: Nunito Sans;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt-ExtraLigh.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Nunito Sans;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Nunito Sans;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Nunito Sans;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Nunito Sans;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Sans-7pt-Expanded;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt_Expanded-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Sans-7pt-Expanded;
  font-display: swap;
  src: url('/fonts/NunitoSans_7pt_Expanded-Bold.ttf');
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: Golos;
  font-display: swap;
  src: url('/fonts/golos/GolosText-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url('/fonts/golos/GolosText-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url('/fonts/golos/GolosText-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url('/fonts/golos/GolosText-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url('/fonts/golos/GolosText-Black.ttf');
  font-weight: 900;
  font-style: normal;
}



* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body._active {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}
.block{
  display: block;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img{
  width: 100%;
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: disc;
}

img {
  vertical-align: top;
}

a {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  line-height: 100%;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.ibg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

button {
  background: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/*--------------------*/


body {
  font-family: Golos, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
}

body._lock {
  overflow: hidden;
}

button {
  font-size: 20px;
}

a {
  display: block;
  color: #ffffff;
  line-height: normal;
}

.wrapper {
  overflow: hidden;
  background: rgba(27, 36, 40, 1);
}





.label {
  font-size: 24px;
  font-weight: 300;
  line-height: 133%;
}


.page {
  padding: 80px 0px 0 0;
}

.page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}

.page__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

.page__content {

}

.dropdown__content {
  position: relative;
}

.dropdown__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 30px;
  font-size: 20px;
  border-radius: 8px;
  border: 2px solid rgba(237, 130, 130, 0.6);
  line-height: 160%;
}

.dropdown__button:after {
  content: "";
  display: block;
  background-image: url(../img/icons/drop-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.dropdown__button._active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown__list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  border: 2px solid rgba(237, 130, 130, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}

.dropdown__list._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.dropdown__list-item {
  font-size: 20px;
  padding: 14px 30px;
  cursor: pointer;
}

.dropdown__input-hidden {
  display: none;
}

._has-padding {
  padding: 0px 24px;
}

.title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 600;
  line-height: 76px;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-family: Nunito-Sans-7pt-Expanded;
  letter-spacing: 0.5px;
}
.orange{
  color: rgba(255, 97, 49, 1);
}
.subtitle {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}
.text{
  color: rgb(255, 255, 255);
  font-family: Golos;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .title {
    font-size: 22px;
    line-height: 40px;
  }
  .agency-scheme__row {
    gap: 28px;
  }
  .subtitle {
    font-size: 22px;
  }
  .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.label {
  font-size: 24px;
  color: #00E700;
}

.section {
  padding: 50px 0px;
}

.checkbox input {
  display: none;
}

.checkbox input:checked ~ label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  cursor: pointer;
  font-size: 20px;
}

.checkbox label:after,
.checkbox label:before {
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  border-radius: 1px;
}

.checkbox label:before {
  border: 1px solid #ED8282;
}

.checkbox label:after {
  top: 0;
  left: 0;
  background-image: url(../img/icons/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  background-color: #ED8282;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.container {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0px;
}


.blog__container {
  padding: 0 24px;
}
.black {
  color: #30323A;
}

.modal {
  min-height: 100vh;
  padding: 100px 36px;
}
.button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10;
  padding: 12px 20px 12px 20px;
  box-sizing: border-box;
  border-radius: 50px;
  background:  rgba(255, 97, 49, 0);
  color: rgba(255, 255, 255, 1);
  font-family: Golos;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  transition: background 300ms ease-in-out;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
}
.button:hover {
  background: rgba(255, 97, 49, 1);
  border: 1px solid rgba(255, 97, 49);
}
.header__container {
  padding: 37px 0px 17px;
  position: relative;
  z-index: 1;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__menu-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  display: none;
}

.header__menu-button:before,
.header__menu-button span,
.header__menu-button:after {
  height: 2px;
  width: 100%;
  left: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  border-radius: 1px;
  background-color: #ffffff;
}

.header__menu-button:after,
.header__menu-button:before {
  content: "";
}

.header__menu-button:before {
  top: 0;
}

.header__menu-button:after {
  bottom: 0;
  width: 20px;
}

.header__menu-button span {
  top: 50%;
  width: 100%;
  -webkit-transform: scale(1) translate(0px, -50%);
  -ms-transform: scale(1) translate(0px, -50%);
  transform: scale(1) translate(0px, -50%);
}

.header__menu-button._active span {
  -webkit-transform: scale(0) translate(0px, -50%);
  -ms-transform: scale(0) translate(0px, -50%);
  transform: scale(0) translate(0px, -50%);
  background-color: #292B32;
}

.header__menu-button._active:before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0px, -50%);
  -ms-transform: rotate(-45deg) translate(0px, -50%);
  transform: rotate(-45deg) translate(0px, -50%);
}

.header__menu-button._active:after {
  bottom: 50%;
  width: 100%;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0px, 50%);
  transform: rotate(45deg) translate(0px, 50%);
}
.menu-item {
  list-style: none;
}
.menu nav {
  margin: 0 auto;
  padding: 0px 48px;
}

.menu._active {
  left: 0;
  top: 0;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}



.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 24px;
}


.popup {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 20;
  background: rgba(48, 50, 58, 0.75);
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 16px;
}

.popup__content {
  background-color: #1B2428;
  max-width: 940px;
  padding: 60px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.close-popup {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1256px) {
  .container {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .menu {
    padding: 120px 0px 30px 0px;
  }

  .menu nav {
    padding: 0px 20px;
  }

  .menu__list {
    margin-bottom: 20px;
    gap: 20px;
  }

  .item {
    padding: 12px;
  }
  .section {
    padding: 30px 0px;
  }
}

@media (max-width: 600px) {


  .header__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }


  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 12px;
  }

}

@media (max-width: 492px) {

  .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

}
.input-text {
  padding: 12px 12px 12px 0;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-bottom: 2px solid #464954;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  column-gap: 48px;
  margin-left: auto;
}
.header__menu a:hover {
  color: #E7A300;
}
.header__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 24px;
  font-size: 25px;
  font-weight: 600;
  color: #5F5B5B;
}
.header__logo img {
  width: auto;
  height: 18px;
}
.header__menu a {
  color: rgba(255, 255, 255, 1);
  font-family: Golos;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}
.header__button {
  padding: 0;
}


@media (max-width: 1100px) {
  .header__nav {
    display: none;
  }

  .header__menu-button {
    display: block;
  }

  .menu {
    position: fixed;
    top: -100%;
    left: -100%;
    background: rgb(27, 36, 40);
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: auto;
    padding: 150px 0 30px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .menu._active nav.header__nav {
    display: block;
  }

  .header__logo {
    z-index: 11;
  }

  .header__content {
    z-index: 11;
  }

  .header__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 25px;
  }

  .menu._active nav.header__nav {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
  }

}
.header__menu a:hover, .header__menu .menu_activ {
  color: #FF6131;
}



.header__body._active:before {
  border-bottom: 1px solid rgb(216, 215, 219);
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  z-index: 111;
}



@media (max-width: 767px) {
  .header__menu a {
    font-size: 20px;
  }

  .header__menu {
    row-gap: 15px;
  }
  .header__container {
    padding: 0;
  }
  .header {
    padding: 17px 0px;
  }
  .header__logo img {
    height: 16px;
  }
  .header__container {
    padding: 0;
  }

  .menu {
    top: 0;
  }
  .header__link {
    font-size: 13px;
    padding: 10px 11px;
  }
}


@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}

.cookie {
  display: none;
  position: fixed;
  max-width: 100%;
  z-index: 3;
  bottom: 40px;
  right: 40px;
}
.cookie.active {
  display: flex;
}
.cookie__contanier {
  margin-left: auto;
  background: #1b2428;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 7px 1px #ffffff;
  display: flex;
  gap: 60px;
  align-items: center;
}
.cookie__p {
  font-size: 14px;
  line-height: 110%;
  color: #ffffff;
  font-weight: 300;
}
.cookie__p a {
  color: #ffffff;
  text-decoration: underline;
  display: inline;
}
.cookie__button {
  font-size: 14px;
  color: #ffffff;
  background: #6f2c9000;
  border-radius: 9px;
  border: 1px solid rgb(255, 255, 255);
  width: 140px;
  height: 34px;
  font-weight: 300;
}
.cookie__p span {
  display: block;
}
@media (max-width: 960px) {
  .cookie.active {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cookie__p {
    font-size: 10px;
  }
  .cookie__contanier {
    flex-direction: column;
    gap: 10px;
    align-items: end;
  }
  .cookie__p span {
    padding-top: 5px;
  }
  .cookie__button {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .popup__body {
    max-width: calc(100% - 40px);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .popup__content {
    padding: 30px;
  }
  .popup__body {
    padding: 40px 0;
  }
}
.banner__img {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
  max-height: 347px;
}
.banner__row {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.banner {
  padding-top: 100px;
}
.banner__logo {
  font-family: Nunito-Sans-7pt-Expanded;
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.15px;
  padding-bottom: 8px;
}
.banner__buttons {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  margin-top: auto;
}
.banner__title {
  line-height: 55px;
}
.banner__info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
  .banner {
    padding-top: 60px;
  }
  .banner__title {
    line-height: 40px;
  }
  .banner__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .banner__logo {
    font-size: 16px;
    line-height: 24px;
  }
  .banner__buttons {
    flex-direction: column;
    gap: 16px;
  }
}
.advantages__row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.advantages__item{
  padding:23px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.advantages__plashka {
  border-radius: 20px;
  background: rgba(255, 97, 49, 1);
  padding: 17px 16px;
  font-family: Nunito-Sans-7pt-Expanded;
  font-size: 35px;
  letter-spacing: 0.5px;
}
.advantages_info {
  font-family: Nunito-Sans-7pt-Expanded;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.advantages__advantage {
  display: flex;
  gap: 10px;
  align-items: center;
}
.advantages__lists {
  padding-left: 20px;
  padding-top: 11px;
}
.advantages__list {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .advantages__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .advantages__plashka {
    font-size: 28px;
    padding: 16px;
  }
  .advantages_info {
    font-size: 16px;
  }
  .advantages__list {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .advantages__row {
    grid-template-columns: 1fr;
  }
}
.why__row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.why__proposals {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why__proposal {
  font-family: Nunito-Sans-7pt-Expanded;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
}
.why__img {
  max-width: 218px;
}
@media (max-width: 1000px) {
  .why__proposal {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .about__title {
    font-size: 30px;
    line-height: 130%;
  }
  .why_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .why__row {
    grid-template-columns: 1fr;
  }
  .why__proposals {
    position: relative;
    max-width: 300px;
    margin: auto;
  }
  .why__img {
    max-width: 122px;
    position: absolute;
    bottom: -37px;
    right: -6px;
  }
  span.why__block--black {
    display: block;
  }
}
.whom__row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
.whom__name{
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.whom_text{
  padding-top: 16px;
  padding-bottom: 24px;
  font-size: 19px;
}
.whom__img {
  border-radius: 24px;
  margin-top: auto;
}
.whom__item {
  display: flex;
  flex-direction: column;
}
.whom__proposals{
  gap: 38px;
}
.proposals__border{
  padding-bottom: 45px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.whom__proposals .why__block .orange.block {
  display: inline;
}
@media (max-width: 1100px) {
  .whom_text {
    font-size: 16px;
    line-height: 32px;
  }
  .whom__row {
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .whom__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .whom__title {
    font-size: 30px;
    line-height: 37px;
  }
  .whom__row {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .whom__name {
    font-size: 16px;
  }
  .whom__proposals {
    gap: 38px;
    max-width: 100%;
  }
  .whom__proposals .why__block .orange.block {
    display: block;
  }
  .whom__proposals .why__img {
    max-width: 104px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .proposals__border {
    padding-bottom: 60px;

  }
}

.modern__item {
  max-height: 100px;
  width: auto !important;
}
.modern__title {
  font-family: Nunito-Sans-7pt-Expanded;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .modern__img {
    max-height: 50px;
  }
  .modern__item {
    max-height: 50px;
    width: auto !important;
  }
  .modern__title {
    font-size: 16px;
  }
}

.footer___row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.footer__logo img {
  max-height: 38px;
  margin: 0;
  width: auto;
}
.footer__item {
  padding: 48px 70px 48px 80px;
}
.footer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-top: 24px;
}
.footer__item.footer__menu {
  padding: 48px 30px 65px;
  border-left: 1px solid rgba(255, 255, 255, 1);
}
.footer__menus {
  display: flex;
  gap: 72px;
}
.footer__menu-name {
  font-family: Nunito-Sans-7pt-Expanded;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding-bottom: 32px;
}
.footer___menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.footer__menu-item {
  list-style: none;
}
.footer__menu-item a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.footer__copyright {
  border: 1px solid rgba(255, 255, 255, 1);
  border-top: none;
  padding: 32px;
}
.copyright__text {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: end;
}
.copyright__text a{
  position: relative;
}
.copyright__text a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -2px;
  transition: all 300ms ease-in-out;
}
.copyright__text a:hover:before {
  width: 0;
}

.footer__menu-item a, .menu-item a{
  position: relative;
  transition: all 300ms ease-in-out;
}
.footer__menu-item a:hover{
  color: #FF6131;
}
 .footer__menu-item a:before, .menu-item a:before{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #FF6131;
  bottom: -2px;
  transition: all 300ms ease-in-out;
}
.footer__menu-item a:hover:before, .menu-item a:hover:before {
  width: 100%;
}
.footer__main{
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .footer__menus {
    display: flex;
    gap: 20px;
  }
  .footer__item {
    padding: 33px;
  }
  .footer__menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer___row {
    grid-template-columns: 1fr;
  }
  .footer__menus {
    flex-direction: column;
    gap: 70px;
  }
  .footer__menu-item a {
    font-size: 16px;
  }
  .footer__item.footer__menu {
    padding: 48px 24px 48px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .footer__item {
    padding: 48px 24px;
  }
  .copyright__text {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .copyright__text--line{
    display: none;
  }
  .footer__copyright {
    padding: 48px 24px;
  }
}
.decision__table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
.decision__table tbody, .decision__table thead {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
 .decision__table thead {

   padding-bottom: 64px;
}
.decision__btn {
  width: fit-content;
}
.decision__table td{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.decision__table th {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-family: Nunito-Sans-7pt-Expanded;
}
.decision__table--tr {
  border-top: 1px solid rgba(255, 255, 255, 1);
  padding-top: 64px;
}
.decision__title {
  text-transform: none;
}
@media (max-width: 1024px) {
  .decision__table tr {
    gap: 20px;
  }
  .decision__table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
  .decision__table th {
    font-size: 24px;
  }
  .decision__table tbody, .decision__table thead {

    gap: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .decision__item {
    overflow-x: scroll;
  }
  /*tr>th:first-child, tr>td:first-child {*/
  /*  position: sticky;*/
  /*  left: 0;*/
  /*  background: #1b2428;*/
  /*}*/
  .decision__table td {
    font-size: 16px;
  }
  .decision__table th {
    font-size: 20px;
  }
  .decision__table {
    width: 844px;
  }
  .decision__title {
    text-align: center;
    font-size: 26px;
    text-transform: none;
  }
}
.feedback__title {
  text-transform: none;
  max-width: 350px;
  line-height: 48px;
  padding-bottom: 24px;
}
.feedback__title--dvd{
  max-width: 470px;
}
.feedback__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.feedback__texts {
  font-size: 16px;
  line-height: 24px;
  max-width: 330px;
}
.feedback__block label{
  font-size: 14px;
}
.feedback__text {
  background: #ffffff00;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 114.5%;
  letter-spacing: -0.2px;
  text-align: left;
  width: 100%;
  color: #ffffff;
  padding: 18px 16px 18px 16px;
  border: 1px solid rgba(241, 243, 247, 1);
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.feedback__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feedback__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
.feedback__button {
  padding: 12px 20px 12px 20px;
  width: fit-content;
  margin-bottom: 24px;
}
.feedback__agree {
   font-family: Nunito Sans;
   font-weight: 400;
   font-size: 10px;
   letter-spacing: -0.2px;
 }
.feedback__agree a{
  display: inline;
}
.feedback__forms {
  border: 1px solid rgba(225, 228, 237, 1);
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  padding: 32px;
}
.feedback__text::placeholder{
  opacity: 1;
  color: rgb(255, 255, 255);
  font-size: 14px;
}
@media (max-width: 1000px) {
  .feedback__row {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media (max-width: 767px) {

  .feedback__title {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    max-width: 100%;
  }
  .feedback__texts {
    text-align: center;
  }
  .feedback__form {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feedback__button {
    width: 100%;
  }
}
.advantages__row--smart .advantages__advantage {
  justify-content: center;
}
.advantages__row--smart .advantages__lists {
  text-align: center;
}
ul.why_text {
  padding-left: 20px;
}
.why__proposal--page{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advantages-work__titles {
  font-size: 38px;
}
.advantages-work__row {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.advantages-work__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 16px;
}
.advantages-work__texts {
  padding-left: 20px;
}
.advantages-work__container {
  padding-bottom: 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
@media (max-width: 767px) {
  .advantages-work__titles {
    font-size: 20px;
    line-height: 38px;
  }
  .advantages-work__row {
    padding-top: 10px;
    gap: 40px;
  }
  .advantages-work__title {
    font-size: 20px;
  }
  .advantages-work__container {
    padding-bottom: 60px;
  }
  .why__proposal--page .why__block:nth-child(2) {
    max-width: 295px;
  }
}
@media (max-width: 400px) {
  .why__block {
    max-width: 336px;
  }
}
.why__container--dvd .why_text{
  font-size: 19px;
}
.why__container--dvd {
  padding-bottom: 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
@media (max-width: 767px) {
  .why__container--dvd {
    padding-bottom: 60px;
  }
  .why__container--dvd .why_text {
    font-size: 16px;
  }
}
.proposals__border--dvd {
  border: none;
  padding-bottom: 0;
}
.proposals__border--dvd .whom__proposals.why__proposals {
  justify-content: space-between;
}
.shema__title {
  text-align: center;
  padding-bottom: 50px;
}
.shema__body {
  padding-bottom: 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.shema__img {
  max-width: 1040px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .shema__title {
    padding-bottom: 30px;
  }
  .shema__body {
    padding-bottom: 60px;
  }
  .proposals__border--dvd .whom__proposals.why__proposals {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .proposals__border--dvd .whom__proposals .why__img{
    position: relative;
  }
}
.advantages__row--dvd{
  grid-template-columns: 1fr 1fr;
}
.advantages__row--dvd .advantages__advantage {
  justify-content: center;
}
.advantages__row--dvd .advantages__lists.text {
  text-align: center;
}
@media (max-width: 767px) {
  .advantages__row--dvd {
    grid-template-columns: 1fr;
  }
}
.whom__row--dvd{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .whom__row--dvd {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .whom__row--dvd {
    grid-template-columns: 1fr;
  }
}
.kanal__title {
  position: relative;
}
.footer__contacts {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-top: 24px;
}
.footer__contacts a {
  display: inline;
}
@media (max-width: 767px) {

}

@media (max-width: 767px) {

}
@media (max-width: 767px) {

}

@media (max-width: 767px) {

}
@media (max-width: 767px) {

}

.site-login {
  text-align: center;
}

.site-login h1 {
  margin: 40px;
}

.site-login p {
  margin: 30px;
}

.site-login .mb-3 {
  margin: 20px;
}

.site-login .button {
  display: inline-block;
  padding: 10px 40px 10px 40px
}

.site-login input {
  padding: 5px;
  margin-left: 15px;
  font-size: 14px;
}

.form_save-button {
  margin: 15px 0;
}

.adminka-page ol {
  margin-top: 80px;
}

.adminka-page .breadcrumb-item {
  display: -webkit-inline-box;
}

.button-group-content {
  display: flex; /* Располагает дочерние элементы в ряд */
  width: fit-content; /* Ширина контейнера подстраивается под содержимое */
  border-collapse: collapse; /* Убирает промежутки между кнопками */
  border: 1px solid rgba(var(--bs-dark-rgb));
  margin-top: 50px;
}

.button-group-content .btn-content{
  display: inline-block; /* Позволяет задавать отступы и размеры */
  padding: 15px 60px;
  margin: 0;
  color: rgba(var(--bs-dark-rgb));
  text-decoration: none;
}

.button-group-content.show {
  margin-top: 0px;
  margin-bottom: 30px;
}


.button-group-content ._activ{
  background-color: rgba(var(--bs-dark-rgb));
  color: #fff;
}

.button-group-content-block {
  margin-top: 50px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.button-group-content-block .btn-content {
  display: inline-block; /* Позволяет задавать отступы и размеры */
  padding: 10px 50px;
  margin: 0;
  color: rgba(var(--bs-dark-rgb));
  text-decoration: none;
  background-color: rgba(var(--bs-dark-rgb));
  color: #fff;
}

ul li + .nav-item {
  list-style:none;
}


.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove:before {
  content: "-";
}

.multiple-input table.multiple-input-list.table-renderer table tbody tr > td {
  border: 1px solid #ddd !important;
}

.trust-list-view td {
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.trust-list-index td {
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.whom__img--dvd{
  max-width: 200px;
}

#feedback__copmpany:focus::placeholder {
  /* Стили для скрытия плейсхолдера */
  opacity: 0;
  /* Или display: none; */
}

#feedback__email:focus::placeholder {
  /* Стили для скрытия плейсхолдера */
  opacity: 0;
  /* Или display: none; */
}

#feedback__name:focus::placeholder {
  /* Стили для скрытия плейсхолдера */
  opacity: 0;
  /* Или display: none; */
}

.navbar-expand-md .navbar-nav {
  align-items: center;
}

.multiple-input {
  margin-top: 5px;
}

.adminka-page ol {
  line-height: normal;
}

.section-bg {
  background: #1B2428;
  padding: 25px 0;
}

.content__text  {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.title_politics {
  color: rgb(238, 238, 238);
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 33px;
  font-family: Nunito-Sans-7pt-Expanded;
}

@media (max-width: 1500px) and (min-width: 767px) {
  .title {
    font-size: 32px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    padding-bottom: 47px;
  }
}

.gallery {
  margin-top: 30px;
}
.gallery__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.gallery__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  width: calc((100% / 3) - 30px);
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}