/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');*/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "PPFragmentGlare";
  src: url("./fonts/PPFragment-GlareRegular.woff2") format("woff2"),
       url("./fonts/PPFragment-GlareRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PPFragmentGlare";
  src: url("./fonts/PPFragment-GlareLight.woff2") format("woff2"),
       url("./fonts/PPFragment-GlareLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PPFragmentSans";
  src: url("./fonts/PPFragment-SansRegular.woff2") format("woff2"),
       url("./fonts/PPFragment-SansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PPFragmentSans";
  src: url("./fonts/PPFragment-SansBold.woff2") format("woff2"),
       url("./fonts/PPFragment-SansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Document
    ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
  
  scroll-behavior: smooth;
  line-height: normal;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
    ========================================================================== */

/**
* Remove the margin in all browsers.
*/


body {
  font-family: "PPFragmentGlare", Arial, sans-serif;
  background-color:#fff;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  background-image: url('images/background.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;

}
/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Vertical rhythm
    ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
    ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
    ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
    ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
* 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
    ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 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: inherit;
  /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
    ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
* Remove all Style fro select elements. Does not quite work cross-browser
*/

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
* 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'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
* 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;
}

/**
* Reset to invisible
*/

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
* 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 {
  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 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 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 */
}

/**
* Fix placeholder font properties inheritance.
*/

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
* Clickable labels
*/

label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
    ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
    ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

html {
  width: 100%;
}

* {
  outline: none;
}

.container {
  padding: 0 20px;
  max-width: 1216px;
  margin: 0 auto;
  width: 100%;
}

.container-full {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 50px;      
  margin-bottom: 30px;  
  font-family: 'PPFragmentGlare';
  font-weight: 300;                                                                                                                 ;
}

h2 {
  font-size: 44px;
  line-height: 50px;      
  margin-bottom: 26px;  
  font-family: 'PPFragmentGlare';
  font-weight: 300;                                                                                                                                                  ;
}


p:not(:last-child) {

  margin-bottom: 20px;
}
.logo {
  margin-bottom: 80px;
  margin-bottom: 50px;
  img {
    max-width: 200px;
  }
}


.money .val {

  border-width:1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  display: inline-flex;
  justify-content: center;
  border-radius: 236px;
  min-height: 120px;
  align-items: center;
  font-size: 60px;
  line-height: 60px;
  width: 100%;
  max-width: 600px;
  padding: 20px 40px;
}
.form {
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  .txt {
    text-align: left;

    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    a {
      text-decoration: underline;
    }
  }
}

.form .formt {
  font-size: 30px;
  line-height: 35px;
  max-width: 774px;
  margin: 0 auto;
}
.form .grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}

.button-loader {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.form {

    input[type=email]  {
      border-bottom: 1px solid #FFFFFF;
      background: #fff;
      width: 100%;
      display: flex;
      height: 60px;
      align-items: center;
      padding: 20px;
      color: #000;
      border-radius: 40px;
    }
  .loader {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    margin-top: 20px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  background-color: rgb(197, 170, 65);
    color: #fff;
    border-radius: 40px;
    padding: 4px 16px;
    font-size: 26px;
    line-height: 28px;
    min-height: 60px;
    width: 405px;

  }
  .disabled {

  text-indent: -9999px;
  }

}

.form .grid .row {
  width: calc(100% - 435px);
  margin-right: 30px;
}
 #formMessage {
  

    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    color: rgb(197, 170, 65);;
  }
.error {
    color: red;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    
}

.custom-checkbox input[type="checkbox"] {
    /* Hide default checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #000
;
background: #fff;
  margin-right: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 8px;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: rgb(197, 170, 65);
}

.custom-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

.custom-checkbox label {
    cursor: pointer;
    user-select: none;
    text-align: left;
    width: calc(100% - 39px);
    font-size: 16px;
    line-height: 22px;
}

.info {
  font-family: 'PPFragmentSans';
  font-size: 22px;
  line-height: 26px;
  max-width: 600px;
  margin: 40px auto 50px;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    margin: 0 -20px -60px;
  .mt {
    width: calc(33.333% - 40px);
    margin: 0 20px 60px;
    .lbl {
      text-transform: uppercase;
      margin-bottom: 5px;
    }
    .val {
      font-weight: 300;
    }
  }
}

  .ring {
    img {
       max-width: 200px;
    }
  }
@media screen and (max-width: 1240px) {
  main {
    padding-top: 60px;
  }
  .form {
    .grid {
      .row {
        width: calc(50% - 10px);
        margin-right: 20px;
      }
    }
    .btn {

        width: calc(50% - 10px);
    }
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .logo {
    img {
      max-width: 200px;
    }
  }
  .ring {
    img {
      max-width: 200px;
    }
  }
  h2 {

    font-size: 30px;
    line-height: 35px;
  }
  .money {
    .val {
      font-size: 40px;
      line-height: 45px;
      padding: 20px;
    }
  }
  .form {
    margin-top: 40px;
    padding-bottom: 30px;
    .formt {

    font-size: 22px;
    line-height: 30px;
    }
    .grid {
      margin-top: 40px;
    }
    .btn {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .info {

    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .contacts {
      margin: 0 -20px -30px;
    .mt {
      width: calc(33.333% - 40px);
      margin: 0 20px 30px;

    &:nth-child(2) {
      padding-left: 0;
    }
    &:nth-child(5) {
      padding-left: 0;
    }
    }
  }
}
@media screen and (max-width: 568px) {
  .contacts {
      margin: 0 -20px -30px;
    .mt {
      width: calc(100% - 40px);
      margin: 0 20px 30px;
      text-align: center;
    }
  }
  .form {

    .txt {
      text-align: center;
    }
    .grid {
      .row {
        width: 100%;
        margin-right: 0;
      }
      .btn {
        width: 100%;
        margin-top: 10px;
      }
    }
  }
}