@charset "UTF-8";
:root {
  --px: 20px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font20: 20px;
  --font22: 22px;
  --font28: 28px;
  --font30: 28px;
  --font36: 32px;
  --font40: 36px;
  --font42: 36px;
  --font56: 44px;
  --font68: 52px;
}

.fz12 {
  font-size: var(--font12);
}

.fz13 {
  font-size: var(--font13);
}

.fz14 {
  font-size: var(--font14);
}

.fz15 {
  font-size: var(--font15);
}

.fz16 {
  font-size: var(--font16);
}

.fz17 {
  font-size: var(--font17);
}

.fz18 {
  font-size: var(--font18);
}

.fz20 {
  font-size: var(--font20);
}

.fz22 {
  font-size: var(--font22);
}

.fz28 {
  font-size: var(--font28);
}

.fz30 {
  font-size: var(--font30);
}

.fz36 {
  font-size: var(--font36);
}

.fz40 {
  font-size: var(--font40);
}

.fz42 {
  font-size: var(--font42);
}

.fz56 {
  font-size: var(--font56);
}

.fz68 {
  font-size: var(--font68);
}

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

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.lh {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.hide {
  display: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid {
  display: -ms-grid;
  display: grid;
}
.grid-col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.cover {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

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

.center {
  text-align: center;
}

.no-under {
  text-decoration: none;
}

.ttu {
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.posr {
  position: relative;
}

.block {
  display: block;
}

.gap-5 {
  gap: 5px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.z-2 {
  z-index: 2;
}

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

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.op-10 {
  opacity: 0.1;
}

.op-20 {
  opacity: 0.2;
}

.op-30 {
  opacity: 0.3;
}

.op-40 {
  opacity: 0.4;
}

.op-50 {
  opacity: 0.5;
}

.op-60 {
  opacity: 0.6;
}

.op-70 {
  opacity: 0.7;
}

.op-80 {
  opacity: 0.8;
}

.op-90 {
  opacity: 0.9;
}

.round-5 {
  border-radius: 5px;
}

.round-6 {
  border-radius: 6px;
}

.round-7 {
  border-radius: 7px;
}

.round-8 {
  border-radius: 8px;
}

.round-9 {
  border-radius: 9px;
}

.round-10 {
  border-radius: 10px;
}

.round-11 {
  border-radius: 11px;
}

.round-12 {
  border-radius: 12px;
}

.round-13 {
  border-radius: 13px;
}

.round-14 {
  border-radius: 14px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-25 {
  border-radius: 25px;
}

.round-30 {
  border-radius: 30px;
}

.round-35 {
  border-radius: 35px;
}

.round-40 {
  border-radius: 40px;
}

.round-45 {
  border-radius: 45px;
}

.round-full {
  border-radius: 100%;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.oh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.pointer {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-family: "Muller", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  outline: none;
}

input[type=submit],
button {
  outline: none;
  cursor: pointer;
  font-family: "Muller", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

svg {
  display: block;
}

.mbn-0 {
  margin-bottom: 0px;
}

.mbn-1 {
  margin-bottom: 1px;
}

.mbn-2 {
  margin-bottom: 2px;
}

.mbn-3 {
  margin-bottom: 3px;
}

.mbn-4 {
  margin-bottom: 4px;
}

.mbn-5 {
  margin-bottom: 5px;
}

.mbn-6 {
  margin-bottom: 6px;
}

.mbn-7 {
  margin-bottom: 7px;
}

.mbn-8 {
  margin-bottom: 8px;
}

.mbn-9 {
  margin-bottom: 9px;
}

.mbn-10 {
  margin-bottom: 10px;
}

.mbn-11 {
  margin-bottom: 11px;
}

.mbn-12 {
  margin-bottom: 12px;
}

.mbn-13 {
  margin-bottom: 13px;
}

.mbn-14 {
  margin-bottom: 14px;
}

.mbn-15 {
  margin-bottom: 15px;
}

.mbn-20 {
  margin-bottom: 20px;
}

.mbn-25 {
  margin-bottom: 25px;
}

.mbn-30 {
  margin-bottom: 30px;
}

.mbn-35 {
  margin-bottom: 35px;
}

.mbn-40 {
  margin-bottom: 32px;
}

.mbn-45 {
  margin-bottom: 45px;
}

.mbn-50 {
  margin-bottom: 50px;
}

.mbn-55 {
  margin-bottom: 55px;
}

.mbn-60 {
  margin-bottom: 48px;
}

.mbn-65 {
  margin-bottom: 65px;
}

.mbn-70 {
  margin-bottom: 54px;
}

.mbn-75 {
  margin-bottom: 56px;
}

.mbn-80 {
  margin-bottom: 64px;
}

.mbn-85 {
  margin-bottom: 85px;
}

.mbn-90 {
  margin-bottom: 90px;
}

.mbn-95 {
  margin-bottom: 95px;
}

.mbn-100 {
  margin-bottom: 88px;
}

.mbn-120 {
  margin-bottom: 88px;
}

.mbn-150 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.p-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-14 {
  padding: 14px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.mc {
  margin-left: auto;
  margin-right: auto;
}

.btn-border {
  border: 2px solid #059669 !important;
  color: #059669 !important;
  background-color: #fff;
  border-radius: 50px;
}
.btn-border:hover {
  background-color: #059669 !important;
  color: #fff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
          box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
}
.btn-blue {
  background-color: #059669;
  color: #fff;
  border-radius: 50px;
}
.btn-blue:hover {
  background-color: #047857 !important;
  color: #fff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
          box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
}
.btn-fff {
  background-color: #fff;
  color: #1F272A;
}
.btn-fff:hover {
  background-color: #f2f2f2 !important;
  color: #1F272A !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 8px 16px rgba(13, 110, 253, 0.3);
          box-shadow: 0px 8px 16px rgba(13, 110, 253, 0.3);
}
.btn-60 {
  height: 60px;
  min-width: 265px;
}

.bg-f4 {
  background-color: #F4F3F8;
}

.sh {
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
}

.black1f {
  color: #1F272A;
}

.blue {
  color: #059669;
}

.red {
  color: #FD3D17;
}

.green {
  color: #25CD25;
}

.round-border span {
  border: 1px solid #1F272A;
  border-radius: 100px;
  padding: 4px 16px;
}

.wrap1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wrap1062 {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-bg {
  background-repeat: no-repeat;
  background-position: right 0;
}

.bg-page-kyes {
  background-repeat: no-repeat;
  background-position: right 0;
}

.screen-post .btn {
  height: 60px;
  min-width: 285px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.tags-list a {
  display: block;
  padding: 18px 25px;
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  color: #1F272A;
  background-color: #fff;
}
.tags-list a:hover {
  background-color: #059669;
  color: #fff;
}
.tags-list .active {
  background-color: #D1FAE5;
  color: #059669;
}

.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
  border-width: 0 !important;
  color: #1F272A;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #059669;
}
.wp-pagenavi .current {
  color: #059669;
}
.wp-pagenavi .extend {
  display: none;
}

.footer-menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.footer-menu li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 25px;
}
.footer-menu a {
  color: #1F272A;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.case-hero-bg-left {
  top: 0;
  left: 0;
  pointer-events: none;
  width: 50%;
  height: 2000px;
  background-image: url(../images/case-hero-bg-left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.case-hero-bg-right {
  top: 0;
  right: 0;
  pointer-events: none;
  width: 50%;
  height: 2000px;
  background-image: url(../images/case-hero-bg-right.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

.case-slider-arrow:hover path {
  stroke: #b99e7c;
}

.cta__form {
  max-width: 714px;
}

.cta__checkbox input {
  display: none;
}
.cta__checkbox input:checked + .wpcf7-list-item-label:before {
  content: "";
  background-position: center center;
}
.cta__checkbox .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 30px;
  position: relative;
  display: block;
  cursor: pointer;
}
.cta__checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border-radius: 2px;
  border: 2px solid #25CD25;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../images/check-icon2.svg);
  background-repeat: no-repeat;
  background-position: center -100px;
}
.cta__checkbox .wpcf7-list-item {
  margin-left: 0;
}

.quote-bg {
  padding: 60px 60px 80px 60px;
}
.quote-bg:before {
  content: "";
  display: block;
  background-image: url(../images/blockquote-1.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 52px;
  height: 42px;
  position: absolute;
  top: 33px;
  left: 55px;
  z-index: 2;
}
.quote-bg:after {
  content: "";
  display: block;
  background-image: url(../images/blockquote-2.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 52px;
  height: 42px;
  position: absolute;
  bottom: 33px;
  right: 55px;
  z-index: 2;
}
.quote .btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.two-column-text-row {
  gap: 20px 80px;
}

.sub-name span {
  padding: 4px 16px;
  border-radius: 100px;
  border: 1px solid #1F272A;
}

.faq-item.active .icon {
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-item .icon {
  height: 32px;
}
.faq-item-title {
  border-bottom: 1px solid #1F272A;
}

@media (min-width: 767px) {
  .wath-item {
    width: calc(33.3333333333% - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .wath-bg {
    padding: 15px;
    border-radius: 20px;
  }
  .wath-item {
    width: calc(50% - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .wath-row {
    gap: 10px;
  }
  .wath-item {
    width: calc(100% - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px 15px;
    gap: 10px;
  }
}
.why-choose-us-row {
  gap: 5%;
}
.why-choose-us-pic {
  width: 49%;
}
.why-choose-us-pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .why-choose-us-row {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why-choose-us-pic {
    width: 100%;
    max-width: 600px;
  }
  .why-choose-us__content {
    gap: 20px;
  }
  .why-choose-us__text {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .why-choose-us-info {
    width: 100%;
  }
  .why-choose-us__item {
    padding: 0 0 10px 0;
  }
}
@media (min-width: 993px) {
  .post.revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .post .info {
    max-width: 658px;
  }
  .post .thumb img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .post .thumb {
    max-width: 100%;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .post .thumb {
    max-width: 100%;
    width: 40%;
  }
  .post .thumb img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .post .thumb {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .post .thumb {
    width: 100%;
  }
}
.text.ul-border ul {
  padding-left: 0;
}
.text.ul-border li {
  display: block;
  font-size: var(--font22);
  font-weight: 500;
  padding: 10px 0 10px 34px;
  border-bottom: 1px solid #D1FAE5;
  position: relative;
}
.text.ul-border li:nth-child(1n+2) {
  margin-top: 13px;
}
.text.ul-border li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 13px;
  background-color: #000;
  border-radius: 100%;
}
.text ul li:nth-child(1n+2) {
  margin-top: 28px;
}

.bg-f4 {
  background-color: #F4F3F8;
}

.blue {
  color: #059669;
}

.black {
  color: #1f272a;
}

.regional-wrap {
  background-color: #F4F3F8;
}
.regional-item {
  margin-bottom: 0;
}
.regional .icon {
  background-color: #F4F3F8;
  width: 68px;
  height: 68px;
}
.regional .text li:nth-child(1n+2) {
  margin-top: 20px;
}

.contactpage-left li {
  font-weight: 500;
}
.contactpage-right {
  width: 390px;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .contactpage-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactpage-right {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contactpage-row {
    padding: 15px;
  }
  .contactpage-row .map {
    height: 155px;
  }
}
.blog-data {
  color: #4B4E55;
}
.blog-tags a {
  display: block;
  padding: 18px 25px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
  color: #1F272A;
}
.blog-tags a:hover {
  background-color: #059669;
  color: #fff;
}
.blog-thumb-inner > img {
  border: 5px solid #F6F6F3;
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
.blog .logo-seoteca {
  top: 65px;
  right: -45px;
}
.blog-text-box blockquote p {
  margin-bottom: 0;
}
.blog-text-box .quote,
.blog-text-box blockquote,
.blog-text-box ul,
.blog-text-box ol,
.blog-text-box p {
  margin-bottom: 30px;
}
.blog-text-box h2 {
  font-size: var(--font42);
  margin-bottom: 30px;
}
.blog-text-box h4 {
  font-size: var(--font18);
}
.blog-text-box li:nth-child(1n+2) {
  margin-top: 22px !important;
}
.blog-text-box img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}
.blog-text-box .errors {
  padding-left: 0;
}
.blog-text-box .errors li {
  display: block;
}
.blog-text-box .btn {
  padding: 18px 34px;
}

@media (max-width: 1200px) {
  .blog-item .thumb {
    width: 50%;
  }
  .blog-item .thumb img {
    opacity: 0;
  }
  .blog-item .info {
    padding: 20px;
  }
}
@media (max-width: 760px) {
  .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog-item .thumb {
    width: 100%;
    height: 250px;
  }
}
.text-hide-button .active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text-hide-button .flex:after {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -1px;
}

.step-item .num {
  font-size: 94px;
  top: calc(50% + 8px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 42px;
}

.quote {
  padding: 5px 0 5px 15px;
  border-left: 1px solid #059669;
}

blockquote {
  padding: 27px 20px 27px 80px;
  color: #059669;
  font-weight: 500;
  border-radius: 50px;
  background: #F0F4FF;
  background-image: url(../images/blockquote.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.compare-head {
  border-bottom: 1px solid #D1FAE5;
  padding: 8px 0;
}
.compare-row {
  border-bottom: 1px solid #D1FAE5;
  padding: 8px 0;
}

.text-row-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.input-gray {
  border-radius: 12px;
  background: #F4F3F8;
  width: 100%;
}

.modal-wrap {
  width: 520px;
  padding: 35px 45px;
}
.modal-form .cta__checkbox .wpcf7-list-item-label {
  color: #4B4E55;
}

@media (max-width: 550px) {
  .modal-wrap {
    width: 100%;
    min-height: 100vh;
    padding: 35px 20px;
    border-radius: 0;
  }
}
.mobile-menu_serice-hide .vert {
  gap: 5px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  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;
  outline: none;
  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;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda;
}
.slick-prev i,
.slick-next i {
  font-size: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  list-style: none;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
  width: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #dcdcdc;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots li.slick-active {
  width: 16px;
  height: 16px;
}
.slick-dots li.slick-active button {
  background-color: #b99e7c;
}
.slick-dots li:hover button {
  background-color: #b99e7c;
}

.gallery {
  clear: both;
  margin-bottom: 20px;
  margin-right: -20px;
  gap: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100% !important;
}

.gallery-columns-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-columns-2 dl {
  width: calc(50% - 20px);
  padding: 5px;
}

.gallery-columns-3 dl {
  width: calc(33.3333333333% - 20px);
  padding: 5px;
}

.gallery-columns-4 dl {
  width: calc(25% - 20px);
  padding: 5px;
}

.gallery-columns-5 dl {
  width: calc(20% - 20px);
  padding: 5px;
}

.gallery dl {
  text-align: center;
  position: relative;
}

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
          box-shadow: 0 0 0 #969696;
  border: 1px solid #ddd;
  padding: 2px;
}

.gallery dd {
  margin: 0px;
  padding: 10px 5px;
}

.gallery dt {
  position: relative;
}

.gallery dl:hover dt a:before {
  opacity: 1;
}

@media (max-width: 992px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .gallery {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

img.alignleft {
  margin-top: 5px;
}

img.alignright {
  margin-top: 5px;
}

img.aligncenter {
  margin-top: 5px;
}

.wp-caption {
  margin-bottom: 25px;
  position: relative;
}
.wp-caption a {
  display: block;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 !important;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 0;
  border-radius: 0 0 5px 5px;
}

/* Обратная связь */
form.wpcf7-form {
  position: static;
}
form.wpcf7-form .flx.jcc {
  position: relative;
}
form.wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}

.invalid {
  padding-bottom: 0px;
}

.sent {
  padding-bottom: 0px;
}
.sent div.wpcf7-response-output {
  background-color: #4caf50;
  color: #fff;
}

.rev {
  position: relative;
}

div.wpcf7 {
  margin: 0px;
  padding: 0px;
}
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

div.wpcf7-response-output {
  font-weight: bold;
  position: relative !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px !important;
  margin: 0 !important;
  color: #fff;
  background-color: indianred;
  margin: 0;
  margin-top: 10px !important;
  border-radius: 0px;
  text-align: center;
  width: 100% !important;
  position: relative;
  z-index: 3;
  border-radius: 5px;
  border-width: 0 !important;
}

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both;
}

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green;
}

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip-no-ajax {
  color: #F46F43;
  font-size: 10pt;
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

img.ajax-loader {
  display: none;
}

@media (max-width: 550px) {
  div.wpcf7-response-output {
    padding: 10px !important;
    border-radius: 5px !important;
  }
  textarea.input {
    height: 80px;
  }
}
@media (max-width: 1480px) {
  .wrap1440 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1320px) {
  .wrap1062,
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .ml-100 {
    margin-left: 0;
  }
  .footer-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .header__nav {
    gap: 10px;
  }
  .header__nav-link {
    font-size: 15px;
  }
  .header__contacts {
    gap: 10px;
  }
  .hero {
    padding-top: 80px;
  }
  .hero-pic {
    height: 100%;
  }
  .hero-pic img {
    width: auto;
    height: 100%;
  }
  .hero__wrapper {
    height: auto;
    min-height: 0;
  }
  .hero__content {
    max-width: 600px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__subtitle {
    font-size: 17px;
  }
  .why-choose-bg {
    padding: 50px 20px;
  }
  .about__text p {
    font-size: 16px;
  }
  .about__badge {
    left: calc(100% - 100px);
  }
  .cta__text {
    overflow: hidden;
    padding-left: 30px;
  }
  .cta__form {
    max-width: 600px;
  }
  .cta__field:nth-child(2) .cta__input-wrapper,
  .cta__input-wrapper {
    width: auto;
  }
  .cta__field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cta__image {
    right: -50px;
  }
  .screen-post {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .bg-page-kyes {
    background-size: auto 800px;
  }
  :root {
    --font68: 34px;
  }
}
@media (max-width: 1024px) {
  :root {
    --px: 20px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 18px;
    --font22: 20px;
    --font28: 22px;
    --font30: 22px;
    --font40: 28px;
    --font42: 28px;
    --font56: 32px;
    --font68: 36px;
  }
  .mbn-40 {
    margin-bottom: 24px;
  }
  .mbn-150,
  .mbn-120 {
    margin-bottom: 48px;
  }
  .main-bg {
    background-size: 100% auto;
  }
  .cases__btn {
    padding: 15px;
  }
  .hero-pic-mobile img {
    width: auto;
    height: 300px;
    border-radius: 10px;
  }
  .hero__wrapper,
  .hero__subtitle,
  .hero__title {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__content {
    max-width: 100%;
  }
  .case-card__metrics,
  .case-card__metric {
    margin-bottom: 0;
  }
  .screen-post {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
  }
  .screen-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .screen-button .btn {
    height: 55px;
  }
  .strategy-row {
    display: block;
  }
  .strategy-left {
    max-width: 100% !important;
  }
  .about-right, .about-left {
    max-width: 100% !important;
    width: 100%;
  }
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__content,
  .about__title,
  .about__text {
    max-width: 100%;
  }
  .about__content {
    gap: 30px;
  }
  .why-choose-bg {
    padding: 20px 15px;
  }
  .why-choose .mbn-65 {
    margin-bottom: 0;
  }
  .why-choose__buttons {
    gap: 5px;
  }
  .service-card {
    padding: 20px 15px;
  }
  .service-card img {
    width: 40px;
    height: 40px;
  }
  .service-card__icon {
    width: 40px;
    height: 40px;
  }
  .service-card__content {
    gap: 15px;
  }
  .service-card__text {
    gap: 15px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .case-slider__container {
    padding-top: 10px;
  }
  .case-card {
    -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.04);
  }
  .cta__image {
    padding-right: 40px;
  }
  .cta__text {
    padding: 20px 24px 0px 24px;
    gap: 15px;
  }
  .cta__description {
    font-size: 16px;
  }
  .cta__description br {
    display: none;
  }
  .cta__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .cta__button {
    width: 100%;
    text-align: center;
    padding-right: 80px;
    background-position: calc(50% + 40px) center;
  }
  .footer__social {
    gap: 12px;
  }
  .footer-menu ul {
    display: block;
  }
  .footer-menu li {
    display: block;
  }
  .footer-menu li:nth-child(1n+2) {
    margin-top: 25px;
  }
  .footer-menu a {
    font-size: 16px;
  }
  .footer-menu a:nth-child(1n+2) {
    margin-top: 25px;
  }
  .footer-bottom {
    padding-top: 0 !important;
    margin-top: 30px !important;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .cta .cta__text > * {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta .cta__field p,
  .cta .cta__field span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .case-hero .wrap1062 {
    margin-left: 0;
    margin-right: 0;
  }
  .case-section__img {
    border-radius: 20px;
  }
  .tags-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  .tags-list a {
    padding: 16px 18px;
  }
  .tags-list .all {
    display: block;
    text-align: center;
    width: 220px;
  }
  .tags-list-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tags-list-inner .all {
    display: none;
  }
  .wp-pagenavi-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-page-card .case-card__content-wrapper {
    gap: 25px;
  }
  .case-card__stat-value {
    font-size: 20px;
  }
  .bg-page-kyes {
    background-image: url(../images/bg/kease-mobile.jpg) !important;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto auto;
  }
  .services-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .quote-bg {
    padding: 60px 15px 60px 15px;
  }
  .quote-bg:before {
    width: 32px;
    height: 26px;
    top: 19px;
    left: 28px;
    background-size: cover;
  }
  .quote-bg:after {
    width: 32px;
    height: 26px;
    bottom: 19px;
    right: 28px;
    background-size: cover;
  }
  .two-column-text-row {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .ralated {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog-tags a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px 16px;
  }
  .flex_992 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_992,
  .show_992 {
    display: block;
  }
  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 15px 15px 15px 75px;
    background-position: 15px 15px;
    border-radius: 20px;
  }
  .compare-head, .compare-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .compare-head .tar, .compare-row .tar {
    text-align: left;
  }
  .blog .logo-seoteca {
    top: auto;
    bottom: -21px;
    right: 18px;
  }
  .blog-text-box.mbn-80 {
    margin-bottom: 60px;
  }
  .blog-text-box .btn {
    padding: 18px 10px;
    text-align: center;
  }
  .ralated {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .step-item {
    overflow: hidden;
  }
  .step-item .num {
    font-size: 73px;
    right: 0;
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    bottom: -40px;
  }
  .hero .why-choose__btn {
    max-width: 256px;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .bg-page-kyes {
    background-position: right -300px 0;
  }
  .services-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .flex_767 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_767,
  .show_767 {
    display: block;
  }
  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .wrap1440,
  .wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__wrapper,
  .hero__subtitle,
  .hero__title {
    max-width: 100%;
  }
  .hero {
    overflow: hidden;
  }
  .hero-pic-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hero-pic-mobile img {
    border-radius: 0;
    margin-right: -15px;
  }
  .blog-text-box .btn {
    width: 100%;
  }
  .about-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .about__images {
    padding-right: 21px;
  }
  .about__image-card,
  .about__images {
    width: 100%;
    height: auto;
  }
  .about__image-content {
    padding: 30px;
  }
  .about__image-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .about__image-title {
    font-size: 13px;
  }
  .about__image-card {
    height: auto;
    position: static;
  }
  .about__image-version {
    font-size: 8px;
    margin-left: 14px;
  }
  .about__image-stats {
    font-size: 13px;
    top: 30px;
    right: 30px;
  }
  .about__image-dot {
    top: 22px;
    width: 8px;
    height: 8px;
  }
  .about__image-bars {
    max-width: 198px;
    gap: 10px;
  }
  .about__image-bar {
    height: 9px;
  }
  .about__visual {
    height: auto;
  }
  .about__badge {
    font-size: 10px;
    padding: 6px 12px;
    left: calc(100% - 60px);
  }
  .about__badge-text {
    font-size: 10px;
  }
  .about__triangle {
    zoom: 0.5;
  }
  .about__text p {
    font-weight: normal;
    line-height: 160%;
  }
  .why-choose-bg {
    padding: 0;
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
  }
  .why-choose__content {
    border-radius: 30px;
    background: var(--White, #FFF);
    -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.04);
    padding: 20px 15px;
  }
  .why-choose__grid {
    gap: 20px;
    margin-bottom: 20px;
  }
  .why-choose__item {
    gap: 9px;
  }
  .why-choose__item .why-choose__icon {
    width: 40px;
    height: 40px;
  }
  .why-choose__item img {
    width: auto;
    height: 40px;
  }
  .why-choose__item-title {
    margin-bottom: 0;
  }
  .why-choose__icon {
    margin-bottom: 0;
  }
  .reviews__carousel .review-card__avatar {
    width: 60px !important;
    height: 60px !important;
  }
  .reviews__carousel .review-card .inner {
    padding: 20px 15px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  }
  .reviews__carousel .review-card__text {
    gap: 10px;
  }
  .cta__text {
    gap: 15px;
  }
  .cta__description {
    margin-bottom: 5px;
  }
  .cta__image-img {
    max-width: 270px;
  }
  .cta__image {
    padding-right: 25px;
  }
  .cta__image {
    bottom: 0;
    margin-top: 0;
  }
  .cta__text {
    padding-bottom: 0;
  }
  .flex_550 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_550,
  .show_550 {
    display: block;
  }
  .hide_550 {
    display: none;
  }
}