html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
@font-face {
  font-family: 'UniSansHeavyCAPS';
  src:url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.woff') format('woff'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.svg#UniSansHeavyCAPS') format('svg'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.eot'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #030325;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  text-transform: initial;
  color: unset;
}
.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 30px;
}
@media( max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
@media( max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}
.header {
  padding: 20px 0px;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__block-button {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 24px;
  border: 2px solid #08E3CE;
  box-shadow: 0px 2px 25px -6px #08E3CE;
  transition: all 0.3s ease;
}
.header__block-button:hover {
  border-color: #2E19FC;
  box-shadow: 0px 2px 25px -6px #2E19FC;
  transition: all 0.3s ease;
}
@media( max-width: 1200px) {
  .header__block-button {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media( max-width: 992px) {
  .header__block-image {
    width: 200px;
  }
}
@media( max-width: 768px) {
  .header__block-image {
    width: 180px;
  }
  .header__block-button {
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media( max-width: 425px) {
  .header__block-image {
    width: 160px;
  }
  .header__block-button {
    font-size: 16px;
    padding: 10px;
  }
}
.blog__main {
  width: 606px;
  min-width: 606px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(45, 32, 249, 1);
  box-shadow: 0px 2px 25px -6px #2E19FC;
  padding: 50px 45px;
}
.blog__main-title {
  color: #FFF;
  text-align: center;
  font-family: 'UniSansHeavyCAPS', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}
.blog__main-text {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.blog__main-text.custom {
  font-weight: 600;
  margin-bottom: 53px;
  display: flex;
  align-items: center;
}
.blog__main-text.custom::before {
  content: '';
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url('../img/done-arrow.svg');
  margin-right: 20px;
}
@media( max-width: 1440px) {
  .blog__main {
    width: 510px;
    min-width: 510px;
    padding: 40px 35px;
  }
  .blog__main-title {
    font-size: 28px;
  }
}
@media( max-width: 1200px) {
  .blog__main {
    width: 480px;
    min-width: 480px;
  }
  .blog__main-title {
    font-size: 26px;
  }
  .blog__main-text {
    font-size: 20px;
  }
}
.blog__main-button {
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 17px;
  background: #2E19FC;
  padding: 22px 26px;
}
.blog__section-presentation {
  padding-top: 80px;
  padding-bottom: 30px;
}
.blog__section-presentation .blog__section-block {
  justify-content: space-between;
}
.blog__section-presentation .blog__section-image {
  opacity: 0.8;
  width: auto;
  height: fit-content;
  position: relative;
}
.blog__section-presentation .blog__section-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('../img/blog-image-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media( max-width: 992px) {
  .blog__section-presentation {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog__main {
    width: 100%;
    min-width: 1px;
  }
}
@media( max-width: 576px) {
  .blog__section-presentation {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog__main {
    width: 100%;
    min-width: 1px;
    padding: 30px 20px;
  }
  .blog__main-title {
    font-size: 24px;
  }
  .blog__main-text {
    font-size: 18px;
  }
  .blog__main-text.custom::before {
    margin-right: 10px;
  }
  .blog__main-button {
    font-size: 18px;
    padding: 20px 22px;
  }
}
@media( max-width: 375px) {
  .blog__main-button {
    padding: 15px 22px;
  }
}
.blog__text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
  margin-bottom: 40px;
}
@media( max-width: 768px) {
  .blog__text {
    font-size: 16px;
    line-height: 130%; 
  }
}
.blog__text strong {
  font-weight: 700;
}
.blog__group {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__group-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  position: relative;
  padding-left: 52px;
}
.blog__group-text::before {
  content: '';
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url('../img/done-arrow.svg');
  position: absolute;
  left: 0px;
}
ol {
  padding-left: 22px;
}
ol .blog__group-text {
  padding: 0;
}
ol .blog__group-text::before {
  display: none;
}
@media( max-width: 768px) {
  .blog__group-text {
    font-size: 16px;
    line-height: 130%; 
  }
}
@media( max-width: 576px) {
  .blog__group-text {
    padding-left: 42px;
  }
  .blog__group-text::before {
    margin-right: 10px;
  }
}
.blog__section-title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.955%; 
  text-transform: uppercase;
  margin-bottom: 40px;
}
.blog__section-list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.blog__section-list__item {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.955%; 
}
.blog__section-block .blog__section-list {
  margin-bottom: 0px;
}
.blog__section-block {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.blog__section-image {
  width: 76%;
  min-width: 520px;
}
.blog__section-image img {
  display: block;
  width: 100%;
  max-height: inherit;
}
.blog__section-reverse .blog__section-image {
  width: 171%;
}
@media( max-width: 992px) {
  .blog__section-title {
    font-size: 28px;
  }
  .blog__section-block {
    flex-direction: column;
  }
  .blog__section-image {
    width: 100%;
    min-width: 1px;
  }
  .blog__section-reverse .blog__section-block {
    flex-direction: column-reverse;
  }
  .blog__section-reverse .blog__section-image {
    width: 100%;
    max-height: 700px;
  }
}
@media( max-width: 768px) {
  .blog__section-list {
    row-gap: 5px;
  }
  .blog__section-list__item {
    font-size: 16px;
    line-height: 140%; 
  }
}
@media( max-width: 576px) {
  .blog__section-title {
    font-size: 24px;
  }
}
.feedback {
  padding-top: 30px;
  padding-bottom: 80px;
}
.feedback .container {
  margin-left: 5% !important;
}
.feedback__title {
  margin-bottom: 80px;
}
.feedback__block {
  display: grid;
  grid-template-columns: 572px 1fr;
  column-gap: 100px;
}
.slick-slider .slick-list {
	transform:rotate(180deg);
  height: 600px !important;
}
.slick-slider .slick-slide {
	transform:rotate(180deg);
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transition-timing-function: cubic-bezier(0.85, 0, 0.21, 1) !important;
}
.feedback__slider {
  z-index: 10;
  height: 100%;
  top: 30px;
}
.feedback__slider-item {
  display: flex !important;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px;
  height: 320px !important;
  margin: 230px 0;
}
.feedback__slider-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 50px #08E3CE;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.3px; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.feedback__slider-subtitle {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  text-shadow: 0px 4px 50px #08E3CE;
  text-align: center;
}
.feedback__form {
  width: 89%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.feedback__form-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.feedback__form-input {
  padding: 19px 25px;
  border: none;
  outline: none;
  color: #C2C2C2;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.13) 1.77%, rgba(255, 255, 255, 0.05) 102.09%);
}
.feedback__form-input::placeholder {
  color: #C2C2C2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feedback__form-textarea {
  padding: 19px 25px;
  border: none;
  outline: none;
  color: #C2C2C2;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.13) 1.77%, rgba(255, 255, 255, 0.05) 102.09%);
  resize: none;
  margin-bottom: 30px;
  height: 185px;
}
.feedback__form-textarea::placeholder {
  color: #C2C2C2;
  font-size: 17px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feedback__form-wrapper {
  margin-bottom: 40px;
}
.feedback__form-label {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #C2C2C2;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.feedback__form-file {
  display: none;
}
#feedback__form-file__name {
  color: #C2C2C2;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
.feedback__form-button {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px 70px;
  font-family: Montserrat;
  border: 2px solid #08E3CE;
  box-shadow: 0px 2px 25px -6px #08E3CE;
  transition: all 0.3s ease;
  width: fit-content;
  background-color: inherit;
  cursor: pointer;
}
.feedback__form-button:hover {
  border-color: #2E19FC;
  box-shadow: 0px 2px 25px -6px #2E19FC;
  transition: all 0.3s ease;
}
@media( max-width: 1440px) {
  .feedback__form-title {
    font-size: 28px;
  }
}
@media( max-width: 1200px) {
  .feedback .container {
    margin-left: auto !important;
  }
  .feedback__block {
    grid-template-columns: 1fr minmax(450px, 1fr);
    column-gap: 70px;
  }
  .feedback__slider-item {
    width: 100% !important;
  }
  .feedback__slider-title {
    font-size: 32px;
    line-height: 42px;
  }
  .feedback__slider-subtitle {
    font-size: 24px;
    line-height: normal;
  }
  .feedback__form {
    width: 100%;
  }
  .feedback__form-button {
    font-size: 20px;
    padding: 12px 50px;
  }
}
@media( max-width: 992px) {
  .feedback__title {
    margin-bottom: 40px;
  }
  .feedback__block {
    grid-template-columns: 1fr;
  }
  .feedback__form {
    width: 100%;
  }
}
@media( max-width: 768px) {
  .feedback {
    padding-bottom: 50px;
  }
  .feedback__form-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .feedback__slider-title {
    font-size: 26px;
    line-height: normal;
  }
  .feedback__slider-subtitle {
    font-size: 20px;
  }
}
@media( max-width: 576px) {
  .slick-slider .slick-list {
    height: 400px !important;
  }
  .feedback__slider-item {
    height: 250px !important;
    margin: 130px 0px;
  }
  .feedback__form-input {
    padding: 15px 20px;
  }
  .feedback__form-input::placeholder {
    font-size: 15px;
  }
  .feedback__form-textarea {
    padding: 15px 20px;
    height: 120px;
    margin-bottom: 20px;
  }
  .feedback__form-textarea::placeholder {
    font-size: 15px;
  }
  .feedback__form-wrapper {
    margin-bottom: 25px;
  }
  .feedback__form-label {
    font-size: 18px;
  }
  #feedback__form-file__name {
    font-size: 16px;
  }
}
@media( max-width: 425px) {
  .feedback__slider {
    top: -30px;
  }
}
@media( max-width: 375px) {
  .feedback__form-button {
    width: 100%;
    font-size: 20px;
    padding: 12px 50px;
  }
}
.feedback__bg {
  position: relative;
  margin-left: 50px;
}
.feedback__bg img {
  position: absolute;
  opacity: 0.1;
  animation: feedbackBgRotate 12s linear infinite;
}
.feedback__bg-1 {
  z-index: 1;
}
.feedback__bg-2 {
  z-index: 2;
  margin-left: -53px;
  margin-top: 18px;
  animation-duration: 9s;
}
.feedback__bg-3 {
  z-index: 3;
  margin-left: -79px;
  margin-top: 18px;
  animation-duration: 9s;
}
.feedback__bg-4 {
  z-index: 4;
  margin-left: -75px;
  margin-top: 99px;
  animation-direction: reverse !important;
  animation-duration: 8s;
}
.feedback__slider-progress {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 436px;
  height: 10px;
  border-radius: 11px;
  background-color: #D9D9D9;
  box-shadow: 0px 4px 40px 0px #2E19FC;
  overflow: hidden;
  background-image: linear-gradient(to right, #2E19FC, #2E19FC);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  position: relative;
  bottom: 220px;
  z-index: 11;
  cursor: pointer;
}
@media( max-width: 992px) {
  .feedback__bg {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
@media( max-width: 576px) {
  .feedback__slider-progress {
    height: 8px;
    bottom: 80px;
    width: 90%;
  }
  .feedback__bg img {
    max-width: 69vw;
  }
}
@media( max-width: 425px) {
  .feedback__slider-progress {
    bottom: 60px;
  }
}
.footer {
  padding: 50px 0;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__group {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 20px;
}
.footer__text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 30px;
  /*** My fix ***/
  flex-direction: inherit;
}
.footer__socials-item a {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.footer__socials-telegram {
  background-image: url('../img/telegram-logo.svg');
}
.footer__socials-mail {
  background-image: url('../img/mail-logo.svg');
}
@media( max-width: 992px) {
  .footer {
    padding: 30px 0;
  }
  .footer__logo {
    width: 200px;
  }
}
@media( max-width: 475px) {
  .footer {
    padding: 20px 0;
  }
  .footer__block {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .footer__socials-item a {
    width: 55px;
    height: 55px;
  }
  .footer__text {
    font-size: 16px;
  }
}
.blog__main-button-margin{
    margin-bottom: 1em !important;
}