/*
Theme Name: MicroCredits
Author: Roman Krivenko
Author URI: https://wordpress.org/
Description: MicroCredits Theme
Version: 1.0

*/

@charset "UTF-8";

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Bold.eot");
  src: local("TT Norms Bold"), local("TTNorms-Bold"), url("fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Bold.woff") format("woff"), url("fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Thin.eot");
  src: local("TT Norms Thin"), local("TTNorms-Thin"), url("fonts/TTNorms-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Thin.woff") format("woff"), url("fonts/TTNorms-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Regular.eot");
  src: local("TT Norms Regular"), local("TTNorms-Regular"), url("fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Regular.woff") format("woff"), url("fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Heavy.eot");
  src: local("TT Norms Heavy"), local("TTNorms-Heavy"), url("fonts/TTNorms-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Heavy.woff") format("woff"), url("fonts/TTNorms-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Light.eot");
  src: local("TT Norms Light"), local("TTNorms-Light"), url("fonts/TTNorms-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Light.woff") format("woff"), url("fonts/TTNorms-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-ExtraLight.eot");
  src: local("TT Norms ExtraLight"), local("TTNorms-ExtraLight"), url("fonts/TTNorms-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-ExtraLight.woff") format("woff"), url("fonts/TTNorms-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Medium.eot");
  src: local("TT Norms Medium"), local("TTNorms-Medium"), url("fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Medium.woff") format("woff"), url("fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-Black.eot");
  src: local("TT Norms Black"), local("TTNorms-Black"), url("fonts/TTNorms-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Black.woff") format("woff"), url("fonts/TTNorms-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("fonts/TTNorms-ExtraBold.eot");
  src: local("TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url("fonts/TTNorms-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-ExtraBold.woff") format("woff"), url("fonts/TTNorms-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  color: #0B406B;
  font-family: 'TT Norms', Arial, sans-serif;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  border: none;
  cursor: pointer;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700;
}

i,
em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
}

body main {
  overflow: hidden;
}

body footer {
  margin-top: auto;
}

button {
  cursor: pointer;
}

.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.blue {
  color: #0052A6;
}

.lightgrey {
  color: #CCD5DF;
}

.lightblue-bg {
  background-color: #F2F6FA;
}

.pTop0 {
  padding-top: 0 !important;
}

.pBot0 {
  padding-bottom: 0 !important;
}

.green-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 17px 50px;
  background-color: #33CC66;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: white;
  cursor: pointer;
  border-radius: 999px;
  text-align: center;
  transition: 0.4s;
}

.green-btn:hover {
  background-color: #2CAD57;
}

.green-link {
  font-weight: bold;
  font-size: 16px;
  color: #33CC66;
  text-decoration: underline;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}

.green-link:hover {
  color: #2CAD57;
}

.align-center {
  text-align: center;
}

.section-title {
  font-weight: 700;
  font-size: 30px;
}

.txt-content > * {
  margin-bottom: 15px;
}

.txt-content > *:last-child {
  margin-bottom: 0;
}

.txt-content p,
.txt-content li {
  font-size: 16px;
  line-height: 1.5;
}

.txt-content h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 30px;
}

.txt-content h1:first-child {
  margin-top: 0;
}

.txt-content h2,
.txt-content h3,
.txt-content h4,
.txt-content h5,
.txt-content h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 30px;
}

.txt-content h2:first-child,
.txt-content h3:first-child,
.txt-content h4:first-child,
.txt-content h5:first-child,
.txt-content h6:first-child {
  margin-top: 0;
}

.txt-content ul {
  padding-left: 30px;
}

.txt-content ul li {
  margin-bottom: 10px;
  list-style: none;
  color: #0B406B;
  max-width: 680px;
}

.txt-content ul li:last-child {
  margin-bottom: 0;
}

.txt-content ol {
  padding-left: 30px;
}

.txt-content ol li {
  margin-bottom: 10px;
  list-style: decimal;
  color: #33CC66;
  max-width: 680px;
}

.txt-content ol li:last-child {
  margin-bottom: 0;
}

.txt-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 10px;
}

