@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

a {
  transition: color .2s linear;
}

svg {
  transition: fill .2s linear;
}

.bold {
  font-weight: bold;
}

/*
@include placeholder{
    color: #000000;
};
*/

@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }

  49% {
    background-size: 0 100%;
    background-position: right;
  }

  50% {
    background-position: left;
    background-size: 0 100%;
  }

  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}

@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }

  49% {
    background-size: 0 100%;
    background-position: left;
  }

  50% {
    background-position: right;
    background-size: 0 100%;
  }

  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin: 5px 0 10px 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

input,
textarea {
  font-family: inherit;
  box-shadow: none;
  border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:placeholder,
textarea:placeholder {
  opacity: 1;
}

button {
  font-family: inherit;
}

button::-moz-focus-inner {
  border: 0;
}

input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html.fixed,
html.fixed body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  background: url(../images/bg/body-bg--bottom.png) bottom center no-repeat #efedea;
}

body:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 440px;
  height: 591px;
  background: url(../images/bg/flowersun.png) center center no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  body:after {
    background: none;
  }
}

.container {
  width: 1445px;
  margin: 0 auto;
  padding: 0 10px;
}

.content {
  padding: 30px 0;
}

img {
  height: auto;
  max-width: 100%;
}

h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 8px;
  font-weight: 800;
}

.content_1250 {
  width: 1250px;
}

.page {
  position: relative;
  overflow: hidden;
}

.page .section {
  position: relative;
}

.page .section .section-content {
  margin: auto;
}

.bg-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-animate.bg-middle {
  background: url(../images/bg/bg-middle.png) no-repeat;
}

.bg-animate.bg-back {
  background: url(../images/bg/bg-back.png) no-repeat;
}

.bg-animate.bg-front {
  background: url(../images/bg/bg-front.png) no-repeat;
}

.page-title-like-h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  letter-spacing: 8px;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
  text-rendering: optimizelegibility;
}

h1.page-title {
  font-size: 48px;
  line-height: 48px;
  color: #11ad25;
  margin-bottom: 55px;
  text-align: center;
  word-wrap: break-word;
  text-transform: uppercase;
}

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                           not supported by any browser */
}

@media only screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .page-title-like-h1 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  h1.page-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

.button {
  display: inline-block;
  cursor: pointer;
  border: none;
}

form textarea {
  resize: none;
}

.pop-up {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}

.pop-up.active {
  opacity: 1;
  visibility: visible;
}

.pop-up .window-container {
  position: relative;
  margin: auto;
  padding: 50px;
}

.pop-up .window-container .window {
  position: relative;
  background-color: #ffffff;
}

.pop-up .window-container .window .close-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 1;
}

.pop-up .window-container .window .close-btn::before,
.pop-up .window-container .window .close-btn::after {
  content: '';
  position: absolute;
  top: 8px;
  left: -1px;
  width: 21px;
  height: 2px;
  background-color: #7a8190;
}

.pop-up .window-container .window .close-btn::before {
  transform: rotate(45deg);
}

.pop-up .window-container .window .close-btn::after {
  transform: rotate(-45deg);
}

.pop-up .window-container .window .close-btn:hover::before,
.pop-up .window-container .window .close-btn:hover::after {
  background-color: #000000;
}

#js-modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

#js-modal-form .form-container {
  position: relative;
  background: #efedea;
  padding: 100px 0;
}

#js-modal-form .form-container .close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 26px;
  height: 26px;
  background-size: contain;
}

#js-modal-form .form-container .feedback {
  width: 975px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

#js-modal-form .form-container .text-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#js-modal-form .form-container .inputs-block {
  flex-shrink: 0;
  width: 49%;
}

#js-modal-form .form-container .inputs-block span {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

#js-modal-form .form-container .inputs-block span:last-child {
  margin-bottom: 0;
}

#js-modal-form .form-container .inputs-block input {
  font-size: 18px;
  width: 100%;
  padding: 30px 35px;
  border: 3px solid #abd9ae;
  background: 0 0;
}

#js-modal-form .form-container .textarea-block {
  flex-shrink: 0;
  width: 49%;
}

#js-modal-form .form-container .textarea-block textarea {
  font-size: 18px;
  width: 100%;
  padding: 30px 35px;
  border: 3px solid #abd9ae;
  background: 0 0;
  height: 100%;
  resize: none;
}

