@charset "UTF-8";
@import "./grid.min.css";
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?54731107");
  src: url("../fonts/fontello.eot?54731107#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?54731107") format("woff"), url("../fonts/fontello.ttf?54731107") format("truetype"), url("../fonts/fontello.svg?54731107#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --c1:#092e20;
  --c2:#234f32;
  --c3:#326342;
  --c4:#92cc47;
  --c5:#9aef3f;
  --c6:#ffe761;
  --black:#000;
  --white:#fff;
  --g1:#333;
  --g2:#999;
  --g3:#666;
  --bg1:#f8f8f8;
  --bg2:#eee;
  --bdr:#ccc;
}

.scrollTop, a, header.active .bottom, header .bottom .logo {
  transition: 0.3s cubic-bezier(0, 0, 1, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0, 0, 1, 0.1);
  -moz-transition: 0.3s cubic-bezier(0, 0, 1, 0.1);
}

.contentArea ul, .contentArea ol, .contentArea, .partner .ptArea, .host .hostArea, .protect .pArea .text, .protect .pArea, .pricing .priceArea, .checks, main, footer .top, footer .links, footer, .banner, hgroup {
  display: flex;
  flex-direction: column;
}

.formArea form, .partner .ptArea, .host .hostArea .hArea .image > img, .protect .pArea, .pricing .priceArea, .banner .img {
  border-radius: 24px;
}

hgroup {
  width: 100%;
  row-gap: 8px;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 40px;
}
hgroup.center {
  text-align: center;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
hgroup p {
  font-size: 18px;
  line-height: 1.5;
  color:var(--g2);
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  margin-bottom: 32px;
}
.btns.center {
  justify-content: center;
}
.btns a {
  border-radius: 4px;
  color: var(--white);
  padding: 14px 20px;
  line-height: 1.1;
  font-weight: bold;
  font-size: 16px;
}
.btns a.btn1 {
  background: var(--c4);
}
.btns a:active, .btns a:hover, .btns a:focus {
  background: var(--c6);
  color: var(--black);
}

header .top {
  padding-block: 12px;
  border-bottom: 1px solid var(--c3);
}
header .top .container {
  align-items: center;
  text-align: center;
}
header .top span {
  color: var(--white);
  line-height: 1.3;
}
header .top span > a {
  color: inherit;
  text-decoration: underline;
}
header .top span > a:hover, header .top span > a:active, header .top span > a:focus {
  text-decoration: none;
}
header .bottom {
  padding-block: 8px;
  border-bottom: 1px solid var(--c3);
  width: 100%;
  background: var(--c2);
}
header .bottom .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .bottom .logo {
  max-width: 150px;
  display: flex;
}
header .bottom .call {
  color: var(--white);
  font-size: 20px;
}
header.active .bottom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header.active .bottom .logo {
  max-width: 100px;
}
header.active .bottom .call {
  font-size: 18px;
}

.banner {
  background: var(--c2);
}
.banner .bannerArea {
  padding-block: 60px;
}
.banner .hd {
  font-size: 40px;
  color: var(--white);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .img {
  display: flex;
}
.banner .row [class*=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  margin-top: auto;
  background: var(--c1);
  color: var(--white);
}
footer .logo {
  display: flex;
  max-width: 120px;
}
footer .hd {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
footer .links {
  width: 100%;
  justify-content: flex-start;
}
footer .links > a {
  color: var(--white);
  position: relative;
  font-size: 16px;
}
footer .links > a::before, footer .links > a .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c4);
}
footer .links > a::before {
  font-family: fontello;
}
footer .links > a:not(:last-child) {
  margin-bottom: 12px;
}
footer .links.arrow > a {
  padding-left: 12px;
}
footer .links.arrow > a::before {
  content: "ꀗ";
}
footer .links.contact > a {
  padding-left: 24px;
}
footer hr {
  width: 100%;
  display: flex;
  margin: 0;
  height: 1px;
  background: var(--c3);
  border: none;
}
footer .top {
  padding-block: 40px;
}
footer .top .row {
  row-gap: 32px;
}
footer .bottom {
  background: var(--c2);
  text-align: center;
  padding-block: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--g1);
}

a {
  text-decoration: none;
}

.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 99;
  cursor: pointer;
  color: var(--black);
  background: var(--c6);
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  box-shadow: 0 0 5px var(--g2);
}
.scrollTop.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.scrollTop:hover, .scrollTop:active, .scrollTop:focus {
  background: var(--c5);
}