.txt-content .info_cols {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.txt-content .info_cols .box {
  width: 33.33%;
  max-width: 390px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.txt-content .info_cols .box p {
  font-size: 14px;
}

.txt-content .info_cols .box strong {
  font-size: 16px;
}

.txt-content .small {
  font-size: 14px;
}

.dots-container {
  display: flex;
  justify-content: center;
}

.dots-container .dots-list {
  display: flex;
  align-items: center;
  width: 100px;
  overflow: hidden;
}

.dots-container .dots-list.center-dots {
  justify-content: center;
}

.dots-container .slick-dots {
  position: static;
  padding-top: 25px;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}

.dots-container .slick-dots li {
  min-width: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-container .slick-dots li.slick-active button {
  background: #0052A6 !important;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 1;
}

.dots-container .slick-dots button {
  background: #0052A6 !important;
  opacity: 0.3;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  padding: 0;
  transition: 0.4s;
}

.dots-container .slick-dots button:before {
  display: none;
}

.ratio {
  display: flex;
  align-items: center;
  padding-top: 3px;
}

.ratio svg {
  margin-right: 2px;
}

.ratio svg:last-child {
  margin-right: 0;
}

.ratio.ratio1 svg:nth-child(1) * {
  fill: #FFC700;
}

.ratio.ratio2 svg:nth-child(1) * {
  fill: #FFC700;
}

.ratio.ratio2 svg:nth-child(2) * {
  fill: #FFC700;
}

.ratio.ratio3 svg:nth-child(1) * {
  fill: #FFC700;
}

.ratio.ratio3 svg:nth-child(2) * {
  fill: #FFC700;
}

.ratio.ratio3 svg:nth-child(3) * {
  fill: #FFC700;
}

.ratio.ratio4 svg:nth-child(1) * {
  fill: #FFC700;
}

.ratio.ratio4 svg:nth-child(2) * {
  fill: #FFC700;
}

.ratio.ratio4 svg:nth-child(3) * {
  fill: #FFC700;
}

.ratio.ratio4 svg:nth-child(4) * {
  fill: #FFC700;
}

.ratio.ratio5 svg:nth-child(1) * {
  fill: #FFC700;
}

.ratio.ratio5 svg:nth-child(2) * {
  fill: #FFC700;
}

.ratio.ratio5 svg:nth-child(3) * {
  fill: #FFC700;
}

.ratio.ratio5 svg:nth-child(4) * {
  fill: #FFC700;
}

.ratio.ratio5 svg:nth-child(5) * {
  fill: #FFC700;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(11, 64, 107, 0.2);
  padding: 13px 0;
}

.header__logo {
  display: block;
  height: 44px;
}

.header__logo img {
  display: block;
  height: 100%;
}

.footer {
  background-color: #0B406B;
  padding: 23px 0;
}

.footer p {
  font-size: 16px;
  text-align: center;
  color: white;
}

.block1 {
  padding: 25px 0;
}

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

.block1__left {
  max-width: 470px;
}

.block1__left h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}

.block1__left ul {
  padding-left: 20px;
}

.block1__left li {
  margin-bottom: 20px;
  list-style: disc;
  color: #33CC66;
}

.block1__left li:last-child {
  margin-bottom: 0;
}

.block1__left p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
}

.block1__right {
  width: calc(100% - 520px);
}

.block1__right img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}

.block2 {
  padding: 35px 0;
}

.block2 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.block3 {
  padding: 70px 0 20px;
}

.block3 .container {
  display: flex;
  flex-wrap: wrap;
}

.block3__item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 2px 8px rgba(11, 64, 107, 0.2);
  padding: 40px 20px 25px;
  position: relative;
  border-radius: 10px;
}

.block3__item .tag {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 40px);
  text-align: center;
  padding: 6px 10px 8px;
  border-radius: 99px;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.block3__item .tag.tag-green {
  background-color: #02C697;
}

.block3__item .tag.tag-blue {
  background-color: #0062F4;
}

.block3__item .tag.tag-purple {
  background-color: #AB57D3;
}

