@font-face {
  font-family: 'MuliRegular';
  src: url("../fonts/MuliRegular/MuliRegular.eot");
  src: url("../fonts/MuliRegular/MuliRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuliRegular/MuliRegular.woff") format("woff"), url("../fonts/MuliRegular/MuliRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.content {
  max-width: 1920px;
  padding: 40px 160px;
  margin: 0px auto;
  width: 100%;
  display: block; }

a:hover, a {
  text-decoration: inherit;
  color: inherit; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #363636 !important;
  color: #363636 !important; }

ul {
  list-style-type: none; }

form {
  -moz-placeholder-font: 18px/1 'MuliRegular';
  -moz-placeholder-color: #636564;
  -ms-input-placeholder-font: 18px/1 'MuliRegular';
  -ms-input-placeholder-color: #636564; }
  form ::-webkit-input-placeholder {
    font: 15px/1 'MuliRegular';
    color: #636564; }
  form ::-moz-placeholder {
    font: 15px/1 'MuliRegular';
    color: #636564; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body {
  margin: 0 auto;
  min-width: 320px;
  font-family: 'MuliRegular', sans-serif;
  color: #707070;
  background-color: #F8F6F0;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.05em; }

.title {
  font: 800 20px/1.3 'MuliRegular';
  color: #171717;
  margin-bottom: 8px; }

.button {
  display: inline-block;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #000;
  background: -o-linear-gradient(26.39deg,#ff9704 48.8%,#ffc702 91.93%);
  background: linear-gradient(63.61deg,#ff9704 48.8%,#ffc702 91.93%);
  padding: 20px 60px;
  /*min-width: 300px;*/
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  font-family: 'MuliRegular';
  position: relative; }
  .button:hover, .button:active {
    box-shadow: 0px 12px 20px rgba(255, 155, 15, 0.3);
    color: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .button.button-small {
    min-width: auto;
    font-size: 15px;
    padding: 12px 24px;
  }
  .button.button-outline {
    padding: 15px 32px;
    min-width: auto;
    color: #FF9B0F;
    background: #fff;
    border: 2px solid #FF9B0F;
    margin: 0;
  }
  .button.button-outline:hover, .button.button-outline:active {
    /*background: #FF9B0F;*/
    /*color: #fff;*/
  }
  .button.button-light {
    color: #FF9B0F;
    background: #D9E9F5; 
  }
  .button.button-light:hover, .button.button-light:active {
    color: #fff;
    background: #FF9B0F; 
  }
  .button-dark {
    color: #fff;
    background: #38322E; 
  }
  .button.button-dark:hover, .button.button-dark:active {
    color: #fff;
    opacity: .9; 
    box-shadow: none;
  }
  .button.blocked {
    pointer-events: none;
    background: #D6D8E7;
    opacity: .6;
    cursor: no-drop;
  }
  .button svg {
    vertical-align: sub;
    margin-right: 8px;
  }
.accent-color {
  color: #FF9B0F;
}
.link-underline {
  color: #FF9B0F;
  transition: .2s;
  position: relative;
}
.link-underline:hover {
  color: #FF9B0F;
}
.link-underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF9B0F;
    height: 1px;
    width: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
.link-underline:hover:before, .link-underline:active:before {
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }

.field-wrap {
  position: relative;
  width: 100%; }

.field-wrap label {
  color: #A9B5BD;
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
}

.field-wrap input, .field-wrap textarea {
  display: block;
  color: #363636;
  border-radius: 12px;
  padding: 29px 16px 10px;
  margin-bottom: 24px;
  background: #FBFBFC;
  border: 1px solid #D6D8E7;
  width: 100%;
  font-size: 15px;
  font-family: 'MuliRegular', sans-serif;
  outline: none; }


.field-wrap.field-pass input {
  padding-right: 45px; }
.show_password {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 19px;
  right: 16px; }
  .show_password svg {
    width: 100%;
    height: 100%; }
    .show_password svg path {
      stroke: #707070; }
  .show_password.active svg path {
    stroke: #200E32; }

.field-wrap .validation-message {
  margin-bottom: 0;
  margin-top: 4px;
}


.error_message, .error-message {
  width: 100%;
  font-weight: normal;
  color: #EB5757;
  margin-bottom: 24px;
  display: none; }
.success_message, .success-message {
  width: 100%;
  font-weight: normal;
  color: #6FCF97;
  margin-bottom: 24px;
  display: none; }

.error_field {
  border-color: #EB5757; }
.valid_field {
  border-color: #6FCF97; }



.field-checkbox {
  margin-bottom: 24px;
}
.field-checkbox label {
  position: static;
  line-height: 20px;
}
.field-checkbox input {
  padding: 0;
  margin-bottom: 0;
  height: 0;
}
.checkbox {
  position: relative;
  height: 20px;
  opacity: 0; }
  .checkbox:checked + label .icon {
    /*border-color: #fff;*/
    background: #FF9B0F;
    -webkit-transition: border .2s;
    transition: border .2s; }
    .checkbox:checked + label .icon:after {
      opacity: 1;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }

.icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #FF9B0F;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  vertical-align: top;
  -webkit-transition: border .2s;
  transition: border .2s; }
  .icon:after {
    content: "";
    position: absolute;
    left: 9px;
    width: 4px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg) translate(0%, 40%);
        -ms-transform: rotate(45deg) translate(0%, 40%);
            transform: rotate(45deg) translate(0%, 40%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }


.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:  wrap;
}

.partners-wrap {
  padding-top: 10px;
}
.partners-wrap.content {
  padding-top: 10px;
}
.partners-block{
  text-align: center;
  background: #fff;
  border-radius: 11px;
  padding: 32px;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partners a {
  display: block;
  margin:  20px;
}
.partners img {
  display: block;
  width: 100%;
  object-fit: contain;
  max-width: 160px;
  max-height: 80px;
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.payment-methods img {
  display: block;
  width: 100%;
  max-height: 36px;
  max-width: 64px;
  object-fit: contain;
}
.payment-methods li {
  margin-bottom: 8px;
}
.payment-methods li:not(:last-child) {
  margin-right: 16px;
}

footer {
  background: #38322E;
  color: #d3d3d3;
  font-size: 13px; 
}
footer .content {
  padding-top: 32px;
  padding-bottom: 24px;
}
footer .flex-row {
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
footer .flex-row > div {
  width: calc(50% - 10px);
}
footer .flex-row > div:first-child {
  margin-right: 20px;
}
footer .flex-row > div:last-child {
  text-align: right;
}
footer .logo {
  max-width: 100px;
  margin-bottom: 8px;
}
footer .logo img {
  display: block;
  width: 100%;
}
footer .telegram-link {
  display: inline-block;
}
footer .telegram-link img {
  display: inline-block;
  width: 100%;
  max-width: 24px;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: bottom;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links li:not(:last-child) {
  margin-right: 24px;
}
footer hr {
  border-top-color: #d3d3d3;
  border-bottom:  none;
  margin-bottom: 24px;
}

.success {
  text-align: center;
  display: none; }

.success_icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  position: relative;
  border: 1px solid #6FCF97;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 30px auto; }
  .success_icon:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 36px;
    border-right: 1px solid #6FCF97;
    border-bottom: 1px solid #6FCF97;
    -webkit-transform: rotate(45deg) translate(0%, -15%);
        -ms-transform: rotate(45deg) translate(0%, -15%);
            transform: rotate(45deg) translate(0%, -15%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.loader.loader-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  border-radius: 18px;
  display: none
}
.loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  height: 80px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 80px;
  margin: auto
}
.loader .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite,loader-color 6s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite,loader-color 6s ease-in-out infinite;
  stroke-linecap: round
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px
  }
}
@-webkit-keyframes loader-color {
  0%,
  100% {
    stroke: #ff9704
  }
  40% {
    stroke: #ffc702
  }
  66% {
    stroke: #ffc702
  }
  80%,
  90% {
    stroke: #ff9704
  }
}
@keyframes loader-color {
  0%,
  100% {
    stroke: #ff9704
  }
  40% {
    stroke: #ffc702
  }
  66% {
    stroke: #ffc702
  }
  80%,
  90% {
    stroke: #ff9704
  }
}

.success-popup, .warning-popup {
  text-align: center
}
.success-popup h2, .warning-popup  h2 {
  color: #80b019;
  position: relative;
  padding-top: 100px
}
.success-popup h2:before, .warning-popup h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../img/icons/success-icon.svg) no-repeat center;
  background-size: contain
}
.warning-popup h2:before {
  background-image:  url(../img/icons/warning-icon.svg);
}
.success-popup.fancybox-content p, .warning-popup.fancybox-content p {
  margin-bottom: 0
}


@media only screen and (max-width: 1440px) {
  .content {
    padding: 40px 80px; } }

@media only screen and (max-width: 992px) {
  .content {
    padding: 40px 40px; } }
    
@media only screen and (max-width: 768px) {
  .content {
    padding: 40px 20px; }
  footer {
    /*padding: 0 20px 20px;*/
    justify-content: center;
  }
  footer .flex-row > div {
    width:  100%;
    text-align: center;
  }
  footer .flex-row > div:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  footer .flex-row > div:last-child {
    text-align: center;
  }
  footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .payment-methods {
    justify-content: center;
  }
  .payment-methods li:not(:last-child) {
    margin: 0 8px 8px;
  }
  .partners-block {
    padding: 20px;
  }
  .partners a {
    margin: 16px;
  }
  .partners img {
    max-width: 140px;
    max-height: 60px;
  }
  .form .button {
    min-width: auto; }
  .field-wrap input, .field-checkbox {
    margin-bottom: 16px; }
  .field-checkbox input {
    margin-bottom: 0px; } }