main {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
main > * {
  width: 100%;
}
main > .bg {
  background: var(--bg1);
}
main > .dark {
  background: var(--c3);
}
main > .dark hgroup h1,
main > .dark hgroup h2,
main > .dark hgroup h3,
main > .dark hgroup h4,
main > .dark hgroup h5,
main > .dark hgroup h6,
main > .dark hgroup p{color:#fff;}

.checks > li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.checks > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: fontello;
  content: "ꀆ";
  font-size: 12px;
  line-height: 1;
}
.checks > li:not(:last-child) {
  margin-bottom: 8px;
}

.pricing .btns, .pricing .price, .pricing .txt {
  margin-bottom: 24px;
}
.pricing .priceArea {
  border: 1px solid var(--bdr);
  padding: 36px 24px;
  height: 100%;
  position: relative;
}
.pricing .priceArea.grey {
  background: var(--bg2);
}
.pricing .priceArea.color {
  background: var(--c4);
  border-color: transparent;
}
.pricing .priceArea.color .popular {
  background: inherit;
  color: var(--white);
}
.pricing .priceArea.color .btns a.btn1 {
  background: var(--white);
  color: var(--black);
}
.pricing .priceArea.color .btns a.btn1:hover, .pricing .priceArea.color .btns a.btn1:active, .pricing .priceArea.color .btns a.btn1:focus {
  background: var(--c6);
  color: var(--black);
}
.pricing .priceArea.color .price {
  color: var(--white);
}
.pricing .priceArea.color .price > span {
  color: inherit;
}
.pricing .priceArea.color .hd, .pricing .priceArea.color .txt, .pricing .priceArea.color .hd1, .pricing .priceArea.color .checks > li {
  color: var(--white);
}
.pricing .popular {
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--white);
  border: inherit;
  border-radius: 10px;
  line-height: 1.1;
  padding: 6px 10px;
  transform: translate(-50%, -50%);
  color: var(--c2);
}
.pricing .hd {
  color: var(--black);
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.pricing .txt {
  color: var(--g2);
  font-size: 16px;
  line-height: 1.5;
}
.pricing .hd1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.pricing .price {
  color: var(--black);
  font-size: 30px;
}
.pricing .price > span {
  font-size: 16px;
  color: var(--g2);
}
.pricing .btns > a {
  width: 100%;
  text-align: center;
}

.protect .pArea {
  width: 100%;
  background: var(--white);
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--bdr);
}
.protect .pArea .image {
  display: flex;
}
.protect .pArea .image > img {
  width: 100%;
}
.protect .pArea .text {
  padding: 24px;
}
.protect .pArea .text > *:not(:last-child) {
  margin-bottom: 12px;
}
.protect .pArea .hd {
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  color: var(--c4);
}
.protect .pArea p {
  color: var(--g2);
}

.host .hostArea .hArea {
  display: flex;
  position: relative;
}
.host .hostArea .hArea::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--bdr);
}
.host .hostArea .hArea .image {
  width: 33%;
  display: flex;
}
.host .hostArea .hArea .image > img {
  width: 100%;
  align-self: center;
}
.host .hostArea .hArea .text {
  width: 67%;
}
.host .hostArea .hArea .text > *:not(:last-child) {
  margin-bottom: 16px;
}
.host .hostArea .hArea:nth-child(odd)::before {
  left: 33%;
}
.host .hostArea .hArea:nth-child(odd) > :first-child {
  padding-right: 32px;
}
.host .hostArea .hArea:nth-child(odd) > :last-child {
  padding-left: 32px;
}
.host .hostArea .hArea:nth-child(even) {
  flex-direction: row-reverse;
}
.host .hostArea .hArea:nth-child(even)::before {
  right: 33%;
}
.host .hostArea .hArea:nth-child(even) > :first-child {
  padding-left: 32px;
}
.host .hostArea .hArea:nth-child(even) > :last-child {
  padding-right: 32px;
}
.host .hostArea .hArea:not(:first-child) {
  padding-top: 50px;
}
.host .hostArea .hArea:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--bdr);
}
.host .hd {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
}

.partner .row {
  row-gap: 32px;
}
.partner .ptArea {
  text-align: center;
  background: var(--bg1);
  height: 100%;
  padding: 24px;
  border: 1px solid var(--bdr);
}
.partner .ptArea .icon {
  font-size: 26px;
  color: var(--c4);
}
.partner .ptArea .hd {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
}
.partner .ptArea:has(.hd:only-child){justify-content: center;}
.partner .ptArea > *:not(:last-child) {
  margin-bottom: 12px;
}
.partner .ptArea .checks > li{text-align: left;}
.partner .ptArea .checks > li > a{color:var(--g1);}
.partner .ptArea .checks > li > a:hover, .partner .ptArea .checks > li > a:active, .partner .ptArea .checks > li > a:focus{color:var(--c4);}

