.not-found {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.not-found .page-title {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.content_wrapper {
  position: relative;
  overflow: hidden;
}
.content_wrapper--fetching {
  max-height: calc(100vh - 60px);
}
.content {
  flex: 1 auto;
}

.cookies-policy-warning__message {
  text-align: center;
}

.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-policy-warning {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c1cdd5;
  display: flex;
  flex-direction: column;
  padding: 5px 25px;
  z-index: 1000;
}
.cookies-policy-warning__wrapper {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies-policy-warning--normal {
  position: fixed;
}
.cookies-policy-warning--relative {
  position: relative;
}
.cookies-policy-warning__message {
  color: #10465b;
  flex: 1 auto;
}
.cookies-policy-warning__message-link {
  color: white;
  cursor: pointer;
}
.cookies-policy-warning__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.svg-icon.svg-icon--transparent-fill svg path,
.svg-icon.svg-icon--transparent-fill svg circle {
  fill: transparent;
}
.svg-icon.svg-icon--transparent-stroke svg path,
.svg-icon.svg-icon--transparent-stroke svg circle {
  stroke: transparent;
}

.svg-icon--size-tiny {
  width: 11px;
  height: 11px;
  max-width: 11px;
  max-height: 11px;
  min-width: 11px;
}
.svg-icon--size-tiny svg {
  width: 11px;
  height: 11px;
  max-width: 11px;
  max-height: 11px;
}
.svg-icon--size-small {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
}
.svg-icon--size-small svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.svg-icon--size-normal {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
}
.svg-icon--size-normal svg {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--size-normal-plus {
  width: 29px;
  height: 29px;
  max-width: 29px;
  max-height: 29px;
  min-width: 29px;
}
.svg-icon--size-normal-plus svg {
  width: 29px;
  height: 29px;
  max-width: 29px;
  max-height: 29px;
}
.svg-icon--size-big {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
}
.svg-icon--size-big svg {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}
.svg-icon--size-large {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  min-width: 72px;
}
.svg-icon--size-large svg {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
}
.svg-icon--color-main svg path,
.svg-icon--color-main svg circle {
  fill: #FAA61A;
  stroke: #FAA61A;
}
.svg-icon--color-downy svg path,
.svg-icon--color-downy svg circle {
  fill: #79c9d6;
  stroke: #79c9d6;
}
.svg-icon--name-arrow-down.svg-icon--size-big {
  width: 40px;
  height: 20px;
  max-width: 40px;
  max-height: 20px;
  margin: 0 auto;
}
.svg-icon--name-arrow-down.svg-icon--size-big svg {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  max-width: 40px;
  max-height: 20px;
}
.svg-icon--flip-vertical {
  transition: transform 0.2s ease;
  transform: rotate(180deg) translateY(2px);
}

.app {
  margin: 0 auto;
  max-width: 1920px;
}

.additional-services {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 641px) {
  .additional-services {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 960px) {
  .additional-services {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1480px) {
  .additional-services {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.additional-services__main {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 641px) {
  .additional-services__main {
    flex-direction: row;
    align-items: left;
  }
}
.additional-services__title {
  color: #0082C6;
  font-size: 32px;
}
@media (min-width: 960px) {
  .additional-services__title {
    font-size: 36px;
  }
}
.additional-services__subtitle {
  padding: 8px 0;
  text-align: center;
}
@media (min-width: 641px) {
  .additional-services__subtitle {
    text-align: left;
  }
}
.additional-services__icon {
  padding: 10px 0;
}
@media (min-width: 641px) {
  .additional-services__icon {
    padding: 0 30px 0 0;
  }
}
.additional-services__description {
  position: relative;
  line-height: 28px;
  overflow: hidden;
  height: 96px;
}
@media (min-width: 641px) {
  .additional-services__description {
    overflow: visible;
    height: auto;
  }
}
.additional-services__description--open {
  height: initial;
}
.additional-services__description-gradient {
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82) 69%, #ffffff);
}
@media (min-width: 641px) {
  .additional-services__description-gradient {
    display: none;
  }
}
.additional-services__toggler {
  cursor: pointer;
  padding-top: 15px;
}
@media (min-width: 641px) {
  .additional-services__toggler {
    display: none;
  }
}

.blog-preview .button {
  padding: 0 30px;
  min-width: 160px;
}

/* rubik-300 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-regular - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot);
  /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-500 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-700 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.ttf) format('truetype');
  /* Safari, Android, iOS */
}
.input {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 19px;
  min-width: 130px;
}
.input--error .input__title {
  color: #e85d6a;
}
.input--error .input__field {
  border-bottom-color: #e85d6a;
  color: #e85d6a;
}
.input--error .input__field ~ .input__focus-indicator:before {
  background-color: #e85d6a;
}
.input--error .input__error-msg {
  opacity: 1;
}
.input--full {
  width: 100%;
}
.input__title {
  color: #839cab;
  font-size: 14px;
  line-height: 1.3333;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
.input__field {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  min-height: 40px;
  background: white;
  color: #10465b;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #839cab;
  border-radius: 0;
  transition: color 0.2s ease;
}
.input__field:focus {
  outline: none;
}
.input__field:focus ~ .input__focus-indicator:before {
  opacity: 1;
  width: 100%;
}
.input__focus-indicator:before {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  margin: auto;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #10465b;
  transition: opacity 0.3s, width 0.3s, background-color 0.2s ease;
}
.input__error-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #e85d6a;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* rubik-300 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-regular - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot);
  /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-500 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-700 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.ttf) format('truetype');
  /* Safari, Android, iOS */
}
.floating-button {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  height: 150px;
  z-index: 100;
  transition: transform 0.4s;
  transform: translateY(150px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.floating-button--active {
  transform: translateY(0);
}
.floating-button__label-wrapper {
  margin-top: 16px;
  font-size: 20px;
}
.floating-button .button {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 200px;
  height: 56px;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 0 60px;
  white-space: nowrap;
  transition: border 0.2s ease;
}
.floating-button .button--orange {
  background-color: #FAA61A;
  color: white;
  border: 2px solid #FAA61A;
}

.floating-overlay {
  position: fixed;
  transition: transform 0.2s ease-in-out;
  transform: translateX(-100%);
  z-index: 9999;
}
.floating-overlay--left {
  left: 0;
}
.floating-overlay--opened {
  transform: translateX(0);
}
.floating-overlay--opened .floating-overlay__content {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.25);
}
.floating-overlay__content {
  height: 100%;
  overflow: hidden;
}
.floating-overlay__label {
  position: absolute;
  top: 60px;
  right: 0;
  transform: translateX(85px) rotate(-90deg);
  cursor: pointer;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.25);
}
.floating-overlay__label--visible {
  visibility: visible;
}

.product-table__row {
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  align-items: center;
  padding: 0 17px;
}
.product-table__row-text {
  line-height: 1.56;
}
.product-table__row-value {
  line-height: 1.56;
  white-space: nowrap;
  padding-left: 10px;
}

.product-table__section .page-col-title {
  padding-top: 32px;
  padding-bottom: 24px;
  color: #0082C6;
  font-size: 32px;
  line-height: 1.35em;
}
@media (min-width: 960px) {
  .product-table__section .page-col-title {
    padding-top: 48px;
    font-size: 36px;
  }
}
.product-table__box:nth-child(even) {
  background-color: #eef6fa;
}
.product-table__description {
  font-size: 14px;
  color: #939598;
  padding: 0 17px 17px;
  line-height: 20px;
}
@media (max-width: 640px) {
  .product-table__description {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .product-table__row-text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .product-table__row-value {
    font-size: 16px;
  }
}
.product-table__button .button {
  width: 280px;
}
@media (max-width: 640px) {
  .product-table__button .button {
    min-width: 280px;
  }
}

.display--block {
  display: block;
}
.display--inline {
  display: inline;
}
.display--inline-block {
  display: inline-block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*::-moz-focus-inner {
  border: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1 {
  font-size: inherit;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.container--narrow {
  max-width: 1080px;
}
.noscroll {
  overflow: hidden;
}
.underline {
  text-decoration: underline;
}
.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* rubik-300 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-300.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-regular - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot);
  /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-regular.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-500 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-500.ttf) format('truetype');
  /* Safari, Android, iOS */
}
/* rubik-700 - cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot);
  /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff2) format('woff2'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.woff) format('woff'),  url(../fonts/rubik-v7-cyrillic_latin-ext_latin-700.ttf) format('truetype');
  /* Safari, Android, iOS */
}
.typography-paragraph {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.page-title-section {
  height: 250px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 641px) {
  .page-title-section {
    height: 225px;
  }
}
@media (max-width: 640px) {
  .page-title-section {
    height: 200px;
  }
}
.page-title {
  position: relative;
  font-size: 44px;
  font-weight: 500;
  color: white;
  padding: 0 0 60px 100px;
}
.page-title--primary {
  color: white;
}
.page-title--darkblue {
  color: #10465b;
}
.page-title--blue {
  color: #79c9d6;
}
.page-title--white {
  color: white;
}
@media (max-width: 641px) {
  .page-title {
    padding: 0 0 45px 35px;
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .page-title {
    padding: 0 0 30px 0;
    font-size: 36px;
    text-align: center;
  }
}
.page-section {
  padding-top: 24px;
}
@media (min-width: 641px) {
  .page-section {
    padding-top: 40px;
  }
}
.table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
.table tr {
  height: 40px;
}
.table tr:not(:last-of-type) {
  border-bottom: 1px solid #79c9d6;
}
* {
  font-family: 'Rubik', sans-serif;
}
body,
p {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
body {
  line-height: normal;
  color: #222222;
}
p {
  margin-bottom: 16px;
  margin-top: 8px;
}
a {
  text-decoration: none;
  color: #E99304;
}
a:focus,
a:active {
  outline: 0;
}
a:visited {
  color: #E99304;
}
a:active {
  color: #0082C6;
  text-decoration: none;
}
ul {
  font-size: 16px;
}
@media (min-width: 960px) {
  ul {
    font-size: 18px;
  }
}
.bold {
  font-weight: 500;
}
.bold--blue {
  color: #79c9d6;
}
.bold--darkblue {
  color: #10465b;
}
.title {
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 641px) {
  .title {
    font-size: 32px;
    font-weight: 400;
  }
}
@media (min-width: 960px) {
  .title {
    font-size: 38px;
    font-weight: 400;
  }
}
.title--centered {
  text-align: center;
}
.faqs__banner {
  background-color: #0082C6;
}
.icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
}
.icon-section__icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.icon-section__description {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  margin-left: 12px;
}
.icon-section__contact-title--bold {
  font-weight: 500;
}
.icon-section__contact-title--highlight,
.icon-section__contact-title--highlight a {
  color: #E99304;
}
.container {
  width: 100%;
}
@media (min-width: 641px) {
  .container {
    max-width: calc(928px + 2 * 16px);
  }
}
@media (min-width: 960px) {
  .container {
    max-width: calc(1200px + 2 * 16px);
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: calc(1600px + 2 * 24px);
  }
}
.page-title-section {
  background-size: cover;
}
.product-page {
  padding: 20px 0 0 0;
}
@media (max-width: 960px) {
  .product-page {
    padding: 20px 12px 0 12px;
  }
}
.title {
  font-size: 32px;
  font-weight: normal;
}
@media (min-width: 641px) {
  .title {
    font-size: 32px;
    font-weight: normal;
  }
}
@media (min-width: 960px) {
  .title {
    font-size: 36px;
    font-weight: normal;
  }
}
.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 122px 0 48px;
}
.page404 .text404 {
  font-weight: normal;
  padding: 24px 0 32px;
  font-size: 36px;
  color: #0082C6;
}
.weight-bold {
  font-weight: 500;
}
.vartojimo-paskolos h1 {
  font-size: 32px;
  font-weight: normal;
}
@media (min-width: 641px) {
  .vartojimo-paskolos h1 {
    font-size: 32px;
    font-weight: normal;
  }
}
@media (min-width: 960px) {
  .vartojimo-paskolos h1 {
    font-size: 36px;
    font-weight: normal;
  }
}
.vartojimo-paskolos h2 {
  font-size: 24px;
  font-weight: 400;
}
.apie-credit24 .contact-icon {
  margin-bottom: 30px;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .apie-credit24 .contact-icon:last-child {
    margin-bottom: 0;
  }
}
.apie-credit24 .contact-icon:nth-child(2) .contact-description {
  display: inline;
}
.apie-credit24 .contact-icon:nth-child(2) .contact-description--text:after {
  content: '';
  display: block;
}
.apie-credit24 .contact-icon__icon {
  padding-top: 5px;
}
.apie-credit24 .contact-icon__description:nth-child(2) {
  display: initial;
}
.apie-credit24 .contact-icon__description--extra-padding {
  padding-left: 42px;
}
.apie-credit24 .contact-description--link {
  color: #FAA61A;
}
@media (max-width: 640px) {
  .apie-credit24 .contact-description--text {
    color: #222222;
  }
}
.apie-credit24 .contact-description--text:nth-child(3) {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .apie-credit24 .page-col-title {
    margin-top: 0;
  }
}
.apie-credit24__countries {
  margin: 30px 0;
}
.apie-credit24__country {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 640px) {
  .apie-credit24__country {
    margin-right: 0;
    width: 100px;
  }
}
.apie-credit24__country:visited {
  color: #FAA61A;
}
@media (max-width: 640px) {
  .apie-credit24__country {
    margin-bottom: 10px;
  }
}

