@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(
      180deg, #FFFFFF 0%, #EDF0F2 65.43%, #EDF0F2 100%);
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

.header-paymentico {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  filter: drop-shadow(0px 1px 33px rgba(19, 66, 131, 0.26));
}

main {
  position: relative;
  padding: 44px 16px 0 16px;
  color: #00092B;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-paymentico_title {
  margin: 0 0 36px 0;
  max-width: 400px;
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
}

.main-paymentico_description {
  max-width: 524px;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.main-paymentico_advantages {
  display: flex;
  padding: 96px 0 104px 0;
}

.advantages-item {
  width: 325px;
  height: 260px;
  box-sizing: border-box;
  background-color: #EDF0F2;
  border-radius: 12px;
  padding: 32px;
}

.advantages-item:not(:last-child) {
  margin-right: 54px;
}

.advantages-item__title {
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
}

.advantages-item__description {
  font-size: 14px;
  line-height: 22px;
  opacity: .8;
}

.advantages-item__icon, .advantages-item__title {
  margin-bottom: 22px;
}

.main__questions {
  max-width: 620px;
}

.question-item__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 19px;
}

.question-item__answer {
  font-size: 15px;
  line-height: 24px;
  opacity: .8;
  margin-bottom: 50px;
}

.main__help-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}

.help-contacts {
  width: 780px;
  height: 313px;
  background: linear-gradient(
      180deg, #4E98FF -35.21%, #1C6CD8 124.14%);
  box-shadow: 0 1px 33px rgb(19 66 131 / 26%);
  border-radius: 186px;
  padding-left: 76px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.main__help-contacts {
  margin-bottom: 48px;
}

.help-contacts__logo {
  width: 200px;
  height: 196px;
  margin-right: 86px;
}

.help-contacts__contacts {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.help-contacts__contacts-working-hours {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  margin-top: 12px;
  opacity: .6;
}

.footer-paymentico {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 4px;
  color: #00092B;
  opacity: .6;
}

.link__mail {
  color: #00092B;
  text-decoration: underline;
}

@media screen and (max-width: 1096px) {
  .main-paymentico_advantages {
    flex-direction: column;
    align-items: center;
  }
  .advantages-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 780px) {
  .help-contacts {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    padding: 24px;
  }
  .main__help-contacts {
    width: 100%;
  }
  .help-contacts__logo {
    margin-right: 0;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 1096px) {
  .advantages-item {
    width: 100%;
  }
}





