/*!
Theme Name: donets-law-new
Author: Sergey Lenkov
Author URI: http://slyenkov.github.io
Description: Theme for law-firm Donets & Partners
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: donets-law
Tags:
*/
.site-header,
.site-header.fixed,
.section--partners .section__content .partner a img,
.section--blog .section__title a::after,
.section--blog .section__title a:hover::after,
.section--blog .section__title a:focus::after,
.footer .social__link,
.site-branding-link,
.site-header.fixed .site-branding-link,
.main-navigation .menu .first-level > a,
.main-navigation .menu .first-level > a::after,
.main-navigation .menu .first-level:hover > a::after,
.main-navigation .menu .first-level:focus > a::after,
.tabs--horizontal .tabs__caption li::after,
.tabs--vertical .tabs__caption li,
.tabs--vertical .tabs__caption li::before,
.tabs--vertical .tabs__caption li.active,
.tabs--vertical .tabs__caption li.active::before,
.tabs__caption li:not(.active),
.tabs__caption li:not(.active):hover,
.modal__close,
.modal__close::before,
.modal__close::after,
.lang__list li a,
.btn--grey,
.btn--grey:hover,
.btn--grey:focus,
.btn--grey:active,
.btn--white,
.btn--white:hover,
.btn--white:focus,
.btn--white:active {
  transition: all 0.3s linear;
}
.section__title {
  font-family: "YesevaOne-Regular";
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
nav ol,
nav ul {
  list-style: none;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ffff00;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[aria-disabled] {
  cursor: default;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #2093ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  font-size: 1.4rem;
  line-height: 1.8;
  overflow-x: hidden;
  color: #4c4c4c;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .page-template-template-contacts {
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
  }
  .page-template-template-contacts .site-content {
    width: 100%;
  }
  .page-template-template-contacts .footer {
    width: 100%;
    margin-top: auto;
  }
}
.animate-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -7rem;
  cursor: pointer;
}
@media (max-width: 800px) {
  .animate-btn {
    display: none;
  }
}
#dot1.blink__dot,
#dot2.blink__dot,
#dot3.blink__dot,
#dot4.blink__dot,
#dot5.blink__dot {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#dot1.blink__dot {
  animation-delay: 0s;
}
#dot2.blink__dot {
  animation-delay: 0.2s;
}
#dot3.blink__dot {
  animation-delay: 0.4s;
}
#dot4.blink__dot {
  animation-delay: 0.6s;
}
#dot5.blink__dot {
  animation-delay: 0.8s;
}
@keyframes blink {
  0% {
    fill: #fff;
  }
  20% {
    fill: #2093ff;
  }
  100% {
    fill: #fff;
  }
}
@keyframes scaleOut {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.3);
  }
  100% {
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@font-face {
  font-family: "YesevaOne-Regular";
  src: url("fonts/YesevaOne-Regular.eot");
  src: url("fonts/YesevaOne-Regular.woff2") format("woff2"),
    url("fonts/YesevaOne-Regular.woff") format("woff"),
    url("fonts/YesevaOne-Regular.ttf") format("truetype"),
    url("fonts/YesevaOne-Regular.svg#YesevaOne-Regular") format("svg"),
    url("fonts/YesevaOne-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Regular";
  src: url("fonts/PTSans-Regular.woff") format("woff"),
    url("fonts/PTSans-Regular.ttf") format("truetype"),
    url("fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT_Sans-Web-Regular";
  src: url("fonts/PT_Sans-Web-Regular.eot");
  src: url("fonts/PT_Sans-Web-Regular.woff2") format("woff2"),
    url("fonts/PT_Sans-Web-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Bold";
  src: url("fonts/PTSans-Bold.woff") format("woff"),
    url("fonts/PTSans-Bold.ttf") format("truetype"),
    url("fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT_Sans-Web-Bold";
  src: url("fonts/PT_Sans-Web-Bold.eot");
  src: url("fonts/PT_Sans-Web-Bold.woff2") format("woff2"),
    url("fonts/PT_Sans-Web-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Italic";
  src: url("fonts/PTSans-Italic.woff") format("woff"),
    url("fonts/PTSans-Italic.ttf") format("truetype"),
    url("fonts/PTSans-Italic.svg#PTSans-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT_Sans-Web-Italic";
  src: url("fonts/PT_Sans-Web-Italic.eot");
  src: url("fonts/PT_Sans-Web-Italic.woff2") format("woff2"),
    url("fonts/PT_Sans-Web-Italic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-CaptionBold";
  src: url("fonts/PTSans-CaptionBold.woff") format("woff"),
    url("fonts/PTSans-CaptionBold.ttf") format("truetype"),
    url("fonts/PTSans-CaptionBold.svg#PTSans-CaptionBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT_Sans-Caption-Web-Bold";
  src: url("fonts/PT_Sans-Caption-Web-Bold.eot");
  src: url("fonts/PT_Sans-Caption-Web-Bold.woff2") format("woff2"),
    url("fonts/PT_Sans-Caption-Web-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueBold";
  src: url("fonts/BebasNeueBold.eot");
  src: url("fonts/BebasNeueBold.woff2") format("woff2"),
    url("fonts/BebasNeueBold.woff") format("woff"),
    url("fonts/BebasNeueBold.ttf") format("truetype"),
    url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg"),
    url("fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.typography img {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 2rem;
}
.typography a {
  text-decoration: none;
  color: #2093ff;
}
.typography a:hover {
  text-decoration: underline;
}
.typography blockquote {
  width: 30%;
  float: right;
  position: relative;
  margin: 0 2rem 0 4rem;
  text-align: center;
}
.typography blockquote p {
  font-family: "YesevaOne-Regular";
  font-size: 1.6rem;
  line-height: 1.1;
}
.typography blockquote cite {
  font-style: normal;
  display: block;
  text-align: center;
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  font-size: 1.3rem;
}
.typography blockquote::before,
.typography blockquote::after {
  display: block;
  position: absolute;
  font-family: "YesevaOne-Regular";
  font-size: 10rem;
  line-height: 0;
  color: #f3f3f3;
}
.typography blockquote::before {
  content: "\201c";
  bottom: 70%;
  right: 100%;
}
.typography blockquote::after {
  content: "\201e";
  top: 60%;
  left: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
.container {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .container {
    width: 90%;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 1rem 2.6rem;
  background-color: transparent;
  box-shadow: 0 4px 4px 0 transparent;
  z-index: 100;
}
@media (max-width: 640px) {
  .site-header {
    height: 70px;
  }
}
.site-header.fixed {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
}
.section {
  margin: 0;
  padding: 0;
  position: relative;
}
.section__title {
  position: relative;
  display: inline-block;
}
.section--hero {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--hero .container {
  height: 100%;
  position: relative;
}
.section--hero .section__title {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  font-family: "YesevaOne-Regular";
  letter-spacing: 0.9px;
  font-size: 6.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  transform: translateX(-50%) scale(1);
}
.section--hero .achievments__year {
  position: absolute;
  top: 100%;
  margin-top: -6rem;
  right: 5%;
  color: white;
  opacity: 0;
}
.section--hero.animated .section__title {
  animation: scaleOut 1s linear forwards;
}
.section--hero.animated .achievments__year {
  opacity: 0.65;
  transition: opacity 1s linear;
}
.section--hero-services {
  width: 100%;
  min-height: 38.6rem;
}
.section--hero-services .hero {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  padding: 16.4rem 0 8.4rem 0;
  justify-content: center;
}
@media (max-width: 1024px) {
  .section--hero-services .hero {
    width: 80%;
  }
}
.section--hero-services .hero__title {
  width: 100%;
  margin: 0;
  font-family: "YesevaOne-Regular";
  letter-spacing: 1.5px;
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section--services {
  width: 100%;
}
.section--services .container {
  padding: 5rem 0 9rem 0;
}
.section--advantages {
  width: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--advantages .container {
  padding: 10rem 0;
}
.section--advantages .section__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #979797;
  top: 100%;
  left: 0;
}
.section--partners .section__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #979797;
  top: 100%;
  left: 0;
}
.section--partners .container {
  padding: 10rem 0;
}
.section--partners .section__content {
  display: flex;
  flex-flow: row wrap;
}
.section--partners .section__content .partner {
  width: 25%;
  height: 185px;
  padding: 3rem 3rem;
}
.section--partners .section__content .partner a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section--partners .section__content .partner a img {
  height: 100%;
  width: auto;
  object-fit: scale-down;
  filter: grayscale(1);
}
.section--partners .section__content .partner a:hover img,
.section--partners .section__content .partner a:focus img {
  filter: grayscale(0);
}
.section--partners .section__content .partner__name {
  display: flex;
  align-items: center;
}
.section--partners .section__content .partner__name p {
  width: 100%;
  font-family: "YesevaOne-Regular";
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
.section--blog {
  background-color: #f8f8f8;
  padding: 10rem 0;
}
.section--blog .section__title a {
  text-decoration: none;
  color: #4a4a4a;
  position: relative;
}
.section--blog .section__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1rem;
  width: 12px;
  height: 12px;
  border-top: none;
  border-left: none;
  border-right: 3px solid #2093ff;
  border-bottom: 3px solid #2093ff;
  transform: translateY(-50%) rotate(-45deg);
}
.section--blog .section__title a:hover::after,
.section--blog .section__title a:focus::after {
  border-right-color: #4ca9f9;
  border-bottom-color: #4ca9f9;
}
.section--blog .section__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #979797;
  top: 100%;
  left: 0;
}
.section--hero-about {
  width: 100%;
  height: 100vh;
}
.section--hero-about .container {
  height: 100%;
}
.section--hero-about .hero {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.section--hero-about .hero__image {
  max-width: 200px;
  max-height: 200px;
  margin-top: auto;
}
.section--hero-about .hero__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.section--hero-about .hero__description {
  font-size: 2rem;
  margin-bottom: auto;
}
.section--hero-about .hero__description p {
  text-align: center;
}
.section--stages {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 15%;
  padding-right: 4.65%;
}
.section--stages .section__title {
  color: #ffffff;
}
.section--stages .section__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #2093ff;
  top: 100%;
  left: 0;
}
.section--advantages-about {
  padding: 14rem 0;
}
@media (max-width: 1024px) {
  .section--advantages-about {
    padding: 10rem 0;
  }
}
.section--advantages-about .section__title {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7rem;
}
.section--advantages-about .section__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.section--advantages-about .section__content .advantage {
  width: 22%;
}
@media (max-width: 1024px) {
  .section--advantages-about .section__content .advantage {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .section--advantages-about .section__content .advantage {
    width: 100%;
  }
}
.section--advantages-about .section__content .advantage__image {
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}
.section--advantages-about .section__content .advantage__image img {
  height: 90%;
  width: 90%;
  object-fit: contain;
}
.section--advantages-about .section__content .advantage__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 232%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: -64%;
  background-color: #2093ff;
  margin-top: 1.5rem;
}
.section--advantages-about .section__content .advantage__description {
  text-align: center;
  font-size: 1.6rem;
}
.section--contacts .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 7rem 0 3rem 0;
}
.section--contacts .container .contacts__title {
  margin-left: 0.6rem;
}
.section--contacts .container .contacts__icon {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.section--contacts .container .contacts__icon .icon {
  width: 3rem;
  height: 3rem;
  fill: #2093ff;
}
.section--contacts .container address {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.28;
  font-style: normal;
  margin-left: 4rem;
}
.section--contacts .container a {
  display: block;
  margin-left: 4rem;
  margin-bottom: 1.2rem;
  text-decoration: none;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.28;
  font-style: normal;
  color: #4c4c4c;
}
.section--contacts .container button {
  margin-left: 4rem;
}
.stage {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.stage--one {
  flex-flow: column nowrap;
  align-items: baseline;
  padding-top: 10rem;
  justify-content: center;
}
.stage--one .section__title {
  margin: 0;
  margin-bottom: auto;
}
.stage--one .stage__description {
  margin-bottom: auto;
  padding-left: 3rem;
}
.stage--one .stage__description::before {
  content: "1";
  top: -42px;
  right: 90%;
}
.stage--two .stage__description {
  margin-left: auto;
}
.stage--two .stage__description::before {
  content: "2";
  top: -62px;
  right: 93%;
}
@media (max-width: 640px) {
  .stage--two .stage__description::before {
    right: 87%;
  }
}
.stage--two .stage__description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1.5rem;
  left: 10%;
  width: 14.8rem;
  height: 1px;
  background-color: #2093ff;
}
.stage--three .stage__description::before {
  content: "3";
  top: -62px;
  right: 93%;
}
@media (max-width: 640px) {
  .stage--three .stage__description::before {
    right: 87%;
  }
}
.stage--three .stage__description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1.5rem;
  left: 10%;
  width: 14.8rem;
  height: 1px;
  background-color: #2093ff;
}
.stage--four .stage__description {
  margin-left: auto;
}
.stage--four .stage__description::before {
  content: "4";
  top: -62px;
  right: 93%;
}
@media (max-width: 640px) {
  .stage--four .stage__description::before {
    right: 87%;
  }
}
.stage--four .stage__description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1.5rem;
  left: 10%;
  width: 14.8rem;
  height: 1px;
  background-color: #2093ff;
}
.stage--five .stage__description::before {
  content: "5";
  top: -62px;
  right: 93%;
}
@media (max-width: 640px) {
  .stage--five .stage__description::before {
    right: 87%;
  }
}
.stage--five .stage__description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1.5rem;
  left: 10%;
  width: 14.8rem;
  height: 1px;
  background-color: #2093ff;
}
.stage__description {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  max-width: 62rem;
  position: relative;
}
@media (max-width: 640px) {
  .stage__description {
    font-size: 1.6rem;
  }
}
.stage__description::before {
  display: block;
  position: absolute;
  font-family: "YesevaOne-Regular";
  font-size: 16rem;
  line-height: 1;
  opacity: 0.13;
  filter: alpha(opacity=13);
}
@media (max-width: 1024px) {
  .section--hero-services .hero__title {
    font-size: 4.5rem;
  }
  .section--advantages {
    background-position: inherit;
  }
}
@media (max-width: 800px) {
  .section--hero {
    height: auto;
  }
  .section--hero .container {
    padding: 10rem 0 4rem 0;
  }
  .section--hero .section__title {
    position: static;
    font-size: 5.4rem;
    transform: translateX(0) scale(1);
    margin-bottom: 10rem;
  }
  .section--hero-services .hero__title {
    font-size: 3rem;
  }
  .section--contacts .container {
    flex-flow: row wrap;
  }
  .section--contacts .adress,
  .section--contacts .email,
  .section--contacts .phones {
    width: 50%;
  }
  .section--contacts .adress,
  .section--contacts .email {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 640px) {
  .section--hero .container {
    padding: 5rem 0 4rem;
  }
  .section--hero .section__title {
    position: static;
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  .section--services .container {
    padding: 1rem 0 5rem;
  }
  .section--services .section__title {
    width: 100%;
    text-align: center;
  }
  .section--advantages .container {
    padding: 3rem 0;
  }
  .section--advantages .section__title {
    width: 100%;
    text-align: center;
  }
  .section--advantages .section__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section--partners .container {
    padding: 1rem 0 3rem;
  }
  .section--partners .section__title {
    width: 100%;
    text-align: center;
  }
  .section--partners .section__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section--partners .section__content .partner {
    width: 50%;
    height: 150px;
  }
  .section--blog {
    padding: 1rem 0 3rem;
  }
  .section--blog .section__title {
    width: 100%;
    text-align: center;
  }
  .section--blog .section__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section--blog .section__title a::after {
    display: none;
  }
  .section--hero-about {
    height: auto;
  }
  .section--hero-about .container {
    padding: 10rem 0 3rem;
  }
  .section--hero-about .hero__image {
    width: 40%;
  }
  .section--hero-about .hero__description {
    font-size: 1.5rem;
  }
  .section--stages {
    height: 400px;
  }
  .section--contacts .adress,
  .section--contacts .email,
  .section--contacts .phones {
    width: 100%;
  }
}
.services--business {
  padding: 8rem 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 58px;
  -moz-column-gap: 58px;
  column-gap: 58px;
  display: block;
  -moz-column-fill: balance;
  column-fill: balance;
}
.services--business .service {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 5rem;
}
.services--business .service__head {
  width: 100%;
  display: flex;
  align-items: center;
}
.services--business .service__head img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}
.services--business .service__head .service__title {
  width: calc(100% - (36px + 14px));
  margin-left: auto;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.28;
  text-transform: uppercase;
}
.services--business .service__description {
  width: calc(100% - (36px + 14px));
  margin-left: auto;
}
.services--individual {
  position: relative;
  width: 50%;
  padding: 8rem 0;
}
.services--individual .services__image {
  width: 411px;
  height: 274px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 10rem;
  margin-left: 10rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.services--individual .services__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services--individual .services__title {
  margin: 3.5rem 0;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.28;
  text-transform: uppercase;
}
.services--individual .service {
  display: flex;
  flex-flow: row wrap;
  align-self: start;
  margin-bottom: 3rem;
}
.services--individual .service__head {
  width: 100%;
  display: flex;
  align-items: center;
}
.services--individual .service__head img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.services--individual .service__head .service__title {
  width: calc(100% - (36px + 14px));
  margin-left: auto;
}
.services--individual .service__description {
  width: calc(100% - (36px + 14px));
  margin-left: auto;
}
@media (max-width: 1024px) {
  .services--individual .services__image {
    width: 90%;
    margin-left: 4rem;
  }
}
@media (max-width: 800px) {
  .services--individual {
    width: 100%;
    padding: 4rem 0;
  }
  .services--individual .services__image {
    display: none;
  }
}
@media (max-width: 800px) {
  .services--business {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .services--business .service {
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .services--business {
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.section--blog .section__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  max-height: 25rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .section--blog .section__content {
    max-height: none;
    grid-template-columns: 1fr;
  }
}
.section--blog .section__content .post__title {
  line-height: 1.5;
}
.section--blog .section__content .post__title a {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #4a4a4a;
}
.blog-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 33px;
  padding-top: 10rem;
  padding-bottom: 4.5rem;
}
.blog-page__header {
  grid-column: span 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page__header h1 {
  font-family: "YesevaOne-Regular";
  font-size: 4.8rem;
  letter-spacing: 0.7px;
  margin: 0;
}
.blog-page .post,
.blog-page .type-post {
  max-height: 28rem;
  overflow: hidden;
  grid-column: span 1;
}
.blog-page .post__img,
.blog-page .type-post__img {
  min-height: 108px;
}
.blog-page .post__title,
.blog-page .type-post__title {
  font-family: "YesevaOne-Regular";
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.3px;
}
.blog-page .post__title a,
.blog-page .type-post__title a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
}
.blog-page .post__meta,
.blog-page .post__text,
.blog-page .type-post__meta,
.blog-page .type-post__text {
  line-height: 1.3846;
}
.blog-page .post:nth-of-type(1) {
  grid-column: span 4;
  display: flex;
  flex-flow: row nowrap;
}
.blog-page .post:nth-of-type(1) .post__img {
  width: calc(50% - 13px);
  min-height: 100%;
  margin-right: auto;
}
.blog-page .post:nth-of-type(1) .post__data {
  width: calc(50% - 12px);
  height: 100%;
}
.blog-page .post:nth-of-type(1) .post__data .post__title {
  font-family: "YesevaOne-Regular";
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.8px;
  margin: 0 0 1rem 0;
}
.blog-page .post:nth-of-type(1) .post__data .post__title a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
}
.blog-page #true_loadmore {
  grid-column: 2 / 4;
  width: 100%;
}
.post-full {
  width: 100%;
  position: relative;
  padding-top: 30rem;
}
.post-full__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44.5rem;
  overflow: hidden;
  z-index: -1;
}
.post-full__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-full__data {
  width: 70%;
  margin: 0 auto;
  padding: 4.8rem 8.8rem 3.2rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .post-full__data {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .post-full__data {
    width: 90%;
    padding: 4.8rem 4rem 3.2rem;
  }
}
@media (max-width: 640px) {
  .post-full__data {
    width: 100%;
    padding: 4.8rem 5% 3.2rem;
  }
}
.post-full__title {
  font-family: "YesevaOne-Regular";
  font-size: 4.8rem;
  line-height: 1;
  text-align: left;
  margin: 0;
}
@media (max-width: 640px) {
  .post-full__title {
    font-size: 2rem;
  }
}
.post-full__link {
  display: block;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.post-full__meta {
  margin: 0 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.post-full__author a {
  text-decoration: none;
  color: #4c4c4c;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  cursor: pointer;
}
.post-full__text {
  margin-bottom: 2rem;
}
.post-full__text::after {
  content: "";
  display: table;
  clear: both;
}
.blog-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.blog-nav .left,
.blog-nav .right {
  position: relative;
  margin-bottom: 1.333rem;
}
.blog-nav .left a,
.blog-nav .right a {
  text-decoration: none;
}
.blog-nav .left a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  right: 100%;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(135deg);
}
.blog-nav .right {
  margin-left: 2rem;
}
.blog-nav .right a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  left: 100%;
  margin-left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(315deg);
}
.blog-nav .center {
  width: 100%;
  text-align: center;
}
.blog-single-footer {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 4rem;
}
.blog-single-footer .left {
  text-align: left;
  margin-right: auto;
}
.blog-single-footer .right {
  text-align: right;
  margin-left: auto;
}
.blog-single-footer .left,
.blog-single-footer .right {
  position: relative;
}
.blog-single-footer .left__title,
.blog-single-footer .right__title {
  color: #9b9b9b;
}
.blog-single-footer .left a,
.blog-single-footer .right a {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  text-decoration: none;
  color: #4c4c4c;
  text-transform: uppercase;
}
.blog-single-footer .left__link {
  position: relative;
}
.blog-single-footer .left__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 1rem;
  width: 1rem;
  height: 1rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid #2093ff;
  border-bottom: 2px solid #2093ff;
  transform: translateY(-50%) rotate(135deg);
}
.blog-single-footer .right__link {
  position: relative;
}
.blog-single-footer .right__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid #2093ff;
  border-bottom: 2px solid #2093ff;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1024px) {
  .blog-page .post,
  .blog-page .type-post {
    max-height: 28rem;
  }
}
@media (max-width: 800px) {
  .blog-page .post,
  .blog-page .type-post {
    grid-column: span 2;
  }
}
@media (max-width: 640px) {
  .blog-page .post,
  .blog-page .type-post {
    grid-column: span 4;
  }
  .blog-page .post:nth-of-type(1) {
    display: block;
  }
  .blog-page .post:nth-of-type(1) .post__img {
    width: 100%;
    min-height: 108px;
  }
  .blog-page .post:nth-of-type(1) .post__data {
    width: 100%;
  }
  .blog-page .post:nth-of-type(1) .post__data .post__title {
    font-family: "YesevaOne-Regular";
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.3px;
    margin: 0.67em 0;
  }
}
.container.search-page {
  padding-top: 10rem;
  padding-bottom: 4.5rem;
}
.container.search-page .search-page__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 3.6rem;
}
.container.search-page .search-page__header .page-title {
  margin: 0;
}
.container.search-page .search-page__header form.search-form {
  margin-left: auto;
}
.container.search-page .search-page__header .search-page__results {
  width: 100%;
  margin-top: 1.2rem;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.28;
  text-transform: uppercase;
}
.container.search-page .search-page__posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 33px;
}
.container.search-page .search-page__posts .post {
  max-height: 27rem;
  overflow: hidden;
}
.container.search-page .search-page__posts .post__img {
  min-height: 108px;
}
.container.search-page .search-page__posts .post__title {
  font-family: "YesevaOne-Regular";
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.3px;
}
.container.search-page .search-page__posts .post__title a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
}
.container.search-page .search-page__posts .post__meta {
  line-height: 1.3846;
}
.container.search-page .search-page__posts .post__text {
  line-height: 1.3846;
}
.footer {
  background: url("images/svg/footer-bg.svg") repeat;
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer .section--1 .container {
  padding: 5rem 0 0 0;
}
@media (max-width: 480px) {
  .footer .section--1 .container {
    padding: 2rem 0 0 0;
  }
  .footer .section--1 .container .section__title {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
  }
}
.footer .section--2 {
  background-color: rgba(0, 0, 0, 0.15);
}
.footer .section--2 .container {
  padding: 3.5rem 0;
}
.footer .section--2 .section__content {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 3rem;
}
@media (max-width: 640px) {
  .footer .section--2 .section__content {
    flex-flow: row wrap;
  }
}
.footer .section--3 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #808080;
}
.footer .section--3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
}
.footer .section--3 .copyright {
  font-family: "PTSans-Italic", "PT_Sans-Web-Bold";
}
.footer .form-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.footer .form-title .contacts__icon {
  padding-top: 0.5em;
  padding-right: 0.5em;
}
.footer .phones {
  width: 70%;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  position: relative;
  padding-top: 2em;
  column-gap: 3rem;
}
@media (max-width: 1024px) {
  .footer .phones {
    flex-flow: row wrap;
  }
}
@media (max-width: 640px) {
  .footer .phones {
    width: 100%;
  }
  .footer .phones .btn {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .footer .phones {
    flex-direction: column;
    align-items: center;
  }
  .footer .phones .btn {
    position: static;
    order: 3;
    transform: translateY(0);
    margin-top: 2rem;
  }
}
.footer .phones .phones_list {
  display: flex;
  column-gap: 1rem;
}
.footer .phones .contacts__icon {
  padding-top: 0.5em;
  padding-right: 0.5em;
}
.footer .phones__title {
}
.footer .phones__numbers {
}
@media (max-width: 1024px) {
  .footer .phones__numbers {
    order: 4;
  }
}
@media (max-width: 640px) {
  .footer .phones__numbers {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer .phones__numbers {
    order: 3;
  }
}
.footer .phones__numbers a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "PTSans-Bold", "PT_Sans-Web-Bold";
}
.footer .social {
  width: 30%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .footer .social {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 2rem 0 2rem;
  }
}
.footer .social__title {
  line-height: 3.2rem;
  text-align: center;
}
@media (max-width: 640px) {
  .footer .social__title {
    display: none;
  }
}
.footer .social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
}
.footer .social__link {
  display: block;
  text-decoration: none;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  border-radius: 4px;
  background-color: #4c4c4c;
  color: #ffffff;
}
.footer .social__link:hover,
.footer .social__link:focus {
  background-color: #5f5f5f;
}
.footer .social__link:active {
  background-color: #3f3f3f;
}
#preloader {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#preloader_preload {
  display: block;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.site-branding {
  width: 35%;
  max-width: 378px;
  height: 100%;
}
.site-branding-link {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/Donets_partners_logo_web_white.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media (max-width: 640px) {
  .site-branding-link {
    background: url("images/Donets_partners_logo_web_white.svg") no-repeat 0 50%;
    background-size: contain;
  }
}
.site-header.fixed .site-branding-link {
  background: url("images/Donets_partners_logo_web_blue.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media (max-width: 640px) {
  .site-header.fixed .site-branding-link {
    background: url("images/Donets_partners_logo_web_blue.svg") no-repeat 0 50%;
    background-size: contain;
  }
}
.main-navigation {
  width: auto;
  margin-left: auto;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .menu-header-navigation-ua-container {
  width: 100%;
  height: 100%;
}
.main-navigation .menu,
.main-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .menu {
  display: flex;
  flex-flow: row nowrap;
}
.main-navigation .menu .first-level {
  flex: 1 1 auto;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.main-navigation .menu .first-level > a {
  display: block;
  padding: 1rem;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.main-navigation .menu .first-level > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2093ff;
}
.main-navigation .menu .first-level:hover > a::after,
.main-navigation .menu .first-level:focus > a::after {
  width: 100%;
}
.main-navigation .menu .first-level:hover .sub-menu,
.main-navigation .menu .first-level:focus .sub-menu {
  opacity: 1;
  left: 0;
  transition: opacity 0.5s linear;
}
.main-navigation .menu .first-level.current_page_item > a::after,
.main-navigation .menu .first-level.current-menu-item > a::after,
.main-navigation .menu .first-level.current_page_ancestor > a::after,
.main-navigation .menu .first-level.current-menu-ancestor > a::after {
  width: 100%;
}
.main-navigation .sub-menu {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
  border: solid 1px #e0e0e0;
  margin: 2px 0 0 0;
  padding: 2.4rem 0;
  position: absolute;
  top: 100%;
  left: -999em;
  opacity: 0;
  z-index: 101;
  background-color: #fff;
  transition: opacity 0.5s linear;
}
.main-navigation .sub-menu .second-level {
  padding: 0 2.4rem;
}
.main-navigation .sub-menu .second-level:not(:last-of-type) {
  margin-bottom: 3rem;
}
.main-navigation .sub-menu .second-level a {
  color: #3c3c3c;
  white-space: nowrap;
  text-decoration: none;
}
.main-navigation .sub-menu .second-level:hover a,
.main-navigation .sub-menu .second-level:focus a {
  color: #565656;
}
.site-header.fixed .first-level a {
  color: #4c4c4c;
}
.hamburger {
  position: fixed;
  top: 1.6rem;
  right: 2.6rem;
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  z-index: 1001;
  display: none;
}
@media (max-width: 640px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger .hamburger-inner {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
.hamburger .hamburger-inner::before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger .hamburger-inner::after {
  top: 20px;
  bottom: -10px;
}
.hamburger.hamburger.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.hamburger.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.site-header.fixed .hamburger .hamburger-inner {
  background-color: #4c4c4c;
}
.site-header.fixed .hamburger .hamburger-inner::before,
.site-header.fixed .hamburger .hamburger-inner::after {
  background-color: #4c4c4c;
}
.site-header.fixed .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}
.site-header.fixed .hamburger.is-active .hamburger-inner::before,
.site-header.fixed .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.mobile-nav > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #092c4c;
}
.mobile-nav .menu {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.mobile-nav .menu-item {
  width: 100%;
  display: block;
  transform: scaleY(0);
}
.mobile-nav .menu-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.mobile-nav .menu-item a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
}
.mobile-nav.is-active {
  display: block;
}
.mobile-nav.is-active .menu-item:nth-of-type(1) {
  animation: fadeOut 0.3s linear forwards;
}
.mobile-nav.is-active .menu-item:nth-of-type(2) {
  animation: fadeOut 0.3s linear 0.1s forwards;
}
.mobile-nav.is-active .menu-item:nth-of-type(3) {
  animation: fadeOut 0.3s linear 0.2s forwards;
}
.mobile-nav.is-active .menu-item:nth-of-type(4) {
  animation: fadeOut 0.3s linear 0.3s forwards;
}
.mobile-nav.is-active .menu-item:nth-of-type(5) {
  animation: fadeOut 0.3s linear 0.4s forwards;
}
.achievments {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.achievments__item {
  width: 50px;
  position: absolute;
  top: 55%;
}
.achievments__item:nth-of-type(1) {
  left: calc(50% - 300px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(1) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(2) {
  left: calc(50% - 200px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(2) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(3) {
  left: calc(50% - 100px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(3) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(4) {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(4) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(5) {
  left: calc(50% + 100px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(5) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(6) {
  left: calc(50% + 200px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(6) {
    transform: translateX(0);
  }
}
.achievments__item:nth-of-type(7) {
  left: calc(50% + 300px);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .achievments__item:nth-of-type(7) {
    transform: translateX(0);
  }
}
.achievments .achievment {
  text-align: center;
  color: #fff;
}
.achievments .achievment__image {
  width: 50px;
  height: 50px;
}
.achievments .achievment__image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.achievments .achievment__title {
  opacity: 0;
  height: 0;
}
.achievments .achievment__description {
  opacity: 0;
  height: 0;
}
.section--hero.animated .achievments {
  width: 100%;
}
.section--hero.animated .achievments__item:nth-of-type(1) {
  top: 25%;
  left: 0;
  width: auto;
  transform: translateX(0);
  transition: all 0.5s linear 0.4s;
}
.section--hero.animated .achievments__item:nth-of-type(1) .achievment__image {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  transition: all 0.5s linear 0.9s;
}
.section--hero.animated
  .achievments__item:nth-of-type(1)
  .achievment__image
  img {
  width: auto;
  height: 100%;
}
.section--hero.animated .achievments__item:nth-of-type(1) .achievment__title {
  transition: all 0.5s linear 0.9s;
}
.section--hero.animated
  .achievments__item:nth-of-type(1)
  .achievment__description {
  transition: all 0.5s linear 0.9s;
}
.section--hero.animated .achievments__item:nth-of-type(2) {
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  transition: all 0.5s linear 0.6s;
  z-index: 99;
}
.section--hero.animated .achievments__item:nth-of-type(2) .achievment__image {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  transition: all 0.5s linear 1.1s;
}
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__image
  img {
  width: auto;
  height: 100%;
}
.section--hero.animated .achievments__item:nth-of-type(2) .achievment__title {
  transition: all 0.5s linear 1.1s;
  cursor: pointer;
}
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__title:hover
  .achievment__note,
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__title:focus
  .achievment__note {
  left: 100%;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.section--hero.animated .achievments__item:nth-of-type(2) .achievment__note {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 50rem;
  background-color: white;
  color: #4c4c4c;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35), 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s linear;
}
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__note
  blockquote
  p {
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  font-size: 1.4rem;
  line-height: 1.3;
}
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__note
  blockquote
  cite {
  font-style: normal;
  display: block;
  text-align: center;
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  font-size: 1.3rem;
}
.section--hero.animated
  .achievments__item:nth-of-type(2)
  .achievment__description {
  transition: all 0.5s linear 1.1s;
}
.section--hero.animated .achievments__item:nth-of-type(3) {
  top: 25%;
  left: calc(100% - 30%);
  width: 30%;
  transition: all 0.5s linear 0.8s;
  transform: translateX(0);
}
.section--hero.animated .achievments__item:nth-of-type(3) .achievment__image {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  transition: all 0.5s linear 1.3s;
}
.section--hero.animated
  .achievments__item:nth-of-type(3)
  .achievment__image
  img {
  width: auto;
  height: 100%;
}
.section--hero.animated .achievments__item:nth-of-type(3) .achievment__title {
  transition: all 0.5s linear 1.3s;
}
.section--hero.animated
  .achievments__item:nth-of-type(3)
  .achievment__description {
  transition: all 0.5s linear 1.3s;
}
.section--hero.animated .achievments__item:nth-of-type(4) {
  top: 60%;
  left: 0;
  width: 21.25%;
  transform: translateX(0);
  transition: all 0.5s linear 1s;
}
.section--hero.animated .achievments__item:nth-of-type(4) .achievment__image {
  transition: all 0.5s linear 1.5s;
}
.section--hero.animated .achievments__item:nth-of-type(4) .achievment__title {
  transition: height, opacity 0.5s linear 1.5s;
}
.section--hero.animated
  .achievments__item:nth-of-type(4)
  .achievment__description {
  transition: height, opacity 0.5s linear 1.5s;
}
.section--hero.animated .achievments__item:nth-of-type(5) {
  top: 60%;
  left: calc(21.25% + 5%);
  width: 21.25%;
  transform: translateX(0);
  transition: all 0.5s linear 1.2s;
}
.section--hero.animated .achievments__item:nth-of-type(5) .achievment__image {
  transition: all 0.5s linear 1.7s;
}
.section--hero.animated .achievments__item:nth-of-type(5) .achievment__title {
  transition: height, opacity 0.5s linear 1.7s;
}
.section--hero.animated
  .achievments__item:nth-of-type(5)
  .achievment__description {
  transition: height, opacity 0.5s linear 1.7s;
}
.section--hero.animated .achievments__item:nth-of-type(6) {
  top: 60%;
  left: 52.5%;
  width: 21.25%;
  transform: translateX(0);
  transition: all 0.5s linear 1.4s;
}
.section--hero.animated .achievments__item:nth-of-type(6) .achievment__image {
  transition: all 0.5s linear 1.9s;
}
.section--hero.animated .achievments__item:nth-of-type(6) .achievment__title {
  transition: height, opacity 0.5s linear 1.9s;
}
.section--hero.animated
  .achievments__item:nth-of-type(6)
  .achievment__description {
  transition: height, opacity 0.5s linear 1.9s;
}
.section--hero.animated .achievments__item:nth-of-type(7) {
  top: 60%;
  left: calc(100% - 21.25%);
  width: 21.25%;
  transform: translateX(0);
  transition: all 0.5s linear 1.6s;
}
.section--hero.animated .achievments__item:nth-of-type(7) .achievment__image {
  transition: all 0.5s linear 2.1s;
}
.section--hero.animated .achievments__item:nth-of-type(7) .achievment__title {
  transition: height, opacity 0.5s linear 2.1s;
}
.section--hero.animated
  .achievments__item:nth-of-type(7)
  .achievment__description {
  transition: height, opacity 0.5s linear 2.1s;
}
.section--hero.animated .achievments .achievment .asterisk {
  font-family: "YesevaOne-Regular";
  font-size: 1.8rem;
  vertical-align: text-top;
}
.section--hero.animated .achievments .achievment .uah {
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  line-height: 1;
}
.section--hero.animated
  .achievments
  .achievment:nth-of-type(1)
  .achievment__title,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(2)
  .achievment__title,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(3)
  .achievment__title {
  opacity: 1;
  height: auto;
  font-family: "BebasNeueBold";
  font-size: 6.4rem;
  line-height: 1;
}
.section--hero.animated
  .achievments
  .achievment:nth-of-type(1)
  .achievment__description,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(2)
  .achievment__description,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(3)
  .achievment__description {
  opacity: 1;
  height: auto;
  opacity: 0.65;
  filter: alpha(opacity=65);
  line-height: 1.3;
}
.section--hero.animated
  .achievments
  .achievment:nth-of-type(4)
  .achievment__image,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(5)
  .achievment__image,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(6)
  .achievment__image,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(7)
  .achievment__image {
  float: left;
}
.section--hero.animated
  .achievments
  .achievment:nth-of-type(4)
  .achievment__title,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(5)
  .achievment__title,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(6)
  .achievment__title,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(7)
  .achievment__title {
  opacity: 1;
  height: auto;
  font-family: "BebasNeueBold";
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
  margin-left: 74px;
}
.section--hero.animated
  .achievments
  .achievment:nth-of-type(4)
  .achievment__description,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(5)
  .achievment__description,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(6)
  .achievment__description,
.section--hero.animated
  .achievments
  .achievment:nth-of-type(7)
  .achievment__description {
  opacity: 1;
  height: auto;
  opacity: 0.65;
  filter: alpha(opacity=65);
  line-height: 1.3;
  text-align: left;
  margin-left: 74px;
}
@media (max-width: 800px) {
  .achievments {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: max-content;
    grid-gap: 3rem 2rem;
  }
  .achievments__item {
    position: static;
  }
  .achievments__item:last-of-type {
    grid-column: span 2;
  }
  .achievments .achievment {
    width: 100%;
  }
  .achievments .achievment__image {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .achievments .achievment__title {
    opacity: 1;
    height: auto;
    font-family: "BebasNeueBold";
    font-size: 5rem;
    line-height: 1;
  }
  .achievments .achievment__title .achievment__note {
    display: none;
  }
  .achievments .achievment__title .asterisk {
    font-family: "YesevaOne-Regular";
    font-size: 1.8rem;
    vertical-align: text-top;
  }
  .achievments .achievment__title .uah {
    font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
    line-height: 1;
  }
  .achievments .achievment__description {
    opacity: 1;
    height: auto;
  }
  .achievments .achievment__description br {
    display: none;
  }
}
@media (max-width: 640px) {
  .achievments {
    grid-template-columns: 1fr;
  }
  .achievments__item:last-of-type {
    grid-column: span 1;
  }
  .achievments .achievment {
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-column-gap: 2rem;
  }
  .achievments .achievment__image {
    grid-row: span 2;
    align-self: center;
    justify-self: center;
  }
  .achievments .achievment__title {
    text-align: left;
    font-size: 3rem;
  }
  .achievments .achievment__description {
    grid-column: 2;
    text-align: left;
  }
}
.tabs--horizontal .tabs__caption {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  flex-flow: row nowrap;
}
@media (max-width: 640px) {
  .tabs--horizontal .tabs__caption {
    justify-content: center;
  }
}
.tabs--horizontal .tabs__caption li {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 1.2rem;
  position: relative;
  margin-right: 3rem;
}
.tabs--horizontal .tabs__caption li::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2093ff;
}
.tabs--horizontal .tabs__caption li.active {
  color: #2093ff;
}
.tabs--horizontal .tabs__caption li.active::after {
  width: 100%;
}
.tabs--horizontal .tabs__content {
  flex-flow: row nowrap;
  padding-top: 4.8rem;
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(1) {
  flex: 1;
  padding-right: 4.5rem;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 800px) {
  .tabs--horizontal .tabs__content .content-block:nth-of-type(1) {
    padding-right: 0;
  }
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(1) ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(1) ul li {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
  position: relative;
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(1) ul li img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  margin-right: 2.4rem;
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(1) .btn {
  margin: 0 auto;
  margin-top: auto;
}
@media (max-width: 800px) {
  .tabs--horizontal .tabs__content .content-block:nth-of-type(1) .btn {
    margin-top: 2rem;
  }
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(2) {
  width: 450px;
  height: 470px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35), 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .tabs--horizontal .tabs__content .content-block:nth-of-type(2) {
    flex: 1;
    width: auto;
    height: 270px;
  }
}
@media (max-width: 800px) {
  .tabs--horizontal .tabs__content .content-block:nth-of-type(2) {
    display: none;
  }
}
.tabs--horizontal .tabs__content .content-block:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs--vertical {
  display: flex;
  flex-flow: row nowrap;
  min-height: 370px;
}
@media (max-width: 640px) {
  .tabs--vertical {
    display: none;
  }
}
.tabs--vertical .tabs__caption {
  width: 20%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  margin-right: 100px;
}
@media (max-width: 1024px) {
  .tabs--vertical .tabs__caption {
    width: 25%;
    margin-right: 0;
  }
}
.tabs--vertical .tabs__caption li {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 1.2rem;
  position: relative;
}
.tabs--vertical .tabs__caption li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 8px;
  height: 8px;
  border-top: 4px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
}
.tabs--vertical .tabs__caption li.active {
  color: #2093ff;
  margin-left: 2rem;
}
.tabs--vertical .tabs__caption li.active::before {
  border-left-color: #2093ff;
}
.tabs--vertical .tabs__content {
  width: 40%;
}
@media (max-width: 1024px) {
  .tabs--vertical .tabs__content {
    width: 60%;
    margin-left: auto;
  }
}
.tabs--vertical .tabs__content p {
  margin: 0;
  padding-top: 1.2rem;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  color: #2093ff;
}
.tabs__content {
  display: none;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.tabs__content.active {
  display: flex;
}
.accordion {
  display: none;
}
@media (max-width: 640px) {
  .accordion {
    display: block;
    width: 100%;
  }
}
.accordion .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion .list__item {
  width: 100%;
  padding: 0;
  text-align: left;
  align-self: flex-end;
}
.accordion .list__item.active .list__title {
  margin-left: 2rem;
  color: #2093ff;
  opacity: 1;
}
.accordion .list__item.active .list__title::before {
  border-left-color: #2093ff;
}
.accordion .list__item.active .list__content {
  height: auto;
  opacity: 1;
}
.accordion .list__title {
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 1.2rem;
  margin: 0;
  position: relative;
  transition: all 0.3s linear;
}
.accordion .list__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 8px;
  height: 8px;
  border-top: 4px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
}
.accordion .list__title br {
  display: none;
}
.accordion .list__content {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
  padding: 0;
  width: 100%;
  position: static;
  height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: all 0.3s linear;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="submit"].send {
  position: absolute;
  top: 155px;
  right: 15px;
  width: 2.4rem;
  height: 2.4rem;
  color: transparent;
  border: none;
  background: url("images/svg/button-send-dark-rest.svg") center center
    no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 640px) {
  input[type="submit"].send {
    top: 135px;
  }
}
input[type="submit"].search-submit {
  position: absolute;
  color: transparent;
  border: none;
  background: url("images/svg/search.svg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
input[type="submit"].modal-send {
  width: 100%;
  max-height: 100%;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 1.2rem 1.9rem 1.2rem;
  border: none;
  color: #4c4c4c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
}
input[type="text"].grey-bg,
input[type="email"].grey-bg,
input[type="url"].grey-bg,
input[type="password"].grey-bg,
input[type="search"].grey-bg,
input[type="number"].grey-bg,
input[type="tel"].grey-bg,
input[type="range"].grey-bg,
input[type="date"].grey-bg,
input[type="month"].grey-bg,
input[type="week"].grey-bg,
input[type="time"].grey-bg,
input[type="datetime"].grey-bg,
input[type="datetime-local"].grey-bg,
input[type="color"].grey-bg,
textarea.grey-bg {
  background-color: #f3f3f3;
  color: #4c4c4c;
}
input[type="search"].search-field {
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 1.2rem 1.9rem 1.2rem;
  border: none;
}
input[type="search"].search-field::-webkit-input-placeholder {
  color: #6f6f6f;
  font-family: "PTSans-Italic", "PT_Sans-Web-Bold";
}
input[type="search"].search-field::-moz-placeholder {
  color: #6f6f6f;
  font-family: "PTSans-Italic", "PT_Sans-Web-Bold";
}
input[type="search"].search-field:-ms-input-placeholder {
  color: #6f6f6f;
  font-family: "PTSans-Italic", "PT_Sans-Web-Bold";
}
input[type="search"].search-field:-moz-placeholder {
  color: #6f6f6f;
  font-family: "PTSans-Italic", "PT_Sans-Web-Bold";
}
.wpcf7-textarea {
  height: 100%;
  resize: none;
  font-family: "PTSans-Regular", "PT_Sans-Web-Regular";
  font-size: 1.3rem;
  line-height: 1.8;
}
.footer-form {
  margin-bottom: 3.6rem;
}
.footer-form form {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.footer-form form.sent .input-block {
  opacity: 0;
}
.footer-form form .input-block {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 640px) {
  .footer-form form .input-block {
    width: 100%;
  }
}
.footer-form form .input-block:nth-of-type(2) {
  padding-right: 1.2rem;
}
.footer-form form .input-block:nth-of-type(2) .input-field {
  margin-bottom: 2.4rem;
}
.footer-form form .input-block:nth-of-type(2) .input-field:nth-of-type(3) {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .footer-form form .input-block:nth-of-type(2) .input-field:nth-of-type(3) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 640px) {
  .footer-form form .input-block:nth-of-type(2) {
    padding-right: 0;
  }
}
.footer-form form .input-block:nth-of-type(3) {
  padding-left: 1.2rem;
}
@media (max-width: 640px) {
  .footer-form form .input-block:nth-of-type(3) {
    padding-left: 0;
  }
}
.footer-form form .input-block .input-field {
  width: 100%;
  position: relative;
}
.footer-form form span.wpcf7-not-valid-tip {
  position: absolute;
}
.footer-form form div.wpcf7-validation-errors {
  border: none;
  width: 100%;
  text-align: center;
}
.footer-form form div.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-image: url("images/svg/mail-checked.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 10rem;
  padding-top: 10rem;
}
.footer-form form span.ajax-loader {
  position: absolute;
  top: 16rem;
  right: 4rem;
}
@media (max-width: 640px) {
  .footer-form form span.ajax-loader {
    top: 14rem;
  }
}
.footer-form form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}
form.search-form {
  position: relative;
  min-width: 324px;
}
@media (max-width: 640px) {
  form.search-form {
    min-width: auto;
  }
}
.form-contact {
  margin-bottom: 5rem;
}
.form-contact form {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.form-contact form.sent .input-block {
  opacity: 0;
}
.form-contact form .input-block {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 640px) {
  .form-contact form .input-block {
    width: 100%;
  }
}
.form-contact form .input-block:nth-of-type(2) {
  padding-right: 1.2rem;
}
.form-contact form .input-block:nth-of-type(2) .input-field {
  margin-bottom: 2.4rem;
}
.form-contact form .input-block:nth-of-type(2) .input-field:nth-of-type(3) {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .form-contact form .input-block:nth-of-type(2) .input-field:nth-of-type(3) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 640px) {
  .form-contact form .input-block:nth-of-type(2) {
    padding-right: 0;
  }
}
.form-contact form .input-block:nth-of-type(3) {
  padding-left: 1.2rem;
}
@media (max-width: 640px) {
  .form-contact form .input-block:nth-of-type(3) {
    padding-left: 0;
  }
}
.form-contact form .input-block:nth-of-type(4) {
  margin-top: 2.4rem;
  margin-left: auto;
  padding-left: 1.2rem;
}
@media (max-width: 640px) {
  .form-contact form .input-block:nth-of-type(4) {
    padding-left: 0;
  }
}
.form-contact form .input-block:nth-of-type(4) .input-field {
  width: 48%;
}
.form-contact form .input-block:nth-of-type(4) .input-field:nth-of-type(1) {
  margin-right: auto;
}
.form-contact form .input-block:nth-of-type(4) .input-field .input-field--file {
  width: 100%;
  padding: 1.2rem 0.2rem 1rem;
}
.form-contact
  form
  .input-block:nth-of-type(4)
  .input-field
  .input-field--file
  .wpcf7-not-valid-tip {
  top: 200%;
}
.form-contact
  form
  .input-block:nth-of-type(4)
  .input-field
  input[type="submit"] {
  width: 100%;
  box-shadow: 0 0 0 1px #7396b7;
}
.form-contact form .input-block .input-field {
  width: 100%;
  position: relative;
}
.form-contact form span.wpcf7-not-valid-tip {
  position: absolute;
}
.form-contact form div.wpcf7-validation-errors {
  border: none;
  width: 100%;
  text-align: center;
  margin: 2rem 0 0 0;
  padding: 0;
}
.form-contact form span.ajax-loader {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
  z-index: 999;
}
.form-contact form div.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-image: url("images/svg/mail-checked.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 10rem;
  padding-top: 10rem;
}
.form-contact form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f3f3f3 !important;
}
.modal form {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.modal form.sent .input-field {
  opacity: 0;
}
.modal form .input-field {
  width: 100%;
  margin-bottom: 2.4rem;
  position: relative;
}
.modal form .input-field:nth-of-type(4),
.modal form .input-field:nth-of-type(5) {
  width: 50%;
}
.modal form .input-field:nth-of-type(4) {
  padding-right: 1.2rem;
}
@media (max-width: 640px) {
  .modal form .input-field:nth-of-type(4) {
    width: 100%;
    padding-right: 0;
  }
}
.modal form .input-field:nth-of-type(5) {
  padding-left: 1.2rem;
}
@media (max-width: 640px) {
  .modal form .input-field:nth-of-type(5) {
    width: 100%;
    padding-left: 0;
  }
}
.modal form span.wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
}
.modal form .wpcf7-validation-errors {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.modal form div.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-image: url("images/svg/mail-checked.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 10rem;
  padding-top: 10rem;
}
.modal form span.ajax-loader {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
  z-index: 999;
}
.modal form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f3f3f3 !important;
}
.modal {
  width: 52rem;
  padding: 5rem 4.8rem 4.8rem 4.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 640px) {
  .modal {
    width: 90%;
    padding: 4rem 1rem 2rem;
  }
}
.modal__close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #979797;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__close:hover::after,
.modal__close:hover::before,
.modal__close:focus::after,
.modal__close:focus::before {
  background-color: #595959;
}
.modal__close:active::after,
.modal__close:active::before {
  background-color: #979797;
}
.modal__title {
  font-family: "YesevaOne-Regular";
  font-size: 2.4rem;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.modal__description {
  margin-bottom: 1.7rem;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  cursor: pointer;
}
.lang__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.lang__list li {
  padding: 0 1rem;
}
.lang__list li a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4rem;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
}
.lang__list li a:hover {
  color: #2093ff;
}
.lang__list li.current a {
  color: #2093ff;
}
.btn {
  display: inline-block;
  width: 240px;
  padding: 1.6rem 2rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-family: "PTSans-CaptionBold", "PT_Sans-Caption-Web-Bold";
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}
.btn--m {
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 1.2rem 2rem 1rem;
}
.btn--s {
  width: 180px;
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 2rem 1.2rem;
}
@media (max-width: 800px) {
  .btn--s {
    width: auto;
  }
}
.btn--blue {
  position: relative;
  color: #fff;
  background-image: radial-gradient(circle at 50% 3%, #51a4f5, #035c9f);
  transition: background-image 0.3s linear;
  z-index: 1;
}
.btn--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 3%, #4bc8ff, #035c9f);
  border-radius: 4px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.btn--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 3%, #4194e4, #0f5197);
  border-radius: 4px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.btn--blue:hover::before,
.btn--blue:focus::before {
  opacity: 1;
}
.btn--blue:active::after {
  opacity: 1;
}
.btn--grey {
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  background-color: #fff;
}
.btn--grey:hover,
.btn--grey:focus {
  border: solid 1px #c0c0c0;
  color: #c0c0c0;
}
.btn--grey:active {
  border: solid 1px #808080;
  color: #808080;
}
.btn--white {
  border: solid 1px #979797;
  color: #3c3c3c;
  background-color: #fff;
}
.btn--white:hover,
.btn--white:focus {
  color: #595959;
}
.btn--white:active {
  background-color: #e9e9e9;
  color: #191919;
}
.btn--outline-white {
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #fff;
}
.btn--outline-white:hover,
.btn--outline-white:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.btn--outline-white:active {
  border: solid 1px #999999;
  color: #999999;
  background-color: transparent;
}
.icon {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
}
.soc-icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}
.soc-icon:active {
  fill: #b0b0b0;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.3333333333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.6666666667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.2857142857%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.1111111111%;
}
.gallery-caption {
  display: block;
}
.map {
  margin-top: 8rem;
}
/*# sourceMappingURL=style.css.map */
