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

.section {
  margin: 0 !important;
  padding: 120px 0;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-height: 100vh;
}

body {
  font-family: "Open Sans";
  font-size: 18px;
  min-width: 320px;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #f8f8fa;
  margin: 0;
}

img {
  max-width: 100%;
}

input:required,
textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
input:focus,
textarea:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #2c2c2c;
  opacity: 0.75;
}

*:-moz-placeholder {
  color: #2c2c2c;
  opacity: 0.75;
}

*::-moz-placeholder {
  color: #2c2c2c;
  opacity: 0.75;
}

*:-ms-input-placeholder {
  color: #2c2c2c;
  opacity: 0.75;
}

a {
  text-decoration: none;
  color: #2c2c2c;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

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

button::-moz-focus-inner {
  border: 0;
}

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

input,
select,
button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal,
input[type="tel"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.section {
  margin: 120px 0;
  position: relative;
}
.section--bg {
  background-color: #f8f8fa;
  background-image: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.4) 0%,
    rgba(234, 205, 163, 0.4) 100%
  );
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  margin: 0 70px;
}
.section--white {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  margin: 0 70px;
}
.section-title {
  font-size: 30px;
  text-align: left;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(223, 160, 0, 0.38);
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 26px;
  color: #2c2c2c;
  position: relative;
  line-height: 1.3;
  transition: box-shadow 0.2s;
}
.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 10px;
  border: 2px solid rgba(255, 141, 5, 0.15);
}
.btn:hover {
  box-shadow: 0px 2px 12px rgba(223, 160, 0, 0.46);
}
.btn svg {
  margin-right: 10px;
  flex-shrink: 0;
}
.btn span,
.btn svg {
  position: relative;
  z-index: 2;
}
.btn span + svg {
  margin-right: 0;
  margin-left: 10px;
}
.btn--bdr {
  border: 1px solid #2c2c2c;
  background-image: none;
  box-shadow: none;
  padding: 17px 25px;
}
.btn--bdr::after {
  opacity: 0;
}
.btn--bdr:hover {
  box-shadow: 0px 0px 10px rgba(223, 160, 0, 0.38);
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
  border-color: transparent;
}
.btn--bdr:hover::after {
  opacity: 1;
}
.btn--more {
  background-image: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.btn--more::after {
  display: none;
}
.btn--more svg {
  position: relative;
  top: 2px;
}
.btn--more:hover {
  box-shadow: none;
  border-color: #2c2c2c;
}
.btn--is-pulse {
  animation: zoomBtn 2s infinite linear;
}

@keyframes zoomBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.btn-block .btn-info {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.btn-info {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.3;
}
.btn-info svg {
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.back,
.next {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  position: relative;
  transition: box-shadow 0.2s, opacity 0.2s;
  z-index: 2;
}
.back svg,
.next svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
.back svg path,
.next svg path {
  transition: stroke 0.2s, fill 0.2s;
}
.back:hover,
.next:hover {
  box-shadow: 0px 2px 35px rgba(31, 31, 31, 0.16);
}
.back:hover svg path,
.next:hover svg path {
  stroke: #c18363;
  fill: #c18363;
}
.back.slick-disabled,
.next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.back svg {
  margin-left: 0;
  margin-right: 2px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  font-size: 0px;
  flex-shrink: 0;
}
.slick-dots li + li {
  margin-left: 12px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
  opacity: 0.4;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  border: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.wow {
  visibility: hidden;
}

.bf {
  overflow: hidden;
  border-radius: 10px;
  width: 475px;
  position: relative;
}
.bf > img {
  width: 100%;
  border-radius: 0 0 12px 12px;
}

.twentytwenty-overlay:hover {
  background-color: transparent;
}
.twentytwenty-horizontal .twentytwenty-before-label,
.twentytwenty-horizontal .twentytwenty-after-label {
  opacity: 1 !important;
}
.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
  background-color: #f8f8fa;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  top: auto;
  margin-top: 0;
  bottom: 0;
  padding: 9px 10px;
  min-width: 72px;
  line-height: 1;
  text-align: center;
}
.twentytwenty-horizontal .twentytwenty-before-label::before {
  left: 0;
  border-radius: 0 10px 0 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label::before {
  right: 0;
  border-radius: 10px 0 10px 0;
}
.twentytwenty-horizontal .twentytwenty-left-arrow,
.twentytwenty-horizontal .twentytwenty-right-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
}
.twentytwenty-horizontal .twentytwenty-left-arrow {
  background-image: url("../img/bf-back.svg");
  left: 21px;
}
.twentytwenty-horizontal .twentytwenty-right-arrow {
  background-image: url("../img/bf-next.svg");
  right: 21px;
}
.twentytwenty-horizontal .twentytwenty-handle {
  background-color: #fff;
  margin-left: -22px;
  margin-right: -22px;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  border: none;
  transition: transform 0.2s;
  margin-top: -22px;
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
  margin-left: -1px;
  box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 22px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 22px;
}

.up-down {
  width: 67px;
  height: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(185, 123, 106, 0.3) 0%,
    rgba(201, 139, 93, 0.3) 100%
  );
  border-radius: 10px;
  position: fixed;
  z-index: 9;
  right: 90px;
  bottom: 20px;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  border: none;
  overflow: hidden;
}
.up-down::before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 8px;
  display: block;
  content: "";
  background-color: #fff;
}
.up-down svg {
  position: relative;
  z-index: 2;
  width: 20px;
  height: auto;
}
.up-down svg path {
  transition: fill 0.2s;
}
.up-down.is-down svg {
  animation: downMove 1s infinite linear;
}
.up-down.is-up svg {
  transform: rotate(180deg);
}
.up-down:hover svg {
  animation: none;
}
.up-down:hover svg path {
  fill: #fda61a;
}
.up-down.open-popup {
  right: 107px;
}

@keyframes downMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(4px);
  }
}
@media only screen and (max-width: 1399px) {
  .section--bg {
    margin: 0 50px;
  }
  .section--white {
    margin: 0 50px;
  }
  .up-down {
    right: 70px;
  }
  .up-down.open-popup {
    right: 87px;
  }
}
@media only screen and (max-width: 1299px) {
  .section--bg {
    margin: 0 30px;
  }
  .section--white {
    margin: 0 30px;
  }
  .up-down {
    right: 50px;
  }
  .up-down.open-popup {
    right: 67px;
  }
}
@media only screen and (max-width: 1229px) {
  .section--bg {
    margin: 0 20px;
  }
  .section--white {
    margin: 0 20px;
  }
  .up-down {
    right: 40px;
  }
  .up-down.open-popup {
    right: 57px;
  }
}
@media only screen and (max-width: 1199px) {
  body.noscroll {
    overflow: hidden;
  }
  .section-title {
    font-size: 27px;
  }
  .wow {
    visibility: visible;
  }
  .up-down {
    transform: scale(0.75);
    transform-origin: bottom right;
  }
  .up-down.open-popup {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .section {
    margin: 80px 0;
  }
  .section--bg {
    margin: 0;
  }
  .section--white {
    margin: 0;
  }
  .section-title {
    font-size: 24px;
  }
  .btn {
    font-size: 18px;
  }
  .btn-info {
    font-size: 14px;
  }
  .up-down {
    right: 10px;
    bottom: 10px;
  }
  .up-down.open-popup {
    right: 10px;
  }
  .twentytwenty-horizontal .twentytwenty-before-label::before,
  .twentytwenty-horizontal .twentytwenty-after-label::before {
    font-size: 12px;
    min-width: 52px;
  }
  .twentytwenty-horizontal .twentytwenty-handle {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .slick-dots li:not(.slick-active):hover button {
    opacity: 1;
    box-shadow: 0px 1px 2px rgba(31, 31, 31, 0.15);
  }
  @keyframes slideHandle {
    0% {
      transform: translateX(0px);
    }
    25% {
      transform: translateX(5px);
    }
    50% {
      transform: translateX(0px);
    }
    75% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes slideHandle1 {
    0% {
      clip: rect(0px, 285px, 393px, 0px);
    }
    25% {
      clip: rect(0px, 290px, 393px, 0px);
    }
    50% {
      clip: rect(0px, 285px, 393px, 0px);
    }
    75% {
      clip: rect(0px, 280px, 393px, 0px);
    }
    100% {
      clip: rect(0px, 285px, 393px, 0px);
    }
  }
  @keyframes slideHandle2 {
    0% {
      clip: rect(0px, 570px, 393px, 285px);
    }
    25% {
      clip: rect(0px, 570px, 393px, 290px);
    }
    50% {
      clip: rect(0px, 570px, 393px, 285px);
    }
    75% {
      clip: rect(0px, 570px, 393px, 280px);
    }
    100% {
      clip: rect(0px, 570px, 393px, 285px);
    }
  }
  .bf.anim > img:first-child {
    animation: slideHandle1 1.5s linear infinite;
  }
  .bf.anim > img:first-child + img {
    animation: slideHandle2 1.5s linear infinite;
  }
  .bf.anim .twentytwenty-handle {
    animation: slideHandle 1.5s linear infinite;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomImage {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animImageBefore {
  0% {
    opacity: 0;
    transform: translateX(100px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes animImageAfter {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes animIcon {
  0% {
    transform: rotate(-15deg);
  }
  33% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.logo__image {
  width: 35px;
  flex-shrink: 0;
  margin-right: 10px;
}
.logo__title {
  margin: 0;
  font-weight: 700;
  color: #2c2c2c;
  font-size: 20px;
}

.header {
  z-index: 10;
  height: 72px;
  overflow: hidden;
}
.header.is-fixed {
  height: 65px;
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  animation: swipeDown 0.3s ease-in-out;
}
.header.is-fixed .header-block {
  height: 65px;
}
.header-block {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin-right: 30px;
}
.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__btn {
  margin-left: 50px;
  border-radius: 5px;
  font-size: 16px;
  padding: 9px 16px;
}
.header__btn::after {
  border-radius: 5px;
}

@keyframes swipeDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .wrap:not(.is-home)  */
.header__btn {
  border: none;
  box-shadow: 0px 0px 10px rgba(223, 160, 0, 0.38);
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
}
.header__btn::after {
  opacity: 1;
}
.header__btn:hover {
  box-shadow: 0px 2px 12px rgba(223, 160, 0, 0.46);
}

.menu__list {
  display: flex;
  align-items: center;
}
.menu__item {
  margin-right: 30px;
}
.menu__item.active .menu__link {
  color: #c18363;
  text-decoration: underline;
  text-decoration-color: #c18363;
}
.menu__item:last-child {
  margin-right: 0px;
}
.menu__link {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s, color 0.2s;
}
.menu__link:hover {
  color: #c18363;
  text-decoration: underline;
  text-decoration-color: #c18363;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
  .header-nav {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    margin-top: 0;
    background-color: #2c2c2c;
    transform: translateX(100%);
    transition: transform 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 70px 20px 30px;
    display: inline-block;
    z-index: 12;
  }
  .header-nav.is-visible {
    transform: translateX(0);
  }
  .header__btn {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__btn.btn--bdr {
    border-color: #fff;
    color: #fff;
  }
  .header__btn.btn--bdr::after {
    display: none;
  }
  .header__btn.btn--bdr svg path {
    fill: #fff;
  }
  .header__btn.btn--bdr:hover {
    background-image: none;
    box-shadow: none;
  }
  /* .wrap:not(.is-home)  */
  .header__btn {
    background-image: none;
    box-shadow: none;
    border: 1px solid #fff;
  }
  .header__btn:hover {
    box-shadow: none;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu__item {
    margin-right: 0;
    width: 100%;
  }
  .menu__item + .menu__item {
    margin-top: 10px;
  }
  .menu__link {
    padding: 10px;
    display: block;
    width: 100%;
    color: #fff;
    transition: none;
    border-radius: 5px;
  }
  .menu__link:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    height: 16px;
    background-color: transparent;
    z-index: 13;
  }
  .hamburger .hamburger-box {
    width: 25px;
    height: 16px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    background-color: #2c2c2c;
    height: 2px;
    width: 25px;
    border-radius: 0;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger .hamburger-inner::before {
    top: 7px;
    width: 16px;
    left: auto;
    right: 0;
  }
  .hamburger .hamburger-inner::after {
    top: 14px;
    width: 16px;
    left: auto;
    right: 0;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
  }
  .hamburger.is-active .hamburger-inner {
    top: -1px;
  }
  .hamburger.is-active .hamburger-inner::after {
    top: 20px;
    width: 25px;
  }
}
@media only screen and (max-width: 400px) {
  .logo__title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 359px) {
  .header-nav {
    width: 100%;
  }
}
.hero {
  padding: 60px 0 112px;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.hero-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.45;
}
.hero__text {
  margin-top: 25px;
}
.hero__btn-block {
  margin-top: 40px;
}
.hero__bf {
  width: 570px;
  flex-shrink: 0;
  margin-left: 40px;
  aspect-ratio: 1.45;
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding: 60px 0 90px;
  }
  .hero .twentytwenty-wrapper {
    width: 100%;
  }
  .hero-block {
    flex-direction: column;
    align-items: center;
  }
  .hero-info {
    text-align: center;
  }
  .hero__bf {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 40px;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__text {
    margin-top: 15px;
  }
  .hero__btn-block {
    margin-top: 25px;
  }
}
.steps {
  padding: 75px 0;
  margin-top: -13px;
}
.steps-block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
}
.steps-block:before {
  position: absolute;
  left: -44px;
  top: -42px;
  right: -44px;
  bottom: -44px;
  display: block;
  content: "";
  background-image: url("../img/steps-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.step {
  width: 278px;
  padding: 44px 5px 42px 53px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.step:nth-child(1) {
  padding-right: 22px;
  padding-left: 36px;
}
.step:last-child {
  padding-left: 42px;
  width: 255px;
}
.step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.step__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
}
.step__text {
  font-size: 18px;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .step {
    padding: 20px 5px 30px 40px;
  }
  .step:nth-child(1) {
    padding-left: 20px;
  }
  .step:last-child {
    padding-left: 45px;
  }
  .step__title {
    font-size: 20px;
  }
  .step__text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .steps-block {
    flex-direction: column;
    align-items: center;
  }
  .steps-block::before {
    display: none;
  }
  .step {
    padding: 30px;
    width: 280px;
    border: 1px solid rgba(193, 131, 99, 0.3);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  }
  .step__title {
    font-size: 22px;
  }
  .step__text {
    font-size: 18px;
  }
  .step + .step {
    margin-top: 20px;
  }
  .step:nth-child(1) {
    padding: 30px;
    width: 280px;
  }
  .step:last-child {
    padding: 30px;
    width: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .steps-block {
    margin-top: 40px;
  }
  .step__title {
    font-size: 20px;
  }
  .step__text {
    font-size: 16px;
  }
}
.video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.video::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}
.video__logo {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 25px;
}
.video__title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 14px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.video__title span {
  background-color: rgba(255, 255, 255, 0.2);
}
.video__title span:nth-child(1) {
  border-radius: 10px 10px 0 0;
  padding: 4px 17px 0px 10px;
}
.video__title span:nth-child(2) {
  border-radius: 0 10px 10px 10px;
  padding: 2px 17px 4px 10px;
}
.video-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video__poster {
  width: 100%;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  display: inline-block;
  z-index: 2;
  animation: pulsePlay 2s infinite;
  transform-origin: 0 0;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video__play svg {
  margin-left: 4px;
}
.video:hover .video__play {
  animation: none;
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
}
.video__text {
  margin-top: 25px;
}
.video__btn-block {
  margin-top: 40px;
}

.index-video {
  width: 570px;
  margin-left: 40px;
}

@keyframes pulsePlay {
  0% {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 991px) {
  .video-section .section-title br {
    display: inline;
  }
  .video-block {
    flex-direction: column;
    align-items: center;
  }
  .video-info {
    width: 100%;
  }
  .index-video {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
    order: -1;
  }
}
@media only screen and (max-width: 575px) {
  .video__text {
    margin-top: 15px;
  }
  .video__btn-block {
    margin-top: 25px;
  }
  .video__title {
    font-size: 14px;
    left: 15px;
    bottom: 10px;
  }
  .video__logo {
    top: 15px;
    left: 15px;
    width: 30px;
  }
  .video__play {
    width: 50px;
    height: 50px;
  }
  .video__play svg {
    width: 16px;
  }
  .index-video {
    margin-bottom: 30px;
  }
}
.opportunities-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.opportunity {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.opportunity__bf {
  aspect-ratio: 1.59;
  width: 100%;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
}
.opportunity-info {
  padding: 30px 38px 38px 25px;
}
.opportunity__title {
  font-weight: 700;
}
.opportunity__text {
  margin-top: 13px;
}

@media only screen and (min-width: 1200px) {
  .opportunity__bf.anim > img:first-child {
    animation: opSlideHandle1 1.5s linear infinite;
  }
  .opportunity__bf.anim > img:first-child + img {
    animation: opSlideHandle2 1.5s linear infinite;
  }
  @keyframes opSlideHandle1 {
    0% {
      clip: rect(0px, 175px, 220px, 0px);
    }
    25% {
      clip: rect(0px, 180px, 220px, 0px);
    }
    50% {
      clip: rect(0px, 175px, 220px, 0px);
    }
    75% {
      clip: rect(0px, 170px, 220px, 0px);
    }
    100% {
      clip: rect(0px, 175px, 220px, 0px);
    }
  }
  @keyframes opSlideHandle2 {
    0% {
      clip: rect(0px, 350px, 220px, 175px);
    }
    25% {
      clip: rect(0px, 350px, 220px, 180px);
    }
    50% {
      clip: rect(0px, 350px, 220px, 175px);
    }
    75% {
      clip: rect(0px, 350px, 220px, 170px);
    }
    100% {
      clip: rect(0px, 350px, 220px, 175px);
    }
  }
}
@media only screen and (max-width: 991px) {
  .opportunities-block {
    justify-content: center;
  }
  .opportunity {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .opportunities-block {
    flex-direction: column;
    margin: 0;
  }
  .opportunity {
    width: 100%;
    margin: 0;
  }
  .opportunity + .opportunity {
    margin-top: 30px;
  }
}
.cta {
  padding: 40px 0 35px;
}
.cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta__text {
  margin-top: 25px;
}
.cta__btn-block {
  margin-top: 40px;
}
.cta-arrow {
  position: absolute;
  top: calc(50% - 40px);
  right: calc(50% + 10px);
}
.cta-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 40px;
  flex-shrink: 0;
  position: relative;
  width: 570px;
}
.cta-image {
  min-width: 47%;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  position: relative;
}
.cta-image > img {
  width: 100%;
}
.cta-image:nth-child(2) {
  box-shadow: -8px 1px 44px rgba(31, 31, 31, 0.28);
  margin-left: -4%;
  min-width: 57%;
}
.cta-image__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 11px;
  background-color: #fff;
  font-size: 16px;
  min-width: 72px;
  border-radius: 0 10px 0 0;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
  .cta-block {
    flex-direction: column;
    align-items: center;
  }
  .cta-info {
    width: 100%;
  }
  .cta-images {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    order: -1;
  }
  .cta-arrow {
    right: calc(50% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .cta-arrow {
    right: calc(50% + 5px);
  }
}
@media only screen and (max-width: 575px) {
  .cta__text {
    margin-top: 15px;
  }
  .cta__btn-block {
    margin-top: 25px;
  }
  .cta-arrow {
    width: 10%;
    top: 43%;
  }
  .cta-images {
    margin-bottom: 30px;
  }
  .cta-image__label {
    min-width: 52px;
    font-size: 12px;
  }
}
.reviews {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 120px;
}
.reviews-slider {
  margin-top: 70px;
}
.reviews-slider .slick-list {
  overflow: visible;
}
.reviews-slider .slick-track {
  display: flex;
}
.reviews-slider__back,
.reviews-slider__next {
  position: absolute;
  right: 0;
  top: -105px;
}
.reviews-slider__back {
  margin-right: 70px;
}

.review {
  width: 445px;
  height: auto;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  overflow: hidden;
  padding: 30px 40px 40px;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.review__avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
}
.review__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review__name {
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.review__age {
  color: rgba(30, 36, 48, 0.6);
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .reviews-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .reviews-slider__next {
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews-slider {
    margin-top: 10px;
    padding-top: 70px;
  }
  .reviews-slider__next {
    right: 15px;
  }
  .reviews-slider__back,
  .reviews-slider__next {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .reviews {
    padding-bottom: 80px;
  }
  .reviews-slider {
    padding-top: 0;
    padding-bottom: 70px;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .reviews-slider__back,
  .reviews-slider__next {
    top: auto;
    bottom: 0;
  }
  .reviews-slider__next {
    right: calc(50% - 55px);
    left: auto;
  }
  .reviews-slider__back {
    left: calc(50% - 55px);
    right: auto;
  }
  .review {
    padding: 30px;
    margin: 0 20px;
  }
  .review__name {
    font-size: 20px;
  }
  .review__age {
    font-size: 14px;
  }
}
.home-articles {
  padding: 60px 0 114px;
  z-index: 2;
}
.home-articles-block {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -40px;
  position: relative;
  flex-wrap: wrap;
}
.home-articles__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 18px;
  transition: color 0.2s;
  opacity: 0.6;
  position: absolute;
  top: -85px;
  right: 15px;
}
.home-articles__link svg {
  margin-left: 9px;
  position: relative;
  top: 1px;
}
.home-articles__link svg path {
  transition: fill 0.2s;
}
.home-articles__link:hover {
  color: #0085ff;
}
.home-articles__link:hover svg path {
  fill: #0085ff;
}

.home-article {
  margin: 0 15px 40px;
  width: calc(33.33% - 30px);
}
.home-article__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1.635;
  display: block;
}
.home-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-article__image:hover + .home-article__title {
  /* color: #0085FF; */
}
.home-article__title {
  margin: 0;
  font-weight: 700;
  display: block;
  margin-top: 20px;
  transition: color 0.2s;
}
.home-article__title:hover {
  /* color: #0085FF; */
}

@media only screen and (max-width: 1199px) {
  .home-articles {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-article {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .home-articles-block {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .home-articles__link {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
  .home-article {
    width: 350px;
    margin: 0;
  }
  .home-article + .home-article {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .home-articles-block {
    margin-top: 40px;
  }
  .home-article {
    width: 100%;
  }
  .home-article__title {
    font-size: 16px;
    margin-top: 15px;
  }
  .home-article__link {
    font-size: 16px;
  }
}
.prefooter {
  padding: 77px 0 48px;
  margin-top: -30px;
  z-index: 3;
}
.prefooter-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.prefooter-images {
  width: 534px;
  flex-shrink: 0;
  margin-right: 40px;
  position: relative;
  aspect-ratio: 1.49;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prefooter-image {
  border-radius: 10px;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.prefooter-image img {
  width: 100%;
}
.prefooter-image:nth-child(1) {
  width: 93%;
}
.prefooter-image:nth-child(2) {
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 15.5%;
}
.prefooter-image:nth-child(3) {
  position: absolute;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  width: 19%;
}
.prefooter__text {
  margin-top: 25px;
}
.prefooter__btn-block {
  margin-top: 40px;
}

.ai {
  position: absolute;
  top: 10px;
  right: 62px;
}

@media only screen and (max-width: 991px) {
  .prefooter {
    padding: 60px 0;
  }
  .prefooter-block {
    flex-direction: column;
    align-items: center;
  }
  .prefooter-info {
    width: 100%;
  }
  .prefooter-images {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .prefooter {
    padding-top: 90px;
  }
  .prefooter-images {
    margin-bottom: 30px;
    aspect-ratio: 0;
  }
  .prefooter-image:nth-child(1) {
    width: 100%;
  }
  .prefooter-image:nth-child(2),
  .prefooter-image:nth-child(3) {
    display: none;
  }
  .prefooter__text {
    margin-top: 15px;
  }
  .prefooter__btn-block {
    margin-top: 25px;
  }
  .ai {
    top: -35px;
  }
}
.advantages {
  background-color: #f1f1f3;
  box-shadow: none;
  background-image: none;
  border-radius: 0 0 20px 20px;
  margin-top: -22px;
  padding: 65px 0 40px;
  z-index: 2;
  position: relative;
}

.advantages-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantage {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.advantage__rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-star;
}
.advantage__stars {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.advantage__stars > img + img {
  margin-left: 6px;
}
.advantage__title {
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}
.advantage__value {
  font-size: 24px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .advantage {
    flex-direction: column;
  }
  .advantage__title {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .advantages-block {
    flex-direction: column;
  }
  .advantage + .advantage {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .advantage__title {
    font-size: 16px;
  }
  .advantage__value {
    font-size: 22px;
  }
}
.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social__link {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.social__link + .social__link {
  margin-left: 17px;
}
.social__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.footer {
  margin-top: auto;
}
.footer-bg {
  color: #f8f8fa;
  /* padding: 55px 0 40px; */
  padding: 33px 0 40px 55px;
  position: relative;
  background-image: none;
  background-color: #2c2c2c;
  box-shadow: none;
  border-radius: 0 0 20px 20px;
  /* margin-top: -22px; */
}
.footer-block {
  display: flex;
  justify-content: space-between;
}
.footer-contacts {
  flex-shrink: 0;
  width: 300px;
  position: relative;
  padding: 25px 0;
}
.footer-contacts::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
}
.footer-contacts-col {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo .logo__image {
  width: 44px;
  margin-right: 13px;
}
.footer__logo .logo__title {
  font-size: 15px;
  color: #f8f8fa;
}

.footer .logo__title {
  color: #f8f8fa;
}

.footer .menu__link {
  color: #f8f8fa;
}

.footer__social {
  margin-top: 38px;
}
.footer-nav {
  margin-left: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 25px 0;
}
.footer-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(25% - 15px);
}
.footer-links__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-links a {
  color: rgba(248, 248, 250, 0.7);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a + a {
  margin-top: 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0.3;
  padding: 20px 100px 30px;
}

@media only screen and (max-width: 1199px) {
  .footer-nav {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer-links {
    width: calc(50% - 30px);
    max-width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .copy {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-bg {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .footer-block {
    flex-direction: column;
    align-items: center;
  }
  .footer__social {
    margin-top: 30px;
  }
  .footer-contacts {
    width: 100%;
    padding: 0 0 40px;
  }
  .footer-contacts-col {
    width: 100%;
  }
  .footer-contacts::after {
    width: auto;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
  }
  .footer-nav {
    margin-left: 0;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .copy {
    font-size: 14px;
  }
  .footer-links a {
    font-size: 14px;
  }
}
#breadcrumbs {
  font-size: 16px;
  color: #2c2c2c;
  margin-bottom: 27px;
}
#breadcrumbs a {
  color: rgba(44, 44, 44, 0.5);
  text-decoration: none;
  text-decoration-color: transparent;
  transition: color 0.2s, text-decoration-color 0.2s;
  display: inline-block;
}
#breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(44, 44, 44, 0.5);
}

[itemscope] > [itemprop="itemListElement"] {
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}
[itemscope] > [itemprop="itemListElement"]::after {
  content: ">";
  position: absolute;
  right: 0;
  color: rgba(44, 44, 44, 0.5);
}

.article-hero-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-hero__text {
  margin-top: 25px;
}
.article-hero__text p {
  margin: 20px 0;
}
.article-hero__text p:nth-child(1) {
  margin-top: 0;
}
.article-hero__text p:last-child {
  margin-bottom: 0;
}
.article-hero__image {
  width: 530px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-left: 85px;
  flex-shrink: 0;
}
.article-hero__image img {
  width: 100%;
}

.article-h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.45;
}
.article-tags {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px 20px;
}
.article-tag__icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  flex-shrink: 0;
}
.article-tag__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
}
.article-tag__avatar > img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.article-tag__text {
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.6;
}
.article-tag__text b,
.article-tag__text strong {
  font-weight: 700;
}
.article-tag__text span {
  display: block;
  font-size: 14px;
}

/* rating */
.article-ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.article-ratings p {
  margin: 0 10px 7px 0;
  font-size: 16px;
}
#page-rating-block {
  height: 24px;
  line-height: 24px;
  cursor: default;
  margin-bottom: 7px;
}
#page-rating-block .hidden {
  visibility: hidden;
}
.rating-img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px;
}
.rating-img.hover {
  padding: 16px 16px 0 0;
  width: 0;
  height: 0;
  background: url("../img/ratingStarHover.webp");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.rating-img.nocursor {
  cursor: default;
}
#page-rating-value {
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  height: 16px;
  line-height: 15px;
  font-size: inherit;
}
#page-rating-block .hidden {
  visibility: visible;
  display: none;
}
#page-rating-block .rating-img {
  margin: -3px -2px 0 -2px;
}
#page-rating-value {
  margin: 0 7px;
}
#page-rating-info {
  display: flex;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 17px;
  opacity: 0.6;
}
#page-rating-count {
  margin: 0 2px 0 5px;
}

@media only screen and (max-width: 1199px) {
  #breadcrumbs {
    font-size: 14px;
  }
  .article-hero-block {
    flex-direction: column;
  }
  .article-hero__image {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .article-h1 {
    font-size: 30px;
  }
  .article-tags {
    flex-wrap: wrap;
  }
  .article-tag {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .article-tags {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .article-tag {
    width: auto;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  #breadcrumbs {
    font-size: 12px;
  }
  .article-hero__image {
    margin-top: 30px;
  }
  .article-tags {
    margin-bottom: -10px;
  }
  .article-tag {
    margin-bottom: 10px;
  }
  .article-tag__text {
    font-size: 14px;
  }
  .article-tag__text span {
    font-size: 12px;
  }
  .article-h1 {
    font-size: 27px;
  }
}
.article {
  width: calc(100% - 285px);
  flex-shrink: 0;
  margin-top: -25px;
  margin-bottom: 20px;
}
.article-bg {
  padding-top: 30px;
  overflow: visible;
}
.article-wrap {
  margin-top: 70px;
}
.article-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-section {
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
}
.article-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 1px;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
  opacity: 0.25;
}
.article-section:first-child::after {
  display: none;
}
.article__text {
  margin-top: 30px;
}
.article__text b,
.article__text strong {
  font-weight: 700;
}
.article__text p {
  margin: 20px 0;
}
.article__text p:nth-child(1) {
  margin-top: 0;
}
.article__text p:last-child {
  margin-bottom: 0;
}
.article__ol-list,
.article__ul-list,
.article__ul-list-2 {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  max-width: 650px;
}
.article__ol-list li,
.article__ul-list li,
.article__ul-list-2 li {
  position: relative;
}
.article__ol-list li + li,
.article__ul-list li + li,
.article__ul-list-2 li + li {
  margin-top: 15px;
}
.article__ol-list li b,
.article__ol-list li strong,
.article__ul-list li b,
.article__ul-list li strong,
.article__ul-list-2 li b,
.article__ul-list-2 li strong {
  font-weight: 700;
}
.article__ol-list {
  counter-reset: item;
}
.article__ol-list li {
  padding-left: 42px;
}
.article__ol-list li::before {
  position: absolute;
  content: counter(item);
  counter-increment: item;
  left: 0;
  top: -1px;
  width: 26px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  /* background-image: linear-gradient(90deg, #B97B6A 0%, #C98B5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
  color: #b68668;
}
.article__ol-list li::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #c18363;
  transform: rotate(45deg);
  transform-origin: center;
}
.article__ul-list li {
  padding-left: 26px;
}
.article__ul-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 2px;
  top: 6px;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 14px;
}
.article__ul-list-2 li {
  padding-left: 29px;
}
.article__ul-list-2 li::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
  transform: rotate(45deg);
}
.article-h2 + .article__text {
  margin-top: 15px;
}
.article-h2 + .article__ol-list,
.article-h2 + .article__ul-list,
.article-h2 + .article__ul-list-2 {
  margin-top: 20px;
}
.article-h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 30px;
}
.article-h3 + .article__text {
  margin-top: 15px;
}
.article-h3 + .article__ol-list,
.article-h3 + .article__ul-list,
.article-h3 + .article__ul-list-2 {
  margin-top: 20px;
}
.article__link {
  color: #0085ff;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
}
.article__link:hover {
  text-decoration: underline;
  text-decoration-color: #0085ff;
}
.article__note {
  padding: 25px 30px 30px;
  margin-top: 30px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.25) 0%,
    rgba(234, 205, 163, 0.25) 100%
  );
}
.article__note b,
.article__note strong {
  font-weight: 700;
}
.article__note p {
  margin: 20px 0;
}
.article__note p:nth-child(1) {
  margin-top: 0;
}
.article__note p:last-child {
  margin-bottom: 0;
}
.article__warning {
  padding: 20px 66px 25px 90px;
  margin-top: 30px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.25) 0%,
    rgba(234, 205, 163, 0.25) 100%
  );
  position: relative;
}
.article__warning::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 30px;
  top: 20px;
  background-image: url("../img/warning.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.article__warning b,
.article__warning strong {
  font-weight: 700;
}
.article__warning p {
  margin: 20px 0;
}
.article__warning p:nth-child(1) {
  margin-top: 0;
}
.article__warning p:last-child {
  margin-bottom: 0;
}
.article__blockquote {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  position: relative;
  padding: 4px 0 4px 20px;
}
.article__blockquote::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: linear-gradient(90deg, #b97b6a 0%, #c98b5d 100%);
}
.article__figure {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.article__figcaption {
  font-size: 16px;
  margin-top: 15px;
  color: rgba(44, 44, 44, 0.5);
}
.article__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
}
.article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__video {
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
}

.image-popup {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-popup::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
  background-image: url("../img/zoom.svg");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: center;
}
.image-popup:hover::after {
  opacity: 1;
}

.plus-minus {
  width: calc(50% - 15px);
  border-radius: 10px;
  border: 1px solid rgba(87, 175, 168, 0.5);
  background: #f8f9f9;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  padding: 25px 30px 30px;
}
.plus-minus--is-minus {
  border-color: rgba(231, 105, 110, 0.5);
  background-color: #fdf0f0;
}
.plus-minus--is-minus .plus-minus__title {
  color: #e7696e;
}
.plus-minus--is-minus .plus-minus__list li::before {
  content: "-";
  color: #e7696e;
}
.plus-minus-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.plus-minus__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #57afa8;
}
.plus-minus__list {
  margin-top: 13px;
}
.plus-minus__list li {
  position: relative;
  padding-left: 15px;
}
.plus-minus__list li + li {
  margin-top: 8px;
}
.plus-minus__list li::before {
  position: absolute;
  content: "+";
  color: #57afa8;
  left: 0;
  top: 0px;
}

@media only screen and (max-width: 1199px) {
  .article-h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .article {
    width: 100%;
    margin-top: 25px;
  }
  .article-wrap {
    margin-top: 50px;
  }
  .article-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .plus-minus {
    width: 100%;
  }
  .plus-minus + .plus-minus {
    margin-top: 20px;
  }
  .plus-minus-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .article-h3 {
    font-size: 20px;
  }
  .article__ol-list li {
    padding-left: 35px;
  }
  .article__ol-list li::before {
    font-size: 14px;
    width: 24px;
  }
  .article__ul-list li::before {
    top: 5px;
  }
  .article__ul-list-2 li::before {
    top: 6px;
  }
  .article__warning {
    padding: 75px 30px 25px;
  }
  .article__figure {
    margin-top: 30px;
  }
  .article__figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  .image-popup::after {
    background-size: 30px;
  }
  .plus-minus__title {
    font-size: 18px;
  }
  .plus-minus__list li::before {
    top: -1px;
  }
}
.apps {
  margin-top: 30px;
  counter-reset: item;
}

.app + .app {
  margin-top: 15px;
}
.app:last-child .app-content {
  padding-bottom: 0;
}
.app-header {
  padding: 25px 100px;
  border-radius: 10px;
  background-image: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.2) 0%,
    rgba(234, 205, 163, 0.2) 100%
  );
  position: relative;
  border: 1px solid transparent;
}
.app-header::before {
  position: absolute;
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  left: 20px;
  width: 61px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  /* background-image: linear-gradient(90deg, #B97B6A 0%, #C98B5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
  color: #b68668;
  top: 50%;
  transform: translateY(-50%);
}
.app-header::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 61px;
  height: 61px;
  background-image: url("../img/app-punkt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.app-title {
  margin: 0;
  margin-left: 17px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.app-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 14px;
  bottom: 14px;
  left: 100px;
  width: 1px;
  opacity: 0.2;
  background: linear-gradient(90deg, #b97b6a 0%, #c18463 52.08%, #c98b5d 100%);
}
.app-title--is-best {
  color: #c18363;
  padding-right: 35px;
  background-image: url("../img/medal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.app-description {
  margin-top: 8px;
  margin-left: 17px;
  display: block;
}
.app-content {
  padding-top: 30px;
  padding-bottom: 35px;
}
.app-text {
  margin-top: 20px;
}
.app-text p {
  margin: 20px 0;
}
.app-text p:nth-child(1) {
  margin-top: 0;
}
.app-text p:last-child {
  margin-bottom: 0;
}
.app__bf {
  width: 100%;
  aspect-ratio: 1.72;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
}
.app__bf .twentytwenty-overlay .twentytwenty-before-label::before,
.app__bf .twentytwenty-overlay .twentytwenty-after-label::before {
  border: 1px solid #e7e3e3;
  border-top: none;
}
.app-cta {
  padding: 25px 40px 25px 25px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.4) 0%,
    rgba(234, 205, 163, 0.4) 100%
  );
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  margin-top: 50px;
}
.app-cta__title {
  margin-top: 0;
}
.app-cta-block {
  display: flex;
  align-items: center;
}
.app-cta__bf {
  width: 320px;
  flex-shrink: 0;
  margin-right: 30px;
  aspect-ratio: 0.778;
}
.app-cta__btn-block {
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .app-cta {
    padding: 40px 25px;
  }
  .app-cta__title {
    margin-top: 0;
  }
  .app-cta-block {
    flex-direction: column;
  }
  .app-cta__bf {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .app-header {
    padding-left: 70px;
    padding-right: 20px;
  }
  .app-header::before {
    left: 5px;
    transform: translateY(-50%) scale(0.7);
  }
  .app-header::after {
    left: 5px;
    transform: translateY(-50%) scale(0.7);
  }
  .app-title {
    font-size: 18px;
  }
  .app-title::before {
    left: 70px;
  }
  .app-cta {
    padding: 25px 25px 30px;
  }
  .app-cta .twentytwenty-wrapper {
    width: 100%;
  }
  .app-cta__bf {
    width: 100%;
  }
  .app-cta__btn-block {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .app__bf.anim > img:first-child {
    animation: appSlideHandle1 1.5s linear infinite;
  }
  .app__bf.anim > img:first-child + img {
    animation: appSlideHandle2 1.5s linear infinite;
  }
  @keyframes appSlideHandle1 {
    0% {
      clip: rect(0px, 412.5px, 479px, 0px);
    }
    25% {
      clip: rect(0px, 417.5px, 479px, 0px);
    }
    50% {
      clip: rect(0px, 412.5px, 479px, 0px);
    }
    75% {
      clip: rect(0px, 407.5px, 479px, 0px);
    }
    100% {
      clip: rect(0px, 412.5px, 479px, 0px);
    }
  }
  @keyframes appSlideHandle2 {
    0% {
      clip: rect(0px, 825px, 479px, 412.5px);
    }
    25% {
      clip: rect(0px, 825px, 479px, 417.5px);
    }
    50% {
      clip: rect(0px, 825px, 479px, 412.5px);
    }
    75% {
      clip: rect(0px, 825px, 479px, 407.5px);
    }
    100% {
      clip: rect(0px, 825px, 479px, 412.5px);
    }
  }
  .app-cta__bf.anim > img:first-child {
    animation: ctaSlideHandle1 1.5s linear infinite;
  }
  .app-cta__bf.anim > img:first-child + img {
    animation: ctaSlideHandle2 1.5s linear infinite;
  }
  @keyframes ctaSlideHandle1 {
    0% {
      clip: rect(0px, 160px, 411px, 0px);
    }
    25% {
      clip: rect(0px, 165px, 411px, 0px);
    }
    50% {
      clip: rect(0px, 160px, 411px, 0px);
    }
    75% {
      clip: rect(0px, 155px, 411px, 0px);
    }
    100% {
      clip: rect(0px, 160px, 411px, 0px);
    }
  }
  @keyframes ctaSlideHandle2 {
    0% {
      clip: rect(0px, 320px, 411px, 160px);
    }
    25% {
      clip: rect(0px, 320px, 411px, 165px);
    }
    50% {
      clip: rect(0px, 320px, 411px, 160px);
    }
    75% {
      clip: rect(0px, 320px, 411px, 155px);
    }
    100% {
      clip: rect(0px, 320px, 411px, 160px);
    }
  }
}
.article-cta {
  border-radius: 10px;
  background: linear-gradient(90deg, #c79081 0%, #dfa579 100%);
  padding: 34px 30px;
  overflow: hidden;
  color: #fff;
  min-height: 270px;
  margin: 25px 0;
}
.article-cta__title {
  margin: 0;
}
.article-cta__info {
  max-width: 350px;
  position: relative;
  z-index: 2;
}
.article-cta__text {
  margin-top: 20px;
}
.article-cta__btn {
  color: #fff;
  border-color: #fff;
  margin-top: 40px;
  padding: 9px 16px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.article-cta__btn:hover {
  background-color: #fff;
  background-image: none;
  color: #2c2c2c;
  box-shadow: none;
}
.article-cta__btn:hover::after {
  display: none;
}
.article-cta__btn:hover svg path {
  fill: #2c2c2c;
}
.article-cta + .article-section::after {
  display: none;
}
.article-cta__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .article-cta {
    min-height: auto;
  }
  .article-cta__image {
    right: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .article-cta__image {
    right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .article-cta__image {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .article-cta__btn {
    margin-top: 30px;
  }
}
.article-aside {
  width: 255px;
  margin-top: 75px;
  margin-bottom: 50px;
  flex-shrink: 0;
  margin-left: 30px;
  position: sticky;
  top: 85px;
}
.article-content {
  width: 100%;
  border: 1px solid rgba(193, 131, 99, 0.3);
  border-radius: 10px;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  padding: 20px 20px 30px;
  background-color: #fff;
}
.article-content__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.article-content__list {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  counter-reset: item;
}
.article-content__item + .article-content__item {
  margin-top: 10px;
}
.article-content__link {
  font-size: 16px;
  display: block;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding-left: 30px;
}
.article-content__link::before {
  position: absolute;
  content: counter(item);
  counter-increment: item;
  left: 0;
  top: -1px;
  width: 23px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  /* background-image: linear-gradient(90deg, #B97B6A 0%, #C98B5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
  color: #b68668;
}
.article-content__link::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(193, 131, 99, 0.3);
  transform: rotate(45deg);
  transform-origin: center;
}
.article-content__link:hover {
  color: #c18363;
}

@media only screen and (max-width: 991px) {
  .article-aside {
    position: relative;
    top: auto;
    margin: 0;
    width: 100%;
    order: -1;
    max-width: 400px;
  }
  .article-content {
    padding: 30px;
  }
  .article-content__item + .article-content__item {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .article-content__title {
    font-size: 18px;
  }
  .article-content__list {
    margin-top: 20px;
  }
}
.faqs {
  margin-top: 30px;
}
.faqs-section {
  padding-top: 50px;
  background-image: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.2) 0%,
    rgba(234, 205, 163, 0.2) 100%
  );
}

.faq {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
}
.faq + .faq {
  margin-top: 15px;
}
.faq__header {
  cursor: pointer;
  position: relative;
}
.faq__question {
  padding: 15px 230px 15px 30px;
  font-weight: 700;
}
.faq__answer {
  padding: 0px 230px 30px 30px;
}
.faq.open .faq__toggle {
  transform: scale(1, -1) translateY(50%);
}

.faq__toggle {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  display: inline-block;
  width: 20px;
  height: 11px;
  cursor: pointer;
}
.faq__toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__toggle svg path {
  transition: fill 0.2s, stroke 0.2s;
}

.faq__answer {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .faq__header:hover .faq__toggle svg path {
    stroke: #c18363;
    fill: #c18363;
  }
}
@media only screen and (max-width: 991px) {
  .faq__answer,
  .faq__question {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .faq__answer,
  .faq__question {
    padding-left: 20px;
    padding-right: 80px;
  }
  .faq__answer {
    padding-right: 20px;
  }
}
.results-table {
  display: flex;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 44px rgba(31, 31, 31, 0.08);
  background-color: #fff;
}
.results-table-section {
  padding: 50px 0;
  background-image: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.2) 0%,
    rgba(234, 205, 163, 0.2) 100%
  );
}
.results-table-app__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 14px;
}
.results-table-app__title {
  font-size: 18px;
}
.results-table__back,
.results-table__next {
  top: 17px;
  position: absolute;
  width: 9px;
  height: 17px;
  border-radius: 0;
  border: none;
  z-index: 2;
  box-shadow: none;
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.results-table__back.slick-disabled,
.results-table__next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.results-table__back svg,
.results-table__next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.results-table__back svg path,
.results-table__next svg path {
  transition: fill 0.2s;
}
.results-table__back:hover svg path,
.results-table__next:hover svg path {
  fill: #fda61a;
}
.results-table__back {
  left: -10px;
}
.results-table__next {
  right: -10px;
  transform: rotate(180deg);
}
.results-table__next svg {
  transform: translate(-50%, -50%);
}
.results-table__td {
  font-size: 16px;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #f0dfd2;
  border-right: 1px solid #f0dfd2;
  color: #57afa8;
}
.results-table__td.is-no {
  color: #e7696e;
}
.results-table__td.is-hidden {
  display: none;
}
.results-table__th {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.results-table__head {
  flex-shrink: 0;
  width: 180px;
}
.results-table__head .results-table__th + .results-table__td {
  background-image: linear-gradient(
    0deg,
    rgba(230, 185, 128, 0.07) 0%,
    rgba(234, 205, 163, 0.07) 100%
  );
}
.results-table__head .results-table__td {
  justify-content: flex-start;
  text-align: left;
  color: #2c2c2c;
}
.results-table__head .results-table__td--is-top .results-table-app__title {
  color: #c18363;
}
.results-table-app {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.results-table-app__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.results-table-app__title {
  font-size: 16px;
}
.results-table__body {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 340px);
}
.results-table__body .results-table__th + .results-table__td {
  background-image: linear-gradient(
    0deg,
    rgba(230, 185, 128, 0.07) 0%,
    rgba(234, 205, 163, 0.07) 100%
  );
}
.results-table__body .slick-list {
  width: 100%;
}
.results-table__col--load {
  flex-shrink: 0;
}
.results-table__btns {
  width: 160px;
  flex-shrink: 0;
}
.results-table__btns .results-table__td {
  border-right: none;
}
.results-table__btns .results-table__th + .results-table__td {
  background-image: linear-gradient(
    0deg,
    rgba(230, 185, 128, 0.07) 0%,
    rgba(234, 205, 163, 0.07) 100%
  );
}
.results-table__btn {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  width: 100%;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 5px;
  opacity: 0.5;
  transition: opacity 0.2s, box-shadow 0.2s;
  background-image: none;
  background-color: transparent;
  height: 36px;
  box-shadow: none;
}
.results-table__btn::before,
.results-table__btn:after {
  display: none;
}
.results-table__btn:hover {
  box-shadow: none;
  opacity: 1;
  background-image: none;
  background: transparent;
}
.results-table__btn--is-top {
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
  opacity: 1;
  border: none;
  box-shadow: 0px 0px 10px rgba(223, 160, 0, 0.38);
}
.results-table__btn--is-top::after {
  display: block;
  border-radius: 5px;
}
.results-table__btn--is-top:hover {
  box-shadow: 0px 2px 12px rgba(223, 160, 0, 0.46);
  background-image: linear-gradient(180deg, #ffcb44 0%, #f5a200 100%);
}
.results-table-toggle {
  margin-top: 30px;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.results-table-toggle__icon {
  width: 38px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(47, 47, 47, 0.08);
  border-radius: 10px;
  transition: box-shadow 0.2s;
}
.results-table-toggle__text {
  font-size: 20px;
  margin-left: 15px;
}
.results-table-toggle.is-clicked .results-table-toggle__icon {
  transform: scale(1, -1);
}
.results-table-toggle:hover .results-table-toggle__icon {
  box-shadow: 0 0 7px rgba(47, 47, 47, 0.2);
}

@media only screen and (max-width: 767px) {
  .results-table__td {
    border-right: none;
  }
  .results-table__head .results-table__td {
    border-right: 1px solid #f0dfd2;
  }
  .results-table__btns .results-table__td {
    border-left: 1px solid #f0dfd2;
  }
}
@media only screen and (max-width: 575px) {
  .results-table__back {
    left: -15px;
  }
  .results-table__next {
    right: -15px;
  }
  .results-table__td {
    font-size: 14px;
    padding: 0 10px;
  }
  .results-table__th {
    font-size: 14px;
    padding: 0 10px;
  }
  .results-table-app__icon {
    display: none;
  }
  .results-table-app__title {
    font-size: 14px;
  }
  .results-table__head {
    width: 115px;
  }
  .results-table__head .results-table__th {
    text-align: left;
    justify-content: flex-start;
  }
  .results-table__body {
    width: calc(100% - 230px);
  }
  .results-table__btns {
    width: 115px;
  }
  .results-table__btn {
    font-size: 14px;
  }
  .results-table-toggle__icon {
    width: 33px;
    height: 27px;
  }
  .results-table-toggle__icon img {
    transform: scale(0.8);
  }
  .results-table-toggle__text {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 369px) {
  .results-table__td,
  .results-table__th {
    font-size: 12px;
  }
  .results-table-app__title {
    font-size: 12px;
  }
  .results-table__head {
    width: 100px;
  }
  .results-table__body {
    width: calc(100% - 200px);
  }
  .results-table__btns {
    width: 100px;
  }
  .results-table__btn {
    font-size: 12px;
  }
}
.recommended-articles {
  padding: 50px 0 80px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
  position: relative;
  background-color: #fff;
}
.recommended-articles-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.recommended-article {
  width: calc(50% - 15px);
  min-height: 213px;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.recommended-article::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 80%
  );
  display: block;
}
.recommended-article:hover .recommended-article__btn {
  background-color: #fff;
}
.recommended-article:hover .recommended-article__btn span {
  color: #2c2c2c;
}
.recommended-article:hover .recommended-article__btn svg path {
  fill: #2c2c2c;
}
.recommended-article__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.recommended-article__btn {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  border-color: #fff;
  padding: 9px 16px;
  z-index: 2;
  color: #fff;
  transition: background-color 0.2s;
  flex-shrink: 0;
  margin-left: 30px;
}
.recommended-article__btn::after {
  display: none;
}
.recommended-article__btn:hover {
  background-image: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  .recommended-article {
    padding: 20px;
  }
  .recommended-article__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .recommended-article {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .recommended-article__btn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recommended-articles-block {
    flex-direction: column;
  }
  .recommended-article {
    width: 100%;
  }
  .recommended-article + .recommended-article {
    margin-top: 20px;
  }
}
.blog-hero {
  padding: 70px 0 85px;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.blog-hero-slider {
  position: relative;
}
.blog-hero-slider .slick-list {
  overflow: visible;
}
.blog-hero-slider .slick-track {
  display: flex;
}
.blog-hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
}
.blog-hero-slider::before {
  position: absolute;
  content: "";
  width: 441px;
  height: 441px;
  border-radius: 50%;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.8) 0%,
    rgba(234, 205, 163, 0.8) 100%
  );
}
.blog-hero-slide {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  height: auto;
}
.blog-hero-slide .blog-hero-images {
  transform: translateX(100px);
  transition: transform 0.4s;
}
.blog-hero-slide.slick-active.slick-current .blog-hero-images {
  transform: translateX(0);
}
.blog-hero-info {
  width: 558px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.blog-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.45;
}
.blog-hero__text {
  margin-top: 25px;
  max-width: 445px;
}
.blog-hero__btn-block {
  margin-top: 40px;
}
.blog-hero-images {
  min-width: auto;
}

@media only screen and (max-width: 1199px) {
  .blog-hero-slider::before {
    width: 380px;
    height: 380px;
  }
  .blog-hero-info {
    max-width: 400px;
    margin-right: 30px;
  }
  .blog-hero__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-hero {
    padding: 60px 0 75px;
  }
  .blog-hero-slider .slick-dots {
    bottom: -20px;
  }
  .blog-hero-slider::before {
    display: none;
  }
  .blog-hero-slide {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .blog-hero-slide .blog-hero-images {
    transform: translateX(0);
  }
  .blog-hero-info {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .blog-hero__text {
    display: inline-block;
  }
  .blog-hero__btn-block {
    width: 100%;
  }
  .blog-hero-images {
    margin-top: auto;
    margin-left: 0;
    aspect-ratio: 1.33;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .blog-hero-images::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 440px;
    height: 440px;
    top: auto;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(
      90deg,
      rgba(230, 185, 128, 0.8) 0%,
      rgba(234, 205, 163, 0.8) 100%
    );
  }
  .blog-hero-images img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-hero-slider .slick-dots {
    bottom: -40px;
  }
  .blog-hero-images::before {
    width: 70%;
    height: auto;
    aspect-ratio: 1;
    bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-hero {
    padding-top: 40px;
  }
  .blog-hero-info {
    margin-bottom: 0;
  }
  .blog-hero-images {
    margin-top: 40px;
  }
  .blog-hero__title {
    font-size: 30px;
  }
  .blog-hero__text {
    margin-top: 15px;
  }
  .blog-hero__btn-block {
    margin-top: 25px;
  }
}
.blog-articles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px -15px -50px;
}
.blog-articles-section {
  margin-top: -15px;
  padding: 70px 0 100px;
  position: relative;
  z-index: 2;
}

.blog-article {
  width: calc(33.33% - 30px);
  margin: 0 15px 50px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.282;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  padding: 10px 13px 13px 13px;
  box-shadow: none;
  transition: box-shadow 0.2s;
}
.blog-article::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  z-index: -1;
  background-image: linear-gradient(
    180deg,
    rgba(44, 44, 44, 0) 50%,
    rgba(44, 44, 44, 0.6) 100%
  );
}
.blog-article__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.blog-article__title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  max-width: 285px;
  margin-top: auto;
}
.blog-article__tag {
  font-size: 14px;
  background-color: #bdffca;
  color: #2c2c2c;
  border-radius: 8px;
  padding: 3px 10px;
}
.blog-article__tag--blue {
  background-color: #b5e8ff;
}
.blog-article__tag--pink {
  background-color: #ffceae;
}
.blog-article:hover {
  box-shadow: 0px 1px 18px rgba(47, 47, 47, 0.25);
}

@media only screen and (max-width: 1199px) {
  .blog-article__title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .blog-article {
    width: calc(50% - 30px);
  }
  .blog-article__title br {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .blog-article {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .blog-articles {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .blog-articles-section {
    padding: 50px 0 80px;
  }
  .blog-article {
    margin-bottom: 30px;
  }
  .blog-article__title {
    font-size: 16px;
  }
  .blog-article__tag {
    font-size: 12px;
  }
} /*# sourceMappingURL=style.css.map */

/* downloads */
.downloads-hero {
  padding: 50px 0 70px;
  z-index: 4;
}
.text-center {
  text-align: center;
}
.loading-gif {
  display: flex;
  width: 177px;
  margin: 0 auto;
}
.downloads-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 730px;
  margin: 0 auto;
}
.downloads-treatment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03),
    0 12px 16px -4px rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 28px 30px 32px 30px;
  max-width: 451px;
  width: 100%;
}
.downloads-treatment-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 16px;
}
.downloads-treatment-text img {
  margin-right: 6px;
}
.downloads-img {
  filter: blur(2.5px);
  border-radius: 10px;
  position: relative;
}
.downloads-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.54);
}
.downloads-img img {
  border-radius: 10px;
}
.downloads-treatment-load {
  width: 100%;
  height: 20px;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03),
    0 20px 24px -4px rgba(16, 24, 40, 0.08);
  border-radius: 25px;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(234, 205, 163, 1),
    rgba(230, 185, 128, 1) 7px,
    #fff 7px,
    #fff 14px
  );
  background-size: 20px 20px;
  animation: move 0.5s linear infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
.downloads__btn-block {
  margin: 40px auto 0;
  width: 100%;
}
.downloads__btn-block .btn img {
  margin-right: 10px;
}

.downloads-prefooter {
  flex-wrap: wrap;
}
.downloads-prefooter .section-title {
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 15px;
}
.downloads-advantage__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  color: #2c2c2c;
}
@media only screen and (max-width: 1199px) {
  .downloads-prefooter {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .downloads-hero {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .downloads-hero {
    padding: 30px 0 45px;
  }
  .loading-gif {
    width: 115px;
  }
  .downloads-treatment {
    padding: 15px;
  }
  .downloads-treatment-text {
    font-size: 14px;
  }
  .downloads-prefooter .section-title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .downloads-advantage__title {
    font-size: 22px;
  }
  .home-article {
    width: 300px;
    margin: 0;
  }
}

@media only screen and (max-width: 375px) {
  .home-article {
    width: 95%;
    margin: 0;
  }
}

/* letter */
.is-letter {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.is-letter .container {
  max-width: 570px;
  padding: 0 15px;
}
.letter-header {
  background: linear-gradient(90deg, #e6b980 0%, #eacda3 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 168px;
}
.letter-header-left {
  box-shadow: 0 4px 3px -2px rgba(16, 24, 40, 0.05),
    0 12px 12px -4px rgba(16, 24, 40, 0.12);
  background: linear-gradient(90deg, #c79081 0%, #dfa579 100%);
  border-radius: 0 15px 15px 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: #fff;
  padding: 20px 23px 26px 30px;
}
.letter-header-right {
  /* border-radius: 100%;
  background: linear-gradient(180deg, #fff 0%, #ffffde 100%);
  width: 303px;
  height: 303px;
  position: absolute;
  right: -30px;
  top: -64px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  margin-left: 10px;
}
.letter-hero-block {
  padding: 30px 0;
}
.letter-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin: 0 0 12px;
}
.letter-text {
  font-size: 15px;
  line-height: 147%;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}
.letter-text-bold {
  font-weight: 700;
}
.letter-hero-image {
  margin: 20px 0;
}
.letter-hero-image img {
  box-shadow: 0 2px 44px 0 rgba(31, 31, 31, 0.08);
  border: 1px solid rgba(44, 44, 44, 0.1);
  border-radius: 10px;
}
.letter-section {
  background: linear-gradient(
    90deg,
    rgba(230, 185, 128, 0.3) 0%,
    rgba(234, 205, 163, 0.3) 100%
  );
  padding: 25px 0;
}
.letter-prefooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.letter-prefooter-images {
  width: 153px;
  margin-right: 25px;
  position: relative;
}
.letter-prefooter-images::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(90deg, #c79081 0%, #dfa579 100%);
  filter: blur(67.30000305175781px);
}
.letter-prefooter-images img {
  position: relative;
  z-index: 2;
}
.letter-prefooter-info {
  flex: 1;
  font-size: 15px;
  line-height: 147%;
  color: #2f2f2f;
}
.letter-prefooter-info .article__ul-list {
  margin: 0 0 25px;
}
.letter-prefooter-info .article__ul-list li + li {
  margin-top: 6px;
}
.letter__btn-block {
  width: 100%;
  position: relative;
  top: -15px;
}
.btn-green {
  box-shadow: 0 0 10px 0 rgba(0, 223, 22, 0.56);
  background: linear-gradient(180deg, #4cc15a 0%, #0d9b4a 100%);
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  padding: 10.5px;
}
.btn-green:hover {
  background: linear-gradient(180deg, #51cb5f 0%, #0fa951 100%);
}
.btn-green::after {
  border: 1.5px solid rgba(0, 75, 0, 0.12);
}
.btn-green img {
  margin-right: 6px;
}
.letter__btn-block-info {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2c2c2c;
  opacity: 0.5;
  margin-top: 10px;
}
.letter__btn-block-info img {
  width: 10px;
  margin-right: 6px;
}
.letter-footer {
  background: linear-gradient(90deg, #e6b980 0%, #eacda3 100%);
  padding: 20px 0 18px;
}
.letter-footer-block {
  display: flex;
  justify-content: space-between;
}
.letter-logo__image {
  width: 30px;
}
.letter-footer-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
.letter-footer-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 30px;
}
.letter-footer-links__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 147%;
  color: #2c2c2c;
}
.letter-footer-links__text {
  font-weight: 400;
  font-size: 15px;
  color: #2f2f2f;
}
.letter-footer-links__text a {
  text-decoration: underline;
}
.letter-footer-links a:hover {
  text-decoration: none;
}
.letter-copy {
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 147%;
  text-align: center;
  color: rgba(47, 47, 47, 0.63);
}
@media only screen and (max-width: 575px) {
  .letter-header-left {
    font-size: 20px;
    padding: 20px 23px 26px 15px;
  }
  /* .letter-header-right {
    width: 160px;
    height: 300px;
    right: -30px;
    top: -64px;
  }
  .letter-header-right img {
    width: 80px;
  } */
  .letter-header-right {
    margin-right: 10px;
    max-width: 115px;
  }
  .letter-prefooter {
    flex-direction: column;
    align-items: center;
  }
  .letter__btn-block {
    top: 0;
  }
  .letter-footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .letter-footer-links {
    margin-right: 0;
    align-items: center;
    text-align: center;
  }
}
