@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

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

* {
  line-height: 1.5;
}

html {
  font-family: 'Montserrat', 'Arial', sans-serif;
  scroll-behavior: smooth;
}

html {
  background-color: transparent;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
}

:root {
  --main-keywords-color: #008055;
  --main-keywords-light-color: #008055;
  --white-bg-text-color: #052555;
  --footer-text-color: #525252;
}

.keyword-light {
  color: var(--main-keywords-color);
}

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



button {
  display: block;
  background-color: transparent;
}

.modal-form-wrapper {
  display: none;
  max-width: 560px;
  width: 100%;
  position: relative;
  margin: 51px 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}


.small-form-wrap {
  display: none;
  position: fixed;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
  bottom: 124px;
  background-color: white;
  right: 1%;
}

.small-form-wrap h2 {
  margin-bottom: 25px;
}

.modal-form-inner-wrapper {
  padding: 15px;
}

.modal-form-heading {
  font-size: 27px;
  line-height: 1.23;
  color: black;
  margin: 0;
  text-align: center;
}

.conv-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  animation: pulse 1.5s linear infinite;
  cursor: pointer;

}

.error-msg {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

.form-pole {
  max-width: 100%;
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.t708__icon-open {
  display: none;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.t708__icon-close {
  display: none;
}

.t708__icon-close.active,
.t708__icon-open.active {
  display: block;
}

.modal-form-inner-wrapper {
  padding: 15px;
}

.overlay::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.overlay .modal-form-heading {
  font-size: 35px;
  line-height: 1.25;
  color: black;
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.modal-form-banner {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-form input {
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
}

.modal-form__submit {
  color: #ffffff;
  background-color: #008055;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  text-transform: uppercase;
}

form>span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.logo-sm {
  display: none;
}

form>span>a {
  text-decoration: none;
  color: #008055
}

.header {
  background-color: white;
  padding: 35px 0;
}

.nav .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
}

.nav__logo img {
  width: 110px;
  height: 30.8px;
  object-fit: cover;
  position: relative;
  bottom: 2px;
}


.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.nav__list div {
  display: flex;
}

.nav__item+.nav__item {
  margin-left: 37px;
}

.nav__item-btn {
  position: relative;
  cursor: pointer;
  color: #008055;
  font-size: 16px;
  font-weight: 700;
  border-width: 2px;
  border-radius: 30px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.nav__item-btn::before {
  position: absolute;
  left: -30px;
  bottom: -4px;
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../assets/img/btn-before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav__logo {
  justify-self: flex-start;
}

.nav__item a {
  text-decoration: none;
  color: #050426;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}

.nav__item:not(.logo) a::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  transition: width 0.2s;
}

.nav__item a:hover::after {
  height: 1px;
  width: 100%;
  background-color: #008055;
}

.iti {
  width: 100%;
}

.burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  padding: 15px;
  background: #111;
  transform: translateX(2000px);
  transition: transform 0.5s;
  z-index: 1;
  opacity: 0;
}

.menu-btn {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.menu-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 5px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 5px);
}

.burger__nav {
  padding-top: 100px;
}

.burger-menu .burger__navitem {
  list-style-type: none;
  text-align: center;
}

.burger__navitem a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  color: white;
}

.burger__navitem+.burger__navitem {
  margin-top: 50px;
}

.burger-menu.active {
  transform: translateX(0);
  opacity: 1;
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  z-index: 9999;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.player {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 45px 10px 10px;
  position: fixed;
  top: 10%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 5px;
}

.close-popup {
  width: 32px;
  height: 32px;
  top: 10px;
  right: 5%;
  cursor: pointer;
  position: absolute;
  fill: white;
}

section {
  padding: 50px 0;
}

.top-block {
  background-image: url(../assets/img/top-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.top-block__left {
  flex: 0 0 565px;
  width: 100%;
}

.payment-sys {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-sys p:first-child {
  color: #006a49;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 110px;
}

.payment-sys p:last-child {
  color: #006a49;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

.top-block__heading {
  color: #1c1c1c;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.top-block__info {
  position: relative;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  padding-left: 35px;
}

.top-block__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../assets/img/li-green_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 22px;
}

.top-block__heading:first-of-type {
  margin-top: 0;
}

.top-block__heading:last-of-type {
  margin: 45px 0;
}

.top-block__right {
  flex: 0 0 436px;
}

.top-block__right .modal-form-wrapper {
  display: block;
}

.top-block__right .modal-form-wrapper .modal-form-heading {
  font-size: 20px;
  margin-bottom: 15px;
}

.top-block__right .modal-form-wrapper .modal-form-heading {
  font-weight: black;
  font-size: 28px;
}

.top-block__right .modal-form-wrapper .modal-form-heading span {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
}

.project__about {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}

.project__about h2 {
  color: #1c1c1c;
  font-size: 35px;
  line-height: 54px;
  font-weight: 700;
  margin: 0;
}


.project__about div {
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: white;
}

.project__about div:nth-of-type(1) {
  background-color: #291ce3;
}

.project__about div:nth-of-type(2) {
  background-color: #1fb8a1;
}

.project__about div:nth-of-type(3) {
  background-color: #ff4c4c;
}

.project__list {
  display: flex;
  justify-content: space-between;
}

.project__item {
  flex: 0 0 280px;
  box-shadow: 0px 3px 16px -7px rgba(0, 0, 0, 0.55);
}

.project__img {
  display: block;
  width: 280px;
  height: 169px;
  object-fit: cover;
}

.project__item .wrap {
  padding: 25px;
}

.project__heading {
  color: #1c1c1c;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}

.project__text {
  color: #1c1c1c;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 300;
  margin: 0;
}

.slider__list {
  display: none;
  opacity: 0;
}

.slider__list.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider__item {
  flex: 1 1 16.6%;
  text-align: center;
  user-select: none;
}

.slider__item img {
  display: inline;
  width: 140px;
  object-fit: cover;
}

.arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(232, 232, 232, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrow svg {
  width: 10px;
  height: 10px;
}

.arrow.prev {
  left: -90px;
  transform: translateY(-50%) rotate(-180deg);
}

.arrow.next {
  right: -90px;
}

.slider {
  position: relative;
  margin-top: 90px;
}

.fade-in {
  animation: fadeIn 0.3s linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.chargeback {
  padding: 150px 0;
  background-image: url(../assets/img/bg-test-block.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chargeback .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chargeback__heading {
  font-weight: 600;
  font-size: 40px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.chargeback__subheading {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 25px auto 45px;
  color: #ffffff;
}

.chargeback__test {
  position: relative;
  color: #ffffff;
  background-color: #1434cb;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  max-width: 245px;
  width: 100%;
  padding: 20px 0;
}

.chargeback__test svg {
  position: absolute;
  bottom: -29%;
  left: -59px;
  width: 45px;
  height: 101px;
}

.t862__quiz-description .st61 {
  fill: none;
  stroke: #1f5bff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.t862__quiz-description .st61 {
  fill: none;
  stroke: rgb(7, 158, 105);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.overlay-quiz {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  z-index: 9999;
}

.quiz-wrapper {
  max-width: 720px;
  width: 100%;
  position: relative;
  margin: 31px 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}

.quiz__top-bar {
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
}

.comp_name {
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #b3b3b3;
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  width: 100%;
  max-width: 100%;
}

.comp_name.invalid {
  border: 1px solid red;
}

.error-msg {
  display: none;
}

.comp_name.invalid+.error-msg {
  display: block;
  margin-top: 10px;
  color: red;
}

.quiz__instruction {
  position: relative;
  font-size: 12px;
  color: black;
  font-weight: 300;
  padding-left: 15px;
  color: rgb(7, 158, 105);
}

.quiz__instruction svg {
  position: absolute;
  left: -8px;
  top: -3px;
  width: 20px;
  height: 20px;
  stroke: rgb(7, 158, 105);
  fill: rgb(7, 158, 105);
}

.quiz__step-count {
  font-size: 12px;
  color: black;
  font-family: 'roboto-bold', Arial, sans-serif;
}

.quiz__progress-bar {
  height: 5px;
  background-color: #cbcbcb;
}

.quiz__progress-bar-percent {
  background-color: rgb(7, 158, 105);
  width: 0;
  height: 100%;
}

.quiz__body {
  padding: 45px;
}

.quiz__step {
  display: none;
  min-height: 310px;
}

.quiz__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.quiz__button {
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgb(7, 158, 105);
  border-radius: 30px;
  display: block;
}

.quiz-close {
  position: absolute;
  right: 2%;
  top: 2%;
}

.quiz__button.next {
  padding: 13px 45px 13px 30px;
}

.quiz__button.back {
  padding: 13px 30px 13px 45px;
}

.quiz__button.back::before {
  content: " →";
  position: absolute;
  top: 50%;
  left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  transform: rotate(180deg) translateY(45%);
}

.quiz__button.next::after {
  content: " →";
  position: absolute;
  top: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-55%);
}

.quiz__question {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.quiz__thubms {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.thumb {
  box-shadow: 2px 2px 11px -4px rgba(0, 0, 0, 0.75);
}

.quiz__thubms img:not(.active-thumb-mark) {
  display: block;
  border-radius: 4px;
  object-fit: cover;
  width: 135px;
  height: 135px;
}

.quiz__thubms div {
  position: relative;
  flex: 0 1 135px;
  cursor: pointer;
}

.active-thumb-mark {
  display: none;
  position: absolute;
  top: -3px;
  left: -8px;
  width: 30px;
  height: 30px;
  padding: 8px;
  object-fit: cover;
  background-color: black;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
}

img.active+.active-thumb-mark {
  display: flex;
}

.quiz__thubms p {
  font-size: 15px;
  font-weight: 300px;
  margin-top: 10px;
}

input[type=range] {
  height: 26px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #3071A9;
  border-radius: 0px;
  border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3071A9;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #3071A9;
  border-radius: 0px;
  border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #3071A9;
}

input[type=range]:focus::-ms-fill-upper {
  background: #3071A9;
}

.value {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 10px;
}

.radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio-item input[type=radio] {
  display: none;
}

.radio-item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-item label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #fff;
  bottom: 1px;
  border: 2px solid black;
  border-radius: 50%;
}

/* Checked */
.radio-item input[type=radio]:checked+label:before {
  background-color: black;
}

/* Hover */
.radio-item label:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/* Disabled */
.radio-item input[type=radio]:disabled+label:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.conditions {
  background-image: url(../assets/img/conditions-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.conditions__wrap {
  max-width: 480px;
  width: 100%;
}

.conditions__country {
  color: #008f64;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 10px;
}

.conditions__heading {
  color: #1c1c1c;
  font-size: 35px;
  line-height: 1.55;
  font-weight: 700;
  margin: 0;
}

.conditions__subheading {
  color: #000000;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  margin: 10px 0 45px;
}

.conditions__subheading .bold {
  font-weight: 700;
}

.conditions__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.conditions__list li {
  position: relative;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 15px;
}

.conditions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url(../assets/img/check-thumb.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.process {
  padding: 100px 0;
  background-image: url(../assets/img/process-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.process__heading {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.55;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.process__subheading {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  text-align: center;
  max-width: 612px;
  width: 100%;
  margin: 15px auto 85px;
}

.process__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.process__item {
  flex: 0 0 355px;
  text-align: center;
}

.process__img {
  display: inline;
  height: 84px;
  width: 68px;
  object-fit: contain;
}

.process__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.process-arr {
  position: absolute;
  width: 51px;
  height: 16px;
  object-fit: cover;
  top: 18%;
  transform: translateY(-50%);
}

.process-arr:nth-of-type(1) {
  left: 344px;
}

.process-arr:nth-of-type(2) {
  right: 335px;
}

.blog__heading {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  text-align: center;
}

.blog__list {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}


.blog__item {
  flex: 0 0 375px;
  height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 60px 30px 30px;
  border-radius: 10px;
  background: -moz-linear-gradient(top, rgba(0,82,57,0.90), rgba(0,0,0,0.70));
  background: -webkit-linear-gradient(top, rgba(0,82,57,0.90), rgba(28,28,28,0.70));
  background: -o-linear-gradient(top, rgba(0,82,57,0.90), rgba(0,0,0,0.70));
  background: -ms-linear-gradient(top, rgba(0,82,57,0.90), rgba(0,0,0,0.70));
  transition: all 0.2s;
  overflow: hidden;
  cursor: pointer;
}

.blog__item-top {
  position: relative;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  color: white;
}

.blog__item-top svg {
  position: absolute;
  right: -25px;
  top: 5px;
  width: 14px;
  height: 24px;
}

.blog__item-bottom {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  margin-top: 0;
  color: white;
}

.blog__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 375px;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}

.blog__item:hover img {
  transform: scale(1.2);
}

.footer {
  background-color: #005239;
  padding: 75px 0 90px;
}

.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer__sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 260px;
}

.footer__sec.copyright {
 color: white;
 gap: 19px;
}

.copyright__logo {
  width: 95px;
  height: 25px;
  object-fit: cover;
}

.copyright__info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.copyright__year {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer__sec-head {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}

.footer__sec-link {
  color: #fafafa;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.55;
}

.blog-top {
  background-image: url(../assets/img/blog1-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.blog-top.second {
  background-image: url(../assets/img/blog2-bg.png);
}

.blog-top.third {
  background-image: url(../assets/img/blog3-bg.png);
}

.blog-top-wrap {
  background-image: url(../assets/img/bg-top-blog.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 960px;
  width: 100%;
  padding: 80px 20px;
}

.blog-top.second .blog-top-wrap {
  padding: 150px 20px;
}

.blog-top.third .blog-top-wrap {
  padding: 210px 20px;
}

.blog-top-date {
  color: #000000;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
}

.blog-top-heading {
  color: #000000;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  max-width: 560px;
}

.blog-top-text {
  color: #000000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 25px;
  max-width: 560px;
}

.blog-wrap {
  display: flex;
  justify-content: space-between;
}

.blog-content {
  flex: 0 0 765px;
}

.blog-form {
  flex: 0 0 331px;
}

.blog-content h2 {
  color: #000000;
  font-size: 29px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 45px;
  margin-top: 0;
}

.blog-content p {
  color: #000000;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 25px;
}

.blog-content img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 45px auto;
}

.blog-content h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.blog-form .modal-form-inner-wrapper {
  background-color: #f5f5f5;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1384px) {
  .arrow.prev {
    left: 0;
  }

  .arrow.next {
    right: 0;
  }

}

@media (max-width: 1134px) {
  .slider__list.active {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider__item {
    flex: 1 1 33.3%;
  }

  .project__list {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .process-arr {
    display: none;
  }

  .project__item {}
}

@media(max-width: 1107px) {
  .blog-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .blog-content {
    flex: 0 0 765px;
  }
  
  .blog-form {
    flex: 0 0 331px;
  }
}

@media (max-width: 1080px) {

  .footer .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .process__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  
  .process__item {
    flex: 1 1 auto;
    text-align: center;
    max-width: 360px;
    width: 100%;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
  }

  .logo-sm {
    display: block;
  }

  .menu-btn {
    display: block;
  }

  .nav__list {
    display: none;
  }

  .top-block .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .top-block__left {
    flex: 1 1 auto;
  }

  .top-block__left * {
    text-align: center;
  }

  .top-block__left .payment-sys {
    justify-content: center;
  }

  .top-block__right {
    flex: 1 1 auto;
  }

  .conditions {
    background-image: none;
  }

  .conditions__wrap {
    margin: 0 auto;
  }

  .conditions__country {
    font-size: 14px;
    text-align: center;

  }

  .conditions__heading {
    font-size: 18px;
    text-align: center;
  }

  .conditions__subheading {
    text-align: center;
    font-size: 18px;
  }


  .conditions__list li {
    font-size: 17px;
  }

  .blog__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  
  .blog__item {
    max-width: 375px;
    width: 100%;
    height: 280px;
  }

  .blog__heading {
    font-size: 32px;
  }
}

/* article */

@media (max-width: 915px) {

  .blog-top.second .blog-top-wrap,.blog-top.third .blog-top-wrap {
    padding: 80px 20px;
  }
  .blog-top-date {
    font-size: 15px;
  }
  
  .blog-top-heading {
    font-size: 28px;
  }
  
  .blog-top-text {
    font-size: 17px;
  }

  .conv-button {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }

  .conv-button {
    bottom: 50px;
    right: 30px;
  }

  .small-form-wrap {
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
  }

  .conv-button {
    z-index: 3;
  }

  .modal-form-inner-wrapper {
    padding: 15px;
  }

  .project__about h2 {
    flex: 1 1 100%;
    text-align: center;
  }

  .project__about {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  .project__about div {
    padding: 7px 6px;
    font-size: 14px;
  }

}

@media (max-width: 630px) {
  .quiz__thubms {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__sec {
    align-items: center;
  }

  .footer__sec-link {
    text-align: center;
  }
  .quiz__thubms div {
    flex: 0 1 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .quiz__body,
  .quiz__top-bar {
    padding: 20px;
  }

  .quiz__instruction {
    max-width: 200px;
  }

  .slider__item {
    flex: 1 1 50%;
  }

  .slider__item img {
    max-width: 100px;
  }

  .footer .container {
    justify-content: center;
  }
}

@media (max-width: 370px) {
  .chargeback__test svg {
    display: none;
  }
}