@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: #000;
  background: #3a76c5;
  overflow-x: hidden;
}
body.lock {
  overflow-y: hidden;
}
.page {
  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::after {
  content: "";
  display: block;
  width: 100%;
  height: 1829px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/main-background.png") bottom center/cover no-repeat;
}

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

.offer__block .card__tooltip {
	position: absolute !important;
	max-width: 280px !important;
	left: 0 !important;
	top: -42px !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 #feb100 !important;
	padding: 8px 0px !important;
}

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

@media (max-width: 767.98px) {
  .page::after {
    height: 2052px;
  }
}
@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;
	margin-right: 10px;
  }
  .offer__block .btn {
	font-size: 14px;
  }
  .page::after {
    height: 1600px;
  }
}
.page__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1410px) {
  .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: 10px;
  background: linear-gradient(91.75deg, #fe9401 0%, #feb100 101.57%);
  -webkit-box-shadow: 0px 4px 0px #dc8200;
  box-shadow: 0px 4px 0px #dc8200;
  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;
}
.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px #dc8200;
  box-shadow: 0px 0px 0px #dc8200;
}
@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: linear-gradient(
    146.23deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.08) 98.12%
  );
  border-radius: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #fff;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
.card:hover {
  animation-name: swing;
  -webkit-animation-name: swing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
.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;
  text-transform: uppercase;
  color: #ed4e1c;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__tooltip:hover {
  font-size: 18px;
}
.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 {
  cursor: pointer;
  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 #feb100;
}
.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;
}
@-webkit-keyframes blick {
  20% {
    -webkit-transform: skewX(-45deg) translateX(900px);
    transform: skewX(-45deg) translateX(900px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(900px);
    transform: skewX(-45deg) translateX(900px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@keyframes blick {
  20% {
    -webkit-transform: skewX(-45deg) translateX(900px);
    transform: skewX(-45deg) translateX(900px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(900px);
    transform: skewX(-45deg) translateX(900px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@-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 {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  .card {
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }
  .card:hover {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .card:active {
    animation-name: swing;
    -webkit-animation-name: swing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
  }
  .card__images {
    max-width: 147px;
    height: 46px;
    margin: 0;
    margin-bottom: 15px;
  }
  .card__tooltip {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 125px;
    min-height: 22px;
    border-radius: 0px 10px;
    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__text:hover {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .card__icon {
    display: none;
  }
  .card__btn {
    margin-top: 20px;
  }
}
.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: #3a76c5;
}
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  -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: linear-gradient(91.75deg, #fe9401 0%, #feb100 101.57%);
  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 #3a76c5;
  border-radius: 5px;
  padding: 13px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137.69%;
}
@media (max-width: 767.98px) {
	.card__images img {
		height: 49px;
	}
	
  .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: 40px;
  padding-bottom: 12px;
}
.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 {
  background: linear-gradient(
    146.23deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.02) 98.12%
  );
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border: 2px solid #fff;
}
.banners__good .card__tooltip {
  top: -2px;
  right: -2px;
  color: #fff;
  background: #ed4e1c;
}
.banners__good .card .btn {
  background: linear-gradient(91.75deg, #ff7a00 3.56%, #ffae4f 101.57%);
  -webkit-box-shadow: 0px 2px 0px #dd6a00;
  box-shadow: 0px 2px 0px #dd6a00;
}
@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;
  -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #ececec;
  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 {
  padding-top: 100px;
}
.requirements__title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #fff;
}
.requirements__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.requirements__images {
  max-width: 488px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.requirements__images img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.requirements__content {
  max-width: 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;
}
.requirements__block {
  margin-bottom: 30px;
}
.requirements__item {
  margin-bottom: 20px;
}
.requirements__footer {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 137.69%;
}
.requirements__footer div {
  padding-bottom: 20px;
}
.accordion {
  overflow: hidden;
  padding: 20px;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.accordion.accordion-open .accordion__content {
  min-height: 100%;
  height: auto;
  padding: 0px 0px;
  padding-bottom: 20px;
}
.accordion.accordion-open .accordion__icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion__head {
  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-bottom: 20px;
  cursor: pointer;
}
.accordion__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.accordion__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  margin-left: 15px;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/icons/arrow-down.svg") center center/contain
    no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__content {
  min-height: 0;
  height: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1410px) {
  .requirements {
    padding-top: 30px;
  }
  .requirements__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .requirements__images {
    display: none;
  }
  .requirements__item {
    margin-bottom: 10px;
  }
  .requirements__footer {
    font-weight: normal;
    font-size: 12px;
    line-height: 137.69%;
  }
  .requirements__footer div {
    padding-bottom: 10px;
  }
  .accordion__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
  }
  .accordion__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
  .accordion__content {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
}

.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: 80px;
  background-color: #c5e6ff;
  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(91.75deg, #fe9401 0%, #feb100 101.57%);
  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 #dc8200;
}

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

@media (max-width: 768px) {
  .header-container {
    max-width: 100%;
  }
  
  .header-left img {
	  height: 36px; /* можно подстроить под нужный размер */
	}
	.header-right button {font-size: 14px;}
}