@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueHeavy.eot");
  src: local("Uni Neue Heavy"), local("UniNeueHeavy"), url("../assets/fonts/?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueHeavy.woff2") format("woff2"), url("../assets/fonts/UniNeueHeavy.woff") format("woff"), url("../assets/fonts/UniNeueHeavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue Book';
  src: url("../assets/fonts/UniNeueBook.eot");
  src: local("Uni Neue Book"), local("UniNeueBook"), url("../assets/fonts/UniNeueBook.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBook.woff2") format("woff2"), url("../assets/fonts/UniNeueBook.woff") format("woff"), url("../assets/fonts/UniNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueRegular.eot");
  src: local("Uni Neue Regular"), local("UniNeueRegular"), url("../assets/fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueRegular.woff2") format("woff2"), url("../assets/fonts/UniNeueRegular.woff") format("woff"), url("../assets/fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueLight.eot");
  src: local("Uni Neue Light"), local("UniNeueLight"), url("../assets/fonts/UniNeueLight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueLight.woff2") format("woff2"), url("../assets/fonts/UniNeueLight.woff") format("woff"), url("../assets/fonts/UniNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueBold.eot");
  src: local("Uni Neue Bold"), local("UniNeueBold"), url("../assets/fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBold.woff2") format("woff2"), url("../assets/fonts/UniNeueBold.woff") format("woff"), url("../assets/fonts/UniNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueThin.eot");
  src: local("Uni Neue Thin"), local("UniNeueThin"), url("../assets/fonts/UniNeueThin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueThin.woff2") format("woff2"), url("../assets/fonts/UniNeueThin.woff") format("woff"), url("../assets/fonts/UniNeueThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueBlack.eot");
  src: local("Uni Neue Black"), local("UniNeueBlack"), url("../assets/fonts/UniNeueBlack.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBlack.woff2") format("woff2"), url("../assets/fonts/UniNeueBlack.woff") format("woff"), url("../assets/fonts/UniNeueBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Uni Neue Book';
  color: #000;
}

.btn {
  background-color: #363636;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  border: 1px solid #363636;
  -webkit-transition: color, background-color .3s ease;
  transition: color, background-color .3s ease;
}

.btn:hover {
  color: #363636 !important;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  p {
    line-height: 30px !important;
  }
}

a:hover, .nav-link:hover {
  text-decoration: underline;
}

.green-text {
  color: #269F12;
}

@media screen and (min-width: 1239px) {
  .container {
    max-width: 1240px;
  }
}

.header {
  background-color: #E9EEF4;
}

.header .navbar {
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 110px;
  padding-right: 70px;
}

