@font-face {
  font-family: "BebasNeue";
  font-weight: 700;
  src: url(./../fonts/BebasNeueBold.otf);
}
@font-face {
  font-family: "BebasNeue";
  font-weight: 400;
  src: url(./../fonts/BebasNeueRegular.ttf);
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  src: url(./../fonts/gothampro.ttf);
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: italic;
  src: url(./../fonts/gothampro_italic.ttf);
}
@font-face {
  font-family: "GothamPro";
  font-weight: 500;
  src: url(./../fonts/gothampro_medium.ttf);
}
@font-face {
  font-family: "GothamPro";
  font-weight: 500;
  font-style: italic;
  src: url(./../fonts/gothampro_mediumitalic.ttf);
}
@font-face {
  font-family: "Neue";
  font-weight: 400;
  src: url(./../fonts/Neue_Haas_Unica_W1G.otf);
}
*,
html {
  scroll-behavior: smooth;
}

body,
.hero__article,
.help__desc,
.cons__desc,
.pricelist__rate:nth-child(4) .rate__explanation {
  font-family: "GothamPro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #000;
}

.btn,
.hero__subtitle,
.rate__price {
  font-family: "BebasNeue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
}

.title,
.help__title,
.cons__row::before {
  font-family: "BebasNeue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 92px;
  line-height: 1.4;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.static-page{padding: 20px 0 120px 0;}
.static-page h2{margin-bottom: 30px; font-size: 1.4em; font-weight: bold;}
.static-page h3{margin-bottom: 20px; font-size: 1.2em; font-weight: bold;}
.static-page p{margin-bottom: 10px;}

.btn {
  padding: 12px 8px 8px;
  background: linear-gradient(
    91.76deg,
    #c79a2e 4.86%,
    #f4d975 43.43%,
    #f5db76 56.8%,
    #c79a2e 98.46%
  );
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  color: #fff;
  width: 420px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  transition: 0.3s ease;
}
.btn:hover {
  /*transform: scale(1.01) translate(3px, 3px);*/
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.25);
}

.payment_btns{position: relative;}
.payment_btns .btn{float: left; margin-right: 20px;}

