@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
  font-family: "SFProText";
  color: #1d1d1f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #232425;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

button {
  border: 0 none;
  outline: 0 none;
  font-family: inherit;
  color: inherit;
  background: 0 none;
  cursor: pointer;
}

input {
  border: 0 none;
  outline: 0 none;
}

li {
  list-style: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.btn-grad {
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}
.btn-grad:hover {
  background-position: right center;
  color: #ffffff;
  text-decoration: none;
}

.btn-grad1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#16222A), color-stop(51%, #3A6073), to(#16222A));
  background-image: linear-gradient(to right, #16222A 0%, #3A6073 51%, #16222A 100%);
}

.btn-grad2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF512F), color-stop(51%, #F09819), to(#FF512F));
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 96%;
  }
}
header {
  background: #ffffff;
}
header .container {
  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: 10px 0px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-img {
  width: 40px;
  margin-right: 15px;
}
.header__logo-text {
  max-width: 134px;
  font-size: 16px;
  text-align: right;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 30px;
}
.header__info .item-icon {
  width: 18px;
  margin-right: 5px;
}
.header__info input {
  border: 1px solid #000;
}
.header__info .text__header {
  font-size: 16px;
}
.header__info .text__footer {
  font-size: 14px;
  text-align: right;
}
.header__soz-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__soz-item {
  margin-right: 10px;
  width: 24px;
}
.header__soz-item:last-child {
  margin-right: 0px;
}
.header__soz-footer {
  font-size: 12px;
}
.header__recall {
  padding: 11px 27px;
  font-size: 12px;
  border-radius: 40px;
}
.header__menu {
  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;
  width: 100%;
}
.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.header__menu .item-icon {
  width: 18px;
  margin-right: 9px;
}

@media screen and (max-width: 1400px) {
  .header__info, .header__soz, .header__menu {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .header__logo-text {
    display: none;
  }
}
.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.details__item {
  margin-right: 15px;
  font-size: 14px;
  border-radius: 45px;
}
.details__item a {
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .details {
    display: none;
  }
}
.main {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.main__block {
  background: #ffffff;
  width: 100%;
  padding: 35px 40px;
  border-radius: 10px;
  margin-top: 10px;
}
.main__title {
  font-size: 22px;
  margin-bottom: 25px;
}
.main__descript {
  font-size: 16px;
}

.item__descript {
  margin-top: 20px;
}
.item__descript .main__descript {
  margin-bottom: 5px;
  text-indent: 15px;
}

.table {
  margin-top: 50px;
  font-size: 14px;
}
.table__title {
  font-size: 22px;
}
.table__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 180px 205px 135px 250px 200px 105px;
  grid-template-columns: 220px 180px 205px 135px 250px 200px 105px;
  background: #d0d2e0;
  padding: 5px 10px;
  font-weight: 600;
  margin-top: 15px;
}
.table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 180px 205px 135px 250px 200px 105px;
  grid-template-columns: 220px 180px 205px 135px 250px 200px 105px;
  padding: 5px 10px;
  font-weight: 400;
  background: #f7f8ff;
}
.table__row:nth-child(2n) {
  background: #ebecf4;
}

@media screen and (max-width: 1400px) {
  .table {
    max-width: 100%;
    overflow: auto;
  }
  .table__block {
    min-width: 1306px;
    overflow-x: auto;
    width: 1306px;
  }
}
footer {
  background-size: contain !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  margin-top: 90px;
background-color:#f3f3f3 !important;
}

.main__footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 65px;
}

.footer__soz {
  margin-top: 10px;
}
.footer__soz-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__soz-item {
  margin-right: 10px;
  width: 24px;
}
.footer__soz-item:last-child {
  margin-right: 0px;
}
.footer__soz-footer {
  font-size: 12px;
  text-align: center;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.footer__info-item .item-icon {
  width: 18px;
  margin-right: 10px;
}
.footer__info .text__header {
  font-size: 16px;
}
.footer__info .text__footer {
  font-size: 14px;
  text-align: right;
}
.footer__title {
  color: #3b5275;
  font-size: 20px;
  margin-bottom: 25px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__button {
  padding: 13px 60px;
  border-radius: 40px;
  margin-bottom: 10px;
}
.footer__menu-item {
  margin-bottom: 10px;
}
.footer__menu-item .item-icon {
  width: 13px;
  margin-right: 10px;
}
.footer__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}
.footer__links .line {
  width: 1px;
  height: 10px;
  background: #ffffff;
}

.under__footer .container {
  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: 20px 0px;
}
.under__footer .container .prava, .under__footer .container .polit, .under__footer .container .sogl, .under__footer .container .ogrn, .under__footer .container .inn {
  color: #ffffff;
  font-size: 14px;
}
.under__footer .container .inn {
  margin-top: 6px;
}

@media screen and (max-width: 1000px) {
  .main__footer .container {
    -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;
    text-align: center;
  }
  .main__footer .footer__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .under__footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__menu-item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__links .line {
    display: none;
  }
  .prava, .polit, .sogl, .ogrn, .inn {
    margin: 8px 0px;
  }
}