* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
html {
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2b2d36;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  counter-reset: heading;
  font-family: "Roboto", sans-serif;
}
a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
p {
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
a:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
:not(.calc) {
  transition: all 0.2s;
}
.footer__block {
  padding-bottom: 100px;
}
.copy {
  color: #404d4b;
}
.wrapper {
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1200px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
}
.form-button {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #13b8ff;
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  position: absolute;
  cursor: pointer;
}
.button {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #13b8ff;
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
    .button.standart {
        margin: 130px auto;
    }
}
.button.primary {
  width: 280px;
  height: 70px;
}
.button:hover {
  background: rgba(138, 138, 138, 0.295);
  color: #fff;
  text-decoration: none;
}
.button:focus {
  background: #92c7cd;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.block-header {
  padding: 38px 0 30px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .block-header {
    padding: 28px 0 12px;
  }
}
.block-header .wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .block-header .wrapper {
    justify-content: center;
  }
}
.block-header .logo {
  width: 180px;
  height: 56px;
  z-index: 999;
}
.block-footer {
  width: 100%;
  background: #2b2d36;
  color: #fff;
}
.block-footer .wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.block-footer .wrapper .nav-list {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .block-footer .wrapper .nav-list {
    margin-bottom: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.block-footer .wrapper .nav-list .nav-col {
  margin-right: 90px;
}
@media (max-width: 1200px) {
  .block-footer .wrapper .nav-list .nav-col {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.block-footer .wrapper .nav-list .nav-col:last-child {
  margin-right: 0;
}
.block-footer .wrapper .nav-list .nav-col p {
  margin-bottom: 12px;
  font-size: 14px;
}
.block-footer .wrapper .nav-list .nav-col p:first-child {
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .block-footer .wrapper .nav-list .nav-col p:first-child {
    margin-bottom: 15px;
  }
}
.block-footer .wrapper .copyright-box .copy,
.block-footer .wrapper .nav-list .nav-col a {
  color: #fff;
}
.block-footer .wrapper .nav-list .nav-col a:active,
.block-footer .wrapper .nav-list .nav-col a:focus,
.block-footer .wrapper .nav-list .nav-col a:hover {
  color: #fff;
}
.block-footer .wrapper .payments-list {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .block-footer .wrapper .payments-list {
    margin-bottom: 20px;
  }
}
.block-footer .wrapper .border-bottom,
.block-footer .wrapper .copyright-box,
.block-footer .wrapper .disclaimer-box {
  width: 100%;
}
.form-container {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .form-container {
    display: block;
    width: auto;
  }
  .button.form {
    margin: 110px auto;
  }
  .wrapper {
    margin-top: 25px;
  }
  .button_flex {
    display: flex;
    justify-content: center;
  }
}