#js-modal-form .form-container .wpcf7-submit {
  width: 340px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  background: #11ad25;
  border: 1px solid #11ad25;
  transition: all .3s ease 0s;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
}

#js-modal-form .form-container .wpcf7-submit:hover {
  color: #000;
  background: transparent;
}

.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: transform .3s;
  z-index: 1001;
}

.side-panel.side-panel-left {
  left: 0;
  transform: translate(-100%, 0);
}

.side-panel.side-panel-right {
  right: 0;
  transform: translate(100%, 0);
}

.side-panel.active {
  transform: translate(0, 0);
}

.side-panel-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 1000;
}

.side-panel-bg.active {
  visibility: visible;
  opacity: 1;
}

.breadcrumbs {
  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;
  padding: 50px 0;
}

@media only screen and (max-width: 900px) {
  .breadcrumbs {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 380px) {
  .breadcrumbs {
    padding: 25px 16px;
  }
}

footer .footer {
  padding: 50px 0;
  z-index: 1;
}

footer .footer p {
  font-size: 14px;
  line-height: 1.6;
}

footer .footer .footer-top {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

footer .footer .bold.uppercase {
  text-transform: uppercase;
}

footer .footer .bold {
  font-family: OpenSans-Bold,sans-serif;
}

footer .footer .link {
  display: block;
  color: #000;
  text-decoration: underline;
}

.link {
  transition: all .3s ease 0s;
}

.link:hover {
  color: #11ad25 !important;
}

footer .footer .link.number {
  text-decoration: none;
}

.socials-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}

.socials-contact .social {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

footer .footer .footer-top,
footer .footer .footer-top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}

footer .footer .footer-top .flex {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}

footer .footer .footer-top--phone_ukraine {
  text-align: right;
  line-height: 1.6;
}

footer .footer .footer-top--phone_ukraine .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer .footer-top--phone_ukraine .link img,
footer .footer .footer-top--phone_ukraine .link svg {
  width: 24px;
  height: 24px;
}

footer .footer .footer-bottom {
  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;
}

footer .footer .footer-bottom .link {
  display: inline-block;
}

.footer-top--other_numbers .link {
  margin: 5px 0;
}

@media only screen and (max-width: 1024px) {
  footer .footer .footer-top {
    display: flex;
    flex-direction: column;
  }

  footer .footer-top .flex._left {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  footer .footer-top .flex._right {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  footer .footer .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  footer .footer {
    padding: 10px 0;
  }

  footer .footer-top .flex._left,
  footer .footer-top .flex._right {
    flex-direction: column;
    text-align: center;
  }

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

  footer .footer .footer-top--phone_ukraine {
    margin: 0 auto;
    max-width: 135px;
  }
}

#mobile {
  display: none;
}

.desktop-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 0;
}

.desktop-menu a {
  display: block;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding: 15px 0;
  transition: all .3s ease 0s;
  font-size: 14px;
}

.desktop-menu li:hover > a {
  color: #11ad25;
}

.desktop-menu > li {
  position: relative;
}

.desktop-menu > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #11ad25;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.desktop-menu > li:hover:after {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: all .3s ease 0s;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-item-has-children .sub-menu {
  width: 100%;
  top: 100%;
  right: 50%;
  transform: translate(50%, 0);
  padding: 5px 20px;
}

.menu-item-has-children .sub-menu li {
  margin: 10px 0;
}

.menu-item-has-children .sub-menu a {
  padding: 0;
  display: inline-block;
}

