/*
@font-face {
	font-family: Drugs;
	src: url('../fonts/DrugsRegularTypeface.otf')
}

@font-face {
	font-family: DrugsB;
	src: url('../fonts/DrugsBoldTypeface.otf')
}
 */
@font-face {
  font-family: "Drugs";
  font-display: swap;
  src: url("../fonts/DrugsRegularTypeface.woff") format("woff"), url("../fonts/DrugsRegularTypeface.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DrugsB";
  font-display: swap;
  src: url("../fonts/DrugsBoldTypeface.woff") format("woff"), url("../fonts/DrugsBoldTypeface.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html,
body {
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Drugs;
  background: -o-linear-gradient(132deg, #1e382d 0%, #054535 100%);
  background: linear-gradient(318deg, #1e382d 0%, #054535 100%);
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body.loaded .logo {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body.loaded footer {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body.loaded .homep .text h1 {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
body.loaded .homep .text a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
body.loaded .header-block__langs {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body.loaded .mainsection__nav > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.holder {
  width: 100%;
  padding: 0 15px;
  max-width: 1240px;
  margin: 0 auto;
}
h1,
h2 {
  display: block;
  font-size: 50px;
  font-family: 'DrugsB', "SF Pro Rounded", Arial;
  color: #fff;
  margin-bottom: 18px;
  line-height: 67px;
}
input.error {
  border-color: #E4818B !important;
}
label.error {
  margin-top: 0;
  font-family: 'Drugs', "SF Pro Rounded", Arial;
  color: #E4818B;
  font-size: 11px;
  line-height: 15px;
  margin-top: -15px;
  display: block;
  margin-bottom: 10px;
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  min-width: 130px;
  height: 50px;
  border: 2px solid #C09B60;
  border-radius: 20px 0 20px 0;
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover {
  cursor: pointer !important;
  background: #C09B60;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .holder {
  position: relative;
}
header .logo {
  width: 128px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
}
header .logo svg {
  width: 100%;
  height: auto;
}
.anim-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.anim-img > img {
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.anim-img[data-id="-1"] > img {
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}
.anim-img[data-id="-1"] > .img {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1920px;
}
.anim-img[data-id="-1"] > .img svg .svg-0-1 {
  stroke-dashoffset: 533.39373779px;
  stroke-dasharray: 533.39373779px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-2 {
  stroke-dashoffset: 1370.92907715px;
  stroke-dasharray: 1370.92907715px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-3 {
  stroke-dashoffset: 1103.28833008px;
  stroke-dasharray: 1103.28833008px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-4 {
  stroke-dashoffset: 94.43238068px;
  stroke-dasharray: 94.43238068px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-5 {
  stroke-dashoffset: 3164.22412109px;
  stroke-dasharray: 3164.22412109px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-6 {
  stroke-dashoffset: 1988.42004395px;
  stroke-dasharray: 1988.42004395px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"] > .img svg .svg-0-7 {
  stroke-dashoffset: 4062.55126953px;
  stroke-dasharray: 4062.55126953px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="-1"].active > img {
  -webkit-transition: all 0.6s ease 5s;
  -o-transition: all 0.6s ease 5s;
  transition: all 0.6s ease 5s;
  opacity: 1;
}
.anim-img[data-id="-1"].active .img svg .svg-0-1 {
  stroke-dashoffset: 1066.78747559px;
  -webkit-transition: stroke-dashoffset 3s linear 0.5s;
  -o-transition: stroke-dashoffset 3s linear 0.5s;
  transition: stroke-dashoffset 3s linear 0.5s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-2 {
  stroke-dashoffset: 2741.8581543px;
  -webkit-transition: stroke-dashoffset 3s linear 0.72s;
  -o-transition: stroke-dashoffset 3s linear 0.72s;
  transition: stroke-dashoffset 3s linear 0.72s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-3 {
  stroke-dashoffset: 2206.57666016px;
  -webkit-transition: stroke-dashoffset 3s linear 0.94s;
  -o-transition: stroke-dashoffset 3s linear 0.94s;
  transition: stroke-dashoffset 3s linear 0.94s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-4 {
  stroke-dashoffset: 188.86476135px;
  -webkit-transition: stroke-dashoffset 3s linear 1.16s;
  -o-transition: stroke-dashoffset 3s linear 1.16s;
  transition: stroke-dashoffset 3s linear 1.16s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-5 {
  stroke-dashoffset: 6328.44824219px;
  -webkit-transition: stroke-dashoffset 3s linear 1.38s;
  -o-transition: stroke-dashoffset 3s linear 1.38s;
  transition: stroke-dashoffset 3s linear 1.38s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-6 {
  stroke-dashoffset: 3976.84008789px;
  -webkit-transition: stroke-dashoffset 3s linear 1.6s;
  -o-transition: stroke-dashoffset 3s linear 1.6s;
  transition: stroke-dashoffset 3s linear 1.6s;
}
.anim-img[data-id="-1"].active .img svg .svg-0-7 {
  stroke-dashoffset: 8125.10253906px;
  -webkit-transition: stroke-dashoffset 3s linear 1.82s;
  -o-transition: stroke-dashoffset 3s linear 1.82s;
  transition: stroke-dashoffset 3s linear 1.82s;
}
.anim-img[data-id="-1"] .ic_slider_box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  width: 300px;
  height: 211px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45.5%, -63%) scale(0.5, 0.5) skew(20deg, -20deg);
      -ms-transform: translate(-45.5%, -63%) scale(0.5, 0.5) skew(20deg, -20deg);
          transform: translate(-45.5%, -63%) scale(0.5, 0.5) skew(20deg, -20deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.anim-img[data-id="-1"] .ic_slider_box .ic_slider {
  width: 100%;
  height: 100%;
}
.anim-img[data-id="-1"] .ic_slider_box .ic_slider .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anim-img[data-id="-1"] .ic_slider_box .ic_slider .slide .img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 70%;
}
.anim-img[data-id="-1"] .ic_slider_box .ic_slider .slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: auto;
  height: 80%;
}
.anim-img[data-id="0"] > img {
  top: 1.5%;
  -webkit-transform: translateX(-26%);
      -ms-transform: translateX(-26%);
          transform: translateX(-26%);
}
.anim-img[data-id="0"] > .img {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1920px;
}
.anim-img[data-id="0"] > .img svg .svg-1-1 {
  stroke-dashoffset: 4743.37402344px;
  stroke-dasharray: 4743.37402344px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-2 {
  stroke-dashoffset: 332.52893066px;
  stroke-dasharray: 332.52893066px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-3 {
  stroke-dashoffset: 242.47731018px;
  stroke-dasharray: 242.47731018px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-4 {
  stroke-dashoffset: 21.13657761px;
  stroke-dasharray: 21.13657761px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-5 {
  stroke-dashoffset: 1089.42529297px;
  stroke-dasharray: 1089.42529297px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-6 {
  stroke-dashoffset: 785.53564453px;
  stroke-dasharray: 785.53564453px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-7 {
  stroke-dashoffset: 3063.22241211px;
  stroke-dasharray: 3063.22241211px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"] > .img svg .svg-1-8 {
  stroke-dashoffset: 1997.48547363px;
  stroke-dasharray: 1997.48547363px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="0"].active > img {
  -webkit-transition: all 0.6s ease 5s;
  -o-transition: all 0.6s ease 5s;
  transition: all 0.6s ease 5s;
  opacity: 1;
}
.anim-img[data-id="0"].active .img svg .svg-1-1 {
  stroke-dashoffset: 9486.74804688px;
  -webkit-transition: stroke-dashoffset 3s linear 0.5s;
  -o-transition: stroke-dashoffset 3s linear 0.5s;
  transition: stroke-dashoffset 3s linear 0.5s;
}
.anim-img[data-id="0"].active .img svg .svg-1-2 {
  stroke-dashoffset: 665.05786133px;
  -webkit-transition: stroke-dashoffset 3s linear 0.72s;
  -o-transition: stroke-dashoffset 3s linear 0.72s;
  transition: stroke-dashoffset 3s linear 0.72s;
}
.anim-img[data-id="0"].active .img svg .svg-1-3 {
  stroke-dashoffset: 484.95462036px;
  -webkit-transition: stroke-dashoffset 3s linear 0.94s;
  -o-transition: stroke-dashoffset 3s linear 0.94s;
  transition: stroke-dashoffset 3s linear 0.94s;
}
.anim-img[data-id="0"].active .img svg .svg-1-4 {
  stroke-dashoffset: 42.27315521px;
  -webkit-transition: stroke-dashoffset 3s linear 1.16s;
  -o-transition: stroke-dashoffset 3s linear 1.16s;
  transition: stroke-dashoffset 3s linear 1.16s;
}
.anim-img[data-id="0"].active .img svg .svg-1-5 {
  stroke-dashoffset: 2178.85058594px;
  -webkit-transition: stroke-dashoffset 3s linear 1.38s;
  -o-transition: stroke-dashoffset 3s linear 1.38s;
  transition: stroke-dashoffset 3s linear 1.38s;
}
.anim-img[data-id="0"].active .img svg .svg-1-6 {
  stroke-dashoffset: 1571.07128906px;
  -webkit-transition: stroke-dashoffset 3s linear 1.6s;
  -o-transition: stroke-dashoffset 3s linear 1.6s;
  transition: stroke-dashoffset 3s linear 1.6s;
}
.anim-img[data-id="0"].active .img svg .svg-1-7 {
  stroke-dashoffset: 6126.44482422px;
  -webkit-transition: stroke-dashoffset 3s linear 1.82s;
  -o-transition: stroke-dashoffset 3s linear 1.82s;
  transition: stroke-dashoffset 3s linear 1.82s;
}
.anim-img[data-id="0"].active .img svg .svg-1-8 {
  stroke-dashoffset: 3994.97094727px;
  -webkit-transition: stroke-dashoffset 3s linear 2.04s;
  -o-transition: stroke-dashoffset 3s linear 2.04s;
  transition: stroke-dashoffset 3s linear 2.04s;
}
.anim-img[data-id="1"] > img {
  top: -3.5%;
  -webkit-transform: translateX(-30.8%);
      -ms-transform: translateX(-30.8%);
          transform: translateX(-30.8%);
}
.anim-img[data-id="1"] > .img {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1920px;
}
.anim-img[data-id="1"] > .img svg .svg-2-1 {
  stroke-dashoffset: 2202.16992188px;
  stroke-dasharray: 2202.16992188px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="1"] > .img svg .svg-2-2 {
  stroke-dashoffset: 8135.49511719px;
  stroke-dasharray: 8135.49511719px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="1"].active > img {
  -webkit-transition: all 0.6s ease 4s;
  -o-transition: all 0.6s ease 4s;
  transition: all 0.6s ease 4s;
  opacity: 1;
}
.anim-img[data-id="1"].active .img svg .svg-2-1 {
  stroke-dashoffset: 4404.33984375px;
  -webkit-transition: stroke-dashoffset 3s linear 0.5s;
  -o-transition: stroke-dashoffset 3s linear 0.5s;
  transition: stroke-dashoffset 3s linear 0.5s;
}
.anim-img[data-id="1"].active .img svg .svg-2-2 {
  stroke-dashoffset: 16270.99023438px;
  -webkit-transition: stroke-dashoffset 3s linear 0.72s;
  -o-transition: stroke-dashoffset 3s linear 0.72s;
  transition: stroke-dashoffset 3s linear 0.72s;
}
.anim-img[data-id="1"] .ic_slider_box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  width: 300px;
  height: 211px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-14.5%, -75%);
      -ms-transform: translate(-14.5%, -75%);
          transform: translate(-14.5%, -75%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.anim-img[data-id="1"] .ic_slider_box .next,
.anim-img[data-id="1"] .ic_slider_box .prev {
  cursor: pointer;
}
.anim-img[data-id="1"] .ic_slider_box .ic_slider {
  width: 70%;
}
.anim-img[data-id="1"] .ic_slider_box .ic_slider .slide .img {
  width: 100%;
  margin-bottom: 5px;
}
.anim-img[data-id="1"] .ic_slider_box .ic_slider .slide .img img {
  margin: 0 auto;
}
.anim-img[data-id="1"] .ic_slider_box .ic_slider .slide p {
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.anim-img[data-id="2"] > img {
  top: 0.8%;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}
.anim-img[data-id="2"] > .img {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1920px;
  -webkit-transform: translateY(154px);
      -ms-transform: translateY(154px);
          transform: translateY(154px);
}
.anim-img[data-id="2"] > .img svg .svg-3-1 {
  stroke-dashoffset: 4610.41503906px;
  stroke-dasharray: 4610.41503906px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="2"] > .img svg .svg-3-2 {
  stroke-dashoffset: 2380.67651367px;
  stroke-dasharray: 2380.67651367px;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  -o-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}
.anim-img[data-id="2"].active {
  z-index: 5;
}
.anim-img[data-id="2"].active > img {
  -webkit-transition: all 0.6s ease 4s;
  -o-transition: all 0.6s ease 4s;
  transition: all 0.6s ease 4s;
  opacity: 1;
}
.anim-img[data-id="2"].active .img svg .svg-3-1 {
  stroke-dashoffset: 9220.83007813px;
  -webkit-transition: stroke-dashoffset 3s linear 0.5s;
  -o-transition: stroke-dashoffset 3s linear 0.5s;
  transition: stroke-dashoffset 3s linear 0.5s;
}
.anim-img[data-id="2"].active .img svg .svg-3-2 {
  stroke-dashoffset: 4761.35302734px;
  -webkit-transition: stroke-dashoffset 3s linear 0.72s;
  -o-transition: stroke-dashoffset 3s linear 0.72s;
  transition: stroke-dashoffset 3s linear 0.72s;
}
.anim-img form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 276px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-3%, -36%);
      -ms-transform: translate(-3%, -36%);
          transform: translate(-3%, -36%);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.anim-img form h4 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 27px;
  color: #fff;
  margin-bottom: 25px;
}
.anim-img form input {
  -webkit-appearance: none;
  border: 2px solid #C09B60;
  border-radius: 15px 0 15px 0;
  width: 100%;
  height: 50px;
  padding: 0 26px;
  background: #063325;
  font-size: 19px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Drugs", Roboto, "SF Pro Text", Arial;
}
.anim-img form input::-webkit-input-placeholder {
  opacity: 0.5;
}
.anim-img form input::-moz-placeholder {
  opacity: 0.5;
}
.anim-img form input:-ms-input-placeholder {
  opacity: 0.5;
}
.anim-img form input::-ms-input-placeholder {
  opacity: 0.5;
}
.anim-img form input::placeholder {
  opacity: 0.5;
}
.anim-img form input:focus {
  border-color: #fff;
}
.anim-img form textarea {
  -webkit-appearance: none;
  border: 2px solid #C09B60;
  border-radius: 15px 0 15px 0;
  width: 100%;
  padding: 26px;
  height: 147px;
  resize: none;
  background: #063325;
  font-size: 19px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Drugs", Roboto, "SF Pro Text", Arial;
}
.anim-img form textarea:focus {
  border-color: #fff;
}
.anim-img form textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.anim-img form textarea::-moz-placeholder {
  opacity: 0.5;
}
.anim-img form textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.anim-img form textarea::-ms-input-placeholder {
  opacity: 0.5;
}
.anim-img form textarea::placeholder {
  opacity: 0.5;
}
.anim-img form button {
  width: 168px;
  height: 50px;
  background: none;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  font-family: "Drugs", Roboto, "SF Pro Text", Arial;
}
.anim-img form button:hover {
  background: #C09B60;
  color: #fff;
}
.anim-img.active {
  z-index: 4;
}
.anim-img.active .ic_slider_box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.6s ease 4s;
  -o-transition: all 0.6s ease 4s;
  transition: all 0.6s ease 4s;
}
.anim-img.active form {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.6s ease 4s;
  -o-transition: all 0.6s ease 4s;
  transition: all 0.6s ease 4s;
}
.mainsection {
  min-height: 100vh;
  width: 100%;
  max-width: 1240px;
  position: relative;
  margin: auto;
}
.mainsection > .bg {
  position: absolute;
  z-index: 0;
  top: -155px;
  left: 30%;
  pointer-events: none;
}
.mainsection > .anim-light {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: 0 0;
          perspective-origin: 0 0;
}
.mainsection > .anim-light > div {
  position: absolute;
  opacity: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 155, 96, 0.05)), color-stop(50%, rgba(192, 155, 96, 0.03)), color-stop(70%, rgba(192, 155, 96, 0.002)), to(rgba(192, 155, 96, 0)));
  background: -o-linear-gradient(top, rgba(192, 155, 96, 0.05) 0%, rgba(192, 155, 96, 0.03) 50%, rgba(192, 155, 96, 0.002) 70%, rgba(192, 155, 96, 0) 100%);
  background: linear-gradient(180deg, rgba(192, 155, 96, 0.05) 0%, rgba(192, 155, 96, 0.03) 50%, rgba(192, 155, 96, 0.002) 70%, rgba(192, 155, 96, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainsection > .anim-light > div:nth-child(1) {
  top: -7%;
  left: 45%;
  width: 320px;
  -webkit-transform: translateX(-55%) rotateX(30deg);
          transform: translateX(-55%) rotateX(30deg);
  -webkit-animation: light-anim 10s infinite linear 0.3s;
          animation: light-anim 10s infinite linear 0.3s;
}
.mainsection > .anim-light > div:nth-child(2) {
  top: -9%;
  left: 55%;
  width: 360px;
  -webkit-transform: translateX(-38%) rotateX(35deg);
          transform: translateX(-38%) rotateX(35deg);
  -webkit-animation: light-anim 17s infinite linear 3s;
          animation: light-anim 17s infinite linear 3s;
}
.mainsection__info {
  position: absolute;
  width: 40%;
  left: 20px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.mainsection__info_one {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mainsection__info_one.homep .text h1 {
  -webkit-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.mainsection__info_one.homep .text a {
  -webkit-transition: all 0.4s ease 0.6s;
  -o-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.mainsection__info_one .box {
  display: none;
  position: relative;
  width: 100%;
  height: inherit;
}
.mainsection__info_one .text {
  width: 100%;
  max-width: 511px;
}
.mainsection__info_one .text h1 {
  pointer-events: none;
}
.mainsection__info_one .text .contacts {
  margin-top: 40px;
}
.mainsection__info_one .text .contacts a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: 27px;
  color: #fff;
}
.mainsection__info_one .text .contacts a svg {
  margin-right: 10px;
}
.mainsection__info_one .text .contacts p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  color: #fff;
}
.mainsection__info_one .text .contacts p svg {
  margin-right: 10px;
}
.mainsection__info_one.active {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.notfound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notfound-block {
  text-align: center;
}
.notfound-block h2 {
  font-size: 128px;
  font-family: 'DrugsB', "SF Pro Rounded", Arial;
  line-height: 170px;
}
.notfound-block p {
  display: block;
  margin-bottom: 28px;
  color: #fff;
  font-size: 19px;
}
.light-anim 0%,
.light-anim 100% {
  -webkit-transform: translateX(-55%) rotateX(30deg);
          transform: translateX(-55%) rotateX(30deg);
  opacity: 0.2;
}
.light-anim 30%,
.light-anim 70% {
  opacity: 0.8;
}
.light-anim 98% {
  -webkit-transform: translateX(-25%) rotateX(38deg);
          transform: translateX(-25%) rotateX(38deg);
  opacity: 0.2;
}
.light-anim 99% {
  -webkit-transform: translateX(-35%) rotateX(32deg);
          transform: translateX(-35%) rotateX(32deg);
  opacity: 0;
}
@-webkit-keyframes light-anim {
  0%,
  100% {
    -webkit-transform: translateX(-55%) rotateX(30deg);
            transform: translateX(-55%) rotateX(30deg);
    opacity: 0.2;
  }
  30%,
  70% {
    opacity: 0.8;
  }
  98% {
    -webkit-transform: translateX(-25%) rotateX(38deg);
            transform: translateX(-25%) rotateX(38deg);
    opacity: 0.2;
  }
  99% {
    -webkit-transform: translateX(-35%) rotateX(32deg);
            transform: translateX(-35%) rotateX(32deg);
    opacity: 0;
  }
}
@keyframes light-anim {
  0%,
  100% {
    -webkit-transform: translateX(-55%) rotateX(30deg);
            transform: translateX(-55%) rotateX(30deg);
    opacity: 0.2;
  }
  30%,
  70% {
    opacity: 0.8;
  }
  98% {
    -webkit-transform: translateX(-25%) rotateX(38deg);
            transform: translateX(-25%) rotateX(38deg);
    opacity: 0.2;
  }
  99% {
    -webkit-transform: translateX(-35%) rotateX(32deg);
            transform: translateX(-35%) rotateX(32deg);
    opacity: 0;
  }
}
.mainsection__nav {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainsection__nav > span {
  cursor: pointer;
  margin-bottom: 53px;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
.mainsection__nav > span:nth-child(1) {
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.mainsection__nav > span:nth-child(2) {
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
}
.mainsection__nav > span:nth-child(3) {
  -webkit-transition: all 0.5s ease 0.9s;
  -o-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}
.mainsection__nav > span p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
}
.mainsection__nav > span svg {
  display: block;
  margin: 0 auto;
}
.mainsection__nav > span.active svg .str0,
.mainsection__nav > span.active svg .str1 {
  stroke: #fff;
}
.mainsection__nav > span:last-child {
  margin-bottom: 0;
}
.mainsection__nav > span:hover p {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mainsection__nav > span:hover svg .str0,
.mainsection__nav > span:hover svg .str1 {
  stroke: #fff;
}
.mainsection__nav > span svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-block__langs {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 87px;
  margin-left: 15px;
  padding: 13px 40px 13px 21px;
  border: 2px solid #C09B60;
  border-radius: 15px 0 15px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 50px;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.header-block__langs:hover {
  height: auto;
}
.header-block__langs:hover .header-block__langs__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-block__langs__arrow {
  position: absolute;
  top: 15px;
  right: 11px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-block__langs__arrow i {
  font-size: 16px;
  color: #C09B60;
}
.header-block__langs__box a {
  display: inline-block;
  font-family: 'DrugsB', "SF Pro Rounded", Arial;
  font-size: 19px;
  letter-spacing: 0;
  color: #C09B60;
  opacity: 1;
  margin-bottom: 18px;
}
.header-block__langs__box a:last-child {
  margin-bottom: 0;
}
.header-block__langs__box a:hover {
  color: #fff;
}
.modal-thanks {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-thanks.active {
  opacity: 1;
  visibility: visible;
}
.modal-thanks.active .modal-thanks__box {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-thanks.active .modal-thanks__box .img svg .svg-elem6-1 {
  stroke-dashoffset: 0!important;
}
.modal-thanks.active .modal-thanks__box .img svg .svg-elem6-2 {
  stroke-dashoffset: 0!important;
}
.modal-thanks__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.modal-thanks__box {
  width: 100%;
  max-width: 480px;
  min-height: 304px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #ffffff;
  border-bottom: 4px solid #C09B60;
  border-radius: 20px 0 20px 0;
}
.modal-thanks__box .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}
.modal-thanks__box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-thanks__box .img svg .svg-elem6-1 {
  stroke-dashoffset: 712px;
  stroke-dasharray: 712px;
  -webkit-transition: stroke-dashoffset 1s linear 0s;
  -o-transition: stroke-dashoffset 1s linear 0s;
  transition: stroke-dashoffset 1s linear 0s;
}
.modal-thanks__box .img svg .svg-elem6-2 {
  stroke-dashoffset: 699.74310303px;
  stroke-dasharray: 699.74310303px;
  -webkit-transition: stroke-dashoffset 1s linear 0.12s;
  -o-transition: stroke-dashoffset 1s linear 0.12s;
  transition: stroke-dashoffset 1s linear 0.12s;
}
.modal-thanks__box p {
  display: block;
  text-align: center;
  margin-top: 17px;
  font-size: 27px;
  color: #C09B60;
  font-family: 'Drugs', "SF Pro Rounded", Arial;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 870px;
  height: 190px;
  -webkit-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  transition: all 0.7s ease 0.6s;
  z-index: 999;
  -webkit-transform: translateY(100%) translateX(60%);
      -ms-transform: translateY(100%) translateX(60%);
          transform: translateY(100%) translateX(60%);
}
footer > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
footer .holder {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
footer .holder .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}
footer .holder .info p {
  margin-left: 14px;
}
/***************************************************
 * Generated by SVG Artista on 10/6/2020, 11:52:37 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 533.39373779px;
    stroke-dasharray: 533.39373779px;
  }
  100% {
    stroke-dashoffset: 2066.78747559px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 533.39373779px;
    stroke-dasharray: 533.39373779px;
  }
  100% {
    stroke-dashoffset: 2066.78747559px;
  }
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1370.92907715px;
    stroke-dasharray: 1370.92907715px;
  }
  100% {
    stroke-dashoffset: 3741.8581543px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1370.92907715px;
    stroke-dasharray: 1370.92907715px;
  }
  100% {
    stroke-dashoffset: 3741.8581543px;
  }
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1103.28833008px;
    stroke-dasharray: 1103.28833008px;
  }
  100% {
    stroke-dashoffset: 3206.57666016px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1103.28833008px;
    stroke-dasharray: 1103.28833008px;
  }
  100% {
    stroke-dashoffset: 3206.57666016px;
  }
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 94.43238068px;
    stroke-dasharray: 94.43238068px;
  }
  100% {
    stroke-dashoffset: 888.86476135px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 94.43238068px;
    stroke-dasharray: 94.43238068px;
  }
  100% {
    stroke-dashoffset: 888.86476135px;
  }
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 3164.22412109px;
    stroke-dasharray: 3164.22412109px;
  }
  100% {
    stroke-dashoffset: 7328.44824219px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 3164.22412109px;
    stroke-dasharray: 3164.22412109px;
  }
  100% {
    stroke-dashoffset: 7328.44824219px;
  }
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1988.42004395px;
    stroke-dasharray: 1988.42004395px;
  }
  100% {
    stroke-dashoffset: 6976.84008789px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1988.42004395px;
    stroke-dasharray: 1988.42004395px;
  }
  100% {
    stroke-dashoffset: 6976.84008789px;
  }
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 6062.55126953px;
    stroke-dasharray: 6062.55126953px;
  }
  100% {
    stroke-dashoffset: 9125.10253906px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 6062.55126953px;
    stroke-dasharray: 6062.55126953px;
  }
  100% {
    stroke-dashoffset: 9125.10253906px;
  }
}
/***************************************************
 * Generated by SVG Artista on 10/6/2020, 12:03:33 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/***************************************************
 * Generated by SVG Artista on 10/6/2020, 12:23:43 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1-1 {
  0% {
    stroke-dashoffset: 4743.37402344px;
    stroke-dasharray: 4743.37402344px;
  }
  100% {
    stroke-dashoffset: 9486.74804688px;
  }
}
@keyframes animate-svg-stroke-1-1 {
  0% {
    stroke-dashoffset: 4743.37402344px;
    stroke-dasharray: 4743.37402344px;
  }
  100% {
    stroke-dashoffset: 9486.74804688px;
  }
}
@-webkit-keyframes animate-svg-stroke-2-1 {
  0% {
    stroke-dashoffset: 332.52893066px;
    stroke-dasharray: 332.52893066px;
  }
  100% {
    stroke-dashoffset: 665.05786133px;
  }
}
@keyframes animate-svg-stroke-2-1 {
  0% {
    stroke-dashoffset: 332.52893066px;
    stroke-dasharray: 332.52893066px;
  }
  100% {
    stroke-dashoffset: 665.05786133px;
  }
}
@-webkit-keyframes animate-svg-stroke-3-1 {
  0% {
    stroke-dashoffset: 242.47731018px;
    stroke-dasharray: 242.47731018px;
  }
  100% {
    stroke-dashoffset: 484.95462036px;
  }
}
@keyframes animate-svg-stroke-3-1 {
  0% {
    stroke-dashoffset: 242.47731018px;
    stroke-dasharray: 242.47731018px;
  }
  100% {
    stroke-dashoffset: 484.95462036px;
  }
}
@-webkit-keyframes animate-svg-stroke-4-1 {
  0% {
    stroke-dashoffset: 21.13657761px;
    stroke-dasharray: 21.13657761px;
  }
  100% {
    stroke-dashoffset: 42.27315521px;
  }
}
@keyframes animate-svg-stroke-4-1 {
  0% {
    stroke-dashoffset: 21.13657761px;
    stroke-dasharray: 21.13657761px;
  }
  100% {
    stroke-dashoffset: 42.27315521px;
  }
}
@-webkit-keyframes animate-svg-stroke-5-1 {
  0% {
    stroke-dashoffset: 1089.42529297px;
    stroke-dasharray: 1089.42529297px;
  }
  100% {
    stroke-dashoffset: 2178.85058594px;
  }
}
@keyframes animate-svg-stroke-5-1 {
  0% {
    stroke-dashoffset: 1089.42529297px;
    stroke-dasharray: 1089.42529297px;
  }
  100% {
    stroke-dashoffset: 2178.85058594px;
  }
}
@-webkit-keyframes animate-svg-stroke-6-1 {
  0% {
    stroke-dashoffset: 785.53564453px;
    stroke-dasharray: 785.53564453px;
  }
  100% {
    stroke-dashoffset: 1571.07128906px;
  }
}
@keyframes animate-svg-stroke-6-1 {
  0% {
    stroke-dashoffset: 785.53564453px;
    stroke-dasharray: 785.53564453px;
  }
  100% {
    stroke-dashoffset: 1571.07128906px;
  }
}
@-webkit-keyframes animate-svg-stroke-7-1 {
  0% {
    stroke-dashoffset: 3063.22241211px;
    stroke-dasharray: 3063.22241211px;
  }
  100% {
    stroke-dashoffset: 6126.44482422px;
  }
}
@keyframes animate-svg-stroke-7-1 {
  0% {
    stroke-dashoffset: 3063.22241211px;
    stroke-dasharray: 3063.22241211px;
  }
  100% {
    stroke-dashoffset: 6126.44482422px;
  }
}
@-webkit-keyframes animate-svg-stroke-8-1 {
  0% {
    stroke-dashoffset: 1997.48547363px;
    stroke-dasharray: 1997.48547363px;
  }
  100% {
    stroke-dashoffset: 3994.97094727px;
  }
}
@keyframes animate-svg-stroke-8-1 {
  0% {
    stroke-dashoffset: 1997.48547363px;
    stroke-dasharray: 1997.48547363px;
  }
  100% {
    stroke-dashoffset: 3994.97094727px;
  }
}
/***************************************************
 * Generated by SVG Artista on 10/6/2020, 1:04:38 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1-2 {
  0% {
    stroke-dashoffset: 2202.16992188px;
    stroke-dasharray: 2202.16992188px;
  }
  100% {
    stroke-dashoffset: 4404.33984375px;
  }
}
@keyframes animate-svg-stroke-1-2 {
  0% {
    stroke-dashoffset: 2202.16992188px;
    stroke-dasharray: 2202.16992188px;
  }
  100% {
    stroke-dashoffset: 4404.33984375px;
  }
}
@-webkit-keyframes animate-svg-stroke-2-2 {
  0% {
    stroke-dashoffset: 8135.49511719px;
    stroke-dasharray: 8135.49511719px;
  }
  100% {
    stroke-dashoffset: 16270.99023438px;
  }
}
@keyframes animate-svg-stroke-2-2 {
  0% {
    stroke-dashoffset: 8135.49511719px;
    stroke-dasharray: 8135.49511719px;
  }
  100% {
    stroke-dashoffset: 16270.99023438px;
  }
}
/***************************************************
 * Generated by SVG Artista on 10/6/2020, 1:47:58 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1-3 {
  0% {
    stroke-dashoffset: 4610.41503906px;
    stroke-dasharray: 4610.41503906px;
  }
  100% {
    stroke-dashoffset: 9220.83007813px;
  }
}
@keyframes animate-svg-stroke-1-3 {
  0% {
    stroke-dashoffset: 4610.41503906px;
    stroke-dasharray: 4610.41503906px;
  }
  100% {
    stroke-dashoffset: 9220.83007813px;
  }
}
@-webkit-keyframes animate-svg-stroke-2-3 {
  0% {
    stroke-dashoffset: 2380.67651367px;
    stroke-dasharray: 2380.67651367px;
  }
  100% {
    stroke-dashoffset: 4761.35302734px;
  }
}
@keyframes animate-svg-stroke-2-3 {
  0% {
    stroke-dashoffset: 2380.67651367px;
    stroke-dasharray: 2380.67651367px;
  }
  100% {
    stroke-dashoffset: 4761.35302734px;
  }
}
@media only screen and (max-height: 570px), only screen and (max-device-height: 570px) {
  -webkit-transform: translate(-3%, -20%);
      -ms-transform: translate(-3%, -20%);
          transform: translate(-3%, -20%);
}
@media only screen and (max-height: 610px), only screen and (max-device-height: 610px) {
  body.loaded .mainsection__nav > span {
    margin-bottom: 20px;
  }
  header .logo {
    width: 90px;
  }
  footer > svg {
    -webkit-transform: translate(30px, 50px);
        -ms-transform: translate(30px, 50px);
            transform: translate(30px, 50px);
  }
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  .wrapper header .header-block__langs {
    right: auto;
    left: 82px;
    top: 9px;
  }
  .wrapper header .logo {
    width: 90px;
  }
  .wrapper header .logo a {
    display: block;
  }
  .wrapper header .logo a svg {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .mainsection .mainsection__info {
    width: 100%;
    max-width: 100%;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .mainsection .mainsection__info_one {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    max-width: 640px;
    top: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 0 20px;
    margin: auto;
  }
  .mainsection .mainsection__info h1,
  .mainsection .mainsection__info h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    margin: auto auto 20px auto;
  }
  .mainsection .anim-img {
    -webkit-transform: translate(-60%, -40%) scale(0.8);
        -ms-transform: translate(-60%, -40%) scale(0.8);
            transform: translate(-60%, -40%) scale(0.8);
  }
  .mainsection__nav {
    right: 5px;
    top: 8px;
    z-index: 999;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mainsection__nav > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .mainsection__nav > span:hover {
    -webkit-transition: margin-top 0.2s ease-in-out 0s;
    -o-transition: margin-top 0.2s ease-in-out 0s;
    transition: margin-top 0.2s ease-in-out 0s;
  }
  .mainsection__nav > span svg {
    width: 50px !important;
    height: 50px !important;
  }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  body.loaded .mainsection__nav > span {
    margin-left: 0;
  }
  body.loaded .mainsection__nav > span svg {
    width: 40px;
    height: 40px;
  }
  .header-block__langs {
    width: 65px;
    height: 40px;
    padding: 10px;
    left: 70px!important;
    top: 13px!important;
    margin-left: 10px;
  }
  .header-block__langs__box a {
    font-size: 15px;
  }
  .header-block__langs__arrow {
    top: 11px;
    right: 8px;
  }
  footer {
    pointer-events: none;
  }
  footer > svg {
    display: none;
  }
  footer .holder {
    padding-bottom: 6px;
  }
  footer .holder .info {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  footer .holder .info p {
    font-size: 10px;
    color: #fff;
  }
  .anim-img[data-id="-1"] {
    -webkit-transform: translate(-55%, -48%) scale(0.5) !important;
        -ms-transform: translate(-55%, -48%) scale(0.5) !important;
            transform: translate(-55%, -48%) scale(0.5) !important;
  }
  .anim-img[data-id="0"] {
    -webkit-transform: translate(-55%, -48%) scale(0.55) !important;
        -ms-transform: translate(-55%, -48%) scale(0.55) !important;
            transform: translate(-55%, -48%) scale(0.55) !important;
  }
  .anim-img[data-id="1"] {
    -webkit-transform: translate(-53%, -48%) scale(0.55) !important;
        -ms-transform: translate(-53%, -48%) scale(0.55) !important;
            transform: translate(-53%, -48%) scale(0.55) !important;
  }
  .anim-img[data-id="2"] {
    -webkit-transform: translate(-55.5%, -48%) scale(0.55) !important;
        -ms-transform: translate(-55.5%, -48%) scale(0.55) !important;
            transform: translate(-55.5%, -48%) scale(0.55) !important;
  }
  .mainsection__info_one {
    height: 66vh;
    padding: 0!important;
    min-width: 288px!important;
    width: 288px!important;
    pointer-events: none;
  }
  .mainsection__info_one .text {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
  }
  .mainsection__info_one .text h1,
  .mainsection__info_one .text h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0!important;
  }
  .mainsection__info_one .text .btn {
    width: 172px;
    height: 40px;
    font-size: 15px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    pointer-events: all;
  }
  .mainsection__info_one .text .contacts {
    margin-bottom: auto;
    margin-top: 10px;
  }
  .mainsection__info_one .text .contacts a {
    font-size: 17px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainsection__info_one .text .contacts p {
    font-size: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 425px), only screen and (max-device-width: 425px) {
  .mainsection__nav > span p {
    display: none;
  }
  .wrapper header .logo {
    width: 55px!important;
  }
}