.btn_tinkoff{color: #333333;width: 315px;height: 64px;background: #FFDD2D;border-radius: 8px;position: relative;padding: 10px 8px 10px 80px;font-family: "Neue";font-weight: 400;font-size: 16px;text-transform: none;line-height: 26px;text-align: left;box-shadow: none;}
.btn_tinkoff:hover {transform: none;box-shadow: none;}
.btn_tinkoff .img {
	position: absolute;
	width: 58px;
	height: 52px;
	left: 12px;
	top: 5px;
	background-size: 100%;
	background-image: url(./../img/tinkoff/tink_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.btn_tinkoff .sub {
	font-size: 11px;
	line-height: 16px;
}
@media (max-width: 1000px) {
	.btn_tinkoff{
		width: 180px !important;
		height: 34px;
		padding: 4px 8px 4px 48px !important;
		line-height: 12px;
		text-align: left !important;
	}
	.btn_tinkoff .sub {
		font-size: 9px;
		line-height: 16px;
	}
	.btn_tinkoff .img {
		width: 29px;
		height: 26px;
		left: 8px;
		top: 3px;
	}
}


@media (max-width: 1310px) {
  .container {
    max-width: 1000px;
  }

  body,
  .hero__article,
  .help__desc,
  .cons__desc,
  .pricelist__rate:nth-child(4) .rate__explanation {
    font-size: 20px;
  }

  .btn,
  .hero__subtitle,
  .rate__price {
    font-size: 24px;
  }

  .title,
  .help__title,
  .cons__row::before {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 390px;
  }

  body,
  .hero__article,
  .help__desc,
  .cons__desc,
  .pricelist__rate:nth-child(4) .rate__explanation {
    font-size: 12px;
  }

  .btn,
  .hero__subtitle,
  .rate__price {
    font-size: 17px;
  }

  .title,
  .help__title,
  .cons__row::before {
    font-size: 22px;
  }

  .btn {
    padding: 12px 8px 8px;
    text-align: center;
    width: 240px;
    margin: 0 auto;
  }
  .btn:hover {
    transform: scale(1.01) translate(3px, 3px);
    box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.25);
  }
}
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a,
a:link,
a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {display: none;}

button,
input[type="submit"] {display: inline-block;box-shadow: none;background-color: transparent;background: none;cursor: pointer;}
input:focus,
input:active,
button:focus,
button:active {outline: none;}
button::-moz-focus-inner {padding: 0;border: 0;}

label {cursor: pointer;}
legend {display: block;}

.header {padding-bottom: 50px;position: relative;}
.header::after {position: absolute;content: "";bottom: 0;width: 100%;height: 80px;background-image: url(./../img/svg/heroLine.svg);background-repeat: no-repeat;background-position: top center;}
.header.header-short::after {background-image: none;}
.header__nav {padding: 50px 0;font-size: 20px;}
.header__nav button[data-navigation="button"] {
  height: 21px;
  display: grid;
  place-items: center;
  position: relative;
  display: none;
}

.menu__icon {
  height: 5px;
  width: 28px;
  background-color: #336a4c;
  border-radius: 10px;
}
.menu__icon::after,
.menu__icon::before {
  position: absolute;
  content: "";
  left: 0;
  height: 5px;
  width: 28px;
  background-color: #336a4c;
  border-radius: 10px;
}
.menu__icon::after {
  top: 0px;
}
.menu__icon::before {
  bottom: 0px;
}

.header__nav ul {
  display: flex;
  justify-content: space-between;
}

.header__nav a {
  padding-bottom: 10px;
  position: relative;
  color: #000;
}
.header__nav a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #336a4c;
  border-radius: 5px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.header__nav a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.header__hero .container {
  display: grid;
  grid-template: 1fr / 50% 50%;
  justify-content: center;
  column-gap: 40px;
  background-size: cover;
}

.hero__photo {
  position: relative;
}

.hero__photo img {
  position: absolute;
  height: auto;
  height: 105%;
  overflow: visible;
  width: 100%;
  object-fit: cover;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

.hero__info {
  padding-bottom: 100px;
}

.hero__subtitle {
  margin-bottom: 15px;
}

.hero__title {
  margin-bottom: 8vh;
  font-size: 170px;
  line-height: 0.9;
  color: #336a4c;
}

.hero__article {
  margin-bottom: 8vh;
  font-size: 22px;
}
.hero__article b {
  font-weight: inherit;
}

@media (max-width: 1310px) {
  .header__nav {
    font-size: 15px;
  }

  .hero__title {
    font-size: 130px;
  }

  .hero__article {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .header {
    height: 100vh;
  }

  .header::after {
    height: 40px;
  }
	.header.header-short {height: 80px;}
  .header__nav {
    padding: 30px 0;
  }

  .header__nav ul[data-navigation="list"] {
    display: none;
  }

  .header__nav button[data-navigation="button"] {
    display: block;
  }

  .header__hero .container {
    position: relative;
    grid-template: calc(100vh - 81px) / 1fr;
  }

  .hero__photo {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
  }

  .hero__photo img {
    width: 80%;
    position: absolute;
    height: auto;
  }

  .hero__info {
    position: relative;
    z-index: 1;
    padding-bottom: 40vh;
  }

  .hero__title {
    font-size: 90px;
    margin-bottom: 4vh;
  }

  .hero__subtitle {
    font-size: 17px;
  }

  .hero__info > * {
    text-align: center;
  }

  .hero__article {
    width: 70%;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .hero__article b {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
    font-weight: 500;
  }

  .hero__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vh;
  }
  .hero__btn:hover {
    transform: translate(calc(-50% + 3px), 3px);
  }
}
.education {
  position: relative;
  padding: 100px 0;
  background-color: #5b2f10;
  text-align: center;
  color: white;
}
.education::before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 130%;
  left: 0;
  top: 50%;
  background-image: url(./../img/svg/educatDec.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 0;
  mix-blend-mode: screen;
}

.education__title {
  margin-bottom: 40px;
}

.education__info {
  margin: 0 auto;
  width: 90%;
}

.education__certificates {
  overflow: hidden;
  margin-top: 80px;
}

.certificates__slider {
  margin: 0 auto;
  max-width: 95%;
}

.slider__item {position: relative;flex: none;aspect-ratio: 3/2;height: 100%;border-radius: 10px;background-size: cover;background-repeat: no-repeat;background-position: center;filter: drop-shadow(4px 5px 14px rgba(0, 0, 0, 0.15));}
.slider__item img {position: absolute;inset: 0;left: 0;height: 100%;border-radius: inherit;}
.swiper-button-prev,
.swiper-button-next {display: none;transform: translateY(17vh);background-size: cover;width: 15.47px;height: 23px;}
.swiper-button-prev::after,
.swiper-button-next::after {display: none;}
.swiper-button-prev {background-image: url(./../img/svg/edLeft.svg);}
.swiper-button-next {background-image: url(./../img/svg/edRight.svg);}

@media (max-width: 1000px) {
  .education {
    padding: 30px 0 50px;
  }

  .certificates__slider {
    max-width: 80%;
  }

  .education {
    min-height: auto;
  }

  .slider__item {
    width: 280px;
  }

  .slider__item img {
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.services {
  min-height: 100vh;
  padding: 100px 0;
  display: grid;
  place-items: center;
}

.services__intro {
  margin-bottom: 70px;
}

.services__title {
  color: #5b2f10;
  font-size: 160px;
  line-height: 0.9;
}

.services__title b {
  position: relative;
}

.services__title b::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #5b2f10;
}

@media (max-width: 1310px) {
  .services__title {
    font-size: 120px;
  }
}
@media (max-width: 1000px) {
  .services {
    min-height: auto;
  }

  .services__intro {
    margin-bottom: 25px;
  }

  .services__title {
    font-size: 40px;
  }

  .services__title b::after {
    bottom: 5px;
    width: 100%;
    height: 2px;
  }
}
.help {
  position: relative;
  padding: 150px 0;
  background-color: #336a4c;
  color: #fff;
}
.help::after {
  position: absolute;
  content: "";
  height: 130px;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background-image: url(./../img/svg/helpLine.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}
.help::before {position: absolute;content: "";width: 100%;height: 100%;background-image: url(./../img/svg/helpDec.svg);background-repeat: no-repeat;background-size: contain;background-position: top center;z-index: 0;mix-blend-mode: screen;}
.help__title {margin-bottom: 80px;}
.help__items {display: grid;grid-gap: 30px;grid-template: repeat(3, 1fr) / repeat(3, 1fr);}
.help__item {width: 100%;aspect-ratio: 1 /1;position: relative;padding: 100px 25px 25px;background-color: #6b966d;border-radius: 3rem;display: flex;justify-content: center;align-items: end;}
.help__item:nth-child(5) {padding: 25px;align-items: center;}
.help__img {position: absolute;top: 0;transform: translateY(-20%);}
.help__item:nth-child(4) .help__img,
.help__item:nth-child(6) .help__img,
.help__item:nth-child(7) .help__img {transform: translateY(-10%);}
.help__desc {color: #fff;text-align: center;}
.help__item:nth-child(1) .help__desc,
.help__item:nth-child(3) .help__desc,
.help__item:nth-child(7) .help__desc,
.help__item:nth-child(9) .help__desc {transform: translateY(-20%);}

@media (max-width: 1310px) {
  .help__img {
    position: absolute;
    width: 80%;
    top: 0;
    transform: translateY(-20%);
  }

  .help__item:nth-child(2) .help__img,
  .help__item:nth-child(8) .help__img {
    transform: translateY(-30%);
  }
}
@media (max-width: 1000px) {
  .help {
    padding: 50px 0;
  }
  .help::after {
    height: 50px;
  }

  .help__items {
    display: grid;
    grid-gap: 7px;
  }

  .help__title {
    margin-bottom: 25px;
  }

  .help__item {
    padding: 50px 15px 5px;
    border-radius: 7px;
  }

  .help__item:nth-child(5) {
    padding: 5px;
    align-items: center;
  }

  .help__desc {
    font-size: 7.5px;
  }
}
@media (max-width: 360px) {
  .help__item {
    padding: 50px 0px 5px;
  }
}
.reviews {position: relative;padding: 250px 0 150px;overflow: hidden;}
.reviews__title {margin-bottom: 66px;text-align: center;color: #336a4c;}
.reviews__slider {margin: 0 auto;max-width: 95%;}
.reviews__slide {position: relative;filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.1));border-radius: 20px;flex: none;display: grid;place-items: center;}
.reviews__slide img {border-radius: inherit;}

.swiper-button-prev-rev,
.swiper-button-next-rev {position: absolute;top: 35%;display: none;transform: translateY(12vh);background-size: cover;width: 15.47px;height: 23px;z-index: 1;}
.swiper-button-prev-rev::after,
.swiper-button-next-rev::after {display: none;}
.swiper-button-prev-rev.swiper-button-disabled,
.swiper-button-next-rev.swiper-button-disabled {opacity: 0.3;}
.swiper-button-prev-rev {left: 3%;background-image: url(./../img/svg/revLeft.svg);}
.swiper-button-next-rev {right: 3%;background-image: url(./../img/svg/revRight.svg);}

@media (max-width: 1000px) {
  .reviews {
    padding: 100px 0 25px;
  }

  .reviews__title {
    margin-bottom: 15px;
  }

  .reviews__slider {
    max-width: 80%;
    height: 260px;
  }
  .reviews__slider img {
    position: absolute;
    height: 100%;
    width: auto;
  }

  .swiper-button-prev-rev,
  .swiper-button-next-rev {
    display: block;
  }
}
.consultations {position: relative;padding: 100px 0;overflow: hidden;}
.consultations__bg {position: absolute;right: 0;top: 50%;transform: translate(30%, -50%);height: 50vw;aspect-ratio: 1 /1;border-radius: 50%;overflow: hidden;background: linear-gradient(rgba(255, 255, 255, 0), #336a4c);}
.consultations__title {margin-bottom: 115px;text-align: center;color: #336a4c;}
.consultations__cons {margin-bottom: 190px;counter-reset: list;}
.cons__title {color: #5b2f10;font-size: 61px;margin-bottom: 46px;}
.cons__title b {position: relative;padding-left: 120px;font-weight: 400;color: #000;}
.cons__title b::before {position: absolute;content: "";top: 50%;left: 20px;height: 4px;width: 70px;background-color: #000;}
.cons__desc {margin-bottom: 40px;width: 60%;font-weight: 500;}
.cons__row {position: relative;padding: 50px 0 50px 140px;}
.cons__row:not(:last-child) {border-bottom: 1px solid #000;}
.cons__row::before {counter-increment: list;content: counter(list) ".";position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #5b2f10;}

@media (max-width: 1310px) {
  .consultations__title {
    margin-bottom: 80px;
  }

  .cons__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .cons__row::before {
    font-size: 61px;
  }

  .cons__row {
    position: relative;
    padding: 30px 0 30px 100px;
  }
}
@media (max-width: 1000px) {
  .consultations {
    padding: 100px 0 300px;
  }

  .consultations__title {
    margin-bottom: 32px;
  }

  .consultations__cons {
    margin-bottom: 48px;
  }

  .cons__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .cons__title b {
    padding-left: 36px;
  }
  .cons__title b::before {
    top: 50%;
    left: 10px;
    height: 1.5px;
    width: 18px;
  }

  .cons__row::before {
    font-size: 24px;
  }

  .cons__row {
    position: relative;
    padding: 15px 0 15px 40px;
  }

  .cons__desc {
    margin-bottom: 15px;
    width: 100%;
  }

  .cons__btn {
    font-size: 10px;
    width: 130px;
  }

  .consultationas__bg {
    right: 50%;
    top: 100%;
    transform: translate(50%, -100%);
    height: 270px;
    aspect-ratio: 1 /1;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0), #336a4c);
  }
}
.pricelist {
  padding: 100px 0 250px;
}

.pricelist__title {
  margin: 0 auto 90px;
  max-width: 1000px;
  text-align: center;
  color: #336a4c;
  line-height: 1.05;
}

.pricelist__rate + .pricelist__rate {
  margin-top: 195px;
}

.rate__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rate__title {
  color: #5b2f10;
  line-height: 1.4;
  font-size: 61px;
}

.rate__price {
  position: relative;
  font-size: 61px;
}
.rate__price::after {
  position: absolute;
  content: attr(data-sale);
  font-size: 40px;
  left: 20%;
  top: -40px;
}
/*.rate__price::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 45%;
  height: 4px;
  background-color: #5b2f10;
  opacity: 0.8;
}*/

.rate_desc {
  margin-bottom: 60px;
  padding: 60px 80px;
  background: #eaeaea;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.rate__row {
  position: relative;
  padding: 30px 0 30px 65px;
}
.rate__row:nth-last-child(n + 3) {
  border-bottom: 1px solid #000;
}
.rate__row::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 50px;
  background-image: url(./../img/svg/check.svg);
  background-repeat: no-repeat;
}

.pricelist__rate:nth-child(2) .rate__explanation {
  margin-top: 50px;
  font-size: 22px;
  font-style: italic;
}

.pricelist__rate:nth-child(4) .rate__explanation {
  margin-top: 50px;
}

.rate__credit {font-weight: 500;font-size: 29px;margin-bottom: 32px;font-style: italic;}

@media (max-width: 1310px) {
  .rate__title {
    color: #5b2f10;
    line-height: 1.4;
    font-size: 40px;
  }

  .rate__price {
    font-size: 40px;
  }
  .rate__price::after {
    font-size: 30px;
  }

  .pricelist__rate:nth-child(2) .rate__explanation {
    font-size: 15px;
  }

  .rate__credit {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1000px) {
  .pricelist__rate + .pricelist__rate {
    margin-top: 50px;
  }

  .pricelist__title {
    margin: 0 auto 27px;
  }

  .rate__title {
    font-size: 16px;
  }

  .rate__price {
    font-size: 16px;
  }
  .rate__price::after {
    left: 20%;
    top: -10px;
    font-size: 10px;
  }
  .rate__price::before {
    height: 2px;
    width: 43%;
  }

  .rate_desc {
    margin-bottom: 15px;
    padding: 20px;
  }

  .rate__row {
    padding: 14px 0 14px 20px;
  }
  .rate__row:nth-last-child(n + 3) {
    border-bottom: 0.2px solid #000;
  }
  .rate__row::before {
    top: 35%;
    height: 7px;
    width: 7px;
    background-size: contain;
  }

  .pricelist__rate:nth-child(2) .rate__explanation {
    margin-top: 13px;
    font-size: 5px;
  }

  .pricelist__rate:nth-child(4) .rate__explanation {
    margin-top: 20px;
    font-size: 7.5px;
  }

  .rate__credit {
    font-size: 7.5px;
    margin-bottom: 9px;
  }

  .rate__btn {
    font-size: 9px;
  }
}
.addition {
  position: relative;
  padding: 30px 0 300px;
  background-color: #336a4c;
  color: #fff;
}
.addition::after {
  position: absolute;
  content: "";
  height: 130px;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  background-image: url(./../img/svg/additionLine.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.addition::before {position: absolute;content: "";width: 100%;aspect-ratio: 5 /2;right: 0;top: 0;background-image: url(./../img/svg/footerDec.svg);background-repeat: no-repeat;background-size: cover;z-index: 5;transform: rotate(270deg) scaleX(-1) translate(0, 150%);mix-blend-mode: screen;}

.addition__title {font-size: 61px;margin-bottom: 90px;}
.addition p {position: relative;font-weight: 500;font-size: 25px;padding-left: 65px;}
.addition p:not(:last-child) {margin-bottom: 60px;}
.addition p::before {position: absolute;content: "";top: 15px;left: 0;height: 3px;width: 45px;background-color: #fff;}

@media (max-width: 1310px) {
	.addition__title {font-size: 40px;margin-bottom: 60px;}
	.addition p {font-size: 20px;}
}
@media (max-width: 1000px) {
  .addition {
    padding: 10px 0 130px;
  }
  .addition::after {
    height: 60px;
  }
  .addition::before {
    display: none;
  }

  .addition__title {
    font-size: 16px !important;
    margin-bottom: 25px;
  }

  .addition p {
    font-size: 7px !important;
    padding-left: 20px;
  }
  .addition p:not(:last-child) {
    margin-bottom: 18px;
  }
  .addition p::before {
    top: 4px;
    height: 1px;
    width: 12px;
  }
	.pricelist {
		padding-bottom: 100px;
	}
}
.footer {position: relative;padding: 0px 50px 80px;background-color: #5b2f10;}
.footer a{font-size: 0.9em;color: #cccccc;text-decoration: underline;}
.footer .requisites{font-size: 0.9em;color: #cccccc;padding-top: 40px;text-align: center;z-index: 2;position: relative;}
.footer::after {position: absolute;content: "";height: 100px;width: 100%;left: 0;top: 0;transform: translateY(-100%);background-image: url(./../img/svg/footerLine.svg);background-repeat: no-repeat;background-size: cover;z-index: 0;}
.footer::before {position: absolute;content: "";height: auto;width: 100%;aspect-ratio: 5 /2;left: 0;bottom: 0;background-image: url(./../img/svg/footerDec.svg);background-repeat: no-repeat;background-position: top center;background-size: cover;z-index: 1;mix-blend-mode: screen;}
.footer__title {margin-bottom: 70px;color: #fff;text-align: center;position: relative;z-index: 2;}
.footer__links {position: relative;z-index: 2;display: flex;justify-content: center;column-gap: 200px;}
.footer__links::after {position: absolute;content: "";height: 100%;width: 5px;background-color: #fff;}
.footer__links a {transition: 0.3s ease;}
.footer__links a:hover {transform: scale(1.05);}

@media (max-width: 1310px) {
	.addition__title {font-size: 40px;margin-bottom: 60px;}
	.addition p {font-size: 20px;}
}
@media (max-width: 1000px) {
	.footer {padding: 0px 50px 50px;}
	.footer::before {aspect-ratio: 6 /3;}
	.footer__title {margin-bottom: 17px;}
	.footer__links {column-gap: 54px;}
	.footer__links::after {width: 1px;}
	.footer__links img {width: 58px;}
}

.custom-radio {position: absolute;z-index: -1;opacity: 0;}
.custom-radio+label {display: inline-flex;align-items: center;user-select: none;}
.custom-radio+label::before {content: '';display: inline-block;width: 1em;height: 1em;flex-shrink: 0;flex-grow: 0;border: 1px solid #adb5bd;border-radius: 50%;margin-right: 0.2em;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;vertical-align: text-top;}
.custom-radio:not(:disabled):not(:checked)+label:hover::before {border-color: #b3d7ff;}
.custom-radio:not(:disabled):active+label::before {background-color: #b3d7ff;border-color: #b3d7ff;}
.custom-radio:focus+label::before {box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-radio:focus:not(:checked)+label::before {border-color: #80bdff;}
.custom-radio:checked+label::before {border-color: #0b76ef;background-color: #0b76ef;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}
.custom-radio:disabled+label::before {background-color: #e9ecef;}

.payment_content a{font-size: 14px; display: inline-block; position: relative; border-bottom: 1px dashed gray; color: gray;}

.payment-form {margin-bottom: 25px;}
.payment-form input[type=tel],
.payment-form input[type=text],
.payment-form input[type=email],
.payment-form select {color: inherit;background-color: transparent;border: 1px solid gray;outline: none;padding: 4px 10px;font-size: 0.8em;width: 280px;}
.payment-form label {width: 175px;display: inline-block;}
.payment-form .checkbox_cont {padding-top: 8px;}
.payment-form .checkbox_cont label {width: 140px;}
@media (max-width: 1000px) {
	.payment-form {margin-bottom: 12px;}
	.payment-form label {width: 80px;}
  .payment-form input[type=tel],
	.payment-form input[type=text],
	.payment-form input[type=email],
	.payment-form select {width: 250px;}
	.payment-form .checkbox_cont label {width: 100px;}
	.payment_content a {font-size: 10px;}
}

.tinkoff_landing {font-family: "Helvetica";font-weight: 400;background-color: white;background-image: none;}
.tinkoff_landing section{margin-bottom: 80px;}
.tinkoff_landing h1 {font-weight: 700;text-align: center;line-height: 56px;font-size: 42px;margin-bottom: 20px;}
.tinkoff_landing h2 {font-weight: 700;text-align: center;line-height: 40px;font-size: 36px;margin-bottom: 14px;}
.tinkoff_landing .sub-title {text-align: center;line-height: 28px;font-size: 17px;margin-bottom: 24px;}

.tinkoff_landing .main_pic{text-align: center; margin-bottom: 40px;}
.tinkoff_landing .main_pic img{width: 90%}

.tinkoff_landing .how_it_works ul{display: flex;flex-direction: row;align-items: flex-start;padding: 0px;gap: 48px;flex: none;order: 6;flex-grow: 0;flex-wrap: nowrap;}
.tinkoff_landing .how_it_works li {font-size: 15px;line-height: 24px;align-items: center;text-align: center;width: 40%;}
.tinkoff_landing .how_it_works li img{margin-bottom: 20px;}

.tinkoff_landing .tk_categories ul{display: flex;flex-direction: row;align-items: flex-start;padding: 0px;gap: 48px;flex: none;order: 6;flex-grow: 0;flex-wrap: nowrap;}
.tinkoff_landing .tk_categories li{width: 40%;}
.tinkoff_landing .tk_categories li img{width: 100%;}

.tinkoff_landing .two_minutes .cont{display: flex;flex-direction: row;align-items: flex-start;padding: 20px 0 0 0;gap: 48px;flex: none;order: 6;flex-grow: 0;flex-wrap: nowrap;}
.tinkoff_landing .two_minutes .img{border-radius: 8px;background-color: #FFE04C;width: 40%;margin-right: 20px;}
.tinkoff_landing .two_minutes li{list-style: disc;font-size: 17px;line-height: 28px;margin-bottom: 10px;}
.tinkoff_landing .two_minutes li::marker {color: #FFDD2D;}

.tinkoff_landing .about_loan {padding: 32px;text-align: left;border-radius: 8px;background-color: #F6F7F8;position: relative;}
.tinkoff_landing .about_loan h2{text-align: left;}
.tinkoff_landing .about_loan .description{font-size: 17px;line-height: 28px;width: 46%;}
.tinkoff_landing .about_loan .description span{position: relative;top: -6px;font-size: 14px;}
.tinkoff_landing .about_loan img{position: absolute;bottom: 0;right: 60px;}

.tinkoff_landing .other{font-size: 17px;line-height: 28px;}
.tinkoff_landing .other .blocks{display: flex;flex-direction: row;align-items: flex-start;padding: 20px 0 0 0;gap: 48px;flex: none;order: 6;flex-grow: 0;flex-wrap: nowrap;margin-bottom: 24px;}

.tinkoff_landing .apps {padding: 48px;text-align: left;border-radius: 8px;background-color: #F6F7F8;position: relative;}
.tinkoff_landing .apps h2{text-align: left;}
.tinkoff_landing .apps .description{font-size: 17px;width: 35%;margin-bottom: 24px;}
.tinkoff_landing .apps .logos{width: 40%;}
.tinkoff_landing .apps img.self{margin-bottom: 64px;}
.tinkoff_landing .apps img{margin-right: 16px;}
.tinkoff_landing .apps img.bg{position: absolute;bottom: 0;right: 0px;}
.tinkoff_landing .apps a{display: none;padding: 10px 20px 7px 20px; background: #FFDD2D;border-radius: 4px; color: black;}

.tinkoff_landing .sups{padding: 32px;font-size: 13px;line-height: 16px;border: 1px solid #EAECEE;}
.tinkoff_landing .sups span{position: relative;top: -6px;font-size: 10px;}

@media (max-width: 1000px) {
	.tinkoff_landing section{margin-bottom: 64px;}
	.tinkoff_landing h1 {line-height: 32px;font-size: 28px;margin-bottom: 20px;}
	.tinkoff_landing h2 {line-height: 28px;font-size: 24px;margin-bottom: 14px;}
	.tinkoff_landing .how_it_works ul{flex-direction: column; gap: 24px;}
	.tinkoff_landing .how_it_works li {width: 100%;}
	.tinkoff_landing .how_it_works li img{margin-bottom: 10px;}
	.tinkoff_landing .how_it_works li div{width: 60%; margin: 0 auto;}

	.tinkoff_landing .tk_categories ul{flex-direction: column; gap: 18px;}
	.tinkoff_landing .tk_categories li{width: 100%;}

	.tinkoff_landing .two_minutes .cont{flex-direction: column; gap: 18px;}
	.tinkoff_landing .two_minutes .img{width: 100%;margin-right: 0;}
	.tinkoff_landing .two_minutes li{list-style: none; text-align: center}

	.tinkoff_landing .about_loan {padding: 24px 24px 0 24px;text-align: center;}
	.tinkoff_landing .about_loan h2{text-align: center;}
	.tinkoff_landing .about_loan .description{width: 100%; margin-bottom: 32px;}
	.tinkoff_landing .about_loan img{position: relative;bottom: 0;right: 0;}

	.tinkoff_landing .other {text-align: center;}
	.tinkoff_landing .other .blocks{flex-direction: column;gap: 48px;}

	.tinkoff_landing .apps {text-align: center;padding: 36px;}
	.tinkoff_landing .apps h2{text-align: center;}
	.tinkoff_landing .apps .description{width: 100%; margin-bottom: 0;}
	.tinkoff_landing .apps .description div{margin-bottom: 24px;}
	.tinkoff_landing .apps .logos{display: none;}
	.tinkoff_landing .apps img{display: none;}
	.tinkoff_landing .apps a{display: inline-block;}
}