#js-phone-list .submenu-item--link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top #js-close-mobile-menu {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 35px;
  height: 35px;
  background: url(../images/svg/close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.header-middle .flag {
  display: flex;
  align-items: center;
}

.header-middle .logo {
  text-align: center;
  position: relative;
  width: 200px;
  height: 200px;
}

.header-middle .logo a {
  width: 100%;
  height: 100%;
}

.header-middle .logo a .logo-main {
  margin-top: 45px;
}

.header-middle .logo a .logo-main img {
  width: 100px;
}

.header-middle .logo a .logo-round-title {
  position: absolute;
  top: 0;
  left: 0;
  animation: 18s linear 0s normal none infinite running rotateRound;
}

@keyframes rotateRound {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header-middle .logo a .logo-round-title img {
  width: 190px;
}

.header-middle .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-middle .phone-numbers {
  margin-bottom: 25px;
}

.header-middle .main-number span {
  border-bottom: 1px dashed #000;
}

.flag-image {
  margin-right: 20px;
}

.header-middle--item {
  width: 33.333%;
}

.phone-numbers {
  position: relative;
  padding-right: 18px;
}

.phone-numbers:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: url("../images/svg/drop-down-arrow.svg") center/contain;
  transition: transform .2s linear;
}

.phone-numbers a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.phone-numbers a:hover {
  color: #11ad25;
}

.phone-numbers a img,
.phone-numbers a svg {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.phone-numbers:hover:after {
  transform: rotate(180deg);
}

.phone-numbers:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.phone-numbers .sub-menu {
  width: 102%;
  margin-right: -14px;
  padding: 5px 6px;
  right: 12px;
  top: 27px;
  transform: translate(0, 0);
}

.phone-numbers .sub-menu li {
  margin: 10px 15px 10px 0;
}

#mobile {
  position: relative;
  display: none;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
}

#mobile #logo {
  width: 75px;
}

#mobile #logo img {
  max-width: 100%;
  height: auto;
}

#mobile .block-right {
  display: flex;
}

#mobile .block-right .flag {
  width: 53px;
  height: 35px;
  background: url(../images/svg/united-kingdom.svg) center center no-repeat;
  background-size: cover;
  margin-right: 25px;
}

#mobile .block-right #js-phone-btn {
  width: 35px;
  height: 35px;
  background: url(../images/svg/phone.svg) no-repeat;
  background-size: contain;
  margin-right: 25px;
}

#mobile .block-right .request-btn {
  width: 35px;
  height: 35px;
  background: url(../images/svg/close-envelope.svg) no-repeat;
  background-size: contain;
  margin-right: 25px;
  margin-top: 0;
  border: none;
}

#mobile .block-right #js-btn-menu {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/svg/menu.svg) no-repeat;
  background-size: contain;
}

#mobile #js-phone-list {
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
  padding-right: 75px;
  text-align: right;
}

#js-modal-form.active,
#mobile #js-phone-list.active {
  visibility: visible;
  opacity: 1;
}

#mobile #js-phone-list.active {
  top: 10px;
}

#js-close-mobile-menu {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 35px;
  height: 35px;
}

.close {
  cursor: pointer;
}

.close img,
.close svg {
  width: 100%;
  height: 100%;
}

#js-phone-list .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-color: #fff;
}

#js-phone-list .close img,
#js-phone-list .close svg {
  width: 100%;
  height: 100%;
}

#js-phone-list a img,
#js-phone-list a svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.header-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.header-bottom .swiper-container {
  width: 100%;
  height: calc(500px + (500 - 300) * (100vw - 1920px) / (1920 - 320));
  max-width: 100%;
}

.header-bottom .swiper-container .swiper-pagination-bullet {
  background-color: #11ad25;
  opacity: 0.9;
  width: 10px;
  height: 10px;
}

.header-bottom .swiper-container .swiper-pagination-bullet-active {
  background-color: #ffba00;
}

.header-bottom .swiper-slide__image,
.header-bottom .swiper-slide__title {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header-bottom .swiper-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.header-bottom .swiper-slide-active .swiper-slide__image img {
  opacity: 1;
  animation: showImgHeaderAnimation 6s linear;
}

.header-bottom .swiper-slide__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-transform: uppercase;
  padding: 30px 40px;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  opacity: 0;
  right: -100%;
  transform: scale(1);
}

.header-bottom .swiper-slide__title span {
  max-width: 800px;
}

.header-bottom .swiper-slide {
  overflow: hidden;
}

.header-bottom .swiper-slide-active .swiper-slide__title {
  right: 0;
  opacity: 1;
  animation: superTitleAnima 4.8s ease-in, superTitleAnima2 2s ease-in 4.8s;
}

#js-modal-form .form-container .wpcf7 form .wpcf7-response-output {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  border: none;
}

@media only screen and (max-width: 1000px) {
  .header-top #js-close-mobile-menu {
    display: block;
  }

  .desktop-menu {
    flex-direction: column;
  }

  .desktop-menu li {
    display: block;
  }

  .desktop-menu li a {
    font-size: 18px;
    color: #fff;
  }

  #main-header-middle {
    display: none;
  }

  #mobile {
    display: flex;
  }

  .header-top .menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-top {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .header-top.active {
    top: 0;
  }

  .menu .desktop-menu .menu-item .sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-bottom .swiper-slide__title {
    font-size: calc(45px + (45 - 15) * (100vw - 768px) / (768 - 320));
    line-height: calc(60px + (55 - 25) * (100vw - 768px) / (768 - 320));
  }
}