@media screen and (max-width: 1366px) {
  .header .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1366px) {
  .header .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .header .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 335px) {
  .header .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .navbar .navbar-brand {
  margin-right: 130px;
  padding-top: 0;
}

@media screen and (max-width: 1700px) {
  .header .navbar .navbar-brand {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1060px) {
  .header .navbar .navbar-brand {
    margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .header .navbar .navbar-brand {
    max-width: 90px;
    padding-bottom: 0;
  }
  .header .navbar .navbar-brand img {
    width: 100%;
  }
}

.header .navbar .navbar-toggler-wrapper {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .navbar .navbar-toggler-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 375px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
    margin-right: 10px;
  }
}

@media screen and (max-width: 335px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
    margin-right: 0;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts {
  margin-right: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a:first-child {
    margin-bottom: 16px;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 350px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
    display: none;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i {
  font-size: 20px;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.header .navbar .navbar-nav {
  max-width: 900px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  color: #6A6A6A;
}

@media screen and (max-width: 1060px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    display: inline-block;
  }
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #94B636;
}

.header .navbar .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts {
    margin-top: 15px;
    display: none;
  }
}

.header .navbar .header-contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid rgba(43, 43, 43, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .phone {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .phone {
    width: 44px;
    height: 44px;
  }
}

.header .navbar .header-contacts .phone i {
  font-size: 11px;
  color: rgba(43, 43, 43, 0.7);
}

.header .navbar .header-contacts .contacts {
  margin: 0 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .contacts {
    margin: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .contacts {
    margin: 0 20px;
  }
}

.header .navbar .header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 17px;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .contacts a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .contacts a {
    font-size: 17px;
  }
}

.header .navbar .header-contacts .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar .header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
}

.header .navbar .header-contacts .apps a:first-child {
  margin-right: 10px;
}

.header .navbar .header-contacts .apps a i {
  font-size: 20px;
}

.header .navbar .header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.header .navbar .header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.main {
  padding-top: 100px;
  padding-bottom: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9EEF4), to(rgba(216, 223, 234, 0))), url("../assets/img/main-bg.png") no-repeat;
  background: linear-gradient(180deg, #E9EEF4 0%, rgba(216, 223, 234, 0) 100%), url("../assets/img/main-bg.png") no-repeat;
  background-size: contain;
  position: relative;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}

@media screen and (max-width: 1366px) {
  .main {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main .main-title .arrow-left, .main .main-title .arrow-right {
  display: none;
}

.main .main-title .arrow-left {
  border: solid #828282;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.main .main-title .arrow-right {
  border: solid #828282;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 576px) {
  .main .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .main-title .arrow-right, .main .main-title .arrow-left {
    display: block;
  }
}

.main .main-slider.hide {
  display: none;
}

.main .main-img-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .main-img-wrapper .main-mockup {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 70%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main .main-img-wrapper .main-mockup img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .main .main-img-wrapper .main-mockup img {
    width: 80%;
  }
}

.main .main-img-wrapper .preview-mockup {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

.main .main-img-wrapper .preview-mockup h5 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.main .main-img-wrapper .preview-mockup div {
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main .main-img-wrapper .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  position: absolute;
  bottom: 21%;
  right: 25%;
}

.main .main-img-wrapper .controls .arrow-left {
  border: solid #828282;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  cursor: pointer;
}

.main .main-img-wrapper .controls .arrow-right {
  border: solid #828282;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  cursor: pointer;
}

.main .main-img-wrapper .controls .line {
  width: 1px;
  height: 54px;
  border: 1px solid #828282;
  margin: 0 22px;
}

.main-title {
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  margin-bottom: 42px;
}

.main-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .main-desc {
    line-height: 30px;
  }
}

.main-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 524px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.main-specs h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 4px;
}

.main-specs p {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
}

.main-buyout {
  margin-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .main-buyout {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .main-buyout {
    margin-bottom: 40px;
  }
}

.main-buyout .btn {
  width: 213px;
  height: 65px;
}

.main-buyout .btn-label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-buyout .btn-label:hover {
  text-decoration: none;
}

.main-buyout .btn-label i {
  color: #363636;
}

.main-buyout .btn-label span {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #363636;
  margin-left: 10px;
}

.main .main-bg {
  position: absolute;
  top: 15%;
}

.main .main-bg-left {
  left: 0;
}

@media screen and (max-width: 1550px) {
  .main .main-bg-left {
    display: none;
  }
}

.main .main-bg-right {
  right: 0;
}

@media screen and (max-width: 1330px) {
  .main .main-bg-right {
    display: none;
  }
}

.main .main-footer-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #A8A8A8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .main-footer-links-wrapper .links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 845px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .main .main-footer-links-wrapper .links-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .main .main-footer-links-wrapper .links-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.main .dropbtn {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #A8A8A8;
  border: none;
  display: block;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .main .dropbtn {
    font-size: 14px;
  }
}

.main .dropdown {
  position: relative;
  display: inline-block;
}

.main .dropdown-content-wrapper {
  position: absolute;
  bottom: calc(100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 262px;
  z-index: 1;
  padding-bottom: 10px;
}

.main .dropdown-content {
  display: none;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 23px 53px;
}

.main .dropdown-content a {
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #868686;
  text-decoration: none;
  display: block;
  width: 156px;
}

.main .dropdown-content a:not(:last-child) {
  margin-bottom: 9px;
}

.main .dropdown-content a:hover {
  color: #343434;
}

.main .dropdown:hover .dropdown-content {
  display: block;
}

.main .dropdown:hover .dropbtn {
  text-decoration: none;
  color: #353535;
}

.main .dropdown:hover .dropbtn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 8px);
  height: 4px;
  background-color: #000;
}

.info {
  padding-top: 15px;
  padding-bottom: 177px;
}

@media screen and (max-width: 992px) {
  .info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.info-text {
  padding-top: 78px;
}

@media screen and (max-width: 768px) {
  .info-img {
    display: none;
  }
}

.info-img .info-img-card-wrapper {
  position: absolute;
  top: 30%;
  left: 0;
}

.info-img .info-img-bg {
  position: absolute;
  top: -25%;
  left: -52%;
  z-index: -1;
}

.info-img .info-img-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d4dee8;
  max-width: 347px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.info-img .info-img-card.show {
  opacity: 1;
}

.info-img .info-img-card h5 {
  font-size: 22px;
  line-height: 30px;
  color: #394662;
  margin-bottom: 11px;
}

.info-img .info-img-card p {
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #394662;
}

.info-img .info-img-card-text {
  padding: 22px 11px 26px 0;
}

.info-img .info-img-card-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(75%, 75%);
          transform: translate(75%, 75%);
  cursor: pointer;
}

.info-img .info-img-card-circle.circle-1 {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: circle-opacity 2s infinite 1s ease-out;
          animation: circle-opacity 2s infinite 1s ease-out;
}

.info-img .info-img-card-circle.circle-1 .circle-2 {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: circle-opacity 2s infinite 0.5s ease-out;
          animation: circle-opacity 2s infinite 0.5s ease-out;
}

.info-img .info-img-card-circle.circle-1 .circle-2 .circle-3 {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes circle-opacity {
  0% {
    border-color: #FFFFFF;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: #FFFFFF;
  }
}

@keyframes circle-opacity {
  0% {
    border-color: #FFFFFF;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: #FFFFFF;
  }
}

.info .info-text h2 {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 7px;
}

@media screen and (max-width: 576px) {
  .info .info-text h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.info .info-text h1 {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 7px;
}

@media screen and (max-width: 576px) {
  .info .info-text h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

.info .info-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 45px;
}

.info .info-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 128px;
}

@media screen and (max-width: 576px) {
  .info .info-text p {
    margin-bottom: 40px;
    line-height: 30px;
  }
}

.info .info-btn {
  width: 263px;
  height: 65px;
}

.choose-us {
  background-color: #f3f3fd;
  position: relative;
}

@media screen and (max-width: 992px) {
  .choose-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .choose-us {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.choose-us .choose-us-bg {
  width: 100%;
  height: 253px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 156, 213, 0)), to(rgba(176, 188, 224, 0.34)));
  background: linear-gradient(180deg, rgba(136, 156, 213, 0) 0%, rgba(176, 188, 224, 0.34) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 150;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 1300px) {
  .choose-us .choose-us-text-info {
    display: none;
  }
}

.choose-us .choose-us-img {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: 0;
  height: 100%;
  z-index: 50;
}

@media screen and (max-width: 1300px) {
  .choose-us .choose-us-img {
    display: none;
  }
}

.choose-us .choose-us-img > img {
  height: 100%;
}

.choose-us .choose-us-img .img-point {
  position: absolute;
}

.choose-us .choose-us-img .img-point.show div {
  opacity: 1;
}

.choose-us .choose-us-img .img-point.point-1 {
  top: 11%;
  left: 28%;
}

.choose-us .choose-us-img .img-point.point-1 button {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.choose-us .choose-us-img .img-point.point-2 {
  top: 36%;
  left: 16%;
}

.choose-us .choose-us-img .img-point.point-2 button {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.choose-us .choose-us-img .img-point.point-3 {
  top: 24%;
  left: 75%;
}

.choose-us .choose-us-img .img-point.point-3 button {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.choose-us .choose-us-img .img-point.point-4 {
  top: 57%;
  left: 77%;
}

.choose-us .choose-us-img .img-point.point-4 button {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.choose-us .choose-us-img .img-point.point-5 {
  top: 60%;
  left: 18%;
}

.choose-us .choose-us-img .img-point.point-5 button {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.choose-us .choose-us-img .img-point div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 359px;
  height: 136px;
  padding: 36px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.choose-us .choose-us-img .img-point div h5 {
  font-size: 14px;
  line-height: 24px;
  color: #394662;
}

.choose-us .choose-us-img .img-point button {
  border: 0;
  outline: 0;
  width: 57px;
  height: 57px;
  color: #fff;
  background: linear-gradient(209.62deg, #B2D946 14.34%, #94B636 89.82%);
  -webkit-box-shadow: 0px 0px 19px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 19px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
}

.choose-us-text {
  padding-top: 73px;
  padding-bottom: 93px;
  position: relative;
  z-index: 100;
}

.choose-us-text h2 {
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  margin-bottom: 28px;
}

@media screen and (max-width: 576px) {
  .choose-us-text h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.choose-us-text-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 49px;
}

@media screen and (max-width: 576px) {
  .choose-us-text-desc {
    line-height: 30px;
  }
}

.choose-us-text-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #9EA7B9;
  margin-bottom: 69px;
}

.choose-us-text .choose-us-credits {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 450px) {
  .choose-us-text .choose-us-credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choose-us-text .choose-us-credits img {
    margin-bottom: 20px;
  }
  .choose-us-text .choose-us-credits .choose-us-credits-farm {
    max-width: 120px !important;
  }
}

.choose-us-text .choose-us-credits-count {
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  color: #94B636;
}

.choose-us-text .choose-us-credits-year {
  font-weight: 500;
  font-size: 23px;
  line-height: 44px;
}

.choose-us-text .choose-us-credits-plus {
  font-size: 50px;
  line-height: 28px;
  color: #94B636;
}

.choose-us-text .choose-us-credits-farm {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #9EA7B9;
  max-width: 160px;
}

.certificates {
  padding-top: 69px;
  padding-bottom: 144px;
}

@media screen and (max-width: 992px) {
  .certificates {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .certificates {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.certificates h2 {
  margin-bottom: 57px;
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
}

@media screen and (max-width: 576px) {
  .certificates h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.certificates .certificates-img {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 576px) {
  .certificates .certificates-img {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .certificates .certificates-img img {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .certificates .certificates-img img {
    width: 100%;
  }
}

.contact {
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), color-stop(35%, #fff)), url("../assets/img/main-bg-2.png");
  background-image: linear-gradient(to right, #f1f1f1 0%, #fff 35%), url("../assets/img/main-bg-2.png");
  background-repeat: no-repeat;
  background-position: 95% 84%;
}

@media screen and (max-width: 1200px) {
  .contact {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  .contact {
    padding-top: 30px;
  }
}

.contact .contact-img {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .contact .contact-img {
    max-width: 100%;
    position: relative;
    width: auto;
    margin-bottom: 40px;
  }
}

.contact .contact-img > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .contact .contact-img > img {
    display: none;
  }
}

.contact .contact-img .contact-img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .contact .contact-img .contact-img-link {
    max-width: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact .contact-img .contact-img-link img {
  width: 94px;
  height: 94px;
}

.contact .contact-img .contact-img-link div {
  margin-left: 19px;
}

.contact .contact-img .contact-img-link div h5 {
  margin-top: 12px;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}

.contact .contact-img .contact-img-link div p {
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  color: #747474;
}

.contact .contact-img .contact-img-link:hover div h5 {
  color: #269F12;
  text-decoration: none;
}

.contact .contact-img .contact-img-link:hover div p {
  text-decoration: underline;
}

.contact .contact-img .contact-img-link.link-1 {
  position: absolute;
  top: 8%;
  left: 43%;
}

@media screen and (max-width: 1440px) {
  .contact .contact-img .contact-img-link.link-1 {
    top: 6%;
    left: 37%;
  }
}

@media screen and (max-width: 1200px) {
  .contact .contact-img .contact-img-link.link-1 {
    top: 15%;
    left: 40%;
  }
}

@media screen and (max-width: 576px) {
  .contact .contact-img .contact-img-link.link-1 {
    position: relative;
    top: auto;
    left: auto;
  }
}

.contact .contact-img .contact-img-link.link-2 {
  position: absolute;
  top: 70%;
  left: 50%;
}

@media screen and (max-width: 1500px) {
  .contact .contact-img .contact-img-link.link-2 {
    top: 55%;
  }
}

@media screen and (max-width: 1440px) {
  .contact .contact-img .contact-img-link.link-2 {
    top: 57%;
    left: 45%;
  }
}

@media screen and (max-width: 1200px) {
  .contact .contact-img .contact-img-link.link-2 {
    top: 75%;
    left: 55%;
  }
}

@media screen and (max-width: 576px) {
  .contact .contact-img .contact-img-link.link-2 {
    position: relative;
    top: auto;
    left: auto;
  }
}

.contact .contact-img .contact-img-link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #94B636;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 576px) {
  .contact .contact-form {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.contact .contact-form h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 35px;
}

@media screen and (max-width: 576px) {
  .contact .contact-form h2 {
    font-size: 30px;
    line-height: 50px;
  }
}

.contact .contact-form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap:wrap;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}

.contact .contact-form form div input {
  width: calc(50% - 8px);
  border: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 68px;
}

.contact .contact-form form textarea {
  resize: none;
  border: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 93px;
  padding: 16px 24px;
  margin-bottom: 46px;
}

.contact .contact-form form .form-footer {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-form form .form-footer .btn {
  width: 263px;
  height: 65px;
  margin-bottom: 14px;
}

.contact .contact-form form .form-footer p {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #394662;
}

.contact .contact-form form .form-footer p a {
  color: #394662;
  text-decoration: underline;
}

.footer {
  background: url("../assets/img/footer-img.png") no-repeat 75% 200%, -webkit-gradient(linear, left bottom, left top, from(#e9edf4), to(#fff));
  background: url("../assets/img/footer-img.png") no-repeat 75% 200%, linear-gradient(to top, #e9edf4 0%, #fff 100%);
  padding-top: 42px;
  padding-bottom: 53px;
}

@media screen and (max-width: 576px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .header-contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid rgba(43, 43, 43, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .header-contacts .phone i {
  font-size: 11px;
  color: rgba(43, 43, 43, 0.7);
}

.footer .header-contacts .contacts {
  margin: 0 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 17px;
}

.footer .header-contacts .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
  color: transparent;
}

.footer .header-contacts .apps a:first-child {
  margin-right: 10px;
}

.footer .header-contacts .apps a i {
  font-size: 20px;
}

.footer .header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.footer .header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.footer .header-contacts.phone-contacts {
  margin-bottom: 21px;
}

.footer .header-contacts.mail-contacts {
  margin-bottom: 30px;
}

.footer .header-contacts.mail-contacts .contacts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-info > p {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}

.footer .copyright {
  margin-bottom: 15px;
}

.footer .footer-logo-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .footer .footer-logo-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer .footer-logo-wrapper .footer-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #269F12;
  background-color: #fff;
  color: #269F12;
  outline: 0;
  -webkit-transition: background-color, color, border-color .3s ease;
  transition: background-color, color, border-color .3s ease;
}

.footer .footer-logo-wrapper .footer-btn:hover {
  border-color: #fff;
  background-color: #269F12;
  color: #fff;
}

#contactWithUs .modal-dialog {
  max-width: 456px;
}

#contactWithUs .modal-content {
  border-radius: 15px;
}

#contactWithUs .modal-content .modal-header {
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}

#contactWithUs .modal-content .modal-header h5 {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

#contactWithUs .modal-content .modal-body {
  padding-right: 65px;
  padding-left: 65px;
}

@media screen and (max-width: 576px) {
  #contactWithUs .modal-content .modal-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

#contactWithUs .modal-content .modal-body input[type=text] {
  height: 63px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
  color: #9C9C9C;
}

#contactWithUs .modal-content .modal-body textarea {
  resize: none;
  padding: 17px 26px;
  width: 100%;
  max-height: 121px;
  font-size: 18px;
  line-height: 24px;
  color: #9C9C9C;
}

#contactWithUs .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding-bottom: 62px;
}

#contactWithUs .modal-content .modal-footer .btn {
  width: 243px;
  height: 61px;
  color: #fff;
}

#contactWithUs .modal-content .modal-footer .modal-footer-label {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #394662;
  padding: 0 50px;
}

#contactWithUs .modal-content .modal-footer .modal-footer-label span {
  text-decoration: underline;
}

#feedback .modal-content {
  border-radius: 15px;
}

#feedback .modal-body {
  padding: 0;
}

#feedback .modal-body .feedback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 83px 65px 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}

@media screen and (max-width: 576px) {
  #feedback .modal-body .feedback-wrapper {
    padding: 20px 10px;
  }
}

#feedback .modal-body .feedback-wrapper span {
  width: 60px;
  height: 60px;
  background: linear-gradient(219.14deg, #44C72E 17.21%, #259014 82.9%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}

#feedback .modal-body .feedback-wrapper p {
  margin-left: 32px;
  font-size: 15px;
  line-height: 27px;
  width: calc(100% - 92px);
}
/*# sourceMappingURL=index.css.map */