/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* custom-reset.css | 27.08.2018 | https://yurch-html.github.io/dist/custom-reset.html */

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

th {
  font-weight: inherit;
}

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

audio,
video {
  display: block;
}

img {
  /* display: block; */
  border: none;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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

abbr {
  border: none;
  text-decoration: none;
}

i,
em {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

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

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

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

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

[type="search"] {
  outline: none;
}

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

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block;
  padding: 0;
  white-space: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  /* display: block; */
  /* width: 100%;
  height: 100%; */
  /* fill: currentColor; */
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 100px #fff inset;
          box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

::-moz-selection {
  color: #fff;
  background-color: #004fe4;
}

::selection {
  color: #fff;
  background-color: #004fe4;
}

html {
  -webkit-text-size-adjust: none;
}
body {
  /* font-family: 'ProximaNova', sans-serif; */
  margin: 0;
  z-index: 1;
  overflow-x: hidden;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.width-wrap {
  display: block;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*input::placeholder{color: white};*/
input::-webkit-input-placeholder {
  color: #999;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
  color: #999;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
  color: #999;
}
input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #999;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
i {
  font-style: normal;
}
input.error {
  background: rgb(255, 126, 126) !important;
  border-color: #f05252 !important;
}
.abs-pos {
  position: absolute;
}

.title-font {
  font-family: "Italiana";
}
.title {
  color: #62605f;
  font-size: 110px;
  font-family: "Italiana";
  line-height: 111%;
  padding: 10px 0;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.title-medium, h3{
  font-size: 60px;
  color: #62605f;
  letter-spacing: 1px;
  font-family: "Italiana";
}
.title-big, h1, h2 {
  font-size: 80px;
  color: #62605f;
  letter-spacing: 1px;
  font-family: "Italiana";
  line-height: 105%;
  padding: 10px 0;
}
.color-title {
  color: #62605f;
}
.color-tint {
  color: #708372;
}
.title-reg, h4 {
  font-size: 50px;
  color: #62605f;
  display: inline-block;
  font-family: "Italiana";
}
.title-small, h5 {
  color: #62605f;
  font-size: 40px;
  display: inline-block;
  font-family: "Italiana";
}
.text-big {
  font-size: 32px;
  display: inline-block;
  line-height: 127%;
}
.title-page {
  font-size: 44px;
  font-weight: bold;
  display: inline-block;
  line-height: 127%;
}
.text-super{
  font-size: 54px;
}
.text-medium {
  color: #62605f;
  font-size: 24px;
}
.text-reg {
  font-size: 20px;
  line-height: 24px;
}
.text-small {
  font-size: 18px;
  line-height: 24px;
}
.text-smaller {
  font-size: 16px;
}
.text-right {
  text-align: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-content-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-content-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 44px;
}
.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 44px;
}
.mb-6 {
  margin-bottom: 60px;
}
.mb-8 {
  margin-bottom: 80px;
}
.mb-9 {
  margin-bottom: 90px;
}
.mb-10 {
  margin-bottom: 100px;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 50px;
}
.nobr{
  white-space: nowrap
}
.color-grey,
.text-grey {
  color: #9c9997;
}
.color-orange,
.default-a {
  color: #e8ae57;
}
.color-wheat {
  color: #ffcf87;
}
.button.button-wheat {
  background: #ffcf87;
  color: black;
}
.lh-3 {
  line-height: 140%;
}
.lh-2 {
  line-height: 130%;
}
.lh-1 {
  line-height: 110%;
}
.text-center {
  text-align: center;
}
.text-strike {
  text-decoration: line-through;
}
.px-5 {
  padding-right: 50px;
  padding-left: 50px;
}
.px-3 {
  padding-right: 30px;
  padding-left: 30px;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-50 {
  width: 50%;
}
.gap-1 .w-50{
  width: calc(50% - 5px);
}
.gap-2 .w-50{
  width: calc(50% - 10px);
}
.gap-3 .w-50{
  width: calc(50% - 15px);
}
.gap-4 .w-50{
  width: calc(50% - 20px);
}
.d-inline{
  display: inline;
}
.href ,a.href {
  text-decoration: underline;
  cursor: pointer;
}
.href:hover, a.href:hover {
  text-decoration: none;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-100 {
  width: 100%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.text-left {
  text-align: left;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.pr-1 {
  padding-right: 10px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-5 {
  padding-right: 50px;
}
.fw-bold {
  font-weight: bold;
}
.flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fw-light{
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.color-black {
  color: #333333;
}
.color-blue {
  color: #007cf0;
}
.d-block{
  display: block;
}
.gap-2 {
  gap: 20px;
}
.gap-1 {
  gap: 9px;
}
.gap-3 {
  gap: 30px;
}
.gap-4 {
  gap: 40px;
}
.overflow-x{
  overflow-y: hidden;
  overflow-x: auto;
}
.pos-abs {
  position: absolute;
}
.right-1 {
  right: 10px;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bottom-1 {
  bottom: 13px;
}
.overflow-none {
  overflow: hidden;
}
.d-none{
  display: none;
}
.text-link{
  color: #015AD9;
  cursor: pointer;
}
.text-link:hover{
  text-decoration: underline;
}
.fw-600 {
  /* font-weight: bold !important; */
}.text-error {
  color: #cf2e2e;
  font-weight: 500;
}
strong, b{
  font-weight: 600;
}
.text-danger {
  color: #e35f5f;
  font-weight: 500;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.order--1{
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.abs-center{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}.nobr{
  white-space: nowrap;
}
@media (max-width: 1550px) {
  .mb-3 {
    margin-bottom: 23px;
  }
  .title {
    font-size: 76px;
    padding: 9px 0;
    line-height: 121%;
  }
  .text-medium {
    font-size: 20px;
  }
  .mb-5 {
    margin-bottom: 39px;
  }
  .title-small, h5 {
    font-size: 32px;
  }
  .title-reg, h3, h4 {
    font-size: 54px;
  }
  .px-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .title-reg {
    font-size: 44px;
  }
  .w-30{
    width: 60%;
  }
}

@media (max-width: 1280px) {
  .mb-3 {
    margin-bottom: 15px;
  }
  .w-30{
    width: 100%;
  }
  .mb-5 {
    margin-bottom: 28px;
  }
  .text-medium {
    font-size: 18px;
    line-height: 135%;
  }
  .title-reg, h4 {
    font-size: 44px;
    line-height: 120%;
  }
  .text-small {
    font-size: 16px;
    line-height: 24px;
  }
  .text-big {
    font-size: 24px;
    line-height: 127%;
  }
  .tablet-block {
    display: block;
  }
  .tablet-none{
    display: none;
  }
  .title-page {
    font-size: 34px;
    font-weight: bold;
    line-height: 127%;
  }
  .title-big, h1, h2 {
    font-size: 60px;
  }
  .w-tablet-100 {
    width: 100%!important;
  }
  .title {
    font-size: 56px;
    padding: 5px 0;
    line-height: 126%;
  }
  .overflow-x{
    overflow-y: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 39px;
    padding: 0 0;
    letter-spacing: 0;
    line-height: 130%;
  }.title-medium, h3 {
    font-size: 45px;  
}
  .gap-1 .w-50,
  .gap-2 .w-50,
  .gap-3 .w-50,
  .gap-4 .w-50{
    width: 100%;
  } 
  .mb-5 {
    margin-bottom: 35px;
  }
  .text-big {
    font-size: 18px;
    line-height: 127%;
  }
  a.blog-item {
    padding: 25px 0 20px;
  }
  svg.black-arrow {
    width: 37px;
    margin-left: 60px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .px-3,
  .px-1,
  .px-5 {
    padding-right: 0;
    padding-left: 0;
  }
  .w-30
  .w-50,
  .w-60,
  .w-70 {
    width: 100%;
  }
  .d-mob-block {
    display: block;
  }
  .mt-mob-4 {
    margin-top: 40px;
  }
  .mt-mob-1 {
    margin-top: 10px;
  }
  .mb-10 {
    margin-bottom: 62px;
  }
  .title-medium {
    font-size: 44px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .title-reg, h3, h4{
    font-size: 34px;
    line-height: 120%;
  }
  .d-mob-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mb-8 {
    margin-bottom: 30px;
  }
  .title-big, h1, h2 {
    font-size: 40px;
  }
  .text-mob-left{
    text-align: left;
  }.mb-2 {
    margin-bottom: 10px;
}.gap-1,.gap-2{
  gap: 5px;
}.gap-3 ,.gap-4 {
  gap: 10px;

}.text-small {
  font-size: 13px; 
}.nobr{
  white-space: normal;
}.mb-6 {
  margin-bottom: 20px;
}
}