.introductory-text p {
  width: 645px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.main-directions {
  margin-bottom: 30px;
}

.main-directions .directions-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-directions .directions-items--item {
  flex-shrink: 0;
  width: 30.5%;
  margin: 25px 4.2% 25px 0;
}

.main-directions .directions-items--item .item-ico {
  width: 110px;
  height: 95px;
  margin-bottom: 10px;
  position: relative;
}

.main-directions .directions-items--item .item-ico img {
  position: absolute;
  bottom: 0;
}

.main-directions .directions-items--item:nth-of-type(3n) {
  margin-right: 0;
}

.main-directions .directions-items--item h4 {
  margin: 15px 0;
}

.main-directions .directions-items--item h4 span {
  width: -webkit-calc(100%);
  width: calc(100%);
  background-image: -webkit-linear-gradient(transparent -webkit-calc(100% - 1px), #000 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.main-directions .directions-items--item:hover h4 span {
  color: #11ad25;
  background-size: 0 100%;
}

.main-directions .directions-items--item .item-text p {
  height: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 680px) {
  .main-directions .directions-items--item:nth-of-type(3n) {
    margin-right: 4.2%;
  }

  .main-directions .directions-items--item:nth-of-type(2n) {
    margin-right: 0;
  }

  .main-directions .directions-items--item {
    width: 47%;
  }
}

.nav-news {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(50px + (50 - 20) * (100vw - 1920px) / (1920 - 320));
  margin-bottom: calc(130px + (130 - 50) * (100vw - 1920px) / (1920 - 320));
}

.nav-news a {
  font-family: ProximaNova-Bold,sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  flex-shrink: 0;
  color: #000;
  text-decoration: underline;
  text-transform: lowercase;
  font-weight: 600;
}

.nav-news--prev,
.nav-news--next {
  position: relative;
  padding: 0 40px;
}

.nav-news--prev svg,
.nav-news--next svg {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
}

.nav-news--prev svg {
  left: 0;
  text-align: left;
}

.nav-news--next svg {
  right: 0;
  text-align: right;
}

.text-block.first {
  margin-top: 45px;
}

.text-block.first iframe {
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 520px) {
  .text-block.first {
    margin-top: 45px;
  }

  .text-block.first iframe {
    display: block;
    width: 100%;
  }
}

.news {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-item {
  flex-shrink: 0;
  width: 29.9%;
  margin: 25px 0;
}

.news-item,
.news-item--image {
  position: relative;
}

.news-item img,
.news-item--image img {
  vertical-align: middle;
  height: 248px;
  object-fit: cover;
  width: 100%;
}

.news-item--image {
  display: block;
}

.news-item--title h4 {
  color: #fff;
  border-bottom: none;
}

.news-item--image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(17, 173, 37, 0.2)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(17, 173, 37, 0.2) 60%);
  background-image: linear-gradient(to bottom, transparent, rgba(17, 173, 37, 0.2) 60%);
}

.news-item--title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}

.news-item--title h4 {
  color: #fff;
  border-bottom: none;
}

.news-item--title h4 span {
  width: -webkit-calc(100%);
  width: calc(100%);
  background-image: -webkit-linear-gradient(transparent -webkit-calc(100% - 1px), rgba(255, 255, 255, 0.4) 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), rgba(255, 255, 255, 0.4) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (max-width: 680px) {
  .news-item {
    width: 48.5%;
    margin: 1.5% 0;
  }
}

@media only screen and (max-width: 500px) {
  .news {
    flex-direction: column;
  }

  .news-item {
    width: 100%;
  }
}

.about-us .container {
  width: 1445px;
  padding: 0 16px;
}

.about-us .content_1250 {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
}

.about-us .list {
  margin: -24px 0 24px;
  padding-left: 20px;
}

.about-us .list .list-item {
  list-style: outside;
  color: #11ad25;
  padding: 12px 0;
}

.about-us .list .list-item span {
  color: #000;
}

#contacts .container {
  width: 1445px;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}

