@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600&display=swap");
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: local("☺"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"),
    url("../fonts/Lato-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  src: local("☺"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"),
    url("../fonts/Lato-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"),
    url("../fonts/Lato-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: local("☺"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"),
    url("../fonts/Lato-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template,
[hidden] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
.header {
  background-color: #ffd643;
  padding: 46px 0 96px;
}
.header__top {
  font-weight: 300;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-burger {
  display: none;
  cursor: pointer;
}
.header__top-nav {
  transition: all 0.1s ease-out;
}
.header__top-nav-close {
  display: none;
  cursor: pointer;
}
.header__top-nav-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header__top-nav-item {
  margin-right: 80px;
  transition: all 0.5s ease;
}
.header__top-nav-item:hover a {
  transition: all 0.5s ease;
  border-bottom: 1px solid #1e1e22;
}
.header__top-nav-item a {
  transition: all 0.5s ease;
  text-decoration: none;
  color: #212625;
  font-weight: 300;
  line-height: 19px;
  display: inline-block;
}
.header__top-option {
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__top-option-user {
  display: none;
  cursor: pointer;
}
.header__top-option-user-link.close {
  display: none;
}
.header__top-option-user-link-img.close-img {
  width: 16px;
  height: 16px;
}
.header__top-option-auth {
  transition: all 0.4s ease-out;
}
.header__top-option-auth-link {
  text-decoration: none;
  color: #212625;
  margin-right: 18px;
  width: 300px;
  transition: all 0.4s ease;
}
.header__top-option-auth-link:last-child {
  margin-right: 0;
}
.header__top-option-auth-link.login-in {
  color: black;
  font-weight: 600;
}
.header__top-languages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.header__top-languages .header__top-option-user-link-img.close-img.lang {
  display: none;
}
.header__top-languages-select {
  position: relative;
}
.header__top-languages-select-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.header__top-languages-select-item-text {
  margin-left: 16px;
  font-size: 12px;
}
.header__top-languages-select-list {
  display: none;
  position: absolute;
  right: 4px;
  margin: 0;
  margin-top: 14px;
  padding: 8px 16px;
  line-height: 27px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  list-style: none;
  text-align: center;
}
.header__top-languages-select-list-item.active {
  font-weight: 600;
  border-bottom: 1px solid black;
}
.header__top-languages-select-list-item-link {
  text-decoration: none;
  color: #212625;
  font-style: 12px;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 156px;
  margin-left: 154px;
}
.header__bottom-title-text {
  font-family: "Source Serif Pro", serif;
  font-size: 44px;
  line-height: 110%;
  height: 4.25em;
  color: #212625;
}
.header__bottom-subtitle-text {
  font-size: 20px;
  line-height: 155%;
  color: #212625;
  margin-top: 32px;
  font-weight: 300;
  width: 622px;
}
.header__bottom-subtitle-text span {
  font-weight: 900;
}
.header__plane {
  position: absolute;
  left: 0;
  top: 134px;
}

@media (max-width: 1476px) {
  .header__bottom-title-text {
    font-size: 35px;
  }
  .header__bottom {
    justify-content: unset;
    margin-left: 70px;
  }
  .header__bottom-title {
    margin-right: 15px;
  }
}

@media (max-width: 1289px) {
  .header__bottom {
    justify-content: unset;
    margin-left: 52px;
  }
  .header__bottom {
    margin-left: 30px;
  }
  .header__bottom-title-text {
    font-size: 30px;
  }
  .header__bottom-subtitle-text {
    font-size: 20px;
  }
  .header__bottom-img-picture {
    width: 420px;
  }
}

@media (max-width: 1124px) {
  .header__bottom {
    justify-content: unset;
    margin-left: 25px;
  }
  .header__bottom-title-text {
    font-size: 26px;
  }
  .header__bottom {
    margin-left: 10px;
  }
  .header__bottom-title {
    max-width: 506px;
  }
  .header__bottom-subtitle-text {
    font-size: 20px;
    width: 522px;
  }
  .header__bottom-img-picture {
    width: 420px;
  }
  .header__plane {
    top: 104px;
  }
}

@media (max-width: 1036px) {
  .header__top-option {
    position: relative;
  }
  .header__top-option-user {
    display: block;
  }
  .header__top-option-auth {
    overflow: hidden;
    max-width: 137px;
    font-size: 13px;
    position: absolute;
    top: 38px;
    right: 30px;
    z-index: 999;
    margin: 0;
    padding: 8px 16px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    list-style: none;
    display: none;
  }
  .header__top-option-auth-link {
    margin-right: 0;
  }
}

@media (max-width: 969px) {
  .header__bottom-title {
    overflow: hidden;
  }
  .header__top-option-auth {
    overflow: hidden;
  }
  .header__top-nav-list {
    justify-content: space-between;
  }
  .header__top-nav-item {
    margin-right: 41px;
  }
  .header__plane-img {
    display: none;
  }
  .header__bottom {
    margin-top: 81px;
    flex-direction: column;
  }
  .header__bottom-title {
    margin: 0;
    max-width: 100%;
  }
  .header__bottom-title-text {
    font-size: 44px;
  }
  .header__bottom-subtitle-text {
    font-size: 24px;
    width: 622px;
  }
  .header__bottom-img {
    margin-top: 40px;
  }
  .header__bottom-img-picture {
    width: 464px;
    height: 290px;
  }
}

@media (max-width: 850px) {
  .header__bottom-title {
    margin-right: 26px;
  }
}

@media (max-width: 768px) {
  .header__bottom-title {
    overflow: hidden;
  }
  .header__top-option-auth {
    overflow: hidden;
  }
  .header__top-nav-list {
    justify-content: space-between;
  }
  .header__top-nav-item {
    margin-right: 41px;
  }
  .header__plane-img {
    display: none;
  }
  .header__bottom {
    margin-top: 81px;
    flex-direction: column;
  }
  .header__bottom-title {
    margin: 0;
    max-width: 100%;
  }
  .header__bottom-title-text {
    font-size: 44px;
  }
  .header__bottom-subtitle-text {
    font-size: 24px;
    width: auto;
  }
  .header__bottom-img {
    margin-top: 40px;
  }
  .header__bottom-img-picture {
    width: 464px;
    height: 290px;
  }
}

@media (max-width: 604px) {
  .header__top-nav-item {
    margin-right: 18px;
  }
  .header__top-nav-item a {
    font-size: 14px;
  }
}

@media (max-width: 534px) {
  .header__top-languages-select-item-text {
    display: none;
  }
  .header__top-burger {
    display: block;
  }
  .header__top-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    margin-top: 87px;
  }
  .header__top-nav-item {
    margin-top: 24px;
  }
  .header__top-nav-item:first-child {
    margin-top: 0;
  }
  .header__top-nav {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 1000;
    background-color: #fafaf8;
    height: 100vh;
    width: 30%;
    padding: 0 67px 0 24px;
  }
  .header__top-nav-close {
    display: block;
    position: relative;
    top: 46px;
    left: -4px;
  }
  .header__bottom-title-text {
    font-size: 32px;
  }
  .header__bottom-subtitle-text {
    font-size: 20px;
  }
  .header__bottom {
    margin-top: 41px;
  }
  .header__bottom-img-picture {
    width: 380px;
  }
}

@media (max-width: 386px) {
  .header__bottom-title-text {
    font-size: 24px;
  }
  .header__bottom-subtitle-text {
    font-size: 18px;
    max-width: 341px;
  }
  .header__bottom-img-picture {
    width: 260px;
    height: 180px;
  }
}

.present {
  padding: 64px 0;
  background-color: #fafaf8;
}
.present__title {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #212625;
}

.present__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
}
.present__wrapper-item {
  padding: 32px 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin-bottom: 24px;
}
.present__wrapper-item:last-child {
  margin-bottom: 0;
}
.present__wrapper-item-img {
  width: 336px;
  min-width: 336px;
  max-width: 336px;
  overflow: hidden;
  padding: 29px 38px 0;
  background: #fafcfc;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin-right: 100px;
}
.present__wrapper-item-img img {
  width: 100%;
  max-width: 291px;
  max-height: 130px;
}
.present__wrapper-item-descr-title {
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 20px;
  color: #212625;
  margin: 0;
}
.present__wrapper-item-descr-title.sky {
  color: #6fc5fa;
}
.present__wrapper-item-descr-subtitle {
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
  margin: 0;
  margin-top: 16px;
}

.present__wrapper br {
  display: block;
  content: "";
  margin-top: 20px;
}

.owner__wrapper {
  float: right;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.owner__wrapper_name {
  text-align: center;
}
.owner__wrapper p {
  margin-bottom: 4px;
}

@media (max-width: 1243px) {
  .present__wrapper-item-img {
    margin-right: 30px;
    padding: 20px 25px 0 25px;
  }
  .present__wrapper-item-img img {
    max-width: 220px;
  }
}

@media (max-width: 712px) {
  .present__wrapper-item-img {
    margin-right: 15px;
    padding: 10px 15px 0 15px;
  }
  .present__wrapper-item-img img {
    max-width: 100px;
  }
}

@media (max-width: 562px) {
  .present__wrapper-item {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .present__wrapper-item-img {
    order: 1;
  }
  .present__wrapper-item-img {
    padding: 15px 25px 0 25px;
    margin-right: 0;
    margin: 20px 0 0;
  }
  .present__wrapper-item-img img {
    max-width: 277px;
  }
  .present__wrapper-item-descr-subtitle {
    display: none;
  }
  .present__title {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .present__wrapper-item-descr-subtitle {
    font-size: 12px;
  }
}

.available {
  padding: 26px 0;
  background-color: #fed643;
}
.available__title {
  text-align: center;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 32px;
  color: #212625;
}
.available__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: black;
  margin: 0;
  margin-top: 31px;
}
.available__subtitle span {
  font-weight: 700;
  font-size: 32px;
  color: #212625;
}
.available__wrapper {
  max-width: 1210px;
  display: flex;
  margin: 0 auto;
  margin-top: 64px;
}
.available__wrapper-item {
  position: relative;
  width: 348px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 25px 49px 40px;
  text-align: center;
  margin-right: 83px;
}
.available__wrapper-item:last-child {
  margin-right: 0;
}
.available__wrapper-item-title {
  margin: 0;
  margin-top: 27px;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #212625;
}
.available__wrapper-item-feature {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 25px;
  list-style-type: none;
}
.available__wrapper-item-feature-name {
  font-family: "Lato";
  font-weight: тщкьфд;
  font-size: 16px;
  line-height: 135%;
  color: #666666;
  margin-bottom: 12px;
}
.available__wrapper-item-feature-name:last-child {
  margin-bottom: 0;
}
.available__wrapper-item .flex-end {
  margin-top: auto;
}

.available__wrapper-item .zero-euro {
  margin-top: auto;
  margin-bottom: 38px;
}

.available__wrapper-item .flex-end .available__wrapper-item-price {
  background-color: #6fc5fa;
  border-radius: 8px;
  padding: 9px 25px;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #fdfffc;
  transition: background-color 0.4s ease;
}
.available__wrapper-item .flex-end .available__wrapper-item-price:hover {
  background-color: #66b7e9;
}
.available__wrapper-item .flex-end .available__wrapper-item-price:active {
  background-color: #4793c2;
}
.available__wrapper-item::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-family: "Lato";
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
.available__wrapper-item:first-child::after {
  display: none;
}
.available__familiarize {
  font-weight: normal;
  font-size: 16px;
  color: #212625;
  margin: 0;
  margin-top: 48px;
}
.available__familiarize a {
  text-decoration: none;
  color: #212625;
  font-weight: 700;
}

@media (max-width: 1168px) {
  .available__wrapper-item {
    padding: 20px 15px 40px;
    margin-right: 20px;
  }
  .available__wrapper-item-feature-name {
    font-size: 14px;
  }
  .available__wrapper-item-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .available__wrapper-item {
    margin-right: 10px;
  }
  .available__familiarize {
    font-size: 14px;
  }
}

@media (max-width: 610px) {
  .available__wrapper {
    flex-direction: column;
  }
  .available__familiarize {
    width: 245px;
    margin-top: 0;
  }
  .available__wrapper-item {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    min-height: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .available__wrapper-item:last-child {
    margin-bottom: 24px;
  }
  .available__wrapper-item-title {
    font-size: 22px;
  }
  .available__wrapper-item-feature-name {
    font-size: 14px;
  }
}

.payment {
  background-color: #fafaf8;
  padding: 26px 0;
}
.payment .parent {
  display: flex;
  padding-left: 147px;
}
.payment__first {
  display: flex;
  flex-direction: column;
  min-width: 317px;
  margin-right: 116px;
}
.payment__first-title {
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 32px;
  color: #212625;
}
.payment__first-subtitle {
  margin-top: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #171d1c;
}
.payment__first-subtitle a {
  color: #6fc5fa;
}
.payment__first img {
  max-width: 125px;
  max-height: 299px;
}
.payment__second {
  max-width: 348px;
  margin-right: 274px;
}
.payment__second-form label {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Lato";
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
}
.payment__second-form label:first-child {
  margin-top: 0;
}
.payment__second-form-input {
  width: 348px;
  height: 56px;
  padding: 17px 24px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  color: #212625;
  margin-bottom: 10px;
}
.payment__second-form-input:focus {
  border: 1px solid #6fc5fa;
  box-shadow: inset 0px 0px 6px #5fbff9;
  outline: none;
}
.payment__second-form span {
  position: absolute;
  right: 24px;
  top: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #cacaca;
}
.payment__second-form-view {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #171d1c;
  margin: 0;
  margin-top: 24px;
}
.payment__second-form-select {
  margin-top: 24px;
}
.payment__second-form button {
  background: #6fc5fa;
  border-radius: 6px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 348px;
  border: none;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-top: 36px;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
.payment__second-form button:hover {
  background-color: #66b7e9;
}
.payment__second-form button:active {
  background-color: #4793c2;
}
.payment__third-firs {
  display: none;
  min-width: 348px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.payment__third-firs-text {
  text-align: center;
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 20px;
  color: #171d1c;
  margin: 0;
}
.payment__third-firs-loding {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.payment__third-firs-loding img {
  display: none;
  transition: transform 0.1s ease;
}
.payment__third-firs-result {
  display: none;
}
.payment__third-firs-result-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.payment__third-firs-result-block:first-child {
  margin-top: 20px;
}
.payment__third-firs-result-block-left {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #171d1c;
}
.payment__third-firs-result-block-left.bold {
  font-family: "Lato";
  font-weight: bold;
  font-size: 16px;
  color: #171d1c;
}
.payment__third-firs-result-block-right {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #171d1c;
}
.payment__third-firs-result-block-right.bold {
  font-family: "Lato";
  font-weight: bold;
  font-size: 16px;
  color: #171d1c;
}
.payment__third-second {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1870px) {
  .payment .parent {
    justify-content: space-between;
  }
  .payment__first {
    margin-right: 0;
  }
  .payment__second {
    margin-right: 0;
  }
}

@media (max-width: 1346px) {
  .payment .parent {
    justify-content: space-between;
  }
  .payment__first {
    margin-right: 80px;
  }
  .payment__second {
    margin-right: 77px;
  }
}

@media (max-width: 1335px) {
  .payment .parent {
    padding-left: 50px;
  }
}

@media (max-width: 1229px) {
  .payment .parent {
    padding-left: 29px;
  }
  .payment__first-title {
    font-size: 26px;
  }
  .payment__first-subtitle {
    font-size: 13px;
  }
  .payment__first {
    min-width: auto;
    margin-right: 90px;
  }
  .payment__second-form-input {
    width: 300px;
  }
  .payment__second-form span {
    right: 22px;
    top: 18px;
  }
  .payment__second-form button {
    width: 300px;
  }
  .payment__second {
    margin-right: 53px;
  }
}

@media (max-width: 1074px) {
  .payment .parent {
    padding-left: 3px;
  }
  .payment__third {
    font-weight: wrap;
  }
  .payment__first {
    margin-right: 15px;
  }
  .payment__first img {
    display: none;
  }
  .parent {
    position: relative;
  }
  .payment__third {
    position: absolute;
    top: 195px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .payment__third-firs {
    margin-bottom: 0;
    margin-top: 30px;
    min-width: auto;
  }
  .payment__third-second {
    display: flex;
    justify-content: flex-start;
    order: -1;
  }
}

@media (max-width: 713px) {
  .payment .parent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .payment__third-firs {
    position: static;
    width: 100%;
  }
  .payment__third-second {
    display: none;
  }
  .payment__first {
    text-align: center;
    margin-right: 0;
  }
  .payment__second {
    margin-right: 53px;
  }
  .payment__third {
    position: static;
    width: 85%;
  }
}

@media (max-width: 425px) {
  .payment__second {
    margin-right: 5px;
  }
}

.payment__second-form-select .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  margin-top: 0;
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  color: #171d1c;
}
.payment__second-form-select .container:last-child {
  margin-bottom: 0;
}

.payment__second-form-select .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment__second-form-select .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cacaca;
}

.payment__second-form-select .container:hover input ~ .checkmark {
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24);
}

.payment__second-form-select .container input:checked ~ .checkmark {
  background-color: #111111;
}

.payment__second-form-select .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.payment__second-form-select .container input:checked ~ .checkmark:after {
  display: block;
}

.payment__second-form-select .container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

.news__container {
  margin-top: 2vh;
  margin-right: 15vw;
  margin-left: 15vw;
}
.news__container a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}
.news__title {
  font-family: "Source Serif Pro", serif;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 40px;
}
.news_search {
  display: flex;
}
.growing-search {
  padding: 5px 15px;
  border-radius: 10px;
  background: #ffdc8f;
  align-items: center;
  display: flex;
}

.growing-search div {
  display: inline-block;
  font-size: 15px;
}

.growing-search .input input {
  border-radius: 7px;
  margin-right: 10px;
  border: none;
  font-size: inherit;
  transition: width 200ms;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  width: 55px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(180, 180, 180);
}

.growing-search .input input:focus {
  width: 220px;
}

.growing-search .submit {
  height: 100%;
}

.growing-search .submit button {
  margin-left: 0;
  border: none;
  font-size: 1.15em;
  color: #aaa;
  background: none;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: color 200ms;
  align-items: center;
  display: flex;
  height: 100%;
}

.growing-search .input input:hover,
.growing-search .submit button:hover {
  cursor: pointer;
}

.growing-search .input input:focus,
.growing-search .submit button:focus {
  outline: none;
}

.growing-search .submit button:hover {
  color: #3498db;
}

.news__total-pages {
  color: #000;
  font: 1rem/1.3 "Noto Sans", Helvetica, Arial, sans-serif;
  text-align: start;
  margin-bottom: 20px;
  padding-bottom: 1em;
}
.news__container-wrapper {
  border-radius: 15px;
}
.news__container-item {
  padding: 32px 62px;
  display: flex;
  justify-content: space-between;
  align-items: left;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin-bottom: 14px;
  transition-duration: 0.3s;
  background-color: white;
}
.news__container-item:hover {
  transform: scale(1.01);
  background-color: #fceebe;
}
.news__container-item-date {
  font-weight: lighter;
  color: #7e7e7e;
  font-size: 14px;
}
.news__container-item-title {
  font-family: "Source Serif Pro";
  font-weight: 600;
  line-height: 28px;
  align-items: left;
  font-size: 20px;
  color: #212625;
  margin: 0;
}
.news__container-item-text {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block-end: 1em;
  margin-top: 0.25em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #000;
  line-height: 1.3;
  font: 1rem/1.3 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.news__container-item-text pre:first-child {
  margin-top: 0;
}

.article__date {
  text-align: start;
  font-weight: lighter;
  color: #7e7e7e;
  font-size: 14px;
}
.article__title {
  text-align: start;
  color: rgb(63, 63, 63);
  line-height: 50px;
  font-size: 25px;
}
.article__content {
  text-align: start;
  font: 1rem/1.3 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 32px 62px;
  display: flex;
  justify-content: space-between;
  align-items: left;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: white;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
}

.pagiantor__wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 1em;
  border-top: 1px solid #000000;
  text-align: start;
}

.pagiantor {
  color: #000000;
}

.pagiantor-item:not(:first-child) {
  margin-left: 0.2em;
}

.paginator-item:not(:last-child) {
  margin-right: 0.2em;
}

.paginator-item {
  display: inline-block;
  padding: 0.7em 0.9em;
  border: 1px solid #000000;
  border-radius: 3px;
}
.paginator-item a {
  display: inline-block;
  margin: -0.7em -0.9em;
  padding: 0.7em 0.9em;
  color: inherit;
  text-decoration: inherit;
}
.paginator-item.active {
  border: 1px solid transparent;
  background-color: #8b8b8b;
  color: #fff;
}

.footer {
  padding: 26px 0 80px;
  background-color: #fafaf8;
}
.footer .parent {
  display: flex;
}
.footer__left {
  display: flex;
  flex-direction: column;
  margin-right: 300px;
}
.footer__left-social {
  margin-top: 37px;
}
.footer__left-social-link {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.footer__left-social-link svg path {
  transition: all 0.5s ease;
}
.footer__left-social-link:last-child {
  margin-right: 0;
}
.footer__left-social-link:hover svg path {
  fill: #6fc5fa;
}
.footer__left-video {
  position: relative;
  max-width: 352px;
  margin-top: 55px;
  border: 3px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 17px;
  cursor: pointer;
  padding: 22px 23px;
}
.footer__left-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__right-title {
  font-family: "Lato";
  font-weight: 500;
  font-size: 18px;
  color: #212625;
  margin: 0;
}
.footer__right-form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.footer__right-form .info {
  display: flex;
  justify-content: space-between;
}
.footer__right-form .info label {
  margin-right: 24px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #212625;
}
.footer__right-form .info label span {
  margin-left: 20px;
}
.footer__right-form .info label:last-child {
  margin-right: 0;
}
.footer__right-form .info label .payment__second-form-input {
  height: 48px;
  padding: 14px 20px;
  margin-top: 10px;
}
.footer__right-form .m-left {
  display: flex;
  flex-direction: column;
}
.footer__right-form .m-left textarea {
  min-height: 224px;
  resize: none;
}
.footer__right-form .m-left span {
  margin-left: 20px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
.footer__right-form .m-left .payment__second-form-input {
  width: 720px;
  height: 48px;
  padding: 14px 20px;
  margin-top: 10px;
}
.footer__right-form .container {
  height: 18px;
  margin-left: 20px;
  margin-top: 24px;
  font-family: "Lato";
  font-weight: normal;
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.footer__right-form .container .agreement {
  margin-left: 32px;
}
.footer__right-form .container:last-child {
  margin-bottom: 0;
}
.footer__right-form .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer__right-form .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #cacaca;
}
.footer__right-form .container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.footer__right-form .container:hover input ~ .checkmark {
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24);
}
.footer__right-form .container input:checked ~ .checkmark {
  background-color: #6fc5fa;
}
.footer__right-form .container input:checked ~ .checkmark:after {
  display: block;
}
.footer__right-form .container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: white;
}
.footer__right-form button {
  width: 224px;
  height: 48px;
  background: #6fc5fa;
  border-radius: 6px;
  padding: 13px 65px;
  margin-top: 44px;
  font-family: "Museo Sans Cyrl";
  font-weight: 600;
  font-size: 18px;
  color: #fdfffc;
  transition: background-color 0.1s ease;
  border: none;
  cursor: pointer;
}
.footer__right-form button:hover {
  background-color: #66b7e9;
}
.footer__right-form button:active {
  background-color: #4793c2;
}
.footer__documentation {
  display: flex;
  flex-direction: column;
}
.footer__documentation-title {
  font-weight: 500;
  font-size: 18px;
  color: #212625;
  margin: 0;
}
.footer__documentation .fixed {
  display: flex;
  margin-top: 40px;
}
.footer__documentation-first {
  width: 227px;
  flex-direction: column;
  margin-right: 55px;
}
.footer__documentation-first-text {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.footer__documentation-first-text:last-child {
  margin-bottom: 0;
}
.footer__documentation-second {
  width: 200px;
  flex-direction: column;
}
.footer__documentation-second-text {
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.footer__documentation-second-text:last-child {
  margin-bottom: 0;
}
.footer input,
.footer textarea {
  font-weight: 500;
}

@media (max-width: 1501px) {
  .footer__left {
    margin-right: 39px;
  }
  .footer__right-form .info label {
    margin-right: 0;
  }
  .payment__second-form-input {
    display: block;
  }
  .info {
    flex-direction: column;
  }
  .footer__right-form .info label .payment__second-form-input {
    width: 100%;
  }
}

@media (max-width: 1229px) {
  .footer__right-form .info label .payment__second-form-input {
    width: 80%;
  }
  .footer__right-form .m-left .payment__second-form-input {
    width: 80%;
  }
  .footer__right-form .container .agreement {
    width: 50%;
  }
}

@media (max-width: 963px) {
  .footer__right-form .info label .payment__second-form-input {
    width: 90%;
  }
  .footer__right-form .m-left .payment__second-form-input {
    width: 90%;
  }
  .footer__right-form .container .agreement {
    width: 70%;
  }
}

@media (max-width: 826px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer .parent .footer__right .footer__right-form .info label .payment__second-form-input {
    width: 100%;
  }
  .footer .parent .footer__right .footer__right-form .m-left .payment__second-form-input {
    width: 100%;
  }
  .footer .parent {
    flex-direction: column;
  }
  .footer .parent .footer__right {
    order: -1;
  }
  .footer .parent .footer__left {
    margin-top: 40px;
  }
  .footer__documentation-first {
    margin-right: 8px;
  }
  .footer .parent .footer__left {
    margin-right: 0;
  }
  .footer__left-video-img {
    max-width: 200px;
  }
  .footer__left-video {
    position: absolute;
    max-width: 208;
    right: 10%;
    top: -100%;
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
}

@media (max-width: 635px) {
  .footer__left-video-img {
    max-width: 200px;
  }
  .footer__left-video {
    position: absolute;
    right: 0;
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .footer__documentation-second {
    margin-top: 25px;
  }
  .fixed {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 451px) {
  .footer__left {
    flex-direction: column;
    padding-left: 20px;
  }
  .footer__left-video {
    position: relative;
    max-width: 235px;
  }
  .footer__left-video-play {
    position: static;
    position: absolute;
  }
  .footer__left-video-img {
    max-width: 200px;
  }
  .footer .parent .footer__right {
    padding: 0 20px;
  }
}

.up {
  visibility: hidden;
  opacity: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  cursor: pointer;
  bottom: 40px;
  transition: all 0.1s ease;
  background-color: #212625;
  transform: translateY(25px);
}
.up.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.up::after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 7.5px;
  background: url("../img/up.svg") center center/cover no-repeat;
}
.up:hover {
  box-shadow: 0px 0px 17px -8px #000000;
}

@media (max-width: 1413px) {
  .up {
    right: 97px;
  }
}

@media (max-width: 541px) {
  .up {
    right: 46px;
  }
}

* {
  font-family: "Lato";
}

header,
section,
footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  background-color: #fafaf8;
}

.conteiner {
  margin: 0 auto;
  max-width: 1464px;
  padding: 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
