﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
html,
body,
div,
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;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: #fff0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
  border-radius: 3px;
  object-fit: cover;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[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;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --accentcolor: #dfa02d;
  --darkcolor: #1b1b1b;
  --lightcolor: #fafafa;
  --lightgray: #f8f8fa;
  --darkgray: #888888;
  --gray: #cecece;
  --errorcolor: #cc0d0d;
  --basefontfamily: "NotoSans", Arial, sans-serif;
  --titlefontfamily: "Cormorant", Tahoma, sans-serif;
  --fontsize: 16px;
  --lineheight: 1.4;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --vert-padding: 60px;
  --hor-padding: 15px;
  --headingbottom: 40px;
  --sectiongap: 40px;
  --linefromleft: -218px;
}
@media (min-width: 767px) {
  :root {
    --vert-padding: 70px;
    --hor-padding: 20px;
    --linefromleft: -348px;
  }
}
@media (min-width: 1199px) {
  :root {
    --vert-padding: 80px;
    --hor-padding: 80px;
  }
}
@media (min-width: 1599px) {
  :root {
    --hor-padding: 0;
    --hor-padding: 100px;
    --headingbottom: 60px;
    --fontsize: 18px;
  }
}
@font-face {
  font-family: "Cormorant";
  src:
    local("Cormorant-Regular"),
    url(../../../../themes/crown/css/Cormorant-Regular.woff2) format("woff2"),
    url(../../../../themes/crown/css/Cormorant-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src:
    local("NotoSans-Light"),
    url(../../../../themes/crown/css/NotoSans-Light.woff2) format("woff2"),
    url(../../../../themes/crown/css/NotoSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
::-webkit-scrollbar {
  width: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--basefontfamily);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--darkcolor);
  min-width: 360px;
  position: relative;
  overflow-x: hidden;
  font-weight: 300;
}
.wrap--boxed {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding-left: var(--hor-padding);
  padding-right: var(--hor-padding);
}
picture {
  font-size: 0 !important;
}
.parallax-container {
  overflow: hidden;
  position: relative;
}
.parallax-item {
  background: #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.parallax-item .parallax-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
}
.img.parallax-item {
  background-color: #fff0;
  position: relative;
}
@media (max-width: 990px) {
  .img.parallax-item {
    transform: translate(0) !important;
  }
}
.title-h1 {
  color: #fff;
  font-family: var(--titlefontfamily);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.title-h1 small {
  font-size: 32px;
}
.descriptor-2 {
  font-family: var(--basefontfamily);
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.subtitle-1,
.subtitle-2 {
  font-family: var(--basefontfamily);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.subtitle-1 {
  font-family: var(--basefontfamily);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .descriptor-2 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .title-h1 {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
  .title-h1 small {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
  .subtitle-1 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 1199px) {
  .title-h1 {
    font-size: 64px;
    letter-spacing: 3.2px;
  }
  .title-h1 small {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
}
@media (min-width: 1599px) {
  .subtitle-2 {
    font-size: 18px;
  }
  .descriptor-2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.ui-btnbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  position: relative;
}
.ui-btnbox--btn {
  display: flex;
  border: 1px solid;
  border-radius: 50px;
  height: 40px;
  flex: 0 0 220px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1.3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ui-btnbox--btn > svg {
  width: 16px;
  height: 16px;
}
.ui-btnbox--icons {
  display: flex;
  gap: 15px;
}
.ui-btnbox--icon {
  transition: opacity 0.3s ease;
}
.ui-btnbox--icon > svg {
  width: 40px;
  height: 40px;
}
.ui-btnbox--icon > span {
  display: none;
}
.ui-btnbox.has--leftline .ui-btnbox--btn:after,
.ui-btnbox.has--rightline .ui-btnbox--btn:after {
  content: "";
  height: 0;
  border-bottom: 1px solid;
  width: 2000px;
  position: absolute;
  transition: transform 0.5s ease;
  transform: translateX(-200%);
  right: 0;
}
.ui-btnbox--btn.clear {
  border: none;
  font-size: 14px;
  flex: 0 0 170px;
  min-height: 36px;
  letter-spacing: 0 !important;
}
.ui-btnbox--btn.clear svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 767px) {
  .ui-btnbox--btn {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.1px;
    flex: 0 0 350px;
    gap: 15px;
    min-height: 48px;
  }
  .ui-btnbox,
  .ui-btnbox--icons {
    gap: 20px;
  }
  .ui-btnbox--icon > svg {
    height: 46px;
    width: 46px;
  }
}
@media (min-width: 1199px) {
  .ui-btn.ui-btnbox--btn:not(.clear):hover {
    background-color: rgb(0 0 0 / 0.7);
  }
}
@media (min-width: 1599px) {
  .ui-btnbox--btn.clear {
    font-size: 16px;
    flex: 0 0 190px;
  }
  .ui-btnbox--btn.clear svg {
    width: 16px;
    height: 16px;
  }
  .ui-btnbox--btn {
    min-height: 60px;
  }
  .ui-btnbox--icon > svg {
    height: 56px;
    width: 56px;
  }
  .ui-btnbox {
    justify-content: flex-start;
  }
}
.hero {
  padding: 0;
  padding-bottom: var(--vert-padding);
  overflow: hidden;
  background: var(--darkcolor);
  color: #fff;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--vert-padding);
}
.hero .hero_text,
.hero .from-top {
  -moz-animation: from-top 0.5s linear both;
  -webkit-animation: from-top 0.5s linear both;
  animation: from-top 0.5s linear both;
}
.hero .title-h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #e5e5e5;
}
.hero .title-h1 small {
  display: block;
  -moz-animation: from-bottom 0.2s linear both;
  -webkit-animation: from-bottom 0.2s linear both;
  animation: from-bottom 0.2s linear both;
}
.hero .ui-btnbox {
  padding-right: var(--hor-padding);
}
.hero .descriptor-2,
.hero .subtitle-1 {
  color: #cecece;
}
.hero_tezis {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 380px;
  margin: 0 0 0 auto;
}
.hero_tezis-item {
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1px;
  flex: 0 0 auto;
}
.hero_tezis-item:last-child {
  display: none;
}
.hero_tezis-item > span {
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0;
}
.hero_tezis-item strong {
  margin: 0 auto;
  color: var(--accentcolor);
  font-family: var(--titlefontfamily);
  font-size: 48px;
  font-weight: 400;
  line-height: 70%;
  padding: 0 0;
  display: inline-block;
}
.hero_tezis-item strong i {
  font-family: var(--basefontfamily);
  font-size: 15px;
  line-height: 1;
}
.hero_tezis hr {
  display: none;
}
.hero.has-animation .parallax-item img {


}
.hero.has-animation.add-animation .parallax-item img {
  transform: scale(1);
}
@media (min-width: 400px) {
  .hero .subtitle-1 .br {
    display: block;
  }
}
@media (min-width: 560px) {
  .hero_tezis {
    gap: 20px;
    max-width: 600px;
  }
  .hero_tezis-item:last-child {
    display: block;
  }
}
@media (min-width: 767px) {
  .hero {
    min-height: 100vh;
  }
  .hero .title-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero .subtitle-1 {
    margin-left: 78px;
  }
  .hero .ui-btnbox {
    justify-content: flex-start;
    padding-left: calc(78px + var(--hor-padding));
  }
  .hero_tezis {
    justify-content: space-between;
    max-width: none;
    margin-left: 78px;
    width: auto;
  }
  .hero_tezis hr {
    height: 50px;
    width: 0;
    display: block;
    border: none;
    border-left: 1px solid;
    margin: auto auto 0;
  }
  .hero_tezis-item {
    font-size: 15px;
  }
  .hero_tezis-item > span > strong {
    font-size: 48px;
  }
}
@media (min-width: 1199px) {
  .hero_text.wrap--boxed {
    padding-left: 415px;
  }
  .hero .ui-btnbox {
    padding-left: calc(415px + var(--hor-padding));
  }
  .hero_tezis {
    margin-left: 415px;
  }
  .hero_tezis-item > span > strong {
    font-size: 56px;
    margin: 10px;
  }
}
@media (min-width: 1599px) {
  .hero_text.wrap--boxed {
    padding-left: 480px;
  }
  .hero .title-h1 {
    font-size: 76px;
  }
  .hero .title-h1 small {
    font-size: 64px;
  }
  .hero .descriptor-2 {
    font-size: 16px;
  }
  .hero .subtitle-1 {
    letter-spacing: 4px;
    margin-left: 140px;
  }
  .hero .ui-btnbox {
    padding-left: 620px;
    max-width: 1600px;
    margin: auto;
    width: 100%;
  }
  .hero_tezis {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-left: 620px;
  }
  .hero_tezis-item,
  .hero_tezis-item > span {
    font-size: 18px;
    color: #cecece;
  }
}
.topbar {
  min-width: 100%;
}
.topbar .wrap--boxed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.logo-text {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  width: 80px;
}
.logo::after {
  content: "";
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: var(--hor-padding);
  right: var(--hor-padding);
  opacity: 0.4;
  top: 95px;
  -moz-animation: line 0.6s linear both;
  -webkit-animation: line 0.6s linear both;
  animation: line 0.6s linear both;
  max-width: calc(100% - 2 * var(--hor-padding));
}
@media (min-width: 767px) {
  .hero .topbar .logo {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1199px) {
  .topbar .wrap--boxed {
    padding-top: 35px;
  }
  .hero .topbar .logo img {
    width: 120px;
    height: auto;
  }
  .hero .topbar .logo-text {
    font-size: 14px;
    width: 100%;
  }
  .logo::after {
    display: none;
  }
}
.topbar__menu,
.topbar__btns {
  display: none;
}
.topbar__btn--menu {
  display: flex;
  width: 36px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.topbar__btn--menu span {
  height: 1px;
  background: #fff;
  width: 28px;
  transition:
    opacity ease 0.3s,
    transform ease 0.3s;
}
.topbar__btn--menu span:nth-child(2) {
  margin: 9px 0;
}
.topbar.fixed {
  position: fixed;
  background-color: var(--darkcolor);
  z-index: 9;
  transform: translateY(-100px);
  transition:
    transform 0.3s ease,
    opacity 0 ease;
  opacity: 0;
}
.topbar.fixed.visible {
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}
.topbar.fixed.transition {
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}
.hero:not(.is-toggle) .topbar.fixed .logo::after {
  display: none;
}
.hero:not(.is-toggle) .topbar.fixed .wrap--boxed {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero .topbar .ui-btnbox--btn.clear {
  display: none;
}
@media (min-width: 767px) {
  .topbar__btn--menu {
    order: -1;
    margin-right: 20px;
    align-items: flex-start;
  }
  .hero .topbar .ui-btnbox--btn.clear {
    display: flex;
  }
}
@media (min-width: 1199px) {
  .hero:not(.is-toggle) .topbar:not(.fixed) {
    opacity: 0.8;
  }
  .hero:not(.is-toggle) .topbar__btn--menu {
    display: none;
  }
  .topbar__menu {
    display: flex;
    justify-content: space-between;
  }
  .topbar__menu-ul {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    gap: 60px;
    margin-right: 60px;
    letter-spacing: 1px;
  }
  nav.topbar__menu:after {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid rgb(255 255 255 / 0.4);
    bottom: 35px;
    opacity: 0.4;
    -moz-animation: from-right 2s linear both;
    -webkit-animation: from-right 2s linear both;
    animation: from-right 2s linear both;
  }
  .topbar__submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 30px 0 20px !important;
    font-size: 13px;
    display: flex;
    gap: 40px;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .topbar__menu-item.has-submenu:hover > .topbar__submenu,
  .topbar__submenu:hover {
    opacity: 1;
    visibility: visible;
  }
  .fixed .topbar__submenu {
    background: var(--darkcolor);
    flex-direction: column;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: -20px;
  }
}
@media (min-width: 1599px) {
  .topbar__menu-ul {
    gap: 83px;
    margin-right: 83px;
  }
  .topbar__submenu {
    font-style: 16px;
  }
}
@-moz-keyframes from-top {
  from {
    -moz-transform: translateY(-30%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes from-top {
  from {
    -webkit-transform: translateY(-30%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes from-top {
  from {
    -moz-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes from-bottom {
  from {
    -moz-transform: translateY(30%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes from-bottom {
  from {
    -webkit-transform: translateY(30%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes from-bottomt {
  from {
    -moz-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes line-from-left {
  from {
    -moz-transform: translateX(-200%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(var(--linefromleft));
    opacity: 1;
  }
}
@-webkit-keyframes line-from-left {
  from {
    -webkit-transform: translateX(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(var(--linefromleft));
    opacity: 1;
  }
}
@keyframes line-from-left {
  from {
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(var(--linefromleft));
    -webkit-transform: translateX(var(--linefromleft));
    transform: translateX(var(--linefromleft));
    opacity: 1;
  }
}
@-moz-keyframes from-right {
  from {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes from-right {
  from {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes from-right {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@font-face {
  font-family: "NotoSans";
  src:
    local("NotoSans-Regular"),
    url(../../../../themes/crown/css/NotoSans-Regular.woff2) format("woff2"),
    url(../../../../themes/crown/css/NotoSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
::placeholder {
  color: var(--darkgray);
}
::selection {
  background-color: var(--darkcolor);
  color: #fff;
}
input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: var(--errorcolor);
}
input:required:valid,
textarea:required:valid {
  border-color: var(--gray);
}
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #fff;
}
@media (min-width: 1199px) {
  a:hover {
    opacity: 0.75;
  }
}
.color--accent {
  color: var(--accentcolor);
  fill: var(--accentcolor);
}
.only-sm-br {
  display: block;
}
@media (min-width: 767px) {
  .br {
    display: block;
  }
  .only-sm-br {
    display: inline;
  }
}
.ui-listreset {
  list-style: none;
  padding: 0;
}
.ui-btnbox.ui-btnbox--inrows {
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.ui-btnbox.ui-btnbox--inrows .ui-btnbox--btn {
  flex: 0 0 40px;
  width: 330px;
}
.ui-btnbox.ui-btnbox--inrows .ui-btnbox--icons {
  gap: 40px;
}
.ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span {
  display: block;
  border-bottom: 1px dashed #fff;
  padding-bottom: 2px;
}
.ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span i {
  display: none;
}
.ui-btnbox.dark .ui-btnbox--btn {
  border-color: var(--darkcolor);
  background-color: var(--darkcolor);
  color: #fff;
  --svgcolor: #fff;
}
.ui-btnbox.dark .ui-btnbox--btn::after {
  border-color: var(--darkcolor);
}
.ui-btnbox.dark .ui-btnbox--icon > span,
.ui-btnbox.dark .ui-btnbox--icon > svg {
  color: var(--darkcolor);
  --svgcolor: var(--darkcolor);
  border-color: var(--darkcolor);
}
.ui-btnbox.has--rightline .ui-btnbox--btn:after {
  left: 100%;
  right: auto;
  --linefromleft: calc(-1 * var(--linefromleft));
  transform: translateX(var(--linefromleft));
}
.has-animation.add-animation .ui-btnbox.has--rightline .ui-btnbox--btn:after {
  -moz-animation: from-right 1.5s linear both;
  -webkit-animation: from-right 1.5s linear both;
  animation: from-right 1.5s linear both;
}
@media (min-width: 767px) {
  .ui-btnbox.ui-btnbox--inrows {
    margin-left: 100px;
  }
  .ui-btnbox.ui-btnbox--inrows,
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--btn {
    width: 420px;
  }
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icons {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span {
    font-size: 14px;
  }
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span i {
    display: inline;
  }
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 990px) {
  .ui-btnbox.ui-btnbox--inrows {
    margin-left: 27%;
  }
}
@media (min-width: 1199px) {
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span {
    font-size: 16px;
  }
  .ui-btnbox.ui-btnbox--inrows,
  .ui-btnbox.ui-btnbox--inrows .ui-btnbox--btn {
    width: 480px;
  }
  .ui-btnbox.ui-btnbox--inrows {
    margin-left: 520px;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup__overlay {
  background: #000;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup__body {
  position: relative;
  padding: 60px 30px;
  background: #fff;
  margin: 0 10px;
  border-radius: 3px;
}
.popup__body .form {
  max-width: none;
  padding-left: 0;
}
.popup__body .form__title {
  margin-bottom: 10px;
}
.popup__body .form__subtitle {
  color: var(--darkgray);
  margin-bottom: 40px;
}
.popup__body .form__text {
  margin-bottom: 40px;
}
.popup__body .form__info {
  margin: 60px 0;
}
.popup__body .ui-btnbox--btn {
  border-color: var(--darkcolor);
  background-color: var(--darkcolor);
  color: #fff;
  --svgcolor: #fff;
  flex: 0 0 40px;
  max-width: 330px;
  width: 100%;
  margin-top: 20px;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: 48px;
}
@media (min-width: 767px) {
  .popup__body {
    padding: 80px 60px;
    width: 680px;
  }
  .popup__close {
    right: 16px;
    top: 16px;
  }
}
.hero.is-toggle .topbar {
  background: var(--darkcolor);
  position: fixed;
  z-index: 10;
  height: 100vh;
  min-height: 100vh !important;
  width: 100vw;
  top: 0;
  overflow-y: auto;
}
.hero.is-toggle .topbar .wrap--boxed {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  align-items: flex-start;
  gap: 40px;
}
.hero.is-toggle .topbar .logo {
  width: auto;
}
.hero.is-toggle .topbar__btn--menu {
  position: absolute;
  right: var(--hor-padding);
  top: 12px;
  height: 50px;
}
.hero.is-toggle .topbar__btn--menu span:first-child {
  background: #fff0;
  transform: rotate(45deg);
}
.hero.is-toggle .topbar__btn--menu span:nth-child(2) {
  transform: rotate(45deg);
  margin: 0;
}
.hero.is-toggle .topbar__btn--menu span:nth-child(3) {
  transform: rotate(-45deg);
}
.hero.is-toggle .topbar__btn--menu span {
  position: absolute;
  height: 1px;
}
.hero.is-toggle .topbar .topbar__btns {
  display: flex !important;
  margin: auto auto 80px;
  width: 100%;
  max-width: 320px;
}
.hero.is-toggle .topbar .logo {
  display: block;
}
.hero.is-toggle .topbar .ui-btnbox--btn.clear {
  display: none;
}
.topbar__menu-item {
  font-family: var(--basefontfamily);
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  cursor: pointer;
}
.topbar__menu-item .icon--arrow-down {
  transform: translate(5px, 1px);
}
.hero.is-toggle .topbar__menu {
  margin: auto auto 0;
  display: block !important;
  width: 330px;
  -moz-animation: from-top 0.24s linear both;
  -webkit-animation: from-top 0.24s linear both;
  animation: from-top 0.5s linear both;
}
.hero.is-toggle .topbar__menu-item:not(:last-child) {
  margin-bottom: 30px;
}
.hero.is-toggle .topbar__submenu {
  padding-left: 30px;
  margin-top: 15px;
}
.hero.is-toggle .topbar__submenu li:not(:last-child) {
  margin-bottom: 15px;
}
.topbar.fixed .topbar__menu::after {
  display: none;
}
@media (min-width: 767px) {
  .hero.is-toggle .topbar .logo {
    margin: 0 auto 0 56px;
  }
  .hero.is-toggle .topbar__btn--menu {
    left: var(--hor-padding);
    right: 0;
  }
  .hero.is-toggle .topbar .topbar__btns {
    max-width: 420px;
  }
  .hero.is-toggle .topbar__menu {
    width: 420px;
  }
}
@media (min-width: 1199px) {
  .topbar__menu-item span:hover,
  .ui-btnbox--btn.clear:hover {
    transition: opacity 0.3s ease;
    opacity: 0.75;
  }
  .topbar__menu-item {
    font-size: 14px;
  }
}
@media (min-width: 1599px) {
  .topbar__menu-item {
    font-size: 16px;
  }
}
.title-h2 {
  font-size: 36px;
  line-height: 100%;
  font-family: var(--titlefontfamily);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.title-3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-4 {
  font-family: var(--basefontfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 1199px) {
  .title-h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .title-3 {
    font-size: 26px;
  }
}
@media (min-width: 1599px) {
  .title-3 {
    font-size: 30px;
  }
}
.section {
  padding-top: var(--vert-padding);
  padding-bottom: var(--vert-padding);
}
.section--gray {
  background-color: var(--lightgray);
}
.section--dark {
  background-color: var(--darkcolor);
  color: #fff;
}
.section-imgbox {
  position: relative;
}
.section--2col {
  display: flex;
  flex-direction: column;
  gap: var(--sectiongap);
}
.section--heading {
  margin-bottom: 125px;
}
.section--heading .subtitle {
  color: var(--darkgray);
  letter-spacing: 1.2px;
}
.section-textbox--text p:not(:last-child) {
  margin-bottom: 20px;
}
.section-textbox--item {
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .section--2col {
    flex-direction: row;
    gap: 60px;
  }
  .section--2col .section-textbox {
    order: 1;
    flex: 0 0 50%;
    max-width: 640px;
  }
}
@media (min-width: 1199px) {
  .section--2col {
    gap: 80px;
  }
}
@media (min-width: 1599px) {
  .section--heading .subtitle {
    letter-spacing: 1.8px;
  }
}
.text-1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.about-section .title-h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 1.9px;
  position: relative;
  padding-right: 15px;
}
.about-section .title-h2:after {
  content: " –";
  font-family: var(--basefontfamily);
  position: absolute;
  padding-left: 5px;
  font-size: 80%;
}
.about1 img {
  width: 74%;
  height: auto;
}
.about2 {
  margin-top: -40%;
  display: block;
  text-align: right;
}
.about2 img {
  width: 38%;
  height: auto;
}
.about-section .section-imgbox {
  overflow: hidden;
}
.ready-section {
  overflow: hidden;
  position: relative;
  padding-bottom: calc(var(--vert-padding) + 15px);
}
.ready-section .section--heading {
  padding-left: 40px;
}
.ready-section .title-h2 {
  font-size: 26px;
  letter-spacing: 1.5px;
}
.img-insert-wrap {
  position: relative;
}
.img-insert {
  position: absolute;
  top: -70px;
  width: 50%;
  padding-left: var(--hor-padding);
}
.img-insert img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .about-section .title-h2 {
    font-size: 48px;
    line-height: 70%;
    letter-spacing: 2.4px;
  }
  .about-section .title-h2:after {
    padding-left: 20px;
  }
  .about-section .subtitle-1 {
    font-size: 22px;
    letter-spacing: 1.3px;
  }
  .about-section .text-1 {
    margin-left: 78px;
  }
  .ready-section .section--heading {
    padding-left: 100px;
  }
  .ready-section .title-h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .img-insert {
    top: -115px;
  }
}
@media (min-width: 990px) {
  .about-section .text-1 {
    margin-left: 0;
  }
  .ready-section .section--heading {
    padding-left: 27%;
  }
  .about-section .section-imgbox {
    flex: 1 0 40%;
    display: flex;
    flex-direction: column;
  }
  .about1 {
    margin: auto;
  }
  .about2 {
    margin-bottom: auto;
  }
  .about1 img {
    aspect-ratio: 600 / 400;
  }
  .about2 img {
    aspect-ratio: 300 / 390;
  }
  .img-insert {
    width: 15%;
    max-width: 150px;
    top: -165px;
    z-index: 1;
  }
}
@media (min-width: 1199px) {
  .img-insert {
    width: 205px;
    max-width: none;
  }
  .about1 {
    margin-left: 0;
  }
  .about-section .section--heading {
    margin-bottom: 80px;
  }
}
@media (min-width: 1599px) {
  .about-section .title-h2 {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
  .about-section .subtitle-1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .ready-section .title-h2 {
    font-size: 48px;
  }
  .about-section .section--heading {
    margin-bottom: 200px;
  }
  .about1 {
    margin: 0 0 0 -100px;
  }
  .about-section .section-imgbox {
    overflow: visible;
  }
  .about1 img {
    width: 600px;
  }
  .about2 img {
    width: 300px;
  }
  .img-insert {
    width: 250px;
    top: -195px;
  }
}
.line-section {
  padding: 5px 0;
}
.line-section .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.line-section .items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  min-width: 100%;
}
.line-section .item {
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.marquee {
  animation: scroll 30s linear infinite;
  --indentline: 20px;
}
.reverce {
  animation-direction: reverse;
}
@media (min-width: 767px) {
  .line-section {
    padding: 10px 0;
  }
}
@media (min-width: 1599px) {
  .line-section .item {
    font-size: 16px;
  }
  .line-section .items,
  .line-section .items-wrap {
    gap: 40px;
  }
  .marquee {
    --indentline: 40px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--indentline)));
  }
}
.section-task {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: item;
  padding-bottom: 20px;
}
.section-task .title-4 {
  flex: 0 0 100%;
}
.section-task--item {
  flex: 0 0 calc(50% - 10px);
  position: relative;
}
.section-task--item::before {
  position: absolute;
  top: 0;
  font-family: var(--titlefontfamily);
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}
.section-task:not(.title--in) .section-task--item,
.section-task.title--in .section-task--item:not(:first-child) {
  counter-increment: item;
  padding-top: 80px;
  position: relative;
}
.section-task:not(.title--in) .section-task--item::after,
.section-task.title--in .section-task--item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid;
}
.section-task:not(.title--in) .section-task--item::before,
.section-task.title--in .section-task--item:not(:first-child):before {
  content: counter(item);
}
.section-task.title--in .section-task--item:first-child {
  font-family: var(--basefontfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  #usluga1 .section-task--item,
  #usluga3 .section-task--item {
    flex: 0 0 calc(33% - 40px);
    position: relative;
  }
  #usluga2 .section-task.title--in .section-task--item:first-child {
    font-weight: 300;
  }
  #usluga2 .section-task--item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 1199px) {
  .section-task {
    gap: 20px 40px;
    justify-content: space-between;
  }
  .has-animation.add-animation
    .section-task:not(.title--in)
    .section-task--item::after,
  .has-animation.add-animation
    .section-task.title--in
    .section-task--item:not(:first-child)::after {
    padding-top: 64px;
  }
}
.uslugi-section {
  padding-top: calc(var(--vert-padding) + 15px);
  --svgcolor: var(--darkcolor);
}
.uslugi-section .section--heading {
  padding-left: var(--hor-padding);
  padding-right: var(--hor-padding);
}
.usluga1_1 {
  margin-right: calc(-1 * var(--hor-padding));
  display: block;
  text-align: right;
}
.usluga1_1 img {
  width: 54%;
  height: auto;
}
.usluga1_2 {
  left: 0;
  transform: translateY(-130%);
  position: absolute;
  width: 60%;
}
.usluga1_2 img {
  height: auto;
  width: 100%;
}
.uslugi-section--box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ul-check li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ul-check li:not(:last-child) {
  margin-bottom: 20px;
}
.icon--check {
  flex-shrink: 0;
}
.usluga1_1 .usluga-img100 {
  display: none;
}
#usluga1 {
  padding-bottom: var(--vert-padding);
}
#usluga2 {
  color: #fff;
  --svgcolor: #fff;
}
#usluga2 .ui-btnbox--btn {
  flex: 1 1 400px;
}
#usluga3 {
  padding-bottom: 0;
}
#usluga3 .section-imgbox {
  display: flex;
  align-items: center;
  gap: 15px;
  order: 1;
  margin-top: 20px;
}
#usluga3 .section-imgbox--img:first-child {
  flex: 0 0 36%;
}
#usluga3 .section-imgbox--img img {
  width: 100%;
  height: auto;
}
#usluga3 .section-imgbox--img:last-child {
  flex: 1;
}
@media (min-width: 767px) {
  .usluga1_2 {
    display: none;
  }
  #usluga1.uslugi-section--box {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
  #usluga1 .section-imgbox {
    flex: 0 0 208px;
    overflow: hidden;
    margin-left: calc(-1 * var(--hor-padding));
  }
  .usluga1_1 {
    height: 100%;
    overflow: hidden;
    text-align: right;
  }
  .usluga1_1 img {
    height: 100%;
    width: 100%;
    transform: translateX(-10%);
  }
  .usluga1_1 .usluga-img100 {
    display: block;
  }
  #usluga1 .section-textbox {
    flex: 1;
  }
  #usluga1 .section-task:not(.title--in) .section-task--item:first-child {
    flex: 0 0 100%;
  }
  #usluga1 .ui-btnbox {
    flex: 1;
  }
  #usluga2 .ui-btnbox--btn {
    flex: 0 0 350px;
  }
  #usluga2 .ui-btnbox {
    justify-content: flex-start;
  }
  .ul-check {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
  }
  .ul-check li {
    flex: 0 0 calc(50% - 20px);
    align-items: flex-start;
  }
  .uslugi-section .br {
    display: block;
  }
}
@media (min-width: 990px) {
  .uslugi-section .section--heading {
    padding-left: 27%;
  }
  #usluga1.uslugi-section--box,
  #usluga3 .uslugi-section--box.wrap--boxed {
    display: grid;
    grid-template-columns: 33% auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
  #usluga1 .section-imgbox,
  #usluga3 .section-imgbox {
    grid-area: 1 / 1 / 4 / 2;
    overflow: visible;
    display: flex;
  }
  #usluga1 .section-textbox,
  #usluga3 .section-textbox {
    grid-area: 1 / 2 / 2 / 3;
  }
  #usluga1 .section-task,
  #usluga3 .section-task {
    grid-area: 2 / 2 / 3 / 3;
  }
  #usluga1 .ui-btnbox,
  #usluga3 .ui-btnbox {
    grid-area: 3 / 2 / 4 / 3;
  }
  #usluga1 .section-imgbox .usluga1_1 {
    height: auto;
    margin: auto 0;
  }
  #usluga2 .section-textbox--item,
  #usluga2 .ui-btnbox {
    margin-left: 27%;
  }
  #usluga2 .section-task--item {
    flex: 0 0 calc(33% - 40px);
  }
  #usluga3 .section-imgbox {
    order: 0;
    flex-direction: column;
    margin-top: 0;
    align-items: flex-start;
  }
  #usluga3 .section-imgbox--img:first-child {
    flex: 0 0 auto;
    width: 85%;
    margin-left: auto;
  }
  #usluga3 .section-imgbox--img:last-child {
    flex: 0 0 auto;
    width: 90%;
    z-index: 1;
  }
}
@media (min-width: 1199px) {
  .uslugi-section .section--heading {
    padding-left: calc(27% + 40px);
  }
}
@media (min-width: 1599px) {
  .uslugi-section .section--heading {
    padding-left: 560px;
  }
  #usluga1.uslugi-section--box,
  #usluga3 .uslugi-section--box.wrap--boxed {
    display: grid;
    grid-template-columns: 480px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
  #usluga1 .section-imgbox .usluga1_1 {
    margin: 0 auto auto -60px;
  }
  #usluga3 .section-imgbox--img:last-child {
    width: 380px;
    height: 460px;
  }
  #usluga3 .section-imgbox--img:first-child {
    width: 320px;
  }
  picture.usluga1_1 img {
    transform: none;
  }
  #usluga1 .section-imgbox {
    margin-left: 0;
  }
  #usluga2 .section-textbox--item,
  #usluga2 .ui-btnbox {
    margin-left: 380px;
  }
  #usluga2 .section-task {
    max-width: 1033px;
    justify-content: space-between;
  }
  #usluga2 .section-task--item {
    flex: 0 0 270px;
  }
}
.form-section .section--heading {
  margin-bottom: 40px;
}
.form-section--title {
  color: var(--golden, #dfa02d);
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-section .ui-btnbox.ui-btnbox--inrows .ui-btnbox--btn {
  flex: 0 0 40px;
  width: 100%;
}
.form {
  padding-left: 40px;
  max-width: 460px;
  margin: 0 auto;
}
.input--city {
  margin-bottom: -49px;
  height: 49px;
}
.form__input {
  border: 1px solid var(--gray);
  padding: 10px 15px;
  margin-bottom: 8px;
  width: 100%;
  font-weight: 300;
  border-radius: 3px;
}
.form-row {
  margin: 7px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  max-width: 300px;
}
.form-row--title {
  flex: 0 0 100%;
  margin-bottom: 2px;
}
.form-row--item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-row--item input[type="radio"] {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--darkgray);
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all ease-in 0.2s;
}
.form-row--item input[type="radio"]:checked {
  background-color: var(--darkcolor);
}
.error > input {
  webkit-animation: animate_motion 0.3s;
  border: 1px solid var(--errorcolor) !important;
  animation: animate_motion 0.3s;
}
@keyframes animate_motion {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  15%,
  65% {
    transform: translate3d(-7px, 0, 0);
  }
  45% {
    transform: translate3d(7px, 0, 0);
  }
}
@media (min-width: 767px) {
  .form-section--title {
    font-size: 32px;
  }
  .form-section .subtitle-2 {
    max-width: 520px;
  }
  .form-section .inputs-row {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .form-section .inputs-row > div {
    flex: 1;
  }
  .form-section .form {
    width: 100%;
    padding-left: 78px;
    margin: 0;
    max-width: 640px;
  }
  .form__input {
    line-height: 22px;
  }
  .form-section .ui-btnbox.ui-btnbox--inrows {
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  .form-section .form {
    padding-left: 0;
    margin-left: 27%;
  }
  .form-section .subtitle-2 {
    max-width: 600px;
  }
  .form-row {
    max-width: 340px;
  }
}
@media (min-width: 1599px) {
  .form-section .form {
    margin-left: 380px;
  }
  .form-section--title {
    font-size: 48px;
  }
  .form-section .section--heading {
    margin-bottom: 60px;
  }
}
.benefits-section {
  display: flex;
  gap: var(--sectiongap);
  counter-reset: benefit;
  flex-direction: column;
}
.benefits-item {
  counter-increment: benefit;
}
.benefits-item:not(:last-child) {
  margin-bottom: 20px;
}
.benefits-title {
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
}
.benefits-title::before {
  content: "0" counter(benefit);
  width: 40px;
  display: inline-block;
}
.benefits-text {
  padding: 10px 0 0 40px;
  border-top: 1px solid var(--darkcolor);
  margin-top: 10px;
}
picture.benefit1 {
  display: block;
  text-align: right;
  margin-right: calc(-1 * var(--hor-padding));
}
picture.benefit1 img {
  width: 100%;
  height: auto;
  max-width: 540px;
}
@media (min-width: 767px) {
  .benefits-item {
    margin-left: 98px;
  }
  .benefits-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .benefits-text {
    padding-left: 85px;
  }
  .benefits-title::before {
    width: 85px;
  }
  picture.benefit1 img {
    width: 100%;
    height: auto;
  }
  .benefits-section .section-imgbox {
    z-index: -1;
    opacity: 0.15;
    order: -1;
  }
  picture.benefit1 {
    width: 40%;
    margin-left: auto;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 990px) {
  .benefits-section {
    flex-direction: row;
  }
  .benefits-section .section-imgbox {
    opacity: 1;
    order: 1;
    flex: 0 0 33%;
  }
  picture.benefit1 {
    width: 100%;
    margin-top: 40px;
  }
  .benefits-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1599px) {
  .benefits-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .benefits-item {
    margin-left: 0;
  }
  .benefits-section .section-imgbox {
    flex: 0 0 calc(100% - 720px);
  }
  picture.benefit1 {
    margin-top: 100px;
    margin-right: 0;
  }
}
.price-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 130%;
}
.section--heading + .price-item,
.price-item.has-submenu + .price-item {
  border-top: 1px solid #e4e4e4;
}
.price-title {
  text-transform: uppercase;
}
.price-num {
  flex: 0 0 auto;
}
.price-num b {
  font-family: var(--titlefontfamily);
  font-weight: 400;
  font-size: 28px;
}
.price-item.has-submenu {
  margin: 40px 0;
  flex-direction: column;
  border-bottom: none;
  padding: 0;
}
.price-item .price-submenu {
  margin: 10px 0 0 40px;
}
.price-item .price-submenu .price-title {
  text-transform: none;
  font-size: 16px;
}
.price-note {
  font-size: 14px;
  margin-top: 10px;
}
.price-note a {
  color: var(--darkcolor);
  border-bottom: 1px dashed;
}
@media (min-width: 767px) {
  .section-textbox > .price-item,
  .price-item.has-submenu {
    margin-left: 78px;
  }
  .price-item .price-submenu {
    margin-left: 85px;
  }
  .price-item {
    font-size: 18px;
  }
  .price-submenu .price-item {
    font-size: 16px;
  }
  .price-num b {
    font-size: 32px;
  }
}
@media (min-width: 1599px) {
  .section-textbox > .price-item,
  .price-item.has-submenu {
    margin-left: 380px;
  }
  .price-item .price-submenu {
    margin-left: 140px;
  }
}
.gallery-section .section-imgbox {
  display: flex;
  gap: 15px;
  width: 100%;
  overflow-x: scroll;
}
.gallery-section .section-imgbox--img {
  display: flex;
  gap: 15px;
  align-items: center;
}
.gallery-section .section-imgbox--img picture {
  display: block;
}
.gallery-section .section-imgbox--img picture::after {
  border-radius: 3px;
  transition: opacity 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.5);
  background: linear-gradient(0deg, rgb(0 0 0) 10%, #fff0 75%);
}
.gallery-section .section-imgbox--img figure {
  position: relative;
}
.gallery-section .section-imgbox--img figcaption {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #fff;
  line-height: 150%;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  transition: background-color 0.3s ease;
}
.gallery-section .section-imgbox--img figure img {
  width: 80vw;
  height: calc(80vw * 1.15);
  max-width: 350px;
  max-height: 400px;
}
@media (min-width: 1199px) {
  .gallery-section .section-imgbox {
    gap: 20px;
    overflow: visible;
    align-items: center;
  }
  .gallery-section .section-imgbox--img {
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 10px);
    gap: 20px;
  }
  .gallery-section .section-imgbox--img figure img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .gallery1 {
    width: 40%;
    margin-left: -20px;
  }
  .gallery1 img {
    aspect-ratio: 210/300;
  }
  .gallery2 {
    order: 1;
    width: 100%;
    margin-bottom: auto;
  }
  .gallery2 img {
    aspect-ratio: 540/335;
  }
  .gallery3 {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .gallery3 img {
    aspect-ratio: 330/470;
  }
  .gallery4 {
    width: 100%;
  }
  .gallery4 img {
    aspect-ratio: 810/430;
  }
  .gallery5 {
    width: 50%;
  }
  .gallery5 img {
    aspect-ratio: 410/560;
  }
  .gallery6 {
    width: 50%;
    margin-right: -40px;
  }
  .gallery6 img {
    aspect-ratio: 410/260;
  }
  .gallery-section .section-imgbox--img figure:hover > picture::after {
    opacity: 0;
  }
  .gallery-section .section-imgbox--img figure:hover > figcaption {
    background-color: var(--darkcolor);
  }
  .gallery-section .subtitle span {
    display: block;
  }
}
.footer {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
}
.footer .wrap--boxed:not(.copyright) {
  padding: 0;
}
.footer__map {
  width: 100%;
  margin: 0;
}
.footer__map > iframe {
  height: 70vh;
}
.footer__box {
  background: rgb(27 27 27 / 95%);
  color: var(--lightgray, #fafafa);
  padding: var(--vert-padding) var(--hor-padding);
  display: flex;
  flex-direction: column;
}
.footer__title {
  font-family: var(--titlefontfamily);
  font-size: 26px;
  font-weight: 400;
  line-height: 85%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__subtitle {
  color: #ccc;
  padding-top: 20px;
  border-top: 1px solid;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ccc;
}
.footer .ui-btnbox {
  margin-top: 10px;
  max-width: 400px;
  align-items: flex-start;
}
.footer .ui-btnbox--icons {
  position: relative;
}
.footer .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > svg {
  width: 24px;
  height: 24px;
}
.footer .ui-btnbox--icons:after {
  content: "(ежедневно с 9:00 до 21:00)";
  position: absolute;
  bottom: -20px;
  font-size: 80%;
  width: 100%;
  text-align: left;
  color: var(--darkgray);
}
.footer .ui-btnbox--btn {
  flex: 1;
  order: 1;
  margin-top: 40px;
  font-size: 16px;
  max-width: 330px;
}
.footer .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > span i {
  display: none;
}
.footer .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icons {
  justify-content: flex-start;
  gap: 20px;
}
.company {
  margin-top: 60px;
}
.company__name {
  display: none;
}
.company .company__item a {
  border-bottom: 1px dashed;
}
.company__item {
  margin-bottom: 10px;
}
.company__info {
  margin-bottom: 10px;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.copyright p {
  margin-bottom: 10px;
}
.copyright a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.blackline {
  background: url(../../../../themes/crown/img/contacts.jpg) repeat-x;
  height: 38px;
}
@media (min-width: 767px) {
  .footer__box {
    margin: 0 98px;
  }
  .footer__box .ui-btnbox.ui-btnbox--inrows {
    margin-left: 0;
  }
  .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }
  .copyright p {
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) {
  .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer__map {
    background: #000;
  }
  .footer__map > iframe {
    height: 700px;
    opacity: 0.8;
  }
  .footer .wrap--boxed:not(.copyright) {
    position: absolute;
    z-index: 1;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    padding: 40px 40px 40px var(--hor-padding);
    width: 50%;
  }
  .footer__box {
    margin: 0;
    padding: 80px;
  }
  .footer__subtitle span {
    display: block;
  }
  .footer .ui-btnbox.ui-btnbox--inrows .ui-btnbox--icon > svg {
    width: 28px;
    height: 28px;
  }
}
.has-animation.add-animation
  .section-task:not(.title--in)
  .section-task--item::after,
.has-animation.add-animation
  .section-task.title--in
  .section-task--item:not(:first-child)::after {
  -moz-animation: line 1s linear both;
  -webkit-animation: line 1s linear both;
  animation: line 1s linear both;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(1):after {
  animation-delay: 0.8s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(2)::after {
  animation-delay: 1s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(3)::after {
  animation-delay: 1.2s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(4)::after {
  animation-delay: 1.3s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(5)::after {
  animation-delay: 1.4s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(6)::after {
  animation-delay: 1.6s !important;
}
.has-animation.add-animation
  .section-task
  .section-task--item:nth-child(7)::after {
  animation-delay: 1.8s !important;
}
.has-animation.add-animation .ui-btnbox.has--leftline .ui-btnbox--btn:after {
  -moz-animation: line-from-left 1s linear both;
  -webkit-animation: line-from-left 1s linear both;
  animation: line-from-left 1s linear both;
}
.has-animation.add-animation .from-bottom {
  -moz-animation: from-bottom 0.85s linear;
  -webkit-animation: from-bottom 0.85s linear;
  animation: from-bottom 0.85s linear;
}
.has-animation.add-animation.fade {
  -moz-animation: fade 0.85s linear;
  -webkit-animation: fade 0.85s linear;
  animation: fade 0.85s linear;
}
.has-animation.add-animation .from-right {
  -moz-animation: from-right 0.65s linear both;
  -webkit-animation: from-right 0.65s linear both;
  animation: from-right 0.65s linear both;
  animation-fill-mode: both;
}
@media (min-width: 1199px) {
  .has-animation.add-animation .from-right {
    -moz-animation: from-right 1.2s linear both;
    -webkit-animation: from-right 1.2s linear both;
    animation: from-right 1.2s linear both;
    animation-fill-mode: both;
  }
  .has-animation.add-animation .ui-btnbox.has--leftline .ui-btnbox--btn:after {
    -moz-animation: line-from-left 1.3s linear both;
    -webkit-animation: line-from-left 1.3s linear both;
    animation: line-from-left 1.3s linear both;
    animation-fill-mode: both;
  }
}
.cw_block {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  z-index: 8;
}
.cw_block .cw_block-collapse {
  overflow: hidden;
  transition: height 0.3s ease;
}
.cw_block .cw_block-collapse-btn {
  overflow: hidden;
}
.cw_block a {
  margin: 10px 10px 5px;
  display: block;
  background: var(--darkcolor);
  padding: 5px;
  border-radius: 50%;
  opacity: 0.9;
  box-shadow: 0 1px 3px #a4a4a4;
}
.cw_block svg {
  width: 44px;
  height: 44px;
  --color1: #fff;
  margin: 3px;
}
.cw_block a.has-animation {
  animation: tossing 1.5s infinite;
}
.cw_block a&:hover {
  opcity: 1;
}
.cw_block a:nth-child(2n) {
  animation-delay: 0.25s;
}
.cw_block a:nth-child(3n) {
  animation-delay: 0.5s;
}
.cw_block a:nth-child(4n) {
  animation-delay: 0.75s;
}
.cw_block a:nth-child(5n) {
  animation-delay: 1s;
}
@media (min-width: 560px) {
  .cw_block a {
    margin: 20px 10px;
  }
}
@media (min-width: 767px) {
  .cw_block a {
    margin: 20px 30px 20px 20px;
  }
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px dotted var(--darkcolor);
  border-radius: 50%;
  display: block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  margin: 40px auto;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tossing {
  0% {
    box-shadow: 0 0 1px 7px rgb(0 0 0 / 0.15);
  }
  50% {
    box-shadow: 0 0 1px 1px #fff0;
  }
  100% {
    box-shadow: 0 0 1px 7px rgb(0 0 0 / 0.15);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px);
  }
  .5% {
    transform: translate(-1px, -2px);
  }
  1% {
    transform: translate(-3px, 0);
  }
  1.5% {
    transform: translate(3px, 2px);
  }
  2% {
    transform: translate(1px, -1px);
  }
  2.5% {
    transform: translate(-1px, 2px);
  }
  3% {
    transform: translate(-3px, 1px);
  }
  3.5% {
    transform: translate(3px, 1px);
  }
  4% {
    transform: translate(-1px, -1px);
  }
  4.5% {
    transform: translate(1px, 2px);
  }
  5% {
    transform: translate(0, 0);
  }
}