#contacts .container h2.title {
  color: #11ad25;
  margin-bottom: 20px;
}

#contacts .content_1250 {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
}

#contacts h1.page-title {
  font-size: calc(48px + (48 - 30) * (100vw - 1920px) / (1920 - 320));
  line-height: calc(48px + (48 - 30) * (100vw - 1920px) / (1920 - 320));
  color: #11ad25;
  margin-bottom: calc(55px + (55 - 40) * (100vw - 1920px) / (1920 - 320));
  text-align: center;
  word-wrap: break-word;
}

#contacts .desc-page {
  width: 760px;
  max-width: 100%;
  font-size: calc(18px + (18 - 16) * (100vw - 1920px) / (1920 - 320));
  text-align: center;
}

#contacts p.bold {
  text-align: center;
}

#contacts .contacts-info {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

#contacts .contacts-info--item {
  flex-shrink: 0;
  width: 27.3%;
  position: relative;
  margin: 25px 3%;
}

#contacts .contacts-info--item.address .address-text {
  margin-bottom: 10px;
}

#contacts .contacts-info--item.address .address-text p {
  font-size: calc(24px + (24 - 16) * (100vw - 1920px) / (1920 - 320));
  line-height: 1.6;
  font-weight: 600;
}

#contacts .contacts-info--item.address a:first-of-type {
  margin-right: 5px;
}

#contacts .contacts-info--item.address a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

#contacts .contacts-info--item .ico {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

#contacts .contacts-info--item .ico svg {
  width: 60px;
  height: 60px;
}

#contacts #map {
  width: 100%;
  height: 500px;
  background-color: grey;
  margin-bottom: 40px;
}

#contacts .contacts-info .emails {
  display: flex;
  flex-direction: column;
}

#contacts .contacts-info .emails .link {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  margin-bottom: 10px;
}

#contacts .contacts-info--item .phone {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#contacts .contacts-info--item .phone > div {
  margin-left: 10px;
}

#contacts .contacts-info--item .phone > span {
  margin-left: 5px;
}

#contacts .contacts-phones {
  margin: 40px 0 85px;
  display: flex;
  flex-wrap: wrap;
}

#contacts .contacts-phones--item {
  flex-shrink: 0;
  width: 27.3%;
  position: relative;
  margin: 25px 3%;
}

#contacts .contacts-phones--item ul li {
  margin-bottom: 35px;
}

#contacts .contacts-phones--item ul li .country {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

#contacts .contacts-phones--item ul li .link {
  color: #000;
}

@media only screen and (max-width: 1000px) {
  #contacts .contacts-info--item {
    width: 40.3%;
    margin: 25px 1%;
  }

  #contacts .contacts-info--item .ico {
    width: 40px;
    height: 40px;
  }

  #contacts .contacts-info--item .ico svg {
    width: 40px;
    height: 40px;
  }

  #contacts .contacts-phones--item ul li {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 700px) {
  #contacts .contacts-info--item {
    width: 48%;
  }
}

@media only screen and (max-width: 600px) {
  #contacts .contacts-phones--item {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (max-width: 525px) {
  #contacts .contacts-info--item {
    width: 280px;
    margin: 0 0 25px;
  }
}

.page-title {
  font-size: 48px;
  line-height: 48px;
  color: #11ad25;
  margin-bottom: 55px;
  text-align: center;
  word-wrap: break-word;
}

.desc-page,
.text-block {
  margin: 0 auto 50px;
}