.formArea form {
  display: flex;
  max-width: 850px;
  background: var(--bg1);
  margin-inline: auto;
  width: 100%;
  padding: 36px 24px 20px;
  flex-direction: column;
  border: 1px solid var(--bdr);
}
.formArea form input, .formArea form select, .formArea form textarea {
  width: 100%;
  background: transparent;
  display: flex;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--bdr);
}
.formArea form input, .formArea form select {
  height: 46px;
}
.formArea form textarea {
  height: 100px;
  resize: none;
}
.formArea form .row > [class*=col] {
  margin-bottom: 16px;
}

.contentArea {
  width: 100%;
}
.contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
.contentArea h1:not(:first-child), .contentArea h2:not(:first-child), .contentArea h3:not(:first-child), .contentArea h4:not(:first-child), .contentArea h5:not(:first-child), .contentArea h6:not(:first-child) {
  margin-top: 24px;
}
.contentArea p, .contentArea ul, .contentArea ol {
  margin-bottom: 12px;
  color: var(--g3);
}
.contentArea i, .contentArea em {
  font-style: italic;
}
.contentArea u {
  text-decoration: underline;
}
.contentArea b, .contentArea strong {
  font-weight: bold;
}
.contentArea a {
  display: inline-block;
  color: var(--black);
  text-decoration: underline;
}
.contentArea a:hover, .contentArea a:active, .contentArea a:focus {
  text-decoration: none;
}
.contentArea ul, .contentArea ol {
  width: 100%;
  padding: 0 0 0 24px;
}
.contentArea ul > li::marker, .contentArea ol > li::marker {
  color: var(--black);
  font-weight: bold;
}
.contentArea ul > li:not(:last-child), .contentArea ol > li:not(:last-child) {
  margin-bottom: 12px;
}
.contentArea ul > li {
  list-style: disc;
}
.contentArea ol > li {
  list-style: decimal;
}

.logos .logoArea {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap
}

.logos .logoArea .logo {
  max-width: 200px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: var(--bg2);
  border-radius: 4px
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner .hd {
    font-size: 30px;
  }
  .protect .pArea .text, .partner .ptArea, .pricing .priceArea {
    padding: 24px 16px;
  }
  .host .hd {
    font-size: 24px;
  }
  .partner .row {
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .banner .bannerArea {
    padding-block: 32px;
    text-align: center;
  }
  .banner .hd {
    font-size: 24px;
  }
  .banner .img {
    max-width: 350px;
    margin-inline: auto;
    margin-top: 24px;
    width: 100%;
  }
  .banner .btns {
    justify-content: center;
  }
  .host .hd {
    font-size: 20px;
  }
  .host .hostArea .hArea .text > :not(:last-child) {
    margin-bottom: 12px;
  }
  .protect .row, .pricing .row {
    row-gap: 24px;
  }
  .partner .row {
    row-gap: 16px;
  }
  hgroup h1 br, hgroup h2 br, hgroup h3 br, hgroup h4 br, hgroup h5 br, hgroup h6 br {
    display: none;
  }
  .contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6 {
    font-size: 18px;
  }
  .logos .logoArea {
    justify-content: center
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .bottom .call {
    font-size: 18px;
  }
  hgroup {
    margin-bottom: 32px;
  }
  hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
    font-size: 30px;
  }
  .logos .logoArea .logo {
    max-width: 170px
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 400px;
  }
  header .bottom .logo {
    max-width: 130px;
  }
  header.active .bottom .logo {
    max-width: 80px;
  }
  header .bottom .call {
    font-size: 16px;
  }
  header.active .bottom .call {
    font-size: 14px;
  }
  hgroup {
    margin-bottom: 24px;
  }
  hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
    font-size: 26px;
  }
  hgroup p {
    font-size: 16px;
  }
  .protect .pArea .hd {
    font-size: 18px;
  }
  .host .hostArea .hArea:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .host .hostArea .hArea:nth-child(even) {
    flex-direction: column-reverse;
  }
  .host .hostArea .hArea:nth-child(2n+1) > :last-child, .host .hostArea .hArea:nth-child(2n) > :first-child {
    padding-left: 0;
  }
  .host .hostArea .hArea:nth-child(2n+1) > :first-child, .host .hostArea .hArea:nth-child(2n) > :last-child {
    padding-right: 0;
  }
  .host .hostArea .hArea::before {
    display: none;
  }
  .host .hostArea .hArea .image, .host .hostArea .hArea .text {
    width: 100%;
  }
  .host .hostArea .hArea .image {
    margin-top: 16px;
  }
  .host .hostArea .hArea:not(:first-child) {
    padding-top: 24px;
  }
  .host .hostArea .hArea:not(:last-child) {
    padding-bottom: 24px;
  }
  footer .top .row {
    row-gap: 24px;
  }
  footer .hd {
    font-size: 18px;
  }
  footer .links > a, .btns a {
    font-size: 14px;
  }
  .scrollTop {
    bottom: 60px;
  }
  .logos .logoArea .logo {
    max-width: 135px;
    padding: 8px
  }
}
