@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;
}

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

.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;
  background-color: #fff;
}

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

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

.custom-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  margin-bottom: 42px;
}

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

.custom-breadcrumb a {
  font-weight: 500;
  line-height: 16px;
}

.custom-breadcrumb a, .custom-breadcrumb i {
  color: #838383;
  font-size: 12px;
}

.custom-breadcrumb a:not(:last-child), .custom-breadcrumb i:not(:last-child) {
  margin-right: 20px;
}

.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;
}

.order-main {
  margin-bottom: 0;
}

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

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

.order-main .order-container {
  margin-left: -15px;
  margin-right: -15px;
}

.order-main h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 42px;
}

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

.order-main h1 {
  text-align: center;
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 42px;
}

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

.order-main p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
}

.order-main .img-wrapper {
  margin-right: 61px;
  float: left;
}

@media screen and (max-width: 992px) {
  .order-main .img-wrapper {
    min-width: 400px;
    max-width: 400px;
  }
  .order-main .img-wrapper img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .order-main .img-wrapper {
    min-width: 250px;
    max-width: 250px;
    margin-right: 30px;
  }
  .order-main .img-wrapper img {
    width: 100%;
  }
}

.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;
}

.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: 0;
    padding-bottom: 0;
  }
}

@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: 35px;
    line-height: 50px;
  }
}

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

.contact .contact-form form div input[type=text] {
  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;
  background-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;
}
/*# sourceMappingURL=order.css.map */