@charset "UTF-8";
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.woff") format("truetype");
  font-style: normal;
  font-weight: 300; }
html, body {
  font-family: 'e-Ukraine', 'Source Sans Pro', Arial, sans-serif;
  color: #000;
  height: 100%; }

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

main {
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000; }

#app {
  height: 100%; }
  #app section.form-block {
    height: 100%; }

/* -- UI Kit -- */
a, p, h1, h2, h3, li, span {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em; }

.ul-style-none {
  list-style-type: none;
  padding: 0; }

hr {
  border-top: 1px solid #000; }

.text-14-20 {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (max-width: 768px) {
    .text-14-20 {
      font-size: 13px;
      line-height: 18px; } }

.text-16-24 {
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .text-16-24 {
      font-size: 13px;
      line-height: 18px; } }

.text-18-28 {
  font-size: 18px;
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    .text-18-28 {
      font-size: 13px;
      line-height: 18px; } }

.text-18-24 {
  font-size: 18px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .text-18-24 {
      font-size: 13px;
      line-height: 18px; } }

.text-20-24 {
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .text-20-24 {
      font-size: 13px;
      line-height: 16px; } }

.text-24-28 {
  font-size: 24px;
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    .text-24-28 {
      font-size: 16px;
      line-height: 20px; } }

h1, .h1 {
  font-size: 56px;
  line-height: 67px; }
  @media only screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 28px; } }

h2, .h2 {
  font-size: 38px;
  line-height: 40px; }
  @media only screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 24px; } }

h3, .h3 {
  font-size: 28px;
  line-height: 32px; }
  @media only screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 18px;
      line-height: 24px; } }

@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 24px; } }

