@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap&subset=cyrillic-ext");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a {
  color: inherit;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  border-width: 0px;
  border: 0;
  background: transparent;
  outline: none;
  border-radius: 0;
}
input[type="search"]:focus,
input[type="search"]:hover,
input[type="search"]:active {
  outline: none;
}
input,
button,
textarea {
  font-family: inherit;
  border-width: 0px;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1a1b1a;
  background: #fff;
  overflow-x: hidden;
}
body.lock {
  overflow-y: hidden;
}
.page {
  height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.page * {
  position: relative;
  z-index: 1;
}
.page__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.offer__block {
	width:100% !important; 
	display: flex !important;
	max-height: 125px !important;
	margin-right: 0 !important;
}

.offer__block .card__tooltip {
	position: absolute !important;
	max-width: 280px !important;
	left: 0 !important;
	top: -40px !important;
}

.offer__block .card__content {
	flex-direction: row !important;
	max-height: 90px !important;
	max-width: 50% !important;
}

.offer__block .card__content .card__item:nth-child(3) {
	border-bottom: 1px solid #1a1b1a !important;
	padding: 8px 0px !important;
}

.offer__block .card__btn {
	max-width: 30% !important;
}

@media (max-width: 1410px) {
  .offer__block .card__item {
	min-width: 100px;
  }
  .offer__block .card__content .card__item .card__text {
font-size: 10px;
  }
  .offer__block .card__content .card__item .card__text .card__icon {
	font-size: 10px;
  }
  .offer__block .btn {
	font-size: 14px;
  }
  .container {
    max-width: 768px;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#61cb45),
    to(#378b21)
  );
  background: linear-gradient(180deg, #61cb45 0%, #378b21 100%);
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.btn::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: transparent url("../images/icons/arrow-right.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.btn:hover:before {
  -webkit-transform: skewX(-45deg) translateX(500px);
  transform: skewX(-45deg) translateX(500px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .btn::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.card {
  width: 228px;
  height: 386px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
.card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card__images {
  max-width: 243px;
  max-height: 84px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 12px;
}
.card__images img {
  height: 75px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card__tooltip {
  width: 100%;
  min-height: 40px;
  border-radius: 5px;
  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;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #3f4b52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__content {
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__item {
  min-width: 155px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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: 8px 0px;
  border-bottom: 1px solid #1a1b1a;
}
.card__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.card__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: none;
}
.card__text {
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__icon {
  margin-right: 16px;
}
.card__btn {
  margin-top: 20px;
}
.card__btn::after {
  -webkit-animation: swingX linear infinite 2.5s;
  animation: swingX linear infinite 2.5s;
}
@media (max-width: 767.98px) {
	.card__images img {
		height: 49px;
	}
  .card {
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .card__images {
    max-width: 147px;
    height: 46px;
    margin: 0;
    margin-bottom: 15px;
  }
  .card:hover {
    animation-name: swing;
    -webkit-animation-name: swing;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
  }
  .card:active {
    animation-name: swing;
    -webkit-animation-name: swing;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
  }
  .card__tooltip {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    min-height: 22px;
    border-radius: 0px 5px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
  }
  .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__item {
    min-width: auto;
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    -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;
  }
  .card__item:last-child {
    margin-right: 0;
  }
  .card__item:nth-child(2) {
    padding-left: 10px;
  }
  .card__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
    opacity: 0.8;
  }
  .card__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: none;
  }
  .card__icon {
    display: none;
  }
  .card__btn {
    margin-top: 20px;
  }
  .card__btn::after {
    -webkit-animation: swingX linear infinite 2.5s;
    animation: swingX linear infinite 2.5s;
  }
}
@-webkit-keyframes swingX {
  15% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  30% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  65% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0x);
    transform: translateX(0x);
  }
}
@keyframes swingX {
  15% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  30% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  65% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0x);
    transform: translateX(0x);
  }
}
@-webkit-keyframes swing {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes swing {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.modal {
  min-width: 388px;
  min-height: 165px;
  position: fixed;
  bottom: 15px;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  right: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.modal__close span {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__close span:first-child {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.modal__close span:last-child {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.modal__close:hover span {
  background: #61cb45;
}
.modal__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 137.69%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#61cb45),
    to(#378b21)
  );
  background: linear-gradient(180deg, #61cb45 0%, #378b21 100%);
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
}
.modal__btn::after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/icons/arrow-right.svg") center center/contain
    no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -5.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.modal__btn:hover::after {
  -webkit-transform: translateX(-30%) translateY(-50%);
  transform: translateX(-30%) translateY(-50%);
}
.modal__btn:hover:before {
  -webkit-transform: skewX(-45deg) translateX(500px);
  transform: skewX(-45deg) translateX(500px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal.madal-show {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.input {
  position: relative;
}
.input__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 137.69%;
  opacity: 0.8;
}
.input__item {
  margin-top: 5px;
  max-width: 100%;
  position: relative;
  height: 49px;
}
.input__item input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #61cb45;
  border-radius: 5px;
  padding: 13px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137.69%;
}
@media (max-width: 767.98px) {
  .modal {
    min-width: auto;
    width: calc(100% - 10px);
    max-width: 388px;
    min-height: 165px;
    position: fixed;
    bottom: 5px;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    right: 5px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.25);
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.banners {
  padding-top: 20px;
  background: url("../images/main-background.jpg") top -60px center/cover no-repeat;
}
.banners__title {
  font-weight: bold;
  font-size: 49px;
  line-height: 60px;
  margin-bottom: 45px;
  text-align: center;
}
.banners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1312px;
  width: 95%;
  margin: 0 auto;
}
.banners__item {
  /*margin-right: 40px;*/
  margin-bottom: 32px;
}
.banners__item:nth-child(4n) {
  margin-right: 0;
}
.banners__subtitle {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: center;
}
.banners__good .card__tooltip {
  color: #fff;
  background: #ff000b;
}
.banners__good .btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(19.43%, #61cb45),
    color-stop(72.11%, #378b21)
  );
  background: linear-gradient(180deg, #61cb45 19.43%, #378b21 72.11%);
}
@media (max-width: 1410px) {
  .banners {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .banners__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .banners__row {
    max-width: 656px;
  }
  .banners__item {
    margin-right: 60px;
    margin-bottom: 50px;
  }
  .banners__item:nth-child(4n) {
    margin-right: 60px;
  }
  .banners__item:nth-child(2n) {
    margin-right: 0px;
  }
  .banners__subtitle {
    max-width: 414px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .banners {
    padding-top: 30px;
  }
  .banners__item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .banners__item:nth-child(4n) {
    margin-right: 0px;
  }
  .banners__item:nth-child(2n) {
    margin-right: 0px;
  }
  .banners__subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-top: 40px;
  }
}
.partners__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.partners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}
.partners__item {
  margin-right: 40px;
  margin-bottom: 40px;
}
.partners__item:nth-child(2n) {
  margin-right: 0;
}
.partners__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.partners-card {
  max-width: 534px;
  width: 100%;
  min-height: 209px;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #56e032;
  border-radius: 5px;
}
.partners-card__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
}
.partners-card__text {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1410px) {
  .partners__title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .partners__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
  }
  .partners__item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .partners__item:nth-child(2n) {
    margin-right: 0;
  }
  .partners__info {
    font-size: 10px;
    line-height: 12px;
  }
  .partners-card {
    max-width: 344px;
    width: 100%;
    min-height: 212px;
    padding: 10px;
  }
  .partners-card__text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .partners {
    padding-top: 17px;
  }
  .partners__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .partners__item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .partners__item:nth-child(2n) {
    margin-right: 0;
  }
  .partners__info {
    font-size: 8px;
    line-height: 9px;
  }
  .partners-card {
    max-width: 100%;
    width: 100%;
    min-height: 175px;
    padding: 10px 15px;
  }
  .partners-card__text {
    font-size: 12px;
    line-height: 14px;
  }
  .partners-card__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.requirements {
  background: url("../images/main-background.jpg") top center/cover no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
}
.requirements__title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
}
.requirements__body {
  max-width: 1324px;
  padding: 50px 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #61cb45;
}
.requirements__content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.requirements__content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 10px;
}
.requirements__content b {
  font-weight: bold;
  font-size: 20px;
  line-height: 137.69%;
}
.footer {
  padding: 40px 0;
  background: #1a1b1a;
  color: #fff;
}
.footer .container {
  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;
}
.footer .container div {
  max-width: 667px;
}
@media (max-width: 1410px) {
  .requirements {
    padding-top: 30px;
  }
  .requirements__body {
    padding: 20px 10px;
  }
  .requirements__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .requirements__content h3 {
    font-size: 18px;
    line-height: 21px;
    padding: 15px 0;
  }
  .requirements__content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .requirements__content b {
    font-size: 18px;
  }
  .footer {
    padding: 40px 0;
    background: #1a1b1a;
    color: #fff;
  }
  .footer .container {
    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;
  }
  .footer .container div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 20px;
    font-size: 14px;
    line-height: 137.69%;
  }
  .footer .container div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .requirements {
    padding-top: 30px;
  }
  .requirements__body {
    padding: 20px 10px;
  }
  .requirements__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
  }
  .requirements__content h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0;
  }
  .requirements__content p {
    font-size: 14px;
    line-height: 137.69%;
    padding-bottom: 10px;
  }
  .requirements__content b {
    font-size: 14px;
  }
  .footer {
    padding: 40px 0;
    background: #1a1b1a;
    color: #fff;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .container div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 137.69%;
  }
  .footer .container div:last-child {
    margin-bottom: 0;
  }
}

.banners__good .card__subtitle {display:block !important;}
.banners__good .card__item i {display:none !important;}
.banners__good .card__item {text-align:center;}
.banners__good .card__text {margin:0 auto;}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(137,223,114,1);
  color: white;
  z-index: 1000;
}

.header-container {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.header-left img {
  height: 60px; /* можно подстроить под нужный размер */
}

.header-right button {
  padding: 8px 16px;
  cursor: pointer;
  background:linear-gradient(180deg, #61cb45 0%, #378b21 100%);
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: all ease-in-out 300ms 0;
  cursor: pointer;
  border:1px solid #378b21;
  border-radius: 5px;
}

/*.header-right button:hover {
	color: #000;
	background:#fff;
	border:1px solid #378b21;
}*/

@media (max-width: 768px) {
  .header-container {
    max-width: 100%;
  }
}