.block3__item img {
  display: block;
  width: 100%;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.block3__item .line {
  height: 1px;
  background-color: #CCD5DF;
  margin: 30px 0;
}

.block3__item p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.block3__item p strong {
  display: block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.block3__item .green-btn {
  width: 100%;
  padding: 17px;
  margin-top: 30px;
}

.block3__item .green-link {
  margin: 20px auto 0;
}

.block4 {
  padding: 70px 0;
}

.block4 .section-title {
  margin-bottom: 35px;
}

.block4 .slick-slide {
  padding: 15px;
}

.block4 .slick-arrow {
  background-color: #0052A6;
  width: 40px;
  height: 40px;
  z-index: 3;
  transition: 0.4s;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block4 .slick-arrow:hover {
  background-color: #0B406B;
}

.block4 .slick-arrow:before {
  content: "";
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 1px;
  background-color: white;
}

.block4 .slick-arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid white;
}

.block4 .slick-arrow.slick-prev {
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.block4 .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-9px, -50%) rotate(-45deg);
          transform: translate(-9px, -50%) rotate(-45deg);
  border-bottom: none;
  border-right: none;
}

.block4 .slick-arrow.slick-next {
  right: -15px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.block4 .slick-arrow.slick-next:after {
  -webkit-transform: translate(calc(9px - 100%), -50%) rotate(45deg);
          transform: translate(calc(9px - 100%), -50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.block4 .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.block4__slider {
  width: calc(100% + 30px);
  margin: 0 -15px;
  margin-bottom: 0 !important;
}

.block4__slider-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(11, 64, 107, 0.2);
  border-radius: 10px;
  padding: 20px;
}

.block4__slider-item .top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.block4__slider-item .top img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 99px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.block4__slider-item .top .txt {
  width: calc(100% - 80px);
}

.block4__slider-item .top .txt h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.block4__slider-item .top .txt p {
  font-size: 12px;
  color: #CCD5DF;
}

.block4__slider-item .comment p {
  font-size: 14px;
  line-height: 1.5;
}

.block5 {
  padding: 70px 0;
}

.block5 .section-title {
  margin-bottom: 50px;
}

.block5__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.block5 .slick-arrow {
  background-color: #0052A6;
  width: 40px;
  height: 40px;
  z-index: 3;
  transition: 0.4s;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block5 .slick-arrow:hover {
  background-color: #0B406B;
}

.block5 .slick-arrow:before {
  content: "";
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 1px;
  background-color: white;
}

.block5 .slick-arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid white;
}

.block5 .slick-arrow.slick-prev {
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.block5 .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-9px, -50%) rotate(-45deg);
          transform: translate(-9px, -50%) rotate(-45deg);
  border-bottom: none;
  border-right: none;
}

.block5 .slick-arrow.slick-next {
  right: -15px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.block5 .slick-arrow.slick-next:after {
  -webkit-transform: translate(calc(9px - 100%), -50%) rotate(45deg);
          transform: translate(calc(9px - 100%), -50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.block5 .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.block5 .slick-list {
  min-width: 100%;
}

.block5 .slick-slide {
  min-width: 25%;
}

.block5__item {
  padding: 30px;
  height: 120px;
}

.block5__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block6 {
  padding: 70px 0;
}

.block6 .container {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(103, 87, 156, 0.25);
  border-radius: 10px;
  padding: 30px 20px 30px 30px;
}

.block6 .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 2px);
  height: 70px;
  background-image: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.block6 .block6__scroll {
  max-height: 350px;
  overflow: auto;
  padding-bottom: 30px;
  padding-right: 30px;
}

.block6 .block6__scroll::-webkit-scrollbar {
  width: 3px;
}

.block6 .block6__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.block6 .block6__scroll::-webkit-scrollbar-thumb {
  background: #33CC66;
}

.block6 .block6__scroll::-webkit-scrollbar-thumb:hover {
  background: #33CC66;
}

.block7 {
  padding: 70px 0;
}

.block7 .container {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(11, 64, 107, 0.2);
  border-radius: 10px;
}

.block7__top {
  display: flex;
  align-items: center;
  order: 1;
}

.block7__top img {
  width: 200px;
  max-height: 100px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.block7__top-box {
  margin-left: 70px;
}

.block7__top-box p {
  font-size: 14px;
}

.block7__top-box strong {
  font-size: 16px;
  display: block;
}

.block7__main {
  margin-top: 40px;
  order: 3;
}

.block7__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  order: 2;
}

.block8 {
  padding: 70px 0;
}

.block-form {
  padding: 50px 0;
  background: #F2F6FA;
  min-height: calc(100vh - 70px - 65px);
}

.block-form .container {
  max-width: 620px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(11, 64, 107, 0.2);
  border-radius: 10px;
  padding: 40px 100px 30px;
}

.block-form h1 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.block-form .description {
  margin-bottom: 20px;
}

.block-form .invalid + .code-row {
  margin-top: 0;
}

.block-form .dop-text {
  font-size: 16px;
  padding-top: 5px;
}

.block-form .code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
}

.block-form .code-row.active a {
  pointer-events: auto;
  color: #0B406B;
}

.block-form .code-row.active a:hover {
  color: #33CC66;
  border-bottom-color: #33CC66;
}

.block-form .code-row.active .time {
  color: #CCD5DF;
}

.block-form .code-row a {
  color: #CCD5DF;
  transition: 0.4s;
  border-bottom: 1px dashed #CCD5DF;
  pointer-events: none;
}

.block-form .error-text {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  font-size: 12px;
  font-weight: 500;
  color: #EB5757;
}

.block-form .invalid .error-text {
  opacity: 1;
}

.block-form .input-box {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.block-form .input-box label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.block-form .input-box input {
  background: transparent;
  border: 1px solid #CCD5DF;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.4s;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
}

.block-form .input-box input::-webkit-input-placeholder {
  color: #CCD5DF;
}

.block-form .input-box input::-moz-placeholder {
  color: #CCD5DF;
}

.block-form .input-box input::-ms-input-placeholder {
  color: #CCD5DF;
}

.block-form .input-box input::placeholder {
  color: #CCD5DF;
}

.block-form .input-box input:focus {
  border-color: #0B406B;
}

.block-form .input-box input.tel-input {
  padding-left: 66px;
}

.block-form .input-box.invalid input {
  border-color: #EB5757;
}

.block-form .input-box .tel-span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F5F9;
  border: 1px solid #CCD5DF;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: -1;
}

.block-form .check-box {
  position: relative;
}

.block-form .check-box input {
  display: none;
}

.block-form .check-box input:checked + label:before {
  border-color: #33CC66;
}

.block-form .check-box input:checked + label:after {
  opacity: 1;
}

.block-form .check-box.invalid label:before {
  border-color: #EB5757;
}

.block-form .check-box.invalid .error-text {
  left: 25px;
}

.block-form .check-box label {
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 3px;
  cursor: pointer;
}

.block-form .check-box label a {
  text-decoration: underline;
  transition: 0.4s;
}

.block-form .check-box label a:hover {
  color: #33CC66;
}

.block-form .check-box label:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CCD5DF;
  border-radius: 5px;
  transition: 0.4s;
}

.block-form .check-box label:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 7px;
  border: 1px solid #33CC66;
  border-top: none;
  border-right: none;
  opacity: 0;
  transition: 0.4s;
}

.block-form .green-btn {
  margin: 30px auto 0;
}

.block-form.thx h1 {
  margin-bottom: 30px;
}

.block-form.thx p {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

.block-form.thx svg {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
}

.block-form.thx .bottom-row {
  border-top: 1px solid #CCD5DF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 30px -100px -30px;
}

@media screen and (min-width: 768px) {
  .txt-content ul {
    display: flex;
    flex-wrap: wrap;
  }

  .txt-content ul li {
    margin-right: 70px;
  }
}

@media screen and (min-width: 769px) {
  .txt-content ol {
    display: flex;
    flex-wrap: wrap;
  }

  .txt-content ol li {
    margin-right: 70px;
  }

  .txt-content img.floatleft {
    float: left;
    margin-right: 30px;
  }

  .txt-content img.floatright {
    float: right;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1201px) {
  .block3__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .block4 .slick-arrow.slick-prev {
    left: -5px;
  }

  .block4 .slick-arrow.slick-next {
    right: -5px;
  }

  .block4__slider {
    width: 100%;
    margin: 0;
  }

  .block5 .slick-arrow.slick-prev {
    left: -5px;
  }

  .block5 .slick-arrow.slick-next {
    right: -5px;
  }
}

@media screen and (max-width: 1200px) {
  .section-title {
    font-size: 27px;
  }

  .block1__left {
    max-width: 400px;
  }

  .block1__left h1 {
    font-size: 32px;
  }

  .block1__right {
    width: calc(100% - 450px);
  }

  .block2 h2 {
    font-size: 20px;
  }

  .block7__top img {
    width: 150px;
    height: 75px;
    margin-bottom: 15px;
  }

  .block7__top-box {
    margin-left: 40px;
  }

  .block7__main {
    margin-top: 30px;
  }

  .block7__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .txt-content .info_cols .box {
    width: 50%;
  }

  .block4 .slick-arrow {
    display: none !important;
  }

  .block4__slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .block5 .slick-arrow {
    display: none !important;
  }

  .block7 .container {
    display: flex;
    flex-direction: column;
  }

  .block7 .container {
    padding: 30px 15px;
  }

  .block7__top {
    flex-direction: column;
  }

  .block7__top-box {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .block7__main {
    padding-top: 30px;
    border-top: 1px solid #CCD5DF;
  }
}

@media screen and (max-width: 920px) {
  .block1__right {
    width: calc(100% - 410px);
  }
}

@media screen and (max-width: 900px) {
  .block3__item {
    width: calc(50% - 15px);
  }

  .block3__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .txt-content h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .txt-content h2,
  .txt-content h3,
  .txt-content h4,
  .txt-content h5,
  .txt-content h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .txt-content ul {
    padding-left: 20px;
  }

  .header {
    padding: 10px 0;
  }

  .header__logo {
    height: 30px;
  }

  .block1 {
    padding: 50px 0;
  }

  .block1 .container {
    flex-direction: column;
  }

  .block1__left {
    max-width: 100%;
    width: 100%;
  }

  .block1__left h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .block1__left li {
    margin-bottom: 10px;
  }

  .block1__right {
    width: 100%;
    margin-top: 30px;
  }

  .block1__right img {
    margin: 0 auto;
  }

  .block2 {
    padding: 20px 0;
  }

  .block2 h2 {
    font-size: 16px;
  }

  .block4 {
    padding: 50px 0;
  }

  .block4 .section-title {
    margin-bottom: 15px;
  }

  .block6 {
    padding: 50px 0;
  }

  .block6 .container {
    padding: 20px 10px 20px 20px;
  }

  .block6 .container:before {
    height: 40px;
  }

  .block6 .block6__scroll {
    max-height: 340px;
  }

  .block7 {
    padding: 20px 0 40px;
  }

  .block8 {
    padding: 50px 0;
  }

  .block-form {
    min-height: calc(100vh - 50px - 65px);
    padding: 20px 0;
  }

  .block-form .container {
    padding: 25px 10px 30px;
  }

  .block-form h1 {
    margin-bottom: 35px;
    font-weight: 500;
  }

  .block-form.thx .bottom-row {
    margin: 30px -10px -30px;
  }
}

@media screen and (max-width: 650px) {
  .txt-content img {
    width: 100%;
  }

  .txt-content .info_cols .box {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .dots-container .slick-dots {
    padding-top: 15px;
  }

  .block3__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .block3__item:last-child {
    margin-bottom: 0;
  }

  .block3__item img {
    height: 50px;
  }

  .block3__item .line {
    margin: 20px 0;
  }

  .block3__item p {
    margin-bottom: 15px;
  }

  .block3__item .green-btn {
    margin-top: 20px;
  }

  .block3__item .green-link {
    margin-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .block-form.thx p {
    font-size: 14px;
    max-width: 280px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .block3__item {
    width: calc(33.33% - 20px);
  }

  .block3__item:nth-child(3n) {
    margin-right: 0;
  }
}




/* ----------- Additional styles -----------  */
.block7__top-box .post-ratings img {
    width: 28px !important;
    max-height: 35px !important;
    display: inline-block !important;
  }

.txt-content ul li::before {
  content: "•";
  display: inline-block;
  margin-top: -15px;
  width: 1em;
  height: 1em;
  margin-left: -0.7em;
  color: #33CC66;
  font-size: 30px;
  position: absolute;
}


#form-1 input.error,
#form-2 input.error{
  border-color: #eb5757;
}

#form-1 label.error,
#form-2 label.error{
  font-size: 12px;
  font-weight: 500;
  color: #eb5757;
  position: absolute;
}

#form-2 .code-row-timer #get_verify_code,
#form-2 .code-row-timer #get_verify_code_timer{
  padding-top:10px;
}

#check1_label{
  color: #0B406B !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  position:relative !important;
}
.check-box-container.error #check1_label::before{border-color: #eb5757 !important;}
#check1-error{position:relative !important;}