/* sections backgrounds */
section.gray {
  background-color: #E7EEF3; }

section.yellow {
  background-color: #FFF7E3; }

section.red {
  background-color: #ffe3e3;
  min-height: 70vh; }

/* icons */
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center; }

.icon-warning {
  width: 36px;
  height: 36px;
  background-image: url("/source/img/icons/icon-warning.svg");
  margin-right: 5px; }

.icon-question {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("/source/img/icons/icon-question.svg");
  margin-left: 5px; }

.icon-finger-up {
  position: relative;
  width: 38px;
  height: 36px;
  background-image: url("/source/img/icons/icon-finger-up.svg");
  margin-left: 10px; }

.icon-doc {
  width: 24px;
  height: 24px;
  background-image: url("/source/img/icons/icon-doc.svg");
  background-position: center;
  background-repeat: no-repeat; }

.icon-download {
  width: 24px;
  height: 24px;
  background-image: url("/source/img/icons/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat; }

.icon-big-close {
  width: 38px;
  height: 38px;
  background-image: url("/source/img/icons/big-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat; }

.icon-left-arrow {
  width: 38px;
  height: 38px;
  background-image: url("/source/img/icons/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat; }

.icon-cancel {
  width: 38px;
  height: 38px;
  background-image: url("/source/img/icons/big-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat; }

.a-arrow {
  text-decoration: none; }
  .a-arrow .with-arrow {
    padding-right: 30px;
    position: relative; }
    .a-arrow .with-arrow:after {
      transition: .2s;
      content: '';
      position: absolute;
      top: 6px;
      right: 0px;
      display: block;
      width: 24px;
      height: 24px;
      background-image: url("/source/img/icons/arrow-right.svg");
      background-repeat: no-repeat;
      opacity: 0;
      transform: rotate(-45deg); }
  .a-arrow:hover .with-arrow:after {
    transition: .2s;
    opacity: 1; }

/* Active fields */
.input-field {
  margin-top: 12px; }
  .input-field .description {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin-bottom: 0px; }
  .input-field .error {
    color: red !important;
    font-size: 12px; }
  .input-field input {
    width: 100%;
    padding: 5px 0px;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    .input-field input .error-field {
      border-bottom: 2px solid red !important; }
    .input-field input.disabled, .input-field input:disabled {
      border-bottom: 2px solid #c0c0c0;
      color: #c0c0c0;
      background-color: transparent; }

.input-field-material {
  position: relative;
  margin-top: 35px; }
  .input-field-material .error {
    color: red !important; }
  .input-field-material span.error {
    font-size: 12px; }
  .input-field-material input {
    font-size: 16px;
    font-weight: 24px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 2px solid #000; }
    .input-field-material input .error-field {
      border-bottom: 2px solid red !important; }
    .input-field-material input.disabled, .input-field-material input:disabled {
      border-bottom: 2px solid #c0c0c0;
      color: #c0c0c0;
      background-color: transparent; }
    .input-field-material input:focus {
      outline: none; }
  .input-field-material label {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .input-field-material input:focus ~ label, .input-field-material input:valid ~ label {
    top: -18px;
    font-size: 12px;
    line-height: 16px; }

input[type=text], input[type=number], input[type=email], input[type=tel] {
  width: 100%;
  padding: 5px 0px;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em; }
  input[type=text] .error-field, input[type=number] .error-field, input[type=email] .error-field, input[type=tel] .error-field {
    border-bottom: 2px solid red !important; }

textarea {
  width: 100%;
  border: 2px solid #000;
  border-radius: 4px; }

select {
  cursor: pointer;
  width: 100%;
  padding: 5px 0px;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  background-color: transparent; }

.radio {
  display: flex;
  cursor: pointer; }
  .radio input {
    display: none; }
    .radio input:checked ~ label {
      transition: .2s;
      box-shadow: inset 0px 0px 0px 1px black; }
    .radio input:checked ~ label:after {
      opacity: 1; }
  .radio label {
    cursor: pointer;
    transition: .2s;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    width: 22px;
    height: 22px;
    border: 1px solid black;
    border-radius: 100%;
    vertical-align: middle;
    box-shadow: inset 0px 0px 0px 0px black; }
    .radio label:after {
      position: absolute;
      content: '';
      top: 4px;
      left: 4px;
      opacity: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background-color: black; }
  .radio span {
    vertical-align: middle;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    .radio span:hover {
      color: black; }

.checkbox {
  display: flex;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked ~ label {
      transition: .2s;
      box-shadow: inset 0px 0px 0px 1px black; }
    .checkbox input:checked ~ label:after {
      opacity: 1; }
  .checkbox label {
    cursor: pointer;
    transition: .2s;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    border: 2px solid black;
    vertical-align: middle;
    box-shadow: inset 0px 0px 0px 0px black; }
    .checkbox label:after {
      position: absolute;
      content: '';
      top: 3px;
      left: 3px;
      opacity: 0;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: black; }
  .checkbox span {
    vertical-align: middle;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    .checkbox span:hover {
      color: black; }

.btn-black {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  min-width: 225px;
  color: white;
  background-color: #000;
  padding: 16px 30px;
  border-radius: 100px;
  z-index: 1;
  border: none;
  text-decoration: none;
  outline: none !important; }
  .btn-black.outline {
    color: #000;
    box-shadow: inset 0px 0px 0px 2px #000;
    background-color: transparent; }
  .btn-black.sm {
    font-size: 16px;
    line-height: 24px;
    min-width: 175px; }
    .btn-black.sm:disabled {
      opacity: .3; }
  .btn-black.link {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 28px;
    min-width: auto; }
  .btn-black:before {
    content: '';
    transition: 0.2s ease-in-out;
    background: linear-gradient(68.94deg, #C3AAB2 -4.77%, #99EECC 46.72%, #80C0C8 90.23%, #4B8BFA 134.46%);
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    opacity: 0;
    border-radius: 100px;
    visibility: visible; }
  .btn-black:hover {
    text-decoration: none;
    color: white; }
  .btn-black:hover:before {
    transition: 0.2s;
    opacity: 1; }
  .btn-black:disabled {
    opacity: .5; }

.file-input {
  position: relative;
  width: 100%;
  padding: 26px;
  border: 2px dashed #808080;
  text-align: center;
  margin-top: 55px; }
  .file-input span {
    display: block; }
    .file-input span.description {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.02em; }
    .file-input span.under {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.02em;
      color: #000000;
      opacity: 0.5; }
  .file-input input[type=file] {
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    outline: none; }

.pt-130 {
  padding-top: 130px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 576px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-65 {
  margin-top: 65px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-25 {
  margin-top: 25px; }

.mt-15 {
  margin-top: 15px; }

.mt-85 {
  margin-top: 85px; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.px-80 {
  padding: 0px 80px; }
  @media only screen and (max-width: 576px) {
    .px-80 {
      padding: 0px 15px; } }

.py-30 {
  padding: 30px 0px; }

header {
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 15;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  padding: 0px 30px !important; }
  @media only screen and (max-width: 576px) {
    header {
      padding: 0px 3px !important; } }
  header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 45px;
    right: 45px;
    height: 2px;
    background-color: #000;
    opacity: 0;
    transition-delay: 0ms;
    transition: opacity 400ms; }
    @media only screen and (max-width: 576px) {
      header:after {
        left: 15px;
        right: 15px; } }
  header.white:after {
    opacity: 1; }
  header.active:after {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 500ms; }
  header .navbar {
    padding: 0px;
    width: 100%; }
    header .navbar .logo {
      margin: 0px 5px 0px 20px; }
      header .navbar .logo svg {
        height: 36px; }
    header .navbar .nav-left-menu {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        header .navbar .nav-left-menu {
          width: 100%;
          justify-content: space-between; } }
      @media only screen and (max-width: 576px) {
        header .navbar .nav-left-menu.main-page {
          width: 100%;
          justify-content: flex-end; } }
      header .navbar .nav-left-menu img {
        height: 30px; }
      header .navbar .nav-left-menu .navigation a {
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
        padding: 6px 0px;
        margin: 0px 15px;
        text-decoration: none;
        display: inline-block; }
        header .navbar .nav-left-menu .navigation a:hover {
          transition: 0.2s ease-in-out;
          box-shadow: 0px 2px 0px 0px black; }
        header .navbar .nav-left-menu .navigation a span {
          font-style: normal;
          font-weight: normal;
          font-size: 13px;
          line-height: 16px;
          vertical-align: middle; }
        header .navbar .nav-left-menu .navigation a i {
          width: 7px;
          height: 4px;
          margin: 2px 3px 0;
          vertical-align: middle;
          display: inline-block;
          background-image: url("../img/down-arrow.svg");
          background-size: cover;
          background-position: center; }
    header .navbar .nav-center-menu a {
      padding: 0px 15px; }
    header .navbar .nav-center-menu ul {
      display: block;
      margin: 0px;
      padding: 0px; }
      header .navbar .nav-center-menu ul li {
        display: inline-block; }
        header .navbar .nav-center-menu ul li a {
          display: block;
          font-weight: 600;
          font-size: 0.9rem;
          line-height: 2rem;
          margin: 0px 10px;
          text-decoration: none; }
    header .navbar .nav-right-menu ul {
      display: block;
      margin: 0px;
      padding: 0px; }
      header .navbar .nav-right-menu ul li {
        display: inline-block; }
        header .navbar .nav-right-menu ul li a {
          display: block;
          font-weight: 600;
          font-size: 0.9rem;
          line-height: 2rem;
          margin: 0px 5px; }
    header .navbar .nav-right-menu .language-switcher .dropdown .dropdown-menu, header .navbar .nav-right-menu .closed-eye .dropdown .dropdown-menu {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      max-height: 0;
      display: block;
      overflow: hidden;
      opacity: 0; }
    header .navbar .nav-right-menu .language-switcher .dropdown.show .dropdown-menu, header .navbar .nav-right-menu .closed-eye .dropdown.show .dropdown-menu {
      max-height: 200px;
      opacity: 1; }
    header .navbar .nav-right-menu .language-switcher .dropdown-item.active, header .navbar .nav-right-menu .closed-eye .dropdown-item.active {
      background-color: #000; }
    header .navbar .nav-right-menu .language-switcher .dropdown-menu, header .navbar .nav-right-menu .closed-eye .dropdown-menu {
      min-width: auto;
      left: 0;
      right: 0;
      margin: auto;
      width: min-content; }
      header .navbar .nav-right-menu .language-switcher .dropdown-menu a, header .navbar .nav-right-menu .closed-eye .dropdown-menu a {
        margin: 0; }
    header .navbar .nav-right-menu .language-switcher a, header .navbar .nav-right-menu .closed-eye a {
      line-height: 2rem;
      padding: 0px 15px;
      display: block; }
      header .navbar .nav-right-menu .language-switcher a::after, header .navbar .nav-right-menu .closed-eye a::after {
        display: none; }
      header .navbar .nav-right-menu .language-switcher a span, header .navbar .nav-right-menu .closed-eye a span {
        line-height: 2rem;
        vertical-align: middle;
        font-weight: 600; }
      header .navbar .nav-right-menu .language-switcher a i, header .navbar .nav-right-menu .closed-eye a i {
        width: 7px;
        height: 4px;
        margin: 2px 3px 0;
        vertical-align: middle;
        display: inline-block;
        background-image: url("../img/down-arrow.svg");
        background-size: cover;
        background-position: center; }
    header .navbar .nav-right-menu .closed-eye a {
      line-height: 2rem;
      padding: 0px 15px;
      display: block; }
      header .navbar .nav-right-menu .closed-eye a img {
        line-height: 2rem;
        vertical-align: middle;
        font-weight: 600;
        display: inline-block;
        height: 13px; }
      header .navbar .nav-right-menu .closed-eye a i {
        width: 7px;
        height: 4px;
        margin: 2px 3px 0;
        vertical-align: middle;
        display: inline-block;
        background-image: url("../img/down-arrow.svg");
        background-size: cover;
        background-position: center; }

.header-menu.white header {
  padding: 28px 0 10px;
  border-bottom: 1px solid black;
  height: auto; }

/* Custom styles for sections */
.main-block {
  min-height: 600px;
  position: relative;
  overflow: hidden; }
  .main-block:after {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    left: -50px;
    top: -50px;
    bottom: -50px;
    right: -50px;
    content: "";
    animation: 15s infinite granimate;
    display: block;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(217deg, rgba(235, 240, 255, 0.8), rgba(255, 0, 0, 0) 50.71%), linear-gradient(127deg, rgba(150, 153, 160, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);
    background-size: 150vw 150vh;
    -webkit-animation: 15s infinite granimate;
    animation: 15s infinite granimate; }
@keyframes granimate {
  0%,100% {
    background-position: 0 25%; }
  25%,75% {
    background-position: 50% 50%; }
  50% {
    background-position: 100% 100%; } }
  .main-block .logo-name {
    text-align: center;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main-block .logo-name img {
      height: 96px;
      margin: 45px 0 20px; }
    .main-block .logo-name h1 {
      text-align: center; }
    .main-block .logo-name button {
      margin-top: 50px;
      outline: none; }

.modal .modal-size-740 {
  max-width: 740px; }
.modal .modal-header {
  border: none; }
.modal .modal-footer {
  border: none;
  padding: 20px 40px 40px;
  justify-content: flex-start; }
.modal .modal-header .close {
  margin: 0 0 -1.7rem auto; }

.advantages-block h3 {
  font-size: 1.92rem;
  font-weight: 600;
  line-height: 1.588;
  margin: 15px 20px; }
.advantages-block p {
  font-size: 1.31rem;
  line-height: 1.588;
  margin: 0px 20px; }

.trust-services {
  padding-bottom: 40px; }
  .trust-services h2 {
    margin: 60px 0px 50px 0px; }
  .trust-services .image-service {
    display: block;
    width: 100%;
    height: 190px;
    background: silver;
    background-size: cover;
    background-position: center; }
  .trust-services h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin: 15px 0px; }
  .trust-services .col-md-4 {
    margin-bottom: 60px; }
  .trust-services a {
    display: block;
    border-top: 2px solid #000; }
  .trust-services .buy-sertificate .image-service {
    background-image: url("../img/main-page/buy-sertificate.png"); }
  .trust-services .update-sertificate .image-service {
    background-image: url("../img/main-page/update-sertificate.png"); }
  .trust-services .find-sertificate .image-service {
    background-image: url("../img/main-page/find-sertificate.png"); }
  .trust-services .sign-sertificate .image-service {
    background-image: url("../img/main-page/sign-sertificate.png"); }
  .trust-services .check-signature .image-service {
    background-image: url("../img/main-page/check-signature.png"); }
  .trust-services .service-points .image-service {
    background-image: url("../img/main-page/service-points.jpg"); }

.news {
  background-color: #000;
  color: white; }
  .news .row-wrapper {
    padding: 60px 0px 50px; }
  .news .second-block {
    padding: 0px 0px 100px 0px; }
  .news h2 {
    color: white; }
  .news .date {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 10px 0px;
    font-weight: 300; }
  .news .all-news-button {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .news .button {
    cursor: pointer;
    padding: 10px 0px;
    display: flex; }
    .news .button span {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.02em;
      vertical-align: middle;
      margin-right: 14px;
      font-weight: 300;
      color: #fff; }
    .news .button .arrow-right {
      width: 22px;
      height: 22px;
      background-image: url("../img/arrow-right.svg"); }
  @media only screen and (max-width: 768px) {
    .news .big-news {
      margin-bottom: 50px; } }
  .news .big-news .big-image {
    width: 90%;
    height: 280px;
    background-color: silver;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 768px) {
      .news .big-news .big-image {
        width: 100%; } }
  .news .big-news a {
    text-decoration: none;
    color: white; }
  .news .big-news h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news .big-news .date {
    margin: 15px 0px; }
  .news .block {
    border-top: 2px solid white;
    min-height: 175px;
    margin-bottom: 15px; }
    .news .block a {
      color: white;
      text-decoration: none; }
    .news .block h3 {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.02em;
      font-weight: 300;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.main-faq {
  background-color: #E7EEF3;
  padding: 80px 0px 120px; }
  .main-faq .list-wrapper {
    width: 86%; }
  .main-faq .list-title {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000;
    opacity: 0.5;
    margin: 40px 0px 40px 0px; }
    .main-faq .list-title::after {
      position: absolute;
      content: '';
      bottom: -10px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #C3AAB2 0%, #99EECC 57.66%, #80C0C8 76.7%, #4B8BFA 100%); }
  .main-faq ul {
    list-style-type: none;
    padding: 0px; }
    .main-faq ul li {
      margin: 20px 0px; }
      .main-faq ul li a {
        text-decoration: none; }
        .main-faq ul li a:hover {
          text-decoration: underline; }
      .main-faq ul li h3 {
        font-size: 18px;
        line-height: 28px;
        color: #000; }

.accordion .item {
  box-shadow: 0px -2px 0px 0px black; }
  .accordion .item:last-child {
    box-shadow: 0px -2px 0px 0px black, 0px 2px 0px 0px black; }
  .accordion .item .item-header {
    padding: 0px; }
    .accordion .item .item-header button, .accordion .item .item-header div[type="button"], .accordion .item .item-header .button {
      cursor: pointer;
      position: relative;
      text-align: left;
      transition: .3s;
      width: 100%;
      outline: none;
      background: none;
      padding: 45px 20px 45px 0px;
      font-style: normal;
      font-weight: normal;
      font-size: 28px;
      line-height: 32px;
      letter-spacing: -0.02em;
      background: transparent;
      border: none; }
      @media only screen and (max-width: 768px) {
        .accordion .item .item-header button, .accordion .item .item-header div[type="button"], .accordion .item .item-header .button {
          font-size: 18px;
          line-height: 24px; } }
      .accordion .item .item-header button:hover, .accordion .item .item-header div[type="button"]:hover, .accordion .item .item-header .button:hover {
        transition: .3s;
        padding: 45px 30px;
        background: #000;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .accordion .item .item-header button:hover, .accordion .item .item-header div[type="button"]:hover, .accordion .item .item-header .button:hover {
            padding: 45px 60px 45px 15px !important; } }
        .accordion .item .item-header button:hover .plus, .accordion .item .item-header div[type="button"]:hover .plus, .accordion .item .item-header .button:hover .plus {
          transition: .2s;
          transform: translateX(-30px); }
          @media only screen and (max-width: 768px) {
            .accordion .item .item-header button:hover .plus, .accordion .item .item-header div[type="button"]:hover .plus, .accordion .item .item-header .button:hover .plus {
              transform: translateX(-15px); } }
          .accordion .item .item-header button:hover .plus i.vertical, .accordion .item .item-header button:hover .plus i.horisontal, .accordion .item .item-header div[type="button"]:hover .plus i.vertical, .accordion .item .item-header div[type="button"]:hover .plus i.horisontal, .accordion .item .item-header .button:hover .plus i.vertical, .accordion .item .item-header .button:hover .plus i.horisontal {
            background-color: #fff !important; }
      .accordion .item .item-header button[aria-expanded=true] .plus i.vertical, .accordion .item .item-header div[type="button"][aria-expanded=true] .plus i.vertical, .accordion .item .item-header .button[aria-expanded=true] .plus i.vertical {
        opacity: 0; }
      .accordion .item .item-header button[aria-expanded=true]:hover, .accordion .item .item-header div[type="button"][aria-expanded=true]:hover, .accordion .item .item-header .button[aria-expanded=true]:hover {
        transition: .3s;
        padding: 45px 20px 45px 0px !important;
        color: #000;
        background: transparent !important; }
        .accordion .item .item-header button[aria-expanded=true]:hover .plus, .accordion .item .item-header div[type="button"][aria-expanded=true]:hover .plus, .accordion .item .item-header .button[aria-expanded=true]:hover .plus {
          transition: .2s;
          transform: translateX(0px); }
          .accordion .item .item-header button[aria-expanded=true]:hover .plus i.vertical, .accordion .item .item-header button[aria-expanded=true]:hover .plus i.horisontal, .accordion .item .item-header div[type="button"][aria-expanded=true]:hover .plus i.vertical, .accordion .item .item-header div[type="button"][aria-expanded=true]:hover .plus i.horisontal, .accordion .item .item-header .button[aria-expanded=true]:hover .plus i.vertical, .accordion .item .item-header .button[aria-expanded=true]:hover .plus i.horisontal {
            background-color: #000 !important; }
      .accordion .item .item-header button .plus, .accordion .item .item-header div[type="button"] .plus, .accordion .item .item-header .button .plus {
        position: absolute;
        transition: .2s;
        width: 18px;
        top: 50px;
        right: 3px;
        height: 18px; }
        .accordion .item .item-header button .plus i.vertical, .accordion .item .item-header div[type="button"] .plus i.vertical, .accordion .item .item-header .button .plus i.vertical {
          position: absolute;
          transition: .2s;
          display: block;
          width: 2px;
          left: 8px;
          height: 18px;
          background-color: #000;
          opacity: 1; }
        .accordion .item .item-header button .plus i.horisontal, .accordion .item .item-header div[type="button"] .plus i.horisontal, .accordion .item .item-header .button .plus i.horisontal {
          position: absolute;
          display: block;
          width: 18px;
          top: 8px;
          height: 2px;
          background-color: #000; }
  .accordion .item .item-body {
    padding: 10px 0px 40px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 25px;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .accordion .item .item-body {
        font-size: 14px; } }

/* Menu */
.big-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #e7eef3;
  z-index: 10;
  padding-bottom: 60px;
  transform: translate3d(0, 0, 0); }
  .big-menu .underline-block {
    height: 72px;
    border-bottom: 1px solid black; }
  .big-menu .menu-list {
    padding-top: 130px; }
    .big-menu .menu-list a {
      font-size: 16px;
      line-height: 24px;
      display: block;
      margin-bottom: 16px;
      text-decoration: none; }
    .big-menu .menu-list ul {
      padding: 0px 25px;
      margin: 0 0 30px;
      list-style-type: none; }
      .big-menu .menu-list ul li {
        margin: 12px 0; }
        .big-menu .menu-list ul li a {
          font-size: 1.08rem;
          line-height: 1.571;
          padding: 5px 0;
          color: #6e6e6e; }

.shadow {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8); }

.shadow-enter-active {
  transition: all .3s ease; }

.shadow-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.shadow-enter, .shadow-leave-to
 {
  opacity: 0; }

.menu-enter-active, .menu-leave-active {
  transition: transform 700ms cubic-bezier(0.75, 0, 0, 1), visibility 700ms linear; }

.menu-enter, .menu-leave-to {
  /* .slide-fade-leave-active до версии 2.1.8 */
  transform: translate3d(0, -100%, 0); }

/* Swipe animation */
/* Information page */
.nav.wrapper a {
  text-decoration: none; }

.first-header-block {
  padding-top: 130px; }
  .first-header-block .header-links {
    display: block;
    overflow-x: auto;
    margin: 25px -5px 0px; }
    .first-header-block .header-links a {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.02em;
      padding: 10px 0px;
      margin-right: 45px;
      opacity: .5; }
      .first-header-block .header-links a.active {
        box-shadow: inset 0px -2px 0px 0px #000;
        opacity: 1; }
    .first-header-block .header-links .wrapper {
      width: max-content;
      padding: 0px 10px; }

.block-tabs {
  display: block;
  overflow-x: auto;
  margin-top: 25px;
  margin: 0px -5px; }
  .block-tabs a {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 16px;
    margin-right: 10px;
    border-radius: 50px;
    opacity: .5;
    background-color: #F1F1F1; }
    .block-tabs a.active {
      box-shadow: inset 0px 0px 0px 2px #000;
      opacity: 1;
      background-color: transparent; }
  .block-tabs .wrapper {
    width: max-content;
    padding: 0px 10px; }

.tooltip-inner {
  max-width: 400px;
  padding: 0.75rem 1rem;
  text-align: left; }

.form-block {
  display: flex; }
  @media only screen and (max-width: 768px) {
    .form-block {
      flex-direction: column; } }
  .form-block .progress-bar {
    position: relative;
    width: 50%;
    background-color: #eee;
    height: 4px; }
    .form-block .progress-bar .progress {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 3%;
      height: 4px;
      background-image: linear-gradient(90deg, #C3AAB2 0%, #99EECC 57.66%, #80C0C8 76.7%, #4B8BFA 100%); }
  .form-block .steps {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    width: max-content;
    padding: 10px 0px; }
    .form-block .steps:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      height: 2px;
      background-image: linear-gradient(90deg, #C3AAB2 0%, #99EECC 57.66%, #80C0C8 76.7%, #4B8BFA 100%); }
  .form-block .main-side-wrapper {
    padding: 130px 0 100px;
    width: 56.5%;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .form-block .main-side-wrapper {
        width: 100%;
        padding: 130px 30px 30px;
        justify-content: flex-start; } }
    .form-block .main-side-wrapper .main-side {
      position: relative;
      max-width: 660px;
      width: 100%;
      padding: 0 120px 0 15px; }
      @media only screen and (max-width: 768px) {
        .form-block .main-side-wrapper .main-side {
          padding: 0px; } }
      .form-block .main-side-wrapper .main-side .text-help.yellow {
        background-color: #FFF4D7;
        padding: 5px 8px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px; }
      .form-block .main-side-wrapper .main-side .notification-text.yellow {
        background-color: #FFF4D7;
        padding: 24px 15px; }
      @media only screen and (max-width: 450px) {
        .form-block .main-side-wrapper .main-side .step {
          padding: 0px; }
          .form-block .main-side-wrapper .main-side .step button.mt-65 {
            margin-top: 15px; }
          .form-block .main-side-wrapper .main-side .step button.ml-15 {
            margin-left: 0px; } }
  .form-block .help-side-wrapper {
    padding: 130px 0px 30px;
    width: 43.5%;
    display: flex;
    align-items: center;
    background: #E7EEF3; }
    @media only screen and (max-width: 768px) {
      .form-block .help-side-wrapper {
        width: 100%;
        padding: 50px 0px 30px; } }
    .form-block .help-side-wrapper .help-side {
      max-width: 510px;
      padding: 0px 40px; }
      @media only screen and (max-width: 768px) {
        .form-block .help-side-wrapper .help-side {
          padding: 0px 15px; } }
      .form-block .help-side-wrapper .help-side h4 {
        margin-bottom: 35px;
        font-size: 24px;
        line-height: 28px; }
      .form-block .help-side-wrapper .help-side p {
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 768px) {
          .form-block .help-side-wrapper .help-side p {
            font-size: 13px;
            line-height: 18px; } }

.table-info-device td {
  border: 2px solid #E7EEF3;
  padding: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px; }
.table-info-device th {
  background-color: #E7EEF3;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000000; }

.rainbow-bg {
  border: 2px solid;
  border-image: radial-gradient(92.76% 76.25% at 7.24% 21%, #B5D39D 0%, #F1ACAC 25.66%, #BF98C6 54.47%, #7179EF 86.04%, #2833D0 100%) 1; }

.notification {
  padding: 40px 65px; }
  @media only screen and (max-width: 576px) {
    .notification {
      padding: 40px 15px; } }
  .notification.yellow {
    background: #FFF7E3; }
  .notification.point-up {
    position: relative;
    padding: 25px 32px 25px 72px; }
    .notification.point-up::after {
      content: '';
      display: block;
      position: absolute;
      top: 25px;
      left: 24px;
      width: 32px;
      height: 32px;
      background-image: url("../img/icons/icon-pointing-up.svg");
      background-position: center;
      background-repeat: no-repeat; }

.certificates-block {
  position: relative;
  margin-top: 25px;
  padding: 25px 65px; }
  .certificates-block .icon-left {
    position: absolute;
    top: 26px;
    left: 30px; }
  .certificates-block .icon-right {
    position: absolute;
    top: 26px;
    right: 30px; }
  .certificates-block .item {
    margin-top: 15px; }
    .certificates-block .item .text-gray {
      display: block;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.02em;
      opacity: 0.5; }
    .certificates-block .item .text-black {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.02em; }

.information-block {
  padding: 80px 0px; }
  .information-block.yellow {
    background: #FFF7E3; }
  .information-block .h3-design {
    margin: 65px 0px 30px; }
  .information-block .text-information {
    color: #000;
    margin: 40px 0px; }
  .information-block .block-key {
    padding: 30px 0px; }
    .information-block .block-key .key {
      padding: 10px 15px;
      background-color: #F1F1F1;
      border-radius: 50px; }
    .information-block .block-key p {
      margin-top: 25px; }
  .information-block .block-key-big {
    padding: 60px 0px;
    border-bottom: 2px solid #000; }
    .information-block .block-key-big .h3-design {
      margin-top: 0px; }
    .information-block .block-key-big .buttons {
      margin-top: 50px; }
      .information-block .block-key-big .buttons a:last-child {
        margin-left: 16px; }
        @media only screen and (max-width: 576px) {
          .information-block .block-key-big .buttons a:last-child {
            margin-left: 0px;
            margin-top: 15px; } }
  .information-block .item-doc {
    margin-bottom: 25px;
    position: relative;
    margin-left: 2px; }
    .information-block .item-doc a {
      display: flex; }
      .information-block .item-doc a .icon-doc {
        display: block;
        position: absolute;
        top: 3px; }
      .information-block .item-doc a .icon-download {
        display: block;
        position: absolute;
        top: 3px; }
      .information-block .item-doc a .text {
        padding-left: 40px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        /* or 156% */
        letter-spacing: -0.02em; }
        @media only screen and (max-width: 768px) {
          .information-block .item-doc a .text {
            font-size: 13px;
            line-height: 18px; } }

.modal-for-documents {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #fff; }
  .modal-for-documents .header {
    padding: 20px 0px; }
    .modal-for-documents .header button {
      background: none;
      border: none;
      outline: none; }
  .modal-for-documents .col {
    height: 100vh;
    display: flex;
    flex-direction: column; }
  .modal-for-documents .content {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 30px 0px; }
  .modal-for-documents img {
    position: absolute;
    height: 100%;
    max-width: 100%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: block; }
  .modal-for-documents object {
    margin: auto;
    height: 100%;
    width: 100%;
    display: block; }

.modal-enter-active, .modal-leave-active {
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.75, 0, 0, 1); }

.modal-enter, .modal-leave-to {
  /* .slide-fade-leave-active до версии 2.1.8 */
  opacity: 0; }

.information-device h1 {
  font-size: 38px;
  line-height: 40px; }
.information-device .image-wrapper {
  padding: 30px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000; }
  .information-device .image-wrapper img {
    max-width: 80%; }
.information-device .price-wrapper {
  padding: 17px 30px;
  background: #FFF7E3; }
  .information-device .price-wrapper .price-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
  .information-device .price-wrapper .price {
    font-size: 20px;
    line-height: 24px; }
.information-device .line-silver {
  border-bottom: 2px solid #E7EEF3; }
.information-device .wrapper-link {
  position: relative;
  padding: 25px 30% 25px 55px; }
  .information-device .wrapper-link a {
    text-decoration: none; }
    .information-device .wrapper-link a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .information-device .wrapper-link {
      padding: 25px 25px 25px 55px; } }
  .information-device .wrapper-link.doc:after {
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    top: 22px;
    width: 32px;
    height: 32px;
    background-image: url("/source/img/icons/icon-doc.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .information-device .wrapper-link.info:after {
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    top: 22px;
    width: 32px;
    height: 32px;
    background-image: url("/source/img/icons/icon-info.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px; }
  .information-device .wrapper-link .button {
    position: absolute;
    top: 30px;
    right: 0px; }
    @media only screen and (max-width: 768px) {
      .information-device .wrapper-link .button {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px; } }

.download-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 28px; }

.news-article {
  border-top: 2px solid #000;
  margin-top: 36px; }
  .news-article .date {
    display: block;
    padding: 14px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em; }
  .news-article h4 {
    margin-bottom: 25px; }
  .news-article .image {
    width: 100%;
    height: 200px;
    background-image: url("../img/news/image-news.png");
    background-size: cover;
    background-position: center; }

.card-contacts {
  margin-bottom: 50px; }
  .card-contacts img {
    margin: 15px 0px; }
  .card-contacts h4 {
    font-size: 20px;
    line-height: 24px; }
  .card-contacts a {
    text-decoration: underline; }
  .card-contacts .item-contacts {
    margin-top: 30px; }
    .card-contacts .item-contacts .header {
      font-size: 12px;
      line-height: 16px;
      color: #666; }

.pagination {
  height: 80px;
  border-top: 2px solid #000;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .pagination a {
    text-decoration: none; }
  .pagination .all-pages a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .pagination .all-pages a.active {
      border-radius: 100%;
      box-shadow: inset 0px 0px 0px 2px #000; }
  .pagination .arrow span {
    font-family: e-Ukraine;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle; }
  .pagination .arrow .icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px; }
    .pagination .arrow .icon.icon-pagination-right {
      margin-left: 15px;
      background-image: url("/source/img/icons/arrow-right.svg");
      background-position: center; }
    .pagination .arrow .icon.icon-pagination-left {
      margin-right: 15px;
      background-image: url("/source/img/icons/arrow-left.svg");
      background-position: center; }
  .pagination .arrow.disabled {
    opacity: .3; }

.gradient-underline-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5); }
  .gradient-underline-text:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    bottom: -10px;
    background: linear-gradient(90deg, #C3AAB2 0%, #99EECC 57.66%, #80C0C8 76.7%, #4B8BFA 100%); }

.underline-col {
  border-bottom: 2px solid #000; }

ul.question-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
  ul.question-list li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px; }
    ul.question-list li a {
      text-decoration: none; }

.breadcrumb {
  padding: 15px 0px;
  margin: 0px;
  background-color: transparent; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: rgba(0, 0, 0, 0.5); }
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5); }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none; }

.h-more-news {
  font-size: 20px;
  line-height: 24px; }

.more-news-right ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .more-news-right ul li a {
    cursor: pointer;
    display: block;
    border-top: 2px solid #000;
    padding: 12px 0px;
    margin-bottom: 12px;
    text-decoration: none; }

.contract ol {
  list-style-type: none;
  padding-left: 0px; }

.faq-step {
  margin: 0px; }
  .faq-step img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    max-height: 60vh;
    min-height: 300px; }
  .faq-step .col-md-6:last-child {
    display: flex;
    align-items: center; }

/* Footer */
footer {
  background-color: black;
  color: white; }
  footer .footer-row {
    padding: 40px 0px 45px; }
    @media only screen and (max-width: 768px) {
      footer .footer-row {
        flex-direction: column-reverse;
        padding: 30px 0px 30px; } }
  footer .line {
    border-bottom: 2px solid #4C4C4C;
    margin: 30px 15px; }
  footer .left-side {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      footer .left-side {
        justify-content: center; } }
    footer .left-side a {
      display: flex;
      align-items: center; }
      footer .left-side a img {
        margin-right: 10px; }
    footer .left-side p {
      margin: 0;
      font-weight: 300;
      font-size: 15px;
      line-height: 20px; }
  footer .right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      footer .right-side {
        align-items: flex-start; } }
    footer .right-side span {
      font-weight: 300;
      font-size: 15px;
      line-height: 32px; }
    footer .right-side a {
      color: white; }
      footer .right-side a:hover {
        color: white; }

.mobile {
  display: none; }

.no-mobile {
  display: block; }

@media only screen and (max-width: 992px) {
  .mobile {
    display: block; }

  .no-mobile {
    display: none !important; }

  .logo-name h1 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center; }
  .logo-name img {
    margin: 30vh 0 0vh; }

  .advantages-block {
    display: none; }

  .bottom-button {
    position: absolute;
    bottom: 50px;
    left: 0px;
    display: block;
    right: 0px; }
    .bottom-button button {
      text-align: center;
      font-size: 1rem;
      display: block;
      margin: 0px auto;
      background: black;
      border-radius: 50px;
      padding: 15px 35px;
      color: white;
      border: none;
      font-weight: 300; }

  .nav-left-menu {
    display: flex;
    align-items: center; }

  .nav-right-menu {
    position: absolute;
    right: 0px; }

  .navbar .navbar-toggler {
    margin-right: 10px; }
    .navbar .navbar-toggler .line {
      width: 20px;
      height: 2px;
      background: black;
      margin: 5px 0px;
      display: block; }

  header .navbar .nav-right-menu .closed-eye a {
    margin: 0px; }

  header .navbar .nav-right-menu .language-switcher a, header .navbar .nav-right-menu .closed-eye a {
    margin: 0px; }

  .second-screen h2 {
    font-size: 1.85rem; }

  .mobile-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    min-height: 400px;
    background: #e7eef3;
    z-index: 50;
    padding-bottom: 40px; }
    .mobile-menu .menu-list ul {
      list-style-type: none;
      margin: 0px 25px;
      padding: 0px;
      width: 100%; }
      .mobile-menu .menu-list ul li {
        padding: 25px 10px;
        border-bottom: 1px solid black; }
        .mobile-menu .menu-list ul li a {
          padding: 25px 0px;
          font-size: 1.3rem; }

  .big-menu.mobile {
    z-index: 50;
    min-height: 100vh;
    position: fixed; }
    .big-menu.mobile .menu-list {
      padding-top: 0px;
      position: absolute;
      top: 75px;
      height: calc(100vh - 100px);
      display: block;
      width: 100%;
      overflow: auto; }
      .big-menu.mobile .menu-list h2 {
        margin: 0px;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        padding-left: 5px; }
        .big-menu.mobile .menu-list h2 a {
          font-size: 16px;
          font-weight: normal;
          line-height: 24px;
          margin: 0px; }
      .big-menu.mobile .menu-list ul {
        margin: 0px;
        padding-bottom: 20px; }
        .big-menu.mobile .menu-list ul li {
          margin: 0px;
          padding: 0px; }
          .big-menu.mobile .menu-list ul li a {
            font-size: 14px;
            line-height: 24px;
            color: #000;
            margin: 0px;
            padding: 12px 0px; }
      .big-menu.mobile .menu-list .collapse h2:first-child {
        margin-top: 0px; }
      .big-menu.mobile .menu-list .line {
        width: 96%;
        margin: 0px 2% 0px;
        padding-top: 5px;
        border-bottom: 1px solid black; }
      .big-menu.mobile .menu-list .header {
        position: relative;
        margin: 0px;
        padding: 25px 40px 20px 5px; }
        .big-menu.mobile .menu-list .header .down-arrow-icon {
          transition: .3s;
          top: 32px;
          right: 20px;
          position: absolute;
          width: 10px;
          height: 10px;
          display: block;
          background-image: url("../img/icons/down-arrow-icon.svg");
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(180deg); }
        .big-menu.mobile .menu-list .header[aria-expanded="false"] .down-arrow-icon {
          transition: .3s;
          transform: rotate(0deg); }

  .underline-block {
    height: 63px;
    border-bottom: 2px solid black;
    margin: 0px;
    justify-content: space-between;
    align-items: center; }
    .underline-block .left-side img {
      height: 32px; }
    .underline-block .right-side {
      width: 30px;
      margin-right: -10px; }
      .underline-block .right-side i {
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/icons/close-icon.svg");
        background-repeat: no-repeat;
        background-position: center; }

  .second-screen .carousel-control-prev {
    left: 0%; }

  .second-screen .carousel-control-next {
    right: 0%; }

  .overflow-hidden {
    overflow: hidden; }

  /* Buy blocks */
  .buy-section {
    padding-bottom: 15px; }

  .block-information {
    margin-top: 25px; }

  select {
    width: 100%; }

  .header-menu.white header {
    width: auto;
    border-bottom: 2px solid black;
    margin: 0px auto; }

  .block-information h3 {
    font-size: 1.3rem; } }

/*# sourceMappingURL=style.css.map */