.desc-page {
  width: 735px;
  max-width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.service-ico {
  width: 98px;
  height: 95px;
  margin: 0 auto 50px;
}

.content_700 {
  width: 700px;
}

.container,
.content_1250,
.content_700 {
  margin: 0 auto;
  max-width: 100%;
}

.text-block p {
  margin: 0 auto 35px;
}

.main-directions.about-page {
  margin: 115px 0;
}

.service ul {
  list-style: inside;
  margin-bottom: 30px;
}

.service ul li {
  margin-bottom: 20px;
}

.service ul li::marker {
  color: #11ad25;
}

.payment-delivery .container .content_1250 .list {
  margin: -24px 0 24px;
  padding-left: 20px;
}

.payment-delivery .container .content_1250 .list .list-item {
  list-style: outside;
  color: #000;
  padding: 12px 0;
}

.payment-delivery .container .content_1250 .list .list-item::marker {
  color: #11ad25;
}

.sale-of-seeds h2,
.sale-of-seeds h3 {
  text-transform: uppercase;
}

.sale-of-seeds h3 {
  margin: 15px 0 0;
}

.sale-of-seeds .seeds-list {
  padding: 10px 0 0 20px;
}

.sale-of-seeds .seeds-list .list-item {
  list-style: outside;
  color: #00000a;
  padding: 12px;
}

.sale-of-seeds .seeds-list .list-item::marker {
  color: #11ad25;
}

.request .content_1250 {
  padding: 65px 16px;
  border: 3px solid #abd9ae;
}

.request .content_1250 .request-text {
  font-size: 18px;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 680px) {
  .request .content_1250 .request-btn {
    width: 100%;
    height: 50px;
  }
}

.running-string div {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 115px;
  background: #2f8784;
  margin: 35px auto;
}

.running-string-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 8px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.sale-of-seeds {
  margin-bottom: 50px;
}

.sale-of-seeds .btn {
  margin: 50px auto 0;
}

.sale-of-seeds .sale-items {
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.sale-of-seeds .sale-items--item {
  flex-shrink: 0;
  width: 27.3%;
  position: relative;
  margin: 25px 3%;
  text-align: center;
}

.sale-of-seeds .sale-items--item .hover-effect-block {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 174px;
  height: 173px;
  border-radius: 50%;
  overflow: hidden;
  opacity: .1;
  transition: all .3s ease 0s;
}

.sale-of-seeds .sale-items--item .hover-effect-block img {
  height: 100%;
  max-width: none;
}

.sale-of-seeds .sale-items--item:hover .hover-effect-block {
  width: 220px;
  height: 220px;
  left: 50%;
  top: -8%;
}

.sale-of-seeds .sale-items--item .item-link {
  position: relative;
  display: block;
  z-index: 1;
}

.sale-of-seeds .sale-items--item .item-link .item-logo {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  border: 4px solid #11ad25;
  margin: 0 auto 50px;
  background: #ccc;
  overflow: hidden;
}

.sale-of-seeds .sale-items--item .item-link .item-logo img {
  height: 100%;
  max-width: none;
}

.sale-of-seeds .sale-items--item .price-seed {
  color: #11ad25;
  font-weight: 800;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 192px;
}

.sale-of-seeds .sale-items--item .item-title h3 {
  border-bottom: none;
}

.sale-of-seeds .sale-items--item:hover .item-title h3 {
  color: #11ad25;
}

.sale-of-seeds .sale-items--item .item-title h3 span {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .3s ease 0s;
}

.sale-of-seeds .sale-items--item:hover .item-title h3 span {
  background-size: 0 100%;
}

.sale-of-seeds .sale-items--item .item-popup-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 108%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 365px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.sale-of-seeds .sale-items--item:hover .item-popup-info {
  visibility: visible;
  opacity: 1;
}

.sale-of-seeds .sale-items--item .item-popup-info p {
  margin-bottom: 15px;
}

.sale-of-seeds .sale-items--item .item-popup-info .more-info {
  font-family: OpenSans-Semibold,sans-serif;
  color: #000;
  text-decoration: underline;
}

.sale-of-seeds .sale-items--item .item-popup-info:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17.5px 0;
  border-color: #fff transparent transparent;
}

@media only screen and (max-width: 1000px) {
  .item-popup-info {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .sale-of-seeds .sale-items--item {
    width: 47%;
    margin: 25px 1%;
  }

  .sale-of-seeds .sale-items--item .hover-effect-block img {
    display: none;
  }

  .sale-of-seeds h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .sale-of-seeds .sale-items--item .item-link .item-logo {
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
  }

  .sale-of-seeds .sale-items--item .price-seed {
    font-size: 12px;
    top: 128px;
    font-weight: 500;
  }
}

.seeds-single .slide-block {
  display: flex;
  margin-bottom: calc(90px + (90 - 40) * (100vw - 1920px) / (1920 - 320));
  height: calc(550px + (550 - 370) * (100vw - 1920px) / (1920 - 320));
  overflow: hidden;
}

.seeds-single .slide-block ._left {
  position: relative;
  padding: 35px 25px 35px 40px;
  flex-shrink: 0;
  width: 45.5%;
  height: auto;
  max-width: 100%;
  background: #e2e2e2;
  text-align: left;
}

.seeds-single .slide-block ._left .title-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.seeds-single .slide-block ._left .page-title {
  margin-bottom: 5px;
  line-height: calc(45px + (45 - 25) * (100vw - 1920px) / (1920 - 320));
}

.seeds-single .slide-block ._left .desc-page {
  margin-bottom: 0;
}

.seeds-single .slide-block ._left .desc-page .text-block {
  margin-bottom: 0;
}

.seeds-single .slide-block ._left .page-title,
.seeds-single .slide-block ._left .desc-page,
.seeds-single .slide-block ._left .price-seed {
  text-align: left;
}

.seeds-single .slide-block ._left .page-title > p,
.seeds-single .slide-block ._left .desc-page > p,
.seeds-single .slide-block ._left .price-seed > p {
  font-size: calc(18px + (18 - 14) * (100vw - 1920px) / (1920 - 320));
}

.seeds-single .slide-block ._left .title-page .page-title {
  font-size: calc(30px + (30 - 26) * (100vw - 1920px) / (1920 - 320));
}

.seeds-single .slide-block ._left .price-seed-single > p {
  font-size: 26px;
  font-weight: 600;
  color: #11ad25;
}

.seeds-single .slide-block ._right {
  width: 54.5%;
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 {
  height: 100%;
  position: relative;
}

.seeds-single .slide-block ._right .slider-2 .swiper-container {
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 .swiper-container .swiper-wrapper {
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__image {
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.seeds-single .slide-block ._right .slider-2 .swiper-pagination {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
}

.seeds-single .slide-block ._right .slider-2 .swiper-pagination span {
  margin: 0 5px;
}

.seeds-single .slide-block ._right .slider-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #11ad25;
  opacity: 0.9;
  width: 10px;
  height: 10px;
}

.seeds-single .slide-block ._right .slider-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffba00;
}

.seeds-single .btn.request-btn {
  margin: 25px auto;
}

.seeds-single h5 {
  font-family: OpenSans-Extrabold,sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #11ad25;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.seeds-single ul {
  margin: -24px 0 24px;
  padding-left: 20px;
}

.seeds-single ul li {
  list-style: outside;
  padding: 12px 0;
}

.seeds-single ul li::marker {
  color: #11ad25;
}

.seeds-single .text-block img {
  width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width: 1325px) {
  .seeds-single .slide-block ._left {
    padding: 25px;
  }

  .seeds-single .slide-block ._left h1 {
    font-size: calc(40px + (40 - 25) * (100vw - 1920px) / (1920 - 320));
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .seeds-single .slide-block ._left h1 {
    font-size: calc(30px + (30 - 20) * (100vw - 1920px) / (1920 - 320));
  }
}

@media only screen and (max-width: 900px) {
  .seeds-single .slide-block {
    flex-direction: column;
    height: auto;
  }

  .seeds-single .slide-block ._left {
    width: 100%;
    padding: 18px 20px;
  }

  .seeds-single .slide-block ._left .title-page .desc-page {
    margin-left: 0;
  }

  .seeds-single .slide-block ._left .price-seed-single > p {
    font-size: calc(26px + (26 - 16) * (100vw - 900px) / (900 - 320));
  }

  .seeds-single .slide-block ._right {
    width: 100%;
    height: 100%;
  }

  .seeds-single .slide-block ._right .slider-2 .swiper-container .swiper-wrapper .swiper-slide .swiper-slide__image img {
    object-fit: cover;
    height: calc(400px + (400 - 250) * (100vw - 900px) / (900 - 320));
  }
}

@keyframes showImgHeaderAnimation {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes superTitleAnima {
  0% {
    right: -100%;
    opacity: 0;
  }

  30% {
    right: 0;
    opacity: 1;
  }

  85% {
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes superTitleAnima2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  80% {
    transform: scale(3);
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

button {
  border: none;
  outline: none;
  box-shadow: none;
}

button:hover {
  cursor: pointer;
}

.btn {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 50px;
  background: #11ad25;
  border: 1px solid #11ad25;
  transition: all .3s ease 0s;
}

.btn.big-btn {
  width: 370px;
  height: 80px;
  margin: 65px auto 0;
}

.btn.big-btn:hover span,
.btn:hover {
  color: #000;
}

.btn.big-btn:hover,
.btn:hover {
  background: 0 0;
}

