/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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;
  width: 80%;
}

img.hdr1__user-img {
    width: 30px;
    border-radius: 50px;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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"] {
  -webkit-box-sizing: border-box;
          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 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'SFUIDisplay';
  src: url(../fonts/SFUIDisplay-Regular.woff) format("woff"), url(../fonts/SFUIDisplay-Regular.woff2) format("woff2"), url(../fonts/SFUIDisplay-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFUIDisplay';
  src: url(../fonts/SFUIDisplay-Medium.woff) format("woff"), url(../fonts/SFUIDisplay-Medium.woff2) format("woff2"), url(../fonts/SFUIDisplay-Medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFUIDisplay';
  src: url(../fonts/SFUIDisplay-Bold.woff) format("woff"), url(../fonts/SFUIDisplay-Bold.woff2) format("woff2"), url(../fonts/SFUIDisplay-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

body {
  /* background-color: #E9EBEE; */
  /* color: #1C1E21; */
  /* position: relative; */
}

.fullscreen1 {
  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: 100vh;
}

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

h3, h4, h5, h6 {
  font-weight: 500;
}

h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 19px;
}

h6 {
  font-size: 15px;
  line-height: 21px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

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

.h__mail2 {
    position: absolute;
    right: 10px;
    cursor: pointer;
    display: flex;
}

.h-top {
    box-shadow: rgb(0 0 0 / 40%) 0px 4px 8px, rgb(0 0 0 / 40%) 0px 0px 4px !important;
    background-color: rgb(24, 24, 27) !important;
    height: 50px;
    align-items: center !important;
    display: flex !important;
    padding-left: 15px;
    z-index: 998;
    padding-top: 5px;
}

.h {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    top: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

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

.cntr1 {
  max-width: 1000px;
  margin: 0 auto;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  outline: none;
}

button,
button:active,
button:focus {
  outline: none;
}

input:focus,
select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #1C1E21;
  border: 1px solid #E3E6EC;
  background: #fff url(../images/dwn-arrw1.svg) no-repeat 96%;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid #7d7d7d;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  background-color: #181818;
}

input::-webkit-input-placeholder {
  color: #8E929B;
}

input::-moz-placeholder {
  color: #8E929B;
}

input:-ms-input-placeholder {
  color: #8E929B;
}

input::-ms-input-placeholder {
  color: #8E929B;
}

input::placeholder {
  color: #8E929B;
}

input.error {
  border: 1px solid #CC0205;
}

textarea {
  resize: none;
  outline: none;
}

*:focus {
  outline: none;
}

.noscroll {
  overflow: hidden !important;
}

.btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  -webkit-animation: puls 3s ease infinite;
          animation: puls 3s ease infinite;
  text-align: center;
}

.btn:hover {
  /* opacity: .8; */
  background: #ddcf60;
}

.btn:disabled {
  cursor: default;
  background: #a5a5a5;
  color: #838487;
  -webkit-animation: none;
  animation: none;
}

.btn:disabled:hover {
  opacity: 1;
}

.mnsct1 {
  padding-top: 50px;
  padding-bottom: 8px;
}

.mnsct1__label {
  color: #898D95;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mnsct1__input {
  margin-top: 11px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.mnsct1__select {
  margin-top: 11px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.mnsct1__input-error {
  font-size: 14px;
  line-height: 18px;
  margin-top: 7px;
  color: #CC0205;
  display: none;
}

.mnsct1__input-error.show {
  display: block;
}

.hdr1 {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hdr1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hdr1__logo {
  height: 30px;
}

.hdr1__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
}

.hdr1__user-name {
  font-size: 16px;
  line-height: 16px;
  opacity: 1;
  font-weight: 500;
  margin-right: 10px;
  color: #efeff1;
}

.hdr1__sum {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #EBEEF1;
}

.hdr1__sum-num {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 9px;
  padding-bottom: 7px;
  border-radius: 50px;
}

.hdr1__sum-num.active {
  background: -o-linear-gradient(12.85deg, #17BB6C 0%, #3AD58A 100%);
  background: linear-gradient(77.15deg, #17BB6C 0%, #3AD58A 100%);
  -webkit-box-shadow: 0px 3px 10px rgba(23, 187, 108, 0.25);
          box-shadow: 0px 3px 10px rgba(23, 187, 108, 0.25);
}

.hdr1__sum-num.error {
  background: #D40205;
  -webkit-box-shadow: 0px 3px 10px rgba(204, 2, 5, 0.25);
          box-shadow: 0px 3px 10px rgba(204, 2, 5, 0.25);
}

.gvaway1__title {
  text-align: center;
}

.gvaway1__content {
  /* margin-top: 30px; */
  padding: 5px;
}

.gvaway1__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0px solid #D9DEE4;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #dfdfdf;
}

.gvaway1__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gvaway1__info-item + .gvaway1__info-item .gvaway1__info-text {
  margin-right: 12px;
  margin-left: 0;
}

.gvaway1__info-icon {
  background: #ddcf60;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  width: 26px;
  height: 26px;
  position: relative;
}

.gvaway1__info-icon svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gvaway1__info-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 12px;
}

.gvaway1__boxes {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 5px 5px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  box-shadow: 0px 2px 0px 2px rgb(0 0 0 / 20%);
  background-color: #232323;
  border-top: solid 2px #535353;
}

.gvaway1__box {
  position: relative;
  display: inline-block;
  width: 23.8%;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gvaway1__box:hover {
  -webkit-animation: swing .9s ease;
          animation: swing .9s ease;
}

.gvaway1__box.active .gvaway1__box-cap {
  -webkit-transform: translate(0px, -38px);
      -ms-transform: translate(0px, -38px);
          transform: translate(0px, -38px);
}

.gvaway1__box.active {
  -webkit-animation: none;
          animation: none;
  cursor: default;
}

.gvaway1__box.win .gvaway1__box-card {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 1;
}

.gvaway1__box-item {
  position: absolute;
  width: 100%;
}

.gvaway1__box-item img {
  width: 100%;
}

.gvaway1__box-cap {
  z-index: 3;
  -webkit-transition: 2.5s ease;
  -o-transition: 2.5s ease;
  transition: 2.5s ease;
}

.gvaway1__box-inner {
  z-index: 1;
}

.gvaway1__box-card {
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1.4s ease;
  -o-transition: 1.4s ease;
  transition: 1.4s ease;
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.gvaway1__box-body {
  z-index: 2;
  position: relative;
}

.gvaway1__copy {
  font-size: 13px;
  line-height: 18px;
  color: #808183;
  margin-top: 17px;
  text-align: center;
}

.mdl {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(28, 30, 33, 0.7);
  z-index: 10000;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-animation: opac 0.5s ease;
  animation: opac 0.5s ease;
}

.mdl__content {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #282828;
  -webkit-box-shadow: 0px 0px 35px rgb(6 6 6 / 20%);
  box-shadow: 0px 0px 35px rgb(6 6 6 / 20%);
  border-radius: 10px;
  max-width: 550px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  border-top: solid 4px #ffffff1c;
}

.mdl__title {
  margin-top: 25px;
  color: white;
}

.mdl__text {
  margin-top: 15px;
}

.mdl__text-part {
  color: rgb(255 255 255 / 91%);
}

.mdl__text-part + .mdl__text-part {
  margin-top: 15px;
}

.mdl__text-part span {
  font-weight: 700;
  color: #ffea7b;
}

.mdl__form {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mdl__form-input {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.mdl__form-btn {
  width: 100%;
  margin-top: 13px;
  -webkit-animation: none;
          animation: none;
}

.mdl_1 img {
  -webkit-animation: swing 2.5s ease infinite;
          animation: swing 2.5s ease infinite;
}

.mdl_3 .mdl__title {
  margin-top: 0;
}

.mdl_3 img {
  margin-top: 15px;
}

.mdl_3 .mdl__text {
  margin-top: 25px;
}

.mdl_3 .mdl__content.hide {
  display: none;
}

.mdl_3__card {
  margin-top: 60px !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.mdl_3__card.hide {
  display: none;
}

.mdl_3__card.back {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* -webkit-animation-name: slideInUp; */
  /* animation-name: slideInUp; */
}

.mdl__btn {
  margin-top: 25px;
}

.mdl__box {
  position: relative;
  display: inline-block;
}

.mdl__box.active .mdl__box-cap {
  -webkit-transform: translateX(-13px) translateY(-14px) rotate(-34deg);
      -ms-transform: translateX(-13px) translateY(-14px) rotate(-34deg);
          transform: translateX(-13px) translateY(-14px) rotate(-34deg);
}

.mdl__box-item {
  position: absolute;
}

.mdl__box-item img {
  width: 100%;
}

.mdl__box-cap {
  z-index: 3;
  -webkit-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}

.mdl__box-inner {
  z-index: 1;
}

.mdl__box-body {
  z-index: 2;
  position: relative;
}

#canvasConfetti {
  z-index: 8;
  pointer-events: none;
  position: fixed;
  top: 0;
}

.cht {
  padding-bottom: 50px;
}

.cht__rplmgs {
  font-size: 15px;
  line-height: 20px;
  opacity: .5;
}

.cht__content {
  background: #EFF1F4;
  border: 1px solid #DFE2E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cht__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px 10px 0px 0px;
}

.cht__nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cht__nav-icon {
  width: 25px;
  height: 25px;
}

.cht__nav-icon + .cht__nav-icon {
  margin-left: 23px;
}

.cht__nav-icon svg {
  width: inherit;
  height: inherit;
}

.cht__btn {
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.cht__btn:hover {
  opacity: 0.6;
}

.cht__btn svg {
  width: inherit;
  height: inherit;
}

.cht__online {
  opacity: .9;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
}

.cht__messages {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 23px;
  padding-right: 23px;
  height: 500px;
  overflow-y: auto;
  overflow-x: auto;
  z-index: 1;
}

.cht__bottom {
  background: #FFFFFF;
  border-top: 1px solid #DFE2E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.cht__bottom-icon {
  width: 35px;
  height: 35px;
}

.cht__send {
  width: 49px;
  height: 49px;
}

.cht__input {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  margin-right: 10px;
  width: 100%;
}

.cht__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cht__message.sndr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cht__message.sndr .cht__message-content {
  margin-left: 0;
  background: #fff;
  max-width: 394px;
}

.cht__message-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.cht__message-name {
  font-size: 17px;
  line-height: 20px;
}

.cht__message-content {
  background: #E3E6EB;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 12px;
  max-width: 332px;
}

.cht__message-text {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}

.cht__message-part {
  font-size: 15px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cht__message-time {
  font-size: 13px;
  line-height: 16px;
  color: rgba(28, 30, 33, 0.5);
  margin-left: 15px;
  margin-top: 4px;
}

.cht__scroll {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  right: 23px;
  bottom: 110px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.cht__scroll.show {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  bottom: 92px;
}

.cht__scroll-wrap {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: relative;
}

.cht__scroll-wrap svg {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ld {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ld__content {
  max-width: 500px;
  margin: 0 auto;
}

.ld__subtitle {
  color: rgba(28, 30, 33, 0.75);
  margin-top: 13px;
}

.ld__preloader {
  margin-top: 25px;
}

.ld__preloader-1 {
  width: 65px;
}

.ld__preloader-2 {
  width: 90px;
}

.ld__preloader-3 {
  width: 125px;
}

.ld__status {
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.ld__status span {
  color: #D40205;
}

.ld_2 .ld__preloader {
  margin-top: 0;
}

.ld_2 .ld__title {
  margin-top: 15px;
}

.ld_3 .ld__preloader {
  margin-top: 10px;
}

.ld_3 .ld__status {
  margin-top: 0;
}

.chtoper__title {
  text-align: center;
  margin-bottom: 25px;
}

.chtoper__btn {
  background: #19BB6D !important;
  max-width: 580px;
}

.chtoper__btn:hover {
  opacity: 1;
  background: #14A45F !important;
}

.chtoper__btn_fixed {
  display: none;
  max-width: 100%;
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
  padding-top: 17px;
  padding-bottom: 15px;
}

.chtoper__btn_fixed.show {
  display: block;
}

.chtoper .mssngr__message-content {
  max-width: 395px;
}

.mssngr {
  min-height: 600px;
  background: #EFF1F4;
  border: 1px solid #DFE2E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
}

.mssngr__heading {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #DFE2E9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
}

.mssngr__operator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mssngr__operator-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mssngr__operator-heading {
  margin-left: 14px;
}

.mssngr__operator-statuses {
  margin-top: 5px;
}

.mssngr__operator-status {
  display: none;
  font-size: 14px;
  line-height: 17px;
  color: rgba(28, 30, 33, 0.55);
}

.mssngr__operator-status.show {
  display: block !important;
}

.mssngr__operator-typing {
  -webkit-animation: typing 2s linear infinite;
  animation: typing 2s linear infinite;
}

.mssngr__messages {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-x: hidden;
}

.mssngr__messages-bottom {
  margin-top: 50px;
  margin-bottom: 15px;
  display: none;
}

.mssngr__messages-bottom.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mssngr__messages-arrow {
  width: 30px;
  height: 30px;
}

.mssngr__messages-arrow svg {
  width: inherit;
  height: inherit;
}

.mssngr__messages-arrow svg path {
  fill: #CFD5DD;
}

.mssngr__message {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mssngr__message.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mssngr__message.sndr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mssngr__message.sndr .mssngr__message-content {
  background: #fff;
}

.mssngr__message.sndr .mssngr__message-text {
  margin-top: 0;
}

.mssngr__message-content {
  background: #E3E6EB;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mssngr__message-name {
  font-size: 17px;
  line-height: 20px;
}

.mssngr__message-text {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}

.mssngr__message-part {
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mssngr__message-part span {
  font-weight: 700;
}

.mssngr__message-time {
  font-size: 13px;
  line-height: 16px;
  color: rgba(28, 30, 33, 0.5);
  margin-left: 15px;
  margin-top: 4px;
}

.mssngr__btn {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.mssngr__form {
  width: 100%;
}

.mssngr__form-btn {
  width: 100%;
  margin-top: 15px;
}

.mssngr__form-input {
  background: #fff;
}

.csht__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.csht__content {
  width: 360px;
}

.csht__info {
  margin-top: 25px;
}

.csht__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csht__info-item + .csht__info-item {
  margin-top: 10px;
}

.csht__info-icon {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: relative;
}

.csht__info-icon svg {
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.csht__info-text {
  margin-left: 11px;
  font-size: 14px;
  line-height: 17px;
}

.csht__info-text span {
  font-weight: 700;
}

.csht__logos {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.csht__logo {
  height: 40px;
}

.csht__form {
  width: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.csht__label + .csht__label {
  margin-top: 20px;
}

.csht__btn {
  margin-top: 20px;
}

.upsll1__status {
  background: -o-linear-gradient(12.85deg, #17BB6C 0%, #3AD58A 100%);
  background: linear-gradient(77.15deg, #17BB6C 0%, #3AD58A 100%);
  padding-top: 11px;
  padding-bottom: 11px;
}

.upsll1__status.error {
  background: #D40205;
}

.upsll1__status-text {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.upsll1__heading {
  max-width: 600px;
  margin-bottom: 25px;
}

.upsll1__heading-title.error {
  color: #D40205;
}

.upsll1__heading-subtitle {
  margin-top: 12px;
}

.upsll1__text {
  color: rgba(28, 30, 33, 0.75);
}

.upsll1__text span {
  color: #1c1e21;
  font-weight: 700;
}

.upsll1__tb {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9DEE4;
}

.upsll1__tb-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.upsll1__tb-line + .upsll1__tb-line {
  margin-top: 8px;
}

.upsll1__tb-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upsll1__tb-title {
  width: 210px;
}

.upsll1__tb-descr {
  width: 632px;
}

.upsll1__tb-descr p span {
  color: #D40205;
}

.upsll1__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 25px;
}

.upsll1__content-title {
  margin-bottom: 20px;
}

.upsll1__content-part + .upsll1__content-part {
  margin-top: 12px;
}

.upsll1__content-btn {
  width: 100%;
  margin-top: 25px;
}

.upsll1 .mssngr__message-content {
  max-width: 600px;
}

.upsll1__mssngr {
  min-height: 540px;
}

.upsll1__mssngr .mssngr__messages {
  overflow: visible;
}

.upsll1__mssngr-form {
  margin-top: 50px;
}

.cnvrsn {
  margin-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cnvrsn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnvrsn__item-part {
  border: 1px solid #E3E6EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
}

.cnvrsn__currency {
  background: #F9F9FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnvrsn__currency-flag {
  width: 21px;
  height: 21px;
}

.cnvrsn__currency-descr {
  font-weight: 500;
  margin-left: 7px;
  text-transform: uppercase;
}

.cnvrsn__sum {
  background: #FFFFFF;
  width: 273px;
  margin-left: 7px;
}

.cnvrsn__sum-num {
  font-weight: 500;
}

.cnvrsn__arrows {
  width: 31px;
  height: 31px;
}

.chscrds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chscrds__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 25px;
  width: 412px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chscrds__list {
  margin-top: 15px;
}

.chscrds__list-item {
  border: 1px solid #E3E6EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 10px;
}

.chscrds__list-item + .chscrds__list-item {
  margin-top: 10px;
}

.chscrds__list-title {
  font-size: 14px;
  line-height: 18px;
  color: #898D95;
}

.chscrds__list-descr {
  font-weight: 500;
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
}

.chscrds__item-btn {
  margin-top: 15px;
  -webkit-animation: none;
          animation: none;
}

.explntn {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D9DEE4;
}

.explntn__content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

.explntn__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.explntn__title {
  margin-left: 10px;
}

.explntn__icon {
  width: 24px;
  height: 24px;
}

.explntn__text {
  margin-top: 10px;
}

.trnst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}

.trnst__item {
  border-radius: inherit;
  background: #E9EBEE;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  width: 415px;
  text-align: center;
  color: #838487;
}

.trnst__item.active {
  background: -o-linear-gradient(12.85deg, #17BB6C 0%, #3AD58A 100%);
  background: linear-gradient(77.15deg, #17BB6C 0%, #3AD58A 100%);
  -webkit-box-shadow: 0px 3px 10px rgba(23, 187, 108, 0.25);
          box-shadow: 0px 3px 10px rgba(23, 187, 108, 0.25);
  color: #fff;
}

.trnst__item-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.grnt {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #D9DEE4;
}

.grnt__logos {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grnt__logo {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 15px;
}

.grnt__logo img {
  height: 30px;
}

.grnt__logo + .grnt__logo {
  margin-left: 10px;
}

.vrtns .upsll1__heading {
  margin-bottom: 30px;
}

@-webkit-keyframes swing {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes swing {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes puls {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }
  15% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes puls {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }
  15% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateBack {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateBack {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes typing {
  0% {
    color: rgba(28, 30, 33, 0.55);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    color: rgba(28, 30, 33, 0.55);
  }
}

@keyframes typing {
  0% {
    color: rgba(28, 30, 33, 0.55);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    color: rgba(28, 30, 33, 0.55);
  }
}

@-webkit-keyframes blink-1 {
  50% {
    color: #17BB6C;
  }
  51% {
    color: #1C1E21;
  }
  100% {
    color: #1C1E21;
  }
}

@keyframes blink-1 {
  50% {
    color: #17BB6C;
  }
  51% {
    color: #1C1E21;
  }
  100% {
    color: #1C1E21;
  }
}

@-webkit-keyframes blink-2 {
  50% {
    color: #D40205;
  }
  51% {
    color: #1C1E21;
  }
  100% {
    color: #1C1E21;
  }
}

@keyframes blink-2 {
  50% {
    color: #D40205;
  }
  51% {
    color: #1C1E21;
  }
  100% {
    color: #1C1E21;
  }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
  .cntr1 {
    width: 720px;
  }
  .gvaway1__boxes {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gvaway1__box:nth-child(-n+3) {
    display: none;
  }
  .gvaway1__box {
    width: 31%;
  }
  .csht__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .csht__content {
    width: 100%;
  }
  .csht__info {
    margin-top: 20px;
  }
  .csht__logos {
    margin-top: 30px;
  }
  .csht__form {
    width: 100%;
    margin-top: 30px;
  }
  .csht__select {
    background: #fff url(../images/dwn-arrw1.svg) no-repeat 98%;
  }
  .upsll1__tb-descr {
    width: 502px;
  }
  .cnvrsn__sum {
    width: 207px;
  }
  .chscrds__item {
    width: 350px;
    padding: 20px;
  }
  .trnst__item {
    width: 350px;
  }
  .cht__message-img {
    width: 45px;
    height: 45px;
  }
  .cht__btn:hover {
    opacity: 1;
  }
  .btn:hover {
    opacity: 1;
  }
  .chtoper__btn:hover {
    background: #19BB6D !important;
  }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
  .cntr1 {
    width: 540px;
  }
  .gvaway1__box {
    width: 32.5%;
  }
  .gvaway1__content {
    /* margin-top: 25px; */
  }
  .cht__title {
    font-size: 18px;
    line-height: 23px;
  }
  .cht__messages {
    height: 400px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cht__nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .cht__nav-icon {
    width: 23px;
    height: 23px;
  }
  .cht__nav-icon + .cht__nav-icon {
    margin-left: 20px;
  }
  .cht__message-name {
    font-size: 16px;
    line-height: 19px;
  }
  .cht__scroll {
    right: 20px;
    width: 50px;
    height: 50px;
    bottom: 100px;
  }
  .cht__scroll.show {
    bottom: 83px;
  }
  .cht__scroll-wrap svg {
    width: 22px;
    height: 22px;
  }
  .cht__message-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 6px;
  }
  .cht__message-img {
    width: 40px;
    height: 40px;
  }
  .cht__message-part {
    font-size: 14px;
    line-height: 19px;
  }
  .cht__rplmgs {
    font-size: 14px;
    line-height: 19px;
  }
  .cht__bottom {
    padding-left: 15px;
  }
  .cht__bottom-icon {
    width: 30px;
    height: 30px;
  }
  .cht__send {
    width: 45px;
    height: 45px;
  }
  .cht__input {
    margin-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15px;
  }
  .ld__content {
    max-width: 470px;
  }
  .mssngr__heading {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .mssngr__message-name {
    font-size: 16px;
    line-height: 19px;
  }
  .mssngr__message-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 6px;
  }
  .csht__logos {
    width: 300px;
  }
  .csht__logo {
    height: 35px;
  }
  .csht__form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .csht__select {
    background: #fff url(../images/dwn-arrw1.svg) no-repeat 97.5%;
  }
  .upsll1__content {
    padding: 20px;
  }
  .upsll1__content-title {
    margin-bottom: 15px;
  }
  .upsll1__tb {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .upsll1__tb-title {
    width: 160px;
  }
  .upsll1__tb-title h6 {
    line-height: 19px;
  }
  .upsll1__tb-descr {
    width: 372px;
  }
  .upsll1__mssngr-form {
    margin-bottom: 15px;
  }
  .cnvrsn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .cnvrsn__item {
    width: 100%;
  }
  .cnvrsn__sum {
    width: 100%;
  }
  .cnvrsn__arrows {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 28px;
  }
  .chscrds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chscrds__item {
    width: 100%;
  }
  .chscrds__item + .chscrds__item {
    margin-top: 25px;
  }
  .trnst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
  .trnst__item {
    width: 100%;
    border-radius: 6px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .trnst__item + .trnst__item {
    margin-top: 5px;
  }
  .mdl__content {
    padding: 25px;
    max-width: 430px;
  }
  .explntn {
    padding-top: 25px;
    margin-top: 25px;
  }
  .explntn__content {
    padding: 20px;
  }
  .hdr1__sum {
    padding-left: 12px;
    margin-left: 12px;
  }
  .grnt {
    padding-top: 25px;
    margin-top: 25px;
  }
}

/* 330px - 576px */
@media screen and (max-width: 576px) {
  .cntr1 {
    width: 94%;
  }
  h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 500;
  }
  h3 {
    font-size: 23px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .btn {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .hdr1 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .hdr1__user {
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* -webkit-box-align: end; */
    -ms-flex-align: end;
    /* align-items: flex-end; */
    margin-top: -7px;
  }
  .hdr1__user-img {
    display: none;
  }
  .hdr1__user-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
  }
  .hdr1__sum {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .hdr1__sum-num {
    padding: 0;
    margin-top: 2px;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
  }
  .hdr1__sum-num.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    color: #17BB6C;
    -webkit-animation: blink-1 2s linear infinite;
            animation: blink-1 2s linear infinite;
  }
  .hdr1__sum-num.error {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    -webkit-animation: blink-2 2s linear infinite;
            animation: blink-2 2s linear infinite;
    color: #D40205;
  }
  .gvaway1__title {
    text-align: left;
  }
  .gvaway1__content {
    /* margin-top: 20px; */
  }
  .gvaway1__info {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .gvaway1__info-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .gvaway1__info-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px;
    line-height: 17px;
  }
  .gvaway1__info-item {
    text-align: left;
  }
  .gvaway1__info-item + .gvaway1__info-item {
    margin-top: 7px;
  }
  .gvaway1__info-item + .gvaway1__info-item .gvaway1__info-text {
    margin-right: 0px;
    margin-left: 12px;
  }
  .gvaway1__boxes {
    padding: 10px;
    /* border-radius: 6px; */
  }
  .gvaway1__box {
    width: 32%;
  }
  .gvaway1__box.active .gvaway1__box-cap {
    -webkit-transform: translate(0px, -21px);
        -ms-transform: translate(0px, -21px);
            transform: translate(0px, -21px);
  }
  .gvaway1__box.win .gvaway1__box-card {
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .gvaway1__copy {
    margin-top: 15px;
  }
  .mdl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mdl__content {
    max-width: 90%;
    padding: 10px;
    border-radius: 6px;
  }
  .mdl__title {
    margin-top: 20px;
  }
  .mdl_1 img {
    width: 105px;
  }
  .mdl_3 img {
    width: 100%;
    max-width: 280px;
  }
  .mdl_3 .mdl__text {
    margin-top: 20px;
  }
  .mdl__box {
    width: 170px;
  }
  .mdl__form-btn {
    margin-top: 11px;
  }
  .mdl__form-input {
    padding-bottom: 16px;
  }
  .mdl__btn {
    width: 100%;
  }
  .mdl_3__card {
    max-width: 90% !important;
  }
  .cht__nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .cht__nav-icon {
    width: 21px;
    height: 21px;
  }
  .cht__nav-icon + .cht__nav-icon {
    margin-left: 16px;
  }
  .cht__title {
    font-size: 17px;
    line-height: 22px;
  }
  .cht__online {
    margin-top: 4px;
  }
  .cht__messages {
    height: 385px;
  }
  .cht__message-img {
    width: 30px;
    height: 30px;
  }
  .cht__message-content {
    margin-left: 10px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .cht__message-name {
    font-size: 15px;
    line-height: 18px;
  }
  .cht__bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
  }
  .cht__bottom-icon {
    width: 26px;
    height: 26px;
  }
  .cht__input {
    margin-left: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cht__send {
    width: 43px;
    height: 43px;
  }
  .cht__scroll {
    width: 44px;
    height: 44px;
  }
  .cht__scroll.show {
    bottom: 77px;
  }
  .cht__scroll-wrap svg {
    width: 20px;
    height: 20px;
  }
  .ld {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
  }
  .ld__title {
    font-size: 20px;
    line-height: 25px;
  }
  .ld__subtitle {
    margin-top: 10px;
  }
  .ld__status {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .ld__preloader-1 {
    width: 55px;
  }
  .ld__preloader-2 {
    width: 80px;
  }
  .ld__preloader-3 {
    width: 110px;
  }
  .chtoper__title {
    margin-bottom: 20px;
  }
  .mssngr {
    border-radius: 6px;
  }
  .mssngr__heading {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 6px 6px 0 0;
  }
  .mssngr__operator-img {
    width: 45px;
    height: 45px;
  }
  .mssngr__operator-name {
    font-size: 15px;
    line-height: 18px;
  }
  .mssngr__operator-statuses {
    margin-top: 4px;
  }
  .mssngr__message-name {
    font-size: 15px;
    line-height: 18px;
  }
  .mssngr__message-part {
    font-size: 15px;
  }
  .mssngr__messages-bottom {
    margin-top: 40px;
  }
  .mssngr__messages-bottom.show {
    display: block;
  }
  .mssngr__messages-arrow {
    display: none;
  }
  .mssngr__messages {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mssngr__btn {
    margin-left: 0;
    margin-right: 0;
  }
  .csht__info-icon {
    min-width: 30px;
  }
  .csht__info-text {
    line-height: 18px;
  }
  .csht__logo {
    height: 30px;
  }
  .csht__logos {
    width: 250px;
  }
  .csht__form {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
  }
  .csht__select {
    background: #fff url(../images/dwn-arrw1.svg) no-repeat 95.5%;
  }
  .upsll1__status {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .upsll1__content {
    border-radius: 6px;
    padding: 15px;
  }
  .upsll1__tb-title {
    width: 100%;
  }
  .upsll1__tb-title h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    opacity: .55;
  }
  .upsll1__tb-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .upsll1__tb-item {
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0;
  }
  .upsll1__tb-descr {
    width: 100%;
    margin-top: 4px;
  }
  .upsll1__tb-descr p {
    font-size: 15px;
    line-height: 21px;
  }
  .upsll1__mssngr-form {
    margin-top: 40px;
  }
  .cnvrsn__arrows {
    display: none;
  }
  .cnvrsn__item:nth-child(3) {
    margin-top: 7px;
  }
  .chscrds__list-item {
    padding-left: 13px;
    padding-right: 13px;
  }
  .chscrds__item {
    border-radius: 6px;
    padding: 15px;
  }
  .explntn__content {
    border-radius: 6px;
    padding: 15px;
  }
  .explntn__icon {
    width: 22px;
    height: 22px;
  }
  .trnst {
    border-radius: 6px;
  }
  .grnt__logo img {
    height: 25px;
  }
  .grnt__logo {
    border-radius: 6px;
  }
  .vrtns .upsll1__heading {
    margin-bottom: 25px;
  }
}

/* < 330px */
@media screen and (max-width: 330px) {
  p {
    font-size: 15px;
    line-height: 21px;
  }
  .btn {
    font-size: 15px;
    line-height: 21px;
  }
  .hdr1__user-name {
    font-size: 0px;
    line-height: 16px;
  }
  .hdr1__sum-num {
    font-size: 14px;
    line-height: 17px;
  }
  .cht__input {
    margin-left: 10px;
  }
}
.karibka{
  width: 40px;
}
